/* @font-face {
  font-family: 'NotoSansTCRegular2';
  src: url('https://img.celpipqihang.com/assets/fonts/Noto_Sans_TC/static/NotoSansTC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
*/
:root {
  /* --font-family: "Microsoft YaHei-Bold, Microsoft YaHei-Regular, sans-serif";
  --font-sec-family: "Microsoft YaHei-Bold, Microsoft YaHei-Regular, sans-serif"; */
  /* --font-family: 'DengXian', Microsoft YaHei-Bold;
  --font-sec-family: 'DengXian', Microsoft YaHei-Bold;  */

  --font-family: 'sans-serif', 'PingFang SC', Arial;
  --font-sec-family: 'sans-serif', 'PingFang SC', Arial;

  --font-color: #333333;
  --font-grey: #888888;
  /* --main-color: #ED0F24; */
  --main-color: #FA0D31;
  --second-color: #FF7733;
  --border-color: rgba(0, 0, 0, 0.1);
}

html,
body {
  color: var(--font-color);
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: var(--font-family) !important;
}

body {
  overflow-y: hidden;
}

.fwb {
  font-weight: bold;
  font-size: inherit;
}

.flex {
  display: flex;
}

.flex-justify-center {
  display: flex;
  justify-content: center;
}

.flex-justify-between {
  display: flex;
  justify-content: space-between;
}

.flex-justify-end {
  display: flex;
  align-items: center;
  justify-content: end;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-flow: column;
}

.flex-col-center {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.fit-width {
  width: fit-content !important;
}

.t-center {
  text-align: center;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-26 {
  padding-left: 26px;
}

.tip-title {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 3.4px;
  padding-bottom: 20px;
}

.title {
  color: var(--font-color);
  font-size: 40px;
  text-transform: capitalize;
  line-height: 60px;
  padding-bottom: 50px;
}

.top-bar {
  padding: 20px 30px 18px;
  background-color: #ffffff;
}

.top-bar .btn-search {
  color: var(--font-color);
  background-color: #ffffff;
}

.top-bar .btn-search span {
  color: var(--font-color);
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 6px;
}

.top-bar .btn-search::before {
  content: "\f12d";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: var(--font-color);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 18px;
}

.top-bar .company-logo {
  color: var(--font-color);
  font-size: 28px;
}

.top-bar .header-btns img {
  width: 20px;
  margin-left: 28px;
}

.top-bar .header-btns .account-icon-wrapper {
  margin-top: 3px;
}

.top-bar .header-btns .account-icon-wrapper,
.top-bar .header-btns .bag-icon-wrapper {
  cursor: pointer;
  position: relative;
}

.top-bar .header-btns .account-icon-wrapper .g-account-icon,
.top-bar .header-btns .account-icon-wrapper .g-bag-icon {
  display: block;
}

.top-bar .header-btns .account-icon-wrapper .y-account-icon,
.top-bar .header-btns .bag-icon-wrapper .y-bag-icon {
  display: none;
}

.top-bar .header-btns .account-icon-wrapper:hover .g-account-icon,
.top-bar .header-btns .bag-icon-wrapper:hover .g-bag-icon {
  display: none;
}

.top-bar .header-btns .account-icon-wrapper:hover .y-account-icon,
.top-bar .header-btns .bag-icon-wrapper:hover .y-bag-icon {
  display: block;
}

.top-bar .header-btns .bag-icon-wrapper:hover .y-bag-icon {
  margin-top: 3px;
}

.top-bar .header-btns .bag-icon-wrapper .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -3px;
  right: -13px;
  letter-spacing: 0;
  color: var(--font-color);
  width: 15px;
  height: 15px;
}

.top-bar .header-btns .bag-icon-wrapper:hover .count {
  top: -4px;
  color: var(--main-color);
}

#headerNav .main-menu>li>a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--font-sec-family) !important;
}

#headerNav .main-menu .menu-item:hover a {
  color: var(--main-color);
}

.header-nav-container {
  background: transparent;
  border-top: 1px solid var(--border-color);
}

#headerNav.header-nav-container .logo-img.white {
  display: block;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

#headerNav.header-nav-container .logo-img.black {
  display: none;
}

#headerNav.header-nav-container.stick-to-top .logo-img.white {
  display: none;
}

#headerNav.header-nav-container.stick-to-top .logo-img.black {
  display: block;
}

#headerNav .logo-img {
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

#menu-main-menu {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

#menu-main-menu .has-submenu {
  position: relative;
}

#menu-main-menu .has-submenu ul {
  padding-left: 0px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}

#menu-main-menu .has-submenu .menu-item-sec {
  position: absolute;
  background-color: #ffffff;
  padding-left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  top: -19px;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  display: none;
  min-width: 114px;
  left: 50%;
  transform: translateX(-50%);
}

#headerNav.header-nav-container .main-menu .menu-item.has-submenu:hover .menu-item-sec a {
  color: #7F7F84 !important;
}

.menu-item-title {
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  color: #ED0F24;
  line-height: 21px;
  padding: 20px 0px 25px 0px;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  cursor: default;
  width: 100%;
  text-align: center;
}

.menu-item-title::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #ED0F24;
  position: absolute;
  left: 50%;
  bottom: 18px;
  margin-left: -15px;
  border-radius: 22px;
}

#menu-main-menu .has-submenu:hover .menu-item-sec,
#menu-main-menu .has-submenu .menu-item-sec:hover {
  display: flex !important;
}

#menu-main-menu .has-submenu .menu-item-sec .sec-menu-title a {
  padding: 16px 0;
  width: max-content;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400 !important;
  color: #7F7F84 !important;
  line-height: 16px;
  display: inline-block;
}

#menu-main-menu .has-submenu .menu-item-sec .sec-menu-title:hover a {
  color: var(--main-color) !important;
}

#menu-main-menu .has-submenu .menu-item-sec .sec-menu-title a::after {
  display: none;
}

.ysera-menu-clone-wrap .mobile-content .logo-box .main__logo {
  width: 72%;
}

/* 頭部輪播圖-start */
#headerSection {
  padding-top: 71px;
}

/* 确保轮播图容器适应屏幕宽度 */
.header-swiper {
  width: 100%;
  height: 100%;
}

.header-swiper .swiper-slide {
  width:100%; overflow:hidden;
}
 

.language-btns {
  margin-left: 16px;
}

.language-btn {
  color: var(--font-color);
  font-size: 18px;
  margin-left: 28px;
}

.base-right-btn {
  /* background-color: #333333 !important; */
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 80px !important;
  color: white !important;
  position: fixed;
  z-index: 2000;
  flex-flow: column;
}

.base-right-btn img {
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 50%;
}

#footer-bottom .copyright {
  align-items: center;
  display: flex;
  color: #a3a3a3;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'sans-serif', 'PingFang SC', Arial;
  ;
  flex-flow: column;
}

.footer .col-lg-4 {
  width: 22%;
}

.footer .ysera-newsletter,
.footer .ysera-custommenu,
.footer .list,
.footer li {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.footer .list {
  width: 80%;
  text-align: left;
}

.footer .widgettitle {
  margin-bottom: 18px;
}

.footer .contact-div {
  padding: 4px 0px;
}

#footer-bottom .copyright a {
  color: #a3a3a3;
}

.home-slider-banner .slider-item .slider-infor .button {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-weight: 500;
}

.home-slider-banner .slider-item .title-big {
  color: #fff;
  font-size: 60px;
  max-width: none;
  line-height: 1.2;
  padding-bottom: 18px;
  font-family: var(--font-sec-family);
}

.home-slider-banner .slider-item .price {
  width: 416px;
  line-height: 1.6;
}

#ourService .our-service-container,
#aboutUs .about-us-container {
  width: 1200px;
}

#ourService .service-item {
  cursor: pointer;
  width: 33.33%;
}

#ourService .service-item .service-img-wrapper img {
  width: 70px;
}

#ourService .service-item .service-img-wrapper .grey,
#ourService .service-item:hover .service-img-wrapper .yellow {
  display: block;
}

#ourService .service-item .service-img-wrapper .yellow,
#ourService .service-item:hover .service-img-wrapper .grey {
  display: none;
}

#ourService .service-title {
  color: var(--font-color);
  font-size: 24px;
  padding-top: 36px;
  padding-bottom: 18px;
}

#ourService .service-item:hover .service-title {
  color: var(--main-color);
}

#ourService .service-txt {
  color: var(--font-grey);
  font-size: 16px;
  width: 69%;
}

#aboutUs .about-detail {
  color: var(--font-grey);
  line-height: 1.8;
  width: 965px;
  padding-bottom: 12px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-family: 'sans-serif', 'PingFang SC', Arial;
  ;
}

#aboutUs img {
  width: 100%;
  margin-top: 24px;
}

.w-36 {
  width: 36% !important;
}

.w-25 {
  width: 27% !important;
}

.w-100 {
  width: 100%;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-12 {
  margin-top: 12px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-90 {
  margin-bottom: 90px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-font {
  color: #ffffff !important;
}

.Classic-inner {
  display: flex;
  justify-content: center;
  width: 100vw;
}

.Classic-banner-content {
  width: 1200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.Classic-txt-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 520px;
}

.Classic-txt-wrapper .title-tip {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 3.4px;
  margin: 0 0 18px;
  font-family: var(--font-sec-family);
}

.Classic-txt-wrapper .title {
  color: #fff;
  font-size: 60px !important;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 70px !important;
  margin: 0 0 24px !important;
  padding-bottom: 0px !important;
  font-family: var(--font-family);
}

.Classic-txt-wrapper .description {
  margin: 0 0 50px !important;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: var(--font-sec-family);
}

.Classic-txt-wrapper .btn-shop-now {
  width: 172px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  line-height: 46px;
  fill: #fff;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  padding: 0 35px;
  background-color: rgba(0, 0, 0, 0);
}

.brand-section {
  width: 100vw;
  padding: 90px 30px;
  border-bottom: 1px solid var(--main-color);
}

.brand-wrapper {
  width: 1200px;
}

.brand-wrapper .brand-item {
  width: 14.2%;
  position: relative;
}

.brand-wrapper .brand-item .brand-img {
  width: 58%;
}

.brand-wrapper .brand-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}

.brand-wrapper:hover .brand-item::after {
  display: block;
}

.brand-wrapper .brand-item:hover::after {
  display: none;
}

.produce-container .thumb-group {
  top: auto;
  bottom: 12px;
}

.produce-container .thumb-inner {
  width: 100%;
  /* height: 380px; */
  position: relative;
}

.produce-container .product-item .product-thumb a .img-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-item .thumb-group .loop-form-add-to-cart {
  top: 4px;
}

.product-item .thumb-group {
  width: fit-content;
}

.produce-container .product-item .product-thumb a .img-1 {
  opacity: 1;
}

.produce-container .product-item .product-thumb a .img-2 {
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  /* transition: transform 0.3s ease; */
}

.produce-container .product-item .flash {
  opacity: 1;
}

.produce-container .product-item:hover .flash {
  opacity: 0;
}

.produce-container .product-item:hover .product-thumb a .img-1 {
  opacity: 0;
}

.produce-container .product-item:hover .product-thumb a .img-2 {
  opacity: 1;
  transform: scale(1.1);
}

.produce-container .product-item .thumb-inner {
  --Media_ClipPath: inset(0);
  transition: clip-path 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    filter 0.8s ease;
  clip-path: var(--Media_ClipPath);
}

.produce-container .product-item:hover .thumb-inner {
  --Media_ClipPath: inset(0 round 25vw 25vw 0 0);
  transition: clip-path 1.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  clip-path: var(--Media_ClipPath);
}

/* .group-info {
    position: relative;
}

.single_add_to_cart_button {
    position: absolute;
    right: 0;
    background-color: rgba(255,255,255,0);
}

.single_add_to_cart_button::before {
    font-family: 'Flaticon';
    content: "\f137";
    font-size: 18px;
    color: #000;
    font-weight: normal;
} */

#newest {
  /* margin: 120px 0px; */
  margin: 90px 0px;
}

#newest .newest-container {
  width: 1200px;
}

#newest .newest-item {
  width: 33.33%;
  min-height: 580px;
  padding: 50px 25px 0;
  cursor: pointer;
}

#newest .newest-item-1 .img-wrapper {
  background-image: url(../images/h7_img_1.jpg);
}

#newest .newest-item-3 .img-wrapper {
  background-image: url(../images/h7_img_02.jpg);
}

#newest .newest-item .img-wrapper {
  width: 100%;
  min-height: 377px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
}

.newest-item .newest-title {
  margin-bottom: 3px;
  color: var(--font-color);
  font-family: 'sans-serif', 'PingFang SC', Arial;
  ;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.newest-item .newest-txt {
  color: var(--font-grey);
  font-size: 14px;
  text-transform: capitalize;
}

.newest-item-2 {
  padding: 65px !important;
  background-image: url(../images/h7_bg_1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-end;
  transition: background-size 0.3s ease;
  overflow: hidden;
}

.newest-item-2:hover {
  background-size: 102.5%;
}

.newest-item-2 .newest-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 16px;
}

.newest-item-2 .newest-txt {
  font-size: 16px;
  line-height: 24px;
}

#feedback {
  display: flex;
  justify-content: center;
  padding: 100px 0px;
  background-image: url(../images/bg-img-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback-container {
  width: 1200px;
  position: relative;
}

.feedback-swiper-container {
  margin-top: 42px;
}

.feedback-container .feedback-swiper {
  padding-bottom: 62px;
}

.feedback-container .feedback-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.feedback-container .feedback-swiper .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.feedback-container .feedback-swiper .slide-content {
  background-color: #ffffff;
  padding: 32px 24px;
  min-height: 300px;
  border: 2px solid #e5e5e5;
}

.feedback-container .feedback-swiper .slide-content .star img {
  color: var(--orange-color);
  font-size: 14px;
}

.feedback-container .feedback-swiper .slide-content .detail {
  padding: 24px 0px;
  font-family: 'sans-serif', 'PingFang SC', Arial;
  font-size: 15px;
}

.feedback-container .client-head {
  width: 60px;
  height: 60px;
  margin-right: 18px;
}

.feedback-container .client-head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.feedback-container .swiper-button-prev,
.feedback-container .swiper-button-next {
  position: absolute;
  top: 328px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  /* color: var(--second-color); */
  color: #ffffff;
  background-color: var(--second-color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.feedback-container .swiper-button-prev:hover,
.feedback-container .swiper-button-next:hover {
  background-color: var(--main-color);
  /* color: var(--orange-color); */
}

.feedback-container .swiper-button-next {
  left: 72px;
}

.feedback-container .swiper-button-prev::after,
.feedback-container .swiper-button-next::after {
  font-size: 18px;
}

.feedback-container .feedback-swiper .slide-content .name {
  font-family: 'sans-serif', 'PingFang SC', Arial;
  ;
  font-size: 18px;
}

.feedback-container .feedback-swiper .slide-content .type {
  color: var(--orange-color);
  font-family: 'sans-serif', 'PingFang SC', Arial;
  ;
  font-size: 14px;
}

.ysera-blog-item .blog-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

.ysera-blog-item .post-thumb img {
  transition: transform 0.3s ease;
}

/* 当鼠标悬停时放大图片 */
.ysera-blog-item:hover .post-thumb img {
  transform: scale(1.1); /* 放大至原来的1.1倍 */
}

.ysera-blog-item .post-thumb {
  width: 92%;
  margin-bottom: 15px;
  overflow: hidden;
}

.ysera-blog-item .blog-info {
  width: 92%;
  overflow: hidden;
}

/* 通用的多行文本溢出处理 */
.ysera-blog-item .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  line-height: 24px;
}

.ysera-blog-item .post-date {
  display: inline-block;
  color: var(--font-grey);
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 10px;
}

.ysera-blog-item .blog-title {
  /* font-size: 24px; */
  line-height: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ysera-blog-item .readmore {
  font-size: 13px;
  margin-top: 38px;
  font-weight: 600;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

#subscribeSection {
  padding: 100px 0px;
  background-image: url(../images/banner-home-15.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe-container {
  width: 670px;
  display: block;
}

#subscribeSection .form_one {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  background: #fafafa;
  border: 1px solid var(--font-color);
}

#subscribeSection .form_one:hover {
  border: 1px solid var(--main-color);
}

#subscribeSection .form_one .form-input {
  flex: 1;
}

#subscribeSection .form_one input[type="email"] {
  padding: 14px 20px;
  width: 100%;
  font-size: 14px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  border: 0;
  background-color: transparent;
}

#subscribeSection button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  margin: 13px 20px;
  padding-left: 26px;
  padding: 4px 16px;
  background-color: var(--font-color);
  border: 1px solid var(--font-color);
}

#subscribeSection .plane-icon {
  width: 20px;
  margin-right: 4px;
}

#subscribeSection .form-button {
  cursor: pointer;
}

#subscribeSection .form-button:hover button {
  background-color: #fafafa;
  border-color: var(--main-color);
}

#subscribeSection .form-button span {
  color: #ffffff;
}

#subscribeSection .form-button:hover span {
  color: var(--main-color);
}

#subscribeSection .form-button .plane-icon.white {
  display: block;
}

#subscribeSection .form-button .plane-icon.yellow {
  display: none;
}

#subscribeSection .form-button:hover .plane-icon.white {
  display: none;
}

#subscribeSection .form-button:hover .plane-icon.yellow {
  display: block;
}

/* ABOUT US */
.about_right {
  padding: 30px;
  padding-bottom: 0px;
}

.about_right .title {
  padding-bottom: 30px;
}

.about_three {
  padding: 60px 0px 90px 0px;
}

.about_three .img_left_bottom {
  width: 70%;
  float: right;
  padding-top: 50px;
  padding-bottom: 20px;
}

.about_three .right_bottom_text {
  padding-top: 50px;
}

/* CONTACT */
.contact_one .main_one_text {
  text-align: center;
  padding-bottom: 30px;
  width: 70%;
  margin: 0 auto;
}

.contact_img-title span {
  font-family: 'sans-serif', 'PingFang SC', Arial;
  font-weight: bold;
  color: #ffefec;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0;
}

.contact_one p,
span {
  font-size: 16px;
}

.google_map {
  margin: 0 auto;
  width: 80%;
  padding: 90px 0px 60px 0px;
}

.contact-div .text {
  font-size: 14px;
}

/* SHOP */
.shop_thumb-group .thumb-group {
  width: 148px;
}

.shop_pro_name {
  font-weight: 200;
}

/* PRODUCT-DETAILS */
.main_top {
  padding: 8px;
  width: 100%;
  background-color: #30373e;
  color: #fff;
  text-align: center;
}

.variations {
  margin-bottom: 30px;
}

.detail_line_height {
  line-height: 25px;
}

.product-details_stars {
  display: block;
  position: relative;
  width: 150px;
  height: 60px;
  padding: 0;
  border: none;
}

.product-details_stars>input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}

.product-details_stars>label {
  position: relative;
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  color: transparent;
  background-image: url("../images/stars.png");
  background-repeat: no-repeat;
}

.product-details_stars>input:focus+label {
  outline: none;
}

.product-details_stars>input:checked~label,
.product-details_stars>input:focus~label,
.product-details_stars>input:hover~label {
  background-position: 0 -30px;
}

.product-details_stars_form {
  float: right;
}

.comment-form-rating .required,
.comment-notes .required {
  color: #e2401c;
}

.comment-form-author {
  width: 50%;
  margin-right: 30px;
}

.comment-form-author>input {
  width: 100%;
  padding: 23px;
  background-color: #dadada20;
}

.comment-form-email {
  width: 50%;
}

.comment-form-email>input {
  width: 100%;
  padding: 23px;
  background-color: #dadada20;
}

.review_form_wrapper {
  margin-top: 60px;
}

.form-submit button {
  line-height: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

/* PRIVACY_STATEMENT */
.privacy_statement_text {
  margin-top: 30px;
}

.privacy_statement_text p {
  font-size: 17px;
}

.post-infor_privacy h3 {
  font-size: 40px;
}

.privacy_statement_text ol {
  font-size: 20px;
  line-height: 40px;
}

.privacy_statement_text ol>li {
  margin-top: 20px;
}

.privacy_statement_text ul>li {
  font-size: 15px;
  line-height: 30px;
}

.coppyright span {
  font-size: 13px;
  margin-left: 15px;
}

/* SHOPPING_CART */
.shopcart_title {
  color: var(--font-color);
  text-transform: capitalize;
}

.red-title {
  /* width: 100% !important; */
  display: flex;
  flex-flow: column;
  align-items: center !important;
  justify-content: center;
  margin-left: 0 !important;
  padding-bottom: 62px;
  font-family: var(--font-family);
  padding-bottom: 82px !important;
  position: relative;

  width: fit-content !important;
  line-height: 29px;
  color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 8px;
  background-color: var(--main-color);
  padding: 16px 32px !important;
  margin-bottom: 42px !important;
  position: relative;
  letter-spacing: 4px;
  overflow: hidden;
}

.red-title::before {
  content: '';
  position: absolute;
  top: -66px;
  /* 调整位置使其部分位于 div 外部 */
  right: -50px;
  /* 调整位置使其部分位于 div 外部 */
  width: 150px;
  /* 光束的直径 */
  height: 150px;
  /* 光束的直径 */
  border-radius: 50%;
  /* 使它成为圆形 */
  background: radial-gradient(circle at center, var(--second-color) 8%, transparent 82%);
  z-index: 1;
  /* 确保它在背景之上 */
}

.red-title .cn {
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 4px;
  z-index: 1;
}

.red-title .op-logo {
  height: 46px;
  opacity: 0.2;
  position: absolute;
  left: -14px;
  bottom: 0;
}

.red-title .en {
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  position: relative;
  padding-top: 8px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}

/* .red-title .en::after {
  content: '';
    width: 30%;
    height: 3px;
    background-color: var(--main-color);
    left: 50%;
    margin-left: -15%;
    bottom: -16px;
    position: absolute;
} */

.my-btn {
  position: relative;
  overflow: hidden;
}

.my-btn span {
  z-index: 2;
}

.my-btn::after {
  content: '';
  position: absolute;
  left: -26%;
  bottom: -40%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--second-color) 8%, transparent 82%);
  z-index: 1;
}

.my-btn span {
  z-index: 2;
}

.my-btn:hover::after {
  display: none;
}

.wechat-img {
  width: 250px !important;
  right: -20px !important;
  display: block;
}

.mobile-qr {
  display: none;
}

#courseContainer,
#institutionalContainer,
#whyContainer,
#advantageContainer,
#classContainer,
.more-video-container {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.more-video-container .video-list {
  width: 100%;
}

.grey-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.36);
}

.white-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.36);
}

.menu-item-sec>.menu-item-title {
  cursor: pointer !important;
}

.popover.top {
  margin-left: 0;
  position: fixed !important;
  bottom: 242px !important;
  right: 12px !important;
  left: auto !important;
  top: auto !important;
  width: 220px;
  height: 252px;
}

.popover.top .qr-txt,
.popover.top .save-qr-txt {
  text-align: center;
  font-size: 14px;
}

.popover.top .qr-txt {
  font-weight: bold;
}

.popover.top>.arrow {
  left: 57% !important;
}

@media screen and (max-width: 1200px) {
  .popover.top {
    bottom: 190px !important;
    right: 10px !important;
    width: 150px;
    height: 178px;
  }

  .popover.top>.arrow {
    left: 88% !important;
  }

  li.menu-item.menu-item-has-children.has-submenu.pl-26.pr-20.clone-menu-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-item-sec a {
    color: #ffffff;
  }

  .header-device-mobile .item .logo {
    display: flex;
    align-items: center;
    width: 82%;
  }

  .header-device-mobile .item .logo .right-wrapper {
    color: var(--main-color);
    /* width: 60px; */
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #999999;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    font-weight: bold;
  }

  .red-title {
    padding-bottom: 42px !important;
  }

  .red-title .en {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .header-device-mobile {
    position: fixed;
    width: 100vw;
    background-color: #ffffff;
    z-index: 99999;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 0px;
  }

  .mobile-content .ysera-menu-panel-main .menu-item-sec .menu-item-title {
    display: none;
  }

  .mobile-content .ysera-menu-panel-main .menu-item-sec .sec-menu-title {
    color: #ffffff;
    padding: 8px 0px;
  }

  #headerSection {
    padding-top: 54px !important;
  }

  #ysera-menu-panel-main .link-btns {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 15px;
  }

  #ysera-menu-panel-main .link-btns img {
    height: 32px;
  }

  #ysera-menu-panel-main .link-btns .red-book-s-icon {
    margin-right: 16px;
  }

  .header-device-mobile .mobile-navigation,
  .mobile-search-box>a,
  .mobile-settings-box>a {
    border: none;
  }

  .home-slider-banner .slider-item .title-big {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .home-slider-banner .slider-item .price {
    font-size: 14px;
    width: 198px;
    margin-bottom: 12px;
  }

  .slider-item .slider-inner {
    background-position: center;
    background-size: 100%;
  }

  .slider-inner .slider-infor {
    width: max-content;
    margin-top: 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    /* background-color: rgba(255, 255, 255, 0.6); */
  }

  .home-slider-banner .slider-item .slider-infor .button {
    padding: 4px;
    margin-bottom: 0;
  }

  .slider-item.slick-active .slider-inner {
    animation: none;
  }

  #ourService .our-service-container,
  #aboutUs .about-us-container,
  #newest .newest-container,
  .feedback-container,
  .subscribe-container {
    width: 100vw;
    padding: 0 16px;
    flex-wrap: wrap;
  }

  #aboutUs .about-us-container {
    display: flex;
    flex-flow: column;
  }

  #aboutUs .about-detail {
    width: 100%;
  }

  .shopcart_title {
    font-size: 26px;
    line-height: 42px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
    text-align: center;
  }

  .title {
    width: 100vw;
    font-size: 26px;
    line-height: 42px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
    text-align: center;
  }

  .tip-title {
    padding-bottom: 12px;
  }

  #ourService .service-title {
    font-size: 18px;
  }

  #ourService .service-title {
    padding-top: 24px;
  }

  #ourService .service-txt {
    font-size: 14px;
    width: 92%;
  }

  .Classic-txt-wrapper .title {
    font-size: 42px !important;
  }

  .banner-wrapp .container {
    padding-left: 0;
    padding-right: 0;
  }

  .Classic-txt-wrapper .description {
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .Classic-txt-wrapper {
    width: 96%;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .item-banner.style17 .banner-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .brand-wrapper {
    width: 100vw;
    flex-wrap: wrap;
  }

  .brand-wrapper .brand-item {
    width: 100%;
  }

  .brand-wrapper .brand-item .brand-img {
    width: 58%;
    margin-bottom: 32px;
  }

  #newest {
    margin-bottom: 0px;
  }

  #newest .newest-item {
    width: 100%;
  }

  .ysera-blog-item {
    display: flex !important;
    flex-flow: column;
    align-items: center;
  }

  #subscribeSection {
    background-position: left;
  }

  .subscribe-container {
    padding-top: 24px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #subscribeSection button[type="submit"] {
    margin: 8px 16px;
  }

  .footer .container-wapper .row {
    display: flex;
    flex-wrap: wrap;
  }

  .footer .container-wapper .row .box-footer {
    width: 100% !important;
    margin-bottom: 32px;
  }

  .footer .container-wapper .row .box-footer:first-child {
    margin-bottom: 0px;
  }

  .footer .list {
    width: 100%;
  }

  #all-whatsapp {
    bottom: 162px;
  }

  .backtotop.show {
    bottom: 82px;
    display: block !important;
  }

  .footer .container-wapper .row {
    display: flex;
    flex-wrap: wrap;
  }

  .footer .container-wapper .row .box-footer {
    width: 100% !important;
    margin-bottom: 32px;
  }

  .footer .container-wapper .row .box-footer:first-child {
    margin-bottom: 0px;
  }

  .footer .list {
    width: 100%;
  }

  .backtotop.show {
    bottom: 82px;
    display: block !important;
  }

  .base-right-btn {
    width: 38px !important;
    height: 38px !important;
    right: 12px !important;
  }

  .wechat-img {
    display: none;
  }

  .mobile-qr {
    display: block;
  }

  .fixed-right-close {
    right: 13px !important;
    bottom: 348px !important;
  }

  .wechat-img,
  .mobile-qr,
  .mobile-qr.fixed {
    width: 170px !important;
  }

  .mobile-qr,
  .mobile-qr.fixed,
  #fixedMobileQr {
    bottom: 172px !important;
  }

  .base-right-btn .wechat-tip {
    display: none;
  }

  #all-whatsapp {
    bottom: 138px !important;
  }

  .red-title {
    display: flex;
    flex-flow: column;
    padding-bottom: 20px !important;
    letter-spacing: 2.5px;
    padding: 16px 20px !important;
    margin-bottom: 21px !important;
  }

  .red-title .cn {
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    /* padding: 8px 22px; */
    /* box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    background-color: var(--main-color); */
  }

  .red-title .en {
    position: relative;
    padding-top: 8px;
  }

  /* .red-title .en::after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: var(--main-color);
    left: 50%;
    margin-left: -15%;
    bottom: -8px;
    position: absolute;
  } */
}

@media screen and (max-width: 966px) {
  .about_three .img_left_bottom {
    float: left;
  }

  .contact_one-thumb {
    padding: 40px 1px 40px 0px !important;
  }
}

@media screen and (max-width: 860px) {
  .google_map {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .cart-form .coupon .button {
    top: 30px;
    right: 25px;
  }
}


/* MENU */
#headerNav .logo .right-wrapper {
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ffffff;
  margin-top: 5px;
  font-family: "Tenor Sans", Sans-serif;
  font-weight: bold;
}

#headerNav.header-nav-container.stick-to-top .logo .right-wrapper {
  color: #333333;
  border-color: #999999;
}

#headerNav.header-nav-container.sticky .main-menu .menu_active>a {
  color: #ffffff;
  position: relative;
}

#headerNav.header-nav-container.sticky .main-menu .menu_active>a::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -15px;
  border-radius: 22px;
}

#headerNav.header-nav-container .main-menu .menu_active>a {
  color: #ED0F24 !important;
  font-weight: bold;
  position: relative;
}

#headerNav.header-nav-container .main-menu .menu_active>a::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -15px;
  border-radius: 22px;
}

/* HEAD */
body {
  padding-top: 0px;
}

#headerNav .main-menu .menu-item a {
  font-size: 16px;
  line-height: 21px;
}

#headerNav .main-menu .menu-item:hover a {
  color: var(--font-color) !important;
  font-weight: bold;
  position: relative;
}

#headerNav .main-menu .menu-item:hover a::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -15px;
  border-radius: 3px;
}

#headerNav.header-nav-container {
  border: none;
}

#headerNav.header-nav-container.stick-to-top {
  border-bottom: 1px solid var(--border-color);
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu-item:hover a {
  color: var(--main-color) !important;
  position: relative;
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu-item.has-submenu:hover a {
  color: #333333 !important;
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu-item.has-submenu .menu-item-sec .sec-menu-title:hover a {
  color: var(--main-color) !important;
}

#headerNav.header-nav-container.stick-to-top .main-menu .menu-item:hover a::after {
  background-color: var(--main-color);
}

#headerContainer .swiper-pagination-bullets {
  color: #CCCCCC;
  bottom: 150px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  top: auto;
  left: auto;
  width: fit-content;
  bottom: 107px !important;
  right: 341px !important;
}

.header-bullet {
  width: 12px;
  height: 12px;
  margin-left: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
}

/* FOOT */
.footer {
  position: relative;
  margin-bottom: 0 !important;
}

.footer_row {
  border: 1px solid rgba(200, 200, 200, 0.3);
  padding-bottom: 80px;
  padding-top: 30px;
}

.foot_print {
  height: 270px;
  position: relative;
}

.foot_print .left_print {
  width: 100px;
  height: 100px;
  background-color: #ff6161;
  border-radius: 50px;
  filter: blur(25px);
  position: absolute;
  top: 15%;
  left: 15%;
}

.foot_print .right_print {
  width: 100px;
  height: 100px;
  background-color: #ff6161;
  border-radius: 50px;
  filter: blur(25px);
  position: absolute;
  top: 83%;
  left: 65%;
}

.foot_print .left_wave {
  position: absolute;
  top: 35%;
  left: -53%;
}

.foot_print .right_wave {
  position: absolute;
  top: -26%;
  right: -43%;
}

@keyframes spin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.spin-element {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: transparent;
}

.foot_print .spin-element {
  position: absolute;
  top: 10%;
  left: 40%;
}

.foot_print .spin-element .scrolling {
  animation: spin 20s linear infinite;
}

.foot_print .spin-element:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.foot_print .spin-element .arrowup {
  position: absolute;
  top: 39%;
  left: 39%;
}

.foot_row_right {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.foot_row_right .foot-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3em;
}

.foot-box div:first-child {
  display: flex;
  align-items: center;
}

.foot_row_right div>span {
  color: #242f65;
  font-size: 20px;
}

.foot_row_right i {
  font-size: 15px;
  color: #ED0F24;
}

.foot_row_right button {
  border-radius: 10px;
  background-color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot_row_right button>span {
  margin-left: 10px;
  font-size: 15px;
}

.box-footer ul>li>a {
  font-size: 17px;
}

.box-footer ul>li>a:hover {
  color: #5a1809;
}

.foot-199 a {
  text-decoration: underline;
}

#all-whatsapp {
  bottom: 162px;
  cursor: pointer;
}

.wechat-img,
.mobile-qr {
  right: 2px !important;
  position: fixed;
  z-index: 2000;
  width: 205px;
  max-width: none;
  display: fix;
  bottom: 212px;
}

.wechat-img.fixed,
.mobile-qr.fixed {
  right: 2px !important;
  position: fixed !important;
  z-index: 2000 !important;
  width: 205px;
  max-width: none !important;
  bottom: 212px !important;
  top: auto !important;
  left: auto !important;
}

.fixed-right-close {
  width: 16px;
  position: fixed;
  z-index: 2000;
  right: 16px;
  bottom: 473px;
  cursor: pointer;
}

#all-whatsapp .wechat-tip {
  font-size: 14px;
  color: var(--main-color);
  line-height: 16px;
  width: max-content;
  padding-top: 12px;
}

#all-top {
  bottom: 90px;
  display: none;
}

#all-top.cur {
  display: flex !important;
}

.fixed {
  position: fixed !important;
}

.pages {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 65px;
}

.pages a {
  display: inline-block;
  text-align: center;
  background: #f0f0f0;
  text-decoration: none;
  color: #000;
  margin: 0px 5px;
  height: 26px;
  line-height: 26px;
  padding: 0px 8px;
  border-radius: 3px;
}

.pages span {
  display: inline-block;
  text-align: center;
  background: #ff603e;
  margin: 0px 5px;
  height: 25px;
  line-height: 25px;
  padding: 0px 8px;
  border-radius: 3px;
  color: white;
  position: relative;
  top: 1px;
}

.slider-item.style5 .slider-inner .slider-infor {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: max-content;
}


@media screen and (max-width:992px) {
  .footer_row {
    padding-bottom: 10px;
    padding-top: 0;
  }
}

@media screen and (max-width:607px) {
  .foot_print .spin-element {
    position: absolute;
    top: 0%;
    left: 30%;
  }
}

@media screen and (max-width:500px) {
  .foot-box div:first-child {
    margin-bottom: -10px;
  }
}

/*coppyright*/
.coppyright {
  color: #ffffff;
  padding: 5px 0;
}

.coppyright a {
  color: #fff;
}

.coppyright a:hover {
  color: #5a1809;
}

.coppyright>div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width:1669px) {
  .header-nav-wapper {
    padding: 0 24px;
  }

  .main-menu>li {
    padding: 15px 0;
  }

  #headerNav .main-menu .menu-item a {
    font-size: 16px;
  }
}

@media screen and (max-width:1500px) {
  .header-nav-wapper {
    padding: 0 24px;
  }

  .main-menu>li {
    padding: 15px 0;
  }

  #headerNav .main-menu .menu-item a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .header-nav-wapper {
    padding: 0 24px;
  }

  .main-menu>li {
    padding: 15px 0;
  }

  #headerNav .main-menu .menu-item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #headerNav .logo-img {
    height: 38px;
  }

  .main-menu>li {
    padding: 15px 0;
  }

  #headerNav .main-menu .menu-item a {
    font-size: 14px;
  }
}

@media screen and (max-width:1200px) {
  .slider-item.style5 .slider-inner,
  .slider-item.style8 .slider-inner {
    height: 180px !important;
  }

  #headerNav .logo-img {
    height: 38px;
  }
}

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

  .header-container,
  .slider-item.style5 .slider-inner,
  .slider-item.style8 .slider-inner {
    height: 286px !important;
  }
}

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

  .header-container,
  .slider-item.style5 .slider-inner,
  .slider-item.style8 .slider-inner {
    height: 460px !important;
  }

  .banner-title {
    font-size: 60px !important;
    line-height: 75px !important;
  }
}

@media screen and (max-width:768px) {
  .banner-title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}