html,
body {
    height: 100%;
}

#app {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mobile {
    display: none;
}

.vertical {
    width: 1200px;
    height: 100%;
    max-height: calc(100% - 170px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.country-img {
    background: url(../../img/login/@2x.svg) no-repeat;
    background-size: 12px 15px;
}

.smslogin {
    width: 86%;
    margin: 49px auto 0;
    color: #282828;
}

.smslogin li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 23px;
}

.smslogin .error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.smslogin .phone {
    width: calc(100% - 23px);
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    display: block;
    padding-left: 23px;
}

.smslogin .tip {
    width: 46%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    display: block;
    padding-left: 23px;
}

.smslogin .imgcode {
    width: 100px;
    height: 45px;
}

.smslogin .change {
    color: #1459f4;
    cursor: pointer;
}

.smslogin .sendCode {
    width: 42%;
    height: 45px;
    color: #fff;
    background: #1459f4;
    cursor: pointer;
}

.smslogin .sendCode:disabled {
    color: #999999;
    background: #E7E7E7;
    cursor: no-drop;
}


.smslogin+.haveRead {
    width: 86%;
    margin: 0 auto;
    display: flex;
    position: relative;
    top: -11px;
}


.smslogin+.haveRead label span {
    cursor: pointer;
    color: #1459f4;
}

.smslogin+.haveRead img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

/*协议和声明*/

.agreement {
    position: fixed;
    width: 790px;
    height: 370px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.agreement .img_bg {
    position: absolute;
}

.agreement .text_content {
    position: relative;
    top: 10px;
}

.agreement .logo_title {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 10px;
}

.agreement .close {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 34px;
    top: 15px;
    cursor: pointer;
}

.agreement .text_content>p {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: rgba(40, 40, 40, 1);
    line-height: 14px;
    font-weight: bold;
}

.agreement .content {
    width: 716px;
    height: 230px;
    margin: 0 auto;
    margin-top: 14px;
    background: rgba(241, 241, 241, 1);
    border-radius: 6px;
    padding: 15px 20px;
    overflow-y: scroll;
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    line-height: 24px;
    text-align: justify;
}

.agreement .content h4 {
    text-indent: 2em;
}

.agreement .content p {
    text-indent: 2em;
    text-align: justify;
}

/*协议和声明*/


@media screen and (max-height: 800px) {
    .vertical {
        width: 100%;
        overflow-y: scroll;
    }

    .register .registerContent,
    .login-page,
    .forgetPage {
        position: relative;
        right: calc((100% - 1150px) / 2);
    }
}