body {
    font-family: 微软雅黑;
   
    width: 100%;
}


input,
select,
textarea {
    font-family: 微软雅黑;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
}

.external-div{
	height:100%;
	width:100%;
/* 	background: url(../../image/z22_temp.png) center center no-repeat; */
}
/*----------header----------*/
.external-header {
	*position: fixed;
	background-color: #fff;
	width:100%;
	
	line-height:112px;
	margin:0;padding:0;
}
.header{}

.qt_he {height: 112px; width: 100%; margin-left: auto; margin-right: auto; position: relative;}


.qt_he .logo{display:inline-block;  margin-left:220px;line-height: 112px;vertical-align: middle;}

.qt_he .logo a {
    display: block;
    max-width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    
}

.qt_he .title {
	line-height: 112px; 
	
    display: inline-block;
    padding: 40px 20px;
    vertical-align:top;
}
.qt_he .reback{
	float: right;
    line-height: 112px;
    display: table;
    margin-right:220px;
}
.qt_he .reback a{
	display: table-cell;
    vertical-align: middle;
    color: #222;
    text-decoration: none;
    text-align: right;
}
.qt_he .reback a img{
    position: relative;
    margin-right: 4px;
    display: inline-block;
}
.qt_he .reback a span{
    letter-spacing: 1px;
}


.qt_he .title p {
    padding: 0 20px;
    border-left: 1px solid #E5E5E5;
    font-size: 18px;
    line-height: 1.8;
}

.qt_de {
    height: 60px;
    line-height: 60px;
/*     border-bottom: 3px solid #383842; */
/*     background: #383842; */
	 background: -webkit-linear-gradient(left,rgba(25,35,60,1),rgba(32,58,122,1)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(right,rgba(25,35,60,1),rgba(32,58,122,1)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(right,rgba(25,35,60,1),rgba(32,58,122,1)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to right, rgba(25,35,60,1),rgba(32,58,122,1)); /* ±ê×¼µÄÓï·¨ */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#19233C, endColorstr=#203A7A);/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#19233C, endColorstr=#203A7A)";/*IE8+*/
}

.qt_de .de_left {
    display:inline-block;
    margin-left: 25px;
    width: 50%;
}

.qt_de .de_left a {
    color: #ffffff;
    font-size: 18px;
}

.qt_de .de_left a img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.qt_de .de_right {
    float: right;
    margin-right: 15px;
}

.qt_de .de_right .intercalate {
    float: left;
}

.qt_de .de_right .intercalate a {
    color: #eaebef;
    font-size: 12px;
    padding-left: 12px;
	margin-right:12px;
	border-left: 2px solid #5e6e97;
}
.qt_de .de_right .intercalate a:first-child{
	border-left: 0px;
	
}
.qt_de .de_right .intercalate a img {
    position: relative;
    top: 0px;
    margin-right: 4px;
}

.qt_de .de_right .quit {
    float: left;
    padding: 0 15px;
    
    color: #ffffff;
    font-size: 14px;
    margin-left: 20px;
}

.qt_de .de_right .quit span {
    color: #ffffff;
}

.qt_de .de_right .quit a {
 /*    background: url(../img/ico_bt5.png) no-repeat; */
    width: auto;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-left: 27px;
}

/*----------mainer----------*/
.mainer {
	display: table;
    width: 100%;
    *height: 550px;
    background: url(../../image/bg.jpg) center center no-repeat;
    vertical-align:middle;
    margin:0;
}
.right-ground{
	margin-left:15px;
	margin-top:15px;
	border-left:#eaeaea;
	background-color:#ffffff;
	border-radius:4px;

}
/*----------footer----------*/
.footer {
    *position: fixed; 
    width: 100%;
    bottom: 0;
    line-height: 105px;
    font-size: 12px;
    background-color: #fff;
    text-align: center;
    margin:0;padding:0;
}

.foot p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/*----------custom----------*/


/* sidebar style */
.sidebar-item{
    position: fixed;
    top: 120px;
    left: 30px;
    display: none;
    z-index: 1050;
    background-color: rgba(0,0,0,.4);
    color: #fff;
}
.sidebar-item > div{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.sidebar{
    margin-top:-3px;
    width: 220px;
    height: 100%;
   
    border-right: 1px solid #19233c;
    transition: left .4s,width .4s;
    z-index: 1020;
    background:#19233c;
}
.sidebar li{
    line-height: 50px;
    cursor: pointer;
}
.sidebar .second-section li{
    padding: 0 0 0 50px;
    border-bottom: 1px solid #DDDDDD;
}
.sidebar .second-section li:hover,
.sidebar .first-section li:hover > div{
    background-color: #F2FADB;
}
.sidebar li > div{
    padding: 0 0 0 25px;
}
.sidebar .first-section li > div{
    border-top: 1px solid #DDDDDD;
    background-color: #F6F6F6;
}
.sidebar li.active > div{
    border-right: 3px solid #688900;
    background-color: #108cee!important;
    color: #fff;
}
.sidebar .first-section li.active + li > div{
    border-top: 0;
}
.sidebar li > div span{
    margin-left: 15px;
    font-size: 16px;
}
.sidebar li a{
    margin-left: 6px;
    font-size: 15px;
}
.sidebar li > div > a{
    font-size: 16px;
}
.sidebar .second-section{
    display: none;
}
.sidebar li.active > ul.second-section{
    display: block;
}
.row-fluid .right{
	background-color:#eaedf1;
	padding-left:15px;
	padding-top:15px;
}


/* register style */
.register{
    display: table;
    width: 100%;
    height: 100%;
    *background: url(../../image/z22.png) center center no-repeat;
    background-size: cover;
	padding:70px 0;
}
.register-create{
    height: 90%;
}
.register .container{
    display: table-cell;
    /*width: 800px;*/
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.register-info{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    padding: 50px 0 30px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
}
.register .ht-type .btn[type=button]{
    right: 0;
}
.person-fills{
    min-height: 640px;
    height: auto;
    padding-bottom: 0;
}
.wait{
    height: 510px;
}
.register-row1{
    text-align: center;
}
.register-row1 > div{
    position: relative;
    display: inline-block;
    width: 128px;
    height: 24px;
    line-height: 24px;
}
.register-row1 > div.active{
    color: #fff;
}
.register-row1 > .register-row1-1{
     left: 12px;
     background: url(../../image/z23.png) center center no-repeat;
 }
.register-row1 > .register-row1-2{
    left: 4px;
    background: url(../../image/z24.png) center center no-repeat;
}
.register-row1 > .register-row1-3{
    left: -4px;
    background: url(../../image/z24.png) center center no-repeat;
}
.register-row1 > .register-row1-4{
    left: -12px;
    background: url(../../image/z25.png) center center no-repeat;
}
.fill-row1 > .register-row1-1{
    background: url(../../image/z28.png) center center no-repeat;
}
.fill-row1 > .register-row1-2{
    background: url(../../image/z26.png) center center no-repeat;
}
.wait-row1 > .register-row1-1{
    background: url(../../image/z28.png) center center no-repeat;
}
.wait-row1 > .register-row1-3{
    background: url(../../image/z26.png) center center no-repeat;
}

.register-row2,
.account-switch{
    width: 500px;
    margin: 0 auto;
    padding: 30px 0;
}
.register-row2 > .col-6{
    margin-bottom: 30px;
    border-bottom: 2px solid #CCCCCC;
    cursor: pointer;
}
.register-row2 .active{
    border-color: #D30830;
    color: #D30830;
}

.register-row2 .active h4{
    color: #D30830;
} 
.register-row2 h4{
    font-weight: normal;
}
.register-row2 > .col-12{
    display: none;
    /* padding-right: 0; */
}
.register-row2 > .col-12.active{
    display: block;
}
.register-row2 label{
    width: 21%;
    padding: 0;
    text-align: right;
    line-height: 34px;
}
.register-row2 label + .col-9{
    width: 65%;
    padding-right: 0;
}
.register-row2 input,
.register-row2 select{
    width: 100%;
    padding: 0 15px;
    height: 34px;
    border: 1px solid #D6D8DB;
    line-height: 32px;
    margin:0;
}
.register-row2 select{
    padding: 0 11px;
}
.psd-strong{
    width: 79%;
    margin-left: 21%;
    padding-right: 0;
    padding-top: 10px;
    font-size: 12px;
}
.psd-strong > div,
.psd-strong > span{
    display: inline-block;
}
.psd-strong > div{
    position: relative;
    width: 84px;
    height: 5px;
    bottom: 2px;
    margin-right: 2px;
    background-color: #E8E8E8;
}
.psd-strong > div.active{
    background-color: #108cee;
}
.psd-strong > span{
    color: #777;
}
.psd-strong > span{
    margin-left: 5px;
    line-height: 1;
}
.psd-strong > span:first-child{
    margin-left: 0;
    margin-right: 7px;
}
.register-common{
    margin-left: 9%;
}





.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}

.text-center{
    text-align: center;
    box-sizing: border-box;
}

.form-group{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    clear: both;
    float:left;
}

.register-div{
	width: 100%;
	display: block;
	float: left;
	position: relative;
    min-height: 1px;
}

.register-div .input-img{
	width:30%;
}

.register-div input{
	padding-left:15px;
}

.register-div #validateCode{
	margin-left:15px;
}

.register-div #smsRand{
	width:35%;
	margin-left:15px;
	padding:0 15px;
	float:left;
}

.register-div #sendSMSBtn{
	width:28%;
	margin-left:15px;
	display: block;
    height: 34px;
    padding: 0;
    border: 0;
    line-height: 32px;
    font-size: 12px;
    background-color: #108cee;
    background-image: linear-gradient(to bottom, #108cee, #108cee);
    color: #fff;
    float:left;
}
.agree{
    margin-bottom: 10px;
}
.agree > div{
    font-size: 12px;
}
.agree input[type=checkbox] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    cursor: pointer;
}
.pointer{
	cursor: pointer;
}

.h4{
	font-size:16px;
}

.info-control{
	float:left;
	height:32px;
	line-height:32px;
	font-size:14px;
	padding:0;
}
.info-control .info-label{
	float:left;
	text-align: right;
	width:25%;
	line-height:32px;
	
}

.info-control .info{
	float:left;
	text-align: left;
	padding:0 15px;
	width:auto;
	line-height:32px;
	
}

.fill-tips img{
	vertical-align: top;
    padding-top: 1px;
}

.info-form{
			
}
		.info-form .control-label{
   			width: 80px;
    		padding-top: 0px;
    		text-align: left;
    		paddint-left: 15px;
		}
		
		.info-form .controls{
			margin-left:80px;
		}
.menubody{
	background:#19233c;
}

.valid_img_card{
	position:absolute;
  	clip:rect(18px,18px,36px,0px);
}
.valid-div {
	height: 260px;
	width: 47%;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	border: 2px solid #1b8cf1;
	float: left;
}

.valid-div-top {
	height: 220px;
	width: 100%;
	text-align: center;
}

.valid-div-top .image-div {
	padding-top: 30px;
}
.valid-div-top .char-div {
	margin-left:10%;
	width:80%;
	padding-top: 30px;
	text-align: left;
}
.valid-div-top .p1 {
	font-size: 14px;
	color: #a9a9a9;
}

.valid-div-bottom {
	height: 32px;
	width: 100%;
	text-align: center;
	background-color: #108cee;
	color: #ffffff;
	font-size: 16px;
	padding-top: 8px;
}

.valid-div-bottom a {
	color: #ffffff;
}

.margin-top {
	margin-top: 20px;
}
/***   xiao   ****/
td{
	vertical-align: middle !important;
}
.control-group {
    display: flex;
    justify-content: left;
    align-items: center;
}
a.btn{
	    padding: 5px 12px !important;
	     vertical-align: baseline !important;

}
.control-label{
	margin-right:10px;
}
.input-medium{
	height:32px !important;
	vertical-align: bottom !important;
}
.form-search label{
	
}
.xiao_box{
	min-width:1036px;
	height: 100%;
	overflow-y:auto !important;
}
table{
	min-width:98.5% !important;
}

.xiao_search_cell{
	width:400px;
	display:inline-block;
}
.xiao_search_cell>label{
	width:104px !important;
}
.opt-btn{
	 white-space: nowrap !important;
}  










