* {
  margin: 0;
  padding: 0;
}
.font_text {
  font-family: 'Euclid Circular A-Light';
  font-size: 14px;
}
.font_title {
  font-family: 'Euclid Circular A-Light';
  font-size: 32px;
}
.font_text_title {
  font-family: 'Euclid Circular A-Light';
  font-size: 16px;
}
.font_xiaobiao {
  font-family: 'Euclid Circular A-Light';
  font-size: 20px;
}
.font_selling {
  font-family: 'Euclid Circular A-Medium';
  font-size: 24px;
}
.font_textemphasis {
  font-family: 'Euclid Circular A-Medium';
  font-size: 16px;
}
.font_text_biaoti {
  font-family: 'Euclid-Circular-A-SemiBold-700';
}
@font-face {
  font-family: 'Euclid-Circular-A-SemiBold-700';
  src: url('../Font/Euclid-Circular-A-SemiBold-700.ttf');
}
@font-face {
  font-family: 'Euclid Circular A-Light';
  src: url('../Font/Euclid-Circular-A-Light.ttf');
}
@font-face {
  font-family: 'Euclid Circular A-Medium';
  src: url('../Font/Euclid-Circular-A-Medium.ttf');
}
p.top_span {
  font-family: 'Euclid Circular A-Light';
  font-size: 14px;
}
.font_biaoti {
  font-size: 32px;
}
.details_box_pc {
  max-width: 1464px;
  width: 100%;
  margin: auto;
}
.details_box_pc img {
  display: block;
  width: 100%;
}
/* --------------------------------------------------moren */
.white {
  color: #fff;
}

.black {
  color: #000;
}
/* -----------------------------------------------------title */
.details_title {
  position: relative;
  margin-bottom: 25px;
}
.details_title {
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
p.title_p1 {
  position: absolute;
  font-size: 32px;
  font-family: 'Euclid Circular A-Medium';
  top: 35%;
  left: 40%;
}
p.title_p2 {
  position: absolute;
  font-family: 'Euclid Circular A-Medium';
  font-size: 32px;
  top: 57%;
  left: 40%;
}
p.title_p3 {
  position: absolute;
  font-family: 'Euclid Circular A-Medium';
  font-size: 32px;
  top: 57%;
  left: 69%;
}
.details_title img {
  display: block;
  width: 100%;
}
/* -----------------------------------------------------------------head_menu */
#head_menu {
  margin-bottom: 15px;
  position: relative;
}
#head_menu .mobile_menu input,
#head_menu .mobile_menu label {
  display: none;
}
#head_menu ul {
  overflow: hidden;
  border-radius: 10px;
  background-color: #304e59;
  padding: 20px 0px;
  display: flex;
}
#head_menu ul li {
  list-style: none;
  background-color: #304e59;
  color: #f0f0f0;
  display: inline;
  width: calc(100% / 9);
}

#head_menu ul li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #304e59;
  position: relative;
}

span.details_nav_span2 {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  height: 0px;
  border-bottom: 1px solid;
  top: 44px;
  z-index: 1;
  left: 0%;
}
#head_menu p::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  z-index: 999;
  background: #000000;
  height: 1px;
  transform: scaleX(0);
  /* 初始时线的长度为0 */
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-out;
}

#head_menu p:hover::before {
  outline: 0;
  transform: scaleX(1);
}
/* --------------------------------------------------------banner */
.details_banner,
.details_banner img {
  display: block;
  width: 100%;
}

.details_banner {
  position: relative;
  margin-bottom: 15px;
}
/*------------------------------------------------ banner1 */
.details_banner1 {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  left: 4%;
  text-align: left;
  width: 38%;
  transition: all 0.3s;
}

.details_banner1 p:nth-child(1) {
  margin: 0px 0 15px 0;
  letter-spacing: normal;
  line-height: 40px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner1 p:nth-child(2) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 27px;
  font-weight: normal;
  transition: all 0.3s;
}
/* ----------------------------------------------------new top_detail */
#top_size {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 15px;
}

#top_size div {
  width: 100%;
  order: 1;
}

#top_size .label_banner_new {
  display: none;
}

#top_size .select_img_new img {
  width: 100%;
  display: block;
}

#top_size .radio,
#top_size .select_img_new {
  display: none;
}

#top_size .top_detail_imgs_new {
  display: flex;
  padding: 0 200px;
  background-color: #f7f8fa;
  padding-bottom: 3rem;
  align-items: flex-end;
  flex-wrap: nowrap;
}

#top_size .top_detail_imgs_new label {
  box-sizing: border-box;
  width: calc(100% / 4);
  padding: 0 0rem 0 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top_size .top_detail_imgs_new .top_detail_imgs_new_hz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top_size .top_detail_imgs_new .top_detail_imgs_new_hz img {
  transition: transform 0.8s ease;
}
/* #top_size .top_detail_imgs_new .top_detail_imgs_new_hz img:hover {
  transform: scale(1.1);
  transition: transform 0.8s ease;
} */

#top_size .top_detail_imgs_new label img {
  width: 60%;
  display: block;
}

#top_size .top_detail_imgs_new label span {
  border-bottom: 2px solid rgb(62, 52, 48, 0);
  margin-top: 3%;
  text-align: center;
  padding-bottom: 2%;
}

#top_size .top_detail_imgs_new label:hover span {
  border-bottom: 2px solid black;
  margin-top: 3%;
  padding-bottom: 2%;
}

#top_size .radio:checked + label + div {
  display: block;
}

#top_size .select_img_new {
  position: relative;
}

#top_size .top_detail_div {
  position: absolute;
  width: 45%;
  background-color: #f7f8f9;
  right: 0;
  padding: 4rem 4rem 0 5rem;
  box-sizing: border-box;
  height: 550px;
}
/* ----------------------------------------------------show_details */
.show_hz {
  display: flex;
}
.show_details {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.show_hz img {
  display: block;
  transition: transform 0.8s ease;
  width: 100%;
}
.show_hz img:hover {
  transform: scale(1.2);
  transition: transform 0.8s ease;
}
video {
  width: 100%;
  display: block;
}
li.show_ul1_li1 {
  margin-bottom: 3px;
}
.show_details ul li {
  list-style: none;
  overflow: hidden;
}
.show_ul1 {
  margin-right: 4px;
}
.show_ul2 {
  margin-right: 4px;
}
.show_ul2_li1 {
  margin-bottom: 4px;
}

.show_ul3_li1 {
  margin-bottom: 4px;
}
/* ---------------------------------------------------------banner41 */
.details_banner41 {
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  left: 27%;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
}

.details_banner41 p:nth-child(1) {
  margin: 0px 0 15px 0;
  letter-spacing: normal;
  line-height: 50px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner41 p:nth-child(2) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 27px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_bottom.black {
  position: absolute;
  bottom: 9%;
  display: flex;
  width: 97%;
  left: 4.5%;
  justify-content: space-around;
  font-size: 16px;
  font-family: 'Euclid Circular A-Medium';
}

.details_bottom.black p:nth-child(2) {
  left: -1%;
  position: relative;
}
/* ---------------------------------------------------tab_div_ban2 */
#tab_div_ban2 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: -40px;
}
#tab_div_ban2 .tab2_all img {
  clip-path: polygon(0 10%, 100% 10%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0 75%);
  position: relative;
  top: -10.5%;
}
#tab_div_ban2 label {
  display: block;
}
/* #tab_div_ban2 label:hover {
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
} */
#tab_div_ban2 label:hover p {
  border-bottom: 1px white solid;
}
#tab_div_ban2 .tab2_all {
  width: 100%;
  order: 1;
}
#tab_div_ban2 .radio,
#tab_div_ban2 .tab2_all {
  display: none;
}

#tab_div_ban2 .radio:checked + label p {
  border-bottom: 1px white solid;
}
#tab_div_ban2 .radio:checked + label + div {
  display: block;
}
#tab_div_ban2 .tab2_label {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% / 4);
  background-color: rgba(0, 0, 0, 0.9);
  flex-direction: row;
}

#tab_div_ban2 .tab2_label p {
  color: white;
  position: relative;
  margin: 15px 0;
  padding: 6px 0;
  font-size: 16px;
  font-family: 'Euclid Circular A-Medium';
}
#tab_div_ban2 .tab2_lab1 p {
  left: 48%;
}
#tab_div_ban2 .tab2_lab2 p {
  left: 30%;
}
#tab_div_ban2 .tab2_lab3 p {
  left: 25%;
}
#tab_div_ban2 .tab2_lab4 p {
  left: 8%;
}
#tab_div_ban2 .tab2_lab5 p {
  left: -4%;
}
.tab2_option {
  position: absolute;
  top: 33%;
  left: 6.5%;
}
.tab2_option p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 40px;
  font-size: 32px;
  font-weight: normal;
  transition: all 0.3s;
  font-family: 'Euclid-Circular-A-SemiBold-700';
}
.tab2_option p:nth-child(2) {
  margin: 0;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.3s;
  text-align: left;
  font-family: 'Euclid Circular A-Light';
}

.tab2showp {
  font-size: 15px;
  font-family: 'Euclid Circular A-Medium';
  text-align: center;
  line-height: 18px;
}
/* ----------------------------------------show1 */
.tab2_option.tab2_show1 {
  width: 40%;
}
.tab2_showcontent1 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 15%;
  left: 4.5%;
  justify-content: space-around;
}
p.tab2show1_p2.tab2showp {
  position: relative;
  left: 5%;
}
p.tab2show1_p3.tab2showp {
  position: relative;
  left: 3.5%;
}
p.tab2show1_p4.tab2showp {
  position: relative;
  left: 0.5%;
}
/* ----------------------------------------show2 */
.tab2_option.tab2_show2 {
  width: 37%;
}
.tab2_showcontent2 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 36%;
  left: 2.8%;
  justify-content: space-around;
}
p.tab2show2_p2.tab2showp {
  position: relative;
  left: -2.5%;
}
p.tab2show2_p3.tab2showp {
  position: relative;
  left: -4.5%;
}
p.tab2show2_p4.tab2showp {
  position: relative;
  left: -3.5%;
}

/* ----------------------------------------show3 */
.tab2_option.tab2_show3 {
  width: 35%;
}
.tab2_showcontent3 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 24%;
  left: 4.5%;
  justify-content: space-around;
}
p.tab2show3_p2.tab2showp {
  position: relative;
  left: 3.5%;
}
p.tab2show3_p3.tab2showp {
  position: relative;
  left: 3.5%;
}
p.tab2show3_p4.tab2showp {
  position: relative;
  left: 3.5%;
}

/* ----------------------------------------show4 */
.tab2_option.tab2_show4 {
  width: 37%;
}
.tab2_showcontent4 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 17%;
  left: 3.5%;
  justify-content: space-around;
}
p.tab2show4_p2.tab2showp {
  position: relative;
  left: 0.6%;
}
p.tab2show4_p3.tab2showp {
  position: relative;
  left: -4%;
}

/* ----------------------------------------show5 */

.tab2_showcontent5 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 14.5%;
  left: 4.5%;
  justify-content: space-around;
}
p.tab2show5_p2.tab2showp {
  position: relative;
  left: 2.6%;
}
/* ------------------------------------------------tab_div_ban3----- */
/* p.tab3_biaoti {
  font-size: 16px;
  font-family: 'Euclid Circular A-Medium';
  line-height: 60px;
  width: 100%;
  text-align: center;
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
} */
#tab_div_ban3 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  margin-bottom: -40px;
  position: relative;
}
#tab_div_ban3 .tab3_all img {
  clip-path: polygon(0 10%, 100% 10%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0 75%);
  position: relative;
  top: -10.5%;
}
#tab_div_ban3 label {
  display: block;
}
/* #tab_div_ban3 label:hover {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
} */
#tab_div_ban3 label p:hover {
  border-bottom: 1px white solid;
}
#tab_div_ban3 .tab3_all {
  width: 100%;
  order: 1;
}
#tab_div_ban3 .radio,
#tab_div_ban3 .tab3_all {
  display: none;
}
#tab_div_ban3 .radio:checked + label {
  background-color: rgba(0, 0, 0, 0.9);
  /* border-radius: 18px; */
}
#tab_div_ban3 .radio:checked + label p {
  color: white;
  border-bottom: 1px white solid;
}
#tab_div_ban3 .radio:checked + label + div {
  display: block;
}
#tab_div_ban3 .tab3_label {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 3);
  background-color: rgba(0, 0, 0, 0.9);
}
#tab_div_ban3 .tab3_label p {
  color: white;
  position: relative;
  margin: 15px 0;
  padding: 6px 0;
  font-size: 16px;
  font-family: 'Euclid Circular A-Medium';
}
#tab_div_ban3 .tab3_lab1 p {
  left: 52%;
}
#tab_div_ban3 .tab3_lab2 p {
  left: 31%;
}
#tab_div_ban3 .tab3_lab3 p {
  left: 31%;
}
#tab_div_ban3 .tab3_lab4 p {
  left: 4%;
}
.tab3_option p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 40px;
  font-size: 32px;
  font-weight: normal;
  transition: all 0.3s;
  font-family: 'Euclid-Circular-A-SemiBold-700';
}
.tab3_option p:nth-child(2) {
  margin: 0;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.3s;
  text-align: left;
  font-family: 'Euclid Circular A-Light';
}

.tab3_option {
  position: absolute;
  top: 33%;
  left: 6.5%;
}
.tab3showp {
  font-size: 15px;
  font-family: 'Euclid Circular A-Medium';
  text-align: center;
  line-height: 18px;
}
/* ----------------------------------------show1 */
.tab3_option.tab3_show1 {
  width: 33%;
}
.tab3_showcontent1 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 26%;
  left: 3.6%;
  justify-content: space-around;
}
p.tab3show1_p2.tab3showp {
  position: relative;
  left: 0.5%;
}
p.tab3show1_p3.tab3showp {
  position: relative;
  left: 0.5%;
}
/* ----------------------------------------show2 */
.tab3_option.tab3_show2 {
  width: 35%;
}
.tab3_showcontent2 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 18%;
  left: 3.7%;
  justify-content: space-around;
}
p.tab3show2_p2.tab3showp {
  position: relative;
  left: -2.5%;
}
p.tab3show2_p3.tab3showp {
  position: relative;
  left: 2.5%;
}

/* ----------------------------------------show3 */
.tab3_option.tab3_show3 {
  width: 32%;
}
.tab3_showcontent3 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 7%;
  left: 4.7%;
  justify-content: space-around;
}
p.tab3show3_p2.tab3showp {
  position: relative;
  left: -1.5%;
}
p.tab3show3_p3.tab3showp {
  position: relative;
  left: -5.9%;
}

/* ----------------------------------------show4 */
.tab3_option.tab3_show4 {
  width: 35%;
}
.tab3_showcontent4 {
  position: absolute;
  top: 85%;
  display: flex;
  width: 7%;
  left: 4.7%;
  justify-content: space-around;
}

/* -----------------------------------------------------banner5 */
#details_banner_swiper {
  position: relative;
  margin-bottom: 25px;
}

/* .details_banner5 {
  position: absolute;
  top: 103px;
  transform: translateY(-50%);
  left: 26%;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
} */
.details_banner5 {
  transition: all 0.3s;
  position: absolute;
  top: 97px;
  left: 52%;
  width: 40%;
}
.details_banner5 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner5 p:nth-child(2) {
  margin: 0px 0 30px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}

.ban5_sp {
  position: absolute;
  top: 222px;
  width: 241px;
  left: 73%;
  border: 1px solid;
  padding: 10px;
}

.ban5_sp a {
  color: #000;
  text-decoration: none;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 隐藏复选框 */
.toggle-bk1 {
  display: none;
}

/* 自定义复选框样式 */
.togglelabel-bk1 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 222px;
  left: 52%;
  width: 241px;
  border: 1px solid;
}

/* 未点击时箭头朝上 */
/* .togglelabel-bk1::before {
  content: '\03C';
  position: absolute;
  right: 34px;
  top: 13px;
  font-size: 22px;
  color: #3a3a3a;
  transition: transform 0.5s, opacity 0.5s;

  opacity: 1;
  transform: rotate(90deg);
} */

/* 当鼠标悬停在复选框旁边时，箭头缓慢显示向下 */
/* .togglelabel-bk1:hover::before {
  transform: translateX(0);
  opacity: 1;
  transform: rotate(270deg);
} */
.togglelabel-hz5 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#rotate-image5 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}

.togglelabel-bk1:hover #rotate-image5 {
  transform: rotate(180deg);
}
img#rotate-image5-1 {
  transition: transform 0.5s linear;
  width: 27px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.ban5_sp:hover #rotate-image5-1 {
  transform: rotate(90deg);
}
.bankuai1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.toggle-bk1:checked + .togglelabel-bk1 + .bankuai1 {
  max-height: none;
  /* 不限制内容的最大高度 */
  transition: max-height 1s;
}

/* swiper 320 */
.details_swiper {
  position: relative;
  width: 100%;
  /* max-height: 320px; */
  margin-bottom: 15px;
  overflow: hidden;
}

input[type='radio'],
.handle_img {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
}

input[type='radio'] {
  opacity: 0;
}

.handle_img {
  pointer-events: none;
}

.radio_left,
.handle_left {
  left: 20px;
}

.radio_right,
.handle_right {
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.radio_left:checked ~ .handle_left,
.radio_right:checked ~ .handle_right {
  display: none;
}

.radio_right:checked ~ .details_swiper_content {
  transform: translateX(-50%);
}

.details_swiper_content {
  position: relative;
  display: flex;
  width: 200%;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

.details_swiper_slide {
  position: relative;
  width: 50%;
}

.details_swiper_slide img {
  display: block;
  width: 100%;
}

.details_swiper_slide_content {
  position: absolute;
  top: 40%;
  left: 7%;
  transform: translateY(-50%);
}

.details_swiper_slide_content2 {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  color: #fff;
}

ul.ban5_bottom {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: space-around;
  background-color: #f6f7f8;
  padding-bottom: 2%;
}

.ban5_bottom li {
  overflow: hidden;
}

.ban5_bottom li:nth-child(1),
.ban5_bottom li:nth-child(2) {
  margin-right: 4px;
}

.ban5_bottom li img {
  width: 100%;
  transition: transform 0.7s ease;
  display: block;
}

.ban5_bottom li img:hover {
  transform: scale(1.05);
  transition: transform 0.7s ease;
}

.bottom_box {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 48px;
  color: #000;
  justify-content: space-around;
}

.bottom_box p {
  width: 100%;
  text-align: left;
  margin-left: 107px;
}

/* ---------------------------------------- */
section {
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
}
/* label {
  background: #eee;
  display: none;
} */
label.yincang {
  opacity: 0;
}
section div {
  width: 100%;
  /* background-color: greenyellow; */
  order: 1;
}
.radio,
section div {
  display: none;
}
/* .radio:checked + label {
  background: #fff;
  border-bottom: 1px solid #fff;
} */
.radio:checked + label + div {
  display: block;
}
#parent {
  display: block;
  width: 400px;
  height: 200px;
  border: 5px solid navajowhite;
  padding: 10px;
}
img.hezi {
  width: 100%;
}
/* #control {
  border: 10px solid green;
} */
#control label {
  display: block;
  /* width: 100px; */
  /* height: 100px; */
  position: absolute;
  opacity: 0;
  top: 69%;
}
#control label img {
  opacity: 0;
}
#tab-one1:checked ~ #control .class3,
#tab-two1:checked ~ #control .class1,
#tab-three1:checked ~ #control .class2 {
  opacity: 1;
  left: 40px;
}

#tab-one1:checked ~ #control .class2,
#tab-two1:checked ~ #control .class3,
#tab-three1:checked ~ #control .class1 {
  opacity: 1;
  right: 40px;
}
/* ----------------------------------------------------banner6_1 */
.details_banner66 {
  position: relative;
}
.details_banner66 img {
  display: block;
}
.details_banner6_1 {
  position: absolute;
  top: 257px;
  transform: translateY(-50%);
  left: 36%;
  transition: all 0.3s;
  width: 28%;
  text-align: center;
}

.details_banner6_1 p:nth-child(1) {
  margin: 0 0 50px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner6_1 p:nth-child(2) {
  margin: 30px 0 0px 82px;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
  border: 1px solid white;
  border-radius: 22px;
  width: 54%;
  padding: 11px 0;
}

img#rotate-image6_1 {
  width: 18px;
  height: 10px;
  position: relative;
}

#rotate-image6_1 {
  max-width: 100%;
  height: auto;
  transition: transform 0.5s linear;
  /* 设置过渡效果，4秒钟完成旋转 */
}

.label1_hz:hover #rotate-image6_1 {
  transform: rotate(180deg);
}

/* ---------------------------------------------------banner6 */
.details_banner_ban6 {
  position: relative;
  margin-bottom: 15px;
  background-image: url('https://doporro-hangzhou.oss-cn-hangzhou.aliyuncs.com/Details/Germany/ebay/maimai/Radiator/FV-FS-all/pc_banner_6_2.jpg');
}

.details_banner_ban6 img {
  display: block;
}
.details_banner6 {
  position: absolute;
  top: 282px;
  transform: translateY(-50%);
  left: 372px;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
}

.details_banner6 h3 {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 40px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner6 p {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

/* .font_radikal {
  font-family: Radikal;
}

.font_arial {
  font-family: arial;
} */

#tab_div {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

#tab_div label {
  display: block;
}

#tab_div .tab_label_hz {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}

#tab_div .tab_label:hover {
  cursor: pointer;
  border-radius: 0px 0px 0 0;
  background-color: rgb(43 38 38 / 68%);
  color: #fff;
}

#tab_div .tab_label:hover span {
  color: #fff;
}

#tab_div .tab_all {
  width: 100%;
  order: 1;
}

#tab_div .radio,
#tab_div .tab_all {
  display: none;
}

#tab_div .radio:checked + label {
  border-radius: 0px 0px 0 0;
  background-color: rgb(1, 1, 1, 0.4);
  color: #fff;
}
#tab_div .radio:checked + .tab_label + span {
  color: #fff;
}

#tab_div .radio:checked + label + div {
  display: block;
}

#tab_div .tab_label {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 4);
  background-color: rgb(1, 1, 1, 0.7);
}

#tab_div .tab_label img {
  width: 18px;
  height: 10px;
  color: #fff;
}

#tab_div .tab_label span {
  line-height: 60px;
  font-size: 20px;
  color: #b3b3b3;
  padding-right: 15%;
}

#rotate-image {
  max-width: 100%;
  height: auto;
  transition: transform 0.5s linear;
  /* 设置过渡效果，4秒钟完成旋转 */
}

.tab_label:hover #rotate-image {
  transform: rotate(180deg);
}

/* 11111111111111111111111111111111111111111111111111111ces */
#tab_div .tab_label1 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 5);
  top: 328px;
  position: absolute;
  left: 40%;
}

#tab_div .tab_label1 img {
  width: 17px;
  height: 17px;
  margin: 22px 4px 8px 11px;
  color: #fff;
}

#tab_div .tab_label1 span {
  margin-left: 15%;
  font-size: 18px;
  color: #fff;
}

/* 1111111111111111111111111111111111111111111111111111111111ces */

.show {
  overflow: hidden;
}

/*
#show {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
#show1,
#show2,
#show3 {
  width: 100%;
  height: 100%;
} */

.xiaobiao {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Euclid Circular A-Medium';
}
.zhengwen {
  font-size: 14px;
  font-family: 'Euclid Circular A-Light';
}
/* 隐藏复选框 */
.checkbox {
  display: none;
}

/* 标签样式 */
.label1 {
  /* background-color: #ccc; */
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  position: absolute;
}
.label1_hz {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  letter-spacing: 1px;
}

/* 自定义框的位置 */
#checkbox1 + .label1 {
  top: 300px;
  left: 41%;
  text-align: center;
  width: 222px;
  color: #fff;
  border: 1px solid white;
  border-radius: 22px;
}

/* 默认隐藏内容 */
.content {
  display: none;
}

/* 当复选框被选中时，显示对应内容 */
.checkbox:checked + .label + .content {
  display: block;
}

/* 当复选框被选中时，显示对应内容 */
.checkbox:checked + .label1 + .content {
  display: block;
}
.option ul {
  display: flex;
}
.option ul li {
  width: 100%;
  list-style: none;
}
.hengxian1 {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  margin-top: 16px;
}
.hengxian {
  width: 84%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  margin-top: 16px;
}
.option .vessel:last-child {
  margin-bottom: 0;
}
.vessel {
  margin-bottom: 4%;
}
/* --------------------------------------------------------BANKUAI1 */
.option.op1 {
  width: 74%;
  overflow: hidden;
  position: absolute;
  top: 39%;
  left: 13%;
}

.vessel1_1 ul li,
.vessel1_2 ul li,
.vessel1_3 ul li {
  width: 50%;
}

/* --------------------------------------------------------BANKUAI2 */
.option.op2 {
  overflow: hidden;
  border: 1px solid #909090;
  padding: 3% 3%;
  margin: 5% 5%;
}
.tab_all2 {
  background-color: #f6f7f8;
}

/* --------------------------------------------------------BANKUAI3 */
.vessel3_1 ul li .xiaobiao {
  margin-bottom: 20px;
}
.option.op3 {
  overflow: hidden;
  border: 1px solid #909090;
  padding: 3% 3%;
  margin: 5% 5%;
}
.tab_all3 {
  background-color: #f6f7f8;
}
.vessel3_1 {
  margin-bottom: 2%;
}
.vessel3_2 {
  margin-bottom: 2%;
}
.vessel3_3 {
  margin-bottom: 2%;
}
.vessel3_4 {
  margin-bottom: 2%;
}

/* --------------------------------------------------------BANKUAI4 */
.vessel4_1 ul li .xiaobiao {
  margin-bottom: 20px;
}
.option.op4 {
  overflow: hidden;
  border: 1px solid #909090;
  padding: 3% 3%;
  margin: 5% 5%;
}
.vessel4_1 {
  margin-bottom: 1%;
}
.tab_all4 {
  background-color: #f6f7f8;
}

/* --------------------------------------------------------BANKUAI5 */
.option.op5 {
  overflow: hidden;
  border: 1px solid #909090;
  padding: 3% 3%;
  margin: 5% 5%;
}
.tab_all5 {
  background-color: #f6f7f8;
}

/* ---------------------------------------------banner8 */
.details_banner.ban8 {
  display: flex;
  flex-direction: row;
}
.details_banner8 {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 7%;
  transition: all 0.3s;
  width: 30%;
}

.details_banner8 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner8 p:nth-child(2) {
  margin: 0px 0 30px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}

.logowenan1 {
  position: absolute;
  top: 28%;
  left: 39%;
  width: 48%;
}

.logowenan1,
.logowenan2 p {
  letter-spacing: 0.5px;
}

.logowenan1 ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 118%;
  padding-left: 7px;
}

.logowenan1 li {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 16%;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}
.logowenan1 li:nth-child(1) {
  position: relative;
  left: 1%;
}

.logowenan1 li:nth-child(2) {
  position: relative;
  left: -0%;
}

.logowenan1 li:nth-child(3) {
  position: relative;
  left: -1%;
}

.logowenan1 li:nth-child(4) {
  position: relative;
  left: -2.5%;
}
.logowenan1 li:nth-child(1) p:nth-child(1),
.logowenan1 li:nth-child(4) p:nth-child(1) {
  padding-bottom: 40px;
}

.ban8_bt {
  font-size: 14px;
  padding-bottom: 20px;
  font-family: 'Euclid Circular A-Medium';
}
.ban8_zw {
  font-size: 12px;
  font-family: 'Euclid Circular A-Light';
}

.logowenan2 {
  position: absolute;
  top: 71%;
  left: 39%;
  width: 48%;
}

.logowenan2 ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 118%;
}

.logowenan2 li {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 15%;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}
.logowenan2 li:nth-child(1) {
  position: relative;
  left: 1.8%;
}

.logowenan2 li:nth-child(2) {
  position: relative;
  left: 1.1%;
}

.logowenan2 li:nth-child(3) {
  position: relative;
  left: -0.5%;
}

.logowenan2 li:nth-child(4) {
  position: relative;
  left: -1.3%;
}
/* .logowenan2 li:nth-child(1) p:nth-child(1) {
  padding-bottom: 40px;
} */
/* ---------------------------------------------banner10*/
.details_banner10 {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 31%;
  transition: all 0.3s;
  width: 54%;
}

.details_banner10 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.biaoti p {
  letter-spacing: 1px;
  font-family: 'Euclid Circular A-Medium';
}

p.biaoti1 {
  position: absolute;
  top: 53%;
  color: #fff;
  left: 17%;
  width: 25%;
}

p.biaoti2 {
  position: absolute;
  top: 53%;
  color: #fff;
  left: 46%;
  width: 25%;
}

p.biaoti3 {
  position: absolute;
  top: 54%;
  color: #fff;
  left: 75%;
}

p.biaoti4 {
  position: absolute;
  top: 85%;
  color: #fff;
  left: 27%;
}

p.biaoti5 {
  position: absolute;
  top: 85%;
  color: #fff;
  left: 48.5%;
}

p.biaoti6 {
  position: absolute;
  top: 85%;
  color: #fff;
  left: 68.5%;
}

/* ---------------------------------------------------banner11 */
.details_banner11 {
  background-color: #f7f8fa;
}

.ban11_bighz {
  padding-top: 50px;
  padding-bottom: 50px;
}

.details_banner11 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

.details_banner11 ul li {
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details_banner11 ul li img {
  width: 100%;
  transition: transform 0.7s ease;
}

.details_banner11 ul li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

h3.ban11_biaoti {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 44px;
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 100;
}

.top {
  background-color: #fff;
  padding-bottom: 50px;
  margin: 0 5% 2% 5%;
}

.middle {
  background-color: #fff;
  padding-bottom: 50px;
  margin: 0 5% 2% 5%;
}

.middle ul li:nth-child(1),
.middle ul li:nth-child(2),
.middle ul li:nth-child(3),
.middle ul li:nth-child(4) {
  margin-bottom: 50px;
}

.bottom {
  background-color: #fff;
  padding-bottom: 50px;
  margin: 0 5% 2% 5%;
}

.bottom ul li:nth-child(1),
.bottom ul li:nth-child(2),
.bottom ul li:nth-child(3),
.bottom ul li:nth-child(4) {
  margin-bottom: 50px;
}

.ban11_hz {
  overflow: hidden;
}

.details_banner11 a {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  /* ---------------------------------------------------- head*/
  p.title_p1 {
    position: absolute;
    font-size: 9px;
    font-family: 'Euclid Circular A-Medium';
    top: 35%;
    left: 40%;
  }
  p.title_p2 {
    position: absolute;
    font-family: 'Euclid Circular A-Medium';
    font-size: 9px;
    top: 56%;
    left: 40%;
  }
  p.title_p3 {
    position: absolute;
    font-family: 'Euclid Circular A-Medium';
    font-size: 9px;
    top: 57%;
    left: 69%;
  }
  /* ---------------------------------------------------- head_menu*/
  #head_menu {
    margin-bottom: 10px;
  }
  #head_menu .mobile_menu {
    position: relative;
  }
  #head_menu .mobile_menu label {
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 30px;
    font-size: 11px;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    background-color: #304e59;
  }
  #head_menu .mobile_menu {
    display: block;
    /* background-color: #435055; */
  }
  #head_menu .mobile_menu input {
    display: inline-block;
    opacity: 0;
    height: 25px;
  }
  #head_menu .mobile_menu input:checked ~ ul {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 5px;
  }
  #head_menu ul {
    display: none;
    margin-top: 2px;
    border-radius: 0px;
  }
  #head_menu ul li {
    list-style: none;
    background-color: #304e59;
    color: #f0f0f0;
    width: 100%;
    height: 29px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    margin-top: 2px;
    /* border: 2px solid red; */
    float: none;
  }
  #head_menu ul li.nav-title {
    width: 100%;
  }
  #head_menu ul li a {
    font-size: 10px;
  }
  span.details_nav_span2 {
    display: none;
  }
  .banner-top {
    display: flex;
    flex-direction: column;
    background-color: #f7f8f9;
  }
  .banner-top img {
    width: 70%;
    margin-left: 15%;
  }
  .banner-top img:nth-child(2) {
    width: 70%;
    margin-left: 20%;
  }
  /* ----------------------------------------------------new top_detail */
  #top_size {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0rem;
    margin-bottom: 10px;
  }

  #top_size div {
    width: 100%;
    order: 1;
  }

  #top_size .label_banner_new {
    display: none;
  }

  #top_size .select_img_new img {
    width: 100%;
    display: block;
  }

  #top_size .radio,
  #top_size .select_img_new {
    display: none;
  }

  #top_size .top_detail_imgs_new {
    display: flex;
    padding: 0 50px;
    background-color: #f7f8fa;
    padding-bottom: 1rem;
    margin-bottom: 0px;
    flex-direction: row;
    justify-content: space-evenly;
  }

  #top_size .top_detail_imgs_new label {
    box-sizing: border-box;
    width: calc(100% / 4);
    padding: 0 0rem 0 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #top_size .top_detail_imgs_new .top_detail_imgs_new_hz {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #top_size .top_detail_imgs_new .top_detail_imgs_new_hz img {
    transition: transform 0.8s ease;
  }
  #top_size .top_detail_imgs_new .top_detail_imgs_new_hz img:hover {
    transform: scale(1.2);
    transition: transform 0.8s ease;
  }

  #top_size .top_detail_imgs_new label img {
    width: 50%;
    display: block;
  }

  #top_size .top_detail_imgs_new label span {
    border-bottom: 4px solid rgb(62, 52, 48, 0);
    font-size: 5px;
    padding: 0px 6px;
  }

  #top_size .top_detail_imgs_new label:hover span {
    border-bottom: 2px solid black;
    padding: 0px 6px;
  }

  #top_size .radio:checked + label + div {
    display: block;
  }

  #top_size .select_img_new {
    position: relative;
  }

  #top_size .top_detail_div {
    position: absolute;
    width: 45%;
    background-color: #f7f8f9;
    right: 0;
    padding: 4rem 4rem 0 5rem;
    box-sizing: border-box;
    height: 550px;
  }
  /*------------------------------------------------------banner  */
  .details_banner {
    position: relative;
    margin-bottom: 10px;
  }
  /* ------------------------------------------------------banner1 */
  .details_banner1 {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    left: 4.5%;
    text-align: left;
    width: 49%;
    transition: all 0.3s;
  }
  .details_banner1 p:nth-child(1) {
    margin: 0px 0 10px 0;
    letter-spacing: normal;
    line-height: 15px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }
  .details_banner1 p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.3s;
    width: 100%;
    font-size: 7px;
  }

  /* ----------------------------------------------show_details-*/
  .show_hz {
    display: flex;
  }
  .show_ul1 {
    margin-right: 4px;
  }
  .show_ul2 {
    margin-right: 5px;
    margin-top: 2px;
  }
  .show_hz img {
    display: block;
    transition: transform 0.8s ease;
    width: 100%;
  }
  ul.show_ul3 {
    margin-top: 3px;
  }
  /* ---------------------------------------------------------banner41 */
  .details_banner41 {
    position: absolute;
    top: 24%;
    transform: translateY(-50%);
    left: 27%;
    transition: all 0.3s;
    width: 47%;
    text-align: center;
  }

  .details_banner41 p:nth-child(1) {
    margin: 0px 0 15px 0;
    letter-spacing: normal;
    line-height: 0px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 11px;
  }

  .details_banner41 p:nth-child(2) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 7px;
  }

  .details_bottom.black {
    position: absolute;
    bottom: 8%;
    display: flex;
    width: 96%;
    left: 2.5%;
    justify-content: space-around;
    font-family: 'Euclid Circular A-Medium';
    font-size: 6px;
  }
  /* ---------------------------------------------------tab_div_ban2 */
  #tab_div_ban2 {
    margin-bottom: -7px;
  }
  #tab_div_ban2 img {
    width: 100%;
  }
  #tab_div_ban2 label {
    display: block;
  }
  #tab_div_ban2 .tab2_label {
    top: 18px;
  }
  #tab_div_ban2 .tab2_label p {
    font-size: 5px;
    margin: 3% 0;
    padding: 2px 0;
  }
  .tab2_option {
    position: absolute;
  }
  .tab2_option p:nth-child(1) {
    margin: 0 0 5px 0;
    line-height: 15px;
    font-size: 10px;
  }
  .tab2_option p:nth-child(2) {
    line-height: 10px;
    font-size: 6px;
  }
  /* ----------------------------------------show1 */
  .tab2showp {
    font-size: 4px;
    line-height: 5px;
  }
  .tab2_option.tab2_show1 {
    top: 25%;
  }

  /* ----------------------------------------show2 */
  .tab2_option.tab2_show2 {
    top: 25%;
  }
  /* ----------------------------------------show3 */
  .tab2_option.tab2_show3 {
    top: 25%;
  }

  /* ----------------------------------------show4 */
  .tab2_option.tab2_show4 {
    top: 25%;
  }

  /* ------------------------------------------------tab_div_ban3---- */

  #tab_div_ban3 {
    width: 100%;
    margin-bottom: -7px;
  }
  #tab_div_ban3 img {
    width: 100%;
  }

  #tab_div_ban3 .tab3_label p {
    font-size: 5px;
    margin: 3% 0;
    padding: 2px 0;
  }
  .tab3_option {
    position: absolute;
  }
  .tab3_option p:nth-child(1) {
    margin: 0px 0 5px 0;
    line-height: 15px;
    font-size: 10px;
  }
  .tab3_option p:nth-child(2) {
    line-height: 10px;
    font-size: 6px;
  }

  .tab3showp {
    line-height: 5px;
    font-size: 4px;
  }
  /* ----------------------------------------show1 */
  .tab3_option.tab3_show1 {
    top: 25%;
  }

  /* ----------------------------------------show2 */
  .tab3_option.tab3_show2 {
    top: 25%;
  }

  /* ----------------------------------------show3 */
  .tab3_option.tab3_show3 {
    top: 25%;
  }
  /* ----------------------------------------show4 */
  .tab3_option.tab3_show4 {
    top: 25%;
  }

  /* -----------------------------------------------------banner5 */
  #details_banner_swiper {
    position: relative;
    margin-bottom: 6px;
  }
  #details_banner_swiper img {
    width: 100%;
  }
  #details_banner_swiper .ban5_swiper {
    width: 100%;
  }
  .details_banner5 {
    transition: all 0.3s;
    width: 43%;
    position: absolute;
    left: 53%;
    top: 8px;
  }
  #control label {
    display: block;
    position: absolute;
    top: 299px;
  }
  .details_banner5 p:nth-child(1) {
    margin: 0px 0 10px 0;
    letter-spacing: normal;
    line-height: 6px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 13px;
  }

  .details_banner5 p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 6px;
  }
  .ban5_sp {
    position: absolute;
    top: 58px;
    width: 74px;
    left: 315px;
    padding: 2px;
    border-radius: 3px;
  }
  .ban5_sp p {
    font-size: 5px;
  }

  .ban5_sp a {
    color: #000;
    text-decoration: none;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  /* 隐藏复选框 */
  .toggle-bk1 {
    display: none;
  }

  /* 自定义复选框样式 */
  .togglelabel-bk1 {
    cursor: pointer;
    position: absolute;
    left: 53%;
    width: 65px;
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 6px;
    top: 58px;
  }
  .togglelabel-bk1 p {
    font-size: 5px;
  }

  /* 未点击时箭头朝上 */
  /* .togglelabel-bk1::before {
content: '\03C';
position: absolute;
right: 34px;
top: 13px;
font-size: 22px;
color: #3a3a3a;
transition: transform 0.5s, opacity 0.5s;

opacity: 1;
transform: rotate(90deg);
} */

  /* 当鼠标悬停在复选框旁边时，箭头缓慢显示向下 */
  /* .togglelabel-bk1:hover::before {
transform: translateX(0);
opacity: 1;
transform: rotate(270deg);
} */
  .togglelabel-hz5 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .togglelabel-hz5 span {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  #rotate-image5 {
    transition: transform 0.5s linear;
    width: 10px !important;
    height: 6px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }

  .togglelabel-bk1:hover #rotate-image5 {
    transform: rotate(180deg);
  }
  img#rotate-image5-1 {
    transition: transform 0.5s linear;
    width: 9%;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .ban5_sp:hover #rotate-image5-1 {
    transform: rotate(90deg);
  }
  .bankuai1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }

  .toggle-bk1:checked + .togglelabel-bk1 + .bankuai1 {
    max-height: none;
    /* 不限制内容的最大高度 */
    transition: max-height 1s;
  }

  /* swiper 320 */
  .details_swiper {
    position: relative;
    width: 100%;
    /* max-height: 320px; */
    margin-bottom: 15px;
    overflow: hidden;
  }

  input[type='radio'],
  .handle_img {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin: 0;
  }

  input[type='radio'] {
    opacity: 0;
  }

  .handle_img {
    pointer-events: none;
  }

  .radio_left,
  .handle_left {
    left: 20px;
  }

  .radio_right,
  .handle_right {
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
  }

  .radio_left:checked ~ .handle_left,
  .radio_right:checked ~ .handle_right {
    display: none;
  }

  .radio_right:checked ~ .details_swiper_content {
    transform: translateX(-50%);
  }

  .details_swiper_content {
    position: relative;
    display: flex;
    width: 200%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
  }

  .details_swiper_slide {
    position: relative;
    width: 50%;
  }

  .details_swiper_slide img {
    display: block;
    width: 100%;
  }

  .details_swiper_slide_content {
    position: absolute;
    top: 40%;
    left: 7%;
    transform: translateY(-50%);
  }

  .details_swiper_slide_content2 {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    color: #fff;
  }

  ul.ban5_bottom {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-around;
  }

  .ban5_bottom li {
    overflow: hidden;
  }

  .ban5_bottom li:nth-child(1),
  .ban5_bottom li:nth-child(2) {
    margin-right: 4px;
  }

  .ban5_bottom li img {
    width: 100%;
    transition: transform 0.7s ease;
  }

  .ban5_bottom li img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }

  .bottom_box {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 5px;
    color: #fff;
    justify-content: space-around;
  }

  .bottom_box p {
    width: 100%;
    text-align: left;
    font-size: 8px;
    margin-left: 17px;
  }
  /* ---------------------------------------------------banner66 */
  .details_banner66 img {
    width: 100%;
  }
  /* ---------------------------------------------------banner6 */
  .details_banner_ban6 {
    position: relative;
    margin-top: -25px;
    margin-bottom: 5px;
  }

  .details_banner6 {
    position: absolute;
    top: 282px;
    transform: translateY(-50%);
    left: 372px;
    transition: all 0.3s;
    width: 47%;
    text-align: center;
  }

  .details_banner6 h3 {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 32px;
    font-size: 40px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .details_banner6 p {
    margin: 30px 0 20px 0;
    letter-spacing: normal;
    line-height: 23px;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .font_radikal {
    /* font-family: Radikal; */
  }

  .font_arial {
    /* font-family: arial; */
  }

  #tab_div {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0px 0px 0px;
    overflow: hidden;
    width: 100%;
  }

  #tab_div label {
    display: block;
  }

  #tab_div .tab_label_hz {
    margin: 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-evenly;
  }

  #tab_div .tab_label:hover {
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    background-color: rgb(43 38 38 / 68%);
    color: #fff;
  }

  #tab_div .tab_label:hover span {
    color: #fff;
  }

  #tab_div .tab_all {
    width: 100%;
    order: 1;
  }

  #tab_div .radio,
  #tab_div .tab_all {
    display: none;
  }

  #tab_div .radio:checked + label {
    background-color: rgb(red, green, blue, 0.5);
    border-radius: 0px 0px 0 0;
  }

  #tab_div .radio:checked + label + div {
    display: block;
  }

  #tab_div .tab_label {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 4);
    background-color: rgb(1, 1, 1, 1);
  }

  #tab_div .tab_label img {
    width: 8px;
    height: 5px;
    color: #fff;
  }

  #tab_div .tab_label span {
    line-height: 30px;
    font-size: 8px;
    color: #b3b3b3;
    padding-right: 1%;
  }

  #rotate-image {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s linear;
    /* 设置过渡效果，4秒钟完成旋转 */
  }

  .tab_label:hover #rotate-image {
    transform: rotate(180deg);
  }

  /* 11111111111111111111111111111111111111111111111111111ces */
  #tab_div .tab_label1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 5);
    top: 328px;
    position: absolute;
    left: 40%;
  }

  #tab_div .tab_label1 img {
    width: 17px;
    height: 17px;
    margin: 22px 4px 8px 11px;
    color: #fff;
  }

  #tab_div .tab_label1 span {
    margin-left: 15%;
    font-size: 18px;
    color: #fff;
  }

  /* 1111111111111111111111111111111111111111111111111111111111ces */

  .show {
    overflow: hidden;
  }

  .option {
    overflow: hidden;
  }

  .vessel ul {
    display: flex;
  }
  .vessel ul li {
    width: 100%;
    list-style: none;
  }
  .xiaobiao {
    margin-bottom: 5px;
    font-size: 7px;
    font-family: 'Euclid Circular A-Light';
  }
  .zhengwen {
    font-size: 6px;
    font-family: 'Euclid Circular A-Light';
  }
  span.hengxian {
    width: 83%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    margin-top: 6px;
  }
  /* 隐藏复选框 */
  .checkbox {
    display: none;
  }

  /* 标签样式 */
  .label1 {
    padding: 5px;
    margin: 0px;
    cursor: pointer;
    position: absolute;
  }
  .label1_hz {
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: none;
  }
  .details_banner6_1 {
    position: absolute;
    top: 75px;
    transform: translateY(-50%);
    left: 107px;
    transition: all 0.3s;
    width: 47%;
    text-align: center;
  }
  .details_banner6_1 p:nth-child(1) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 32px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }
  .details_banner6_1 p:nth-child(2) {
    margin: -2px 0 0px 41px;
    letter-spacing: normal;
    font-size: 8px;
    font-weight: normal;
    transition: all 0.3s;
    border: 1px solid white;
    border-radius: 22px;
    width: 51%;
    padding: 5px 0;
  }
  .details_banner_ban6 {
    position: relative;
    margin-top: -26px;
    margin-bottom: 10px;
  }
  .details_banner_ban6 img {
    width: 100%;
  }
  /* 自定义框的位置 */
  #checkbox1 + .label1 {
    top: 90px;
    left: 129px;
    text-align: center;
    width: 124px;
    color: #fff;
    font-size: 9px;
    border: 1px solid #f7f8f9;
    border-radius: 10px;
  }
  #checkbox1 + .label1 p {
    font-size: 9px;
  }
  img#rotate-image6_1 {
    width: 8px;
    height: 5px;
    position: relative;
    top: 0px;
    left: 0px;
  }

  /* 默认隐藏内容 */
  .content {
    display: none;
  }

  /* 当复选框被选中时，显示对应内容 */
  .checkbox:checked + .label + .content {
    display: block;
  }

  /* 当复选框被选中时，显示对应内容 */
  .checkbox:checked + .label1 + .content {
    display: block;
  }
  .hengxian1 {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    margin-top: 4px;
  }
  .hengxian {
    width: 82%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    margin-top: 4px;
  }
  /* --------------------------------------------------------BANKUAI1 */
  .option.op1 {
    width: 74%;
    overflow: hidden;
    position: absolute;
    top: 38%;
    left: 13%;
  }
  .vessel1_1 ul li,
  .vessel1_2 ul li,
  .vessel1_3 ul li {
    width: 50%;
  }

  /* --------------------------------------------------------BANKUAI2 */

  .tab_all2 {
    background-color: #f6f7f8;
  }

  /* --------------------------------------------------------BANKUAI3 */
  .vessel3_1 ul li .xiaobiao {
    margin-bottom: 10px;
  }
  .tab_all3 {
    background-color: #f6f7f8;
  }

  .vessel3_1 {
    margin-bottom: 2%;
  }
  .vessel3_2 {
    margin-bottom: 2%;
  }
  .vessel3_3 {
    margin-bottom: 2%;
  }
  .vessel3_4 {
    margin-bottom: 2%;
  }

  /* --------------------------------------------------------BANKUAI4 */
  .vessel4_1 ul li .xiaobiao {
    margin-bottom: 10px;
  }
  .tab_all4 {
    background-color: #f6f7f8;
  }
  .vessel4_1 {
    margin-bottom: 1%;
  }

  /* --------------------------------------------------------BANKUAI5 */
  .tab_all5 {
    background-color: #f6f7f8;
  }

  /* ---------------------------------------------banner8 */
  .details_banner.ban8 {
    display: flex;
    flex-direction: column;
  }
  .ban8_left img {
    width: 100%;
    margin-bottom: -67%;
    clip-path: polygon(0% 0, 100% 0%, 100% 50%, 0 50%);
  }
  .details_banner8 {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 17%;
    transition: all 0.3s;
    width: 70%;
  }
  .details_banner8 p:nth-child(1) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 0px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }
  .details_banner8 p:nth-child(2) {
    margin: 0px 0 30px 0;
    letter-spacing: normal;
    line-height: 17px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }
  .logowenan1 {
    position: absolute;
    top: 60%;
    left: 1%;
    width: 76%;
  }

  .logowenan1,
  .logowenan2 p {
    letter-spacing: 0.5px;
    font-size: 6px;
  }

  .logowenan1 ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    width: 121%;
    padding-left: 5px;
  }

  .logowenan1 li {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 16%;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }

  .logowenan1 li:nth-child(2) {
    position: relative;
    left: -0.5%;
  }

  .logowenan1 li:nth-child(3) {
    position: relative;
    left: -1.5%;
  }

  .logowenan1 li:nth-child(4) {
    position: relative;
    left: -2.5%;
  }
  .logowenan1 li:nth-child(1) p:nth-child(1) {
    padding-bottom: 15px;
  }
  .logowenan1 li:nth-child(3) p:nth-child(1) {
    padding-bottom: 15px;
  }
  .logowenan1 li:nth-child(4) p:nth-child(1) {
    padding-bottom: 15px;
  }

  .logowenan1 li p {
    font-size: 6px;
  }

  .logowenan2 {
    position: absolute;
    top: 84%;
    left: 1%;
    width: 76%;
  }

  .logowenan2 ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    width: 120%;
  }

  .logowenan2 li {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 15%;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
  }
  .logowenan2 li:nth-child(1) p:nth-child(1) {
    padding-bottom: 23px;
  }

  .logowenan2 li:nth-child(3) {
    position: relative;
    left: 0%;
    width: 14%;
  }

  .logowenan2 li:nth-child(4) {
    position: relative;
    left: -0.5%;
    width: 15%;
  }
  .logowenan2 li:nth-child(1) p:nth-child(1),
  .logowenan2 li:nth-child(3) p:nth-child(1) {
    padding-bottom: 23px;
  }

  .ban8_bt {
    padding-bottom: 15px;
    font-family: 'Euclid Circular A-Medium';
  }

  /* ---------------------------------------------banner10*/
  .details_banner10 {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    left: 14%;
    transition: all 0.3s;
    width: 80%;
  }

  .details_banner10 p:nth-child(1) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 19px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }

  .biaoti p {
    letter-spacing: 1px;
    font-size: 6px;
  }
  p.biaoti1 {
    position: absolute;
    top: 53%;
    color: #fff;
    left: 15%;
    width: 27%;
  }

  p.biaoti2 {
    position: absolute;
    top: 53%;
    color: #fff;
    left: 44.5%;
    width: 29%;
  }

  p.biaoti3 {
    position: absolute;
    top: 53%;
    color: #fff;
    left: 75.5%;
  }

  p.biaoti4 {
    position: absolute;
    top: 86%;
    color: #fff;
    left: 27%;
    font-size: 4px;
  }

  p.biaoti5 {
    position: absolute;
    top: 86%;
    color: #fff;
    left: 48%;
    font-size: 4px;
  }

  p.biaoti6 {
    position: absolute;
    top: 86%;
    color: #fff;
    left: 68%;
    font-size: 4px;
  }
  /* ---------------------------------------------------banner11 */
  .details_banner11 {
    background-color: #f7f8fa;
  }

  .ban11_bighz {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .details_banner11 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
  }

  .details_banner11 ul li {
    width: calc(100% / 2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .details_banner11 ul li img {
    width: 70%;
    transition: transform 0.7s ease;
  }

  .details_banner11 ul li img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }

  h3.ban11_biaoti {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 25px;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 100;
  }

  .top {
    width: 86%;
    margin-left: 8%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 40px;
  }

  .middle {
    width: 86%;
    margin-left: 8%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 40px;
  }

  .middle ul li:nth-child(1),
  .middle ul li:nth-child(2),
  .middle ul li:nth-child(3),
  .middle ul li:nth-child(4) {
    margin-bottom: 20px;
  }

  .bottom {
    width: 86%;
    margin-left: 8%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 50px;
  }

  .bottom ul li:nth-child(1),
  .bottom ul li:nth-child(2),
  .bottom ul li:nth-child(3),
  .bottom ul li:nth-child(4) {
    margin-bottom: 20px;
  }

  .ban11_hz {
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ban11_bighz p {
    font-size: 8px;
  }

  .details_banner11 a {
    color: #000;
    text-decoration: none;
  }
}
