a {
  text-decoration: none;
  color: #000;
  outline: none;
}
ul.li {
  list-style: none;
}
input {
  outline: none;
  border: none;
}
img {
  vertical-align: top;
}
i {
  font-style: normal;
}
/*黑色导航 start*/
.top {
  height: 70px;
  background-color: #242424;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.topbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 69px;
  line-height: 69px;
  background-color: #242424;
}
.topbar .bar-left .logo a {
  background-image: url(../images/topbar.png);
}
.topbar .bar-left .logo a {
  display: block;
  width: 157px;
  padding-right: 20px;
  text-indent: -9999px;
}
ul,
li {
  list-style: none;
}
.topbar .bar-left {
  display: flex;
}
.topbar .bar-left .list {
  display: flex;
}
.topbar .bar-left .list .item {
  display: block;
  position: relative;
  color: #ccc;
  font-size: 14px;
  padding: 0 19px;
}
.topbar .bar-left .list .item:hover {
  color: #fff;
  background-color: #000;
}
.topbar .bar-left .list .item.active {
  color: #fff;
  background-color: #000;
}
.topbar .bar-left .list .item.active::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/topbar.png) -226px 0;
}
.topbar .bar-left .list .item .icon-hot {
  position: absolute;
  width: 28px;
  height: 19px;
  top: 14px;
  right: -18px;
  background: url(../images/topbar.png) -190px 0;
}
.topbar .bar-right {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.top .bar-right .search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 158px;
  height: 32px;
  line-height: 32px;
  padding-right: 10px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #fff url(../images/topbar.png) 0 -99px;
}

.topbar .bar-right .search input {
  font-size: 12px;
  width: 118px;
}
.topbar .bar-right .anthor a {
  display: inline-block;
  width: 90px;
  height: 32px;
  margin: 0 20px;
  line-height: 32px;
  text-align: center;
  color: #ccc;
  box-sizing: border-box;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
}
.topbar .bar-right .anthor a:hover {
  color: #fff;
  border-color: #fff;
}
.topbar .bar-right .login a {
  color: #787878;
}
.topbar .bar-right .login:hover a {
  color: #ccc;
}
.topbar .bar-right .login a:hover {
  color: #787878;
  text-decoration: underline;
}
/*黑色导航 end*/
/*红色导航 star*/
.nav {
  height: 35px;
  line-height: 35px;
  background-color: #c20c0c;
  box-sizing: border-box;
  border-bottom: 1px solid #a40011;
}
.navbar {
  box-sizing: border-box;
  padding-left: 180px;
}
.navbar .list {
  display: flex;
}
.navbar .list .item {
  display: inline-block;
}
.navbar .list .item span {
  display: inline-block;
  padding: 0 13px;
  margin: 7px 17px;
  height: 20px;
  line-height: 21px; /*汉字下沉1px*/
  border-radius: 20px;
  color: #fff;
}
.navbar .list .item:hover span,
.navbar .list .item.active span {
  background-color: #980909;
}
/*红色导航 end*/
/*轮播图 start*/
.banner {
  height: 285px;
  background: url(../images/bannerbg.jpg) center center / 6000px;
}
.banner .area {
  position: relative;
  height: 285px;
  margin: 0 auto;
}
.banner .area .area-left {
  position: relative;
  width: 730px;
}
/*图列表*/
.banner .area-left .img-list {
  display: flex;
  overflow: hidden;
  width: 100%;
  animation: imgs 10s linear 0s infinite;
}
.banner .area-left .img-list .item {
  display: block;
}
.banner .area-left .img-list img {
  width: 100%;
  height: 285px;
}
.banner .area-left .img-list li {
  flex-shrink: 0;
  width: 100%;
}
@keyframes imgs {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*点列表*/
.banner .area-left .dots-list {
  position: absolute;
  display: flex;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
}
.banner .area-left .dots-list li {
  margin: 0 3px;
}
.banner .area-left .dots-list .item {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/bannerdots.png) 3px -343px;
}
.banner .area-left .dots-list .item.active,
.banner .area-left .dots-list .item:hover {
  background-position: -16px -343px;
}

.banner .area-right {
  position: absolute;
  right: -1px;
  top: 0;
  width: 254px;
  height: 285px;
  background: url(../images/download.png);
}

.banner .area-right .download {
  display: block;
  width: 215px;
  height: 56px;
  margin: 186px 0 0 19px;
  text-indent: -9999px;
}
.banner .area-right .download:hover {
  background: url(../images/download.png) 0 -290px;
}
.banner .area-right .des {
  margin-top: 10px;
  font-size: 12px;
  color: #8d8d8d;
  text-align: center;
}
.banner .area .control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 37px;
  height: 63px;
  margin: auto 0;
  background-image: url(../images/bannerdots.png);
}
.banner .area .control.left {
  left: -68px;
  background-position: 0 -360px;
}
.banner .area .control.left:hover {
  background-position: 0 -430px;
}
.banner .area .control.right {
  right: -68px;
  background-position: 0 -508px;
}
.banner .area .control.right:hover {
  background-position: 0 -578px;
}
/*轮播图 end*/
/*内容区域 start*/
.main .area {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
  border-width: 0 1px;
  background-image: url(../images/main.png);
}
.main .area-left {
  width: 729px;
  padding: 20px 20px 40px;
}
.header-type-02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  height: 33px;
  box-sizing: border-box;
  padding-left: 34px;
  padding-right: 20px;
  border-bottom: 2px solid #c10d0c;
  background: url(../images/main1.png) no-repeat -225px -156px;
}
.header-type-02::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 5px;
  bottom: 8px;
  background: url(../images/main1.png) no-repeat 0 -240px;
}
.header-type-02 .title {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.header-type-02 .more {
  font-size: 12px;
  color: #666;
}
.header-type-02 .more:hover {
  text-decoration: underline;
}
.header-type-02 .keywords {
  display: flex;
  margin-left: 20px;
  color: #999;
}
.header-type-02 .keywords .item {
  color: #666;
}
.header-type-02 .keywords .item:hover {
  text-decoration: underline;
}
.header-type-02 .keywords .line {
  margin: 0 12px;
}
.header-type-02 .left-area {
  display: flex;
  align-items: center;
}
.cvrlst {
  margin: 20px 0 0 -42px;
  display: flex;
  flex-wrap: wrap;
}
.cvrlst li {
  width: 140px;
  height: 204px;
  padding-left: 42px;
  display: inline-block;
  overflow: hidden;
  line-height: 1.4;
}
.cover {
  position: relative;
  display: block;
}
.cover img {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}
.cover .bottom {
  background: url(../images/coverall.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  background-position: 0 -537px;
  color: #ccc;
}
.cover .icon-play {
  background: url(../images/iconall.png) no-repeat;
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 16px;
  height: 17px;
  background-position: 0 0;
}
.icon-er {
  background: url(../images/iconall.png) no-repeat;
  float: left;
  width: 14px;
  height: 11px;
  background-position: 0 -24px;
  margin: 9px 5px 9px 10px;
}
.nb {
  float: left;
  margin: 7px 0 0 0;
}
.cvrlst li .dec {
  margin: 8px 0 3px;
  font-size: 14px;
}
.cvrlst li p {
  width: 100%;
}
.dec a:hover {
  text-decoration: underline;
}
.main .area-right {
  width: 250px;
}
.vip .vipp {
  width: 100%;
  height: 100%;
}
.main .area-right .user-login {
  width: 250px;
  height: 126px;
  background: url(../images/main1.png) 0 0;
}
.main .area-right .user-login .desc {
  width: 205px;
  margin: 0 auto;
  padding-top: 16px;
  color: #666;
  font-size: 12px;
  line-height: 22px;
}
.main .area-right .user-login .btn {
  display: block;
  width: 100px;
  height: 31px;
  margin: 15px auto 0;
  line-height: 31px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: url(../images/main1.png) 0 -195px;
  box-shadow: 01px 0 #8a060b;
}
.main .singer {
  padding: 20px;
  padding-bottom: 0;
}
.main .singer .list {
  padding: 10px 0;
}
.main .singer .list .item {
  display: flex;
  width: 210px;
  height: 62px;
  margin-top: 15px;
  background-color: #fafafa;
}
.main .singer .list .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 3px 8px;
  border: 1px solid #e9e9e9;
  border-left: none;
}
.main .singer .list .item .info .singer1 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.main .singer .list .item .info .desc {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .anchor {
  padding: 20px;
}
.main .anchor .list {
  padding: 0 0;
  margin-top: 15px;
}
.main .anchor .list .item {
  display: flex;
  width: 210px;
  height: 62px;
}
.main .anchor .list .item img {
  width: 40px;
  height: 40px;
  padding-top: 10px;
}
.main .anchor .list .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 3px 8px;
  border-left: none;
}
.main .anchor .list .item .info .singer1 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.main .anchor .list .item .info .desc {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.disc .content {
  height: 186px;
  margin: 20px 0;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
}
.disc .content .inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  border: 1px solid #fff;
  background-color: #f5f5f5;
}
.disc .content .inner .roller {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.disc .content .inner .roller .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  flex-shrink: 0;
}
.disc .content .inner .roller .list .item {
  width: 118px;
  height: 150px;
  background: url(../images/main1.png) no-repeat -260px 100px;
}
.disc .content .inner .roller .list .item .album {
  position: relative;
}
.disc .content .inner .roller .list .item .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 118px;
  height: 100px;
  background: url(../images/coverall.png) no-repeat 0 -570px;
}
.disc .content .inner .roller .list .item .album .play {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 22px;
  height: 22px;
  background: url(../images/iconall.png) 0 -85px;
}
.disc .content .inner .roller .list .item .album:hover .play {
  display: block;
}
.disc .content .inner .roller .list .item a {
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.disc .roller .list .item a.title {
  color: #000;
  margin-top: 8px;
}
.disc .roller .list .item a.anchor {
  padding: 0;
  color: #666;
}
.disc .content .inner .roller .list .item a:hover {
  text-decoration: underline;
}
.disc .inner .control {
  position: absolute;
  top: 71px;
  width: 17px;
  height: 17px;
  background-image: url(../images/main1.png);
}
.disc .inner .control-left {
  left: 5px;
  background-position: -260px -75px;
}
.disc .inner .control-right {
  right: 5px;
  background-position: -320px -75px;
}
.rank .content {
  display: flex;
  height: 472px;
  margin-top: 20px;
  background: url(../images/rank.png) no-repeat;
}
.rank .content .rank1 {
  width: 230px;
}
.rank .content .rank1 .header {
  display: flex;
  height: 120px;
  box-sizing: border-box;
  padding: 20px 0 0 20px;
}
.rank .content .rank1 .header .album {
  position: relative;
  width: 80px;
  height: 80px;
}
.rank .content .rank1 .header .album img {
  width: 100%;
  height: 100%;
}
.rank .content .rank1 .header .album .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/coverall.png) no-repeat -145px -57px;
}
.rank .content .rank1 .header .info {
  padding: 10px 0 0 12px;
}
.rank .content .rank1 .header .album .info .title {
  color: #333;
}
.rank .content .rank1 .header .operation {
  margin-top: 12px;
}
.rank .content .rank1 .header .info .btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/main1.png) no-repeat;
}
.rank .rank1 .header .info .btn.play {
  background-position: -267px -205px;
}
.rank .rank1 .header .info .btn.play:hover {
  background-position: -267px -235px;
}
.rank .rank1 .header .info .btn.favor {
  background-position: -300px -205px;
  margin-left: 8px;
}
.rank .rank1 .header .info .btn.favor:hover {
  background-position: -300px -235px;
}
.rank .rank1 .list {
  padding-left: 12px;
}
.rank .rank1 .list .item {
  display: flex;
  height: 32px;
  line-height: 32px;
  padding-right: 5px;
}
.rank .rank1 .list .item .no {
  width: 35px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.rank .rank1 .list .item:nth-child(-n + 3) .no {
  color: #c10d0c;
}
.rank .rank1 .list .item .song {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rank .rank1 .list .item .song:hover {
  text-decoration: underline;
}
.rank .rank1 .list .item .operation {
  display: none;
  align-items: center;
  width: 82px;
}
.rank .rank1 .list .item:hover .operation {
  display: flex;
}
.rank .rank1 .list .item .operation .btn {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  background: url(../images/main1.png) no-repeat;
}
.rank .rank1 .list .item .operation .btn.play {
  background-position: -267px -268px;
}
.rank .rank1 .list .item .operation .btn.add {
  background: url(../images/icon.png) no-repeat;
  background-position: 2px -698px;
}
.rank .rank1 .list .item .operation .btn.favor {
  background-position: -297px -268px;
}
.rank .rank1 .list .more {
  height: 32px;
  line-height: 32px;
  text-align: right;
  padding-right: 32px;
}
.rank .rank1 .list .more a:hover {
  text-decoration: underline;
}

.apply {
  display: inline-block;
  width: 210px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  box-sizing: border-box;
  background: url(../images/button.png) right -100px;
  padding-right: 5px;
  border-radius: 4px;
  overflow: hidden;
}
.button {
  text-align: center;
  padding-top: 5px;
}
.apply > i {
  display: block;
  height: 31px;
  background: url(../images/button.png) 0 -59px;
  padding-left: 3px;
}
i {
  font-style: normal;
}
.button .apply:hover {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: url(../images/button.png) right -182px;
}
.apply > i:hover {
  background: url(../images/button.png) no-repeat 0 9999px;
}
/*内容区域 end*/
/*页脚模块 start*/
.footer {
  position: relative;
  height: 325px;
  overflow: hidden;
  border-top: 1px solid #d3d3d3;
  background: #f2f2f2;
}
.g-ft {
  width: 980px;
  margin: 0 auto;
}
.g-ft a:hover {
  text-decoration: underline;
}
.g-ft ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 33px;
}
.g-ft ul li:first-child {
  margin-left: 0;
}
.g-ft ul li {
  width: 45px;
  margin-left: 80px;
  text-align: center;
  color: #666;
  list-style: none;
}
.g-ft li a {
  display: block;
  float: none;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.a1 {
  background: url(../images/foot1.png) no-repeat;
  background-size: 220px 220px;
  background-position: -170px -5px;
}
.a1:hover {
  background-position: -5px -115px;
}
.a2 {
  background: url(../images/foot1.png) no-repeat;
  background-size: 220px 220px;
  background-position: -5px -170px;
}
.a2:hover {
  background-position: -60px -170px;
}
.a3 {
  background: url(../images/xStudio.png) no-repeat;
  background-size: 45px;
}
.a3:hover {
  background: url(../images/xStudioHover.png) no-repeat;
  background-size: 45px;
}
.a4 {
  background: url(../images/foot1.png) no-repeat;
  background-size: 220px 220px;
  background-position: -60px -60px;
}
.a4:hover {
  background-position: -115px -5px;
}
.a5 {
  background: url(../images/aiLogo.png) no-repeat;
  background-size: 45px;
}
.a5:hover {
  background: url(../images/aiLogoHover.png) no-repeat;
  background-size: 45px;
}
.a6 {
  background: url(../images/cloudSong.png) no-repeat;
  background-size: 45px;
}
.a6:hover {
  background: url(../images/cloudSongHover.png) no-repeat;
  background-size: 45px;
}
.a7 {
  background: url(../images/foot1.png) no-repeat;
  background-size: 220px 220px;
  background-position: -170px -115px;
}
.a7:hover {
  background-position: -60px -115px;
}
.g-ft ul li span {
  display: inline-block;
  width: 100px;
  margin-top: 10px;
  margin-left: -27.5px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.g-ft .copy {
  padding-top: 60px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
}
.copy a {
  color: #666;
  text-decoration: none;
  font-size: 12px;
}
.copy .tt {
  margin: 0 8px 0 8px;
  color: #d9d9d9;
  padding: 0;
}
.f2 {
  color: #666;
}
.copy .sep {
  margin-right: 14px;
}
.g-ft .copy .police {
  width: 14px;
  height: 14px;
  background: url(../images/police.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}
/*页脚模块 end*/