* {
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
.font_text {
  font-family: 'ProximaNova_Light';
  font-size: 14px;
}
.font_textemphasis {
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
}
.font_title {
  font-family: 'MuseoSans_500';
  font-size: 32px;
}
.font_text_title {
  font-family: 'ProximaNova_Light';
  font-size: 16px;
}
.font_xiaobiao {
  font-family: 'ProximaNova_Light';
  font-size: 20px;
}
.font_selling {
  font-family: 'MuseoSans_500';
  font-size: 24px;
}

@font-face {
  font-family: 'MuseoSans_500';
  src: url('../Font/MuseoSans_500.otf');
}
@font-face {
  font-family: 'MuseoSans_300';
  src: url('../Font/MuseoSans-300.otf');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../Font/ProximaNova-Semibold.ttf');
}
@font-face {
  font-family: 'ProximaNova_Light';
  src: url('../Font/ProximaNova_Light.otf');
}
p.top_span {
  font-family: 'ProximaNova_Light';
  font-size: 16px;
}
.font_biaoti {
  font-size: 32px;
}
.details_box_pc {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.details_box_move {
  display: none;
}

/* .details_box_pc h3 {
  font-family: Helvetica, Arial, sans-serif;
}

.details_box_pc p {
  font-family: HelveticaNeue, Arial, sans-serif;
} */

/* --------------------------------------------------moren */
.white {
  color: #fff;
}

.black {
  color: #000;
}

/* -----------------------------------------------------title */
.details_title {
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
p.title_p1 {
  position: absolute;
  font-size: 27px;
  font-family: 'MuseoSans_500';
  top: 44%;
  left: 64%;
}
p.title_p2 {
  position: absolute;
  font-family: 'MuseoSans_500';
  font-size: 27px;
  top: 62%;
  left: 58%;
}
/* p.title_p3 {
  position: absolute;
  font-family: 'MuseoSans_500';
  font-size: 27px;
  top: 51%;
  left: 67%;
} */
.details_title img {
  display: block;
  width: 100%;
}

.details_content {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.details_content h3 {
  /* text-transform: capitalize; */
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 28px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_content p {
  margin: 0;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.3s;
  text-align: left;
}

/* --------------------------------------------------------banner */
.details_banner,
.details_banner img {
  display: block;
  width: 100%;
}

.details_banner {
  position: relative;
  margin-bottom: 15px;
}
#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: #5c787c;
  display: flex;
}
#head_menu ul li {
  list-style: none;
  background-color: #5c787c;
  color: #f0f0f0;
  width: calc(100% / 9);
  display: inline;
  padding: 20px 10px;
}
#head_menu ul li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #5c787c;
  position: relative;
}

span.details_nav_span2 {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  height: 0px;
  border-bottom: 1px solid;
  top: 49px;
  z-index: 1;
  left: 0%;
  display: none;
}
#head_menu a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 29px;
  z-index: 999;
  background: #000000;
  height: 1px;
  transform: scaleX(0);
  /* 初始时线的长度为0 */
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-out;
}
#head_menu li:hover {
  background-color: #4e666a;
}

/* #head_menu a:hover::before {
  outline: 0;
  transform: scaleX(1);
} */

/*------------------------------------------- nav*/

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  display: inline;
  margin: 0 26px;
}

.details_nav {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  padding: 20px 10px;
  margin-bottom: 25px;
  background-color: #304e59;
  position: relative;
}

.details_nav a {
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #304e59;
}

/* .details_nav a::after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #ffffff;
  z-index: 9999;
} */

/* .details_nav a:hover::after {
  display: block;
} */
.details_nav a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  z-index: 999;
  background: #000000;
  height: 1px;
  transform: scaleX(0); /* 初始时线的长度为0 */
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-out; /* 过渡效果 */
}

.details_nav a:hover::before {
  outline: 0;
  transform: scaleX(1);
}

span.details_nav_span {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  height: 0px;
  border-bottom: 1px solid;
  top: 47px;
  z-index: 1;
  left: 0%;
}
/* title-selling */
.title_selling {
  background-color: #f6f7f8;
  padding: 4% 0;
  margin-bottom: 15px;
}
.selling_top {
  width: 86%;
  margin-left: 8%;
  background-color: #fff;
  padding-bottom: 50px;
}
h3.selling_biaoti {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 44px;
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 100;
}
.title_selling ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
.title_selling ul li {
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_selling a {
  color: #000;
  text-decoration: none;
}
.selling_hz {
  height: 196px;
  overflow: hidden;
  margin-bottom: 15px;
}
.title_selling ul li img {
  width: 100%;
  transition: transform 0.7s ease;
}
.title_selling ul li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}
/*------------------------------------------------ banner1 */
.details_banner1 {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 7.5%;
  text-align: left;
  width: 37%;
  transition: all 0.3s;
}

.details_banner1 p:nth-child(1) {
  margin: 0px 0 24px 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: 20px;
  font-weight: normal;
  transition: all 0.3s;
  width: 55%;
}
img.logo {
  position: absolute;
  width: 14%;
  top: 14%;
  left: 7.5%;
}

/* ------------------------------------------------banner2 */
.details_banner2 {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.details_banner2,
.details_banner2 .ban2_hz img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
}

.details_banner2 .ban2_hz img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.model1 {
  position: absolute;
  width: 290px;
  height: 287px;
  top: 30%;
  /* background-color: #000; */
  left: 11.7%;
}

.model2 {
  position: absolute;
  width: 251px;
  height: 244px;
  top: 27%;
  /* background-color: #304e59; */
  left: 31.8%;
}

.model3 {
  position: absolute;
  width: 209px;
  height: 212px;
  top: 23%;
  /* background-color: #cdcdcd; */
  left: 49.5%;
}

.model4 {
  position: absolute;
  width: 183px;
  height: 194px;
  top: 17%;
  /* background-color: tan; */
  left: 63.6%;
}

.model5 {
  position: absolute;
  width: 172px;
  height: 189px;
  top: 9%;
  /* background-color: seagreen; */
  left: 76%;
}
/* -------------------------------------------------banner3 */
.ban3_hz {
  display: flex;
}
.details_banner3 {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.ban3_hz img {
  display: block;
  transition: transform 0.8s ease;
}
.ban3_hz img:hover {
  transform: scale(1.2);
  transition: transform 0.8s ease;
}
video {
  width: 100%;
  display: block;
}
li.ban3_ul1_li1 {
  margin-bottom: 3px;
}
.details_banner3 ul li {
  list-style: none;
  overflow: hidden;
}
.ban3_ul1 {
  margin-right: 4px;
  width: 43%;
}
.ban3_ul2 {
  margin-right: 4px;
}
.ban3_ul2_li1 {
  margin-bottom: 4px;
}

.ban3_ul3_li1 {
  margin-bottom: 4px;
}
/* ------------------------------------------------banner4 */
.details_banner4 {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.details_banner4,
.details_banner4 .ban4_hz img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
}

.details_banner4 .ban4_hz img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.hotspot1 {
  position: absolute;
  width: 79px;
  height: 249px;
  top: 11%;
  /* background-color: #000; */
  left: 7%;
}

.hotspot2 {
  position: absolute;
  width: 221px;
  height: 131px;
  top: 11%;
  /* background-color: #304e59; */
  left: 14%;
}

.hotspot3 {
  position: absolute;
  width: 305px;
  height: 140px;
  top: 11%;
  /* background-color: #cdcdcd; */
  left: 31%;
}

.hotspot4 {
  position: absolute;
  width: 124px;
  height: 132px;
  top: 11%;
  /* background-color: tan; */
  left: 54%;
}

.hotspot5 {
  position: absolute;
  width: 258px;
  height: 141px;
  top: 11%;
  /* background-color: seagreen; */
  left: 65%;
}

.hotspot6 {
  position: absolute;
  width: 120px;
  height: 165px;
  top: 11%;
  /* background-color: darkblue; */
  left: 85%;
}

.hotspot7 {
  position: absolute;
  width: 152px;
  height: 124px;
  top: 50%;
  /* background-color: fuchsia; */
  left: 7%;
}

.hotspot8 {
  position: absolute;
  width: 181px;
  height: 125px;
  top: 40%;
  /* background-color: yellow; */
  left: 21%;
}

.hotspot9 {
  position: absolute;
  width: 81px;
  height: 343px;
  top: 41%;
  /* background-color: cornflowerblue; */
  left: 36.5%;
}

.hotspot10 {
  position: absolute;
  width: 135px;
  height: 134px;
  top: 43%;
  /* background-color: brown; */
  left: 45.5%;
}

.hotspot11 {
  position: absolute;
  width: 120px;
  height: 162px;
  top: 39%;
  /* background-color: aquamarine; */
  left: 60%;
}

.hotspot12 {
  position: absolute;
  width: 266px;
  height: 124px;
  top: 45%;
  /* background-color: red; */
  left: 74%;
}

/* .hotspot13 {
  position: absolute;
  width: 24%;
  height: 5%;
  top: 70%;
  background-color: #000;
  left: 7%;
} */
.hotspot13 {
  position: absolute;
  width: 331px;
  height: 136px;
  top: 70%;
  /* background-color: palevioletred; */
  left: 7%;
}

.hotspot14 {
  position: absolute;
  width: 255px;
  height: 109px;
  top: 74%;
  /* background-color: gold; */
  left: 44%;
}

.hotspot15 {
  position: absolute;
  width: 147px;
  height: 132px;
  top: 71%;
  /* background-color: blueviolet; */
  left: 65%;
}

.hotspot16 {
  position: absolute;
  width: 214px;
  height: 110px;
  top: 74%;
  /* background-color: slateblue; */
  left: 78%;
}
/* -------------------------------------------------banner4_1 */
.details_banner41_1.black {
  position: absolute;
  top: 16%;
  right: 7%;
  width: 18%;
}
.details_banner41_1 p:nth-child(1) {
  margin: 0 0 15px 0;
  letter-spacing: normal;
  font-size: 26px;
}
.details_banner41_2.black {
  position: absolute;
  top: 80%;
  right: 7.8%;
  width: 41%;
}
.details_banner41_2 p:nth-child(1) {
  margin: 0px 0 15px 0;
  letter-spacing: normal;
}
p.details_banner41_3 {
  position: absolute;
  top: 37%;
  left: 61%;
}
/* -------------------------------------------------banner4_2 */
.details_banner42_1.black {
  position: absolute;
  top: 30%;
  left: 9%;
  width: 29%;
}
.details_banner42_1 p:nth-child(1) {
  margin: 0 0 15px 0;
  letter-spacing: normal;
}
.details_banner42_1 p:nth-child(2) {
  letter-spacing: normal;
  line-height: 20px;
  font-weight: normal;
  transition: all 0.3s;
}
/* -------------------------------------------------banner5 */
.details_banner5 {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.details_banner5 ul li img {
  display: block;
  width: 100%;
  transition: transform 0.7s ease;
}
.img_hz {
  overflow: hidden;
}
.details_banner5 ul li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}
ul.ban5_ul {
  display: flex;
  flex-direction: column;
}
.ban5_ul li {
  display: flex;
  flex-direction: row;
}
.ban5_ul li div {
  width: 50%;
  background-color: #f6f7f8;
}
.ban5_ul li div p {
  padding: 0 26%;
}
.li1_hz p:nth-child(1),
.li2_hz p:nth-child(1) {
  padding-top: 22%;
  padding-bottom: 2%;
}
p.font_text_title.ban5_zw {
  line-height: 20px;
}
/* --------------------------------------------------bammer6 */

.details_banner.ban6 {
  display: flex;
  flex-wrap: wrap;
}
.details_banner6 {
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
  left: 27%;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
}
.details_banner6 p:nth-child(1) {
  margin: 0 0 24px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner6 p:nth-child(2) {
  margin: 0px 0 20px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}
.ban6_bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #f6f7f8;
  padding-bottom: 50px;
  padding-top: 50px;
  align-items: center;
}
.ban6_bottom_hz {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  align-items: center;
}
.ban6_bottom_hz p {
  margin: 0 0;
  text-align: center;
  color: black;
}
.ban6_bottom_hz a {
  text-decoration: none;
}
.ban6_bottom_hz img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  margin-bottom: 20px;
}

.ban6_bottom_hz img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}
/* -------------------------------------------------banner7 */
.details_banner7 {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.details_banner7 ul li img {
  display: block;
  width: 100%;
  transition: transform 0.7s ease;
}
.img_hz {
  overflow: hidden;
}
.details_banner7 ul li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}
ul.ban7_ul {
  display: flex;
  flex-direction: column;
}
.ban7_ul li {
  display: flex;
  flex-direction: row;
}
.ban7_ul li div {
  width: 50%;
  background-color: #f6f7f8;
}
.ban7_ul li div p {
  padding: 0 17%;
}
p.font_text_title.ban7_zw {
  line-height: 20px;
}
p.ban7_p1 {
  position: absolute;
  top: 26%;
  left: 25.5%;
  color: white;
  padding: 0 !important;
  font-size: 14px;
}
p.ban7_p2 {
  position: absolute;
  top: 30%;
  left: 25.5%;
  padding: 0 !important;
  color: white;
  font-size: 14px;
}
p.ban7_p3 {
  position: absolute;
  top: 34.5%;
  left: 25.5%;
  padding: 0 !important;
  color: white;
  font-size: 14px;
}
/* -----------------------------------------------------banner8 */
#details_banner_swiper {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
img.ban8_img1 {
  position: absolute;
  top: 79px;
  left: 5%;
  display: block;
  transition: transform 0.7s ease;
  width: 44%;
}
img.ban8_img2 {
  position: absolute;
  top: 430px;
  right: 7%;
  display: block;
  transition: transform 0.7s ease;
}
img.ban8_img3 {
  position: absolute;
  top: 430px;
  right: 7%;
  display: block;
  transition: transform 0.7s ease;
}
p.font_textemphasis.ban8_p1 {
  position: absolute;
  top: 600px;
  left: 39%;
}
p.font_textemphasis.ban8_p2 {
  position: absolute;
  top: 606px;
  left: 78%;
  color: black;
}
p.font_textemphasis.ban8_p3 {
  position: absolute;
  top: 600px;
  left: 79.5%;
  color: white;
}
/* img.ban8_img1:hover,
img.ban8_img2:hover,
img.ban8_img3:hover {
  transform: scale(1.05);
  transition: transform 0.7s ease;
} */
.details_banner8 {
  transition: all 0.3s;
  text-align: center;
  position: absolute;
  top: 142px;
  left: 51%;
  width: 44%;
}
.details_banner8 p:nth-child(1) {
  margin: 0 0 24px 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;
}

.ban8_sp {
  position: absolute;
  top: 325px;
  width: 228px;
  left: 75%;
  border: 1px solid;
  padding: 10px;
}

.ban8_sp a {
  color: #000;
  text-decoration: none;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* 隐藏复选框 */
.toggle-bk1 {
  display: none;
}

/* 自定义复选框样式 */
.togglelabel-bk1 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 325px;
  left: 53.5%;
  width: 236px;
  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-hz8 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#rotate-image8 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}

.togglelabel-bk1:hover #rotate-image8 {
  transform: rotate(180deg);
}
img#rotate-image8-1 {
  transition: transform 0.5s linear;
  width: 27px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.ban8_sp:hover #rotate-image8-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.ban8_bottom {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: space-around;
}

.ban8_bottom li {
  overflow: hidden;
}

.ban8_bottom li:nth-child(1),
.ban8_bottom li:nth-child(2) {
  margin-right: 4px;
}

.ban8_bottom li img {
  width: 100%;
  transition: transform 0.7s ease;
  display: block;
}

.ban8_bottom li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.bottom_box {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 20px;
  color: #fff;
  justify-content: space-around;
}

.bottom_box p {
  width: 100%;
  text-align: left;
  margin-left: 20px;
}

/* ---------------------------------------- */
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: 1180px;
}
#tab-one1:checked ~ #control .class3,
#tab-two1:checked ~ #control .class1,
#tab-three1:checked ~ #control .class2 {
  opacity: 1;
  left: 10px;
}

#tab-one1:checked ~ #control .class2,
#tab-two1:checked ~ #control .class3,
#tab-three1:checked ~ #control .class1 {
  opacity: 1;
  right: 10px;
}

/* -----------------------------------------------------banner9 */
#details_banner_swiper9 {
  position: relative;
  margin-bottom: 25px;
}
#details_banner_swiper9 img {
  display: block;
}
.details_banner9 {
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 150px;
  color: white;
}
.details_banner9 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}
.vessel ul {
  display: flex;
}
.vessel ul li {
  width: 100%;
  list-style: none;
}
span.hengxian {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  margin-top: 16px;
}
.xiaobiao {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'ProximaNova_Light';
}
.zhengwen {
  font-size: 16px;
  font-family: 'ProximaNova-Semibold';
}
/*=========================xiala1======================= */
.xiala_1 {
  position: relative;
  overflow: hidden;
}
/* 隐藏复选框 */
.dianji-bk1 {
  display: none;
}
/* 自定义复选框样式 */
.dianji-lable1 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  left: 40%;
  width: 218px;
  color: white;
}
.bankuai-hz1 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#rotate-image9 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.dianji-lable1:hover #rotate-image9 {
  transform: rotate(180deg);
}
.ban9_bankuai1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.dianji-bk1:checked + .dianji-lable1 + .ban9_bankuai1 {
  max-height: none;
  /* 不限制内容的最大高度 */
  transition: max-height 1s;
}
.vessel1_1 {
  position: absolute;
  top: 205px;
  left: 16%;
  width: 69%;
}
.vessel1_2 {
  position: absolute;
  top: 288px;
  left: 16%;
  width: 69%;
}
.vessel1_3 {
  position: absolute;
  top: 373px;
  left: 16%;
  width: 69%;
}
.vessel1_4 {
  position: absolute;
  top: 453px;
  left: 16%;
  width: 69%;
}
.vessel1_1 ul li,
.vessel1_2 ul li,
.vessel1_3 ul li {
  width: 50%;
}

/*=========================xiala2======================= */
.xiala_2 {
  position: relative;
  overflow: hidden;
}
/* 隐藏复选框 */
.dianji-bk2 {
  display: none;
}
/* 自定义复选框样式 */
.dianji-lable2 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  left: 42%;
  width: 169px;
  color: white;
}
.bankuai-hz2 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#rotate-image9_2 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.dianji-lable2:hover #rotate-image9_2 {
  transform: rotate(180deg);
}
.ban9_bankuai2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.dianji-bk2:checked + .dianji-lable2 + .ban9_bankuai2 {
  max-height: none;
  /* 不限制内容的最大高度 */
  transition: max-height 1s;
}
.vessel2_1 {
  position: absolute;
  top: 228px;
  left: 16%;
  width: 69%;
}
.vessel2_2 {
  position: absolute;
  top: 330px;
  left: 16%;
  width: 69%;
}
.vessel2_3 {
  position: absolute;
  top: 420px;
  left: 16%;
  width: 69%;
}
.vessel2_4 {
  position: absolute;
  top: 499px;
  left: 16%;
  width: 69%;
}

/*=========================xiala3======================= */
.xiala_3 {
  position: relative;
  overflow: hidden;
}
/* 隐藏复选框 */
.dianji-bk3 {
  display: none;
}
/* 自定义复选框样式 */
.dianji-lable3 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  left: 42%;
  width: 177px;
  color: white;
}
.bankuai-hz3 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#rotate-image9_3 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.dianji-lable3:hover #rotate-image9_3 {
  transform: rotate(180deg);
}
.ban9_bankuai3 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.dianji-bk3:checked + .dianji-lable3 + .ban9_bankuai3 {
  max-height: none;
  /* 不限制内容的最大高度 */
  transition: max-height 1s;
}
.vessel3_1 ul li .xiaobiao {
  margin-bottom: 20px;
}
.vessel3_1 {
  position: absolute;
  top: 228px;
  left: 16%;
  width: 69%;
}
.vessel3_2 {
  position: absolute;
  top: 327px;
  left: 16%;
  width: 69%;
}
.vessel3_3 {
  position: absolute;
  top: 390px;
  left: 16%;
  width: 69%;
}
.vessel3_4 {
  position: absolute;
  top: 433px;
  left: 16%;
  width: 69%;
}

/*=========================xiala4======================= */
.xiala_4 {
  position: relative;
  overflow: hidden;
}
/* 隐藏复选框 */
.dianji-bk4 {
  display: none;
}
/* 自定义复选框样式 */
.dianji-lable4 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  left: 42%;
  width: 178px;
  color: white;
}
.bankuai-hz4 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#rotate-image9_4 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.dianji-lable4:hover #rotate-image9_4 {
  transform: rotate(180deg);
}
.ban9_bankuai4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.dianji-bk4:checked + .dianji-lable4 + .ban9_bankuai4 {
  max-height: none;
  /* 不限制内容的最大高度 */
  transition: max-height 1s;
}
.vessel4_1 ul li .xiaobiao {
  margin-bottom: 20px;
}
.vessel4_1 {
  position: absolute;
  top: 204px;
  left: 16%;
  width: 69%;
}
.vessel4_2 {
  position: absolute;
  top: 293px;
  left: 16%;
  width: 69%;
}
/*=========================xiala5======================= */
.xiala_5 {
  position: relative;
  overflow: hidden;
}
/* 隐藏复选框 */
.dianji-bk5 {
  display: none;
}
/* 自定义复选框样式 */
.dianji-lable5 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  left: 42%;
  width: 189px;
  color: white;
}
.bankuai-hz5 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#rotate-image9_5 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.dianji-lable5:hover #rotate-image9_5 {
  transform: rotate(180deg);
}
.ban9_bankuai5 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.dianji-bk5:checked + .dianji-lable5 + .ban9_bankuai5 {
  max-height: none;
  /* 不限制内容的最大高度 */
  transition: max-height 1s;
}
.vessel5_1 {
  position: absolute;
  top: 228px;
  left: 16%;
  width: 69%;
}
.vessel5_2 {
  position: absolute;
  top: 315px;
  left: 16%;
  width: 69%;
}
.vessel5_3 {
  position: absolute;
  top: 542px;
  left: 16%;
  width: 69%;
}
.vessel5_4 {
  position: absolute;
  top: 649px;
  left: 16%;
  width: 69%;
}
.vessel5_5 {
  position: absolute;
  top: 755px;
  left: 16%;
  width: 69%;
}
.vessel5_6 {
  position: absolute;
  top: 902px;
  left: 16%;
  width: 69%;
}
.vessel5_7 {
  position: absolute;
  top: 1009px;
  left: 16%;
  width: 69%;
}
/* ---------------------------------------------banner10*/
.details_banner_ban10 {
  position: relative;
  margin-bottom: 15px;
}

.details_banner10 {
  transition: all 0.3s;
  text-align: center;
  position: absolute;
  top: 18%;
  left: 20%;
  width: 61%;
}
.details_banner10 p:nth-child(2) {
  margin: 0px 0 30px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}
.details_banner10 p:nth-child(1) {
  margin: 0 0 24px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}
.details_swiper10 {
  position: absolute;
  overflow: hidden;
  top: 50%;
}
input[type='radio'],
.handle_img10 {
  z-index: 1;
  position: absolute;
  top: 44%;
  transform: translateY(-10%);
  margin: 0;
}

input[type='radio'] {
  opacity: 0;
}

.handle_img10 {
  pointer-events: none;
}

.radio_left10,
.handle_left10 {
  right: 60px;
}

.radio_right10,
.handle_right10 {
  left: 46px;
}

.radio_left10:checked ~ .handle_left10,
.radio_right10:checked ~ .handle_right10 {
  display: none;
}

.radio_right10:checked ~ .details_swiper_content10 {
  transform: translateX(-11%);
}
img.handle_img10.handle_left10 {
  display: none;
}
.radio_right10:checked ~ .handle_left10 {
  display: block;
}
.details_swiper_content10 {
  position: relative;
  display: flex;
  width: 200%;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

.details_swiper_slide10 img {
  display: block;
  width: 100%;
}
.ban10_text1 {
  position: absolute;
  top: 49%;
  left: 3.2%;
  width: 48%;
  color: white;
}
.ban10_text1 ul {
  display: flex;
  justify-content: space-evenly;
}
.ban10_text1 ul li {
  display: flex;
  list-style: none;
  flex-direction: column;
  justify-content: flex-start;
  width: 10%;
}
.ban10_text1 ul li:nth-child(1) {
  position: relative;
  left: 0.2%;
}
.ban10_text1 ul li:nth-child(3) p:nth-child(2) {
  width: 99%;
}
.ban10_text1 ul li:nth-child(5) p:nth-child(1) {
  padding-bottom: 20px;
}
.ban10_text1 ul li p:nth-child(1) {
  padding-bottom: 40px;
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
  text-align: center;
}
.ban10_text1 ul li p:nth-child(2) {
  font-family: 'ProximaNova_Light';
  font-size: 12px;
  text-align: center;
}
/* .ban10_text1 ul li:nth-child(3) p,
.ban10_text1 ul li:nth-child(4) p,
.ban10_text1 ul li:nth-child(5) p,
.ban10_text1 ul li:nth-child(7) p {
  padding-bottom: 40px;
} */
.ban10_text2 {
  position: absolute;
  top: 49%;
  width: 5%;
  left: 51%;
  color: white;
}
.ban10_text2 ul li {
  display: flex;
  list-style: none;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.ban10_text2 ul li p:nth-child(1) {
  padding-bottom: 20px;
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
  text-align: center;
}
.ban10_text2 ul li p:nth-child(2) {
  font-family: 'ProximaNova-Semibold';
  font-size: 12px;
  text-align: center;
}
/* ---------------------------------------------banner11*/
.details_banner_ban11 {
  position: relative;
  margin-bottom: 15px;
}
.details_banner11 {
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  left: 24%;
  transition: all 0.3s;
  width: 54%;
  text-align: center;
}

.details_banner11 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  font-weight: normal;
  transition: all 0.3s;
}
.details_banner11 p:nth-child(2) {
  margin: 0px 0 30px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}

.biaoti p {
  letter-spacing: normal;
  font-family: 'ProximaNova-Semibold';
}

p.biaoti1 {
  position: absolute;
  top: 40%;
  color: #fff;
  left: 11%;
  width: 25%;
}

p.biaoti2 {
  position: absolute;
  top: 40.5%;
  color: #fff;
  left: 43.5%;
  width: 25%;
}

p.biaoti3 {
  position: absolute;
  top: 40.5%;
  color: #fff;
  left: 73.5%;
}

p.biaoti4 {
  position: absolute;
  top: 68%;
  color: #fff;
  left: 12%;
}

p.biaoti5 {
  position: absolute;
  top: 76%;
  color: #fff;
  left: 12%;
}

p.biaoti6 {
  position: absolute;
  top: 84%;
  color: #fff;
  left: 12%;
}

.details_swiper11 {
  position: absolute;
  overflow: hidden;
  top: 60%;
  left: 28.6%;
}
input[type='radio'],
.handle_img11 {
  z-index: 1;
  position: absolute;
  top: 44%;
  transform: translateY(-10%);
  margin: 0;
}

input[type='radio'] {
  opacity: 0;
}
.details_swiper_slide11 {
  display: flex;
}
.handle_img11 {
  pointer-events: none;
}

.radio_left11,
.handle_left11 {
  left: 60px;
}

.radio_right11,
.handle_right11 {
  right: 46px;
}

.radio_left11:checked ~ .handle_left11,
.radio_right11:checked ~ .handle_right11 {
  display: none;
}

.radio_right11:checked ~ .details_swiper_content11 {
  transform: translateX(-50%);
}

.details_swiper_content11 {
  position: relative;
  display: flex;
  width: 200%;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

.details_swiper_slide11 img {
  display: block;
  width: 100%;
}
.details_swiper_slide11 img {
  padding-right: 10px;
}
/* ---------------------------------------------------banner12 */
.details_banner12 {
  background-color: #f7f8fa;
}

.ban12_bighz {
  padding-top: 50px;
  padding-bottom: 50px;
}

.details_banner12 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

.details_banner12 ul li {
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details_banner12 ul li img {
  width: 100%;
  transition: transform 0.7s ease;
}

.details_banner12 ul li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

h3.ban12_biaoti {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 44px;
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 100;
}
/*
.top {
  width: 86%;
  margin-left: 8%;
  background-color: #fff;
  margin-bottom: 50px;
  padding-bottom: 50px;
} */

.middle {
  width: 86%;
  margin-left: 8%;
  background-color: #fff;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.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 {
  width: 86%;
  margin-left: 8%;
  background-color: #fff;
  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: 50px;
}

.ban12_hz {
  height: 196px;
  overflow: hidden;
  margin-bottom: 15px;
}

.details_banner12 a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1180px) {
  .details_banner {
    position: relative;
    margin-bottom: 10px;
  }
  .details_box_move {
    max-width: 1200px;
    display: block;
  }

  /* .details_box_move h3 {
    font-family: Helvetica, Arial, sans-serif;
  }

  .details_box_move p {
    font-family: HelveticaNeue, Arial, sans-serif;
  } */

  /* -----------------------------------------------------title */
  .details_title {
    position: relative;
    margin-bottom: 5px;
  }

  .details_title img {
    display: block;
    width: 100%;
  }

  .details_content {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }

  .details_content h3 {
    /* text-transform: capitalize; */
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 32px;
    font-size: 28px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .details_content p {
    margin: 0;
    letter-spacing: normal;
    line-height: 24px;
    font-size: 16px;
    transition: all 0.3s;
    text-align: left;
  }

  /* --------------------------------------------------moren */
  .white {
    color: #fff;
  }

  .black {
    color: #000;
  }

  /* -------------------------------------------------move_nav */
  .details_nav {
    position: relative;
    display: block;
  }

  .details_nav input[type='checkbox'] {
    display: none;
  }

  .details_nav input[type='checkbox']:checked ~ .nav_list_move {
    opacity: 1;
    pointer-events: visible;
    transform: translateY(0);
  }

  .details_carousel_text_content_move ul li {
    line-height: 24px;
    font-size: 16px;
  }

  .details_nav .nav_title_move {
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #304e59;
    color: #fff;
    font-size: 20px;
  }

  .details_nav .nav_list_move {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: all 0.2s ease;
  }

  .details_nav .nav_item_move {
    user-select: none;
    cursor: pointer;
    background-color: rgba(48, 78, 89, 0.9);
    line-height: 40px;
    transition: all 0.2s ease;
  }

  .details_nav .nav_item_move :hover {
    background-color: rgba(48, 78, 89, 1);
  }

  .details_nav .nav_item_move :hover a {
    opacity: 1;
  }

  .details_nav .nav_item_move a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  /* -------------------title---------------------- */
  p.title_p1 {
    position: absolute;
    font-size: 12px;
    font-family: 'MuseoSans_300';
    top: 39%;
    left: 65%;
  }
  p.title_p2 {
    position: absolute;
    font-family: 'MuseoSans_300';
    font-size: 12px;
    top: 61%;
    left: 58%;
  }
  p.title_p3 {
    position: absolute;
    font-family: 'MuseoSans_500';
    font-size: 14px;
    top: 45%;
    left: 69%;
  }
  .title_selling {
    background-color: #f6f7f8;
    padding: 4% 0;
    margin-bottom: 5px;
  }
  /* ------------------------head-------------------- */
  p.top_span {
    font-family: 'ProximaNova_Light';
    font-size: 11px;
    font-weight: bold;
  }
  #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%;
  }
  /*-------------------------title-selling-------------- */
  .selling_top {
    width: 86%;
    margin-left: 8%;
    background-color: #fff;
    padding-bottom: 50px;
  }
  h3.selling_biaoti {
    text-align: center;
    margin-bottom: 32px;
    padding-top: 44px;
    letter-spacing: 0.5px;
    font-weight: 100;
  }
  h3.selling_biaoti {
    text-align: center;
    margin-bottom: 32px;
    padding-top: 44px;
    letter-spacing: 0.5px;
    font-weight: 100;
    font-size: 16px;
  }
  p.font_text_title.selling_xw {
    font-size: 8px;
  }
  .selling_hz {
    height: 135px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  /*-------------------------------banner1-------------- */

  .details_banner1 {
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
    left: 7.5%;
    text-align: left;
    width: 39%;
    transition: all 0.3s;
  }
  .details_banner1 p:nth-child(1) {
    margin: 0px 0 10px 0;
    letter-spacing: normal;
    line-height: 12px;
    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: 12px;
    font-weight: normal;
    transition: all 0.3s;
    width: 84%;
    font-size: 8px;
  }
  /* ----------------------------------------------banner2-------------- */
  .details_banner2,
  .details_banner2 .ban2_hz img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
  }
  .details_banner2 {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
  }
  img.ban2_bj {
    width: 100%;
  }
  .model1 {
    position: absolute;
    width: 72.5px;
    height: 71.75px;
    top: 35%;
    /* background-color: #000; */
    left: 13.7%;
  }
  .model2 {
    position: absolute;
    width: 62.75px;
    height: 61px;
    top: 33%;
    /* background-color: #304e59; */
    left: 31.8%;
  }
  .model3 {
    position: absolute;
    width: 52.25px;
    height: 53px;
    top: 29%;
    /* background-color: #cdcdcd; */
    left: 48.5%;
  }
  .model4 {
    position: absolute;
    width: 45.75px;
    height: 48.5px;
    top: 24%;
    /* background-color: tan; */
    left: 60.6%;
  }
  .model5 {
    position: absolute;
    width: 43px;
    height: 47.25px;
    top: 16%;
    /* background-color: seagreen; */
    left: 72%;
  }
  /* ----------------------------------------------banner3-------------- */
  .ban3_hz {
    display: flex;
  }
  .ban3_ul1 {
    margin-right: 4px;
    width: 154%;
  }
  .ban3_ul2 {
    margin-right: 5px;
    margin-top: 2px;
    width: 111%;
  }
  .ban3_hz img {
    display: block;
    transition: transform 0.8s ease;
    width: 100%;
  }
  ul.ban3_ul3 {
    margin-top: 3px;
  }
  /* ----------------------------------------------banner4-------------- */
  .details_banner4 {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    display: none;
  }

  .details_banner4 img {
    width: 100%;
  }
  .hotspot1 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 23%;
    /* background-color: #000; */
    left: 15%;
  }

  .hotspot2 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 11%;
    /* background-color: #304e59; */
    left: 29%;
  }

  .hotspot3 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 11%;
    /* background-color: #cdcdcd; */
    left: 41%;
  }

  .hotspot4 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 15%;
    /* background-color: tan; */
    left: 55%;
  }

  .hotspot5 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 21%;
    /* background-color: seagreen; */
    left: 66%;
  }

  .hotspot6 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 33%;
    /* background-color: darkblue; */
    left: 41.5%;
  }

  .hotspot7 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 31%;
    /* background-color: fuchsia; */
    left: 53.56%;
  }

  .hotspot8 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 34%;
    /* background-color: yellow; */
    left: 81%;
  }

  .hotspot9 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 45%;
    /* background-color: cornflowerblue; */
    left: 12%;
  }

  .hotspot10 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 44%;
    /* background-color: brown; */
    left: 25%;
  }

  .hotspot11 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 51%;
    /* background-color: aquamarine; */
    left: 42%;
  }

  .hotspot12 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 52%;
    /* background-color: red; */
    left: 54%;
  }

  /* .hotspot13 {
    position: absolute;
    width: 24%;
    height: 5%;
    top: 70%;
    background-color: #000;
    left: 7%;
  } */
  .hotspot13 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 42%;
    /* background-color: palevioletred; */
    left: 65.5%;
  }

  .hotspot14 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 65%;
    /* background-color: gold; */
    left: 15.5%;
  }

  .hotspot15 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 64%;
    /* background-color: blueviolet; */
    left: 30.5%;
  }

  .hotspot16 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 78%;
    /* background-color: slateblue; */
    left: 40%;
  }
  .hotspot17 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 71%;
    /* background-color: slateblue; */
    left: 55%;
  }
  .hotspot18 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 63%;
    /* background-color: slateblue; */
    left: 68.5%;
  }
  .hotspot19 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 57.3%;
    /* background-color: slateblue; */
    left: 81.2%;
  } /* -----------------------------------banner4_1----------------------------------- */
  .details_banner41_1.black {
    position: absolute;
    top: 12%;
    right: 1%;
    width: 25%;
  }
  .details_banner41_1 p:nth-child(1) {
    margin: 0 0 6px 0;
    letter-spacing: normal;
    font-size: 10px;
  }
  .details_banner41_1 p:nth-child(2) {
    font-size: 7px;
  }
  .details_banner41_2.black {
    position: absolute;
    top: 80%;
    right: 7.8%;
    width: 41%;
  }
  .details_banner41_2 p:nth-child(1) {
    margin: 0 0 3px 0;
    letter-spacing: normal;
    font-size: 10px;
  }
  .details_banner41_2 p:nth-child(2) {
    font-size: 7px;
  }
  p.details_banner41_3 {
    position: absolute;
    top: 36%;
    left: 59%;
    font-size: 6px;
  }
  /* -----------------------------------banner4_2----------------------------------- */
  .details_banner42_1.black {
    position: absolute;
    top: 30%;
    left: 9%;
    width: 41%;
  }
  .details_banner42_1 p:nth-child(1) {
    margin: 0 0 9px 0;
    letter-spacing: normal;
    font-size: 10px;
    font-size: 17px;
  }
  .details_banner42_1 p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 12px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 8px;
  }
  /* ----------------------------------------------banner5-------------- */
  .details_banner5 {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
  }

  .details_banner5 ul li img {
    display: block;
    width: 100%;
    transition: transform 0.7s ease;
  }
  .img_hz {
    overflow: hidden;
  }
  .details_banner5 ul li img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }
  ul.ban5_ul {
    display: flex;
    flex-direction: column;
  }
  li.ban5_li1 {
    display: flex;
    flex-direction: column;
  }
  li.ban5_li2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .ban5_ul li div {
    width: 100%;
    background-color: #f6f7f8;
  }
  .ban5_ul li div p {
    padding: 0 11%;
  }
  .li1_hz p:nth-child(1),
  .li2_hz p:nth-child(1) {
    padding-top: 9%;
    padding-bottom: 2%;
  }
  p.font_text_title.ban5_zw {
    line-height: 13px;
    padding-bottom: 10%;
    font-size: 10px;
  }
  p.font_selling.ban5_bt {
    font-size: 16px;
  }

  /* --------------------------------------------------bammer6 */

  .details_banner.ban6 {
    display: flex;
    flex-wrap: wrap;
  }
  .details_banner6 {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 27%;
    transition: all 0.3s;
    width: 47%;
    text-align: center;
  }
  .details_banner6 p:nth-child(1) {
    margin: 0px 0 10px 0;
    letter-spacing: normal;
    line-height: 12px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 17px;
  }

  .details_banner6 p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 12px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 8px;
  }
  .ban6_bottom {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: #f6f7f8;
    padding-bottom: 20px;
    padding-top: 80px;
  }
  .ban6_bottom_hz {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    align-items: center;
  }
  .ban6_bottom_hz p {
    margin: 0 0;
    font-size: 8px;
  }
  .ban6_bottom_hz img {
    display: block;
    width: 90%;
    height: 100%;
    transition: transform 0.7s ease;
    margin-bottom: 20px;
  }

  .ban6_bottom_hz img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }
  /* -------------------------------------------------banner7 */
  .details_banner7 {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
  }

  .details_banner7 ul li img {
    display: block;
    width: 100%;
    transition: transform 0.7s ease;
  }
  .img_hz {
    overflow: hidden;
  }
  .details_banner7 ul li img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }
  ul.ban7_ul {
    display: flex;
    flex-direction: column;
  }

  li.ban7_li1 {
    display: flex;
    flex-direction: column;
  }
  li.ban7_li2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .ban7_ul li div {
    width: 100%;
    background-color: #f6f7f8;
  }
  .ban7_ul li div p {
    padding: 0 17%;
  }
  p.font_text_title.ban7_zw {
    line-height: 13px;
    padding-bottom: 10%;
    font-size: 10px;
  }
  p.font_selling.ban7_bt {
    font-size: 16px;
  }
  p.ban7_p1 {
    position: absolute;
    top: 17%;
    left: 52%;
    color: white;
    padding: 0 !important;
    font-size: 8px;
  }
  p.ban7_p2 {
    position: absolute;
    top: 19.6%;
    left: 52%;
    padding: 0 !important;
    color: white;
    font-size: 8px;
  }
  p.ban7_p3 {
    position: absolute;
    top: 22.5%;
    left: 52%;
    padding: 0 !important;
    color: white;
    font-size: 8px;
  }
  /* -----------------------------------------------------banner8 */
  img.ban8_bj {
    width: 100%;
  }
  #details_banner_swiper {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
  }
  img.ban8_img1 {
    position: absolute;
    top: 57px;
    left: 3%;
    display: block;
    transition: transform 0.7s ease;
    width: 31%;
  }
  img.ban8_img2 {
    position: absolute;
    top: 109px;
    right: 10%;
    display: block;
    transition: transform 0.7s ease;
    width: 50%;
  }
  img.ban8_img3 {
    position: absolute;
    top: 111px;
    right: 7%;
    display: block;
    transition: transform 0.7s ease;
    width: 25%;
  }
  p.font_textemphasis.ban8_p1 {
    position: absolute;
    top: 155px;
    left: 17%;
    font-size: 6px;
  }
  p.font_textemphasis.ban8_p2 {
    position: absolute;
    top: 170px;
    left: 70%;
    color: white;
    font-size: 6px;
  }
  p.font_textemphasis.ban8_p3 {
    position: absolute;
    top: 178px;
    left: 75%;
    color: white;
    font-size: 6px;
  }
  /* img.ban8_img1:hover,
img.ban8_img2:hover,
img.ban8_img3:hover {
  transform: scale(1.05);
  transition: transform 0.7s ease;
} */
  .details_banner8 {
    transition: all 0.3s;
    text-align: center;
    position: absolute;
    top: 31px;
    left: 44%;
  }
  .details_banner8 p:nth-child(1) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 15px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }

  .details_banner8 p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 7px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 6px;
  }

  .ban8_sp {
    position: absolute;
    top: 77px;
    width: 94px;
    left: 68%;
    border: 0.5px solid;
    padding: 2px;
  }
  .ban8_sp p {
    font-size: 6px;
  }

  .ban8_sp a {
    color: #000;
    text-decoration: none;
    width: 97px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  /* 隐藏复选框 */
  .toggle-bk1 {
    display: none;
  }

  /* 自定义复选框样式 */
  .togglelabel-bk1 {
    padding: 2px;
    cursor: pointer;
    position: absolute;
    top: 77px;
    left: 38.5%;
    width: 97px;
    border: 0.5px 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-hz8 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .togglelabel-hz8 p {
    font-size: 6px;
  }

  #rotate-image8 {
    transition: transform 0.5s linear;
    width: 9px;
    height: 6px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }

  .togglelabel-bk1:hover #rotate-image8 {
    transform: rotate(180deg);
  }
  img#rotate-image8-1 {
    transition: transform 0.5s linear;
    width: 12px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .ban8_sp:hover #rotate-image8-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: 5px;
    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.ban8_bottom {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-around;
  }

  .ban8_bottom li {
    overflow: hidden;
  }

  .ban8_bottom li:nth-child(1),
  .ban8_bottom li:nth-child(2) {
    margin-right: 4px;
  }

  .ban8_bottom li img {
    width: 100%;
    transition: transform 0.7s ease;
    display: block;
  }

  .ban8_bottom li img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }

  .bottom_box {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 20px;
    color: #fff;
    justify-content: space-around;
  }

  .bottom_box p {
    width: 100%;
    text-align: left;
    margin-left: 20px;
  }

  /* ---------------------------------------- */
  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: 297px;
  }
  #tab-one1:checked ~ #control .class3,
  #tab-two1:checked ~ #control .class1,
  #tab-three1:checked ~ #control .class2 {
    opacity: 1;
    left: 10px;
  }

  #tab-one1:checked ~ #control .class2,
  #tab-two1:checked ~ #control .class3,
  #tab-three1:checked ~ #control .class1 {
    opacity: 1;
    right: 10px;
  }

  /* ----------------------------------------banner9 */
  #details_banner_swiper9 {
    position: relative;
    margin-bottom: 5px;
  }
  #details_banner_swiper9 img {
    display: block;
    width: 100%;
  }
  img.ban9_bj {
    width: 100%;
  }
  .details_banner9 {
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    color: white;
  }
  .details_banner9 p:nth-child(1) {
    margin: 0 0 0px 0;
    letter-spacing: normal;
    line-height: 0px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }
  .vessel ul {
    display: flex;
  }
  .vessel ul li {
    width: 100%;
    list-style: none;
  }
  span.hengxian {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    margin-top: 1px;
  }
  .xiaobiao {
    margin-bottom: 5px;
    font-size: 7px;
    font-family: 'ProximaNova_Light';
  }
  .zhengwen {
    font-size: 6px;
    font-family: 'ProximaNova-Semibold';
  }
  /*=========================xiala1======================= */
  .xiala_1 {
    position: relative;
    overflow: hidden;
  }
  /* 隐藏复选框 */
  .dianji-bk1 {
    display: none;
  }
  /* 自定义复选框样式 */
  .dianji-lable1 {
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: 33%;
    width: 122px;
    color: white;
  }
  .bankuai-hz1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .bankuai-hz1 p {
    font-size: 8px;
  }
  #rotate-image9 {
    transition: transform 0.5s linear;
    width: 8px !important;
    height: 4px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .dianji-lable1:hover #rotate-image9 {
    transform: rotate(180deg);
  }
  .ban9_bankuai1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  .dianji-bk1:checked + .dianji-lable1 + .ban9_bankuai1 {
    max-height: none;
    /* 不限制内容的最大高度 */
    transition: max-height 1s;
  }
  .vessel1_1 {
    position: absolute;
    top: 51px;
    left: 16%;
    width: 69%;
  }
  .vessel1_2 {
    position: absolute;
    top: 77px;
    left: 16%;
    width: 69%;
  }
  .vessel1_3 {
    position: absolute;
    top: 104px;
    left: 16%;
    width: 69%;
  }
  .vessel1_4 {
    position: absolute;
    top: 132px;
    left: 16%;
    width: 69%;
  }
  .vessel1_1 ul li,
  .vessel1_2 ul li,
  .vessel1_3 ul li {
    width: 50%;
  }

  /*=========================xiala2======================= */
  .xiala_2 {
    position: relative;
    overflow: hidden;
  }
  /* 隐藏复选框 */
  .dianji-bk2 {
    display: none;
  }
  /* 自定义复选框样式 */
  .dianji-lable2 {
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 33.9%;
    width: 132px;
    color: white;
  }
  .bankuai-hz2 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .bankuai-hz2 p {
    font-size: 8px;
  }
  #rotate-image9_2 {
    transition: transform 0.5s linear;
    width: 8px !important;
    height: 4px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .dianji-lable2:hover #rotate-image9_2 {
    transform: rotate(180deg);
  }
  .ban9_bankuai2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  .dianji-bk2:checked + .dianji-lable2 + .ban9_bankuai2 {
    max-height: none;
    /* 不限制内容的最大高度 */
    transition: max-height 1s;
  }
  .vessel2_1 {
    position: absolute;
    top: 57px;
    left: 16%;
    width: 69%;
  }
  .vessel2_2 {
    position: absolute;
    top: 93px;
    left: 16%;
    width: 69%;
  }
  .vessel2_3 {
    position: absolute;
    top: 420px;
    left: 16%;
    width: 69%;
  }
  .vessel2_4 {
    position: absolute;
    top: 499px;
    left: 16%;
    width: 69%;
  }

  /*=========================xiala3======================= */
  .xiala_3 {
    position: relative;
    overflow: hidden;
  }
  /* 隐藏复选框 */
  .dianji-bk3 {
    display: none;
  }
  /* 自定义复选框样式 */
  .dianji-lable3 {
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 34.5%;
    width: 132px;
    color: white;
  }
  .bankuai-hz3 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .bankuai-hz3 p {
    font-size: 8px;
  }
  #rotate-image9_3 {
    transition: transform 0.5s linear;
    width: 8px !important;
    height: 4px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .dianji-lable3:hover #rotate-image9_3 {
    transform: rotate(180deg);
  }
  .ban9_bankuai3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  .dianji-bk3:checked + .dianji-lable3 + .ban9_bankuai3 {
    max-height: none;
    /* 不限制内容的最大高度 */
    transition: max-height 1s;
  }
  .vessel3_1 ul li .xiaobiao {
    margin-bottom: 4px;
  }
  .vessel3_1 {
    position: absolute;
    top: 50px;
    left: 16%;
    width: 69%;
  }
  .vessel3_2 {
    position: absolute;
    top: 87px;
    left: 16%;
    width: 69%;
  }
  .vessel3_3 {
    position: absolute;
    top: 106px;
    left: 16%;
    width: 69%;
  }
  .vessel3_4 {
    position: absolute;
    top: 122px;
    left: 16%;
    width: 69%;
  }

  /*=========================xiala4======================= */
  .xiala_4 {
    position: relative;
    overflow: hidden;
  }
  /* 隐藏复选框 */
  .dianji-bk4 {
    display: none;
  }
  /* 自定义复选框样式 */
  .dianji-lable4 {
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 34.5%;
    width: 132px;
    color: white;
  }
  .bankuai-hz4 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .bankuai-hz4 p {
    font-size: 8px;
  }
  #rotate-image9_4 {
    transition: transform 0.5s linear;
    width: 8px !important;
    height: 4px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .dianji-lable4:hover #rotate-image9_4 {
    transform: rotate(180deg);
  }
  .ban9_bankuai4 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  .dianji-bk4:checked + .dianji-lable4 + .ban9_bankuai4 {
    max-height: none;
    /* 不限制内容的最大高度 */
    transition: max-height 1s;
  }
  .vessel4_1 ul li .xiaobiao {
    margin-bottom: 7px;
  }
  .vessel4_1 {
    position: absolute;
    top: 54px;
    left: 16%;
    width: 69%;
  }
  .vessel4_2 {
    position: absolute;
    top: 86px;
    left: 16%;
    width: 69%;
  }
  /*=========================xiala5======================= */
  .xiala_5 {
    position: relative;
    overflow: hidden;
  }
  /* 隐藏复选框 */
  .dianji-bk5 {
    display: none;
  }
  /* 自定义复选框样式 */
  .dianji-lable5 {
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 34.5%;
    width: 137px;
    color: white;
  }
  .bankuai-hz5 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .bankuai-hz5 p {
    font-size: 8px;
  }
  #rotate-image9_5 {
    transition: transform 0.5s linear;
    width: 8px !important;
    height: 4px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .dianji-lable5:hover #rotate-image9_5 {
    transform: rotate(180deg);
  }
  .ban9_bankuai5 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  .dianji-bk5:checked + .dianji-lable5 + .ban9_bankuai5 {
    max-height: none;
    /* 不限制内容的最大高度 */
    transition: max-height 1s;
  }
  .vessel5_1 {
    position: absolute;
    top: 49px;
    left: 16%;
    width: 69%;
  }
  .vessel5_2 {
    position: absolute;
    top: 82px;
    left: 16%;
    width: 69%;
  }
  .vessel5_3 {
    position: absolute;
    top: 162px;
    left: 16%;
    width: 69%;
  }
  .vessel5_4 {
    position: absolute;
    top: 194px;
    left: 16%;
    width: 69%;
  }
  .vessel5_5 {
    position: absolute;
    top: 233px;
    left: 16%;
    width: 69%;
  }
  .vessel5_6 {
    position: absolute;
    top: 288px;
    left: 16%;
    width: 69%;
  }
  .vessel5_7 {
    position: absolute;
    top: 320px;
    left: 16%;
    width: 69%;
  }
  /* ---------------------------------------------banner10*/
  .details_banner_ban10 {
    position: relative;
    margin-bottom: 5px;
  }
  img.ban10_bj {
    width: 100%;
  }

  .details_banner10 {
    transition: all 0.3s;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 20%;
  }
  .details_banner10 p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 8px;
  }
  .details_banner10 p:nth-child(1) {
    margin: 0 0 2px 0;
    letter-spacing: normal;
    line-height: 27px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }
  .details_swiper10 {
    position: absolute;
    overflow: hidden;
    top: 50%;
  }
  input[type='radio'],
  .handle_img10 {
    z-index: 1;
    position: absolute;
    top: 44%;
    transform: translateY(-10%);
    margin: 0;
  }

  input[type='radio'] {
    opacity: 0;
  }

  .handle_img10 {
    pointer-events: none;
  }

  .radio_left10,
  .handle_left10 {
    right: 2px;
    width: 3%;
  }

  .radio_right10,
  .handle_right10 {
    left: 8px;
    width: 3%;
  }

  .radio_left10:checked ~ .handle_left10,
  .radio_right10:checked ~ .handle_right10 {
    display: none;
  }

  .radio_right10:checked ~ .details_swiper_content10 {
    transform: translateX(-11%);
  }
  img.handle_img10.handle_left10 {
    display: none;
  }
  .radio_right10:checked ~ .handle_left10 {
    display: block;
  }
  .details_swiper_content10 {
    position: relative;
    display: flex;
    width: 125%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
  }

  .details_swiper_slide10 img {
    display: block;
    width: 100%;
  }
  .ban10_text1 {
    position: absolute;
    top: 49%;
    left: 5.2%;
    width: 76%;
    color: white;
  }
  .ban10_text1 ul {
    display: flex;
    justify-content: space-evenly;
  }
  .ban10_text1 ul li {
    display: flex;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 10%;
  }
  .ban10_text1 ul li p:nth-child(1) {
    padding-bottom: 8px;
    font-family: 'ProximaNova-Semibold';
    font-size: 5px;
    text-align: center;
  }
  .ban10_text1 ul li p:nth-child(2) {
    font-family: 'ProximaNova_Light';
    font-size: 3px;
    text-align: center;
  }
  .ban10_text1 ul li:nth-child(3) p,
  .ban10_text1 ul li:nth-child(4) p,
  .ban10_text1 ul li:nth-child(5) p,
  .ban10_text1 ul li:nth-child(7) p {
    padding-bottom: 14px;
  }
  .ban10_text2 {
    position: absolute;
    top: 49%;
    width: 8%;
    left: 81%;
    color: white;
  }
  .ban10_text2 ul li {
    display: flex;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .ban10_text2 ul li p:nth-child(1) {
    padding-bottom: 11px;
    font-family: 'ProximaNova-Semibold';
    font-size: 5px;
    text-align: center;
  }
  .ban10_text2 ul li p:nth-child(2) {
    font-family: 'ProximaNova-Semibold';
    font-size: 5px;
    text-align: center;
  }
  /* ---------------------------------------------banner11*/
  img.ban11_bj {
    width: 100%;
  }
  .details_banner_ban11 {
    position: relative;
    margin-bottom: 5px;
  }
  .details_banner11 {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: 8%;
    transition: all 0.3s;
    width: 82%;
    text-align: center;
  }

  .details_banner11 p:nth-child(1) {
    margin: 0 0 5px 0;
    letter-spacing: normal;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }
  .details_banner11 p:nth-child(2) {
    margin: 0px 0 2px 0;
    letter-spacing: normal;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 8px;
  }

  .biaoti p {
    letter-spacing: normal;
    font-family: 'ProximaNova-Semibold';
  }

  p.biaoti1 {
    position: absolute;
    top: 39%;
    color: #fff;
    left: 11%;
    width: 25%;
    font-size: 6px;
  }

  p.biaoti2 {
    position: absolute;
    top: 40%;
    color: #fff;
    left: 43.5%;
    width: 25%;
    font-size: 6px;
  }

  p.biaoti3 {
    position: absolute;
    top: 40.5%;
    color: #fff;
    left: 73.5%;
    font-size: 6px;
  }

  p.biaoti4 {
    position: absolute;
    top: 66%;
    color: #fff;
    left: 12%;
    font-size: 6px;
  }

  p.biaoti5 {
    position: absolute;
    top: 74%;
    color: #fff;
    left: 12%;
    font-size: 6px;
  }

  p.biaoti6 {
    position: absolute;
    top: 82%;
    color: #fff;
    left: 12%;
    font-size: 6px;
  }

  .details_swiper11 {
    position: absolute;
    overflow: hidden;
    top: 60%;
    left: 30.6%;
  }
  input[type='radio'],
  .handle_img11 {
    z-index: 1;
    position: absolute;
    top: 39%;
    transform: translateY(-10%);
    margin: 0;
  }

  input[type='radio'] {
    opacity: 0;
  }
  .details_swiper_slide11 {
    display: flex;
  }
  .handle_img11 {
    pointer-events: none;
  }

  .radio_left11,
  .handle_left11 {
    left: 6px;
    width: 4%;
  }

  .radio_right11,
  .handle_right11 {
    right: 11px;
    width: 4%;
  }

  .radio_left11:checked ~ .handle_left11,
  .radio_right11:checked ~ .handle_right11 {
    display: none;
  }

  .radio_right11:checked ~ .details_swiper_content11 {
    transform: translateX(-50%);
  }

  .details_swiper_content11 {
    position: relative;
    display: flex;
    width: 200%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
  }

  .details_swiper_slide11 img {
    display: block;
    width: 50%;
  }
  .details_swiper_slide11 img {
    padding-right: 3px;
  }
  /* --------------------------------------- */
  h3.ban12_biaoti {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 44px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 100;
  }
  .ban12_hz {
    height: 108px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  p.font_text_title.middle_zw {
    font-size: 10px;
  }
  p.font_text_title.bottom_zw {
    font-size: 10px;
  }
}
