* {
    margin: 0;
    padding: 0
}

body {
    color: #4b4b4b
}

.show {
    display: block !important
}

/* .hide {
    display: none !important
} */

.container {
    position: relative;
    margin: auto;
    height: 309px;
    margin-bottom: 30px;
}

.with_three {
    /* height: 328px; */
    height: 287px;
    margin-bottom: 0;
}

.container h1 {
    margin: 13px 0 0 20px;
    font: 500 18px 'Microsoft YaHei'
}

.container h5 {
    margin: 8px 0 0 20px;
    color: #ee3109
}

.move-window {
    position: absolute;
    left: 0;
    top: 0;
    width: 550px;
    height: 30px;
    z-index: 998;
    cursor: move;
}

.handle-box {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 36px;
    height: 10px;
    z-index: 1000;
    overflow: hidden
}

.handle-box i {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    cursor: pointer
}

.handle-box .min-window {
    left: 0;
    background: #fff url(/asset/scansms/images/code_icon.jpg) no-repeat 0 -46px
}

.handle-box .close-window {
    right: 0;
    background: #fff url(/asset/scansms/images/code_icon.jpg) no-repeat 0 -35px
}

.code-box,
.tip-box {
    position: absolute
}

.code-box {
    left: 50%;
    bottom: 124px;
    margin-left: -70px;
    z-index: 10
}

.client_full_outer .code-box {
    bottom: 94px;
}

.tip-box {
    right: 20px;
    bottom: 124px;
    width: 190px;
    height: 190px;
    opacity: 0
}

.code-box img {
    width: 140px;
    height: 140px;
    vertical-align: middle;
}

.tip-box img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.word-tip-box {
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin-left: -71px;
    text-align: center
}

.client_full_outer .word-tip-box {
    bottom: 40px;
}

.word-tip-box i {
    float: left;
    margin: 10px 10px 0 0;
    width: 28px;
    height: 28px;
    background: #fff url(/asset/login/images/login/code-icon.png) no-repeat 0 0
}

.word-tip-box div {
    float: left
}

.word-tip-box p {
    margin-bottom: 4px;
    font-size: 12px
}

.word-tip-box p a {
    /* color: #00a8ff */
    color: #e83030;
}

.success-box {
    position: absolute;
    left: 50%;
    bottom: 86px;
    margin-left: -97px
}

.client_full_outer .success-box {
    bottom: 56px;
}

.success-box i {
    float: left;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: #fff url(/asset/scansms/images/code_icon.jpg) no-repeat 0 -60px
}

.success-box span {
    float: left;
    line-height: 18px;
    font-size: 12px
}

.invalid-box,
.not-login-box {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    text-align: center
}

.invalid-box {
    bottom: 201px
}

.client_full_outer .invalid-box {
    bottom: 161px
}

.not-login-box {
    bottom: 181px
}

.invalid-box h3,
.not-login-box h3 {
    font: 500 24px 'Microsoft YaHei'
}

.invalid-box .again-refresh,
.not-login-box .again-refresh {
    display: block;
    width: 250px;
    height: 32px;
    line-height: 32px;
    background: url(/asset/scansms/images/btn_bg.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.invalid-box .again-refresh {
    margin-top: 15px
}

.not-login-box .again-refresh {
    margin-top: 20px
}

.not-login-box p {
    margin-top: 5px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #ee3109
}

.not-login-box p i {
    float: left;
    margin: 0 6px 0 24px;
    width: 16px;
    height: 16px;
    background: #fff url(/asset/scansms/images/code_icon.jpg) no-repeat 0 -85px
}

.not-login-box p span {
    float: left
}

.invalid-box,
.not-login-box,
.success-box {
    display: none
}

.banner {
    width: 100%;
    height: 207px
}

.sms-handle-box {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 36px;
    height: 10px;
    overflow: hidden
}

.sms-handle-box i {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    cursor: pointer
}

.sms-handle-box .min-window {
    left: 0;
    background: url(/asset/scansms/images/sms_icon.png) no-repeat 0 0
}

.sms-handle-box .close-window {
    right: 0;
    background: url(/asset/scansms/images/sms_icon.png) no-repeat 0 -20px
}

.form-box {
    margin-top: 30px;
    text-align: center
}

.phone-box,
.sms-code-box {
    position: relative
}

.phone-box div,
.sms-code-box div {
    margin: 0 auto;
    width: 250px;
    height: 32px
}

.phone-box div input,
.sms-code-box div input {
    height: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #939393;
    border: 1px solid #afafaf;
    outline: 0;
    box-sizing: border-box
}

.phone-box {
    margin-bottom: 10px
}

.sms-code-box {
    margin-bottom: 6px
}

.phone-box div input {
    padding-left: 29px;
    width: 100%;
    background: url(/asset/scansms/images/sms_icon.png) no-repeat 0 -94px
}

.sms-code-box div input {
    float: left;
    padding-left: 10px;
    width: 150px
}

.sms-code-box a {
    float: right;
    width: 96px;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #4b4b4b;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    outline: 0;
    text-decoration: none
}

.sms-code-box .sending {
    background-color: #e4e4e4;
    color: #a6a6a6;
    cursor: default
}

.sms-code-box .sending span {
    color: #ee3109
}

.input-tips {
    position: absolute;
    left: 435px;
    top: 0;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #ee3109
}

.default-login-box {
    margin: 0 auto;
    width: 250px;
    text-align: left;
    overflow: hidden
}

.default-login-box span {
    float: left;
    padding-left: 17px;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    background: url(/asset/scansms/images/sms_icon.png) no-repeat;
    background-position: 0 -40px;
    cursor: pointer
}

.default-login-box .checked {
    background-position: 0 -65px
}

.login-btn {
    margin-top: 14px;
    width: 250px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(/asset/scansms/images/btn_bg.jpg) no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer
}

.qrcode-loading {
	height: 24px;
	width: 24px; 
	-webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
