*,
*::before,
*::after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #f08300;
  --secondary: #ffa93f;
  --title: #221d15;
  --text: #707070;
  --label: #6e675c;
  --dark: #0f1a12;
  --navy: #0b1a3c;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 164.8rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0px;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
}
button {
  cursor: pointer;
  background-color: transparent;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-weight: 330;
  font-family: 'MiSans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
html body {
  padding-top: 8.8rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab{
  position: relative;
}
.img.img_ab img{
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img{
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 999;
  padding: 8px;
  font-size: var(--font-size, 14px);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup.up .popup-input {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
}
.custom-popup.up .popup-options {
  order: 1;
}
.custom-popup.up .popup-empty {
  order: 2;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: inherit;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: 8px;
  flex-shrink: 0;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  flex: 0 1 auto;
  min-height: 0;
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  border-radius: 8px;
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}

.box_round {
  position: relative;
  margin: 0 2.4rem;
  border-radius: 3.5rem;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: .667em;
  padding: .611em	.889em	.500em	.944em;
  border-radius: 10rem;
  border: 1px solid #eaeaea;
  color: var(--label);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.tag::before {
  content: '';
  flex-shrink: 0;
  width: .461em;
  height: .461em;
  border-radius: 50%;
  background-color: var(--primary);
}
.tcon h1,
.tcon h2 {
  color: var(--title);
  font-weight: 500;
  font-size: 5rem;
  line-height: 1.32;
}
.tcon .tag + h1,
.tcon .tag + h2 {
  margin-top: 1.8rem;
}
.tcon h1{

}
.tcon h1 em,
.tcon h2 em {
  color: var(--primary);
}
.tcon p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3rem;
}
.tcon h1 + p,
.tcon h2 + p {
  margin-top: 2.2rem;
}
.btn,
.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  height: 5.6rem;
  padding: 0px 3.7rem;
  border-radius: 10rem;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
.btn::after,
.btn_line::after {
  content: '';
  flex-shrink: 0;
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M0 5h11M6.8.9 10.9 5 6.8 9.1'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M0 5h11M6.8.9 10.9 5 6.8 9.1'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn:hover::after,
.btn_line:hover::after {
  transform: translateX(0.4rem);
}
.btn {
  color: #fff;
  background-color: var(--primary);
}
.btn:hover {
  background-color: #ff9a1f;
  box-shadow: 0px 1rem 2.4rem rgba(240, 131, 0, 0.3);
}
.btn_line {
  color: var(--title);
  border: 1px solid rgba(34, 29, 21, 0.3);
}
.btn_line:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn_white {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background-color: rgba(255, 255, 255, 0.24);
}
.btn_white::after {
  display: none;
}
.btn_white:hover {
  color: var(--title);
  background-color: #fff;
}
.swiper_btns {
  display: flex;
  gap: 2rem;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--title);
  border: 1px solid rgba(34, 29, 21, 0.3);
}
.swiper_btns div::after {
  content: '';
  width: 1.5rem;
  height: 1.2rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M15 6H1M6 1 1 6l5 5'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M15 6H1M6 1 1 6l5 5'/%3E%3C/svg%3E") no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns div:hover,
.swiper_btns .btn_next {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next:hover {
  background-color: #ff9a1f;
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}

/* #region common */
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
.flex_top {
  align-items: flex-start;
}
.center {
  text-align: center;
}
body.fixed {
  overflow: hidden;
}
body.preview-page {
  padding-top: 8.8rem;
}
.only_mobile {
  display: none;
}
/* #endregion */

/* #region header */
header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 996;
  width: 100%;
  transition: transform 0.4s, box-shadow 0.4s;
  background-color: #fff;
}
header.hide {
  transform: translateY(-100%);
}
header.sticky {
  transform: translateY(0px);
  box-shadow: 0px 0.4rem 2rem rgba(15, 26, 18, 0.06);
}
header .content > .flex {
  height: 8.8rem;
}
header .logo {
  display: block;
  position: relative;
  flex-shrink: 0;
}
header .logo img {
  display: block;
  width: 26.24036rem;
  height: auto;
}
header .logo p,
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  margin-left: 3px;
}
header nav .menu {
  display: flex;
  gap: 7.06rem;
}
header nav .menu > li {
  position: relative;
}
header nav .menu > li > a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 8.8rem;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}
header nav .menu > li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2.2rem;
  width: 0px;
  height: 2px;
  border-radius: 2px;
  transition: 0.3s;
  transform: translateX(-50%);
  background-color: var(--primary);
}
header nav .menu > li:hover > a,
header nav .menu > li.current-menu-item > a {
  color: var(--primary);
}
header nav .menu > li:hover > a::after,
header nav .menu > li.current-menu-item > a::after {
  width: 2rem;
}
header nav .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 24.8rem;
  padding: 1px 0 1.3rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  transform: translate(-50%, 1rem);
  border-radius: 0 0 .8rem .8rem;
  background-color: #fff;
}
header nav .menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0px);
}
header nav .sub-menu > li + li {
  border-top: 1px solid rgba(15, 26, 18, 0.08);
}
header nav .sub-menu a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  white-space: nowrap;
  padding: 1.2rem 3rem;
  font-weight: 380;
  font-size: 1.8rem;
  line-height: 2.4rem;
  transition: 0.2s;
}
header nav .sub-menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
}
header nav .sub-menu .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header nav .sub-menu a:hover {
  background-color: #fff6ea;
}
header .btns {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  padding-right: 3px;
  padding-top: 3px;
}
header .btn_lang {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  white-space: nowrap;
  transition: color 0.3s;
  margin-bottom: 2px;
}
header .btn_lang::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_lang:hover {
  color: var(--primary);
}
header .btn_login {
  display: block;
  padding: 0px 3.5rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 450;
  font-size: 1.6rem;
  line-height: 5.4rem;
  letter-spacing: 0.06em;
  transition: 0.3s;
  background-color: var(--primary);
}
header .btn_login:hover {
  background-color: #ff9a1f;
  box-shadow: 0px 0.8rem 2rem rgba(240, 131, 0, 0.3);
}
header .btn_menu {
  display: none;
}
/* #endregion */

/* #region footer */
footer {
  position: relative;
  background-color: #fff;
}
footer .top {
  padding: 11.5rem 0px 11.4rem;
  gap: 3rem;
}
footer .logo {
  display: block;
  position: relative;
  width: 38.9rem;
}
footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .info .desc {
  margin-top: 3.1rem;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
}
footer .foot_navs {
  display: grid;
  grid-template-columns: 25.4rem 24rem 25.1rem auto;
  margin-top: 6.6rem;
}
footer .foot_navs strong {
  display: block;
  color: var(--dark);
  font-weight: 380;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
footer .foot_nav ul {
  margin-top: 1.2rem;
}
footer .foot_nav a {
  display: inline-block;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 4.1rem;
  transition: color 0.3s;
}
footer .foot_nav a:hover {
  color: var(--primary);
}
footer .foot_follow ul {
  display: flex;
  gap: 2.47rem;
  margin-top: 2.33rem;
}
footer .foot_follow li {
  width: 11rem;
  text-align: center;
}
footer .foot_follow .img {
  padding: 0.7rem;
  border-radius: 1.6rem;
  background-color: #fff;
  border: 1.5px solid #f18200;
  transition: 0.3s;
}
footer .foot_follow .img img {
  aspect-ratio: 1;
}
footer .foot_follow li:hover .img {
  transform: translateY(-0.4rem);
  box-shadow: 0px 1rem 2rem rgba(240, 131, 0, 0.18);
}
footer .foot_follow span {
  display: block;
  margin-top: 1.06rem;
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.03em;
}
footer .bot {
  padding: 1.8rem 0px 2.1rem;
  border-top: 1px solid #dcdee2;
  color: var(--text);
  font-weight: 305;
  font-size: 1.5rem;
  line-height: 2rem;
}
footer .bot ul {
  display: flex;
  gap: 1.9rem;
}
footer .bot li {
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
footer .bot li + li::before {
  content: '';
  width: 1px;
  height: 1.28rem;
  background-color: rgba(6, 28, 51, 0.15);
}
footer .bot a {
  transition: color 0.3s;
}
footer .bot a:hover {
  color: var(--primary);
}
footer .back_top {
  position: fixed;
  right: 2.1rem;
  bottom: 1.6rem;
  z-index: 99;
  width: 4.93rem;
  height: 4.93rem;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  transform: translateY(1rem);
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Cpath d='M5 15.5V1.4M.6 5.8 5 1.4l4.4 4.4'/%3E%3C/svg%3E") no-repeat center / 0.9rem auto;
}
footer .back_top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
footer .back_top:hover {
  background-color: #ff9a1f;
}
/* #endregion */

/* #region track_popup */
.track_popup {
  position: fixed;
  inset: 0px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}
.track_popup.active {
  opacity: 1;
  visibility: visible;
}
.track_popup .track_box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 120rem;
  max-width: 100%;
  height: 84rem;
  max-height: calc(100vh - 4rem);
  overflow: hidden;
  border-radius: 2.6rem;
  transition: transform 0.3s;
  transform: translateY(3rem);
  background-color: #fff;
}
.track_popup.active .track_box {
  transform: translateY(0px);
}
.track_popup .track_close {
  position: absolute;
  right: 3.6rem;
  top: 1.8rem;
  z-index: 2;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.3s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none' stroke='%23111214' stroke-width='2'%3E%3Cpath d='M1 1l16 16M17 1 1 17'/%3E%3C/svg%3E") no-repeat center / contain;
}
.track_popup .track_close:hover {
  transform: rotate(90deg);
}
.track_popup .track_head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 16rem;
  padding: 2.3rem 6rem 0;
  border-bottom: 1px solid #e4e8ee;
  background-color: #fff9ee;
}
.track_popup .track_head .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 1.2rem;
  background-color: var(--primary);
}
.track_popup .track_head .icon img {
  display: block;
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
}
.track_popup .track_head .order {
  flex: 1;
  margin-left: 2.8rem;
}
.track_popup .track_head strong {
  display: block;
  color: #16202c;
  font-weight: 450;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.track_popup .track_head .status {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0px 1.8rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 450;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.06em;
  background-color: var(--primary);
}
.track_popup .btn_copy {
  height: 4.2rem;
  padding: 0px 2.6rem;
  border-radius: 10rem;
  font-weight: 450;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: 0.3s;
  border: 1px solid rgba(34, 29, 21, 0.3);
  margin-top: 1rem;
}
.track_popup .btn_copy:hover,
.track_popup .btn_copy.copied {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.track_popup .track_body {
  position: relative;
  flex: 1;
  min-height: 0px;
  display: flex;
  flex-direction: column;
  padding: 4.1rem 12rem 0px 6rem;
}
.track_popup .track_body .title {
  flex-shrink: 0;
  color: #16202c;
  font-weight: 520;
  font-size: 2.8rem;
  line-height: 3.7rem;
}
.track_popup .track_scroll {
  flex: 1;
  min-height: 0px;
  overflow-y: auto;
  margin-top: 3.2rem;
  padding-bottom: 3rem;
  scrollbar-width: none;
}
.track_popup .track_scroll::-webkit-scrollbar {
  display: none;
}
.track_popup .track_list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.6rem;
  padding: 0px 0px 2.7rem 4rem;
  color: #16202c;
  font-weight: 450;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.track_popup .track_list li::before {
  content: '';
  position: absolute;
  left: 0.6rem;
  top: 1.2rem;
  bottom: -1.2rem;
  width: 2.5px;
  background-color: #ccc;
}
.track_popup .track_list li:last-child::before {
  display: none;
}
.track_popup .track_list li::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #aaa;
  background-color: #fff;
}
.track_popup .track_list li.active::after {
  border-color: #f07e26;
  background-color: #f07e26;
}
.track_popup .track_list p {
  position: relative;
  margin-left: 3.2rem;
  padding-left: 1.4rem;
  color: var(--text);
  font-weight: 330;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.track_popup .track_list p::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.1rem;
  width: 1px;
  height: 1.7rem;
  background-color: #ccc;
}
.track_popup .scroll_tip {
  position: absolute;
  right: 5.8rem;
  top: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.2rem;
}
.track_popup .scroll_tip span{
  order: 3;
  display: flex;
  align-items: center;
  width: 100%;
  padding:.6rem 2px;
  gap: .8rem;
  border-radius: 10rem;
  color: rgba(22, 32, 44, 0.74);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.22em;
  text-align: center;
  writing-mode: vertical-rl;
  background-color: #f2f2f1;
}
.track_popup .scroll_tip span::before,.track_popup .scroll_tip span::after{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: url("../img/scroll-nav.svg") no-repeat center/contain;
}
.track_popup .scroll_tip span::after{
  transform: rotate(180deg);
}
.track_popup .scroll_tip::after{
  display: inline-block;
  width: 2px;
  height: 1.3rem;
  background-color: #f2f2f1;
  order: 1;
  content: '';
}
.track_popup .scroll_tip::before {
  content: '';
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background-color: #f07e26;
}
.track_popup .scroll_bar {
  position: absolute;
  right: 3rem;
  top: 4.5rem;
  bottom: 3.1rem;
  width: 0.8rem;
  border-radius: 1rem;
  background-color: rgba(34, 29, 21, 0.06);
}
.track_popup .scroll_bar i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-radius: 1rem;
  background-color: var(--primary);
}
/* #endregion */

@media screen and (min-width: 769px) and (max-width: 1440px){
  .content{
    padding: 0 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  header nav {
    margin-left: 4rem;
  }
  header nav .menu {
    gap: 3rem;
  }
  header .btns {
    gap: 2.4rem;
  }
  header .btn_login {
    padding: 0px 2.4rem;
  }
  footer .foot_navs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
  }
  .content{
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  header nav {
    position: fixed;
    left: 0px;
    top: 8.8rem;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 2rem 3rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    transform: translateY(-1rem);
    background-color: #fff;
  }
  header.menu_open nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
  }
  header.menu_open nav .sub-menu{
    pointer-events: auto;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    border-bottom: 1px solid #eee;
  }
  header nav .menu > li > a {
    line-height: 5.6rem;
    font-size: 16px;
  }
  header nav .menu > li > a::after {
    display: none;
  }
  header nav .sub-menu {
    position: static;
    left: auto;
    top: auto;
    min-width: 0px;
    width: 100%;
    margin: 0px 0px 12px;
    padding: 8px 0px;
    opacity: 1;
    transform: none;
    border-radius: 12px;
    box-shadow: none;
    background-color: #f7f8fa;
  }
  header nav .menu > li:hover > .sub-menu {
    transform: none;
  }
  header nav .sub-menu a {
    font-size: 14px;
    padding: 10px 12px;
    gap: 10px;
  }
  header nav .sub-menu .icon {
    width: 22px;
    height: 22px;
  }
  header .btn_menu {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
  }
  header .btn_menu span,
  header .btn_menu::before,
  header .btn_menu::after {
    content: '';
    position: absolute;
    left: 2px;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    transition: 0.3s;
    background-color: var(--title);
  }
  header .btn_menu span {
    top: 11px;
  }
  header .btn_menu::before {
    top: 5px;
  }
  header .btn_menu::after {
    top: 17px;
  }
  header.menu_open .btn_menu span {
    opacity: 0;
  }
  header.menu_open .btn_menu::before {
    top: 11px;
    transform: rotate(45deg);
  }
  header.menu_open .btn_menu::after {
    top: 11px;
    transform: rotate(-45deg);
  }
  footer .top {
    flex-direction: column;
    gap: 4rem;
  }
  footer .foot_navs {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  body.preview-page {
    padding-top: 64px;
  }
  .only_mobile {
    display: block;
  }
  header .content > .flex {
    height: 64px;
  }
  header .logo img {
    width: 150px;
  }
  header nav {
    top: 64px;
    padding: 10px 20px;
  }
  header nav .sub-menu {
    margin: 0px 0px 10px;
    padding: 6px 0px;
    border-radius: 10px;
  }
  header nav .sub-menu a {
    gap: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  header nav .sub-menu .icon {
    width: 20px;
    height: 20px;
  }
  header .btns {
    gap: 14px;
  }
  header .btn_lang {
    font-size: 13px;
    gap: 6px;
  }
  header .btn_lang::before {
    width: 16px;
    height: 16px;
  }
  header .btn_login {
    display: none;
  }
  footer .top {
    padding: 50px 0px 40px;
    gap: 30px;
  }
  footer .logo {
    width: 220px;
    margin: 0 auto;
  }
  footer .info .desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }
  footer .foot_navs {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
  }
  footer .foot_navs strong {
    font-size: 15px;
    line-height: 1.4;
  }
  footer .foot_nav ul {
    margin-top: 8px;
  }
  footer .foot_nav a {
    font-size: 13px;
    line-height: 2.2;
  }
  footer .foot_follow {
    grid-column: 1 / -1;
  }
  footer .foot_follow ul {
    gap: 16px;
    margin-top: 12px;
  }
  footer .foot_follow li {
    width: 90px;
  }
  footer .foot_follow .img {
    padding: 5px;
    border-radius: 10px;
  }
  footer .foot_follow span {
    margin-top: 6px;
    font-size: 13px;
  }
  footer .bot {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 0px 20px;
    font-size: 12px;
  }
  footer .back_top {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    background-size: 8px auto;
  }
  .track_popup {
    padding: 10px;
  }
  .track_popup .track_box {
    border-radius: 14px;
  }
  .track_popup .track_close {
    right: 14px;
    top: 14px;
    width: 14px;
    height: 14px;
  }
  .track_popup .track_head {
    height: auto;
    padding: 20px 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .track_popup .track_head .icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .track_popup .track_head .icon img {
    width: 28px;
    height: 28px;
  }
  .track_popup .track_head .order {
    margin-left: 0px;
  }
  .track_popup .track_head strong {
    font-size: 16px;
    line-height: 1.4;
  }
  .track_popup .track_head .status {
    margin-top: 4px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .track_popup .btn_copy {
    height: 34px;
    padding: 0px 14px;
    font-size: 13px;
  }
  .track_popup .track_body {
    padding: 20px 16px 0px;
  }
  .track_popup .track_body .title {
    font-size: 18px;
    line-height: 1.4;
  }
  .track_popup .track_scroll {
    margin-top: 14px;
  }
  .track_popup .track_list li {
    padding: 0px 0px 18px 26px;
    font-size: 14px;
    line-height: 20px;
  }
  .track_popup .track_list li::before {
    left: 5px;
  }
  .track_popup .track_list li::after {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  .track_popup .track_list p {
    width: 100%;
    margin: 4px 0px 0px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .track_popup .scroll_tip,
  .track_popup .scroll_bar {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  footer .info {
    text-align: center;
  }
  footer .logo {
    width: 180px;
    margin: 0 auto;
  }
  footer .foot_navs {
    display: block;
  }
  footer .foot_nav + .foot_nav {
    margin-top: 10px;
  }
  footer .foot_nav strong {
    position: relative;
    padding: 0px 22px;
    border: 1px solid rgba(15, 26, 18, 0.35);
    font-size: 16px;
    line-height: 46px;
    cursor: pointer;
  }
  footer .foot_nav strong::after {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    transition: 0.3s;
    background: url("../img/icon-select.svg") no-repeat center / contain;
  }
  footer .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .foot_nav ul {
    display: none;
    margin-top: 0px;
    padding: 0px 20px 20px;
  }
  footer .foot_nav a {
    display: block;
  }
  footer .foot_follow {
    margin-top: 20px;
  }
  footer .foot_follow ul {
    justify-content: center;
  }
  footer .bot {
    align-items: center;
    text-align: center;
  }
  footer .bot ul {
    justify-content: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  html body {
    padding-top: 6.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .box_round {
    margin: 0px 10px;
    border-radius: 16px;
  }
  .tag {
    height: 30px;
    gap: 8px;
    padding: 0px 14px 0px 12px;
    font-size: 13px;
  }
  .tag::before {
    width: 6px;
    height: 6px;
  }
  .tcon .tag + h1,
  .tcon .tag + h2 {
    margin-top: 14px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 24px;
    line-height: 1.35;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tcon h1 + p,
  .tcon h2 + p {
    margin-top: 10px;
  }
  .btn,
  .btn_line {
    height: 42px;
    gap: 10px;
    padding: 0px 22px;
    font-size: 14px;
  }
  .btn::after,
  .btn_line::after {
    width: 11px;
    height: 9px;
  }
  .swiper_btns {
    gap: 12px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
}

.page_cta {
  position: relative;
  z-index: 2;
  padding-top: 4.62rem;
}
.page_cta .cta_box {
  height: 44.76rem;
  margin: 0px 2.37rem;
  border-radius: 3.53rem;
  background-color: #3f73a3;
}
.page_cta .cta_box > img {
  border-radius: inherit;
}
.page_cta .ship {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -4.62rem;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  border-bottom-left-radius: 3.53rem;
  pointer-events: none;
}
.page_cta .ship img {
  position: absolute;
  left: -3.34rem;
  top: 0px;
  display: block;
  width: 106.98rem;
  height: auto;
  transition: transform 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page_cta .cta_box:hover .ship img {
  transform: translateX(1.2rem);
}
.page_cta .info {
  position: absolute;
  left: calc(50% + 25.84rem);
  top: 11.25rem;
}
.page_cta .tcon h2 {
  color: #fff;
  white-space: nowrap;
}
.page_cta .tcon p {
  margin-top: 1.11rem;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
.page_cta .btns {
  display: flex;
  gap: 1.98rem;
  margin-top: 2.53rem;
}
.page_cta .btn {
  min-width: 16.39rem;
  padding: 0px 3.1rem;
}
.page_cta .btn_contact {
  color: var(--title);
  background-color: #fff;
}
.page_cta .btn_contact:hover {
  color: #fff;
  background-color: var(--dark);
  box-shadow: none;
}
.page_cta .btn_white {
  min-width: 17.09rem;
}
.page_cta .btn_white:hover {
  box-shadow: none;
}

@media screen and (min-width: 769px) and (max-width: 1440px){
  .page_cta .info{
    left: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .page_cta .info {
    left: auto;
    right: 6rem;
  }
}

@media screen and (max-width: 1024px) {
  .page_cta .info {
    left: auto;
    right: 4rem;
  }
  .page_cta .ship img {
    left: -20rem;
  }
}

@media screen and (max-width: 768px) {
  .page_cta {
    padding-top: 40px;
  }
  .page_cta .cta_box {
    height: auto;
    min-height: 380px;
    margin: 0px 10px;
    padding: 30px 20px 190px;
    border-radius: 16px;
  }
  .page_cta .cta_box > img {
    object-position: 80% center;
  }
  .page_cta .ship {
    top: auto;
    height: 220px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .page_cta .ship img {
    left: -40px;
    top: 10px;
    width: 420px;
  }
  .page_cta .info {
    top: 30%;
  }
  .page_cta .tcon h2,
  .page_cta .tcon p {
    white-space: normal;
  }
  .page_cta .tcon p {
    margin-top: 8px;
  }
  .page_cta .btns {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
  .page_cta .btn,
  .page_cta .btn_white {
    min-width: 0px;
    padding: 0px 16px;
  }
}

@media screen and (max-width: 577px){
  .page_cta .info{
    position: static;
  }
}

.page_faqs {
  position: relative;
  z-index: 1;
  min-height: 62.52rem;
  padding: 14.37rem 0px 4rem;
}
.page_faqs::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: calc(100% + 41.83rem);
  border-radius: 3rem;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: radial-gradient(98rem 49rem at 50% 34%, rgba(201, 227, 244, 0.37) 0%, rgba(230, 243, 251, 0.3) 30%, rgba(255, 255, 255, 0) 84%), linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #fff 11%, #fff 83%, rgba(255, 255, 255, 0.8) 100%);
}
.page_faqs .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page_faqs .main {
  width: 45rem;
}
.page_faqs .tag {
  border-color: rgba(34, 29, 21, 0.3);
}
.page_faqs .tcon .tag + h2 {
  margin-top: 2.17rem;
}
.page_faqs .tcon p {
  max-width: 43.5rem;
  margin-top: 2.1rem;
}
.page_faqs .btn_box {
  margin-top: 4.74rem;
}
.page_faqs .faq_list {
  width: 100.28rem;
}
.page_faqs .faq_item {
  border-radius: 1rem;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d3d2d0;
  background-color: #fff;
}
.page_faqs .faq_item + .faq_item {
  margin-top: 2.2rem;
}
.page_faqs .faq_item.active {
  border: 2px solid #f18200;
  background-color: #fff9ee;
  box-shadow: 0px 1rem 2.4rem rgba(240, 131, 0, 0.08);
}
.page_faqs .faq_item.active + .faq_item {
  margin-top: 3.14rem;
}
.page_faqs .question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6.6rem;
  padding: 0.8rem 8rem 0.8rem 2.79rem;
  cursor: pointer;
}
.page_faqs .question h3 {
  font-weight: 450;
  font-size: 2rem;
  line-height: 2.7rem;
  transition: color 0.3s;
}
.page_faqs .question:hover h3 {
  color: var(--primary);
}
.page_faqs .question::before,
.page_faqs .question::after {
  content: '';
  position: absolute;
  right: 2.21rem;
  top: 50%;
}
.page_faqs .question::before {
  width: 3.4rem;
  height: 3.4rem;
  margin-top: -1.7rem;
  border-radius: 50%;
  transition: background-color 0.3s;
  background-color: var(--dark);
}
.page_faqs .question::after {
  right: 2.21rem;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: -1.7rem;
  transition: transform 0.3s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M11.7 17h10.6M17 11.7v10.6'/%3E%3C/svg%3E") no-repeat center / contain;
}
.page_faqs .faq_item.active .question::before {
  background-color: #f18200;
}
.page_faqs .faq_item.active .question::after {
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M17 11.7v10.6'/%3E%3C/svg%3E");
}
.page_faqs .answer {
  display: none;
  padding: 1.6rem 5rem 3.05rem 2.9rem;
}
.page_faqs .answer p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 1024px) {
  .page_faqs .content {
    flex-direction: column;
    gap: 4rem;
  }
  .page_faqs .faq_list {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page_faqs {
    min-height: 0px;
    padding: 60px 0px 40px;
  }
  .page_faqs::before {
    height: 100%;
    border-radius: 16px;
  }
  .page_faqs .content {
    gap: 30px;
  }
  .page_faqs .main {
    width: auto;
  }
  .page_faqs .tcon .tag + h2 {
    margin-top: 14px;
  }
  .page_faqs .tcon p {
    margin-top: 10px;
  }
  .page_faqs .btn_box {
    margin-top: 20px;
  }
  .page_faqs .faq_item + .faq_item,
  .page_faqs .faq_item.active + .faq_item {
    margin-top: 10px;
  }
  .page_faqs .question {
    min-height: 54px;
    padding: 12px 50px 12px 16px;
  }
  .page_faqs .question h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  .page_faqs .question::before,
  .page_faqs .question::after {
    right: 14px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
  .page_faqs .answer {
    padding: 0px 16px 16px;
  }
  .page_faqs .answer p {
    font-size: 13px;
    line-height: 1.7;
  }
}

.page_quote {
  position: relative;
  z-index: 1;
  padding: 12.8rem 0px 11.4rem;
  background: #fff url(../img/quote-bg.webp) no-repeat center / 100% 100%;
}
.page_quote .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
.page_quote .main {
  flex-shrink: 0;
  margin-top: 6.2rem;
}
.page_quote .tag {
  border-color: rgba(34, 29, 21, 0.3);
}
.page_quote .tcon .tag + h2 {
  margin-top: 2.17rem;
}
.page_quote .hotlines {
  margin-top: 6.41rem;
}
.page_quote .hotlines li {
  display: flex;
  align-items: center;
}
.page_quote .hotlines li + li {
  margin-top: 4.13rem;
}
.page_quote .icon {
  flex-shrink: 0;
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  margin-right: 3.48rem;
  border-radius: 1.6rem;
  transition: transform 0.4s;
  background-color: var(--primary);
  box-shadow: 0px 0.8rem 1.6rem rgba(232, 199, 167, 0.45);
}
.page_quote .hotlines li:hover .icon {
  transform: translateY(-0.4rem);
}
.page_quote .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.page_quote .hotlines p {
  color: rgba(2, 14, 40, 0.54);
  font-weight: 380;
  font-size: 1.69rem;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
}
.page_quote .hotlines a {
  display: block;
  margin-top: 0.35rem;
  color: var(--title);
  font-weight: 450;
  font-size: 2.37rem;
  line-height: 3.2rem;
  transition: color 0.3s;
}
.page_quote .hotlines a:hover {
  color: var(--primary);
}
.page_quote .qrcode {
  margin-top: 7.02rem;
}
.page_quote .qrcode h3 {
  position: relative;
  padding-left: 1.5rem;
  color: var(--title);
  font-weight: 450;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.page_quote .qrcode h3::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.44rem;
  width: 0.4rem;
  height: 2.26rem;
  background-color: #fc8216;
}
.page_quote .qr_item {
  width: 13.45rem;
  margin-top: 2.48rem;
  text-align: center;
}
.page_quote .qr_item .img {
  height: 13.45rem;
  padding: 0.87rem;
  border-radius: 1.6rem;
  border: 1.5px solid #f18200;
  background-color: #fff;
}
.page_quote .qr_item p {
  margin-top: 1.4rem;
  color: var(--title);
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.03em;
}
.page_quote .form {
  position: relative;
  width: 100.35rem;
  padding: 5.43rem 4.42rem 4.3rem 4.61rem;
  border-radius: 0px 0px 2.4rem 2.4rem;
  border-top: 4px solid #f18200;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1rem 1.2rem rgba(206, 211, 221, 0.35);
}
.page_quote .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.8rem;
}
.page_quote .item {
  position: relative;
  width: 100%;
}
.page_quote .item.col2 {
  width: calc((100% - 2.51rem) / 2);
}
.page_quote .label {
  display: block;
  margin-bottom: 0.66rem;
  color: #161616;
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.page_quote .label em {
  margin-left: 0.5rem;
  color: #fc8216;
}
.page_quote .item.chips .label {
  margin-bottom: 1.77rem;
}
.page_quote .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page_quote input[type='text'],
.page_quote input[type='tel'],
.page_quote textarea {
  display: block;
  width: 100%;
  height: 5.8rem;
  padding: 0px 1.6rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.page_quote textarea {
  height: 15.19rem;
  padding: 1.4rem 1.6rem;
  line-height: 2.4rem;
  resize: none;
}
.page_quote input[type='text']:focus,
.page_quote input[type='tel']:focus,
.page_quote textarea:focus {
  border-color: var(--primary);
  box-shadow: 0px 0px 0px 0.3rem rgba(240, 131, 0, 0.1);
}
.page_quote .wpcf7-not-valid {
  border-color: #e5484d !important;
}
.page_quote .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
}
.page_quote .wpcf7-list-item {
  display: block;
  margin: 0px;
}
.page_quote .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10.6rem;
  height: 4.6rem;
  padding: 0px 2.9rem;
  border-radius: 10rem;
  cursor: pointer;
  user-select: none;
  color: #161616;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.page_quote .wpcf7-list-item input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.page_quote .wpcf7-list-item label:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.page_quote .wpcf7-list-item.checked label {
  color: var(--primary);
  font-weight: 450;
  border-color: var(--primary);
  background-color: #fff9ee;
  box-shadow: inset 0px 0px 0px 0.5px var(--primary);
}
.page_quote .wpcf7-list-item label.focus {
  outline: 2px solid rgba(240, 131, 0, 0.4);
  outline-offset: 2px;
}
.page_quote .item_submit {
  margin-top: 0.75rem;
}
.page_quote .item_submit input[type="submit"] {
  display: none;
}
.page_quote .send {
  width: 100%;
}
.page_quote .send.loading {
  opacity: 0.7;
  pointer-events: none;
}
.page_quote .note {
  margin-top: 1.77rem;
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: center;
}
.page_quote .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  color: #e5484d;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .page_quote .main {
    flex-shrink: 1;
  }
  .page_quote .form {
    flex-shrink: 0;
    width: 62%;
  }
}

@media screen and (max-width: 1024px) {
  .page_quote .content {
    flex-direction: column;
  }
  .page_quote .main {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6rem;
    margin-top: 0px;
  }
  .page_quote .tcon {
    width: 100%;
  }
  .page_quote .form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page_quote {
    padding: 50px 0px 60px;
    background-size: cover;
  }
  .page_quote .content {
    gap: 30px;
  }
  .page_quote .main {
    display: block;
  }
  .page_quote .hotlines {
    margin-top: 24px;
  }
  .page_quote .hotlines li + li {
    margin-top: 16px;
  }
  .page_quote .icon {
    width: 50px;
    height: 50px;
    margin-right: 16px;
    border-radius: 12px;
  }
  .page_quote .hotlines p {
    font-size: 13px;
    line-height: 1.5;
  }
  .page_quote .hotlines a {
    margin-top: 2px;
    font-size: 18px;
    line-height: 1.4;
  }
  .page_quote .qrcode {
    margin-top: 30px;
  }
  .page_quote .qrcode h3 {
    padding-left: 12px;
    font-size: 18px;
    line-height: 24px;
  }
  .page_quote .qrcode h3::before {
    top: 4px;
    width: 3px;
    height: 16px;
  }
  .page_quote .qr_item {
    width: 110px;
    margin-top: 14px;
  }
  .page_quote .qr_item .img {
    height: 110px;
    padding: 7px;
    border-radius: 12px;
  }
  .page_quote .qr_item p {
    margin-top: 8px;
    font-size: 13px;
  }
  .page_quote .form {
    padding: 28px 16px 24px;
    border-radius: 0px 0px 16px 16px;
  }
  .page_quote .wrap {
    row-gap: 20px;
  }
  .page_quote .item.col2 {
    width: 100%;
  }
  .page_quote .label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .page_quote .item.chips .label {
    margin-bottom: 10px;
  }
  .page_quote input[type='text'],
  .page_quote input[type='tel'],
  .page_quote textarea {
    height: 46px;
    padding: 0px 12px;
    border-radius: 8px;
    font-size: 14px;
  }
  .page_quote textarea {
    height: 110px;
    padding: 10px 12px;
    line-height: 1.6;
  }
  .page_quote .wpcf7-checkbox {
    gap: 8px;
  }
  .page_quote .wpcf7-list-item label {
    min-width: 0px;
    height: 36px;
    padding: 0px 14px;
    font-size: 13px;
  }
  .page_quote .item_submit {
    margin-top: 4px;
  }
  .page_quote .note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6;
  }
  .page_quote .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 12px;
  }
}

.tools_list {
  position: relative;
  padding: 16rem 0px 15.39rem;
}
.tools_list .tag {
  border-color: rgba(34, 29, 21, 0.3);
}
.tools_list .tcon .tag + h2 {
  margin-top: 2.17rem;
}
.tools_list .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 3.07rem;
  margin-top: 6rem;
}
.tools_list .list a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 48.62rem;
  overflow: hidden;
  border-radius: 1.6rem;
  background-color: #fff;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  border: 1px solid #e2e2e2;
}
.tools_list .list .img {
  height: 30.64rem;
  border-radius: 1.6rem;
}
.tools_list .list a:hover .img img {
  transform: scale(1.05);
}
.tools_list .list .text {
  padding: 2.9rem 10rem 4.2rem 4.25rem;
}
.tools_list .list h3 {
  color: var(--dark);
  font-weight: 450;
  font-size: 2.8rem;
  line-height: 3.7rem;
  transition: color 0.3s;
}
.tools_list .list p {
  margin-top: 1.72rem;
  color: var(--text);
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.tools_list .list .arrow {
  position: absolute;
  right: 4rem;
  bottom: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  color: var(--title);
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  border: 1px solid rgba(34, 29, 21, 0.2);
}
.tools_list .list .arrow::after {
  content: '';
  width: 1.5rem;
  height: 1.2rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M0 6h14.2M8.8.3 14.5 6l-5.7 5.7'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M0 6h14.2M8.8.3 14.5 6l-5.7 5.7'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.tools_list .list li.active a,
.tools_list .list li a:hover {
  border: 1px solid var(--primary);
  background-color: #fff9ee;
  box-shadow: 0px 1rem 2rem rgba(226, 216, 207, 0.55), inset 0px 0px 0px 1px var(--primary);
}
.tools_list .list:hover li.active a:not(:hover) {
  border-color: #e2e2e2;
  background-color: #fff;
  box-shadow: none;
}
.tools_list .list li.active .arrow,
.tools_list .list li a:hover .arrow {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.tools_list .list:hover li.active a:not(:hover) .arrow {
  color: var(--title);
  border-color: rgba(34, 29, 21, 0.2);
  background-color: transparent;
}
.tools_list .list li a:hover .arrow::after {
  transform: translateX(0.3rem);
}
.tools_list .list li a:hover h3 {
  color: var(--primary);
}

@media screen and (max-width: 1024px) {
  .tools_list .list .text {
    padding-right: 7rem;
    padding-left: 3rem;
  }
  .tools_list .list .arrow {
    right: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .tools_list {
    padding: 60px 0px 60px;
  }
  .tools_list .tcon .tag + h2 {
    margin-top: 14px;
  }
  .tools_list .tcon h2 {
    font-size: 28px;
  }
  .tools_list .list {
    grid-template-columns: minmax(0px, 1fr);
    gap: 16px;
    margin-top: 24px;
  }
  .tools_list .list a {
    min-height: 0px;
    border-radius: 12px;
  }
  .tools_list .list .img {
    height: auto;
    aspect-ratio: 528 / 306;
  }
  .tools_list .list .text {
    padding: 18px 70px 20px 18px;
  }
  .tools_list .list h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .tools_list .list p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
  }
  .tools_list .list .arrow {
    right: 18px;
    bottom: 22px;
    width: 38px;
    height: 38px;
  }
  .tools_list .list .arrow::after {
    width: 13px;
    height: 10px;
  }
}
.wpcf7-form .send {
  position: relative;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 2;
  margin: 0;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  display: block;
  width: 100%;
  margin: 1.6rem 0px 0px;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #e5484d;
  color: #e5484d;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}
.wpcf7 form.wpcf7-form.init .wpcf7-response-output,
.wpcf7 form.wpcf7-form.resetting .wpcf7-response-output,
.wpcf7 form.wpcf7-form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output,
.wpcf7 form.wpcf7-form.failed .wpcf7-response-output,
.wpcf7 form.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7 form.wpcf7-form.spam .wpcf7-response-output {
  border-color: #e5484d;
  color: #e5484d;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #2f8a39;
  background-color: rgba(70, 180, 80, 0.06);
}
@media screen and (max-width: 768px) {
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
  }
}
.jst-language-switcher {
  display: none;
}
.quote_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(15, 26, 18, 0.72);
  place-items: center;
  padding: 4rem 2rem;
}
.quote_modal .modal_content {
  width: min(72rem, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem 3.2rem;
}
.quote_modal .title {
  color: var(--title);
  font-size: 3.2rem;
  font-weight: 600;
}
.quote_modal .desc {
  margin: 1.2rem 0 2.4rem;
  color: var(--text);
  font-size: 1.6rem;
}
