/*reset*/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, button,legend,div,
img, input { border: none; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }
em, i { font-style: normal; }

html {
  font-size: 14px;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #24409e; */
  text-decoration: none;
}
img {
  vertical-align: middle;
}
ul, ol {
  list-style: none;
}
.fl { float: left; }
.fr { float: right; }
.clearfix:after{
	display: block;
	clear: both;
	content: "";
	height:0;
}
body{
  min-width: 1600px;
}
.container{
  width: 1600px;
  margin: 0 auto;
}

/* 播放器 */
.vms-player, .vms-player .cmc-main{
  width: 100% !important;
  height: 100% !important;
}
.vms-player .vms-player-live{
  right: 0 !important;
  bottom: 0 !important;
}
.vms-player .vms-player-live .vms-p-l-week .cur-day,
.vms-player .vms-player-live .zbchannel li.cur-channel{
  background: #19A332;
  border-top: 1px solid #19A332;
}
.vms-player .vms-player-live .vms-p-l-cont .items .time{
  background: unset !important;
}
.vms-player .vms-player-live .vms-p-l-cont .items:hover *,
.vms-player .vms-player-live .vms-p-l-cont .cur-item *{
  color: #19A332 !important;
}
.vms-player .vms-player-main{
  width: calc(100% - 331px) !important;
  height: 100% !important;
}
.vms-player .vms-player-main>div[id]{
  height: 100% !important;
}
.vms-player .vms-player-lists{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vms-player .vms-player-lists .vms-p-l-cont{
  flex: 1;
}
.vms-player .control-bottom .set-panel{
  left: 0 !important;
  transform: translateX(-45%);
}

.cmc-main,
.cmc-main .cmc-base
{
  width: 100% !important;
  height: 100% !important;
}
.cmc-main .cmc-buffer{
  top: 0 !important;
}
.cmc-main .player-content{
  width: 100% !important;
  height: calc(100% - 40px) !important;
}
.cmc-main .cmc-rightmenu{
  display: none !important;
}
.cmc-main .control-bottom .set-panel{
  left: 0 !important;
  transform: translateX(-45%);
}

.Cmc-main,
.Cmc-main .Cmc-videomediator>video
{
  width: 100% !important;
  height: 100% !important;
}
.Cmc-main .Cmc-buffermediator{
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.Cmc-main .Cmc-videomediator{
  width: 100% !important;
  height: calc(100% - 40px) !important;
}
.Cmc-main .Cmc-controlmediator{
  top: unset !important;
  bottom: 0 !important;
  width: 100% !important;
}
.Cmc-main .Cmc-setpanel{
  left: 0 !important;
  transform: translateX(-45%);
}
.Cmc-main .Cmc-rightmenumediator{
  display: none !important;
}

/* 页头 */
.headContainer{
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.header{
  display: flex;
  align-items: center;
  padding: 14px 0;
}
.header .logo{
  width: 168px;
  height: 57px;
  background-image: url(../imgs/logo.png);
  background-size: 100% 100%;
  flex-shrink: 0;
}
.header .nav{
  display: flex;
  align-items: center;
}
.header .nav .item{
  font-size: 16px;
  font-weight: 600;
  margin-left: 40px;
  padding: 0 10px;
  line-height: 50px;
  transition: transform .1s ease-in;
}
.header .nav .item:hover,
.header .nav .item.active{
  color: #19A332;
  transform: scale(calc(22/16));
}
.header .searchCon{
  border-radius: 22px;
  overflow: hidden;
  height: 44px;
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin-left: auto;
  flex-shrink: 0;
}
.header .searchCon .search{
  border: 0;
  outline: unset;
  background: #F6F8FA;
  width: 100%;
  text-indent: 20px;
  color: #666;
}
.header .searchCon .search::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
.header .searchCon .search::-moz-placeholder {
  color: #666;
  font-size: 14px;
}
.header .searchCon .search:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
} 
.header .searchCon .searchBtn{
  width: 53px;
  background: #19A332 url(../imgs/search.png) no-repeat 13px center;
  background-size: 24px 24px;
  flex-shrink: 0;
  cursor: pointer;
}
.header .app{
  color: #999;
  display: flex;
  align-items: center;
  margin-left: 40px;
  flex-shrink: 0;
}
.header .app img{
  width: 18px;
  height: 22px;
  margin-right: 5px;
}
.blackHeader .logo{
  background-image: url(../imgs/logoWhite.png);
}
.blackHeader .nav .item{
  color: #BEBEBE;
}
.blackHeader .searchCon .search{
  background: #37373F;
  color: #fff;
}
.blackHeader .searchCon .search::-webkit-input-placeholder {
  color: #fff;
}
.blackHeader .searchCon .search::-moz-placeholder {
  color: #fff;
}
.blackHeader .searchCon .search:-ms-input-placeholder {
  color: #fff;
} 
.blackHeader .app{
  color: #BEBEBE;
}
/* 页脚 */
.footer{
  margin-top: 70px;
  padding: 50px 0 40px;
  background: #F8F8F8;
  text-align: center;
  line-height: 20px;
}
.footer .links{
  margin-bottom: 35px;
}
.footer .links a{
  color: #333;
}
.footer .links a ~ a{
  margin-left: 20px;
}
.footer .copyRight{
  color: #666;
  margin-top: 10px;
}
.footer .copyRight a{
  color: #666;
}