body {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* 移动端 */
@media only screen and (max-width:767px) {
    .login_contain {
        height: 100vh;
        width: 100vw;
        background-image: url('../../Images/login_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: right;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .login_box {
        width: 93%;
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 15px 30px 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: PingFangSC-Regular, PingFang SC;
    }

    .login_title {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .title_content {
        font-size: 30px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 24px;
    }

    .title_contentmin {
        font-size: 15px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 33px;
        letter-spacing: 1px;
    }

    .login_info {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info_title {
        font-size: 25px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #404040;
        line-height: 50px;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 20px;
    }

    .info_box {
        width: 100%;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #E4E8EC;
        margin-bottom: 20px;
    }

    .info_img {
        width: 10%;
        height: 100%;
        background: #F6F9FC;
        border-radius: 8px 0px 0px 8px;
        line-height: 44px;
        text-align: center;
        float: left;
    }

    img {
        width: 16px;
        height: 16px;
        margin-top: 12px;
    }

    .info_input {
        overflow: hidden;
        height: 100%;
    }

    .info_text {
        width: 70%;
        height: 100%;
        border: none;
        /* font-size: 12px;
      font-family: PingFangSC-Regular, PingFang SC; */
        font-weight: 500;
        color: #93979D;
        line-height: 16px;
        overflow: hidden;
        outline: none;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 20px;
    }

    .info_box_code {
        width: 100%;
        height: 44px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .info_box_img {
        width: 14.3%;
        height: 100%;
        background: #F6F9FC;
        border-radius: 8px 0px 0px 8px;
        line-height: 44px;
        text-align: center;
        float: left;
    }

    .info_box_input {
        width: 70%;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #E4E8EC;
    }

    .info_code {
        width: 100px;
        height: 44px;
        background: #E1EEFF;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        /*.info_code > span {
            font-size: 15px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 500;
            color: #73A8FF;
            line-height: 15px;
        }*/

    .info-input-vi {
        width: 100px;
        height: 44px;
        float: right;
        margin-top: 0px;
    }

    .login_btn {
        width: 100%;
        height: 56px;
        background: #3B67ED;
        border-radius: 8px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 500;
        line-height: 21px;
        color: #FFFFFF;
        cursor: pointer;
        outline: none;
        border: none;
    }

    .lanuage-box {
        position: absolute;
        top: 20px;
        right: 1%;
        display: flex;
        flex-direction: row;
        font-size: 11px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 20px;
    }

    .lanuage-li {
        list-style: none;
        white-space: pre;
        cursor: pointer;
    }

    .bottom_alert {
        width: 60%;
        height: 36px;
        margin-top:3px;
    }
}
/* PC */
@media only screen and (min-width:768px) {
    .login_contain {
        height: 100vh;
        width: 100vw;
        background-image: url('../../Images/login_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .login_box {
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 50px 180px 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: PingFangSC-Regular, PingFang SC;
    }

    .login_title {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .title_content {
        font-size: 60px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 84px;
    }

    .title_contentmin {
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 33px;
        letter-spacing: 1px;
    }

    .login_info {
        width: 145%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info_title {
        font-size: 36px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #404040;
        line-height: 50px;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 20px;
    }

    .info_box {
        width: 100%;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #E4E8EC;
        margin-bottom: 20px;
    }

    .info_img {
        width: 44px;
        height: 100%;
        background: #F6F9FC;
        border-radius: 8px 0px 0px 8px;
        line-height: 44px;
        text-align: center;
        float: left;
    }

    img {
        width: 16px;
        height: 16px;
        margin-top: 12px;
    }

    .info_input {
        overflow: hidden;
        height: 100%;
    }

    .info_text {
        width: 100%;
        height: 100%;
        border: none;
        /* font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC; */
        font-weight: 400;
        color: #93979D;
        line-height: 16px;
        overflow: hidden;
        outline: none;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 20px;
    }

    .info_box_code {
        width: 100%;
        height: 44px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .info_box_img {
        width: 14.3%;
        height: 100%;
        background: #F6F9FC;
        border-radius: 8px 0px 0px 8px;
        line-height: 44px;
        text-align: center;
        float: left;
    }

    .info_box_input {
        width: 70%;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #E4E8EC;
    }

    .info_code {
        width: 100px;
        height: 44px;
        background: #E1EEFF;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        /*.info_code > span {
            font-size: 22px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #73A8FF;
            line-height: 30px;
        }*/

    .info-input-vi {
        width: 100px;
        height: 44px;
        float: right;
        margin-top: 0px;
    }

    .login_btn {
        width: 100%;
        height: 56px;
        background: #3B67ED;
        border-radius: 8px;
        font-size: 15px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 21px;
        color: #FFFFFF;
        cursor: pointer;
        outline: none;
        border: none;
    }

    .lanuage-box {
        position: absolute;
        top: 20px;
        right: 1%;
        display: flex;
        flex-direction: row;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .lanuage-li {
        list-style: none;
        white-space: pre;
        cursor: pointer;
    }

    .bottom_alert {
        width: 255px;
        height: 35px;
        margin-top:10px;
    }
}
