
.banner {
  height: 500px;
  overflow: hidden;
  margin-top: -60px;
}
.sliderItem {
  float: left;
  width: 100%;
  height: 500px;
}
.sliderItem_a1 {
  text-align: center;
  display: block;
  height: 500px !important;
  background-size: cover !important;
}
.sliderNext, .sliderPrev {
  position: absolute;
  z-index: 999;
  top: 205px;
  width: 90px;
  height: 90px;
  text-indent: -999em;
  display: none;
}

.sliderNext {
  right: 40px;
  background: url(https://www.kugou.com/common/images/icon_arrow_left.png) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sliderPrev {
  left: 40px;
  background: url(https://www.kugou.com/common/images/icon_arrow_left.png) no-repeat;
  background-size: 100%;
}


.sliderPages a {
	margin: 0 7px;
	_display: block;
	_zoom: 1;
	_float: left;
	_margin: 0 3px;
	width: 8px;
	height: 8px;
	_height: 8px;
	text-indent: -999em;
	font-size: 0;
  background: #fff;
  opacity: 0.7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sliderPages a.active {
  opacity: 1;
	width: 20px;
	margin: 0 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.sliderPages {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center
}

.sliderPages div {
	_width: 100px;
	margin: 0 auto
}

.icon,.sliderPages a {
	display: inline-block
}

.downloadBlur {
  overflow: hidden;
  top: 580px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px
}
.downloadWrapper {
  z-index: 9;
  top: -400px;
  left: 0;
  width: 100%;
  height: 500px;
  line-height: 500px;
  position: absolute;
}
.overlayer {
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: .4;
  z-index: 10;
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px
}
.download {
  z-index: 20;
  top: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
	height: 60px;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
          backdrop-filter: saturate(180%) blur(6px);
  background: rgba(255, 255, 255, 0.5);
  /* background: rgba(255, 255, 255, 0.26); */
}

.download span.line {
  height: 18px;
  margin-top: 10px;
  border-right: 1px solid rgba(255,255,255,.2);
  border-right: 1px solid #fff \9;
  *border-right: 1px solid #fff;
  filter: alpha(opacity=20) \9;
  *filter: alpha(opacity=20);
}

.downladbar_a1 {
  display: block;
  height: 46px;
  line-height: 46px;
  width: 260px;
  font-size: 18px;
  /* color: rgba(0, 0, 0, 0.6); */
  color: rgba(15,27,46,0.8);
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.downladbar_a1:hover {
  color: #000;
}
.downladbar_sp1 {
  width: 46px;
  height: 46px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 5px;
}
.downladbar_sp1._4pcsp1 {
  background: url(https://www.kugou.com/common/images/icon_download_pc_gray.png) no-repeat;
  background-size: 46px;
  background-position: 5px center;
}
.downladbar_a1._4pca1:hover ._4pcsp1 {
  background: url(https://www.kugou.com/common/images/icon_download_pc_black.png) no-repeat;
  background-size: 46px;
  background-position: 5px center;
}

.downladbar_sp1._4iphonesp1 {
  background: url(https://www.kugou.com/common/images/icon_download_iphone_gray.png) no-repeat;
  background-size: 46px;
  background-position: 5px center;
}
.downladbar_a1._4iphonea1:hover ._4iphonesp1 {
  background: url(https://www.kugou.com/common/images/icon_download_iphone_black.png) no-repeat;
  background-size: 46px;
  background-position: 5px center;
}

.downladbar_sp1._4androidsp1 {
  background: url(https://www.kugou.com/common/images/icon_download_android_gray.png) no-repeat;
  background-size: 46px;
  background-position: 5px center;
}
.downladbar_a1._4androida1:hover ._4androidsp1 {
  background: url(https://www.kugou.com/common/images/icon_download_android_black.png) no-repeat;
  background-size: 46px;
  background-position: 5px center;
}

.homep_d1_d1 {
  width: 640px;
}

.homep_d1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.homep_cm_title_d1 {
}

.homep_cm_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    margin-top: 60px;
}

h3.homep_cm_title_h31 {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
}

a.homep_cm_title_a1 {
    font-size: 14px;
    font-weight: 400;
    color: #858585;
    background: url(https://www.kugou.com/common/images/icon_arrow_right_gray.png) no-repeat;
    background-size: 16px;
    background-position: right 2px;
    padding-right: 19px;
}
.homep_cm_title_a1:hover {
  background: url(https://www.kugou.com/common/images/icon_arrow_right_blue_v20.png) no-repeat;
  background-size: 16px;
  background-position: right 2px;
  padding-right: 19px;
  color: #0062FF;
}
.homep_cm_title_sp3 {
  font-size: 13px;
  margin-top: -2px;
  color: #000;
}

.homep_d1_d1_d1 {
    height: 362px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.homep_cm_item_st1 *{
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.homep_cm_item_st1_a1 {
  position: relative;
  z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.homep_cm_item_st1_a1:hover .homep_cm_item_st1_d1{
  opacity: 1;
}
.homep_cm_item_st1_a1:hover .homep_cm_item_st1_i1{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

img.homep_cm_item_st1_i1 {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    display: block;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.homep_cm_item_st1_d1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    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;
    opacity: 0;
}

.homep_cm_item_st1_d3 {
    width: 70px;
    height: 24px;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-backdrop-filter: saturate(180%) blur(6px);
            backdrop-filter: saturate(180%) blur(6px);
}

.homep_cm_item_st1_d4 {
    width: 70px;
    height: 24px;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(75, 84, 91, 0.3);
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
}

.homep_cm_item_st1_d2 {
    width: 72px;
    height: 24px;
    bottom: 0;
    right: 0;
    position: absolute;
    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;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}
.homep_cm_item_st1_sp1 {
  background: url(https://www.kugou.com/common/images/icon_play_white.png) no-repeat;
  background-size: 103%;
  width: 12px;
  height: 12px;
  margin-right: 1px;
}

a.homep_cm_item_st1_a2 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    display: block;
    height: 40px;
    margin-top: 6px;
    word-break: break-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
p.homep_cm_item_st1_p2 {
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.7);
  margin-top: 2px;
}

.homep_cm_item_st1._s1 {
    width: 320px;
}

span.homep_cm_item_st1_sp3 {
    width: 50px;
    height: 50px;
    background: url(https://www.kugou.com/common/images/icon_play_white.png) no-repeat;
    background-size: 100%;
    opacity: 0.9;
}
span.homep_cm_item_st1_sp3:hover {
  opacity: 1;
}

.homep_d1_d1_d2_d1 {
    width: 290px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.homep_d1_d1_d2_d1_d1 {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.homep_cm_item_st1._s2 {
    width: 130px;
}

.homep_d1_d1_d2_d1_d1:nth-child(2n) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.homep_d1_d1_d2_d1_d1:nth-child(n+3) {
    margin-top: 15px;
}

a.homep_d1_d2_d1_a1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  background: rgba(177, 179, 185, 0.04);
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.homep_cm_item_st1._s3 {
  width: 110px;
}

ul.homep_d1_d2_d1_d1_ul1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 12px;
}

.homep_d1_d2 {
  width: 320px;
}

a.homep_d1_d2_d1_a1:nth-child(n+2) {
  margin-top: 16px;
}

li.homep_d1_d2_d1_d1_li1 {
  color: #000;
  font-size: 14px;
  /* margin-top: 5px; */
  line-height: 32px;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

span.homep_d1_d2_d1_d1_sp2 {
  margin-left: 3px;
}

span.homep_d1_d2_d1_d1_sp1 {
  font-weight: bold;
}

.homep_cm_title_d2 {
  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;
}

ul.homep_cm_title_ul1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-top: 4px;
}

li.homep_cm_title_li1 {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  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;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  height: 24px;
  margin-right: 14px;
  cursor: pointer;
}
.homep_cm_title_li1._newsonglist_li  {
  padding: 0 8px 0 12px;
}

li.homep_cm_title_li1._active {
  background: rgba(0, 169, 255, 0.1);
  color: #0062FF;
}
li.homep_cm_title_li1:hover {
  background: rgba(0, 169, 255, 0.1);
  color: #0062FF;
}
li._newlongaudio_li:nth-child(1) {
  margin-left: 0;
}

li._newlongaudio_li {
  margin-left: 12px;
  box-sizing: border-box;
}

li._newsinger:nth-child(1) {
  margin-left: 0;
}

li._newsinger {
  margin-left: 12px;
  box-sizing: border-box;
}

.homep_cm_title_sp1 {
  width: 14px;
  height: 14px;
  background: url(https://www.kugou.com/common/images/icon_play_little_blue_v20.png) no-repeat;
  background-size: 100%;
  opacity: 0;
  margin-top: 1px;
  margin-left: 2px;
}
.homep_cm_title_li1:hover .homep_cm_title_sp1{
  opacity: 1;
}
.homep_cm_title_li1._active .homep_cm_title_sp1{
  opacity: 1;
}

.homep_cm_title_d3 {
  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;
}
.homep_cm_title_d3._newsongSend {
  margin-right: 22px;
}
.homep_cm_title_sp2 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0 4px;
}

.homep_cm_title_sp2._disabled {
  opacity: 0.5;
}
._newsong_headprev {
  background: url(https://www.kugou.com/common/images/icon_arrow_right_gray.png) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
._newsong_headprev:hover {
  background: url(https://www.kugou.com/common/images/icon_arrow_right_blue_v20.png) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
._newsong_headprev._disabled:hover {
  background: url(https://www.kugou.com/common/images/icon_arrow_right_gray.png) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.5;
}

._newsong_headnext {
  background: url(https://www.kugou.com/common/images/icon_arrow_right_gray.png) no-repeat;
  background-size: 100%;
}
._newsong_headnext:hover {
  background: url(https://www.kugou.com/common/images/icon_arrow_right_blue_v20.png) no-repeat;
  background-size: 100%;
}
._newsong_headnext._disabled:hover {
  background: url(https://www.kugou.com/common/images/icon_arrow_right_gray.png) no-repeat;
  background-size: 100%;
}

.homep_d1_d1_d4 {
  display: none;
}
.homep_d1_d1_d4._active {
  display: block;
}


ul.homep_d1_d1_ul1 {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.homep_d1_d1_ul1._active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.homep_d1_d1_ul2 {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homep_d1_d1_ul2._active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

li.homep_d1_d1_d3_li1 {
  width: 50%;
}

.homep_cm_item_st2_a1 {
  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;
  height: 62px;
  width: 320px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.homep_cm_item_st2_a1 * {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.homep_cm_item_st2_i1 {
  display: block;
  -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
          transform: scale(1.0);
}

.homep_cm_item_st2_a1:hover {
  background: rgba(0, 169, 255, 0.02);
}
.homep_cm_item_st2_a1:hover .homep_cm_item_st2_p1 {
  color: #0062FF;
}
.homep_cm_item_st2_a1:hover .homep_cm_item_st2_p2 {
  color: #0062FF;
}
.homep_cm_item_st2_a1:hover .homep_cm_item_st2_i1 {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.homep_cm_item_st2_a1:hover .homep_cm_item_st2_sp3 {
  background: url(https://www.kugou.com/common/images/icon_play_style2_blue_v20.png) no-repeat;
  background-size: 100%;
}
.homep_cm_item_st2_a1:hover .homep_cm_item_st2_sp4 {
  color: #0062FF;
}

.homep_cm_item_st2_d3 {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

li.homep_d1_d1_d3_li1:nth-child(n+3) {
  margin-top: 16px;
}

p.homep_cm_item_st2_p1 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.homep_cm_item_st2_d1 {
  margin-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.homep_cm_item_st2_p2 {
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.7);
  margin-top: 6px;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.homep_cm_item_st2 {
}
.homep_cm_item_st2_d2 {
  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;
  min-width: 65px;
  justify-content: end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.homep_cm_item_st2_sp1 {
  width: 24px;
  height: 24px;
  background: url(https://www.kugou.com/common/images/icon_play_style2_black.png) no-repeat;
  background-size: 100%;
}
.homep_cm_item_st2_sp1:hover {
  background: url(https://www.kugou.com/common/images/icon_play_style2_blue_v20.png) no-repeat;
  background-size: 100%;
}

.homep_cm_item_st2_sp2 {
  width: 24px;
  height: 24px;
  background: url(https://www.kugou.com/common/images/icon_download_style2_black.png) no-repeat;
  background-size: 100%;
  margin-left: 8px;
}
.homep_cm_item_st2_sp2:hover {
  background: url(https://www.kugou.com/common/images/icon_download_style2_blue.png) no-repeat;
  background-size: 100%;
}
.homep_cm_item_st2_sp3  {
  width: 12px;
  height: 12px;
  background: url(https://www.kugou.com/common/images/icon_play_style2_black.png) no-repeat;
  background-size: 100%;
}
.homep_cm_item_st2_sp4 {
  font-size: 12px;
  color: #000000;
}

li.homep_d1_d1_d3_li1:nth-child(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.homep_d1_d3 {
  width: 660px;
}
.homep_d1_d2_d3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
}

.homep_d1_d2_d4 {
  width: 150px;
}
li.homep_d1_d1_d3_li2 {
  width: 320px;
}
li.homep_d1_d1_d3_li2:nth-child(n+4) {
  margin-top: 16px;
}
.homep_d1_d5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sliderWrap {
  overflow: visible !important;
  /* margin-top: -60px; */
}
.homep_cm_item_st1._s5 {
  width: 150px;
}

.homep_cm_item_st1._s5 .homep_cm_item_st1_i1 {
  -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
          transform: scale(1.0);
}
.homep_cm_item_st1._s5:hover .homep_cm_item_st1_i1 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
ul.homep_d1_d1_ul3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a.homep_cm_item_st3_a1 {
  display: block;
}

.homep_cm_item_st3_d3 {
  position: relative;
  z-index: 1;
  display: block;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

img.homep_cm_item_st3_i1 {
  display: block;
  width: 140px;
  height: 140px;
  -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
          transform: scale(1.0);
}

a.homep_cm_item_st3_a2 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}

.homep_cm_item_st3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}


a.homep_cm_item_st3_a1:hover .homep_cm_item_st3_i1 {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

a.homep_cm_item_st3_a1 * {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul.homep_d2_d1_ul1._active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

ul.homep_d2_d1_ul1 {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

li.homep_d2_d1_li1 {margin-right: 3px;}
li.homep_d2_d1_li1:nth-child(n+8) {
  margin-top: 16px;
}

a.homep_d2_d1_a1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 50px;
  background: rgb(177 179 185 / 10%);
  color: #000;
  text-align: center;
  font-size: 12px;
}

li.homep_d2_d1_li1:nth-child(7n) {
  margin-right: 0;
}

a.homep_d2_d1_a1:hover {
  color: #0062FF;
}


.mainPage {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	position: relative
}

.content,.copyRight,.header,.nav {
	width: 1000px;
	margin: 0 auto
}

.content {
	overflow: hidden
}



.macDownload {
	z-index: 1000;
	position: fixed;
	right: 50px;
	top: 61px;
	width: 325px;
	height: 63px;
	color: #000;
	background-color: #f0f0f0;
	border: .5px solid rgba(0,0,0,.15);
	-webkit-border-radius: 7px;
	        border-radius: 7px;
	-webkit-box-shadow: -2px 0 10px rgba(0,0,0,.05),2px 0 10px rgba(0,0,0,.05),0 -2px 10px rgba(0,0,0,.05),0 2px 10px rgba(0,0,0,.05);
	        box-shadow: -2px 0 10px rgba(0,0,0,.05),2px 0 10px rgba(0,0,0,.05),0 -2px 10px rgba(0,0,0,.05),0 2px 10px rgba(0,0,0,.05);
	opacity: 0;
	-webkit-transform: translate3d(380px,0,0);
	transform: translate3d(380px,0,0);
	-webkit-transition: -webkit-transform 1s,opacity 1s;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s,-webkit-transform 1s
}

.macDownload .macDownload-left {
	float: left;
	width: 254px;
	height: 63px;
	border-right: 1px solid rgba(0,0,0,.06);
	cursor: pointer
}

.macDownload .macDownload-left .macDownload-logo {
	position: absolute;
	width: 42px;
	height: 42px;
	margin-left: 10px;
	margin-top: 11px;
	background: url(//www.kugou.com/yy/static/images/play/logo.png) no-repeat left top;
	background-size: 42px 42px
}

.macDownload .macDownload-left .macDownload-title,.macDownload .macDownload-left .macDownload-txt {
	font-size: 15px;
	margin-left: 66px;
	margin-top: 11px;
	font-family: "PingFang SC";
	font-weight: 300
}

.macDownload .macDownload-left .macDownload-txt {
	font-size: 13px;
	margin-top: 1px;
	color: rgba(0,0,0,.6)
}

.macDownload .macDownload-right {
	float: right;
	width: 70px;
	height: 63px;
	font-size: 13px
}

.macDownload .macDownload-right .macClick-down,.macDownload .macDownload-right .macClick-up {
	display: block;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-family: "PingFang SC";
	font-weight: 300
}

.macDownload .macDownload-right .macClick-up {
	color: rgba(0,0,0,.4);
	border-bottom: 1px solid rgba(0,0,0,.06)
}

.macDownload .macDownload-right .macClick-down {
	color: #000
}

.macDownload.actived {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	    transform: none
}

.macDownload.notTransform {
	display: none
}