/* iframe */
.detailstop {
  background: none;
}
.main_top2 {
  margin: 0 auto;
  overflow: hidden;

  margin-top: 24px;
  box-shadow: 0px 0px 20px 0px #eb5757;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #eb5757;
}

.iframe_style {
  width: 60%;
  height: 100%;
}
.ol_li {
  height: 836px;
  background: #4d5053;

  overflow: hidden;
}
.iframe {
  height: 90%;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}
.main_mainleft_love {
  height: 10%;
  display: flex;
  background: #2a2b2d;
  align-items: center;
  padding: 16px 32px;
  justify-content: space-between;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
}
.main_mainleft_Play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main_mainleft_Play dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main_mainleft_Play dl dt {
  width: 140px;
  height: 140px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.main_mainleft_Play dl dt img {
  width: 100%;
  height: 100%;
}

.ppPlay {
  width: 324px;
  margin-top: 30px;
}
.main {
  padding-top: 0px;
}
.ppPlay img {
  height: 100%;
  width: 100%;
}
.hidden {
  display: none;
}
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999999999;
  display: flex;
  background: #292833;
  flex-direction: column-reverse;
}
.mainrteh6 {
  margin-top: 0px;
}
.jieshai {
  margin-top: 30px;
}
.main_mainleft_love p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: left;
}
.main_mainlef_img {
  display: flex;
  margin-left: 400px;
  font-size: 16px;
  color: #d9d9d9;
  line-height: 20px;
}
.main_mainlef_img img {
  width: 20px;
  margin-right: 8px;
}
.icon-fullscreen:before {
  color: #fff;
     cursor: pointer;
}
.ve {
  margin-left: 10px;
}

.icon-zan1:before {
  color: #e3cd0a;
}

@media (max-width: 1000px) {
  .main_top2 {
    width: 95%;
  }
  .main_mainlef_img {
    display: flex;
    margin-left: 0px;
  }
}
@media (max-width: 750px) {
  .iframe_style {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main_mainleft_love p {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .main_mainleft_love {
    flex-wrap: wrap;
    height: 15%;
  }
  .iframe {
    height: 85%;
  }
  .main_mainlef_img img {
    width: 16px;
  }
  .ppPlay {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .ol_li {
    height: 600px;
  }
  .ully {
    width: 95%;
  }
}
.icon-zan2:before {
   color: #d9d9d9;
   cursor: pointer;
}