/* 头部 */
#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 1px 27px 0px rgba(91, 94, 96, 0.44);
	z-index:5;
}
#header header{
	width:1480px;
	margin:0 auto;
	position: relative;
}
#header .logo{
	margin:15px 0 0;
	display:block;
	width:140px;
	float:left;
}
#header .nav{
	float:left;
	margin-left:40px;
}
#header .nav .nav-lis{
	float:left;
	margin:0 30px;
	text-align:center;

}
#header .nav .nav-lis.hot>a::after{
	position:absolute;
	top:8px;
	right:-10px;
	content:'';
	width:35px;
	height:20px;
	background:url(../icon/hot.png) no-repeat center;
	background-size:100%;
}
#header .nav .nav-lis>a{
	position:relative;
	display:block;
	font-size: 16px;
	line-height:40px;
	padding:15px 0;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
#header .nav .nav-lis.more-ft>a{
	padding-right:20px;
	background:url(../icon/down.png) no-repeat center right 0;
	background-size:12px;
}
#header .nav .nav-lis.active>a,#header .nav .nav-lis:hover>a{
	color:#0E9BF3;
}
#header .nav .nav-lis:hover .navChild{
	display:block;
}
#header .nav .nav-lis .navChild{
	position: absolute;
	top:70px;
	left:0;
	width:1205px;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
	border-radius: 5px;
}
#header .nav .nav-lis .navChild a{
	display:block;
	font-size: 14px;
	line-height:40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
#header .nav .nav-lis .navChild .navChild-lis.active  a,#header .nav .nav-lis .navChild a:hover{
	color:#0E9BF3
}
#header .nav .nav-lis .navChild .navChild-con{
	width:670px;
	padding:15px 0;
	text-align: left;
}
#header .nav .nav-lis .navChild .navChild-lis{
	width:25%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding:0 20px;
}
#header .nav .nav-lis .navChild .course-lis{
	width: 211px;
	height: 59px;
	line-height: 59px;
	border-radius: 5px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FD8320;
	padding-left:75px;
	background:url(../icon/nav-l1.png) no-repeat center left 25px;
	background-size:38px;
	background-color: rgba(253, 131, 32, 0.17);
	margin-top:17px;
	margin-right:15px;
}
#header .nav .nav-lis .navChild .course-lis:nth-child(2){
	color: #0E9BF3;
	background:url(../icon/nav-l2.png) no-repeat center left 25px;
	background-size:38px;
	background-color: rgba(14, 155, 243, 0.17);
	margin-bottom:17px;
}
#header .search{
	width: 430px;
	height: 42px;
	line-height: 42px;
	background: #FFFFFF;
	border: 1px solid #0E9BF3;
	border-radius: 22px;
	position:relative;
	float:left;
	padding:0 60px 0 105px;
	margin:14px 0 14px 0px;
}
#header .search .select{
	position:absolute;
	top:0;
	left:15px;
	bottom:0;
	margin:auto 0;
	width:65px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
#header .search .select .txt{
	display:block;
	padding-right:20px;
	background:url(../icon/down.png) no-repeat right 0 center;
	background-size:13px;
}
#header .search .select .navChild{
	position: absolute;
	top:40px;
	left:50%;
	margin-left:-40px;
	width:80px;
	max-height: 200px;
	overflow-y: auto;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
	border-radius: 5px;
	text-align: center;
}
#header .search .select .navChild .navChild-lis{
	font-size: 14px;
	line-height:40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
#header .search .select .navChild .navChild-lis.on,#header .search .select .navChild .navChild-lis:hover{
	color:#0E9BF3
}
#header .search .select::after{
	content:'';
	width:1px;
	height:25px;
	position: absolute;
	top:0;
	right:-14px;
	bottom:0;
	margin:auto 0;
	background:#EBEBEB;
}
#header .search input{
	display: block;
	width:100%;
	height:40px;
}
#header .search button{
	position: absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto 0;
	width:40px;
	height:40px;
	background:url(../icon/search.png) no-repeat center;
	background-size:22px;
	cursor: pointer;
}
#header .head-img{
	float:right;
	height:70px;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;

}
#header .head-img .head_box{
	height:100%;
	padding:10px 0;
}
#header .head-img .login{
	width: 110px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #1395E7;
	border-radius: 21px;
	text-align: center;
	margin-right:10px;
}
#header .head-img .login span{
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1395E7;
	position: relative;
	margin:0 7px;
	cursor: pointer;
}
#header .head-img .login span:nth-child(2)::after{
	content:'';
	position: absolute;
	top:0;
	left:-8px;
	bottom:0;
	margin:auto 0;
	width:1px;
	height:16px;
	background:#1395E7;
}
#header .head-img button{
	width: 110px;
	height: 42px;
	background: #1395E7;
	border-radius: 21px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-right:30px;
	cursor: pointer;
}
#header .head-img .head{
	display:inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	cursor: pointer;
}
#header .head-img .popup{
	position:absolute;
	top:70px;
	right:0;
	width:225px;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
	border-radius: 5px;
}
#header .head-img .popup .popup-top{
	width:100%;
	min-height:80px;
	padding-left:80px;
	position:relative;
	background:url(../icon/bg.png) no-repeat center;
	background-size:100%;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
#header .head-img .popup .popup-top .img{
	width:56px;
	height:56px;
	border-radius:50%;
	border:2px solid #fff;
	position:absolute;
	top:0;
	bottom:0;
	left:14px;
	margin:auto 0;
}
#header .head-img .popup .popup-top .name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
#header .head-img .popup .popup-top .id{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F3F3F3;
}
#header .head-img .popup .popup-con .lis{
	padding:0 0 0 66px;
	line-height: 55px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: relative;
}
#header .head-img .popup .popup-con .lis:hover{
	color: #0E9BF3;
}
#header .head-img .popup .popup-con .recharge{
	position:absolute;
	top:0;
	right:15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF5B53;
}
#header .head-img .popup .popup-con .infor-num{
	position:absolute;
	top:0;
	bottom:0;
	right:15px;
	margin:auto 0;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	min-width: 24px;
	height: 24px;
	background: #F30E34;
	text-align: center;
	line-height: 24px;
	border-radius: 12px;
	padding:0 4px;
}
#header .head-img .popup .popup-con .lis.money{
	background:url(../icon/money.png) no-repeat center left 30px;
	background-size:22px;
}
#header .head-img .popup .popup-con .lis.homepage{
	background:url(../icon/homepage.png) no-repeat center left 29px;
	background-size:24px;
}
#header .head-img .popup .popup-con .lis.personal{
	background:url(../icon/personal.png) no-repeat center left 31px;
	background-size:21px;
}
#header .head-img .popup .popup-con .lis.news{
	background:url(../icon/infor.png) no-repeat center left 28px;
	background-size:26px;
}
#header .head-img .popup .popup-con .lis.down{
	background:url(../icon/down2.png) no-repeat center left 33px;
	background-size:21px;
}
#header .head-img .popup .popup-con .lis:hover.homepage{
	background:url(../icon/homepage-b.png) no-repeat center left 29px;
	background-size:24px;
}
#header .head-img .popup .popup-con .lis:hover.personal{
	background:url(../icon/personal-b.png) no-repeat center left 31px;
	background-size:21px;
}
#header .head-img .popup .popup-con .lis:hover.news{
	background:url(../icon/infor-b.png) no-repeat center left 28px;
	background-size:26px;
}
#header .head-img .popup .popup-con .lis:hover.down{
	background:url(../icon/down2-b.png) no-repeat center left 33px;
	background-size:21px;
}
#header .head-img .popup .popup-con .lis span{
	color:#FF8B03;
}
#header .head-img .popup .popup-con .lis.exit{
	text-align: center;
	background: #E4E4E4;
	padding:0;
}
/* 首页  */
.banner-v .banner-img{
	width:100%;
}
.banner-v .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:15px;
}
.banner-v .swiper-pagination-bullet{
	background: #CCCCCC;
	opacity: 1;
}
.banner-v .swiper-pagination-bullet-active{
	background: #fff;
}
.content .search{
	width: 830px;
	height: 75px;
	line-height: 75px;
	background: #FFFFFF;
	border: 2px solid #0E9BF3;
	border-radius: 40px;
	position:relative;
	padding:0 135px 0 120px;
	box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
	margin:14px auto;
}
.content  .search .select{
	position:absolute;
	top:0;
	left:15px;
	bottom:0;
	margin:auto 0;
	width:105px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.content  .search .select .txt{
	display:inline-block;
	padding-right:20px;
	background:url(../icon/down.png) no-repeat right 0 center;
	background-size:13px;
}
.content  .search .select .navChild{
	position: absolute;
	top:65px;
	left:50%;
	margin-left:-40px;
	width:80px;
	max-height: 200px;
	overflow-y: auto;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
	border-radius: 5px;
	text-align: center;
	z-index: 5;
}
.content  .search .select .navChild .navChild-lis{
	font-size: 14px;
	line-height:40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
.content  .search .select .navChild .navChild-lis:hover{
	color:#0E9BF3
}
.content  .search .select::after{
	content:'';
	width:1px;
	height:42px;
	position: absolute;
	top:0;
	right:0px;
	bottom:0;
	margin:auto 0;
	background:#EBEBEB;
}
.content  .search input{
	display: block;
	width:100%;
	height:100%;
	font-size: 14px;
	font-weight: 400;
	font-family: Microsoft YaHei;
	color: #333333;
	padding-left:55px;
	background:url(../icon/search1.png) no-repeat center left 25px;
	background-size:22px;
}
.content .search button{
	position: absolute;
	top:0;
	bottom:0;
	right:-2px;
	margin:auto 0;
	width:135px;
	height:100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	background:#0E9BF3;
	border-radius: 40px;
	cursor: pointer;
}
.index-menu{
	padding-top:50px;
}
.index-menu .menu-lis{
	width:50%;
	position:relative;
}
.index-menu .menu-lis:nth-child(2)::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
	width:1px;
	height:150px;
	background:#E4ECF0;
}
.index-menu .lis-v{
	width: 200px;
	height: 95px;
	background: #F7F9FA;
	border-radius: 10px;
	position: relative;
	padding:25px 0 25px 90px;
	margin:0 30px 23px 0;
	cursor: pointer;
}
.index-menu .lis-v:hover{
	box-shadow: 0px 2px 35px 0px rgba(14,155,243, 0.24);
}
.index-menu .menu-lis:nth-child(1) .lis-v:nth-child(3n){
	margin-right:0;
}
.index-menu .menu-lis:nth-child(2) .lis-v:nth-child(3n+1){
	margin-right:0;
}
.index-menu .lis-v .icon{
	position:absolute;
	top:0;
	left:20px;
	bottom:0;
	margin:auto 0;
	width:62px;
	height:62px;
}
.index-menu .lis-v .tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.index-menu .lis-v .des{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding-top:5px;
}
/* 列表 */
.content .top{
	margin:30px 0 0;
	padding:30px 30px 15px;
	background: #FFFFFF;
	box-shadow: 0px 2px 35px 0px rgba(204, 209, 228, 0.84);
	border-radius: 20px;
}
.content .banner{
	width:100%;
	height:210px;
	display: block;
}
.content .site{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding:15px 0;
	border-bottom:1px solid #F2F3F6;
}
.content .site a{
	color:#666;
}
.content .menu{
	padding:15px 0 0;
}
.content .menu .menu-tit{
	float:left;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	margin-right:10px;
	min-width: 70px;
	text-align: right;
}
.content .menu  .menu-nav{
	float:left;
	width:94%;
}
.content .menu .menu-lis{
	float:left;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0F0F0F;
	margin:0 15px 15px 0;
	padding:0 15px;
	cursor: pointer;
}
.content .menu .menu-lis a{
	display:block;
	color:#0F0F0F;
	padding:0 10px;
}
.content .menu .menu-lis.active{
	line-height: 38px;
	border: 1px solid #FF4C39;
	box-shadow: 0px 5px 8px 0px rgba(255, 76, 57, 0.36);
	border-radius: 21px;
	color:#FF4C39;

}
.content .menu .menu-lis:hover{
	color:#FF4C39;
}
.content .menu .menu-lis.active a,.content .menu .menu-lis:hover a{
	color:#FF4C39;
}
.content .con{
	padding-top:30px;
	padding-bottom: 50px;
}
.content .list{
	/*padding-bottom:30px;*/
}
.content .list .tit{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161616;
	line-height: 60px;
}
.content .list .tit span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding-left:20px;
}
.content .list .tit a{
	/* float:right; */
	padding:10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7B7A7A;
	padding-right:28px;
	background:url(../icon/more.png) no-repeat center right 0;
	background-size:22px;
}
.content .lis{
	float:left;
	width:18%;
	height:350px;
	background:#fff;
	box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.69);
	border-radius: 20px;
	margin:15px 0  0 15px;
	/* margin:0 1.3% 22px 0; */
}
.content .lis:nth-child(4n){
	margin-right:0;
}
.content .lis .lis-c{
	padding:10px 15px 0;
}
.content .lis .fill{
	width:100%;
	height:260px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	background: #fff;
}
.content .lis .img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.content .lis:hover .img{transition: all 0.6s;transform: scale(1.4);-webkit-transform: scale(1.4);}
.content .lis .title{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height:26px;
}
.content .lis .con-v{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height:31px;
	padding:0 0 7px;
}
.content .lis .eye{
	float:left;
	padding-left:30px;
	margin-right:15px;
	background:url(../icon/eye.png) no-repeat center left 0;
	background-size:26px;
}
.content .lis .love{
	float:left;
	padding-left:22px;
	margin-right:15px;
	background:url(../icon/love.png) no-repeat center left 0;
	background-size:18px;
}
.content .lis .love.on{
	background:url(../icon/love_on.png) no-repeat center left 0;
}
.content .lis .down{
	float:left;
	padding-left:21px;
	margin-right:15px;
	background:url(../icon/down1.png) no-repeat center left 0;
	background-size:17px;
}
.content .lis .clearfix img{
	float:right;
	width: 31px;
	height: 31px;
	border-radius: 50%;
}
.content .lis .but{
	line-height:50px;
	border-top: 1px dashed #E4E2E2;
}
.content .lis .con-t{
	float:left;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D17F27;
}
.content .lis .date{
	float:right;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
/*	详情  */
.dtl .dtl-top{
	width:100%;
	padding-top:40px;
}
.dtl .dtl-top .dtl-left{
	width:75%;
}
.dtl .dtl-top .dtl-left .title{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.dtl .dtl-top .dtl-left .bot{
	line-height:50px;
	position:relative;
}
.dtl .dtl-top .dtl-left .bot::before{
	content:'';
	width:100%;
	height:0;
	position:absolute;
	bottom:0;
	left:0;
}
.dtl .dtl-top .dtl-left .bot a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.dtl .dtl-top .dtl-left .bot-m{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-left:50px;
}
.dtl .dtl-top .dtl-left .bot-m span{
	color:#0E9BF3;
	font-weight:bold;
	font-size: 16px;
}
.dtl .dtl-top .dtl-left .bot-r{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height:50px;
}
.dtl .dtl-top .dtl-left .eye{
	float:left;
	padding-left:38px;
	margin-right:30px;
	background:url(../icon/eye.png) no-repeat center left 0;
	background-size:24px;
}
.dtl .dtl-top .dtl-left .love{
	float:left;
	padding-left:28px;
	margin-right:30px;
	background:url(../icon/love.png) no-repeat center left 0;
	background-size:17px;
}
.dtl .dtl-top .dtl-left .down{
	float:left;
	padding-left:24px;
	margin-right:10px;
	background:url(../icon/down1.png) no-repeat center left 0;
	background-size:15px;
}
.dtl .dtl-top .dtl-left .nav-lis{
	margin:30px 6px 0 0;
	width:100px;
	float:left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position:relative;
	line-height:40px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	border:1px solid #D6D6D6;
	border-bottom:0;
	background:#D6D6D6;
}
.dtl .dtl-top .dtl-left .nav-lis.active{
	color:#0E9BF3;
	background:none;
}
.dtl .dtl-top .dtl-content{
	width:100%;
	height:670px;
}
.dtl .dtl-top .dtl-content .swiper-button-white{display: none;}
.dtl .dtl-top .dtl-content:hover .swiper-button-white{display: block;}
.dtl .dtl-top .dtl-content img{object-fit: cover;}
.dtl .dtl-top .swiper{
	width:100%;
	height:150px;
	position: relative;
	padding:15px 90px;
	background: #F5F5F5;
}
.dtl .dtl-top .swiper-con{
	height:100%;
}
.dtl .dtl-top .swiper .img-lis{
	width: 20%;
	height: 120px;
}
.dtl .dtl-top .swiper .prev,.dtl-content .prev{
	position:absolute;
	top:0;
	left:15px;
	bottom:0;
	margin:auto 0;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color: rgba(205, 205, 205, 0.77);
	background-size:11px;
	z-index: 4;
}
.dtl .dtl-top .swiper .next ,.dtl-content .next{
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	margin:auto 0;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color: rgba(205, 205, 205, 0.77);
	background-size:11px;
	z-index: 4;
}
.dtl .dtl-top .swiper .next,.dtl .dtl-top .swiper .prev{
	width:25px;
	height:80%;
	border-radius: 0;
	background-color: rgba(205, 205, 205, 0);
	background-size:100%;
}
.dtl .dtl-top .swiper .next{
	right:33px;
	background-image:url(../icon/picSlideRight.gif);
}
.dtl .dtl-top .swiper .prev{
	left:33px;
	background-image:url(../icon/picSlideLeft.gif)
}
.dtl .dtl-top .dtl-right{
	width:25%;
	float:right;
	padding:0 0 0 30px;
}
.dtl .dtl-top .dtl-right .top{
	padding-bottom:55px;
}
.dtl .dtl-top .dtl-right .top .down{
	width: 260px;
	height: 60px;
	line-height:60px;
	text-align:center;
	background: #1395E7;
	border-radius: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	box-shadow: 0px 2px 10px 2px RGBA(14, 155, 243, 0.36);
}
.dtl .dtl-top .dtl-right .top .collect{
	width:60px;
	height:60px;
	border-radius: 50%;
	background:url(../icon/collect.png) no-repeat center;
	background-size:24px;
	border:1px solid #D6D6D6;
	margin-left:20px;
	cursor: pointer;
}
.dtl .dtl-top .dtl-right .top .collect.on{
	background:url(../icon/collect_on.png) no-repeat center;
}
.dtl .dtl-top .dtl-right .des{
	line-height: 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	padding-left:20px;
}
.dtl .dtl-top .dtl-right .des span{
	color: #FF8B03;
	font-size: 20px;
}
.dtl .dtl-top .dtl-right .dtl-right-tit{
	width:100%;
	height:40px;
	line-height: 40px;
	background: #F7F7F7;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333;
	padding:0 10px;
}
.dtl .dtl-top .dtl-right .infor .infor-con{
	position:relative;
	padding:0 0 0 100px;
	min-height: 70px;
}
.dtl .dtl-top .dtl-right .infor .title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.dtl .dtl-top .dtl-right .infor .tag-lis{
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-right:10px;
	padding-right:10px;
	position:relative;
}
.dtl .dtl-top .dtl-right .infor .tag-lis:first-child::after{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
	width:1px;
	height:12px;
	background:#ddd;
}
.dtl .dtl-top .dtl-right .infor .tag-lis span{
	color:#4B4B4B;
}
.dtl .dtl-top .dtl-right .infor .join_time{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.dtl .dtl-top .dtl-right .infor .infor-r{
	width:70px;
	height:70px;
	border-radius: 5px;
	position: absolute;
	top:0;
	left:10px;
}
.dtl .dtl-top .dtl-right .join{
	padding:0 0 17px 100px;
}
.dtl .dtl-top .dtl-right .join .join-lis{
	width: 75px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #3D3D3D;
	border-radius: 17px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
	text-align: center;
	cursor: pointer;
}
.dtl .dtl-top .dtl-right .join .join-lis:nth-child(2n){
	color: #0E9BF3;
	border: 1px solid #0E9BF3;
	margin-left:20px;
}
/* .dtl .dtl-top .dtl-right .join .join-lis.on:nth-child(2n){
	padding-left:0;
	background: #0E9BF3;
	color: #fff;
} */
/* .dtl .dtl-top .dtl-right .join .join-lis.on:nth-child(2n){
	background: #FC6656;
	color: #fff;
} */
.dtl .dtl-top .dtl-right .join .join-lis span{
	display: inline-block;
	padding-left:23px;
	background:url(../icon/infor-l.png) no-repeat center left 0;
	background-size:18px;
}
.dtl .dtl-top .dtl-right .join .join-lis:nth-child(2n) span{
	padding-left:20px;
	background:url(../icon/infor-r.png) no-repeat center left 0;
	background-size:13px;
}
.dtl .dtl-top .dtl-right .join .join-lis.on1:nth-child(2n){
	background:#0E9BF3;
}
.dtl .dtl-top .dtl-right .join .join-lis.on1:nth-child(2n) span{
	padding-left:0;
	background:none;
	color:#fff;
}
.dtl .dtl-top .dtl-right .format{
	padding:10px 0;
}
.dtl .dtl-top .dtl-right .format .format-con{
	padding:0 10px;
}
.dtl .dtl-top .dtl-right .format .format-lis{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
	line-height: 40px;
}
.dtl .dtl-top .dtl-right .format .format-lis span{
	display:inline-block;
	color:#666;
	width:110px;
}
.dtl .dtl-top .dtl-right .explain{
	border-top:1px solid #E2E2E2;
	padding:10px 0;
}
.dtl .dtl-top .dtl-right .explain .explain-top{
	padding:15px 0 0 ;
}
.dtl .dtl-top .dtl-right .explain .explain-top-lis{
	padding:0 15px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #E4F3FC;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7F7F7F;
	margin:0 6px 6px 0;
}
.dtl .dtl-top .dtl-right .explain .top-lis{
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	color: #848484;
	position: relative;
	margin-right:20px;
}
.dtl .dtl-top .dtl-right .explain .top-lis::before{
	content:'|';
	width:1px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #848484;
	position: absolute;
	top:0;
	bottom:0;
	right:-10px;
	margin:auto 0;
}
.dtl .dtl-top .dtl-right .explain .top-lis:last-child::before{
	display:none;
}
.dtl .dtl-top .dtl-right .explain .top-lis.active{
	color:#333;
	font-weight: bold;
}
.dtl .dtl-top .dtl-right .explain .top-lis.active::after{
	content:'';
	width:24px;
	height:5px;
	border-radius: 3px;
	background:#030303;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
.dtl .dtl-top .dtl-right .explain .top-lis span{
	display: inline-block;
	padding-right:20px;
	background:url(../icon/explain.png) no-repeat center right 0;
	background-size:13px;
}
.dtl .dtl-top .dtl-right .explain .explain-des{
	padding:10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}
.dtl .share{
	padding:10px 0 20px;
}
.dtl .share .share-lis{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-right:20px;
	cursor: pointer;
}
.dtl .share .share-lis span{
	display: inline-block;
	padding-left:16px;
	background:url(../icon/share.png) no-repeat center left 0;
	background-size:11px;
	color: #2CAEFF;
}
.dtl .share .share-lis:nth-child(2n) span{
	padding-left:20px;
	background:url(../icon/report1.png) no-repeat center left 0;
	background-size:14px;
	color: #8E8F90;
}
.dtl .dtl-top .tab-con{
	border: 1px solid #ddd;
}
.dtl .dtl-top .file-list{
	overflow-y: auto;
}
.dtl .dtl-top .table{
	width:100%;
	text-align: left;
}
.dtl .dtl-top .table th:nth-child(1){width:10%;}
.dtl .dtl-top .table th:nth-child(2){width:70%;}
.dtl .dtl-top .table th:nth-child(3){width:20%;}
.dtl .dtl-top .table tr th{
	color: #797979;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ddd;
}
.dtl .dtl-top .table tr td{
	color: #282828;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ddd;
}
.dtl-con{
	padding-bottom:30px;
}
.dtl-con .tit{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161616;
	line-height: 60px;
}
.dtl-con .tit a{
	float:right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7B7A7A;
	padding-right:28px;
	background:url(../icon/more.png) no-repeat center right 0;
	background-size:22px;
}
.dtl-con .lis{
	width:24%;
	background:#fff;
	box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.69);
	border-radius: 20px;
	margin-right:1.3%;
	margin-bottom:25px;
}
.dtl-con .lis:nth-child(4n){
	margin-right:0;
}
.dtl-con .lis .fill{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.dtl-con .lis img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px 20px 0 0;
	object-fit:cover;
}
.dtl-con .lis:hover img{transition: all 0.6s;transform: scale(1.4);-webkit-transform: scale(1.4);}
.dtl-con .lis .title{
	padding:0 15px;
	line-height: 54px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
/* 举报弹窗 */
.report-q{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index: 10;
}
.report-q .report{
	width:780px;
	height:70%;
	overflow-y: auto;
	background: #FFFFFF;
	border-radius: 15px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.report-q .report .report-top{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3B3B3B;
	line-height: 80px;
	padding:0 20px;
	border-bottom:1px solid #EEEEEE;
	position: relative;
}
.report-q .report .report-top .close{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto 0;
	width:80px;
	height: 80px;
	background:url(../icon/close.png) no-repeat center;
	background-size:20px;
}
.report-q .report .report-con{
	padding:20px 30px;
}
.report-q .report .report-con .top-t{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3B3B3B;
}
.report-q .report .report-con .con-v{
	padding:20px 0 20px 0;
}
.report-q .report .report-con .con-lis{
	padding:0 0 0 25px;
	position: relative;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #3B3B3B;
	width:50%;
	float:left;
	height:40px;
	line-height: 40px;
}
.report-q .report .report-con .con-lis .inp{
	width:100px;
	height:30px;
	line-height: 30px;
	margin:auto 0;
	border:1px solid #CCCCCC;
	margin-left:15px;
}
.report-q .report .report-con .con-lis::after{
	content:'';
	width:15px;
	height:15px;
	border-radius: 50%;
	border:1px solid #CCCCCC;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
	z-index: 2;
}
.report-q .report .report-con .con-lis.active::after{
	background:#2594F0;
	border:1px solid #2594F0;
}
.report-q .report .report-con .con-lis.active::before{
	content:'';
	width:5px;
	height:5px;
	border-radius: 50%;
	position: absolute;
	top:0;
	bottom:0;
	left:6px;
	margin:auto 0;
	background:#fff;
	z-index: 3;
}
.report-q .report .report-con .txt{
	margin:30px 0;
	width:100%;
	height:150px;
	border:1px solid #CCCCCC;
	padding:10px;
}
.report-q .report .report-con .contact-tit{
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #666;
}
.report-q .report .report-con .but{
	padding:20px 0;
}
.report-q .report .report-con .inp{
	width:200px;
	height:40px;
	line-height: 40px;
	margin:auto 0;
	border:1px solid #CCCCCC;
	padding:0 10px;
}
.report-q .report .report-con .right{
	width:150px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background:#2594F0;
	color:#fff;
	border-radius: 5px;
}
/* 工程师 */
.engineer .engineer-menu{
	padding:15px 0 0;
}
.engineer .engineer-menu .menu-tit{
	float:left;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
	margin-right:10px;
}
.engineer .engineer-menu  .menu-nav{
	float:left;
	width:94%;
}
.engineer .engineer-menu .menu-lis{
	float:left;
	line-height: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #333333;
	margin:0 15px 15px 0;
	padding:0 15px;
	cursor: pointer;
}
.engineer .engineer-menu .menu-lis a{
	display:block;
	color:#333333;
	padding:0 10px;
}
.engineer .engineer-menu .menu-lis.active{
	color:#0E9BF3;
}
.engineer .engineer-menu .menu-lis.active a{
	color:#0E9BF3;
}
.engineer .content .con{
	padding-top:0;
}
.engineer .content .lis-v{
	width: 730px;
	height: 450px;
	background: #FFFFFF;
	box-shadow: 0px 2px 35px 0px rgba(204, 209, 228, 0.84);
	border-radius: 20px;
	padding:45px 24px 22px;
	margin-bottom:20px;
}
.engineer .content .lis-v:nth-child(2n){
	float: right;
}
.engineer .content .lis-v .top-l{
	position: relative;
	padding:0 0 0 98px;
	width:60%;
}
.engineer .content .lis-v .top-l .head-icon{
	width:72px;
	height:72px;
	border-radius: 50%;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
}
.engineer .content .lis-v .top-l .head-icon .head-img{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.engineer .content .lis-v .top-l .head-icon.active::after{
	content:'V';
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #FFC300;
	border-radius: 50%;
	font-size: 20px;
	font-family: Exotc350 DmBd BT;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	bottom:0;
	right:0;
	z-index: 1;
}
.engineer .content .lis-v .top-l .name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4E4E4E;
	padding-bottom:3px;
}
.engineer .content .lis-v .top-l .tag-lis{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #828282;
	margin-right:15px;
}
.engineer .content .lis-v .top-l .tag-lis span{
	color:#4B4B4B;
}
.engineer .content .lis-v .top-l .join_time{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding-top:3px;
}
.engineer .content .lis-v .join{
	margin-top:15px;
}
.engineer .content .lis-v .join .join-lis{
	width: 105px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #FC6656;
	border-radius: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FC6656;
	text-align: center;
	cursor: pointer;
}
.engineer .content .lis-v .join .join-lis:nth-child(2n){
	color: #0E9BF3;
	border: 1px solid #0E9BF3;
	margin-left:20px;
}
.engineer .content .lis-v .join .join-lis span{
	display: inline-block;
	padding-left:20px;
	background:url(../icon/infor-r1.png) no-repeat center left 0;
	background-size:15px;
}
.engineer .content .lis-v .join .join-lis.on{
	background:#FC6656;
	color:#fff;
}
.engineer .content .lis-v .join .join-lis.on span{
	padding-left:0;
	background:none;
}

.engineerdtl-top .head-v .join-lis.on1 span{
	padding-left:0;
	background:none;
}

.engineer .content .lis-v .join .join-lis:nth-child(2n) span{
	padding-left:23px;
	background:url(../icon/infor-l1.png) no-repeat center left 0;
	background-size:18px;
}
.engineer .content .lis-v .lis-con{
	margin-top:38px;
}
.engineer .content .lis-v .lis-con .tit-v{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	border-bottom:1px solid #E7E7E7;
}
.engineer .content .lis-v .lis-con .tit-v span{
	display: inline-block;
	position: relative;
	padding-bottom:20px;
}
.engineer .content .lis-v .lis-con .tit-v span::after{
	content:'';
	width:43px;
	height:3px;
	border-radius: 2px;
	background:#4C4C4C;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
.engineer .content .lis-v .lis-con .con-lis{
	width: 217px;
	height: 212px;
	background: #FFFFFF;
	margin:20px 15px 0 0;
}
.engineer .content .lis-v .lis-con .con-lis:nth-child(3n){
	margin-right:0;
}
.engineer .content .lis-v .lis-con .con-lis .fill{
	display: block;
	width:100%;
	height:160px;
	overflow: hidden;
}
.engineer .content .lis-v .lis-con .con-lis img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.engineer .content .lis-v .lis-con .con-lis:hover img{transition: all 0.6s;transform: scale(1.4);-webkit-transform: scale(1.4);}
.engineer .content .lis-v .lis-con .con-lis .name{
	border: 1px solid #EDEAEA;
	border-top:0;
	line-height: 53px;
	padding:0 10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/* 工程师详情 */
.engineerdtl{

}
.engineerdtl .banner{
	width:100%;
	height:400px;
	display: block;
	object-fit:cover;
}
.engineerdtl-top{
	background:#fff;
}
.engineerdtl-top .head-v{
	margin:-120px auto 0;
	width: 625px;
	height: 350px;
	background: #FFFFFF;
	box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
	padding:93px 0 0;
	position: relative;
	text-align: center;
	z-index: 1;
}
.engineerdtl-top .head-v .head-icon{
	width:160px;
	height:160px;
	border-radius: 50%;
	position:absolute;
	top:-80px;
	left:0;
	right:0;
	margin:0 auto;
	border:4px solid #fff;
}
.engineerdtl-top .head-v .head-icon .head-img{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.engineerdtl-top .head-v .head-icon.active::after{
	content:'';
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: url(../icon/vip.png) no-repeat center;
	background-size:100%;
	border-radius: 50%;
	position: absolute;
	bottom:5px;
	right:5px;
	z-index: 1;
}
.engineerdtl-top .head-v .name{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.engineerdtl-top .head-v .join{
	margin-top:20px;
}
.engineerdtl-top .head-v .join-lis{
	display: inline-block;
	width: 115px;
	height: 42px;
	background-color: #0E9BF3;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	border: 1px solid #0E9BF3;
}
.engineerdtl-top .head-v .join-lis:nth-child(2n){
	color: #0E9BF3;
	background-color: #fff;
	margin-left:20px;
}
.engineerdtl-top .head-v .join-lis span{
	display: inline-block;
	padding-left:20px;
	background:url(../icon/infor-r2.png) no-repeat center left 0;
	background-size:15px;
}
.engineerdtl-top .head-v .join-lis:nth-child(2n) span{
	padding-left:25px;
	background:url(../icon/infor-l1.png) no-repeat center left 0;
	background-size:18px;
}
.engineerdtl-top .head-v .join-lis.disable{
	background-color: #DFDDDD;
	border: 1px solid #DFDDDD;
	cursor:not-allowed;
}
.engineerdtl-top .head-v .join-lis.disable:nth-child(2n){
	color: #DFDDDD;
	background-color: #fff;
	margin-left:20px;
}
.engineerdtl-top .head-v .join-lis.disable:nth-child(2n) span{
	padding-left:25px;
	background:url(../icon/infor-l3.png) no-repeat center left 0;
	background-size:18px;
}
.engineerdtl-top .head-v .menu-lis{
	width:25%;
	margin:65px 0 0;
	position: relative;
}
.engineerdtl-top .head-v .menu-lis::after{
	content:'';
	width:1px;
	height: 40px;
	background:#EAEAEA;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
}
.engineerdtl-top .head-v .menu-lis:last-child::after{
	display: none;
}
.engineerdtl-top .head-v .menu-lis span{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #919191;
}
.engineerdtl-top .head-v .menu-lis p{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0E9BF3;
	padding-top:5px;
}
.engineerdtl-top .tab{
	text-align: center;
	padding:30px 0 16px;
}
.engineerdtl-top .tab-lis{
	display: inline-block;
	padding:23px 30px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	position: relative;
}
.engineerdtl-top .tab-lis.active{
	color: #0E9BF3;
}
.engineerdtl-top .tab-lis.active::after{
	content:'';
	width:60px;
	height:5px;
	background:#02AAEF;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
.engineerdtl-con .con-tv{
	padding:21px 0 28px;
}
.engineerdtl-con .con-t-lis{
	padding:0 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	height: 46px;
	line-height: 46px;
}
.engineerdtl-con .con-t-lis.active{
	color: #0E9BF3;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	line-height: 44px;
	border-radius: 23px;
}
.engineerdtl-con .search-v{
	width: 320px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #EEEEEE;
	border-radius: 20px;
	position: relative;
	padding:0 78px 0 60px;
	margin:3px 0;
	background:url(../icon/search1.png) no-repeat center left 15px;
	background-size:19px;
	background-color: #FFFFFF;
}
.engineerdtl-con .search-v::before{
	content:'';
	width:1px;
	height:20px;
	background:#C3C2C2;
	position: absolute;
	top:0;
	bottom:0;
	left:47px;
	margin:auto 0;
}
.engineerdtl-con .search-v input{
	width:100%;
	height:40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
}
.engineerdtl-con .search-v button{
	width: 74px;
	height: 37px;
	background: #0E9BF3;
	border-radius: 19px;
	position: absolute;
	top:0;
	right:0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
/* 发布图纸 */
.publish .publish-con{
	min-height: 950px;
	background: #FFFFFF;
	box-shadow: 0px 2px 35px 0px rgba(204, 209, 228, 0.84);
	border-radius: 20px;
	margin:24px auto;
	padding:30px 24px;
}
.publish .publish-con .lis{
	margin-bottom:20px;
}
.publish .publish-con .lis label{
	line-height: 47px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.publish .publish-con .lis .inp{
	width: 390px;
	height: 47px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	padding:0 7px;
}
.publish .publish-con .lis .select{
	display:inline-block;
}
.publish .publish-con .lis .select-lis{
	padding-left:28px;
	height: 47px;
	line-height: 47px;
	position: relative;
	margin-right:20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.publish .publish-con .lis .select-lis .inp{
	width: 140px;
	margin-left:20px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.publish .publish-con .lis .select-lis::before{
	content:'';
	width:20px;
	height:20px;
	border-radius: 50%;
	border:1px solid #DEDEDE;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
}
.publish .publish-con .lis .select-lis.active::before{
	border:1px solid #0E9BF5;
}
.publish .publish-con .lis .select-lis.active::after{
	content:'';
	width:12px;
	height:12px;
	border-radius: 50%;
	background:#0E9BF5;
	position: absolute;
	top:0;
	left:5px;
	bottom:0;
	margin:auto 0;
}
.publish .publish-con .upload{
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 20px;
	padding:10px;
	position: relative;
}
.publish .publish-con .upload-con{
	width:100%;
	min-height: 340px;
	border-radius: 20px;
	border: 1px dashed #DEDEDE;
	background: #FBFAFA;
}
.publish .publish-con .txt{
	padding:20px 0;
}
.publish .publish-con p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding:5px 0;
}
.publish .publish-con .upload .uploadBtn{
	width:220px;
	margin:70px auto 10px;
}
.publish .publish-con .upload .uploadBtn img{
	display: block;
	width:75px;
	height:60px;
	margin:0 auto 20px;
}
.publish .publish-con .upload .uploadBtn .btn{
	display:block;
	width: 205px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #0E9BF3;
	border-radius: 10px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0E9BF3;
}
.publish .publish-con .upload .p{
	line-height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
/* 关于我们 */
.about{

}
.about .banner{
	display: block;
	width:100%;
}
.about .about-con{
	padding:20px 0;
}
.about .about-con .left{
	padding:20px 0;
	width: 210px;
	height: 730px;
	background: #FFFFFF;
	box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
	border-radius: 15px;
}
.about .about-con .left .lis{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333;
	line-height: 70px;
	text-align: center;
	position: relative;
}
.about .about-con .left .lis a{
	color: #333;
}
.about .about-con .left .lis.active,.about .about-con .left .lis.active a{
	color: #0E9BF3;
}
.about .about-con .left .lis.active::after{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:38px;
	margin:auto 0;
	width:18px;
	height:18px;
	border:2px solid #0E9BF3;
	border-radius: 50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.about .about-con .right{
	width: 1246px;
	min-height:730px ;
	background: #FFFFFF;
	box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
	border-radius: 15px;
	padding:15px 35px;
}
.about .about-con .right p{
	line-height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
/* 个人中心 */
.personal .banner{
	display: block;
	width:100%;
	height:200px;
	object-fit: cover;
}
.personal .personal-con{
	padding:20px 0;
	position: relative;
	margin-top:-145px;
}
.personal .personal-con .left{
	width: 290px;
}
.personal .personal-con .left-head{
	width:100%;
	height: 270px;
	background: #FFFFFF;
	box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
	border-radius: 15px;
	position: relative;
	padding:70px 25px 0;
	text-align: center;
	margin-bottom:21px;
}
.personal .personal-con .left-head .head-icon{
	width:90px;
	height:90px;
	border-radius: 50%;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	margin:0 auto;
	border:4px solid #fff;
}
.personal .personal-con .left-head .head-icon .head-img{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.personal .personal-con .left-head .head-icon.active::after{
	content:'';
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: url(../icon/vip.png) no-repeat center;
	background-size:100%;
	border-radius: 50%;
	position: absolute;
	bottom:0px;
	right:0px;
	z-index: 1;
}
.personal .personal-con .left-head .name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.personal .personal-con .left-head .phone{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding:7px 0;
}
.personal .personal-con .left-head .menu-lis{
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: relative;
}
.personal .personal-con .left-head .menu-lis:nth-child(2n){
	margin-left:20px;
}
.personal .personal-con .left-head .menu-lis:nth-child(2n)::after{
	content:'';
	width:1px;
	height:12px;
	background:#DCDCDC;
	position: absolute;
	top:0;
	bottom:0;
	left:-11px;
	margin:auto 0;
}
.personal .personal-con .left-head .menu-lis span{
	font-weight: bold;
	color: #2CAEFF;
}
.personal .personal-con .left-head .join_time{
	width:235px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 50px;
	border-top:1px solid #E5E5E5;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
.personal .personal-con .left-menu{
	width:100%;
	background: #FFFFFF;
	box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
	border-radius: 15px;
	position: relative;
	padding:34px 25px;
	text-align: center;
}
.personal .personal-con .left-menu .menu-lis{
	width:100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
	margin-bottom:20px;
	position: relative;
}
.personal .personal-con .left-menu .menu-lis.on1{
	background:url(../icon/my-nav1.png) no-repeat center left 43px;
	background-size:25px;
}
.personal .personal-con .left-menu .menu-lis.on2{
	background:url(../icon/my-nav2.png) no-repeat center left 43px;
	background-size:20px;
}
.personal .personal-con .left-menu .menu-lis.on3{
	background:url(../icon/my-nav3.png) no-repeat center left 43px;
	background-size:20px;
}
.personal .personal-con .left-menu .menu-lis.on4{
	background:url(../icon/my-nav4.png) no-repeat center left 43px;
	background-size:20px;
}
.personal .personal-con .left-menu .menu-lis.on5{
	background:url(../icon/my-nav5.png) no-repeat center left 43px;
	background-size:20px;
}
.personal .personal-con .left-menu .menu-lis.on6{
	background:url(../icon/my-nav6.png) no-repeat center left 43px;
	background-size:20px;
}
.personal .personal-con .left-menu .menu-lis.on7{
	background:url(../icon/my-nav7.png) no-repeat center left 43px;
	background-size:20px;
}
.personal .personal-con .left-menu .menu-lis.on8{
	background:url(../icon/my-nav8.png) no-repeat center left 43px;
	background-size:20px;
}
.personal .personal-con .left-menu .menu-lis.active.on1{
	background:url(../icon/my-nav1-b.png) no-repeat center left 43px;
	background-size:25px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis.active.on2{
	background:url(../icon/my-nav2-b.png) no-repeat center left 43px;
	background-size:20px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis.active.on3{
	background:url(../icon/my-nav3-b.png) no-repeat center left 43px;
	background-size:20px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis.active.on4{
	background:url(../icon/my-nav4-b.png) no-repeat center left 43px;
	background-size:20px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis.active.on5{
	background:url(../icon/my-nav5-b.png) no-repeat center left 43px;
	background-size:20px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis.active.on6{
	background:url(../icon/my-nav6-b.png) no-repeat center left 43px;
	background-size:20px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis.active.on7{
	background:url(../icon/my-nav7-b.png) no-repeat center left 43px;
	background-size:20px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis.active.on8{
	background:url(../icon/my-nav8-b.png) no-repeat center left 43px;
	background-size:20px;
	background-color:rgba(14, 155, 243, 0.11);
}
.personal .personal-con .left-menu .menu-lis a{
	display: block;
	color: #000;
}
.personal .personal-con .left-menu .menu-lis span{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
	min-width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background: #FC0000;
	border-radius: 10px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding:0 4px;
}
.personal .personal-con .left-menu .menu-lis.active a{
	color: #0E9BF3;
}
.personal .personal-con .right{
	width: 1160px;
	min-height:730px ;
	background: #FFFFFF;
	box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
	border-radius: 15px;
	padding:15px 21px;
}
.personal .personal-con .right .top{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5E5E5E;
	padding:20px 0;
}
.personal .personal-con .right .con-lis{
	border-bottom:10px solid #eee;
	margin-bottom:20px;
}
.personal .personal-con .right .con-lis:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.personal .personal-con .right .img{
	width:100%;
	display: block;
}
.personal .personal-con .right .img.on1{
	display:none;
}
.personal .personal-con .right .con-tit{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
}
.personal .personal-con .right .con-tit span{
	color:#0E9BF3;
	padding-left:10px;
}
.personal .personal-con .right .lis-c{
	position: relative;
	padding:25px 25px 25px 120px;
	width:345px;
	height: 139px;
	background: #FFFFFF;
	box-shadow: 0px 2px 29px 0px rgba(81, 98, 138, 0.2);
	border-radius: 15px;
	margin:0 41px 33px 0;
}
.personal .personal-con .right .lis-c:nth-child(3n){
	margin-right:0;
}
.personal .personal-con .right .lis-c .icon{
	width:75px;
	height:75px;
	border-radius: 50%;
	position: absolute;
	top:25px;
	left:26px;
}
.personal .personal-con .right .lis-c .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.personal .personal-con .right .lis-c .price{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #F58425;
	margin:5px 0 7px;
}
.personal .personal-con .right .lis-c .btn{
	width: 72px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #F58425;
	border-radius: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.personal .personal-con .right .lis-c.active .btn{
	background: #EDEDED;
	color: #B7B7B7;
}
/* vip */
.personal .personal-con .right.vip{
	padding-top:34px;
}
.personal .personal-con .right.vip .vip-top .lis{
	width:50%;
	position: relative;
}
.personal .personal-con .right.vip .vip-top .lis:first-child::after{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
	content:'';
	width:1px;
	height:102px;
	background:#E8E8E8;
}
.personal .personal-con .right.vip .vip-top .lis .east{
	width:35%;
	text-align: center;
}
.personal .personal-con .right.vip .vip-top .lis .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.personal .personal-con .right.vip .vip-top .lis .num{
	font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	margin:30px 0;
}
.personal .personal-con .right.vip .vip-top .lis .record{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FE8D17;
}
.personal .personal-con .right.vip .vip-top .lis:first-child .west{
	right:50px;
}
.personal .personal-con .right.vip .vip-top .lis .west{
	position: absolute;
	top:51px;
	right:20px;
	text-align: center;
}
.personal .personal-con .right.vip .vip-top .lis .west .west-lis{
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #FD8320;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FD8320;
}
.personal .personal-con .right.vip .vip-top .lis .west .west-lis:last-child{
	background: #FD8320;
	color: #FFFFFF;
	margin-left:23px;
}
.personal .personal-con .right.vip .vip-top .lis .west .p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top:10px;
}
.personal .personal-con .right.vip .vip-con{
	padding:65px 0 0;
}
.personal .personal-con .right.vip .vip-tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 80px;
}
.personal .personal-con .right.vip .vip-con .lis{
	width:49%;
	height:335px;
	border-radius:15px ;
	text-align: center;
	background:url(../icon/vip-l.jpg) no-repeat center;
	background-size:100%;
	padding:80px 0 0;
	position: relative;
}
.personal .personal-con .right.vip .vip-con .lis .hot{
	position: absolute;
	top:0;
	left:15px;
	padding-left:25px;
	background:url(../icon/hot1.png) no-repeat center left 0;
	background-size:18px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}
.personal .personal-con .right.vip .vip-con .lis:last-child{
	background:url(../icon/vip-r.png) no-repeat center;
	background-size:100%;
}
.personal .personal-con .right.vip .vip-con .lis .title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BD4308;
}
.personal .personal-con .right.vip .vip-con .lis .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FE5200;
	margin:20px 0 60px;
}
.personal .personal-con .right.vip .vip-con .lis .btn{
	width: 290px;
	height: 69px;
	line-height: 69px;
	background: #FD8320;
	border-radius: 35px;
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin:0 auto;
}
.personal .personal-con .right.vip .vip-con .lis:last-child .title{
	color: #0C7652;
}
.personal .personal-con .right.vip .vip-con .lis:last-child .des{
	color: #04B97D;
}
.personal .personal-con .right.vip .vip-con .lis:last-child .btn{
	background: #0DB27C;
}
.personal .personal-con .right.vip .figure{
	padding:65px 0 30px;
}
.personal .personal-con .right.vip .figure-con{
	padding-top:20px;
}
.personal .personal-con .right.vip .figure .lis{
	width:100px;
	text-align: center;
	margin-right:30px;
}
.personal .personal-con .right.vip .figure .lis:last-child{
	margin-right:0;
}
.personal .personal-con .right.vip .figure .lis .img{
	width: 95px;
	height: 95px;
	border-radius: 50%;
}
.personal .personal-con .right.vip .figure .lis .name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333333;
	padding:15px 0 10px;
}
.personal .personal-con .right.vip .figure .lis .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ACACAC;
}
/* 充值 */
.personal .personal-con .right.recharge .recharge-con{
	padding-bottom:30px;
}
.personal .personal-con .right.recharge .recharge-tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 80px;
}
.personal .personal-con .right.recharge .con{
	padding-top:20px;
	padding-left:32px;
}
.personal .personal-con .right.recharge .lis{
	width:225px;
	height:350px;
	text-align: center;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	margin-right: 50px;
	margin-bottom:25px;
	padding-top:25px;
	position: relative;
	overflow: hidden;
}
.personal .personal-con .right.recharge .lis:nth-child(4n){
	margin-right: 0;
}
.personal .personal-con .right.recharge .lis .tis{
	position: absolute;
	top:7px;
	left:-40px;
	width:130px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background:#0E9BF3;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.personal .personal-con .right.recharge .lis.active{
	background:url(../icon/recharge.jpg) no-repeat center;
	background-size:100% 100%;
	box-shadow: -3px 0px 27px 0px RGBA(14, 138, 243, 0.3);
}
.personal .personal-con .right.recharge .lis .img{
	width:38px;
	height:38px;
	margin:0 auto;
}
.personal .personal-con .right.recharge .lis .gold{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0E9BF3;
	margin:25px 0 70px;
}
.personal .personal-con .right.recharge .lis .gold span{
	font-size: 40px;
	font-weight: bold;
	padding-right:5px;
}
.personal .personal-con .right.recharge .lis .price{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FAB001;
	padding-bottom:5px;
}
.personal .personal-con .right.recharge .lis .tag-lis{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	text-align: left;
	line-height: 40px;
	padding-left:105px;
	background:url(../icon/gou.png) no-repeat center left 70px;
	background-size:27px;
}
.personal .personal-con .right.recharge .lis.active .price{
	color: #FFFFFF;
}
.personal .personal-con .right.recharge .lis.active .tag-lis{
	color: #FFFFFF;
	background:url(../icon/gou1.png) no-repeat center left 70px;
	background-size:27px;
}
.personal .personal-con .right.recharge .pay-info{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin:30px 0 55px;
}
.personal .personal-con .right.recharge .pay-info span{
	font-size: 24px;
	color:#FAB001;
}
.personal .personal-con .right.recharge .pay-lis{
	width:50%;
	text-align: center;
}
.personal .personal-con .right.recharge .pay-lis img{
	width: 257px;
	height: 257px;
	border: 1px solid #4BB414;
	padding:25px;
}
.personal .personal-con .right.recharge .pay-lis .tit{
	line-height: 70px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #09BB07;
}
.personal .personal-con .right.recharge .pay-lis .tit span{
	display: inline-block;
	padding-left:63px;
	background:url(../icon/wechat1.png) no-repeat center left 0;
	background-size:45px;
}
.personal .personal-con .right.recharge .pay-lis:last-child .tit span{
	background:url(../icon/zhifubao.png) no-repeat center left 0;
	background-size:40px;
}
.personal .personal-con .right.recharge .pay-lis:last-child img{
	border: 1px solid #02AAEF;
}
.personal .personal-con .right.recharge .pay-lis:last-child .tit{
	color:#02AAEF;
}
/* 金币兑换 */
.personal .personal-con .right.exchange .exchange-tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 80px;
}
.personal .personal-con .right.exchange .exchange-con{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding:50px 0 0 260px;
}
.personal .personal-con .right.exchange .exchange-con .lis{
	margin-bottom:20px;
}
.personal .personal-con .right.exchange .exchange-con label{
	display: inline-block;
	width:100px;
	text-align: right;
}
.personal .personal-con .right.exchange .exchange-con input{
	width: 254px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding:0 15px;
	margin:0 10px;
}
.personal .personal-con .right.exchange .exchange-con span{
	color: #666666;
}
.personal .personal-con .right.exchange .exchange-con i{
	color:#0E9BF3;
	font-size: 18px;
}
.personal .personal-con .right.exchange .exchange-con .btn{
	width: 146px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0E9BF3;
	border-radius: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	margin:35px 0 0 110px;
}
/* 我上传的 */
.uploaded{
	padding:27px 20px;
}
.uploaded .table{
	width:100%;
	border:1px solid #EAF2F7;
}
.uploaded .table .lis{
	width:25%;
}
.uploaded .table .th{
	height:60px;
	line-height: 60px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	background:rgba(237, 235, 235, 0.86);
	text-align: center;
}
.uploaded .table .lis:first-child{width:35%;}
.uploaded .table .lis:nth-child(2){width:25%;}
.uploaded .table .lis:nth-child(3){width:25%;}
.uploaded .table .lis:last-child{width:15%;}
.uploaded .table .th .lis{float:left;}
.uploaded .table .td{
	border-bottom: 1px solid #E7E7E7;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.uploaded .table .td .lis{
	padding:12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uploaded .table .td:last-child{
	border:none;
}
.uploaded .table .td .lis.on1{
	padding-left:30px;
	padding-right:20px;
	justify-content: flex-start;
}
.uploaded .table img{
	width:80px;
	height:58px;
	margin-right:10px;
}
.uploaded .table .td .lis .checked{
	display: inline-block;
	width:40px;
	height:20px;
	border-radius: 20px;
	background:#eee;
	position: relative;
}
/* Switch开关样式 */
input[type='checkbox'].switch {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 40px;
	height: 20px;
	background: #ccc;
	border-radius: 10px;
	transition: border-color .3s, background-color .3s;
}

input[type='checkbox'].switch::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0, 0, 2px, #999;
	transition: .4s;
	top: 2px;
	position: absolute;
	left: 2px;
}

input[type='checkbox'].switch:checked {
	background: rgb(19, 206, 102);
}

/* 当input[type=checkbox]被选中时：伪元素显示下面样式 位置发生变化 */
input[type='checkbox'].switch:checked::after {
	content: '';
	position: absolute;
	left: 55%;
	top: 2px;
}
.page{
	padding:50px 0 20px;
}
.page ul{
	display:flex;
	justify-content: center;
	align-items: center;
}
.page li{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #F2F2F2;
	border-radius: 3px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin:0 5px;
	cursor: pointer;
	overflow: hidden;
}
.page li a{
	display: inline-block;
	width:100%;
	height:100%;
}
.page li.active{
	background:#0E9BF3;
	color:#FFFFFF;
	cursor: not-allowed;
}
.page li:hover a{
	background:#0E9BF3;
	color:#FFFFFF;
}
/* 模型 */
.uploaded.model .uploaded-top{
	margin-bottom:17px;
	margin-top:10px;
}
.uploaded.model .uploaded-top .select-v{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	position: relative;
	padding-left:35px;
}
.uploaded.model .uploaded-top .select-v .checked::before{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
	width:21px;
	height:21px;
	background:#fff;
	border: 1px solid #EBEBEB;
}
.uploaded.model .uploaded-top .select-v .checked:checked::before{
	background:url(../icon/gou.png) no-repeat center;
	background-size:16px;
}
.uploaded.model .uploaded-top label{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	display: inline-block;
}
.uploaded.model .uploaded-top .option{
	width: 150px;
	height: 36px;
	padding:0 10px;
	border: 1px solid #E7E7E7;
	border-radius: 2px;
	 appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../icon/down.png) no-repeat center right 10px;
	background-size:15px;
	background-color: #FFFFFF;
	margin-right:10px;
}
.uploaded.model .uploaded-top .option option{
	background:none;
}
.uploaded.model .uploaded-top  .tish{
	display: flex;
	align-items: center;
}
.uploaded.model .uploaded-top .cate_search_input{
	width: 180px;
	height: 36px;
	padding:0 10px;
	border: 1px solid #E7E7E7;
	border-radius: 2px;
	background-size:15px;
	background-color: #FFFFFF;
	margin-right:10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.uploaded.model .uploaded-top .open{
	display: inline-block;
}
.uploaded.model .uploaded-top .open-lis{
	padding-left:30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: relative;
	margin-left:20px;
}
.uploaded.model .uploaded-top .open-lis span{
	width:19px;
	height:19px;
	border-radius: 50%;
	border: 1px solid #0E9BF3;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
}
.uploaded.model .uploaded-top .open-lis.active span::before{
	content:'';
	width:9px;
	height:9px;
	border-radius: 50%;
	background:#0E9BF3;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.uploaded.model .uploaded-top .set{
	width: 75px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background:#0E9BF3;
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
}
.uploaded.model .table .lis:first-child{width:25%;padding-right:10px;padding-left:10px;}
.uploaded.model .table .lis:nth-child(2){width:15%;}
.uploaded.model .table .lis:nth-child(3){width:15%;}
.uploaded.model .table .lis:nth-child(4){width:15%;}
.uploaded.model .table .lis:nth-child(5){width:15%;}
.uploaded.model .table .lis:nth-child(6){width:15%;}
.uploaded.model .table .lis.on1 p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.uploaded.model .table .lis .select-v{
	width:23px;
	height:23px;
	background:#F6F6F6;
}
.uploaded.model .table .lis .select-v:checked{
	background:url(../icon/gou.png) no-repeat center;
	background-size:16px;
	background-color:#F6F6F6;
}
.uploaded.model .table .td .lis:nth-child(3) {
	padding:0 20px;
	color:#0BD57D;
}
.uploaded.model .table .td .repeat.lis:nth-child(3) {
	color:#FF0505;
}
.uploaded.model .table .td .fail.lis:nth-child(3) {
	color:#B6B7B7;
}
.uploaded.model .table .td .lis:nth-child(5){color:#B6B7B7;}
.uploaded.model .table .td .lis:last-child span,.uploaded.model .table .td .lis:last-child a{
	color:#0E9BF3;
	margin:0 10px;
}
.uploaded.model .table .td .lis:last-child .self-help{
	color:#FF8A00;
}
/* 模型编辑 */
.right.model-edit .model-edit-tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 80px;
}
.right.model-edit .model-edit-con .lis{
	margin-bottom:20px;
}
.right.model-edit .model-edit-con .option{
	width: 240px;
	height: 50px;
	padding:0 10px;
	border: 1px solid #E7E7E7;
	border-radius: 2px;
	 appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../icon/down.png) no-repeat center right 10px;
	background-size:15px;
	background-color: #FFFFFF;
	margin-right:10px;
	margin-left:-2px;
}
.right.model-edit .model-edit-con .option option{
	background:none;
}
.right.model-edit .model-edit-con label{
	display: inline-block;
	width:100px;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-right:10px;
}
.right.model-edit .model-edit-con input{
	width: 254px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding:0 15px;
	margin:0 20px 0 -2px;
}
.right.model-edit .model-edit-con .txt-v label{
	position: relative;
	top:-50px;
}
.right.model-edit .model-edit-con textarea{
	width: 642px;
	height: 122px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding:15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	margin-left:-2px;
}
.right.model-edit .model-edit-con .seo input{
	width: 110px;
}
.right.model-edit .model-edit-con span{
	color: #666666;
}
.right.model-edit .model-edit-con i{
	color:#0E9BF3;
	font-size: 18px;
}
.right.model-edit .model-edit-con .radio{
	display: flex;
	align-items: center;
	height:42px;
}
.right.model-edit .model-edit-con .upload .tit{
	display: block;
	float: left;
	line-height: 105px;
	position: relative;
}
.right.model-edit .model-edit-con .upload-con{
	float: left;
	display:block;
	max-width: 980px;
}
.right.model-edit .model-edit-con .img-lis{
	width: 142px;
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:8px;
	margin-bottom:8px;
	position: relative;
}
.right.model-edit .model-edit-con .img-lis .back{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	background:rgba(0,0,0,.5);
}
.right.model-edit .model-edit-con .img-lis:hover .back{
	display: block;
}
.right.model-edit .model-edit-con .img-lis .back .back-lis{
	width:50%;
	float: left;
	font-size: 12px;
	color:#fff;
	cursor: pointer;
}
.right.model-edit .model-edit-con .img-lis .set-img{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index: 2;
	padding:42px 0;
}
.right.model-edit .model-edit-con .img-lis:hover .set-img{
	display: block;
}
.right.model-edit .model-edit-con .img-lis .set-img>div{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DADADA;
	padding:0 10px;
	cursor: pointer;
}
.right.model-edit .model-edit-con .img-lis .img-v{
	width:100%;
	height:100%;
	object-fit: cover;
}
.right.model-edit .model-edit-con .upload-btn{
	background: #F9F9F9;
	font-size: 44px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DADADA;
}
.right.model-edit .model-edit-con .open{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.right.model-edit .model-edit-con .open .open-lis{
	padding-left:30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: relative;
	margin-right:20px;
}
.right.model-edit .model-edit-con .open .open-lis span{
	width:19px;
	height:19px;
	border-radius: 50%;
	border: 1px solid #0E9BF3;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
}
.right.model-edit .model-edit-con .open .open-lis input{
	width: 129px;
}
.right.model-edit .model-edit-con .open .open-lis.active span::before{
	content:'';
	width:9px;
	height:9px;
	border-radius: 50%;
	background:#0E9BF3;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.right.model-edit .model-edit-con .btn{
	width: 146px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0E9BF3;
	border-radius: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	margin:35px 0 0 110px;
}
/* 我的信息编辑 */
.right.info .info-tab .lis{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
	margin-right:50px;
	position: relative;
	line-height: 50px;
}
.right.info .info-tab .lis.active{
	color: #040404;
}
.right.info .info-tab .lis.active::after{
	content:'';
	width:38px;
	height:5px;
	border-radius: 5px;
	background:#040404;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
.right.info .info-con{
	padding-top:50px;
}
.right.info .info-con .lis{
	margin-bottom:20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.right.info .info-con .lis .head-img{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.right.info .info-con .lis .img-v{
	width:90px;
	height:90px;
	border-radius: 50%;
	margin-right:20px;
}
.right.info .info-con .lis .edit{
	width: 80px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6F6F6F;
	border: 1px solid #9A9A9A;
	border-radius: 5px;
}
.right.info .info-con .tit{
	width:100px;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-right:30px;
}
.right.info .info-con input{
	width: 254px;
	height: 46px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding:0 15px;
}
.right.info .info-con .identif{
	width: 135px;
	height: 46px;
	background: #E0F2FD;
	border-radius: 10px;
	text-align: center;
	line-height:46px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2CAEFF;
	cursor: pointer;
	margin-left:20px;
}
.right.info .info-con textarea{
	width: 642px;
	height: 122px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding:15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
}
.right.info  .form-group{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	min-width: 156px;
}
.right.info  .sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.right.info .form-control{
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 30px 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background:url(../icon/down.png) no-repeat center right 10px;
	background-size:13px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.right.info .info-con .option{
	width: 240px;
	height: 46px;
	padding:0 10px;
	border: 1px solid #E7E7E7;
	border-radius: 2px;
	 appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../icon/down.png) no-repeat center right 10px;
	background-size:13px;
	background-color: #FFFFFF;
	margin-right:10px;
}
.right.info .info-con .option option{
	background:none;
}
.right.info .info-con .lis .span{
	color: #D5D5D5;
	padding:0 20px;
}
.right.info .info-con .radio{
	display: flex;
	align-items: center;
	height:42px;
}
.right.info .info-con .open{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	max-width: 980px;
}
.right.info .info-con  .open .open-lis{
	padding-left:30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: relative;
	margin-right:20px;
	margin-bottom:20px;
	width:150px;
}
.right.info .info-con .open .open-lis span{
	width:19px;
	height:19px;
	border-radius: 50%;
	border: 1px solid #0E9BF3;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
}
.right.info .info-con .open .open-lis.active span::before{
	content:'';
	width:9px;
	height:9px;
	border-radius: 50%;
	background:#0E9BF3;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.right.info .info-con .checkbox .open .open-lis span{
	width: 20px;
	height: 20px;
	border: 1px solid #E4E4E4;
	border-radius: 0;
}
.right.info .info-con .checkbox .open .open-lis.active span{
	border: 1px solid #0E9BF3;
}
.right.info .info-con .checkbox .open .open-lis.active span::before{
	content:'';
	width: 5px;
	height: 10px;
	border: 1px solid #0E9BF3;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0;
	background:none;
	position: absolute;
	top:0;
	left:0;
	margin:auto;
}
.right.info .info-con .address{
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.right.info .info-con .btn{
	width: 146px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border:1px solid #0E9BF3;
	border-radius: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0E9BF3;
	position: relative;
	margin:35px 0 0 130px;
}
/* 我的消息 */
.right.info .message-con .lis{
	padding:25px 0 50px 28px;
	border-bottom:1px solid #E7E7E7;
}
.right.info .message-con .lis .title{
	max-width: 80%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	position: relative;
}
.right.info .message-con .lis .title::before{
	content:'';
	display: block;
	width:12px;
	height:12px;
	border-radius: 50%;
	background: #BEBEBE;
	opacity: 0.64;
	position: absolute;
	top:10px;
	left:-28px;
}
.right.info .message-con .lis .date{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-left:20px;
}
.right.info .message-con .lis  .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top:15px;
}
.uploaded.info .info-con{
	padding-top:25px;
	position: relative;
}
.uploaded.info .info-con .price{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.uploaded.info .info-con .price span{
	color:#FF9628;
}
.uploaded.info .info-con .sai{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: absolute;
	top:0;
	right:0;
}
.uploaded.info .table{
	margin-top:20px;
}
.uploaded.info .table .lis:first-child{width:25%;}
.uploaded.info .table .lis:nth-child(2){width:25%;}
.uploaded.info .table .lis:nth-child(3){width:25%;}
.uploaded.info .table .lis:last-child{width:25%;}
.uploaded.info .table .lis.on{
	color:#FF0018;
}
.uploaded.info .table .td .lis{
	padding:18px 0;
}
/* 发私信 */
.send-q{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index: 10;
}
.send-q .send{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width:50%;
	min-width: 500px;
	height:310px;
	background:#fff;
	padding:0 30px;
	border-radius: 10px;
}
.send-q .send .title{
	height:70px;
	line-height: 70px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.send-q .send .title span{
	color:#5081FF;
}
.send-q .send .close{
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	padding:8px;
}
.send-q .send textarea{
	width:100%;
	height: 110px;
	background: #F1F1F1;
	border: 1px solid #D3D3D3;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	padding:10px;
}
.send-q .send button{
	width: 123px;
	height: 47px;
	background: #0EA8EF;
	border-radius: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top:20px;
}
/* 尾部 */
.footer{
	min-width: 1480px;
	height: 300px;
	background: #343434;
	padding:50px 0;
	position:relative;
}
.footer .footer-left{
	float:left;
	width:78%;
}
.footer .footer-left .logo{
	width:315px;
}
.footer .footer-left .foot-vcon{
	width:60%;
	margin-left:6.7%;
}
.footer .footer-left .foot-tit{
	line-height:30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.footer .footer-left .foot-lis{
	float:left;
	text-align: center;
	width:33.33%;
}
.footer .footer-left .foot-con .lis a{
	line-height:30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C6C6C6;
}
.footer .foot-b{
	position:absolute;
	bottom:38px;
	left:0;
	width:100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #959393;
	text-align:center;
}
.footer .foot-b a{
	color: #959393;
}
.footer .footer-right{
	float:right;
}
.footer .footer-right img{
	width: 130px;
	height: 130px;
	display:block;
}
.footer .footer-right p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E2D8D8;
	padding-top:5px;
	text-align: center;
}
.footer .footer-right .icon{
	display: inline-block;
	width:30px;
	height:30px;
	position: relative;
	top:10px
}
.footer .footer-right  .qq-lis{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E2D8D8;
	line-height: 30px;
	text-align: left;
	margin-right:60px;
	margin-bottom:20px;
}
/* 右侧菜单 */
.left-contact{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	margin:auto 0;
	width: 90px;
	max-height: 258px;
	background: #FFFFFF;
	border: 1px solid #EDEAEA;
	box-shadow: -3px 0px 27px 0px rgba(91, 94, 96, 0.13);
	border-radius: 5px;
	z-index: 6;
}
.left-contact .contact-lis{
	width:100%;
	text-align: center;
	padding:17px 10px;
	position: relative;
}
.left-contact .contact-lis::after{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	content:'';
	width:70px;
	height:1px;
	background:#DFDFDF;
}
.left-contact .contact-lis:last-child::after{
	display: none;
}
.left-contact .contact-lis .icon{
	width:30px;
	height:30px;
}
.left-contact .contact-lis .tit{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #979797;
}
.left-contact .contact-lis .qq{
	position: absolute;
	top:0;
	right:90px;
	height:100%;
	line-height: 87px;
	min-width: 200px;
	padding:0 13px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3E3E3E;
	background:#fff;
	border-radius: 5px;
	border: 1px solid #EDEAEA;
}
.left-contact .contact-lis:hover .qq{
	display: block;
}
/* 登录与注册弹窗 */
.register-q{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index: 10;
}
.register-q .register{
	width: 905px;
	height: 570px;
	background: #FFFFFF;
	box-shadow: 0px 12px 27px 0px #5B5E60;
	border-radius: 20px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	overflow: hidden;
}
.register-q .register .register-l{
	width:410px;
	height:100%;
}
.register-q .register .register-l .swiper-container{
	width:100%;
	height:100%;
}
.register-q .register .register-l .swiper-pagination{
	text-align: left;
	padding:0 10px;
}
.register-q .register .register-l .swiper-pagination-bullet{
	background: #EAEAEA;
	opacity: 1;
}
.register-q .register .register-l .swiper-pagination-bullet-active{
	background: #929292;
}
.register-q .register .register-r{
	width:495px;
	padding:0 40px 0 53px;
	position: relative;
}
.register-q .register .register-r .tit{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	padding:30px 0;
}
.register-q .register .register-r .ewm{
	width:64px;
	height:64px;
	position: absolute;
	top:12px;
	right:12px;
	background:url(../icon/ewm.png) no-repeat center;
	background-size:100%;
}
.register-q .register .register-r .ewm.on{
	background:url(../icon/ewm1.png) no-repeat center;
	background-size:100%;
}
.register-q .register .register-r .register-lis{
	width:100%;
	height:58px;
	margin-bottom:21px;
	position: relative;
}
.register-q .register .register-lis.code{
	padding-right:150px;
}
.register-q .register .register-lis.code .identif{
	position: absolute;
	top:0;
	right:0;
	width: 135px;
	height: 58px;
	background: #E0F2FD;
	border-radius: 10px;
	text-align: center;
	line-height: 58px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2CAEFF;
	cursor: pointer;
}
.register-q .register .register-r .inp{
	width:100%;
	height:100%;
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	padding:0 20px 0 75px;
}
.register-q .register .register-r .inp.on{
	border: 1px solid #2CAEFF;
	box-shadow: 0px 7px 27px 0px rgba(44, 174, 255, 0.2);
}
.register-q .register .register-lis.phone .inp{
	background:url(../icon/phone.png) no-repeat center left 18px;
	background-size:19px;
}
.register-q .register .register-lis.code .inp{
	background:url(../icon/code.png) no-repeat center left 17px;
	background-size:21px;
}
.register-q .register .register-lis.pass .inp{
	background:url(../icon/pass.png) no-repeat center left 14px;
	background-size:18px;
}
.register-q .register .register-lis.compass .inp{
	background:url(../icon/pass.png) no-repeat center left 14px;
	background-size:18px;
}
.register-q .register .agree{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-left:30px;
	position: relative;
	cursor: pointer;
}
.register-q .register .agree::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
	width: 20px;
	height: 20px;
	background: #F6F6F6;
	border: 1px solid #ECECEC;
	border-radius: 2px;
	z-index: 1;
}
.register-q .register .agree.on::after{
	background:none;
	border: 1px solid #2CAEFF;
}
.register-q .register .agree.on::before{
	content:'';
	position:absolute;
	top:0;
	left:9px;
	bottom:0;
	margin:auto 0;
	width: 5px;
	height: 10px;
	border: 1px solid #2CAEFF;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.register-q .register .agree a{
	color:#2CAEFF;
}
/* 记住密码 */
.register-q .register .forget-l{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-left:30px;
	position: relative;
	cursor: pointer;
}
.register-q .register .forget-l::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
	width: 20px;
	height: 20px;
	border: 1px solid #2CAEFF;
	border-radius: 2px;
	z-index: 1;
}
.register-q .register .forget-l.on::before{
	content:'';
	position:absolute;
	top:0;
	left:9px;
	bottom:0;
	margin:auto 0;
	width: 5px;
	height: 10px;
	border: 1px solid #2CAEFF;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.register-q .register .forget-r{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ADADAD;
}
.register-q .register .btn{
	width: 100%;
	height: 66px;
	background: #2CAEFF;
	border-radius: 10px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin:20px 0;
}
.register-q .register .goto{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.register-q .register .goto span{
	color:#2CAEFF;
}
.register-q .register .wechat .tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #202020;
}
.register-q .register .wechat img{
	display: inline-block;
	width:49px;
	position: relative;
	top:10px;
	margin-right:15px;
}
.register-q .register .wechat .wechat-img{
	display: block;
	width: 337px;
	height: 337px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	padding:20px;
	box-shadow: 0px 1px 21px 0px rgba(152, 150, 150, 0.38);
	margin:0 auto;
}
/* 忘记密码 */
.forget-v{
	height: 550px;
	background: #FFFFFF;
	box-shadow: 0px 2px 35px 0px rgba(204, 209, 228, 0.84);
	border-radius: 20px;
	margin:24px auto;
	padding:30px 24px;
}
.forget-v .forget-tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.forget-v .forget-con{
	padding:50px 0 0;
	text-align: center;
	width:524px;
	margin:0 auto;
}
.forget-v .forget-con .forget-lis{
	margin-bottom:20px;
	position:relative;
}
.forget-v .forget-con .forget-lis label{
	display: inline-block;
	width:120px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-align: right;
}
.forget-v .forget-con .forget-lis input{
	width: 400px;
	height: 58px;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	padding:0 20px;
}
.forget-v .forget-con .forget-lis.code{
	padding-right:160px;
}
.forget-v .forget-con .forget-lis.code input{
	width:240px;
}
.forget-v .forget-con .forget-lis.code .identif{
	position: absolute;
	top:0;
	right:0;
	width: 140px;
	height: 58px;
	border-radius: 10px;
	border: 1px solid #0F9CF7;
	text-align: center;
	line-height: 58px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2CAEFF;
	cursor: pointer;
}
.forget-v .forget-con .forget-lis .submit{
	background: #0F9CF7;
	color:#fff;
}
/* 3D 转换 */
.change{
	min-width:1480px;
	min-height: 600px;
	background-image:url(../icon/3D.jpg);
	background-size: 100% cover;
	background-repeat: no-repeat;
	background-position: top 0 center;
}
.change .change-tit{
	line-height: 140px;
	text-align: center;
	font-size: 39px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 8px;
}
.change .change-upload{
	width: 1200px;
	height: 495px;
	background: #FFFFFF;
	border: 1px dashed #E3E2E2;
	box-shadow: 0px 3px 22px 5px rgba(186,186,186,0.21);
	border-radius: 10px;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
}
.change .change-upload .first{
	padding:100px 230px;
}
.change .change-upload .second{
	padding:100px 230px;
}
.change .change-upload .progress-v{
	position: relative;
	width:100%;
	height:20px;
	border-radius: 12px;
	background:#EEEEEE;
	margin:60px 0 0;
}
.change .change-upload .progress-v .load_num{
	position: absolute;
	top:-20px;
	right:0;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8D8D8D;
}
.change .change-upload .progress-v .box{
	position: absolute;
	background: #0E9BF3;
	border-radius: 12px;
	width:20%;
	height:100%;
}
.change .change-upload .icon{
	display: block;
	width:74px;
	margin:20px auto;
}
.change .change-upload .btn{
	width: 155px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #96D002;
	border-radius: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin:0 auto;
}
.change .change-upload .btn.on{
	background-color: #EAEAEA;
	color:#A0A0A0;
	margin-top:45px;
}
.change .change-upload p{
	padding:20px 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
.change .change-upload .tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #474747;
	text-align: center;
}
.change .change-upload .three{
	padding:150px 0 0;
	text-align: center;
}
.change .change-upload .three .name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.change .change-upload .three .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding:10px 0;
}
.change .change-upload .three  .img{
	width: 129px;
}
.change .change-upload .three .tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #474747;
	padding-top:10px;
}
.change .change-upload .four{
	padding:120px 0;
}
.change .change-upload .four .name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.change .change-upload .img{
	width:86px;
	height:86px;
	margin-top:15px;
}
.change .change-upload .four .tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E9BF3;
	padding:10px 0;
}
.change .change-upload .four .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #989898;
}
.change .change-upload .five{
	padding:100px 0;
}
.change .change-upload .five .img{
	width:68px;
	height:68px;
}
.change .change-upload .five .tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E9BF3;
	margin-top:10px;
}
.change .change-upload .five .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #989898;
	padding:10px 0;
}
.change .change-upload .five .btn{
	background-image:url(../icon/change-down.png);
	background-repeat: no-repeat;
	background-position: center left 20px ;
	background-size:27px;
	padding-left:40px;
}

.change .change-upload .eight{
	padding:100px 0;
}
.change .change-upload .eight .img{
	width:68px;
	height:68px;
}
.change .change-upload .eight .tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E9BF3;
	margin-top:10px;
}
.change .change-upload .eight .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #989898;
	padding:10px 0;
}
.change .change-upload .eight .btn{
	background-repeat: no-repeat;
	background-position: center left 20px ;
	background-size:27px;
}
.change .change-upload .fix{
	padding:150px 0 0;
}
.change .change-upload .fix .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	padding-top:30px;
}
.change .change-upload .fix .des span{
	color:#0E9BF3;
}
.change .change-upload .seven{
	position: relative;
	height:100%;
	padding:78px 0;
}
.change .change-upload .seven .tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:78px;
	line-height: 78px;
	border-bottom:1px solid #EBEBEB;
}
.change .change-upload .seven-con{
	height:100%;
	overflow-y: auto;
}
.change .change-upload .seven .but{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:78px;
	padding:8px 15px;
	background:#DEDEDE;
}
.change .change-upload .seven .but-l{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 62px;
}
.change .change-upload .seven .but-l span{
	color:#0E9BF3;
}
.change .change-upload .seven .select-c{
	display: inline-block;
	width: 191px;
	height: 62px;
	background-color: #FFFFFF;
	border: 0;
	border-radius: 5px;
	padding:0 10px;
	background-image: url(../icon/change-d.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 15px;
	margin-right:15px;
}
.change .change-upload .seven .option{
	width:100%;
	height:50px;
	line-height: 50px;
}
.change .change-upload .seven .btn{
	display: inline-block;
	height:62px;
	line-height: 62px;
	border-radius: 5px;
}
.change .progress{
	padding:80px 140px 95px;
}
.change .progress .li{
	float:left;
	width:25%;
	text-align: center;
	position: relative;
}
.change .progress .li::after{
	content:'';
	width:100%;
	height:1px;
	background:#E3E2E2;
	position: absolute;
	top:25px;
	left:50%;
}
.change .progress .li.on::after{
	background:#0E9BF3;
}
.change .progress .li:last-child::after{
	display: none;
}
.change .progress .img{
	position: relative;
	width: 55px;
	height: 55px;
	border: 1px solid #E3E2E2;
	border-radius: 10px;
	margin:0 auto 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:37px;
	background-color:#fff;
	z-index: 1;
}
.change .progress .li.on .img{
	border-color:#0E9BF3;
}
.change .progress .li:nth-child(1) .img{
	background-image:url(../icon/change-p1.png);
}
.change .progress .li:nth-child(2) .img{
	background-image:url(../icon/change-p2.png);
}
.change .progress .li:nth-child(3) .img{
	background-image:url(../icon/change-p4.png);
}
.change .progress .li:nth-child(4) .img{
	background-image:url(../icon/change-p6.png);
}
.change .progress .li.on:nth-child(2) .img{
	background-image:url(../icon/change-p3.png);
}
.change .progress .li.on:nth-child(3) .img{
	background-image:url(../icon/change-p5.png);
}
.change .progress .li.on:nth-child(4) .img{
	background-image:url(../icon/change-p7.png);
}
.change .progress .tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.change .flow{
	background:#F7F7F7;
}
.change .flow-top{
	padding:50px 0;
}
.change .flow-tit{
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-align: center;
}
.change .flow-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5B5B5B;
	text-align: center;
	padding-top:10px;
}
.change .flow-con{
	padding:100px 0 85px;
}
.change .flow-con .li{
	float:left;
	width: 450px;
	height: 319px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 22px 5px rgba(129,129,129,0.1700);
	border-radius: 5px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	padding-top:130px;
	margin-right:65px;
}
.change .flow-con .tit{
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #010101;
	line-height: 30px;
}
.change .flow-con .li:nth-child(1){
	background-image:url(../icon/change-li4.png);
	background-size:100px;
}
.change .flow-con .li:nth-child(2){
	background-image:url(../icon/change-li5.png);
	background-size:135px;
}
.change .flow-con .li:nth-child(3){
	background-image:url(../icon/change-li6.png);
	background-size:113px;
	margin-right:0;
}
.change .flow-con .img{
	width:162px;
	height:162px;
	border-radius: 50%;
	position: absolute;
	left:0;
	right:0;
	top:-80px;
	margin:0 auto;
}
.change .flow-con .tit{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.change .change-foot{
	display: block;
	width:100%;
}
@media (max-width: 1480px){
	#header header{
		width:1200px;
	}
	#header .search{
		width:240px;
	}
	.maxwidth{width: 1200px;}
	.footer{min-width:1200px;}
	.footer .footer-left{width:73%;}
	.footer .footer-left .foot-vcon{margin-left:2.5%;}
	.dtl .dtl-top .dtl-right .top .down{width:180px;}
	.dtl .dtl-top .dtl-right .join .join-lis{width:70px}
	.about .about-con .left{width:200px;}
	.about .about-con .right{width:980px;}
	.content .menu .menu-nav{width:90%;}
	.engineer .content .lis-v{width:590px;height:auto;}
	.engineer .content .lis-v .join .join-lis{width:90px;}
	.engineer .content .lis-v .lis-con .con-lis{width:170px;height:auto;}
	.engineer .content .lis-v .lis-con .con-lis img{height:125px;}
	.personal .personal-con .left{width:260px;}
	.personal .personal-con .right{width:920px;}
	.right.info .info-con .open{width:700px}
	.personal .personal-con .right.recharge .con{padding-left:50px;}
	.personal .personal-con .right.recharge .lis:nth-child(3n){margin-right:0}
	.personal .personal-con .right.recharge .lis:nth-child(4n){margin-right:50px}
	.change .change-upload{width:1000px}
	.change .flow-con .li{width:380px;margin-right:30px;}
	.index-menu .menu-lis:nth-child(1) .lis-v:nth-child(3n){
		margin-right:30px;
	}
	.index-menu .menu-lis:nth-child(2) .lis-v:nth-child(3n+1){
		margin-right:30px;
	}
}
.content .lis .gold_coin{
	float: left;
	padding-left: 30px;
	margin-right: 15px;
	background: url(../icon/gold_coin.png) no-repeat center left 4px;
	background-size: 20px;
}
