


#bannerList img{
    max-width: 100%;
    max-height: 100%
}

.banner {
  width: 100%;
  overflow: hidden; /* 超出部分隐藏 */
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 图片按比例缩放，覆盖整个容器 */
}




#shop-top-categories .title h3, #buyer-guide .title h3 {
    display: block;
    position: relative;
    text-align: center;
    margin: 30px 0 30px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    font-size: 22px;
}

#shop-top-categories .title h3::before, #buyer-guide .title h3::before {
    background: #ececec;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    content: "";
}
#shop-top-categories .title h3 span, #buyer-guide .title h3 span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}



#shop-top-categories .category-image {
    position: relative;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: 500ms all ease 0s;
    -o-transition: 500ms all ease 0s;
    transition: 500ms all ease 0s;
    min-height: 65px;
    padding: 0px;
    border: none;
}
.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
#shop-top-categories .category-info .detail-info h3.c1 {
    color: #a8a3a3;
    margin-top: 20px;
    margin-bottom: 10px;
}
#shop-top-categories .category-info .detail-info h3.c3 {
    color: #aaa57e;
}
#shop-top-categories .category-info .detail-info h3.c4{
    color: #a09d9f;
}

#shop-top-categories .category-info .detail-info h3.c5 {
    color: #9b7d7c;
}
#shop-top-categories .category-info .detail-info h3.c6 {
    color: #93766a;
}

#shop-top-categories .category-info .detail-info h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}

#shop-top-categories .category-info .detail-info a.btn {
    border: 1px #555 solid;
    padding: 4px 6px;
    color: #555;
    margin-top: 20px;
    -webkit-transition: 500ms all ease 0s;
    -o-transition: 500ms all ease 0s;
    transition: 500ms all ease 0s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


#shop-top-categories .category-image {
    position: relative;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: 500ms all ease 0s;
    -o-transition: 500ms all ease 0s;
    transition: 500ms all ease 0s;
    min-height: 65px;
}
.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

#shop-top-categories .category-info .detail-info {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 2;
    -webkit-transition: 500ms all ease 0s;
    -o-transition: 500ms all ease 0s;
    transition: 500ms all ease 0s;
    left: 25px;
    top: 25px;
}




#shop-top-categories .category-info .category-list.list01 {
    left: 10px;
}
#shop-top-categories .category-info .category-list.list02 {
    right: 50px;
}

#shop-top-categories .category-info .category-list {
    position: absolute;
    top: 10px;
    z-index: 1;
}

#shop-top-categories .category-info .category-list li a {
    color: #666;
    display: block;
    padding-left: 0;
    line-height: 26px;
    -webkit-transition: 500ms all ease 0s;
    -o-transition: 500ms all ease 0s;
    transition: 500ms all ease 0s;
    font-size: 13px;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.buyer-guide-image-list{
    display: flex;
}
.buyer-guide-image-small-list{
    display: flex;
    flex-wrap: wrap;
}
.buyer-guide-image-small-list>div{
    width: 50%;
    margin-bottom: 28px;
}

.buyer-guide-image-small-list a{
    display: flex;
    justify-content: right;
}

.buyer-leftbox{
    width: 30%;
}
.buyer-rightbox{
    width: 100%;
}

.index-product-selectbutton{
    display: flex;
    justify-content:flex-start;
    border-bottom: 1px solid #e5e5e5;
}
.index-product-selectbutton .select-item {
    padding: 12px 0px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}

.index-product-selectbutton .select-item.active {
    border-bottom: 1px #6e3ecf solid;
    margin-bottom: -1px;
    color: #6e3ecf;
}

.index-product-selectbutton .select-item.active::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #6e3ecf transparent;
    border-width: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: 1;
}
.index-product-list{

}
.index-product-list-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-product-list-content-item{
    width: 15%;
    /* margin-right: 2.5%; */
    /* margin-bottom: 18px; */
    margin-top: 20px;
    border: 1px #ececec solid;
    padding: 3px;
    border-radius: 4px;
/* margin-bottom: 30px;*/
}
.index-product-list-content-item-title{
    text-align: center;
}
.index-product-list-content-item-rating .ratings{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ratings{
    margin: 0px;
}

.index-product-list-content-item-price{
    font-size: 18px;
    font-weight: bold;
    color: #6e3ecf;
    text-align: center;
}

.index-reviews-order-category{
    background: #f4f4f4;
    padding: 20px 0;
    margin: 30px 0;
}

.index-reviews-order-category-content{
    background: #f4f4f4;
    display: flex;
    justify-content: space-between;
}

.index-customer-right{
    display: flex;
    justify-content: space-between;
    width: 47%;
    margin-top: 15px;
}
.index-customer-reviews{
    width: 50%;
}

.index-recent-orders-list,.index-best-of-the-best-list{
    margin-top: 15px;
}

.index-recent-orders-list-item{
    display: flex;
}
.index-recent-orders-list-item>a{
    display: flex;
}
.index-recent-orders-list-item>a:hover .index-recent-orders-item-img{
    background-position: -47px -120px;
}
.index-recent-orders-list-item>a:hover,.index-best-of-the-best-list-item a:hover,.links-item ul li a:hover{
    color: #801dae;
}
.index-best-of-the-best-list-item a{
    display: flex;
    line-height: 24px;
}

.index-customer-reviews-content-top-box{
    display: flex;
    background: #fff;
}

.index-review-item{
    display: flex;
    padding: 35px 10px 0px 15px;
}

.index-customer-reviews-title{
    text-align: center;
    font-size: 18px;
    /* font-weight: bold; */
    margin: 20px 0px 10px 0px;
}
.index-review-right{
    width: 80%;
    padding-left: 10px;
    font-size: 12px;
}
.index-customer-reviews-content-bottom{
    background: #fff;
    text-align: right;
    padding-right: 12px;
    padding-bottom: 5px;
}

.index-recent-orders-item-img{
    height: 24px;
    width: 32px;
    background-image: url(/static/index/image/sprite.png);
    background-size: auto auto;
    background-position: 2px -120px;
}
.index-recent-orders-title,.index-best-of-the-best-title{
    font-size: 18px;
}
.index-recent-orders{
    width: 53%;
}
.index-recent-orders-item-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    font-size: 14px;
}

.index-best-of-the-best-list-img.iconfont{
    font-size: 12px;
    padding-right: 5px;
}

.index-welcome-text{
    font-size: 14px;
}
.index-welcome{
    padding-bottom: 25px;
}

.not-found-page .page-title h1{
    margin: 0;
    font-size: 24px;
    color: #0a263c;
    text-transform: uppercase;
    border: none;
    padding-bottom: 5px;
}