@charset "utf-8";
.MaxUnset img {
  max-width: unset;
  max-height: unset;
}
.CoverImg {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ContainImg {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.borderLine {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border-color);
}
.FullTag {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.BreakAll {
  white-space: pre-line;
  word-break: break-all;
}
.BreakWord {
  white-space: pre-line;
  word-break: break-word;
}
.row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.row.start {
  align-items: flex-start !important;
}
.row.side {
  justify-content: space-between !important;
}
.column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.bottomIn {
  opacity: 0;
  transform: translate(0, 0.3rem);
}
.bottomIn.animated {
  animation: TranslateIn 0.5s 0s ease-in-out forwards;
}
@keyframes TranslateIn {
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ClearPosition {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
}
:root {
  --font21: clamp(15px, 0.21rem, 21px);
}
.phase2 {
  font-size: 12px;
}
.idx_productDetailCon2 .center_box .content .til_box .list .item,
.idx_manufactureCon5 .nav_list .nav_item {
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 600;
  cursor: pointer;
}
.clearBoth {
  display: none;
}
@media (max-width:480px) {
  .clearBoth {
    display: block;
    width: 100%;
  }
}
.idx_manufactureCon5 .teamBox,
.idx_productDetailCon2 .teamBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.46rem 0.4rem;
  padding: 0.52rem 0.5rem;
}
.idx_manufactureCon5 .teamBox .item,
.idx_productDetailCon2 .teamBox .item {
  width: calc((100% - 0.8rem) / 3);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.idx_manufactureCon5 .teamBox .item .image,
.idx_productDetailCon2 .teamBox .item .image {
  width: 100%;
  position: relative;
}
.idx_manufactureCon5 .teamBox .item .image img,
.idx_productDetailCon2 .teamBox .item .image img {
  width: 100%;
}
.idx_manufactureCon5 .teamBox .item h3,
.idx_productDetailCon2 .teamBox .item h3 {
  color: #FF6B00;
  font-size: var(--font16);
  font-weight: 600;
  line-height: 1.87;
  text-transform: uppercase;
  margin-top: 0.08rem;
}
.idx_manufactureCon5 .teamBox .item p,
.idx_productDetailCon2 .teamBox .item p {
  color: #000;
  font-feature-settings: 'liga' off;
  font-family: Montserrat;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.12;
  /* 112.5% */
  letter-spacing: -0.32px;
  word-break: keep-all;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (max-width:480px) {
  .idx_manufactureCon5 .teamBox,
  .idx_productDetailCon2 .teamBox {
    gap: 0.46rem 0;
    padding: 0;
  }
  .idx_manufactureCon5 .teamBox .item,
  .idx_productDetailCon2 .teamBox .item {
    width: 100%;
  }
}
.idx_manufactureCon5 .processBox .topRow,
.idx_productDetailCon2 .processBox .topRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.52rem 0.3rem 1.05rem;
  background: rgba(0, 0, 0, 0.05);
}
.idx_manufactureCon5 .processBox .topRow .icons,
.idx_productDetailCon2 .processBox .topRow .icons {
  margin-right: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.idx_manufactureCon5 .processBox .topRow .icons .item,
.idx_productDetailCon2 .processBox .topRow .icons .item {
  margin-right: 0.4rem;
}
.idx_manufactureCon5 .processBox .topRow .icons .image,
.idx_productDetailCon2 .processBox .topRow .icons .image {
  height: 0.6rem;
}
.idx_manufactureCon5 .processBox .topRow .icons .image img,
.idx_productDetailCon2 .processBox .topRow .icons .image img {
  height: 100%;
}
.idx_manufactureCon5 .processBox .topRow .icons h3,
.idx_productDetailCon2 .processBox .topRow .icons h3 {
  margin-top: 0.06rem;
  word-break: break-all;
  white-space: pre-line;
  color: #000;
  font-size: var(--font16);
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
}
.idx_manufactureCon5 .processBox .topRow p,
.idx_productDetailCon2 .processBox .topRow p {
  flex: 1;
}
@media (max-width:480px) {
  .idx_manufactureCon5 .processBox .topRow,
  .idx_productDetailCon2 .processBox .topRow {
    flex-direction: column;
    padding: 0.3rem;
  }
  .idx_manufactureCon5 .processBox .topRow .icons,
  .idx_productDetailCon2 .processBox .topRow .icons {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .idx_manufactureCon5 .processBox .topRow .icons .item,
  .idx_productDetailCon2 .processBox .topRow .icons .item {
    margin-right: 0;
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .idx_manufactureCon5 .processBox .topRow .icons .item:last-child,
  .idx_productDetailCon2 .processBox .topRow .icons .item:last-child {
    margin-right: 0;
  }
}
.flow-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.38rem;
}
.flow-container .flow-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.flow-container .flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem 0.4rem;
  padding: 0 1rem;
}
.flow-container .flow-item {
  width: calc((100% - 1.2rem) / 4);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.flow-container .flow-item.align-right {
  margin-left: auto;
}
.flow-container .flow-item .circle {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.12rem;
  background: var(--active_color);
  margin-left: 0.18rem;
  margin-bottom: 0.26rem;
}
.flow-container .flow-item .image {
  width: 100%;
  height: 1.2rem;
  position: relative;
}
.flow-container .flow-item .image:before {
  position: absolute;
  width: 0.86rem;
  height: 1.2rem;
  background: linear-gradient(321deg, rgba(255, 255, 255, 0) 49.68%, #FFF 83.22%);
  left: 0;
  top: 0;
  content: '';
  pointer-events: none;
}
.flow-container .flow-item .image p {
  position: absolute;
  left: 0;
  top: 0;
  color: #FF6B00;
  text-align: center;
  font-family: Montserrat;
  font-size: var(--font36);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  padding-left: 0.16rem;
}
.flow-container .flow-item .image img {
  width: 100%;
  border-radius: 0.05rem;
}
.flow-container .flow-item h4 {
  color: #FF6B00;
  font-size: var(--font16);
  font-weight: 600;
  line-height: 1.87;
  text-transform: uppercase;
}
.flow-container .flow-item p {
  color: #000;
  font-feature-settings: 'liga' off;
  font-family: Montserrat;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.12;
  /* 112.5% */
  letter-spacing: -0.32px;
}
@media (max-width:480px) {
  .flow-container .flow-list {
    padding: 0 0.5rem;
    gap: 0.3rem;
  }
  .flow-container .flow-item {
    width: calc((100% - 0.3rem) / 2);
  }
}
.viewer-button.viewer-close {
  width: 0.44rem;
  height: 0.44rem;
  background: url('../images/viewer-close.png');
  background-size: 100% 100%;
  top: 1rem;
  right: 2.2rem;
}
.viewer-button.viewer-close:before {
  display: none;
}
@media (max-width:480px) {
  .idx_manufactureCon5 .nav_list .nav_item {
    font-size: var(--font20);
  }
  .viewer-button.viewer-close {
    right: 12%;
  }
}
.viewer-canvas img.viewer-transition {
  opacity: 0;
  transition: all 0.01s;
}
.viewer-canvas img.viewer-transition.ready {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .viewer-footer .viewer-toolbar {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    pointer-events: none;
  }
  .viewer-footer .viewer-toolbar > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60vw;
  }
  .viewer-footer .viewer-one-to-one,
  .viewer-footer .viewer-zoom-in,
  .viewer-footer .viewer-zoom-out,
  .viewer-footer .viewer-reset,
  .viewer-footer .viewer-play,
  .viewer-footer .viewer-rotate-left,
  .viewer-footer .viewer-rotate-right,
  .viewer-footer .viewer-flip-horizontal,
  .viewer-footer .viewer-flip-vertical {
    display: none;
  }
  .viewer-footer .viewer-toolbar > ul > li {
    float: none;
  }
  .viewer-footer .viewer-toolbar > ul > li.viewer-prev,
  .viewer-footer .viewer-toolbar > ul > li.viewer-next {
    width: 0.8rem;
    height: 0.8rem;
    background: url('../images/viewer-next.png');
    background-size: 100% 100%;
    pointer-events: auto;
  }
  .viewer-footer .viewer-toolbar > ul > li.viewer-prev:before,
  .viewer-footer .viewer-toolbar > ul > li.viewer-next:before {
    display: none;
  }
  .viewer-footer .viewer-toolbar > ul > li.viewer-prev {
    background: url('../images/viewer-prev.png');
    background-size: 100% 100%;
  }
}
.stickyBox .section_til {
  margin-bottom: 0.2rem;
}
.stickyBox .title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.stickyBox .title h1 {
  color: #000;
  text-transform: uppercase;
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.23333333;
}
.stickyBox .title .switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.24rem;
  margin: 0;
  color: #000;
  font-size: var(--font22);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: auto;
}
.stickyBox .title .switch span {
  cursor: pointer;
}
.stickyBox .title .switch span:hover,
.stickyBox .title .switch span.active {
  color: var(--active_color);
}
.stickyBox .nav_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.4rem;
  background: #ffffff;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
.stickyBox .nav_list:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.stickyBox .nav_list .nav_item {
  position: relative;
  cursor: pointer;
  z-index: 2;
  text-transform: uppercase;
}
.stickyBox .nav_list .nav_item.active {
  color: #FF6B00;
}
.stickyBox .nav_list .nav_item.active ::after {
  content: "";
  height: 0.05rem;
  background: #FF6B00;
  position: absolute;
  bottom: -0.2rem;
  width: 100%;
  left: 0;
}
.stickyBox .nav_cont {
  margin-top: 0.45rem;
  padding-top: 0.2rem;
}
.stickyBox .nav_cont .tab_content {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyBox .nav_cont .tab_content.active {
  display: block;
  animation: fadeIn 0.9s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stickyBox .nav_cont .scale_con .box_info,
.stickyBox .nav_cont .Team_con .box_info {
  gap: 0.2rem;
}
.stickyBox .nav_cont .scale_con .box_info .left_box,
.stickyBox .nav_cont .Team_con .box_info .left_box {
  width: 50%;
  background: rgba(0, 0, 0, 0.05);
}
.stickyBox .nav_cont .scale_con .box_info .right_box,
.stickyBox .nav_cont .Team_con .box_info .right_box {
  width: 50%;
}
@media (max-width:990px) {
  .stickyBox .nav_cont .scale_con .box_info .left_box,
  .stickyBox .nav_cont .Team_con .box_info .left_box {
    width: 100%;
  }
  .stickyBox .nav_cont .scale_con .box_info .right_box,
  .stickyBox .nav_cont .Team_con .box_info .right_box {
    width: 100%;
  }
}
.stickyBox .nav_cont .scale_con .box_info1 .left_box,
.stickyBox .nav_cont .Team_con .box_info1 .left_box {
  width: 50% ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stickyBox .nav_cont .scale_con .box_info1 .left_box .word,
.stickyBox .nav_cont .Team_con .box_info1 .left_box .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.2rem;
}
.stickyBox .nav_cont .scale_con .box_info1 .left_box .word .t1,
.stickyBox .nav_cont .Team_con .box_info1 .left_box .word .t1 {
  color: #FF6B00;
}
@media (max-width:990px) {
  .stickyBox .nav_cont .scale_con .box_info1 .left_box .word,
  .stickyBox .nav_cont .Team_con .box_info1 .left_box .word {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    padding: 0.2rem;
  }
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box,
.stickyBox .nav_cont .Team_con .box_info1 .right_box {
  width: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box .control_box,
.stickyBox .nav_cont .Team_con .box_info1 .right_box .control_box {
  padding: 0.14rem 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  background: #fff;
  border-radius: 0.24rem;
  gap: 0.2rem;
  z-index: 3;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box .control_box.active,
.stickyBox .nav_cont .Team_con .box_info1 .right_box .control_box.active {
  background: #FF6B00;
  color: #fff;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box .hover_box,
.stickyBox .nav_cont .Team_con .box_info1 .right_box .hover_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.02s ease;
  -o-transition: all 0.02s ease;
  transition: all 0.02s ease;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box .hover_box .hover_img,
.stickyBox .nav_cont .Team_con .box_info1 .right_box .hover_box .hover_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box .banner_img,
.stickyBox .nav_cont .Team_con .box_info1 .right_box .banner_img {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box .banner_img img,
.stickyBox .nav_cont .Team_con .box_info1 .right_box .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box:hover .control_box,
.stickyBox .nav_cont .Team_con .box_info1 .right_box:hover .control_box {
  opacity: 0;
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box:hover .hover_box,
.stickyBox .nav_cont .Team_con .box_info1 .right_box:hover .hover_box {
  opacity: 1;
  transform: scale(1);
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box:hover .hover_box .hover_img,
.stickyBox .nav_cont .Team_con .box_info1 .right_box:hover .hover_box .hover_img {
  transform: translate(-50%, -50%) scale(1);
}
.stickyBox .nav_cont .scale_con .box_info1 .right_box:hover .banner_img,
.stickyBox .nav_cont .Team_con .box_info1 .right_box:hover .banner_img {
  transform: scale(1.05);
}
.stickyBox .nav_cont .scale_con .box_info2,
.stickyBox .nav_cont .Team_con .box_info2 {
  margin-top: 0.2rem;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width:990px) {
  .stickyBox .nav_cont .scale_con .box_info2,
  .stickyBox .nav_cont .Team_con .box_info2 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.stickyBox .nav_cont .scale_con .box_info2 .left_box,
.stickyBox .nav_cont .Team_con .box_info2 .left_box {
  color: #000;
}
.stickyBox .nav_cont .scale_con .box_info2 .left_box .word,
.stickyBox .nav_cont .Team_con .box_info2 .left_box .word {
  width: 95%;
  padding: 0.8rem 0.5rem 0 0.4rem;
}
.stickyBox .nav_cont .scale_con .box_info2 .left_box .word .t1,
.stickyBox .nav_cont .Team_con .box_info2 .left_box .word .t1 {
  color: #000;
  line-height: 1.7;
}
@media (max-width:990px) {
  .stickyBox .nav_cont .scale_con .box_info2 .left_box .word,
  .stickyBox .nav_cont .Team_con .box_info2 .left_box .word {
    width: 100%;
    padding: 0.5rem;
  }
}
.stickyBox .nav_cont .Equipment_con,
.stickyBox .nav_cont .Process_con {
  padding-top: 0.2rem;
}
.stickyBox .nav_cont .Equipment_con .box_info,
.stickyBox .nav_cont .Process_con .box_info {
  gap: 0.2rem;
}
.stickyBox .nav_cont .Equipment_con .box_info .left_box,
.stickyBox .nav_cont .Process_con .box_info .left_box {
  width: 78%;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.8rem 0.45rem 0.58rem 0.6rem;
}
.stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box,
.stickyBox .nav_cont .Process_con .box_info .left_box .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:990px) {
  .stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box,
  .stickyBox .nav_cont .Process_con .box_info .left_box .top_box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2,
.stickyBox .nav_cont .Process_con .box_info .left_box .top_box .left_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.2rem;
}
.stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2 .num,
.stickyBox .nav_cont .Process_con .box_info .left_box .top_box .left_box2 .num {
  color: #FF6B00;
}
@media (max-width:480px) {
  .stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2,
  .stickyBox .nav_cont .Process_con .box_info .left_box .top_box .left_box2 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2 .num,
  .stickyBox .nav_cont .Process_con .box_info .left_box .top_box .left_box2 .num {
    width: 100%;
  }
}
.stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2,
.stickyBox .nav_cont .Process_con .box_info .left_box .top_box .right_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.2rem;
}
.stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2 .num,
.stickyBox .nav_cont .Process_con .box_info .left_box .top_box .right_box2 .num {
  color: #FF6B00;
}
@media (max-width:480px) {
  .stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2,
  .stickyBox .nav_cont .Process_con .box_info .left_box .top_box .right_box2 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .stickyBox .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2 .num,
  .stickyBox .nav_cont .Process_con .box_info .left_box .top_box .right_box2 .num {
    width: 100%;
  }
}
.stickyBox .nav_cont .Equipment_con .box_info .left_box .bottom_box,
.stickyBox .nav_cont .Process_con .box_info .left_box .bottom_box {
  margin-top: 0.4rem;
  line-height: 1.7;
  width: 97%;
}
.stickyBox .nav_cont .Equipment_con .box_info .right_box,
.stickyBox .nav_cont .Process_con .box_info .right_box {
  width: 25%;
}
.stickyBox .nav_cont .Equipment_con .list,
.stickyBox .nav_cont .Process_con .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.2rem;
  gap: 0.2rem;
}
.stickyBox .layui-form-select .layui-edge {
  background: transparent url("../images/select-arrow2.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.16rem;
}
.stickyBox .layui-form-select dl {
  width: 100%;
}
.stickyBox .layui-input {
  text-transform: uppercase;
  font-size: var(--font16);
  font-weight: 600;
}
.stickyBox .filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 0.4rem;
  gap: 0.1rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.stickyBox .filter .layui-form-item {
  margin: 0;
}
.stickyBox .btn_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.1rem;
}
.stickyBox .btn {
  height: 0.4rem;
  padding: 0 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 20px;
  border: 2px solid;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--active_color);
  cursor: pointer;
}
.stickyBox .btn span {
  font-size: var(--font20);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.stickyBox .clear_btn {
  color: rgba(0, 0, 0, 0.6);
}
.stickyBox .addToWish {
  margin-left: 0.6rem;
}
@media (max-width:480px) {
  .stickyBox .filter {
    flex-wrap: wrap;
  }
  .stickyBox .title {
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none;
  }
  .stickyBox .title h1 {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .stickyBox .title .btn {
    flex: unset;
    margin-left: auto;
    font-size: var(--font16);
  }
  .stickyBox .title .switch {
    font-size: var(--font16);
    margin: 0.12rem 0;
    width: auto;
    justify-content: flex-end;
  }
  .stickyBox .layui-form-item {
    width: calc((100% - 0.2rem) / 3);
  }
  .stickyBox .btn {
    flex: 1;
  }
  .stickyBox .btn span {
    font-size: var(--font14);
  }
  .stickyBox .addToWish {
    margin-left: 0;
    padding: 0 0.18rem;
  }
  .stickyBox .layui-input,
  .stickyBox .layui-select,
  .stickyBox .layui-textarea {
    height: 0.4rem;
    font-size: var(--font12);
  }
  .stickyBox .nav_cont {
    margin-top: 0.2rem;
  }
}
.idx_productDetailCon12,
.optionalCon3 {
  padding-top: 1.2rem;
}
@media (max-width:480px) {
  .optionalCon3 .addToWish {
    padding: 0 0.24rem;
  }
}
.pop-container {
  text-align: center;
  padding: 0.56rem 0.5rem;
  width: 9rem;
}
.pop-container img {
  width: 0.96rem;
  margin-bottom: 0.16rem;
}
.pop-container h1 {
  color: #000;
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.23333333;
  text-transform: uppercase;
  padding: 0 1rem;
}
.pop-container p {
  color: #000;
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.22222222;
  text-transform: uppercase;
  margin-top: 0.12rem;
}
.pop-container .closeBtn {
  height: 0.48rem;
  padding: 0 0.66rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 20px;
  border: 2px solid;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--active_color);
  cursor: pointer;
  margin-top: 0.8rem;
  width: fit-content;
}
.pop-container .closeBtn span {
  font-size: var(--font20);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width:480px) {
  .pop-container {
    width: 90vw;
  }
}
.textareaBox {
  position: relative;
}
.textareaBox textarea::-webkit-resizer {
  opacity: 0;
}
.textareaBox:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 16px;
  height: 16px;
  background: transparent url("../images/resizer.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.textareaBox .layui-textarea {
  border-radius: 0.1rem;
  height: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
* {
  scrollbar-color: #c2c2c2 transparent;
  scrollbar-width: thin;
}
:root *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #d4d6d700;
}
:root *::-webkit-scrollbar-thumb {
  background-color: #ff6b00;
  border-radius: 10px;
}
:root *::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0);
}
.tableBox .layui-table-view .layui-table {
  width: 100%!important;
}
.tableBox .layui-input,
.tableBox .layui-select,
.tableBox .layui-textarea {
  height: 0.4rem;
}
.tableBox .layui-table-cell {
  padding: 0.1rem 0.2rem;
  padding-right: 0;
  color: #000;
  font-family: Montserrat;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.75;
  -webkit-box-align: start!important;
}
.tableBox tr td:first-child .layui-table-cell,
.tableBox tr th:first-child .layui-table-cell {
  padding-right: 0;
  padding-left: 0;
  overflow: visible;
  z-index: 2;
}
.tableBox tr td:first-child .layui-table-cell:hover,
.tableBox tr th:first-child .layui-table-cell:hover {
  overflow: visible!important;
  z-index: 3;
}
.tableBox tr th:last-child.layui-table-patch {
  display: none;
}
.tableBox tr td:last-child .layui-table-cell .layui-table-col-special,
.tableBox tr th:last-child .layui-table-cell .layui-table-col-special,
.tableBox tr th.layui-table-col-special .layui-table-col-special {
  vertical-align: baseline;
}
.tableBox tr td:last-child .layui-table-cell .layui-form-checkbox[lay-skin=primary],
.tableBox tr th:last-child .layui-table-cell .layui-form-checkbox[lay-skin=primary],
.tableBox tr th.layui-table-col-special .layui-form-checkbox[lay-skin=primary] {
  position: absolute;
  right: 0;
  top: 0;
}
.tableBox tr th.layui-table-col-special .layui-table-cell {
  text-align: right;
  min-height: 26px;
}
.tableBox tr td:last-child .layui-table-cell .layui-form-checkbox[lay-skin=primary] {
  top: 0.2rem;
}
.tableBox .layui-table td,
.tableBox .layui-table th,
.tableBox .layui-table-col-set,
.tableBox .layui-table-fixed-r,
.tableBox .layui-table-grid-down,
.tableBox .layui-table-header,
.tableBox .layui-table-mend,
.tableBox .layui-table-page,
.tableBox .layui-table-tips-main,
.tableBox .layui-table-tool,
.tableBox .layui-table-total,
.tableBox .layui-table-view,
.tableBox .layui-table[lay-skin=line],
.tableBox .layui-table[lay-skin=row] {
  border-color: transparent;
}
.tableBox .layui-table-view {
  border: none;
}
.tableBox .layui-table td,
.tableBox .layui-table-header,
.tableBox .layui-table-header th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tableBox .layui-table tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tableBox .layui-table th .layui-table-cell {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  height: auto;
  padding-bottom: 0.2rem;
  padding-top: 0;
}
.tableBox .layui-table th .layui-table-cell .layui-form-checkbox[lay-skin=primary] {
  top: 0;
}
.tableBox .layui-table-checked {
  background: none;
}
.tableBox .layui-table-fixed .layui-table-box:hover {
  z-index: 9;
}
.tableBox .image {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
}
.tableBox .image img {
  max-width: unset;
  max-height: unset;
}
.tableBox .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.tableBox .image:hover {
  z-index: 9;
}
.tableBox .image:hover .hover {
  display: block;
}
.tableBox .image:hover .thumb {
  display: none;
}
.tableBox .image .thumb {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tableBox .image .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.7rem;
  display: none;
}
.tableBox .download a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.1rem;
}
.tableBox .download a:after {
  content: '';
  width: 0.18rem;
  height: 0.2rem;
  background: transparent url("../images/download.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 0.06rem;
}
.tableBox .download a:hover {
  color: var(--active_color);
}
.tableBox .download a:hover:after {
  background: transparent url("../images/download-a.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon .section_til {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.optionalCon .section_til .control_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
}
@media (max-width:480px) {
  .optionalCon .section_til .control_box {
    display: none;
  }
}
.optionalCon .section_til .control_box .pre_btn,
.optionalCon .section_til .control_box .next_btn {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  background: transparent url("../images/pd52.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon .section_til .control_box .pre_btn:hover,
.optionalCon .section_til .control_box .next_btn:hover {
  background: transparent url("../images/pd52_hover.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon .section_til .control_box .pre_btn.swiper-button-disabled,
.optionalCon .section_til .control_box .next_btn.swiper-button-disabled {
  background: transparent url("../images/pd54.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon .section_til .control_box .next_btn {
  background: transparent url("../images/pd53.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon .section_til .control_box .next_btn:hover {
  background: transparent url("../images/pd53_hover.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon .section_til .control_box .next_btn.swiper-button-disabled {
  background: transparent url("../images/pd55.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon .m_control_box {
  display: none;
}
@media (max-width:480px) {
  .optionalCon .m_control_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
  .optionalCon .m_control_box .pre_btn,
  .optionalCon .m_control_box .next_btn {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background: transparent url("../images/pd52.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .optionalCon .m_control_box .pre_btn.swiper-button-disabled,
  .optionalCon .m_control_box .next_btn.swiper-button-disabled {
    background: transparent url("../images/pd54.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .optionalCon .m_control_box .next_btn {
    background: transparent url("../images/pd53.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .optionalCon .m_control_box .next_btn.swiper-button-disabled {
    background: transparent url("../images/pd55.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.optionalCon1 {
  position: relative;
  font-size: var(--font16);
  color: #000;
  font-weight: 400;
}
.optionalCon1 .w1480 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.optionalCon1 .left {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0.4rem;
}
.optionalCon1 .right {
  flex: 1;
  padding-left: 8rem;
}
.optionalCon1 .right .item {
  margin-top: 0.4rem;
}
.optionalCon1 .right .row {
  line-height: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.optionalCon1 .right .row:last-child {
  margin-bottom: 0;
}
.optionalCon1 .right .row p:first-child {
  width: 2.4rem;
}
.optionalCon1 .right .row p:last-child {
  flex: 1;
}
.optionalCon1 .swiper-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.optionalCon1 .swiper-box img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.optionalCon1 .swiper-slide {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.optionalCon1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.optionalCon1 .thumb {
  position: relative;
  width: 100%;
  height: 1.28rem;
  margin-top: 0.2rem;
}
.optionalCon1 .thumb .swiper-slide {
  width: 1.28rem;
  margin-right: 0.2rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.optionalCon1 .thumb .swiper-slide.active {
  border-color: var(--active_color);
}
.optionalCon1 .thumb .swiper-slide:last-child {
  margin-right: 0;
}
.optionalCon1 .main {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
}
.optionalCon1 .swiper-button-disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.optionalCon1 .swiper-button-disabled:hover {
  color: #ffffff;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.optionalCon1 .title {
  font-size: var(--font24);
  font-weight: 600;
  color: #000000;
}
.optionalCon1 h1 {
  color: #FF6B00;
  font-size: var(--font40);
  font-weight: 600;
  line-height: 1.225;
  text-transform: uppercase;
}
.optionalCon1 h2 {
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.20833333;
  margin-top: 0.08rem;
}
.optionalCon1 h3 {
  font-size: var(--font16);
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0.06rem;
}
.optionalCon1 .icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-top: 0.4rem;
}
.optionalCon1 .icons img {
  height: 0.6rem;
}
.optionalCon1 .download {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
.optionalCon1 .download .layui-form-item {
  margin-bottom: 0.12rem;
  width: 33%;
  padding-right: 0.1rem;
}
.optionalCon1 .download .layui-form-item:hover,
.optionalCon1 .download .layui-form-item.layui-form-checked {
  color: var(--active_color);
}
.optionalCon1 .download .layui-form-item .icon {
  display: inline-block;
  width: var(--font16);
  aspect-ratio: 0.9;
  background: transparent url("../images/download.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 0.06rem;
  margin-top: 0.85em;
  transform: translateY(-50%);
}
.optionalCon1 .download .layui-form-item .icon:hover {
  background: transparent url("../images/download-a.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon1 .download .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
  line-height: 1.75;
}
.optionalCon1 .download .row p {
  width: auto!important;
  white-space: pre-line;
  word-break: break-all;
}
.optionalCon1 .download .layui-form-checkbox[lay-skin=primary] > i {
  margin-top: 0.2em;
}
.optionalCon1 .download .layui-form-checkbox[lay-skin=primary] {
  max-width: 100%;
}
.optionalCon1 .download .layui-form-checkbox[lay-skin=primary] > div {
  padding-right: 0;
  width: 100%;
}
.optionalCon1 .download .layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 0;
}
.optionalCon1 .download .layui-form-checkbox[lay-skin=primary] > div {
  color: unset;
  line-height: 1.75;
}
.optionalCon1 .download .buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0.18rem;
  gap: 0.2rem;
}
.optionalCon1 .download .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 0.36rem;
  border: 1px solid #000;
  font-size: var(--font16);
  font-weight: 400;
  color: #000000;
}
.optionalCon1 .download .btn .icon {
  width: 0.18rem;
  height: 0.2rem;
  background: transparent url("../images/download-2.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon1 .download .btn:hover,
.optionalCon1 .download .btn.active {
  border-color: var(--active_color);
  background: var(--active_color);
  color: #fff;
}
.optionalCon1 .download .btn:hover .icon,
.optionalCon1 .download .btn.active .icon {
  background: transparent url("../images/download-2-a.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.optionalCon1 .addToWish {
  flex: unset;
  width: 4rem;
}
@media (max-width:480px) {
  .optionalCon1 .w1480 {
    flex-direction: column;
  }
  .optionalCon1 .left {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    width: 100%;
  }
  .optionalCon1 .left .main {
    width: 100%;
    height: 7.02rem;
  }
  .optionalCon1 .left .swiper-box {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
  }
  .optionalCon1 .right {
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .optionalCon1 .download {
    margin-top: 0.2rem;
  }
  .optionalCon1 .download .layui-form-checkbox[lay-skin=primary] > i {
    margin-top: 0.8em;
    transform: translateY(-50%);
  }
  .optionalCon1 .download .layui-form-item {
    width: 50%;
  }
  .optionalCon1 .download .layui-form-item .row {
    font-size: var(--font14);
  }
  .optionalCon1 .download .layui-form-item .icon {
    margin-left: 0.12rem;
  }
  .optionalCon1 .download .buttons .btn {
    padding: 10px 0;
    flex: 1;
    justify-content: center;
    font-size: var(--font12);
    white-space: nowrap;
  }
}
.buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0.18rem;
  gap: 0.2rem;
}
.buttons .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  height: 0.48rem;
  border-radius: 48px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  padding: 0 0.3rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: var(--font20);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  gap: 0.1rem;
}
.buttons .btn .icon {
  width: 0.18rem;
  height: 0.2rem;
  background: transparent url("../images/download-2.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.buttons .btn img {
  width: var(--font16);
}
.buttons .btn .select {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.12rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent url("../images/select-arrow3.svg") center center no-repeat;
  background-size: 100% auto;
}
.buttons .btn:not(.noHover):hover,
.buttons .btn.active {
  border-color: var(--active_color);
  background: var(--active_color);
  color: #fff !important;
}
.buttons .btn:not(.noHover):hover .icon,
.buttons .btn.active .icon {
  background: transparent url("../images/download-2-a.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.buttons .btn:not(.noHover):hover img,
.buttons .btn.active img {
  filter: grayscale(1) brightness(1000%) contrast(1);
}
.buttons .btn.grayHover:hover,
.buttons .btn.grayHover.active {
  background: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}
.buttons .btn.type2 {
  border-color: var(--active_color);
  color: var(--active_color);
}
.buttons .btn.type3 {
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
}
.buttons .btn.type3:hover,
.buttons .btn.type3.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent;
}
@media (max-width:480px) {
  .buttons .btn {
    font-size: var(--font16);
  }
}
.layui-form-checkbox[lay-skin=primary] > i {
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.05);
}
.layui-form-checkbox[lay-skin=primary]:hover > i {
  border-color: var(--active_color);
  color: var(--active_color);
}
.layui-form-checkbox[lay-skin=primary].layui-form-checked > i {
  background: var(--active_color);
  color: #ffffff;
  font-weight: bold;
}
.heartAnimate {
  position: fixed;
  transform: translate(-50%, -50%);
  animation: zoomInC 0.5s forwards;
  transition: all 0.5s ease-in-out;
  z-index: 9999999;
}
.heartAnimate i {
  display: block;
  width: 30px;
  height: 27px;
  background: transparent url("../images/p7.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.heartAnimate.move {
  animation: zoomOutC 0.5s 0.5s forwards;
}
.heartAnimate.move i {
  animation: heartBeat 0.5s linear;
}
@keyframes zoomInC {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomOutC {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes heartBeat {
  50% {
    transform: translateY(-200%);
  }
}
.optionalCon2 .stickyBox {
  padding-top: 0.4rem;
}
.optionalCon2 .filter {
  padding-top: 0.2rem;
}
.layui-form-select dl dd:first-child {
  display: none;
}
.relatedProducts {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.relatedProducts .section_til {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 0.2rem;
}
.relatedProducts .swiper-box {
  width: 100%;
  margin-top: 0.4rem;
  clip-path: inset(0 -9999px 0 0);
}
.relatedProducts .swiper-box .swiper-slide {
  width: 3.4rem;
  min-height: 5.6rem;
  margin-right: 0.4rem;
}
.relatedProducts .swiper-box .swiper-slide:last-child {
  margin-right: 0;
}
.relatedProducts .product_item {
  cursor: pointer;
}
.relatedProducts .product_item .pb {
  padding: 0;
  height: 3.4rem;
  position: relative;
  background: #F2F2F2;
}
.relatedProducts .product_item .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.relatedProducts .product_item .pb .ab .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.relatedProducts .product_item .pb .ab .img img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relatedProducts .product_item .pb .new_img {
  position: absolute;
  top: 0;
  left: 0.2rem;
  display: none;
}
.relatedProducts .product_item .pb .hot_img {
  position: absolute;
  top: 0;
  left: 0.2rem;
  display: none;
}
.relatedProducts .product_item .word .t1 {
  margin-top: 0.2rem;
}
.relatedProducts .product_item .word .t2 {
  margin-top: 0.08rem;
}
.relatedProducts .product_item .word .t3 {
  margin-top: 0.13rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}
.relatedProducts .product_item.new .pb .new_img {
  display: block;
}
.relatedProducts .product_item.hot .pb .hot_img {
  display: block;
}
.relatedProducts .product_item.col .pb .col_img {
  opacity: 1;
  pointer-events: auto;
}
.relatedProducts .product_item:hover .pb .ab .img {
  transform: scale(1.05);
}
.relatedProducts .product_item:hover.nocol .pb .nocol_img {
  opacity: 1;
  pointer-events: auto;
}
.relatedProducts .product_item:hover.col .pb .col_img {
  opacity: 1;
  pointer-events: auto;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .pb .nocol_img,
.relatedProducts .product_item .pb .nocol_img {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .pb .nocol_img:hover,
.relatedProducts .product_item .pb .nocol_img:hover {
  transform: scale(1.1);
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .pb .col_img,
.relatedProducts .product_item .pb .col_img {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .pb .col_img:hover,
.relatedProducts .product_item .pb .col_img:hover {
  transform: scale(1.1);
}
@media (max-width:480px) {
  .idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .pb .nocol_img,
  .relatedProducts .product_item .pb .nocol_img {
    opacity: 1;
    pointer-events: auto;
  }
}
.idx_manufactureCon1 .content .center_box {
  text-transform: uppercase;
}
.inspirationsCon1 {
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
.inspirationsCon1 .filterBox.active .buttons .slide .row {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.inspirationsCon1 .filterBox.active .showFilter .select {
  transform: rotate(180deg);
}
.inspirationsCon1 .filterBox.active .showFilter .hide {
  display: block;
}
.inspirationsCon1 .filterBox.active .showFilter .show {
  display: none;
}
.inspirationsCon1 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.inspirationsCon1 .title h1 {
  color: #000;
  font-size: var(--font24);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.inspirationsCon1 .title .buttons {
  gap: 0.1rem;
  margin-top: 0;
}
.inspirationsCon1 .title .buttons .btn {
  padding: 0 0.25rem;
  height: 0.4rem;
}
.inspirationsCon1 .title .buttons .btn span {
  font-size: var(--font16);
}
.inspirationsCon1 .title .buttons .slide {
  margin-right: 0;
  margin-left: auto;
}
.inspirationsCon1 .title .buttons .slide .row {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  gap: 0.1rem;
}
.inspirationsCon1 .title .showFilter .hide {
  display: none;
}
.inspirationsCon1 .filter {
  display: none;
  margin-top: 0.2rem;
}
.inspirationsCon1 .filter > .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.1rem;
  flex-wrap: wrap;
}
.inspirationsCon1 .filter .layui-input-inline {
  width: calc((100% - 0.2rem) / 3);
}
.inspirationsCon1 .filter .layui-form-select .layui-input {
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.inspirationsCon1 .filter .checkBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-top: 0.1rem;
}
.inspirationsCon1 .layui-form-checkbox > div {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font16);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width:1600px) {
  .inspirationsCon1 .layui-form-checkbox > div {
    white-space: pre-line;
  }
}
@media (max-width:480px) {
  .inspirationsCon1 .title {
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none;
  }
  .inspirationsCon1 .title h1 {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .inspirationsCon1 .title .buttons {
    margin-top: 0.1rem;
    margin-left: auto;
  }
  .inspirationsCon1 .filter .layui-input-inline {
    width: calc((100% - 0.1rem) / 2);
  }
  .inspirationsCon1 .filter .checkBox .layui-input-inline {
    width: 100%;
  }
}
.defaultNewsList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.defaultNewsList .linkBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 100%;
}
.defaultNewsList .linkBox .item {
  width: calc((100% - 0.4rem) / 2);
}
.defaultNewsList .linkBox .item .image {
  height: 4rem;
}
.defaultNewsList .linkBox .image .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}
.defaultNewsList .linkBox .image .link img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.defaultNewsList .linkBox .image .link:hover {
  opacity: 1;
  transform: scale(1);
}
@media (max-width:480px) {
  .defaultNewsList .linkBox .image .link {
    opacity: 1;
    transform: scale(1);
  }
}
.defaultNewsList .linkBox .image .hover_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.defaultNewsList .linkBox .image .hover_box img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.defaultNewsList .linkBox .image .video_vi,
.defaultNewsList .linkBox .image .video_if {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}
.defaultNewsList .linkBox .image .video_vi img,
.defaultNewsList .linkBox .image .video_if img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.defaultNewsList .linkBox .image .video_vi:hover,
.defaultNewsList .linkBox .image .video_if:hover {
  opacity: 1;
  transform: scale(1);
}
@media (max-width:480px) {
  .defaultNewsList .linkBox .image .video_vi,
  .defaultNewsList .linkBox .image .video_if {
    opacity: 1;
    transform: scale(1);
  }
}
.defaultNewsList .linkBox .image .video_vi img,
.defaultNewsList .linkBox .image .video_if img {
  width: 1rem;
  height: auto;
}
.defaultNewsList .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 100%;
}
.defaultNewsList .item {
  width: calc((100% - 1.2rem) / 4);
}
.defaultNewsList .item:hover .image > img {
  transform: scale(1.1);
}
.defaultNewsList .item:hover .image .more {
  opacity: 1;
}
.defaultNewsList .item .image {
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
  position: relative;
}
.defaultNewsList .item .image img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.defaultNewsList .item .image .more {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 0.48rem;
  gap: 0.4rem;
  padding: 0 0.4rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  color: #FFF;
  font-size: var(--font20);
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.defaultNewsList .item .image .more img {
  width: 0.22rem;
  height: auto;
}
@media (max-width:480px) {
  .defaultNewsList .item .image .more {
    opacity: 1;
  }
}
.defaultNewsList .item h2 {
  color: #000;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.2rem;
}
.defaultNewsList .item h3 {
  color: #000;
  font-size: var(--font21);
  font-weight: 600;
  line-height: 1.18181818;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.36em;
  margin-top: 0.1rem;
}
.defaultNewsList .item p {
  color: #000;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.75;
}
.defaultNewsList.column2 .list .item {
  width: calc((100% - 0.4rem) / 2);
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.defaultNewsList.column2 .list .item .image {
  width: 3rem;
  height: 3rem;
}
.defaultNewsList.column2 .list .item .word {
  flex: 1;
  padding: 0.4rem 0.4rem 0;
}
.defaultNewsList.column2 .list .item h2,
.defaultNewsList.column2 .list .item h3 {
  white-space: pre-line;
  word-break: break-all;
}
.defaultNewsList.column2 .list .item h2 {
  margin-top: 0;
}
.defaultNewsList.column2 .list .item h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: auto;
  margin-top: 0.2rem;
}
.defaultNewsList.column2 .list .item > a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.defaultNewsList.column1 .list .item {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.defaultNewsList.column1 .list .item .image {
  width: 7.4rem;
  height: 100%;
  min-height: 4rem;
}
.defaultNewsList.column1 .list .item .word {
  flex: 1;
  padding: 0.4rem 0.4rem 1.2rem;
}
.defaultNewsList.column1 .list .item h2,
.defaultNewsList.column1 .list .item h3 {
  white-space: pre-line;
  word-break: break-all;
}
.defaultNewsList.column1 .list .item h2 {
  margin-top: 0;
}
.defaultNewsList.column1 .list .item h3 {
  -webkit-line-clamp: unset;
  height: auto;
  margin-top: 0.2rem;
}
.defaultNewsList.column1 .list .item > a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.defaultNewsList.column1 .list .item p {
  margin-top: 0.4rem;
}
.defaultNewsList.column1 .list .item:hover .more {
  background: var(--active_color);
  border-color: var(--active_color);
  color: #ffffff;
}
.defaultNewsList.column1 .list .item:hover .more img {
  filter: brightness(1000%) invert(1000%);
}
.defaultNewsList.column1 .word {
  position: relative;
}
.defaultNewsList.column1 .more {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 0.48rem;
  gap: 0.4rem;
  padding: 0 0.4rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  color: #000;
  font-size: var(--font20);
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: none;
  border: 1px solid;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.defaultNewsList.column1 .more img {
  width: 0.22rem;
  height: auto;
}
@media (max-width:480px) {
  .defaultNewsList {
    gap: 0.2rem;
  }
  .defaultNewsList .item {
    width: calc((100% - 0.2rem) / 2);
  }
  .defaultNewsList .item h2 {
    font-size: var(--font14);
  }
  .defaultNewsList .item h3 {
    font-size: var(--font16);
  }
  .defaultNewsList .list {
    gap: 0.2rem;
  }
  .defaultNewsList .linkBox {
    gap: 0.2rem;
  }
  .defaultNewsList .linkBox .item {
    width: 100%;
  }
  .defaultNewsList.column2 .list .item {
    width: 100%;
  }
  .defaultNewsList.column2 .list .item h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .defaultNewsList.column2 .list .item h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .defaultNewsList.column1 .list .item .image {
    width: 100%;
    height: 4rem;
  }
  .defaultNewsList.column1 .list .item > a {
    flex-direction: column;
  }
  .defaultNewsList.column1 .word {
    position: relative;
  }
  .defaultNewsList.column1 .more {
    position: absolute;
    left: 0.4rem;
    bottom: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 0.48rem;
    gap: 0.4rem;
    padding: 0 0.4rem;
    border-radius: 0.4rem;
    white-space: nowrap;
    color: #000;
    font-size: var(--font20);
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: none;
    border: 1px solid;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .defaultNewsList.column1 .more img {
    width: 0.22rem;
    height: auto;
  }
}
.layui-input-inline.active input.layui-input {
  color: #000 !important;
  font-weight: 600;
}
.newDetail .w1480 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.4rem;
}
.newDetail .title h1 {
  color: #FF6B00;
  font-size: var(--font40);
  font-weight: 600;
  line-height: 1.225;
  text-transform: uppercase;
}
.newDetail .title h2 {
  color: #000;
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.20833333;
  margin-top: 0.08rem;
}
.newDetail .detail {
  margin-top: 0.6rem;
}
.newDetail .detail h1,
.newDetail .detail h2,
.newDetail .detail h3 {
  color: #000;
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.23333333;
  text-transform: uppercase;
  margin: 0.12rem 0;
}
.newDetail .detail p {
  margin: 0.12rem 0;
}
.newDetail .detail img {
  margin: 0.4rem 0rem;
}
.newsCon1 {
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
}
.newsCon1 .defaultTabBox .tabTitle {
  padding-top: 0.2rem;
}
.defaultTabBox .tabTitle,
.defaultTabBox .tabTitleIndex {
  color: #000;
  padding-top: 0.06rem;
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.20833333;
  text-transform: uppercase;
  position: relative;
  background: #ffffff;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.defaultTabBox .tabTitle .row,
.defaultTabBox .tabTitleIndex .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.defaultTabBox .tabTitle span,
.defaultTabBox .tabTitleIndex span {
  position: relative;
  z-index: 2;
  padding-bottom: 0.2rem;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.defaultTabBox .tabTitle span.active,
.defaultTabBox .tabTitleIndex span.active {
  border-color: var(--active_color);
  color: var(--active_color);
}
.defaultTabBox .tabTitle .border,
.defaultTabBox .tabTitleIndex .border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
.defaultTabBox .tabList {
  margin-top: 0.4rem;
}
.defaultTabBox .tabList .tab {
  display: none;
}
.defaultTabBox .tabList .tab.active {
  display: block;
}
@media (max-width:480px) {
  .defaultTabBox .tabTitle .row,
  .defaultTabBox .tabTitleIndex .row {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.slideBox .slideTitle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.slideBox .slideTitle a {
  color: #000;
  font-size: var(--font16);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.slideBox .slideTitle .icon {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0.16rem;
  height: 0.16rem;
  background: transparent url("../images/select-arrow2.svg") center center no-repeat;
  background-size: 100% auto;
}
.slideBox .item.active > .slideTitle .icon {
  transform: rotate(180deg);
}
.slideBox .item.slideUp > .slide {
  display: none;
  visibility: visible;
}
.slideBox .slide {
  display: none;
}
.searchBox {
  pointer-events: auto;
  width: 100%;
  background: #ffffff;
  padding: 0.3rem 0.32rem 0.5rem;
  text-align: center;
}
.searchBox .inputBox {
  margin: 0 auto;
  max-width: 12rem;
  width: 100%;
  height: 0.48rem;
  position: relative;
}
.searchBox .inputBox input {
  padding: 0 0.2rem;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  font-size: var(--font16);
}
.searchBox .inputBox .btn {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 0.48rem;
  height: 0.48rem;
  border: none;
  background: transparent url("../images/a2_hover.svg") center center no-repeat;
  background-size: 0.24rem auto;
}
.searchBox .hot {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.25rem;
  color: rgba(0, 0, 0, 0.6);
  font-feature-settings: 'liga' off;
  font-size: var(--font16);
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  flex-wrap: wrap;
}
.searchBox .hot a {
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width:480px) {
  .searchBox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  .searchBox .hot {
    width: 100%;
    gap: 0.1rem 0.2rem;
  }
}
header.slideDown:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  content: '';
  z-index: 100;
}
header .header_box .center_box .column_right {
  justify-content: center;
  gap: 0.04rem;
}
header .header_box .center_box .column_right > .icon_img {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
}
header .header_box .center_box .column_right > .icon_img img {
  width: 0.24rem;
  min-width: unset;
  min-height: unset;
}
header .header_box .center_box .column_right > .icon_img:hover,
header .header_box .center_box .column_right > .icon_img.active {
  background: var(--active_color);
}
header .header_box .center_box .column_right > .icon_img:hover .hover_img,
header .header_box .center_box .column_right > .icon_img.active .hover_img {
  display: none!important;
}
header .header_box .center_box .column_right > .icon_img:hover .def_img,
header .header_box .center_box .column_right > .icon_img.active .def_img {
  display: block!important;
}
header .icon_img:hover .menu_btn .icon::after,
header .icon_img:hover .menu_btn .icon::before,
header .icon_img:hover .menu_btn .icon i {
  background: #ffffff;
}
header .container .center_box .language_box .icon_img img {
  width: 0.24rem;
  min-width: unset;
  min-height: unset;
}
header .container .center_box .language_box:hover {
  background: var(--active_color) !important;
}
header .container .center_box .language_box:hover .icon_img .txt {
  color: #ffffff;
}
header .container .center_box .language_box:hover .icon_img .hover_img {
  display: none!important;
}
header .container .center_box .language_box:hover .icon_img .def_img {
  display: block!important;
  opacity: 1!important;
  visibility: visible!important;
}
header .menu_btn {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  position: relative;
  z-index: 101;
  cursor: pointer;
}
@media (min-width: 481px) {
  header .menu_btn:hover,
  header .menu_btn.active {
    background: var(--active_color);
  }
  header .menu_btn:hover .icon::after,
  header .menu_btn.active .icon::after,
  header .menu_btn:hover .icon::before,
  header .menu_btn.active .icon::before,
  header .menu_btn:hover .icon i,
  header .menu_btn.active .icon i {
    background: #ffffff;
  }
}
header .menu_btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .menu_btn .icon::after,
header .menu_btn .icon::before,
header .menu_btn .icon i {
  width: 16px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  transform-origin: center;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
header .menu_btn .icon::before {
  content: '';
  margin-top: -5px;
}
header .menu_btn .icon::after {
  content: '';
  margin-top: 3px;
}
header .menu_btn.active .icon i {
  opacity: 0;
}
header .menu_btn.active .icon::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
  background: #fff;
}
header .menu_btn.active .icon::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
  background: #fff;
}
header .header_box .center_box .column_right .icon_img {
  z-index: 99;
}
header .slideBox {
  position: absolute;
  left: 0;
  top: calc(var(--header-height));
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
header .slideBox .languageBox {
  display: none;
  pointer-events: auto;
  width: 100%;
  background: #ffffff;
  padding: 0.3rem 0 0.5rem;
  text-align: center;
}
header .slideBox .languageBox .row {
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
header .slideBox .languageBox h1 {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: var(--font16);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
header .slideBox .languageBox a {
  height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% / 6);
}
header .slideBox .searchBox {
  display: none;
  pointer-events: auto;
}
header .slideBox .navBox {
  pointer-events: auto;
  display: none;
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  height: auto;
  max-height: calc(100vh - var(--header-height));
  overflow-y: auto;
  background: #ffffff;
  text-align: center;
}
header .slideBox .navBox .column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: fit-content;
  margin: 0 auto;
}
header .slideBox .navBox .item {
  width: 100%;
  margin: 0 auto;
}
header .slideBox .navBox .item.link:hover {
  background: var(--active_color);
}
header .slideBox .navBox .item.link:hover a {
  color: #ffffff;
}
header .slideBox .navBox .item.link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .slideBox .navBox .item.active .title {
  background: var(--active_color);
}
header .slideBox .navBox .item.active .title a {
  color: #ffffff;
}
header .slideBox .navBox .item.active .title .icon {
  transform: rotate(180deg);
  filter: brightness(1000%) invert(1000%);
}
header .slideBox .navBox .item.active .slide {
  display: none;
  visibility: visible;
  height: auto;
}
header .slideBox .navBox .item.slideUp .slide {
  display: none;
  visibility: visible;
}
header .slideBox .navBox .title {
  height: 0.48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .slideBox .navBox .title a {
  color: #000;
  font-size: var(--font16);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
header .slideBox .navBox .title .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0.16rem;
  height: 0.16rem;
  background: transparent url("../images/select-arrow2.svg") center center no-repeat;
  background-size: 100% auto;
}
header .slideBox .navBox .slide {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  text-align: left;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font16);
  font-weight: 400;
  text-transform: uppercase;
}
header .slideBox .navBox .slide a {
  padding: 0.12rem 0.2rem;
}
header .header_box .center_box .item_box .item.active .Secondary_Navigation {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
header .header_box .center_box .item_box .item .Secondary_Navigation {
  border-radius: 0;
  background: #ffffff;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox {
  padding: 0.2rem 0;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox .tOne {
  padding: 0.12rem 0.2rem;
  text-align: left;
  min-width: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox .tOne:last-child {
  margin-bottom: 0;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox .tOne:hover {
  background: var(--active_color);
  color: #ffffff;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .inspirationBox {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  width: 11.8rem;
  padding: 0.2rem 0;
  gap: 0.2rem;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .inspirationBox .item {
  width: calc((100% - 0.4rem) / 3);
}
header .header_box .center_box .item_box .item .Secondary_Navigation .inspirationBox .item .image {
  height: 2rem;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .inspirationBox .item .image img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .inspirationBox .item p {
  padding: 0.1rem 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  text-transform: uppercase;
  line-height: 1.25;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .inspirationBox .item:hover .image img {
  transform: scale(1.05);
}
@media (max-width:990px) {
  header .header_box {
    display: block!important;
  }
  header .m_header_box {
    display: none;
  }
  header .w1480,
  header .container {
    width: 100%;
    padding: 0 0.24rem;
  }
}
@media (max-width:480px) {
  header .header_box .center_box .column_center {
    display: none;
  }
  header .header_box .center_box .column_right > .icon_img {
    text-align: center;
  }
  header .header_box .center_box .column_right > .icon_img img {
    width: 60%;
    margin: auto;
  }
  header .menu_btn.active .icon::before,
  header .menu_btn.active .icon::after {
    background: #000000;
  }
  header .slideBox .navBox {
    height: calc(100vh - var(--header-height));
  }
  header .slideBox .navBox .title {
    height: 0.64rem;
  }
  header .slideBox .navBox .title .icon {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.3rem auto;
  }
  header .slideBox .navBox .slide a {
    padding: 0.2rem;
  }
  header .slideBox .languageBox {
    padding: 0.3rem 0.32rem 0.5rem;
  }
  header .slideBox .languageBox a {
    width: calc(100% / 3);
  }
}
.mt80 {
  margin-top: 0.8rem;
}
.defaultPopBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  height: 102%;
  width: 102%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
  color: #000;
  transform: translate(-50%, 100%);
  pointer-events: none;
  opacity: 0;
}
.defaultPopBox.active {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  opacity: 1;
}
.defaultPopBox.active .main {
  opacity: 1;
}
.defaultPopBox .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #FFF;
  align-items: stretch;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.defaultPopBox .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.44rem;
  cursor: pointer;
}
.defaultPopBox h1 {
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.23333333;
  text-transform: uppercase;
}
.defaultPopBox h2 {
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.22222222;
  text-transform: uppercase;
  margin-top: 0.12rem;
  margin-bottom: 0.8rem;
  white-space: pre-line;
  word-break: break-word;
}
.defaultPopBox h3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.16rem;
}
.defaultPopBox h3 img {
  width: 1em;
  height: auto;
  margin-right: 0.1rem;
  margin-top: 0.15em;
}
.defaultPopBox h3 span {
  flex: 1;
}
.defaultPopBox p {
  color: #000;
  font-size: var(--font14);
  font-weight: 400;
  line-height: 1.21428571;
  padding-left: calc(var(--font16) + 0.1rem);
  margin-bottom: 0.4rem;
  margin-top: -0.02rem;
}
.defaultPopBox p:last-child {
  margin-bottom: 0;
}
@media (max-width:480px) {
  .defaultPopBox .main {
    width: 90%;
  }
  .defaultPopBox h1 {
    font-size: var(--font20);
  }
  .defaultPopBox h2 {
    font-size: var(--font14);
  }
  .defaultPopBox h3 {
    font-size: var(--font12);
  }
  .defaultPopBox p {
    font-size: var(--font12);
  }
}
.loginBox .left,
.loginBox .right {
  padding: 1.2rem 1rem;
  text-align: left;
  width: 8rem;
}
.loginBox .empty {
  height: 0.64rem;
}
.loginBox .layui-form-label {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font16);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
.loginBox .layui-input-affix {
  line-height: 0.4rem;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.loginBox .layui-input-block,
.loginBox .layui-input-wrap {
  margin-left: 0;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.loginBox .layui-icon-clear {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: transparent url("../images/icon-close.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.loginBox .layui-icon-clear:before {
  display: none;
}
.loginBox .layui-icon-eye-invisible {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: transparent url("../images/showPassword.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.loginBox .layui-icon-eye-invisible:before {
  display: none;
}
.loginBox .layui-icon-eye {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: transparent url("../images/hidePassword.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.loginBox .layui-icon-eye:before {
  display: none;
}
.loginBox .layui-input {
  height: 0.4rem;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.loginBox .buttons {
  margin-top: 0.8rem;
}
.loginBox .right {
  width: 6.8rem;
  flex: 1;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  padding-right: 0.8rem;
}
.loginBox .right h2 {
  margin-bottom: 0.4rem;
}
@media (max-width:480px) {
  .loginBox .main {
    flex-direction: column-reverse;
  }
  .loginBox .left,
  .loginBox .right {
    width: 100%;
    padding: 0.32rem;
  }
  .loginBox h2 {
    margin-bottom: 0.3rem;
  }
  .loginBox .buttons {
    margin-top: -0.2rem;
    margin-bottom: 0.3rem;
  }
  .loginBox .empty {
    height: 0.2rem;
  }
}
.userinfoCon {
  padding: 0.8rem 0 0.9rem;
  background: rgba(0, 0, 0, 0.05);
}
.userinfoCon .avatar {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.userinfoCon .avatar img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.userinfoCon .avatar .editAvatar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.userinfoCon .avatar .editAvatar:before {
  display: block;
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  background: transparent url("../images/icon-camera.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.userinfoCon .avatar .editAvatar:hover {
  opacity: 1;
}
.userinfoCon .row {
  align-items: stretch;
}
.userinfoCon .buttons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
.userinfoCon .buttons .btn {
  flex: unset;
  height: 0.4rem;
  font-size: var(--font16);
}
.userinfoCon .info {
  margin-left: 0.8rem;
}
.userinfoCon .info .t1 {
  color: #FF6B00;
  font-size: var(--font40);
  font-weight: 600;
  line-height: 1.225;
  margin-bottom: 0.3rem;
}
.userinfoCon .info .t2 {
  color: #000;
  font-size: var(--font24);
  font-weight: 400;
  line-height: 1.20833333;
  margin-bottom: 0.12rem;
}
.userinfoCon .info .t3 {
  color: #000;
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.20833333;
  margin-bottom: 0.3rem;
}
.userinfoCon .info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font24);
  font-weight: 400;
  line-height: 1.20833333;
  margin-bottom: 0.12rem;
}
@media (max-width:480px) {
  .userinfoCon .row {
    flex-wrap: wrap;
  }
  .userinfoCon .buttons {
    position: absolute;
    left: 0.24rem;
    top: 3.6rem;
    flex-direction: column;
    align-items: stretch;
    width: 1.8rem;
  }
  .userinfoCon .buttons .btn {
    font-size: 0.2rem;
    padding: 0;
    white-space: nowrap;
  }
  .userinfoCon .info {
    flex: 1;
    margin-left: 0.2rem;
    min-height: 3rem;
  }
  .userinfoCon .info .t1 {
    font-size: var(--font28);
  }
  .userinfoCon .info .t2 {
    font-size: var(--font16);
  }
  .userinfoCon .info .t3 {
    font-size: var(--font16);
  }
  .userinfoCon .info p {
    font-size: var(--font16);
  }
}
.userinfoPop .main {
  padding: 0.8rem 1rem;
  flex-direction: column;
}
.userinfoPop .main h2 {
  margin-bottom: 0.45rem;
}
.userinfoPop .info {
  width: 10.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.userinfoPop .info > .layui-input-inline {
  width: calc((100% - 0.2rem) / 2);
}
.userinfoPop .info p {
  color: #000;
  font-size: var(--font14);
  font-weight: 400;
  line-height: 1.21428571;
}
.userinfoPop .layui-form-label {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: var(--font16);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.04rem;
}
.userinfoPop .layui-input-wrap {
  width: 100%;
}
.userinfoPop .layui-input,
.userinfoPop .layui-textarea {
  height: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.userinfoPop .layui-form-select .layui-select-title input {
  background: #ffffff;
  height: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.userinfoPop .buttons {
  margin-top: 0.2rem;
  margin-bottom: 0.28rem;
}
.userinfoPop .buttons .btn {
  flex: 1;
  height: 0.48rem;
  font-size: var(--font20);
}
@media (max-width:480px) {
  .userinfoPop .main {
    padding: 0.32rem;
  }
  .userinfoPop .row {
    flex-direction: column;
  }
  .userinfoPop .row .info {
    width: 100%;
    margin-left: 0;
  }
  .userinfoPop .row .avatar {
    margin: 0 auto 0.2rem;
  }
  .userinfoPop .row .buttons {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .userinfoPop .row .buttons .btn {
    font-size: var(--font16);
    padding: 0.05rem 0;
    white-space: nowrap;
  }
  .userinfoPop .row .full {
    width: 100%;
  }
  .userinfoPop .row .full p {
    margin-bottom: 0;
  }
}
.layui-input[disabled],
.layui-textarea[disabled] {
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.05);
}
a.inline {
  display: inline-block;
}
userInfo {
  display: block;
}
.wishlistCon1,
.wishlistCon2 {
  margin-bottom: 1.6rem;
}
.wishlistCon1 .defaultTabBox,
.wishlistCon2 .defaultTabBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  z-index: 999;
}
.wishlistCon1 .defaultTabBox .tabTitle,
.wishlistCon2 .defaultTabBox .tabTitle {
  height: 0.64rem;
  text-align: right;
  padding-top: 0;
  font-size: var(--font16);
}
.wishlistCon1 .defaultTabBox .tabTitle span,
.wishlistCon2 .defaultTabBox .tabTitle span {
  margin-left: 0.24rem;
}
.wishlistCon1 .defaultTabBox .tabTitle span.active,
.wishlistCon2 .defaultTabBox .tabTitle span.active {
  border-color: transparent;
  color: var(--active_color);
}
.wishlistCon1 .tabList,
.wishlistCon2 .tabList {
  margin-top: 0.8rem;
}
.wishlistCon1 .tableList,
.wishlistCon2 .tableList {
  margin-top: 0.8rem;
}
.wishlistCon1 .tableList > .item,
.wishlistCon2 .tableList > .item {
  margin-bottom: 0.6rem;
}
.wishlistCon1 .tableList > .item:last-child,
.wishlistCon2 .tableList > .item:last-child {
  margin-bottom: 0;
}
.wishlistCon1 .tableList .checkAll,
.wishlistCon2 .tableList .checkAll {
  position: absolute;
  right: 1px;
  bottom: 0;
}
.wishlistCon1 .tableList .checkAll .layui-form-checkbox[lay-skin=primary] > i,
.wishlistCon2 .tableList .checkAll .layui-form-checkbox[lay-skin=primary] > i {
  width: 100%;
  height: 100%;
}
.wishlistCon1 .tableList .checkAll .layui-form-checkbox,
.wishlistCon2 .tableList .checkAll .layui-form-checkbox {
  padding: 0;
}
.wishlistCon1 .tableList .title,
.wishlistCon2 .tableList .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 0.18rem;
  margin-bottom: 0.2rem;
}
.wishlistCon1 .tableList .title .row,
.wishlistCon2 .tableList .title .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wishlistCon1 .tableList .title .word,
.wishlistCon2 .tableList .title .word {
  margin-right: auto;
}
.wishlistCon1 .tableList .title .icon,
.wishlistCon2 .tableList .title .icon {
  width: 0.24rem;
  height: 0.24rem;
}
.wishlistCon1 .tableList .title h1,
.wishlistCon2 .tableList .title h1 {
  color: #FF6B00;
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.wishlistCon1 .tableList .title h2,
.wishlistCon2 .tableList .title h2 {
  color: #000;
  font-size: var(--font21);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.wishlistCon1 .tableList .title p,
.wishlistCon2 .tableList .title p {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font21);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.wishlistCon1 .tableList .title .delete,
.wishlistCon2 .tableList .title .delete {
  margin: 0;
  margin-right: 0.4rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font16);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wishlistCon1 .tableList .title .delete img,
.wishlistCon2 .tableList .title .delete img {
  width: 0.24rem;
  margin-right: 0.04rem;
}
.wishlistCon1 .tableList .parentTitle,
.wishlistCon2 .tableList .parentTitle {
  border-bottom: 2px solid #FF6B00;
}
.wishlistCon1 .tableList .parentTitle .checkAll,
.wishlistCon2 .tableList .parentTitle .checkAll {
  bottom: 0.18rem;
}
.wishlistCon1 .tableList .parentTitle .delete,
.wishlistCon2 .tableList .parentTitle .delete {
  position: absolute;
  bottom: 0.18rem;
  right: 0.3rem;
  height: 20px;
}
.wishlistCon1 .tableList .tableItem,
.wishlistCon2 .tableList .tableItem {
  margin-bottom: 0.2rem;
}
.wishlistCon1 .tableList .childBox .title .icon,
.wishlistCon2 .tableList .childBox .title .icon {
  background: transparent url("../images/select-arrow4.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
}
.wishlistCon1 .message,
.wishlistCon2 .message {
  margin-top: 0.6rem;
}
.wishlistCon1 .message .title,
.wishlistCon2 .message .title {
  margin-bottom: 0.2rem;
}
.wishlistCon1 .profile,
.wishlistCon2 .profile {
  margin-top: 0.6rem;
  display: none;
}
.wishlistCon1 .profile .title,
.wishlistCon2 .profile .title {
  margin-bottom: 0.2rem;
}
.wishlistCon1 .profile .info,
.wishlistCon2 .profile .info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.wishlistCon1 .profile .info .t1,
.wishlistCon2 .profile .info .t1 {
  color: #FF6B00;
  font-size: var(--font40);
  font-weight: 600;
  line-height: 1.225;
  margin-bottom: 0.3rem;
}
.wishlistCon1 .profile .info .t2,
.wishlistCon2 .profile .info .t2 {
  color: #000;
  font-size: var(--font24);
  font-weight: 400;
  line-height: 1.20833333;
  margin-bottom: 0.12rem;
}
.wishlistCon1 .profile .info .t3,
.wishlistCon2 .profile .info .t3 {
  color: #000;
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.20833333;
  margin-bottom: 0.3rem;
}
.wishlistCon1 .profile .info p,
.wishlistCon2 .profile .info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font24);
  font-weight: 400;
  line-height: 1.20833333;
  margin-bottom: 0.12rem;
}
.wishlistCon1 .profile .layui-input::placeholder,
.wishlistCon2 .profile .layui-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: var(--font16);
  font-weight: 600;
}
.wishlistCon1 .profile .layui-form-select .layui-input,
.wishlistCon2 .profile .layui-form-select .layui-input {
  color: rgba(0, 0, 0, 0.4);
  font-size: var(--font16);
  font-weight: 600;
}
.wishlistCon1 .profile .layui-input-inline,
.wishlistCon2 .profile .layui-input-inline {
  width: calc((100% - 0.1rem) / 2);
}
.wishlistCon1 .profile .layui-form-label,
.wishlistCon2 .profile .layui-form-label {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: var(--font16);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.04rem;
}
.wishlistCon1 .profile .layui-input-wrap,
.wishlistCon2 .profile .layui-input-wrap {
  width: 100%;
}
.wishlistCon1 .profile .layui-input,
.wishlistCon2 .profile .layui-input,
.wishlistCon1 .profile .layui-textarea,
.wishlistCon2 .profile .layui-textarea {
  height: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.wishlistCon1 .profile .layui-form-select .layui-select-title input,
.wishlistCon2 .profile .layui-form-select .layui-select-title input {
  background: #ffffff;
  height: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.wishlistCon1 .buttons,
.wishlistCon2 .buttons {
  margin-top: 0.6rem;
}
.wishlistCon1 .buttons .submitAll,
.wishlistCon2 .buttons .submitAll {
  width: 8.4rem;
  flex: unset;
}
@media (max-width:480px) {
  .wishlistCon1 .tableList .parentTitle,
  .wishlistCon2 .tableList .parentTitle {
    padding-bottom: 0.8rem;
  }
  .wishlistCon1 .buttons .submitAll,
  .wishlistCon2 .buttons .submitAll {
    width: auto;
    flex: 1;
  }
  .wishlistCon1 .buttons .btn,
  .wishlistCon2 .buttons .btn {
    padding: 0;
  }
}
.borderBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.2rem;
}
.inquiriesCon1,
.inquiriesCon2 {
  margin-bottom: 1.6rem;
}
.inquiriesCon1 .defaultTabBox,
.inquiriesCon2 .defaultTabBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  z-index: 2;
}
.inquiriesCon1 .defaultTabBox .tabTitle,
.inquiriesCon2 .defaultTabBox .tabTitle {
  height: 0.64rem;
  text-align: right;
  padding-top: 0;
  font-size: var(--font16);
}
.inquiriesCon1 .defaultTabBox .tabTitle span,
.inquiriesCon2 .defaultTabBox .tabTitle span {
  margin-left: 0.24rem;
}
.inquiriesCon1 .defaultTabBox .tabTitle span.active,
.inquiriesCon2 .defaultTabBox .tabTitle span.active {
  border-color: transparent;
  color: var(--active_color);
}
.inquiriesCon1 .tabList,
.inquiriesCon2 .tabList {
  margin-top: 0.8rem;
}
.inquiriesCon1 .inquiriesList,
.inquiriesCon2 .inquiriesList {
  margin-top: 0.8rem;
}
.inquiriesCon1 .inquiriesList li,
.inquiriesCon2 .inquiriesList li {
  margin-bottom: 0.6rem;
}
.inquiriesCon1 .inquiriesList li:last-child,
.inquiriesCon2 .inquiriesList li:last-child {
  margin-bottom: 0;
}
.inquiriesCon1 .inquiriesList .row,
.inquiriesCon2 .inquiriesList .row {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.inquiriesCon1 .inquiriesList .buttons,
.inquiriesCon2 .inquiriesList .buttons {
  margin: 0;
  margin-left: auto;
  width: fit-content;
  gap: 0.1rem;
}
.inquiriesCon1 .inquiriesList .buttons .btn,
.inquiriesCon2 .inquiriesList .buttons .btn {
  flex: unset;
  padding: 0 0.36rem;
  min-width: 1.8rem;
  height: 0.4rem;
  font-size: var(--font16);
}
.inquiriesCon1 .inquiriesList .time,
.inquiriesCon2 .inquiriesList .time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #000;
  font-family: Montserrat;
  font-size: var(--font21);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.inquiriesCon1 .inquiriesList .time img,
.inquiriesCon2 .inquiriesList .time img {
  width: var(--font24);
  margin-right: 0.1rem;
}
.inquiriesCon1 .inquiriesList .word,
.inquiriesCon2 .inquiriesList .word {
  margin-top: 0.2rem;
  padding: 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
  font-feature-settings: 'liga' off;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.75;
}
.inquiriesCon1 .inquiriesList .word p,
.inquiriesCon2 .inquiriesList .word p {
  white-space: pre-line;
  word-break: break-all;
}
@media (max-width:480px) {
  .inquiriesCon1 .inquiriesList .row,
  .inquiriesCon2 .inquiriesList .row {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .inquiriesCon1 .inquiriesList .time,
  .inquiriesCon2 .inquiriesList .time {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .inquiriesCon1 .inquiriesList .buttons .btn,
  .inquiriesCon2 .inquiriesList .buttons .btn {
    padding: 0.06rem 0.36rem;
    height: auto;
  }
}
.inquiriesCon2 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.inquiriesCon2 .inquiriesList .row {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0.6rem;
}
.inquiriesCon2 .inquiriesList .buttons {
  margin: 0;
  margin-left: auto;
  width: fit-content;
  gap: 0.1rem;
}
.inquiriesCon2 .inquiriesList .buttons .btn {
  flex: unset;
  padding: 0 0.88rem;
  min-width: 1.8rem;
  height: 0.48rem;
  font-size: var(--font20);
}
.inquiriesCon2 .inquiriesList .time {
  font-size: var(--font40);
}
.inquiriesCon2 .inquiriesList .time img {
  width: var(--font48);
  margin-right: 0.2rem;
}
.inquiriesCon2 .inquiriesList .word {
  margin-top: 0.2rem;
  padding: 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
  font-feature-settings: 'liga' off;
  font-size: var(--font16);
  font-weight: 400;
}
.inquiriesCon2 .inquiriesList .word p {
  white-space: pre-line;
  word-break: break-all;
}
.wishlistCon2 .tabList {
  margin-top: 0;
}
.faqCon1 .left {
  width: 8.2rem;
}
.faqCon1 .left .item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.22rem 0;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.faqCon1 .left .item.active h1 {
  color: var(--active_color);
}
.faqCon1 .left .item.active i {
  background: transparent url("../images/icon-13.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.faqCon1 .left .item:last-child {
  margin-bottom: 0;
}
.faqCon1 .left .item i {
  width: 0.24rem;
  height: 0.24rem;
  background: transparent url("../images/icon-12.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
.faqCon1 .left .item .word {
  flex: 1;
}
.faqCon1 .left .item h2 {
  color: #000;
  font-size: var(--font16);
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.faqCon1 .left .item h1 {
  color: #000;
  font-size: var(--font21);
  font-weight: 600;
  line-height: 1.23809524;
  text-transform: uppercase;
}
.faqCon1 .right {
  width: 6.2rem;
  padding: 0.2rem 0.2rem 0.4rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-feature-settings: 'liga' off;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.75;
}
.faqCon1 .right p {
  white-space: pre-line;
  word-break: break-word;
}
.faqCon1 .detail {
  display: none;
}
.faqCon1 .more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 1rem;
  height: 0.48rem;
  width: fit-content;
  gap: 0.4rem;
  padding: 0 0.4rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  color: #000;
  font-size: var(--font20);
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: none;
  border: 1px solid;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faqCon1 .more img {
  width: 0.22rem;
  height: auto;
}
.faqCon1 .more:hover {
  background: var(--active_color);
  color: #fff;
}
.faqCon1 .more:hover img {
  filter: invert(1);
}
@media (max-width:480px) {
  .faqCon1 .right {
    display: none;
  }
  .faqCon1 .left .item .detail {
    margin-top: 0.2rem;
    padding: 0.2rem 0.2rem 0.4rem;
    border-radius: 0.1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.75;
  }
  .faqCon1 .left .item .detail p {
    white-space: pre-line;
    word-break: break-word;
  }
  .faqCon1 .left .item.active {
    border-bottom: none;
  }
  .faqCon1 .left .item.active .detail {
    display: block;
  }
}
.searchCon1 {
  margin-bottom: 1.2rem;
}
.searchCon1 .emptyBox {
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 8px;
  border: 1px solid #CCC;
  color: #CCC;
  text-align: center;
  font-family: Montserrat;
  font-size: var(--font26);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  gap: 0.4rem;
}
.searchCon1 .emptyBox img {
  width: 2rem;
}
.searchCon1 .searchBox {
  padding: 1.2rem 0 1rem;
}
.searchCon1 .defaultTabBox .tabTitle,
.searchCon1 .defaultTabBox .tabTitleIndex {
  padding-top: 0.2rem;
}
.searchCon1 .relatedProducts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.searchCon1 .relatedProducts .product_item {
  width: calc((100% - 1.2rem) / 4);
}
@media (max-width:480px) {
  .searchCon1 .searchBox {
    border-bottom: none;
  }
  .searchCon1 .relatedProducts {
    gap: 0.3rem 0.2rem;
  }
  .searchCon1 .relatedProducts .product_item {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media (max-width:480px) {
  .breadcrumbs-list .w1480 {
    overflow-x: auto;
    white-space: nowrap;
  }
  .w1480 {
    width: 100%;
    padding: 0 0.24rem;
  }
  header .m_header_box .header_title {
    padding: 0 0.24rem;
  }
}
/*# sourceMappingURL=phase2.css.map */