/**
* 前端：王文丽
* 时间：2025.11.26
*/
.w_body {
    background: url("../../images/vlogin/vlogin.jpg") no-repeat center/cover;
    background-attachment: fixed;
}

.w_login {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 6px 60px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 7.2px;
    right: 148px;
    padding: 0 35px;
    box-sizing: border-box;
}

.w_title {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    margin-top: 42px;
    padding-bottom: 24px;
    text-align: center;
    border-bottom: 1.2px solid #0000000D
}

.w_iframewrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
}

.w_iframe_box {
    width: 330px;;
    height: 364px;
    display: flex;
    justify-content: start;
    box-shadow: 0px 6px 60px 0px #0000001A;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: center;
}

.w_iframe {
    width: 220px;
    height: 260px;
    border: 0;
    outline: none;
}

.w_img_box {
    width: 330px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w_img_box img {
    width: 100%;;
    height: 100%;
}

.w_link {
    margin-top: 30px;
    text-align: center;
}

.w_link a {
    color: #00000099;
    font-size: 20px;
    font-weight: 500;
}

.w_link a:hover {
    text-decoration: none;
}
