.wap{
    display: none!important;
}
span{
    font-weight: normal;
}
img,video {
    max-width: 100%;
    vertical-align: bottom;
}
/* Tables */
table {
    color: #303233;
    border: 1px solid #e3e3e3;
    border-top: none;
    font-size: 14px;
    border-collapse: separate;
    margin: 30px 0;
    background: transparent;
    width: 100%;
}

@media screen and (max-width: 720px) {
    table {
        margin: 0;
    }
}

table.clean {
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

table .column-title {
    display: none;
}

th {
    color: #303233;
    text-align: center;
    background: #e3e3e3;
}

.clean th {
    background: none;
}

tr td,
tr th {
    border-top: 1px solid #e3e3e3;
    padding: 20px;
}

@media screen and (max-width: 720px) {

    tr td,
    tr th {
        padding: 5px 10px;
    }
}

tr td {
    border-left: 1px solid #e3e3e3;
}

tr td:first-child {
    border-left: 0;
}

table.mobile-layout {
    border-bottom: none;
}

table.mobile-layout .column-title {
    font-weight: 700;
    width: 114px;
    padding-right: 23px;
    display: inline-block;
}

table.mobile-layout thead {
    display: none;
}

table.mobile-layout tr td {
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid #e3e3e3 !important;
    border-left: none;
    /* < IE 10 fix */
    float: left;
    clear: left;
}

table.mobile-layout tr:nth-child(even) td {
    background: #e3e3e3;
}
.container,.product-preview-container{
    max-width: 1250px;
}
.product-preview-container .product-preview-row .product-detail-col-info__large,.product-preview-container .product-preview-row .product-detail-col-img__large{
    width: 50%;
}
.product-preview-container .product-preview-row .product-main_imgps__left{
    margin-left: 30px;
}
.products-detail-info .title{
    font-size: 22px;
}
.product-info .price{
    margin: 15px 0 0 0;
}
.product-info .price .product-sales-price{
    font-size: 28px;
}
.product-info .price .originPrice{
    color: #303233;
    font-size: 16px;
}
.product-info .price .product-price-discount{
    font-size: 16px;
    background: #fe181a;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
}
.product-preview-container{
    padding: 0;
}
.products-button-wrap .products-button-learnmore{
    font-size: 14px;
    border: 1px solid #ee6b17;
    border-radius: 50px;
    padding: 10px 20px;
    color: #ee6b17;
    text-transform: none;
    font-weight: bold;
}
.stage-featured-collection .stage-featured-collection--title-content{
    text-align: center;
    font-size: 36px;
    color: #303233;
    font-weight: bold;
}
.template__index .product-preview-container{
    margin: 120px auto 180px auto;
}
.template__index .index-section--video{
    margin-bottom: 0;
}
.template__index .index-section--video .container{
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
.template__index .index-section--video .__sl-custom-track-stage-video{
    width: 100%;
}
.template__index .index-section--video .video__caption{
    position: absolute;
    z-index: 5;
    text-align: center;
    margin-top: -12%;
    padding-top: 0;
}
.template__index .index-section--video .video__caption p{
    color: #fff;
    font-size: 36px;
}
.template__index .index-section--video .video__caption p span{
    font-size: 18px!important;
}
.template__index .video--playing+.video__caption{
    display: none;
}
.after_copright.footer__paychannel-container {
    justify-content: center;
    margin-top: 10px;
}
.after_copright.footer__paychannel-container .footer__paychannel-item {
    margin: 0 4px 4px;
}

.product_title_features {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.65);
    /*white-space: pre-wrap;*/
}

.product_title_features ul {
    padding-inline-start: unset;
}

.product_title_features ul li:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    content: "";
    width: 4px;
    height: 4px;
    margin-top: 8px;
    margin-right: 8px;
    background-color: rgba(0, 0, 0, 0.45);
    vertical-align: middle;
    border-radius: 50%;
}

.product_title_features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    margin-top: 4px;
    text-align: left;
    margin-bottom: 0px;
}
/* 默认样式 */
.mce-content-body .tabs {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mce-content-body .tabs.product_listTab_fixed {
    position: fixed;
    top: 74px;
    width: 1228px;
    left: calc((100% - 1228px)/2);
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
.mce-content-body .tabs li {
    cursor: pointer;
    margin-right: 20px;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;     
    font-size: 16px;
    text-transform: uppercase;
}

.mce-content-body .tabs li.active {
    background-color: #ee6b17;
    color: white;
}

.mce-content-body .tabs-content {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mce-content-body .tabs-content li:not(.style__spec_content) {
    /* display: none; */
    padding: 20px 0px;
    border-top: 1px solid #ddd;
}
.mce-content-body .tabs-content li.style__spec_content h3{
    margin: 0;
}
.mce-content-body .tabs-content li.active {
    display: block;
}
.mce-content-body .tabs-content p {
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}
.mce-content-body .tabs-content img {
    /* width: 100%; */
    margin: 20px 0;
}
.style__spec-list li h3{
    margin: 0;
}
.info-container.line_background {
    margin-top: 2rem;
}
.product_livechat {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.borderB {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product_livechat .txt {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.product_livechat .txt a {
    display: block;
    color: #21d2c5;
}
.info_title.service {
    display: none;
}

.info-container .info_Box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: unset;
}

.info-container .info_Box .info_title {
    font-weight: 600;
    font-size: 16px;
    min-width: 90px;
    color: rgb(85, 85, 85);
}

.info-container .info_Box .info_iconList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-container .info_Box .minWidth {
    min-width: 300px;
}

.info-container .info_Box .info_iconList.flex_end {
    justify-content: left;
}

.info-container .info_Box .info_iconList.flex_end,
.info-container .info_Box .info_iconList .half_box,
.info-container .info_Box .info_iconList .openTxtModal {
    width: 50%;
    cursor: pointer;
}

.info-container .info_Box .info_iconList .icon_item {
    display: flex;
    margin: 10px 2px;
    justify-content: flex-start;
    /*justify-content: flex-end;*/
}

.info-container .info_Box .info_iconList .icon_item .iconfont {
    background: #ebebeb;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
}

.info-container .info_Box .info_iconList .icon_item .text {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    /*width: 174px;*/
}
.pay-button-theme-container {
    display: flex;
    align-items: flex-start;
}

.product-preview-container .product-preview-row .pay-button-theme-container .products-detail-quantity {
    margin-top: 0;
    width: 22%;
}

.pay-button-theme-container .product-sku-quantity .product-stepper {
    height: 48px;
}

.product-preview-container .pay-button-theme-add-to-cart {
    width: 78%;
}
 .product-info .price .product-sales-price>span{
    font-weight: normal;
 }
.cs_product_crumbs{
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
}
.cs_product_crumbs .product-crumbs{
    max-width: 1250px;
    margin: auto;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.stage-featured-collection--container a.btn-link{
    padding: 15px 30px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #ee6b17;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #ee6b17;
    margin: 30px auto 60px auto;
    width: fit-content;
    display: block;
}
.stage-featured-collection--container a.btn-link:after{
    display: none;
}
.product-tabs-item .mce-content-body img,.product-tabs-item .mce-content-body video,.product-tabs-item iframe{
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
}
.product-tabs-container .mce-content-body table tr td p{
    padding: 0;
}
.product-tabs-container .tabs-content ul{
    padding-left: 10px;
}
/****************************** product-faq style ******************************/
.FAQsHeader {
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 100px 0 50px 0;
}

.FAQsHeader h2 a {
    font-size: 25px;
    color: #555555;
    line-height: initial;
}

.FAQsContent {
    display: flex;
    justify-content: space-between;
    margin: auto auto 80px auto;
    width: 1215px;
}

.FAQsLeft {
    width: 30%;
    background-color: #F3F5F9;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    height: max-content;
}

.FAQsRight {
    width: 100%;
    text-align: center;
    display: inline;
}

.FAQsLeft ul {
    margin: 0;
}

.FAQsLeft ul li {
    white-space: nowrap;
    margin: 0 0 15px 20px;
    color: #334862;
    list-style: disc;
}

.FAQsLeft ul li:hover {
    color: #000000;
    cursor: pointer;
}

.FAQsContent h3 {
    font-size: 20px;
    color: #555555;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
}

.FAQsLeft h3 {
    margin: 0 0 15px;
}

.FAQsRight .Section span {
    color: #777777;
    border-top: 1px solid #ddd;
    padding: 20px 10px 20px 30px;
    font-size: 17px;
    display: flex;
    transition: all ease .2s;
    position: relative;
}

.FAQsRight .Section span:hover {
    color: #000;
    cursor: pointer;
}

.FAQsRight .Section span:hover .triangle {
    opacity: 1;
}

.FAQsRight .panel-content {
    display: none;
    /* padding: 16px 40px; */
}

.FAQsRight .panel-content p {
    color: #777777;
    text-align: left;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 16px 40px 16px 30px;
}

.FAQsRight .triangle {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: black;
    transform: rotateZ(180deg);
    margin: 11px 10px 0 0;
    opacity: 0.5;
    transition: all ease .2s;
    position: absolute;
    left: 0;
}

.FAQsRight .triangle::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: white;
    z-index: 2;
}

.FAQsRight .Section .iconTransform .triangle {
    transform: rotateZ(360deg);
    margin-top: -10px;
    border-bottom-color: #f77522;
    opacity: 1;
}

.FAQsRight .Section .iconTransform,
.FAQsRight .Section span.iconTransform:hover,
.FAQsRight .Section .iconTransform .triangle:hover {
    color: #f77522;
}

.FAQsRight .Section .iconTransform {
    border-top: 1px solid #f77522;
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
}
/*Product Page Downloads Style*/
.download-list-app {
    background: #fff;
    align-items: center;
    padding: 30px 0;
}

.w1280 {
    width: 100%;
    margin: 0 auto;
}

.flexlf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
}

.flexsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.download-list-appLeft {
    width: 76%;
}

.download-list-appImg {
    width: 20%;
}

.download-list-appImg img {
    border-radius: 38px;
    box-shadow: 0px 0px 5px 0px #b4b0b0;
}

.download-list-appFont {
    width: 80%;
    padding-left: 30px;
    padding-right: 44px;
}

.download-list-appFont h3 {
    margin: 0;
    text-align: left;
    font-size: 22px;
    line-height: 48px;
    color: #1d1d1f;
    font-weight: bold;
}

.download-list-appFont .download-list-appDec {
    text-align: justify;
    margin-bottom: 25px;
}

.download-list-appFont .download-list-appDec,
.download-list-appFont h4 {
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}

.download-list-appRight {
    width: 24%;
}

.download-appRight-label {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    margin-top: 8px;
}

.download-appRight-tit p {
    font-size: 12px;
    color: #fff;
}

.download-appRight-icon {
    width: 100%;
}

.download-appRight-tit {
    width: 80%;
    padding-left: 3px;
}

.download-appRight-tit h3 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2.1px;
    color: #ffffff;
}

.download-appRight-img {
    margin-right: 25px;
}

.download-appRight-img:last-child {
    margin-right: 0px;
}

.download-list-appImg img,
.download-appRight-imgLi img,
.download-appRight-icon img {
    border: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*Specs Table & Package Table*/
.customize_specs-table,
.customize_pack-table {
    border-left: none;
    border-right: none;
}

.customize_specs-table tr td,
.customize_pack-table tr td {
    padding: 15px;
}

.customize_specs-table tr td:first-child,
.customize_pack-table tr td:first-child {
    width: 20%
}

.customize_pack-table tr td:nth-child(2),
.customize_pack-table tr td:nth-child(3) {
    text-align: center;
}

/*product page compare list style*/
.p_desc-module {
    margin: 96px 0;
}

.p_desc-module h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin: 0;
    letter-spacing: -.03em;
}

.p_compare-content {
    text-align: center;
}

.p_compare-list {
    margin: 0;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p_compare-list .index_2 {
    padding: 0 10% !important;
}

.p_compare-item {
    position: relative;
    list-style: none;
    padding: 0 8px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.p_compare-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .03);
    opacity: 0;
    transition: opacity .15s ease-in;
    z-index: 1;
}

.p_compare-item:hover:before {
    opacity: 1;
}

.p_compare-item .compare-item-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
}

.compare-item-img img {
    margin: 0;
    box-shadow: none;
}

.compare-item-name {
    margin-top: 16px;
    padding: 6px 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.03em;
    font-weight: 500;
}

.compare-item-specs p {
    margin-top: 16px;
    padding: 6px 0;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, .65);
}

/*Product bottom buy button*/
.style_product-recommend {
    text-align: center;
    background-color: #ffffff;
}

.style_product-recommend .style__pr_container {
    width: 1200px !important;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 128px;
}

.style__product-box {
    padding-top: 128px;
    text-align: center;
}

.style__product-name {
    margin-bottom: 1.5rem;
}

.style__product-desc {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: rgba(0, 0, 0, .85);
}

.style__product-cover {
    height: 320px;
    margin: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style__spec-list-wrapper {
    padding-bottom: 28px;
}

.style__spec-list {
    margin: 0 0 8px;
}

.style__spec-list li {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -.02em;
    padding: 0 8px;
    color: rgba(0, 0, 0, .65);
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .65);
    border-radius: 4px;
    margin: 0 4px 8px;
    font-weight: 400;
}

.style__product-price {
    padding-bottom: 24px;
    font-size: 22px;
    letter-spacing: -.03em;
    color: rgba(0, 0, 0, .85);
}

.style__rc-bt-anchor {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -.02em;
}

.style_rc_bt {
    height: 48px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    border-radius: 4px;
    background: linear-gradient(#535759, #3b3e40);
    color: #fff;
    border-style: none;
}

/*Product Page Content Style*/
.style_feature-table-wrapper {
    text-align: center;
    margin: 1.875rem 0 4rem;
}

.style_feature-table-wrapper table,
.style_feature-table-wrapper tr td {
    border: none;
}

.style_feature-table-wrapper.second_bk_style {
    background: #000;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 3px 8px;
    color: #fff;
}

.style_feature-table-wrapper.second_bk_style table {
    color: #fff;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 3px 8px;
}
.style_feature-table-wrapper.half_nano_info table {
    box-shadow: none;
}

.style_mobile_pic {
    display: block;
}

.style_feature-table-wrapper.four-list-item-style p {
    padding-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 800;
}

.style_feature-table-wrapper.four-list-item-style table {
    margin: 0.625rem 0;
}

.style_feature-table-wrapper.four-list-item-style table td {
    width: 25%;
}

.style_feature-table-wrapper.four-list-item-style table td h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.style_feature-table-wrapper.style_product_lr table {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    margin-bottom: -1rem;
}

.style_feature-table-wrapper.style_product_lr img {
    margin: 0;
    vertical-align: middle;
    width: 49%;
}

.style_feature-list-item {
    width: 33%;
    border: none;
}

.style_feature-list-item.style_item-title {
    margin: 0;
    font-size: 1.875rem;
}

.style_feature-list-item.style_item-desc {
    font-size: 1.1125rem;
}

.style_feature-list-item.style_colorful_font {
    color: #fe0301;
    background: linear-gradient(to left, #fe0301, #ff6024);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.style_pimg_back {
    position: relative;
    margin: 1.125rem 0 3em;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 3px 8px;
}

.style_pimg_back img {
    margin: 0;
    box-shadow: none;
}

.style_pimg_back em {
    animation: movethuma 2s linear 1;
}

.style_pimg_back em {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: transparent;
    right: 50%;
    /* transition: all 3s; */
}
.product-sku-trade-flatten .spec-box .attr-box .attr-value.disabled{
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}
.product-sku-trade-flatten .spec-box .attr-box .attr-value.disabled:after{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .FAQsRight .panel:first-child {
        margin-top: 0;
    }

    .FAQsContent {
        display: block;
        width: 86%;
        margin: auto;
    }

    .FAQsLeft,
    .FAQsRight {
        width: 100%;
    }

    .FAQsHeader {
        margin: 80px 0 25px 0;
    }

    .FAQsLeft h3,
    .FAQsContent h3 {
        font-size: 17px;
    }

    .FAQsLeft ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .FAQsRight .Section span {
        font-size: 15px;
        padding: 8px 10px 8px 30px;
        text-align: left;
    }

    .FAQsRight .panel-content p {
        font-size: 14px;
        margin-bottom: 15px;
        padding: 15px 20px 5px 20px;
    }

    .FAQsRight .triangle {
        border: 6px solid transparent;
        border-bottom-color: #000;
        /* margin: 15px 10px 0 25px; */
    }
}
@media screen and (max-width: 768px) {
    .pc{
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .container,.product-preview-container{
        max-width: 100%;
    }
    .container{
        padding: 0 10px !important;
    }
    /* 手机端折叠样式 */
    /* .mce-content-body .tabs-content {
        display: none;
    }
    .mce-content-body .tabs>li.active::after {
        content: ' ▼';
    }
    .mce-content-body .tabs>li:not(.active)::after {
        content: ' ►';
    } 
    .mce-content-body .tabs {
        display: block;
    }
    .mce-content-body .tabs li {
        font-size: 14px;
        text-align: left;
        padding: 0 10px;
    }*/
    .mce-content-body .tabs-content {
        display: block;
    }
    .mce-content-body .style_product-recommend .style__pr_container{
        width: 100%!important;
        padding-bottom: 40px;
    }
    .mce-content-body .style__spec-list{
        margin-left: 0;
        padding: 0;
    }
    .product-preview-container .product-preview-row.product-preview-row-bottom .product-tabs-container{
        padding: 0;
    }
    .mce-content-body .tabs{
        overflow-x: auto;
    }
    .mce-content-body .tabs.product_listTab_fixed{
        top: 50px;
        width: 100%;
        left: 11px;
    }
    .mce-content-body .tabs li{
        min-width: 138px;
        text-align: center;
        padding: 10px 20px;
        line-height: normal;
        height: max-content;
        font-size: 14px;
        background: #edf0f5;
        border-right: 1px solid #fff;
    }
    .line_background {
            border-bottom: 10px solid #f4f4f4;
            padding: 24px 0px;
            text-align: left;
        }
    .info_title.service {
        display: block;
    }

    .info-container {
        padding-top: 0;
    }

    .info-container .info_Box {
        flex-direction: column;
    }

    .info-container .info_Box .info_title {
        width: 100%;
        margin-bottom: 4px;
    }

    .info-container .info_Box .info_iconList {
        width: 100%;
    }

    .info-container .info_Box .info_iconList.flex_end,
    .info-container .info_Box .info_iconList .half_box,
    .info-container .info_Box .info_iconList .openTxtModal {
        width: 100%;
    }

    .info-container .info_Box .info_iconList .icon_item {
        margin: 5px 0;
        justify-content: unset;
    }

    .info-container .info_Box .info_iconList .icon_item .text {
        width: auto;
    }

    .info-container .info_Box .flex_end {
        justify-content: start;
        margin-top: 10px;
    }

    .info-container .info_Box .info_iconList .footer__aside-item {
        width: 100%;
    }
    
    .product-preview-container .product-preview-row .product-main_imgps__left{
        margin-left: 0;
    }
    .product-preview-container .product-preview-row .pay-button-theme-container .products-detail-quantity{
        width: 34%;
    }
    .product-preview-container .pay-button-theme-add-to-cart{
        width: 66%;
    }
    .products-detail-info .title{
        font-size: 17px;
    }
    .product-info .price .product-sales-price{
        font-size: 22px;
    }
    .product-info .price .originPrice{
        font-size: 14px;
    }
    .product-info .price .product-price-discount{
        font-size: 15px;
    }
    .product-detail-col-info .info-container.line_background{
        display: none;
    }
    .header__layout-container .header__layout .header__item--buttons,.header__layout-container .header__layout .header__item--logo{
        flex: auto;
    }
    .header__item--buttons.header__btn--active .header__btn{
        display: block!important;
    }
    .header__item--buttons.header__btn--active .header__btn.shopline-element-header-icon-account{
        display: none!important;
    }
    header .cs_header_right{
        width: 100%;
    }
    header .header__item--buttons{
        display: flex;
        justify-content: space-between;
    }
    .cs-header-icon-right{
        display: flex;
    }
    header .cs_header_right svg{
        min-height: 28px;
    }
    .product-preview-container .product-preview-row .product-detail-col-info__large,
    .product-preview-container .product-preview-row .product-detail-col-img__large{
        width: 100%;
    }
    .flexlf{
        display: block;
    }
    .download-list-appLeft,.download-list-appRight,.download-list-appFont{
        width: 100%;
    }
    .download-list-appFont{
        padding: 0;
        margin: 0;
    }
    .template__index .index-section--video{
        margin-bottom: 50px;
    }
    .template__index .index-section--video .video__caption p{
        font-size: 26px;
    }
    .template__index .index-section--video .video__caption p span{
        display: none;
    }
    .template__index .index-section--video .video__caption{
        margin-top: -25%;
    }
    .template__index .product-preview-container{
        margin: 80px 0;
    }
    .template__index .iconlist__scrollBox .iconlist__scroll{
        flex-wrap: wrap;
        overflow-x: inherit;
        padding: 40px 0!important;
    }
    .template__index .iconlist__scrollBox .iconlist__scroll .iconlist__iconItem__vertical{
        max-width: 48%;
        width: 48%;
    }
    .template__index .iconlist__scrollBox .iconlist__scroll .iconlist__iconItem__vertical:nth-child(-n+2){
        margin-bottom: 30px;
    }
    .template__index .iconlist__scrollBox .iconlist__scroll .iconlist__iconItem__vertical__subTitle{
        max-width: 100%;
        width: 100%;
    }
    .template__index .iconlist__scrollBox .iconlist .iconlist__shadow{
        display: none;
    }
    .template__index .iconlist__scrollBox .iconlist__iconItem__vertical__icon{
        height: 34px;
    }
    .template__index .iconlist__scrollBox .iconlist__scroll .iconlist__iconItem__vertical__title{
        max-width: 100%;
        font-size: 15px;
    }
    .mce-content-body .tabs li{
        margin-right: 0;
    }
}