html, body {
    background: #fff;
    overflow-x: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 100%;
    width: 100%;
}
.gallery-top #vvv_img {
    border-radius: 5px;
}

.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    margin-top: 10px;
}
.gallery-thumbs .gallery-thumbs-next {
    display: none;
}

.gallery-thumbs .swiper-slide {
    width: 100px!important;
    height: 100px!important;
    background-position: center center;
    opacity: 0.8;
    margin-right: 8px;
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #ebebeb;
    padding: 1px;
    border-radius: 5px;
}

.gallery-thumbs .swiper-slide:hover {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #333;
}

.swiper-button-prev, .swiper-button-next {
    /* opacity: 0; */
}

.embed-responsive-item:hover .swiper-button-prev, .embed-responsive-item:hover .swiper-button-next {
    opacity: 0.6;
}

.authentication {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #666666;
}
.authentication .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FF2A00;
    padding: 3px 10px;
    color: #FFFFFF;
    line-height: 46px;
    font-size: 18px;
    font-weight: 200;
}
.authentication .info .title {
    padding-right: 10px;
}
.authentication .info img {
    height: 27px;
}
.authentication .info .secure-img {
    height: 30px;
}

#detail img {
    max-width: 100%;
}

.product-cart-btn .btn {
    width: 120px;
}
.goods-spec-text {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.goods-spec-text li {
    position: relative;
    overflow: hidden;
    width: 20%;
    min-width: 110px;
}

.goods-spec-text li a {
    display: block;
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    /*border-radius: 7px;*/
    line-height: 1.5em;
    color: #777777;
    font-weight: normal;
}

.goods-spec-text li a img {
    width: 20px;
    height: 20px;
}
.goods-spec-text li a .spec-title {
    font-weight: bold;
    color: #111111;
}
.goods-spec-text li a .spec-size {
    font-weight: bolder;
    white-space: break-spaces;
    word-wrap: break-word;
}

.goods-spec-text li a:hover {
    border-color: #007bff;
    text-decoration: none;
}

.goods-spec-text li.selected a {
    border-color: #007bff;
}

.goods-spec-text li.disabled a {
    border-color: #ddd;
    color: rgba(0, 0, 0, .3);
    background-color: #f7f7f7;
}
.goods-spec-text li.disabled a .spec-size {
    color: rgba(0, 0, 0, .3);
    text-decoration: line-through rgba(0, 0, 0, .3);
}

.goods-spec-text li.selected a:after,
.goods-spec-text li.selected a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}

.goods-spec-text li.selected a:before {
    width: 0;
    height: 0;
    right: -11px;
    line-height: 0;
    border: 11px solid #fff;
    border-bottom: 11px solid #007bff;
}

.goods-spec-text li.selected a:after {
    width: 10px;
    height: 10px;
    background: url(/assets/addons/shop/img/check.png) no-repeat 100% 100%;
    background-size: 6px auto;
}

.goods-spec-text li.selected i {
    display: block;
}

.coupon {
    display: flex;
    justify-content: space-between;
}

.coupon .left {
    width: 80px;
}

.coupon .right {
    flex: 1;
    color: #999;
}

.coupon .item {
    /*padding-bottom: 10px;*/
    display: inline-block;
    margin-right: 5px;
}

.coupon .item a:hover {
    text-decoration: none;
}

.coupon .item .coupon-text {
    padding: 1px 10px;
    border: 1px solid #ff464e;
    color: #ff464e;
    position: relative;
    font-size: 12px;
}

.coupon .item .coupon-text::before,
.coupon .item .coupon-text::after {
    content: ' ';
    position: absolute;
    width: 6px;
    height: 8px;
    border-radius: 10px;
    border: 1px solid #ff464e;
    background-color: #fff;
    bottom: 50%;
    margin-bottom: -4px;
}

.coupon .item .coupon-text::before {
    left: -2px;
    border-left-color: #fff;
}

.coupon .item .coupon-text::after {
    border-right-color: #fff;
    right: -2px;
}

.guarantee {
    display: flex;
    margin-bottom: 20px;
}

.guarantee img {
    width: 50px;
    height: 50px;
}
.detail_img{
    width: 492px !important;
    height: 492px !important;
}
.detail_img:nth-child(2n){
    margin-right: 0 !important;
}
.swiper-container{
    z-index: 1;
    position: static;
}
.prase{
    width: 504px;
    overflow: hidden;
}
.show_head .seller{
    width: 75px;
    height: 27px;
    background: #EEEEEE;
    border-radius: 5px;
    text-align: center;
    line-height: 27px;
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 12px;
    color: #111111;
    font-style: normal;
}
.specifications_ite{
    display: flex !important;
    flex-direction: column;
}
.new_buy_btn .btn {
    width: 100%;
    background: #000;
    color: #fff;
    border: 1px solid #000000;
}
.new_buy_btn .btn.btn-cart {
    background: #FFFFFF;
    color: #111111;
}
.new_buy_btn .col-xs-6:first-child {
    padding-right: 5px;
}
.new_buy_btn .col-xs-6:last-child {
    padding-left: 5px;
}
.description{
}
.recommends .container{
    margin: 0;
    padding: 0;
}
.recommends .recommend-title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
}
.recommend-list {
    display: flex;
    flex-wrap: wrap;
}

.recommend-goods {
    width: 240px;
    display: table;
    padding: 10px 5px;
}
.recommend-list .title{
    font-size: 15px;
    color: #111111;
    text-align: justify;
    font-style: normal;
    height: 43px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.recommends .img{
    width: 370px;
    height: 370px;

}
.recommends .img_big{
    width: 500px;
    height: 624px;
}
.recommends .img_small {
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.recommends .img:nth-child(4n){
    margin-right: 0;
}
.recommends_item .title{
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 16px;
    color: #111111;
    text-align: left;
    font-style: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.goods-spec-text li.selected a {
    border-color: #000;
}
.goods-spec-text li a:hover {
    border-color: #000;
}
.goods-spec-text li.selected a:before {
    border-bottom: 11px solid #000000;
}
.goods-info {
    color: #111111;
    margin-top: 20px;
    max-width: 650px;
}
.goods-info .title {
    margin-top: 20px;
    padding: 10px 0;
    font-size: 24px;
    font-weight: bold;
}
.goods-info .view-all {
    padding: 10px 0;
    cursor: pointer;
}
.goods-info .view-all .fa {
    color: #666666;
}
.order-log {
    max-height: 650px;
    overflow: auto;
}
.order-log .order-log-item {
    max-width: 500px;
    margin-bottom: 8px;
}
.order-log .order-log-item p {
    white-space: nowrap;
    overflow: hidden;
}
.modal-box {
    display: none;
    color: #111111;
    width: 650px;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 999;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    font-size: 14px;
}
.modal-box .header {
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.modal-box .header .title {
    font-size: 26px;
    font-weight: bold;
}
.modal-box .content {
    padding: 20px;
    overflow: auto;
    min-height: 300px;
    max-height: 850px;
}
.size_guide {
    position: absolute;
    top: -27px;
    right: 0;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
}
.size_guide img {
    width: 21px;
    height: 21px;
}
.size-box {
    position: absolute;
    left: -100px;
    height: 0;
    overflow: hidden;
}
.size-info {
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}
.size-info .size-td {
    display: flex;
}
.size-info .size-col {
    flex: 0 0 25%;
}
.size-info .size-row {
    display: flex;
}
.size-info .size-title {
    background: #111111;
    color: #FFFFFF;
    border: 1px solid #111111;
}
.size-info .size-val {
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    flex: 0 0 25%;
}
.size-info .size-list .size-val {
    font-size: 13px;
}
.size-info .size-list .size-row:nth-child(2n) {
    background: #f6f6f6;
}
.secure-box {
    position: absolute;
    left: -100px;
    height: 0;
    overflow: hidden;
}
.secure-info > div {
    margin: 10px 0;
}
.secure-info .title {
    font-size: 19px;
    font-weight: bold;
}
.secure-info .img-list img {
    width: 73px;
    height: 48px;
    margin-right: 10px;
}
.secure-info .support {
    font-weight: bold;
    margin-top: 20px;
}
.secure-info .support .time {
    font-size: 19px;
}
.secure-info .btn {
    width: 100%;
    padding: 7px 10px 7px 10px;
    background: #111111;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 21px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}
.secure-info .btn .chat-icon {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}
.goods-support {
    background: #F6F6F6;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}
.goods-support .item {
    margin: 15px;
    color: #111111;
    cursor: pointer;
}
.goods-support .item img {
    width: 21px;
    height: 21px;
    margin-right: 5px;
}
.goods-support .item .right-icon {
    font-size: 11px;
    color: #999999;
}

.mobile-swiper {
    position: relative;
}
.mobile-swiper .mobile-swiper-pagination {
    float: right;
    margin-right: 10px;
    font-size: 20px;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    overflow: hidden;
}
.mobile-swiper .swiper-slide {
    width: 100%;
    height: 100vw;
    background-size: cover;
}
.goods-content-box .goods-title-price {
    display: flex;
    flex-direction: column;
    font-size: 26px;
    font-weight: bolder;
    color: #111111;
}
.goods-content-box .goods-title-price > div {
    margin: 5px 0;
}
.goods-content-box .goods-title-price .price {
    color: #FF2A00;
    font-weight: 500;
    font-size: 30px;
}
.goods-content-box .goods-title-price .line-price {
    color: #606060;
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: line-through;
    margin-left: 10px;
}
.coupon-box {
    margin-bottom: 0;
    height: 30px;
}
.size-buy-box {
    /*margin-top: 20px;*/
}

@media (min-width: 1200px) {
    .goods-img-box {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    .gallery-top, .gallery-thumbs {
        margin: 0;
        height: 625px;
    }
    .gallery-top {
        width: 625px;
    }
    .gallery-thumbs .gallery-thumbs-next {
        display: block;
        position: absolute;
        top: 610px;
        left: 0;
        width: 127px;
        text-align: center;
        font-size: 50px;
        transform: scale(1.5, 1);
        color: #999999;
    }
    .gallery-thumbs {
        width: 120px;
    }
    .gallery-thumbs .swiper-wrapper {
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
    }
    .gallery-thumbs .swiper-wrapper > div:not(:last-child) {
        margin-bottom: 5px;
    }
    .goods-content-box {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .mobile-m-t {
        margin-top: 10px;
    }
    #content-container{
        margin-top: 0 !important;
        background: #f3f3f3;
    }
    .detail_img{
        margin-bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    /*.row .col-md-4{*/
    .mobile-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-thumbs{
        margin: 0 10px;
    }
    .gallery-thumbs .swiper-slide {
        width: 70px !important;
        height: 70px !important;
    }
    .goods-content-box .goods-title-price {
        flex-direction: column-reverse;
        background: #FFFFFF;
        padding: 5px 10px;
    }
    .goods-content-box .goods-title-price .price {
        color: #EB3F3F;
        font-weight: bold;
    }
    .goods-content-box .goods-title-price .goods-price {
        font-size: 30px;
        padding-left: 5px;
        vertical-align: top;
        line-height: 1em;
    }
    .authentication {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .specifications_ite {
        background: #FFFFFF;
    }
    .goods-spec-text {
        margin-bottom: 0;
    }
    .goods-spec-text li {
        width: 33%;
    }
    .size-buy-box {
        background: #FFFFFF;
        padding: 10px;
    }
    .size-buy-box .btn-buynow {
        margin: 10px 0;
    }
    .goods-support {
        background: #FFFFFF;
    }
    .goods-info {
        padding-bottom: 10px;
        max-width: 100%;
    }
    .goods-info .title {
        margin-top: 0;
        padding: 0;
        font-size: 14px;
    }
    .goods-info .goods-description, .goods-info .order-log-box {
        background: #FFFFFF;
        padding: 10px;
    }
    .goods-info .view-all {
        padding: 0;
    }
    .goods-info .header {
        margin-bottom: 8px;
    }
    .modal-box .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modal-box .header .title {
        font-size: 16px;
    }
    .price-symbol {
        vertical-align: top;
        line-height: 32px;
        font-size: 15px;
        padding-right: 3px;
    }
}