*
{
    padding: 0;
    margin: 0;
    font-family: Arial;
}
/* :root {
    --commonColor: #3863A3;
    --hoverColor: #6082b5;
  } */
body {
    color:#333;
    margin:0px;
    padding:0px;
    /* overflow-x: hidden; */
    width: 100%;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
h1,h2,h3,h4,h5,h6 {
    text-shadow: none;
}
a {
    text-decoration: none;
    color: #999999;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    /* transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s; */
}
/* 全局主题色 */
.QuantityColor{
    color: var(--commonColor,'#3863A3')!important;
    border: 1px solid var(--commonColor,'#3863A3')!important;
}
.commonBg{
    background-color: var(--commonColor,'#3863A3');
}
.commonBor{
    border: 1px solid var(--commonColor,'#3863A3')!important;
}
.common2Bor{
    border: 2px solid var(--commonColor,'#3863A3')!important;
}
.common3BorTop{
    border-top: 3px solid var(--commonColor,'#3863A3')!important;
}
.commonFont{
    color: var(--commonColor,'#3863A3')!important;
}
.top2 .commonFont{
    color: #fff;
}
#top2 .commonBg{
    background-color: #fff;
}
.comFontfff{
    color:#fff!important;
}
.navActive{
    background-image: linear-gradient(var(--commonColor,'#3863A3'), #fff);
}
#top2 .navActive{
     background-image: linear-gradient(#ffffff, #fff);
   /* border-bottom: 4px solid var(--commonColor,'#3863A3'); */
    margin: 0 30px;
    padding: 0 0;
}
.hover:hover{
    color: var(--commonColor,'#3863A3');
    text-decoration: none;
}
.hover:hover i{
    color: var(--commonColor,'#3863A3');
}
.container{
    /* width: 100%; */
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 30px;
    min-width: 923px;
    margin-right: auto;
    margin-left: auto;
}
.container p {
    color: #333;
}
address, cite, dfn, em, var {
    font-style: normal;
}
input {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'OpenSansRegular';
    color: #6B6B6B;
    outline-style: none;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #CBCACF;
    border-radius: 2px;
    outline: none;
}
input[type="radio"]{
    color: #ddd;
}
/* 清除浮动 */
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;
}
/* hover */
a:hover,a:active,a:focus{
    text-decoration: none;
}
button{
    border-color:transparent;
    cursor: pointer;
    border-color: transparent;
    border-style: none;
    border-width: 0!important;
}
:focus {
    outline: none;
}
button.fff{
    background: #fff;
    padding: 8px 30px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-width: 1px!important;
}
button.fff:hover,button.fff:active,button.fff:focus{
    border: 1px solid var(--hoverColor,'#6082b5');
    color: var(--hoverColor,'#6082b5');
}
button.a3{
    padding: 8px 30px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
button.a3:hover,button.a3:active,button.a3:focus{
    background-color: var(--hoverColor,'#6082b5');
    border: 1px solid var(--commonColor,'#3863A3');
    color: #fff;
}
.noBuy{
    background-color:#ddd;
    cursor :not-allowed;
}
.noBuy:hover,.noBuy:active,.noBuy:focus{
    background-color:#ddd!important;
}
/* 价格样式 */
.price{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: var(--price_color1,var(--commonColor));;
    line-height: 24px;
}
/* 溢出隐藏 */
.ellipsis5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ellipsis4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ellipsis3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-family: Arial;
}
.ellipsis1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/* 强行换行 */
.breakword{
    word-wrap: break-word;
    word-break: normal;
}
/* 描述字体颜色 */
.font666{
    color: #666666;
}
/* 边距 */
.mt5{
    margin-top: 5px;
}
.mb5{
    margin-bottom: 5px;
}
.ml5{
    margin-left: 5px;
}
.mr5{
    margin-right: 5px;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right: 10px;
}
.mt15{
    margin-top: 15px;
}
.mb15{
    margin-bottom: 15px;
}
.ml15{
    margin-left: 15px;
}
.mr15{
    margin-right: 15px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.ml20{
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}
.mt25{
    margin-top: 25px;
}
.mb25{
    margin-bottom: 25px;
}
.ml25{
    margin-left: 25px;
}
.mr25{
    margin-right: 25px;
}
.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.ml30{
    margin-left: 30px;
}
.mr30{
    margin-right: 30px;
}
.mt50{
    margin-top: 50px;
}
.mb50{
    margin-bottom: 50px;
}
.ml50{
    margin-left: 50px;
}
.mr50{
    margin-right: 50px;
}
.mt40{
    margin-top: 40px;
}
.mb40{
    margin-bottom: 40px;
}
.ml40{
    margin-left: 40px;
}
.mr40{
    margin-right: 40px;
}
.mt80{
    margin-top: 80px;
}
.mb80{
    margin-bottom: 80px;
}
.ml80{
    margin-left: 80px;
}
.mr80{
    margin-right: 80px;
}
.Welcome {
    display: flex;
    justify-content: space-between;
}
.Welcome span {
    display: inline-block;
    line-height: 30px;
    color: #666666;
    font-size: 12px;
    font-family: Arial;
}
/* 列表最小高度 */
.minh{
 height: 450px;
}
.block{
    display: block;
}
.none{
    display: none;
}
.hidden{
    overflow: hidden;
}
/* 列表图片 */
.imgcss{
    width: 264px;
    height: 264px;
}
/* 导航背景色 */
.background{
    background: #DAE3EF;
}
/* flex布局 */
.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}
.align {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}
.updown {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.center{
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items:center;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

/* checkbox style open*/
.checkbox__inner.active:before {
    content: "";
    margin-right: 10px;
    /* margin-top: -5px; */
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: var(--commonColor,'#3863A3');
}
.checkbox__inner.active:after{
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    background: white;
    width: 1px;
    height: 1px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
/* checkbox style end*/
.topNav{
    height: 30px;
    background: #EEEEEE;
}
.topNav div>ul{
    display: flex;
    justify-content: flex-end;
}
.topNav div>ul>li{
    margin-left: 15px;
    height: 30px;
    line-height: 30px;
}
.topNav div>ul>li>a{
    color: #666666;
    font-size: 12px;
    font-family: Arial;
}
.topNav div>ul>li.topLi span{
    height: 9px;
    width: 1px;
    margin-left: 10px;
    background-color: #999999;
    display: inline-block;
}
.topNav div>ul>li>a i{
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.currency{
    /* margin-left: 40px!important; */
    position: relative;
}
/* .top2 .currency {
    margin-left: 0px!important;
} */
.currency a span{
    color: #666666;
    font-size: 14px;
    font-family: Arial;
}
.lang{
    position: relative;
    /* margin-right: 30px; */
}
.currencyUl,
.langUl{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(15, 40, 76, 0.32);
    z-index: 1001;
    position: absolute;
    display: none;
}
.langUl{
    right: 0px;
}
.currencyUl li a,
.langUl li a{
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    font-family: Arial;
    line-height: 22px;
    text-align: left;
    min-width: 70px;
}
.currency a:hover, .currency a:focus,
.lang a:hover, .lang a:focus{
    text-decoration: none!important;
}
.logoImg{
    width: 18%;
    max-height: 65px;
    margin-left: 30px;
}
.logoImg img{
    /* width: 295px; */
    width: 100%;
    height: auto;
    max-height: 64px;
    object-fit: scale-down;
    /* margin-top: 5px; */
}
.logoNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 30px;
}

/*  */
.search{
    width: 27%;
    margin-left: 16%;
    position: relative;
}
.search input{
    border-radius: 0;
    height: 38px;
    /* width: 396px; */
    max-width: 396px;
    width: 100%;
    padding-left: 35px;
    font-size: 16px;
}
.search p a{
    color: #999;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}
.search i{
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #CDCDCD;
}
.searchDiv{
    display: flex;
}
.search button{
    width: 58px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    padding: 0px;
    border-radius: 0px;
    min-width: 40px;
}
.search button i{
    color: #fff;
    position: static;
}
.search input{
    padding-left: 12px;
}
.imgRight{
    display: flex;
    align-items: center;
}
.imgRight img{
    margin-left: 10px;
}
/* 购物车 */
.carContent{
    display: none;
    padding-top: 10px;
    z-index: 1000;
    position: absolute;
    right: 0;
}
.carContentL{
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(15, 40, 76, 0.32);
    width: 400px;
    height: 250px;
}
.carContent ul{
    height:90px;
    overflow-y: auto;
}
.carContentL>span{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;  /* 左边框的宽 */
    border-right: 10px solid transparent; /* 右边框的宽 */
    border-bottom: 10px solid #fff; /* 下边框的长度|高,以及背景色 */
    font-size: 0;
    line-height: 0;

    /* box-shadow: 5px 8px 11px rgba(0,0,0,0.4); */

    position: absolute;
    display: block;
    top: 0px;
    right: 15px;
}
.carContent p{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    border-bottom: 1px solid #CBCACF;
    padding: 12px 20px;
}
.carContent ul{
    padding: 10px;
}
.carContent li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 15px 10px;
    border-bottom: 1px solid #CBCACF;
}
.carContent .cart-img {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    margin-left: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carContent .cart-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/* .carContent li a img{
    width: 46px;
    height: 46px;
    margin-right: 10px;
    margin-left: 0px;
} */
.carContent li a .shopDes{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #000000!important;
    width: 160px;
    line-height: 24px;
}
.carBtn{
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}
.addCar{
    padding: 10px 60px!important;
}
.cartImg{
    position: relative;
    cursor: pointer;
    padding-right: 15px;
    margin-right: 30px;
}
.iconCar{
    margin-left: 10px;
    z-index: 10;
}
.iconCar i{
    font-size: 28px;
}
.cart_icon_color1{
    color: var(--cart_icon_color1,var(--commonColor))!important;
}
.viewshopping_icon_color1{
    background-color: var(--viewshopping_icon_color1,var(--commonColor));
    border: 1px solid var(--viewshopping_icon_color1,var(--commonColor));
}
.carBtn .carClose {
    border: 1px solid var(--viewshopping_icon_color1,var(--commonColor));
    color: var(--viewshopping_icon_color1,var(--commonColor));
}
.continueshopping_icon_color3{
    border:1px solid var(--continueshopping_icon_color3,var(--commonColor));
    color: var(--continueshopping_icon_color3,var(--commonColor));
}
.search_color1{
    background-color: var(--search_color1,var(--commonColor));
}

.search_color1:hover{
    background-color: var(--search_color1,var(--commonColor));
}
.search2 .search_color1{
    color: var(--search_color1,var(--commonColor))!important;
    background-color:#fff!important;
}
.search2 .search_color1{
    background-color:#fff!important;
}
.search_color2{
    border:1px solid var(--search_color2,var(--commonColor));
}
.search_color2_b{
    border:1px solid var(--search_color2,var(--commonColor));
}
.add_cart_color1{
    background-color:var(--add_cart_color1,var(--commonColor));
    border:1px solid var(--search_cadd_cart_color1olor2,var(--commonColor));
}
.add_cart_color1:hover{
    background-color:var(--add_cart_hover_color2,var(--commonColor))!important;
    border:1px solid var(--add_cart_color2,var(--commonColor))!important;
}
.go_color1{
    background-color:var(--go_color1,var(--commonColor));
}
.price_color1{
   color:1px solid var(--price_color1,var(--commonColor));
}
.dailog_color1{
    background-color:var(--price_color1,var(--commonColor));
 }
 .dailog_color2{
    background-color:var(--dailog_color2,var(--commonColor));
 }
 .subscribe_color1{
    background-color:var(--subscribe_color1,var(--commonColor));
 }

.iconCar a>span{
    width: 14px;
    height: 14px;
    background: #FF1111;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 8px!important;
    text-align: center;
    line-height: 14px;
    padding: 2px;
}

/* 导航 */
.navList{
    height: 40px;
    width: 100%;
}
.navList .col-2,.navList .col-10{
    position: static;
}
.navList .col-10{
    padding-left: 0;
}
.nav{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* overflow: hidden; */
}
.nav>ul{
    display: flex;
}
.nav>ul.menuRight>li{
    /* position: relative; */
    height: 40px;
}
.top2fixed .nav {
    background-color: #fff;
    height: 40px;
}
.nav>ul>li>a{
    line-height: 40px;
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    word-break: keep-all;
}
.menuRight>li>a{
    /* max-width: 100px; */
}
@media (max-width: 1720px){
    .header-float__cell-txt{
        width: 585px!important;
    }
    .header-float__cell-txt>ul{
        width: 585px!important;
    }
}
@media (max-width: 1590px){
    .bannerList .bannerLi{
        margin-right: 70px!important;
    }

    .bannerList .bannerLi:first-child{
        margin-left: 70px!important;
    }
    .bannerList .bannerLi:last-child{
        margin-right: 0;
    }
    .header-float__cell-txt>ul{
        width: 585px!important;
        overflow: hidden;
    }
.header-float__cell-txt{
        width: 585px!important;
    }
}
@media (max-width: 1560px){
    .bannerList .bannerLi{
        margin-right: 70px!important;
    }
    .bannerList .bannerLi:first-child{
        margin-left: 70px!important;
    }
    .header-float__img-wrapper .header-float__img-link{
        width: 450px!important;
    }
}
@media (max-width: 1430px){
    .nav>ul>li>a{
        font-size: 16px!important;
        padding: 0px 22px;
    }
    #top2 .navActive{
        margin: 0 22px;
    }
    .float-time .endTimg b{
        font-size: 20px;
    }
    .float-time .endTimg span{
        font-size: 20px;
    }
    .allTeamA p{
        font-size: 16px!important;
    }
    .bannerList .bannerLi{
        margin-right:40px!important;
    }
    .bannerList .bannerLi:first-child{
        margin-left: 40px!important;
    }
    .header-float__img-wrapper .header-float__img-link{
        width: 320px!important;
    }
    .header-float__img a{
        width: 200px!important;
    }
    .header-float__cell-txt>ul>li>a{
        font-size: 13px!important;
        width: 140px!important;
    }
    .header-float__cell-txt>ul{
        width: 560px!important;
    }
    .header-float__cell-txt{
        width: 570px!important;
    }
    .allTeamCon>li>a span{
        font-size: 14px!important;
    }
    .allTeamCon{
        width: 240px!important;
    }
    .thirdType{
        width: 860px!important;
    }
    .thirdTypeCon{
        left: 240px!important;
        width: 860px!important;
    }
    .thirdItem p a{
        font-size: 14px!important;
    }
    .typeItem>span{
        right: 110px!important;
    }
    .outContent{
        width: 860px!important;
        left: 250px!important;
    }
    .recommend .list-name{
        width: 250px!important;
    }
    .recommend .list-name p{
        font-size: 14px!important;
    }
    .recommend .list .price{
        font-size: 20px!important;
    }
}
@media (max-width: 1220px) {
    .allTeamA p {
        font-size: 15px!important;
    }
    .header-float__cell-txt{
        width: 374px!important;
    }
    .header-float__cell-txt>ul{
        width: 374px!important;
    }
}
@media (max-width: 1200px){
    .nav>ul>li>a{
        font-size: 15px!important;
        padding: 0px 15px;
    }
    #top2 .navActive{
        margin: 0 15px;
    }
    .float-time .endTimg b{
        font-size: 18px;
    }
    .float-time .endTimg span{
        font-size: 18px;
    }
    .allTeamA p{
        font-size: 15px!important;
    }
    .bannerList .bannerLi{
        margin-right: 20px!important;
    }
    .bannerList .bannerLi:first-child{
        margin-left: 20px!important;
    }
    .allTeamCon>li>a span{
        font-size: 13px!important;
    }
    .allTeamCon{
        width: 220px!important;
    }
    .thirdType{
        width: 562px!important;
    }
    .thirdTypeCon{
        left: 220px!important;
        width: 562px!important;
    }
    .thirdItem p a{
        font-size: 12px!important;
    }
    .typeItem>span{
        right: 100px!important;
    }
    .outContent{
        width: 562px!important;
        left: 230px!important;
    }
    .recommend .list-name{
        width: 250px!important;
    }
    .recommend .list-name p{
        font-size: 13px!important;
    }
    .recommend .list .price{
        font-size: 18px!important;
    }
    .recommend .list-img {
        max-height: 150px!important;
    }
    .recommend .list {
        min-height: 240px!important;
    }
    .header-float__cell-txt{
        width: 374px!important;
    }
    .header-float__cell-txt>ul{
        width: 374px!important;
    }
}
@media (max-width: 1130px){
    .header-float__img-wrapper .header-float__img-link{
        width: 290px!important;
    }
    .header-float__img a{
        width: 160px!important;
    }
    .header-float__cell-txt>ul {
        max-width: 345px!important;
        overflow: hidden;
    }
    .header-float__cell-txt>ul>li>a{
        font-size: 12px!important;
        width: 124px!important;
    }
    .header-float__cell-txt{
        width:345px!important;
    }
    .footer-sub-addr{
        width: 200px!important;
    }
    .hotMapLeft{
        flex-wrap: wrap;
    }
    .footer-p{
        width: 295px;
    }
}
.typeItem{
    position:absolute;
    top: 40px;
    z-index: 100;
    padding-top:10px;
    display: flex;
}
.typeItem>span{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
    /* box-shadow: 5px 8px 11px rgba(0,0,0,0.4); */
    position: absolute;
    display: block;
    top: 0px;
    right: 120px;
    z-index: 1000;
}
.typeItem>ul{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(15, 40, 76, 0.32);
    position: relative;
}
.allTeamCon>li>a{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 20px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.allTeamCon>li>a:hover{
    border-top:1px solid #EEEEEE;
    border-bottom:1px solid #EEEEEE;
}
.allTeamCon>li>a img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.allTeamCon>li>a span{
    display: inline-block;
    width: 185px;
    text-align: left;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.allTeamCon>li>a i{
    font-size: 16px;
}
.allFontColor{
    border-top:1px solid #EEEEEE!important;
    border-bottom:1px solid #EEEEEE!important;
}
.allTeamCon{
    width: 260px;
    padding: 10px 0px;
}
#allBlog {
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(15 40 76 / 32%);
}
#allBlog .allTeamConBlog {
    padding: 0px 15px 15px 15px;
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: baseline; */
    max-width: 1200px;
    min-width: 600px;
    min-height: 200px;
    max-height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    overflow: auto;
}
#allBlog .allTeamConBlog div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: baseline;
}
#allBlog .allTeamConBlog a {
    margin-bottom: 16px;
    line-height: 16px;
    text-align: left;
    width: 260px;
    padding-left: 25px;
}
#allBlog .allTeamConBlog .h4blog {
    font-weight: 700;
    color: #333;
    margin-top: 24px;
    font-size: 16px;
}
#allBlog .allTeamConBlog .h6blog {
    font-weight: 400;
    color: #666;
}
#allBlog .allTeamConBlog .h4blog:hover {
    color: var(--commonColor,'#3863A3');
}
.allTeam{
    /* width: 240px; */
    min-width: 166px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    height: 40px;
}
.allTeamA{
    display: flex!important;
    align-items: center;
}
.allTeamA p{
    font-size: 18px;
    font-family: Arial;
    color: #FFFFFF;
}
.allTeamA>img{
    margin-left: 35px;
    vertical-align: middle;
    margin-right: 10px;
}
/* 三级分类 */
.outContent{
    width: 780px;
    position: absolute;
    left: 270px;
    top:10px;
    z-index: 100;
    /* padding-left: 10px; */
    background-color: #fff;
    /* box-shadow: 0px 0px 6px 0px rgba(15, 40, 76, 0.32); */
}
.thirdTypeCon{
    width: 1050px;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 25px;
    position: absolute;
    top: 0px;
    left: 260px;
    padding-left: 10px;
    z-index: 1000;
}
.thirdType{
    width: 1050px;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(15, 40, 76, 0.32);
    padding: 20px 0;
    max-height: 600px;
    overflow-x: auto;
}
.thirdItem{
    width: 256px;
    border-left: 1px solid #F7F7F7;
}
.thirdItem:first-child{
    border-left: 1px solid #fff;
}
/* .thirdItem:nth-child(4n){
    border-left: 1px solid #fff;
} */
.thirdItem p a{
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 5px;
    display: block;
}
.thirdItem ul{
    margin-left: 25px;
    padding-bottom: 30px;
}
.thirdItem ul li a{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: block;
    text-align: left;
    /* padding-left: 30px; */
}
/* 导航下拉 */
.menuList{
    position: absolute;
    z-index: 11;
    padding-top: 10px;
    /* max-width: 1200px; */
    max-width: 1000px;
    min-height: 200px;
    max-height:500px;
    /* overflow: hidden; */
    margin-top: -3px;
}
.menuList ul{
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(15, 40, 76, 0.32);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: baseline;
    /* max-height: 390px; */
    /* max-width: 1200px; */
    max-width: 970px;
    min-height: 200px;
    max-height: 500px;
    padding: 15px 15px;
}
.menuList ul li{

}
.menuList ul li a{
    padding: 5px 10px;
    /* width: 100%;    */
    /* font-size: 14px; */
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    height: 22px;
    /* line-height: 28px; */
    display: inline-block;
    margin-right: 15px;
    /* width: 260px; */
    width: 155px;
}
.menuList ul li a:hover{
    background-color: #DAE3EF;
    color: #000;
}
.menuList ul li img{
    width: 19px;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}
.menuList ul li span{
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.childLi>.childLi_span{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
    /* box-shadow: 5px 8px 11px rgba(0,0,0,0.4); */
    position: absolute;
    display: block;
    bottom: -10px;
    left: 42%;
    z-index: 1000;
}
/* 底部 */
.hotMap{
    /* width: 1920px; */
    height: 80px;
    background: #EEEEEE;
}
.hotMap .hotMapList{
    width: calc(100% - 60px);
}
.hotMapLeft li a{
    margin-right: 10px;
    color: #666666;
    font-size: 14px;
    transition: color .3s;
    -moz-transition: color .3s;	/* Firefox 4 */
    -webkit-transition: color .3s;	/* Safari 和 Chrome */
    -o-transition: color .3s;
}
.hotMapRight li a{
    margin-left: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    transition: color .3s;
    -moz-transition: color .3s;	/* Firefox 4 */
    -webkit-transition: color .3s;	/* Safari 和 Chrome */
    -o-transition: color .3s;
}
.footercon>.row{
    width: 100%;
}
.footerconLeft{
    display: flex;
}
.footerconLeftLi{
    /* margin-right: 90px; */
    width: 25%;
}
.footerconLeftLi p a{
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
    display: block;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footerconLeftLi ul li a{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    display: inline-block;
    width: 166px;
}
.footerconRight{
    margin-right: 40px;
}
.footerconRight>img{
    /* width: 282px; */
    width: 100%;
    height: 56px;
}
.fenxiang{
    display: flex;
    align-items: center;
}
.fenxiang label{
    margin-right: 5px;
}
.fenxiang img{
    margin-right: 10px;
}
.footerBottom{
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
.footerBottom p{
    display: inline-block;
}
.footerBottom img{
    margin-right: 10px;
    width: auto;
    height: 35px;
}
/* link */
.linkA{
    padding-top: 20px;
}
.linkA a{
    font-size: 14px;
    color: #999999;
}
.linkA span{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: 400
}
.fontBold{
    font-weight: bold;
}
.backgroundfff{
    background-color: #fff;
}
.backgroundf4{
    background-color: #F4F4F4;
}
/* dialog */
.mdl-dialog {
    border: none;
    box-shadow: 0px 0px 6px 0px rgb(15 40 76 / 32%);
    min-width: 280px;
    max-width: 680px;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 35px;
}
.mdl-dialog__title {
    margin: 0;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
}
.mdl-dialog__actions {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.mdl-button{
    width: 280px;
    line-height: 48px!important;
    font-weight: normal!important;
    padding: 0!important;
    display: inline-block;
}
.mdl-button:first-child{
    margin-right: 20px;
}
.mdl-dialog__content {
    padding-top:20px;
    padding-bottom: 40px;
    color: rgba(0,0,0, 0.54);
}
.mdl-dialog__content p{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
}
.mdl_close a {
    font-size: 22px;
    color: #999;
}
.current-page {
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
    padding: 0 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
}
.toast__container {
    display: table-cell;
    vertical-align: middle;
}

.toast__cell {
    display: inline-block;
}

.add-margin {
    margin-top: 20px;
}

.toast__svg {
    fill: #fff;
}

.toast {
    text-align: left;
    padding: 21px 0;
    background-color: #fff;
    border-radius: 4px;
    max-width: 500px;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}


.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

.toast__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
}

.toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.toast__content {
    padding-left: 70px;
    padding-right: 60px;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor: pointer;
    height: 14px;
    fill: #878787;
    transform: translateY(-50%);
}

.toast--green .toast__icon {
    background-color: #2BDE3F;
}

.toast--green:before {
    background-color: #2BDE3F;
}

.toast--blue .toast__icon {
    background-color: #1D72F3;
}

.toast--blue:before {
    background-color: #1D72F3;
}

.toast--yellow .toast__icon {
    background-color: #FFC007;
}

.toast--yellow:before {
    background-color: #FFC007;
}

.toast--red .toast__icon {
    background-color: #ff0707;
}

.toast--red:before {
    background-color: #ff0707;
}

/* Pagination */
.Pagination a i {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.Pagination ul {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
.Pagination ul a {
    display: block;
    float: left;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin: 0 5px;
    /* vertical-align: top; */
    font-size: 12px;
    background-color: #fff;
}
.Pagination ul li:hover a {
    background-color: var(--commonColor,'#3863A3');
    color: #fff;
}
.Pagination ul li:hover i {
    border: solid var(--commonColor,'#3863A3');
}
/* layer */
.layui-layer{
        box-shadow:none!important;
}
.layui-layer-dialog{
    border-radius: 10px!important;
}
.layui-layer-title{
    font-size: 16px!important;
    color: #000!important;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: var(--viewshopping_icon_color1,var(--commonColor))!important;
    background-color: var(--viewshopping_icon_color1,var(--commonColor))!important;
    padding: 10px 60px!important;
    color:#fff!important;
    font-size: 16px!important;
}
.layui-layer-btn .layui-layer-btn1{
    background-color: #fff!important;
    border:1px solid var(--continueshopping_icon_color3,var(--commonColor))!important;
    color:var(--continueshopping_icon_color3,var(--commonColor))!important;
    padding: 9px 60px!important;
    font-size: 16px!important;
}
.layui-layer-content{
    font-size: 16px!important;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    height: 45px!important;
    margin-top: 25px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.layui-layer-btn{
    margin-bottom: 35px!important;
    text-align: center!important;
}
.layui-layer-btn a{
    border:none!important;
}
.layui-layer-content i{
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    color: #41D068;
}
.layui-layer-msg .layui-layer-content{
    margin-top: 0px!important;
    height:auto!important;
}
/* no-data */
.dataImg{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.dataImg img{
    width: 22vw;
    height: 22vw;
}
.dataCon p{
    font-size: 26px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 42px;
}
.popularSearch {
    padding: 0 20px;
}
.popularSearch a {
    margin-left: 12px;
}
.popularSearch a:hover {
    color: var(--commonColor,'#3863A3');
    text-decoration: underline;
}
.topfixde {
    /* height: 144px; */
    display: flex;
    justify-content: center;
}
.navTop {
    /* position: fixed; */
    width: 100%;
    z-index: 1000;
    background: #fff;
}
.goods-quantity {
    color: #999;
    font-style: 14px;
}

.xzoom {
    cursor: pointer;
}
.overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    background: #fff;
}
.overlay_top{
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 99;
}
.overlay_top div {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    margin: 0 5px;
}
.overlay_top div i{
    font-size: 32px;
    cursor: pointer;
}
.overlay_img img{
    display: none;
    width: 80vw;
    height: auto;
    margin: 60px auto;
    max-width: 100%;
}
.overlay_img .overlay_dis {
    display: block;
}

.recommend-goods {
    /* width: 1430px;
    margin: 0 auto;
    overflow: hidden; */
}
.recommend-goods h3 {
    font-size: 24px;
    text-align: left;
    color: #333333;
    font-weight: 700;
    line-height: 36px;
}
.recommend-goods .rescom-list{
    /* width: 250px; */
    width: calc(20% - 36px);
    height: 300px;
    margin-bottom: 15px;
    margin-right: 40px;
    display: inline-block;
    box-shadow: 0px 3px 7px 0px rgb(51 51 51 / 10%);
}
.recommend-goods .rescom-list:nth-child(5n) {
    margin-right: 0px;
}
.recommend-goods .rescom-img{
    /* width: 213px; */
    width: 100%;
    height: 213px;
    overflow: hidden;
    margin: 0 auto;
}
.recommend-goods .rescom-img img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.recommend-goods .rescom-txt{
    margin: 10px 18px;
}
.recommend-goods .rescom-txt p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-family: Arial;
    height: 37px;
}
.recommend-goods .rescom-txt span{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: var(--commonColor,'#3863A3');
}
#data h3 {
    font-size: 24px;
}

.recommend-flex{
    display: flex;
    flex-wrap: wrap;
}
.recommend-flex .slide-link{
    width: 79%;
}
.hetop {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 50px;
}
.recommend .list {
    /* width: 350px; */
    max-height: 370px;
    min-height: 300px;
    background-color: #F5F5F5;
    /* margin-right: 10px; */
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.recommend .col-3:first-child{
    padding-left: 15px;
}
.recommend .col-3{
    padding-right: 0;
    padding-left: 10px;
}
.recommend .col-3:nth-child(4n){
    padding-right:15px;
}
.recommend .col-3:nth-child(4n+1){
    padding-left:15px;
}
.recommend .list:nth-child(4n) {
    margin-right: 0px;
}
.serves .list:nth-child(3n) {
    margin-right: 0px;
}
.serves .list:nth-child(4n) {
    margin-right: 10px;
}
.recommend .list-cons {
    /* padding: 10px 44px 10px 50px */
    display: flex;
    justify-content: center;
    width: 79%;
    height: 70px;
}
.recommend .list-img {
    /* width: 252px; */
    min-height: 150px;
    max-height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.recommend .list-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    min-height: 180px;
    max-height: 100%;
}
.recommend .list-name {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 305px;
}
.recommend .list-name p {
    color: #666;
    overflow : hidden;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 15px;
}
.recommend .list .param {
    position: relative;
    right: -25px;
    top: 50px;
    display: flex;
    justify-content: flex-end;
}
.recommend .list .price {
    width: auto;
    height: 30px;
    background: #FF7200;
    line-height: 30px;
    font-size: 24px;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
}
.recommend .list:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.recommend .list:hover .param p {
    text-decoration: unset;
}
.list-goods-favor {
    margin-top: 3px;
}
.favor_product_page_off {
    cursor: pointer;
    background: url(../image/order/favor_select.png) 0 0 no-repeat;
    background-size: 16px;
    width: 16px;
    height: 15px;
}
.favor_product_page {
    cursor: pointer;
    background: url(../image/order/favor_no_select.png) 0 0 no-repeat;
    background-size: 16px;
    width: 16px;
    height: 15px;
}
.list-goods-favor:hover .favor_product_page {
    cursor: pointer;
    background: url(../image/order/favor_select.png) 0 0 no-repeat;
    background-size: 16px;
    width: 16px;
    height: 15px;
}
.list-goods-favor span {
    margin-left: 3px;
    margin-top: -1px;
}
.list-goods-favor:hover span {
    color: #FFcc00!important;
}
.FF0000{
    color: #ffcc00!important;
}
.recommend .active-favor,
.recommend-goods .active-favor{
    width: 16px;
    height: 15px;
    background-size: 15px;
}
.recommend .favor-con-item,
.recommend-goods .favor-con-item{
    width: 16px;
    height: 15px;
    background-size: 15px;
    margin-top: 0!important;
}
.recommend .favor-con-item:hover,
.recommend-goods .favor-con-item:hover {
    background: url(../image/order/favor_select.png) 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 15px;
    background-size: 15px;
}
.recommend .xinxin-con:hover,
.recommend-goods .xinxin-con:hover{
    color: #ffcc00;
}
.recommend .active-favor,
.recommend-goods .active-favor{
    background: url(../image/order/favor_select.png) 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 15px;
    background-size: 15px;
}
.rescom-txt-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recommend .xinxin-con,
.recommend-goods .xinxin-con {
    display: flex;
    align-items: center;
}
.recommend .xinxin-con span,
.recommend-goods .xinxin-con span{
    margin-right: 5px;
}
.recommend .rescom-list p,
.recommend-goods .rescom-list p{
    height: 37px;
    padding: 0 15px;
    line-height: 18px;
}
.n_r_img{
    width: 191px!important;
    height: 126px!important;
}
.show-sheet {
    bottom: 0!important;
}
.ad-sheet-content-bg{
    position: fixed;
    height: 100%;
    bottom: -120%;
    z-index:10000;
    overflow-x: hidden;
    width: 100%;
    background-color: rgba(153, 153, 153, 0.7);
    transition: bottom .3s;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content:center;
}
.ad-side-scroll {
    width: 597px;
    height: 447px;
    /* overflow-x: hidden; */
    position: relative;
}
.ad-side-scroll img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}
.ad-side-scroll .swiper-close{
    font-size: 24px;
    font-weight: inherit;
    display: block;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: -19px;
    right: -23px;
    border: 1px solid #fff;
}
.nav-content{
    display: flex;
    flex-direction: column;
}
.nav-content .nav-content-img{
    display: block;
    width: 100%;
    height: 72px;
    /* position: relative; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
    /* margin-top: 2px; */
}
.nav-content-img-a{

}
/* .nav-content-img-fixed{
    position: fixed;
    top:60px;
} */
.nav-content .nav-content-img img{
    height: 72px;
    width: 100%;
    max-width: 1680px;
    /* object-fit: scale-down; */
}
.float-time{
    position:absolute;
    line-height: 72px;
    margin-left: 60px;
}
.float-time p{
    color: #fff;
    height: 72px;
}
.float-time p b{
    margin-right: 30px;
    font-size: 24px;
    font-weight: normal;
}
.float-time p span{
    margin-right: 10px;
    color: #333;
}
.border-span{
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    color: #333;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
#app ::-webkit-scrollbar {
    width: 5px;
}
#app ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
#app ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgb(213 213 213 / 80%);
    box-shadow: inset 0 0 3px RGB(243, 243, 244);
}

.totalnum {
    margin-bottom: 16px;
}
.totalnum span:nth-child(1) {
    font-size: 16px;
}
.totalnum span:nth-child(2) {
    font-weight: 600;
    font-size: 16px;
}
#Reviews {
    cursor: pointer;
    color: var(--commonColor,'#3863A3');
}
#Reviews:hover {
    color: var(--commonColor,'#3863A3');
}