/* create 210924 扫码登录注册相关 */
/* 单选&多选样式美化 */
.cs-radio, .cs-checkbox {
    position: relative;
}

.cs-radio input, .cs-checkbox input {
    display: none;
    display: inline-block\9;
}

.cs-radio input+span:before, .cs-checkbox input+span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url(../images/icon-radio-nor@2x.png) no-repeat center;
    background-size: 14px auto;
    margin-right: 5px;
}

.cs-checkbox input:checked+span:before, .cs-radio input:checked+span:before {
    background-image: url(../images/icon-radio-cur@2x.png)
}

/* IE8一倍图 */
@media \0screen\,screen\9 {
    .cs-radio input+span:before, .cs-checkbox input+span:before {
        background-image: url(../images/icon-radio-nor.png);
    }

    .cs-checkbox input:checked+span:before, .cs-radio input:checked+span:before {
        background-image: url(../images/icon-radio-cur.png)
    }
}

/* 登录方式切换 */
.cs-switch-bar {
    text-align: center;
    color: #fff;
    margin: 15px 0;
    cursor: pointer;
}

.cs-switch-bar i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    vertical-align: middle;
}

.cs-switch-bar span {
}

/* 账号 */
.cs-switch-account-bar i {
    background-image: url(../images/iconCommon_line_24_pc@2x.png);
}

/* 二维码 */
.cs-switch-code-bar i {
    background-image: url(../images/iconCommon_line_24_qr@2x.png);
}

/* IE8一倍 */
@media \0screen\,screen\9 {
    /* 账号 */
    .cs-switch-account-bar i {
        background-image: url(../images/iconCommon_line_24_pc.png);
    }

    /* 二维码 */
    .cs-switch-code-bar i {
        background-image: url(../images/iconCommon_line_24_qr.png);
    }
}

/* 钉钉&微信扫码 */
.cs-scan-tab-iframe {
    width: 212px;
    height: 376px;
    /* background: rgba(255,255,255,0.15); */
    background: #f5f5fd;
    border-radius: 4px;
    padding: 28px 44px;
    margin: 0 auto;
}

.cs-scan-tab-head {
    margin-bottom: 28px;
}

.cs-scan-tab-head ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.cs-scan-tab-head li {
    list-style: none;
    display: inline-block;
    color: #fff;
    border-bottom: 2px solid transparent;
    margin-right: 8px;
    padding-bottom: 3px;
    cursor: pointer;
}

.cs-scan-tab-head li.cs-scan-active {
    border-bottom-color: #fff;
}

.cs-scan-tab-content-item {
    display: none;
}

.cs-scan-tab-content-item.cs-scan-active {
    display: block;
}

/* 遮罩提示 */
.cs-scan-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-mask.png) no-repeat center;
    z-index: 1;
    background-size: cover;
}

/* 弹窗 */
.cs-scan-dialog {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(168, 168, 168, 0.4);
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.cs-scan-dialog .cs-scan-form {
    padding: 50px 44px;
}

/* 账号绑定 */
.cs-scan-title {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.cs-scan-error {
    color: #F25643;
    margin: 28px 0;
}

.cs-scan-form-item {
    display: none;
}

.cs-scan-form-item.cs-scan-active {
    display: block;
}

.cs-scan-radio-group {
    margin-bottom: 28px;
}

.cs-scan-radio-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-scan-radio-group li {
    display: inline-block;
    margin-right: 16px;
}

.cs-scan-radio-group input {
    margin-right: 4px;
}

.cs-scan-form-input {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    /* overflow: hidden; */
}
.cs-scan-form-input:after{
    content:"";
    display:table;
    clear:both;
}

.cs-scan-form-input input {
    outline: none;
    border: none;
    line-height: 20px;
    height: 20px;
    width: 250px;
    /*     background: #f00; */
    box-shadow: 0 0 0 20px #fff inset !important;
    -webkit-box-shadow: 0 0 0 20px #fff inset !important;
}
.cs-scan-form-input-verify input{
    width:200px;
}

.cs-scan-form-input-verify span {
    float: right;
    font-size: 16px;
    cursor: pointer;
}
.cs-scan-form-input-verify span.count{
    color:#999;
}

.cs-scan-form-input.cs-scan-form-input-error{
    border-bottom-color:#F25643;
}

.cs-scan-form-btn {
    height: 48px;
    background: #4285F4;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    letter-spacing: 4px;
    cursor: pointer;
}

/* 成功提示框 starts */
.cs-scan-result {
    text-align: center;
    /* 调垂直居中使用 */
    padding-top: 133px;
    padding-bottom: 133px;
}

.cs-scan-result-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 28px;
    background: url(../images/iconCommon_surface_24_seccessBtn@2x.png) no-repeat center center;
    background-size: 50px auto;
}

/* IE8一倍 */
@media \0screen\,screen\9 {
    .cs-scan-result-icon {
        background-image: url(../images/iconCommon_surface_24_seccessBtn.png);
    }
}

.cs-scan-result-title {
    margin: 0 0 16px;
}

.cs-scan-result-link {
    color: #4285F4;
    margin: 14px 0 0;
}

.cs-scan-result-tips {
    margin: 14px 0 0;
    color: #999;
}

/* 登录框内-反白 */
.cs-scan-iframe {
}

.cs-scan-iframe .cs-scan-result {
    text-align: center;
    /* 调垂直居中使用 */
    padding-top: 82px;
    padding-bottom: 126px;
    color: #fff;
}

.cs-scan-iframe .cs-scan-result-icon {
    /*     display: inline-block; */
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    background: url(../images/iconCommon_surface_24_seccessBtn_white@2x.png);
    background-size: 40px auto;
}

/* IE8一倍 */
@media \0screen\,screen\9 {
    .cs-scan-iframe .cs-scan-result-icon {
        background-image: url(../images/iconCommon_surface_24_seccessBtn_white.png);
    }
}

.cs-scan-iframe .cs-scan-result-title {
    margin: 0 0 16px;
}

.cs-scan-iframe .cs-scan-result-link {
    color: #fff;
    margin: 14px 0 0;
}

.cs-scan-iframe .cs-scan-result-tips {
    margin: 14px 0 0;
    color: #fff;
    color: rgba(255,255,255,0.5);
}

/* 成功提示框 ends */
/* 注册 Starts */
.cs-scan-reg-iframe {
    padding: 50px 40px;
}

.cs-scan-reg-title {text-align: left;}

.cs-scan-reg-tip {
    padding-top: 28px;
}

.cs-scan-reg-form-item em {
    font-style: normal;
    color: #AAACB7;
}

.cs-scan-reg-require {
    color: #F25643;
    /* margin-right: 2px; */
    line-height: 20px;
    position: absolute;
    top: 3px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    height: 20px;
    left: -11px;
}

.cs-scan-reg-tip {
}

.cs-scan-reg-tip input {
    margin-right: 4px;
}

/* 注册 ends */
