@media screen and (min-width: 1300px) {
  .layui-container {
    width: 1200px !important;
    padding: 0 !important;
  }
}
#more-live .flex-box {
  display: flex;
  align-items: center;
}
#more-live .functions {
  padding: 60px 0 100px;
  background-color: #f2f4f7;
}
#more-live .functions .layui-container .func-nav {
  margin-bottom: 75px;
}
#more-live .functions .layui-container .func-nav .nav-left {
  width: 110px;
  margin-right: 5px;
}
#more-live .functions .layui-container .func-nav .nav-left span {
  color: #333;
  font-size: 16px;
  margin-left: 5px;
}
#more-live .functions .layui-container .func-nav .nav-left img {
  vertical-align: middle;
}
#more-live .functions .layui-container .func-nav .nav-right {
  flex-wrap: wrap;
}
#more-live .functions .layui-container .func-nav .nav-right li {
  height: 30px;
  background: #00CCB0;
  border-radius: 2px;
  color: #fff;
  margin-right: 24px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  /*margin-bottom: 10px;*/
}
#more-live .functions .layui-container .func-nav .nav-right li a{
  color: #fff;
  display: block;
}
#more-live .functions .layui-container .func-content .func-item {
  margin-bottom: 33px;
}
#more-live .functions .layui-container .func-content .func-item:last-child {
  margin-bottom: 0;
}
#more-live .functions .layui-container .func-content .func-item h5 {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  margin-bottom: 30px;
}
#more-live .functions .layui-container .func-content .func-item ul {
  flex-wrap: wrap;
}
#more-live .functions .layui-container .func-content .func-item ul li {
  width: 16.5%;
  height: 70px;
  background: #FFFFFF;
  padding-left: 16px;
  box-sizing: border-box;margin-right: 1.4%;
  cursor: pointer;
  margin-bottom: 2%;border-radius: 6px;transition: all 0.2s;
}
#more-live .functions .layui-container .func-content .func-item ul li:hover {
  box-shadow: 5px 6px 32px 0px rgba(50, 50, 50, 0.09);
  border: none;
  transform: scale(1.08);
}
#more-live .functions .layui-container .func-content .func-item ul li a {
  float: left;
  width: 100%;
  height: 100%;
}
#more-live .functions .layui-container .func-content .func-item ul li a img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  margin-right: 15px;
}
#more-live .functions .layui-container .func-content .func-item ul li a .text h6 {
  font-size: 15px;
  color: #333;
}
#more-live .functions .layui-container .func-content .func-item ul li a .text p {
  font-size: 12px;
  color: #666;
}
#more-live .videos {
  padding: 100px 0 70px;
}
#more-live .videos .layui-container h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 48px;
}
#more-live .videos .layui-container .new-live {
  margin-bottom: 38px;
}
#more-live .videos .layui-container .new-live .title {
  margin-bottom: 34px;
  justify-content: space-between;
}
#more-live .videos .layui-container .new-live .title h6 {
  font-size: 20px;
  color: #666;
}
#more-live .videos .layui-container .new-live .title a {
  font-size: 14px;
  color: #0099FF;
}
#more-live .videos .layui-container .new-live .video-box {
  flex-wrap: wrap;
}
#more-live .videos .layui-container .new-live .video-box li {
  width: 285px;
  height: 188px;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 31px;
  position: relative;
  box-sizing: border-box;
}
#more-live .videos .layui-container .new-live .video-box li .video-logo {
  width: 100%;
  height: 85%;
  object-fit: contain;
  border-radius: 4px;
  margin-bottom: 10px;
  z-index: 0;
}
#more-live .videos .layui-container .new-live .video-box li .bofang {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#more-live .videos .layui-container .new-live .video-box li p {
  font-size: 14px;
  color: #333;
  padding-left: 3px;
}
#more-live .videos .layui-container .new-live .video-box li:nth-child(4n) {
  margin-right: 0px;
}
#more-live .videos .layui-container .new-live .video-box li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
#more-live .videos .layui-container .free-btn {
  width: 133px;
  height: 40px;
  background: #00CCB0;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
#more-live .videos .layui-container .free-btn a {
  color: #fff;
}
#more-live .videos .layui-container .free-btn:hover {
  background-color: transparent;
  border: 1px solid #00CCB0;
}
#more-live .videos .layui-container .free-btn:hover a {
  color: #00CCB0;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #more-live .functions {
    padding: 40px 0 70px;
  }
  #more-live .functions .layui-container .func-nav {
    margin-bottom: 45px;
  }
  #more-live .functions .layui-container .func-nav .nav-left {
    margin-right: 5px;
  }
  #more-live .functions .layui-container .func-nav .nav-left span {
    font-size: 14px;
    margin-left: 4px;
  }
  #more-live .functions .layui-container .func-nav .nav-right li {
    height: 30px;
    margin-right: 24px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  #more-live .functions .layui-container .func-content .func-item {
    margin-bottom: 70px;
  }
  #more-live .functions .layui-container .func-content .func-item:last-child {
    margin-bottom: 0;
  }
  #more-live .functions .layui-container .func-content .func-item h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #more-live .functions .layui-container .func-content .func-item ul li {
    width: 22%;
  }
  #more-live .functions .layui-container .func-content .func-item ul li img {
    border-radius: 50%;
    display: block;
    margin-right: 13px;
  }
  #more-live .functions .layui-container .func-content .func-item ul li .text h6 {
    font-size: 16px;
  }
  #more-live .videos {
    padding: 40px 0 30px;
  }
  #more-live .videos .layui-container {
    width: 99% !important;
  }
  #more-live .videos .layui-container h4 {
    font-size: 16px;
    margin-bottom: 35px;
  }
  #more-live .videos .layui-container .new-live {
    margin-bottom: 25px;
  }
  #more-live .videos .layui-container .new-live .title {
    margin-bottom: 20px;
  }
  #more-live .videos .layui-container .new-live .title h6 {
    font-size: 14px;
  }
  #more-live .videos .layui-container .new-live .title a {
    font-size: 12px;
  }
  #more-live .videos .layui-container .new-live .video-box li {
    width: 24%;
    height: 158px;
    margin-right: 1.3%;
    margin-bottom: 31px;
  }
  #more-live .videos .layui-container .new-live .video-box li .video-logo {
    height: 84%;
    margin-bottom: 7px;
  }
  #more-live .videos .layui-container .new-live .video-box li p {
    font-size: 12px;
  }
  #more-live .videos .layui-container .new-live .video-box li:after {
    width: 100%;
    height: 85%;
  }
  #more-live .videos .layui-container .free-btn {
    width: 103px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
  }
  #more-live .videos .layui-container .free-btn a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #more-live .functions {
    padding: 35px 0 50px;
  }
  #more-live .functions .layui-container {
    width: 95% !important;
    padding: 0 !important;
  }
  #more-live .functions .layui-container .func-nav {
    margin-bottom: 35px;
  }
  #more-live .functions .layui-container .func-nav .nav-left {
    margin-right: 5px;
    width: 100px;
  }
  #more-live .functions .layui-container .func-nav .nav-left span {
    font-size: 12px;
    margin-left: 4px;
  }
  #more-live .functions .layui-container .func-nav .nav-right {
    flex-wrap: wrap;
  }
  #more-live .functions .layui-container .func-nav .nav-right li {
    height: 26px;
    margin: 0 10px 0px 0;
    font-size: 12px;
    line-height: 26px;
    padding: 0 7px;
  }
  #more-live .functions .layui-container .func-content .func-item {
    margin-bottom: 50px;
  }
  #more-live .functions .layui-container .func-content .func-item:last-child {
    margin-bottom: 0;
  }
  #more-live .functions .layui-container .func-content .func-item h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #more-live .functions .layui-container .func-content .func-item ul li {
    width: 29.5%;
    padding-left: 10px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #more-live .functions .layui-container .func-content .func-item ul li a .text h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #more-live .functions {
    padding: 20px 6px 30px;
  }
  #more-live .functions .layui-container {
    width: 100% !important;
    padding: 0 5px;
  }
  #more-live .functions .layui-container .func-nav {
    margin-bottom: 20px;
  }
  #more-live .functions .layui-container .func-nav .nav-left {
    width: 60%;
    margin-right: 5px;
  }
  #more-live .functions .layui-container .func-nav .nav-left img {
    width: 14px;
  }
  #more-live .functions .layui-container .func-nav .nav-left span {
    font-size: 12px;
    margin-left: 3px;
  }
  #more-live .functions .layui-container .func-nav .nav-right {
    flex-wrap: wrap;
  }
  #more-live .functions .layui-container .func-nav .nav-right li {
    height: 26px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 26px;
    padding: 0 7px;
  }
  #more-live .functions .layui-container .func-content .func-item {
    margin-bottom: 30px;
  }
  #more-live .functions .layui-container .func-content .func-item:last-child {
    margin-bottom: 0;
  }
  #more-live .functions .layui-container .func-content .func-item h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #more-live .functions .layui-container .func-content .func-item ul li {
    width: 49%;
    height: 70px;
    padding-left: 10px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #more-live .functions .layui-container .func-content .func-item ul li:nth-child(2n) {
    margin-right: 0;
  }
  #more-live .functions .layui-container .func-content .func-item ul li a img {
    margin-right: 7px;
    width: 30px;
    height: 30px;
  }
  #more-live .functions .layui-container .func-content .func-item ul li a .text h6 {
    font-size: 14px;
  }
  #more-live .videos {
    padding: 20px 0 25px;
  }
  #more-live .videos .layui-container {
    width: 100% !important;
    padding: 0 5px !important;
  }
  #more-live .videos .layui-container h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 5px;
  }
  #more-live .videos .layui-container .new-live {
    margin-bottom: 15px;
  }
  #more-live .videos .layui-container .new-live .title {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  #more-live .videos .layui-container .new-live .title h6 {
    font-size: 14px;
  }
  #more-live .videos .layui-container .new-live .title a {
    font-size: 12px;
  }
  #more-live .videos .layui-container .new-live .video-box li {
    width: 49%;
    height: 128px;
    margin: 0 2% 10px 0;
    margin-bottom: 10px;
  }
  #more-live .videos .layui-container .new-live .video-box li .video-logo {
    height: 74%;
    margin-bottom: 5px;
  }
  #more-live .videos .layui-container .new-live .video-box li .bofang {
    width: 35px;
    top: 38%;
  }
  #more-live .videos .layui-container .new-live .video-box li p {
    font-size: 12px;
  }
  #more-live .videos .layui-container .new-live .video-box li:after {
    width: 100%;
    height: 74%;
  }
  #more-live .videos .layui-container .new-live .video-box li:nth-child(4n) {
    margin: 0 0% 10px 0;
  }
  #more-live .videos .layui-container .new-live .video-box li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
  #more-live .videos .layui-container .free-btn {
    width: 93px;
    height: 28px;
    line-height: 28px;
    border-radius: 20px;
  }
  #more-live .videos .layui-container .free-btn a {
    font-size: 12px;
  }
}
