.all_chongchong {
  width: 100%;
  height: 4.8rem;
  margin: 54px 0 0;
  background: url(../images/all_musicians/banner.png);
  background-size: 100% 100%;
  padding-top: 0.97rem;
  text-align: center; }
  .all_chongchong .all_chongchong_title {
    font-size: 0.56rem;
    font-weight: 600;
    color: #201f1c;
    letter-spacing: 0.08rem; }
  .all_chongchong .all_chongchong_subtitile {
    font-size: 0.32rem;
    font-weight: 400;
    color: #201f1c;
    margin-top: 0.2rem; }
  .all_chongchong .all_chongchong_btn {
    width: 2.13rem;
    height: 0.71rem;
    display: block;
    font-size: 0.27rem;
    background-color: #FE7526;
    margin: 0.53rem auto 0rem;
    border: 0;
    outline: none;
    border-radius: .053333rem;
    line-height: 0.71rem;
    padding: 0;
	overflow: hidden; }
  .all_chongchong .all_chongchong_btn a{
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;}
    .all_chongchong .all_chongchong_btn a:hover{
    color: #fff !important; }
.all_musicians_box {
  padding-top: 1.33rem; }
.liked_box {
  min-height: 10.39rem; }
  .liked_box .box_top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .liked_box .box_top h1.title {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .liked_box .box_top h1.title span.title-text {
        position: relative;
        color: #201F1C;
        font-size: .426667rem;
        z-index: 3;
        margin-right: 1.066667rem;
        font-weight: bold; }
      .liked_box .box_top h1.title span.title-text::after {
        content: '';
        position: absolute;
        display: inline-block;
        background-image: url("../images/index/title-icon.png");
        background-size: 100% 100%;
        top: .1rem;
        width: 1.2rem;
        right: -0.5rem;
        height: .48rem;
        z-index: 1; }
    .liked_box .box_top ul {
      margin-top: .16rem; }
    .liked_box .box_top .box_top_c {
      font-size: 0.43rem;
      font-weight: 600;
      color: #201f1c; }
    .liked_box .box_top .box_top_a {
      font-size: 0.21rem;
      font-weight: 400;
      color: #201F1C;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      margin-left: 1.07rem;
      padding-top: 0.25rem; }
      .liked_box .box_top .box_top_a a {
        color: #201F1C;
        margin: 0 0.26rem; }
    .liked_box .box_top a:visited {
      text-decoration: none; }
    .liked_box .box_top a:link {
      text-decoration: none; }
    .liked_box .box_top a:hover {
      text-decoration: none; }
    .liked_box .box_top a:active {
      text-decoration: none; }
      .liked_box .box_top a{
        position: relative;}
      .liked_box .box_top a.a_onclick_fw:after{ 
        content:"";
        width: 0.29rem;
        height: 0.11rem;
        background-color: rgba(87, 235, 192, 0.7);
        border-radius: 0.03rem;
        display: inline-block;
        position: absolute;
        top: 65%;
        left: 0;
        z-index: -999;}
    .liked_box .box_top .a_onclick_fw {
      font-weight: 600; }

.box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .box_container .l_m_card {
    width: 2.88rem;
    height: auto;
    background-color: #fff;
    margin-top: 0.53rem;
    margin-left: 0.4rem;
    -webkit-box-shadow: 0rem 0.01rem 0.16rem 0rem rgba(0, 0, 0, 0.1);
    box-shadow: 0rem 0.01rem 0.16rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.05rem;
    border: 0.01rem solid #e8eaeb;
    padding: 0.32rem 0.27rem; }
    .box_container .l_m_card .m_c_img_box {
      width: 1.07rem;
      height: 1.07rem;
      border-radius: 50%;
      overflow: hidden; }
      .box_container .l_m_card .m_c_img_box .m_c_img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .box_container .l_m_card .m_c_time {
      font-size: 0.16rem;
      color: #91979D;
      font-weight: 500;
      margin-top: 0.25rem; }
    .box_container .l_m_card .m_c_grade {
      position: relative;
      top: -0.026667rem;
      width: .426667rem;
      height: .213333rem;
      font-size: .186667rem;
      display: inline-block;
      text-align: center;
      color: #7f8fbc;
      background-color: #dbeaff;
      line-height: .226667rem; }
    .box_container .l_m_card .grade_bule {
      background: -webkit-gradient(linear, left top, left bottom, from(#D3FFFC), to(#C2F1FF));
      background: linear-gradient(180deg, #D3FFFC 0%, #C2F1FF 100%);
      color: #009DFF; }
    .box_container .l_m_card .grade_purple {
      background: -webkit-gradient(linear, left top, left bottom, from(#FAE6FF), to(#F5C5FF));
      background: linear-gradient(180deg, #FAE6FF 0%, #F5C5FF 100%);
      color: #A100FF; }
    .box_container .l_m_card .grade_pink {
      background: -webkit-gradient(linear, left top, left bottom, from(#FFE5D1), to(#FFB3AB));
      background: linear-gradient(180deg, #FFE5D1 0%, #FFB3AB 100%);
      color: #FF0079; }
    .box_container .l_m_card .grade_yellow {
      background: -webkit-gradient(linear, left top, left bottom, from(#FFE18E), to(#FFC564));
      background: linear-gradient(180deg, #FFE18E 0%, #FFC564 100%);
      color: #FF5600; }
    .box_container .l_m_card .m_c_name {
      margin-top: 0.21rem;
      font-size: 0.27rem;
      font-weight: 600;
      color: #201f1c; }
      .m_c_s{
        position: relative;}
        .box_container .l_m_card .m_c_name a {
        color: #201f1c;
	    font-weight: 600;
	    font-size: 0.27rem;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
	    display: inline-block;
	    width: 78%; }
      .box_container .l_m_card .m_c_grade {
        width: 0.43rem;
        height: 0.21rem;
        line-height: 0.21rem;
        display: inline-block;
        text-align: center;
        color: #7f8fbc;
        background-color: #dbeaff;
        font-size: .15rem;
        margin-left: .1rem;
        position: absolute;
        top: .05rem;
        left: 0; }
    .box_container .l_m_card .m_c_type {
      font-size: 0.19rem;
      color: #91979D;
      font-weight: 400;
      margin-top: .1rem; }
    .box_container .l_m_card .m_c_num_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 0.25rem; }
    .box_container .l_m_card .line {
      height: 0.4rem;
      width: 1px;
      background-color: #e8eaeb;
      margin: auto 0; }
    .box_container .l_m_card .m_c_num_box_t {
      font-size: 0.19rem;
      font-weight: 400; }
      .box_container .l_m_card .m_c_num_box_t a {
        color: #91979D; }
    .box_container .l_m_card .m_c_num_box_num {
      font-size: 0.21rem;
      font-weight: 600;
      color: #201f1c;
      margin-top: .1rem; }
      .box_container .l_m_card .m_c_num_box_num a {
        color: #201f1c; }
    .box_container .l_m_card .m_c_follow {
      width: 1.07rem;
      height: 0.43rem;
      display: block;
      outline: none;
      border: 0;
      color: #fff;
      background-color: #201f1c;
      border-radius: 0.05rem;
      margin: 0.2rem auto 0; }
    .box_container .l_m_card .m_c_ygz {
      width: 1.07rem;
      height: 0.43rem;
      display: block;
      outline: none;
      border: 0;
      color: #fff;
      background-color: #c5c7c7;
      border-radius: 0.05rem;
      margin: 0.2rem auto 0; }
  .box_container .l_m_card:nth-child(1) {
    margin-left: 0; }
  .box_container .l_m_card:nth-child(6) {
    margin-left: 0; }
  .box_container .l_m_card:nth-child(11) {
    margin-left: 0; }
  .box_container .l_m_card:nth-child(16) {
    margin-left: 0; }

.all_c_p {
  height: 2rem;
  position: relative;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.all_chongchong .all_chongchong_btn a:hover{
	color:#ffffff !important; 
	background:#EB6C23 !important;}
#musicians_header {
  position: fixed;
  display: none !important;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%; }
  #musicians_header .h5 {
    display: none; }
    #musicians_header .h5 .detail {
      height: 1.333333rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 .533333rem;
      background-color: #fff;
      -webkit-box-shadow: 0px 2px 0.64rem 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 2px 0.64rem 0px rgba(0, 0, 0, 0.06); }
      #musicians_header .h5 .detail a.back {
        display: block;
        width: .56rem;
        height: .56rem;
        background-image: url("../images/default/h5-back-2.png");
        background-size: 100% 100%; }
      #musicians_header .h5 .detail p {
        font-size: .426667rem;
        color: #000; }
      #musicians_header .h5 .detail a.search {
        display: block;
        width: .533333rem;
        height: .533333rem;
        background-image: url("../images/default/search-h5-2.png");
        background-size: 100% 100%; }
@media screen and (max-width: 1024px) {
#header {
  display: none !important; }
#musicians_header {
  display: block !important; }
.all_chongchong {
  margin-top: 1.333333rem;
  height: 4rem; }
  .all_chongchong .all_chongchong_title {
    font-size: .586667rem;
    font-weight: 600; }
  .all_chongchong .all_chongchong_subtitile {
    font-size: .32rem;
    font-weight: 400;
    margin-top: .32rem; }
  .all_chongchong .all_chongchong_btnBox {
    margin-top: .533333rem; }
.content-w {
  padding: 0 !important; }
  .content-w .all_musicians_box .liked_box {
    padding: 0 .533333rem; }
    .content-w .all_musicians_box .liked_box .box_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .content-w .all_musicians_box .liked_box .box_top .title span {
        font-size: .533333rem !important; }
    .content-w .all_musicians_box .liked_box .tab-body .box_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card {
        width: 4.266667rem;
        height: auto;
        padding-bottom: .4rem;
        margin: .533333rem 0 0 0;
        padding-top: .48rem; }
        .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_img_box {
          width: 1.573333rem;
          height: 1.573333rem; }
        .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_time {
          margin-top: .48rem;
          font-size: .24rem; }
        .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_name a {
          font-size: .4rem; }
        .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_name .m_c_grade {
          width: .64rem;
          height: .32rem;
          border-radius: .026667rem;
          font-size: .266667rem;
          line-height: .32rem;
	      margin-left: .2rem;
		  top: -0.04rem; }
        .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_type {
          margin-top: .213333rem;
          font-size: .266667rem;
          font-weight: 400; }
        .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_num_box {
          height: .746667rem;
          margin-top: .4rem; }
          .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_num_box .m_c_num_box_t a {
            font-size: .266667rem;
            font-weight: 400; }
          .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_num_box .m_c_num_box_num {
            margin-top: .08rem;
			text-align: center; }
            .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_num_box .m_c_num_box_num a {
              font-size: .32rem;
              font-weight: 600; }
          .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_num_box .line {
            height: .586667rem; }
        .content-w .all_musicians_box .liked_box .tab-body .box_container .l_m_card .m_c_follow {
          width: 1.573333rem;
          height: .64rem;
          border-radius: .08rem;
          margin-top: .48rem; }
		.box_container .l_m_card .m_c_name a{
		  width: initial;
		  max-width: 78%;} 
	      .liked_box .box_top .box_top_a a{
			font-size: .3rem; } }
