.blue {
    color: #2f93f2;
}
.to-register-div {
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*right: 0px;*/
}
.to-register {
    float: right;
    padding-top: 50px;
    line-height: 16px;
}

.horizontal-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.horizontal-list li {
    flex: 1;
    color: #999999;
    text-align: center;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
    padding-bottom: 10px;
}
.horizontal-list li.on {
    color: #2f93f2;
    border-bottom: 1px solid #2f93f2;
}
.horizontal-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ccc;
}

#footer {
    font: 12px/24px "宋体";
}

#copyright {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
}
#copyright p{
    margin-bottom: 0px;
}

#copyright a {
    color: #333;
}

#input_login {
    padding-bottom: 7px;
    position: relative;
}


#qrcode_switch img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
}

#qrcode_switch .img_cover {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border: 28px solid;
    border-color: transparent transparent #FFF #FFF;
    cursor: pointer;
}

/*#qrcode_switch .img_cover:hover{*/
/*	border-color: transparent transparent #EEE #EEE;*/
/*}*/

#qrcode_switch .img_coverBorder {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0px;
    height: 0px;
    border: 28px solid;
    border-color: transparent transparent #DDD #DDD;
    cursor: pointer;
}

#qrcodeBox {
    margin: 20px auto 0px auto;
    width: 220px;
    height: 220px;
}

#qrcodeImgDiv {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    width: 220px;
    height: 220px;
    position: relative;
}

#qrcodeRefresh {
    position: absolute;
    width: 202px;
    height: 202px;
    background-color: #CCC;
    opacity: 0.9;
    top: 10px;
    left: 10px;
    color: #000;
    font-weight: 700;
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

#qrcodeMsg {
    margin-top: 10px;
}

.zz-check .protocal {
    margin-left: 0;
}

#message p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: -12px;
    float: none;
    white-space: normal;
    word-wrap: break-word;
}

.msg p.error {
    color: #f00b41;
}

/*.msg p {*/
/*    border: 1px solid #CCCCCC;*/
/*}*/

.msg {
    background-color: #FFF;
    z-index: 100;
}

.nav a {
    height: auto;
    display: inline !important;
}

.nav li {
    line-height: 65px;
}

.btnSendSMS {
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    border-radius: 5px;
    border-left: solid 0px #DDD;
    font-size: 16px;
    width: 135px;
    height: 41px;
    color: #2f93f2;
    background-color: #fff;
}
.btnSendSMS::before {
    content: "|";
    position: absolute;
    margin-left: -10px;
    color: rgba(228, 228, 228, 1);
}

.useragreement-content {
    margin-bottom: 20px;
}

.useragreement-content h2 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px !important;
}

.useragreement-content p, .useragreement-content li {
    font-size: 12px !important;
    font-family: Arial, "宋体";
    color: #333;
    text-indent: 2em;
}

#accountList .radio {
    font-size: 18px;
}

#accountList .label {
    font-size: 10px;
}

/*#input_login ul li:not(:last-child)::after{*/
/*    content: "|";*/
/*    position: absolute;*/
/*    margin-left: 10px;*/
/*    color: rgba(228, 228, 228, 1);*/
/*}*/

.login-separator {
    display: flex;
    align-items: center;
    margin: 0px 53px;
}

.login-separator::before,
.login-separator::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #eee;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

.login-separator span {
    padding: 0 15px;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}

@media (max-width: 768px) {
    #input_login ul li:not(:last-child)::after{
        content: "";
    }
    #input_login ul li{ display: inline-block;text-align:center;font-size:20px;cursor: pointer;padding-bottom: 10px;margin: 0px 5px;}
}
