.ms-product-main {
    margin: auto
}

.ms-product-main a {
    text-decoration: none
}

.ms-product-main .crumbs-container {
    max-width: 1230px
}

.ms-product-main .product-content {
    max-width: 1230px;
    padding: 0 15px 30px;
    margin: 0 auto
}

.ms-product-main .product-content .product-swiper {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 40px
}

.ms-product-main .product-content .product-swiper .thumbs-left.product-swiper-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ms-product-main .product-content .product-swiper .product-swiper-inner {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%
}

.ms-product-main .product-content .product-swiper #product-swiper-gallery {
    position: relative;
    overflow: hidden
}

.ms-product-main .product-content .product-swiper #product-swiper-gallery .swiper-wrapper {
    z-index: 0;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ms-product-main .product-content .product-swiper #product-swiper-gallery .swiper-wrapper .swiper-slide {
    width: 100%;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ms-product-main .product-content .product-swiper #product-swiper-gallery .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto
}

.ms-product-main .product-content .product-swiper #product-swiper-gallery .swiper-pagination {
    display: none
}

.ms-product-main .product-content .product-swiper .product-swiper-gallery-content {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.ms-product-main .product-content .product-swiper .product-swiper-thumbs-content {
    width: 100%;
    position: relative
}

.ms-product-main .product-content .product-swiper .product-swiper-thumbs-content .swiper-button-next, .ms-product-main .product-content .product-swiper .product-swiper-thumbs-content .swiper-button-prev {
    color: #333;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    -moz-transform: translate(-50%, 0) rotate(-90deg);
    -o-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg)
}

.ms-product-main .product-content .product-swiper .product-swiper-thumbs-content .swiper-button-next::after, .ms-product-main .product-content .product-swiper .product-swiper-thumbs-content .swiper-button-prev::after {
    font-size: 20px
}

.ms-product-main .product-content .product-swiper .product-swiper-thumbs-content .swiper-button-next {
    top: 5px
}

.ms-product-main .product-content .product-swiper .product-swiper-thumbs-content .swiper-button-prev {
    top: 100%
}

.ms-product-main .product-content .product-swiper #product-swiper-thumbs {
    width: 100%;
    position: relative
}

.ms-product-main .product-content .product-swiper #product-swiper-thumbs .swiper-wrapper {
    height: auto !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.ms-product-main .product-content .product-swiper #product-swiper-thumbs .swiper-slide {
    display: inline-block;
    cursor: pointer;
    max-width: 50%;
    max-height: 300px
}

.ms-product-main .product-content .product-swiper #product-swiper-thumbs .swiper-slide .product-image-wrapper {
    outline: 1px solid #ccc;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    padding-bottom: -webkit-calc(100% - 10px);
    padding-bottom: -moz-calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
    margin-bottom: 20px
}

.ms-product-main .product-content .product-swiper #product-swiper-thumbs .swiper-slide:nth-child(2n) .product-image-wrapper {
    margin-left: 10px
}

.ms-product-main .product-content .product-swiper #product-swiper-thumbs .swiper-slide-thumb-active .product-image-wrapper {
    outline: 1px solid #111
}

.ms-product-main .product-content .product-message {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px)
}

.ms-product-main .product-content .product-message .product-message-inner {
    width: 100%
}

.ms-product-main .product-content .product-message .product-message-main {
    padding: 30px;
    background: rgba(230, 230, 230, .3);
    margin-bottom: 20px
}

.ms-product-main .product-content .product-message .flash-count {
    display: none;
    margin-bottom: 20px
}

.ms-product-main .product-content .product-message .flash-count .flash-count-bg {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffe4c8;
    padding: 0 5px
}

.ms-product-main .product-content .product-message .flash-count .flash-count-bg .label {
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ms-product-main .product-content .product-message .flash-count .countdown {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0
}

.ms-product-main .product-content .product-message .flash-count .count-clock {
    padding: 6px 4px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    line-height: 1;
    min-width: 30px;
    text-align: center
}

.ms-product-main .product-content .product-message .flash-count .promition-timetext {
    padding: 14px 11px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1
}

.ms-product-main .product-content .product-message .flash-count .conunt-down-box {
    width: auto !important;
    margin: 0 !important
}

.ms-product-main .product-content .product-message .flash-count .conunt-down-box .countdown .flash-hourtext, .ms-product-main .product-content .product-message .flash-count .conunt-down-box .countdown .flash-minutestext, .ms-product-main .product-content .product-message .flash-count .conunt-down-box .countdown .flash-secondtext {
    height: 40 p;
    line-height: 40px !important
}

.ms-product-main .product-content .product-message .flash-count .conunt-down-box .countdown .flash-hourtext, .ms-product-main .product-content .product-message .flash-count .conunt-down-box .countdown .flash-minutestext, .ms-product-main .product-content .product-message .flash-count .conunt-down-box .countdown .flash-secondtext {
    min-width: 40px !important
}

.ms-product-main .product-content .product-message .flash-count .conunt-down-box .countdown .count-clock {
    margin: 0 !important
}

.ms-product-main .product-content .product-message .flash-count .count-down-title {
    font-size: 18px;
    color: #111;
    margin-right: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ms-product-main .product-content .product-message .flash-count .promition-limit {
    font-size: 14px;
    text-align: left;
    color: #999;
    margin-top: 10px
}

.ms-product-main .product-content .product-message .tag {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px
}

.ms-product-main .product-content .product-message .save-tag {
    padding: 2px 4px;
    font-size: 12px;
    color: #000;
    background: #f2f5fa
}

.ms-product-main .product-content .product-message .product-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 10px
}

.ms-product-main .product-content .product-message .product-subtitle {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    text-align: left
}

.ms-product-main .product-content .product-message .product-price {
    margin-bottom: 10px
}

.ms-product-main .product-content .product-message .product-price .selling-price {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px
}

.ms-product-main .product-content .product-message .product-price .market-price {
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    color: #999
}

.ms-product-main .product-content .product-message .product-price .market-price::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -3%;
    right: -3%;
    width: 104%;
    height: 1px;
    background-color: #999
}

.ms-product-main .product-content .product-message .review-star {
    font-size: 16px;
    margin: 5px 0 10px
}

.ms-product-main .product-content .product-message .review-star .star-list {
    margin-right: 10px;
    color: var(--color_reviews_star_color, #111);
    cursor: pointer
}

.ms-product-main .product-content .product-message .product-necessities > li {
    margin-bottom: 10px;
    position: relative
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-name-color {
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*cursor: pointer;*/
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-name-color .product-necessities-label {
    margin-right: 5px
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-list.header-auto {
    height: auto !important
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-colorlist .product-necessities-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-colorlist .product-necessities-list .required-value {
    /*width: 115px;*/
    /*padding: 6px 16px;*/
    /*border: 1px solid #ccc;*/
    margin: 0 8px 10px 0;
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-colorlist .product-necessities-list .required-value.disabled {
    cursor: not-allowed;
    border-style: dashed
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-colorlist .product-necessities-list .product-necessities-itemtext {
    /*width: 115px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 24px;
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-colorlist .product-necessities-list .product-necessities-itemtext img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-colorlist .product-necessities-list .required-selected, .ms-product-main .product-content .product-message .product-necessities > li .product-necessities-colorlist .product-necessities-list .required-value.active {
    background:white;
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-name-other {
    margin-bottom: 20px
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-name-other .product-necessities-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-name-other .product-necessities-active {
    max-width: 360px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color_form_text, #000);
    background: var(--color_form_background, #fff);
    border: 1px solid var(--color_form_borders, #ccc);
    border-radius: 12px;
    cursor: pointer;
    position: relative
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-name-other .product-necessities-active:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    border-bottom: 1px solid var(--color_form_text, #000);
    border-right: 1px solid var(--color_form_text, #000);
    -webkit-transform: translateY(-90%) rotate(45deg);
    -moz-transform: translateY(-90%) rotate(45deg);
    -o-transform: translateY(-90%) rotate(45deg);
    transform: translateY(-90%) rotate(45deg);
    width: 10px;
    height: 10px;
    top: 50%
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist {
    width: 100%;
    top: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ccc
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list {
    overflow: hidden;
    list-style: none
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list li {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    margin: 0 20px
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list li .product-necessities-itemtext {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4px 0;
    word-break: break-all;
    text-align: left;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color_text_main_text, #111);
    border: none
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .hide {
    display: none
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .required-selected {
    background: #fafafa
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .required-selected .product-image-wrapper, .ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .required-selected .product-necessities-itemimg, .ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .required-selected .product-necessities-itemtext {
    border: none
}

.ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .disabled .product-image-wrapper, .ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .disabled .product-necessities-itemtext, .ms-product-main .product-content .product-message .product-necessities > li .product-necessities-otherlist .product-necessities-list .disabled img {
    cursor: no-drop;
    color: #ccc
}

.ms-product-main .product-content .product-message .product-necessities .product-necessities-type-other {
    max-width: 360px
}

.ms-product-main .product-content .product-message .required-table-content table {
    border-collapse: collapse;
    width: 100%
}

.ms-product-main .product-content .product-message .required-table-content table thead {
    background-color: #f0f0f0;
    font-weight: 700
}

.ms-product-main .product-content .product-message .required-table-content table td, .ms-product-main .product-content .product-message .required-table-content table th {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px
}

.ms-product-main .product-content .product-message .product-message-item {
    margin-bottom: 10px;
    font-size: 14px
}

.ms-product-main .product-content .product-message .product-message-item .product-message-label {
    font-weight: 400;
    margin-right: 3px
}

.ms-product-main .product-content .product-message .product-message-number-label {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.ms-product-main .product-content .product-message .product-message-number {
    width: 200px;
    border-radius: 12px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 30px
}

.ms-product-main .product-content .product-message .product-message-number .product-message-input {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    background: 0 0;
    border: none;
    margin: 0 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 30px
}

.ms-product-main .product-content .product-message .product-message-number .product-message-add, .ms-product-main .product-content .product-message .product-message-number .product-message-sub {
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 13px
}

.ms-product-main .product-content .product-message .product-message-btn-content.btn-small-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ms-product-main .product-content .product-message .product-message-btn-content.btn-small-content .product-message-btn {
    max-width: 48%
}

.ms-product-main .product-content .product-message .product-message-btn-content.btn-small-content .product-message-btn:nth-of-type(odd) {
    margin-right: 4%
}

.ms-product-main .product-content .product-message .fastpp-container {
    width: 48%;
    margin-top: 0
}

.ms-product-main .product-content .product-message .product-message-btn-content {
    width: 100%;
    margin-top: 20px
}

.ms-product-main .product-content .product-message .product-message-btn-content .product-message-btn {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 20px
}

.ms-product-main .product-content .product-message .product-message-btn-content .product-message-btn-type1 {
    color: #111;
    border: 1px solid #111;
    background: 0 0
}

.ms-product-main .product-content .product-message .product-message-btn-content .product-message-btn-type2 {
    background: #111;
    color: #fff
}

.ms-product-main .product-content .product-message .share {
    margin-top: 20px
}

.ms-product-main .product-content .product-message .share .share-text {
    font-size: 14px;
    color: var(--color_text_titles, #111);
    margin-right: 10px
}

.ms-product-main .product-content .product-message .share > a {
    width: 24px;
    height: 24px;
    margin-right: 20px
}

.ms-product-main .product-content .product-message .share > a .icon {
    width: 24px;
    height: 24px
}

.ms-product-main .product-content .product-message .activity-container {
    margin: 0 0 20px;
    padding: 30px;
    background: rgba(196, 198, 202, .3)
}

.ms-product-main .product-content .product-message .activity-container .activity-title {
    font-size: 18px;
    color: var(--color_text_titles, #111);
    margin: 0
}

.ms-product-main .product-content .product-message .activity-container .activity-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    margin: 10px 0
}

.ms-product-main .product-content .product-message .activity-container .activity-cut-off {
    margin: 0 10px;
    color: var(--color_text_titles, #111);
    font-weight: 400;
    font-size: 20px
}

.ms-product-main .product-content .product-message .activity-container .activity-unit {
    display: none;
    font-size: 12px;
    color: #fff;
    text-align: center
}

.ms-product-main .product-content .product-message .activity-container .activity-hour-pack, .ms-product-main .product-content .product-message .activity-container .activity-min-pack, .ms-product-main .product-content .product-message .activity-container .activity-sec-pack {
    padding: 8px 9px;
    font-weight: 400;
    background: #fff;
    font-size: 18px;
    line-height: 1.1;
    color: var(--color_text_titles, #111)
}

.ms-product-main .plugin-main {
    padding: 5px 0 0 0 !important
}

.ms-product-main .plugin-active-label .plugin-main .plugin-link {
    max-width: 40px !important
}

.ms-product-main .product-tabs {
    width: 100%
}

.ms-product-main .product-tabs .product-tab {
    width: 100%;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid var(--color_page_borders_and_lines, #d8d8d8)
}

.ms-product-main .product-tabs .product-tab > li {
    text-align: center;
    cursor: pointer;
    padding: 40px 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--color_text_titles, #222)
}

.ms-product-main .product-tabs .product-tab-item > li {
    padding: 20px 0 50px
}

.ms-product-main .product-tabs .product-tab-item > li .description-content table {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%
}

.ms-product-main .product-tabs .product-tab-item > li .description-content table, .ms-product-main .product-tabs .product-tab-item > li .description-content td, .ms-product-main .product-tabs .product-tab-item > li .description-content th {
    border: 1px dashed #ccc
}

.ms-product-main .product-tabs .product-tab-item > li iframe {
    max-width: 100% !important;
    max-height: 100% !important
}

.ms-product-main .product-tabs .product-tab-item > li img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: block
}

.ms-product-main .product-tabs .product-tab-item > li.active {
    display: block
}

.ms-product-main .icon-star {
    color: var(--color_reviews_star_color, #000)
}

.ms-product-main .icon-star.off {
    color: rgba(0, 0, 0, .3)
}

.ms-product-main .reviews-content {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto
}

.ms-product-main .reviews-content .reviews-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center
}

.ms-product-main .reviews-content i.icon-star {
    font-size: 16px;
    margin-left: 5px
}

.ms-product-main .reviews-content i.icon-star.off {
    font-size: 16px;
    margin-left: 5px
}

.ms-product-main .reviews-content .reviews-data {
    width: 100%;
    padding: 0 0 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.ms-product-main .reviews-content .reviews-data .revirw-five {
    font-size: 16px;
    color: #666;
    margin-left: 5px
}

.ms-product-main .reviews-content .reviews-data .score-detail-m {
    display: none
}

.ms-product-main .reviews-content .reviews-data .score-detail-pc {
    display: block
}

.ms-product-main .reviews-content .reviews-data .average-score {
    text-align: center;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ms-product-main .reviews-content .reviews-data .average-score .reviews-total {
    font-size: 14px;
    margin-top: 10px
}

.ms-product-main .reviews-content .reviews-data .average-score i {
    font-size: 26px
}

.ms-product-main .reviews-content .reviews-data .average-score .review-score {
    font-size: 24px;
    font-weight: 700
}

.ms-product-main .reviews-content .reviews-data .average-score .review-score-m {
    display: none
}

.ms-product-main .reviews-content .reviews-data .revirw-star {
    margin-top: 10px
}

.ms-product-main .reviews-content .reviews-data .score-detail {
    font-size: 14px;
    border: 1px solid var(--color_page_borders_and_lines, #e6e6e6);
    border-top: none;
    border-bottom: none;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ms-product-main .reviews-content .reviews-data .score-detail .score-detail-rate {
    margin-left: 10px;
    font-size: 12px;
    width: 50px;
    white-space: nowrap;
    color: var(--color_text_main_text, #111)
}

.ms-product-main .reviews-content .reviews-data .score-detail .score-detail-num {
    margin-left: 20px;
    font-size: 12px;
    width: 40px;
    color: var(--color_text_main_text, #111)
}

.ms-product-main .reviews-content .reviews-data .score-detail > li {
    padding: 0
}

.ms-product-main .reviews-content .reviews-data .score-detail > li .parent {
    width: 150px;
    height: 8px;
    background: #dcdcdc;
    position: relative;
    margin-left: 10px
}

.ms-product-main .reviews-content .reviews-data .score-detail > li .parent .progress {
    width: 50%;
    height: 8px;
    background: var(--color_reviews_star_color, #111);
    display: block
}

.ms-product-main .reviews-content .reviews-btn-container {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ms-product-main .reviews-content .reviews-btn-container .reviews-add {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 12px 50px;
    background: #111
}

.ms-product-main .reviews-content .reviews-list {
    padding: 0 0 30px
}

.ms-product-main .reviews-content .reviews-list > li.review-no-data {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

.ms-product-main .reviews-content .reviews-list > li {
    border-bottom: 1px solid var(--color_page_borders_and_lines, #eee)
}

.ms-product-main .reviews-content .reviews-list > li:last-child {
    border-bottom: none
}

.ms-product-main .reviews-content .reviews-list > li video {
    max-width: none;
    max-height: none
}

.ms-product-main .reviews-content .reviews-list > li .reviews-img {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ms-product-main .reviews-content .reviews-list > li .reviews-img .product-image-wrappers {
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px
}

.ms-product-main .reviews-content .reviews-list > li .reviews-img .reviews-img-inner {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.ms-product-main .reviews-content .reviews-list > li .reviews-img .reviews-img-inner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #000
}

.ms-product-main .reviews-content .reviews-list > li .reviews-img .reviews-img-inner img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.ms-product-main .reviews-content .reviews-list > li .reviews-img .reviews-img-inner img.lazyload, .ms-product-main .reviews-content .reviews-list > li .reviews-img .reviews-img-inner img.lazyloading {
    width: auto;
    height: auto !important;
    -o-object-fit: contain;
    object-fit: contain
}

.ms-product-main .reviews-content .reviews-list > li .reviews-img .reviews-img-inner .iconfont {
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message {
    width: 100%;
    padding: 20px 0;
    text-align: left
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .iconfont {
    margin: 0
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .reviews-message-user {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .reviews-message-user .reviews-user-middle {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    margin-left: 20px
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .reviews-message-user .reviews-user-name {
    font-size: 16px;
    color: var(--color_text_titles, #222);
    font-weight: 600
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .reviews-message-user .reviews-user-head {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: #111;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .reviews-message-product {
    font-size: 16px;
    color: var(--color_text_titles, #222);
    font-weight: 600;
    margin-bottom: 5px
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .reviews-message-text {
    line-height: initial
}

.ms-product-main .reviews-content .reviews-list > li .reviews-message .reviews-read-more {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    bottom: 3px;
    cursor: pointer
}

.ms-product-main .reviews-content .more-container {
    display: none
}

.ms-product-main .reviews-content .reply-detail-img, .ms-product-main .reviews-content .reviews-detail-img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 700px;
    height: 500px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide {
    width: 100%
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .flex-center, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .flex-center, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .flex-center, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .flex-center {
    width: 100%
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .close-reply-detail-img, .ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .close-reviews-detail-img, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .close-reply-detail-img, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .close-reviews-detail-img, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .close-reply-detail-img, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .close-reviews-detail-img, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .close-reply-detail-img, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .close-reviews-detail-img {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: .5;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 10
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .close-reply-detail-img i, .ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .close-reviews-detail-img i, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .close-reply-detail-img i, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .close-reviews-detail-img i, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .close-reply-detail-img i, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .close-reviews-detail-img i, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .close-reply-detail-img i, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .close-reviews-detail-img i {
    font-size: 24px;
    color: #111
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .close-reply-detail-img:hover, .ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .close-reviews-detail-img:hover, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .close-reply-detail-img:hover, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .close-reviews-detail-img:hover, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .close-reply-detail-img:hover, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .close-reviews-detail-img:hover, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .close-reply-detail-img:hover, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .close-reviews-detail-img:hover {
    opacity: 1
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-button-next, .ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-button-prev, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-button-next, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-button-prev, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-button-next, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-button-prev, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-button-next, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-button-prev {
    z-index: 1002;
    color: #292d32
}

.ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-button-next::after, .ms-product-main .reviews-content .reply-detail-img .reply-detail-img-swiper .swiper-button-prev::after, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-button-next::after, .ms-product-main .reviews-content .reply-detail-img .reviews-detail-img-swiper .swiper-button-prev::after, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-button-next::after, .ms-product-main .reviews-content .reviews-detail-img .reply-detail-img-swiper .swiper-button-prev::after, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-button-next::after, .ms-product-main .reviews-content .reviews-detail-img .reviews-detail-img-swiper .swiper-button-prev::after {
    font-size: 18px
}

.ms-product-main .reviews-content .reply-detail-img[data-state=active], .ms-product-main .reviews-content .reviews-detail-img[data-state=active] {
    opacity: 1;
    visibility: visible
}

.ms-product-main .reviews-content .replys {
    width: 100%;
    background: rgba(255, 255, 255, .3);
    padding: 20px
}

.ms-product-main .reviews-content .replys .title {
    font-size: 16px;
    color: #02a8f0;
    line-height: 19px;
    margin-right: 10px
}

.ms-product-main .reviews-content .replys .date {
    font-size: 12px;
    color: #999;
    line-height: 14px
}

.ms-product-main .reviews-content .replys .reply-message-title {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ms-product-main .reviews-content .replys .reply-message-text {
    margin-top: 15px
}

.ms-product-main .reviews-content .replys .reply-read-more {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    margin: 10px 0
}

.ms-product-main .reviews-content .replys .reply-Images {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    position: relative
}

.ms-product-main .reviews-content .replys .reply-Images .img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.ms-product-main .reviews-content .replys .reply-Images .img.lazyload, .ms-product-main .reviews-content .replys .reply-Images .img.lazyloading {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.ms-product-main .review-nodrop {
    color: #e6e6e6;
    cursor: default;
    margin: 0 20px
}

.ms-product-main .shipping-content {
    padding: 0 50px 30px;
    margin: auto
}

.ms-product-main .shipping-content #country, .ms-product-main .shipping-content #province {
    padding: 6px 33px 6px 15px;
    max-width: 80%;
    min-width: 280px;
    margin-right: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/arrow-down.png") no-repeat scroll -webkit-calc(100% - 15px) center transparent !important;
    background: url("../images/arrow-down.png") no-repeat scroll -moz-calc(100% - 15px) center transparent !important;
    background: url("../images/arrow-down.png") no-repeat scroll calc(100% - 15px) center transparent !important
}

.ms-product-main .shipping-content select::-ms-expand {
    display: none
}

.ms-product-main .shipping-content .shipping-pack {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ms-product-main .shipping-content .shipping-pack .shipping-label {
    line-height: 33px;
    margin-right: 6px;
    white-space: nowrap
}

.ms-product-main .shipping-content #searchShipBtn {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    font-size: 14px;
    text-transform: Uppercase;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    background: #111;
    border: 1px solid #111;
    text-align: center;
    color: #fff
}

.ms-product-main .shipping-content .shipping-table {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.ms-product-main .shipping-content .shipping-table td, .ms-product-main .shipping-content .shipping-table th {
    padding: 12px 0
}

.ms-product-main .shipping-content .shipping-table th {
    background: #111;
    color: #fff
}

.ms-product-main .shipping-content .shipping-table td {
    color: var(--color_form_text, #111)
}

.ms-product-main .video-content .evaluate-video {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.ms-product-main .video-content .evaluate-video iframe {
    width: 100%
}

.ms-product-main .video-content.video-row-number {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ms-product-main .video-content.video-row-number .evaluate-video {
    width: 50%
}

.ms-product-main .recommend-container {
    margin: 40px 0;
    padding: 0 15px;
    border-top: 1px solid #ccc
}

.ms-product-main .recommend-container .recommend-title {
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0
}

.ms-product-main .recommend-container .recommend-container-title {
    text-align: center;
    color: #111;
    font-size: 24px;
    font-weight: 600;
    max-width: 1000px;
    padding-top: 40px;
    margin: 0 auto 20px
}

.ms-product-main .recommend-container .recommend-selling-price {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.ms-product-main .recommend-container .recommend-market-price {
    font-size: 12px;
    color: #999;
    font-weight: 400
}

.ms-product-main .recommend-container .recommend-tag {
    color: #000;
    background: #f2f5fa;
    border: none;
    font-size: 12px;
    padding: 2px 4px;
    height: unset;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: unset;
    margin: 0
}

.ms-product-main .recommend-container .comment-star {
    line-height: 1;
    margin-top: 10px
}

.ms-product-main .recommend-container .comment-star li.iconfont {
    margin-right: 5px
}

.ms-product-main .recommend-container .recommend-list {
    max-width: 1360px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ms-product-main .recommend-container .recommend-list .recommend-item {
    width: 25%;
    padding: 0 10px
}

.ms-product-main .recommend-container .recommend-list .recommend-item .flex-center {
    margin-top: 10px
}

.ms-product-main .recommend-container .recommend-list .recommend-item .ta-center {
    text-align: left
}

.ms-product-main .recommend-container .recommend-list .recommend-item .item-img-second {
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #fff
}

.ms-product-main .recommend-container .recommend-list .recommend-item .product-image-wrapper:hover .item-img-second {
    opacity: 1
}

.video-play-box {
    width: 100%
}

.plugin-connection .render-compose {
    margin: 0 0 20px !important
}

.reply-model, .reviews-model {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: 9
}

.attribute-content {
    color: var(--color_text_main_text, #111)
}

.attribute-content .attirbute-item {
    margin: 10px 0
}

@media screen and (max-width: 640px) {
    .ms-product-main .crumbs-container {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px
    }

    .ms-product-main .product-content {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .ms-product-main .product-content .product-swiper {
        width: 100%;
        margin: 0
    }

    .ms-product-main .product-content .product-swiper .product-swiper-gallery-content {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none
    }

    .ms-product-main .product-content .product-swiper .product-swiper-gallery-content #product-swiper-gallery {
        margin-bottom: 0
    }

    .ms-product-main .product-content .product-swiper .product-swiper-gallery-content #product-swiper-gallery .swiper-pagination {
        display: inline-block;
        font-size: 14px;
        padding: 4px 8px;
        margin-bottom: 0;
        text-align: right;
        bottom: 20px;
        right: 20px;
        left: auto;
        width: auto;
        color: #fff;
        background: rgba(255, 255, 255, .5);
        border-radius: 5px
    }

    .ms-product-main .product-content .product-swiper .product-swiper-thumbs-content {
        width: 0;
        height: 0;
        visibility: hidden;
        opacity: 0
    }

    .ms-product-main .product-content .product-message {
        width: 100%
    }

    .ms-product-main .product-content .product-message .product-message-main {
        padding: 0 15px
    }

    .ms-product-main .product-content .product-message .product-title {
        font-size: 14px;
        font-weight: 700;
        padding-top: 14px;
        text-align: left
    }

    .ms-product-main .product-content .product-message .product-subtitle {
        font-size: 12px;
        font-weight: 400;
        margin: 8px 0
    }

    .ms-product-main .product-content .product-message .product-message-number-label {
        text-align: left
    }

    .ms-product-main .product-content .product-message .product-message-item {
        margin-bottom: 8px
    }

    .product-message-btn-content.product-message-btn-content-mobile{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

    .ms-product-main .product-content .product-message .product-message-btn-content.btn-small-content.product-message-btn-content-mobile{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        background: white;
    }

    .ms-product-main .product-content .product-message .product-message-btn-content.btn-small-content.product-message-btn-content-mobile .product-message-btn{
        margin-bottom: 0;
        border: 0;
    }

    .ms-product-main .product-content .product-message .product-message-btn-content {
        margin-top: 22px
    }

    .ms-product-main .product-content .product-message .product-message-btn-content .product-message-btn {
        margin-bottom: 15px
    }

    .ms-product-main .product-content .product-message .tag {
        font-size: 12px;
        padding: 1px 3px
    }

    .ms-product-main .product-content .product-message .product-price {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ms-product-main .product-content .product-message .product-price .selling-price {
        font-size: 16px;
        margin-top: 8px
    }

    .ms-product-main .product-content .product-message .product-price .market-price {
        font-size: 12px;
        margin-top: 8px
    }

    .ms-product-main .product-content .product-message .product-price .tag {
        margin-bottom: 0;
        margin-top: 8px
    }

    .ms-product-main .product-content .product-message .review-star {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .ms-product-main .product-content .product-message .product-message-item .product-message-label {
        font-size: 14px
    }

    .ms-product-main .product-content .product-message .product-message-item .product-message-value {
        font-size: 14px;
        font-weight: 400
    }

    .ms-product-main .product-content .product-message .product-message-number .product-message-add, .ms-product-main .product-content .product-message .product-message-number .product-message-sub {
        padding: 0 15px
    }

    .ms-product-main .product-content .product-message .product-message-btn-content .product-message-btn {
        height: auto;
        line-height: 1;
        padding: 13px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ms-product-main .product-content .product-message .product-message-btn-content.btn-small-content {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ms-product-main .product-content .product-message .product-message-btn-content.btn-small-content .product-message-btn {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important
    }

    .ms-product-main .product-content .product-message .fastpp-container {
        width: 100%
    }

    .ms-product-main .product-content .product-message .share {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .ms-product-main .product-content .product-message .share a {
        margin-right: 20px
    }

    .ms-product-main .product-tabs .product-tab {
        padding: 0
    }

    .ms-product-main .product-tabs .product-tab li {
        width: auto;
        max-width: 100%;
        padding: 30px 15px 20px;
        margin: 0 auto
    }

    .ms-product-main .product-tabs .product-tab li .product-tab-text {
        white-space: nowrap
    }

    .ms-product-main .product-tabs .product-tab-item li {
        padding: 0
    }

    .ms-product-main .product-tabs .product-tab-item li .description-content {
        margin: 0 15px 15px
    }

    .ms-product-main .attribute-content {
        margin: 0 15px 15px
    }

    .ms-product-main .reviews-content {
        padding-bottom: 20px
    }

    .ms-product-main .reviews-content > .flex-center {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ms-product-main .reviews-content .reviews-data {
        width: 100%;
        padding: 0 15px;
        border: none;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ms-product-main .reviews-content .reviews-data .average-score {
        font-size: 20px;
        width: 50%;
        border-right: none
    }

    .ms-product-main .reviews-content .reviews-data .average-score i {
        margin-left: 0
    }

    .ms-product-main .reviews-content .reviews-data .average-score .reviews-total {
        font-size: 12px;
        margin-top: 0
    }

    .ms-product-main .reviews-content .reviews-data .average-score .review-score-pc {
        display: none
    }

    .ms-product-main .reviews-content .reviews-data .average-score .review-score-m {
        display: inline-block;
        margin-left: 10px
    }

    .ms-product-main .reviews-content .reviews-data .average-score .revirw-five {
        font-size: 12px
    }

    .ms-product-main .reviews-content .reviews-data .average-score .revirw-star {
        margin-top: 0;
        white-space: nowrap
    }

    .ms-product-main .reviews-content .reviews-data .score-detail {
        margin-left: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .ms-product-main .reviews-content .reviews-data .score-detail > li {
        width: 100%
    }

    .ms-product-main .reviews-content .reviews-data .score-detail > li .parent {
        width: 100px
    }

    .ms-product-main .reviews-content .reviews-data .score-detail .reviews-content i.iconfont {
        font-size: 12px
    }

    .ms-product-main .reviews-content .reviews-data .score-detail .score-detail-rate {
        margin-left: 10px;
        font-size: 12px
    }

    .ms-product-main .reviews-content .reviews-data .score-detail .score-detail-num {
        margin-left: 20px;
        font-size: 12px;
        width: auto
    }

    .ms-product-main .reviews-content .reviews-data .score-detail-m {
        display: block
    }

    .ms-product-main .reviews-content .reviews-data .score-detail-pc {
        display: none
    }

    .ms-product-main .reviews-content .reviews-btn-container {
        padding: 0;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .ms-product-main .reviews-content .reviews-btn-container .reviews-add {
        padding: 10px 50px
    }

    .ms-product-main .reviews-content .reviews-list {
        padding: 0
    }

    .ms-product-main .reviews-content .reviews-list > li {
        width: 100%
    }

    .ms-product-main .reviews-content .reviews-list > li .product-image-wrappers {
        margin: 0 10px 10px 0
    }

    .ms-product-main .reviews-content .reviews-list > li .reviews-message-user {
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .ms-product-main .reviews-content .reviews-list > li .reviews-message-user .reviews-user-head {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .ms-product-main .reviews-content .reviews-list > li .reviews-message-user .reviews-user-middle {
        margin-left: 5px;
        margin-right: 5px
    }

    .ms-product-main .reviews-content .reviews-list > li .reviews-message-user .reviews-user-name {
        font-size: 14px
    }

    .ms-product-main .reviews-content .reviews-list > li .reviews-message-user i.iconfont {
        font-size: 14px
    }

    .ms-product-main .reviews-content .reviews-list > li .reviews-img .reviews-img-inner {
        width: 80px;
        height: 80px
    }

    .ms-product-main .reviews-content .reviews-list .reply-detail-img, .ms-product-main .reviews-content .reviews-list .reviews-detail-img {
        width: 100% !important;
        height: 100% !important
    }

    .ms-product-main .reviews-content .reviews-list .reply-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide-item, .ms-product-main .reviews-content .reviews-list .reply-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide-item, .ms-product-main .reviews-content .reviews-list .reviews-detail-img .reply-detail-img-swiper .swiper-wrapper .swiper-slide-item, .ms-product-main .reviews-content .reviews-list .reviews-detail-img .reviews-detail-img-swiper .swiper-wrapper .swiper-slide-item {
        max-width: 80%;
        max-height: 80%
    }

    .ms-product-main .reviews-content .page {
        display: none
    }

    .ms-product-main .reviews-content .page .paging {
        height: 22px;
        line-height: 22px;
        border: none
    }

    .ms-product-main .reviews-content .page .paging-disp {
        border: none
    }

    .ms-product-main .reviews-content .page .paging-current {
        border: none;
        text-decoration: underline
    }

    .ms-product-main .reviews-content .more-container {
        display: none;
        text-align: center
    }

    .ms-product-main .reviews-content .more-container .more-btn {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        cursor: pointer;
        color: var(--color_button_label, #000);
        text-decoration: underline
    }

    .ms-product-main .shipping-content {
        padding: 0 50px 30px;
        width: 100%
    }

    .ms-product-main .shipping-content #country, .ms-product-main .shipping-content #province {
        padding: 6px 30px 6px 15px;
        max-width: 40%;
        min-width: unset;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .ms-product-main .shipping-content #country:focus, .ms-product-main .shipping-content #country:hover, .ms-product-main .shipping-content #province:focus, .ms-product-main .shipping-content #province:hover {
        outline-color: #111
    }

    .ms-product-main .shipping-content .shipping-pack .shipping-label {
        margin-bottom: 5px
    }

    .ms-product-main .shipping-content #searchShipBtn {
        display: block;
        padding: 8px 10px;
        font-size: 15px;
        display: inline-block;
        width: auto;
        background: #5c5c5c;
        border: 1px solid #5c5c5c;
        line-height: 1;
        text-align: center;
        color: #fff;
        white-space: nowrap;
        margin-bottom: 5px
    }

    .ms-product-main .shipping-content .shipping-table {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .ms-product-main .shipping-content .shipping-table td, .ms-product-main .shipping-content .shipping-table th {
        padding: 12px 0
    }

    .ms-product-main .shipping-content .shipping-table th {
        background: var(--color_form_background, #111);
        color: var(--color_form_text, #fff)
    }

    .ms-product-main .video-content .evaluate-video {
        height: 300px
    }

    .ms-product-main .video-content.video-row-number {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ms-product-main .video-content.video-row-number .evaluate-video {
        width: 50%;
        height: 200px
    }

    .ms-product-main .recommend-container {
        padding: 0 15px
    }

    .ms-product-main .recommend-container .recommend-title {
        font-size: 12px;
        margin-top: 10px
    }

    .ms-product-main .recommend-container .recommend-container-title {
        font-size: 16px;
        padding-top: 30px
    }

    .ms-product-main .recommend-container .recommend-selling-price {
        font-size: 14px;
        margin-bottom: 5px
    }

    .ms-product-main .recommend-container .recommend-market-price {
        font-size: 12px
    }

    .ms-product-main .recommend-container .recommend-tag {
        margin: 0;
        height: auto;
        border: none
    }

    .ms-product-main .recommend-container .recommend-list .recommend-item {
        width: -webkit-calc(50% - 7.5px);
        width: -moz-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        padding: 0;
        margin-bottom: 20px
    }

    .ms-product-main .recommend-container .recommend-list .recommend-item:nth-child(2n) {
        margin-left: 15px
    }

    .ms-product-main .recommend-container .recommend-list .recommend-item .ta-center {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ms-product-main .recommend-container .recommend-list .recommend-item .ta-center .span {
        display: inline-block;
        margin-right: 4px
    }
}

.page .paging {
    height: 22px;
    line-height: 22px;
    border: none
}

.page .paging-disp {
    border: none
}

.page .paging-current {
    border: none;
    text-decoration: underline
}

.ms-reivew-wirtereview .Modal__Close .Icon--close {
    display: block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: 0 0;
    pointer-events: none
}

.ms-reivew-wirtereview .Modal__Close .icon-left {
    display: none
}

.ms-review-bg {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1001
}

.ms-review-bg[aria-hidden=false] {
    opacity: 1;
    visibility: visible
}

.ms-review-add {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%
}

.ms-review-add .ms-review-cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.ms-reivew-wirtereview {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    width: 768px;
    height: 100%;
    overflow: auto;
    background: var(--color_page_background, #fff);
    visibility: hidden;
    -webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: visibility .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), -o-transform .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), -moz-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1), -moz-transform .5s cubic-bezier(.645, .045, .355, 1), -o-transform .5s cubic-bezier(.645, .045, .355, 1);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.ms-reivew-wirtereview .ms-review-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 15px;
    line-height: 1;
    cursor: pointer
}

.ms-reivew-wirtereview .ms-review-close .iconfont {
    font-size: 18px;
    color: var(--color_button, #000)
}

.ms-review-add.is-open .ms-reivew-wirtereview {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ms-reivew-wirtereview .writeviewtitle {
    padding: 30px 20px 20px;
    text-align: center
}

.ms-reivew-wirtereview .writeviewtitle h3 {
    font-size: 24px;
    margin: 0
}

.ms-reivew-wirtereview .writeviewcontent {
    padding: 0 50px 30px
}

@media screen and (max-width: 768px) {
    .ms-reivew-wirtereview {
        width: 100%
    }

    .ms-reivew-wirtereview .writeviewcontent {
        padding: 0 15px 20px
    }
}

.writeviewcontent .viewstartcont .rightstart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 20px
}

.writeviewcontent .viewcont {
    margin-top: 20px;
    position: relative
}

.writeviewcontent .viewcont:first-child {
    margin-top: 0
}

.writeviewcontent .viewcont .leftlable i {
    color: var(--color_text_titles, #000);
    margin-left: 5px;
    font-size: 24px;
    line-height: 1;
    position: relative;
    top: 4px
}

.writeviewcontent .viewcont .leftlable {
    font-size: 14px
}

.writeviewcontent .viewcont .rightcontent {
    margin-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.writeviewcontent .viewcont .rightcontent .start-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #167a92;
    line-height: 1
}

.writeviewcontent .viewcont .rightcontent .start-content .start-content-li {
    cursor: pointer;
    padding-right: 2px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.writeviewcontent .viewcont .rightcontent .start-content .icon-star {
    display: block;
    font-size: 20px;
    margin-left: 0
}

.writeviewcontent .viewcont .rightcontent .start-content .icon-star.off {
    display: none
}

.writeviewcontent .viewcont .rightcontent .start-content .star-no .icon-star {
    display: none
}

.writeviewcontent .viewcont .rightcontent .start-content .star-no .icon-star.off {
    display: block
}

.writeviewcontent .viewcont .rightcontent input {
    padding-left: 10px;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    -webkit-appearance: none
}

.writeviewcontent .viewcont .rightcontent .textareacont {
    width: 100%;
    height: 160px;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-shadow: none;
    -webkit-appearance: none
}

.writeviewcontent .imgviewcont {
    margin-top: 20px;
    font-size: 14px
}

.writeviewcontent .imgviewcont .titleupload {
    margin-bottom: 0
}

.writeviewcontent .imgviewcont .imguploadlist {
    margin-bottom: 10px
}

.video-uploaderror, .writeviewcontent .imgviewcont .imguploadlist .uploaderror {
    margin-top: 10px;
    color: red
}

.writeviewcontent .imgviewcont .uploadimg {
    margin-top: 0;
    overflow: hidden
}

.writeviewcontent .imgviewcont .uploadimg li {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    font-size: 0;
    position: relative;
    border: 1px solid transparent;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.writeviewcontent .imgviewcont .uploadimg .upload {
    margin-top: 10px;
    border: 1px dashed #e6e6e6;
    color: #666;
    font-size: 28px;
    cursor: pointer;
    font-family: Verdana
}

.writeviewcontent .imgviewcont .uploadimg .upload .upload-ing {
    display: none
}

.writeviewcontent .imgviewcont .uploadimg .upload.disabled .upload-ing {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto
}

.writeviewcontent .imgviewcont .uploadimg .upload.disabled .uplpad-add {
    display: none;
    visibility: hidden
}

.writeviewcontent .imgviewcont .uploadimg .upload.disabled input[type=file] {
    pointer-events: none
}

.writeviewcontent .imgviewcont .uploadimg .upload .uplpad-add {
    margin-top: -10px;
    width: 15px;
    height: 28px;
    text-align: center;
    line-height: 28px
}

.writeviewcontent .imgviewcont .uploadimg .upload input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-filter: alpah(opacity=0);
    filter: alpah(opacity=0);
    font-size: 0;
    cursor: pointer
}

.writeviewcontent .imgviewcont .uploadimg .upload .removeimg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    font-style: normal
}

.writeviewcontent .imgviewcont .uploadimg .upload .removeimg:hover {
    background: rgba(0, 0, 0, .5)
}

.writeviewcontent .imgviewcont .uploadimg .upload img {
    max-width: 90px;
    max-height: 90px
}

.writeviewcontent .imgviewcont .uploadimg .upload video {
    width: 100%;
    height: 100%
}

.writeviewcontent .imgviewcont .uploadtext {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px
}

.writeviewcontent .reviewsubmit {
    text-align: center;
    padding-bottom: 20px
}

.writeviewcontent .reviewsubmit p {
    color: #81b64e;
    text-align: center;
    font-size: 14px;
    background: #d3e4c4;
    height: 30px;
    line-height: 30px
}

.Modal__Close, .ms-btn-submit {
    display: inline-block;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 9.5px 10px;
    line-height: normal;
    border: 1px solid var(--color_button, #111);
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    background: var(--color_button, #111);
    color: var(--color_button_label, #fff);
    margin-top: 20px;
    text-transform: Uppercase
}

.Modal__Close {
    color: var(--color_button, #999);
    border: 1px solid var(--color_button, #999);
    background: var(--color_button_label, #fff);
    margin-left: 40px
}

.writeviewcontent .error-style {
    color: red;
    font-size: 14px;
    padding-left: 10px;
    font-weight: initial
}

.textarealength {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px
}

.textarealength b {
    font-weight: 400
}

textarea:focus {
    outline: 0
}

@media screen and (max-width: 640px) {
    .ms-reivew-wirtereview .Modal__Close {
        display: none
    }

    .ms-reivew-wirtereview .Modal__Close .Icon--close {
        display: none
    }

    .ms-reivew-wirtereview .Modal__Close .icon-left {
        display: block;
        width: 20px;
        height: 20px
    }

    .Modal__Close {
        margin-left: 0;
        margin-top: 10px
    }

    .writeviewcontent .viewcont .rightcontent .textareacont {
        height: 7rem
    }

    .ms-review-add {
        height: 100%;
        -webkit-align-items: inherit;
        -moz-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }

    .ms-review-add .ms-reivew-wirtereview {
        margin: 0
    }

    .ms-reivew-wirtereview .writeviewcontent {
        padding: 0 20px
    }

    .writeviewcontent .viewcont:first-child .leftlable {
        padding-left: 0
    }

    .writeviewcontent .imgviewcont .uploadimg li {
        width: 30%;
        height: 100px
    }

    .writeviewcontent .imgviewcont .uploadtext {
        font-size: 12px
    }

    .writeviewcontent .viewcont .rightcontent {
        font-size: 13px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ms-review-bgimg .flickity-page-dots {
        bottom: -25px
    }

    .review-img-list .reviewsImgB {
        width: 100%
    }

    .ms-reivew-content b {
        font-weight: 400
    }

    .writeviewcontent .imgviewcont .uploadimg .upload img {
        max-width: 100%;
        max-height: 100%
    }

    .reviewsubmit .flex-center-between {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ms-reivew-wirtereview .Modal__Close {
        left: 10px
    }

    .ms-reivew-wirtereview .Modal__Close .Icon--close {
        display: none
    }

    .ms-reivew-wirtereview .Modal__Close .icon-left {
        display: block;
        width: 20px;
        height: 20px
    }

    .pageation-button {
        display: none
    }
}

.tag-list .first-order-discount {
    display: block
}

.tag-list .bundle-plugin-title-identification {
    display: inline-block;
    margin: 0 10px 10px 0
}

.plugin-active-label .tag-list div {
    display: inline-block;
    margin: 0 10px 10px 0
}

.tag-list .tag-presale {
    margin: 0 10px 10px 0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    color: #111;
    background-color: #fff5f3
}

.first-order-discount-tag {
    margin: 0 10px 20px 0;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    color: #f44336;
    background-color: #fff5f3;
    border: none
}

.plugin-active-label .plugin-main .plugin-link {
    margin-bottom: 0 !important
}

.recommend-tag {
    width: 78px;
    height: 27px;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #111;
    color: #fff
}

.iframe-box {
    position: relative
}

.custome-video-btn-second {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer
}

.relative {
    position: relative
}

.custome-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    max-width: 100px !important;
    max-height: 100px !important;
    z-index: 99;
    cursor: pointer
}

.video-close {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 60px;
    width: 100%;
    text-align: right;
    padding: 5px 15px 0 0;
    font-size: 20px;
    cursor: pointer
}

.video-close svg {
    color: #fff;
    width: 20px;
    position: relative;
    top: 10px
}

#gallery-top .swiper-wrapper {
    min-height: 500px
}

.Popover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1)
}

.Popover {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.Popover[aria-hidden=false] {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    visibility: initial
}

.product-popver-content {
    max-height: 300px;
    overflow-y: auto
}

.model-product {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    visibility: hidden
}

.model-product-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: .3;
    opacity: var(--range_picture_opacity, .3)
}

.model-product-content {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 24px 0;
    z-index: 1002;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2);
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 80%;
    padding-bottom: 34px;
    max-height: 100%;
    max-width: 800px;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: auto
}

.VariantSelector {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 24px 0;
    z-index: 1200;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: visibility .4s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: visibility .4s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: visibility .4s cubic-bezier(.645, .045, .355, 1), -o-transform .4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .4s cubic-bezier(.645, .045, .355, 1), visibility .4s cubic-bezier(.645, .045, .355, 1), -moz-transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), visibility .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), visibility .4s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.645, .045, .355, 1), -moz-transform .4s cubic-bezier(.645, .045, .355, 1), -o-transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), visibility .4s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.VariantSelector {
    visibility: hidden;
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 80%;
    padding-bottom: 34px;
    max-height: 100%;
    max-width: 800px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: auto
}

.VariantSelector[aria-hidden=false] {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.VariantSelector[aria-hidden=false] {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

.VariantSelector__Item {
    padding: 0 25px;
    width: 46%
}

.VariantSelector__Info {
    position: relative;
    margin: 48px 24px 0 24px
}

.VariantSelector__Info {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.VariantSelector__ChoiceList {
    margin-bottom: 34px
}

.VariantSelector__Choice {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-animation: .15s variantSelectorInfoClosingAnimation forwards ease-in-out;
    -moz-animation: .15s variantSelectorInfoClosingAnimation forwards ease-in-out;
    -o-animation: .15s variantSelectorInfoClosingAnimation forwards ease-in-out;
    animation: .15s variantSelectorInfoClosingAnimation forwards ease-in-out
}

.VariantSelector__Choice:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.VariantSelector__ChoiceColor, .VariantSelector__ChoicePrice {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle
}

.VariantSelector__ChoiceColor {
    border-right: 1px solid #e7e7e7
}

.VariantSelector__ColorSwatch {
    display: inline-block;
    width: 40px;
    height: auto;
    vertical-align: sub;
    -o-background-size: cover;
    background-size: cover
}

.VariantSelector__ColorSwatch--white {
    outline: 1px solid #e7e7e7
}

.VariantSelector__ChoicePrice {
    font-size: 13px
}

.VariantSelector__ChoiceColor_img {
    width: 20%;
    display: inline-block
}

.VariantSelector__ChoiceColor_tit {
    width: 77%;
    display: inline-block;
    margin-left: 3%
}

.VariantSelector__ChoiceColor_img img {
    margin-top: -10px
}

.VariantSelector__Choice.is-selected {
    -webkit-animation: .3s variantSelectorInfoOpeningAnimation forwards ease-in-out;
    -moz-animation: .3s variantSelectorInfoOpeningAnimation forwards ease-in-out;
    -o-animation: .3s variantSelectorInfoOpeningAnimation forwards ease-in-out;
    animation: .3s variantSelectorInfoOpeningAnimation forwards ease-in-out
}

.VariantSelector__ChoiceValue {
    color: #5c5c5c;
    font-size: 12px;
    display: block;
    text-align: left
}

.VariantSelector__ImageWrapper img {
    width: auto;
    height: auto;
    position: absolute
}

.AspectRatio--withFallback > img {
    height: auto;
    width: auto;
    max-height: 98%;
    max-width: 98%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.Popover__Value, .VariantSelector__Button {
    cursor: pointer
}

.Button {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2em;
    font-family: Futura, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    -o-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial
}

.Button--primary {
    color: #fff;
    border-color: #5c5c5c
}

.Button--primary::before {
    background-color: #5c5c5c
}

.Button::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    z-index: -1
}

.VariantSelector__Info .variantSelectDisabled {
    cursor: no-drop;
    border-color: #ccc
}

.VariantSelector__Info .variantSelectDisabled::before {
    background-color: #cccc !important
}

.Popover__ValueList .variantSelectDisabled {
    cursor: no-drop;
    color: #ccc
}

.ms-payment-content .variantSelectDisabled {
    cursor: no-drop;
    border-color: #ccc;
    background: #ccc;
    color: #fff
}

.ms-payment-content .variantSelectDisabled::before {
    background-color: #cccc !important
}

@-webkit-keyframes variantSelectorInfoOpeningAnimation {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes variantSelectorInfoOpeningAnimation {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes variantSelectorInfoOpeningAnimation {
    0% {
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes variantSelectorInfoOpeningAnimation {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes variantSelectorInfoClosingAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
}

@-moz-keyframes variantSelectorInfoClosingAnimation {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
}

@-o-keyframes variantSelectorInfoClosingAnimation {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
}

@keyframes variantSelectorInfoClosingAnimation {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
}

@media screen and (max-width: 640px) {
    .Popover--positionLeft.Popover--alignCenter::before {
        display: none
    }

    .Popover--withMinWidth {
        width: 100%
    }

    .VariantSelector {
        bottom: 0;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1
    }

    .VariantSelector[aria-hidden=false] {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }

    .Product__Aside {
        padding: 0 24px;
        max-width: 100%
    }

    .Collapsible {
        font-size: 14px;
        color: #5c5c5c
    }

    .Collapsible .delivery .shipto-outer {
        margin: 10px 0
    }

    .Popover[aria-hidden=false] {
        max-height: 300px;
        overflow-y: auto
    }

    .tabs-wrap {
        margin: 0 -15px
    }

    .tabs-wrap .tabs-box:last-child {
        border-bottom: none
    }
}

.presale-container {
    margin: 10px 0 20px;
    padding: 10px 20px;
    background: #f44336;
    border-radius: 22px;
    display: none
}

.presale-container .presale-top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.presale-container .presale-top .presale-time {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.presale-container .presale-top .presale-time .presale-time-title {
    font-size: 14px;
    color: #fff;
    margin: 0 20px 0 10px;
    font-weight: 600
}

.presale-container .presale-top .presale-time .presale-time-item, .presale-container .presale-top .presale-time .presale-time-seg {
    font-size: 14px;
    color: #fff;
    font-weight: 600
}

.presale-container .presale-top .presale-time .presale-time-seg {
    margin: 0 3px
}

.presale-container .presale-top .presale-tips-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #fff
}

.presale-container .presale-top .presale-tips-content .iconfont {
    color: #fff
}

.presale-container .presale-top .presale-tips-content .presale-tips-icon {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    width: 18px;
    height: 17.99px;
    color: #666;
    background: rgba(255, 255, 255, .75);
    border-radius: 18px;
    text-align: center;
    line-height: 18px;
    margin-left: 10px;
    position: relative;
    cursor: pointer
}

.presale-container .presale-top .presale-tips-content .presale-tips-icon:hover .presale-tips-mask-layer, .presale-container .presale-top .presale-tips-content .presale-tips-icon:hover .presale-tips-text-content {
    display: block
}

.presale-container .presale-top .presale-tips-content .presale-tips-icon .presale-tips-mask-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998
}

.presale-container .presale-top .presale-tips-content .presale-tips-icon .presale-tips-text-content {
    display: none;
    min-width: 200px;
    max-width: 300px;
    position: absolute;
    bottom: 35px;
    right: -15px;
    background: #282828;
    padding: 10px;
    border: 1px solid #282828;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    z-index: 999;
    color: #fff;
    font-size: 12px;
    border-radius: 5px
}

.presale-container .presale-top .presale-tips-content .presale-tips-icon .presale-tips-text-content::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    right: 16px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 10px solid #282828
}

.presale-container .presale-top .presale-tips-content .presale-tips-icon .presale-tips-text-content::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    right: 17px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 9px solid #282828
}

@media screen and (max-width: 640px) {
    .presale-container .presale-top .presale-tips-content .presale-tips-icon .presale-tips-text-content {
        right: -8px
    }

    .presale-container .presale-top .presale-tips-content .presale-tips-icon .presale-tips-text-content::before {
        right: 8px
    }

    .presale-container .presale-top .presale-tips-content .presale-tips-icon .presale-tips-text-content::after {
        right: 9px
    }
}

.presale-container .presale-bottom {
    width: 100%;
    background: #fafafa;
    padding: 20px 0;
    margin-top: 10px;
    overflow: auto;
    display: none
}

.presale-container .presale-bottom .presale-bottom-inner {
    position: relative;
    height: 100%;
    width: 100%
}

.presale-container .presale-bottom .presale-bottom-inner .stage-value-content {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.presale-container .presale-bottom .presale-bottom-inner .stage-value-content .stage-value {
    width: var(--percent, 33.333%);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #ccc
}

.presale-container .presale-bottom .presale-bottom-inner .stage-value-content .stage-value .currency-symbol-price {
    display: inline
}

.presale-container .presale-bottom .presale-bottom-inner .stage-value-content .stage-value.active {
    color: #d81e06
}

.presale-container .presale-bottom .presale-bottom-inner .progress-bar-content {
    width: 100%;
    padding: 0 20px
}

.presale-container .presale-bottom .presale-bottom-inner .progress-bar-content .progress-bar {
    width: 100%;
    height: 10px;
    background: #f2f2f2
}

.presale-container .presale-bottom .presale-bottom-inner .progress-bar-content .progress-bar .finish {
    width: var(--finish, 0%);
    height: 10px;
    background: #d81e06;
    display: block;
    border-radius: 8px
}

.presale-container .presale-bottom .presale-bottom-inner .stage-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -14.5px
}

.presale-container .presale-bottom .presale-bottom-inner .stage-content .stage.active .dot {
    border: 5px solid #d81e06
}

.presale-container .presale-bottom .presale-bottom-inner .stage-content .stage.active .stage-title {
    color: #d81e06
}

.presale-container .presale-bottom .presale-bottom-inner .stage-content .stage {
    width: var(--percent, 33.333%);
    height: 50px;
    text-align: center;
    position: relative;
    z-index: 10
}

.presale-container .presale-bottom .presale-bottom-inner .stage-content .stage .stage-unit {
    display: inline-block;
    color: #333
}

.presale-container .presale-bottom .presale-bottom-inner .stage-content .stage .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #ccc;
    background: #fff
}

.presale-container .presale-bottom .presale-bottom-inner .stage-content .stage .stage-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #ccc
}

.tabs-wrap {
    margin-top: 20px
}

.tabs-wrap .tabs-box {
    border-bottom: 1px solid #eee
}

.tabs-wrap .tabs-box:first-child {
    border-top: 1px solid #eee
}

.tabs-wrap .tabs-title {
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    cursor: pointer
}

.tabs-wrap .tabs-title::-webkit-selection {
    background: #fff;
    color: #333
}

.tabs-wrap .tabs-title .tabs-name {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-wrap .tabs-title .tabs-name .text {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px)
}

.tabs-wrap .tabs-title .tabs-name .iconfont {
    width: 24px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    color: var(--color_text_titles, #111)
}

.tabs-wrap .tabs-content {
    display: none;
    /*max-height: 300px;*/
    padding-bottom: 15px;
    padding-left: 15px;
    overflow: auto
}

.tabs-wrap .tabs-content p {
    text-align: left
}

.tabs-wrap .tabs-content a {
    color: -webkit-link
}

.tabs-wrap .tabs-content li, .tabs-wrap .tabs-content ul {
    list-style: inside
}

.tabs-wrap .tabs-content img {
    /*max-width: 100% !important;*/
    height: auto;
    width: 100%;
}

.tabs-wrap .tabs-content video {
    max-width: 100%;
    max-height: 300px
}

.tabs-wrap .tabs-content table {
    border-collapse: collapse;
    width: 100%
}

.tabs-wrap .tabs-content table thead {
    background-color: #f0f0f0;
    font-weight: 700
}

.tabs-wrap .tabs-content table td, .tabs-wrap .tabs-content table th {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px
}

.tabs-wrap .active .tabs-content {
    display: block
}

.tabs-wrap .active .tabs-name .iconfont {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup-shipping .popup-shipping-cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.popup-shipping .popup-shipping-main {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2001;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: visibility .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), -o-transform .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), -moz-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1), -moz-transform .5s cubic-bezier(.645, .045, .355, 1), -o-transform .5s cubic-bezier(.645, .045, .355, 1);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 768px;
    height: 100%;
    background: var(--color_page_background, #fff)
}

.popup-shipping .popup-shipping-main .shipping-content .shipping-pack {
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.popup-shipping .popup-shipping-main .shipping-content #country, .popup-shipping .popup-shipping-main .shipping-content #province {
    margin-right: 0;
    margin-bottom: 8px
}

.popup-shipping .popup-shipping-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 15px;
    line-height: 1;
    cursor: pointer
}

.popup-shipping .popup-shipping-close .iconfont {
    font-size: 18px;
    color: var(--color_button, #111)
}

.popup-shipping .popup-shipping-top {
    padding: 20px;
    font-size: 24px;
    color: var(--color_text_titles, #111);
    text-align: center
}

.popup-shipping.is-open .popup-shipping-cover {
    display: block
}

.popup-shipping.is-open .popup-shipping-main {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (max-width: 768px) {
    .presale-container {
        padding: 9px 15px
    }

    .popup-shipping .popup-shipping-main {
        width: 100%
    }

    .popup-shipping .popup-shipping-main .shipping-content {
        padding: 0 15px 20px
    }

    .tag-list .tag-presale {
        font-size: 12px
    }

    .tabs-wrap .tabs-content {
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .presale-container .presale-top {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .presale-container .presale-top .presale-time {
        margin-bottom: 10px
    }
}
