#qcml-main { width: 100vw; height: 100vh; }

.parts-floating li[data-type="login"] { display: none; }

body footer { display: none; }

.wave-box { display: none }

.qcml-header, .qcml-footer {
    display: none;
}

@media screen and (max-width: 500px) {
    #qcml-login {width: 300px}

    #qcml-login-tab {border-radius: 5px}

    #qcml-login-box {display: none}
}

#qcml-login-tab {box-shadow: unset;}

.qcml-social {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;margin-bottom: 10px}

.qcml-social-box {background: #00000008;border-radius: var(--qcs-br);padding: 15px;border-right: 5px;position: relative}

.qcml-social-box .close { position: absolute; right: 6px; top: 2px; font-size: 20; }

.qcml-social-box .close:hover {
    color: var(--qcs-core);
}


.qcml-social-info {align-items: center;display: flex;position: relative}

.qcml-social-text {flex: auto;overflow: hidden;margin-left: 5px;box-sizing: border-box;line-height: 15px}

.qcml-social-text b {font-weight: bold}

.qcml-social-text-color {color: #999;font-size: .8em;margin-top: 5px}

.qcml-social-textr {font-size: .8em;padding: 2px 4px;vertical-align: 0.1em;min-width: 1.6em;background: #c7c6c68f;border-radius: 5px;color: var(--qcs-core)}

.qcml-social .avatar-img {position: relative;display: inline-block;flex-shrink: 0;margin-right: 6px;font-size: 38px;width: 60px;height: 60px}

.qcml-social .avatar {border-radius: 100px;display: inline-block;width: 100%;height: 100%;transition: all .2s;overflow: hidden;-o-object-fit: cover;object-fit: cover}

#qcml-login .login_count_a_l { width: unset; float: right; }


.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.toggle-video {
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 24px;
    width: 120px;
    height: 40px;
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/****************登录位置***************/
#qcml-login.loginleft {
    margin-left: 0;
    left: 20%;
    top: 30%;
}

#qcml-login.loginright {
    right: 20%;
    left: unset;
    top: 30%;
}

/****************企业1样式**************/
.corporate_1 .qcml-header {display: block; background: #fff; height: 80px;}

.corporate_1 .qcml-header .container {display: flex; justify-content: space-between; align-items: center; height: 100%;}

.corporate_1 .qcml-header-left {font-size: 18px; color: #444;}

.corporate_1 .qcml-header-right {font-size: 12px; color: #999;}

.corporate_1 .qcml-footer { display: block; position: fixed; width: 100%; bottom: 0; height: 30px; color: #666666; background: #F0F0F0; opacity: .8;}

.corporate_1 .qcml-footer .container {display: flex; justify-content: center; align-items: center; height: 100%;}

.corporate_1 .qcml-footer-middle {font-size: 12px; color: #999;}


@media (max-width: 1120px) {
    #qcml-login.loginleft { left: 15%; top: 30%; }

    #qcml-login.loginright { right: 15%; left: unset; top: 30%; }
}

@media (max-width: 768px) {
    #qcml-login.loginleft, #qcml-login.loginright { left: 50%; top: 20%; margin-left: -150px; }

    .qcml-header .container { padding: 0 20px; }
}

@media (max-width: 480px) {

}