html {
  background: linear-gradient(180deg, #263963 0%, #2C2252 100%);
}
body {
  max-width: 900px;
  margin: 0 auto;
  background: transparent;
  padding-bottom: 70px;
}
.img-wrapper img {
  max-width: 100%;
}
li > .img-wrapper, li > a > .img-wrapper {
  overflow: hidden;
}
li > .img-wrapper img, li > a > .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner {
  position: relative;
}
.banner > .img-wrapper {
  min-height: 323px;
}
.banner .banner-tip {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 149px;
  height: 43px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/web/images/rule.png") no-repeat center;
  background-size: contain;
  z-index: 2;
}
.banner .banner-link {
  width: 70px;
  height: 50px;
  position: absolute;
  top: 17px;
  left: 6.5%;
  transform: translateX(-50%);
}
.banner-tab {
  position: relative;
  margin: 42px auto 40px;
}
.banner-tab ul {
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 2px 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-tab ul li, .banner-tab ul li a {
  flex: 1;
  text-align: center;
  font-size: 23px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #005277;
  line-height: 60px;
}
.banner-tab ul li.active {
  font-size: 26px;
  line-height: 72px;
  background: linear-gradient(90deg, #00FFAE 0%, #00F8FF 100%);
  border-radius: 5px 5px 0 0;
  margin-top: -6px;
}
.banner-tab ul li.active:first-child {
  border-bottom-left-radius: 5px;
}
.banner-tab ul li.active:last-child {
  border-bottom-right-radius: 5px;
}
.info {
}
.info .info-wrapper {
  position: relative;
  padding: 26px 44px 74px;
  margin: 18px auto 30px;
  background: url(https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/web/images/info-bg-1.png) no-repeat center top;
  background-size: 100%;
}
.info .info-wrapper p {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
}
.info .info-wrapper > .img-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.title-wrapper {
  margin: 60px auto 50px;
}
.subject-wrapper .title-wrapper {
  margin-top: 0;
}
.title-wrapper .img-wrapper {
  width: 363px;
  height: 70px;
  margin: 0 auto;
}
.video-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 159px;
}
.video-list li {
  width: 31.77777%;
}
.video-list li:not(:nth-child(3n+3)) {
  margin-right: 2.333%;
}
.video-list li:last-child {
  margin-right: auto;
}
.video-list li .img-wrapper {
  width: 100%;
  height: 160px;
  border-radius: 5px;
  border: 1px solid #02FDC3;
  position: relative;
}
.video-list li .img-wrapper::before {
  width: 26px;
  height: 26px;
  background: url(https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/images/play-03.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-list li p {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  max-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-list li p.short {
  line-height: 62px;
  -webkit-line-clamp: 1;
}
.video-list li .li-tittle-wrapper {
  height: 62px;
  display: flex;
  align-items: center;
  margin: 20px auto 40px;
}
.subject-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 30px;
}
.subject-list ul li {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 25px;
  border-radius: 29px;
  margin: 0 20px 20px 0;
}
.subject-list ul li a {
  display: block;
  vertical-align: middle;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8CDAF1;
  line-height: 28px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-wrapper {
  margin-top: 50px;
}
.tab-info {
  width: 100%;
  margin-bottom: 40px;
}
.tab-info ul {
  height: 62px;
  background: linear-gradient(206deg, #465EF6 0%, #6E5DF4 100%);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-info li {
  width: 25%;
  font-size: 23px;
  font-family: HelloFont-WenYiHei, HelloFont;
  font-weight: bold;
  color: #6FEFDE;
  line-height: 62px;
  text-align: center;
  position: relative;
}
.tab-info li.active {
  font-size: 26px;
  width: 193px;
  line-height: 73px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/web/images/tab-bg-active.png") no-repeat center;
  background-size: cover;
  margin-top: -6px;
}
.tab-list > .tab-list-wrapper {
  display: none;
  min-height: 50vh;
}
.tab-list > .tab-list-wrapper.active {
  display: block;
}
.tab-list .tab-list-wrapper > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-list > .tab-list-wrapper:first-child > ul > li {
  width: 31.88888%;
  margin-bottom: 20px;
  color: #fff;
}
.tab-list > .tab-list-wrapper:not(:nth-child(2)) > ul > li:not(:nth-child(3n+3)) {
  margin-right: 2.1666%;
}
.tab-list > .tab-list-wrapper:not(:nth-child(2)) > ul > li:last-child {
  margin-right: auto;
}
.tab-list > .tab-list-wrapper:first-child > ul > li.hidden {
  display: none;
}
.tab-list > .tab-list-wrapper:first-child > ul.active > li.hidden {
  display: block;
}
.tab-list > .tab-list-wrapper:first-child > ul.active ~ .click-more {
  display: none;
}
.tab-list > .tab-list-wrapper:first-child .click-more ~ .finished {
  display: none;
}
.tab-list > .tab-list-wrapper:first-child > ul.active ~ .finished {
  display: block;
}
.tab-list > .tab-list-wrapper:nth-child(3) > ul > li, .tab-list > .tab-list-wrapper:nth-child(4) > ul > li {
  width: 31.8888%;
  margin-bottom: 20px;
  color: #fff;
}
.tab-list li .li-application-wrapper {
  width: 100%;
  min-height: 248px;
  position: relative;
}
.tab-list .li-application-wrapper .li-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 23px 17px 0;
}
.tab-list .li-application-wrapper .li-bg > .img-wrapper {
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid rgba(2, 253, 195, 0.8);
  border-radius: 5px;
  position: relative;
}
.tab-list .li-application-wrapper .li-bg > .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-list .li-application-wrapper .li-bg > .img-wrapper.isVideo::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/images/play-03.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tab-list .li-application-wrapper .author-wrapper {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.tab-list .li-application-wrapper .author-wrapper .img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.tab-list .li-application-wrapper .author-wrapper .author-name {
  max-width: 9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-list .li-application-wrapper .modal-info {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 8px;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-list .li-application-wrapper .application-num {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bolder;
  color: #00FFCA;
  line-height: 42px;
  margin-top: 20px;
  text-align: center;
  text-shadow: 1px 1px 30px #00FFCA;
}
.tab-list li .li-application-wrapper > a:last-child:not(:nth-child(2)) {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.tab-list li .li-application-wrapper .application-list {
  margin-top: 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}
.tab-list li .li-application-wrapper .application-list ul {
  padding: 1px 0 4px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/web/images/line.png") no-repeat center bottom;
  background-size: 100% 4px;
}
.tab-list li .li-application-wrapper .application-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tab-list li .li-application-wrapper .application-list .application-list-num {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bolder;
  color: #FFFFFF;
  line-height: 32px;
}
.tab-list li .li-application-wrapper .application-list .application-list-num span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 30px;
  color: #10FFA9;
  line-height: 42px;
  margin-left: 3px;
}
.tab-list li .li-application-wrapper .application-tip {
  position: absolute;
  top: 0;
  right: 0;
}
.tab-list li .li-application-wrapper .application-tip .img-wrapper {
  width: 98px;
}
.post_li {
  width: 100%;
  position: relative;
  border-bottom: 0.5px solid #fff;
  padding: 0 0 30px;
  margin-bottom: 30px;
}
.post_li .img-wrapper > img, .van-image > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.post_li.essence:before {
  content: "";
  width: 58px;
  height: 58px;
  background: url(//www.d1ev.com/special/circle/images/essence.png) no-repeat 50%;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 90px;
  z-index: 0
}
.post_li .author--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.post_li .li_author {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #1a1b1f;
  font-weight: 700;
}
.post_li .li_author .author--pic {
  width: 54px;
  height: 54px;
  margin-right: 10px
}
.post_li .li_author > .img-wrapper {
  width: 54px;
  height: 54px;
  position: relative;
  margin-right: 10px
}
.post_li .li_author > .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
}
.post_li .li_author .author--pic .author_type {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: -0.18em;
  width: 16px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 5px;
  margin-top: -2px;
}
.post_li .li_author .img--type {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0
}
.post_li .li_author .img--type img {
  vertical-align: top
}
.post_li .li_author .author-info {
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 17px;
  white-space: nowrap;
  max-width: 18em;
  overflow: hidden;
  text-overflow: ellipsis
}
.post_li .li_author .author-info .info_tip {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 8px;
}
.post_li .li_title {
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  max-height: 45px;
  margin-bottom: 6px
}
.post_li .li_desc, .post_li .li_title {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.post_li .li_desc {
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  max-height: 48px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post_li .li_desc.isPost {
  max-height: 725px;
  -webkit-line-clamp: 3;
  position: relative
}
.post_li .li_desc.isPost > span {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 0 .3em;
  color: #fc9224
}
.post_li > .img-wrapper {
  margin: 14px auto;
  text-align: center
}
.post_li > .img-wrapper img {
  max-width: 100%
}
.post_li .li_picList {
  margin-bottom: 20px;
  position: relative
}
.post_li .li_picList.list-more {
  width: 696px;
}
.post_li .li_picList ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.post_li .li_picList ul li {
  flex-basis: 111px;
  flex-shrink: 0;
}
.post_li .li_picList ul li .img-wrapper {
  width: 168px;
  height: 168px;
  position: relative;
  border-radius: 10px;
  overflow: hidden
}
.post_li .li_picList ul li .img-wrapper img {
  max-width: 100%;
}
.post_li .li_picList ul li .img-wrapper .van-image {
  vertical-align: top
}
.post_li .li_picList ul li .img-wrapper .van-image .van-image__error {
  min-height: 110px
}
.post_li .li_picList ul li:not(:nth-child(4n+4)) {
  margin-right: 1.1494%
}
.post_li .li_picList ul li:first-child:last-child {
  flex-basis: 100%;
  height: auto
}
.post_li .li_picList ul li:first-child:last-child .img-wrapper {
  width: auto;
  max-width: 100%;
  height: auto;
}
.post_li .li_picList ul li:first-child:last-child .img-wrapper img {
  max-width: 100%;
  position: static;
  transform: none;
  height: auto
}
.post_li .li_picList .pic_tip {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bolder;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 34px;
  line-height: 22px;
  background: rgba(0, 0, 0, .25);
  border-radius: 10px 0 10px 0
}
.post_li .li_picList.list-more .pic_tip {
  display: block
}
.post_li .li_video {
  margin-bottom: 15px
}
.post_li .li_video .img-wrapper {
  width: 720px;
  height: 530px;
  background: #0d0d0d linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25) 90%, #000);
  text-align: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.post_li .li_video .img-wrapper .img-bg {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(20px)
}
.post_li .li_video .img-wrapper .van-image {
  min-height: 172px
}
.post_li .li_video .img-wrapper .img-video {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.post_li .circle-wrapper {
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.post_li .circle-wrapper a:first-child {
  margin-right: 14px
}
.post_li .circle-wrapper a:last-child {
  color: #0d0d0d;
  overflow: hidden
}
.post_li .circle-wrapper .li_circle {
  max-width: 100%;
  height: 22px;
  padding: 0 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0e0e0e;
  background: #f8f8f8;
  border-radius: 13px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: flex-start
}
.post_li .circle-wrapper .li_circle .img-wrapper {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 7px
}
.post_li .circle-wrapper .li_circle .img-wrapper img {
  max-width: 100%
}
.post_li .circle-wrapper .li_circle .circle-info {
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}
.post_li .li_carSeries {
  margin: 15px auto 20px
}
.post_li .li_carSeries .carSeries_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  box-shadow: 0 3px 7px 0 hsla(0, 0%, 84.3%, .6);
  border-radius: 5px
}
.post_li .li_carSeries .carSeries_wrapper .container_info {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.post_li .li_carSeries .carSeries_wrapper .container_info .img-wrapper {
  width: 120px;
  height: 80px;
  margin-right: 6px
}
.post_li .li_carSeries .carSeries_wrapper .container_info .img-wrapper img {
  width: 100%
}
.post_li .li_carSeries .carSeries_wrapper .container_info .info--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column
}
.post_li .li_carSeries .carSeries_wrapper .container_info .info--wrapper .li_name {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px
}
.post_li .li_carSeries .carSeries_wrapper .container_info .info--wrapper .li_price {
  font-size: 14px;
  color: #ff5b05
}
.post_li .li_carSeries .carSeries_wrapper .container_button {
  width: 70px;
  line-height: 28px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #ff5b05;
  font-size: 12px;
  color: #ff5b05
}
.post_li .li_footer {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
}
.post_li .li_footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.post_li .li_footer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.post_li .li_footer ul li.li-subject {
  background: #f6f6f6;
  border-radius: 13px;
  font-size: 12px;
  color: #666a73;
  line-height: 26px;
  padding: 0 5px
}
.post_li .footer_box-wrapper {
  min-width: 35.3%;
}
.post_li .footer_box-wrapper ul {
  width: 100%;
  margin: 0 auto
}
.post_li .footer_box-wrapper ul .img-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 6px
}
.post_li .footer_box-wrapper ul .box_like .img-wrapper {
  width: 24px;
  height: 24px;
  background: url(https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/images/circle-like.png) no-repeat 50%;
  background-size: cover
}
.post_li .footer_box-wrapper ul .box_comment .img-wrapper {
  background: url(https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/images/circle-comment.png) no-repeat 50%;
  background-size: contain
}
.tab-list li .li-item-wrapper {
  height: 317px;
  border-radius: 5px;
  border: 1px solid #02FDC3;
}
.tab-list li .li-item-wrapper > .img-wrapper {
  width: 100%;
  height: 160px;
  background: #000;
  overflow: hidden;
}
.tab-list li .li-item-wrapper > .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-list li .li-item-wrapper .li-container {
  padding: 0 12px;
}
.tab-list li .li-item-wrapper .list-title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab-list li .li-item-wrapper .li-tittle-wrapper {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 20px auto 15px;
}
.tab-list li .li-item-wrapper .list-title.short {
  line-height: 40px;
  -webkit-line-clamp: 1;
}
.tab-list .li-item-wrapper .author-wrapper {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.tab-list .li-item-wrapper .author-wrapper .img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.tab-list .li-item-wrapper .author-wrapper .author-name {
  max-width: 9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.panel--null {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.panel--null .img-wrapper {
  width: 200px;
  margin: 0 auto 20px;
}
.container_more {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 15px auto;
  cursor: pointer;
}
.fix-wrapper {
  width: 171px;
  position: absolute;
  right: -200px;
  top: 100px;
  z-index: 2222;
}
@media (max-width: 1400px) {
  .fix-wrapper {
    position: fixed;
    right: 0;
  }
}
.fix-wrapper .share-wrapper {
  width: 120px;
  margin: 0 auto;
}
.fix-wrapper .share-wrapper:nth-child(2) {
  margin-top: 30px;
}
.fix-wrapper .share-wrapper:nth-child(1) .img-wrapper {
  padding: 5px;
}
.fix-wrapper .img-wrapper {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
}
.fix-wrapper .share-title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}
.fix-wrapper .button-join {
  width: 177px;
  height: 193px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/intelligent-driving/web/images/button-join.png") no-repeat center;
  background-size: 100%;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 183px;
  text-align: center;
}
.am-modal-no-btn .am-modal-dialog {
  border-radius: 10px;
  padding: 25px 24px 32px;
  position: relative;
}
.modal-rule-wrapper .am-close {
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff !important;
  font-weight: 200;
  opacity: 1;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.model_container {
  padding: 8px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.model_container p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #003859;
  line-height: 22px;
}
.svg--wrapper {
  height: 50vh;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.svgIcon.loading {
  font-size: 50px;
  -webkit-animation: rotating infinite 1s linear;
  animation: rotating infinite 1s linear;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.modal-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px 33px;
  position: relative;
}
.modal-wrapper .modal-title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #000000;
  line-height: 23px;
  text-align: center;
}
.modal-wrapper > .img-wrapper {
  width: 127px;
  height: 127px;
  margin: 20px auto;
}
.modal-wrapper .modal-button {
  width: 174px;
  background: linear-gradient(90deg, #0055C9 0%, #008FC2 100%);
  border-radius: 50px;
  border: 1px solid transparent;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 39px;
  text-align: center;
}
.modal-wrapper .dialog-close {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.modal-wrapper .dialog-close .img-wrapper {
  width: 16px;
  margin: 0 auto;
}