.contain{
  width: 100%;
  background: #fff;
}
  .login {
  position: absolute;
  top: 0.4rem;
  right: 0.74rem;
  width: 1.2rem;
  font-size: 0.2rem;
  /* color: #f69f1a; */
  color: #fff;
  line-height: 0.3rem;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}

  .login span:hover {
  text-decoration: underline;
}

  .user {
  display: none;
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 3rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}

  .logout {
  color: #f00;
  margin-left: 0.1rem;
  z-index: 4;
}

  .logout:hover {
  text-decoration: underline;
}
.header{
  width: 19.2rem;
  height: 1rem;
  background: #1F2D32;
}
.header-contain{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12rem;
  height: 1rem;
  margin: 0 auto;
}
.header-contain .logo{
  width: 2rem;
}
.header-contain .link-box{
  display: flex;
  justify-content: space-around;
  width: 9rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 1rem;
  text-align: center;
}
.header-contain .link-box .link-1{
  width: 1.2rem;
}
.header-contain .link-box .link-2{
  width: 1.6rem;
}
.header-contain .link-box .link-3{
  width: 1.6rem;
}
.header-contain .link-box .link:hover,.header-contain .link-box .active{
  cursor: pointer;
  background:#D64357 ;
}
.header-contain .link-box a{
  color: #fff;
}
.banner{
  width: 19.2rem;
}
.music-hot{
  width: 12rem;
  display: flex;
  justify-content: space-between;
  margin: 0.2rem auto;
}
.music-hot .left{
  width: 5.7rem;
}
.music-hot .left img{
  width: 5.7rem;
}
.music-hot .left .banner-2{
  margin-top: 0.2rem;
}
.music-hot .right{
  width: 6rem;
}
.music-hot .right .hot-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #000;
  font-size: 0.2rem;
}
.music-hot .right .hot-header .left{
  color: #D64357;
  font-weight: bold;
  font-size: 0.3rem;
}
.music-hot .right .hot-header .right{
  text-align: right;
}
.music-hot .right .item{
  display: flex;
  align-items: center;
  width: 6rem;
  height: 1rem;
}
.music-hot .right .item .number{
  color: #D64357;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1rem;
  width: 1.4rem;
  text-align: left;
  font-family: cursive;
}
.music-hot .right .item .detail{
  color: #000;
}
.music-hot .right .item .detail .name{
  font-size: 0.3rem;
  font-weight: bold;
}
.music-hot .right .item .detail .author{
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.music-hot .right .item .icon-vip{
  width: 0.6rem;
  margin-left: 1rem;
}
.music-hot .right .border{
  border-bottom: 0.01rem solid #eee;
}
.music-type{
  width: 12rem;
  margin: 0.2rem auto;
}
.music-type .type-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.8rem;
  color: #000;
  font-size: 0.2rem;
}

.music-type .type-header .left{
  color: #D64357;
  font-weight: bold;
  font-size: 0.3rem;
}
.music-type .type-header .right{
  text-align: right;
}
.music-type .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 12rem;
  color: #000;
  font-size: 0.18rem;
}
.music-type .box .item{
  position: relative;
  width: 2.08rem;
  height: 2.9rem;
}
.music-type .box .item .music-img{
  width: 2.08rem;
}
.music-type .box .item .icon-vip{
  position: absolute;
  top: -0.2rem;
  right: -0.3rem;
  width: 0.6rem;
}
.music-type .box .item .name{
  font-size: 0.26rem;
  font-weight: bold;
}
.list{
  display: flex;
  justify-content: space-between;
  width: 12rem;
  margin: 0.2rem auto;
  margin-top: 0.3rem;
  color: #fff;
  overflow: hidden;
}

.list-title{
  font-size: 0.5rem;
  font-weight: bold;
  color: #D64357;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.3rem;
}
.list .list-box{
  overflow: hidden;
}
.list .list-box .item{
  width: 2.87rem;
  height: 7.51rem;
  font-size: 0.2rem;
  overflow: hidden;
}
.list .list-box .item-1{
  background: url(../images/bg-top20.png) no-repeat;
  background-size: cover;
}
.list .list-box .item-2{
  background: url(../images/bg-bs.png) no-repeat;
  background-size: cover;
}
.list .list-box .item-3{
  background: url(../images/bg-lx.png) no-repeat;
  background-size: cover;
}
.list .list-box .item-4{
  background: url(../images/bg-rg.png) no-repeat;
  background-size: cover;
}
.list .list-box .item .content-list{
  display: block;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.list .list-box .item .music{
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0.2rem auto;
}
.list .list-box .item .music .icon{
  width: 0.72rem;
}
.list .list-box .item .music .icon-vip{
  width: 0.46rem;
}
.list .list-box .item .music span{
  width: 0.7rem;
  text-align: center;
}

.pay-type{
  display: flex;
  width: 12rem;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.pay-type .item{
  width: 3.87rem;
  height: 3.16rem;
  background: url(../images/bg-vip.png) no-repeat;
  background-size: cover;
  font-size: 0.6rem;
  text-align: center;
  line-height: 1rem;
}
.pay-type .item .detail{
  width: 3.87rem;
  color: #b76305;
  margin: 0 auto;
}
.pay-type .item .vip-type{
  width: 1.36rem;
  margin: 0 auto;
  margin-top: 0.5rem;
} 
.pay-type .item .button{
  width: 2.55rem;
  margin: 0 auto;
  cursor: pointer;
}
.pay-img{
  display: block;
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}




/*底部*/
.footer{ background:url(../images/bg-footer.png) center 0 no-repeat; height: 2.65rem; padding: 0.2rem 0.2rem 4rem; font-size: 0.18rem;margin-top: 0.4rem;margin-bottom: 0.4rem;}
.footer .container{ height: auto;margin-top: 0.2rem;}
.footer p{ text-align:center; color:#000; line-height:0.5rem;}
.footer p a{ color:#000; margin:0 0.1rem;}
.footer p a:hover{color: #aca6e3;}

.player-container{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
}

.popup-login {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
  }
  
  .popup-login .login .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    cursor: pointer;
  }
  
  .popup-login .login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    height: 350px;
    background: #fff;
  }
  
  .popup-login .login .title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #d1144d;
    text-align: center;
    margin-top: 20px;
    line-height: 50px;
  }
  
  .popup-login .login .input-box {
    width: 360px;
    margin: 0 auto;
    margin-top: 10px;
  }
  
  .popup-login .login .input-box input {
    width: 360px;
    height: 45px;
    line-height: 45px;
    margin: 20px auto 10px auto;
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    color: #333;
    padding: 0 0px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #b3b3b3;
    padding: 0 10px;
  }
  
  .popup-login .login .login-button {
    width: 360px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0;
    border-radius: 0;
    display: block;
    color: #fff;
    background-color: #d1144d;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
  }
  
  .popup-login .login .change {
    width: 360px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 50px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  .popup-register {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
  }
  
  .popup-register .register {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    height: 600px;
    background: #fff;
  }
  
  .popup-register .register .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    cursor: pointer;
  }
  
  .popup-register .register .title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #d1144d;
    text-align: center;
    margin-top: 20px;
    line-height: 50px;
  }
  
  .popup-register .register .input-box {
    width: 360px;
    margin: 0 auto;
    margin-top: 10px;
  }
  
  .popup-register .register .input-box input {
    width: 360px;
    height: 45px;
    line-height: 45px;
    margin: 5px auto 5px auto;
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    color: #333;
    padding: 0 0px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #b3b3b3;
    padding: 0 10px;
  }
  
  .popup-register .register .register-button {
    width: 360px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0;
    border-radius: 0;
    display: block;
    color: #fff;
    background-color: #d1144d;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
  }
  
  .popup-register .register .change {
    width: 360px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 40px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  .popup-register .rule {
    width: 360px;
    font-size: 12px;
    text-align: right;
    color: #f00;
    margin: 0 auto;
    margin-top: 10px;
  }

  .loading{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    
  }
  .loading img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .profile{
    display: none;
  }