/*================type.html============*/
.typelist {
    width: 100%;

}

.typelist ul li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content:space-between;
    list-style-type: none;
    background-color: #fff; 
    padding: 5px;
    margin-bottom: 10px;
  }

.typelist .type_icon img{
    width: 45px;
    height: auto;
}

.typelist .type_name {
    width: 55%;
    font-size: 16px;
}

.typelist .stars img{
    width: 100px;
    height: auto;
}

.typelist .gomore{
margin-right: 10px;
}

/*====================more.html=============*/ 
    .morelist ul li {
    list-style-type: none;
      display:flex;
      align-items: center;
      justify-content:space-between;
      margin: 0 5px 5px 5px;
      padding-bottom: 10px;
      border-bottom: 1px #bbb solid;
    }
  
    .morelist ul li:last-child {
      border: none;
    }
  
    .morelist img {
    max-width: 60px;
    height:auto;
    }
  
    .btn_play_mlist {
      display: inline-flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      width: 85px;
      height: 30px;
      border-radius: 5px;
      background-color: #2eb3ff;
      margin-right: 10px;
    }
  
    .cont_mlist .gname {
      width: 60%;}
