html,
body {
    background-color: #f5f5f6;
    height: 100%;
}

button,
input,
select,
textarea {
    font-family: inherit;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}

.cas-main-box {
    width: 1200px !important;
    height: 500px;
    margin: 60px auto;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bule-c {
    color: #001eb4;
}

.tool-body {
    color: #333;
}

.m-web:hover .hover-img,
.official-account:hover .hover-img {
    display: block;
}

.hover-img {
    display: none;
}


.c-default {
    cursor: default;
}

.cas-main-box-silder {
    width: 780px;
    height: 500px;
    float: left;
}

.cas-main-box-login {
    background-color: #fff;
    width: 420px;
    height: 500px;
    float: right;
    box-shadow: 1px 0 5px #ededee;
    box-sizing: border-box;
    border-width: 1px 1px 1px 0px;
    border-color: #e6e6e6;
    border-style: solid;
}

.login-background {
    background: url('../image/icon-all-1.png') no-repeat;
}

.login-loser-tip {
    width: 319px;
    padding: 0 50px;
    background-color: #fdf7ed;
    height: 59px;
    line-height: 59px;
}

.login-loser-tip span {
    display: inline-block;
}

.login-loser-tip-span {
    background-position: -4px -12px;
    width: 15px;
    height: 15px;
    margin: 22px 5px;
}

.login-title {
    border-bottom: 1px solid #ededed;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 18px;
    display: flex;
    font-weight: bold;
    color: #333;
}

.login-title div {
    width: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.login-title div.active {
    opacity: 1;
}

.login-tabs {
    margin: 25px 50px 0 50px;
}

.login-tabs .tab-item {
    float: left;
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    margin-right: 20px;
    font-size: 15px;
    color: #999;
    padding: 0 5px;
}

.login-tabs .tab-item.active {
    border-bottom: 2px solid #001eb4;
    color: #333;
}

.login-box {
    top: 185px;
    left: 50px;
    width: 320px;
}

.r .login-box {
    top: 140px;
}

.login-error {
    top: 155px;
    color: red;
    text-align: left;
    left: 50px;
    width: 320px;
}

.input-box {
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.input-box .icon-login,
.input-box .icon-password,
.input-box .icon-authcode {
    background-color: #eeeeee;
    width: 39px;
    height: 38px;
    border-right: 1px solid #dcdcdc;
}

.input-box i {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 8px 9px;
}

.input-box .icon-login i {
    background-position: -34px -10px;
}

.input-box .icon-password i {
    background-position: -70px -10px;
}

.input-box .icon-authcode i {
    background-position: -149px -10px;
}

.input-box .code-img {
    right: 0;
    top: 1px;
}

.input-box.smscode {
    display: flex;
}

.input-box.smscode input {
    flex: 1;
}

.input-box.smscode .btn-smscode {
    color: #333;
    background: #eee;
    height: 100%;
    width: 100px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    border-left: 1px solid #dcdcdc;
    font-size: 12px;
}

.input-box.smscode .btn-smscode.disabled {
    color: #999;
    cursor: not-allowed;
}

.check-code {
    margin: 6px 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #333 url('../image/icon-all-1.png') -196px -11px no-repeat;
}

.input-box input {
    font-size: 14px;
    width: 270px;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 8px;
    border: 0;
}

.input-box-button {
    width: 100%;
    background-color: #001eb4;
    border: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-bottom-box {
    width: 320px;
    left: 50px;
    bottom: 90px;
}

.other-login-type {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ededed;
    height: 59px;
    line-height: 59px;
    bottom: 0;
    background-color: #f6f6f6;
}

.wechat {
    margin-left: 166px;
    width: 87px;
    cursor: pointer;
}

.wechat-login {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 17px 0;
    border-radius: 26px;
    background-color: #fff;
    background-position: -105px -8px;
}

#captchaContainer>* {
    display: inline-block;
    vertical-align: middle;
}

#captchaContainer input {
    width: 114px;
    border: none;
    outline: none;
}

#captchaContainer a {
    font-size: 0;
}

#browser-360 {
    width: 1200px !important;
    margin: -30px auto 30px;
}

#browser-360 p {
    font-size: 12px;
    color: #bbb;
    line-height: 1;
}

#browser-mask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 2001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#browser-mask .browser-mask-body {
    background: #fff;
    width: 500px;
    border-radius: 4px;
    margin: 25vh auto;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    color: #333;
}

#browser-mask .browser-mask-body .browser-mask-close {
    float: right;
    cursor: pointer;
    color: #999;
}

.error-tip {
    background: url("https://sso.300.cn/CAS/img/icon_error.png") no-repeat center left;
    position: absolute;
    left: 30px;
    padding-left: 20px;
    bottom: -20px;
    font-size: 14px;
    color: #ff6600;
}
