.mobile-inner-nav {
    display: block;
}

.mobile-inner-nav dl {
    display: block;
}

/*.section4 .content1 .right {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0px;*/
/*    z-index: 4;*/
/*    !*padding-left: calc(360/1920*100vw) !important;*!*/
/*    !*padding-top: calc(54/1920*100vw);*!*/
/*}*/

.head {
    z-index: 6 !important;
}

/*.section1 .wrap .left .more{*/
/*    width: calc(650 / 1920* 100vw);*/
/*    height: calc(99 / 1920* 100vw);*/
/*}*/

@media screen and (max-width: 600px) {
    .section1 .wrap .left .more {
        display: flex !important; /* 使用 flexbox */
        justify-content: center !important;  /* 水平居中 */
        align-items: center !important;  /* 垂直居中 */
        width: 89%;
        height: calc(99 / 600 * 100vw);
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: calc(19 / 600 * 100vw);
        background-size: 100%;
        padding-top: 0;
        padding-left: 0;
        margin: auto;
    }
}


.copy_btn{
    background: url(../images/coy.png) no-repeat right center !important;
    background-size: calc(24 / 600 * 100vw)  !important;
    padding-right: calc(100 / 1920 * 100vw)  !important;
}

.max_line4{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}