:root {
  --font-family: "PingFangHK", sans-serif;
  --font-sec-family: "PingFangHK", sans-serif;
  --font-color: #333333;
  --font-grey: #888888;
  --main-color: #2A7DE1;
  --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;
}

.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;
}

.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);
  text-transform: capitalize;
}

.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: #aacbf3;
  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;
}

#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: 63px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

#menu-main-menu {
  display: flex;
  align-items: center;
}

/* 頭部輪播圖-start */
#headerSection {
  padding-top: 0px;
}
 /* 确保轮播图容器适应屏幕宽度 */
 .header-swiper {
  width: 100%;
  height: 100%;
}

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

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



@media screen and (max-width: 1200px) {
  .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 {
    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;
  }

 
  .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;
  }


  .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 !important;
  }

  .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;
  }
}

/* MENU */
#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: #f96243 !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: 18px;
  line-height: 21px;
}

#headerNav .main-menu .menu-item:hover a {
  color: var( --font-color);
  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:hover a::after {
  background-color: var(--main-color);
}

.header-nav-wapper{
  height: 100px;
}
/* DROPDOWN MENU */
.dropdown_menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  /* width: 130px; */
  border: 1px solid #fff;
  background-color: #fff;
  transform: translateX(-50%);
}
.dropdown_menu::before{
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid #fff;
  border-color: transparent transparent #fff transparent;
}
.dropdown_menu::after{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid #fff;
  border-color: transparent transparent #fff transparent;
}
.dropdown_menu{
  padding-left: 0px;
  text-align: center;
}
.dropdown_menu>li{
  height: 40px;
  width: 100%;
  font-weight: 400;
  line-height: 25px;
  padding: 8%;
}
.dropdown_menu>li>a::after{
  display: none;
}
.dropdown_menu>li:hover{
  background-color: #2A7DE1;

}
.dropdown_menu>li:hover a{
    color: #fff !important;
}

#headerNav.header-nav-container.stick-to-top .dropdown_menu>li>a::after{
  display: none;
}
#headerNav.header-nav-container.stick-to-top .dropdown_menu>li:hover{
  background-color: #fff;
}
.dropdown_menu>li>a{
  color: #333333 ;
  font-size: 15px !important;
}
/* .menu_dropdown_item:hover .dropdown_menu{
  display: block;
} */
.dropdown_menu.active{
  display: block;
}
.menu-arrow-icon{
  /* position: absolute;
  right: 0;
  top: 31%; */
  cursor: pointer;
}
.dropdown_menu{
  left: 44%;
}
#headerNav.header-nav-container.stick-to-top .menu-arrow-icon svg path{
  fill: #000;
}
@media screen and (min-width:1199px) and (max-width:1500px){
  .language{
    margin: 0px 6px 0px 10px !important;
  }
  .main-menu > li{
    padding: 0px 8px;
  }
  .dropdown_menu{
    top: 170%;
    left: 41%;
  }
  .dropdown_menu::before{
    top: -19px;
    left: 50%;
  }
  .dropdown_menu::after{
    top: -21px;
    left: 50%;
  }
}
@media  screen and (min-width:1199px) {
  .dropdown_menu{
    width: 130px;
  }
}


.language{
  border-radius: 19px;
  background-color: #fff;
  text-align: center;
  padding:0px 5px 0px 5px;
  height: 28px;
  margin: 0px 20px 0px 50px;
}
.language>li{
  list-style: none;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  color: #aacbf3;
}
#headerNav.header-nav-container.stick-to-top .language{
  background-color: #fff;
  border: 1px solid #2a7de1;
}
#headerNav.header-nav-container.stick-to-top .language>li a{
  color: #2a7de1 !important;
}
#headerNav.header-nav-container.stick-to-top .language>li:last-child a{
  color: #aacbf3 !important;
}
.header_phone{
  display: flex;
}
.header_phone span>img{
  width: 80%;
  padding-top: 3px;
}
.header_phone .header_phone-black{
  display: none;
}
.header_phone a,.header_phone a:focus,.header_phone a:active{
  font-weight: 500;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 33px;
  text-align: left;
  font-style: normal;
}
.header_phone a:hover{
  color: #07055b;
}
#headerNav.header-nav-container.stick-to-top .header_phone a{
  color: #2A7DE1;
}
#headerNav.header-nav-container.stick-to-top .header_phone a:hover{
  color: #07055b;
}
#headerNav.header-nav-container.stick-to-top .header_phone .header_phone-white{
  display: none;
}
#headerNav.header-nav-container.stick-to-top .header_phone .header_phone-black{
  display: block;
}

/* FOOT */
.footer{
  background-color: #000;
  color: #ffffff;
  padding-top: 1%;
}
.foot_left{
  float: left;
}
.foot_left>div{
  margin:15px 0px 15px 0px;
}
.foot_right{
  float: right;
}
.foot_right>div{
  margin:17px 0px 15px 0px;
}
.foot_right>div>span{
  position: relative;
  margin-left: 10px;
}
.foot_right>div>ul>li{
  list-style: none;
  display: inline-block;
  position: relative;
}
.foot_right>div>ul>li:first-child{
  margin-right: 20px;
}
.foot_right>div>ul>li:first-child::after{
  content: '';
  width: 2px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 20%;
  left: 117%;
}
.foot_img{
  text-align: right;
}
.foot_right_flex{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
}
.foot_right_flex p{
  font-size: 13px;
}
.footer a:hover{
  color: #aacbf3;
}
@media screen and (max-width:1199px){
  .foot_right>div{
    margin:18px 0px 15px 0px;
  }
}
@media screen and (max-width:711px) {
  .foot_right{
    float: left;
  }
  .foot_img{
    text-align: left;
  }
  .foot_right>div>ul{
    padding-left: 0;
  }
}
/*coppyright*/
.coppyright {
  color: #ffffff;
  padding: 5px 0;
}
.coppyright a {
  color: #fff;
}
.coppyright a:hover{
  color: #5a1809;
}

a:hover,a:focus,a:active{
  color: #2A7DE1;
}

/*backtotop*/
.backtotop {
  display: none;
  width: 43px;
  height: 43px;
  font-size: 25px;
  font-weight: 700;
  background: #2a7de1;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  right: 20px;
  text-align: center;
  line-height: 40px;
  z-index: 999;
}
.backtotop.show {
  display: block;
}
.backtotop:hover,.backtotop:focus,.backtotop:active {
  background: #fff;
  color: #2a7de1 !important;
}
@media screen and (max-width:768px){
  .backtotop {
    display: none;
    width: 38px;
    height: 38px;
    font-size: 22px;
    font-weight: 700;
    background: #2a7de1;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 18px;
    text-align: center;
    line-height: 35px;
    z-index: 999;
  }
}


.title {
  font-weight: bold;
  font-size: 26px;
  color: var(--font-color);
  line-height: 30px;
}
.red-title {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.red-title .cn {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 14px;
  background-color: var(--main-color);
  position: relative;
}

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

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

.red-title .en::after {
  content: '';
  width: 30%;
  height: 2px;
  background-color: var(--main-color);
  left: 50%;
  margin-left: -15%;
  bottom: -14px;
  position: absolute;
}
@media screen and (max-width:1280px){
  .title {
    width: 100%;
    font-size: 19px;
    margin-left: 0px;
    padding-bottom: 28px;
  }
  .red-title  {
    display: flex;
    flex-flow: column;
  }

  .red-title .cn {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 22px;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    border-radius: 14px;
    background-color: var(--main-color);
  }

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

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

/* mobile */
.menu-bar{
  line-height: 0;
}
.menu-bar a{
  font-size: 23px;
  color: #2A7DE1;
}
.header-search-box a{
  color: #2A7DE1;
}
@media screen and (max-width:1199px){
  .logo img {
    max-width: 100px;
  }
}