
        .cc-highlight {
            color:#03A9F4!important;
        }
        .cc-highlight-bk {
            background-color:#03A9F4!important;
        }
        .cc-highlight-fill {
            fill:#03A9F4!important;
        }


        .login-title {
    text-align: center;
    display:block;
    padding-bottom: 30px;
}
 
.login-title >div{
        position: fixed;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: center;
}

@media screen and (min-width: 600px){
    .login-window{
        width:450px;
    }
    
.login-title img{
    width: 70px;
    height: 70px;
    }
}

/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}