.login_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: relative;
    background-image: url('../../img/wechat/login_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login_bplate {
    width: 84%;
    height: 400px;
    background: rgb(121, 110, 110);
    opacity: 0.2;
    border-radius: 5px;
}

.login_content {
    width: 84%;
    height: 400px;
    position: absolute;
    background-color: transparent;
    box-sizing: border-box;
    padding-top: 20px;
}

.login_com {
    border-bottom: 1px solid white;
    width: 80%;
    margin: 0 auto;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.login_sp {
    color: white;
    font-size: 12px;
    width: 74px;
    height: 20px;
    background: #ed6823;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    opacity: 0.7;
    /* margin-left: auto; */
    position: absolute;
    right: 0;
}

.login_sp.disabled {
    background: gray;
}

.login_icon {
    width: 16px;
}

.login_input {
    outline: none;
    background: transparent;
    border: none;
    font-size: 14px;
    color: white;
    margin-left: 10px;
}

.login_graph {
    position: absolute;
    right: 0;
    width: 74px;
    border-radius: 5px;
    height: 20px;
}

.login_license {
    color: white;
    font-size: 12px;
    margin-left: 5px;
}

.login_license a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.login_signin {
    border: none;
    margin: 0 auto;
    margin-top: 50px;
}

.login_btn {
    font-size: 16px;
    color: white;
    background: #ed6823;
    width: 200px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    /* opacity: 0.7;
    letter-spacing: 10px;*/
    margin: 0 auto;
}

.login_btn.disabled {
    background: gray;
}

.license_checkbox {
    position: relative;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
}

.license_checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.license_checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
}

.license_checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.license_checkbox label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 4px;
    width: 6px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: transparent !important;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.license_checkbox input[type='checkbox']:checked + label:before {
    background: #4cd764;
    border-color: #4cd764;
}

.license_checkbox input[type='checkbox']:checked + label:after {
    background: #4cd764;
}

.tfy-shade-tip-box {
    background: rgba(0, 0, 0, .9);
}

.mark {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.ma-content {
    position: absolute;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
}

.m-content {
    width: 70vw;
    /* height: 82vw; */
    background: white;
}

.ma-title {
    text-align: center;
    height: 12vw;
    line-height: 12vw;
    border-bottom: 1px solid rgb(244, 244, 244);
    font-size: 4vw;
    color: #48728a;
}

.ma-bottom {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 12vw;
    border-top: 1px solid rgb(244, 244, 244);
    font-size: 4vw;
    color: #48728a;
}

.ma-code {
    width: 50vw;
    margin: 10vw auto 0;
    padding-top: 5vw;
}

.ma-code img {
    width: 100%;
}

.ma-text {
    text-align: center;
    font-size: 3.73vw;
    margin-top: 2vw;
    margin-bottom: 5vw;
    line-height: 4.8vw;
}
