
.loginsrc {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
}

.logo {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 95px;
    margin-bottom: 20px;

}

.logo .logo_box {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.08);
    ;
}

.logo img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
}

.logo_title {
    height: 30px;
    font-size: 23px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 30px;
    text-align: center;
}

.logo_text {
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #4591D3;
    line-height: 30px;
    text-align: center;
}

.bottom {
    margin-top: 40vw;
}


.bottom .t {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    text-align: center;
    margin-top: 3vw;

}

.bottom .b {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #4591D3;
    line-height: 25px;
    text-align: center;

}

.lary {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;

}

.lary .box {
    width: 82vw;
    height: 100vw;
    background: #FFFFFF;
    border-radius: 14px;
    opacity: 1;
    transform: translateX(11%) translateY(36%);
    padding-top: 5vw;
    box-sizing: border-box;

}

.lary .box h1 {
    font-size: 4vw;
    color: #333333;
    text-align: center;
    font-weight: bold;
    height: 8vw;
}

.lary .box .con {
    width: 75vw;
    height: 71vw;
    margin: 0 4vw;
    overflow-y: auto;
    padding-right: 2vw;
    font-size: 3.6vw;
    color: #666666;
    box-sizing: border-box;
}

.lary .box .con h2 {
    font-size: 3.6vw;
    font-weight: 400;
    margin-bottom: 5vw;
}

.lary .box .con p {
    line-height: 5.5vw;
    margin-bottom: 4vw;
    text-align: justify;

}



.lary .box .bot>div {
    outline: none;
    border: none;
    width: 27vw;
    height: 40px !important;
     background: #4591D3;
    border: 3px solid #57C5FF;
    background-size: 100% 100%;
    border-radius: 60px 60px 60px 60px;
    opacity: 1;
    margin-left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    line-height: 36px;

}

.lary .box .close {
    width: 8vw;
    position: absolute;
    bottom: -12vw;
    left: 50%;
    top: auto;
    transform: translateX(-50%);

}