<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w{
   min-width: 100%;
  max-width: 100%
}

.top_note,
.footer {
    display: none;
}

.noneContent {
    background: none!important;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.pc {
    display: none;
}

.login,
.loginOut {
	padding: 0 10px;
    height: 0.44rem;
    line-height: 0.44rem;
    border: 1px solid #fff;
    border-radius: 2px;
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    margin-top: -0.22rem;
}

.login a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 0.18rem;
    color: #fff;
}

.loginOut {
    display: none;
	 width: auto;
}

.loginOut .info {
	width: auto;
    height: 0.44rem;
	padding: 0 3px;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    line-height: 0.44rem;
    text-align: center;
}

.loginOut ul {
    display: none;
    position: absolute;
    right: 0;
    z-index: 99;
    background-color: #fff;
}

.loginOut ul li {
    line-height: 0.2rem;
}

.loginOut ul li a:hover {
    color: #2a8571;
    background-color: #CCC;
}

.loginOut a {
    padding: 0.1rem 0.1rem;
    display: block;
    font-size: 0.1rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
}

.loginOut ul li input[type=submit] {
	font-size: 0.1rem;
    border: none;
    background: #fff;
    padding: 0.1rem 0.2rem;
    width: 100%;
    font-family: Source Han Sans CN;
}

.pcLogo {
    display: none;
}

.logo {
    width: 100%;
    height: 0.88rem;
    background: rgba(42, 133, 113, 1);
    position: relative;
    text-align: center;
}

.logo img {
    height: 0.59rem;
    margin-top: 0.14rem;
}

.logo button {
    width: 0.44rem;
    height: 0.3rem;
    position: absolute;
    left: 0.38rem;
    top: 50%;
    margin-top: -0.15rem;
    background: url("../../images/tab.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
}

.logo .pc {
    display: none;
    width: 2rem;
    position: absolute;
    left: 0;
    top: 0.90rem;
}

.logo .pc li {
    height: 0.5rem;
    background-color: #2a8571;
    line-height: 0.3rem;
}

.logo .pc li a {
    color: #fff;
    display: block;
    padding: 0.1rem 0;
    width: 100%;
    height: 100%;
}

.logo .pc li a:active {
    background-color: black;
    opacity: 0.5;
    text-decoration: none;
}

.navSub {
    width: 100%;
    /* height: 100% */
}

.tabLan {
	position: absolute;
    top: 0.88rem;
    display: none;
	overflow: auto;
    text-align: left;
    width: 100%;
    background-color: #2a8571;
    min-width: 150px;
	max-height: calc(100vh - 0.88rem);
}

.navSub .subNav {
    background: url(../../images/youjiantou.png) no-repeat;
    text-indent: 2em;
    border-bottom: 1px solid #458c7c;
    background-size: inherit;
    background-position: 95% 50%;
}

.navSub .subNav a {
    display: block;
    padding: .13rem;
    cursor: pointer;
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
	line-height: 2;
}


/* .navSub .subNav:hover {
    color: #2a8571;
    border-left: 4px solid #2a8571
} */


/* .navSub .subNav:hover.currentDd {
    color: #fff;
    border-left: 0
} */

.navSub .currentDd {
    background-color: #2a8571;
    color: #fff
}

.navSub .currentDt {
    background-image: url(../../images/jiantouxia.png)
}

.navSub .navContent {
    display: none;
    padding-left: .2rem;
    text-indent: 2em;
    /* border-bottom: solid 1px #e5e3da */
}

.navSub .navContent .third {
    text-indent: 4em;
}

.navSub .navContent li a {
    display: block;
    text-align: left;
    padding-left: .2rem;
    font-size: .14rem;
    color: #fff;
}

.navSub .navContent li.currentDd a {
    color: #fff
}
</pre></body></html>