<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    padding: 60px 0 30px;
}
.headers {
    margin: 60px 0 0px;
}
.search-box {
    float: right;
    width: 504px;
    height: 71px;
    border: 10px solid #f0eff5;
    border-radius: 50px;
    margin-top: 12px;
    position: relative;
}
.user-input {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 22% 0 30px;
    outline: 0;
    border-radius: 50px;
}
.search-btn {
    width: 20%;
    height: 100%;
    border: 0;
    outline: 0;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    background: #c71017 url(../images/icon/search.png) no-repeat 16px center;
}   
.navbars {
    position: absolute !important;
    top: 185px;
    left: 50%;
    width: 242px;
    height: 714px;
    font-size: 24px;
    margin-left: -600px;
    border-radius: 30px;
    padding: 21px 0;
}
.navbars li {
    height: 130px;
    line-height: 130px;
    /* padding-left: 25px; */
    border-bottom: 1px solid #fff;
    width: 70%;
    /* text-align: center; */
    margin: 0 auto;
}
.navbars li.on a {
	background-repeat: no-repeat;
	background-color: #c81218;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px;
	height: 66px;
	line-height: 66px;
	position: relative;
	width: 170px;
	top: 32px;
	border:none;
}
.navbars li img {
    margin-right: 10px;
}
.navbars li a {
    color: #fff;
    display: block;
    width: 165px;
    padding-left: 10px;
    /* border-bottom: 1px solid #fff; */
}
.navbars .mzwh a {
    border-bottom: 0;
}
.navbars li:hover img {
    animation: overturn 2s;
    -moz-animation: overturn 2s;	/* Firefox */
    -webkit-animation: overturn 2s;	/* Safari ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ Chrome */
    -o-animation: overturn 2s;	/* Opera */
}


/*  */
.header_1200{
    width: 1200px;
    margin: 0 auto;
    height: 34px;
    color: #fff;
    position: relative;
}
.header_top{
    position: absolute;
    width: 100%;
    height: 34px;
    background-color: rgba(0,0,0,0.2);
    top: 0;
}
.header_1200 .top_right a{
    color: #fff;
    margin-top: 8px;
    display: inline-block;
}
.header_1200 .top_left p{
    margin-top: 8px;
}
.header_1200 .top_left &gt; div{
    margin: 6px 0 0 10px;
}
.erweima{
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 2;
    display: none;
}



@media screen and (max-width: 768px) {
    .header {
        margin: 15px 0 0;
    }
    .header p.fl {
        padding: 15px 15px;
    }
    .search-box {
        width: 100%;
        height: 54px;
        margin-top: 0;
        border-width: 5px;
        display: none;
    }
    .user-input {
        padding-left: 15px;
    }
    .search-btn {
        width: 30%;
    }
    .navbars {
        font-size: 20px;
        position: static !important;
        width: 100%;
        height: auto;
        background: #c71017;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
        padding: 0px;
        border-radius: 0;
    }
    .navbars li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        border-bottom: 1px solid #CF535A;
        border-radius: 0 !important;
        border-right: solid 1px #CF535A;
        margin: 0px;
    }
    .navbars li a {
        border-bottom: 0;
       width: 100%;
    }
    .navbars li.on a {
		background-repeat: no-repeat;
		background-color: #c81218;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		border-radius: 10px;
		height: auto;
		line-height:30px;
		position: relative;
		width:auto;
		top: 8px;
		border:none;
	}
    .header_top{
        display: none;
    }
    .footer_main{
        min-width: 100% !important;
    }
    .footer{
        width:auto !important;
    }
    .related_main{
        display:none;
    }
    .navbars li a{
        padding-left: 0;
    }
}</pre></body></html>