/* 嗨友收藏s */
.y-hai-bg {
    width: 100%;
    height: 128px;
    margin-top: 80px;
    border-radius: 18px;
}

.y-hai-bg img {
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.y-hai-nav {
    width: 100%;
    height: 100%;
    margin-top: 20px;

    display: flex;
    justify-content: space-between;
    text-align: center;
    box-sizing: border-box;
    background-color: #313d46;
    border: 1px solid #e9e9eb;
}

.y-hai-nav>a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    flex: 1;
}

.y-hai-nav>a p {
    margin-top: 10px;
}

.y-hai-nav>a:hover {
    background-color: #232e33;
}

.y-hai-list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* margin-top: 15px; */
}

.y-haiList-item {
    width: 19%;
    margin-top: 15px;
    padding: 10px 0 20px;
    box-sizing: border-box;
    background-color: #313d46;
    border: 1px solid #e9e9eb;
}

.y-haiList-item:not(:nth-child(5n + 1)) {
    margin-left: 1.2%;
}

.y-haiList-item>a:hover {
    color: #000;
}

.y-haiList-item a>img {
    width: calc(100% - 20px);
    height: 191px;
    margin-left: 10px;
    object-fit: cover;
}

.y-haiItem-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 37px;
}

.y-haiItem-title>img {
    width: 54px;
    object-fit: contain;
}

.y-haiItem-title span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.y-haiItem-title .active {
    display: inline-block;
    width: calc(100% - 58px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.y-haiItem-des {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
}

.y-hai-basis {
    margin-top: 10px;
}

.y-hai-basis span {
    color: #757573;
}

.y-hai-basis span:not(:first-child) {
    margin-left: 7px;
}

.y-hai-song {
    margin-top: 10px;
}

.y-hai-song .y-col-g {
    color: #4e9a2e;
}

.y-hai-song span:nth-child(4) {
    margin-left: 15px;
}

/* 嗨友收藏e */

/* 嗨友广场s */
.y-highFri-recom {
    width: 100%;
    margin-top: 15px;
    padding: 0 20px 20px;
    background-color: #313d46;
    box-sizing: border-box;
}

.y-higFriRec-title {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 46px;
    border-bottom: 1px solid #161e21;
}

.y-higFriRec-title .y-colo-g {
    margin: 0 5px;
    color: #539b2b;
}

.y-highFriRecom-row1 {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}

.y-highFriRecom-row1 a {
    display: block;
    width: 11.6%;
}

.y-highFriRecom-row1 a img {
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.y-highFriRecom-row2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.y-friRecom-col2 {
    display: block;
    width: 24.3%;
}

.y-friRecom-col2 img {
    width: 100%;
    height: 170px;
}

.y-highFriRecom-row2>img {
    width: 49.6%;
    height: 170px;
}

.y-scene-title {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #161e21;
}

.y-scene-title::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-image: url(../images/znz.png);
    background-size: 100%;
    vertical-align: -4px;
}

ul.y-scene-lists li:last-child {
    border-bottom: 0;
}

ul.y-scene-lists {
    padding-bottom: 21px;
}

.y-high-star {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 18px;
    background-color: #313d46;
}

.y-scene-star {
    line-height: 49px;
    padding-bottom: 0px;
}

.y-scene-star::before {
    background-image: url(../images/hg.png);
}

.y-star-item {
    padding: 15px 0 10px;
    box-sizing: border-box;
}

.y-star-item:not(:last-child) {
    border-bottom: 1px solid #161e21;
}

.y-star-item a:hover {
    color: #000;
}

.y-starItem-img {
    position: relative;
}

.y-starItem-img img {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    margin-right: 10px;
}

.y-star-item:nth-child(-n + 3) .y-starItem-img::before {
    position: absolute;
    top: -7px;
    left: -2px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: 100% 100%;

}

.y-star-item:nth-child(1) .y-starItem-img::before {
    background-image: url(../images/r1.png);
}

.y-star-item:nth-child(2) .y-starItem-img::before {
    background-image: url(../images/r2.png);
}

.y-star-item:nth-child(3) .y-starItem-img::before {
    background-image: url(../images/r3.png);
}

.y-star-item a {
    display: flex;
}

.y-starItem-des p {
    font-size: 14px;
    margin-top: 4px;
}

.y-starItem-des p:nth-child(1) {
    font-size: 16px;
    margin-top: 0;
}

.y-starItem-des .green {
    margin: 0 4px;
}

/* 嗨友广场e */

/* 收藏视频s */
.y-collect-video {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 30px;
}

.y-collectVideo-item {
    width: 19%;
}

.y-collectVideo-item:not(:nth-child(5n + 1)) {
    margin-left: 1.2%;
}

.y-collectVideo-item:nth-child(n + 6) {
    margin-top: 15px;
}

.y-collectVideo-item>a {
    display: inline-block;
    width: 100%;
}

.y-collectVideo-item>a:hover {
    color: #6a6a68;
}

.y-collectVideo-img {
    position: relative;
}

.y-collectVideo-img img:nth-child(1) {
    width: 100%;
    height: 210px;
}

.y-collectVideo-img img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
}

.y-collectVideo-des p:nth-child(1) {
    width: 100%;
    line-height: 37px;
    color: #6a6a68;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.y-visit-box span:nth-child(1)::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 12px;
    margin-right: 4px;
    background-image: url(../images/eg.png);
}

.y-visit-box span:nth-child(2) {
    margin-left: 15px;
}

.y-visit-box span:nth-child(2)::before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 14px;
    margin-right: 4px;
    vertical-align: -1px;
    background-image: url(../images/sg.png);
}

/* 收藏视频e */


/* 活跃DJ页S */
.z-active-content {
    width: 100%;

    box-sizing: border-box;
}

.z-ac-description {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #313d46fff;
}

.z-acd-title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.z-acd-title p {
    display: inline;
    margin: 0px 10px;

}

.z-acd-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

/* @media screen and (min-width: 768px){
    .z-acd-content .z-acdc-left {
        width: 100%;
        height: 416px;
    }
} */
/* @media screen and (max-width: 768px){
    .z-acd-content .z-acdc-left {
        width: 100%;
        height: 416px;
    }
} */
.z-acd-content .z-activedj-banner {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.z-acd-content .z-acdc-left {
    width: 409px;
    height: 226px;
}
.z-acd-content .z-acdc-right {
    width: 670px;
    color: #ffffff;
    margin: 0px 20px 0px 20px;
}

.z-acd-content .z-acdc-right p {
    line-height: 1.5rem;
    color: #ffffff;
    font-size: 18px;
}

@media screen and (max-width: 392px) {
	.z-acd-content .z-acdc-right p {
	    line-height: 1.5rem;
	    color: #ffffff3;
	    font-size: 14px;
	}
	.layui-layer{
		left: 0!important;
		top: 24%!important;
	}
	.z-acd-content .z-acdc-right p{
		font-size: 14px;	
	}
}

.z-ac-list-content {
    background-color: #313d46fff;
    padding: 0px 10px;
    padding-top: 120px;
}
.z-aclc-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0px;
    border-bottom: 1px solid #E6E6E6;
}
.z-aclc-title button{
    border: 1px solid #313d46;
    border-radius: 25px;
    font-size: 14px;
    background-color: #313d46;
}
.z-aclc-title button a{
    color: #F74E1A;
    font-size: 16px;
}
.z-aclc-content {
    width: 100%;
}

.c-gongzi-timeChoose{
    display: flex;
    align-items: center;
}

.c-select-year{
    width: 15%;
}

.z-aclc-content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.z-aclc-content ul li {
    box-sizing: border-box;
    padding: 30px 0px;
    padding-right: 50px;
    border-bottom: 1px solid #E6E6E6;
}

.z-aclccl-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.z-aclccl-top .z-img-div {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.z-aclccl-top .z-img-div img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.z-aclc-content li:nth-child(1) .number,
.z-aclc-content li:nth-child(2) .number,
.z-aclc-content li:nth-child(3) .number {
    position: absolute;
    top: -25px;
    right: -5px;
    width: 52px;
    height: 46px;
    border-radius: 0;
}

.z-aclc-content li .number {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.z-aclccl-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.z-aclccl-left .z-introduction .z-name {
    font-size: 16px;
    font-weight: 600px;
    line-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.z-aclccl-left .z-introduction .z-score {
    font-size: 16px;
    font-weight: 600px;
    color: #F74E1A;
}

.z-aclccl-right .layui-btn {
    width: 120px;
    height: 38px;
    background: linear-gradient(90deg, rgba(119, 193, 70, 1) 0%, rgba(73, 178, 4, 1) 100%);
    border-radius: 18px;
}

.z-aclccl-bottom>div {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.z-aclccl-bottom .z-works {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.z-aclc-content li:nth-child(1) .z-aclccl-bottom  .z-percentage .z-show-word{
    position: absolute;
    top:0px;
    z-index:99;
    color:#000000;
    display: none;
}
.z-aclc-content li:nth-child(1) .z-percentage:hover .z-show-word{
    position: absolute;
    top:0px;
    z-index:99;
    color:#000000;
    display: block;
}
.z-aclccl-bottom .z-percentage {
    position: relative;
    width: 140px;
    height: 14px;
    margin-left: 10px;
    background-color: #E6E6E6;
}

.z-aclccl-bottom .z-show-percentage {
    width: 50px;
    text-align: left;
    position: absolute;
    font-weight: 700;
    top: -2px;
    right: -78px;
    color: #F74E1A;
    transform-origin: left;
    transform: translate(-50%, 0) scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.z-aclccl-bottom .z-percentage:hover .z-show-percentage {
    transform: translate(-50%, 0) scaleX(1);
}

.z-aclccl-bottom .z-percentage .z-percentage-rate {
    height: 14px;
    background: linear-gradient(90deg, rgba(250, 114, 73, 1) 0%, rgba(247, 80, 29, 1) 100%);
}

.z-aclc-title {
    font-size: 16px;
    font-weight: 700;
}
.z-xvhao{
    width: 20px;
    height: 20px;
    color:#3846ec;
    border-radius: 45%;
    background-color:#c5c9f8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.z-aclct-content{
    
}
.z-aclc-bottom{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -50px;
    background-color: #313d46;
    margin-top: 20px;
}
.z-aclct-content p{
	margin: 3px 0;
}
/* 活跃DJ页E */

/*优化DJ 工资排行榜*/
.c-month-tab{
	width: 85%;
	height: 60px;
	line-height: 60px;
}
.c-math-select{
	display: inline-block;
	width: 8%;
	margin:0 1%;
}
.c-month-tab ul{
	display: inline-block;
	width: 92%;
}
.c-month-tab ul>li{
	display: inline-block;
	width: 8%;
	text-align: center;
}
.c-active-header{
	width: 100%;
	position: relative;
}
.c-active-banner{
	width: 100%;
}
.c-active-banner img{
	width: 100%;
	object-fit: cover;
}
.c-active-nav{
	position: absolute;
	width: 96%;
	left: 0;
	right: 0;
	bottom: -610px;
	top: 0;
	margin: auto;
	background-color: #313d46;
	height: 120px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 9px 30px rgba(0,0,0,.1);
}
.c-month-active{
	padding: 5px 15px;
    background-color: #d8dbfc;
    color: #6B74F0;
}
.c-active-nav ul{
	display: flex;
	width: 100%;
	align-items: center;
}
.c-active-nav ul>li{
	display: inline-block;
	flex: 1;
	text-align: center;
}
.c-active-nav ul>li a{
	display: inline-block;
	height: 100%;
}
.c-tagImg-height{
	display: inline-block;
	line-height: 57px;
	margin-bottom: 15px;
}

.c-active-nav-active{
	color: #F96D42!important;
}

.c-active-nav ul>li a span{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
.c-intro-active{
	position: fixed;
	right: 100px;
	bottom: 200px;
	z-index: 600;
}
.c-chahua{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.z-acl-tips{
	position: relative;
	width: 75.5%;
	display: inline-block;
	background-color: #f96d42;
	color: #313d46;
	margin-left: 4%;
	height: 213px;
	padding: 15px 25px;
	box-sizing: border-box;
}
.z-aclcb-left{
	width: 100%;
}
.z-acl-tips::before {
	content: '';
    display: block;
    width: 1px;
    height: 0;
    border: 19px solid transparent;
    border-bottom: 21px solid #f96d42;
    position: absolute;
    top: 39%;
    left: -35px;
    transform: rotate(-90deg);
}
.c-acd-otherIntro{
	width: 100%;
	padding:20px;
	box-sizing: border-box;
}
.c-acd-otherIntro-item{
    display: inline-block;
    width: 32%;
    background-color: #F96D42;
    color: #313d46;
    margin-right: 1.6%;
    padding: 15px;
    box-sizing: border-box;
	min-height: 268px;
    vertical-align: top;
}
.c-acd-otherIntro-item:nth-child(3){
	margin-right: 0;
}
.c-otherIntro-itemTitle{
	display: flex;
	align-items: center;
}
.c-otherIntro-itemTitle h2{
	display: inline-block;
	font-size: 20px;
}
.c-otherIntro-itemTitle p{
	opacity: 0.7;
	margin-left: 15px;
	margin-top: 2px;
}
.c-otherIntro-itemContent{
	margin-top: 20px;
}
.c-otherIntro-itemContent a{
	color: #6B74F0;
	text-decoration: underline;
}
.c-otherIntro-itemContent p{
	line-height: 1.5rem;
}
