@media(min-width:992px){
    html{
        font-size: 18px;
    }
    /* banner */
    .banner {
        width: 100%;
        /* height: 500px; */
        overflow: hidden;
        position: relative;
    }

    .list-p-banner{
        height: 200px !important;
    }

    .list-m-banner{
        display: none;
    }

    .banner>.banner-img {
        position: absolute;
        width: 1920px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    .m-banner {
        display: none;
    }

    /* container */
    .container{
        width: 1200px;
    }

    /* list */
    .basic-list li a {
        width: 100%;
        height: 6.2rem;
        position: relative;
    }
    .basic-list li a>img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .hunt-wrap{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hunt-item{
        width: 31%;
        flex: 0 0 auto;
        padding-top: 46.3%;
        position: relative;
    }
    .hunt-front{
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s;
    }
    .hunt-verso{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 1s;
        background: url(https://wwp-static.wenweipo.com/img/special/ssbh/s4.jpg) no-repeat center center/contain;
        background-size: 100% 100%;
    }

    .big-title {
        height: 160px;
    }

    /* experience */
    .sz-desc {
        padding: 1.375rem 2.8125rem;
    }
    /* list */
    .ts1row {
        padding-left: 15px;
        padding-right: 15px;
    }
  .rt-top .pc-dxjd{
    display: block;
  }
  .rt-top .phone-dxjd{
    display: none;
  }
  .title-box{
    padding-top: 20px;
  }
}