@media screen and (max-width: 786px) {

  .css-1vkpq2n{
    --primary-color:#EFC136!important;
  }
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .obly_mobile {
    display: block;
  }
  .head .subtitle {
    font-size: 14px !important;
    margin-bottom: 0.5rem !important;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .head .nav {
    overflow: auto;
  }
  .head .nav::-webkit-scrollbar {
    display: none;
  }
  .head .nav div {
    width: max-content;
    margin: 0 auto;
  }
  .head .nav ul {
    gap: 1rem;
    justify-content: flex-start;
  }
  .head .nav ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .button,
  .button_more {
    font-size: 14px !important;
    zoom: 1 !important;
    padding: 9px 46px 9px 1rem !important;
    border-width: 1px;
    text-align: center;
    min-width: 120px !important;
    border-radius: 100px !important;
  }
  .button::after,
  .button_more::after {
    width: 2rem !important;
    height: 2rem !important;
    right: 4px !important;
    top: 4px !important;
    transform: translate(0) !important;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  div.swiper-pagination {
    gap: 1rem;
  }
  div.swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 1px !important;
  }
  div.swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 !important;
  }
  header .header_main {
    padding: 20px 0;
  }
  header .header_main .left .logo img {
    width: auto;
    height: 24px;
  }
  header .header_main nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75vw;
    height: 100vh;
    background-color: #fff;
    z-index: 19999;
    transition: all 0.3s;
    display: block;
    overflow: auto;
  }
  header .header_main nav.active {
    left: 0;
  }
  header .header_main nav .close {
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header .header_main nav .close span {
    display: inline-block;
    width: 15px;
    filter: brightness(0);
    height: 15px;
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
  }
  header .header_main nav div > ul {
    display: block;
  }
  header .header_main nav div > ul > li {
    margin-right: 0;
  }
  header .header_main nav div > ul > li::before {
    display: none;
  }
  header .header_main nav div > ul > li.menu-item-has-children {
    padding: 0;
  }
  header .header_main nav div > ul > li:hover.current-menu-item,
  header .header_main nav div > ul > li:hover.current-menu-parent {
    color: var(--theme_color);
  }
  header .header_main nav div > ul > li:hover > a {
    color: var(--title_color);
  }
  header .header_main nav div > ul > li > a {
    color: var(--title_color);
    line-height: 4rem;
    position: relative;
    padding: 0 0 0 4rem;
  }
  header .header_main nav div > ul > li > a::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/mobile-menu/menu-default.svg') no-repeat center / contain;
  }
  header .header_main nav div > ul > li.menu-item-home > a::before {
    background-image: url(../img/mobile-menu/menu-home.svg);
  }
  header .header_main nav div > ul > li.product-icon > a::before {
    background-image: url(../img/mobile-menu/menu-product.svg);
  }
  header .header_main nav div > ul > li.about-icon > a::before {
    background-image: url(../img/mobile-menu/menu-about.svg);
  }
  header .header_main nav div > ul > li.case-icon > a::before {
    background-image: url(../img/mobile-menu/menu-case.svg);
  }
  header .header_main nav div > ul > li.blog-icon > a::before {
    background-image: url(../img/mobile-menu/menu-blog.svg);
  }
  header .header_main nav div > ul > li.service-icon > a::before {
    background-image: url(../img/mobile-menu/menu-service.svg);
  }
  header .header_main nav div > ul > li.contact-icon > a::before {
    background-image: url(../img/mobile-menu/menu-contact.svg);
  }
  header .header_main nav div > ul > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header .header_main nav div > ul > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 2rem);
    top: 26px;
    transition: all 0.3s;
  }
  header .header_main nav div > ul > li.active::after {
    transform: rotate(180deg);
  }
  header .header_main nav div > ul > li ul {
    position: static;
    visibility: visible;
    padding: 1rem 1rem 0.8rem;
    background-color: #f8f8f8;
    margin: 0 2rem;
    box-shadow: none;
    border-radius: 5px;
    display: none;
    transform: translate(0);
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  header .header_main nav div > ul > li ul li a {
    color: var(--title_color);
    padding: 0.5rem 0;
    white-space: wrap;
    font-size: 14px;
  }
  header .header_main .right .flex {
    gap: 1.2rem;
  }
  header .header_main .right .flex span {
    width: 20px;
    height: 20px;
  }
  header .header_main .right .flex .icon_menu {
    order: 9;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  header .header_main .right .flex .overlay_m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
  }
  header .header_main .right .flex .overlay_m.active {
    display: block;
  }
  header .header_main .right .button {
    /* display: none; */
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../img/plus-y.svg) no-repeat center/60%;
    padding: 0 !important;
    min-width: unset !important;
    border-radius: 4px !important;
  }
  header .header_main .right .button::after {
    display: none;
  }
  .home_member {
    padding: 3rem 0;
  }
  .home_member .head h2 {
    margin-bottom: 0.5rem;
  }
  .home_member .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .home_member .head .button {
    margin-bottom: 2rem;
  }
  .home_member .swiper_member {
    margin-bottom: 2rem;
  }
  .swiper_member li img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .home_member p.center a {
    font-size: 14px;
  }
  footer {
    padding: 0;
  }
  footer .footer_main {
    padding: 3rem 0;
  }
  footer .footer_main .content > .flex {
    display: block;
  }
  footer .footer_main .slide_obj {
    padding: 0;
  }
  footer .footer_main .slide_obj strong {
    font-size: 15px;
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 1.2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footer_main .slide_obj strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .footer_main .slide_obj.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer_main .slide_obj > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .footer_main .slide_obj > div li {
    margin-bottom: 0.7rem;
  }
  footer .footer_main .slide_obj > div li a {
    font-size: 14px;
    display: block;
    line-height: 1.5;
  }
  footer .footer_main .logo {
    top: 0;
    margin: 0 auto 3rem;
    width: max-content;
  }
  footer .footer_main .logo img {
    height: 40px;
    width: auto;
  }
  footer .copyright {
    margin: 0;
    padding: 1rem 0;
  }
  footer .copyright .content > .flex {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  footer .copyright p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .home_banner .home_banner_swiper {
    height: auto;
  }
  .home_banner .home_banner_swiper .swiper_btns {
    display: none;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding: 3rem 0 6rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .home_banner .home_banner_swiper .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .home_banner .home_banner_swiper .swiper-slide .head {
    width: 100%;
    padding: 0;
  }
  .home_banner .home_banner_swiper .swiper-slide .head h1,
  .home_banner .home_banner_swiper .swiper-slide .head h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .home_banner_swiper .swiper-slide .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 5.2rem;
    color: var(--title_color);
  }
  .home_banner .swiper-pagination {
    width: calc(100% - 2.4rem);
    left: 1.2rem;
    bottom: 2rem;
  }
  .home_bonus {
    padding: 4rem 0;
  }
  .home_bonus .content > .flex {
    display: block;
  }
  .home_bonus .left {
    width: 100%;
  }
  .home_bonus .left .pic {
    height: 300px;
  }
  .home_bonus .left .pic.bg {
    top: 50%;
  }
  .home_bonus .right {
    width: 100%;
    margin: 2rem 0 0;
  }
  .home_bonus .right h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .home_bonus .right p {
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .home_membership {
    padding: 4rem 0;
  }
  .home_membership .head {
    display: block;
  }
  .home_membership .head .swiper_btns_full {
    gap: 1rem;
    margin-top: 1.2rem;
  }
  .home_membership .head .swiper_btns_full div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_membership .home_membership_swiper {
    margin-top: 2rem;
  }
  .home_membership .home_membership_swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .home_membership .home_membership_swiper .swiper-wrapper .swiper-slide a {
    height: 100%;
    padding: 2rem 1.2rem 1.6rem;
  }
  .home_membership .home_membership_swiper .swiper-wrapper .swiper-slide a .img {
    height: 6rem;
    width: 6rem;
    margin: 0 auto;
  }
  .home_membership .home_membership_swiper .swiper-wrapper .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .home_membership .home_membership_swiper .swiper-wrapper .swiper-slide a .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .home_membership .home_membership_swiper .swiper-wrapper .swiper-slide a .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .home_offer {
    padding: 4rem 0;
  }
  .home_offer .head h2 {
    margin-bottom: 2rem;
  }
  .home_offer .offer_box ul {
    overflow: auto;
  }
  .home_offer .offer_box ul li {
    min-width: 70%;
    height: auto;
    padding: 2rem 1.2rem 1.6rem;
  }
  .home_offer .offer_box ul li img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    margin: 0 auto;
  }
  .home_offer .offer_box ul li h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_offer .offer_box ul li p {
    margin: 0.5rem 0 1rem;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .home_offer .offer_box ul li a {
    font-size: 14px;
    padding: 9px 22px;
  }
  .home_store_shop {
    padding: 4rem 0;
  }
  .home_store_shop .content > .flex {
    flex-direction: column-reverse;
  }
  .home_store_shop .left {
    width: 100%;
    margin-top: 2rem;
  }
  .home_store_shop .left img {
    width: 3rem;
    height: auto;
  }
  .home_store_shop .left h2 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .home_store_shop .left p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
  .home_store_shop .right {
    width: 100%;
    height: auto;
    position: relative;
  }
  .home_store_shop .right .pic {
    width: 100%;
    height: 100%;
  }
  .home_store_shop .right .pic img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }
  .home_video {
    padding: 4rem 0;
    background: none;
  }
  .home_video .head img {
    width: 3rem;
    height: auto;
  }
  .home_video .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .home_video .head p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
  .home_video .video_list ul li img {
    height: 100px;
  }
  .home_video .video_list ul li .pic::before {
    transform: translate(-50%, -50%) scale(0.8);
  } 
  .home_video .video_list .button {
    margin: 2rem 0 0;
  }
  .home_store_story {
    padding: 4rem 0;
  }
  .home_store_story .content > .flex {
    flex-direction: column-reverse;
  }
  .home_store_story .left {
    width: 100%;
    margin-top: 2rem;
  }
  .home_store_story .left img {
    width: 3rem;
    height: auto;
  }
  .home_store_story .left h2 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0.5rem 0;
    width: 100%;
  }
  .home_store_story .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 0 1.2rem;
  }
  .home_store_story .right {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .home_store_story .right .pic {
    width: 100%;
    height: 100%;
  }
  .home_store_story .right .pic img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    margin: 0 !important;
  }
  .account_dashboard {
    padding: 2rem 0;
  }
  .account_dashboard .content > .flex {
    display: block;
  }
  .account_dashboard .left {
    width: 100%;
    padding: 2rem 1.2rem;
  }
  .account_dashboard .left .flex {
    padding: 0;
  }
  .account_dashboard .left .flex .img {
    width: 3rem;
    height: 3rem;
  }
  .account_dashboard .left .flex .points {
    padding: 9px 1rem;
    max-width: max-content;
  }
  .account_dashboard .left .flex .points strong {
    font-size: 1rem;
  }
  .account_dashboard .left .flex .points a {
    font-size: 14px;
  }
  .account_dashboard .left .main {
    padding: 0;
  }
  .account_dashboard .left h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .account_dashboard .left ul {
    margin-top: 2rem;
    padding-top: 0;
  }
  .account_dashboard .left ul li {
    margin-top: 1rem;
  }
  .account_dashboard .left ul li a {
    font-size: 14px;
    gap: 12px;
  }
  .account_dashboard .left ul li a i {
    width: 1.25rem;
    height: 1.25rem;
  }
  .account_dashboard .left .logout {
    font-size: 14px;
    line-height: 40px;
    margin-top: 1.2rem;
  }
  .account_dashboard .right {
    display: block;
  }
  .account_dashboard .right .ad {
    margin: 1.25rem 0;
    padding: 1.2rem;
  }
  .account_dashboard .right .ad .text {
    width: 100%;
  }
  .account_dashboard .right .ad .text h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .account_list {
    padding: 2rem 0;
  }
  .account_list .title {
    gap: 1rem;
  }
  .account_list .title h2 {
    flex: 1;
    font-size: 18px;
    line-height: 1.5;
  }
  .account_list .title a {
    font-size: 14px;
    gap: 12px;
  }
  .account_list .title a::after {
    width: 8px;
    height: 12px;
  }
  .account_list .main {
    margin-top: 1.6rem;
    padding: 1rem;
  }
  .account_list .main .top {
    gap: 1rem;
    padding-bottom: 1.25rem;
  }
  .account_list .main .top strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .account_list .main .top .right {
    gap: 1rem;
    flex-wrap: wrap;
    flex: 1;
    min-width: max-content;
    justify-content: space-between;
  }
  .account_list .main .top .right p {
    font-size: 13px;
  }
  .account_list .main .top .right a {
    font-size: 13px;
    padding: 7px 1rem;
  }
  .account_list .main .top ~ .list {
    margin-top: 1.25rem;
  }
  .account_list .main .list .item {
    margin-top: 1.25rem;
    gap: 10px;
  }
  .account_list .main .list .item:first-child {
    margin-top: 0;
  }
  .account_list .main .list .item .info a {
    gap: 8px;
    width: 100%;
  }
  .account_list .main .list .item .info .img {
    width: 80px;
    min-width: 80px;
    height: 60px;
    border-radius: 4px;
  }
  .account_list .main .list .item .info p {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .account_list .main .list .item .num {
    font-size: 14px;
  }
  .account_list .main .list .item .price {
    font-size: 14px;
  }
  .account_list .main .list .item .price.more_text{
    width: 100%;
    font-size: 13px;
    text-align: left;
    margin-top: .5rem;
  }
  .account_list_video  .list .item,
  .account_list_story  .list .item{
    display: block!important;
  } 
  .product_more_text{
    width: 100%;
  }
  .account_entry {
    padding: 2rem 0;
  }
  .account_entry ul {
    overflow: auto;
    display: flex;
    gap: 1rem;
  }
  .account_entry ul li {
    min-width: 80%;
    padding: 2rem 1.2rem 1.6rem;
  }
  .account_entry ul li i {
    width: 2rem;
    height: 2rem;
  }
  .account_entry ul li strong {
    font-size: 20px;
    line-height: 1.5;
    margin: 1rem 0 1.6rem;
  }
  .register_title .flex {
    min-height: 200px;
    padding: 2rem 0;
  }
  .register_title h1 {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  .register_body {
    padding: 4rem 0 6rem;
  }
  .register_body h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .register_body .form_group {
    margin-top: 1rem;
    gap: 1rem 0;
  }
  .register_body .form_group .col2,
  .register_body .form_group .col3 {
    width: 100%;
  }
  .register_body .form_group input,
  .register_body .form_group select {
    font-size: 14px;
    padding: 0.7rem 1rem;
  }
  .register_body .size {
    margin: 0 0 4rem;
  }
  .register_body .size .flex {
    flex-direction: column-reverse;
  }
  .register_body .size .left {
    width: 100%;
    margin-top: 1.25rem;
  }
  .register_body .size .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 8px;
  }
  .register_body .size .left select {
    font-size: 14px;
    padding: 0.7rem 1rem;
    margin-top: 1rem;
  }
  .register_body .size .img {
    width: 100%;
  }
  .register_body button {
    font-size: 14px;
    padding: 9px 22px;
    margin-top: 2rem;
    min-width: 136px;
  }
  .register_body .prime {
    margin-top: 2rem;
    padding: 1.6rem 1rem;
    border-radius: 1rem;
  }
  .register_body .flexprime{
    display: block;
  }
  .register_body .flexprime .flex1:nth-child(1) .prime .price{
    margin-top: 1.25rem;
  }
  .register_body .prime::before {
    border-radius: 1rem;
    opacity: 1;
  }
  .register_body .prime h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .register_body .prime p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .register_body .prime ul {
    margin-top: 1rem;
  }
  .register_body .prime ul li {
    line-height: 1.5rem;
    font-size: 0.9rem;
    padding-left: 1.2rem;
  }
  .register_body .prime ul li::before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
  .register_body .prime .price {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
  .register_body .prime .price strong {
    font-size: 2rem;
  }
  .page_banner {
    min-height: 200px;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .page_banner .content {
    width: 100%;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
  }
  .page_banner .breadcrumbs span span a {
    font-size: 14px;
  }
  .page_banner h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .product_add {
    padding: 4rem 0 6rem;
  }
  .product_add .item {
    margin-bottom: 3rem;
  }
  .product_add .item .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .product_add .item .left {
    max-width: 100%;
    gap: 12px;
    display: block;
  }
  .product_add .item .left > div {
    padding: 0;
  }
  .product_add .item .right {
    padding: 0;
    width: 100%;
  }
  .product_add .item .order {
    font-size: 1rem;
    line-height: 2rem;
    min-width: 2rem;
    padding: 0 5px;
    width: max-content;
    margin-bottom: 1rem;
  }
  .product_add .item h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_add .item h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 1rem;
    margin-bottom: 12px;
  }
  .product_add .item p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .product_add .item input[type="text"],
  .product_add .item input[type="email"],
  .product_add .item input[type="number"],
  .product_add .item textarea {
    font-size: 14px;
    padding: 0.7rem 1rem;
    margin-top: 1.25rem;
  }
  .product_add .item select {
    margin-top: 1.25rem;
    font-size: 14px;
    padding: 0.7rem 1rem;
    background-size: 8px;
    background-position: right 1rem center;
  }
  .product_add .item textarea {
    height: 120px;
  }
  .product_add .item .tip {
    margin-top: 12px;
  }
  .product_add .item .tip .num {
    font-size: 14px;
  }
  .product_add .item .tip p {
    font-size: 14px;
  }
  .product_add .item .tips {
    padding: 1.6rem 1.2rem;
  }
  .product_add .item .tips strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .product_add .item .tips p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .product_add .item .btn_add {
    padding: 15px;
    gap: 10px;
  }
  .product_add .item .btn_add::before {
    width: 10px;
    height: 10px;
  }
  .product_add .item .btn_add span {
    font-size: 14px;
    line-height: 10px;
    padding-right: 0;
  }
  .product_add .item .upload_img {
    margin-top: 1.25rem;
  }
  .product_add .item .upload_img ul {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem 12px;
  }
  .product_add .item .upload_img ul li span {
    font-size: 13px;
  }
  .product_add .item .unit {
    margin-top: 1.25rem;
    gap: 12px;
  }
  .product_add .item .unit input {
    margin-top: 0;
  }
  .product_add .item .unit span {
    font-size: 14px;
  }
  .product_add .pd_desc .left .btn_add {
    margin-top: 1.25rem;
  }
  .product_add .commit button {
    flex: 1;
    font-size: 14px;
    padding: 9px 22px;
    min-width: 120px;
  }
  .category_banner {
    height: auto;
  }
  .category_banner .content > .flex {
    display: block;
  }
  .category_banner .content .left {
    padding: 3rem 0;
    width: 100%;
  }
  .category_banner .content .left h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .category_banner .content .left p {
    font-size: 0.9rem;
  }
  .category_banner .content .right {
    width: 100%;
    min-width: 100%;
    position: relative;
    left: 1.2rem;
  }
  .category_main {
    padding: 3rem 0 4rem;
  }
  .category_main .left {
    width: 80vw;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    overflow: auto;
    transition: all 0.3s;
    transform: translateX(100%);
  }
  .category_main .left.active {
    transform: translateX(0);
  }
  .category_main .left .widget > strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .category_main .left .widget.has_children > .terms > li {
    font-size: 1rem;
    line-height: 1.5;
    padding: 8px 0 !important;
  }
  .category_main .left .widget.has_children > .terms > li::before {
    width: 12px;
  }
  .category_main .left .widget.has_children > .terms > ul {
    padding: 12px 0;
  }
  .category_main .left .widget.has_children > .terms > ul li {
    font-size: 14px;
    margin-bottom: 0.7rem;
    padding-left: 1.4rem;
  }
  .category_main .left .widget.has_children > .terms > ul li::before {
    top: 2px;
  }
  .category_main .right {
    padding: 0;
  }
  .category_main .right .product_nav_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 12px;
  }
  .category_main .right .product_nav_menu .breadcrumbs {
    overflow: auto;
  }
  .category_main .right .product_nav_menu .breadcrumbs span {
    font-size: 14px;
  }
  .category_main .right .product_nav_menu .breadcrumbs span a {
    font-size: 14px;
  }
  .category_main .right .product_nav_menu .icon_menu_p {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
  }
  .category_main .right .product_nav_menu .order {
    width: 100%;
    margin-top: 1.2rem;
  }
  .category_main .right .product_nav_menu .order p {
    font-size: 14px;
  }
  .category_main .right .product_nav_menu .order select {
    font-size: 14px;
    line-height: 38px;
  }
  .category_main .right .main .products {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    gap: 2rem;
  }
  .category_main .right .main .products .product .gallery {
    padding-bottom: 91.2667676%;
  }
  .products .product {
    padding: 1rem !important;
    height: auto !important;
  }
  .products .product .gallery {
    padding-bottom: 91.2667676% !important;
  }
  .products .product .shop_gallery_swiper .swiper_btns {
    opacity: 1;
  }
  .products .product .shop_gallery_swiper .swiper_btns div {
    background-size: 8px !important;
  }
  .products .product .product_name {
    min-height: unset !important;
  }
  .products .product .button_cat {
    font-size: 14px !important;
    padding: 9px;
    margin-bottom: 0.5rem;
    transform: translate(0) !important;
  }
  .product_preview {
    padding: 2rem 0;
  }
  .product_preview .breadcrumbs {
    margin-bottom: 1rem;
  }
  .product_preview .breadcrumbs span {
    font-size: 14px;
  }
  .product_preview .breadcrumbs span a {
    font-size: 14px;
  }
  .product_preview .content > .flex {
    display: block;
  }
  .product_preview .left {
    width: 100%;
  }
  .product_preview .left .control_box {
    margin-top: 1.2rem;
    gap: 10px;
  }
  .product_preview .left .control_box .btn {
    width: 1rem;
  }
  .product_preview .right {
    margin-top: 2rem;
  }
  .product_preview .right h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_preview .right .publisher {
    margin-top: 1rem;
    padding: 12px 0;
    gap: 12px;
  }
  .product_preview .right .publisher .img {
    width: 3rem;
    height: 3rem;
  }
  .product_preview .right .publisher .info strong {
    font-size: 15px;
  }
  .product_preview .right .publisher .info p {
    font-size: 12px;
  }
  .product_preview .right .review {
    margin-top: 1rem;
  }
  .product_preview .right form {
    margin-top: 2rem;
    gap: 1rem;
  }
  .product_preview .right form .price {
    font-size: 1.4rem;
  }
  .product_preview .right form button {
    margin-top: 1rem;
    font-size: 14px;
    padding: 9px;
  }
  .product_preview .right form button::after {
    width: 30px;
    height: 30px;
  }
  .product_intro {
    padding: 2rem 0;
  }
  .product_intro li {
    padding: 2rem 0;
    display: block;
  }
  .product_intro li .img {
    width: 100%;
  }
  .product_intro li .info {
    width: 100%;
    margin-top: 1.25rem;
  }
  .product_intro li .info h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .product_intro li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .product_publisher {
    padding: 4rem 0;
  }
  .product_publisher .content > .flex {
    display: block;
  }
  .product_publisher .card {
    width: 100%;
    padding: 1.6rem 1rem;
  }
  .product_publisher .card .img {
    width: 6rem;
    height: 6rem;
  }
  .product_publisher .card strong {
    font-size: 22px;
    margin: 1rem 0 0.5rem;
  }
  .product_publisher .card ul {
    padding-top: 1.2rem;
    margin-top: 1.2rem;
  }
  .product_publisher .card ul li span {
    font-size: 1.6rem;
  }
  .product_publisher .card ul li p {
    font-size: 12px;
    margin-top: 12px;
  }
  .product_publisher .intro {
    margin: 2rem 0 0;
  }
  .product_publisher .intro h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .product_publisher .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .product_review {
    padding: 4rem 0;
  }
  .product_review .total {
    padding: 0 0 1.25rem;
    gap: 1rem;
  }
  .product_review .total .left strong {
    font-size: 1.6rem;
    line-height: 1;
  }
  .product_review .total .left .star {
    zoom: 0.8;
  }
  .product_review .total .left span {
    font-size: 14px;
    padding: 0;
  }
  .product_review .total a {
    font-size: 14px;
    padding: 9px 22px;
    min-width: 120px;
  }
  .product_review .filter {
    display: block;
    margin-top: 1.25rem;
  }
  .product_review .filter strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_review .filter .select {
    margin-top: 1.2rem;
    flex-wrap: wrap;
    gap: 12px;
  }
  .product_review .filter .select select {
    width: auto;
    font-size: 14px;
    padding: 0 2.2rem 0 1rem;
    line-height: 40px;
    background-position: right 1rem center;
  }
  .product_review .main {
    padding: 0;
    margin-top: 2rem;
  }
  .product_review .main li {
    padding: 2rem 0;
    gap: 1rem;
  }
  .product_review .main li .publisher {
    width: 100%;
    gap: 12px;
  }
  .product_review .main li .publisher .img {
    width: 3rem;
    height: 3rem;
  }
  .product_review .main li .publisher .info strong {
    font-size: 15px;
  }
  .product_review .main li .publisher .info p {
    font-size: 12px;
    line-height: 1.5;
  }
  .product_review .main li .right {
    width: 100%;
  }
  .product_review .main li .right .top span {
    font-size: 14px;
  }
  .product_review .main li .right strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_review .main li .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .product_review .main li .right .imgs {
    margin-top: 1.25rem;
    gap: 12px;
  }
  .product_review .main li .right .imgs .pic {
    width: 162px;
    height: 102px;
  }
  .shop_banner .shop_banner_swiper {
    height: auto;
  }
  .shop_banner .shop_banner_swiper .swiper_btns div {
    width: 1rem;
    height: 1rem;
  }
  .shop_banner .shop_banner_swiper .swiper-slide {
    overflow: hidden;
    height: auto;
    padding: 1.2rem 0 2rem;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .flex {
    flex-direction: column-reverse;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .head {
    width: 100%;
    padding: 1.2rem 0 0;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .head h1,
  .shop_banner .shop_banner_swiper .swiper-slide .head h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .head del{
    font-size: 0.9rem;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .head .price {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.2rem;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .image {
    overflow: hidden;
    height: 200px;
    border-radius: 6px;
    width: 100%;
  }
  .shop_banner .shop_banner_swiper .swiper-slide .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: static;
  }
  .shop_category {
    padding: 4rem 0;
  }
  .shop_category .head h2 {
    margin-bottom: 0.5rem;
  }
  .shop_category .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
  .shop_category .category_list ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .shop_category .category_list ul .cate_item a {
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  .shop_category .category_list ul .cate_item a div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .shop_category .category_list ul .cate_item a div .name {
    margin: 0 !important;
    font-size: 14px;
    padding: 7px 12px;
  }
  .shop_category .category_list ul .cate_item a div .number {
    opacity: 1;
    visibility: visible;
    margin: 0 !important;
    font-size: 12px;
  }
  .shop_products {
    padding: 4rem 0 3rem;
  }
  .shop_products .category_nav {
    margin: 1.2rem 0 2rem;
  }
  .shop_products .category_nav ul {
    overflow: auto;
    gap: 1rem;
  }
  .shop_products .category_nav ul::-webkit-scrollbar {
    display: none;
  }
  .shop_products .category_nav ul li {
    font-size: 14px;
    padding: 7px 1rem;
    min-width: max-content;
    text-align: center;
  }
  .shop_products .product_main .products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .shop_products .product_main .products .product {
    width: 100%;
  }
  .shop_products .product_main .button_more {
    margin-top: 0;
  }
  .shop_featured {
    padding: 4rem 0;
  }
  .shop_featured .head h2 {
    margin-bottom: 2rem;
  }
  .shop_featured .swiper_btns.middle {
    width: calc(100% - 1.2rem);
  }
  .shop_featured .swiper_btns.middle div {
    width: 2rem;
    height: 2rem;
    background-size: 20%;
  }
  .shop_featured .shop_featured_swiper .swiper-slide {
    display: block;
  }
  .shop_featured .shop_featured_swiper .swiper-slide .left {
    margin: 0;
    padding: 1rem;
  }
  .shop_featured .shop_featured_swiper .swiper-slide .left .pic {
    margin: 0;
    height: 250px;
  }
  .shop_featured .shop_featured_swiper .swiper-slide .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .shop_featured .shop_featured_swiper .swiper-slide .left strong {
    font-size: 18px;
    width: 100%;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
  }
  .shop_featured .shop_featured_swiper .swiper-slide .left .price_html {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .shop_featured .shop_featured_swiper .swiper-slide .left .button_cat {
    font-size: 14px;
    padding: 9px;
    margin-bottom: 0.5rem;
  }
  .shop_featured .shop_featured_swiper .swiper-slide .right {
    display: none;
  }
  .shop_handmade {
    padding: 2rem 0 4rem;
  }
  .shop_handmade .content {
    height: auto;
    background-size: 200%;
    background-position: left bottom;
    padding: 2rem 1.2rem;
  }
  .shop_handmade .content .flex {
    flex-direction: column;
  }
  .shop_handmade .pic {
    order: 3;
  }
  .shop_handmade .pic img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .shop_handmade .box strong {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .shop_handmade .box p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .cate_banner {
    padding: 2rem 0;
    min-height: 160px;
    display: flex;
    align-items: center;
  }
  .cate_banner .content {
    width: 100%;
  }
  .cate_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .cate_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .show_main {
    padding: 1.25rem 0 5rem;
  }
  .show_main .left {
    width: 80vw;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    overflow: auto;
    transition: all 0.3s;
    transform: translateX(100%);
    padding: 4rem 1.25rem 2rem;
  }
  .show_main .left.active {
    transform: translateX(0);
  }
  .show_main .left strong {
    padding-bottom: 1rem;
    font-size: 20px;
  }
  .show_main .left .cate ul li a {
    font-size: 1rem;
    padding-left: 1.6rem;
  }
  .show_main .left .show_year .terms {
    gap: 6px;
  }
  .show_main .left .show_year .terms li {
    font-size: 14px;
  }
  .show_main .right .top {
    display: flex;
    flex-wrap: wrap;
  }
  .show_main .right .top strong {
    font-size: 18px;
  }
  .show_main .right .top .icon_menu_p {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
  }
  .show_main .right .top .select {
    width: 100%;
    margin-top: 1.2rem;
    font-size: 14px;
  }
  .show_main .right .top .select select {
    font-size: 14px;
    padding: 0 2.2rem 0 1rem;
    line-height: 40px;
    width: auto;
    background-position: right 1rem center;
  }
  .show_main .right .main {
    margin-top: 2rem;
  }
  .show_main .right .main .container {
    margin-bottom: 3rem;
    gap: 1.25rem 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .show_main .right .main .container .item .post .data {
    padding: 0 8px 5px;
    font-size: 12px;
  }
  .show_main .right .main .container .item .post .data div {
    gap: 5px !important;
  }
  .show_main .right .main .container .item .post .data .relay::before {
    width: 1rem;
    height: 1rem;
  }
  .show_main .right .main .container .item .post .data .review::before {
    width: 1rem;
    height: 1rem;
  }
  .show_main .right .main .container .item strong {
    font-size: 14px;
    margin: 8px 0 5px;
  }
  .show_main .right .main .container .item .publisher {
    gap: 10px;
  }
  .show_main .right .main .container .item .publisher .img {
    width: 2rem;
    height: 2rem;
  }
  .show_main .right .main .container .item .publisher span {
    font-size: 13px;
  }
  .show_detail {
    padding: 3rem 0 5rem;
  }
  .show_detail .operate {
    gap: 12px;
    align-items: flex-end;
  }
  .show_detail .operate .left {
    flex-wrap: wrap;
    flex: 1;
    justify-content: left;
  }
  .show_detail .operate .info {
    margin-right: 0;
    width: 100%;
  }
  .show_detail .operate .left .info .img {
    width: 3rem;
    height: 3rem;
  }
  .show_detail .operate .left .info .name strong {
    font-size: 15px;
    white-space: nowrap;
  }
  .show_detail .operate .left .info .name span {
    font-size: 12px;
    white-space: nowrap;
  }
  .show_detail .operate .left > span {
    font-size: 14px;
    padding: 7px 1rem;
    text-indent: -999px;
    overflow: hidden;
    justify-content: center;
    gap: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
  }
  .show_detail .operate .left .donate::before {
    width: 20px;
    height: 20px;
  }
  .show_detail .operate .right {
    margin-top: 12px;
    gap: 12px;
  }
  .show_detail .operate .right > span {
    font-size: 14px;
    padding: 7px 1rem;
    text-indent: -999px;
    overflow: hidden;
    justify-content: center;
    gap: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
  }
  .show_detail .operate .right > span::before {
    width: 20px;
    height: 20px;
  }
  .show_detail .main {
    margin-top: 2rem;
    display: block;
  }
  .show_detail .main .left {
    width: 100%;
  }
  .show_detail .main .left h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .show_detail .main .left .data {
    margin: 1rem 0 3rem;
    gap: 12px;
    font-size: 14px;
  }
  .show_detail .main .left .data div::before {
    width: 1rem !important;
    height: 1rem !important;
  }
  .comments .filter {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .comments .filter strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .comments .filter .select {
    font-size: 14px;
  }
  .comments .filter .select select {
    font-size: 14px;
  }
  .comments .publish {
    margin-top: 2rem;
    display: block;
  }
  .comments .publish .right {
    width: 100%;
  }
  .comments .publish .right textarea {
    margin-top: 10px;
    font-size: 14px;
    padding: 0.7rem 1rem;
    height: 120px;
  }
  .comments .publish .btns {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .comments .publish .btns .notice {
    font-size: 12px;
    line-height: 1.5;
    order: 2;
    width: 100%;
    margin-top: 8px;
  }
  .bottom_cart .have_pro{
    width: 20rem;
  }
  .comments .publish .btns .rt .notice{
    padding-left: 0px;
  }
  .comments .publish .right .btns .smile {
    width: 2.5rem;
    height: 2.5rem;
  }
  .comments .publish .right .btns .rt {
    gap: 10px;
  }
  .comments .publish .right .btns .rt span {
    font-size: 14px;
    padding: 7.5px 1rem;
  }
  .comments .publish .right .btns .rt .cel {
    padding: 9.5px 1rem;
  }
  .ajax_comment .list {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .ajax_comment .list .item {
    display: block;
    margin-top: 3rem;
  }
  .ajax_comment .list .item .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .ajax_comment .list .item .rt {
    margin-top: 12px;
  }
  .ajax_comment .list .item .rt strong {
    font-size: 1rem;
  }
  .ajax_comment .list .item .rt p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .ajax_comment .list .item .rt .flex {
    font-size: 14px;
    justify-content: space-between;
  }
  .ajax_comment .list .item .replies .btn_more {
    font-size: 14px;
    padding-left: 1rem;
    background-size: 10px;
  }
  .ajax_comment .list .item .item {
    padding-left: 1.2rem;
    margin-top: 1rem;
  }
  .show_detail .main .left button {
    font-size: 14px;
    padding: 9px 22px;
  }
  .show_detail .main > .right {
    width: 100%;
    margin-top: 4rem;
  }
  .show_detail .main > .right strong {
    font-size: 22px;
    line-height: 1.5;
  }
  .show_category {
    padding: 4rem 0;
    height: auto;
  }
  .show_category > .content > .flex{
    display: block;
  }
  .show_category > .content .img img{
    width: 100%;
  }
  .show_category .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .show_category .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .show_category .main {
    margin-top: 2rem;
  }
  .show_category .main ul {
    margin-bottom: 2rem;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .show_category .main ul li a p {
    font-size: 14px;
    left: 10px;
    bottom: 10px;
  }
  .show_releases {
    padding: 4rem 0;
  }
  .show_releases .top {
    margin-top: 2rem;
    display: block;
  }
  .show_releases .top .left {
    width: 100%;
  }
  .show_releases .top .left .item {
    margin-bottom: 2rem;
  }
  .show_releases .top .left .item .post .data {
    padding: 0 1rem 12px;
    font-size: 14px;
  }
  .show_releases .top .left .item .post .data div {
    gap: 1rem;
  }
  .show_releases .top .left .item .post .data .relay::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .show_releases .top .left .item .post .data .review::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .show_releases .top .left .item strong {
    font-size: 1rem;
    line-height: 1.5;
    margin: 12px 0 6px;
  }
  .show_releases .top .left .item .publisher {
    gap: 12px;
  }
  .show_releases .top .left .item .publisher .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .show_releases .top .left .item .publisher span {
    font-size: 14px;
  }
  .show_releases .top .right {
    width: 100%;
  }
  .show_releases .top .right .item {
    margin-bottom: 2rem;
  }
  .show_releases .top .right .item .post .data {
    padding: 0 1rem 12px;
    font-size: 14px;
  }
  .show_releases .top .right .item .post .data div {
    gap: 1rem;
  }
  .show_releases .top .right .item .post .data .relay::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .show_releases .top .right .item .post .data .review::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .show_releases .top .right .item strong {
    font-size: 1rem;
    line-height: 1.5;
    margin: 12px 0 6px;
  }
  .show_releases .top .right .item .publisher {
    gap: 12px;
  }
  .show_releases .top .right .item .publisher .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .show_releases .top .right .item .publisher span {
    font-size: 14px;
  }
  .show_releases .list {
    margin: 2rem 0 3rem;
    gap: 1.25rem 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .show_releases .list .item .post .data {
    padding: 0 8px 5px;
    font-size: 12px;
  }
  .show_releases .list .item .post .data div {
    gap: 5px !important;
  }
  .show_releases .list .item .post .data .relay::before {
    width: 1rem;
    height: 1rem;
  }
  .show_releases .list .item .post .data .review::before {
    width: 1rem;
    height: 1rem;
  }
  .show_releases .list .item strong {
    font-size: 13px;
    margin: 8px 0 5px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .show_releases .list .item .publisher {
    gap: 10px;
  }
  .show_releases .list .item .publisher .img {
    width: 2rem;
    height: 2rem;
  }
  .show_releases .list .item .publisher span {
    font-size: 13px;
  }
  .show_share {
    padding: 2rem 1.2rem 5rem;
  }
  .show_share .main {
    flex-direction: column;
    align-items: flex-end;
    padding: 2rem 1.2rem 0;
  }
  .show_share .main .img {
    order: 3;
    width: 100%;
  }
  .show_share .main .text {
    padding: 0;
    width: 100%;
  }
  .show_share .main .text h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .show_share .main .text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .story_cate_banner {
    padding: 0;
  }
  .story_cate_banner .flex {
    flex-direction: column-reverse;
  }
  .story_cate_banner .img {
    top: 0;
  }
  .story_cate_banner .head {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 2rem 0 3rem;
  }
  .story_cate_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .story_cate_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .story_main {
    padding: 2rem 0 5rem;
  }
  .story_main .filter {
    display: block;
    margin-bottom: 2rem;
  }
  .story_main .filter .select {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .story_main .filter .select span {
    margin: 0;
  }
  .story_main .filter .select select {
    width: auto;
    font-size: 14px;
    line-height: 38px;
    background-position: right 1rem center;
    padding: 0 2.2rem 0 1rem;
  }
  .story_main .filter .sort {
    margin-top: 1.2rem;
    font-size: 14px;
  }
  .story_main .filter .sort select {
    font-size: 14px;
  }
  .story_main .main ul {
    margin-bottom: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 12px;
  }
  .story_main .main ul li a .img {
    height: 160px;
  }
  .story_main .main ul li a .img .publisher {
    font-size: 12px;
    left: 12px;
    bottom: 12px;
    min-width: unset;
    padding: 4px;
    gap: 5px;
  }
  .story_main .main ul li a .img .publisher .img {
    width: 2rem;
    height: 2rem;
  }
  .story_main .main ul li a .img .publisher span {
    padding-right: 6px;
  }
  .story_main .main ul li a .info {
    padding: 12px 12px 1rem;
  }
  .story_main .main ul li a .info span {
    font-size: 13px;
  }
  .story_main .main ul li a .info strong {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .story_main .main ul li a .info p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }
  .story_main .main ul li a .info .btn {
    display: none;
  }
  .story_main .left {
    width: 80vw;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    overflow: auto;
    transition: all 0.3s;
    transform: translateX(100%);
    padding: 4rem 1.25rem 2rem;
  }
  .story_main .left.active {
    transform: translateX(0);
  }
  .story_main .left strong {
    padding-bottom: 1rem;
    font-size: 20px;
  }
  .story_main .left .cate ul li a {
    font-size: 1rem;
    padding-left: 1.6rem;
  }
  .story_main .left .story_year .terms {
    gap: 6px;
  }
  .story_main .left .story_year .terms li {
    font-size: 14px;
  }
  .story_main .left .author ul li {
    margin-bottom: 0.8rem;
  }
  .story_main .left .author ul li a {
    gap: 8px;
  }
  .story_main .left .author ul li a .img {
    width: 2rem;
    height: 2rem;
  }
  .story_main .left .author ul li a span {
    font-size: 14px;
  }
  .story_main .right .filter {
    display: flex;
    gap: 0 1rem;
  }
  .story_main .right .filter strong {
    font-size: 18px;
  }
  .story_main .right .filter .icon_menu_p {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
  }
  .story_main .right .filter .select {
    width: 100%;
    font-size: 14px;
    margin-top: 1.2rem;
  }
  .story_main .right .filter .select select {
    font-size: 14px;
    padding: 0 2.2rem 0 1rem;
    line-height: 38px;
    width: auto;
    background-position: right 1rem center;
  }
  .story_main .right .main ul {
    margin-bottom: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 12px;
  }
  .story_main .right .main ul li a .img {
    height: 160px;
  }
  .story_main .right .main ul li a .img .publisher {
    font-size: 12px;
    left: 12px;
    bottom: 12px;
    min-width: unset;
    padding: 4px;
    gap: 5px;
  }
  .story_main .right .main ul li a .img .publisher .img {
    width: 2rem;
    height: 2rem;
  }
  .story_main .right .main ul li a .img .publisher span {
    padding-right: 6px;
  }
  .story_main .right .main ul li a .info {
    padding: 12px 12px 1rem;
  }
  .story_main .right .main ul li a .info span {
    font-size: 13px;
  }
  .story_main .right .main ul li a .info strong {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .story_main .right .main ul li a .info p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }
  .story_main .right .main ul li a .info .btn {
    display: none;
  }
  .story_banner{
    height: auto;
  }
  .story_banner .content > .flex {
    flex-direction: column-reverse;
  }
  .story_banner .img {
    margin-left: 0;
    height: 280px;
    width: 100%;
    margin-top: 1.25rem;
  }
  .story_banner .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .story_banner .head {
    padding: 2rem 0;
  }
  .story_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .story_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .story_category {
    padding: 4rem 0 3rem;
  }
  .story_category .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .story_category .main {
    margin-top: 2rem;
  }
  .story_category .main ul {
    gap: 1rem;
    margin-bottom: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .story_category .main ul li a p {
    padding: 0 12px 12px;
    font-size: 14px;
  }
  .story_releases {
    padding: 3rem 0;
  }
  .story_releases .swiper_box {
    margin: 2rem 0;
  }
  .story_releases .swiper_box .swiper_btns div {
    width: 2rem;
    height: 2rem;
  }
  .story_releases .story_releases_swiper .swiper-slide a {
    display: block;
    padding: 1.2rem;
  }
  .story_releases .story_releases_swiper .swiper-slide a .img {
    width: 100%;
    height: 200px;
  }
  .story_releases .story_releases_swiper .swiper-slide a .img .publisher {
    left: 1rem;
    bottom: 1rem;
  }
  .story_releases .story_releases_swiper .swiper-slide a .info {
    padding: 1rem 0;
  }
  .story_releases .story_releases_swiper .swiper-slide a .info span {
    font-size: 15px;
  }
  .story_releases .story_releases_swiper .swiper-slide a .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .story_releases .story_releases_swiper .swiper-slide a .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .story_releases .story_releases_swiper .swiper-slide a .info .button {
    margin-top: 1rem;
  }
  .story_publish {
    padding: 2rem 1.2rem 5rem;
  }
  .story_publish .main {
    flex-direction: column;
    align-items: flex-end;
    padding: 2rem 1.2rem 0;
  }
  .story_publish .main .img {
    order: 3;
    width: 100%;
    margin-top: 0;
  }
  .story_publish .main .text {
    padding: 0;
    width: 100%;
  }
  .story_publish .main .text h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .story_publish .main .text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .story_detail {
    padding: 2rem 0;
  }
  .story_detail .tip {
    font-size: 14px;
    padding: 9px 22px;
  }
  .story_detail .info {
    font-size: 14px;
  }
  .story_detail .info a {
    font-size: 14px;
  }
  .story_detail .title {
    margin-top: 1rem;
  }
  .story_detail .title h1 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .story_detail .cover {
    margin-top: 1rem;
  }
  .story_detail .cover .tip {
    left: 14px;
    top: 14px;
  }
  .story_detail .author .flex {
    display: block;
  }
  .story_detail .author strong {
    font-size: 18px;
  }
  .story_detail .author> div > div:first-child span{
    font-size: 15px;
  }
  .story_detail .author .actions {
    margin-top: 1rem;
  }
  .story_detail .desc {
    margin-top: 1rem;
  }
  .story_detail .desc p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .story_detail .story_content .content {
    padding: 0;
  }
  .story_detail .story_content h2 {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 2rem;
  }
  .story_detail .story_content h3 {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 1.6rem;
  }
  .story_detail .story_content p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 1rem;
  }
  .story_detail .story_content ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-top: 0.7rem;
  }
  .story_detail .story_content img {
    padding-top: 1.25rem;
  }
  .story_detail .share {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.2rem;
  }
  .story_author {
    padding: 3rem 0;
  }
  .story_author .main {
    margin-top: 1.25rem;
    padding: 2rem 1rem;
  }
  .story_author .main .operate {
    display: block;
  }
  .story_author .main .operate .left {
    gap: 12px;
  }
  .story_author .main .operate .left .info {
    flex: 1;
  }
  .story_author .main .operate .left .info .img {
    width: 3rem;
    height: 3rem;
  }
  .story_author .main .operate .left .info .name strong {
    font-size: 15px;
  }
  .story_author .main .operate .left .info .name span {
    font-size: 12px;
  }
  .story_author .main .operate .left > span {
    font-size: 14px;
    padding: 7px 1rem;
  }
  .story_author .main .operate .right {
    margin-top: 12px;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .story_author .main .operate .right > span {
    font-size: 14px;
    padding: 7px 12px;
  }
  .story_author .main .operate .right > span::before {
    width: 20px;
    height: 20px;
  }
  .story_author .main .operate .right > span.donate {
    font-size: 14px;
    padding: 7px 12px;
  }
  .story_author .main .operate .right > span.donate::before {
    width: 20px;
    height: 20px;
  }
  .story_author .main .intro {
    margin-top: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .story_mightlike {
    padding: 3rem 0 5rem;
  }
  .story_mightlike .swiper_box {
    margin: 22px 0 2rem;
  }
  .story_mightlike .swiper_box .swiper_btns {
    display: none;
  }
  .story_mightlike .story_mightlike_swiper .swiper-slide a .img {
    height: 170px;
  }
  .story_mightlike .story_mightlike_swiper .swiper-slide a .img .publisher {
    left: 1rem;
    bottom: 1rem;
  }
  .story_mightlike .story_mightlike_swiper .swiper-slide a .info {
    padding: 1rem;
  }
  .story_mightlike .story_mightlike_swiper .swiper-slide a .info span {
    font-size: 13px;
  }
  .story_mightlike .story_mightlike_swiper .swiper-slide a .info strong {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 6px;
  }
  .story_mightlike .story_mightlike_swiper .swiper-slide a .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 8px;
  }
  .story_mightlike .story_mightlike_swiper .swiper-slide a .info .btn {
    margin-top: 1rem;
  }


  .modalcomment.active .modalcontent{
    top: unset;
    bottom: 0;
  }
  div.modal .modalcontent{
    padding: 2rem 1.2rem;
  }
  .modalcomment input:not([type="submit"]), .modalcomment textarea{
    height: 2.5rem;
  }
  .modalcomment textarea{
    height: 120px;
  }


  

  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.search-block input[type='text'] {
    flex: 1;
  }

  div.search-block input[type='submit'] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2.2vw 0 1.2vw;
    background: url(../img/page_home-header_search.svg) no-repeat center;
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
    border: none;
    outline: none;
  }

  div.search-block div.content {
    position: unset;
  }

  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }

  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
  }

  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    display: none;
  }

  div.search-block.active {
    top: 20%;
    display: block;
    height: 80%;
    transform: translateY(0);
  }

  .search-block input[type="submit"]:not(:disabled):hover {
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background-size: 1.4rem;
    border: none;
  }
  
  .login-modal .modalcontent .left{
    width: 100%;
    order: 9;
    padding: 1.2rem;
  }
  .login-modal .modalcontent{
    width: 100%;
    top: unset;
    bottom: -100%;
    border-radius: 0;
    left: 0;
    transform: translateX(0%);
  }
  
  .login-popup .login-modal .modalcontent{
    bottom: 0;
    top: unset;
    
    left: 0;
    transform: translateX(0%);
  }
  .login-modal .modalcontent .left .logo{
    width: 60%; 
    display: none;
  }
  .login-modal .modalcontent .right{
    width: 100%;
    padding: 3rem 1.2rem;
    padding-bottom: 0;
  }
  .login-modal .modalcontent .right input:not([type="submit"]){
    line-height: 0.5;
    padding: 15px 30px;
  }
  .login-modal .modalcontent .right strong{
    font-size: 20px;
  }
  .login-modal .modalcontent .left a img{
    width: 17px ;
  }
  .login-modal .modalcontent .left a.facebook img{
    width: 20px;
  }
  .login-modal .modalcontent .left a{
    height: 38px;
    font-size: 14px;
  }
  .inputs-block>p{
    margin-bottom: 30px;
  }
  .login-modal .modalcontent .right input[type="submit"]{
    font-size: 14px;
    padding: 0.7rem;
  }
  .login-modal .modalcontent .right form span.forget-switch{
    font-size: 14px;
  }
  .login-modal .modalcontent .right .login-bottom label{
    font-size: 15px;
  }
  .login-bottom{
    margin-bottom: 30px;
  }
  .login-popup .login-modal .modalcontent>div>.flex{
    flex-flow: wrap;
  }
  .login-modal .modalcontent .left .logo + p{
    display: none;
  }
  .home_banner .home_banner_swiper .swiper-slide .head .button{
    margin: 1rem 0 5rem;
  }

  .account_dashboard .right .dashboard h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  
  .account_dashboard .right .dashboard ul {
    padding: 2rem 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .account_dashboard .right .dashboard ul li i {
    width: 2rem;
    height: 2rem;
  }
  .account_dashboard .right .dashboard ul li i span {
    font-size: 12px;
    line-height: 15px;
    min-width: 15px;
    padding: 0 5px;
  }
  .account_dashboard .right .dashboard ul li p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .model_c{
    width: 21rem;
  }

  .product_related {
    padding: 4rem 0;
  }
  .product_related .swiper_btns {
    display: none;
  }
  .product_related h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_related .swiper_box {
    margin: 22px 0 2rem;
  }

  .header_create_list img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header_create_list p {
    font-size: 14px;
  }
  .header_create_list a {
    gap: 12px;
  }
  .setting-details.view-order .head p {
    font-size: 15px;
  }
  .setting-content form textarea {
    font-size: 13px;
    line-height: 1.5;
  }
  .like .account_list .main .list .item button.unfavorite{
    font-size: 14px;
    padding: 0.5rem 0.8rem; 
  }
  .comments .publish .img{
    width: 45px;
    height: 45px;
  }
  .comments .publish div.editor_comment{
    margin-top: 1rem;
    font-size: 16px;
    padding: 15px;
  }
  .content .flex .submtitle{
    font-size: 22px;
    margin-left: 1rem;  
  }
  .regiseter_fixed .content > .flex{
    display: block;
    text-align: center;
  }
  .regiseter_fixed .content > .flex strong{
    font-size: 20px;
    margin-bottom: 1rem;
    display: block;
  }
  .attributes_content button.btn,
  .variations_content button.btn{
    margin-top: 1rem;
    font-size: 14px;
    padding: .5rem 1rem;
  }
  .variations_content button.btn{
    height: auto;
  }
  .attribute_list input{
    font-size: 15px!important;
  }
  .attribute_list li label{
    display: block;
    margin-top: .5rem;
  }
  .product_variation_list{
    overflow: auto;
  }
  .product_variation_list table{
    width: 700px;
  }
  .product_add .item .upload_img ul li span{
    font-size: 12px;
  }
  .model_content_box .register_body .flex{
    display: block;
  }

  .product_add .section_variations_content input[type="text"], .product_add .section_variations_content input[type="number"], .product_add .section_variations_content input[type="email"], .product_add .section_variations_content textarea{
    max-width: 250px;
    margin-top: 0.5rem;
    padding: 0.4rem 1rem;
  }
  .variations_content .select_variation_box label{
    font-size: 15px;
  }
  .product_variation_list table th{
    font-size: 15px;
  }
  .product_variation_list td .upload_img{
    margin-top: 0px!important;
  }
  .note_referral{
    font-size: 15px;
    line-height: 1.8rem;
  }
  .button:hover::after, .button_more:hover::after{
    transform: translateY(0%) rotate(45deg) !important;
  } 
  .donate_model_list input[type='number'], .donate_model_list input[type='text'], .donate_model_list textarea, .donate_model_list input[type='email']{
    padding: 0.3rem;
    font-size: 16px;
  }
  .donate_model_list p{
    font-size: 16px;
  }
  .donate_model_list strong.title{
    font-size: 20px;
  }
  .donate_model_list .points{
    font-size: 16px;
  }
  .order_confirm_receipt_form .button{
    padding: 9px 1rem 9px 1rem !important;
  }
  .account_dashboard .right .dashboard > .flex{
    display: block; 
  }
  .account_dashboard .right .dashboard > .flex > .flex{
    margin-top: .5rem;
  }
  .account_dashboard .right .dashboard > .flex a{
    font-size: 13px;
    padding: 7px 1rem;
  }

  .contact_inquiry {
    padding: 3rem 0 5rem;
  }

  .contact_inquiry .head .subtitle {
    font-size: 14px;
  }

  .contact_inquiry .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }

  .contact_inquiry .contact_form {
    margin-top: 30px;
  }

  .contact_inquiry .contact_form form {
    display: flex;
    gap: 1rem;
  }

  .contact_inquiry .contact_form form .col3 {
    width: 100%;
  }

  .contact_inquiry .contact_form form input,
  .contact_inquiry .contact_form form textarea {
    font-size: 14px;
    padding: 0.7rem 1rem;
  }

  .contact_inquiry .contact_form form textarea {
    height: 120px;
  }

  .contact_inquiry .contact_form form input[type="submit"] {
    font-size: 14px;
    padding: 0.5rem 26px 0.6rem;
    margin-top: 0;
  }

  
  .contact_infos .banner {
    padding: 6rem 0;
  }

  .contact_infos .banner .head h1 {
    font-size: 25px;
    line-height: 1.5;

  }

  .contact_infos .head span,
  .contact_inquiry .head span
  {
    font-size: 16px; 
    font-weight: 500;
  }

  .contact_infos .banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }

  .contact_infos .infos {
    margin-top: -2rem;
  }

  .contact_infos .infos ul {
    overflow: auto;
  }

  .contact_infos .infos ul li {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 75%;
    padding: 2rem 0;
  }

  .contact_infos .infos ul li h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.2rem 0 0.5rem;
    padding: 0 1rem;
  }

  .contact_infos .infos ul li p,
  .contact_infos .infos ul li a {
    padding: 0 1rem;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .about_company {
    margin: 0;
    padding: 4rem 0 3rem;
  }
  .about_company .content .content {
    margin-top: 0.5rem;
    flex-direction: column-reverse;
  }
  .about_company .content .content .right {
    width: 100%;
    padding: 0;
  }
  .about_company .content .content .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_company .content .content .video-box {
    width: 100%;
    margin-top: 2rem;
    height: auto;
    aspect-ratio: 1920/1080;
  }
  .about_company .content .content .video-box .play {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_mission {
    padding: 4rem 0;
    margin-top: 43px;
  }
  .about_mission li .title {
    font-size: 18px !important;
    line-height: 1.5;
    margin: 1rem 0 0.5rem !important;
  }
  .about_mission .mission_swpier_box li {
    padding: 2rem 1.2rem;
    margin-top: 2rem;
  }
  .about_mission .mission_swpier_box li .img {
    width: 4rem;
    height: 4rem;
    padding: 0;
  }
  .about_mission .mission_swpier_box li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
  }
  .about_mission .mission_swpier_box li p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .page-template-about .head span{
    font-size: 14px;
  }
  .about_support {
    margin: 0;
    padding: 3rem 0;
  }
  .about_support .head h2 {
    margin: 0 0 0.5rem;
  }
  .about_support .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 0 1rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq {
    margin-bottom: 0rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question {
    padding: 0.7rem 1rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .answer {
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 1rem 1rem 0.5rem;
  }
  .account_entry table tbody tr td p{
    width: 114px;
    font-size: 14px;
  }
  .register_body .form_group .col2 .eye_icon img{
    width: 20px;
  }
  .register_body .form_group .col2 .eye_icon {
    position: absolute;
    right: 1rem;
    top: 2.9rem;
    cursor: pointer;
  }
}
