@media screen and (max-width: 750px) {
    .banner {
        background: #b12c2c;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        min-width: 3.6rem;
        margin: 0 auto;
    }
    .bx-title {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        height: 5.86rem;
        /* background: url("../img/h5_banner.png") top center no-repeat;
        background-size: cover; */
        background-image: url("../img/h5_banner.png");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .box {
        position: relative;
        /* max-width: 100%; */
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .bx-box {
        border-radius: 0 0 0.05rem 0.05rem;
        background: #fff;
        width: 84%;
        padding: 0.3rem;
        margin: 0 auto 0.9rem;
        background: linear-gradient(180deg, #fbf4f4, #fff);
    }
    .bx-mod {
        width: 6.4rem;
        display: none;
        position: relative;
    }
    .bx-mod.active {
        display: block;
    }
    .bx-mod-tit {
        height: 0.4rem;
        margin-bottom: 0.3rem;
    }
    .bx-mod-tit1 {
        /* background: url("../img/pc_title1.png") top center no-repeat; */
        background: url("../img/pc_title1.png") no-repeat;
        background-size: auto .38rem;
        background-repeat: no-repeat;
        width: 4.65rem;
        height: 0.4rem;
    }
    .bx-mod-tit2 {
        /* background: url("../img/pc_title2.png") top center no-repeat; */
        background-image: url("../img/pc_title2.png");
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 0 auto 0.3rem;
        height: 0.24rem;
        padding-top: 0.6rem;
        width: 100%;
        background-size: auto .38rem;
    }

    .bx-mod-tit2 .tips {
        color: rgba(109, 18, 11, 1);
        font-size: 0.24rem;
        text-align: center;
        line-height: 0.24rem;
        display: block;
        top: auto;
        right: auto;
        position: inherit;
    }
    .bx-mod-info {
        text-align: center;
        font-size: 0.24rem;
        line-height: 0.24rem;
        height: 0.22rem;
        margin-bottom: 0.3rem;
    }
    .bx-mod-info a {
        text-decoration: underline;
        color: #035fe9;
    }

    .bx-mod-dot {
        position: absolute;
        right: -0.1rem;
        top: -0.04rem;
        width: 1.62rem;
        height: 0.4rem;
        cursor: pointer;
        color: #b12c2c;
        text-indent: 0.36rem;
        border: 0.01rem solid #b12c2c;
        border-radius: 0.2rem;
        line-height: 0.42rem;
        font-size: 0.22rem;
        /* font: 0.22rem/0.42rem 'PingFang SC'; */
        background-color: #fff;
        background-image: url("../img/pc_dot4.png");
        background-position: 0.08rem 0.08rem;
        background-size: 0.24rem 0.24rem;
        background-repeat: no-repeat;
    }
    .bx-mod-dot:hover {
        /* transform: translateY(-0.02rem);
        transition: all .2s ease-out; */
    }
    .bx-mod-dot.active {
        background-color: #b12c2c;
        color: #fff;
        background-image: url("../img/pc_dot3.png");
    }

    .bx-mod-tip {
        display: none;
        position: fixed;
        right: 50%;
        top: 50%;
        margin-top: -2.2rem;
        margin-right: -3.2rem;
        width: 5.7rem;
        height: 4.4rem;
        padding: 0.3rem;
        border: 0.01rem solid #ffcdb6;
        box-shadow: 0.02 0.02rem 0.06rem #ffcdb6;
        border-radius: 0.1rem;
        background: #fff;
    }
    .bx-mod-arrow {
        display: none;
        position: absolute;
        width: 0.13rem;
        height: 0.06rem;
        top: -0.06;
        right: 0.2rem;
        background: url("../img/pc_arrow.png") no-repeat center;
    }
    .bx-mod-tip p {
        text-align: center;
        color: #b12c2c;
        line-height: 0.8rem;
        font: 0.4rem/0.8rem "PingFang SC";
        margin-bottom: 0.1rem;
    }
    .bx-mod-tip span.span1 {
        display: none;
    }
    .bx-mod-tip span.span2 {
        display: block;
        color: #251c1c;
        word-break: break-all;
        line-height: 0.6rem;
        font: 0.3rem/0.6rem "PingFang SC";
    }
    .bx-mod-tip span.span2 span {
        display: block;
        margin-left: 0.45rem;
        position: relative;
    }
    .bx-mod-tip span.span2 span i {
        position: absolute;
        display: block;
        left: -0.4rem;
    }
    .bx-mod-tip .button {
        display: block;
        width: 2.4rem;
        height: 0.8rem;
        margin: 0.3rem auto 0;
        border-radius: 0.4rem;
        line-height: 0.8rem;
        text-align: center;
        color: #fff;
        font: 0.32rem/0.8rem "PingFang SC";
        background: linear-gradient(45deg, #c41212, #ff4c4c);
    }

    .bx-ul1,
    .bx-ul2 {
        overflow: hidden;
    }
    .bx-ul1 li {
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        width: 6.36rem;
        height: 1.2rem;
        font-weight: 700;
        margin: 0 0 0.16rem;
        line-height: 1.2rem;
        font: 0.32rem/1.2rem "PingFang SC";
        /* text-indent: 0.3rem; */
        text-align: center;
   
        color: #251c1c;
        border-radius: 0.08rem;
        text-indent: 0;
        /* background: url("../img/h5_item_bg1.png") no-repeat left center; */
        background-image: url("../img/h5_item_bg1.png");
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0.01rem 0.01rem 0.04rem #dbc9b8;
        padding: 0 .3rem;
        line-height: .5rem;


    }
    .bx-ul li:hover {
        box-shadow: 0.02rem 0.02rem 0.1rem #dbc9b8;
        transition: all 0.3s linear;
    }

    .bx-ul2 {
        padding-left: 0;
    }
    .bx-ul2 li {
        float: inherit;
        overflow: hidden;
        margin: 0;
    }
    .bx-ul2 li a {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 0.1rem;
        color: #251c1c;
        overflow: hidden;
        background: #fff;
        border: 0.01rem solid #ffcdb6;
        border-radius: 0.08rem;
        /* background: url("../img/pc_item_bg2.png") no-repeat top center; */
        box-shadow: 0.01rem 0.01rem 0.04rem #dbc9b8;
    }
    .bx-ul2 li .p1 {
        overflow: hidden;
        padding: 0.2rem;
        background-image: url("../img/h5_item_bg1.png");
    }
    .bx-ul2 li .p1 img {
        float: left;
        width: 2.66rem;
        height: 1.38rem;
        border-radius: 0.08rem;
        background: rgba(196, 196, 196, 1);
    }
    .bx-ul2 li .p1 .title {
        padding: 0.06rem;
        margin: 0;
        margin-left: 2.76rem;
        height: 1.26rem;
        line-height: 0.42rem;
        font-size: 0.32rem;
        font-weight: 400;
        -webkit-line-clamp: 3;
    }
    .bx-ul2 li .p1 .title::before {
        display: none;
    }
    .bx-ul2 li .p2 {
        padding: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: nowrap;
        font-size: 0.28rem;
    }
    .bx-ul2 li .p2 span {
        color: #d31a39;
        padding-left: 0.34rem;
        font-weight: bold;
        /* background-size: 0.16rem 0.16rem; */
    }
    .bx-ul2 li .p21 span {
        /* background: url("../img/pc_dot1.png") no-repeat left center; */
        background-image: url("../img/pc_dot1.png");
        background-size: 0.24rem 0.24rem;
        background-position: left center;
        background-repeat: no-repeat;
    }
    .bx-ul2 li .p22 span {
        /* background: url("../img/pc_dot2.png") no-repeat left center; */
        background-image: url("../img/pc_dot2.png");
        background-size: 0.24rem 0.24rem;
        background-position: left center;
        background-repeat: no-repeat;
    }
    .bx-ul2 li .p22 a {
        color: #035fe9;
        text-decoration: underline;
    }

    .bx-lis {
        position: absolute;
        width: 100%;
        height: 60rem;
        top: -0.6rem;
        left: 0;
        text-align: center;
    }
    .bx-lis span {
        display: inline-block;
        width: 2.2rem;
        color: #fff;
        text-align: center;
        line-height: 0.6rem;
        font: 0.32rem/0.6rem "PingFang SC";
        cursor: pointer;
        position: relative;
        background-size: 2.2rem .6rem;

    }
    .bx-lis span i {
        position: absolute;
        display: none;
        bottom: 0.06rem;
        left: 50%;
        width: 0.3rem;
        height: 0.04rem;
        border-radius: 0.02rem;
        background: #f8cd70;
        transform: translateX(-50%);
    }
    .bx-lis span.active {
        background-size: 2.2rem .6rem;

    }
    .bx-lis span.active i {
        display: block;
    }

    .box-fly {
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 750px) {
}
