.pub-content, .pub-max-content {
    width: 12rem;
    margin: 0 auto
}

.active-color {
    color: #000 !important
}

.active-bg {
    background: #000 !important;
    color: #fff !important
}

.option-active {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important
}

.box-shadow {
    box-shadow: 0 0 .1rem .020000rem rgba(0, 0, 0, .1)
}

.active-gold {
    color: #f7d13a !important
}

.home-advert {
    height: 3rem
}

.home-advert a img {
    width: 100%;
    height: 100%
}

.recommand-product {
    display: flex;
    height: 5rem;
    margin-top: .6rem !important
}

.advert-img, .best-section {
    margin-top: .7rem !important
}

.recommand-product .recommand-left {
    width: 50%;
    height: 100%;
    padding-right: .1rem;
    box-sizing: border-box
}

.recommand-product .recommand-left a {
    width: 100%;
    height: 100%
}

.recommand-product .recommand-right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: .1rem;
    box-sizing: border-box
}

.recommand-product .recommand-right .recommand-item {
    width: 100%;
    height: 2.4rem;
    box-sizing: border-box;
    transition: transform 1s
}

.recommand-product .recommand-right .recommand-item:hover {
    transform: translateY(-.050000rem)
}

.recommand-product .recommand-right .recommand-item:nth-of-type(1) {
    margin-bottom: .2rem
}

.recommand-product .recommand-right .recommand-item a {
    width: 100%;
    height: 100%
}

.advert-img {
    height: 1.4rem
}

.best-section .tag-nav {
    margin-top: .5rem
}

.best-section .tag-nav .tag-nav-item {
    font-size: .16rem;
    margin-right: .3rem;
    margin-bottom: .2rem;
    transition: background, color .4s;
    color: #000;
    border: .010000rem solid #000;
    padding: .1rem .2rem;
    border-radius: .1rem
}

.best-section .tag-nav .tag-nav-item:hover {
    background: #000;
    color: #fff
}

.best-section .best-list {
    margin-top: .1rem
}

.best-section .best-list .best-item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%
}

.best-section .best-list .best-item:nth-of-type(4n) {
    margin-right: 0
}

.video-section {
    background: rgba(0, 0, 0, .04);
    padding: .3rem 0
}

.ship-section {
    background-color: #f7f7f8
}

.ship-section .ship-content {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0
}

.ship-section .ship-content .ship-item {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ship-section .ship-content .ship-item i {
    font-size: .36rem;
    color: #c4c4c4
}

.ship-section .ship-content .ship-item p {
    margin-top: .14rem
}

.ship-section .ship-content .ship-item p:nth-of-type(1) {
    font-size: .16rem;
    color: #333
}

.ship-section .ship-content .ship-item p:nth-of-type(2) {
    font-size: .14rem;
    color: #606060
}

.collection-section {
    margin-top: .7rem;
    background: url(../images/home/collection.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 6rem;
    padding-top: .6rem;
    box-sizing: border-box;
    position: relative
}

.collection-section .collection-wrapper {
    height: 6rem;
    padding: .2rem;
    box-sizing: border-box;
    box-shadow: 0 .030000rem .090000rem 0 rgba(0, 0, 0, .05);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.6rem;
    display: flex;
    justify-content: space-between
}

.collection-section .collection-wrapper .large-image {
    width: 48%;
    height: 100%
}

.collection-section .collection-wrapper .large-image img {
    width: 100%;
    height: 5.2rem
}

.collection-section .collection-wrapper .large-image p {
    height: .4rem;
    line-height: .4rem;
    font-size: .2rem;
    color: #333
}

.collection-section .collection-wrapper .small-image {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding-left: .3rem
}

.collection-section .collection-wrapper .small-image a {
    display: block;
    width: 48%;
    height: 2.7rem
}

.collection-section .collection-wrapper .small-image a:nth-of-type(2n+1) {
    margin-right: 4%
}

.collection-section .collection-wrapper .small-image a img {
    width: 100%;
    height: 2.4rem
}

.collection-section .collection-wrapper .small-image a p {
    height: .3rem;
    line-height: .3rem;
    font-size: .18rem;
    color: #333
}

.collec-section-list .clients-container {
    display: flex;
    justify-content: space-between
}

.collec-section-list .clients-container .client-item {
    width: 23.5%;
    height: 0;
    padding-top: 23.5%;
    position: relative
}

.collec-section-list .clients-container .client-item .item-cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden
}

.collec-section-list .clients-container .client-item .item-cont:hover .button {
    top: 0
}

.collec-section-list .clients-container .client-item .item-cont p {
    color: #fff;
    font-size: .16rem;
    height: .4rem;
    line-height: .4rem;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .1rem;
    text-align: center;
    box-sizing: border-box
}

.collec-section-list .clients-container .client-item .item-cont .button {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100%;
    left: 0;
    transition: top .4s;
    cursor: pointer
}

#examole5 .sp-slide, #example5 .sp-thumbnail {
    position: relative
}

.collec-section-list .clients-container .client-item .item-cont .button span {
    background-color: #fff;
    display: inline-block;
    font-size: .16rem;
    color: #333;
    font-weight: 600;
    padding: .1rem .3rem
}

.pub-site-footer {
    margin-top: 0 !important
}

.blog-section {
    padding: .6rem 0;
    margin-top: 1.8rem !important
}

#example5 {
    margin-top: .4rem;
    max-width: 100% !important;
    box-sizing: border-box
}

#example5 .sp-slides-container {
    padding-right: .2rem
}

#example5 .sp-slides-container .sp-mask {
    width: 100% !important
}

#example5 .sp-thumbnail .sp-thumbnail-text {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: opacity .4s;
    opacity: 0;
    cursor: pointer
}

#example5 .sp-selected-thumbnail .sp-thumbnail-text, #example5 .sp-thumbnail .sp-thumbnail-text:hover {
    opacity: 1 !important
}

#example5 .sp-selected-thumbnail .sp-thumbnail-description {
    display: block !important
}

#example5 .sp-thumbnail .sp-thumbnail-text .sp-thumbnail-description {
    color: #fff;
    font-size: .16rem;
    display: none
}

#example5 .sp-arrows {
    display: none !important
}

#example5 .sp-thumbnail-container {
    height: .94rem !important
}

#example5 .sp-thumbnail-image-container {
    width: 100%;
    height: .94rem;
    overflow: hidden
}

#example5 .sp-thumbnail-image {
    height: 100%;
    width: 100%
}

#example5 .sp-thumbnail-text {
    width: 1.4rem;
    float: right;
    height: .8rem;
    padding: .15rem;
    background-color: #f0f0f0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#example5 .sp-thumbnail-title {
    margin-bottom: .050000rem;
    text-transform: uppercase;
    color: #333
}

#example5 .sp-thumbnail-description {
    font-size: .14rem;
    color: #333
}

#example5 .sp-image, #example5 .sp-thumbnail-image {
    cursor: pointer
}

#example5 .sp-slides {
    width: 100%
}

#example5 .sp-slides .sp-slide, #example5 .sp-slides .sp-slide .sp-image-container {
    width: 100% !important
}

#example5 .sp-slides .sp-slide .sp-image {
    width: 60% !important;
    height: 100% !important;
    margin-left: 0 !important
}

#example5 .sp-info {
    position: absolute;
    width: 50%;
    height: 80%;
    background: rgba(255, 255, 255, .9);
    top: 10%;
    right: .625rem;
    box-shadow: 0 .010000rem .080000rem 0 rgba(30, 45, 126, .14);
    padding: .2rem .4rem;
    box-sizing: border-box;
    cursor: pointer
}

#example5 .sp-info:hover .sp-info-btn a {
    background: #000;
    color: #fff
}

#example5 .sp-info .sp-info-title {
    color: #383838;
    font-size: .2rem;
    line-height: .2rem
}

#example5 .sp-info .sp-info-desc {
    color: #666;
    font-size: .16rem;
    line-height: .24rem;
    margin-top: .24rem;
    position: relative;
    padding-left: .14rem
}

#example5 .sp-info .sp-info-desc::after {
    content: '';
    display: block;
    position: absolute;
    width: .020000rem;
    height: .5rem;
    background: #23252b;
    top: 0;
    left: 0
}

#example5 .sp-info .sp-info-btn {
    margin-top: .4rem
}

#example5 .sp-info .sp-info-btn a {
    display: inline-block;
    font-size: .16rem;
    padding: .12rem .46rem;
    border: .010000rem solid #c4c4c4;
    transition: background, color .4s;
    color: #383838
}

.box-shadow, .product-item:hover {
    box-shadow: 0 0 .1rem .020000rem rgba(0, 0, 0, .1)
}

.pub-content, .pub-max-content {
    width: 12rem;
    margin: 0 auto
}

.active-color {
    color: #000 !important
}

.active-bg {
    background: #000 !important;
    color: #fff !important
}

.option-active {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important
}

.active-gold {
    color: #f7d13a !important
}

.product-item {
    width: 23.5%;
    display: block;
    background-color: black;
    transition: all 1s;
    padding: .1rem;
    box-sizing: border-box;
    margin-right: 2%;
    border-radius: .060000rem;
    margin-bottom: .2rem
}

.product-item:nth-of-type(4n) {
    margin-right: 0
}

.product-item:hover {
    transform: translateY(-.1rem)
}

.product-item:hover .item-img img {
    transform: scale(1.1)
}

.product-item .item-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 100%
}

.product-item .item-img .img-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.product-item .item-img .img-box img {
    display: block;
    width: 100%;
    transition: transform 2s
}

.product-item .item-img .img-box .item-video {
    display: block;
    width: 100%
}

.product-item .item-img .img-box .item-bage {
    position: absolute;
    right: .1rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 33.33%;
    color: #fff
}

.product-item .item-img .img-box .item-bage .bage-img {
    width: auto;
    max-width: 100%
}

.product-item .item-img .img-box .item-bage span {
    font-size: .12rem;
    transform: scale(.85);
    display: flex;
    position: absolute;
    max-width: 100%;
    word-break: break-all;
    line-height: .12rem;
    padding: 0 .040000rem;
    text-align: center
}

.product-item .item-content {
    padding: .1rem
}

.product-item .item-content .item-title {
    font-size: .16rem;
    color: white;
    line-height: .2rem;
    height: .42rem;
    text-align: center
}

.product-item .item-content .item-price {
    margin-top: .1rem;
    position: relative;
    text-align: center;
    min-height: .4rem
}

.product-item .item-content .item-price .new-price {
    color: white;
    font-size: .18rem;
    font-weight: 600
}

.product-item .item-content .item-price .old-price {
    color: #c4c4c4;
    text-decoration: line-through;
    font-size: .14rem;
    margin-top: .060000rem
}

.product-item .item-content .item-price .shopping-car {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-item .item-content .item-price .shopping-car i {
    font-size: .18rem;
    color: #fff
}