@charset "utf-8";

/* -----------白皮书集合组件----------      开始 */
.mk-select {
  width: 100%;
  max-height: 198px;
  overflow: scroll;
  background: #ffffff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 10;
  position: absolute;
  top: 32px;
  display: none;
}

.mk-select li {
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 38px;
  padding-left: 24px;
  white-space: nowrap;
}

.mk-select li:hover {
  color: #fff;
  background: #e14c46;
}

.mk-select .choose {
  color: #fff;
  background: #e14c46;
}

.mk-select option {
  height: 20px;
  display: flex;
  align-items: center; /*文字垂直居中*/
}
/* -----------白皮书集合组件----------      结束 */

/* -----------白皮书集合组件----------      开始 */

.mk-autoweb-book-list {
  width: 100%;
  padding-top: 190px;
  padding-bottom: 30px;
  position: relative;
}

.mk-autoweb-book-list h2 {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mk-autoweb-book-list h3 {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mk-autoweb-book-list .mk-autoweb-book-list-content {
  width: 1200px;
  box-shadow: 0px 0px 24px 0px rgba(19, 19, 19, 0.1);
  border-radius: 8px;
  margin: 0 auto;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul {
  margin: 0 60px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-content: space-between;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li {
  width: 20%;
  text-align: center;
  border-right: 1px solid #d0d0d0;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li:last-child {
  border-right: none;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li img {
  width: 122px;
  height: 166px;
  margin-top: -90px;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li p {
  font-size: 16px;
  color: #6f6f6f;
  text-align: center;
  height: 44px;
  line-height: 22px;
  padding: 0 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li button {
  width: 109px;
  height: 36px;
  background: linear-gradient(135deg, #e97528 0%, #e90713 100%);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

/* -----------白皮书集合组件----------      结束 */

/* -----------右侧页签模块----------      开始 */
.mk-autoweb-tab-right {
  width: 100%;
  min-height: 660px;
}

.mk-autoweb-tab-right .mk-autoweb-tab-right-content {
  width: 100%;
  height: 100%;
  min-height: 520px;
  margin: 30px 0;
  position: relative;
  display: flex;
}

.mk-autoweb-tab-right-content-left {
  width: 936px;
  margin-top: 0px;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content {
  width: 100%;
  overflow: hidden;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div {
  float: left;
  width: 390px;
  height: 200px;
  margin: 30px 0px 30px 30px;
  padding-left: 30px;
  padding-top: 0px;
}

.mk-autoweb-tab-right-content-left
  .tabRight-left-content
  > div:nth-of-type(even) {
  border-left: 1px solid #d0d0d0;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div .line {
  width: 100%;
  height: 1px;
  margin-top: -30px;
  background-color: #d0d0d0;
}

.mk-autoweb-tab-right-content-left
  .tabRight-left-content
  > div:nth-child(1)
  .line {
  display: none;
}

.mk-autoweb-tab-right-content-left
  .tabRight-left-content
  > div:nth-child(2)
  .line {
  display: none;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div h5 {
  font-size: 24px;
  line-height: 50px;
  color: #fa0000;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div img {
  width: 50px;
  height: 50px;
  margin-top: 30px;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div div {
  line-height: 25px;
  color: #6f6f6f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}

.mk-autoweb-tab-right-content-right {
  width: 264px;
  text-align: center;
  padding-top: 0px;
}

.mk-autoweb-tab-right-content-right span {
  width: 264px;
  height: 55px;
  line-height: 55px;
  display: inline-table;
  cursor: pointer;
}

.mk-autoweb-tab-right-content-right h4 {
  text-align: left;
  font-size: 18px;
  color: #ffffff;
}

.mk-autoweb-tab-right-content-right li {
  height: 56px;
  background: #fff8f8;
  border-bottom: 1px solid #f1f1f1;
}

.mk-autoweb-tab-right-content-right li.on {
  height: 190px;
  background: url(../images/bg/bg10.jpg) no-repeat;
}

.mk-autoweb-tab-right-content-right li.on span {
  color: #fff;
  display: none;
}

.mk-autoweb-tab-right-content-right li.on .index_box {
  display: block !important;
}

.mk-autoweb-tab-right-content-right li.on .under_line {
  text-decoration: none;
}

.mk-autoweb-tab-right-content-right li.on .under_line:hover {
  text-decoration: underline;
  color: #ffffff;
}

.mk-autoweb-tab-right-content-right li .index_box {
  background: #e14c46;
  padding: 21px 26px;
  display: none;
}

.mk-autoweb-tab-right-content-right li .index_box p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.mk-autoweb-tab-right-content-right li .index_box button {
  margin-left: -105px;
  margin-top: 16px;
  width: 106px;
  height: 36px;
  background: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  color: #e14c46;
  border: none;
}
/* -----------右侧页签模块----------      结束 */

/* -----------图片块状列表----------      开始 */
.mk-autoweb-image-block {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60px;
}

.mk-autoweb-image-block-nav {
  border-bottom: 1px solid #979797;
  margin: 20px 0;
}
.mk-autoweb-image-block-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mk-autoweb-image-block-nav li {
  height: 50px !important;
  margin: 0 !important;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #707070;
  line-height: 2;
  padding: 0 0 18px 0  !important;
  cursor: pointer;
  transition: all 0.3s !important;
  width: auto !important;
  min-width: 100px !important;
  flex: 1;
}
.mk-autoweb-image-block-nav li.open {
  color: #f8000c;
}
.mk-autoweb-image-block-nav li::after {
  display: block;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  background: transparent;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s !important;
  left: 0;
}
.mk-autoweb-image-block-nav li.open::after {
  background: #f8000c;
}

.index-changjing-box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index-changjing-box li {
  padding: 0 22px;
  position: relative;
  width: 280px;
  min-width: 20%;
  height: 170px;
  margin: 0 10px 15px 10px;
  background-size: 100% 100%;
}

.index-changjing-box li .image-block-img{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-changjing-box li .image-block-text {
  text-align: left;
  margin-top: 120px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.index-changjing-box li .image-block-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 130px;
  color: #ffffff;
  margin: 40px 22px 0;
  display: none;
  font-size: 18px;
}

.index-changjing-box li .image-block-info .image-block-info-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.index-changjing-box li .image-block-info .image-block-info-desc {
  font-size: 14px;
  line-height: 25px;
  height: 55px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-changjing-box li .image-block-info .image-block-info-btn {
  text-align: right;
}

.index-changjing-box li .image-block-info .image-block-info-btn a {
  font-size: 14px;
  text-decoration: underline !important;
  color: #ffffff;
}

.index-changjing-box li:hover {
  cursor: pointer;
}

.index-changjing-box li:hover .image-block-info {
  display: block;
  overflow-y: auto;
}

.index-changjing-box li:hover .image-block-text {
  display: none;
}

.index-changjing-box .image-up-text-down ul{
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.index-changjing-box .image-up-text-down li{
  margin: 0 20px 30px 0px;
  height: 240px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.index-changjing-box .image-up-text-down li .image-block-img{
  height: 160px;
  width: 100%;
}
.index-changjing-box .image-up-text-down li .image-block-text{
  display: none;
}
.index-changjing-box .image-up-text-down li .image-block-info {
  display: block;
  height: 190px;
  padding-top: 30px;
  margin: 40px 12px 0
}
.index-changjing-box .image-up-text-down li .image-block-info .image-block-info-desc{
  margin-top: 65px;
  margin-bottom: 10px;
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
} 
.index-changjing-box .image-up-text-down li .image-block-info .image-block-info-btn {
  text-align: left;
}
.index-changjing-box .image-up-text-down li .image-block-info .image-block-info-btn a {
  padding: 3px 5px;
  color: #333;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-decoration: none !important;
} 
.index-changjing-box .image-up-text-down li .image-block-info .image-block-info-btn a:hover {
  background: #EAEDED;
}
.swiper-caozuo{
  position: absolute;
  bottom: 10px;
  max-height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-changjing-box .image-up-text-down .swiper-pagination{
  width: auto;
  position: static;
  order: 1;
  margin: 0 30px;
}
.index-changjing-box .image-up-text-down .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #e31924;
}

.index-changjing-box .image-up-text-down .mk-autoweb-image-swiper-button-prev,
.index-changjing-box .image-up-text-down .mk-autoweb-image-swiper-button-next
{
  position: static;
  order: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #e31924;
  margin-top: 0px;
}
.index-changjing-box .image-up-text-down .mk-autoweb-image-swiper-button-next{
  position: static;
  order:2;
}
.index-changjing-box .image-up-text-down .mk-autoweb-image-swiper-button-prev:after,
.index-changjing-box .image-up-text-down .mk-autoweb-image-swiper-button-next:after{
  font-size: 14px;
}
.index-changjing-box .image-up-text-down .mk-autoweb-image-swiper-button-next:after{
  content: "next" !important;
}


/* -----------图片块状列表----------      结束 */

/* -----------图片悬浮滑动效果----------      开始 */
.mk-autoweb-image-hover {
  width: 100%;
  min-height: 500px;
  padding: 30px 0;
}

.mk-autoweb-image-hover-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.mk-autoweb-image-hover-li {
  position: relative;
  height: 520px;
  margin-bottom: 18px;
}

.mk-autoweb-image-hover-li .text {
  height: 100%;
}

.mk-autoweb-image-hover-li .text p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  padding-top: 453px;
}

.mk-autoweb-image-hover-li .info {
  width: 320px;
  height: 100%;
  display: none;
}

.mk-autoweb-image-hover-li .info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  padding-top: 210px;
  margin-left: 24px;
  margin-bottom: 16px;
}

.mk-autoweb-image-hover-li .info span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  transform: rotate(45deg);
  vertical-align: middle;
  border-radius: 1px;
  margin-top: -3px;
  margin-right: 8px;
}

.mk-autoweb-image-hover-li .info p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-left: 24px;
  padding-right: 0px;
}

.mk-autoweb-image-hover-li .disactive {
  display: none;
}

.mk-autoweb-image-hover-li .active {
  display: block;
}
/* -----------图片悬浮滑动效果----------      结束 */

/* -----------视频+文字----------      结束 */
.mk-autoweb-video-block {
  width: 100%;
  padding: 20px 0;
}
.mk-autoweb-video-block .video-box {
  max-width: 100%;
  height: 270px;
  margin-top: 30px;
}
.mk-autoweb-video-block .video-box-left {
  width: 50%;
  float: left;
}
.video-box-left .video-box-left-title {
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  padding: 0px 60px 0 0px;
}
.video-box-left .video-box-left-desc {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding: 20px 60px 0 0px;
}
.video-box-left .video-box-left-desc p {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 24px;
}
.mk-autoweb-video-block .video-box-right {
  position: relative;
  width: 50%;
  float: right;
  height: 100%;
}
.video-box-right .video-block {
  width: 450px;
  height: 250px;
  margin: auto;
  position: absolute;
  background: #000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-box-right .video-block .video-block-img {
  width: 100%;
  height: 100%;
}

.video-box-right .video-block .video-block-play {
  position: absolute;
  top: 100px;
  left: 200px;
  width: 50px;
  height: 50px;
}

.mk-autoweb-video-block .swiper {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #e31924; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
/* -----------视频+文字----------      结束 */

/* -----------文章列表----------      开始 */
.mk-autoweb-article-list-content ::-webkit-scrollbar {
  width: 0.08rem /* 8/100 */;
  border-radius: 0.08rem /* 8/100 */;
}

.mk-autoweb-article-list-content ::-webkit-scrollbar-track {
  background: rgba(243, 243, 243, 1);
  border-radius: 0.08rem /* 8/100 */;
}

.mk-autoweb-article-list-content ::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 0.08rem /* 8/100 */;
}

.mk-autoweb-article-list-content {
  display: flex;
  height: 4.38rem /* 438/100 */;
  padding: 0.2rem /* 20/100 */;
}

.mk-autoweb-article-list-content .mk-autoweb-article-list-content-left {
  width: 50%;
  text-align: center;
  overflow: hidden;
}

.mk-autoweb-article-list-content .mk-autoweb-article-list-content-left img {
  width: 5.75rem /* 575/100 */;
}

.mk-autoweb-article-list-content .mk-autoweb-article-list-content-left a{
  width: 5.75rem /* 575/100 */;
  display: block;
  position: relative;
  padding-top: .15rem;
}
.mk-autoweb-article-list-content .mk-autoweb-article-list-content-left a img {
  height: 2.84rem;
}
.mk-autoweb-article-list-content .mk-autoweb-article-list-content-left a .mk-autoweb-title{
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, #434343 0%, rgba(73, 73, 73, 0.00) 81%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: .76rem .2rem .17rem;
  font-size: .20rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  left: 0;
  bottom: 0;
}

.mk-autoweb-article-list-content-right {
  width: 50%;
  height: 100%;
  margin-left: 0.3rem /* 30/100 */;
  padding-right: 0.2rem /* 20/100 */;
}

.mk-autoweb-article-list-content-right ul li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  line-height: 0.4rem /* 40/100 */;
  cursor: pointer;
}

.mk-autoweb-article-list-content-right ul li span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-autoweb-article-list-content-right ul li span:first-child {
  font-size: 0.16rem /* 16/100 */;
  font-weight: 500;
  color: #727272;
}

.mk-autoweb-article-list-content-right ul li span:last-child {
  height: 30px;
  line-height: 30px;
  font-size: 0.14rem /* 14/100 */;
  color: #a0a0a0;
}

.pagination-content {
  display: flex;
  justify-content: right;
}

.pagination-content-ul {
  display: inline-block;
  padding-left: 0;
  margin: 0.2rem /* 20/100 */ 0.4rem /* 40/100 */ 0.2rem /* 20/100 */ 0;
  border-radius: 4px;
}

.pagination-content-ul li {
  display: inline;
}

.pagination-content-ul > li:first-child > a,
.pagination-content-ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-content-ul .active a {
  border: 1px solid #ff1616;
  background: #ffffff;
  border-radius: 0.06rem /* 6/100 */;
  color: #ff1616;
}

.pagination-content-ul li a,
.pagination-content-ul li span {
  color: rgba(0, 0, 0, 0.88);
  border: none;
}

.pagination-content-ul > li > a,
.pagination-content-ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-right: 1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 0.12rem;
}

.pagination-content-ul li a,
.pagination-content-ul li span {
  color: rgba(0, 0, 0, 0.88);
  border: none;
}

.pagination-content-ul .active a {
  border: 1px solid #ff1616;
  background: #ffffff;
  border-radius: 0.06rem /* 6/100 */;
  color: #ff1616;
}

.pagination-content-ul .active a:hover {
  background: #fff;
  border: 1px solid #ff1616;
  color: #ff1616;
}

.pagination-content-ul li a:hover,
.pagination-content-ul li span:hover {
  border-radius: 0.06rem /* 6/100 */;
  background: #eee;
  color: rgba(0, 0, 0, 0.88);
}
/* -----------文章列表----------      结束 */

/* -----------图/视频+文+button----------      开始 */
.mk-autoweb-image-video-text {
  background-size: 100% 100% !important;
  min-height: 300px;
}
.mk-autoweb-image-video-text-nav {
  border-bottom: 1px solid #979797;
  margin-top: 36px;
}
.mk-autoweb-image-video-text-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mk-autoweb-image-video-text-nav li {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #707070;
  line-height: 2;
  padding-bottom: 18px;
  cursor: pointer;
  transition: all 0.3s !important;
}
.mk-autoweb-image-video-text-nav li.open {
  color: #f8000c;
}
.mk-autoweb-image-video-text-nav li::after {
  display: block;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  background: transparent;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s !important;
  left: 0;
}
.mk-autoweb-image-video-text-nav li.open::after {
  background: #f8000c;
}
.mk-autoweb-image-video-text-content {
  padding: 20px 0;
}

.mk-autoweb-image-video-text-content h4 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bolder;
}
.mk-autoweb-image-video-text-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.mk-autoweb-image-video-text-content .mk-autoweb-image-video-text-content-img {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mk-autoweb-image-video-text-content .mk-autoweb-image-video-text-content-img
  img {
  max-width: 100%;
}
.mk-autoweb-image-video-text-content .mk-autoweb-image-video-text-content-img .video-player {
    display: none;
}
.mk-autoweb-image-video-text-content .mk-autoweb-image-video-text-content-img .video-block-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.mk-autoweb-image-video-text-content .mk-ldy-btn {
  margin: 0;
}
.mk-autoweb-image-video-text-content h4:empty,
.mk-autoweb-image-video-text-content p:empty {
  margin-bottom: 0;
}

.mk-autoweb-image-video-text-content-left,
.mk-autoweb-image-video-text-content-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mk-autoweb-image-video-text-content-right {
  flex-flow: row-reverse;
}
.mk-autoweb-image-video-text-content-left p,
.mk-autoweb-image-video-text-content-right p {
  width: 410px;
}
.mk-autoweb-image-video-text-content-left .mk-autoweb-image-video-text-content-img,
.mk-autoweb-image-video-text-content-right .mk-autoweb-image-video-text-content-img {
  width: 760px;
}

.mk-autoweb-image-video-text-content-top h4,
.mk-autoweb-image-video-text-content-bottom h4 {
  display: none;
}
.mk-autoweb-image-video-text-content-top .mk-autoweb-image-video-text-content-text,
.mk-autoweb-image-video-text-content-bottom .mk-autoweb-image-video-text-content-text {
  text-align: center;
}
.mk-autoweb-image-video-text-content-top .mk-autoweb-image-video-text-content-img {
  margin-bottom: 150px;
}
.mk-autoweb-image-video-text-content-top .mk-ldy-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -120px;
}
.mk-autoweb-image-video-text-content-bottom .mk-autoweb-image-video-text-content-img {
  margin-bottom: 250px;
}
.mk-autoweb-image-video-text-content-bottom .mk-autoweb-image-video-text-content-text {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.mk-autoweb-image-video-text-content-bottom .mk-ldy-btn {
  margin: 0 auto;
}

.mk-autoweb-image-video-tab {
  display: flex; 
  width: 100%;
  width: 1200px; 
  margin-top: 36px;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-nav {
  width: 280px;
  flex-shrink: 0;
  border: 0;
  margin-top: 0;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-nav ul{
  flex-direction: column;
  margin-top: 20px;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-nav li{
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 6px 0 0 6px;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-nav li.open {
  color: #fff;
  background: linear-gradient(131deg, #e31924 0%, #e5732d 52%);
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-nav li::after {
  display: none;
}

.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-right{
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 10%);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EFEFEF;
  padding-left:  20px;
  padding-bottom: 30px;
  position: relative;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-content-tab{
  margin-right: 20px;
  display: flex;
  flex-direction: column-reverse;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-content-img img{
  height: 300px;
  width: 100%;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-content-text h4{
  margin: 25px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-content-text .mk-ldy-btn{
  background-image: none;
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  width: auto;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 14px;
}

.mk-autoweb-image-video-tab .mk-autoweb-image-video-text-content-text .mk-ldy-btn:hover{
  background: #EAEDED;
}

/* -----------图/视频+文+button----------      结束 */


/* -----------按角色在线体验模块----------      结束 */
.mk-autoweb-module-product-trial .role-container {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0.2rem auto 0.6rem;
  text-align: center;
}

.mk-autoweb-module-product-trial .role-container .roleItem {
  cursor: pointer;
  transition: all 0.4s;
}

.mk-autoweb-module-product-trial .role-container .roleItem:hover {
  transform: scale(1.1);
  border-radius: 0.03rem;
}
/* -----------按角色在线体验模块----------      结束 */
