﻿/*---- 2017年12月27日  cqw----*/
body{
	background: #f6f6f6;
}
input::-webkit-input-placeholder{ /* WebKit browsers */
color: #a1a1a1;
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a1a1a1;
} 
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.page-left-menu{
	float: left;
	width: 162px;
	background: #fff;
	min-height: 200px;
	margin-top: 20px;
}
.page-right-box{
	margin-top: 20px;
	float: right;
	width: 978px;
	padding: 20px;
	background: #fff;
}
/*---- menu ----*/
.page-menu-box{
	font-size: 12px;
}
.page-menu-title{
	background: #febb08 url(404.png) no-repeat 12px center;
	padding-left: 28px;
	font-weight: 600;	
	height: 30px;
	line-height: 30px;
	color: #333;
}
.page-menu-list{
	padding: 10px 0 10px 28px;
}
.page-menu-list li{
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-menu-list a{
    color: #666;
    text-decoration: none;
}
.page-menu-list a:hover {
    color: #b12604;
    text-decoration: underline;
}
/*---- form ----*/
.form-box{
	width: 860px;
	margin: 0px auto;
	box-shadow: 15px 15px 25px -5px #ddd;
	background: #fff;
}
.form-box.w600{
	width: 600px;
}
.form-box.w640{
	width: 640px;
}
.form-title{
	color: #333;
	text-align: center;
	padding: 10px 0 18px;
	border-bottom: 1px dashed #ddd;
	width: 480px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 16px;
}
.form-content{}
.form-list{
	padding: 15px 0 5px;
	width:480px;
	margin:0 auto;
	 
}
.form-item{
	/* min-height: 60px; */ 
	line-height: 30px;
	padding-bottom: 0px;
}
.form-item .form-label{
	width: 310px;
	/* text-align: right; */
	/* float: left; */
}
.form-item .form-label em{
	color: #b12604;
    font-size: 1.5em;
    display: inline-block;
    line-height: 16px;
    vertical-align: bottom;
}
.form-item input[type="text"],
.form-item input[type="password"]{
	font-size: 12px;
	width: 430px;
	border-radius: 2px;
	height: 22px;
	padding: 4px;
	border-color: #eaeaea;
	color: #666;
}
.form-item select{
	width: 439px;
	height: 32px;
	border-color: #eaeaea;
	color: #333333;
	border-radius: 2px;
}
.form-item input[name="form-input-captcha"]{
	width: 269px;
}
.form-item input[name="form-input-code"]{
	width: 155px;
}
.form-img-captcha{
	width: 80px;
	height: 30px;
    border: 1px solid #f6f6f6;
    margin-left: 12px;
    cursor: pointer;
}
.form-reset-captcha{
	background: #FFD100;
	color: #333;
	display: inline-block;
	width: fit-content;
	height:32px;
	text-align: center;
	margin-left: 12px;
	line-height: 32px;
    vertical-align: middle;
	border-radius: 2px;
	padding:0 8px;
}
.form-reset-captcha2{
	background: none;
	margin-left: 0px;
	width: 43px;
}
.form-reset-captcha2 img{
	margin-top: 3px;
}
.form-item-center{
	text-align: center;
}
.form-item-text{
	line-height: 1.375;
}
.form-check-rule{
	color: #e60014;
}
.form-btn-submit{
	display: inline-block;
	padding: 0 20px;
	min-width: 80px;
	border-radius: 2px;
	line-height: 28px;
	color: #333;
	background: #FFD100;
}
.form-reset-captcha:hover,
.form-btn-submit:hover{
	text-decoration: none;
	color: #333;
}
.progress-bar{
	text-align: center;
	line-height: 36px;
	padding: 20px 25px 15px;
/* 	width: 810px; */
	margin: 0 auto;
	background: #FFF;
	/* border: 1px solid #ddd; */
}
.reset-password .form-box{
	/* width: 640px; */
}
.reset-password-box{
	/* width: 590px;
	background: #fff;
	padding: 0 25px;
	margin: 0 auto; */
}
.reset-password-title{
	text-align: center;
	line-height: 26px;
	font-weight: 600;
}
.form-input-msg{
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	vertical-align: middle;
}
/*---- 用户信息修改 ----*/
.padding15px{
	padding: 15px;
}
/*---- validation ----*/
.validation-msg{
	/* margin-left: 310px; */
	margin-top: 2px;
	width:440px;
	color: #e60014;
	font-size: 12px;
	line-height: 14px;
}
.validation-error{
	background: url(404.png) no-repeat center center;
}
.validation-ok{
	background: url(404.png) no-repeat center center;
}
/*---- progress ----*/
.member-center .progress-bar{
	width: 540px;
}
.progress-rel{
	position: relative;
}
.progress-radius{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: -5px;
	margin-right: -5px;
	border-radius: 50%;
	background: #f0f0f0;	
	vertical-align: middle;
}
.progress-line{
	display: inline-block;
	width: 100px;
	height: 18px;
	background: #f0f0f0;
	vertical-align: middle;
}
.progress-bar-1 .p1,
.progress-bar-2 .p2,
.progress-bar-3 .p3{
	background: #FFD100;
}
.progress-bar-txt{
	margin-top: 8px;
}
.progress-bar-txt span{
	width: 32%;
	display: inline-block;
	vertical-align: middle;
    line-height: 18px;
}
.progress-bar-txt-1{
	text-align: center;
}
.progress-bar-txt-3{
	text-align: center;
}
/*---- page ----*/
.page-title{
	border-bottom: 2px solid #FEBB08;
}
.page-title span{
	display: inline-block;
	padding: 10px 20px 8px;
	min-width: 165px;
	text-align: center;
	background: #FEBB08;
	color: #333;
	border-radius: 5px 5px 0 0;
}
.page-title .page-title-link{
	color: #FFD100;
	text-decoration: none;
	float: right;
	margin-left: 15px;
	padding: 9px 0;
	height: 16px;
}
.member-info{
	padding: 15px;
	border: 1px solid #ddd;
	margin-top: 20px;
	color: #999;
	font-size: 12px;
}
.page-list-2 li{
	width: 50%;
	float: left;
	color: #999;
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 12px;
}
.page-list-2 li:first-child{
	margin-right: -1px;
	border-right: 1px dashed #ddd;
}
.page-list-2 li h2,
.page-list-2 li p{
	margin-left: 160px;
	margin-top: 12px;
}
.page-list-2 li h2{
	margin-top: 6px;
}
.page-list-2 li h2 img{
	width: 20px;
	margin-right: 5px;
}
.page-list-2 li p em{
	padding: 3px;
	border-radius: 50%;
	background: #aaa;
	display: inline-block;
	margin-right: 5px;
	height: 0;
	width: 0;
}
.page-list-3 li{
	width: 30%;
	float: left;
	margin-right: 3.33%;
}
.page-list-3 li p{
	margin-bottom: 15px;
}
.page-list-3 li p:last-child{
	margin-bottom: 0;
}
.page-list-3 li .p1{
	color: #333;
}
.page-list-3 li .pa a{
	color: #0099CC;
	text-decoration: underline;
}
.page-list-3 li .p3{
	color: #000;
}
.member-info-msg{
	padding: 15px 0 0;
	color: #333;
}
.member-info-msg a{
	color: #b12604;
	text-decoration: underline;
}
.role-tab{
	margin-top: 20px;
}
.tab-box{}
.tab-head{
	height: 34px;
}
.tab-head-btn{
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: -1px;
	padding: 8px 20px;
	background: #fff;
	height: 17px;
	line-height: 17px;
	border-bottom: none;
	cursor: pointer;
}
.tab-head-btn.on{
	color: #b12604;
	border-color: #FFD100;
	border-bottom: 1px solid #fff;
	position: relative;
}
.tab-cont{
	border: 1px solid #FFD100;
	padding: 20px;
}
.p-indent28{
	text-indent: 28px;
    line-height: 1.375;
}
.p-font12-c999{
	font-size: 12px;
	color: #999;
    line-height: 1.375;
}
.fixed-table{
	width: 100%;
	table-layout: fixed;
}
.fixed-table th{
	background: #f6f6f6;
    height: 22px;
    line-height: 22px;
}
.fixed-table td{
	text-align: center;
}
.fixed-table th,
.fixed-table td{
	border: 1px solid #ddd;
	padding: 5px;
}
.fixed-table td .ellipsis{
	display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 22px;
    line-height: 22px;
}
.fixed-table-ova{
	max-height: 249px;
	overflow: auto;
	margin-top: -1px;
	border: 1px solid #ddd;
}
.fixed-table-ova tr td:first-child{
	border-left: none;
}
.fixed-table-ova tr td:last-child{
	border-right: none;
}
.fixed-table-ova tr:first-child td{
	border-top: none;
}
.fixed-table-ova tr:last-child td{
	border-bottom: none;
}
.mart10{
	margin-top: 10px;
}
/*---- register ----*/
.register-head{
	background:#fff;
	border-bottom: 2px solid #FFD100;
}
.register-logo{
	position: relative;
	padding: 0px;
	width: 1200px;
	margin: 0 auto;
}
.register-logo img{
	height: 79px;
}
.register-foot{
	margin-top: 30px;
	padding-bottom: 20px;
	color: #666;
	font-size: 12px;
}
.hide{
	display: none;
}
/*弹窗*/
.agreement_box1 ,.agreement_box2{
	width:700px;
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-350px;
	background:#f5f5f5;
	z-index:99999;
	display:none;
	}
.agreement_box1 >p ,.agreement_box2 >p{
	line-height:35px;
	background:#febb08;
	text-indent:1em;
	position:relative;
	font-size: 16px;
	}
.agreement_box1 >p >em ,.agreement_box2 >p >em{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	}
.agreement_box1 >div ,.agreement_box2 >div{
	padding: 20px;
	line-height: 20px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #eee;
	height:460px;
	width: 90%;
	margin: 10px auto;
	}
.agreement_box1 >h3 >span {
	display:block;
	margin:20px auto;
	width:120px;
	background:#febb08;
	border:1px solid #febb08;
	border-radius: 4px;
	text-align: center;
	line-height: 28px;
	}
.agreement_box2 >h3 >span {
    display:block;
	margin:20px 100px;
	width:120px;
	background:#febb08;
	border:1px solid #febb08;
	border-radius: 4px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;	
}
.agreement_box1 >div >pre ,.agreement_box2 >div >pre{
white-space: pre-wrap;  
word-wrap: break-word; 
	}
.agreement_box1 >div >h3 ,.agreement_box2 >div >h3{
	font-size:18px;
	text-align:center;
	line-height:40px;
}

/*---- 语言切换 ----*/
.header-hover-show{
	width: 80px;
	position: relative;
}
.header-hover-show-auto{
	width: auto;
}
.header-hover-show-auto:hover{
	background: none;
}
.header-hover-show-auto .a-item{
	cursor: default;
}
.header-hover-show-list{
	padding-top: 10px;
	display: none;
	background: #fff;
    border: 1px solid #eee;
	line-height: 28px;
	position: absolute;
	top: 100%;
	right: 0px;    
	min-width: 30px;
    width: fit-content;
	z-index: 9;
}
.header-hover-show-list{
	padding-top: 0;
}
.header-hover-show-list li{
	min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.header-hover-show-list a{
	padding: 0 15px!important;
	display: block;
	border: none !important;
	white-space: nowrap;
}
.header-hover-show-list a:hover{
	text-decoration: none;
}
.header-hover-show:hover .header-hover-show-list{
	display: block;
}
.header-hover-show .header-hover-show-txt{
	padding-right: 23px;
	position: relative;
	border-right: none;
    padding-left: 10px;
    border-left: 2px solid #c2c2c2;
}
.header-hover-show .header-hover-show-txt{
	display: inline-block;
    width: 55px;
    height: 16px;
    vertical-align: middle;
    line-height: 14px;
    border-left: 0px none;
    margin-top: -3px;
}
.header-hover-show{
	height: 30px;
	display: inline;
}
.header-hover-show-txt:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 5px;
	border-width: 5px;
	border-style: solid;
	top: 4px;
	border-color: #000 transparent transparent transparent;	
}
.header-hover-show:hover .header-hover-show-txt:after{
	top: -1px;
	border-color: transparent transparent #000 transparent;
}
.header-hover-show-txt.noarrows{
	padding-right: 10px!important;
}
.header-hover-show-txt.noarrows:after{
	border-color: transparent transparent transparent transparent!important;
}
#language-choose.zh .header-hover-show{
	width: 45px;
	height: 20px;
	font-size: 12px;
	padding-bottom: 5px;
}
#language-choose.zh .header-hover-show .header-hover-show-txt{
	width: 30px;
	margin-top: 0;
	padding-left: 8px;
	color: #666;
    text-decoration: none;
}
#language-choose.zh .header-hover-show-list{
	padding-top: 0;
	width: 100px;
}
#language-choose{
	position: absolute;
	right: 0;
	top: 15px;
}
#validateCode,#emailValidateCode{
	width:271px;
}
#epecAgreementCont p{
	min-height: 10px;
	text-align: justify;
}
