.vjs-menu-item-text {
/* display:none; */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
  overflow-y: scroll;
	}
	 
	:root {
	  overflow-y: auto;
	  overflow-x: hidden;
	}
	 
	:root body {
	  position: absolute;
	}
	 

  body {
   overflow: hidden;
	  overflow-y: scroll;
	  margin: 0;
      box-sizing: border-box;


    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 15px;
  }
  a {
    text-decoration: none;
    color: rgb(84, 92, 91);
  }
  header {
    width: 100vw;

    background-color: #f1f5f8;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  header > .top {
    width: 900px;
    height: 110px;
    /* background-color: #e6e6e6; */
  }
  header > .top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    /* align-items: flex-end; */
  }
  header > .top > a:hover:not(:first-of-type):not(:last-of-type) {
    color: lightseagreen;
  }
  header > .top > a:first-of-type {
    margin-right: 50px;
    margin-top: 10px;
    align-self: start;
  }
  header > .top > a:first-of-type > img {
    /* margin-top: 20px; */

    width: 200px;
  }

  header > .top > a:last-of-type {
    margin-left: auto;
    /* margin-right: 10px; */
    align-self: start;
    margin-top: 10px;

    /* background-color: #fff; */
  }
  header > .top > a:not(:last-of-type) {
    flex: 0 1 60px;
  }
  header > .top > a:not(:first-of-type):not(:last-of-type) {
    align-self: flex-end;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .mobile_header {
    display: none;
  }
  .container {
    margin-top: 5px;
    /* background-color: #b3b3cc; */
    width: 900px;
    display: flex;
    flex-flow: row nowrap;
  }

  .container > main {
    width: 700px;

    background-color: #f3f3f4;/*正文 背景颜色*/
    padding: 15px;
    margin-right: 5px;
    border-radius: 6px;
  }
  .container > aside {
    background-color: #f3f3f4;
    padding: 15px;
    flex: 1;
    border-radius: 6px;
  }


  .container > aside #polymerizeShow div:nth-child(1) {
  text-align:center;
  font-size:1.5rem;
  /* display:none; */
  }
  .container > aside #polymerizeShow {
	text-align:center;

  }


    .container > aside #polymerizeShow .polymerizeShowList {
	font-size:.7rem;
	 display: flex;
    flex-flow: column nowrap;
	}

  .container > aside #polymerizeShow div {
  margin-top:10px;
  }
  .container > aside #polymerizeShow img {
  width: 150px;
  height: 100px;
  object-fit:cover;
   border-radius: 6px;
  }

  
  .article {
    display: flex;
    flex-flow: column nowrap;
  }
  .infotitle {
    width: 100%;
    font-size: 25px;
    padding-left: 5px;
    margin-top: 25px;
    /*justify-self:center;*/
  }
  .infolabel {
    width: 90%;
    color: #666;
    font-size: 18px;
    padding-left: 5px;
    margin-top: 5px;
    /*justify-self:center;*/
  }
  .editor {
    width: 90%;
    font-size: 14px;
    color: #a6a6a6;
    padding-left: 10px;
    margin-top: 15px;
    /*justify-self:center;*/
  }
  .live_video_play {
    width: 100%;
    height: 450px;
  } 
  .playvideo {
    width: 100%;
    background-color: #c1c7cabf;/*视频播放背景*/
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-self: center;
    justify-content: center;
    border-radius: 6px;
  }
  .playvideo > #player-container-id {
    width: 500px;
    height: 330px;
    align-self: center;
  }

  .playvideo > #player-container-id-intro {
    width: 500px;
    height: 330px;
    align-self: center;
  }


    .playvideo >  #player-container-id1{
    width: 500px;
    height: 330px;
    align-self: center;
  }

      .playvideo >  #player-container-id2{
    width: 500px;
    height: 330px;
    align-self: center;
  }



      .playvideo >  #player-container-id3{
    width: 500px;
    height: 330px;
    align-self: center;
  }

        .playvideo >  #player-container-id4{
    width: 500px;
    height: 330px;
    align-self: center;
  }

        .playvideo >  #player-container-id5{
    width: 500px;
    height: 330px;
    align-self: center;
  }

        .playvideo >  #player-container-id6{
    width: 500px;
    height: 330px;
    align-self: center;
  }
        .playvideo >  #player-container-id7{
    width: 500px;
    height: 330px;
    align-self: center;
  }
        .playvideo >  #player-container-id8{
    width: 500px;
    height: 330px;
    align-self: center;
  }
        .playvideo >  #player-container-id9{
    width: 500px;
    height: 330px;
    align-self: center;
  }
        .playvideo >  #player-container-id10{
    width: 500px;
    height: 330px;
    align-self: center;
  }

        .playvideo >  #player-container-id11{
    width: 500px;
    height: 330px;
    align-self: center;
  }
        .playvideo >  #player-container-id12{
    width: 500px;
    height: 330px;
    align-self: center;
  }




  .playaudio{
    width: 100%;
    background-color: #c1c7cabf;/*音频播放背景*/
    margin-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-self: center;
    justify-content: center;
    border-radius: 6px;
  }
    .playaudio > #player-container-id,
  #player-container-id1,
  #player-container-id2,
  #player-container-id3,
  #player-container-id4,
  #player-container-id5,
    #player-container-id6,
	  #player-container-id7,
	    #player-container-id8,
		  #player-container-id9,
		    #player-container-id10,
			#player-container-id11,
			#player-container-id12,
			#player-container-id13,
			#player-container-id14,
			#player-container-id15,
			#player-container-id16
  {
    width: 500px;
    height: 80px;
    align-self: center;
  }

  .content {
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 28px;
    /*justify-self:center;*/
    /* text-indent: 25px;*/
  }
  .media_desc > img:first-of-type {
  display:none;
  }
  .content img {
    /*width: 80%;*/
    border-radius: 10px;
  }
.content table {
    
    border-radius: 10px;
  }
  /*20200530增加的样式表*/
  .playerinfo {
    background-color: #e6e6e6;
    padding: 10px;
    width: 50%;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    align-self: center;
  }
  .musicform {
    font-size: 20px;
    color: #808080;
  }

  .musicintro {
    width: 100%;
    font-size: 16px;
    color: #666;
    /*background-color: #e6e6e6;*/
    margin-top: 10px;
    line-height: 28px;
    /*justify-self:center;*/
    /*text-indent: 25px;*/
    border-radius: 6px;
  }





  .musicintro > .aboutintro {
    font-weight: bold;
    background-color: #e6e6e6;
    height: 35px;
    padding-top: 4px;
    margin-bottom: 10px;
    border-radius: 6px;
  }




  .participate-players {
    width: 100%;
    font-size: 16px;
    color: #666;
    /*background-color: #e6e6e6;*/
    margin-top: 10px;
    line-height: 28px;
	/* display:flex; */
	/* flex-flow:column nowrap; */
	/* align-items: center; */
    /*justify-self:center;*/
    /*text-indent: 25px;*/
    border-radius: 6px;
  }
  .participate-players >.participate-players-intro {

      font-weight: bold;
    background-color: #e6e6e6;
    height: 35px;
    padding-top: 4px;
    margin-bottom: 10px;
    border-radius: 6px;
  }
.participate-players >.participate-players-intro-list {
display:flex;
flex-flow:column nowrap;
align-items: center;
}
  /*20200530增加的样式表 结束*/

  .readno {
    font-size: 14px;
    color: #a6a6a6;
    width: 88%;
    height: 50px;
    color: #666;
    margin-top: 15px;
    margin-left: 1px;
    /*justify-self:center;*/
    display: none;
  }


.playvideo-lists {
    width: 100%;
    background-color: #b3b3cc;
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-self: center;
    justify-content: center;
    border-radius: 6px;
  }

.video-list {
margin-top:20px;
display:flex;
flex-flow: row wrap;
justify-content: space-between;
}

.video-list  div {
width:150px;
display:flex;
flex-flow: column nowrap;
align-items: center;
    font-size: 13px;

}

.video-list   img {
width:130px;
height:120px;
}

footer {
    margin-top: 5px;
    width: 100vw;
    height: 100px;
    /*  background-color: #666699;*/
    background-color: #a3acb1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }


	footer > .black {
			/*margin-top: 15px;*/
			background-color: #333333;
			width: 100%;
			height: 80px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: space-between;
			align-items: center;
			/*margin-right: 15px;*/

		}
		footer > .black > .interguide {
			margin-left: 30px;
			width: 300px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: space-evenly;
			font-size: 14px;
		}
		footer > .black > .interguide a {
			color: #fff;
		}
	    footer > .black > .interguide > .hrefitem:before {
			content: "|";
            float: left;
            color: #fff;
            margin-right: 10px;

		}
		footer > .black > .interguide > .hrefitem:first-child:before {
			display: none;
		}
		footer > .black > .goodsay {
			color: #fff;
			margin-right: 25px;
			text-align: center;
			font-size: 16px;
		}


			.guide-div {
	position:fixed;
	right:10px;
	bottom:180px;
	display:none;
	color:#666

	}



	.container_compete_list {
	width:960px;
	padding-top:20px;

		background-color: #fff;
		/*padding-left:25px;*/
		}



			.container_compete_read {
	width:960px;
	padding-top:20px;

		background-color: #fff;
		/*padding-left:25px;*/
		}