<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.person {
    background: #ff8d06;
}
.main-back {
    background-image: url('../Image/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 48px;
}
.spring-left-bottom {
    width: 100%;
    height: 100%;
    background: #3f3e3e;
    background-size: initial;
    opacity:0.5;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (min-width: 1450px) and (max-width: 1600px) {
    .spring-left-bottom {
        background-position: center bottom, left -86px bottom, right -50px bottom, right top -20px, left -60px bottom 40px;
    }
}
@media screen and (min-width: 1600px) {
    .spring-left-bottom {
        background-position: center bottom, left -68px bottom, right bottom, right top -20px, left -80px bottom 40px;
    }
}
.main-left.cur {
    height: 628px;
}
.main-left aside li a {
    text-shadow: rgba(0,0,0,.9) 0 0 2px;
}
.ucan-filter ul li, .ucan-filter span {
    background: rgba(0,0,0,.1);
    text-shadow: rgba(0,0,0,.7) 0 0 1px;
}
.right-banner {
    right: 60px;
}

.defencewar-icon, .radiocode-icon, .do-icon, .ask-icon, .ucan-all {
    border: rgba(255,255,255,.7) 1px solid;
    transition: all .2s;
    -moz-transition: all .2s; /* Firefox 4 */
    -webkit-transition: all .2s; /* Safari 和 Chrome */
    -o-transition: all .2s; /* Opera */
}
.defencewar-icon:hover, .radiocode-icon:hover, .do-icon:hover, .ask-icon:hover, .ucan-all.hov, .ucan-all:hover {
	box-shadow: 0px 2px 28px rgba(255, 255, 0, .6);
}
.second-menu,
.main-left aside ul li.have-second-menu:hover {
    background: #ff8d06;
}
.main-left aside {
    background: none;
}
.main-left aside ul {
    border: none;
}
.ucan-filter ul li, .ucan-filter span {
    background: rgba(169,12,21,.9);
}
.second-menu dt:hover {
    background: rgba(255,255,255,.8);
}
.second-menu dt:hover p {
      color: #be070a;
      font-weight: bold;
}
.second-menu dt {
    left: 94px;
    transition: all .2s;
    -moz-transition: all .2s; /* Firefox 4 */
    -webkit-transition: all .2s; /* Safari 和 Chrome */
    -o-transition: all .2s; /* Opera */
}
.second-menu {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
}
@media screen and (min-width: 1450px) and (max-width: 1600px) {
    .sub-right  {
        background-position: center bottom, left -86px bottom, right -50px bottom, right top -20px, left bottom;
    }
}
@media screen and (min-width: 1600px) {
    .sub-right  {
        background-position: center bottom, left -46px bottom, right bottom, right top -20px, left bottom;
    }
}
.sub-main,
.el-loading-mask {
    background: rgba(0,0,0,0.1);
}
.sub-tab ul li.cur {
    background: #ff8d06;
}
.sub-tab ul li.cur:after {
    border-color: #ff8d06 transparent transparent transparent;
}
.go-btn {
    background: #ff8d06;
}
.chat-head {
    background: none;
}
.ss-tips-title {
    color: #fff;
}
.znlxDialog {
    background: rgba(169,12,21,.94);
    box-shadow: rgba(169,12,21,.6) 0 0 5px;
}
.znlxDialog ul li:hover{
	background: rgba(0,0,0,.2);
}
.sub-right .chat-history-ask, .sub-right .chat-hot-title {
    background: none;
}
.basic-info-all .myform ul li .input-outer .is-disabled input[type=text] {
    color: hsla(0,0%,100%,.8);
}
.sub-right .radio-select li.cur .radio-item {
    border: 1px solid #ff8d06;
    background: #ff8d06;
}
.sub-right .guide-top {
    background: rgba(0,0,0,.1);
}</pre></body></html>