* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  color: #333;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: poppin,'PingFang';
}

audio {
  display: none;
}

@media screen and (max-width: 1070px) {
  .bfq-box {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.1);
  }
  .bfq-box .bfq-box1 {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.1);
  }
  .header {
    width: 100%;
    height: 510px;
    background: #a78579;
    top: 0;
    left: 0;
    background: url(../img/5.jpg) no-repeat center center;
    position: relative;
  }
  .header a {
    display: block;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 180px;
    box-shadow: #0c0d17 0 10px 10px;
    background: url(../img/5.jpg) no-repeat center center/auto 260px border-box content-box;
  }
  .header .ge-name {
    width: 260px;
    font-size: 16px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
    background: rgba(3, 2, 2, 0.8);
    color: #fff;
    text-align: center;
    line-height: 100px;
    border-radius: 8px;
  }
  .box {
    width: 100%;
    position: relative;
    top: 380px;
  }
  .music-list {
    width: 100%;
    height: 500px;
    top: -500px;
    left: 0;
    overflow: auto;
    box-sizing: border-box;
    background: linear-gradient(#002, #022);
    float: left;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    top: 500px;
  }
  .music-list li {
    width: auto;
    height: 80px;
    box-sizing: content-box;
    padding: 0 10px;
    line-height: 80px;
    font-size: 17px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #000;
    background: #221f28;
    cursor: pointer;
  }
  .music-list li.ge {
    color: blue;
    background: #0c0d17;
  }
  .music-list li:hover {
    color: blue;
  }
  .music-list li .tp {
    width: 40px;
    height: 40px;
    background: url(../img/bofang.png) no-repeat center center;
    float: left;
    margin: 20px;
  }
  .music-list li .tp.zt {
    background: url(../img/zt.png) no-repeat center center;
  }
  .music-list li .tp1 {
    width: 40px;
    height: 40px;
    background: url(../img/bf1.png) no-repeat center center;
    float: right;
    margin: 20px;
  }
  .music-list li .tp1.tp2 {
    background: url(../img/bfbf.png) no-repeat center center;
  }
  .music-list li .shanchu {
    width: 10%;
    height: 100%;
    background: url(../img/shanchu.png) no-repeat center center;
    float: right;
  }
  .jindu {
    width: 100%;
    top: 500px;
  }
  .xunhuan {
    width: 10%;
  }
}

.bfq-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#9b8402, #3c2801);
}

.bfq-box .zz {
  font-size: 24px;
  font-weight: 700;
  color: rgba(233, 145, 165, 0.6);
}

.bfq-box .bfq-box1 {
  width: 1158px;
  height: auto;
  background: rgba(0, 255, 0, 0.4);
  margin: 0 auto;
}

.music-list-box {
  width: 60%;
  height: 550px;
  float: left;
}

.ul-header {
  width: 100%;
  height: 100px;
}

.ul-header div {
  width: 120px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  margin: 25px;
  cursor: pointer;
}

.ul-header div span {
  width: 20px;
  height: 20px;
  margin: 10px 0 0 28px;
  float: left;
  background: red;
}

.ul-header div .u1 {
  background: url(../img/2.png) no-repeat -60px -20px;
}

.ul-header div .u1.like1 {
  background: url(../img/2.png) no-repeat 0 -80px;
}

.ul-header div .u2 {
  background: url(../img/2.png) no-repeat -20px -20px;
}

.ul-header div .u3 {
  background: url(../img/2.png) no-repeat -40px -240px;
}

.ul-header div .u4 {
  background: url(../img/2.png) no-repeat -100px -20px;
}

.ul-header div b {
  width: 60px;
  height: 36px;
  float: left;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}

.music-list {
  width: 694px;
  height: 400px;
  overflow: auto;
  box-sizing: border-box;
  float: left;
  position: absolute;
}

.music-list li {
  width: 600px;
  height: 50px;
  margin-left: 30px;
  box-sizing: content-box;
  line-height: 50px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  cursor: pointer;
  opacity: 0.8;
  transition: opacity .8s ease;
}

.music-list li.ge {
  opacity: 1;
  font-size: 18px;
}

.music-list li:hover {
  opacity: 1;
}

.music-list li .tp {
  width: 20px;
  height: 20px;
  margin: 15px;
  background: url(../img/2.png) no-repeat -80px -220px;
  float: left;
}

.music-list li .tp.zt {
  background: url(../img/1.png) no-repeat -30px 0;
}

.music-list li .tp1 {
  width: 20px;
  height: 20px;
  background: url(../img/2.png) no-repeat -40px -20px;
  margin: 16px 0 0 0;
  float: right;
}

.music-list li .tp1.tp2 {
  background: url(../img/w.gif) no-repeat center center content-box;
}

.music-list li .shanchu {
  width: 20px;
  height: 20px;
  margin: 15px;
  background: url(../img/2.png) no-repeat -100px -20px;
  float: right;
}

.music-list li .xuanze {
  float: right;
  margin-top: 18px;
  background: #fff;
}

.header-box {
  width: 40%;
  height: 550px;
  float: left;
  position: relative;
}

.header-box a {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: #0c0d17 0 10px 10px;
  background: url(../img/5.jpg) no-repeat center center/auto 150px border-box content-box;
}

.header-box .ge-name {
  width: 100%;
  height: 50px;
  top: 170px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.header-box .ge-name .ge-box {
  width: 100%;
  height: 100px;
  position: absolute;
}

.header-box .ge-name .wz {
  width: 100%;
  height: 50px;
  float: left;
}

.header-box .geci {
  width: 100%;
  height: 200px;
  top: 180px;
  position: relative;
  overflow: hidden;
}

.header-box .geci .geci-box {
  width: 100%;
  height: auto;
  position: absolute;
  top: -30px;
  left: 0;
}

.header-box .geci .geci-box .geci-inner {
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.footer {
  width: 100%;
  height: 60px;
  float: left;
  position: fixed;
  bottom: 20px;
  left: 0;
}

.foo-box {
  width: 1158px;
  height: 60px;
  margin: 0 auto;
  background: linear-gradient(#9b8402, #3c2801);
}

.qh {
  width: 260px;
  height: 60px;
  float: left;
}

.qh1 {
  width: 190px;
  height: 100%;
  float: left;
  margin: 0 35px;
}

.qh1 span {
  width: 30px;
  height: 20px;
  background: url(../img/1.png) no-repeat 0 -30px;
  float: left;
  display: block;
  margin: 20px 0 0 0;
}

.qh1 .bofang {
  width: 25px;
  margin: 15px 50px 0;
  height: 30px;
  border-radius: 4px;
  background: url(../img/1.png) no-repeat 0 0;
}

.qh1 .bofang.zanting {
  background: url(../img/1.png) no-repeat -30px 0;
}

.qh1 .next {
  background: url(../img/1.png) no-repeat 0 -52px;
}

.jd-box {
  width: 550px;
  height: 100%;
  float: left;
}

.jd-box .q-name {
  width: 50%;
  height: 50%;
  float: left;
  color: #fff;
  line-height: 30px;
}

.jd-box .shichang {
  width: 50%;
  height: 50%;
  float: left;
  color: #fff;
  line-height: 30px;
}

.jd-box .shichang span {
  display: block;
  width: 60px;
  height: 100%;
  float: right;
}

.jd-box .jindu {
  width: 100%;
  height: 6px;
  float: left;
  background: rgba(255, 255, 255, 0.5);
  border-raduis: 4px;
  position: relative;
}

.jd-box .jindu .jd1 {
  width: 1px;
  height: 100%;
  background: #fff;
}

.jd-box .jindu .yuan {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.xh-box {
  width: 170px;
  height: 100%;
  float: left;
}

.xh-box div {
  width: 25px;
  height: 20px;
  float: left;
  margin: 18px 10px;
  background: green;
}

.xh-box .xunhuan {
  width: 30px;
  height: 24px;
  margin: 16px 10px 0 40px;
  background: url(../img/1.png) no-repeat 0 -205px;
}

.xh-box .xunhuan.dq {
  background: url(../img/1.png) no-repeat 0 -232px;
}

.xh-box .xunhuan.sj {
  height: 20px;
  margin: 18px 10px 0 40px;
  background: url(../img/1.png) no-repeat 0 -74px;
}

.xh-box .like {
  background: url(../img/1.png) no-repeat 0 -96px;
}

.xh-box .like.like1 {
  background: url(../img/1.png) no-repeat -30px -96px;
}

.xh-box .xz {
  background: url(../img/1.png) no-repeat 0 -120px;
}

.yl-box {
  width: 178px;
  height: 100%;
  float: left;
}

.yl-box .jingyin {
  width: 30px;
  height: 20px;
  margin: 20px;
  background: url(../img/1.png) no-repeat 0 -144px;
  float: left;
}

.yl-box .jingyin.jy {
  background: url(../img/1.png) no-repeat 0 -182px;
}

.yl-box .yinliang {
  width: 100px;
  height: 6px;
  float: left;
  margin: 26px 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

.yl-box .yinliang .yl1 {
  width: 100%;
  height: 100%;
  background: #fff;
}

.yl-box .yinliang .yuan {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  top: -2px;
  left: 94%;
}
