.matterPage .columns .column.main {
    padding: 0;
}
[data-content-type='row'][data-appearance='contained']{
    max-width:100%;
    box-sizing:border-box;
    margin-left:auto !important;
    margin-right:auto !important;
}
.page-wrapper .breadcrumbs{
    display: none;
}
.matterPage * {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
.matterPage div p {
    line-height: 1.6;
    color: #1b353c;
}
.matterPage ol {
    list-style: none;
}
.matterPage a {
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
}
.matterPage__banner {
    font-size: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(960/3840*100%);
}
.matterPage__explain {
    position: relative;
    margin-top: 10px;
}
.matterPage__explain .explain__picture {
    font-size: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(510/320*100%);
}
.matterPage__explain .explain__picture img{
    width: 100%;
}
.matterPage__explain__Contanier {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.matterPage__explain__Contanier__Inner {
    text-align: center;
    margin: 35px 20px;
}
.matterPage__explain__Contanier__Inner img {
    height: 32px;
    width: 146px;
    margin: 64px auto 0 auto;
}
@media only screen and (min-width: 361px) {
    .matterPage__explain .explain__picture {
        padding-bottom: 430px;
    }
    .matterPage__explain .explain__picture img{
        max-height: 430px;
    }
}
@media only screen and (min-width: 768px) {
    .matterPage__explain {
        margin-top: 20px;
        max-height: 288px;
    }
    .matterPage__explain .explain__picture{
        padding-bottom: 288px;
    }
    .matterPage__explain .explain__picture img {
        max-height: 288px;
    }
    .matterPage__explain__Contanier__Inner {
        margin: 0 auto;
        max-width: 688px;
    }
    .matterPage__explain__Contanier__Inner img {
        margin-top: 32px;
        height: 37px;
        width: 173px;
    }
}
@media only screen and (min-width: 1264px) {
    .matterPage__explain {
        max-height: 720px;
    }
    .matterPage__explain .explain__picture{
        padding-bottom: 720px;
    }
    .matterPage__explain .explain__picture img {
        max-height: 720px;
    }
    .matterPage__explain__Contanier__Inner {
        margin: auto;
        max-width: 1200px;
    }
    .matterPage__explain__Contanier__Inner p {
        max-width: 1000px;
    }
    .matterPage__explain__Contanier__Inner img {
        margin-top: 57px;
        height: 94px;
        width: 437px;
    }
}
.matterPage__elevate {
    font-size: 16px;
}
.matterPage__elevate__imageText {
    text-align: center;
    margin: 40px 16px;
}
.matterPage__elevate__imageText .elevate__picture {
    margin: 0 auto 24px auto;
    font-size: 0;
    height: 0;
    padding-bottom: 100%;
}
.matterPage__elevate__imageText p {
    margin: 0 4px 80px;
}
.matterPage__elevate__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.matterPage__elevate__icons div {
    width: calc((100% - 4px) / 2);
    height: 101px;
    text-align: center;
    margin-bottom: 10px;
}
.matterPage__elevate__icons img {
    height: 40px;
    width: 40px;
}
.matterPage__elevate__icons p {
    margin-top: 4px;
    font-weight: 500;
}
@media only screen and (min-width: 620px) {
    .matterPage__elevate__imageText .elevate__picture {
        padding-bottom: 571px;
    }
}
@media only screen and (min-width: 768px) {
    .matterPage__elevate {
        font-size: 16px;
    }
    .matterPage__elevate__imageText {
        max-width: 704px;
        text-align: center;
        margin: 48px auto 0;
    }
    .matterPage__elevate__imageText img {
        max-width: 704px;
        max-height: 704px;
        margin-bottom: 32px;
    }
    .matterPage__elevate__imageText h2 br {
        display: none;
    }
    .matterPage__elevate__imageText p {
        margin: 0 8px 32px;
    }
    .matterPage__elevate__icons {
        max-width: 704px;
        margin: auto;
        margin-bottom: 48px;
    }
    .matterPage__elevate__icons div {
        width: 350px;
        height: 158px;
        text-align: center;
        margin-bottom: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .matterPage__elevate__icons img {
        height: 48px;
        width: 48px;
    }
    .matterPage__elevate__icons p {
        margin-top: 24px;
    }
    .matterPage__elevate__icons p br {
        display: none;
    }
}
@media only screen and (min-width: 1264px) {
    .matterPage__elevate {
        font-size: 20px;
    }
    .matterPage__elevate__imageText {
        display: flex;
        justify-content: center;
        margin: 100px auto 80px;
        max-width: 1200px;
        align-items: flex-end;
        text-align: left;
    }
    .matterPage__elevate__imageText h2 {
        text-align: left;
        margin-bottom: 54px;
    }
    .matterPage__elevate__imageText img {
        margin-bottom: 0;
        margin-right: 80px;
    }
    .matterPage__elevate__imageText p {
        margin: 0 4px 80px;
    }
    .matterPage__elevate__icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        margin-bottom: 72px;
    }
    .matterPage__elevate__icons div {
        width: 380px;
        height: 158px;
        text-align: center;
        margin-bottom: 28px;
    }
    .matterPage__elevate__icons p {
        margin-top: 20px;
        font-size: 16px;
    }
}


/* matter product */
.matterPage__product {
    --swiper-navigation-size: 16px;
    background-color: #f3f5f5;
    padding: 100px 32px;
}
.matterPage__product .section__wrapper{
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.matterPage__product .section__wrapper .swiper-button-next{
    border: 1px solid #1B353C;
    border-radius: 50%;
    color: #1B353C;
    height: 44px;
    width: 44px;
    right: -64px;
}
.matterPage__product .section__wrapper .swiper-button-prev{
    border: 1px solid #1B353C;
    border-radius: 50%;
    color: #1B353C;
    height: 44px;
    width: 44px;
    left: -64px;
}
.matterPage__product .section__wrapper .swiper-button-prev:hover,
.matterPage__product .section__wrapper .swiper-button-next:hover {
    background-color: #1B353C;
    color: #ffffff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    background-color: #FFFFFF !important;
}
.matterPage__product .section__wrapper .productSwiper{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.matterPage__product .product-item{
    background: #FFFFFF;
    padding: 20px !important;
    border-radius: 12px;
    font-size: 16px;
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}
.product-item .item__img{
    font-size: 0;
    display: flex;
    align-items: center;
}
.product-item .item__img a{
    overflow: hidden;
}
.product-item .item__detail__wrap{
    width: calc((100% - 20px - 240px));
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 20px 0;
}
.product-item .item__img img{
    transition: all 0.3s;
    width: 240px;
    height: 240px;
}
.product-item .product__item__name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 56px;
}
.product-item .product__item__name a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #1B353C;
}
.product-item .product__item__price{
    margin: 8px 0 !important;
    font-size: 16px;
    line-height: 26px;
}
.product-item .price-box{
    margin: 0;
    display: flex;
    align-items: center;
}
.product-item .old-price{
    margin: 0 12px;
}
.product-item .price-box .price{
    font-size: 20px;
    line-height: 32px;
    color: #1B353C;
    font-weight: 800;
}
.price-box .old-price .price-label{
    display: none;
}
.product-item .old-price .price{
    color: #8C9399;
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
    font-weight: 500;
}
.product-item .save-price {
    background: #FF572D;
    border-radius: 4px;
    width: 44px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 800;
    padding: 2px;
}
.product-item .product__item__action{
    display: flex;
    flex-direction: column;
}
.product-item .product__item__action .btn__tip{
    font-size: 14px;
    line-height: 20px;
    color: #1B353C;
}
.product-item .product__item__action button{
    margin-top: 8px;
    background: #297580;
    border-radius: 22px;
    height: 44px;
    line-height: 32px;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    transition: all .3s;
}
.product-item .product__item__action button.visible,
.product-item .product__item__action a.visible {
    visibility: hidden;
}
.product-item .product__item__action button.AmazonBuy{
    background: #284875;
}
.product-item .product__item__action button.AmazonBuy:hover{
    background: #485975;
}
.product-item .product__item__action button.AmazonBuy:focus{
    background: #344F70;
}
.product-item .product__item__action button.AiDotBuy:hover{
    background: #59949D;
}
.product-item .product__item__action button.AiDotBuy:focus{
    background: #116572;
}
.product-item .product__item__action button img{
    height: 24px;
    margin-left: 4px;
}
@media screen and (max-width: 1439px){
    .product-item .product__item__name a{
        font-size: 16px;
        line-height: 26px;
    }
    .product-item .product__item__name{
        min-height: 52px;
    }
    .product-item .price-box .price{
        font-size: 16px;
    }
    .product-item .old-price .price{
        font-size: 14px;
    }
    .product-item .product__item__action .btn__tip{
        font-size: 12px;
    }
    .product-item .product__item__action button{
        font-size: 16px;
        height: 36px;
    }
    .product-item .product__item__action button img{
        height: 22px;
    }
    .matterPage__product .section__wrapper{
        margin: 0 56px;
    }
    .matterPage__product .section__wrapper .swiper-button-next,
    .matterPage__product .section__wrapper .swiper-button-prev{
        width: 36px;
        height: 36px;
    }
    .product-item .item__img img{
        width: 216px;
        height: 216px;
    }
    .product-item .item__detail__wrap{
        width: calc((100% - 20px - 216px));
        padding: 0 0 12px 0;
    }
}
@media screen and (max-width: 1279px){
    .matterPage__product {
        padding: 48px 32px;
    }
    .product-item .item__img{
        align-items: self-start;
    }
    .product-item .item__img img{
        width: 144px;
        height: 144px;
    }
    .product-item .item__detail__wrap{
        width: calc((100% - 20px - 144px));
    }
}
@media screen and (max-width: 1023px){
    .matterPage__product .section__wrapper{
        margin: 0;
        padding-bottom: 28px;
    }
    .matterPage__product .section__wrapper .swiper-pagination{
        bottom: 0;
    }
    .matterPage__product .section__wrapper .swiper-button-next,
    .matterPage__product .section__wrapper .swiper-button-prev{
        display: none;
    }
    .product-item .item__img img{
        width: 128px;
        height: 128px;
    }
    .product-item .item__detail__wrap{
        width: calc((100% - 20px - 128px));
    }
}
@media screen and (max-width: 767px){
    .matterPage__product {
        padding: 30px 16px;
    }
    .product-item .product__item__name a{
        line-height: 19px;
    }
    .product-item .product__item__name{
        min-height: 38px;
    }
    .matterPage__product .product-item{
        flex-direction: column;
        padding: 16px !important;
        text-align: center;
    }
    .product-item .item__detail__wrap{
        width: 100%;
        margin: 0;
    }
    .product-item .item__img a{
        width: 100%;
    }
    .product-item .item__img img{
        width: 100%;
        height: 100%;
        margin-bottom: 16px;
    }
    .product-item .product__item__action button{
        font-size: 12px;
    }
    .product-item .product__item__action button img{
        height: 16px;
    }
}
@media screen and (max-width: 374px){
    .matterPage__product .product-item{
        padding: 12px !important;
    }
}
@media screen and (min-width: 768px){
    .product-item .item__img img:hover{
        transform: scale(1.05);
    }
}
@media screen and (min-width: 1024px){
    .matterPage__product .section__wrapper .swiper-pagination{
        display: none;
    }
}
/* matter product end */

.matterPage__news {
    --swiper-pagination-color: #1b353c;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-width: 9px;
    --swiper-pagination-bullet-height: 9px;
    --swiper-pagination-bottom: 15px;
    --swiper-navigation-size: 0;
    position: relative;
    padding: 35px 0 36px 16px;
}
.matterPage__news h2 {
    margin-bottom: 32px;
}
.matterPage__news .swiperNews {
    overflow-x: hidden;
}
.matterPage__news .swiper-slide {
    width: calc(100% - 40px);
}
.matterPage__news .swiper-button-icon {
    display: none;
}
.matterPage__news .swiper-pagination{
    bottom: 0;
}
.matterPage__news__Contanier {
    background-color: #f3f5f5;
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
    min-height: 414px;
    margin-right: 12px;
    position: relative;
}
.matterPage__news__Contanier .news__picture{
    font-size: 0;
    height: 0;
    padding-bottom: calc(200/400*100%);
}
.matterPage__news__Contanier__content {
    padding: 16px;
}
.matterPage__news__Contanier__desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.matterPage__news__Contanier__more{
    position: absolute;
    bottom: 16px;
    color: #262626;
}
.matterPage__news__Contanier__more:visited,
.matterPage__news__Contanier__more:hover,
.matterPage__news__Contanier__more:active{
    color: #262626;
}
.matterPage__news__Contanier__title {
    font-size: 20px;
    margin: 2px 0 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
@media only screen and (min-width: 496px) {
    .matterPage__news .swiper-slide {
        width: 282px;
    }
}
@media only screen and (min-width: 768px) {
    .matterPage__news {
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px;
        --swiper-pagination-bottom: 48px;
        padding: 48px 0 92px 32px;
    }
    .matterPage__news .swiper-pagination {
        bottom: 24px;
    }
    .matterPage__news .swiper-slide {
        width: 282px;
    }
    .matterPage__news__Contanier {
        background-color: #f3f5f5;
        font-size: 16px;
        border-radius: 16px;
        min-height: 531px;
        margin-right: 24px;
    }
    .matterPage__news__Contanier__content {
        padding: 12px 24px 12px 24px;
    }
    .matterPage__news__Contanier__desc {
        -webkit-line-clamp: 7;
    }
    .matterPage__news__Contanier__title {
        font-size: 24px;
        margin: 5px 0 10px 0;
        line-height: 1.2 !important;
    }
}
@media only screen and (min-width: 1264px) {
    .matterPage__news {
        padding: 100px 0;
        --swiper-navigation-sides-offset: 0;
        --swiper-navigation-top-offset: 60%;
    }
    .matterPage__news h2 {
        margin-bottom: 53px;
    }
    .matterPage__news__swiperNewsContanier {
        position: relative;
        max-width: 1200px;
        margin: auto;
    }
    .matterPage__news .swiper-pagination{
        bottom: -64px;
    }
    .matterPage__news .swiperNews {
        max-width: 1112px;
        margin: auto;
    }
    .matterPage__news .swiper-slide {
        width: 269px;
    }
    .matterPage__news .swiper-button-icon {
        display: block;
    }
    .matterPage__news__Contanier {
        height: 507px;
        margin-right: 24px;
    }
    .matterPage__news__Contanier img {
        width: 269px;
    }
    .matterPage__news__Contanier__content {
        padding: 29px 29px 0 29px;
    }
    .matterPage__news__Contanier__more{
        bottom: 29px;
    }
}
@media only screen and (min-width: 1920px) {
    .matterPage__news__swiperNewsContanier {
        max-width: 1305px;
    }
    .matterPage__news .swiperNews {
        max-width: 1201px;
        margin: auto;
    }
    .matterPage__news .swiper-slide {
        width: 282px;
    }
    .matterPage__news .swiper-button-icon {
        display: block;
    }
    .matterPage__news__Contanier {
        min-height: 531px;
        margin-right: 24px;
    }
    .matterPage__news__Contanier img {
        width: 282px;
    }
}
.matterPage__title {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1b353c;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .matterPage__title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1264px) {
    .matterPage__title {
        font-size: 44px;
        margin-bottom: 32px;
    }
}
.matterPage__subtitle {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .matterPage__subtitle {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1264px) {
    .matterPage__subtitle {
        font-size: 20px;
    }
}
.swiper-button-prev{
    left: -2px;
}
