@charset "utf-8";
/* 登录注册页 */
.b2b-login-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ebf5ff;
}
.b2b-login-block{
    top: 50%;
    margin: -375px auto 0;
    width: 1400px;
    height: 750px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.b2b-login-left{
    float: left;
    width: 712px;
    height: 684px;
    padding: 66px 0 0 50px;
    background: url("../images/b2b-login-bg.png") no-repeat;
    position: relative;
}
.b2b-login-left .logo{
    float: left;
    max-width: 132px;
    height: 30px;
}
.b2b-login-left .logo img{
    display: block;
}
.b2b-login-right{
    float: right;
    width: 570px;
    padding-left: 68px;
    height: 750px;
}
.b2b-right-wrap{
    padding: 60px 0 0;
    height: 690px;
    width: 440px;
    position: relative;
}
.b2b-login-title{
    color: #37465f;
    font-size: 32px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    position: relative;
}
.b2b-login-title:after{
    content: '';
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 54px;
    height: 6px;
    background-color: #eff3ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: -27px;
}
.b2b-register-fill{
    padding: 45px 0 0;
}
.b2b-register-fill dl{
    /*height: 54px;*/
    margin-bottom: 12px;
}
.b2b-register-fill dl dt{
    float: left;
    width: 100px;
    color: #000;
    font-size: 16px;
    line-height: 54px;
}
.b2b-register-fill dl dt .red{
    color: #fe310f;
}
.b2b-register-fill dl dd{
    padding-left: 100px;
    position: relative;
}
.b2b-register-fill .fill-input{
    display: block;
    padding: 10px 20px;
    height: 54px;
    line-height: 54px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f8ff;
}
.b2b-register-fill .layui-row:before{
    clear: none!important;
}
.b2b-register-fill .b2b-get-code{
    height: 54px;
    line-height: 54px;
    background-color: #f5f8ff;
    color: rgba(0, 0, 0, .85);
    border: none;
}

.b2b-register-fill .b2b-bg-blue{
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
}
.b2b-register-fill .auth-input{
    line-height: 44px;
}
.b2b-login-agreement{
    padding-left: 83px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.b2b-login-agreement .agreement-sel{
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url("../images/b2b-select-icons.png") no-repeat;
    vertical-align: middle;
    margin: 0 9px 0 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.b2b-login-agreement .agreement-sel.selected{
    background-position: 0 -16px;
}
.b2b-login-agreement .agreement-btn{
    color: #2b9bff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.b2b-login-agreement .agreement-btn:hover{
    color: #0b8cff;
}
.b2b-login-fill{
    padding: 156px 0 24px;
}
.b2b-login-fill dl{
    height: 54px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 24px;
}
.b2b-login-fill dl dt{
    float: left;
    width: 90px;
    height: 54px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 0deg, rgb(77,181,252) 2%, rgb(43,154,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(77,181,252) 2%, rgb(43,154,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(77,181,252) 2%, rgb(43,154,255) 100%);
    position: relative;
}
.b2b-login-fill dl.password dt{
    background: #89cfff;
}
.b2b-login-fill dl.password dt.has{
    background-image: -moz-linear-gradient( 0deg, rgb(77,181,252) 2%, rgb(43,154,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(77,181,252) 2%, rgb(43,154,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(77,181,252) 2%, rgb(43,154,255) 100%);
}
.b2b-login-fill dl dt:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/login-register-icons.png") no-repeat;
}
.b2b-login-fill dl.password dt:after{
    background-position: 0 -54px;
}
.b2b-login-fill dl dd{
    padding-left: 90px;
}
.b2b-login-fill .fill-input{
    display: block;
    padding: 10px 20px;
    /*width: 300px;*/
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    background-color: #f5f8ff;
    border: none;
    color: #666;
}
.b2b-login-btn{
    display: block;
    color: #fff;
    font-size: 20px;
    background-image: -moz-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
    height: 54px;
    line-height: 54px;
    text-align: center;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.b2b-login-btn:hover{
    background-image: -moz-linear-gradient( 0deg, rgb(43,155,255) 0%, rgb(77,181,252) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(43,155,255) 0%, rgb(77,181,252) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(43,155,255) 0%, rgb(77,181,252) 100%);
    color: #ffffff;
}
.b2b-already-existing{
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-top: 18px;
}
.b2b-already-existing a{
    color: #2b9bff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.b2b-room-block .date-op-wrap .check-price:hover{
    color: #0b8cff;
}
.b2b-already-existing .forget-password{
    color: #666;
}
.b2b-already-existing .forget-password:hover{
    color: #0b8cff;
}
.b2b-system-name{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    font-size: 12px;
    color: #999;
    text-align: center;
}
.l,.f-l{float:left!important;_display:inline}
.r,.f-r{float:right!important;_display:inline}

/*认证*/
.auth-card-image{
    display: flex;
    padding-left: 0 !important;
    justify-content: space-between;
}
.image-pic{
    width: 160px;
    height: 100px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: url("../images/add-icon.png") no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #f5f8ff;
}
.image-pic img{
    width: 100%;
    height: 100%;
}

/* 审核状态 */
.b2b-register-check{
    margin-top: 90px;
}
.b2b-check-icon{
    display: block;
    text-align: center;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: url("../images/b2b-login-check-icon.png") no-repeat;
}
.b2b-check-txt{
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #269afc;
    margin-top: 24px;
}
.b2b-check-txt:before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: -3px 20px 0 0;
}
.b2b-check-txt.success:before{
    background: url("../images/b2b-login-success-icon.png") no-repeat;
    background-size: 40px 40px;
    background-position: center;
}
.b2b-check-txt.wait:before{
    background: url("../images/b2b-login-wait-icon.png") no-repeat;
}
.b2b-check-txt.fail:before{
    background: url("../images/b2b-login-fail-icon.png") no-repeat;
}
.b2b-resubmit-btn{
    display: block;
    width: 250px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 20px auto 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-image: -moz-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(77,181,252) 0%, rgb(43,155,255) 100%);
}
.b2b-resubmit-btn:hover{
    background-image: -moz-linear-gradient( 0deg, rgb(43,155,255) 0%, rgb(77,181,252) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(43,155,255) 0%, rgb(77,181,252) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(43,155,255) 0%, rgb(77,181,252) 100%);
}
