.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.el-loading-mask.is-fullscreen {
  z-index: 9999999 !important;
}
.el-loading-spinner i {
  color: #c5edfc !important;
}
.el-loading-spinner .el-loading-text {
  color: #c5edfc !important;
}
.el-loading-spinner .path {
  stroke: #c5edfc !important;
}
.page {
  background-color: #c5edfc;
  width: 100%;
  padding-bottom: 50px;
}
.page .banner-pc {
  width: 100%;
  background-color: #c5edfc;
}
.page .banner-pc img {
  width: 100%;
  display: block;
}
.page .dy-pc {
  margin-top: -55vw;
}
.page .dy-pc img {
  display: block;
  margin: 0 auto 0;
}
.page .banner-m,
.page .dy-m {
  display: none;
}
.page .box {
  width: 1164px;
  margin: 30px auto;
}
.page .box_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .box_1-m {
  display: none;
}
.page .box_1-right {
  flex: 1;
  height: 580px;
  margin-left: 60px;
}
.page .box_1-right .el-carousel--horizontal,
.page .box_1-right .el-carousel__container {
  height: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.page .box_1-right .el-carousel__button {
  width: 17px;
  height: 17px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: none;
  opacity: 1;
}
.page .box_1-right .el-carousel__indicator.is-active button {
  background: #f9e3a9;
}
.page .box_2 {
  flex-direction: row-reverse;
}
.page .box_2 .box_1-right {
  margin-left: 0;
  margin-right: 60px;
}
.page .box_3 {
  width: 1245px;
  /* height: 1287px; */
  margin-top: -70px;
  background: url('../images/bg1.png') no-repeat;
  background-size: 100% 100%;
  padding: 100px 140px 80px;
}
.page .box_4 {
  width: 1245px;
  /* height: 1287px; */
  background: url('../images/bg2.png') no-repeat;
  background-size: 100% 100%;
  padding: 100px 140px 80px;
}
.page .box_5 {
  width: 1245px;
  /* height: 1287px; */
  background: url('../images/bg3.png') no-repeat;
  background-size: 100% 100%;
  padding: 100px 140px 80px;
}
.page .goods_list {
  display: flex;
  flex-wrap: wrap;
  /* background-color: #fef6d2; */
}
.page .goods_list-item {
  width: 230px;
  margin-right: calc((100% - 920px) / 3);
  margin-bottom: 10px;
}
.page .goods_list-item:nth-child(4n) {
  margin-right: 0;
}
.page .goods_list-item .cover {
  width: 100%;
  display: block;
}
.page .goods_list-item p {
  font-size: 14px;
  color: #d7160c;
  padding: 10px 5px;
  font-weight: bold;
}
.page .vod_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page .vod_list-item {
  width: 348px;
  cursor: pointer;
  position: relative;
}
.page .vod_list-item::before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/icon_play.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 0%);
}
.page .vod_list-item .cover {
  width: 348px;
  height: 196px;
  display: block;
  object-fit: cover;
}
.page .vod_list-item p {
  width: 348px;
  height: 47px;
  background: #dbad61;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  color: #af0a06;
  padding: 0 10px;
}
.page .detail {
  padding: 30px;
  width: 1200px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 18px;
}
.page .detail .tit {
  margin: -80px auto 0;
  width: 50%;
}
.page .detail .wrap_detail .deta_tit {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d50011;
  text-align: center;
}
.page .detail .wrap_detail .deta_info {
  display: inline-block;
  padding: 10px 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  width: 100%;
  border-bottom: 1px dashed #777777;
  text-align: center;
}
.page .detail .wrap_detail .deta_info span {
  margin-right: 30px;
}
.page .detail .wrap_detail .deta_cont {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #333333;
  padding: 30px 0;
  width: 100%;
}
.page .detail .wrap_detail .deta_cont div,
.page .detail .wrap_detail .deta_cont p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.page .detail .wrap_detail .deta_cont img {
  max-width: 100% !important;
  margin: 10px auto;
  display: block;
}
.page .detail .wrap_detail .deta_cont video {
  width: 948px;
  height: 305px;
  background-color: #000;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 3.75) !important;
  }
  .page {
    width: 100%;
    padding-bottom: 0.15rem;
  }
  .page .banner-pc,
  .page .dy-pc {
    display: none;
  }
  .page .banner-m {
    display: block;
    margin-bottom: -0.7rem;
  }
  .page .dy-m {
    display: block;
    margin: -1.4rem auto 0;
  }
  .page .dy-m img {
    width: 3.38rem;
    display: block;
    margin: 0 auto;
  }
  .page .box {
    width: 100%;
    padding: 0 0.15rem;
  }
  .page .box_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.15rem 0 0;
  }
  .page .box_1-pc {
    display: none;
  }
  .page .box_1-m {
    display: block;
    margin: 0 auto;
  }
  .page .box_1-right {
    width: 100%;
    margin-left: 0;
    height: 2.8rem !important;
    flex: auto;
    margin-top: 0.1rem;
  }
  .page .box_1-right .el-carousel__button {
    width: 0.08rem;
    height: 0.08rem;
  }
  .page .box_2 {
    margin-top: 0;
  }
  .page .box_2 .box_1-right {
    margin-right: 0;
  }
  .page .box_3 {
    background: url('../images/m/bg1.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.45rem 0.15rem 0.35rem;
    margin-top: 0;
    width: 98%;
    margin-bottom: 0.15rem;
    height: auto;
  }
  .page .box_4 {
    background: url('../images/m/bg2.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.45rem 0.15rem 0.35rem;
    margin-top: 0;
    width: 98%;
    margin-bottom: 0.15rem;
    height: auto;
  }
  .page .box_5 {
    background: url('../images/m/bg3.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.45rem 0.15rem 0.35rem;
    margin-top: 0;
    width: 98%;
    height: auto;
  }
  .page .goods_list {
    justify-content: space-around;
  }
  .page .goods_list-item {
    width: 1.6rem;
    margin-right: calc((100% - 3.2rem) / 2);
    margin-bottom: 0.1rem;
  }
  .page .goods_list-item:nth-child(2n) {
    margin-right: 0;
  }
  .page .goods_list-item p {
    font-size: 0.14rem;
    padding: 0.05rem 0.05rem 0;
  }
  .page .vod_list {
    justify-content: space-around;
  }
  .page .vod_list-item {
    width: 1.55rem;
    margin-bottom: 0.1rem;
  }
  .page .vod_list-item::before {
    width: 0.3rem;
    height: 0.3rem;
  }
  .page .vod_list-item .cover {
    width: 100%;
    height: 0.9rem;
    border-radius: 0.035rem;
  }
  .page .vod_list-item p {
    width: 100%;
    height: 0.21rem;
    line-height: 0.21rem;
    font-size: 0.13rem;
  }
  .page .detail {
    width: 100%;
    margin: 0 auto;
    padding: 0.1rem;
    border-radius: 0.1rem;
  }
  .page .detail .tit {
    width: 100%;
    margin-top: -0.35rem;
  }
  .page .detail .wrap_detail .deta_tit {
    font-size: 0.18rem;
  }
  .page .detail .wrap_detail .deta_cont {
    padding: 0.15rem 0 !important;
  }
  .page .detail .wrap_detail .deta_cont iframe {
    height: 2.1rem !important;
  }
}
