
#appMobile,.theme-live{
  opacity: 1 !important;
}

.theme-live-a{
  position: absolute;
  bottom: -50px;
  overflow: hidden;
  right: 20px;
  height: 50px;
  width: 100px;

}

/* 悬浮按钮 */
.theme-live{
  display: block;
  position: fixed !important;
  right: -7px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 999;
}
/*.theme-live {*/
/*  !* width: 110px; *!*/
/*  display: none !important;*/
/*  height: 35px;*/
/*  cursor: pointer;*/
/*  z-index: 999;*/
/*  position: absolute;*/
/*  right: 0px;*/
/*  !* top: 10px; *!*/
/*  top: 50%;*/
/*  !* left: 50%; *!*/
/*  transform: translate(0,-50%);*/
/*}*/

/* 头部 */
.header {
  position: relative;
  background-color: #fafafa;
  height: 173.3vw;
  margin-top: 0 !important;
}

.header .header-bg {
  width: 100%;
}

.header .header-main {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 0 20px;
}

.header .header-main .header-main-title {
  width: 254px;
  height: 105px;
}

.header .header-main .header-date {
  height: 23px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(36, 43, 59, 1);
  line-height: 23px;
  margin-top: 15px;
  margin-left: 18px;
}

.header .header-main .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 18px;
  width: 110px;
  height: 40px;
  background-color: #C7000B;
  font-size: 14px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: #fff;
}

.header .header-main .btn-box>a {
  color: #fff;
  text-decoration: none;
}

.header .header-main .btn-box .btn-icon {
  width: 20px;
  height: 11px;
  margin-right: 5px;
}


/**
 * video
 */
.video {
  position: relative;
  width: 100%;
}

.video .header-bg {
  width: 100%;
  height: 188.5px;
}

.video .video-top {
  /* position: absolute; */
  width: 90vw;
  height: 50.625vw;
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-top: 10vw;
}

.video-top .zb-video {
  width: 100%;
  height: 100%;
  /* height: 600px; */
  border: 0;
  background-color: #000000;
}

.video-top .zb-video .container,
.body-box .container {
  overflow: hidden !important;
}

.video .video-top .play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 35px;
}
.play-btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right:5px;
}
 .play-btn img{
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px !important;
}

.mobile-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 43, 59, 0.9);
    text-align: center;
    color: #fff;
    z-index: 9999999999;
    width: 90vw;
    height: 50.625vw;
    margin-left: 50%;
    transform: translateX(-50%);
    display: none;
}

.but-login a{
    color: #fff;
    text-decoration: none;
}

.but-register a{
    color: #646B75;
    text-decoration: none;
}


.mobile-box .title {
    font-size: 18px;
    /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    line-height: 41px;
    margin-top: 50px;
    margin-top: 20px;
}
.mobile-box .but-login {
    width: 80%;
    height: 50px;
    line-height: 50px;
    background: rgba(199, 0, 11, 1);
    border-radius: 2px;
    font-size: 16px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    margin: 50px auto 0;
    cursor: pointer;
    
    width: 45%;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    margin: 5px auto 0;
}
.mobile-box .but-register {
    background-color: #fff;
    color: #646B75;
    margin: 20px auto 0;
    cursor: pointer;
}
.mobile-box .but-register{
    width: 80%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: normal;
    color: #646B75;
    margin: 20px auto 0;
    cursor: pointer;
    
        width: 45%;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    margin: 15px auto 0;
}

/**
 * 内容
 */
.main {
  position: relative;
  height: fit-content;
  overflow: hidden;
  background: url(../image/mobile/main-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
}

/**
 * 公共标题
 */
.header-line {
  position: relative;
  height: fit-content;
}

.header-line .header-line-bg {
  width: 4px;
  height: 24px;
  background: rgba(199, 0, 11, 1);
  display: inline-block;
  vertical-align: middle;
}

.header-line .title-name {
  position: absolute;
  bottom: -2px;
  left: 15px;
  font-size: 24px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
}


/* tab */

.tab {
  margin-top: 15px;

}

.tab .el-tabs__item {
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: #646B75;
}

.tab .el-tabs__item[aria-selected=true] {
  color: #C7000B;
}

.tab .el-tabs__active-bar {
  background: #C7000B;
  height: 2px;
}

.el-tabs__header {
  margin-bottom: 15px !important;
  padding: 0 20px !important;

}

.tab .swiper-container-first {
  width: 94%;
  padding-left: 20px;
}

.tab .zb-img {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.tab .zb-img img{
  width: 102%;
  height: 102%;
  margin-left: -1%;
  margin-top: -1%;
}

.tab .swiper-button-next,
.tab .swiper-button-prev {
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.8;
  border-radius: 50%;
  color: #C7000B;
}

.tab .swiper-button-next {
  right: 3%;
}

.tab .swiper-button-prev {
  left: 10px;
}

.tab .swiper-button-next:after,
.tab .swiper-button-prev:after {
  font-size: 9px;
  font-weight: bold;
}

.tab .title {
  font-size: 14px;
  /* font-family:PingFang-SC-Regular,PingFang-SC; */
  font-weight: 400;
  color: rgba(100, 107, 117, 1);
}

/* 产品推荐 */
.tab .swiper-tab-second {
  width: 100vw;
  /* width: 330px; */
  padding: 0 20px;
}

.tab .swiper-tab .swiper-slide-item {
  position: relative;
  /* width: 40vw; */
  /* width: 300px; */
  height: 200px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  padding: 15px 8px;
}

.tab .swiper-tab .swiper-slide-item .second-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.5px;
  height: 23.5px;
}

.tab .swiper-tab .swiper-slide{
  width: calc((100vw - 60px)/2);
  margin-right: 20px;
}

.tab .swiper-tab .swiper-slide-item .title {
  /* font-size: 18px; */
  font-size: 13px;
  /* font-family: PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 20px;
}

.tab .swiper-tab .swiper-slide-item .title .title-new {
  text-align: center;
  padding: 2.5px 5px;
  background-color: #C7000B;
  font-size: 10px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: #fff;
  vertical-align: top;
}

.tab .swiper-tab .swiper-slide-item .info {
  font-size: 13px;
  /* font-family: PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 0.3);
  line-height: unset;
  margin-top: 7.5px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
}

.tab .swiper-tab .swiper-slide-item .bottom {
  position: absolute;
  bottom: 12px;
}

.tab .swiper-tab .swiper-slide-item .bottom .price {
  font-size: 10px;
  /* font-family: PingFang-SC-Regular,PingFang-SC; */
  font-weight: 400;
  color: rgba(158, 162, 168, 1);
  line-height: 14px;
}

.tab .swiper-tab .swiper-slide-item .bottom .price .red {
  font-size: 18px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(199, 0, 11, 1);
  line-height: 25px;
}

.tab .swiper-tab .swiper-slide-item .bottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(199, 0, 11, 1);
  font-size: 12px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

/* 资料下载 */
.tab .swiper-tab-third {
  width: 100%;
  /* width: 330px; */
  padding: 0 20px;
}

.tab .swiper-tab-third .swiper-slide-item .bottom {
  /* justify-content: flex-end; */
}

.tab .swiper-tab-third .swiper-slide-item .bottom .down-icon {
  width: 8.33px;
  height: 11px;
  margin-right: 5px;
}

/**
 * 峰会简介
 */
.meeting {
  position: relative;
  padding: 0 20px;
  margin-top: 60px;
}


.meeting .meeting-main {
 1爆米花你、

 吧njm0与 margin-top: 30px;
}

.meeting .meeting-main .meeting-title {
  font-size: 18px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 32.5px;
}

.meeting .meeting-main .meeting-box {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meeting .meeting-main .meeting-box .meeting-box-left {
  font-size: 13px;
  /* font-family: PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 1);
  line-height: 20px;
  margin-right: 15px;
}

.meeting .meeting-main .meeting-box .meeting-box-right-img {
  width: 150px;
  height: 150px;
}

.meeting .meeting-main .meeting-p {
  margin-top: 22.5px;
  font-size: 13px;
  /* font-family: PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 1);
  line-height: 20px;
}

.meeting .btn-main .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 110px;
  height: 40px;
  background-color: #C7000B;
  font-size: 14px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: #fff;
}

.meeting .btn-main .btn-box>a {
  color: #fff;
  text-decoration: none;
}

.meeting .btn-main .btn-box .btn-icon {
  width: 20px;
  height: 11px;
  margin-right: 5px;
}

/* 视频层 */
.video-container{
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-container-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 50.625vw;
  margin-top: -20vw;
  margin-left: -45vw;
  background: #000000;
  z-index: 100;
  display: block;
}

.video-container-content video {
  height: 100%;
  width: 100%;
}

.video-container-content .close-video{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: -10px;
  right: -10px;
}
.video-container-content .close-video>img{
  display: block;
  width: 100%;
  height: 100%;
}



/**
 * 主题议程
 */
.theme {
  margin-top: 60px;
  padding: 0 20px;
}

.theme .theme-list {
  margin-top: 30px;
}

.theme .theme-list .theme-item {
  border-bottom: 1px solid rgba(126, 143, 163, 0.3);
  padding: 30px 0;
  /* font-family: PingFangSC-Medium,PingFang SC; */
}

.theme .theme-list .theme-item:first-child {
  border-top: 1px solid rgba(126, 143, 163, 0.3);
}

.theme .theme-list .theme-item .theme-item-time {
  font-size: 12px;
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 16.5px;
}

.theme .theme-list .theme-item .title {
  font-size: 20px;
  /* font-family: PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 25px;
  margin-bottom: 15px;
}

.theme .theme-list .theme-item .user {
  font-size: 13px;
  /* font-family: PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 1);
  line-height: 25px;
}

.theme .theme-list .theme-item .info-brief {
  font-size: 13px;
  /* font-family: PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 0.3);
  line-height: 16px;
  margin-top: 10px;
}

.theme .theme-list .theme-item .btn-box {
  margin-top: 15px;
  display: none;
}

.theme .theme-list .theme-item .btn-box .btn-item {
  width: 87.5px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  background-color: #C7000B;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}

.theme .theme-list .theme-item .btn-box .btn-item .btn-item-icon {
  width: 11px;
  height: 11px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
}

.theme .theme-list .theme-item .btn-box .btn-item .btn-item-icon.down-icon {
  width: 6px;
  height: 8px;
}

/* 产品列表 */
.product-list {
  position: relative;
  margin-top: 5%;
}

.product-list .product-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  margin-bottom: 30px;
}

.product-list .product-item:last-child {
  border: none;
}

.product-list .product-item .product-item-left {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.product-list .product-item .product-item-right {
  display: inline-block;
  width: calc(100% - 32.5px);
}

.product-list .product-item .product-title {
  font-size: 16px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 20px;
  margin-bottom: 15px;
}

.product-list .product-item .product-title.active {
  color: #C7000B;
}

.product-list .product-item .product-name {
  font-size: 13px;
  /* font-family:PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 1);
  line-height: 16.5px;
  margin-bottom: 10px;
}

.product-list .product-item .product-info {
  font-size: 13px;
  /* font-family:PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 0.3);
  line-height: 14px;
}

.product-list .product-list-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(126, 143, 163, 1) 50%, rgba(255, 255, 255, 1) 100%);
  opacity: 0.3;
}

/**
 *
 */
.guest {
  margin-top: 60px;
  padding: 0 20px;
}

.guest .guest-main {
  position: relative;
  margin-top: 36px;
  margin-left: -7%;
}

.guest-swiper-container {
  width: 100%;
  padding-left: 23px;
}

.guest .guest-main .swiper-button-next,
.guest .guest-main .swiper-button-prev {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.8;
  border-radius: 50%;
  color: #C7000B;
}

.guest .guest-main .swiper-button-next {
  right: 3%;
}

.guest .guest-main .swiper-button-prev {
  left: 3%;
}

.guest .guest-main .swiper-button-next:after,
.guest .guest-main .swiper-button-prev:after {
  font-size: 6px;
  font-weight: bold;
}

.guest .guest-main .swiper-slide-item {
  position: relative;
}

/* .guest .guest-main .swiper-slide-item:hover {
  cursor: pointer;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
} */

.guest .guest-main .swiper-slide-item .swiper-slide-bg {
  width: 100%;
}

.guest .guest-main .swiper-slide-item .swiper-slide-info {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(255, 255, 255, 1);
  line-height: 13.5px;
  text-align: center;
}

.guest .guest-main .swiper-slide-item .swiper-slide-info .info {
  font-size: 12px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(255, 255, 255, 1);
  line-height: 15px;
  margin-top: 6px;
  text-align: center !important;
}

.guest .guest-main .swiper-slide-item .swiper-slide-info .line-red {
  width: 8px;
  height: 1px;
  background-color: #C7000B;
  margin: 6px auto;
}

.guest .guest-main .swiper-pagination {
  bottom: -20px;
}

.guest .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #c7000b;
  opacity: 1;
  vertical-align: inherit;
}

.guest .guest-main .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 10px;
  height: 10px;
}



/**
 * 线上体验馆
 */
.experience {
  margin-top: 60px;
  display: none;
}

.experience .header-line {
  padding: 0 20px;
}

.experience .header-line .title-name {
  left: 30px;
}

.experience .experience-main {
  position: relative;
  margin-top: 30px;
}

.experience .experience-main .experience-bg {
  width: 100%;
}

.experience .experience-main .experience-video {
  width: 100%;
}

.experience .experience-main .experience-top {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 0 20px;

  /* 改过 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 40px;
  margin: auto;
  padding: 0;
}

.experience .experience-main .experience-top .experience-title {
  max-width: 223.5px;
  font-size: 12px;
  /* font-family:PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(36, 43, 59, 1);
  line-height: 16.5px;
}

.experience .experience-main .experience-top .experience-btn {
  width: 85px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #C7000B;
  font-size: 12px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 15px;

  /* 改过 */
  width: 100%;
  height: 100%;
  margin-top: 0;
}

/**
 * TechWave系列预告
 */
.techWave {
  margin-top: 60px;
}

.techWave .header-line {
  padding: 0 20px;
}

.techWave .header-line .title-name {
  left: 35px;
}

.techWave .techWave-main {
  position: relative;
  margin-top: 30px;
}

.techWave .techWave-main .swiper-container-techWaves {
  width: 90%;
  margin: 0 auto;
}

.techWave .techWave-main .swiper-slide-item {
  position: relative;
  width: 100%;
  height: 150px;
  border: 1px solid #7E8FA3;
}

.techWave .techWave-main .swiper-slide-item .swiper-slide-bg {
  width: 100%;
  display: block;
}

.techWave .techWave-main .swiper-slide-item .swiper-slide-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  background-color: rgba(255, 255, 255, 0.4);
}

.swiper-slide-info a {
  text-decoration: none;
}

.techWave .techWave-main .swiper-slide-info .title {
  font-size: 12px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 25px;
  margin-top: 13%;
}

.techWave .techWave-main .swiper-slide-info .date {
  font-size: 12px;
  /* font-family:PingFangSC-Regular,PingFang SC; */
  font-weight: 400;
  color: rgba(100, 107, 117, 1);
  line-height: 16.5px;
  margin-top: 5%;
}

.techWave .techWave-main .swiper-slide-info .btn {
  width: 85px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  /* margin-top: 13%; */
  background-color: #C7000B;
  border: 1px solid #C7000B;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  position: absolute;
  bottom: 13%;
}

.techWave .techWave-main .swiper-slide-item.active {
  border: 1px solid #C7000B;
}

.techWave .techWave-main .swiper-slide-item.active .title {
  color: #C7000B;
}

.techWave .techWave-main .swiper-slide-item.active .btn {
  background-color: #C7000B;
  border: 1px solid #C7000B;
  color: rgba(255, 255, 255, 1);
}


.techWave .techWave-main .swiper-slide-info .btnClass {
  background-color: #bdc6d1 !important;
  border: 1px solid #bdc6d1 !important;
  color: rgba(255, 255, 255, 1);
}

.techWave .techWave-main .swiper-pagination {
  bottom: -40px;
}

.techWave .techWave-main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #c7000b;
  opacity: 1;
}

.techWave .techWave-main .swiper-pagination-bullet-active {
  /*background: url(../image/pc/swiper-techWave-active.png) no-repeat;*/
  /*background-size: 100% 100%;*/
  background-color: #c7000b;
  width: 10px;
  height: 10px;
}


/**
 * 合作伙伴
 */
.partners {
  margin-top: 60px;
  padding: 0 20px;
}

.partners .partners-list {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.partners .thanks-header{
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}

.partners .partners-item {
  position: relative;
  width: 27vw;
  height: 13vw;
  margin-bottom: 10px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(126, 143, 163, 0.9);
  display: flex;
  align-items: center;
}

.partners .partners-item:nth-child(3n+3) {
  margin-right: 0;
}

.tab .el-tabs__item {
  font-size: 16px;
}

.el-tabs__item {
  padding: 0 16%;
}



.magazine{
  margin-top: 60px;
  padding: 0 20px;
  width: 100%;
  /* background: url("../image/mobile/magazine/bg.png") no-repeat; */
  background-size: 100% 100%;
}
.magazine .magazine-box-image{
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.magazine .header-row{
  margin-top: 30px;
}
.magazine .header-row .title-name{
  font-size: 24px;
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
}
.magazine .header-row .line{
  width:40px;
  height:2px;
  margin-top: 13px;
  background:rgba(199,0,11,1);
}
.magazine .rowItem{
  width: 100%;
}
.magazine .row-main{
  font-size:12px;
  font-weight:400;
  margin-top: 15px;
  height: 100px;
  color:rgba(100,107,117,1);
  line-height:17px;
}
.magazine .btn-box{
  width: 100%;
  margin-top: 15px;
  display: flex;
}
.magazine .btn-box .btn{
  width:85px;
  height:40px;
  background-color: white;
  border:1px solid rgba(126,143,163,1);
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
  margin-right: 20px;
}
.magazine .btn-box .btn.active{
  background:rgba(199,0,11,1);
  color: white;
  border:1px solid rgba(199,0,11,1);
}
.magazine .row-img{
  width: 100%;
  margin-top: 20px;
}
.magazine-swiper-container{
  position: relative;
}
.magazine .swiper-pagination {
  bottom: 3px;
  text-align: left;
}

.magazine .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #c7000b;
  opacity: 1;
}

.magazine .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 10px;
  height: 10px;
}

/* 移动端 */
#appMobile .meeting .meeting-main{
  margin-top: 30px;
}
#appMobile .Highlights_tab_box{
  width: 100%;
  height:44px;
  border-bottom:2px solid rgba(126,143,163,.4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
#appMobile .Highlights_tabs{
  width: fit-content;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  /* margin-right: 5px; */
  cursor: pointer;
  opacity: .7;
  display: inline-block;
}
#appMobile .Highlights_tabs_hover{
  opacity: 1;
  border-bottom: 2px solid rgba(199,0,11,1);
}
#appMobile .Highlights_video_box{
  position: relative;
  margin: auto;
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
#appMobile .Highlights_videos{
  width: 49%;
  height:83px;
  position: relative;
  display: inline-block;
  /*background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.27) 40%,rgba(0,0,0,0.75) 100%);*/
  margin-bottom: 60px;
}
#appMobile .Highlights_video_box img{
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
#appMobile .Highlights_copywriting{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 30%,rgba(0,0,0,0.75) 100%);
  display: none;
}
#appMobile .copywriting_title{
  font-size: 14px;
  color: rgba(100, 107, 117, 1);
  font-weight: 400;
}

.swiper-pagination0{
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.swiper-pagination1{
  margin-top: 5px;
}

.swiper-pagination2{
  widows: 100%;
  /* background-color: red; */
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: -10px !important;
}

.tabs_tab_box{
  width: calc(94% - 40px);
  height: 44px;
  margin: 0 auto 15px auto;
  border-bottom: 2px solid rgba(126,143,163,.4);
  display: flex;
  flex-wrap: wrap;
}
._tabs{
  width: fit-content;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
  opacity: .7;
  display: inline-block;
}
._tabs_hover {
  opacity: 1;
  border-bottom: 2px solid rgba(199,0,11,1);
}
.el-tab-pane{
  position: relative;
}

.pagination-center{
  text-align: center;
}