﻿/* 萬華SSO樣式覆寫集合css */
#__para_fed_debugger__ {
    display: none;
}

.login-header {
    display: none;
}

.app-box>.app-box-left #app {
    margin: 0 !important;
    display: block;
    position: absolute;
    right: 0px;
    height: 100%;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.2);
}

.app-box>.app-box-left #app::before {
    display: none;
}

#qrcode-box {
    display: none !important;
}

.iconpark-icon-user {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.18rem;
}

.iconpark-icon-lock {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.18rem;
}

.logo-box {
    text-align: center;
    color: #fff;
    margin-bottom: 0.3rem;
}

.logo-box .iconpark-icon {
    width: 3rem;
    /* height: 1.4rem; */
    /*margin: 0.7rem auto;*/
    margin: 0 auto 0.7rem;
}

.tips-box {
    width: 3.14rem;
    /*height: 1.6rem;*/
    border-radius: 0.1rem;
    opacity: 1;
    /* background: rgba(255, 255, 255, 1); */
    color: #fff;
    margin: 0.2rem auto;
    /* margin-top: 0.6rem; */
}

.tips-box-header {
    width: 3.14rem;
    height: 0.43rem;
    border-radius: 0.1rem 0.1rem 0 0;
    opacity: 1;
    /* background: rgba(19, 72, 157, 1); */
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.43rem;
}

.tips-box-content {
    width: 3.14rem;
    border-radius: 0.1rem;
    opacity: 1;
    max-height: 1.6rem;
    overflow: auto;
}

.wanxiaohua {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wanxiaohua-left {
    margin-right: 10px;
}

.wanxiaohua-right {
    margin-bottom: -0.2rem;
}

.wanxiaohua-left img {
    height: 60px;
    display: block;
}

.footer-copyright {
    position: fixed;
    bottom: 0.15rem;
    width: 4rem;
    color: rgba(255, 255, 255, 1);
    font-size: 0.12rem;
    font-weight: 500;
    text-align: center;
    margin-left: -0.1rem;
}

.iconpark-icon-kefu {
    width: 0.21rem;
    height: 0.21rem;
    color: #fff;
    display: inline-block;
}

.tips-item:first-child {
    margin-top: 0.1rem;
}

.tips-item {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0.13rem 0;
    font-size: 0.16rem;
}

.tips-item span {
    margin-left: 0.22rem;
}