* {
  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-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;
  padding-left: 2.5%;
}
#head_menu ul li {
  list-style: none;
  background-color: #304e59;
  color: #f0f0f0;
  margin: 0 30px;
  display: inline;
}

#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 a::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 a: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: 37%;
  transition: all 0.3s;
}

.details_banner1 p:nth-child(1) {
  margin: 0px 0 15px 0;
  letter-spacing: normal;
  line-height: 50px;
  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;
  width: 72%;
}
/* ----------------------------------------------------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: wrap;
}

#top_size .top_detail_imgs_new label {
  box-sizing: border-box;
  width: calc(100% / 7);
  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_details {
  display: flex;
}

.show_details img:hover {
  transform: scale(1.2);
  transition: transform 0.8s ease;
}

.left {
  margin-right: 5px;
  overflow: hidden;
}
.left ul li {
  display: flex;
  list-style: none;
  overflow: hidden;
  transition: transform 0.8s ease;
}
.left ul:nth-child(2) {
  margin-top: 5px;
}
.left img {
  width: 100%;
  transition: transform 0.8s ease;
}

.right {
  float: left;
  display: flex;
  flex-direction: column;
}

.right ul {
  display: flex;
}

.right ul:nth-child(2) {
  margin-top: 5px;
}
.right ul:nth-child(3) {
  margin-top: 5px;
}

.right ul li {
  display: flex;
  list-style: none;
  overflow: hidden;
  transition: transform 0.8s ease;
}

.right ul li img {
  float: left;
  width: 100%;
  transition: transform 0.8s ease;
}

.right .right_li2,
.right_li4 {
  margin-left: 5px;
}

video {
  width: 589px;
  height: 296px;
  object-fit: fill;
}
/* ---------------------------------------------------------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: 15%;
  display: flex;
  width: 86%;
  left: 5.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%;
  margin-bottom: 15px;
  position: relative;
}
#tab_div_ban2 label {
  display: block;
}
/* #tab_div_ban2 label:hover {
  background-color: rgba(0, 0, 0, 0.8);
  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: 4% 0;
  padding: 6px 0;
  font-size: 16px;
  font-family: 'Euclid Circular A-Medium';
}

#tab_div_ban2 .tab2_lab1 p {
  left: 57%;
}
#tab_div_ban2 .tab2_lab2 p {
  left: 48%;
}
#tab_div_ban2 .tab2_lab3 p {
  left: 24%;
}
#tab_div_ban2 .tab2_lab4 p {
  left: -5%;
}
.tab2_option {
  position: absolute;
}
.tab2_option p:nth-child(1) {
  color: white;
  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-Light';
}
.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';
  color: white;
}
.tab2showp {
  color: white;
  position: absolute;
  font-size: 13px;
  font-family: 'Euclid Circular A-Medium';
}
/* ----------------------------------------show1 */
.tab2_option.tab2_show1 {
  top: 31%;
  left: 6.5%;
  width: 32%;
}
.tab2show1_p1 {
  left: 5.1%;
  bottom: 9.5%;
  width: 6%;
  text-align: center;
}
.tab2show1_p2 {
  left: 11.7%;
  width: 7%;
  text-align: center;
  bottom: 11.9%;
}
.tab2show1_p3 {
  left: 17.7%;
  width: 9%;
  text-align: center;
  bottom: 11%;
}
/* ----------------------------------------show2 */
.tab2_option.tab2_show2 {
  top: 31%;
  left: 6.5%;
  width: 32%;
}
.tab2show2_p1 {
  left: 5.5%;
  bottom: 7%;
  width: 5%;
  text-align: center;
}
.tab2show2_p2 {
  left: 12.2%;
  width: 6%;
  text-align: center;
  bottom: 9.5%;
}
.tab2show2_p3 {
  left: 19.5%;
  bottom: 12%;
  width: 5%;
  text-align: center;
}
.tab2show2_p4 {
  left: 26.9%;
  bottom: 9.5%;
  width: 5%;
  text-align: center;
}
/* ----------------------------------------show3 */
.tab2_option.tab2_show3 {
  top: 31%;
  left: 6.5%;
  width: 34%;
}
.tab2show3_p1 {
  left: 5%;
  bottom: 9.5%;
  width: 6%;
  text-align: center;
}
.tab2show3_p2 {
  left: 12.2%;
  width: 6%;
  text-align: center;
  bottom: 11.8%;
}
.tab2show3_p3 {
  left: 18.8%;
  bottom: 9.5%;
  width: 7%;
  text-align: center;
}
/* ----------------------------------------show4 */
.tab2_option.tab2_show4 {
  top: 31%;
  left: 6.5%;
  width: 32%;
}
.tab2show4_p1 {
  left: 5%;
  bottom: 9.5%;
  width: 6%;
  text-align: center;
}
.tab2show4_p2 {
  left: 12.2%;
  width: 6%;
  text-align: center;
  bottom: 9.5%;
}
/* ------------------------------------------------tab_div_ban3----- */

#tab_div_ban3 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
#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: 4% 0;
  padding: 6px 0;
  font-size: 16px;
  font-family: 'Euclid Circular A-Medium';
}
#tab_div_ban3 .tab3_lab1 p {
  left: 44%;
}
#tab_div_ban3 .tab3_lab2 p {
  left: 8%;
}
#tab_div_ban3 .tab3_lab3 p {
  left: 6%;
}
#tab_div_ban3 .tab3_lab4 p {
  left: 7%;
}
.tab3_option {
  position: absolute;
  top: 31%;
  left: 6.5%;
  width: 30%;
}
.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-Light ';
}
.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';
}
/* label.tab3_label.tab3_lab1 {
  position: absolute;
  top: 29%;
  left: 81%;
}
label.tab3_label.tab3_lab2 {
  position: absolute;
  top: 43%;
  left: 81%;
}
label.tab3_label.tab3_lab3 {
  position: absolute;
  top: 57%;
  left: 81%;
}
label.tab3_label.tab3_lab4 {
  position: absolute;
  top: 70%;
  left: 81%;
} */
.tab3showp {
  position: absolute;
  font-size: 13px;
  font-family: 'Euclid Circular A-Medium';
}
/* ----------------------------------------show1 */
/* .tab3_option.tab3_show1 {
  top: 40%;
  left: 46.5%;
  width: 26%;
  color: black;
} */
.tab3show1_p1 {
  bottom: 13%;
  left: 4.7%;
  width: 6%;
  text-align: center;
}
.tab3show1_p2 {
  bottom: 13%;
  left: 11.2%;
  width: 8%;
  text-align: center;
}
.tab3show1_p3 {
  bottom: 10.5%;
  left: 18.8%;
  width: 7%;
  text-align: center;
}
/* ----------------------------------------show2 */
.tab3_option.tab3_show2 {
  position: absolute;
  top: 31%;
  left: 6.5%;
  width: 34%;
}
.tab3show2_p1 {
  bottom: 10%;
  left: 5.2%;
  width: 6%;
  text-align: center;
}
.tab3show2_p2 {
  bottom: 10%;
  left: 11.8%;
  width: 7%;
  text-align: center;
}
/* ----------------------------------------show3 */
.tab3_option.tab3_show3 {
  position: absolute;
  top: 31%;
  left: 6.5%;
  width: 34%;
}
.tab3show3_p1 {
  bottom: 10.2%;
  left: 5.1%;
  width: 6%;
  text-align: center;
}
.tab3show3_p2 {
  bottom: 10.2%;
  left: 12%;
  width: 6%;
  text-align: center;
}
.tab3show3_p3 {
  bottom: 10.2%;
  left: 19.2%;
  width: 6%;
  text-align: center;
}
/* ----------------------------------------show4 */
.tab3_option.tab3_show4 {
  position: absolute;
  top: 31%;
  left: 6.5%;
  width: 37%;
}
.tab3show4_p1 {
  bottom: 10.2%;
  left: 5.1%;
  width: 6%;
  text-align: center;
}
.tab3show4_p2 {
  bottom: 10.2%;
  left: 12.3%;
  width: 6%;
  text-align: center;
}

/* ----------------------------------------------------banner6_1 */
.details_banner66 {
  position: relative;
}
.details_banner66 img {
  display: block;
}
.details_banner6_1 {
  position: absolute;
  top: 259px;
  transform: translateY(-50%);
  left: 530px;
  transition: all 0.3s;
  width: 28%;
  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;
}

.details_banner6_1 p:nth-child(2) {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

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 {
  margin: 0px 105px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-around;
}

#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;
  /* margin-left: 30%; */
  font-size: 20px;
  color: #b3b3b3;
}

#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: 303px;
  left: 600px;
  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: 38%;
  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;
  height: 400px;
}

/* --------------------------------------------------------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;
  height: 460px;
}
.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;
  height: 325px;
}

/* --------------------------------------------------------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: 9%;
  transition: all 0.3s;
  width: 27%;
}

.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: 27%;
  left: 39.7%;
  width: 48%;
}

.logowenan1,
.logowenan2 p {
  letter-spacing: 0.5px;
}

.logowenan1 ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 117%;
  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(2) {
  position: relative;
  left: -2%;
}

.logowenan1 li:nth-child(3) {
  position: relative;
  left: -2%;
  width: 13%;
}

.logowenan1 li:nth-child(4) {
  position: relative;
  left: -2.2%;
}
.logowenan1 li:nth-child(1) p:nth-child(1),
.logowenan1 li:nth-child(4) p:nth-child(1) {
  padding-bottom: 46px;
}
.ban8_bt {
  font-size: 14px;
  padding-bottom: 30px;
  font-family: 'Euclid Circular A-Medium';
}
.ban8_zw {
  font-size: 12px;
  font-family: 'Euclid Circular A-Light';
}

.logowenan2 {
  position: absolute;
  top: 71%;
  left: 39.5%;
  width: 49%;
}

.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: space-between;
}
.logowenan2 li:nth-child(1) {
  position: absolute;
  left: 10.5%;
  width: 17%;
}
.logowenan2 li:nth-child(2) {
  position: absolute;
  left: 36.3%;
  width: 17%;
}
.logowenan2 li:nth-child(3) {
  position: absolute;
  left: 60.9%;
  width: 18%;
}

.logowenan2 li:nth-child(4) {
  position: absolute;
  left: 84.2%;
  width: 22%;
}
.logowenan2 li:nth-child(1) p:nth-child(1),
.logowenan2 li:nth-child(3) p:nth-child(1) {
  padding-bottom: 46px;
}
/* ---------------------------------------------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: 15%;
  width: 25%;
}

p.biaoti2 {
  position: absolute;
  top: 53%;
  color: #fff;
  left: 45.5%;
  width: 25%;
}

p.biaoti3 {
  position: absolute;
  top: 54%;
  color: #fff;
  left: 75.5%;
}

p.biaoti4 {
  position: absolute;
  top: 87%;
  color: #fff;
  left: 26.5%;
}

p.biaoti5 {
  position: absolute;
  top: 87%;
  color: #fff;
  left: 49%;
}

p.biaoti6 {
  position: absolute;
  top: 87%;
  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 0px;
    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% / 6);
    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: 90%;
    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 {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .left {
    margin-right: 0px;
    overflow: hidden;
  }
  .right {
    float: left;
    width: 100%;
  }
  /* .right ul {
    display: flex;
    height: 150px;
  } */
  video {
    width: 300px;
    height: 150px;
    object-fit: fill;
  }
  /* ---------------------------------------------------------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: 15%;
    display: flex;
    width: 86%;
    left: 5.5%;
    justify-content: space-around;
    font-size: 16px;
    font-family: 'Euclid Circular A-Medium';
    font-size: 6px;
  }
  /* ---------------------------------------------------tab_div_ban2 */
  #tab_div_ban2 {
    margin-bottom: 10px;
  }
  #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: 11px;
  }
  .tab2_option p:nth-child(2) {
    line-height: 12px;
    font-size: 7px;
  }
  /* ----------------------------------------show1 */
  .tab2showp {
    font-size: 4px;
  }
  .tab2_option.tab2_show1 {
    top: 31%;
    left: 5.5%;
    width: 40%;
  }
  /* .tab2show1_p1 {
    bottom: 7%;
    left: 5.2%;
  }
  .tab2show1_p2 {
    bottom: 7%;
    left: 11.8%;
  }
  .tab2show1_p3 {
    bottom: 10%;
    left: 18%;
  } */
  /* ----------------------------------------show2 */
  .tab2_option.tab2_show2 {
    top: 24%;
    left: 5.5%;
    width: 40%;
  }
  /* ----------------------------------------show3 */
  .tab2_option.tab2_show3 {
    top: 20%;
    left: 5.5%;
    width: 40%;
  }
  /* .tab2show3_p1 {
    left: 5%;
    bottom: 6.5%;
    width: 6%;
    text-align: center;
  }
  .tab2show3_p2 {
    left: 12.2%;
    width: 6%;
    text-align: center;
    bottom: 10%;
  }
  .tab2show3_p3 {
    left: 18.8%;
    bottom: 7%;
    width: 7%;
    text-align: center;
  } */
  /* ----------------------------------------show4 */
  .tab2_option.tab2_show4 {
    top: 31%;
    left: 5.5%;
    width: 40%;
  }
  /* ------------------------------------------------tab_div_ban3---- */

  #tab_div_ban3 {
    width: 100%;
    margin-bottom: 10px;
  }
  #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: 11px;
  }
  .tab3_option p:nth-child(2) {
    line-height: 10px;
    font-size: 7px;
  }

  .tab3showp {
    font-size: 4px;
  }
  /* ----------------------------------------show1 */
  .tab3_option.tab3_show1 {
    top: 28%;
    left: 5.5%;
    width: 37%;
  }
  /* .tab3show1_p1 {
    position: absolute;
    bottom: 7%;
    left: 4.5%;
  }
  .tab3show1_p2 {
    position: absolute;
    bottom: 7%;
    left: 11%;
  }
  .tab3show1_p3 {
    position: absolute;
    bottom: 10%;
    left: 20%;
  } */
  /* ----------------------------------------show2 */
  .tab3_option.tab3_show2 {
    top: 18%;
    left: 5.5%;
    width: 42%;
  }
  /* .tab3show2_p1 {
    position: absolute;
    bottom: 13%;
    left: 2.9%;
    width: 9%;
  }
  .tab3show2_p2 {
    position: absolute;
    bottom: 7%;
    left: 12%;
  }
  .tab3show2_p3 {
    position: absolute;
    bottom: 5%;
    left: 21%;
  } */
  /* ----------------------------------------show3 */
  .tab3_option.tab3_show3 {
    top: 28%;
    left: 5.5%;
    width: 37%;
  }
  /* .tab3show3_p1 {
    position: absolute;
    bottom: 7%;
    left: 3.9%;
    width: 9%;
  }
  .tab3show3_p2 {
    position: absolute;
    bottom: 10%;
    left: 12.5%;
  } */

  /* ---------------------------------------------------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;
    /* margin-left: 30%; */
    font-size: 8px;
    color: #b3b3b3;
  }

  #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 {
    width: 100%;
    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;
  }
  .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_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: 34%;
    left: 13%;
  }
  .vessel1_1 ul li,
  .vessel1_2 ul li,
  .vessel1_3 ul li {
    width: 50%;
  }

  /* --------------------------------------------------------BANKUAI2 */
  .option.op2 {
    width: 83%;
  }
  .tab_all2 {
    background-color: #f6f7f8;
    height: 144px;
  }

  /* --------------------------------------------------------BANKUAI3 */
  .vessel3_1 ul li .xiaobiao {
    margin-bottom: 10px;
  }
  .tab_all3 {
    background-color: #f6f7f8;
    height: 172px;
  }
  .option.op3 {
    width: 83%;
  }
  .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;
    height: 103px;
  }
  .option.op4 {
    width: 83%;
  }
  .vessel4_1 {
    margin-bottom: 1%;
  }

  /* --------------------------------------------------------BANKUAI5 */
  .option.op5 {
    width: 83%;
  }
  .tab_all5 {
    background-color: #f6f7f8;
    height: 299px;
  }
  /* ---------------------------------------------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: 27%;
    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: 58%;
    left: 2%;
    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: -1%;
  }

  .logowenan1 li:nth-child(3) {
    position: relative;
    left: -2.5%;
  }

  .logowenan1 li:nth-child(4) {
    position: relative;
    left: -4%;
  }
  .logowenan1 li:nth-child(4) p:nth-child(1) {
    padding-bottom: 10px;
  }
  .logowenan1 li:nth-child(1) p:nth-child(1),
  .logowenan1 li:nth-child(4) p:nth-child(1) {
    padding-bottom: 20px;
  }
  .logowenan1 li p {
    font-size: 6px;
  }

  .logowenan2 {
    position: absolute;
    top: 83%;
    left: 2.5%;
    width: 79%;
  }

  .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: space-between;
  }

  .logowenan2 li:nth-child(1) p:nth-child(1),
  .logowenan2 li:nth-child(3) p:nth-child(1) {
    padding-bottom: 15px;
  }

  .logowenan2 li:nth-child(3) {
    position: relative;
    left: 27.5%;
    width: 14%;
  }

  .logowenan2 li:nth-child(4) {
    position: relative;
    left: 10.5%;
    width: 15%;
  }

  .ban8_bt {
    padding-bottom: 5px;
    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;
  }
}
