body {
  background: #131313;
}
.m span,
.m a,
.m p,
.m div,
.m tr,
.m td,
.m th,
.m ul,
.m li,
.m h1,
.m h2,
.m h3 {
  color: #999;
}

.swiper-box {
  position: relative;
  padding: 0 10px;
}

.video-list li{
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right:1.2%;
}

.video-list li:last-child{
  margin-right: 0;
}
.video-list{
  margin-top: 30px;
}


.path a:hover {
  color: #999;
}

.video_type_ny{
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  margin-bottom: 30px !important;
}

.ny_h2{
  color: #fff !important;
  font-size: 32px !important;
}

.rem_tab_t{
  border-bottom: solid 1px #333;
}

.rem_tab_t ul li {
  background: #333 !important;
  margin-right: 1px;
  border: none;
  margin-bottom: 0;

}

.message_list ul li {
  padding-left: 0 !important;
}

.message_list ul li .btn{
  width: 180px;
	height: 40px;
  line-height: 40px;
  text-align: center;
	background-color: var(--themeColor);
	border-radius: 5px;
  cursor: pointer !important;
}


.swiper-related .swiper-slide .name{
  color: #999;
}

.message_list ul li .input_text{
  border: none !important;
  background:#2c2c2c !important;
  color: #fff !important;
  border-radius:4px;

}
.message_list ul li .textarea{
  border: none !important;
  background:#2c2c2c !important;
  color: #fff !important;
}

.message_list ul li .btn{
  background-color: var(--themeColor) !important;
}




.rem_tab_t ul li a {
  color: #fff;
}

.rem_tab_t ul li.current {
  background: var(--themeColor) !important;
  border-right: none;
}

.ny_box .video_type_ny ul li{
  border: 1px solid #666;
}

.ny_box .video_type_ny ul li a{
  color: #fff !important;
}

.ny_box .video_type_ny ul li.active{
  border: 1px solid var(--themeColor);
}

.bossgoo-video7 .video-main {
  padding: 30px 0 60px;
}

.bossgoo-video7 .tab-hd {
  margin-bottom: 30px;
}

.bossgoo-video7 .tab-hd ul {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-video7 .tab-hd .first-type {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.bossgoo-video7 .tab-hd .first-type li {
  margin-left: -1px;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f3f3f3;
}

.bossgoo-video7 .tab-hd .first-type li.active {
  background: #fff;
}

.bossgoo-video7 .tab-hd .first-type li a {
  display: inline-block;
  padding: 15px 18px;
  font-weight: bold;
}

.bossgoo-video7 .tab-hd .first-type li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
}

.bossgoo-video7 .tab-hd .first-type li.active:after {
  background: #fff;
}

.bossgoo-video7 .tab-hd .second-type li {
  padding: 5px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.bossgoo-video7 .tab-hd .second-type li a {
  display: inline-block;
  line-height: 1.5;
}

.bossgoo-video7 .tab-hd .second-type li.active {
  border-color: #000;
}

.bossgoo-video7 .tab-bd {
  padding-bottom: 20px;
}

.bossgoo-video7 .tab-bd ul {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-video7 .tab-bd li {
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 20px;
}

.bossgoo-video7 .tab-bd li .video-box {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 10px;
}

.bossgoo-video7 .tab-bd li .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000;
}

.bossgoo-video7 .tab-bd li .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-video7 .tab-bd li .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.bossgoo-video7 .tab-bd li .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.bossgoo-video7 .tab-bd li .play-btn .iconfont {
  font-size: 40px;
  color: #fff;
}

.bossgoo-video7 .tab-bd li .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.bossgoo-video7 .tab-bd li:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-video7 .supplier {
  padding-bottom: 40px;
}

.bossgoo-video7 .supplier .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}

.bossgoo-video7 .supplier .form li {
  position: relative;
  margin-bottom: 20px;
}

.bossgoo-video7 .supplier .label {
  position: absolute;
  left: 35px;
  top: 0;
  height: 65px;
  line-height: 65px;
}

.bossgoo-video7 .supplier .label .need {
  color: #ff0000;
}

.bossgoo-video7 .supplier .inputxt {
  display: block;
  width: 100%;
  line-height: 35px;
  background: #f8f8f8;
}

.bossgoo-video7 .supplier .inputxt1 {
  padding: 15px 10px 15px 100px;
}

.bossgoo-video7 .supplier .inputxt2 {
  padding: 15px 10px 15px 75px;
}

.bossgoo-video7 .supplier .mes-text {
  display: block;
  width: 100%;
  height: 215px;
  background: #f8f8f8;
  padding: 15px 10px 15px 135px;
  line-height: 35px;
}

.bossgoo-video7 .supplier .submit-btn {
  display: block;
  width: 295px;
  height: 55px;
  line-height: 55px;
  background: #222;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}

.bossgoo-video7 .supplier .Validform_error {
  background-color: #ffe7e7;
}

.related-pro .title{
  color: #fff;
}

.video-list .title {
  text-align: left !important;
  color: #999;
}

#page_on {
  display: none;
}

.page_num {
  display: none;
}


form select{
  display: none !important;
}
.show_page{
  display: none;
}

ul.yiiPager li {
  margin-top: 10px !important;
}
.page{
  width: 38px;
  height: 36px;

}

.previous  a,
.next a,
.page a{
  font-size: 18px;
  display: inline-block;
  width: 100%;
  height:36px;
  line-height: 36px;

}


ul.yiiPager a:link, ul.yiiPager a:visited {
  border: none !important;
  padding: 0 6px;
  color: #999;
}

@media only screen and (max-width: 1040px) {
  .video-list{
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .video-list li{
    margin-right: 1.2%;
  }
  .bossgoo-video7 {
    padding: 0 0.2rem;
  }
  .bossgoo-video7 .tab-hd {
    margin-bottom: 0.4rem;
  }
  .bossgoo-video7 .tab-hd .first-type {
    margin-bottom: 0.3rem;
  }
  .bossgoo-video7 .tab-hd .first-type li {
    margin-left: 0;
    border-bottom: 1px solid #ddd;
    width: 50%;
    padding: 0 0.2rem;
    text-align: center;
  }
  .bossgoo-video7 .tab-hd .first-type li a {
    display: block;
    padding: 0.2rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bossgoo-video7 .tab-hd .second-type li {
    padding: 0.2rem 0.3rem;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-video7 .tab-bd {
    padding-bottom: 0.4rem;
  }
  .bossgoo-video7 .tab-bd ul {
    justify-content: space-between;
  }
  .bossgoo-video7 .tab-bd li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .bossgoo-video7 .tab-bd li .title {
    font-size: 0.4rem;
  }
  .bossgoo-video7 .tab-bd li .play-btn .iconfont {
    font-size: 0.8rem;
  }
  .bossgoo-video7 .tab-bd li .title {
    text-align: center;
  }
  .bossgoo-video7 .video-main {
    padding: 0.5rem 0 1rem;
  }
  .bossgoo-video7 .supplier .title {
    font-size: 0.6rem;
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .bossgoo-video7 .supplier .form li {
    margin-bottom: 0.3rem;
  }
  .bossgoo-video7 .supplier .inputxt {
    line-height: 0.7rem;
  }
  .bossgoo-video7 .supplier .inputxt1 {
    padding: 0.15rem 0.1rem 0.15rem 1.4rem;
  }
  .bossgoo-video7 .supplier .inputxt2 {
    padding: 0.15rem 0.1rem 0.15rem 1rem;
  }
  .bossgoo-video7 .supplier .label {
    left: 0.35rem;
    top: 0;
    height: 1rem;
    line-height: 0.4rem;
    padding: 0.3rem 0;
  }
  .bossgoo-video7 .supplier .mes-text {
    height: 4rem;
    padding: 0.3rem 0.1rem 0.3rem 2rem;
    line-height: 0.4rem;
  }
  .bossgoo-video7 .supplier .submit-btn {
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.05rem;
    font-size: 0.36rem;
  }

  .page{
    width: 24px;
    height: 24px;
  
  }
  
  .previous  a,
  .next a,
  .page a{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 24px;
    line-height: 24px;
  
  }
  
  
  ul.yiiPager a:link, ul.yiiPager a:visited {
    border: none !important;
    padding: 0 6px;
    color: #999;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-video7 .tab-bd li {
    width: 100%;
  }
  .bossgoo-video7 .tab-bd li .title {
    font-size: 0.32rem;
  }
  .bossgoo-video7 .supplier .title {
    font-size: 0.4rem;
  }
  .bossgoo-video7 .supplier .submit-btn {
    font-size: 0.3rem;
  }
}