.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.block-list_s1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: stretch;
}

.block-list_s1 li {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.block-list_s1 li .holder-info_s1 {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 8px;
}

.popular-items_s1 .block-list_s1 li .holder-info_s1 {
    background: #fff;
    border-color: #1a1a1a;
}

.popular-items_s1 .block-list_s1 li .holder-info_s1 .col_s1.right:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    bottom: -10px;
    background: #e5002c;
    z-index: -1;
}

.row_s1 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row_s1 > .col_s1 {
    position: relative;
    width: 100%;
    z-index: 5;
}

.row_s1 > .col_s1.left {
    float: left;
    padding-bottom: 4px;
}

.row_s1 > .col_s1.right {
    float: right;
    padding-top: 4px;
}

.block-list_s1 .holder-info_s1 h3 {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #2e75b7;
    padding: 2px 2px 4px;
    margin: 0 0 8px;
}

.popular-items_s1 .block-list_s1 .holder-info_s1 h3 {
    color: #494949;
}

.block-list_s1 .holder-info_s1 h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #2e75b7;
}

.popular-items_s1 .block-list_s1 .holder-info_s1 h3:after {
    background: #494949;
}

.block-list_s1 .holder-info_s1 .col_s1.left .img_s1 {
    display: block;
    float: left;
    width: 100%;
    max-width: 118px;
    max-height: 104px;
    line-height: 104px;
    text-align: center;
    background-color: #fff;
    margin: 0 10px 0 0;
}

.block-list_s1 .holder-info_s1 .col_s1.left .img_s1 img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 90px;
}

.table-specification_s1 {
    display: block;
    overflow: hidden;

}

.table-specification_s1 table {
    width: 100%;
    background-color: #fff;
    font-size: 10px;
    line-height: 14px;
    color: #323232;
    font-weight: bold;
}

.table-specification_s1 tr {
    height: 15px;
}

.table-specification_s1 th {
    border: 1px solid #afc8fa;
    vertical-align: middle;
    min-width: 68px;
    padding: 2px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    background-color: #219ed2;
}

.table-specification_s1 td {
    border: 1px solid #afc8fa;
    vertical-align: middle;
    padding: 2px;
    text-align: left;
}

.table-specification_s1 .price_s1 {
    color: #cf0000;
}

.block-list_s1 .holder-info_s1 p {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 14px;
    color: #323232;
}

.popular-items_s1 .block-list_s1 .holder-info_s1 p {
    color: #fff;
}

.block-list_s1 .holder-info_s1 strong {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    max-width: 90px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    background-color: #2e75b7;
    margin: 0 15px 0 0;
    padding: 18px 8px;
}

.block-list_s1 .holder-info_s1 .flax,
.popular-items_s1 .block-list_s1 .holder-info_s1 .flax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.popular-items_s1 .block-list_s1 .holder-info_s1 strong {
    background-color: #fff;
    color: #e5002c;
}

.block-list_s1 .holder-info_s1 strong:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 4px solid transparent;
    border-left: 7px solid #2e75b7;
    border-right: 0;
}

.popular-items_s1 .block-list_s1 .holder-info_s1 strong:after {
    border: 4px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0;
}

.block-list_s1 .holder-info_s1 ul {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.block-list_s1 .holder-info_s1 ul li {
    width: 25%;
    padding: 0 2px;
}

.block-list_s1 .holder-info_s1 ul li .img_s1 {
    display: block;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.block-list_s1 .holder-info_s1 ul li .img_s1 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.popular-items_s1 {
    margin-bottom: 40px;
}

.popular-items_s1 .block-list_s1 .popular_s1 {
    display: block;
    position: absolute;
    top: -4px;
    left: 8px;
    width: 30px;
    height: 42px;
    font-size: 13px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 20;
}

.popular-items_s1 .block-list_s1 .popular_s1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 15px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: 0;
}

@media screen and (max-width: 1023px) {
    .list-review .slick-slider {
        margin-bottom: 0;
    }
}

.tab-add-nav .add-icon {
    opacity: 1;
}

.popular-items_s1 .block-list_s1 .popular_s1 {
    text-indent: -9999px;
}

.popular-items_s1 .block-list_s1 > li:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 8px;
    width: 32px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    z-index: 99;

}

.popular-items_s1 .block-list_s1 > li:nth-child(1):before {
    content: "1位";
    background: url(/common/design/user/img/product-page/product-page-n1.png) no-repeat;
    background-size: 100% 100%;
}

.popular-items_s1 .block-list_s1 > li:nth-child(2):before {
    content: "2位";
    background: url(/common/design/user/img/product-page/product-page-n2.png) no-repeat;
    background-size: 100% 100%;
}

.popular-items_s1 .block-list_s1 > li:nth-child(3):before {
    content: "3位";
    background: url(/common/design/user/img/product-page/product-page-n3.png) no-repeat;
    background-size: 100% 100%;
}

.popular-items_s1 .block-list_s1 > li:nth-child(4):before {
    content: "4位";
    background: url(/common/design/user/img/product-page/product-page-n4.png) no-repeat;
    background-size: 100% 100%;
}

#lightbox {
    display: none
}

body:after {
    content: url(/common/design/user/css/img/lightbox/close.png) url(/common/design/user/css/img/lightbox/loading.gif) url(/common/design/user/css/img/lightbox/prev.png) url(/common/design/user/css/img/lightbox/next.png);
    display: none;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: auto !important;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/common/design/user/css/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-nav a {
    outline: none;
}

.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-prev {
    left: 0;
    float: left;
}

.lb-next {
    right: 0;
    float: right;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/common/design/user/css/img/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
