@charset 'utf-8';
@media screen and (max-width: 720px){
    /* tips部分 */
    .tips{
        padding: 0.4rem 0.2rem;
    }
    .tips_title{
        font-size: 0.36rem;
    }
    .tips_main{
        width: 100%;
        margin-top: 0.2rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tips_item{
        width: auto;
        margin-bottom: 0.1rem;
        font-size: 0.26rem;
    }
    .tips_item::before{
        width: 0.1rem;
        height: 0.1rem;
        margin-right: 0.1rem;
    }
    .tips_item:last-of-type{
        margin-bottom: 0; 
    }
    .tips_item::before{
        content: '';
        width: 0;
        height: 0;
        margin-right: 0;
    }
    /* tips end */

    /* jxlc */
    .jxlc{
        padding: 0.4rem 0.2rem;
        background-size: cover;
    }
    .column_title_title{
        font-size: 0.4rem;
        padding: 0 0.2rem;
        line-height: 1.5em;
    }
    .column_line{
        width: 0.6rem;
        height: 0.04rem;
        margin-top: 0.2rem;
    }
    .title_des{
        font-size: 0.26rem;
        margin-top: 0.3rem;
    }
    .jxtj_lists{
        margin-top: 0.4rem;
        column-gap: 0.2rem;
        column-count: 2
    }
    .jxtj_list{
        width: 3.3rem;
        height: auto;
        margin-bottom: 0.2rem;
        border-radius: 0 0.4rem 0 0.4rem;
        border: 0.1rem solid #fff;
    }
    .jxtj_list_img{
        height: 3.3rem;
        overflow: hidden;
    }
    .jxtj_list_text{
        padding: 0.2rem;
        transition: none;
        position: initial;
        background: #fff;
        color: #333;
        line-height: 1.5em;
    }
    .jxtj_price{
        font-size: 0.3rem;
    }
    .jxtj_pathname{
        font-size: 0.26rem;
        font-weight: normal;
        margin-top: 0.1rem;
    }
    .jxtj_des{
        font-size: 0.26rem;
        margin-top: 0.1rem;
    }
    .jxtj_btn{
        width: auto;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
        border-radius: 0.2rem;
        position: absolute;
        top: 2.7rem;
        left: initial;
        right: 0.2rem;
        transform: translateX(0);
        padding: 0 0.2rem;
    }
    .jxtj_list:hover .jxtj_list_text{
        height: auto !important;
        background: #fff;
    }
    .jxtj_list:hover .jxtj_btn{
        bottom: initial;
    }
    .jxtj_lists_center .jxtj_list:first-of-type{
        height: auto;
    }
    .jxtj_lists_center .jxtj_list:last-of-type{
        height: auto;
    }
    /* jxtj end */

    /* wmyj */
    .wmyj{
        padding: 0.4rem 0.2rem;
        background: none;
        background-size: cover;
    }
    .swiper_wnyj_big{
        height: auto;
        margin-top: 0.2rem;
    }
    .column_title_wmyj{
        color: #333;
    }
    .swiper_wnyj_big .swiper_img{
        width: 100%;
        height: 4.33rem;
        float: none;
    }
    .swiper_wnyj_big .swiper_text{
        width: 100%;
        height: auto;
        float: none;
        padding: 0rem;
        margin-top: 0rem;
        padding: 0.2rem 0.2rem 1rem 0.2rem;
    }
    .swiper_text_title{
        font-size: 0.3rem;
    }
    .swiper_text_des{
        font-size: 0.24rem;
        margin-top: 0;
        text-indent: 0;
        height: 2rem;
    }
    .swiper_text_des p{
        margin-bottom: 0rem;
    }
    .swiper_text_btn{
        width: auto;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
        right: 50%;
        bottom: 0.2rem;
        transform: translateX(50%);
        border-radius: 0.1rem;
    }
    .swiper_wnyj_small{
        display: none;
    }
    /* wmyj end */

    /* cwdb */
    .cwdb{
        padding: 0.4rem 0;
        /* background-attachment: scroll; */
    }
    .cwdb .title_des{
        padding: 0 0.2rem;
    }
    .swiper_cwdb{
        margin-top: 0.5rem;
        padding-bottom: 0;
    }
    .swiper_cwdb .swiper-slide{
        width: 6rem !important;
    }
    .swiper_cwdb .swiper_img{
        height: 3.82rem;
        font-size: 0;
    }
    .swiper_cwdb .swiper_img p{
        font-size: 0.26rem;
        left: 0.2rem;
        bottom: initial;
        top: 0.2rem;
    }
    .swiper_cwdb_btn{
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
        bottom: 0.2rem;
    }
    .swiper_cwdb .swiper_text{
        height: 3rem;
        padding: 0.1rem 0.2rem;
        font-size: 0.24rem;
        overflow: hidden;
        overflow-y: auto;
    }
    .swiper_cwdb .swiper_btn_prev{
        left: 30%;
    }
    .swiper_cwdb .swiper_btn_next{
        right: 30%;
    }
    .swiper_cwdb .swiper-pagination{
        display: none;
    }
    .swiper_cwdb .swiper_btn{
        display: none;
    }
}