<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

body {
    overflow-x: hidden;
}

 :root {
    --main-color: #ff4939;
    --main-color1: #eb6100;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pc_top {
        width: 100%;
        height: 60px;
        background-color: var(--main-color-white);
    }
    .top_con {
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        margin: 0 auto;
    }
    .p_s {
        display: flex;
        align-items: center;
    }
    .p_s input {
        display: block;
        height: 30px;
        padding-left: 15px;
        width: 200px;
        outline: none;
        font-size: 14px;
        border: 1px solid #ccc;
    }
    .p_s a {
        width: 50px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        display: block;
    }
    .top_con span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .pchead {
        width: 100%;
        position: sticky;
        top: 0;
        left: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
        z-index: 99;
        background-color: var(--main-color-white);
        height: 80px;
    }
    .pcheader {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }
    .pclogo img {
        height: 60px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav&gt;li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav&gt;li&gt;a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 16px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav&gt;li&gt;a:hover {
        color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: #474747;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-666);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .inbanner {
        width: 100%;
        height: 300px;
        margin-top: 80px;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        padding: 20px;
        max-width: 1400px;
        margin: 20px auto;
        background-color: var(--main-color-white);
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .con1 {
        margin-top: 20px;
    }
    .con1con {
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: var(--main-color-white);
    }
    .con1left {
        width: 58%;
    }
    .ml_banner {
        width: 100%;
    }
    .ml_banner img {
        width: 100%;
        height: 330px;
    }
    .bannerbtn {
        width: 45px !important;
        background-image: none !important;
        font-size: 20px !important;
        color: var(--main-color-white);
        background: rgba(0, 0, 0, .7);
        height: 45px !important;
        text-align: center;
        line-height: 45px;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        font-size: 18px;
        color: var(--main-color-white);
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
    .con1right {
        width: 40%;
    }
    .con1_top {
        padding-bottom: 10px;
        border-bottom: 1px dashed #dcdcdc;
    }
    .con1_top&gt;a {
        color: var(--main-color);
        font-size: 22px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .con1_top span {
        color: var(--main-color-999);
        font-size: 13px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1_bottom {
        margin-top: 15px;
    }
    .con1_bottom ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 13px;
    }
    .con1_bottom ul li em {
        display: block;
        font-size: 16px;
        font-style: normal;
        color: var(--main-color);
    }
    .con1_bottom ul li:hover a {
        color: var(--main-color);
    }
    .con1_bottom ul li a {
        display: block;
        font-size: 18px;
        color: var(--main-color-222);
        margin-left: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 70%;
    }
    .con1_bottom ul li span {
        color: var(--main-color-999);
        font-size: 13px;
    }
    .con2 {
        margin-top: 20px;
    }
    .con2con {
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .con_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e8e7ed;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .con_title strong {
        display: inline-block;
        position: relative;
        font-size: 20px;
        color: var(--main-color-222);
    }
    .con_title strong::after {
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -10px;
        left: 0;
        content: '';
        background-color: var(--main-color);
    }
    .con_title a {
        display: block;
        color: var(--main-color-555);
        font-size: 14px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li a {
        display: block;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2con ul li:hover span {
        color: var(--main-color);
    }
    .con2box {
        padding: 15px;
        background-color: #f9f9f9;
    }
    .con2box span {
        color: var(--main-color-333);
        display: block;
        font-size: 17px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con2box p {
        font-size: 14px;
        color: #878787;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 25px;
    }
    .con2box p em {
        display: inline-block;
        padding: 0px 5px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 13px;
        font-style: normal;
    }
    .con2box p i {
        color: var(--main-color);
        margin-right: 5px;
    }
    .con4 {
        width: 100%;
        margin-top: 20px;
    }
    .con4con {
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px;
        background-color: var(--main-color-white);
        display: flex;
        flex-wrap: wrap;
    }
    .con4con .con4item {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .con4con .con4item:nth-child(4n) {
        margin-right: 0;
    }
    .con4item ul li {
        display: flex;
        padding: 13px 0;
        border-bottom: 1px solid #e8e7ed;
        align-items: center;
        justify-content: space-between;
    }
    .con4item ul li span {
        display: block;
        border-radius: 3px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        width: 25px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
        margin-right: 15px;
    }
    .con4item ul li:hover a {
        color: var(--main-color);
    }
    .con4item ul li a {
        color: var(--main-color-555);
        font-size: 14px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con5 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .con5con {
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .links a {
        display: block;
        color: var(--main-color-555);
        font-size: 14px;
    }
    .links a:hover {
        color: var(--main-color);
    }
    .links span {
        display: block;
        margin: 0 10px;
        color: var(--main-color-555);
    }
    .new_inside {
        max-width: 1400px;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .new_inside_left {
        width: 72%;
	    
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .new_inside_right {
        width: 27%;
		   
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .recommend {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .recommend li {
        width: 49%;
        margin-bottom: 20px;
    }
    .recommend li img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .recommend li:hover p {
        color: var(--main-color);
    }
    .recommend li p {
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 13px;
        color: var(--main-color-555);
        line-height: 20px;
    }
    .hot_article ul li {
        display: flex;
        padding: 5px 0;
        align-items: center;
        justify-content: space-between;
    }
    .hot_article ul li i {
        color: var(--main-color-999);
        font-size: 14px;
        margin-right: 5px;
    }
    .hot_article ul li a {
        color: var(--main-color-555);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .hot_article ul li a:hover {
        color: var(--main-color);
    }
}

@media only screen and (max-width: 996px) {
    .new_inside {
        margin-top: 80px !important;
        padding: 15px;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .new_inside_left {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
        background-color: var(--main-color-white);
    }
    .new_inside_right {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .recommend {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .recommend li {
        width: 49%;
        margin-bottom: 20px;
    }
    .recommend li img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .recommend li:hover p {
        color: var(--main-color);
    }
    .recommend li p {
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 13px;
        color: var(--main-color-555);
        line-height: 20px;
    }
    .hot_article ul li {
        display: flex;
        padding: 5px 0;
        align-items: center;
        justify-content: space-between;
    }
    .hot_article ul li i {
        color: var(--main-color-999);
        font-size: 14px;
        margin-right: 5px;
    }
    .hot_article ul li a {
        color: var(--main-color-555);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .hot_article ul li a:hover {
        color: var(--main-color);
    }
    .con5 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .con5con {
        padding: 15px;
        margin: 0 auto;
        background-color: var(--main-color-white);
    }
    .links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .links a {
        display: block;
        color: var(--main-color-555);
        font-size: 14px;
    }
    .links a:hover {
        color: var(--main-color);
    }
    .links span {
        display: block;
        margin: 0 10px;
        color: var(--main-color-555);
    }
    .con4 {
        width: 100%;
        margin-top: 20px;
        padding: 15px;
    }
    .con4con {
        margin: 0 auto;
        padding: 15px;
        background-color: var(--main-color-white);
        display: flex;
        flex-wrap: wrap;
    }
    .con4con .con4item {
        width: 100%;
        margin-bottom: 20px;
    }
    .con4item ul li {
        display: flex;
        padding: 13px 0;
        border-bottom: 1px solid #e8e7ed;
        align-items: center;
        justify-content: space-between;
    }
    .con4item ul li span {
        display: block;
        border-radius: 3px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        width: 25px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
        margin-right: 15px;
    }
    .con4item ul li:hover a {
        color: var(--main-color);
    }
    .con4item ul li a {
        color: var(--main-color-555);
        font-size: 14px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con2 {
        margin-top: 20px;
        padding: 15px;
    }
    .con2con {
        margin: 0 auto;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .con_title {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #e8e7ed;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .con_title strong {
        display: inline-block;
        position: relative;
        font-size: 18px;
        color: var(--main-color-222);
    }
    .con_title strong::after {
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -10px;
        left: 0;
        content: '';
        background-color: var(--main-color);
    }
    .con_title a {
        display: block;
        color: var(--main-color-555);
        font-size: 14px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 48%;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li a {
        display: block;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2box {
        padding: 10px;
        background-color: #f9f9f9;
    }
    .con2box span {
        color: var(--main-color-333);
        display: block;
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con2box p {
        font-size: 14px;
        color: #878787;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .con2box p em {
        display: inline-block;
        padding: 0px 5px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 13px;
        font-style: normal;
    }
    .con2box p i {
        color: var(--main-color);
        margin-right: 5px;
    }
    .con1 {
        margin-top: 80px;
        padding: 15px;
    }
    .con1con {
        margin: 0 auto;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: var(--main-color-white);
    }
    .con1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .ml_banner {
        width: 100%;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerbtn {
        width: 35px !important;
        background-image: none !important;
        font-size: 18px !important;
        color: var(--main-color-white);
        background: rgba(0, 0, 0, .7);
        height: 35px !important;
        text-align: center;
        line-height: 35px;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        font-size: 18px;
        color: var(--main-color-white);
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    .con1right {
        width: 100%;
    }
    .con1_top {
        padding-bottom: 10px;
        border-bottom: 1px dashed #dcdcdc;
    }
    .con1_top&gt;a {
        color: var(--main-color);
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .con1_top span {
        color: var(--main-color-999);
        font-size: 13px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1_bottom {
        margin-top: 15px;
    }
    .con1_bottom ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 13px;
    }
    .con1_bottom ul li em {
        display: block;
        font-size: 14px;
        font-style: normal;
        color: var(--main-color);
    }
    .con1_bottom ul li:hover a {
        color: var(--main-color);
    }
    .con1_bottom ul li a {
        display: block;
        font-size: 14px;
        color: var(--main-color-222);
        margin-left: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 70%;
    }
    .con1_bottom ul li span {
        color: var(--main-color-999);
        font-size: 12px;
    }
    .pc_top {
        display: none;
    }
    html {
        overflow-x: hidden;
    }
    .inside {
        padding: 30px 15px;
        padding-top: 10px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inbanner {
        width: 100%;
        height: 150px;
        margin-top: 60px;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 25px;
        color: var(--main-color);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: #474747;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-white);
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item&gt;a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item&gt;a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item&gt;a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}</pre></body></html>