body.videos-wrapper{
  background:rgba(245,247,250,1);
  padding-top: 70px;
}
body.video-wrapper{
  background:rgba(245,247,250,1);
  padding-top: 50px;
}
.menus-list{
  padding-right: 30px;
}
.videos-wrapper .menus-list-wrapper{
  width: 350px;
  height: 55px;
  margin: 0px auto;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.08);
}
.videos-wrapper .menus-list-wrapper.toggle{
  height: auto;
}
.videos-wrapper .menus-list-wrapper .toggle-menu{
  position: absolute;
  top: 24px;
  right: 15px;
  width: 14px;
}
.videos-wrapper .menus-list-wrapper .toggle-menu.toggle{
  transform: rotate(180deg);
}
.videos-wrapper .menus-list>a{
  min-width:54px;
  height:29px;
  display: inline-block;
  font-size:12px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(74,74,74,1);
  line-height:29px;
  text-align: center;
  margin: 12px 6px;
}
.videos-wrapper .menus-list>a.active{
  min-width:54px;
  height:29px;
  background:linear-gradient(270deg,rgba(244,107,69,1) 0%,rgba(238,168,73,1) 100%);
  border-radius:6px;
  font-size:12px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:29px;
}
.videos-orders{
  width: 340px;
  margin: 10px auto;
  margin-bottom: 20px;
}
.videos-orders .video-order {
  font-size:16px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(74,74,74,1);
  margin-right: 35px;
  line-height:22px;
}
.videos-orders .video-order img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.videos-list{
  width: 380px;
  margin: -15px auto;
}
.videos-list .video-item{
  width: 160px;
  height: 200px;
  margin: 15px;
  vertical-align: top;
  background:rgba(255,255,255,1);
  border-radius:8px;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}
.videos-list .video-item .video-cover{
  width: 160px;
  height: 109px;
  position: relative;
}
.videos-list .video-item .video-cover img.cover{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.videos-list .video-item .video-cover img.free{
  position: absolute;
  top: 7px;
  left: -10px;
  width: 27px;
}
.videos-list .video-item .video-cover img.play{
  position: absolute;
  width: 50px;
  transition: all 1s ease-in;
  display: none;
  left: 55px;
  top: 29px;
}
.videos-list .video-item .video-cover:hover img.play{
  display: block;
}
.videos-list .video-item .video-cover .duration{
  width:26px;
  height:13px;
  background:rgba(0,0,0,0.4);
  border-radius:3px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 8px;
  top: 7px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  font-size:7px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:9px;
}
.videos-list .video-item .video-cover .watchcount{
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  bottom: 8px;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:22px;
  letter-spacing:1px;
  font-size:9px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:12px;
}
.videos-list .video-item .video-cover .watchcount img.view{
  width: 7px;
  height: 5px;
  margin-right: 5px;
}
.videos-list .video-item .video-name{
  padding: 3px 6px;
  padding-right: 20px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:500;
  box-sizing: border-box;
  color:rgba(74,74,74,1);
  line-height:17px;
  position: relative;
}
.videos-list .video-item .video-name .hot{
  height: 17px;
  position: absolute;
  right: 3px;
  top: 2px;
}
.videos-list .video-item .video-body{
  font-size:10px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(155,155,155,1);
  line-height:14px;
  padding: 0px 6px;
  max-height: 42px;
  overflow: hidden;
}
.video-player{
  width: 100%;
  background: #253A68;
  height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  overflow: hidden;
}
a{
  cursor: pointer;
}
.video-player .video-js .vjs-big-play-button{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-js{
  width: 100%;
  height: 100%;
}
.video-player-info{
  width: 350px;
  margin: 20px auto;
}
.video-player-info:after{
  display: block;
  content: " ";
  clear: both;
}

.video-player-detail{
  width:350px;
  min-height:112px;
  padding: 15px 16px;
  box-sizing: border-box;
  background:rgba(255,255,255,1);
  border-radius:6px;
  margin-bottom: 12px;
}
.video-player-tags{
  width:350px;
  min-height:77px;
  padding: 10px 15px;
  box-sizing: border-box;
  background:rgba(255,255,255,1);
  border-radius:6px;
}

.video-player-desc{
  padding-top: 10px;
  border-top: 2px solid #EAEAEA;
  overflow:hidden;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(155,155,155,1);
  line-height:17px;
}
.video-player-title .video-player-name{
  font-size:14px;
  font-family:PingFangSC;
  font-weight:600;
  color:rgba(74,74,74,1);
  line-height:20px;
  letter-spacing:1px;
  padding-bottom: 15px;
}
.video-player-title span.see img{
  margin-right: 5px;
}
.video-player-title span.see{
  float: right;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(74,74,74,1);
  line-height:17px;
}
.video-player-tags .tags-label{
  font-size:12px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(0,0,0,1);
  line-height:17px;
}
.tags-list{
  margin: 0px 0px;
}
.videos-tag{
  display: inline-block;
  margin: 5px 10px 5px 0px;
  min-width:54px;
  height:23px;
  background:rgba(243,245,246,1);
  border-radius:4px;
  text-align: center;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(142,157,158,1);
  line-height:23px;
}
.video-player-title span{
  display: inline-flex;
  align-items: center;
  position: relative;
  flex-direction: row;
}

.video-player-title span:hover .hidden{
  display: block;
}

.video-login-wrapper{
  clear: both;
  width: 350px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-login-wrapper img{
  width: 126px;
  margin-bottom: 12px;
}

.video-login-wrapper span{
  font-size:12px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(74,74,74,1);
  line-height:17px;
}

.binguo-label{
  width: 154px;
  margin: 10px auto;
  display: block;
  margin-top: 20px;
}
