/* 遮罩层 */
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.side_more-show {
  width: 45.87vw;
  height: 51.2vw;
  position: fixed;
  right: 2.67vw;
  bottom: 22.2vw;
  font-size: 4.27vw;
  color: #FFF;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.side_more-show .side_more-item {
  display: flex;
  justify-content: start;
  align-items: center;
 
}

.side_more-show a{
  background: transparent;
}
.side_more-show img {
  width: 10.67vw;
  height: 10.67vw;
  margin-left: 2.67vw;
}

.side_more-line2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 4.8vw 0;
  padding: 0 2.67vw;
}
.side_text-tougao {
  color: #59A6FF;
  text-shadow: 0 0 5px rgba(157, 202, 255, 0.4),
              0 0 10px rgba(157, 202, 255, 0.4),
              0 0 15px rgba(157, 202, 255, 0.4),
              0 0 20px rgba(157, 202, 255, 0.4),
              0 0 25px rgba(157, 202, 255, 0.4),
              0 0 30px rgba(157, 202, 255, 0.4);
}
.side_text-dianping {
  color: #866FF7;
  text-shadow: 0 0 5px rgba(203, 192, 255, 0.4),
              0 0 10px rgba(203, 192, 255, 0.4),
              0 0 15px rgba(203, 192, 255, 0.4),
              0 0 20px rgba(203, 192, 255, 0.4),
              0 0 25px rgba(203, 192, 255, 0.4),
              0 0 30px rgba(203, 192, 255, 0.4);
}
.side_text-qiutu {
  color: #3CD7E1;
  text-shadow: 0 0 5px rgba(164, 239, 243, 0.4),
              0 0 10px rgba(164, 239, 243, 0.4),
              0 0 15px rgba(164, 239, 243, 0.4),
              0 0 20px rgba(164, 239, 243, 0.4),
              0 0 25px rgba(164, 239, 243, 0.4),
              0 0 30px rgba(164, 239, 243, 0.4);
}
/*悬浮按钮*/
.side_wrap{width: 13.33vw;position: fixed;right: 2.67vw;bottom: 26.67vw;z-index: 3;}
.side_wrap a i{width: 9.33vw;height: 9.33vw;display: inline-block;}
.s_out{width: 10.67vw;height: 10.67vw;background: #4FA7B5;border-radius: 100%;margin-top: 1.33vw;display: block;position: relative;overflow: hidden;}
.s_index,
.s_icon-location {
  width: 10.67vw;
  height: 10.67vw;
  border-radius: 100%;
  background: transparent;
  margin-top: 1.33vw;
  display: block;
  position: relative;
  overflow: hidden;
}
.s_icon-style {
  width: 10.67vw;
  height: 10.67vw;
  background: rgba(56, 96, 128, 0.2);
  border-radius: 100%;
  margin-top: 4.8vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.s_out i img{width: 10.67vw;height: 10.67vw;}
.s_index i img{width: 10.67vw;height: 10.67vw;}

.s_index img,
.s_top img{
  width: 6.4vw;
  height: auto;
}
.side_more-close{
  background-color: rgba(255, 255, 255, 0.2);
}
.side_more-close img{
  width: 4.8vw;
  height: auto;
  margin-left: 0;
  
}
.prism-player .prism-big-play-btn {
  display: none;
  z-index: 1000;
  bottom: 8vw !important;
}
