@charset "utf-8";
/* CSS Document */

body{ background-color: #eee; background-repeat: no-repeat; background-position: center center; background-attachment: fixed;}
/*header*/
.header{
	height:100px;
    line-height: 100px;
	min-width:1000px;
	border-bottom:1px solid #ddd;
	overflow: hidden;
    color: #FFF;
    background-color: #2DADFF;
    font-size: 16px;
    letter-spacing: 2px;
}
.header h1 .logo{
  float: left;
  height: 80px;
  line-height: 80px;
  padding: 10px 0;
  margin-right: 10px;
}
.header h1 .logo img{ display: inline-block; max-width: 100%; width: auto; max-height: 100%; height: auto; }

/*content*/
.content{
	min-width:1000px;
	height: 560px;
	background:url(../images/01.png) no-repeat center top;
}
.inner{
	 position:relative; 
	 width:1000px; 
	 margin-left:auto; 
	 margin-right:auto; 
}
.header .return-index{
	font-size: 14px;
    color: #fff;
    font-weight: normal;
    float: right;
    line-height: 20px;
    margin-top: 40px;
}
.header .return-index:hover{
	text-decoration: underline;
}
.l-sec-1{ width: 440px; margin:20px auto; border:1px solid #ddd; background-color: #fff; }
.l-sec-1 .body{ padding:20px 40px 40px 40px; }
.l-sec-1 .head{
	height:60px;
	border-bottom:1px solid #ddd;
	background-color: #f5f5f5;
}
.l-sec-1 .head h3{
	float:left; 
	width:50%; 
	height:60px; 
	line-height:60px;
	font-size:16px; 
	text-align:center;
	color:#666;
	cursor: pointer;
}
.l-sec-1 .head h3.active{ 
	color: #38BBFF;
}
.box-item{ padding: 20px; text-align: center;}
.box-item h4{ height: 30px; line-height: 30px; font-size: 18px; color: #333; font-weight: normal; }
.box-item .txt1{ line-height: 24px; color: #38BBFF; font-size: 16px;  }
.box-item .txt2{ padding-top: 5px; color: #999; font-size: 14px; line-height: 18px; }

.l-box{ position: absolute; left: 0; top: 0; right:0; bottom:0; width: 400px; height: 200px; margin: auto; padding-left:120px; background: url('../images/suc.png') no-repeat left 10px; }
.l-box .head{ height: 48px; line-height: 48px; color: #7ABD54; font-size: 30px; font-weight: bold; }
.l-box .body{ height: 30px; line-height: 30px; color: #404040; font-size: 16px; }
.l-box .body strong{ color: red; margin-right: 3px; margin-left: 3px; }
.l-box .foot{ font-size: 14px; color: #666; } 
.l-box .foot a{ color: #06c; margin-left: 5px; }
.l-box .foot a:hover{ color: #06c; text-decoration: underline; }
/* stepbar */
.stepbar{ 
	width:360px; 
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}
.stepbar .stepbar-list{
	height:30px;	
}
.stepbar .stepbar-list .step-item{
	float:left;
	position:relative;
	width:120px;
	height:30px;
	border-top:5px solid #ccc;
}
/*actived 已访问状态*/
.stepbar .stepbar-list .actived{
	border-color:#caecb6;
}
/*actived 正在访问状态*/
.stepbar .stepbar-list .active{
	border-color:#7abd54;
}
/*actived 被拒绝驳回状态*/
.stepbar .stepbar-list .off{
	border-color:#f90;
}
.stepbar .stepbar-list .step-item .step-hd{
	position:relative;
	width:120px;
	height:30px;
}
.stepbar .stepbar-list .step-item .step-hd h4{
	position:absolute;
	top:-45px;
	left:0;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	color:#999;
	font-size:14px;
}
.stepbar .stepbar-list .actived .step-hd h4{
	color:#caecb6;
}
.stepbar .stepbar-list .active .step-hd h4{
	color:#7abd54;
}
.stepbar .stepbar-list .off .step-hd h4{
	color:#f90;	
}
.stepbar ul .step-item .step-hd .step-num{
	position:absolute;
	left:50%;
	top:-15px;
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:25px;
	margin-left:-12px;
	background-image:url('../images/step_circle.png');
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
	font-style:normal;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.stepbar .stepbar-list .actived .step-hd .step-num{
	background-position:0 -25px;
}
.stepbar .stepbar-list .active .step-hd .step-num{
	background-position:0 -50px;
}
.stepbar .stepbar-list .off .step-hd .step-num{
	background-position:0 -75px;	
}
.step2 .stepbar-list .step-item{
	width:180px;	
}
.step2 .stepbar-list .step-item .step-hd,
.step2 .stepbar-list .step-item .step-hd h4{
	width:180px;
}


.tab-box{
	width:288px;
	border-radius:5px;
	background:#FFF;
	padding:15px 30px 30px;
	margin:40px auto 0;
}
.tab-box .head{
	height:40px;
	border-bottom:1px solid #c4c4c4;
}
.tab-box .head h3{
	float:left; 
	width:50%; 
	height:40px; 
	line-height:40px;
	font-size:16px; 
	color:#666; 
	text-align:center;
	cursor: pointer;
}
.tab-box .head h3.active{ 
	position:relative; 
	top:0; 
	height:39px; 
	line-height:39px; 
	color: #333;
	border-bottom:2px solid #38BBFF;
}
form .form-item{
	margin-top:15px;
}
form .form-item p.error{
	padding-top:5px; 
	font-size: 12px;
	color: #fd5f39;
}
form .form-item2{
	line-height: 20px; font-size: 14px;
}
form .form-item2 a:hover{ text-decoration: underline; }
	
.tab-box .foot{ 
	height:40px; 
	line-height:40px;
}

.tab-box-b{ border-top:1px dotted #ddd; padding-top:10px; margin-top:10px;}
.tab-box-b h3{ height: 40px; line-height: 40px; font-size: 14px; color: #333; }
.tab-box-b .bd{ padding-bottom: 20px; }
/* form */
.w338{ width: 338px; }
.w228{ width: 208px; }
.w266{ width: 266px; }
.w156{ width: 136px; }
.ipt-txt{
	height:30px;
	line-height: 30px;
	border:1px solid #c4c4c4;
	font-size:14px;
	color:#333;
	padding:6px 10px;
}
.ipt-txt:focus{ 
	border-color:#38BBFF;
}
input.error{
	border-color:#ff4351;
	background-color: #FFF8F0;
}
input.error:focus{ 
	border-color:#ff4351;
	background-color: #FFF8F0;
}
input.ipt-check{
	margin-right: 5px;
	vertical-align:-2px;	
}

.btn{
	display:block;
	height:44px;
	line-height: 44px;
	border:0;
	color:#fff;
	background:#999;
	font-family: 'Microsoft Yahei';
	text-align: center;
}
.btn-blue{
	 background-color:#38BBFF;
}
.btn-blue:hover{
	background-color: #26B4FF;
}
.btn-dis,
.btn-dis:hover{ background-color:#999; color: #fff; cursor: not-allowed;  }


/*footer*/
.footer{
	padding:30px 0;
	line-height:30px;
	font-size:14px;
	text-align:center;
	color:#808080;	
}

.icon16{ display: inline-block; width: 16px; height: 16px; background-image:url('../images/icon16.png'); background-repeat: no-repeat;  vertical-align: -3px; }
.icon16-phone{ background-position: 0 0; }
.active .icon16-phone{ background-position: 0 -16px; }
.icon16-email{ background-position: 0 -32px; }
.active .icon16-email{ background-position: 0 -48px; }

/* Register */
.content-box{
    width: 1000px;
    padding: 15px 50px 80px;
    margin: 20px auto;
    box-sizing: border-box;
}
.panel-head{
    padding: 20px 0 5px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.panel-body .label{
    float: left;
    width: 110px;
    line-height: 44px;
    margin-right: 10px;
    text-align: right;
    font-size: 14px;
}
.panel-body label em{
    color: #F00;
    padding-right: 2px;
}
.panel-body .form-control{
    float: left;
}
.panel-body .form-control .select-box{
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    margin: 7px 10px 0 0;
    font-size: 14px;
    color: #666;
}
.panel-body .form-control .paper-box{
    float: left;
    width: 286px;
    height: 150px;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.panel-body .checkbox{
    line-height: 44px;
    font-size: 14px;
}
.panel-body .checkbox span{
    margin-right: 20px;
}
.panel-body .checkbox em{
    color: #ff4351;
}
.panel-body .check-box{
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
.panel-body .term-items{
    width: 500px;
    line-height: 30px;
    padding-top: 7px;
    font-size: 14px;
}
.panel-body .term-items span{
    display: inline-block;
    margin-right: 20px;
    width: 75px;
}
.content-box .form-item p.error{
    float: left;
    line-height: 44px;
    padding: 0 0 0 10px;
    font-size: 14px;
}
.panel-body .destlist{
  display: none;
}

/*Reset password*/
.main-content{
    width: 1000px;
    margin: 40px auto 0;
}
.overaly{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.overaly .pop-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 90px;
    padding: 35px 20px;
    background: #FFF;
    margin: -80px 0 0 -170px;
    text-align: center;
    box-shadow: 0 0 8px 3px #888;
}
.overaly .pop-content h3{
    padding-bottom: 10px;
    font-size: 16px;
}
.overaly .pop-content p{
    line-height: 24px;
    font-size: 14px;
}
.overaly .pop-content p .time{
    color: #ff4351;
    padding: 0 3px;
}
.overaly .pop-content p a{
    margin: 0 2px;
}

/* pending */
.content-box .review{
    padding: 30px;
    margin-top: 30px;
    border-radius: 3px;
}
.content-box .in-review{
    border: 1px solid #bce8f1;
    background-color: #d9edf7;
}
.content-box .in-review h3{
    color: #31708f;
}
.review .panel-body{
    min-height: 200px;
}
.review .panel-body h3{
    font-size: 16px;
}
.review .panel-body .review-info{
    padding-top: 50px;
}
.review .panel-body p{
    line-height: 24px;
}
.review .r-default{
    display: inline-block;
    width: 80px;
    line-height: 30px;
    margin: 20px 15px 0 0;
    color: #FFF;
    background-color: #38BBFF;
    text-align: center;
}
/* failed */
.content-box .review-failed{
    border: 1px solid #faebcc;
    background-color: #fcf8e3;
}
.content-box .review-failed h3{
    color: #a94442;
}
.review .failed-reason{
    padding: 15px 0;
    font-size: 14px;
}
.review .btn-failed a{
    display: inline-block;
    width: 80px;
    line-height: 30px;
    margin: 20px 15px 0 0;
    color: #666;
    background-color: #ccc;
    text-align: center;
}
.review .btn-failed a:hover{
    color: #FFF;
    background-color: #38BBFF;
}
.review .btn-failed a.r-submit{
    color: #FFF;
    background-color: #38BBFF;
}
















	
