body,
html,
div,
section,
article,
header,
footer {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-size: 16px;
    background: rgba(246, 249, 254, 1);
}

.ra {
    position: relative;
}

.ab {
    position: absolute;
}

.bc {
    margin: 0 auto;
}

.ta {
    text-align: center;
}

.hide {
    display: none;
}

.shadow {
    box-shadow: 0px 1px 2px 0px rgba(10, 82, 166, 0.1);
}

span.msg-box.n-right {
    display: block;
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 10px;
    margin-top: 0;
}

.icon-input {
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #FF98A0B0;
}

input:focus ~ i.icon-input {
    color: #129fea;
}

select:focus ~ i.icon-input {
    color: #129fea;
}

.form-row {
    margin: .3em 0;
}

.form-row input[type="text"] {
    padding-left: 30px;
}

.form-row input[type="password"] {
    padding-left: 30px;
}

.login-wrapper {
    top: -40px;
    background: #fff;
    z-index: 10;
    width: 520px;
    padding: 20px 100px;
    border: 1px solid #F6F9FE;
    border-radius: 8px;
}

.tab-wrapper {
    width: 100%;
    white-space: nowrap;
}

.tab-wrapper > .tab-item {
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #B0BED6;
    cursor: pointer;
}

.tab-wrapper > .tab-item.tab-one {
    width: 100%;
}

.tab-wrapper > .tab-item.on {
    color: #5072B7;
}

.tab-wrapper > .tab-item:not(.on):hover {
    color: #7ea6f9;
}

.tab-wrapper > .tab-bar {
    left: 50px;
    bottom: 10px;
    width: 60px;
    height: 3px;
    background-color: #5072B7;
    transition: left .4s cubic-bezier(0.68, -0.55, 0.27, 1.8);
}

.tab-wrapper > .tab-bar.right {
    left: 214px;
}

/*.tab-wrapper > .tab-bar.center {*/
/*left: 214px;*/
/*}*/

.btn-access-wrapper {
    padding-top: 1em;
}

.btn-access {
    width: 100%;
}

.phone-code {
    top: 4px;
    right: 0;
    height: 39px;
    border: 1px solid #5072B7;
    border-radius: 3px;
}

#login_cover {
    display: block;
    width: 100%;
    min-height: 260px;
    margin-bottom: 1em;
}

.page-entry a {
    color: #5072B7
}

#UserList {
    width: 100%;
    padding-left: 30px;
}

.link-line {
    text-align: center;
    font-size: 14px;
}

.link-line a {
    color: #0F44A0;
}

/*.link-line a {*/
/*    margin-left: 1em;*/
/*}*/

.part-two .link-line {
    text-align: center;
}

.part-three .link-line {
    text-align: center;
}

.errorinfo {
    font: 14px "lucida Grande", Verdana, "Microsoft YaHei";
    color: red;
    margin-left: 6px;
}

.phoneErrorinfo {
    font: 14px "lucida Grande", Verdana, "Microsoft YaHei";
    color: red;
    margin-left: 6px;
}

.n-icon {
    display: none;
}

#QRdiv {
    text-align: center;
}

#QRCode {
    width: 60%;
}

.link_common {
    position: relative;
    right: 1em;
}

.tab-wrapper > .tab-qr {
    width: 100%;
    color: #404040;
    font-size: 17px;
    letter-spacing: 0.05em;
}

#login-iconlink-1 {
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    width: 80px;
}