﻿@charset "utf-8";

body {
    width: 100vw;
    height: 100vh;
}

.container {
    width: 100%;
    background: url(../images/login/img_1.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.title {
    font-size: 6.1333vw;
    text-align: center;
    padding-top: 53.3333vw;
}

.title_span {
    font-weight: bold;
}

.wx_btn {
    width: 75.6vw;
    height: 12.4vw;
    background: linear-gradient(90deg, #4292FF 0%, #256DEF 100%);
    border-radius: 6.2667vw;
    margin: 0 auto;
    margin-top: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    color: #FFFFFF;
}

.img_2 {
    width: 5.4667vw;
    height: 4.4vw;
    margin-right: 2.2667vw;
}

.agree_div {
    position: absolute;
    bottom: 12.6667vw;
    left: 20vw;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    height: 4vw;
}

.agree_div_btn {
    padding-top: 1vw;
    padding-right: 2.5vw;
}

.agree_div_txt a {
    color: #4E9BFF;
}