@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body {
    background-color: #fff!important;
    background-image: none !important;
    overflow-x: hidden;
}
#Container, #ContainerBox {
    width: 1200px!important;
    /*overflow: hidden;*/
    margin: 0 auto;
}
#FullWidth {
    position: relative;
    width: 100vw;
    height: 55px;
    background-color:#f4f4f5!important;
    left: 50%;
    margin-left: -50vw;
    z-index: 10;
}
.CategoryPagination {
    border: none;
}
.Breadcrumb, .CategoryPagination {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 10px;
}

/*头部样式*/
#SearchForm {
    color: #a3a3a3!important;
}
#SearchForm input.Textbox {
    background-color:#d4d4d8!important;
    border: none!important;
    color: #52525B!important;
    font-size: 13px!important;
    outline: none;   /* 去掉默认的蓝色高亮 */
    padding: 4px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
#SearchForm .Button {
    background-color: #a1a1aa!important;
}
#TopMenu li a, #TopMenu li div {
    color: rgba(102, 102, 102, 0.85) !important;
}
/*header style*/
#Header {
    background-image: none !important;
    width: 100% !important;
    height: 70px!important;
    border-bottom: 1px solid #e5e5e5;
}
#Logo {
    width: 100% !important;
    height: auto !important;
}
#Logo h1 {
    padding-top: 0 !important;
    line-height: 70px !important;
}
/*menu style*/
#Menu {
    background: transparent !important;
    margin: 10px 0 0 0 !important;
}
#Menu li a {
    color: rgba(102, 102, 102, 0.85) !important;
    background: transparent !important;
    padding: 0 12px!important;
    line-height: 40px;
}
#Menu li ul {
    background: #fff !important;
    top: 40px !important;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 6px 0;
}
#Menu li ul li a {
    line-height: 28px !important;
}
/*home product style*/
.home-content, .category-content {
    width: 100%;
    overflow: hidden;
}
.home-content .Block h2 {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 20px;
}
.home-content .Block h2 b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: rgb(85, 85, 85);
}
.home-content .Block h2 span {
    text-align: center;
    margin: 0 15px;
}
.BlockContent ul.ProductList, .category-content ul.ProductList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.BlockContent ul.ProductList li, .category-content ul.ProductList li {
    min-width: 0;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}
 .BlockContent ul.ProductList li *, .category-content ul.ProductList li * {
     max-width: 100%;
 }
.BlockContent ul.ProductList li .ProductImage, .category-content ul.ProductList li .ProductImage {
    width: 100%;
    text-align: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    line-height: 0;
    background: transparent;
    float: none;
    /*display: flex;*/
    /*!*align-items: center;*!*/
    /*justify-content: center;*/
}
.BlockContent ul.ProductList li .ProductImage img, .category-content ul.ProductList li .ProductImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*object-position: center;*/
}
.BlockContent ul.ProductList li .ProductDetails, .category-content ul.ProductList li .ProductDetails {
    margin: 10px 0;
}
.BlockContent ul.ProductList li .ProductPriceRating, .category-content ul.ProductList li .ProductPriceRating {
    margin-bottom: 10px;
}
.BlockContent ul.ProductList li strong, .category-content ul.ProductList li strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.5em;
    max-height: 42px;
}
.BlockContent ul.ProductList li strong a, .category-content ul.ProductList li strong a {
    color: #334862;
    font-size: 15px;
    line-height: 24px;
}
/*category style*/
.category-content ul.ProductList .TopSellerNumber{
    display: none;
}
/*product details style*/
.home-content .BlockContent .ProductThumb {
    border: none!important;
}
.home-content .BlockContent .ProductMain {
    width: 735px;
    margin-top: 10px
}
.home-content .BlockContent .ProductMain h2 {
    color: #555;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}
.home-content .BlockContent .ProductMain .DetailRow {
    padding-left: 100px;
    margin: 15px 0
}
#ProductDetails {
    margin-bottom: 10px;
}
hr {
    background: #e5e5e5;
    margin-top: 20px;
}
.CartThumb img {
    width: 150px!important;
    height: 225px!important;
}
/*account style*/
.account-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.account-content {
    margin-right: 20px;
    flex: 1;
}
.account-content .BlockContent ul.ProductList li {
    max-width: 225px;
}
.account-right {
    background: #fff !important;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 20px;
    width: 235px;
}
.account-right h2 {
    font-size: 16px;
    font-weight: 600;
}
.account-right ul {
    margin: 0 !important;
    list-style: none;
}
.account-right ul li {
    line-height: 24px;
}
/*footer style */
#Footer  {
    background: #0a0a0a !important;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: 0!important;
    z-index: 10;
    color: rgba(255, 255, 255, .5)!important;
    padding: 40px 0 !important;
}
#Footer .footer-img {
    margin-bottom: 20px;
}
#Footer p {
     line-height: 0!important;
     margin-bottom: 0!important;
}
#Footer a {
    color: rgba(255, 255, 255, .5)!important;
}
/*隐藏评分、比较按钮和兑换码功能*/
.ProductList li .ProductPriceRating span.Rating, .ProductList li .ProductCompareButton, .ProductList li .ProductDetails span.Rating, .CompareButton, .CheckoutRedeemCoupon, .EstimateShippingLink {
    display: none;
}