body{
	min-width: 1200px;
}
/*logo*/
.chead_main1 .chead_l .span1{
	height:auto !important;
}
/*背景图片*/
.land_content_box{
	width:100%;
	height:518px;
	background: url(../images/land_banner.png) no-repeat;
	background-size:100% 100%;
}

.land_content_box .land_content{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
/*背景图片文字*/
.land_content_box .land_content .text{
	color:#fff;
	padding-top:150px;
	margin-left:40px;
	float:left;
}
.land_content_box .land_content .text h1{
	font-size:55px;
	font-weight: 100;
}
.land_content_box .land_content .text p{
	margin-top:10px;
	font-size:18px;
}
/*登录*/
.land_content_box .land_content .land{
	border:1px solid #ddd;
	background: #fff;
	width:379px;
	height:auto;
	float:right;
	margin-top:39px;
	padding-bottom:16px;
}
.land_content_box .land_content .land>div{
	width:314px;
	margin:0 auto;
}
.land_content_box .land_content .land>div .title{
	text-align: center;
	font-size:17px;
	line-height: 80px;
}
.land_content_box .land_content .land>div .user{
	font-size:14px;
	margin-bottom:16px;
}
.land_content_box .land_content .land>div ::-webkit-input-placeholder{
	color:#909090;
}
.land_content_box .land_content .land>div :-moz-placeholder { 
    color:#909090;
}
.land_content_box .land_content .land>div ::-moz-placeholder { 
    color:#909090;
}
.land_content_box .land_content .land>div :-ms-input-placeholder { 
    color:#909090;
}
.land_content_box .land_content .land>div .user span{
	margin-right:11px;
}
.land_content_box .land_content .land>div .user input{
	width:72%;
	border:1px solid #e6e6e6;
	border-radius: 3px;
	height:38px;
	padding-left:16px;
}
.land_content_box .land_content .land>div .auto_land{
	margin-left:68px;
	font-size:14px;
}
.land_content_box .land_content .land>div .auto_land input{
	position:relative;
	top:2px;
}
.land_content_box .land_content .land>div .auto_land label{
	margin-left:4px;
}
.land_content_box .land_content .land>div .auto_land a{
	color:#0099ff;
	float:right;
	margin-right:10px;
}
.land_content_box .land_content .land>div .auto_land a:hover{
	text-decoration: underline;
}
.land_content_box .land_content .land>div .submit button{
	display: inline-block;
	text-align: center;
	width:100%;
	height:40px;
	line-height: 40px;
	background: #fa3232;
	color:#fff;
	border-radius: 3px;
	margin-top:35px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.land_content_box .land_content .land>div .submit button:hover{
	background: #ff6b69;
}
.land_content_box .land_content .land>div .register{
	text-align: center;
	text-decoration: underline;
	margin-top:16px;
	color:#909090;
}
.land_content_box .land_content .land>div .register a{
	color:#909090;
	font-size:14px;
}
/*4个小图标*/
.land_icon{
	width:100%;
	margin:60px 0px 100px 0px;
}
.land_icon ul{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}
.land_icon ul li{
	float:left;
	width:25%;
}
.land_icon ul li .img{
	float:left;
	margin:0px 20px 0px 70px;
	line-height: 100px;
}
.land_icon ul li div{
	float:left;
	text-align: left;
}
.land_icon ul li div .title{
	font-size:16px;
	color:#606060;
}
.land_icon ul li div .text{
	width:120px;
	color:#959595;
	margin-top:6px;
	line-height: 18px;
}
/*======注册页面========*/
.register_content_box{
	width:100%;
	height:550px;
	margin-bottom:270px;
}
.register_content_box .land_content .register_ewm{
	display: inline-block;
	width:590px;
	height:auto;
	margin-top:70px;
	float:left;
}
/*注册*/
.register_content_box .land_content .register{
	    width: 379px;
    height: 500px;
    background: #fff;
    float: right;
    margin-top: 30px;
    margin-right: 37px;
}
.register_content_box .land_content .register>div{
	width:330px;
	margin:0 auto;
}
.register_content_box .land_content .register>div .title{
	text-align: center;
	font-size:17px;
	line-height: 80px;
}
.register_content_box .land_content .register>div .tell_number{
	font-size:14px;
	margin-bottom:16px;
}
.register_content_box .land_content .register>div ::-webkit-input-placeholder{
	color:#909090;
}
.register_content_box .land_content .register>div :-moz-placeholder { 
    color:#909090;
}
.register_content_box .land_content .register>div ::-moz-placeholder { 
    color:#909090;
}
.register_content_box .land_content .register>div :-ms-input-placeholder { 
    color:#909090;
}
.register_content_box .land_content .register>div .tell_number span{
	margin-right:11px;
}
.register_content_box .land_content .register>div .tell_number input{
	width:232px;
	border:1px solid #e6e6e6;
	border-radius: 3px;
	height:38px;
	padding-left:16px;
}
.register_content_box .land_content .register>div .img_verification_code input{
	width:125px;
}
.register_content_box .land_content .register>div .img_verification_code span:nth-of-type(2){
	display: inline-block;
	width:95px;
	border:1px solid #e6e6e6;
	border-radius: 3px;
	height:38px;
	float:right;
	margin-right:0;
}
.register_content_box .land_content .register>div .tell_verification_code input{
	width:125px;
}
.register_content_box .land_content .register>div .tell_verification_code button{
	display: inline-block;
	width:95px;
	border-radius: 3px;
	border:1px solid #0099ff;
	height:38px;
	text-align: center;
	line-height: 38px;
	float:right;
	background: #0099ff;
	color:#fff;
	cursor: pointer;	
}
.register_content_box .land_content .register>div .auto_register{
	margin-left:80px;
}
.register_content_box .land_content .register>div .auto_register input{
	position: relative;
	top:2px;
	margin-right:10px;
}
.register_content_box .land_content .register>div .auto_register a{
	color:#0099ff;
}
.register_content_box .land_content .register>div .submit button{
	border:none;
	display: inline-block;
	width:100%;
	height:40px;
	line-height: 40px;
	background: #fa3232;
	color:#fff;
	margin-top:37px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.register_content_box .land_content .register>div .submit button:hover{
	background: #f44b50;
}
.register_content_box .land_content .register>div p:last-child{
	text-align: center;
    text-decoration: underline;
    margin-top: 16px;
    color: #909090;
}
.register_content_box .land_content .register>div p:last-child a{
    color: #909090;
    font-size: 14px;
}
/*注册协议*/
.zhucepopobox{width:620px;height:400px;background:#fff; display: none;}
.zhucepopotop{height:50px; background: #f5f5f5;}
.zhucepopotop>h3{margin-left:20px;width:580px;color:#d60000;font-size:17px;line-height:50px;}
.zhucepopotop>h3>span{color:#999;font-size:25px;cursor:pointer; right: 15px; top: 0; display: block;}
.zhucepopobottom{overflow-y: auto; padding: 10px 0; float: left; height:330px; width: 620px; }
.zhucepopobottom p{text-align: left;color:#343434;font-size:12px;line-height: 24px; padding: 0 20px;}
/*=========找回密码页面===========*/
/*修改密码头部加个阴影*/
.retrieve_password_head{
	-webkit-box-shadow: 0px 5px 10px #f7f7fa;
	        box-shadow: 0px 5px 10px #f7f7fa;
}
/*修改密码*/
.retrieve_password_box{
	width:100%;
	margin:40px 0;
}
.retrieve_password_box .retrieve_password{
	width:1200px;
	margin:0 auto;
	border:1px solid #e6e6e6;
	padding:0 0 40px 0;
}
.retrieve_password_box .retrieve_password>div{
	width:410px;
	margin:0 auto;
	overflow: hidden;
}
.retrieve_password_box .retrieve_password>div .progress{
	width:308px;
	margin: 60px auto;
}
.retrieve_password_box .retrieve_password>div .progress div{
	width:50%;
	float:left;
	text-align: center;
	position: relative;
}
.retrieve_password_box .retrieve_password>div .progress div p:nth-of-type(1){
	width:100%;
	height:2px;
	background: #e4e6e9;
}
.retrieve_password_box .retrieve_password>div .progress div p:nth-of-type(2){
	position: absolute;
	top:-11px;
	left:64px;
	width:24px;
	height:24px;
	line-height: 24px;
	border-radius: 50%;
	background: #b3b3b3;
	color:#fff;
	font-size:14px;
}
.retrieve_password_box .retrieve_password>div .progress div p:nth-of-type(3){
	margin-top:18px;
	color:#a4a4ad;
}
.retrieve_password_box .retrieve_password>div .progress .on p:nth-of-type(1){
	background: #fa3232;
}
.retrieve_password_box .retrieve_password>div .progress .on p:nth-of-type(2){
	background: #fa3232;
}
.retrieve_password_box .retrieve_password>div .progress .on p:nth-of-type(3){
	color: #fa3232;
}
/*修改密码表单*/
.retrieve_password_box .retrieve_password>div .verification{
	clear: both;
	padding-top:50px;
}
.retrieve_password_box .retrieve_password>div .verification span{
	display: inline-block;
	width:86px;
	text-align: right;
	margin-right:10px;
	font-size:14px;
}
.retrieve_password_box .retrieve_password>div .verification input{
	width: 228px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 35px;
    padding-left: 16px;
    margin-bottom:25px;
}
.retrieve_password_box .retrieve_password>div .verification ::-webkit-input-placeholder{
	color:#909090;
}
.retrieve_password_box .retrieve_password>div .verification :-moz-placeholder { 
    color:#909090;
}
.retrieve_password_box .retrieve_password>div .verification ::-moz-placeholder { 
    color:#909090;
}
.retrieve_password_box .retrieve_password>div .verification :-ms-input-placeholder { 
    color:#909090;
}
.retrieve_password_box .retrieve_password>div .verification .img_verification_code input{
	width:130px;
}
.retrieve_password_box .retrieve_password>div .verification .img_verification_code img{
	display: inline-block;
	width:80px;
	height:35px;
	position: relative;
	top:12px;
}
.retrieve_password_box .retrieve_password>div .verification .img_verification_code a{
	color:#1163a3;
}
.retrieve_password_box .retrieve_password>div .verification .msg_verification_code input{
	width:130px;
}
.retrieve_password_box .retrieve_password>div .verification .msg_verification_code span:nth-of-type(2){
	background: #eeeeee;
	width:86px !important;
	text-align: center !important;
	height:35px;
	line-height: 35px;
	margin-right:0;
	color:#909090;
	border-radius: 5px;
	margin-left:10px;
	border:1px solid #e6e6e6;
	cursor: pointer;
}
.retrieve_password_box .retrieve_password>div .verification .next button{
	display: inline-block;
	text-align: center;
	width:120px;
	height:35px;
	border-radius: 5px;
	background: #fa3232;
	color:#fff;
	margin-left:98px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.retrieve_password_box .retrieve_password>div .verification .next button:hover{
	background: #f44b50;
}
.retrieve_password_box .retrieve_password>div .verification div{
	margin-left:98px;
	color:#8d8d8d;
	margin-top:13px;
	line-height: 20px;
}
/*=========404页面==========*/
.four04_contentBox{
	position:absolute;
	top: 50%;
	left: 50%;
	width:1200px;
	margin-left: -600px;
	margin-top: -75px;
	overflow: hidden;
}
.four04_contentBox .four04_content{
	width:1200px;
	text-align: center;
}
.four04_contentBox .four04_content img{
	margin-top: 20px;
	display: inline-block;
}
.four04_contentBox .four04_content div{
	display: inline-block;
	color:#404040;
	margin-left:40px;
	font-size:15px;
	text-align: left;
}
.four04_contentBox .four04_content div h1{
	font-weight: 100;
	font-size:25px;
	margin-bottom: 25px;
}
.four04_contentBox .four04_content div ul{
	margin-top:8px;
}
.four04_contentBox .four04_content div ul li{
	line-height: 30px;
}
.four04_contentBox .four04_content div ul li a{
	color:#0099ff;
}
/*============售后流程页面===============*/
.customer_service_contentBox{
	width:100%;
}
.customer_service_contentBox .customer_service_content{
	width:1200px;
	margin:45px auto 40px auto;
	overflow: hidden;
}
/*左边*/
.customer_service_contentBox .customer_service_content .left{
	width:144px;
	height:500px;
	text-align: left;
	border-right:1px solid #e6e6e6;
	margin-left:23px;
	float:left;
}
.customer_service_contentBox .customer_service_content .left div{
	width:100%;
	overflow: hidden;
	margin-bottom:15px;
}
.customer_service_contentBox .customer_service_content .left .on{
	border-right:2px solid #fa3232;
}
.customer_service_contentBox .customer_service_content .left div p{
	font-size:15px;
	line-height: 30px;
	color:#404040;
	cursor: pointer;
}
.customer_service_contentBox .customer_service_content .left div .onp{
	color:#fa3232;
}
.customer_service_contentBox .customer_service_content .left div img{
	margin-right:10px;
	float:left;
	position: relative;
	top:5px;
}
.customer_service_contentBox .customer_service_content .left div ul{
	float:left;
	font-size:13px;
	width:100%;
}
.customer_service_contentBox .customer_service_content .left div ul li{
	line-height: 30px;
	margin-left:30px;
}
.customer_service_contentBox .customer_service_content .left div ul li a{
	color:#606060;
}
.customer_service_contentBox .customer_service_content .left div ul li .active{
	color:#fa3232;
}
.customer_service_contentBox .customer_service_content .left div ul li span{
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
    border-right: 6px solid red;
    border-bottom: 5px solid transparent;
    float:right;
    margin-top:10px;
	display:none;
}
.customer_service_contentBox .customer_service_content .left div ul li .block{
	display: block;
}
/*右边*/
.customer_service_contentBox .customer_service_content .right{
	float:left;
	margin-left:45px;
	font-size:18px;
	
}
.customer_service_contentBox .customer_service_content .block{
	display:block;
}
.customer_service_contentBox .customer_service_content .right>div{
	width:940px;
	height:auto;
	border:1px solid #e6e6e6;
	margin-top:30px;
	padding:30px 20px;
}
.customer_service_contentBox .customer_service_content .right>div p{color: #606060;}
.customer_service_contentBox .customer_service_content .right>div p span{ font-size: 16px!important; line-height: 26px!important; font-family: 'Microsoft YaHei'!important; }
.customer_service_contentBox .customer_service_content .right>div p img{ width:100%!important;}
.customer_service_contentBox .customer_service_content .right>div p span strong { font-weight: bold!important;}
/*=============我要投诉页面================*/
.customer_service_contentBox .customer_service_content .right .proposal{
	width:670px;
	margin:0 auto;
}
.customer_service_contentBox .customer_service_content .right .proposal .title{
	line-height: 90px;
	color:#404040;
}
.customer_service_contentBox .customer_service_content .right .proposal .upload_img{
	border:1px solid #e6e6e6;
	padding:20px;
	overflow: hidden;
}
.customer_service_contentBox .customer_service_content .right .proposal .upload_img textarea{
	border:none;
	outline: none;
	color:#404040;
	resize: none;
	width:500px;
	height:100px;
	font-size:14px;
	line-height: 25px;
}
.customer_service_contentBox .customer_service_content .right .proposal .upload_img .text{
	color:#909090;
	font-size:13px;
	line-height: 25px;
}
/*上传图片*/
/*上传图片插件的样式*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.img-box{
	margin-top: 40px;
}
.img-box .up-p{
	margin-bottom: 20px;
	font-size: 16px;
	color: #555;
}
.img-box>div{
	float:left;
	margin:5px 0px 0px 15px;
}

.z_photo .z_file{
	position: relative;
	border:1px dashed #ccc;
}
.z_file  .file{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.z_photo .up-section{
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
.up-section .close-upimg{
	position: absolute;
	top: -13px;
    right: -16px;
	display: none;
	z-index: 10;
}
.up-section .up-span{
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgba(0,0,0,.5);
}
.up-section .close-upimg{
	display: block;
}
.z_photo .up-img{
	display: block;
	width: 100%;
	height: 100%;
	border:1px solid #ccc;
}
.up-opcity{
	opacity: 0;
}
.img-name-p{
	display: none;
}
.upimg-div .up-section {
    width: 60px;
    height: 60px;
}
.img-box .upimg-div .z_file {
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    color:#fa3232;
    font-size:50px;
}
.z_file .add-img {
    display: block;
    width: 60px;
    height: 60px;
}
/*遮罩层样式*/
.mask{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.mask .mask-content{
	 width: 500px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-left: -250px;
	 margin-top: -80px;
	 background: white;
	 height: 160px;
	 text-align: center;
}
.mask .mask-content .del-p{
	color: #555;
	height: 94px;
	line-height: 94px;
	font-size: 18px;
	border-bottom: 1px solid #D1D1D1;
}
.mask-content .check-p{
	height: 66px;
	line-height: 66px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.mask-content .check-p span{
	width: 49%;
	display:inline-block;
	text-align: center;
	color:#d4361d ;
	font-size: 18px;
}
.check-p .del-com{
	border-right: 1px solid #D1D1D1;
}
/*提交表单*/
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p input{
	width: 232px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 38px;
    padding-left: 16px;
    margin-bottom:23px;
    font-size:14px;
}
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p ::-webkit-input-placeholder{
	color:#909090;
}
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p :-moz-placeholder { 
    color:#909090;
}
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p ::-moz-placeholder { 
    color:#909090;
}
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p :-ms-input-placeholder { 
    color:#909090;
}
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p button{
	width:120px;
	height:38px;
	border: 1px solid #fa3232;
	background: #fa3232;
	border-radius: 5px;
	color:#fff;
	font-size:15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p button:hover{
	border: 1px solid #f44b50;
	background: #f44b50;
}
.customer_service_contentBox .customer_service_content .right .proposal .sbmt p span{
	font-size:14px;
	color:#8d8d8d;
	margin-left:9px;
}
/*协议弹出框*/
.layui-layer-content .agreement_pop p{
	font-size:12px !important;
}
/*第三方登录*/
.third_party{
	width:100%;
}
.third_party .third_party_box{
	width:320px;
	margin:22px auto 0 auto;
}
.third_party .third_party_box .title{
	overflow: hidden;
}
.third_party .third_party_box .title span{
	display: inline-block;
	width:96px;
	height:1px;
	background: #eeeeee;
	float:left;
	position: relative;
	top:16px;
}
.third_party .third_party_box .title p{
	float:left;
	line-height: 30px;
	font-size:14px;
	color:#909090;
	margin:0 14px;
}
.third_party .third_party_box .sign_img{
	text-align: center;
	margin-top:10px;
}
.third_party .third_party_box .sign_img a:nth-of-type(2){
	margin:0 10px;
}
/*二维码登录弹框*/
.wx_ewm_pop{
	width:394px;
	height:444px;
	background: #fff;
	display: none;
}
.wx_ewm_pop .title{
	width:100%;
	height:50px;
	line-height: 50px;
	background: #f74b4b;
	font-size: 22px;
	color:#fff;
	text-align: center;
}
.wx_ewm_pop .ewm{
	width:230px;
	height:230px;
	border:1px solid #e2e2e2;
	margin:0 auto;
	text-align: center;
	margin-top:47px;
}
.wx_ewm_pop .ewm img{
	display: inline-block;
	width:204px;
	height:204px;
	margin-top:14px;
}
.wx_ewm_pop .text{
	text-align: center;
	margin-top:10px;
	font-size: 14px;
	color:#606060;
}
.wx_ewm_pop .xqtjbl_tbox_close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(../images/sign_weixin_close.png) center center no-repeat;
}