.title {
    font-size: 20px;
    font-weight: 900;
    color: #666666;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 15px;
}
.listtab {
    width: 1080px;
    height: 134px;
    overflow: auto;
}
.top_img {
    width: 145px;
    margin-bottom: 15px;
}
.listtab h2 {
    font: 18px Arial;
    font-weight: 900;
    color: #333;
}
.container-left {
    background: #ffffff;
    height: auto;
    padding-left: 0px;
}
.container-left .conlist {
    padding: 0 0px 30px 0px;
}
.conlist h3{
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
}
.conlist ul {
    margin-top: -10px;
    margin-bottom: 35px;
    padding: 15px;
}
.conlist .menu li .menu-list {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    /* flex-flow: row wrap; */
    width: auto;
}
.conlist .menu li .menu-list a{
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}
.conlist .menu li .menu-1:hover a{
    color: var(--commonColor,'#3863A3');
}
.conlist .menu li .menu-1:hover i {
    color: var(--commonColor,'#3863A3');
}
.conlist .menu li .menu-2 .a-2:hover {
    color: var(--commonColor,'#3863A3');
}
.conlist .menu li .menu-3 .a-3:hover {
    color: var(--commonColor,'#3863A3');
}
.conlist .menu li i {
    cursor: pointer;
    font-size: 18px;
    margin-top: 0px;
}
.menu-2 a{
    margin-left: 20px;
}
.menu-3 a{
    margin-left: 40px;
}
.conlist li {
    margin-top: 15px;
    position: relative;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}
.conlist .menu li {
    margin-top: 15px;
    position: relative;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
}
.conlist .keytxt {
    /* margin-top: 40px; */
    color: #666666;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    box-shadow: 0px 3px 7px 0px rgb(51 51 51 / 10%);
    padding: 10px;
}
.conlist .keytxt b {
    word-break: break-all;
}
.triangle:before {
    content: '';
    position: absolute;
    top: 2.3px;
    left: -12px;
    border-left: 6px solid blue;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.triangle a {
    font-family: Arial;
    font-weight: bold;
    color: var(--commonColor,'#3863A3');
}
.filtrate {
    /* width: 1080px; */
    line-height: 52px;
    /* background: #EEEEEE; */
    box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.10); 
    margin-top: 15px;
}
.filtrate span {
    line-height: 52px;
}
.filtrate input {
    width: 96px;
    margin-right: 5px;
    margin-left: 5px;
    height: 30px;
}
.filtrate .search {
    width: 48px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* background: var(--commonColor,'#3863A3'); */
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
}

/* list  */
.list {
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.list .prod-item:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.recommend .list a:hover{
    z-index: 2;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.txt-item {
    margin: 10px 14px;
}
.prod-item {
    width: calc(33.33% - 40px);
    margin-right: 40px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.prod-item h2 {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    height: 36px;
}
.prod-item:nth-child(3n){
    margin-right: 0px;
}
.img-item {
    position: relative;
}
.img-item a{
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    padding-bottom: 100%;
}
.img-item img{
    display: block;
    width: 100%!important;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.money-item {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #333;
}
.price-item {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
    line-height: 22px;
}

.select-wrapper {
    width: 187px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Avenir-Book,Avenir;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.select-val {
    background-color: #fff;
    padding-left: 10px;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-right: 28px;
    position: relative;
    background-size: 10px;
    cursor: pointer;
    overflow: hidden;
    line-height: 35px;
    top: 5px;
}
.select-wrapper .select-content {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 16%);
    border: 1px solid #dedede;
    max-height: 258px;
    overflow: auto;
    z-index: 3;
    background: #fff;
    display: none;
    box-sizing: border-box;
    margin-top: 4px;
}
.select-option {
    height: 30px;
    line-height: 30px;
    padding: 0 28px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    display: inline-block;
    padding-left: 10px;
    padding-right: 28px;
}
.select-option:hover {
    color: var(--commonColor,'#3863A3');
}
.select-val i{
    border: solid #727272;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 12px;
    right: 20px;
}
.checkbox__inner{
    display: inline-block;
    position: relative;
    top: -2px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.checkbox-wrapper {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 4px;
    margin-top: 10px;
    height: 26px;
}
.checkbox-wrapper .checkbox__label {
    display: inline-block;
    padding-left: 5px;
    line-height: 19px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 215px;
    color: #666;
    font-weight: 400;
}
.centered {
    width: 85%;
    height: 40px;
    overflow: hidden;
}
/* .unstyled {
    
} */
.unstyled .checkbox-wrapper a{
    display: flex;
    margin-left: 10px;
    -webkit-align-items:center;align-items:center
}

.imgsize{
    width: 330px;
}
.imgsize img{
    width: 108px;
    height: 108px;
}

/* 评论 */
.bottom-comment{
    width: auto;
}
.comment-title{
    font-size: 18px;
    text-align: left;
    color: #333333;
    line-height: 36px;
}
.comment-li{
    box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.10);
    /* height: 180px; */
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:30px 15px;
}
.comment-img-con{
    width: 188px;
    /* height: 123px; */
    display: flex;
    flex-flow:  row wrap;
}
.comment-img-con img{
    width: 58px;
    height: 58px;
    margin-right: 7px;
    cursor: pointer;
    margin-bottom: 5px;
}
.comment-img-con img:nth-child(3n){
    margin-right:0;
}
.comment-user{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.comment-star-date{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.comment-star{
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment-date{
    font-size: 14px;
    color: #999999;
    text-align: justifyLeft;
}
.comment-right{
    width: calc(100% - 208px);
}
.comment-txt{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    word-break: break-all;
}

.swiper-pagination1{
    text-align: center;
}
.swiper-pagination1 .swiper-pagination-bullet{
    border-radius: 2px;
    width: 10px;
    height: 10px;
    background-color: #999;
}
.swiper-pagination1 .swiper-pagination-bullet-active,.swiper-pagination2 .swiper-pagination-bullet-active{
    background-color: #ffd700!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px;
}
/* .swiper-pagination-custom, .swiper-pagination-fraction{

} */
.comment-container-con .swiper-pagination2{
    bottom: -17px;
    position:static;
}
/* #comment-container .swiper-wrapper{
    padding: 15px;
} */
.sheet-content-bg{
    position: fixed;
    height: 100%;
    bottom: -120%;
    z-index:10000;
    overflow-x: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: bottom .3s;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content:center;
}
/* .comment-container-con .swiper-button-next, .comment-container-con .swiper-button-prev {
    height: 126px!important;
    background-color: #eee!important;
    width: 50px!important;
} */
.show-sheet {
    bottom: 0!important;
}
.side-scroll {
    /* height: 60%; */
    width: 800px;
    max-height: 630px;
    overflow-x: hidden;
/* background-color: #fff; */
/* padding: 30px; */
}
.side-scroll .swiper-slide{
display: flex;
display: -webkit-flex;
align-items:center;
justify-content:center;
}
.side-scroll .swiper-slide img{
    max-height: 400px;
    max-width: 550px;
}
/* .comment-container-con .swiper-wrapper{
display: flex;
display: -webkit-flex;
justify-content: center;
align-items: center;
} */
.comment-container-con .swiper-slide{
height: auto;
}
.swiper-close{
font-size: 34px;
display: block;
text-align: right;
color: #fff;
}
.star-5 {
    z-index: 0;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.star-5 .iconfont{
    font-size: 22px;
    margin-right: 5px;
    width: 22px;
}
.star-5>i{
    color: #d1d1d1;
}
.star-show i{
    color: #ffb200;
}
.star-show{
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    /* font-size: 0; */
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.attr-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.attr-tab a {
    display: inline-block;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.attr-tab a:hover {
    color: var(--commonColor,'#3863A3');
}
.conlist i:hover {
    color: var(--commonColor,'#3863A3');
}
.menu-con {
    box-shadow: 0px 3px 7px 0px rgb(51 51 51 / 10%);
    padding: 10px;
    margin-right: 3px;
    margin-bottom: 15px;
    margin-top: 15px;
}
/* .menu-top {
    width: 1130px;
} */
.adicon {
    display: flex;
    justify-content: center;
    align-items: center;   
}
.adicon i {
    font-size: 22px;
    margin-top: 10px;
    cursor: pointer;
}
.attr-tag {
    line-height: 28px;
    background: #F6F6F6;
    font-size: 16px;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 11px;
    cursor: pointer;
    word-wrap: break-word;
    margin-bottom: 15px;
}
.attr-tag a .talb{
    max-width: 240px;
    display: inline-block;
    line-height: 15px;
    z-index: 20;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* padding-top: 8px; */
    font-size: 14px;
    color: #999;
}
.attr-tag .talbx {
    position: relative;
    top: -3px;
    left: 4px;
    color: #7e7e7e;
    font-size: 17px;
}
.attr-tag:hover a{
    color: var(--commonColor,'#3863A3');
}
.attr-tag:hover span{
    color: var(--commonColor,'#3863A3');
}
.attribute-top {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    /* align-items: center; */
    /* justify-content: space-between; */
}
.attribute-top h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-family: Arial;
    width: 15%;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.attribute-top i {
    display: inline-block;
    color: #9b9b9b;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgb(213 213 213 / 80%);
    box-shadow: inset 0 0 3px RGB(243, 243, 244);
}
.box-shads {
    box-shadow: 0px 3px 7px 0px rgb(51 51 51 / 10%);
    padding:0 15px 15px 15px;
}
.banlist {
    width: auto;
    margin-top: 30px;
    display: grid;
}
.banlist img{
    width: 100%;
    height: auto;
    /* margin-top: 55px; */
}
.container .recommend {
    width: auto;
}
.container .recommend .list {
    margin-right: 20px;
}
@media screen and (max-width: 1430px) {
    .select-option {
        padding-right: 24px;
    }
}
@media screen and (max-width: 1360px) {
    .select-option {
        padding-right: 15px;
    }
    .filtrate input {
        width: 80px;
    }
}
@media screen and (max-width: 1260px) {
    .filtrate input {
        width: 70px;
    }
    .select-option {
        padding-left: 8px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .filtrate input {
        width: 50px;
    }
    .select-option {
        padding-left: 4px;
        padding-right: 7px;
    }
    .filtrate .search {
        width: 40px;
        height: 27px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .filtrate span {
        font-size: 12px;
        margin-left: 0px;
    }
    .filtrate a {
        font-size: 12px;
    }
}