body {
    font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.head-title {
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    /* margin-top: 20px; */
    text-align: center;
    font-size: 16px;
    position: relative;
}

.tologin {
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.head-title h1 {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    border-bottom: 3px solid #00BFFF;
    padding: 5px 0;
}

.footers {
    margin: 20px 0;
    clear: both;
}

.footers .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.footers .row,
.footers .row a {
    font-size: 14px;
    color: #aaa;
    text-align: center;
}

.top {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.logo {
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.logo img {
    margin-right: 20px;
}
.logo span {
    color: #2567a6;
    font-size: 26px;
    margin-top: -3px;
}

.lxfs {
    color: #00BFFF;
    font-size: 16px;
}

.zhuce .login-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.zhuce .login-link .tozhuce {
    color: #999;
    font-size: 14px;
}

.zhuce .login-link .respsw {
    color: #EC3E3B;
    font-size: 14px;
}

.login-yz {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-yz input.form-control {
    width: calc(50% + 29px);
    border-radius: 4px !important;
}

.login-yz .login-yzm {
    width: calc(50% - 59px);
    border-radius: 4px;
    text-align: center;
    border: 1px solid #CCCCCC;
    line-height: 34px;
    background: #F5F5F5;
    /* 禁止复制 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-boxs .login-title {
    background-color: #3ab1b3;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.login-boxs .form-group {
    position: relative;
    margin-bottom: 20px;
}

.login-boxs label.error {
    position: revert!important;
}

.login-boxs .form-group .glyphicon {
    position: absolute;
    top: 9px;
    right: 10px;
}

.login-boxs .form-group .form-control {
    padding-right: 30px;
}

.login-boxs .form-group.login-yz .form-control {
    padding-right: 12px;
}

.footers {
    padding: 50px 0;
    clear: both;
}
.footers a{
    display: inline-block;
    margin: 0px 10px;
    font-size: 14px;
    color: #979797;
}