body,html{
    font-family: "Microsoft Yahei";
    font-size: 14px !important;
    background-color: #f2f4f8;
    color: #333333;
}
textarea, input, button, select, keygen, legend{
    font-size: 14px;
}
body, textarea, input, button, select, keygen, legend {
    color: #333;
    outline: 0;
    border: 0;
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#bac0c3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#bac0c3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#bac0c3;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#bac0c3;
}
.none{
    display: none;
}
.blue-bg{
     background-color: #2a90ef
 }
.blue-color{
    color: #2a90ef;
}
.md-size{
    font-size: 16px
}
.xs-size{
    font-size: 14px;
}
.larger-size{
    font-size: 18px;
}

.mainContainer{
    width: 1200px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
}
header{
    display: block;
    width: 100%;
    height: 84px;
    line-height: 84px;
    box-shadow: 0 3px 3px #ccc;
    position: relative;
    z-index: 10;
}
header .left,header .right{
    float: left;
    width: 50%;
}
header .right{
    text-align: right;
    line-height: 84px;
    height: 84px;
}

header .left img.logo{
    height: auto;
    width: 133px;
    vertical-align: middle;
}
header .left .welcomeRegister{
    display: inline-block;
    color: white;
    padding: 0 23px;
    margin-left: 23px;
    border-left: 1px solid #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
}
header .right .toLogin{
  width: 155px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url("../../../images/home/pc/btn-round-bg.png") no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 24px;
}
.mainView{
    padding-top: 45px;
}
.step-view{
    width: 786px;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}
.step .step-1{
    margin-left: -49px;
}
.step:not(:first-child){
    position: relative;
    display: inline-block;
    width: 373px;
}
.step>span.text{
    margin-bottom: 24px;
    display: block;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #a7b3bc;
    position: relative;
    text-align: right;
    margin-right: -12%;
    /*left: -50%;*/
}
.step:first-child>span.text{margin-right: -36%}
.step:last-child>span.text{margin-right: -5%}
.step div.round{
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: url("../../../images/home/pc/normal-bg-circle.png") no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    font-family: "Arial Rounded MT Bold";
    position: relative;
    box-sizing: border-box;
    transition: .15s ease-out;
    z-index: 99;
    text-align: center;
    color: #d9e8f4;
    float: right;
    transition: all 0.3s linear;
;
}
.step.actived div.round{
    background: url("../../../images/home/pc/bg_circle.png") no-repeat;
    background-size: 100% 100%;
}
.step.actived>span.text{
    color: #2a90ef;
}
.step.actived div.round{
    color: #ffffff;
}
.step-line{
    position: relative;
    width: 100%;
}
.step-line .line{
    height: 10px;
    background-color: #d3e3f0;
    position: absolute;
    top: 13px;
    left: -2px;
    right: 0;
    transition: all 0.3s linear;
}
.step.actived .step-line .line{
    background-color: #2a90ef;
}

.innerContent{
    height: 555px;
    box-sizing: border-box;
    padding-top: 16px;
    margin-top: -47px;
    width: 100%;
    background-color: white;
    /*background-image: url(../imgs/mainBg.png);
    background-repeat: no-repeat;
    background-size: 1256px 567px;*/
    padding-bottom: 140px;
    border-radius: 5px;
    box-shadow: 0 9px 18px 2px rgba(0,0,0,.15);
    /*background-position: -27.5px 0;*/
}
.waring-msg{
    height: 148px;
    box-sizing: border-box;
    padding: 76px 10px 50px 10px;
    text-align: center;
    font-size: 14px;
}
.bk-form{
    width: 492px;
    margin: 15px auto 0 auto;
}
.bk-form .form-item{
    margin-bottom: 10px;

    /*overflow: hidden;*/
}
.bk-form .form-item .form-label{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    box-sizing: border-box;
    margin-right: 0;
    white-space: nowrap;

}

.bk-form .form-item .form-content{
    line-height: 40px;
    position: relative;
    font-size: 14px;
    margin-left: 90px;
    width: 402px;
}
.bk-form .form-item .form-content .form-input{
    width: 100%;
    height: 40px;
    color: #000000;
    padding: 0 10px;
    line-height: 40px;
    background: #fafbff;
    border: 1px solid #d1d8eb;
    border-radius: 3px;
}
.bk-form .form-item .form-content .form-input.error{
    background:#FFF2EA;
    border: 1px solid #FEB687;
}
.bk-form .form-item .form-content.msgCodeBox .form-input{
    width: 308px;
}
#mobile-error a{text-decoration: none}
.bk-form .form-item .form-content.msgCodeBox .sendMsgCode {
    float: right;
    width: 88px;
    height: 40px;
    color: white;
    background: #2a90ef;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;

}

.bk-form .form-item .form-content.msgCodeBox .sendMsgCode:hover{
    background: #0f7af3;
}

.bk-form .form-item .form-content.msgCodeBox .sendMsgCode.sending{
    color: #bac0c3 ;
    background: #fafbff;
    border: 1px solid #d1d8eb;
    font-size: 16px;
}

.bk-form .form-item .form-content.msgCodeBox .imgCode{
    background: #fafbff;
    border: 1px solid #d1d8eb;
    display: inline-block;
    float: right;
    width: 88px;
    height: 40px;
    border-radius: 5px;
}

.bk-form  .btn-form-item{
    overflow: visible;
}
.bk-form .form-item .nextStep{
    width: 450px;
    float: right;
    background: url("../../../images/home/pc/btnBg.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    color: white;
    font-size: 16px;
    height: 93px;
    margin-right: -25px;
    cursor: pointer;
}
.bk-form .form-item .nextStep:hover{
    background: url("../../../images/home/pc/btnBg-active.png") no-repeat;
    background-size: 100% auto;
}
footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #d1d8eb;
    margin-top: 80px;
}
footer p{
    text-align: center;
    color: #bac0c3;
    font-size: 12px;
    line-height: 2;
}

.stepThreePage{
    height: 500px;
    position: relative;

}
.stepThreePage .registerSuccess{
  position: absolute;
    width: 610px;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin: 0 auto;
    padding: 180px 0;
    overflow: hidden;
    /*white-space: nowrap;*/

}
.registerSuccess .left{
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.registerSuccess .left img{
    width: 44px;
    height: 44px;
}
.registerSuccess .right{
    width: 100%;
    padding-left: 84px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.registerSuccess .right strong{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.registerSuccess .right p{
    font-size: 14px;
    color: #b4b4b4;
    line-height: 2;
    white-space: normal;
}
.registerSuccess .right p span{font-weight: bold}
.radioBox input[type="radio"]{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    background:url('/resources/images/home/pc/radio.png') no-repeat;
    background-size: 100% 100%; 
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
}
.radioBox input[type="radio"]:checked{
    background:url('/resources/images/home/pc/radioActive.png') no-repeat;
    background-size: 100% 100%; 
}
.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background:url('/resources/images/home/pc/checkboxDefault.png') no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px
}
.custom-checkbox input[type="checkbox"]:checked{
    background:url('/resources/images/home/pc/checkBox.png') no-repeat;
    background-size: 100% 100%;
}
/*validate*/
.form-content label.error{
    color: #FEB687;
    white-space: nowrap;
    position: absolute;
    right: -200px;
    top: 0;
    width: 190px;
}
.imgCode .safecode2{
    width: 100%;
    height: 100%;
}

body{overflow: hidden;}
.step-view{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}
.step-view .step-1{
    margin-left: -34px;
}
.step-view .step-3 span{
    margin-right: 0;
}
.step-view .step-3 .step-line{
    width: 93.5%;
}
.bk-form .form-item .form-content .form-input{box-sizing: border-box;}
@media screen and (min-width: 789px) and (max-width: 1200px) {
    /*body{*/
        /*background-color: orange;*/
    /*}*/
    header .mainContainer{padding: 0 15px;}
    .mainContainer{max-width: 1199px;min-width: 786px;width: auto;}
}

@media (max-width: 789px) and (min-width: 600px){
    /*body{background-color: pink;}*/
    header .mainContainer{padding:0 15px;}
    .mainContainer{max-width: 789px;min-width: 600px;width: auto;}
    .step-view{width: 90%;}
    header{height: 64px; line-height: 64px;}
    header .left img.logo{height: 50px;}
    header .left .welcomeRegister{font-size: 14px;}
    .step>span.text{font-size: 16px;}
    .step div.round{ width: 30px; height: 30px; line-height: 30px; font-size: 20px;}
    .step-line .line{height: 8px; top: 11px;}
    .waring-msg{height: 128px; }
}
@media only screen and  (max-width: 600px) {
    header .left{width: 60%;}
    header .right{width: 40%; }
    header .right .toLogin{font-size: 13px; width: 135px; white-space: nowrap;     margin-top: 12px;
        height: 34px;
        line-height: 34px;}
    header .left .welcomeRegister{padding: 0 0 0 10px; margin-left: 10px;}
    .mainContainer{max-width: 600px;min-width: 300px; width: auto;}
    header .mainContainer{padding:0 15px;}
    .step-view{width: 90%;}
    header{height: 60px; line-height: 60px;}
    header .left img.logo{height: 60%;width: auto;}
    header .left .welcomeRegister{font-size: 13px;}
    .step>span.text{font-size: 15px;}
    .step div.round{ width: 28px; height: 28px; line-height: 28px; font-size: 18px;}
    .step-line .line{height: 6px; top: 12px;}
    .waring-msg{height: 108px; text-align: left; }
    .bk-form{width: 90%;}
    .form-content label.error {
        right: 0;
        top: 26px;
        left: 0;
        width: 190px;
    }
    .bk-form .form-item {
        margin-bottom: 26px;
    }
    .stepThreePage .registerSuccess{width: 100%}
    .registerSuccess .left img{width: 30px; height: 30px}
    .registerSuccess .right{    padding-left: 49px;}
    .registerSuccess .right p{ line-height: 1.5;}
    #stepTwoPage{margin-top: 80px !important}
    .bk-form .form-item .form-label {width: 90px;font-size: 13px; color: #666666;line-height: 30px;}
    .bk-form .form-item .form-content {line-height: 30px;position: relative;font-size: 13px;margin-left: 90px;  width: calc(100% - 100px);}
    .bk-form .form-item .form-content .form-input{width: 100%;height: 30px;padding: 0 5px;line-height: 30px;}
    .bk-form .form-item .form-content.msgCodeBox .form-input{width: 70%;}
    .bk-form .form-item .form-content.msgCodeBox .sendMsgCode,.bk-form .form-item .form-content.msgCodeBox .imgCode{width: 28%; font-size: 12px; height: 30px; line-height: 30px;}
    .bk-form .form-item .nextStep{width: 100%;font-size: 14px;height: 73px;line-height: 73px; margin-right: 0; background-size: 100% 100%;}
}
