.section__container {
    margin: 0 16px;
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .section__container {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .section__container {
        margin: 0 24px;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px) {
    .section__container {
        max-width: 864px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .section__container {
        margin: 0 80px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1440px) {
    .section__container {
        margin: 0 auto;
    }
}
.blog {
    color: #17292A;
    background-color: #F4F5F6;
    position: sticky;
    top: 96px;
    z-index: 9;
}
.blog a {
    text-decoration: none;
}
.blog__head {
    background-color: #ffffff;
    height: 56px;
    position: relative;
}
.blog__head__container {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}
.blog__head__selector {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
}
.blog__head__selector img {
    margin-left: 16px;
}
.blog__head__selector__pop {
    z-index: 9;
    position: absolute;
    top: 56px;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}
.blog__head__selector__pop a {
    font-weight: 400;
    display: block;
    cursor: pointer;
    color: #17292A;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) {
    .blog__head__container {
        font-size: 20px;
        line-height: 24px;
    }
    .blog__head__selector {
        display: none;
    }
    .blog__head__selector__pop {
        display: flex !important;
        box-shadow: none;
        position: static;
    }
    .blog__head__selector__pop a {
        display: inline;
        padding: 0;
        font-size: 14px;
        color: #17292A;
        letter-spacing: 0;
        text-align: center;
        height: 54px;
        line-height: 54px;
        font-weight: 400;
        margin-left: 24px;
        border-bottom: 2px solid #FFFFFF;
    }
    .blog__head__selector__pop a:hover{
        color: #1b353c;
        border-bottom: 2px solid #1b353c;
    }
    .blog__head__selector__pop .active {
        color: #1b353c;
        border-bottom: 2px solid #1b353c;
        font-size: 16px;
        font-weight: 600;
    }
}
.section__wrap__title {
    font-size: 18px;
    color: #17292A;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: calc(24px - 1rem);
}
.section__wrap__subtitle {
    font-size: 16px;
    color: #17292A;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}
.section__wrap__paragraph {
    font-size: 14px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 24px;
}
.section__wrap__moudle {
    margin-bottom: 40px;
}
.section__wrap__img {
    width: 100%;
    margin-top: -8px;
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .section__container {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .section__container {
        margin: 0 24px;
    }
    .section__wrap__moudle {
        margin-bottom: 56px;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px) {
    .section__container {
        max-width: 864px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .section__container {
        margin: 0 80px;
        max-width: 1280px;
    }
    .section__wrap__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 32px;
        margin-top: calc(32px - 1rem);
    }
    .section__wrap__subtitle {
        font-size: 14px;
        line-height: 16px;
    }
    .section__wrap__paragraph {
        margin-bottom: 32px;
    }
    .section__wrap__img {
        width: 100%;
        margin-top: -16px;
    }
    .section__wrap__moudle {
        margin-bottom: 64px;
    }
}
@media only screen and (min-width: 1280px) {
    .section__wrap__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 40px;
        margin-top: calc(40px - 1rem);
    }
    .section__wrap__subtitle {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .section__wrap__paragraph {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .section__wrap__img {
        width: 100%;
        margin-top: -20px;
    }
    .section__wrap__moudle {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 1440px) {
    .section__container {
        margin: 0 auto;
    }
    .section__wrap__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 48px;
    }
    .section__wrap__subtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .section__wrap__paragraph {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .section__wrap__img {
        width: 100%;
        margin-top: -16px;
    }
}
.blogContent {
    font-weight: 400;
    font-family: "Figtree", "SF Pro Text", "Segoe UI", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #17292A;
    background-color: #F4F5F6;
}
.blogContent .video__item {
    width: 100%;
    padding-bottom: 50%;
    height: 0;
    position: relative;
}
.blogContent .video__item iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 767px) {
    .blogContent .table__item {
        overflow-x: scroll;
    }
    .blogContent__featured .product-buyBtn{
        font-size: 10px !important;
        margin: 0 6px !important;
    }
}
.blogContent a {
    text-decoration: none;
    color: #1B353C;
}
.blogContent__body a{
    text-decoration: underline;
    color: #006bb4;
}
.blogContent__directory {
    width: 100%;
}
.blogContent__directory__content {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
    .blogContent__directory__content {
        padding: 20px 0;
    }
}
.blogContent__Wrap {
    background-color: #ffffff;
    padding: 0 16px;
}
@media only screen and (min-width: 721px) {
    .blogContent__Wrap {
        border-radius: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .blogContent__Wrap {
        padding: 0 24px;
    }
}
@media only screen and (min-width: 1440px) {
    .blogContent__Wrap {
        margin: 0 auto;
        padding: 0 72px;
    }
}
.blogContent__header {
    padding: 32px 0 40px;
}
.blogContent__header__title {
    font-size: 20px;
    color: #17292A;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.blogContent__header__author {
    font-size: 12px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 14px;
}
.blogContent__header__author p {
    margin-bottom: 12px;
}
.blogContent__header__author p:last-child {
    margin-bottom: 0;
}

/* share */
.blogContent__header .share__button {
    display: flex;
    align-items: center;
    margin-top: 12px;
    width: 100%;
}
.blogContent__header .share__button .share__item {
    background: #F4F4F4;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogContent__header .share__button p {
    margin: 0;
}
.blogContent__header .share__button .share__item img{
    width: 14px;
    height: 14px;
}
.blogContent__header .share__button .share__item img:hover{
    width: 18px;
    height: 18px;
}
@media only screen and (min-width: 1280px) {
    .blogContent__header .share__button {
        width: unset;
        margin: 0;
    }
}
@media only screen and (min-width: 1280px) {
    .blogContent__header .share__button .share__item {
        width: 36px;
        height: 36px;
    }
    .blogContent__header .share__button .share__item img{
        width: 18px;
        height: 18px;
    }
    .blogContent__header .share__button .share__item img:hover{
        width: 22px;
        height: 22px;
    }
}
/* share end */

@media only screen and (min-width: 768px) {
    .blogContent__header {
        padding: 40px 0 24px;
    }
    .blogContent__header__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .blogContent__header__author {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .blogContent__header__author p {
        margin-bottom: 0;
        margin-right: 24px;
    }
    .blogContent__header__author p:last-child {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .blogContent__header {
        padding: 42px 0 32px;
    }
    .blogContent__header__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 24px;
    }
}
@media only screen and (min-width: 1280px) {
    .blogContent__header {
        padding: 56px 0 40px;
    }
    .blogContent__header__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 28px;
    }
    .blogContent__header__author {
        font-size: 14px;
        line-height: 16px;
    }
    .blogContent__header__author p {
        margin-right: 32px;
    }
    .blogContent__header__author p:last-child {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1440px) {
    .blogContent__header {
        padding: 64px 0 48px;
    }
    .blogContent__header__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    .blogContent__header__author {
        font-size: 16px;
        line-height: 18px;
    }
    .blogContent__header__author p {
        margin-right: 36px;
    }
    .blogContent__header__author p:last-child {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .blogContent__content {
        display: flex;
        justify-content: space-between;
    }
    .blogContent__content .blogContent__body{
        width: 70%;
    }
    .blogContent__content .blogContent__featured{
        width: 25%;
    }
}
.blogContent__introduction__title {
    margin-bottom: 16px;
}
.blogContent__introduction img {
    width: 100%;
    margin-top: -8px;
}
@media only screen and (min-width: 1024px) {
    .blogContent__introduction img {
        width: 100%;
        margin-top: -16px;
    }
}
@media only screen and (min-width: 1280px) {
    .blogContent__introduction__title {
        margin-bottom: 20px;
    }
    .blogContent__introduction img {
        width: 100%;
        margin-top: -20px;
    }
}
@media only screen and (min-width: 1440px) {
    .blogContent__introduction__title {
        margin-bottom: 24px;
    }
    .blogContent__introduction img {
        width: 100%;
        margin-top: -16px;
    }
}
.blogContent__body .product {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}
.blogContent__body .product__photo {
    padding: 25px 100px;
    position: relative;
    background-color: #F4F5F6;
}
.blogContent__body .product__photo__innr {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.blogContent__body .product__photo__innr img {
    width: 100%;
    height: auto;
    position: absolute;
    transition: all 0.3s;
}
.blogContent__body .product__photo__innr img:hover {
    transform: scale(1.05);
}
.blogContent__body .product__detail {
    background-color: #F4F5F6;
    padding: 16px;
}
.blogContent__body .product__detail__name {
    font-size: 20px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogContent__body .product__detail__priceBox {
    margin: 12px 0;
}
.blogContent__body .product__detail__priceBox div {
    display: flex;
    align-items: center;
}
.blogContent__body .product__detail__priceBox .current {
    font-size: 24px;
    color: #1B353C;
    letter-spacing: 0;
    font-weight: 600;
}
.blogContent__body .product__detail__priceBox .save {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 5px 8px;
    line-height: 17px;
    font-weight: 600;
    background-image: linear-gradient(180deg, #FF572D 0%, #FF5A2B 100%);
    border-radius: 6px;
    margin-left: 16px;
}
.blogContent__body .product__detail__priceBox .origin {
    font-size: 18px;
    color: #8C9399;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 500;
    margin-top: 12px;
    text-decoration: line-through;
}
.blogContent__body .product__detail__desc {
    font-size: 14px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogContent__body .product__detail__desc ul {
    margin: 0;
    padding: 0 0 0 17px;
}
.blogContent__body .product__detail__desc ul li {
    margin: 0;
}
.blogContent__body .product__detail__more {
    font-size: 14px;
    color: #527D7F;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
    margin: 8px 0 24px;
}
.blogContent__body .product__detail__more a {
    color: #527D7F;
    text-decoration: none;
}
.blogContent__body .product__detail__more a:hover {
    text-decoration: underline;
}
.blogContent__body .product__detail__buyBtn {
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background: #355159;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}
.blogContent__body .product__detail__buyBtn img {
    padding: 2px 0 0 6px;
}
.blogContent__body .product__detail__buyBtn:hover {
    background-color: #496269;
}
.blogContent__body .product__detail__buyBtn:focus {
    background-color: #2d444b;
}
.blogContent__body .product__detail__buyBtn__aidot {
    background: #1B353C;
    margin-bottom: 8px;
}
.blogContent__body .product__detail__buyBtn__aidot:hover {
    background-color: #32494f;
}
.blogContent__body .product__detail__buyBtn__aidot:focus {
    background-color: #000000;
}
@media only screen and (min-width: 768px) {
    .blogContent__body .product {
        display: flex;
        overflow: hidden;
    }
    .blogContent__body .product__photo {
        width: 100%;
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blogContent__body .product__photo__innr {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }
    .blogContent__body .product__photo__innr img {
        width: 85%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .blogContent__body .product__photo__innr img:hover {
        transform: translate(-50%, -50%) scale(1.05);
    }
    .blogContent__body .product__detail {
        padding: 14px 16px;
        width: 180%;
    }
    .blogContent__body .product__detail__name {
        font-size: 12px;
        line-height: 16px;
    }
    .blogContent__body .product__detail__priceBox {
        margin: 10px 0 8px;
    }
    .blogContent__body .product__detail__priceBox .current {
        font-size: 16px;
    }
    .blogContent__body .product__detail__priceBox .save {
        font-size: 10px;
        line-height: 12px;
        padding: 2.5px 6px;
    }
    .blogContent__body .product__detail__priceBox .origin {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
    }
    .blogContent__body .product__detail__desc {
        font-size: 12px;
        line-height: 16px;
    }
    .blogContent__body .product__detail__more {
        font-size: 10px;
        line-height: 15px;
        margin: 10px 0 12px;
    }
    .blogContent__body .product__detail__buyBtns {
        display: flex;
        align-items: center;
        flex-basis: 50%;
    }
    .blogContent__body .product__detail__buyBtn {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 6px ;
        flex: 1;
    }
    .blogContent__body .product__detail__buyBtn img {
        height: 15px;
    }
    .blogContent__body .product__detail__buyBtn__aidot {
        margin-bottom: 0;
        margin-right: 14px;
    }
}
@media only screen and (min-width: 1024px) {
    .blogContent__body .product__detail {
        padding: 14px 22px;
    }
    .blogContent__body .product__detail__aidot {
        margin-bottom: 0;
        margin-right: 146px;
    }
}
@media only screen and (min-width: 1280px) {
    .blogContent__body .product__detail {
        padding: 20px 30px;
    }
    .blogContent__body .product__detail__name {
        font-size: 16px;
        line-height: 20px;
    }
    .blogContent__body .product__detail__priceBox {
        margin: 12px 0 ;
    }
    .blogContent__body .product__detail__priceBox .current {
        font-size: 22px;
    }
    .blogContent__body .product__detail__priceBox .save {
        font-size: 12px;
        line-height: 14px;
        padding: 4px 8px;
    }
    .blogContent__body .product__detail__priceBox .origin {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }
    .blogContent__body .product__detail__desc {
        font-size: 14px;
        line-height: 22px;
    }
    .blogContent__body .product__detail__more {
        font-size: 14px;
        line-height: 20px;
        margin: 12px 0 16px;
    }
    .blogContent__body .product__detail__buyBtn {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        flex: 1;
    }
    .blogContent__body .product__detail__buyBtn img {
        height: 20px;
    }
    .blogContent__body .product__detail__buyBtn__aidot {
        margin-bottom: 0;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1440px) {
    .blogContent__body .product__detail {
        padding: 24px 32px;
    }
    .blogContent__body .product__detail__name {
        font-size: 18px;
        line-height: 22px;
    }
    .blogContent__body .product__detail__priceBox {
        margin: 16px 0 12px;
    }
    .blogContent__body .product__detail__priceBox .current {
        font-size: 26px;
    }
    .blogContent__body .product__detail__priceBox .save {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 9px;
    }
    .blogContent__body .product__detail__priceBox .origin {
        font-size: 18px;
        line-height: 22px;
        margin-top: 12px;
    }
    .blogContent__body .product__detail__desc {
        font-size: 16px;
        line-height: 25px;
    }
    .blogContent__body .product__detail__more {
        font-size: 16px;
        line-height: 20px;
        margin: 13px 0 20px;
    }
    .blogContent__body .product__detail__buyBtn {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        flex: 1;
    }
    .blogContent__body .product__detail__buyBtn img {
        height: 22px;
    }
    .blogContent__body .product__detail__buyBtn__aidot {
        margin-bottom: 0;
        margin-right: 24px;
    }
}
.blogContent__related {
    padding-bottom: 40px;
}
.blogContent__related ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blogContent__related__wrap {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-bottom: 16px;
}
.blogContent__related__wrap:last-child {
    margin-bottom: 0;
}
.blogContent__related__wrap a{
    text-decoration: none;
}
.blogContent__related__wrap img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.blogContent__related__wrap__detail {
    padding: 16px 20px;
}
.blogContent__related__wrap__detail .date {
    font-size: 14px;
    color: #76868A;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 12px;
}
.blogContent__related__wrap__detail .title {
    font-size: 18px;
    color: #17292A;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
}
.blogContent__related__wrap:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 768px) {
    .blogContent__related ul {
        display: flex;
    }
    .blogContent__related__wrap {
        cursor: pointer;
        margin-bottom: 0;
        margin-right: 12px;
        width: calc((100% - 40px) / 3);
    }
    .blogContent__related__wrap:last-child {
        margin-right: 0;
    }
    .blogContent__related__wrap__detail {
        padding: 12px;
    }
    .blogContent__related__wrap__detail .date {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .blogContent__related__wrap__detail .title {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (min-width: 1280px) {
    .blogContent__related {
        padding-bottom: 52px;
    }
    .blogContent__related__wrap {
        cursor: pointer;
        margin-bottom: 0;
        margin-right: 18px;
    }
    .blogContent__related__wrap:last-child {
        margin-right: 0;
    }
    .blogContent__related__wrap__detail {
        padding: 16px;
    }
    .blogContent__related__wrap__detail .date {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .blogContent__related__wrap__detail .title {
        font-size: 16px;
        line-height: 25px;
    }
}
@media only screen and (min-width: 1440px) {
    .blogContent__related {
        padding-bottom: 64px;
    }
    .blogContent__related__title {
        margin-bottom: 48px;
        margin-top: calc(48px - 1rem);
    }
    .blogContent__related__wrap {
        cursor: pointer;
        margin-bottom: 0;
        margin-right: 22px;
    }
    .blogContent__related__wrap:last-child {
        margin-right: 0;
    }
    .blogContent__related__wrap__detail {
        padding: 20px;
    }
    .blogContent__related__wrap__detail .date {
        font-size: 16px;
        line-height: 20px;
    }
    .blogContent__related__wrap__detail .title {
        font-size: 18px;
        line-height: 28px;
    }
}
.blogContent__featured {
    padding-bottom: 40px;
}
.blogContent__featured ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.blogContent__featured .product {
    cursor: pointer;
    font-size: 16px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 500;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    /* border: 1px solid #e5e7eb; */
    width: calc((100% - 14px)/2);
    margin-bottom: 12px;
    padding-bottom: 16px;
    border: none;
    background: #F4F5F6;
}
.blogContent__featured .product-img {
    padding: 16px;
}
.blogContent__featured .product-img-innr {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.blogContent__featured .product-img-innr img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s;
}
.blogContent__featured .product-img-innr img:hover {
    transform: scale(1.05);
}
.blogContent__featured .product-detail {
    margin: 0 16px 4px;
}
.blogContent__featured .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    min-height: 36px;
}
.blogContent__featured .product-price {
    text-align: center;
    margin: 8px 0;
}
.blogContent__featured .product-price .current {
    line-height: 26px;
    font-weight: 600;
}
.blogContent__featured .product-price .origin {
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
    color: #8C9399;
    margin-left: 9px;
    font-weight: 500;
}
.blogContent__featured .product .btn-tip {
    font-size: 12px;
    color: #1B353C;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}
.blogContent__featured .product-buyBtn {
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    background: #355159;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 8px;
    transition: all .3s;
}
.blogContent__featured .product-buyBtn img {
    padding: 2px 0 0 6px;
}
.blogContent__featured .product-buyBtn:hover {
    background-color: #496269;
}
.blogContent__featured .product-buyBtn:focus {
    background-color: #2d444b;
}
.blogContent__featured .product-buyBtn-aidot {
    background: #1B353C;
    margin-bottom: 8px;
}
.blogContent__featured .product-buyBtn-aidot:hover {
    background-color: #32494f;
}
.blogContent__featured .product-buyBtn-aidot:focus {
    background-color: #000000;
}
.blogContent__featured .product:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 768px) {
    .blogContent__featured {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .blogContent__featured__title {
        border-bottom: 1px solid #E5E7EB;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .blogContent__featured .product-img {
        padding: 14px 14px 12px 14px;
    }
    .blogContent__featured .product-detail {
        margin: 0 14px;
    }
    .blogContent__featured .product-price {
        margin: 10px 0 12px;
    }
    .blogContent__featured .product-price .current {
        font-size: 14px;
        line-height: 18px;
    }
    .blogContent__featured .product .btn-tip {
        display: none;
    }
    .blogContent__featured .product-buyBtn {
        margin: 0 14px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .blogContent__featured .product-buyBtn-aidot {
        margin-bottom: 8px;
    }
}
@media only screen and (min-width: 1024px) {
    .blogContent__featured__title {
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .blogContent__featured .product {
        width: 100%;
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 15px;
    }
}
@media only screen and (min-width: 1280px) {
    .blogContent__featured__title {
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
    .blogContent__featured .product {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .blogContent__featured .product-img {
        padding: 18px 18px 16px 18px;
    }
    .blogContent__featured .product-detail {
        margin: 0 20px;
    }
    .blogContent__featured .product-price {
        margin: 11px 0 20px;
    }
    .blogContent__featured .product-price .current {
        font-size: 18px;
        line-height: 22px;
    }
    .blogContent__featured .product-price .origin {
        font-size: 12px;
        line-height: 20px;
    }
    .blogContent__featured .product-buyBtn {
        margin: 0 20px;
    }
    .blogContent__featured .product-buyBtn-aidot {
        margin-bottom: 8px;
    }
}
@media only screen and (min-width: 1440px) {
    .blogContent__featured__title {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }
    .blogContent__featured .product {
        width: 100%;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 25px;
    }
    .blogContent__featured .product-img {
        padding: 20px;
    }
    .blogContent__featured .product-price {
        margin: 16px 0 20px;
    }
    .blogContent__featured .product-price .current {
        font-size: 20px;
        line-height: 24px;
    }
    .blogContent__featured .product-price .origin {
        font-size: 14px;
        line-height: 22px;
    }
}


.page-wrapper{
    background: #F4F5F6;
}
.columns .column.main{
    padding: 0;
}
.page-title-wrapper{
    display: none;
}
.page-wrapper .breadcrumbs{
    display: block;
    padding: 0;
    color: #17292A;
    margin: 12px 16px;
}
.page-wrapper .breadcrumbs a,
.page-wrapper .breadcrumbs strong{
    color: #17292A;
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .page-wrapper .breadcrumbs {
        max-width: 720px;
        margin: 12px auto;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .page-wrapper .breadcrumbs {
        margin: 20px 24px;
        width: unset;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px){
    .page-wrapper .breadcrumbs {
        max-width: 864px;
        margin: 20px auto;
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .page-wrapper .breadcrumbs {
        margin: 20px 80px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1440px) {
    .page-wrapper .breadcrumbs {
        margin: 20px auto;
        width: 100%;
    }
}
