body {
  /* padding-bottom: 30px; */
}

.azt-slider {
  /* min-height: 540px; */
}

/* 轮播 */
.mySwiper1 {
  width: 100%;
  height: 100%;
}

.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.mySwiper1 .swiper-slide .banner-operate-btn {
  position: absolute;
  z-index: 3;
  text-align: center;
  cursor: pointer;
}

.mySwiper1 .swiper-slide .bg {
  width: 100%;
  height: 100%;
}

.banner-operate-section {
  width: 1200px;
  height: 520px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-content-dialog {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.banner-content-dialog .dialog-title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  position: sticky;
  left: 0;
  top: 0;
  background: #FFFFFF;
}

.banner-content-dialog .dialog-title .delete-btn {
  font-weight: normal;
  color: #666666;
  font-size: 22px;
  cursor: pointer;
}

.banner-content-dialog .dialog-content {
  position: absolute;
  width: 758px;
  max-height: 85vh;
  overflow-y: scroll;
  background: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 0 20px 30px;
  box-sizing: border-box;
  animation: show .3s ease-in-out;
  animation-fill-mode: forwards;
}

.banner-content-dialog .dialog-content .banner-content img {
  max-width: 100%;
  margin: 0;
}

@keyframes show {
  0% {
    top: -100vh;
  }

  100% {
    top: 10vh;
  }
}

.mySwiper1 .swiper-slide img {
  display: block;
  height: 520px;
}

.mySwiper1 .my-bullet {
  display: inline-block;
  zoom: 1;
  overflow: hidden;
  width: 60px;
  height: 4px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  background-color: #A9B5C4;
  opacity: 0.6;
  filter: alpha(opacity=50);
  cursor: pointer;
  margin: 0 3px;
}

.mySwiper1 .my-bullet-active {
  background-color: #DE0522;
}

.mySwiper1 .swiper-pagination-bullets {
  bottom: 90px !important;
}

.mySwiper1 .slider-background_btn {
  top: 278px;
  left: 360px;
  width: 178px;
  height: 44px;
  border-radius: 62px;
  font-size: 19px;
  line-height: 44px;
}

.mySwiper1 .slider-text_box {
  position: absolute;
  top: 104px;
  left: 280px;
  text-align: left;
}

.mySwiper1 .slider-background_title {
  color: #FFFFFF;
  font-size: 44px
}

.mySwiper1 .slider-background_content {
  line-height: 30px;
  font-size: 20px;
  color: #929DA8;
}

.mySwiper1 .slider-background_btn {
  position: absolute;
  top: 278px;
  left: 280px;
  width: 178px;
  height: 44px;
  border-radius: 68px;
  text-align: center;
  line-height: 44px;
  background-color: #DE0522;
  color: #FFFFFF;
  font-size: 19px;
  cursor: pointer;
}

/* 历程 */
.azt-course {
  display: flex;
  justify-content: center;
  z-index: 9;
}

.azt-course .course-box {
  width: 1200px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 2px 2px;
  margin-top: -60px;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
}

.azt-course .course-item {
  width: 25%;
  display: flex;
  align-items: center;
  border-right: 1px solid #CCCCCC;
  padding-left: 10px;
  height: 100%;
}

.azt-course .course-item:last-child {
  border-right: none;
}

.azt-course .course-item_title {
  color: #333333;
  font-size: 20px;
  font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
}

.azt-course .course-item_subtitle {
  color: #666666;
  font-size: 14px;
}

.azt-course .course-item_img {
  margin-right: 12px;
}

/* 服务 */
.azt-service {
  display: flex;
  justify-content: center;
}

.azt-service .service-column {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.azt-service .column-item {
  width: 366px;
  height: 48px;
  border-bottom: 1px solid #DE0522;
  padding: 0 8px;
}

.azt-service .column-text1 {
  font-size: 16px;
  font-weight: bold;
  color: #DE0522;
  margin-left: 12px;
}

.azt-service .column-text2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-left: 16px;
  cursor: pointer;
}

.azt-service .service-box {
  background: #FFFFFF;
  margin-top: 80px;
}

.azt-service .service-content {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D9D9D9;
  width: 1200px;
  /* min-height: 657px; */
  margin-top: 30px;
  box-sizing: border-box;
  display: flex;
}

.azt-service .service-left {
  width: 264px;
  height: auto;
  /* min-height: 657px; */
}

.azt-service .serivce-tab {
  width: 264px;
  height: calc(100% - 96*3px);
  /* background: url('../images/home/service-tab-1.png') no-repeat center 0px; */
  padding: 34px;
  background: linear-gradient(356deg, #F36262 0%, #DE0522 100%);
  position: relative;

}

.azt-service .serivce-tab_img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.azt-service .tab-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}

.azt-service .title-content {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.azt-service .tab-subtitle {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 30px;
}

.azt-service .subtitle-content_item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin-top: 8px;
}

.azt-service .serivce-tabs {
  width: 100%;
  height: 96px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #333333;
  font-size: 20px;
  text-align: center;
  line-height: 96px;
  background: linear-gradient(90deg, rgba(246, 249, 255, 0.5) 0%, #EAF0FC 100%);
}

.azt-service .service-right {
  /* width: calc(100% - 264px); */
  flex: 1;
  height: auto;

}

.azt-service .right-title {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #D9D9D9;
}

.azt-service .service-right_content {
  width: 100%;
  height: calc(100% - 66px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.azt-service .service-content_title {
  padding: 17px 0 18px 22px;
  color: #333333;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.azt-service .service-content_box {
  display: flex;
  flex-wrap: wrap;
}

.azt-service .service-right_item {}

.azt-service .service-content_item {
  /* background-image: url('../images/home/product/content1/1.png'); */
  width: 33.33%;
  height: 140px;
  padding: 30px 109px 0 18px;
  box-sizing: border-box;
}

.azt-service .service-content_item:hover .content-item_title {
  color: #DE0522;
}

.azt-service .service-content_item:hover {
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
  z-index: 99;
  /* border-radius: 4px 4px 4px 4px; */
}

.azt-service .content-item_title {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  padding-bottom: 4px;
}

.azt-service .content-item_subtitle {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}

.service-right_item4-0 .service-content_item {
  height: 160px;
}

.content-item_title4 {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

/* 首页方案 */
.azt-solution {
  width: 100%;
  height: 850px;
  background: #27323F;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.azt-solution .solution-content {
  display: flex;
  width: 1201px;
  height: 597px;
}

.azt-solution .solution-img {
  width: 300px;
  height: 597px;
  padding: 48px 36px;
  /* background-image: url('../images/home/solution.png'); */
  background: linear-gradient(360deg, #F36262 0%, #DE0522 100%);
  box-sizing: border-box;
  position: relative;
}

.azt-solution .image-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.azt-solution .solution-img_title {
  color: #FFFFFF;
  font-size: 36px
}

.solution-img_subTitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}

.azt-solution .solution-box {
  border-left: 1px solid #CCCCCC;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.azt-solution .solution-box_item {
  /* background: rgba(255,255,255,0.2); */
}

.azt-solution .solution-box_padding {
  width: 25%;
  padding: 38px 15px;
  box-sizing: border-box;
  height: 150px;
  border: 1px solid #CCCCCC;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  margin: 0px 0px -1px -1px;
}

.azt-solution .solution-box_padding:hover {
  background: rgba(255, 255, 255, 0.9);
}

.azt-solution .solution-box_padding:hover .solution-item_title {
  color: #DE0522;
  font-size: 16px;
  font-weight: bold;
}

.azt-solution .solution-box_padding:hover .solution-item_subtitle {
  color: #666666;
  font-size: 12px;
}

.azt-solution .unactive .solution-item_title {
  color: #FFFFFF;
  font-size: 16px;
}

.azt-solution .unactive .solution-item_subtitle {
  color: #CCCCCC;
  font-size: 12px;
  text-align: justify;
}

/* 印章全生命周期合规管控 */
.azt-seal-period {
  width: 100%;
  box-sizing: border-box;
  margin-top: 120px;
}

.seal-period-title {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  background: #F3F3F3;
}

.seal-period-content {
  width: 100%;
  /* 渐变从中间往两边 */
  background-image: linear-gradient(to left, rgba(254, 210, 210, 0), rgba(204, 204, 204, 0.30) 50%, rgba(254, 210, 210, 0));
  padding: 60px 0 100px 0;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.content-tab_box .tab-content .tab-item_active::after {
  position: absolute;
  content: "";
  background-color: #DE0522;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 60px
}

.tab-content_box {
  display: none;
  width: 100%;
}

.tab-content_box .tab-content_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}

.tab-content_text .tab_left {
  width: 400px;
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  text-align: left;
}

.tab_left .tab_title {
  font-weight: bold;
  color: #DE0522;
}

.tab_left .tab_title1 {
  font-weight: bold;
  margin-top: 32px;
  color: #000;
}

.tab_right img {
  width: 728px;
  height: 460px;
}

/* tab */
.content-tab_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.join-tab_active {
  color: #DE0522;
}

.conAvtive {
  display: block;
}

.tab-content {
  width: 400px;
  display: flex;
  justify-content: space-between;
}

.tab-content_item {
  width: 200px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}

/* 云与SaaS服务 */
.azt-clound-service {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.azt-clound-service .clound-service-content {
  width: 1200px;
  position: relative;
}

.clound-service-list {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.azt-clound-service .clound-service-item {
  width: 220px;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
  padding-top: 36px;
  margin-bottom: 25px;
}

.azt-clound-service .item-title {
  font-weight: bold;
  font-size: 16px;
  color: #DE0522;
  padding-left: 27px;
}

.azt-clound-service .item-content {
  padding: 0 27px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 8px;
  text-align: justify;
  line-height: 18px;
}

/* 数字化文档处理服务 */
.azt-number-service {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.azt-number-service .number-service-content {
  width: 1200px;
  position: relative;
}

.number-service-list {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.azt-number-service .number-service-item {
  width: 220px;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
  padding-top: 36px;
  margin-bottom: 25px;
}

.azt-number-service .item-title {
  font-weight: bold;
  font-size: 16px;
  color: #DE0522;
  padding-left: 27px;
}

.azt-number-service .item-content {
  padding: 0 27px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 8px;
  text-align: justify;
  line-height: 18px;
}

/* AI智能服务 */
.azt-ai-service {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.azt-ai-service .ai-service-content {
  width: 1200px;
  position: relative;
}

.ai-service-list {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.azt-ai-service .ai-service-item {
  width: 220px;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
  padding-top: 36px;
  margin-bottom: 25px;
}

.azt-ai-service .ai-service-item img {
  width: 220px;
}

.azt-ai-service .item-title {
  font-weight: bold;
  font-size: 16px;
  color: #DE0522;
  padding-left: 27px;
}

.azt-ai-service .item-content {
  padding: 0 27px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 8px;
  text-align: justify;
  line-height: 18px;
}

/* 全栈适配国产信创生态 */
.azt-innovation {
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  padding-top: 90px;
  display: flex;
  justify-content: center;
}

.azt-innovation .innovation-content {
  width: 1200px;
  position: relative;
}

.azt-innovation .tab-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(270deg, #DE5305 0%, #DE0522 100%);
  margin: 30px 0 20px 0;
}

.azt-innovation .line {
  width: 580px;
  height: 2px;
  background-color: #CCCCCC;
  margin-top: 38px;
}

.azt-innovation .innovation-tab {
  margin-top: 20px;
}

.azt-innovation .innovation-tab_item {
  position: relative;
  width: 120px;
  cursor: pointer;
  margin-right: 10px;
}

.innovation-tab_active {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
}

.azt-innovation .innovation-itme_name {
  position: absolute;
  width: 120px;
  text-align: center;
  bottom: 20px;
  color: #333;
  font-size: 18px;
}

.azt-innovation .innovation-content_img {
  width: 550px;
  position: absolute;
  /* border: 1px solid #666666; */
  right: 20px;
  top: 100px;
}

.azt-innovation .innovation-btn {
  background-color: #DE0522;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  width: 120px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 17px;
  ;
  font-weight: bold;
}

/* 海量客户的共同选择 */
.azt-client {
  width: 100%;
  background: #27323F;
}

.azt-client .azt-client_header {
  height: 180px;
  width: 1200px;
  padding-top: 70px;
}

.azt-client .azt-client_tab {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.azt-client .client-tab_box {
  width: 1200px;
  height: 66px;
  display: flex;
}

.azt-client .tab_box_item {
  width: 150px;
  height: 66px;
  font-size: 20px;
  text-align: center;
  line-height: 66px;
  cursor: pointer;
}

.azt-client .tab_active {
  background: #FFFFFF;
  color: #DE0522;
  border-bottom: 2px solid #DE0522;
  ;
}

.azt-client .tab_unactive {
  background: #3C4652;
  color: #FFFFFF;
}

.azt-client .client-tab_content {
  width: 100%;
  padding-bottom: 60px;
}

.azt-client .tab-content_introduce {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

.azt-client .content-introduce_left {
  width: 50%;
  height: 350px;
}

.azt-client .content-introduce_right {
  width: 50%;
  background: #27323F;
  padding: 36px 48px 0 48px;
  text-align: justify;
}

.azt-client .introduce-right_num {
  display: flex;
  margin-top: 40px;
}

/* 更多资讯 */
.azt-consult {
  width: 100%;
  display: flex;
  justify-content: center;
}

.azt-consult .azt-consult_content {
  width: 1200px;
  margin-top: 90px;
}

.azt-consult .consult-list {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

.azt-consult .consult-list_left {
  width: 558px;
  /* border: 1px solid  #D9D9D9; */
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.azt-consult .consult-list_left:hover {
  /* box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25); */
  /* border: 1px solid  #fff; */
}

.consult-list_left .left-img img {
  width: 558px;
  height: 230px;
  object-fit: cover;
}

.consult-list_left .left-aritcle {
  padding: 40px 40px 43px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consult-list_left .article-date {
  padding-right: 24px;
  /* width: 56px; */
  text-align: center;
}

.consult-list_left .left-aritcle_year {
  width: 56px;
}

.consult-list_left .article-box {
  flex: 1;
  overflow: hidden;
}

.azt-consult .consult-list_right {
  width: 622px;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
}

.consult-list_right .list-right_item {
  padding: 0 21px;
  font-size: 14px;
  cursor: pointer;
}

.consult-list_right .content {
  flex: 1;
  padding-right: 30px;
  color: rgba(0, 0, 0, 0.8);
}

.consult-list_right .start-line {
  display: none;
}

.consult-list_right .right-item_innner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #F3F3F3;
}

.consult-list_right .list-right_item:hover {
  box-shadow: inset -8px -8px 16px 0px rgba(245, 245, 245, 0.60),
    inset 8px 8px 16px 0px rgba(245, 245, 245, 0.60),
    inset -2px -2px 4px 0px rgba(255, 255, 255, 0.50);
}

.consult-list_right .list-right_item:hover .right-item_innner {
  border-bottom: 1px solid #fff;
}

.consult-list_right .list-right_item:hover .content {
  color: #DE0522;
}

.consult-list_right .list-right_item:hover .date {
  display: none;
}

.consult-list_right .list-right_item:hover .more {
  display: inline;
}

.consult-list_right .list-right_item:hover .start-line {
  display: inline;
}

.consult-list_right .date {
  width: 80px;
  color: rgba(0, 0, 0, 0.6);
}

.consult-list_right .more {
  width: 80px;
  color: #DE0522;
  display: none;
}

.list-right_more {
  font-size: 14px;
  color: #666666;
  text-align: right;
  padding: 22px 21px;
  cursor: pointer;
}

.list-right_more:hover {
  color: #DE0522;
}

.azt-consult .consult-item {
  width: 380px;
  background: #FFFFFF;
  padding: 26px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.azt-consult .consult-item:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}

.azt-consult .line {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}

.azt-consult .consult-item_more {
  color: #333333
}

.azt-consult .consult-item_more:hover {
  color: #DE0522;
}

.azt-consult .consult-item_article:hover {
  color: #DE0522;
}

@media screen and (max-width: 768px) {
  #progress-bar-container {
    width: 1rem;
    background-color: #4A5461;
    height: 0.02rem;
    position: relative;
    border-radius: 3px;
    margin-top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  #progress-bar {
    width: 0;
    height: 100%;
    background-color: #DE0522;
    position: absolute;
    border-radius: 3px;
    transition: width 0.1s ease;
  }

  .tab-popup-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.14rem;
    color: #666666;
    height: 0.38rem;
  }

  .popup-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.06rem;

  }

  .popup-item {
    width: 1.09rem;
    height: 0.32rem;
    background: #E9EFFC;
    color: #666666;
    text-align: center;
    line-height: 0.32rem;
    margin-bottom: 0.08rem;
  }

  .popup-item_active {
    background: #DE0522;
    color: #FFFFFF;
  }

  .popup-item-placeholder {
    width: 1.09rem;
    height: 0.32rem;
  }

  .azt-slider {}

  .mySwiper1 .swiper-slide img {
    height: 3rem;
  }

  .mySwiper1 .slider-background_btn {
    top: 2.35rem;
    left: 1.27rem;
    width: 1.22rem;
    height: 0.32rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
  }

  .mySwiper1 .slider-text_box {
    top: 0.2rem;
    left: 0rem;
    right: 0rem;
    padding: 0 0.3rem;
    text-align: center;
  }

  .mySwiper1 .slider-background_title {
    font-size: 0.20rem;
  }

  .mySwiper1 .slider-background_content {
    color: #929DA8;
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.08rem;
  }

  .mySwiper1 .my-bullet {
    width: 0.27rem;
    height: 0.02rem;
  }

  .mySwiper1 .swiper-pagination-bullets {
    bottom: 10px !important;
  }

  .azt-course .h5-course-box {
    width: 100%;
    padding: 0.22rem 0.15rem 0 0.15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .azt-course .h5-course-item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 0.22rem;
  }

  .azt-course .course-item_title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.19rem;
  }

  .azt-course .course-item_subtitle {
    font-size: 0.12rem;
  }

  .azt-service .h5-service-box {
    padding: 0.15rem 0.16rem;
    width: 100%;
  }

  .h5-service-box .title {
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
  }

  .h5-service-box .subtitle {
    font-size: 0.12rem;
    text-align: center;
  }

  .h5-service-tab {
    margin-top: 0.23rem;
    display: flex;
    justify-content: space-between;
    height: 0.32rem;
    border-bottom: 0.01rem solid #EDEEF2;
    padding-right: 0.2rem;
    position: relative;
  }

  .h5-service-tab .h5-service-tab_item {
    font-size: 0.14rem;
    color: #666666;
  }

  .h5-service-tab .more-icon-down {
    position: absolute;
    right: 0rem;
    top: 0rem;
  }

  .h5-service-tab .tab-item_active {
    color: #DE0522 !important;
    border-bottom: 0.01rem solid #DE0522 !important;
  }

  .tab-popup-mask {
    z-index: 2;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
  }

  .h5-service-tab .tab-popup-box {
    position: absolute;
    width: 3.75rem;
    height: 1.35rem;
    left: -0.16rem;
    top: 0;
    right: -0.16rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0rem rgba(134, 124, 124, 0.25);
    display: none;
    padding: 0 0.16rem;
    z-index: 99;
  }

  .h5-service-content .h5-content_item {
    width: 100%;
    height: 1.12rem;
    /* background-image: url(../images/mobile/index/service-1-1.png); */
    padding: 0.16rem;
    margin-top: 0.08rem;
    background-size: 100%;
  }

  .h5-service-content .h5-content_item_title {
    color: #000000;
    font-size: 0.16rem;
    font-weight: bold;
  }

  .h5-service-content .h5-content_item_subtitle {
    color: #333333;
    font-size: 0.14rem;
    margin-top: 0.07rem;
  }

  .azt-h5-client {
    background: #27323F;
    width: 100%;
    padding: 0 0.15rem 0.15rem 0.15rem;
  }

  .azt-h5-client .title {
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    padding: 0.16rem 0 0.08rem 0;
  }

  .azt-h5-client .subtitle {
    font-size: 0.12rem;
    color: #929DA8;
    padding: 0 0.55rem;
    text-align: center;
  }

  .azt-h5-client .h5-clint-tab_box {
    overflow-x: scroll;
    width: 100%;
    position: relative;
    margin-top: 0.23rem;
    margin-bottom: 0.18rem;
    padding-right: 0.16rem;
  }

  .azt-h5-client .prev-cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 40px;
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #27323F 71%);
    display: none;
  }

  .azt-h5-client .behind-cover {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 40px;
    /* background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #27323F 71%); */
  }

  .content-6 {
    padding: 0.4rem 0 0.12rem 0;
    width: 100%;
  }

  .cooperation-team_box {
    display: flex;
  }

  .cooperation-team_box img {
    width: 1.2rem;
    padding: 0.05rem;
    float: left;
  }

  .cooperation-team {
    overflow: hidden;
    width: 100%;
    margin: 0rem auto;
  }

  #cooperationTeam1 {
    transform: rotate(180deg);
  }

  #cooperationTeam1 img {
    transform: rotate(180deg);
  }

  .cooperation-team1 {
    padding-left: 0px;
  }

  .azt-h5-client .h5-clint-tab {
    height: 0.28rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
    width: max-content;
  }

  .azt-h5-client .clint-tab_item {
    margin-right: 0.17rem;
    height: 0.28rem;
    display: inline-block;
    color: #929DA8;
  }

  .azt-h5-client .clint-tab_item_active {
    color: #FFFFFF;
    border-bottom: 0.01rem solid #FFFFFF;
  }

  .azt-h5-client .tab-title {
    font-size: 0.16rem;
    color: #FFFFFF;
    padding: 0.24rem 0 0.08rem 0;
  }

  .azt-h5-client .tab-content {
    color: #929DA8;
    font-size: 0.12rem;
    text-align: justify;
  }

  .azt-h5-client .tab-num {
    display: flex;
    margin-top: 0.22rem;
  }

  .azt-h5-client .h5-clint_img {
    margin-top: 0.2rem;
    overflow-x: auto;
    width: 100%;
  }

  .azt-h5-client .h5-clint_img img {
    width: 8rem;
  }

  .azt-h5-client .more-icon-down {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #27323F;
  }

  .azt-h5-client .more-icon-down img {
    width: 0.16rem;
  }

  .azt-h5-client .tab-clint-popup-box {
    position: absolute;
    width: 3.75rem;
    height: 1.75rem;
    left: -0.16rem;
    top: 0;
    right: -0.16rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0rem rgba(134, 124, 124, 0.25);
    display: none;
    padding: 0 0.16rem;
    z-index: 99;
  }

  .azt-h5-innovation {
    margin-top: 0.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.15rem;
  }

  .azt-h5-innovation .innovation-list {
    width: 100%;
  }

  .azt-h5-innovation .h5-innovation_title {
    color: #000000;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.12rem;
  }

  .azt-h5-innovation .list-item {
    width: 100%;
    height: 0.8rem;
    /* background-image: url('../images/mobile/index/innovation-1.png'); */
    padding: 0.16rem;
    border: 0.01rem dashed #E7E7E7;
    margin-bottom: 0.08rem;
    background-size: 100% 100%;
  }

  .azt-h5-innovation .list-title {
    color: #000000;
    font-size: 0.16rem;
    font-weight: bold;
  }

  .azt-h5-innovation .list-subtitle {
    font-size: 0.14rem;
    color: #666666;
  }

  .azt-h5-innovation .more-innovation {
    color: #DE0522;
    font-size: 0.12rem;
    text-align: center;
  }

  .azt-h5-consult {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.48rem;
    padding: 0 0.15rem;
  }

  .azt-h5-consult .h5-consult_title {
    color: #000000;
    font-size: 0.16rem;
    font-weight: bold;
  }

  .azt-h5-consult .h5-consult_subtitle {
    color: #666666;
    font-size: 0.12rem;
    margin-top: 0.07rem;
    margin-bottom: 0.16rem;
  }

  .h5-consult_slider {
    width: 100%;
    overflow: hidden;
  }

  .mySwiper {
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0 !important;
  }

  .mySwiper .swiper-slide_article {
    /* height: 1.88rem; */
    /* max-height: 2.5rem; */
  }

  .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 2rem;
    /* height: 100%; */
    /* object-fit: cover; */
  }

  .h5-consult_slider .my-bullet {
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    width: 0.27rem;
    height: 0.02rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: normal;
    background-color: #A9B5C4;
    opacity: 0.6;
    filter: alpha(opacity=50);
    cursor: pointer;
    margin: 0 3px;
  }

  .h5-consult_slider .my-bullet-active {
    background-color: #DE0522;
  }

  .h5-consult_slider .slider-title {
    font-size: 0.14rem;
    color: #333333;
    overflow: hidden;
    width: 3.40rem;
    padding: 0.11rem;
  }

  .azt-h5-consult .h5-consult_list {
    border: 0.01rem solid #E7E7E7;
    height: 2.73rem;
    overflow-y: auto;
    width: 100%;
  }

  .azt-h5-consult .h5-consult_item {
    padding: 0.16rem 0.27rem;
  }

  .azt-h5-consult .item-title {
    color: #333333;
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
  }

  .azt-h5-consult .item-time {
    color: #CCCCCC;
    font-size: 0.12rem;
    text-align: right;
    border-bottom: 0.01rem solid #E7E7E7;
    padding-bottom: 0.12rem;
  }

  .azt-h5-consult .consult-innovation {
    color: #DE0522;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.08rem 0 0.32rem 0;
  }

  .azt-course .course-item_img {
    margin-right: 0;
    width: 0.48rem;
  }

  .h5-clint-top_img img {
    width: 100%;
  }

  .banner-content-dialog .dialog-content {
    width: 90%;
    max-height: 80%;
  }
}