
    html{
        font-size:20px!important;
    }
body,html {
    overflow-x: hidden;
    overflow-y: visible;
    height:100%;
    width:100%;
}
body{
    max-width: 1080px;
    margin: 0 auto;
}
    ::-webkit-scrollbar{
    display: none;
}
::-webkit-scrollbar-thumb{
    display: none;
} 
::-webkit-scrollbar-track{
    display: none;
} 
body{
    position: relative;
}
.m_title{
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.con5_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 0.5rem; */
    margin-top: 1.8rem;
}
.con_more{
    /* font-size: 0.5rem;
    padding-right:1rem;
    box-sizing: border-box;
    display: block; */
}
.list_top{
    z-index: 20;
    top: 2.479rem;
    left: 0;
    z-index: 10;
    width:100%;
    height: 1.75rem;
    position: fixed;
    background-color: white;
}
.list_top_inner{
    height: 100%;
    position:relative;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding:0 1rem;
    box-sizing: border-box;
    align-items: center;
}
.listt_left{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.listt_back_btn{
    width: 0.75rem;
    height: 0.75rem;
}
.listt_back_btn > img{

    height: 100%;
}
.listt_title{
    margin-left: 0.75rem;
    font-size: 0.8rem;
    font-weight: bold;
}
.listt_right{
    position: absolute;
    right:1rem;

    display: flex;
    align-items: center;
}
.listt_right > span{
    display: inline-block;
    font-size: 0.7rem;
}
.listt_right_icon{
    margin-left: 0.25rem;
    width: 0.7rem;
    height: 0.7rem;
}
.listt_right_icon > img{
    height:100%;
}

.list_banner > img{
    width:100%;
    height:100%;
}
.list_ban_tags{
    z-index: 10;
    position: absolute;
    top: 0.75rem;
    left: 1rem;
}
.list_ban_tag{
    /* line-height: 1.25rem; */
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    border-radius: 0.25rem;
    background-color: #35a0fc;
    color: white;
}
.list_ban_txts{
    text-align: left;
    color: white;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
}
.list_ban_stitle, .list_ban_title{
    font-size: 0.9rem;
    font-weight: 600;
    /* line-height: 1rem;*/
    padding-right: 1rem;
}
.list_ban_title{
    margin-bottom: 0.5rem;
}
.list_ban_txt{
    font-size: 0.7rem;
    font-weight: 400;
    padding-right: 1rem;
}

.list_empty_space{
    margin-top: 4rem;
}

.wrapper{
    margin: 0 auto;
    position: relative;
    width: calc(100% - 2rem);
    /* height: 45vw; */
    max-height: 25rem;
    min-height: 10rem;
    /* margin-bottom: 4rem; */
}


.swiper {
    
    width: 100%;
    height: 55vw;
    max-height: 20rem;
    position: relative;
}

.swiper-slide {
    /* border: 1px solid gray; */
    overflow: hidden;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide::before{
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgb(0 0 0 / 57%), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.swiper-slide img {
    background-color: #4e4e4e;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* pagination */
.mySwiper .swiper-pagination{
    position: absolute;
    bottom: -1rem;
    text-align: center;
}
.swiper-pagination-bullet{
    height: 0.15rem;
    width: 0.15rem;
    background-color: #a2a2a2;
}
.swiper-pagination-bullet-active{
    background-color: #828282;
}
.swiper-txts{
    z-index: 4;
    color: white;
    text-align: left;
    position: absolute;
    top: 1.5rem;
    left: 0;
    padding: 0 1rem;
    box-sizing: border-box;
}
.swiper-title{
    font-size: 0.6rem;
    margin-bottom: 0.75rem;
    line-height: 0.75rem;
}
.swiper-prc{
    font-size: 0.7rem;
    font-weight: bold;

}
.swiper-more-btn{
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    line-height: 1.5rem;
    padding: 0 0.75rem;
    text-align: center;
    font-size: 0.6rem;
    border-radius: 0.75rem;
    background-color: #35a0fc;
    color: white;
}

.m_title{
    display: flex;
    align-items: center;
}
.m_title_img{
    margin-right: 0.25rem;
    width: 0.75rem;
    height: 0.75rem;
}
.m_title_img>img{
    height: 100%;
}
.con5_wrap{
    position: relative;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    box-sizing: border-box;
}
/* .con5_wrap::before{
    content: '';
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    height:1px;
    width:calc(100% - 2rem);
    background-color: #dfdfdf;
} */

.con_more{
    font-size: 0.5rem;
    padding-right:1rem;
    box-sizing: border-box;
    display: block;
}
.con5_flex_box{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}
.con5_item{
    margin-bottom: 0.5rem;
    overflow: hidden;
    width: calc(50% - 0.3rem);
    border: 0.05rem solid #dfdfdf;
    border-radius: 0.5rem;
    /* height: 55vw; */
}
.con5_it_img{
    background-color: #828282;
    height: 30vw;
    max-height: 16rem;
}
.con5_it_img > img{
    width: 100%;
    height: 100%;
}
.con5_txt{
    /* height: 50%; */
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0.5rem;
    box-sizing: border-box;
    justify-content: space-between;
}
.con5_tags{
    top:-0.5rem;
    left: 0.5rem;
    position: absolute;
}
.con5_tag{
    width: 2.25rem;
    height: 1rem;
    font-size: 0.6rem;
    line-height: 1rem;
    border-radius: 0.25rem;
    background-color: #35a0fc;
    text-align: center;
    color: white;
}
.con5_stitle{
    font-size: 0.5rem;
    color: #767676;
    margin-bottom: 0.35rem;
}
.con5_title{
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    height: 2rem;
    line-height: 1.4;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .8rem;
    color: #4e4e4e;
}
.con5_revs{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.con5_star{
    color: #ffd33e;
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 600;
}
.con5_starnum{
    margin-left: 0.2rem;
    color: #be8233;
}
.con5_rev_count{
    font-size: 0.4rem;
    color: #8d8d8d;
}
.con5_prc{
    font-size: .9rem;
    font-weight: 700;
    text-align: right;
    color: #111111;
}
.con6_more_btn{
    height: 2rem;
    line-height: 2rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
    background-color: white;
    border: 1px solid #e3262d;
    color: #e3262d;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
}

.con6_open_btn{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f9f9f9;
    /* line-height: 2rem; */
    /* height: 2rem; */
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
}
.con6_open_inner{
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    box-sizing: border-box;
    font-size: 0.8rem;
    color: #4e4e4e;
    font-weight: 600;
}
.con5_wrap{
    display: none;
    /* padding-top: 1rem; */
    box-sizing: border-box;
}
.con5_wrap.active{
    display: block;
}
.con6_open_btn:nth-last-of-type(1){
    margin-bottom:2rem;
}


.flt_l {
    transition: bottom 0.5s;
    z-index: 12;
    background-color: white;
    position: fixed;
    bottom: -100%;
    color: #4e4e4e;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    height: 80%;
    max-height: 80%;
    width: 100%;
    overflow: hidden;
    /* overflow-y: auto; */
    border-radius: 2rem 2rem 0 0;
}
.flt_l.active{
    bottom: 0;
}
.flt_bg{
    transition: all 0.5s;
    opacity:0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
    .flt_bg.active{
    opacity:1;
    visibility: visible;
}
.flt_l_dth1 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1.25rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
}
.flt_wrap{
    overflow-y: auto; 
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
}

.flt_l_dth1:last-child {
    border-bottom: none;
}

.flt_l_dth1>li {
    box-sizing: border-box;
}

.flt_l_dth2 {
    padding-right: 1.75rem;
    box-sizing: border-box;
}
.flt_l_dth2>li>ul{
    display: none;
}
.flt_title {
    font-size: 0.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.flt_title.active>p>.fas {
    transform: rotate(180deg);
}

.flt_title_alt {
    display: none;
    margin-right: 0.5rem;
    font-size: 0.6rem;
    color: #35a0fc;
}

.flt_title.active>p>.flt_title_alt {
    display: inline;
}

.flt_title>span {
    color: black;
    font-size: 0.75rem;
    font-weight: bold;
}

.flt_title>p>.fas {
    font-size: 0.75rem;
}

.flt_title.active>.fas {
    transform: rotate(180deg);
}

.flt_l_dth1 ul {
padding-left: 0.75rem;
    box-sizing: border-box;
}

.flt_chkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 1.75rem;
    align-items: center;
/* margin: 10px 0; */

}

.flt_txt {
    padding-left: 0.5rem;
    font-size: 0.6rem;
}

.flt_sq {
    position: relative;
    border-radius: 0.25rem;
    display: block;
    float: left;
    margin-top: 0.5rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #e2e2e2;

}

.flt_chkbox>.fas {
    font-size: 0.75rem;
}

.flt_chkbox.active>.fas {
    transform: rotate(180deg);
}

/* .flt_chkbox.active .flt_sq {
    background-color: #35a0fc;
} */

/* .flt_chkbox.active .flt_sq::before {
    content: '';
    top: 50%;
    left: 50%;
    width: calc(100% - 0.3rem);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 0.1rem;
    background-color: white;
} */

.hd_chk_box {
    display: none;
}

.hd_chk_box:checked+.flt_chkbox .flt_sq {
    background-color: #35a0fc;
}

.hd_chk_box:checked+.flt_chkbox .flt_sq::before {
    content: '';
    top: 50%;
    left: 50%;
    width: calc(100% - 0.3rem);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 2px;
    background-color: white;
}

.flt_inp_line {
    width: 100%;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flt_inp_line>span {
    font-size: 0.75rem;
/* width: 100px; */
}

.flt_inp_line>span:first-child {
    margin-right: 0.25rem;
}

.flt_inp_line>span:last-child {
    font-size: 0.6rem;
}

.inp_prc {
    font-size: 0.6rem;

    padding-left: 0.5rem;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: 1px solid #e2e2e2;
    width: calc(100% - 3rem);
    height: 1.5rem;
}

.flt_apl_alt {
    font-size: 0.5rem;
    color: #4e4e4e;
    margin-bottom: 1rem;
}

.flt_apl_tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flt_apl_tags>label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.6rem;
    color: #828282;
    width: calc(33.3333% - 0.25rem);
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 0.25rem;
}

.flt_apl_chk {
    display: none;
}

.flt_apl_chk:checked+label {
    background-color: #35a0fc;
    color: white;
}

.flt_srch_box {
    height: 1.5rem;
    align-items: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e2e2;
    outline: none;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}

.flt_srch_inp {
    padding-left: 0.25rem;
    font-size: 0.6rem;
    width: 8rem;
    outline: none;
    border: none;
    margin-right: 0.5rem;
}

.flt_srch_btn {
    cursor: pointer;
    padding-left: 0;
    padding-right: 0.5rem;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    outline: none;
}

.flt_top_title{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    background-color: white;
    margin-bottom: 0.75rem;
    line-height: 3rem;
    text-align: center;
}
.flt_top_tags{
    margin-bottom: 0.5rem;
    display: flex;
}
.flt_top_tag{
    font-size: 0.5rem;
    margin-right: 10px;
    color: #4e4e4e;
    background-color: #f1f1f1;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 5px;
    
}
.flt_top_tag > .fas{
    cursor: pointer;
}
.flt_top_tag > .fas{
    
}
.flt_top_tname{
    margin-right: 10px;
}
.flt_top_rst{
    cursor: pointer;
    color: #35a0fc;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 5px;
}
.flt_top_rst>.fas{
    margin-right: 10px;
}
.flt_bot_btn_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}
.flt_bot_btn{
    border-radius:0.5rem;
    width: 15.75rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #35a0fc;
    font-size: 0.75rem;
    color: white;
    font-weight: bold;
}
.flt_top_cancel{
    color: #35a0fc;
    font-size: 0.5rem;
}