@charset "utf-8";
:root {
  --color: #cc0000;
  --color2: #15cfe5;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
}
@font-face {
  font-family: "Honda-Head";
  src: url("../fonts/HondaAdvancedTypeface-Head.otf") format("opentype");
}
@font-face {
  font-family: "Honda-rg";
  src: url("../fonts/HONDAADVANCEDTYPEFACE-RG.OTF") format("opentype");
}
@font-face {
  font-family: "Honda-ultn";
  src: url("../fonts/HONDAADVANCEDTYPEFACE-ULTCN.OTF") format("opentype");
}
.font38 {
  font-size: 38px;
  line-height: calc(48/38);
}
@media (max-width: 1580px) {
  .font38 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .font38 {
    font-size: 20px;
  }
}
.x-public-hon1.xy-fybox .container .x-title {
  width: calc(620/1440*100%);
  padding-right: 0.4rem;
}
@media (max-width: 991px) {
  .x-public-hon1.xy-fybox .container .x-title {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .x-public-hon1.xy-fybox .container .x-title {
    width: 100%;
    padding-right: 0;
  }
}
.x-public-hon1.xy-fybox .container .x-text {
  width: calc(750/1440*100%);
}
@media (max-width: 991px) {
  .x-public-hon1.xy-fybox .container .x-text {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .x-public-hon1.xy-fybox .container .x-text {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-public-hon2.xy-fybox .container .x-le {
  width: calc(620/1440*100%);
}
@media (max-width: 991px) {
  .x-public-hon2.xy-fybox .container .x-le {
    width: 100%;
  }
}
.x-public-hon2.xy-fybox .container .x-ri {
  width: calc(750/1440*100%);
}
@media (max-width: 991px) {
  .x-public-hon2.xy-fybox .container .x-ri {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
.text-center {
  text-align: center;
}
.event-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.event-box1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.event-box1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-box1 .container {
  position: relative;
  z-index: 2;
  padding: 2.7rem 0 1.05rem;
}
.event-box1 .container .tbox {
  width: 590px;
  max-width: 100%;
}
.event-box1 .container .tbox .title {
  display: flex;
  line-height: calc(64/48);
}
.event-box1 .container .tbox .title span {
  background-image: linear-gradient(to right, #CC0000, #252C54);
  -webkit-background-clip: text;
  color: transparent;
}
.event-box1 .container .tbox .txt {
  margin-top: 0.22rem;
  line-height: calc(30/18);
  color: #666;
}
.event-box1 .container .tbox .btn {
  display: flex;
  margin-top: 0.48rem;
}
@media (min-width: 768px) {
  .event-box1 .container .tbox .btn .public-btn2:hover::before {
    transform: translateY(-50%) scale(20);
  }
}
.event-box1 .container .list {
  width: 100%;
  margin-top: 1.18rem;
}
.event-box1 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event-box1 .container .list .swiper-container {
    overflow: visible;
  }
}
.event-box1 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.event-box1 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(195/345*100%);
}
.event-box2 {
  width: 100%;
  background: #F8F8F8;
  padding: 1.75rem 0 1.72rem;
}
.event-box2 .container .title {
  color: #000;
  line-height: calc(60/48);
}
.event-box2 .container .list {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
.event-box2 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.event-box2 .container .list .swiper-container .swiper-slide a {
  display: block;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.event-box2 .container .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
}
.event-box2 .container .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(265/453*100%);
}
.event-box2 .container .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  padding: 0.25rem 0.2rem 0.28rem;
}
.event-box2 .container .list .swiper-container .swiper-slide a .tbox .time {
  font-size: 13px;
  line-height: calc(23/13);
  color: #999;
  display: flex;
}
.event-box2 .container .list .swiper-container .swiper-slide a .tbox .time span {
  color: #CF0F0F;
  margin-right: 0.13rem;
}
.event-box2 .container .list .swiper-container .swiper-slide a .tbox .txt {
  margin-top: 5px;
  line-height: calc(30/18);
  color: #1C1C1C;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(30/18*2em);
}
.event-box2 .container .list .swiper-container .swiper-slide a .tbox .more {
  display: flex;
  align-items: center;
  line-height: calc(23/13);
  margin-top: 0.3rem;
  color: #424242;
  transition: all 0.4s;
}
.event-box2 .container .list .swiper-container .swiper-slide a .tbox .more i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
  color: #000;
  transition: all 0.4s;
}
.event-box2 .container .list .swiper-container .swiper-slide a .tbox .more i img,
.event-box2 .container .list .swiper-container .swiper-slide a .tbox .more i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event-box2 .container .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.event-box2 .container .list .swiper-container .swiper-slide a:hover .tbox .more {
  color: #CF0F0F;
}
.event-box2 .container .list .swiper-container .swiper-slide a:hover .tbox .more i {
  color: #CF0F0F;
}
.event-box2 .container .list .ck-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.54rem;
}
.event-box2 .container .list .ck-box .swiper-pagination {
  width: calc(100% - 150px);
  height: 2px;
  background: #D9D9D9;
  opacity: 1 !important;
  position: relative;
  left: initial;
  top: initial;
}
.event-box2 .container .list .ck-box .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #CC0000;
}
.event-box2 .container .list .ck-box .btn {
  display: flex;
  margin-left: auto;
}
.event-box2 .container .list .ck-box .btn .swiper-prev,
.event-box2 .container .list .ck-box .btn .swiper-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  color: #000;
}
.event-box2 .container .list .ck-box .btn .swiper-prev:hover,
.event-box2 .container .list .ck-box .btn .swiper-next:hover {
  color: #fff;
  background: #CF0F0F;
}
.event-box2 .container .list .ck-box .btn .swiper-prev {
  margin-right: 0.16rem;
}
.event-box2 .container .list .ck-box .btn .swiper-prev img,
.event-box2 .container .list .ck-box .btn .swiper-prev svg {
  transform: rotateZ(180deg);
}
.event-box3 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.event-box3 .bg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.event-box3 .bg img,
.event-box3 .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-box3 .container {
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 1.1rem 0 0.8rem;
}
.event-box3 .container .tbox {
  width: 100%;
}
.event-box3 .container .tbox .logos {
  display: flex;
  justify-content: center;
  height: 0.84rem;
  display: none;
}
.event-box3 .container .tbox .title {
  color: #fff;
  line-height: calc(60/48);
  text-align: center;
}
.event-box3 .container .tbox .txt {
  width: 880px;
  max-width: 100%;
  margin: 0.22rem auto 0;
  color: #fff;
  line-height: calc(30/18);
  text-align: center;
}
.event-box3 .container .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.event-box3 .container .btn .public-btn {
  margin-right: 0.2rem;
}
.event-box3 .container .btn .public-btn:last-child {
  margin-right: 0;
}
.event-box4 {
  width: 100%;
  padding: 1.5rem 0 0.6rem;
}
.event-box4 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(60/48);
}
.event-box4 .container .txt {
  text-align: center;
  margin-top: 0.28rem;
  line-height: calc(30/18);
  color: #666;
}
@media (max-width: 991px) {
  .event-box4 .container .txt br {
    display: none;
  }
}
.event-box4 .list {
  width: 100%;
  margin-top: 0.52rem;
}
.event-box4 .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
}
@media (max-width: 767px) {
  .event-box4 .list ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
}
.event-box4 .list ul li {
  flex: 1 1 auto;
  margin: 0 0.1rem;
  width: calc(200/1460*100%);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event-box4 .list ul li {
    width: 100%;
    margin: 0 0 0.1rem;
    flex: auto;
  }
}
.event-box4 .list ul li .img {
  width: 100%;
  height: 6rem;
  position: relative;
  z-index: 1;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .event-box4 .list ul li .img {
    height: 2rem;
  }
}
.event-box4 .list ul li .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-box4 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.event-box4 .list ul li .icons {
  display: none;
}
@media (max-width: 767px) {
  .event-box4 .list ul li .icons {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 1rem;
    width: 1rem;
    z-index: 3;
  }
  .event-box4 .list ul li .icons::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .event-box4 .list ul li .icons::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.4s;
  }
}
.event-box4 .list ul li .tbox {
  width: 100%;
  color: #fff;
  line-height: 1;
  padding: 0 0.28rem 0.4rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .event-box4 .list ul li .tbox {
    padding: 0 0.2rem 0.28rem;
  }
}
.event-box4 .list ul li .tbox .t1 {
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  white-space: nowrap;
  padding: 0 54px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event-box4 .list ul li .tbox .t1 {
    opacity: 1;
  }
}
.event-box4 .list ul li .tbox .t1 .s1 {
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.event-box4 .list ul li .tbox .t1 .s2 {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .event-box4 .list ul li .tbox .t1 .s2 {
    display: none;
  }
}
.event-box4 .list ul li .tbox .t1 .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color);
  transform: scale(0.8);
  transition: all 0s 0s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .event-box4 .list ul li .tbox .t1 .arrow {
    bottom: 0;
    top: initial;
    width: 36px;
    height: 36px;
    transform: scale(1);
  }
}
.event-box4 .list ul li .tbox .t1 .arrow img,
.event-box4 .list ul li .tbox .t1 .arrow svg {
  width: 8px;
  height: 8px;
  object-fit: contain;
  transform: rotateZ(45deg);
}
.event-box4 .list ul li .tbox .t1 .arrow2 img,
.event-box4 .list ul li .tbox .t1 .arrow2 svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
  transform: rotateZ(0);
}
.event-box4 .list ul li .tbox .t2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transform: rotateZ(-90deg);
  transform-origin: left center;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 767px) {
  .event-box4 .list ul li .tbox .t2 {
    display: none;
  }
}
.event-box4 .list ul li.on {
  width: calc(740/1460*100%);
}
.event-box4 .list ul li.on .img img {
  opacity: 0;
}
.event-box4 .list ul li.on .tbox .t1 {
  opacity: 1;
}
.event-box4 .list ul li.on .tbox .t1 .arrow {
  transform: scale(1);
  transition: all 0.4s 0.4s;
}
.event-box4 .list ul li.on .tbox .t2 {
  opacity: 0;
}
.event-box4 .list ul li.on2 .img {
  height: 6rem;
}
.event-box4 .list ul li.on2 .img img {
  opacity: 0;
}
.event-box4 .list ul li.on2 .icons::after {
  opacity: 0;
}
.event-box4 .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.event-box5 {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 1.4rem;
}
.event-box5 .container .top {
  width: 100%;
  display: flex;
  align-items: center;
}
.event-box5 .container .top .title {
  color: #000;
  line-height: calc(60/48);
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.event-box5 .container .top .line {
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #CC0000, #252C54);
}
@media (max-width: 1580px) {
  .event-box5 .container .top .line {
    height: 4px;
  }
}
@media (max-width: 991px) {
  .event-box5 .container .top .line {
    height: 3px;
  }
}
.event-box5 .container .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.event-box5 .container .box .link {
  width: calc(380/1440*100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event-box5 .container .box .link {
    width: 100%;
  }
}
.event-box5 .container .box .link a {
  display: block;
}
.event-box5 .container .box .link .public-img {
  width: 100%;
  border-radius: 0.14rem;
}
.event-box5 .container .box .link .public-img::before {
  padding-top: calc(260/380*100%);
}
@media (max-width: 991px) {
  .event-box5 .container .box .link .public-img::before {
    padding-top: 200px;
  }
}
.event-box5 .container .box .link .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0.38rem 0.33rem 0.3rem;
}
.event-box5 .container .box .link .tbox .t1 {
  color: #fff;
  line-height: calc(34/24);
}
.event-box5 .container .box .link .tbox .t2 {
  line-height: calc(30/18);
  margin-top: 0.15rem;
  color: #fff;
}
.event-box5 .container .box .link .tbox .arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.33rem;
  bottom: 0.3rem;
}
.event-box5 .container .box .link .tbox .arrow img,
.event-box5 .container .box .link .tbox .arrow svg {
  color: #CC0000;
  transform: rotateZ(-45deg);
}
.event-box5 .container .box .list {
  width: calc(1030/1440*100%);
  clip-path: inset(0 -100vw 0 0);
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event-box5 .container .box .list {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.event-box5 .container .box .list .swiper-container {
  width: 100%;
}
.event-box5 .container .box .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.event-box5 .container .box .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(260/470*100%);
}
@media (max-width: 991px) {
  .event-box5 .container .box .list .swiper-container .swiper-slide .public-img::before {
    padding-top: 200px;
  }
}
.event-box5 .container .box .list .swiper-pagination {
  width: 100%;
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .event-box5 .container .box .list .swiper-pagination {
    display: block;
    bottom: 0;
    margin-top: 0.4rem;
  }
}
.event-box5 .container .box .list .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 0.4rem;
  height: 3px;
  vertical-align: top;
  margin: 0 0.05rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .event-box5 .container .box .list .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
}
.event-box5 .container .box .list .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.8rem;
  background: var(--color);
}
.fh-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.fh-box1 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fh-box1 .bg img {
  width: 100%;
}
.fh-box1 .container {
  position: relative;
  z-index: 2;
  padding: 2.63rem 0 3.18rem;
}
.fh-box1 .container .tbox {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-family: "SourceHanSansCN-Normal";
}
.fh-box1 .container .tbox .txt {
  width: 100%;
  color: #666;
  line-height: calc(68/40);
  text-align: center;
}
.fh-box1 .container .tbox .txt2 {
  height: 0;
  background-image: linear-gradient(to right, #252C54, #CC0000);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.fh-box1 .list {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fh-box1 .list {
    margin-top: 1.15rem;
  }
}
.fh-box1 .list .item {
  display: flex;
}
.fh-box1 .list .item .c-box {
  display: flex;
}
.fh-box1 .list .item .c-box .c-item {
  width: 4.2rem;
  margin: 0 5px;
  padding: 0;
}
.fh-box1 .list .item .c-box .c-item .public-img {
  width: 100%;
  border-radius: 0;
}
.fh-box1 .list .item .c-box .c-item .public-img::before {
  padding-top: calc(234/420*100%);
}
.fh-box1 .list .item .c-box .c-item .public-img img {
  transform: scale(1);
  object-fit: cover;
}
.fh-box2 {
  width: 100%;
  padding: 0.95rem 0 0;
}
.fh-box2 .title {
  text-align: center;
  color: #000;
  line-height: calc(60/48);
  padding: 0 5%;
}
.fh-box2 .box1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  margin-top: 0.95rem;
}
@media (max-width: 991px) {
  .fh-box2 .box1 {
    display: none;
  }
}
.fh-box2 .box1 ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.fh-box2 .box1 ul li {
  width: 20%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.fh-box2 .box1 ul li .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.fh-box2 .box1 ul li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/fh-box2-mzz.png) top left repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.fh-box2 .box1 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fh-box2 .box1 ul li .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 0.6rem 0.1rem 0.3rem;
}
.fh-box2 .box1 ul li .tbox .txt {
  color: #fff;
  line-height: calc(34/24);
  margin-bottom: 0.1rem;
}
.fh-box2 .box1 ul li .tbox .t2 {
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.fh-box2 .box1 .tips {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.9rem;
}
.fh-box2 .box1 .tips .txt {
  color: #fff;
  text-align: center;
  line-height: calc(24/16);
}
.fh-box2 .box1 .tips .img {
  width: 1.22rem;
  display: flex;
  justify-content: center;
  margin: 0.25rem auto 0;
  position: relative;
  z-index: 1;
}
.fh-box2 .box1 .tips .img > img {
  animation: quanRun 13s linear forwards infinite;
}
.fh-box2 .box1 .tips .img .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(90deg);
  z-index: 2;
  color: #fff;
  width: 20px;
  display: flex;
  justify-content: center;
}
.fh-box2 .box1 .tips .img .arrow img,
.fh-box2 .box1 .tips .img .arrow svg {
  width: 100%;
  height: auto;
}
.fh-box2 .box2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background: #F5F5F5;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  margin-top: -100vh;
}
@media (max-width: 1025px) {
  .fh-box2 .box2 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .fh-box2 .box2 {
    background: #fff;
  }
}
.fh-box2 .box2 .menu {
  width: calc(110/1920*100%);
  background: #fff;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3;
  border: 1px solid #EDEDED;
  padding-top: 0.62rem;
  flex-shrink: 0;
  transition: all 0.4s;
}
@media (max-width: 1025px) {
  .fh-box2 .box2 .menu {
    display: none;
  }
}
.fh-box2 .box2 .menu ul {
  width: 100%;
  height: 100%;
}
.fh-box2 .box2 .menu ul li {
  width: 100%;
  height: 20%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  cursor: pointer;
}
.fh-box2 .box2 .menu ul li .ts {
  line-height: calc(24/14);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-90deg);
  transform-origin: center center;
}
.fh-box2 .box2 .menu ul li .ts .t1 {
  color: #666;
  transition: all 0.4s;
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  white-space: nowrap;
}
.fh-box2 .box2 .menu ul li .ts .t2 {
  color: #000;
  display: none;
}
.fh-box2 .box2 .menu ul li .line {
  width: 100%;
  height: 1px;
  background: #EDEDED;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.fh-box2 .box2 .menu ul li .line span {
  width: 0;
  height: 1px;
  background: #CC0000;
  opacity: 0;
}
.fh-box2 .box2 .menu ul li.on .ts .t1 {
  color: var(--color);
}
.fh-box2 .box2 .menu ul li.on .line span {
  opacity: 1;
}
.fh-box2 .box2 .rbox {
  width: calc(1810/1920*100%);
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100vh;
}
@media (max-width: 1025px) {
  .fh-box2 .box2 .rbox {
    padding-top: 0;
    width: 100%;
  }
}
.fh-box2 .box2 .rbox .bg {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fh-box2 .box2 .rbox .bg .container {
  width: 95%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1900px) {
  .fh-box2 .box2 .rbox .bg .container {
    max-width: 1200px;
  }
}
@media (max-width: 1580px) {
  .fh-box2 .box2 .rbox .bg .container {
    max-width: 1480px;
  }
}
@media (max-width: 1025px) {
  .fh-box2 .box2 .rbox .bg .container {
    width: 90%;
  }
}
.fh-box2 .box2 .rbox .bg .quan {
  display: flex;
  justify-content: center;
}
.fh-box2 .box2 .rbox .bg .quan img {
  width: calc(1232/1440*100%);
  opacity: 0.1;
  transform-origin: center center;
}
@media (max-width: 1580px) {
  .fh-box2 .box2 .rbox .bg .quan img {
    width: calc(80%);
  }
}
@media (max-width: 991px) {
  .fh-box2 .box2 .rbox .bg .quan img {
    width: 180%;
    max-width: initial;
  }
}
.fh-box2 .box2 .rbox .bg .timeBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
@media (max-width: 991px) {
  .fh-box2 .box2 .rbox .bg .timeBox {
    display: none;
  }
}
.fh-box2 .box2 .rbox .bg .timeBox .container .time {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fh-box2 .box2 .rbox .bg .timeBox .container .time .t1 {
  color: #000;
  line-height: calc(82/72);
  background: #F5F5F5;
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.fh-box2 .box2 .rbox .m-menu {
  width: calc(624/750*100%);
  height: 1.2rem;
  position: absolute;
  top: calc(100vh - 1.8rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: none;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0 0.42rem;
}
@media (max-width: 991px) {
  .fh-box2 .box2 .rbox .m-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.fh-box2 .box2 .rbox .m-menu .swiper-container {
  width: 60%;
  overflow: hidden;
}
.fh-box2 .box2 .rbox .m-menu .swiper-container .swiper-slide {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
}
.fh-box2 .box2 .rbox .m-menu .swiper-prev,
.fh-box2 .box2 .rbox .m-menu .swiper-next {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.fh-box2 .box2 .rbox .m-menu .swiper-prev img,
.fh-box2 .box2 .rbox .m-menu .swiper-next img,
.fh-box2 .box2 .rbox .m-menu .swiper-prev svg,
.fh-box2 .box2 .rbox .m-menu .swiper-next svg {
  width: 40%;
  height: 40%;
}
.fh-box2 .box2 .rbox .m-menu .swiper-prev:hover,
.fh-box2 .box2 .rbox .m-menu .swiper-next:hover {
  background: #CC0000;
  color: #fff;
}
.fh-box2 .box2 .rbox .m-menu .swiper-prev img,
.fh-box2 .box2 .rbox .m-menu .swiper-prev svg {
  transform: rotateZ(180deg);
}
.fh-box2 .box2 .rbox .content {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  overflow: hidden;
}
.fh-box2 .box2 .rbox .content .item {
  width: 100%;
}
@media (max-width: 1900px) {
  .fh-box2 .box2 .rbox .content .item .container {
    max-width: 1200px;
  }
}
@media (max-width: 1580px) {
  .fh-box2 .box2 .rbox .content .item .container {
    max-width: 980px;
  }
}
@media (max-width: 1320px) {
  .fh-box2 .box2 .rbox .content .item .container {
    max-width: 960px;
  }
}
@media (max-width: 1260px) {
  .fh-box2 .box2 .rbox .content .item .container {
    max-width: 880px;
  }
}
@media (max-width: 1180px) {
  .fh-box2 .box2 .rbox .content .item .container {
    max-width: 820px;
  }
}
@media (max-width: 1080px) {
  .fh-box2 .box2 .rbox .content .item .container {
    max-width: 780px;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 3.06rem 0 1.43rem;
}
@media (max-width: 991px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox1 {
    padding: 2.2rem 0 1.2rem;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .t1 {
  color: #cc0000;
  line-height: calc(60/56);
  text-align: center;
}
@media (max-width: 767px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .t1 {
    font-size: 22px;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .times {
  display: none;
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1025px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .times {
    width: 100%;
    display: block;
    margin-top: 0.4rem;
    text-align: center;
    color: #000;
    line-height: calc(34/24);
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .t2 {
  width: 745px;
  max-width: 100%;
  margin: 0.4rem auto 0;
  line-height: calc(30/16);
  color: #666;
  text-align: center;
}
@media (max-width: 1580px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .t2 {
    width: 600px;
  }
}
@media (max-width: 1025px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .t2 {
    width: 560px;
  }
}
@media (max-width: 767px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox1 .tbox .t2 {
    width: 100%;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tips {
  margin-top: 1.16rem;
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tips .txt {
  color: #000;
  text-align: center;
  line-height: calc(24/16);
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tips .arrow {
  margin: 0.2rem auto 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #CDCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tips .arrow img,
.fh-box2 .box2 .rbox .content .item .container .rbox1 .tips .arrow svg {
  width: 14px;
  height: auto;
  color: #999;
  transform: rotateZ(90deg);
  animation: arrowmRun 1.6s linear forwards infinite;
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .imgs {
  width: 860px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin: 0.4rem auto 0;
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .imgs .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .imgs .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .imgs .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #CB0101;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 1;
}
.fh-box2 .box2 .rbox .content .item .container .rbox1 .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 {
  width: 100%;
  padding: 0.7rem 0;
}
@media (max-width: 991px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox2 {
    padding: 0.6rem 0;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li {
  width: calc(520/1160*100%);
}
@media (max-width: 767px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li:last-child {
    margin-bottom: 0;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li:nth-child(2n) {
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li:nth-child(2n) {
    margin-top: 0;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li .num {
  line-height: calc(34/24);
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: rgba(0, 0, 0, 0.2);
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li .t1 {
  color: #000;
  line-height: calc(60/40);
  margin-top: 0.15rem;
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li .img {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.2rem;
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #cc0000;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 1;
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li .img .public-img {
  width: 100%;
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li .img .public-img::before {
  padding-top: calc(293/520*100%);
}
.fh-box2 .box2 .rbox .content .item .container .rbox2 .list ul li .t2 {
  margin-top: 0.25rem;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 {
  width: 100%;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox3 {
    padding: 1.2rem 0 2rem;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3title {
  text-align: center;
  color: #000;
  line-height: calc(60/48);
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu ul {
  display: flex;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu ul li {
  line-height: calc(34/24);
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #999;
  margin-right: 0.54rem;
  border-bottom: 0.05rem solid transparent;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu ul li::after {
  content: '/';
  color: #999;
  position: absolute;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu ul li:last-child {
  margin-right: 0;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu ul li:last-child::after {
  display: none;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu ul li:hover {
  color: #CC0000;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3menu ul li.on {
  color: #CC0000;
  border-bottom: 0.05rem solid #CC0000;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list {
  width: 100%;
  margin-top: 1.12rem;
}
@media (max-width: 767px) {
  .fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list {
    margin-top: 0.5rem;
  }
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items {
  width: 100%;
  display: none;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items.on {
  display: block;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul {
  display: flex;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul li {
  width: 3.45rem;
  background: #fff;
  margin-right: 0.2rem;
  flex-shrink: 0;
  transition: all 0.4s;
  border: 2px solid #F5F5F5;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul li:last-child {
  margin-right: 0;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul li .public-img {
  width: 100%;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul li .public-img::before {
  padding-top: calc(460/740*100%);
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul li .txt {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: calc(32/22);
  padding: 0.17rem 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul li .txt span {
  color: #000;
  margin: 0 0.1rem;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .r3list .items ul li:hover {
  border: 2px solid #CC0000;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk {
  width: 800px;
  height: 2px;
  max-width: 80%;
  margin: 0.6rem auto 0;
  position: relative;
  z-index: 1;
  background: #D9D9D9;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aleft,
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aright {
  width: 14px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #D9D9D9;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aleft img,
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aright img,
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aleft svg,
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aright svg {
  width: 100%;
  height: auto;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aleft {
  left: -4px;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aleft img,
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aleft svg {
  transform: rotateZ(180deg);
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .aright {
  right: -4px;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .hks {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #CC0000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-left: -20px;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .hks::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #CC0000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: quanRun2 2s forwards infinite linear;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .hk .hks img {
  position: relative;
  z-index: 2;
}
.fh-box2 .box2 .rbox .content .item .container .rbox3 .tips {
  text-align: center;
  color: #aaa;
  line-height: calc(20/14);
  margin-top: 0.3rem;
}
@keyframes quanRun2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes arrowmRun {
  0% {
    transform: translateY(0) rotateZ(90deg);
    opacity: 1;
  }
  50% {
    transform: translateY(100%) rotateZ(90deg);
    opacity: 0;
  }
  50.01% {
    transform: translateY(-100%) rotateZ(90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateZ(90deg);
    opacity: 1;
  }
}
.fh-box3 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.fh-box3 .bg {
  width: 100%;
  height: 5.6rem;
}
.fh-box3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fh-box3 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.fh-box3 .container .t1 {
  color: #fff;
  line-height: calc(38/22);
  text-align: center;
}
.fh-box3 .container .t2 {
  line-height: calc(60/38);
  color: #fff;
  text-align: center;
}
.fh-box3 .container .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.65rem;
}
@keyframes quanRun {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.driver-details {
  width: 100%;
  position: relative;
  z-index: 1;
}
.driver-details .box {
  width: 100%;
}
.driver-details .box .bg {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.driver-details .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.driver-details .box .driver-img {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  overflow: hidden;
  margin-top: -100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .driver-details .box .driver-img {
    position: relative;
    top: inherit;
    padding-top: 1.2rem;
    align-content: flex-end;
  }
}
.driver-details .box .driver-img .img {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 8px solid #B2C500;
}
.driver-details .box .driver-img .img img {
  width: calc(1333/1920*100%);
  transform: translateX(5%);
}
@media (max-width: 991px) {
  .driver-details .box .driver-img .img img {
    width: 90%;
    transform: translateX(0) scale(1.1);
    transform-origin: center bottom;
  }
}
.driver-details .box .driver-img .container {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .driver-details .box .driver-img .container {
    height: auto;
    bottom: initial;
    position: relative;
    left: initial;
    transform: translateX(0);
    order: -1;
    padding-bottom: 0.3rem;
  }
}
.driver-details .box .driver-img .container .tbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .driver-details .box .driver-img .container .tbox {
    position: relative;
    top: initial;
    transform: translateY(0);
    margin-top: 0.5rem;
  }
}
.driver-details .box .driver-img .container .tbox .t1 {
  font-size: 1.28rem;
  line-height: 1;
  color: transparent;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  -webkit-text-stroke: 6px rgba(255, 255, 255, 0.54);
  text-stroke: 6px rgba(255, 255, 255, 0.54);
}
@media (max-width: 991px) {
  .driver-details .box .driver-img .container .tbox .t1 {
    font-size: 1rem;
    -webkit-text-stroke: 3px rgba(255, 255, 255, 0.54);
    text-stroke: 3px rgba(255, 255, 255, 0.54);
  }
}
.driver-details .box .driver-img .container .tbox .t2 {
  margin-top: 0.2rem;
}
.driver-details .box .driver-img .container .tbox .t2 .ts1 {
  display: flex;
  align-items: center;
}
.driver-details .box .driver-img .container .tbox .t2 .ts1 .icon {
  width: 36px;
  display: flex;
  margin-right: 0.16rem;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .driver-details .box .driver-img .container .tbox .t2 .ts1 .icon {
    width: 24px;
  }
}
.driver-details .box .driver-img .container .tbox .t2 .ts1 .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.driver-details .box .driver-img .container .tbox .t2 .ts1 span {
  line-height: calc(46/36);
  color: #fff;
}
.driver-details .box .driver-img .container .tbox .t2 .ts2 {
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .driver-details .box .driver-img .container .tbox .t2 .ts2 {
    font-size: 14px;
  }
}
.driver-details .box .driver-img .container .tbox .back {
  display: flex;
  margin-top: 0.5rem;
}
.driver-details .box .driver-img .container .tbox .back .public-btn::before {
  background: #fff;
}
.driver-details .box .driver-img .container .tbox .back .public-btn .c-ico {
  transform: rotateZ(-135deg);
  background: #fff;
  color: #01A093;
}
.driver-details .box .driver-img .container .tbox .back .public-btn:hover {
  border: 1px solid #fff;
  color: #01A093;
}
.driver-details .box .driver-img .container .tbox .back .public-btn:hover .c-ico {
  background: #01A093;
  color: #fff;
}
.driver-details .box .driver-img .container .tips {
  width: 14px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 1rem;
}
@media (max-width: 991px) {
  .driver-details .box .driver-img .container .tips {
    display: none;
  }
}
.driver-details .box .driver-img .container .tips .txt {
  display: flex;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  z-index: 1;
}
.driver-details .box .driver-img .container .tips .txt span {
  font-size: 13px;
  line-height: 1;
  transform: rotateZ(90deg);
}
.driver-details .box .driver-img .container .tips i {
  width: 1px;
  height: 1.32rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 1;
  overflow: hidden;
}
.driver-details .box .driver-img .container .tips i span {
  width: 1px;
  height: 0.52rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: scrollTips 2s infinite linear forwards;
}
.driver-details .box .content {
  margin-top: -100vh;
  position: relative;
  z-index: 3;
  padding: 120vh 0 1.7rem;
  pointer-events: none;
}
@media (max-width: 991px) {
  .driver-details .box .content {
    margin-top: 0.5rem;
    padding: 0 0 1.2rem;
  }
}
.driver-details .box .content .container {
  position: sticky;
  position: -webkit-sticky;
  top: 50vh;
  height: calc(50vh - 1.3rem);
  overflow: hidden;
}
@media (max-width: 991px) {
  .driver-details .box .content .container {
    position: relative;
    top: inherit;
    height: auto;
  }
}
.driver-details .box .content .container .tbox {
  width: calc(750/1440*100%);
}
@media (max-width: 991px) {
  .driver-details .box .content .container .tbox {
    width: 100%;
  }
}
.driver-details .box .content .container .tbox .txt {
  color: #fff;
  line-height: calc(30/18);
  padding-bottom: 0.44rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.driver-details .box .content .container .tbox .list {
  width: 100%;
  margin-top: 0.48rem;
}
.driver-details .box .content .container .tbox .list ul li {
  width: 100%;
  display: flex;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .driver-details .box .content .container .tbox .list ul li {
    flex-wrap: wrap;
  }
}
.driver-details .box .content .container .tbox .list ul li:last-child {
  margin-bottom: 0;
}
.driver-details .box .content .container .tbox .list ul li .t1 {
  width: calc(520/750*100%);
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .driver-details .box .content .container .tbox .list ul li .t1 {
    width: 100%;
    padding-right: 0;
  }
}
.driver-details .box .content .container .tbox .list ul li .t1 .s1 {
  line-height: calc(30/14);
  color: rgba(255, 255, 255, 0.8);
}
.driver-details .box .content .container .tbox .list ul li .t1 .s2 {
  line-height: 1;
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.1rem;
  color: #fff;
}
.driver-details .box .content .container .tbox .list ul li .t1 .s3 {
  color: #fff;
  line-height: calc(30/24);
  margin-top: 0.17rem;
}
@media (max-width: 767px) {
  .driver-details .box .content .container .tbox .list ul li .t1 .s3 {
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .driver-details .box .content .container .tbox .list ul li .t2 {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.driver-details .box .content .container .tbox .list ul li .t2 .s1 {
  line-height: calc(30/14);
  color: rgba(255, 255, 255, 0.8);
}
.driver-details .box .content .container .tbox .list ul li .t2 .s2 {
  line-height: 1;
  font-family: 'Honda-ultn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.1rem;
  color: #fff;
}
.driver-details .box .content .container .tbox .list ul li .t2 .s3 {
  color: #fff;
  line-height: calc(30/24);
  margin-top: 0.17rem;
}
@media (max-width: 767px) {
  .driver-details .box .content .container .tbox .list ul li .t2 .s3 {
    margin-top: 0.1rem;
  }
}
@keyframes scrollTips {
  0% {
    transform: translateY(0);
  }
  71.73% {
    transform: translateY(1.32rem);
  }
  71.74% {
    transform: translateY(-0.52rem);
  }
  100% {
    transform: translateY(0);
  }
}
