body {
  background-color: #F0F2F5;
  min-width: 1200px;
  overflow-x: scroll;
}
footer .lianxi .l_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 33px;
}
footer .lianxi .l_top .log {
  height: 60px;
}
footer .lianxi .l_top .fangshi {
  display: flex;
  align-items: center;
}
footer .lianxi .l_top .fangshi a,
footer .lianxi .l_top .fangshi div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  background: #002A66;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
footer .lianxi .l_top .fangshi a img,
footer .lianxi .l_top .fangshi div img {
  width: 100%;
  height: 100%;
}
footer .lianxi .l_top .fangshi a .f11,
footer .lianxi .l_top .fangshi div .f11 {
  display: none;
}
footer .lianxi .l_line {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}
footer .lianxi .l_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
}
.index-banner {
  position: relative;
}
.index-banner .fudong {
  position: absolute;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
  max-height: 500px;
}
.index-banner .fudong .fudong-box {
  padding: 170px 0 0 45px;
  color: #fff;
}
.index-banner .fudong .fudong-box h1 {
  font-size: 36px;
  font-family: 'humnst_BlkCn';
}
.index-banner .fudong .fudong-box .intro {
  font-size: 18px;
  line-height: 29px;
  margin: 0 0 15px;
  max-width: 556px;
  font-family: 'humnst_BT';
}
.index-banner .fudong .fudong-box .chat {
  width: 200px;
  height: 50px;
  background: #C01F20;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-family: 'humnst_BlkCn';
}
.index-banner .fudong .fudong-box .chat span {
  font-size: 18px;
  margin-right: 10px;
}
.index-banner .fudong .fudong-box .chat img {
  width: 22px;
}
.index-banner .banner-search {
  left: 50%;
  z-index: 1;
  bottom: 60px;
  width: 850px;
  border-radius: 5px;
  position: absolute;
  padding: 25px 40px 22px 40px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: rgba(0, 57, 139, 0.6);
}
.index-banner .banner-search .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner .banner-search .banner-title img {
  height: 25px;
}
.index-banner .banner-search .banner-title p {
  font-size: 22px;
  color: #ffffff;
  margin: 0 20px;
  font-family: "humnst_BlkCn";
}
.index-banner .banner-search .banner-bot {
  margin-top: 20px;
}
.index-banner .banner-search .banner-bot form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 选项悬停效果（部分浏览器支持） */
}
.index-banner .banner-search .banner-bot form .xiala {
  position: relative;
  display: inline-block;
  color: #121212;
  opacity: 0.7;
}
.index-banner .banner-search .banner-bot form .xiala select {
  width: 144px;
  height: 35px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  /* 留出箭头空间 */
  font-family: "humnst_BT";
}
.index-banner .banner-search .banner-bot form .xiala .box {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/icon/triangle.png');
}
.index-banner .banner-search .banner-bot form .xiala::after {
  content: "";
  right: 20px;
  top: 50%;
  font-size: 12px;
  color: #272636;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
}
.index-banner .banner-search .banner-bot form option:hover {
  background: #3498db;
  color: white;
}
.index-banner .banner-search .banner-bot form button {
  display: block;
  width: 160px;
  height: 38px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #ffffff;
  background: #C01F20;
  font-family: 'humnst_BlkCn';
}
.index-banner .banner-pagination {
  bottom: 15px;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background-image: url('/public/static/v2/images/index_about2_icon.png') !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #999;
  opacity: 1;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  background-image: url('/public/static/v2/images/index_about2_icon2.png') !important;
}
/* Firefox 调整 */
@-moz-document url-prefix() {
  select {
    padding-right: 35px;
  }
}
.index-friend {
  padding: 40px 0 70px;
  background: url('/public/static/v2/icon/friend_bg.png') no-repeat;
  background-size: 100% 100%;
}
.friend-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.friend-box h2 {
  font-size: 48px;
  color: #121212;
  font-family: "din";
}
.friend-box p {
  font-size: 21px;
  color: #4F4F4F;
  margin: 15px 0 25px 0;
}
.friend-box .swiper-friend {
  width: 620px;
  height: 260px;
  margin: 0;
  padding: 15px 9px;
}
.friend-box .swiper-friend .slider-friend {
  height: calc((100% - 20px) / 3) !important;
  transition: 0.4s;
}
.friend-box .swiper-friend .slider-friend img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 3px;
}
.friend-box .friend-r {
  width: 485px;
  padding-top: 40px;
}
.friend-box .friend-r img {
  width: 100%;
  transition: 0.5s;
  cursor: pointer;
}
.slider-friend:hover {
  transform: scale(1.02);
  box-shadow: 0px 3px 8px 5px rgba(0, 0, 0, 0.1);
}
.index-contact {
  background-image: url('/public/static/v2/icon/contactbg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 82px 0;
}
.index-contact .contact-box {
  display: flex;
}
.index-contact .contact-box .contact-l {
  margin-right: 83px;
}
.index-contact .contact-box .contact-l h2 {
  font-size: 38px;
  color: #FFFFFF;
}
.index-contact .contact-box .contact-l .line {
  width: 52px;
  height: 1px;
  margin: 15px 0 8px 0;
  background-color: #C01F20;
}
.index-contact .contact-box .contact-l img {
  width: 450px;
  height: 353px;
}
.index-contact .contact-box .contact-r {
  flex: 1;
}
.index-contact .contact-box .contact-r h3 {
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.index-contact .contact-box .contact-r .input-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.index-contact .contact-box .contact-r .input-box .input input {
  width: 218px;
  height: 34px;
  color: #ffffff;
  border-radius: 4px;
  opacity: 0.8;
  background: #00398B;
}
.index-contact .contact-box .contact-r p {
  font-size: 13px;
  color: #FFFFFF;
}
.index-contact .contact-box .contact-r .country {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.index-contact .contact-box .contact-r .country .c-input input {
  height: 34px;
  color: #ffffff;
  border-radius: 4px;
  opacity: 0.8;
  background: #00398B;
}
.index-contact .contact-box .contact-r .country .c-1 {
  width: 218px;
}
.index-contact .contact-box .contact-r .country .c-2 {
  width: 442px;
}
.index-contact .contact-box .contact-r .duohang {
  width: 100%;
  height: 149px;
  background: #00398B;
  border-radius: 4px;
  opacity: 0.8;
  color: #ffffff;
  padding: 15px 2px 0;
  margin-top: 15px;
  box-sizing: border-box;
  line-height: 20px;
}
.contact-more {
  cursor: pointer;
  margin: 29px 0 0;
}
.about-midd .title {
  font-size: 36px;
  color: #121212;
  text-align: center;
  font-family: "humnst_BlkCn";
}
.about-midd .f-title {
  text-align: center;
  font-size: 20px;
  color: #4F4F4F;
  margin: 13px 0 28px;
  font-weight: bold;
  font-family: "humnst_BT";
}
.index-lunzi {
  padding: 17px 0 0;
  background-color: #F0F2F5;
  position: relative;
}
.index-lunzi .fu_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 99%;
  width: 44%;
  display: none;
  box-shadow: 15px 10px 12px 0 rgba(0, 0, 0, 0.2);
}
.index-lunzi .fu_img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-lunzi .fu_img .miss {
  position: absolute;
  right: 0;
  top: 0;
}
.index-lunzi .lunzi-box {
  position: relative;
  display: flex;
}
.index-lunzi .lunzi-box .zhuan {
  position: absolute;
  left: 50%;
  bottom: -61px;
  transform: translateX(-30%);
  width: 130px;
  height: 130px;
  -moz-animation: myframes 5s infinite linear;
  /* Firefox */
  -webkit-animation: myframes 5s infinite linear;
  /* Safari and Chrome */
  -o-animation: myframes 5s infinite linear;
  /* Opera */
}
.index-lunzi .lunzi-box .brand {
  position: relative;
  padding-top: 10px;
  margin-right: 60px;
}
.index-lunzi .lunzi-box .brand .brand-line {
  position: absolute;
  top: 0;
  right: 12px;
  height: 340px;
  width: 2px;
}
.index-lunzi .lunzi-box .brand .title {
  font-size: 15px;
  color: #00398B;
  font-weight: bold;
  text-align: center;
  font-family: 'humnst_BlkCn';
}
.index-lunzi .lunzi-box .brand .brand-box {
  position: relative;
}
.index-lunzi .lunzi-box .brand .brand-box .taber {
  width: 152px;
  height: 62px;
  cursor: pointer;
  margin-bottom: 10px;
}
.index-lunzi .lunzi-box .brand .brand-box .taber img {
  width: 100%;
  height: 100%;
}
.index-lunzi .lunzi-box .brand .brand-box .taber .bg2 {
  display: none;
}
.index-lunzi .lunzi-box .brand .brand-box .taber-active .bg1 {
  display: none;
}
.index-lunzi .lunzi-box .brand .brand-box .taber-active .bg2 {
  display: block;
}
.index-lunzi .lunzi-box .neirong .neirong-item {
  max-width: 435px;
  display: none;
}
.index-lunzi .lunzi-box .neirong .neirong-item h2 {
  font-size: 36px;
  color: #121212;
  padding-top: 20px;
  font-family: 'humnst_BlkCn';
}
.index-lunzi .lunzi-box .neirong .neirong-item p {
  color: #333333;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: 'humnst_BlkCn';
}
.index-lunzi .lunzi-box .neirong .neirong-item .body {
  font-size: 14px;
  color: #121212;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'humnst_BT';
}
.index-lunzi .lunzi-box .neirong .neirong-item .brand-more {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.index-lunzi .lunzi-box .neirong .neirong-item .brand-more span {
  font-size: 14px;
  color: #003A8B;
  margin-right: 10px;
}
.index-lunzi .lunzi-box .neirong .neirong-item .brand-more img {
  height: 11px;
}
.index-quality {
  height: 280px;
  margin-top: 60px;
  display: none;
}
.index-quality .quality-bg {
  width: 58%;
  height: 100%;
  position: relative;
  box-shadow: -30px 10px 23px 0 rgba(0, 0, 0, 0.2);
}
.index-quality .quality-bg .quality-bg_f {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-quality .quality-bg .quality-bg_n {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-quality .quality-box {
  width: 26%;
}
.index-quality .quality-box h3 {
  font-size: 21px;
  color: #121212;
  text-align: center;
  font-family: 'humnst_BlkCn';
}
.index-quality .quality-box p {
  font-size: 14px;
  color: #121212;
  line-height: 26px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'humnst_BT';
}
.index-car .car-top {
  padding-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/icon/WarriorBG.png');
}
.index-car .car-top h2 {
  text-align: center;
  font-size: 36px;
  color: #FFFFFF;
}
.index-car .car-top .biao {
  height: 40px;
  margin: 10px auto 40px;
  display: block;
}
.index-car .car-top .tabber {
  display: flex;
}
.index-car .car-top .tabber .li {
  width: 50%;
  height: 69px;
  display: flex;
  align-items: center;
  background: #F8F8F8;
  border-radius: 0px 4px 0px 0px;
  cursor: pointer;
  position: relative;
  justify-content: center;
}
.index-car .car-top .tabber .li .shat {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 100%;
  background: linear-gradient(180deg, rgba(1, 15, 35, 0) 0%, rgba(1, 15, 35, 0.13) 35%, rgba(1, 15, 35, 0.7) 100%);
}
.index-car .car-top .tabber .li .icon {
  width: 60px;
}
.index-car .car-top .tabber .li .icon2 {
  display: none;
}
.index-car .car-top .tabber .li span {
  font-size: 18px;
  color: #00398B;
  margin-left: 20px;
  font-family: "humnst_BlkCn";
}
.index-car .car-top .tabber .li-active {
  background-color: #00398B;
}
.index-car .car-top .tabber .li-active .icon1 {
  display: none;
}
.index-car .car-top .tabber .li-active .icon2 {
  display: block;
}
.index-car .car-top .tabber .li-active span {
  color: #ffffff;
}
.index-car .car-bot .car-out {
  background-image: url('/public/static/v2/icon/friend_r.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: none;
}
.index-car .car-bot .car-out .tai-box {
  padding: 60px 0;
  border-right: 1px solid #ffffff;
}
.index-car .car-bot .car-out .tai-box .picture {
  height: 318px;
  display: block;
  margin: auto;
}
.index-car .car-bot .car-out .tai-box .title-v {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-family: "humnst_BlkCn";
}
.index-car .car-bot .car-out .tai-box .qian {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-car .car-bot .car-out .tai-box .qian .zhu {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.index-car .car-bot .car-out .tai-box .qian .zhu img {
  width: 25px;
  margin-right: 6px;
}
.index-car .car-bot .car-out .tai-box .qian .zhu span {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.index-car .car-bot .car-out .tai-box .qian .ci {
  font-weight: bold;
  color: #666666;
  position: relative;
  padding-left: 10px;
}
.index-car .car-bot .car-out .tai-box .qian .ci span {
  font-weight: bold;
  font-size: 16px;
  color: #979797;
  font-family: "humnst_BlkCn";
}
.index-car .car-bot .car-out .tai-box .qian .ci::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.index-car .car-bot .car-out .tai-box .into {
  font-size: 14px;
  color: #979797;
  line-height: 26px;
  text-align: center;
  padding: 15px 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "humnst_BT";
}
.index-car .car-bot .car-out .tai-box .into2 {
  font-size: 16px;
}
.index-car .car-bot .car-out .tai-box .link-car {
  width: 117px;
  height: 39px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 39px;
  background: #00398B;
  border-radius: 5px;
  display: block;
  transition: 0.3s;
  margin: 20px auto 0;
}
.link-car:hover {
  background: #C7412E !important;
}
.index-truck {
  padding: 50px 0 70px;
  position: relative;
}
.index-truck .swiper-truck .tai-box {
  padding: 189px 0 51px;
  background-image: url('/public/static/v2/icon/MARLINbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  border-radius: 25px;
}
.index-truck .swiper-truck .tai-box .picture {
  height: 310px;
  display: block;
  margin: auto;
}
.index-truck .swiper-truck .tai-box .title-v {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-family: "humnst_BlkCn";
}
.index-truck .swiper-truck .tai-box .qian {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-truck .swiper-truck .tai-box .qian .zhu {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.index-truck .swiper-truck .tai-box .qian .zhu img {
  width: 25px;
  margin-right: 6px;
}
.index-truck .swiper-truck .tai-box .qian .zhu span {
  font-weight: bold;
  font-size: 20px;
  color: #003A8B;
}
.index-truck .swiper-truck .tai-box .qian .ci {
  font-weight: bold;
  color: #666666;
  position: relative;
  padding-left: 10px;
}
.index-truck .swiper-truck .tai-box .qian .ci span {
  font-weight: bold;
  font-size: 16px;
  color: #979797;
  font-family: "humnst_BlkCn";
}
.index-truck .swiper-truck .tai-box .qian .ci::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #003A8B;
}
.index-truck .swiper-truck .tai-box .into {
  font-size: 11px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  padding: 20px 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "humnst_BT";
}
.index-truck .swiper-truck .tai-box .link-car {
  width: 117px;
  height: 39px;
  background: #00398B;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 39px;
  display: block;
  transition: 0.3s;
  margin: 10px auto 0;
}
.truck-more {
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 16px;
}
.truck-more img {
  height: 13px;
}
.video-more {
  margin-top: 40px;
}
.car-swiper-l {
  left: 14%;
  background-image: url('/public/static/v2/icon/left-3.png');
}
.car-swiper-r {
  right: 14%;
  background-image: url('/public/static/v2/icon/left-4.png');
}
.car-swiper-l.swiper-button-disabled,
.car-swiper-r.swiper-button-disabled {
  opacity: 0;
}
.car-swiper-active {
  color: transparent;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.car-swiper-active1 {
  top: 260px;
}
.car-swiper-active2 {
  top: 380px;
}
.video-button-next {
  background-image: url('/public/static/v2/icon/blue-right.png');
  color: transparent;
  transform: translateY(-30%);
  width: 55px;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.video-button-prev {
  background-image: url('/public/static/v2/icon/blue-left.png');
  color: transparent;
  transform: translateY(-30%);
  width: 55px;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.video-button-prev.swiper-button-disabled,
.video-button-next.swiper-button-disabled {
  opacity: 0;
}
.index-video {
  background-image: url('/public/static/v2/icon/tyrefocusbg.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 35px 0 50px;
}
.index-video .video-title .video-t {
  width: 387px;
  display: block;
  margin: auto;
}
.index-video .video-title .p-title {
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
  color: #4F4F4F;
  font-weight: bold;
  font-family: "humnst_BlkCn";
}
.index-video .index-shipin {
  margin-top: 25px;
}
.index-video .index-shipin .swiper-video .swiper-slide {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.index-video .index-shipin .swiper-video .swiper-slide .iconPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  opacity: 0;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.index-video .index-shipin .swiper-video .swiper-slide .pic-img {
  transition: 0.3s;
}
.index-video .index-shipin .swiper-video .swiper-slide .video-box {
  position: absolute;
  padding: 20px 15px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.index-video .index-shipin .swiper-video .swiper-slide .video-box .tit {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "humnst_BT";
}
.index-video .index-shipin .swiper-video .swiper-slide .video-box .intro {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 15px;
  font-family: "humnst_BT";
  justify-content: space-between;
}
.index-video .index-shipin .swiper-video .swiper-slide .video-box .intro .time {
  color: #FFFFFF;
}
.index-video .index-shipin .swiper-video .swiper-slide .video-box .intro .new {
  color: #32C5FF;
}
.index-video .index-shipin .swiper-video .swiper-slide:hover .iconPlay {
  opacity: 1;
}
.index-video .index-shipin .swiper-video .swiper-slide:hover .pic-img {
  transform: scale(1.2);
}
.index-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}
.index-popup .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.index-popup .pup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  z-index: 9;
  overflow: scroll;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.index-popup .pup .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
}
#ce-sidebar {
  position: fixed;
  bottom: 20%;
  right: 16px;
  z-index: 99;
}
#ce-sidebar .ce-box {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}
#ce-sidebar .ce-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ce-sidebar .iphone-ce {
  position: relative;
}
#ce-sidebar .iphone-ce .fufu {
  display: none;
  position: absolute;
  left: -243px;
  top: 50%;
  transform: translateY(-50%);
  width: 244px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: #003A8B;
  font-style: italic;
  font-weight: bold;
  font-family: "humnst_BT";
  text-decoration: underline;
  background-image: url('/public/static/v2/images/Teltoast.png');
  background-size: 100% 100%;
}
#ce-sidebar .iphone-ce:hover .fufu {
  display: block;
}
#ce-sidebar .ce-kefu {
  right: -9px;
  position: absolute;
  width: 80px;
  height: 80px;
}
#ce-sidebar .ce-top {
  right: 0;
  bottom: -150px;
  position: absolute;
  width: 60px;
  height: 60px;
  display: none;
}
.index-leave {
  display: none;
  background: #FFFFFF;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  padding: 40px 50px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.8);
}
.index-leave .leave-title .one {
  display: flex;
  align-items: center;
}
.index-leave .leave-title .one img {
  width: 24px;
  margin-right: 5px;
}
.index-leave .leave-title .one h1 {
  font-size: 36px;
  color: #003A8B;
}
.index-leave .leave-title .two {
  font-size: 18px;
  color: #00398B;
  font-style: italic;
  font-weight: bold;
}
.index-leave .leave-box {
  margin-top: 24px;
}
.index-leave .leave-box h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.index-leave .leave-box .input-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.index-leave .leave-box .input-box .input input {
  width: 190px;
  height: 34px;
  color: #666666;
  border-radius: 4px;
  background: #E4E4E4;
}
.index-leave .leave-box .input-box .input input::placeholder {
  color: #666;
}
.index-leave .leave-box p {
  font-size: 16px;
  color: #333333;
  width: 600px;
}
.index-leave .leave-box .country {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.index-leave .leave-box .country .c-input input {
  height: 34px;
  color: #666666;
  border-radius: 4px;
  background: #E4E4E4;
}
.index-leave .leave-box .country .c-input input::placeholder {
  color: #666;
}
.index-leave .leave-box .country .c-1 {
  width: 190px;
}
.index-leave .leave-box .country .c-2 {
  width: 395px;
}
.index-leave .leave-box .duohang {
  width: 100%;
  height: 149px;
  background: #E4E4E4;
  border-radius: 4px;
  color: #666666;
  padding: 15px 2px 0;
  margin-top: 15px;
  box-sizing: border-box;
  line-height: 20px;
}
.index-leave .leave-box .duohang::placeholder {
  color: #666;
}
.index-leave .off-cha {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .car-swiper-r {
    right: 4%;
  }
  .car-swiper-l {
    left: 4%;
  }
}
@media screen and (max-width: 1600px) {
  .index-banner .fudong .fudong-box {
    padding: 90px 0 0 45px;
  }
}
@media screen and (max-width: 1400px) {
  .car-swiper-r {
    right: 20px;
  }
  .car-swiper-l {
    left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .car-swiper-r {
    display: none;
  }
  .car-swiper-l {
    display: none;
  }
}
