body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,b,form,fieldset,legend,input,textarea,select,span {
	margin:0;
	padding:0
}
fieldset {
    border: 0;
}
img {
	border:0;
	vertical-align:top
}
li {
	list-style:none
}
iframe {
	border:none
}
html {
	height:100%;
    font-size:16px;
    background-color: #E7ECF6;
}
body {
    height:100%;
    background: transparent;
    -webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font:400 1em/1.8 'Microsoft Yahei','WenQuanYi Micro Hei',sans-serif
}

a{
    text-decoration:none
}
.cf:after,.cf:before {
	content:" ";
	display:table
}
.cf:after,.clearfix:after {
	clear:both
}
.fl {
	float:left
}
.fr {
	float:right
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight:normal
}
.ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mt15{
    margin-top:15px;
}
.mc{
	margin: 0 auto;
}

input{
    outline: none;
}

.wrap{
    background-color: #E7ECF6;
}

.header{
    height: 100px;
    background-color: #fff;
    box-shadow:0px 8px 16px rgba(64,127,198,0.1);
}

.header-main{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.header-main a.logo{
    padding-top: 27px;
}

.header-main .logoImg,.header-main a.logo{
    width: 147px;
    height: 45px;
    display: block;
   
}

.header-menu{
    float: right;
    font-size: 0;
}

.header-menu a{
    color: #919191;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    font-size: 14px;
    margin-right: 40px;
    box-sizing: border-box;
    position: relative;
}

.header-menu a:hover{
    color: #686868;
    border-bottom: solid 5px #4561D1;
}

.header-menu a:hover .qrcode{
    display: block;
}

.header-menu .qrcode{
    position: absolute;
    top:105px;
    left:-25%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    box-shadow:0px 6px 12px rgba(64,127,198,0.1);
    border-radius:5px;
    display: none;
}

.header-menu .qrcode.mini{
    left: -85%;
}

.header-menu .qrcodeImg{
    width: 112px;
    height: 112px;
    display: block;
    margin: 12px auto;
}

.main{
    width: 100%;
    height: 100%;
}

.cont{
    width: 900px;
    margin: 0 auto 82px;
}

.cont .cont-title{
    height: 188px;
    color: #4561D1;
    padding-top: 60px;
}

.cont .cont-title h1{
    height:58px;
    line-height:58px;
    font-size:40px;
    font-weight:bold;
    margin: 0;
  
}

.cont .cont-title h3{
    font-size:28px;
    height:40px;
    line-height: 40px;
    margin: 0;
}

.cont .s-cont-header{
    height: 173px;
    background-color: #FBFBFB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cont .s-cont-info{
    height: 537px;
    background-color: #fff;
    border-radius:0px 0px 10px 10px;
}

/* steps */
.progressbar {
    font-family:Bahnschrift;
    margin: 0 46px;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    z-index: 99;
  }
  
  .progressbar li {
    list-style-type: none;
    font-size: 14px;
    float: left;
    position: relative;
    width: 202px;
    color: #919191;
  }
  
  .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 49px;
    height: 49px;
    line-height: 49px;
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 auto 19px auto;
  }
  
  .progressbar li:after {
    content: '';
    width: calc(100% - 49px);
    height: 7px;
    background: #D9D9D9;
    position: absolute;
    left: calc((-100% + 49px) / 2);
    top: 21px;
  }
  
  .progressbar li:first-child:after {
    content: none;
  }
  
  .progressbar li.active:before, .progressbar li.active:after {
    background: #BCD3FF;
    color: white;
  }
  

  /* step-cont */
  input::placeholder{
    color:#C5C5C5;
} 
input.text-input:focus, input.text-input-verifyCode:focus {
    border:solid 1px #92B8FF;  
}

input.text-input.text-input-error:focus,input.text-input-verifyCode.text-input-error:focus{ 
    border-color: #FF5858;
}


.reg_content{
    padding-top: 40px;
    width: 385px;
    margin: 0 auto;
}

.form-item{
    position: relative;
    margin-bottom: 30px;
}
.text-input{
    width: 380px;
}

.text-input,.text-input-verifyCode{
    display: block;
    height: 50px;
    box-sizing: border-box;
    border: solid 1px #F5F5F5;
    border-radius:10px;
    background-color: #F5F5F5;
    padding: 17px 20px;
}


.text-input-verifyCode{
    width: 156px;
   float: left;
}

.text-input-error{
    border-color: #FF5858;
}


.item-error{
    color: #FF5858;
}

.item-error,.item-tips{
    position: absolute;
    left: 0;
    top: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.item-tips{
    color: #858585;
}

.sucessImg{
    width: 61px;
    height: 60px;
    display: block;
    margin: 0 auto 25px;
    padding-top: 80px;

}
.sucessTitle{
    font-size: 18px;
    color: #6B6B6B;
    font-weight: 600;
    text-align: center;
}

.sucessTips{
    color: #6B6B6B;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.button-verifyCodeSend{
    background-color: #4561d1;
    color: #fff;
    border-radius:10px;
    font-size: 14px;
    display: block;
    height: 50px;
    border: none;
    width: 199px;
    margin-left: 25px;
    float: right;
    cursor: pointer;
}

input.button-verifyCodeSend:hover{
    background-color: #4561D1;
    
}

.button-submit{
    width:380px;
    height:50px;
    background:#4561D1;
    border-radius:10px;
    font-size:16px;
    color: #fff;
    border: none;
}

/* select */

.select {
    display: inline-block;
    width: 380px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    color: #555;
    border: 1px solid #aaa;
    text-shadow: none;
    border-radius: 10px;	
    transition: box-shadow 0.25s ease;
    z-index: 2;
    height: 50px;
     box-sizing: border-box;
    border: solid 1px #F5F5F5;
    border-radius:10px;
    background-color: #F5F5F5;

}
.select:before {
    cursor: pointer;
    top: 20px;
    right: 0;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #4561D1;
    border-right: 1px solid #4561D1;
    transform: rotate(135deg);
    margin-right:30px;
    margin-top: -6px;
}
.select select {
    cursor: pointer;
    padding: 17px 20px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select:focus {
    outline: none;
}

.sel_mask select option[selected]{
    font-weight:bold
}
.sel_mask select option:nth-child(even) {
    background-color:#A7DAEF;
}
.sel_mask select option{
    color:#EA5400;
}

.form-item-isAgree{
    color: #727272;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;

}

.form-item-isAgree a{
    color: #4561D1;
}


.footer{
    min-width: 1250px;
    width: 100%;
    height: 120px;
    background-color: #585858;
}

.footer-cont{
    width: 1200px;
    margin: 0 auto;
    color: #BBB;
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
}


.businessLicences{
    font-size: 12px;
    color: #858585;
}


.form-group{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px !important;
}

.form-control{
    height: 50px !important;
    background-color: #F5F5F5 !important;
    box-shadow: none !important;
    border: solid 1px #F5F5F5 !important;
    border-radius:10px !important;
}
