<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: iconfont;
    src: url(https://at.alicdn.com/t/font_659663_0z36bopc1vxc.eot);
    src: url(https://at.alicdn.com/t/font_659663_0z36bopc1vxc.eot#iefix) format("embedded-opentype"),url(https://at.alicdn.com/t/font_659663_0z36bopc1vxc.woff2) format("woff2"),url(https://at.alicdn.com/t/font_659663_0z36bopc1vxc.woff) format("woff"),url(https://at.alicdn.com/t/font_659663_0z36bopc1vxc.ttf) format("truetype"),url(https://at.alicdn.com/t/font_659663_0z36bopc1vxc.svg#iconfont) format("svg")
}

body, .sticky {
    background: #f4f5f6;
}
/*img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}*/
li, ol, ul, dl, dt, dd {
    list-style: none;
}

.form-control[readonly] {
    background: #fff;
}

.row {
    margin: 0;
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-inverse {
    background: #000;
    height:58px;
}

.footer {
    width: 100%;
    background: #000;
    padding: 20px 0;
    color: #fff;
    margin-top: 50px;
}

    .footer dt {
        font-size: 18px;
        line-height: 48px;
    }

    .footer dd {
        font-size: 12px;
        line-height: 36px;
    }
    .footer dd a{color:#fff;}
a:hover, a:focus {
    text-decoration: none;
}

input, button {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus&nbsp; {
    outline: none;
}

.coco-hidden {
    display: none;
}
.mt-15{margin-top:15px;}
#header{background:#000;}
.container {
    width: 1440px;
    padding: 0
}

.navbar-header navbar-brand {
    margin: 0;
}

.logo {
    background: url(../images/logo_lm.png) no-repeat;
    width: 123px;
    background-position-y: center;
    height:58px;
    
}

.logo2 {
    background: url(../images/logo_unicom.jpg) no-repeat;
    width: 64px;
    background-position-y: center;
    margin-left: 30px;
    height:56px;
}

.navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
    margin: 0;
}

.navbar &gt; .container .logo2 {
    margin-left: 30px;
}

.navbar-nav {
    margin-left: 50px
}

.navbar-right {
    margin-right: 10px;
}

    .navbar-right   &gt; li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .navbar-right li a.btn {
            border: 0;
        }
    .navbar-right li.dropdown:last-child {
        /*margin-left: 15px;*/
    }
        .navbar-nav &gt; li &gt; a.avatar {
            padding: 7.5px 0;
        }
.nav .sub-nav li a, .nav .sub-nav li a:visited{
    width:100%;
    display:block;
}
.avatar img {
    height: 35px;
    width: 35px;
    margin-right: 5px;
}

.account-box {
    padding: 0 50px 10px;
    width: 510px;
}

    .account-box h2 {
        padding: 0 0 30px;
        font-size: 22px;
        line-height: 1.4;
        margin: 0;
        text-align: center;
        color: #333;
        font-weight:600;
    }

    .account-box input[type=text], .account-box input[type=password] {
        height: 55px;
        border-radius: 6px;
        background: #F7F8F7;
        width: 100%;
        padding: 0 16px 0;
        font-size: 16px;
        line-height: 1.4;
        border: none;
        outline: none;
        -webkit-transition: all 0.16s ease-in-out;
        -o-transition: all 0.16s ease-in-out;
        transition: all 0.16s ease-in-out;
        color: #8A8A8A;
    }

.input-item {
    position: relative;
}
.form-group {
    margin-bottom: 25px;
}
.code-btn {
    position: absolute;
    right: 10px;
    top: 0;
    background: #F7F8F7;
    height: 50px;
    margin-top: 3px;
    color: #4BA4FC;
    font-size:16px;
}
.btn-success {
    background: #57CB8F;
    border-color: #57CB8F;
}
    .btn-success:hover {
        background: #57CB8F;
        border-color: #57CB8F;
    }
.piccode {
    display:block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 40px;
    width:80px;
    margin-top: 8px;
}
    .code-btn:focus {
        box-shadow: none;
    }

.login-last-item {
    margin-top: 30px;
    display:flex;
    justify-content:space-between;
}
.reg-last-item {
    margin-top: 30px;
    text-align:center;
}
.forgot-link {
    /*margin-top: 10px;*/
}

.error-text {
    font-size: 12px;
    color: red;
}
.pass-reset {
    width:500px;
    margin:100px auto;
    background:#ffffff;
    padding:30px;
}
.login-tip {
    font-size: 12px;
    color: red;
    text-align: center;
    height: 36px;
    line-height: 30px;
}

.close_icon {
    background-image: url(https://alifei00.cfp.cn/html/images/icons/search-close.png);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    position: absolute;
    right: 15px;
    top: 15px;
    width: 16px;
    height: 16px;
    opacity: .7;
    z-index: 100;
}

.navbar {
    margin-bottom: 0;
    padding:0 20px;
}

.gallery figure {
}

    .gallery figure .gallery-operation {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 10;
        text-align: right;
        padding: 10px 10px;
        /*opacity: 0;*/
        -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
 
.gallery figure:hover .gallery-operation {opacity: 1;z-index: 9;}
.gallery figure .gallery-operation.show {opacity: 1;}
.gallery figure:hover .gallery-operation.show {opacity: 0;}
 

    .gallery figure:hover .gallery-operation i{
        opacity: 1;
        z-index: 9;
    }
 
    .gallery figure .gallery-operation i {
        color: #fff;
        font-size: 18px;
        border-radius: 2px;
        padding: 5px;
        margin-left: 6px;
        cursor: pointer;
        opacity: 0;
    }
    .gallery figure .gallery-operation i.fa-active {
        color: #ffd800;
        opacity:1;
    }
        .gallery figure .gallery-operation i.fa-ll:hover {
            background: #fff;
            color: #000;
        }

.navbar-nav {
    display: flex;
    align-items: center;
}

.nav .sub-nav {
    position: absolute;
    width: auto;
    min-width: 90px;
    display: none;
    padding: 0;
    padding-top: 58px;
    padding-bottom:5px;
}

    .nav .sub-nav li {
        list-style: none;
        background: #000;
        line-height: 36px;
        text-align: center;
    }


.dropdown:hover .sub-nav {
    display: block;
}

[v-cloak] {
    display: none;
}

.btn-block i {
    margin-right: 5px;
}
.el-dialog__wrapper .el-dialog {
    border-radius: 10px;
}
.el-dialog__wrapper.center_vertical .el-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.el-dialog__wrapper .el-dialog .el-dialog__header{
  
}
.el-dialog__wrapper .el-dialog .el-dialog__body{
    padding-top:5px;
}
.navbar .nav &gt; li a {
    height: 58px;
    padding: 0 20px;
    color: #fff;
    line-height: 58px;
/*    border-radius: 5px;*/
    font-size: 14px;
}
.navbar .nav &gt; li.active a {
    background: #D20F1A;
}
.nav .sub-nav li a {
    height: 36px;
    line-height: 36px;
    border-radius: 0px;
    font-size: 14px;
    color: #9d9d9d;
}
    .nav .sub-nav li a:hover {
        color: #fff;
        background: #D20F1A;
    }
.navbar-static-top{
    border:none;
}
.userTypeBadge {
    font-size: 12px;
    color: #fff;
    padding: 3px 15px;
    border-radius: 10px;
  /*  margin-right: 15px;*/
    cursor: pointer;
}
.userTypeBadge.person{

    background:#9b131d
}
.userTypeBadge.company{

    background:#7d5dff
}
.userTypeBadge.official{

    background-image: linear-gradient(#e66465, #9198e5);
}
.badges {
    position:absolute;
    right:10px;
    top:10px;
    z-index:11;
}
.badges span {
        display: inline-block;
        font-size: 14px;
        padding: 5px 5px;
        background: #EF5959;
        color: rgba(255, 255, 255, 0.91);
        vertical-align: middle;
        border-radius: 2px;
        font-weight: 500;
        line-height: 1em;
 }

    .badges span.auth-tip {
        background: #41D3BE;
    }
.footer_qrbox img {
    width: 80px;
    height: 80px;
}
.footer-wrapper{padding:0 5px;margin:0 auto;}

.message-item {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 hsl(0deg 0% 52% / 20%);
    border: 1px solid #f5f5f5;
    background-color: #fff;
    padding: 0 16px 0 20px;
    white-space: normal;
}

.message-item {
    margin-top: 10px;
}

    .message-item .message-item-content {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.5;
        color: #666;
        margin-bottom: 10px;
    }

    .message-item .message-item-bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #f5f5f5;
        font-size: 12px;
        padding: 10px 0;
    }

    .message-item .message-item-time {
        color: #adadad;
        font-weight: 300;
    }

    .message-item .message-item-more {
        margin-left: auto;
        color: #ff0404;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.messages {
    color: #222;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 462px;
    max-height: 513px;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 -3px 15px 0 hsl(0deg 0% 52% / 30%);
    background-color: #fff;
}

.message-item .message-item-title {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.message-item.read .message-item-title {
    color: #adadad;
}

.message-list .msg-more {
    line-height: 22px;
    text-align: right;
    margin-top: 10px;
}

    .message-list .msg-more a {
        font-size: 12px;
        color: #333;
    }

        .message-list .msg-more a:hover {
            color: #ff0404;
        }
.navbar-right &gt; li .item .el-badge__content.is-fixed{
    top:20px;right:30px;
}</pre></body></html>