*{    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
}

body {
    max-width: 950px;
    min-width: 950px;
    margin: 0 auto;
    display: block;
    background-attachment: fixed;
    margin-bottom: 0px;
    margin-top: 0px;
    background-image: url(../images/bg1.jpg);
     
}
#swiper-container1{
     max-width: 950px;
      min-width: 950px;
}
.n{
    /*display: none;*/
}
a{
    text-decoration: none;
}
.touzhu {
    display: block;
    width: 150px;
    height: 150px;
    background: #337ab7;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 150px;
    font-size: 50px;
    box-shadow: 1px 1px 2px #3333337d;
    position: fixed;
    bottom: 180px;
    right: 2%;
     z-index: 99999;
}
@media screen and (max-width: 700px){
.touzhu {
    display: block;
    width: 40px;
    height: 40px;
    background: #005F3C;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    box-shadow: 1px 1px 2px #3333337d;
    position: fixed;
    bottom: 150px;
    right: 2%;
    z-index: 99999;
}
}
.dspl {
    display: block;
    width: 150px;
    height: 150px;
    background: #f00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 150px;
    font-size: 50px;
    box-shadow: 1px 1px 2px #3333337d;
    position: fixed;
    bottom: 20px;
    right: 2%;
       z-index: 99999;
}
@media screen and (max-width: 700px){
.reload {
    display: block;
    width: 40px;
    height: 40px;
    background: #f00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    box-shadow: 1px 1px 2px #3333337d;
    position: fixed;
    bottom: 100px;
    right: 2%;
    font-weight: bold;
       z-index: 99999;
}
}
i{
    text-decoration: none;
    font-style:normal;
}
.pop-cpt .bd123 {
    font-family: 微软雅黑;
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top img{
   display:block;
}
  @keyframes myfirst
  {
  0% {
      transform: scaleX(1);
  }
  50% {
      transform: scale3d(1.2,1.2,1.2);
  }
  100% {
      transform: scaleX(1);
  }
  }
  
  @-moz-keyframes myfirst /* Firefox */
  {
  0% {
      transform: scaleX(1);
  }
  50% {
      transform: scale3d(1.2,1.2,1.2);
  }
  100% {
      transform: scaleX(1);
  }
  }
  
  @-webkit-keyframes myfirst /* Safari 和 Chrome */
  {
  0% {
      transform: scaleX(1);
  }
  50% {
      transform: scale3d(1.2,1.2,1.2);
  }
  100% {
      transform: scaleX(1);
  }
  }
  
  @-o-keyframes myfirst /* Opera */
  {
  0% {
      transform: scaleX(1);
  }
  50% {
      transform: scale3d(1.2,1.2,1.2);
  }
  100% {
      transform: scaleX(1);
  }
  }
  
  .music-list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color: red;
  }
  .music-list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
  }
  .music-list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
.download66 {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 950px;
    height: 50px;
    bottom: 0px;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.download66 i.close {
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
    height: 40px;
    width: 40px;
}

.download66 p {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
}

.download66 .btn {
    height: 40px;
    line-height: 40px;
    width: 70px;
    text-align: center;
    background-color: #ec0909;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 0;
    color: #fff;
}