@media(max-width:750px){
    html{
        font-size: 16px;
    }

    /* banner */
    .banner-img {
        display: none;
    }
    .m-banner {
        display: block;
    }
    .list-m-banner{
        display: block;
    }
    .lpbanner{
        display: none;
    }
    /* container */
    .container{
        width: 100%;
    }
    /* ��?�J�� */
    .basic-list li a {
        width: 100%;
        height: 5rem;
        position: relative;
    }
    .basic-list li a>img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .hunt-wrap{
        width: 100%;
    }
    .hunt-item{
        width: 100%;
        flex: 0 0 auto;
        padding-top: 148%;
        position: relative;
        margin-bottom: 15px;
    }
    .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(../img/s4.jpg) no-repeat center center/contain;
        background-size: 100% 100%;
    }

    .big-title {
        width: 65%;
        height: auto;
    }
    .big-title img{
        width: 100%;
        height: auto;
    }
    /* experience */
    .sz-desc {
        padding: 1.375rem 1.8125rem;
    }
    /* gift */
    .gift {
        width: 120px;
        top: -15px;
    }


    /* sz-list */
    .ts-list>dt {
        height: auto !important;
        line-height: initial !important;
    }
    .ts-list>dt::before{
        top: 10px !important;
    }
    .sqfw{
        display: none;
    }
    .sqfws{
        display: block !important;
    }

    .ts1row{
        margin-left: 0;
    }
  /* 左右布局 */
  /* 左右佈局 */
  .lr-layout{
    flex-wrap:wrap;
  }
  .left70,
  .right30,
  .width49,
  .list-item-3,
  .width65,
  .width35{
    width:100%;
  }
}