@charset "UTF-8"; .fox_div {
    display: none;
}
.to-top-btn{position: fixed; bottom: 1rem; z-index: 999; font-weight: bold; font-size: .2rem; border-radius: .08rem; color: #fff; background: #1658a0; text-align: center; width: .8rem; padding: .1rem .16rem; height: .8rem; right: .2rem;}
@media screen and (max-width: 998px) {
	.to-top-btn{display: none;}
    .fox_div {
        display: block;
    }

    .ly_mb_main {
        padding-bottom: .68rem;
        position: relative;
        z-index: 1;
    }

    .ly_mb_con {
        background: url(230711_ztly_mb_con.jpg) no-repeat center top #F2F2F2;
        background-size: 100% auto;
        position: relative;
        padding: .2rem;
    }

    .ly_mb_bar {
        position: absolute;
        display: inline-block;
        z-index: 3;
        right: .2rem;
        top: .2rem;
    }

    .ly_mb_bar p {
        background-color: #ffffff;
        cursor: pointer;
        color: #000;
        border-radius: 1rem;
        line-height: .24rem;
        position: relative;
        font-size: .14rem;
        padding: 0rem .04rem 0rem .08rem;
    }

    .ly_mb_bar p i {
        font-size: .14rem;
        margin-right: .04rem;
    }

    .ly_mb_bar p em {
        margin-left: .04rem;
    }

    .ly_mb_bar ul {
        display: none;
        position: absolute;
        left: 0rem;
        top: .26rem;
        right: 0rem;
        background-color: #ffffff;
        border-radius: .04rem;
        padding: .1rem 0rem;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.19);
    }

    .ly_mb_bar ul li {
        text-align: center;
        line-height: .32rem;
        font-size: .14rem;
    }

    .ly_mb_con>h1 {
        font-size: .22rem;
        line-height: .22rem;
        margin-bottom: .12rem;
    }

    .ly_mb_con>p {
        font-size: .14rem;
        line-height: .24rem;
        color: #666;
    }

    .ly_mb_tit_tab {
        line-height: .48rem;
        background-color: #ffffff;
    }

    .ly_mb_tit_tab ul {
        padding: 0rem .24rem;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        font-size: 0rem;
    }

    .ly_mb_tit_tab ul li {
        display: inline-block;
        margin-right: .24rem;
    }

    .ly_mb_tit_tab ul li:last-child {
        margin-right: 0rem;
    }

    .ly_mb_tit_tab ul li a {
        color: #666666;
        font-size: .14rem;
        position: relative;
        display: block;
    }

    .ly_mb_tit_tab ul li.on a {
        font-weight: bold;
        color: #1658a0;
        font-size: .17rem;
    }

    .ly_mb_tit_tab ul li a::before {
        position: absolute;
        display: none;
        content: '';
        bottom: -.16rem;
        border-radius: 1rem;
        height: .12rem;
        width: .28rem;
        left: 50%;
        transform: translateX(-50%);
        background-color: #1B5A9E;
    }

    .ly_mb_tit_tab ul li.on a::before {
        display: block;
    }

    .ly_mb_line {
        background-color: #F2F2F2;
        height: .16rem;
    }

    .ly_mb_con1 {
        background-color: #ffffff;
        padding: 0rem .2rem .2rem .2rem;
        overflow-x: hidden;
    }

    .ly_mb_tit {
        line-height: .58rem;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: .16rem;
    }

    .ly_mb_tit span {
        display: inline-block;
        font-size: .2rem;
        font-weight: bold;
        padding-left: .16rem;
        position: relative;
    }

    .ly_mb_tit span::before {
        content: '';
        position: absolute;
        left: 0rem;
        top: .22rem;
        width: .06rem;
        height: .16rem;
        border-radius: 1rem;
        background: linear-gradient(180deg, rgba(112, 179, 255, 1) 0%, rgba(27, 90, 158, 1) 100%);
    }

    .ly_mb_text1,.ly_mb_text2 {
        font-size: .16rem;
        line-height: .28rem;
    }

    .ly_mb_text1 img {
        margin: .16rem 0rem;
    }

    .ly_mb_text1 p,.ly_mb_text2 {
        margin-bottom: .12rem;
    }

    .ly_mb_text1 p:first-child img {
        margin-top: 0rem;
    }

    .ly_mb_text1 h3 {
        font-size: .18rem;
        margin-bottom: .12rem;
    }

    .ly_mb_text2 h4 {
        font-size: .16rem;
        padding-left: .16rem;
        position: relative;
    }

    .ly_mb_text2 h4::before {
        position: absolute;
        content: '';
        width: .06rem;
        height: .06rem;
        background-color: #63A6E0;
        border-radius: 50%;
        left: 0rem;
        top: .12rem;
    }

    .ly_mb_text2 p {
        padding-left: .16rem;
    }

    .ly_mb_con2 {
        background-color: #F7F7F7;
        border-radius: .06rem;
        padding: .16rem .16rem .04rem .16rem;
    }

    .ly_mb_text3 {
        font-size: .16rem;
        line-height: .24rem;
        margin-bottom: .12rem;
    }

    .ly_mb_text3 h4 {
        font-size: .16rem;
        background: url(230711_ztly_mb_icon1.png) no-repeat left .08rem;
        background-size: .18rem auto;
        padding: .08rem 0rem .16rem .24rem;
    }

    .ly_mb_text3>div {
        background-color: #ffffff;
        border-radius: .04rem;
        padding: .12rem;
    }

    .ly_mb_footer {
        position: fixed;
        border-top: 1px solid #D9D9D9;
        left: 0rem;
        right: 0rem;
        bottom: 0rem;
        height: .68rem;
        background-color: #ffffff;
        z-index: 1000;
    }

    .ly_mb_footer>ul {
        display: flex;
        flex-wrap: nowrap;
    }

    .ly_mb_footer>ul>li {
        flex: 1;
        text-align: center;
    }

    .ly_mb_footer>ul>li a {
        display: block;
        font-size: .14rem;
        padding-top: .08rem;
    }

    .ly_mb_footer>ul>li a i {
        font-size: .2rem;
    }

    .ly_mb_fixed_bg {
        position: fixed;
        left: 100%;
        top: 0rem;
        right: 0rem;
        bottom: 0rem;
        background-color: rgba(0,0,0,.7);
        z-index: 998;
        transition: .3s all;
    }

    .ly_mb_fixed {
        left: 0rem;
    }

    .ly_mb_menu {
        position: fixed;
        left: 0rem;
        top: 35%;
        padding: .08rem .24rem 0rem .12rem;
        height: .6rem;
        z-index: 99;
        color: #1658a0;
        text-align: center;
        background: linear-gradient(165.86deg, rgba(255, 255, 255, 1) 0%, rgba(235, 243, 255, 1) 100%);
        border: 1px solid rgba(227, 227, 227, 1);
        box-shadow: 1px 2px 6px rgba(27, 90, 157, 0.2);
        border-radius: 0rem 1rem 1rem 0rem;
        font-size: .14rem;
        line-height: 1.2;
    }

    .ly_mb_menu i {
        font-size: .2rem;
        color: #1658a0;
    }

    .ly_mb_menu_con {
        position: fixed;
        z-index: 999;
        right: -100%;
        width: 57%;
        background-color: #ffffff;
        top: 0rem;
        bottom: 0rem;
        transition: .3s all;
        padding: 0rem .2rem .2rem .2rem;
    }

    .ly_mb_menu_fixed {
        right: 0rem;
    }

    .ly_mb_menu_tit {
        padding: .16rem 0rem;
        margin-bottom: .2rem;
        position: relative;
        font-size: .24rem;
        line-height: .36rem;
        font-weight: bold;
        border-bottom: 1px solid #D9D9D9;
    }

    .ly_mb_menu_tit>i {
        font-size: .28rem;
        font-weight: normal;
        margin-right: .08rem;
    }

    .ly_mb_menu_close {
        position: absolute;
        right: 0rem;
        top: .16rem;
        cursor: pointer;
    }

    .ly_mb_menu_close i {
        font-size: .22rem;
        font-weight: normal;
        color: #666;
    }

    .ly_mb_menu_text {
        max-height: 75vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .ly_mb_menu_text ul {
        margin-bottom: .12rem;
        padding-left: .12rem;
    }

    .ly_mb_menu_text h2 {
        font-size: .2rem;
        line-height: .38rem;
        font-weight: normal;
        margin-bottom: .04rem;
    }

    .ly_mb_menu_text li {
        line-height: .34rem;
        font-size: .16rem;
        padding-left: .16rem;
        position: relative;
    }

    .ly_mb_menu_text li a {
        color: #666;
    }

    .ly_mb_menu_text li::before {
        position: absolute;
        content: '';
        width: .06rem;
        height: .06rem;
        background-color: #CCCCCC;
        border-radius: 50%;
        left: 0rem;
        top: .14rem;
    }
	.mzmtb_bg table{display: flex; width: 100% !important; height: auto !important;}
}
