html,
body {
  margin: 0;
  padding: 0;
  height:100%;
}
body {
	font-family:pingfangsc-regular,helvetica,arial,microsoft yahei,sans-serif;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
.adsbox {
  display: none !important;
}
.page-inner {
  position:relative;
  min-height:calc(100% - 346px);
}
.page-m-inner {
  position:relative;
  min-height:calc(100% - 200px);
}
.ai-common-nav-drop-h5 {
  margin: 0 auto;
}
.ai-common-nav-drop-h5 .head {
  background: #333;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ai-common-nav-drop-h5 .head .logo {
  height: 100%;
  margin-left: 12px;
}
.ai-common-nav-drop-h5 .head .logo img {
  display: block;
  height: 100%;
}
.ai-common-nav-drop-h5 .head .title {
  font-size: 20px;
  color: white;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ai-common-nav-drop-h5 .head .title a {
 color:white;
}
.ai-common-nav-drop-h5 .head .menu {
  position: relative;
  width: 24px;
  height: 24px;
  background:  no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}
.ai-common-nav-drop-h5 .head .menu a {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  top: 0;
}
.ai-common-nav-drop-h5 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background:white;
}
.ai-common-nav-drop-h5 .main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  background: white;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.ai-common-nav-drop-h5 .main ul::-webkit-scrollbar {
  display: none;
}
.ai-common-nav-drop-h5 .main ul li {
  list-style: none;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  padding: 0 12px;
}
.ai-common-nav-drop-h5 .main ul li a {
  display: block;
  text-decoration: none;
  color: black;
}
.ai-common-nav-drop-h5 .main ul li.active {
  color: #bf0614;
}
.ai-common-nav-drop-h5 .main ul li.active a {
  color: #bf0614;
}
.ai-common-nav-drop-h5 .main .menu {
  width: 20px;
  height: 20px;
  background:  no-repeat;
  background-size: 100% 100%;
  margin: 0 14px;
}
.ai-common-nav-drop-map {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ai-common-nav-drop-map .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background:  no-repeat;
  background-size: 50% 50%;
  background-position: center center;
}
.ai-common-nav-drop-map .inner {
  width: 85vw;
  height: 90vh;
  margin: 5vh auto;
  padding: 0 12px;
  overflow: auto;
}
.ai-common-nav-drop-map .inner .links {
  border-bottom: 1px solid #c8c8c8;
}
.ai-common-nav-drop-map .inner .links:last-child {
  border-bottom: none;
}
.ai-common-nav-drop-map .inner h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
  border-left: 2px solid #bf0614;
  margin: 16px 0;
}
.ai-common-nav-drop-map .inner a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.ai-common-nav-drop-map .inner .content {
  padding-bottom: 8px;
  overflow: hidden;
}
.ai-common-nav-drop-map .inner .link-item {
  float: left;
  margin: 0 32px 8px 0;
  font-size:16px;
}
.ai-swipermodule-m {
  margin-top: 20px;
  margin-bottom: -20px;
}
.ai-swipermodule-m .swiper-slide {
  position: relative;
  width: 6.8rem;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0 30px;
  background: #e9f5fe;
  -webkit-box-shadow: 2px 2px 6px #96c4d9;
  box-shadow: 2px 2px 6px #96c4d9;
}
.ai-swiperimg .swiper-slide {
  height: 4.75rem;
}
.ai-swiperimg .swiper-slide img {
  display: block;
  width: 110%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
 -webkit-transform: translatex(-50%);
 -moz-transform: translatex(-50%);
 -o-transform: translatex(-50%);
}
.ai-swipermodule-m .swiper-slide p {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  bottom: 8px;
  padding: 0 20px;
  text-align: center;
  z-index:10;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ai-swipermodule-m .swiper-slide .main {
  padding: 16px;
  color: #132142;
}
.ai-swipermodule-m .swiper-slide .title {
  font-size: 18px;
  margin: 0 auto 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ai-swipermodule-m .swiper-slide .brief {
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.ai-swipermodule-m .slide:after {
  width: 100%;
  content: "";
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(0, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
}
.ai-swipermodule-m .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 10;
}
.ai-swipermodule-m .swiper-pagination {
  opacity: 0;
}
.ai-swipermodule-m .swiper-pagination {
  font-size: 16px;
  bottom: 0;
}
.ai-swipermodule-m .swiper-pagination-bullet {
  background: #000;
  opacity: .2;
}
.ai-swipermodule-m .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background: #69a1cb;
  opacity: 1;
}
.ai-future-m {
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 24px auto;
}
.ai-future-m .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  height:0.43rem;
}
.ai-future-m .head img {
  display:block;
  height:100%;
}
.ai-future-m .head .title {
  width: 3.52rem;
  height: 0.43rem;
  background: 
    no-repeat;
  background-size: 100% 100%;
}
.ai-future-m .body {
  background: #f1f3f4;
  margin-top: 24px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.ai-future-m .body:after {
  display: table;
  clear: both;
  content: "";
}
.ai-future-m .digital-sample,
.ai-future-m .ai-view,
.ai-future-m .ai-interview {
  background: #f1f3f4;
  padding: 16px 16px 0;
}
.ai-future-m .digital-sample .name,
.ai-future-m .ai-view .name,
.ai-future-m .ai-interview .name {
  font-size: 18px;
  color: #293e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ai-future-m .digital-sample .name span:first-child,
.ai-future-m .ai-view .name span:first-child,
.ai-future-m .ai-interview .name span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight:500;
}
.ai-future-m .digital-sample .name span:first-child:before {
  content: "";
  width: 32px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-future-m .ai-view .name span:first-child:before {
  content: "";
  width: 26px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-future-m .ai-interview .name span:first-child:before {
  content: "";
  width: 32px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-future-m .digital-sample .name a,
.ai-future-m .ai-view .name a,
.ai-future-m .ai-interview .name a {
  color: #8c9fb1;
  font-size: 16px;
}
.ai-future-m .digital-sample .list,
.ai-future-m .ai-view .list {
  position:relative;
}
.ai-future-m .digital-sample .list-inner,
.ai-future-m .ai-view .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ai-future-m .digital-sample .list-item,
.ai-future-m .ai-view .list-item {
  position: relative;
  width: 3.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  margin-bottom: 16px;
}
.ai-future-m .digital-sample .list-item .cover,
.ai-future-m .ai-view .list-item .cover {
  position: relative;
  width: 3.2rem;
  height: 1.8rem;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
}
.ai-future-m .ai-view .list-item .cover:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background:  no-repeat;
  background-size: 100% 100%;
}
.ai-future-m .digital-sample .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-future-m .ai-view .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-future-m .digital-sample .list-item .cover .tip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
}
.ai-future-m .digital-sample .list-item .cover .tip:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: 
    no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.ai-future-m .digital-sample .list-item .title,
.ai-future-m .ai-view .list-item .title {
  color: #010c11;
  font-size: 14px;
  margin-top: 16px;
  overflow: hidden;
  height: 32px;
  line-height: 16px;
}
.ai-future-m .ai-interview {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ai-future-m .ai-interview .body-top p {
  font-size: 16px;
  margin-top: 16px;
}
.ai-future-m .ai-interview .body-middle {
  width:6.7rem;
  height:1.8rem;
  margin:15px auto;
}
.ai-future-m .ai-interview .body-middle .inner {
  width:100%;
  height:100%;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  overflow:hidden;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
}
.ai-future-m .ai-interview .body-middle .inner img {
  display:block;
  width:100%;
  height:100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-future-m .ai-interview .body-bottom {
  width: 100%;
}
.ai-future-m .ai-interview .body-bottom .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.ai-future-m .ai-interview .body-bottom .list .list-item {
  width: 3.2rem;
}
.ai-future-m .ai-interview .body-bottom .list .list-item .cover {
  position: relative;
  width: 3.2rem;
  height: 1.8rem;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
}
.ai-future-m .ai-interview .body-bottom .list .list-item .cover:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: 
    no-repeat;
  background-size: 100% 100%;
}
.ai-future-m .ai-interview .body-bottom .list .list-item span {
  height: 32px;
  width: 100%;
  overflow: hidden;

  display: block;

  font-size: 14px;
  line-height: 16px;
  margin-top: 16px;
}
.ai-future-m .ai-interview .body-bottom .list .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-news-m {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 24px auto;
}
.ai-news-m .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.ai-news-m .head .title {
  width: 3.33rem;
  height: 0.43rem;
  background: 
    no-repeat;
  background-size: 100% 100%;
}
.ai-news-m .head a {
  color: #8c9fb1;
}
.ai-news-m .body {
  background: white;
  margin-top: 24px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.ai-news-m .body:after {
  display: table;
  clear: both;
  content: "";
}
.ai-news-m .ai-topic,
.ai-news-m .ai-industry {
  padding: 16px 16px 0;
}
.ai-news-m .ai-topic .name,
.ai-news-m .ai-industry .name {
  font-size: 18px;
  color: #293e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ai-news-m .ai-topic .name span:first-child,
.ai-news-m .ai-industry .name span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight:500;
}
.ai-news-m .ai-topic .name span:first-child:before {
  content: "";
  width: 32px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-news-m .ai-industry .name span:first-child:before {
  content: "";
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-news-m .ai-topic .name a,
.ai-news-m .ai-industry .name a {
  color: #8c9fb1;
  font-size: 18px;
}
.ai-news-m .ai-topic .list {
  position:relative;
}
.ai-news-m .ai-topic .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ai-news-m .ai-topic .list-item {
  width: 3.2rem;
  margin-bottom:16px;
}
.ai-news-m .ai-topic .list-item .title {
  color: #010c11;
  font-size: 14px;
  margin-top: 16px;
  overflow: hidden;
  height: 32px;
  line-height: 16px;
}
.ai-news-m .ai-topic .list-item .cover {
  position:relative;
  width: 3.2rem;
  height: 1.8rem;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
  border-radius: 4px;
}
.ai-news-m .ai-topic .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-news-m .ai-industry .list-item {
  position: relative;
  margin-bottom: 16px;
}
.ai-news-m .ai-industry .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-news-m .ai-industry .list-item .cover {
  position:relative;
  width: 3.2rem;
  height: 1.8rem;
  min-width: 3.2rem;
  overflow: hidden;
  margin-right: 16px;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
  border-radius: 4px;

}
.ai-news-m .ai-industry .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-news-m .ai-industry .list-item .content {

  overflow:hidden;
}
.ai-news-m .ai-industry .list-item .title {
  color: #010c11;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
}
.ai-news-m .ai-industry .list-item .brief {
  color: #999fa2;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.5;
  height: 36px;
  overflow: hidden;
}
.ai-news-m .list-load {
  text-align: center;
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
}
.ai-back-to-top {
  display:none;
  width:30px;
  height:30px;
  background: no-repeat;
  background-size:100% 100%;
  opacity: 0.7;
  position:fixed;
  bottom:10%;
  right:0;
  cursor:pointer;
  box-shadow:0 0 2px 2px #ddd;
z-index:50;
}
.ai-nav-m-bottom {
  font-size: 16px;
  background: #444444;
  text-align: center;
  color: white;
}
.ai-nav-m-bottom .link {
  padding: 20px;
  font-size: 14px;
}
.ai-nav-m-bottom .link a {
  color: white;
}
.ai-nav-m-bottom .link span {
  padding: 0 10px;
}
.ai-nav-m-bottom p {
  font-size: 12px;
  padding-bottom: 20px;
}
.ai-nav-m-bottom p span {
  padding: 0 8px;
}
.edit-show {display:none;}
.edit-mode .edit-show {display:block;}
.edit-mode .blocks {min-height: 20px;}
