/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    font-family: "Arial","Microsoft YaHei","微软雅黑",Helvetica,'montserrat',"Hiragino Sans GB",sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*控件*/
input:disabled + label {/*禁用的指针*/
    cursor: not-allowed
}
.Radio input,
.Checkbox input {
    display: none
}
.Radio label,
.Checkbox label {
    padding: 0 16px 0 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}
.Radio label:before,
.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0px 8px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1S;
}
.Radio label:hover:before,
.Checkbox label:hover:before {
    border-color: #57B37B;
}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
    background-color: #CCC;
    border-color: #999;
    opacity: 0.5;
}
.Radio input:disabled + label,
.Checkbox input:disabled + label {  
    opacity: 0.5;
}
.Radio input:checked + label:before {
    border: 5px solid #57B37B;
}
.Checkbox label:before {
    background: url(../img/ico_tick.svg) no-repeat center;
    background-size: 0;
    border-radius: 0px;
    transition: 0.2S;
}
.Checkbox input:checked + label:before {
    background-color: #57B37B;
    background-size: 16px;
    border-color: #57B37B;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 60px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
    cursor: pointer;
    color:#000;
    display: none;
    transition: all 0.5s;   
}
.totop:hover{
    background: #fff;
    color:#57B37B;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
    outline: none;
}

a:hover, a:focus{
    color: #000;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #CC0500!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #ED7E39!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_41535D{
    background: #41535D;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}
.mb_30{
    margin-bottom: 30px;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 92%;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav_top*/
.nav_top_bg{
    background: rgba(0, 0, 0, 1);
    transition: 0.5s;
    top: 0px;
    padding: 9px 0px;
}

/*nav*/
.nav_min .navbar{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.nav_min .container{
    display: flex;
    justify-content: center;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 49px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.nav_form{
    position: absolute;
    right: 0px;
}

@media (min-width: 768px) {
    .top_nav_block{
        display: block!important;
    }
    .sousuokuang_nav_ul h5 span{
        display: none;
    }
}

.sousuokuang_nav_ul h5 a{
    line-height: 30px;
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.sousuokuang_nav_ul h5 a:hover{
    text-decoration: underline;
}
.sousuokuang_nav_ul li a{
    line-height: 37px;
    color: #828282;
    font-size: 15px;
    text-transform: uppercase;
}
.sousuokuang_nav_ul li a:hover{
    color: #000;
    text-decoration: underline;
}

.top_xiala .nav-link{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 18px 10px 0px;
}
.top_xiala .nav-link span{
    position: absolute;
    top: 8px;
    right: 0px;
    transition: all 0.3s;
}
.top_xiala .nav-link.collapsed span{
    transform: rotate(0deg);
}
.top_xiala .nav-link span{
    transform: rotate(180deg);
}
.top_xiala .nav-link.collapsed{ 
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.top_xiala .nav-link{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.dn_menu_lg{
    width: 100%;
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 200px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}

.menu_a a{
    padding: 14px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    background: #fff;
    color: #000;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #57B37B;
    padding-left: 18px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.top_xiala .show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #57B37B;
    color: #fff;
}

/*三级导航*/
.helist{
    position: relative;
}
.helist .fa.fa-angle-right{
    position: absolute;
    right: 15px;
}
.three_li{
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    min-width: 100%;
    background: #fff;
    z-index: 9
}
.helist:hover .three_li{
    display: block;
}

/*语言搜索*/
.pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 16px 20px 16px 0px;
    display: flex;
    align-items: center;
    color: #9C9D98;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link span{
    right: 0px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #57B37B;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #57B37B;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #9C9D98;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #57B37B;
}

.lg_sousuo{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 50px;
}
.lg_sousuo .form-control{
    width: 148px;
    height: 28px;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 0px 12px;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 10px;
}
.lg_sousuo .btn{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    transition: all .5s;
    background: #000;
}
.md_sousuo:hover{
    background: #333;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #000;
}
.search_anniu_top2:hover:after{
    border: 1px solid #000;
}

.sousuokuang{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
    border-top: 1px solid #eee;
    z-index: 3000;
}
.sousuokuang_nav{
    padding-top: 48px;
    padding-bottom: 12px;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 58px;
    padding-bottom: 68px;
}
.container_style ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.tanchuang_tuichu{
    position: absolute;
    right: -58px;
    top: 0px;
    background: #eee;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #000;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

.shop_xiala{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    border-top: 1px solid #eee;
}
.tuichu_nav{
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
}
.sousuokuang_nav_nr{
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 1000;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
}
.sousuokuang_nav_nr .wrap{
    padding-top: 58px;
    padding-bottom: 58px;
}

/*下滑效果*/
.nav_style,.nav_style .nav_top_bg{
    transition: all .5s;
}
.hidden{
    transition: 0.5s;
    top: 0px;
}

/*banner*/
.banner{
    height: 950px;
    position: relative;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

.banner .swiper-pagination{
    bottom: 48px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 14px;
    transition: 0.5s;
    margin: 0px 6px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 42px;
    background: rgba(255, 255, 255, 1);
}

/*主体*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.gengduo{
    padding: 14px 48px;
    background: #000;
    color: #fff!important;
    font-size: 17px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #000;
}
.gengduo svg{
    fill: #fff;
    position: relative;
    width: 14px;
    height: 14px;
    top: -2px;
    transition: 0.5s;
}
.gengduo_card{
    padding: 14px 0px;
    color: #000!important;
    font-size: 28px;
    line-height: 48px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
}
.gengduo_card svg{
    fill: #000;
    position: relative;
    width: 24px;
    height: 24px;
    top: -2px;
    transition: 0.5s;
    margin-left: 14px;
}
.gengduo_card:hover svg{
    margin-left: 24px;
}
.gengduo:hover{
    color: #fff!important;
    background: #333;
    border: 2px solid #333;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(0, 58, 178, 0.1);
}

.p_13 p{
    font-size: 13px;
    line-height: 24px;
}
.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 38px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 38px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 24px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.row_5{
    margin-left: -5px;
    margin-right: -5px;
}
.col_5{
    padding-left: 5px;
    padding-right: 5px;
}

.ix_new_arrivals_card .card-body{
    padding: 12px 0px 0px 0px;
}
.ix_new_arrivals_card .card-body p{
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.ix_texmexjeans{
    background: #000;
    padding: 24px 0px;
}
.ix_texmexjeans_nr{
    padding: 12px;
}
.ix_texmexjeans_card .card-img-overlay{
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}
.ix_texmexjeans_card .fangda{
    width: 100%;
    height: 100%;
}
.ix_texmexjeans_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_texmexjeans_card .card-img-overlay svg{
    width: 38px;
    height: 38px;
    fill: #fff;
}
.ix_texmexjeans_card:hover .card-img-overlay{
    opacity: 1;
}

.modal_texmexjeans_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal_texmexjeans_card .card-body{
    height: 100% ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px;
}
.modal_texmexjeans_card .card-body .media{
    border-bottom: 1px solid #999;
    padding-bottom: 24px;
    margin-bottom: 38px;
}
.modal_texmexjeans_card .card-body .media img{
    width: 52px;
    height: 52px;
    border-radius: 52px;
    margin-right: 18px;
}
.modal_texmexjeans_card .card-body h6{
    border-top: 1px solid #999;
    margin-bottom: 0px;
    padding-top: 18px;
}

/*bottom*/
@media (min-width: 980px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 980px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 980px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(90deg);
        opacity: 0;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(0deg);
        opacity: 1;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #121212;
    padding-top: 88px;
    color: #fff;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card .bottom_nav_a a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #C9C9C9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #fff;
}

.di_beian{
    padding: 38px 0px;
    line-height: 30px;
    margin-top: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #C9C9C9;
    line-height: 36px;
    position: relative;
    font-size: 16px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}
.bottom_bg .bottom_contact li span{
    margin-left: 70px;
}

.bottom_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    color: #000;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #000;
    fill: #000;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #000;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #999;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.ix_dzlc_card .card-body{
    padding: 0px;
}
.ix_dzlc_card .card-body span{
    width: 120px;
    height: 120px;
}
.ix_dzlc_card2 .card-body span{
    background: none;
    border: 2px solid #fff;
}

.bottom_form .form-control{
    background: none;
    border-radius: 0px;
    color: #fff;
    height: 58px;
    outline: none;
    box-shadow: none;
    padding: 14px 18px;
}
.bottom_form .form-control::placeholder {
    color: #fff;
    opacity: 1
}
.bottom_form .input-group-append a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: #fff;
}

.size_chart_table{
    background: #eee;
}
.size_chart_table td,.size_chart_table th{
    text-align: center;
    vertical-align: middle;
    color: #333;
    padding: 18px 12px;
    line-height: 30px;
}
.size_chart_table .size_chart_table_jiacu td,.size_chart_table .size_chart_table_jiacu th{
    font-weight: 700;
}

.form_wholesale .form-control{
    border-radius: 0px;
    padding: 12px 18px;
}
.form_wholesale .form_input_height{
    height: 52px;
}

/* ----------------------------------------------------------------
    Products
----------------------------------------------------------------- */
.products_nav{
    display: flex;
    justify-content: space-between;
}

.ps_dropdown .ps_dropdown_a{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 24px 16px 0px;
    position: relative;
}
.ps_dropdown .ps_dropdown_a span{
    position: absolute;
    right: 0px;
}
.ps_dropdown .dropdown-menu{
    margin-top: 0px;
    border-radius: 8px;
    padding: 0px;
    border: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.ps_dropdown .dropdown-menu a{
    line-height: 30px;
    font-size: 14px;
    padding: 12px 15px;
}
.products_nav_left_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}

.ps_dropdown .ps_dropdown_a2{
    border: 1px solid #000;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 66px 16px 18px;
    position: relative;
}
.ps_dropdown .ps_dropdown_a2 span{
    position: absolute;
    right: 16px;
}
.ps_dropdown2 .dropdown-menu{
    width: 100%;
    border-radius: 0px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #eee;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px!important;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #eee;
}
.page_ul{
    background: #eee;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #fff;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 20px;
}
.page-item .page_link_right{
    margin-left: 20px;
}
.page-item .page-link:hover{
    color: #000;
}
.page-item.active .page-link{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #fff;
    background: #000;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.27);
    border: none;
}

.ps_ds_left_card{
    margin-bottom: 10px;
}
.ps_ds_left_card .card-img-overlay{
    background: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: row-reverse;
    opacity: 0;
    transition: 0.5s;
    padding: 28px;
}
.ps_ds_left_card .card-img-overlay span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
}
.ps_ds_left_card .card-img-overlay span svg{
    width: 18px;
    height: 18px;
    fill: #000;
}
.ps_ds_left_card:hover .card-img-overlay{
    opacity: 1;
}

/*详情页*/
.ps_ds_bt{
    font-size: 28px;
    margin-bottom: 18px;
}
.ps_ds_size_chart a{
    text-decoration: underline;
}

.ps_ds_ul_xuanze .list-inline-item:not(:last-child){
    margin-right: 2px;
}
.ps_ds_ul_xuanze li a{
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 12px 18px;
    margin-bottom: 6px;
    /*text-decoration: line-through;*/
}
.ps_ds_ul_xuanze li.active a,.ps_ds_ul_xuanze li a:hover{
    
    background: #ffffff;
    color: #000000;
    text-decoration: auto;
}

.faq_style .card{
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border-color: #E3E3E3;
}
.faq_style .card .faq_bt{
    cursor: pointer;
}
.faq_style .card .faq_bt h4{
    font-size: 18px;
    padding-right: 48px;
    padding: 14px 0px;
}
.faq_style .card .faq_bt span{
    position: absolute;
    top: 11px;
    right: 0px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.faq_style .card .card-body{
    padding: 0px 0px 24px 0px;
}
.faq_style_ul li{
    line-height: 30px;
    margin-bottom: 12px;
}
.ps_ds_size_chart_nr{
    padding: 58px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1500px){
}

@media (max-width: 1400px){
    .banner{
        height: 680px;
    }
}

@media (max-width: 1200px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0px;
        height: 38px;
    }
    .sousuokuang_nav_nr{
        max-height: 75vh;
        overflow-y: auto;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .pt-7{
        padding-top: 68px;
    }
    .pb-7{
        padding-bottom: 68px;
    }

    .banner{
        height: 480px;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }

    .products_nav{
        flex-direction: column;
    }
}
@media (max-width: 980px){
    /*top*/

    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .di_beian,.di_about{
        margin-top: 0px;
        padding: 24px 0px;
    }

    .ps_ds_size_chart_nr{
        padding: 24px;
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        background: #eee;
        z-index: 1000;
    }

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }

    .ix_bt h3,.gengduo_card,.ix_bt h1{
        font-size: 24px;
        line-height: 38px;
    }
    .p_18 p, .p_18{
        font-size: 14px;
        line-height: 24px;
    }
    .ps_dropdown .ps_dropdown_a{
        font-size: 14px;
    }
    .products_nav_left_ul .list-inline-item:not(:last-child){
        margin-right: 8px;
    }

    .top_xiala .nav-link{
        left: 15px;
    }
    .nav_form{
        right: 15px;
    }

    .sousuokuang_nav_ul h5{
        font-size: 15px;
        padding: 14px 0px;
        margin-bottom: 0px;
    }
    .sousuokuang_nav_ul h5 a{
        margin-bottom: 0px;
        display: block;
        padding-right: 48px;
    }
    .sousuokuang_nav_ul h5 span{
        width: 38px;
        height: 38px;
        border-radius: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 15px;
        top: 11px;
        font-size: 18px;
        background: #000;
        color: #fff;
        transform: rotate(180deg);
        transition: 0.5s;
    }
    .sousuokuang_nav_ul h5 span.collapsed{
        background: #f9f9f9;
        color: #666;
        transform: rotate(0deg);
    }
    .sousuokuang_nav_nr .wrap{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner{
        height: 280px;
    }
    .banner .swiper-pagination{
        bottom: 24px;
    }

    .md_sousuo,.md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after,.search_anniu_top:hover:after{
        border: 1px solid #000;
    }
    .search_anniu_top:before,.search_anniu_top:hover:before{
        background: #000;
    }
    .gengduo_card svg{
        width: 18px;
        height: 18px;
    }
    .modal_texmexjeans_card .card-body{
        padding: 24px;
    }


}




















/* 分页导航容器样式 */
nav[aria-label="Page navigation example"] {
    text-align: center;
    margin: 20px 0;
}

/* 基础分页容器样式 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto; /* 水平居中 */
    border-radius: 4px;
}

/* 分页列表项基本样式 */
.pagination li {
    display: inline;
}

/* 分页链接基本样式 */
.pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    transition: all 0.3s ease;
}

/* 第一个和最后一个分页项的边界圆角 */
.pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
        height: 33.5px;
}

.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
            height: 33.5px;
}

/* 鼠标悬停时的样式 */
.pagination a:hover {
    background-color: #eee;
    color: #23527c;
    z-index: 2;
}

/* 选中页（当前页）的样式 - 蓝色背景 */
.pagination .active a {
    z-index: 3;
    color: white;
        background-color: #000000;
    border-color: #000000;
    cursor: default;
}

/* 禁用状态的样式 */
.pagination .disabled a {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination .disabled a:hover {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

/* 省略号等特殊符号的样式调整 */
.pagination a span {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

/* 响应式调整 - 小屏幕下的样式 */
@media (max-width: 768px) {
    .pagination a {
        padding: 4px 8px;
        font-size: 12px;
    }
}





























  /* 基础样式 */
        .search-bar {
            /*background-color: black;*/
            color: white;
                padding: 12px 16px 20px 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: -50px;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            box-sizing: border-box;
        }
        
        .search-items {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
    
        .search-item {
            display: flex;
            align-items: center;
            background-color: #222;
            padding: 5px 5px;
            border-radius: 6px;
            text-decoration: none;
            color: white;
            transition: background-color 0.2s;
            font-size: 12px;
        }
        
            
        .search-item:hover{
           background-color: #a1a1a1; 
        }
        .close-icon {
            font-size: 12px;
            margin-left: 8px;
            line-height: 1;
        }
        
        .description {
            margin-left: 12px;
            font-size: 14px;
        }
        
        .main-close {
            background: none;
            border: none;
            color: white;
            font-size: 18px;
            cursor: pointer;
            transition: color 0.2s;
            padding: 4px;
        }
        
        /* 响应式适配手机 */
        @media (max-width: 640px) {
            .search-bar {
                padding: 8px 12px;
            }
            
            .search-item {
                padding: 6px 10px;
                font-size: 12px;
            }
            
            .close-icon {
                font-size: 10px;
                margin-left: 6px;
            }
            
            .description {
                margin-left: 8px;
                font-size: 12px;
            }
            
            .main-close {
                font-size: 16px;
            }
        }

