.vjs-menu-item-text {
/* display:none; */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 15px;
  }
  a {
    text-decoration: none;
    color: rgb(84, 92, 91);
  }
  header {
    display: none;
  }

  .container {
    /* background-color: #b3b3cc; */
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
  }

  .mobile_header {
    background-color:#f1f5f8;
    width: 100vw;
    height: 88px;
    display: flex;
    flex-flow: row nowrap;
   /* justify-content: center; */
   padding:5px;
   padding-bottom:8px;
	justify-content: space-between;
    align-items: flex-end;
	
  }
  .mobile_header > .mlog {
  /* pointer-events: none; */
  }
  .mobile_header > .mlog img {
    width: 188px;
  }

    .mobile_header > img {
    width: 188px;
  }

  .mobile_header > .userinfo {
  padding-right:15px;
  }


  .container > main {
    width: 100vw;

    background-color:#e6edf2; 
    padding: 0px;
  }
  .container > aside {
      background-color: #f3f3f4;

    padding: 15px;
    flex: 1;
    border-radius: 6px;
    /* display: none; */
  }


   .container > aside #polymerizeShow div:nth-child(1) {
   border-bottom:1px dotted #666;
  text-align:center;
  font-size:1.5rem;
  /* display:none; */
  }
  .container > aside #polymerizeShow {
	text-align:center;

  }

  .container > aside #polymerizeShow div {
  margin-top:10px;
  }
  .container > aside #polymerizeShow img {
  width: 250px;
  height: 150px;
  object-fit:cover;
   border-radius: 6px;
  }


   .container > aside #polymerizeShow .polymerizeShowList{
   display:flex;
   flex-flow:column nowrap;

   }


  .article {
    display: flex;
    flex-flow: column nowrap;
  }
  .article {
    display: flex;
    flex-flow: column nowrap;
  }
  .infotitle {
    width: 100%;
    font-size: 25px;
    padding-left: 10px;
	padding-right: 5px;
    margin-top: 25px;
    /*justify-self:center;*/
  }
  .article .title_bg {
    background-color: #c1c7cabf;
  }
  .infolabel {
    width: 90%;
    color: #666;
    font-size: 18px;
    padding-left: 5px;
    margin-top: 5px;
    /*justify-self:center;*/
  }
  .editor {
    width: 90%;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    /*justify-self:center;*/
  }
  .live_video_play {
    width: 100%;
    height: 230px;
	/* 209 */
  } 
 .playvideo-lists {
    width: 100%;
    background-color: #c1c7cabf;
    margin-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-self: center;
    justify-content: center;
    border-radius: 6px;
	padding-bottom: 10px;
  }
    .playvideo {
    width: 100%;
    background-color: #c1c7cabf;
    margin-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-self: center;
    justify-content: center;
    border-radius: 6px;
  }


  .playvideo  #player-container-id {
    width: 350px;
    height: 230px;
    align-self: center;
  }

  .playvideo  #player-container-id-intro {
    width: 350px;
    height: 230px;
    align-self: center;
  }

    .playvideo   #player-container-id1{
    width: 350px;
    height: 230px;
    align-self: center;
  }

      .playvideo   #player-container-id2{
    width: 350px;
    height: 230px;
    align-self: center;
  }

      .playvideo   #player-container-id3{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id4{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id5{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id6{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id7{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id8{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id9{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id10{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id11{
    width: 350px;
    height: 230px;
    align-self: center;
  }
      .playvideo   #player-container-id12{
    width: 350px;
    height: 230px;
    align-self: center;
  }



.playaudio{
    width: 95%;
    background-color: #b3b3cc;
    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 {
    width: 500px;
    height: 80px;
    align-self: center;
  }


  .content {
    width: 90%;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 28px;
    align-self: center;
    /*justify-self:center;
		text-indent:25px;*/
  }
  .content table td {
  padding:10px;
  border-radius: 10px;
  }
  .media_desc > img:first-of-type {
  display:none;
  }
  .content img {
    width: 95%;
	height: auto;
	margin:10px;
    border-radius: 10px;
  }
.content table {
    
    border-radius: 10px;
  }

  /*20200530增加的样式表*/
  .playerinfo {
    background-color: #e6e6e6;
    padding: 10px;
    width: 80%;
    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;
	padding-left: 20px;
    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: 90%;
    height: 50px;
    color: #666;
    margin-top: 15px;
    margin-left: 1px;
    align-self: center;
    /*justify-self:center;*/
    display: none;
  }




  
.playvideo-lists {
    width: 100%;
    background-color: #b3b3cc;
    margin-top: 3px;
    display: flex;
    flex-flow: row nowrap;
    align-self: center;
    justify-content: center;
    border-radius: 6px;
	line-height:14px;
  }

.video-list {
margin-top:10px;
display:flex;
flex-flow: row wrap;
justify-content: space-between;
}

.video-list  div {
width:180px;
display:flex;
flex-flow: column nowrap;
    font-size: 13px;
	text-align:center;

}

.video-list   img {
width:150px;
height:100px;
}


  footer {
    width: 100vw;
    /* height: 100px; */
    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: 120px;
			display: flex;
			flex-flow: column nowrap;
			justify-content: space-between;
			align-items: center;
			/*margin-right: 15px;*/

		}
		footer > .black > .interguide {
			margin-top:15px;
			/* margin-left: 20x; */
			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 {
			margin-top:20px;
			color: #fff;
			/* margin-right: 15px; */
			text-align: center;
			font-size: 16px;
			margin-bottom:20px;
		}

			.guide-div {
	position:fixed;
	right:10px;
	bottom:180px;
	/* display:none; */
	color:#666

	}




	.container_compete_list {
	width:95%;
	padding-top:20px;

		background-color: #fff;
		/*padding-left:25px;*/
		}


			.container_compete_read {
	width:100%;
	padding-top:20px;

		background-color: #fff;
		/*padding-left:25px;*/
		}