.content {
  overflow: hidden;
}
.content .button {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  /*width: 150px;*/
  width: 12vmax;
  /*height: 42px;*/
  height: 7vmin;
  /*line-height: 42px;*/
  line-height: 7vmin;
  /*font-size: 16px;*/
  font-size: 2.255vmin;
  background-image: linear-gradient(270deg, #7D318D 0%, #E50113 100%);
  color: #FFFFFF;
  box-shadow: 3px 3px 8px #7D318D;
  cursor: pointer;
  position: absolute;
  bottom: 5.655vmin;
}
.content .button .iconfont {
  /*font-size: 5px;*/
  font-size: 2.055vmin;
}
.content .iconpingtai_content .left-content .maskLayer {
  padding-top: 30vmin;
}
.content .iconpingtai_content .maskLayer {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  -webkit-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
  text-align: center;
  color: #FFFFFF;
  padding-top: 15vmin;
}
.content .iconpingtai_content .maskLayer .info-title {
  /*font-size: 20px;*/
  font-size: 3.288vmin;
  font-weight: bolder;
}
.content .iconpingtai_content .maskLayer .line {
  /*width: 40px;*/
  width: 4vmax;
  margin: 20px auto;
  height: 2px;
  background: #FFFFFF;
}
.content .iconpingtai_content .maskLayer .info-content {
  color: #E0E0EB;
  font-size: 2.188vmin;
}
.content .iconpingtai_content .maskLayer .iplay {
  width: 3.555vmax;
  height: 3.555vmin;
  line-height: 3.155vmin;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 2.155vmin;
}
.content .iconpingtai_content .maskLayer .iplay:hover {
  background-image: linear-gradient(270deg, #7D318D 0%, #E50113 100%);
  border: none;
}

.content .iconpingtai_content .iconpingtai_content_item:hover .maskLayer {
  opacity: 1;
}
.content .video {
  position: relative;
  width: 100%;
  height: calc(100vh);
  overflow: hidden;
}
/*.content .video.active {
  z-index: 10000;
}
.content .video.active .maskLayer {
  display: none;
}*/
.content .video video {
  /*width: 100%;*/
  /*height: 100%;*/
  float: left;
  object-fit: cover;
}
.content .video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.content .video .maskLayer {
  text-align: center;
}
.content .video .maskLayer .play {
  width: 8vmax;
  height: 7vmin;
  line-height: 7vmin;
  display: block;
  margin: 20% auto 50px;
  font-weight: bolder;
  background: transparent;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  font-size: 4vmin;
  color: #FFFFFF;
  cursor: pointer;
}
.content .video .maskLayer .play:hover {
  background-image: linear-gradient(270deg, #7D318D 0%, #E50113 100%);
  border: none;
}
.content .video .maskLayer .iconfont {
  cursor: pointer;
  /*font-size: 40px;*/
  font-size: 4.688vmin;
  color: #FFFFFF;
}
.content .video .maskLayer .iconfont:hover{
  background-image: linear-gradient(270deg, #7D318D 0%, #E50113 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.content .scroll {
  position: fixed;
  top: 240px;
  z-index: 100;
  left: 30px;
  width: 30px;
  text-align: center;
}
.content .scroll .scroll-item {
  width: 16px;
  display: inline-block;
  margin-bottom: 15px;
  color: #E0E0EB;
  font-size: 16px;
  cursor: pointer;
}
.content .scroll .scroll-item img:first-child {
  display: inline-block;
}
.content .scroll .scroll-item img:last-child {
  display: none;
}
.content .scroll .scroll-item.active img:first-child,
.content .scroll .scroll-item:hover img:first-child {
  display: none;
}
.content .scroll .scroll-item.active img:last-child,
.content .scroll .scroll-item:hover img:last-child {
  display: inline-block;
}
.content .picList {
  /*height: 720px;*/
  height: calc(100vh - 80px);
  /*min-height: 600px;*/
}
.content .picList.small {
  height: calc(100vh - 80px);
  /*min-height: calc(100vh - 80px);*/
  /*height: calc(33.455vw);*/
}
.content .picList img {
  height: 100%;
  object-fit: cover;
}
.content .picList .left {
  width: 60%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.content .picList .right {
  width: 40%;
  height: 100%;
  float: right;
  /*padding: 5.8%;*/
  padding: 7vmin 7vmax;
  position: relative;
}
.content .picList.xinwen .right {
  /*padding: 78px 5.8%;*/
  padding: 7vmin 7vmax;
}
.content .picList.xinwen .xinwenList {
  /*padding-right: 5.8%;*/
  /*padding-right: 1.55vmax;*/
  /*min-height: 288px;*/
}
.content .picList.xinwen .xinwenList .news {
  /*height: 76px;*/
  height: 12vmin;
  /*margin-bottom: 30px;*/
  margin-bottom: 2vmin;
  display: block;
  text-decoration: none;
  color: #39394D;
  cursor: pointer;
}
.content .picList.xinwen .xinwenList .news:nth-child(1) .new-left,
.content .picList.xinwen .xinwenList .news:hover .new-left {
  color: #B11950;
}
.content .picList.xinwen .xinwenList .news:nth-child(1) .new-right .top,
.content .picList.xinwen .xinwenList .news:hover .new-right .top {
  color: #B11950;
}
.content .picList.xinwen .xinwenList .news:last-child {
  margin: 0;
}
.content .picList.xinwen .xinwenList .news .new-left {
  float: left;
  /*width: 85px;*/
  width: 6vw;
  text-align: center;
  /*padding-right: 10px;*/
  padding-right: 1vmax;
  white-space: nowrap;
}
.content .picList.xinwen .xinwenList .news .new-left .top {
  /*font-size: 14px;*/
  font-size: 2vmin;
}
.content .picList.xinwen .xinwenList .news .new-left .bottom {
  /*font-size: 46px;*/
  font-size: 6vmin;
}
.content .picList.xinwen .xinwenList .news .new-right {
  /*margin-left: 85px;*/
  margin-left: 6vw;
  /*padding-left: 20px;*/
  padding-left: 1vmax;
  border-left: 2px solid #E0E0EB;
}
.content .picList.xinwen .xinwenList .news .new-right .top {
  /*font-size: 18px;*/
  font-size: 2.055vmin;
  font-weight: bold;
  /*height: 30px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .picList.xinwen .xinwenList .news .new-right .bottom {
  /*height: 46px;*/
  margin: 0;
  /*font-size: 12px;*/
  font-size: 1.588vmin;
  color: #84849A;
  /*line-height: 24px;*/
  line-height: 3.088vmin;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .picList.xinwen .fenye {
  /*margin-top: 30px;*/
  position: absolute;
  bottom: 1.088vmin;
}
.content .picList.xinwen .fenye .iconfont {
  margin: 0 5px;
  cursor: pointer;
}
.content .picList.xinwen .fenye .iconfont.disabled {
  color: #BABACE;
}
.content .picList.xinwen .fenye #yema span {
  cursor: pointer;
}
.content .picList.xinwen .fenye .yema {
  cursor: pointer;
}
.content .picList.xinwen .fenye .yema div {
  margin: 0 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #39394D;
  border-radius: 50%;
}
.content .picList.xinwen .fenye .yema.active > div {
  background-color: #39394D;
}
.content .picList.inverse.small .left {
  padding: 0;
}
.content .picList.inverse .left {
  width: 40%;
  /*padding: 70px 5.8%;*/
  padding: 7vmin 7vmax;
}
.content .picList.inverse .right {
  width: 60%;
  padding: 0;
}
.content .picList.inverse .right .top,
.content .picList.inverse .right .bottom {
  height: 50%;
}
.content .picList.inverse .right .top .left {
  width: 34%;
  padding: 0;
}
.content .picList.inverse .right .top .right {
  width: 66%;
  padding: 0;
}
.content .picList.inverse .right .bottom .left {
  width: 66%;
  padding: 0;
}
.content .picList.inverse .right .bottom .right {
  width: 34%;
  padding: 0;
}
.content .picList.yuyue {
  /*height: 720px;*/
}
.content .picList.yuyue .left {
  width: 45%;
}
.content .picList.yuyue .left .lijiyuyue {
  /*margin-bottom: 30px;*/
  margin-bottom: 4vmin;
}
.content .picList.yuyue .left .lijiyuyue .input-group {
  width: 100%;
  /*max-width: 400px;*/
  max-width: 32vmax;
  /*margin-bottom: 20px;*/
  margin-bottom: 1.688vmin;
}
.content .picList.yuyue .left .lijiyuyue .input-group .form-control {
  /*height: 56px;*/
  height: 7vmin;
  font-size: 2.088vmin;
}
.content .picList.yuyue .left .lijiyuyue .input-group #code {
  width: 55%;
  border-radius: 0;
}
.content .picList.yuyue .left .lijiyuyue .input-group .codeImg {
  /*height: 56px;*/
  height: 7vmin;
  width: 40%;
  float: right;
  /*background-color: #eeeeee;*/
  /*border: 1px solid #eeeeee;*/
  border: 1px solid #ccc;
  cursor: pointer;
}
.content .picList.yuyue .left .lijiyuyue .input-group .codeImg img {
  width: 100%;
  height: 100%;
}
.content .picList.yuyue .right {
  width: 55%;
  position: relative;
}
.content .picList.yuyue .right img,
.content .picList.yuyue .right .lineList {
  position: absolute;
  /*right: 0;*/
  right: 2.088vmax;
  /*bottom: 260px;*/
  bottom: 22.855vmin;
  width: 90%;
  height: auto;
}
.content .picList.yuyue .right .lineList {
  width: 100%;
  /*bottom: 200px;*/
  bottom: 20vmin;
  overflow: hidden;
}
.content .picList.yuyue .right .lineList .line,
.content .picList.yuyue .right .lineList .dashed {
  height: 2px;
  margin-top: 50px;
}
.content .picList.yuyue .right .lineList .line {
  background: #F1F1F1;
}
.content .picList.yuyue .right .lineList .dashed {
  position: relative;
  width: auto;
  overflow: auto;
}
.content .picList.yuyue .right .lineList .dashed div {
  width: 8%;
  background: #F1F1F1;
  height: 2px;
  float: left;
}
.content .picList.yuyue .right .lineList .dashed div:nth-child(even) {
  background: transparent;
}
.content .picList .top .iconfont {
  color: #eeeeee;
  /*font-size: 30px;*/
  font-size: 4.088vmin;
}
.content .picList .about {
  font-family: Helvetica-Bold;
  font-size: 3.855vw;
  color: #39394D;
  font-weight: bold;
  white-space: nowrap;
}
.content .picList .about-sub {
  font-family: PingFangSC-Semibold;
  font-size: 2.855vw;
  color: #B11950;
  font-weight: bold;
  /*margin-bottom: 40px;*/
  margin-bottom: 4vmin;
}
.content .picList .title {
  font-size: 1.655vw;
  color: #39394D;
  font-weight: bold;
  white-space: nowrap;
}
.content .picList .info {
  color: #84849A;
  line-height: 5vmin;
  /*margin-bottom: 40px;*/
  /*font-size: 1.255vw;*/
  font-size: 2.255vmin;
}

#showVideo .modal-dialog {
  width: 77vw;
  margin: 3vmin auto 0 auto;
}
#showVideo .modal-body {
  padding: 0;
  margin: 0 0 -6px 0;
}
#showVideo .modal-body video {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}