* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    /*Firefox*/
    -moz-line-height: 2;
    /*IE9+*/
    -ms-line-height: 2;
    line-height: 2;
    height: 2;
}

input:focus,
input:focus:not(:focus-visible) {
    outline: none;
}

.layout-center {
    max-width: 1000px;
    padding: 0 80px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.cas-v6.cas-v6-login {
    height: 100vh;
    background: url('../img/bg.jpg') center/cover no-repeat;
}

.cas-v6.cas-v6-login>.layout-center {
    height: calc(100vh - 150px);
    position: relative;
}
/* .my-title{
    font-size: 32px;
    text-align: center;
    padding-top: 200px;
} */
.my-select {
    display: flex;
    /* padding-top: 290px; */
    margin: 0 auto;
    padding-left: 130px;
    position: absolute;
    top: 40%;
}

.btn-zoom {
    width: 240px;
    height: 190px;

    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    background-size: 100% 100%;
    margin-left: 90px;
}

.btn-tencent {
    width: 240px;
    height: 190px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    background-size: 100% 100%;
}

.my-select a img {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 40px;
}

.my-select a span {
    display: block;
    margin-top: 16px;
}


.footer-logo .logo,
.login-logo .logo {
    display: inline-block;
    width: 100px;
    height: 200px;
    background: url('../img/logo.png') center/100% no-repeat;
}

.login-logo {
    position: absolute;
    left: -100px;
}

.footer-logo .logo {
    width: 88.5px;
    height: 30px;
    background: url('../img/logofooter.png') center/100% no-repeat;
}

.footer-wrap .sub-footer .layout-center {
    color: #fff;
    display: flex;
}

.footer-wrap .sub-footer.footer-02 .layout-center {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    max-width: 840px;
    padding: 10px 0;
}

.footer-wrap .sub-footer .layout-center .address {
    flex: 1;
    font-size: 14px;
}

.footer-wrap .sub-footer .layout-center .address:nth-of-type(2) {
    /* text-align: center; */
}

.footer-wrap .sub-footer .address .a-detail {
    font-size: 12px;
}


/* 所有错误提示不展示详情，仅提供账户密码错误类似的模糊提示 */

#login-form-controls {
    display: none;
}