.login-dialog {
    pointer-events: all;
    width: 297px;
    /* height: 342px; */
    background: rgba(255, 255, 255, 0.77);
    position: relative;
    font-size: 14px;
    border-radius: 8px;
    box-sizing: border-box;
    padding-top: 20px;
    float: right;
    right: 7px;
    /* margin-top: 89px; */
    /* top: 50%;
    transform: translateY(-50%); */
    top: calc(50% + 25px);
    transform: translateY(-50%); 
    behavior: url(PIE.htc);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorStr=#B2ffffff, endColorStr=#B2ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr=#B2ffffff, endColorStr=#B2ffffff)";
}



.login-content-wrap::after {
    content: '';
    clear: both;
    display: block;
}

.login-dialog-end::before {
    content: '';
    width: 311px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    background-image: url('./images/login_area/bg.png');
}

.login-dialog-end {
    height: 31px;
    width: 311px;
    /* bottom: -3.84px; */
    left: -7px;
    /* position: absolute; */
    position: relative;
    background: #fff;
    border-radius: 0 0 9px 9px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.login-dialog-end_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("./images/login_area/ico_tip.png");
    margin-right: 4px;
    position: relative;
    top: 2px;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-dialog-end-content:hover .login-dialog-end_icon {
    background-position: 0 -14px;
}

.login-dialog-end-content:hover a {
    color: #014da1;
}

.login-dialog-end-content {
    height: 31px;
    bottom: 0px;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 31px;
    text-align: center;
}

.login-dialog-end-content a {
    color: #8d8d8d;
}

.login-dialog>li {
    margin: auto;
    width: 268px;
}

.login-dialog>li:not(:last-of-type)::after {
    content: '';
    display: block;
    width: 225px;
    height: 1px;
    background: #000;
    opacity: 0.25;
    margin: 12px auto;
}

.login-dialog>li:last-of-type {
    margin-bottom: 12px;
}

.login-dialog.two {
    padding-top: 24px;
}

.login-dialog.two>li:not(:last-of-type)::after {
    margin: 16px auto;
}

.login-dialog.two>li:last-of-type {
    margin-bottom: 24px;
}

.login-dialog>li>a {
    border-radius: 4px;
    behavior: url(PIE.htc);
    width: 268px;
    height: 50px;
    margin: auto;
    color: #000;
    display: block;
}

.login-dialog>li.hasChild:hover>a {
    display: none;
}

.login-dialog>li.hasChild:hover .login-item-container {
    display: block;
}

.login-item-container {
    display: none;
    width: 268px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    background-image: linear-gradient(90deg, #255ca8 3%, #6293d6 100%, #808080 100%);
}

.login-item-container a {
    color: #fff !important;
    display: inline-block;
    width: 49%;
    position: relative;
}

.login-item-container a:hover {
    font-weight: 700;
}

.login-item-container a:not(:last-of-type)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: -3px;
    top: 18px;
}
/* .login-function-item-content {
    width: 268px;
    height: 50px;

    margin: auto;
    color: #000;
} */

.login-content-wrap {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 100%;
    z-index: 2;
    pointer-events: none;

}

.login-dialog>li>a::after {
    content: '';
    display: block;
    clear: both;
}

.login-dialog .icon_pre,
.login-item-content {
    float: left;
}

.login-item-content {
    padding: 16px 0 15px;
    line-height: 19px;
}

.login-item-content a {
    color: #000;
}

.login-dialog .icon_pre,
.login-dialog .icon_pre_select {
    width: 24px;
    height: 25px;
    /* display: inline-block; */
    /* background-size: 100%; */
    margin: 0 14px 0 24px;
    position: relative;
    top: 13px;
    float: left;
}

.login-dialog .icon_pre_select {
    display: none;
}

.login-dialog>li>a:hover .icon_pre {
    display: none;
}

.login-dialog>li>a:hover .icon_pre_select {
    display: inline-block;
}

.login-dialog>li>a:hover .icon_suffix {
    background-position: 0 12px;
}

/* .login-dialog>li>a:hover .icon_pre {
    background-position: 0 25px;
} */

.icon_suffix {
    width: 9px;
    height: 12px;
    display: block;
    background-size: 100%;
    margin-right: 20.5px;
    background-image: url("./images/login_area/arrow_left.png");
    float: right;
    position: relative;
    top: 19px;
}

.icon_suffix_active {
    background-image: url("./images/login_area/ico_arrowright_select.png");
}

.login-content .login-dialog>li>a:hover {
    color: #fff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorStr=#255ca8, endColorStr=#808080 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType =1, startColorStr=#255ca8, endColorStr=#808080 100%)";
    background-image: linear-gradient(90deg,
            #255ca8 3%,
            #6293d6 100%,
            #808080 100%);

}

.login-content .login-dialog>li>a:hover {
    color: #fff !important;
}

.divider-line {
    margin: 12px auto;
    width: 225px;
    height: 1px;
    background: #000;
    opacity: 0.25;
    filter: Alpha(opacity=25);

}

.login-content {
    width: 100%;
    height: 520px;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    /* background-image: url("./images/banner.png");
    background-position: center center;
    background-repeat: no-repeat; */

}

.login-content-slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}

#longin-content-slide {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: auto;
}

#longin-content-slide img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

/* .icon_pre-1 {
    background-image: url("./images/login_area/ico_people.png");
}

.icon_pre-2 {
    background-image: url("./images/login_area/ico_qiye.png");
}

.icon_pre-3 {
    background-image: url("./images/login_area/ico_tongye.png");
}

.icon_pre-4 {
    background-image: url("./images/login_area/ico_phone.png");
} */

.xingye-app:hover.xingye-app::before {
    display: block;
}

.login-dialog>li.xingye-app {
    position: relative;
}

.xingye-app::before {
    position: absolute;
    left: -174px;
    top: -41px;
    display: none;
    content: '';
    width: 153px;
    height: 140px;
    background-image: url("./images/login_area/xingyeapp_logo.png");
}

.login-content video {
    display: none;
}

.login-content video.active {
    display: block;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    object-fit: cover;
    object-position: center;
}

.videoWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}