/* 头部 */
.header-wrap{
    z-index: 99999;
    position: sticky;
    top: 0;
    width: 100%;
    height: 66px;
    padding: 0 16px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    background-color: #34465D;
    box-sizing: border-box;
}

.header-logo{
    display: inline-block;
    vertical-align: inherit;
    width: 12%;
    position: relative;
    z-index: 10;
}

.header-logo img{
    display: inline-block;
    vertical-align:middle;
    height: 56px;
    object-fit: contain;
}

.header-right{
    height: 100%;
}

.header-search{
    position: relative;
    /* width: 34%; */
    height: 66px;
    line-height: 66px;
}

.header-search form{
    display: inline-block;
    /* width: 34%; */
    margin-right: 30px;
}

.header-tab .header-tab-item{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #B9B9B9;
    margin-right: 15px;
    cursor: pointer;
    height: 66px;
    line-height: 66px;
}

.header-tab{
    width: 46%;
}

.header-tab-list{
    position: absolute;
    top: 65px;
    width: 122px;
    display: none;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px 0;
    box-sizing: border-box;
    left: -38px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.header-tab .header-tab-item:hover .header-tab-list{
    display: block;
}



.header-tab-list::after{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
}


.header-tab-list a{
    display: block;
    color: #101010;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.header-tab-list .active{
    color: #FA6342;
}

.header-tab-list a:hover{
    color: #FA6342;
}

.header-tab img{
    opacity: .6;
    width: 25px;
    transition: all 250ms;
}

.header-tab .header-tab-item:last-child{
    margin-right: 0;
}

.header-tab .c-active{
    color: #ffffff;
}

.header-tab .c-active::after{
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
}


.header-tab .header-num{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -23px;
    top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}


.header-search .header-search-btn{
    position: absolute;
    right: 1px;
    top: 0px;
    background-color: transparent;
    width: 60px;
}

.header-search .header-search-btn img{
    width: 24px;
}

.header-search input{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    color: #ffffff;
    background-color: #5c6a7d;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
    border: none;
    vertical-align: middle;
}

.header-search input::placeholder{
    color: #ffffff;
}

/* .header-lanmu{
    width: 20%;
} */

.header-lanmu .header-lanmu-item{
    margin-left:20px;
    position: relative;
}

.header-lanmu .header-denglu{

    height: 36px;
    line-height: 36px;
    border-radius: 40px;

    color: rgba(255, 255, 255, 100);
    font-size: 17px;
    text-align: center;
}

.header-lanmu .header-zhuce{

    height: 34px;
    line-height: 34px;
    border-radius: 40px;

    color: rgba(255, 255, 255, 100);
    font-size: 17px;
    text-align: center;

}

.header-notification span{
    position: absolute;
    right: -2px;
    top: -8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    background-color: #7750F8;
    border-radius: 50%;
    font-size: 12px;
}

.header-message span{
    position: absolute;
    right: -2px;
    top: -8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    background-color: #23D2E2;
    border-radius: 50%;
    font-size: 12px;
}


.c-message-wrap {
    z-index: 999;
    position: absolute;
    top: 20px;
    left: -20px;
    display: none;
    background-color: transparent;
    width: 300px;
    height: 255px;
    padding: 15px;
    box-sizing: border-box;
}
.header-msg:hover .c-message-wrap{
    display: block;
}

.c-message-list {
    width: 100%;
    min-height: 60px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.c-message-list ul {
    width: 100%;
}

.c-message-list ul>li {
    width: 100%;
    margin-bottom: 5px;
}

.c-message-list ul>li:last-child {
    margin-bottom: 0;
}


.c-message-info>span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.c-notRead {
    position: relative;
    display: inline-block;
}

.c-notRead::before {
    position: absolute;
    top: 9px;
    left: -9px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #D9383E;
    border-radius: 50%;

}

.c-message-btn {
    width: 100%;
    font-size: 14px;
}

.c-message-btn a:first-child {
    color: #999999;
}

.c-message-info p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.c-message-hover{
    position: relative;
}

.c-message-hover:hover .c-message-wrap{
    display: block;
}

.header-wrap2{
    z-index: 999;
    position: sticky;
    top: 66px;
    width: 90%;
    margin: 0 auto;
    height: 41px;
    line-height: 41px;
    padding: 0 16px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    background-color: #2a3c53;
    box-sizing: border-box;
    border-radius: 0 0 25px 25px;

}

.header-search .c-limit{
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 30px;
}


.header-wrap2 img{
    width: 25px;
    opacity: 0.6;
    margin-right: 5px;
}

.header-wrap2 ul>li{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    transition: all 250ms;
}

.header-wrap2 ul>li a{
    display: flex;
    align-items: center;
    color: #8e97a4;
    transition: all 250ms;
}

.header-wrap2 .active{
    background-color: #1a2c43;
    transition: all 250ms;
}

.header-wrap2 .active a{
    color: #ffffff;
    transition: all 250ms;
}

.header-wrap2 .active img{
    opacity: 1.0!important;
    transition: all 250ms;
}

.header-wrap2 ul>li:hover{
    background-color: #1a2c43;
    transition: all 250ms;
}

.header-wrap2 ul>li:hover a{
    color: #ffffff;
    transition: all 250ms;
}

.header-wrap2 ul>li:hover a img{
    opacity: 1!important;
    transition: all 250ms;
}

/* 头部e */


/* 首页s */
.index-ht-title{
    position: relative;
    border: 1px solid rgba(230, 236, 245, 100);
    padding: 15px 20px;
    box-sizing: border-box;
}

.index-ht-title h2{
    font-size: 16px;
    color: #515365;
    font-weight: 600;
}

.index-ht-title::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #FA6342;
    left: -1px;
    top: 17px;
    border-radius: 5px;
}

.index-ht{
    position: sticky;
    top: 66px;
}

.index-ht-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
}

.index-ht-content img{
    width:24px;
    margin-right: 5%;
}

.index-ht-content a{
    color: #757A95;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
    font-weight: 600;
}

.index-ht-content a:nth-child(2n){
    margin-right: 0;
    justify-content: flex-end;
    padding-right: 5px;
    box-sizing: border-box;
}

.index-ht-content .active{
    color: #FA6342;
}

.index-left{
    position: sticky;
    top: 0;
}

.row.merged20{
    margin-right: -10px;
    margin-left: -10px;
}

.row.merged20 .row.merged20 {
    padding-left: 5px;
    padding-right: 5px;
}


.row.merged20 > div{
    padding: 0 10px;
    box-sizing: border-box;
}

.row.merged10 > div{
    padding: 0 5px;
}

.row.merged10 {
    margin-left: -5px;
    margin-right: -5px;
}

/* 

*/

.dynamic-style{
    border-radius: 6px;
    padding-bottom: 20px;
}


.dynamic-title{
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
}

.dynamic-title h2{
    position: relative;
    font-size: 15px;
    color: #515365;
    font-weight: 600;
    padding-bottom: 10px;
}

.dynamic-title h2::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #FA6342;
    left: -15px;
    top: 1px;
    border-radius: 5px;
}

.dynamic-title h2{
    border-bottom: 1px solid rgba(230, 236, 245, 100);
}

.dynamic-form{
    display: block;
    padding: 0px 30px;
    box-sizing: border-box;
}

.dynamic-form .dynamic-avatar{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.dynamic-form textarea{
    width: 88%;
    border: none;
    min-height: 50px;
    height: 80px;
}

.dynamic-emo .tag-img{
    width: 25px;
}

.dynamic-emo .cursor{
    margin-right: 20px;
}

.dynamic-btn{
    width: 100%;
    height: 30px;
    background-color: #23D2E2;
    line-height: 32px;
    border-radius: 5px;
}

.index-hotVideo-style-style{
    border-radius: 6px;
    padding-bottom: 20px;
}


.index-hotVideo-title{
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
}


.index-hotVideo-style h2{
    position: relative;
    font-size: 15px;
    color: #515365;
    font-weight: 600;
    padding-bottom: 10px;
}

.index-hotVideo-style h2::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #FA6342;
    left: -15px;
    top: 1px;
    border-radius: 5px;
}

.index-hotVideo-style h2{
    border-bottom: 1px solid rgba(230, 236, 245, 100);
}


.index-hotVideo-wrap{
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: 5%;
}

.index-hotVideo-item{
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    border-radius: 5px;
    overflow: hidden;
    height: 221px;
}

.index-hotVideo-item:nth-child(4n){
    margin-right: 0;
}

.index-hotVideo-item .fengmian-wrap{
    position: relative;
    width: 100%;
    height: 221px;
    overflow: hidden;
}

.index-hotVideo-item .fengmian-wrap:hover .fengmian{
    transition: all 250ms;
}

.index-hotVideo-item .fengmian-wrap:hover .fengmian{
    transform: scale(1.05);
    transition: all 250ms;
}

.index-hotVideo-item .fengmian-wrap::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 250ms;
    background-color: rgba(0,0,0, .5);
}

.index-hotVideo-item .fengmian-wrap span{
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    left: 0;
    transition: all 250ms;
}

.index-hotVideo-item .fengmian-wrap:hover span{
    color: #ffffff;
}

.index-hotVideo-item .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-hotVideo-item .avatar{
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid #ffffff;
}

.index-hotVideo-item:hover span{
    transform: translateY(0%);
    transition: all 250ms;
    color: #000;
}

.index-hotVideo-item:hover .fengmian-wrap::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 250ms;
    background-color: transparent;
}

.index-hotVideo-style{
    border-radius: 6px;
    padding-bottom: 20px;
}

/* 猜你喜欢首页 */

.index-guess-style{
    border-radius: 6px;
    padding-bottom: 20px;
}

.index-guess-title{
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
}


.index-guess-style h2{
    position: relative;
    font-size: 15px;
    color: #515365;
    font-weight: 600;
}

.index-guess-content{
    position: relative;
    width: 93%;
    margin: 0 auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.index-guess-item{
    position: relative;
    width: 18.4%;
    margin-right: 2%;
}

.index-guess-item:nth-child(5n){
    margin-right: 0;
}

.index-guess-item .fengmian-wrap{
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    border: 2px solid #FA6342;
    border-radius: 5px;
    box-sizing: border-box;
}

.index-guess-item .fengmian{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.index-guess-item .fengmian-wrap .v-tag{
    position: absolute;
    right: -8px;
    bottom: -7px;
    width: 20px;
}

.index-guess-item a{
    color: #515365;
}

.index-guess-item p{
    color: #92929E;
    font-size: 12px;
}

.index-guess-fouces{
    width: 69px;
    height: 27px;
    line-height: 27px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
    margin: 10px auto auto auto;
}

.index-guess-fouces-not{
    width: 69px;
    height: 27px;
    line-height: 27px;
    border-radius: 20px;
    background-color:#757a95 ;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(117, 122, 149, 40);
    margin: 10px auto auto auto;
}

.index-guess-content .swiper-slide{
    padding: 0 34px;
    box-sizing: border-box;
}

.index-guess-content .swiper-button-prev{
    z-index: 99;
    position: absolute;
    left: -16px;
    top: 15px;
    width: 51px;
    cursor: pointer;
}


.index-guess-content .swiper-button-next{
    z-index: 99;
    position: absolute;
    right: -16px;
    top: 15px;
    width: 51px;
    cursor: pointer;
}


.index-guess-content .swiper-button-prev:after, 
.index-guess-content .swiper-button-next:after {

    opacity: 0;
}

/* 首页动态列表 */
.dynamic-content-tab{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    height: 51px;
    padding-left: 30px;
    box-sizing: border-box;
}

.dynamic-content-tab a{
    position: relative;
    margin-right: 30px;
    color: #101010;
}

.dynamic-content-tab .active{
    color: #FA6342;
}

.dynamic-content-tab .active::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #FA6342;
    border-top: 0;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
}

.dynamic-content-header-left{
    display: flex;
    align-items: center;
}

.dynamic-content-header-left .avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.dynamic-content-header-left a{
    position: relative;
}

.dynamic-content-header-left .v-tag{
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 22px;
}

.shop-dynamic-content{
    border-radius: 6px;
}


.dynamic-content-header-name .user-name{
    color:#FA6342;
}

.dynamic-content-header-name  p{
    color: #92929E 100%;
}

.dynamic-content-header-right .fouces-btn{
    display: inline-block;
    width: 69px;
    height: 27px;
    line-height: 27px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(250, 99, 66, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(250, 99, 66, 100);
    margin-right: 10px;
}

.dynamic-content-header-right .more-img{
    width: 30px;
}

.fouces-btn-end{
    display: inline-block;
    width: 69px;
    height: 27px;
    line-height: 27px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #92929e;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid #92929e;
    margin-right: 10px;
}

.dynamic-content-contentStyle{
    position: relative;
    color: #515365;
    line-height: 25px;
}

.dynamic-content-contentStyle a{
    color: #FA6342;
}

.dynamic-content-contentStyle a:last-child{
    margin-right: 0;
}

.dynamic-content-conten{
    padding-bottom: 30px;
    border-bottom: 1px solid #E6ECF5;
    box-sizing: border-box;
}

.dynamic-content-contentStyle .zhankai{
    z-index: 99;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 55px;
    background-color: #ffffff;
    color: #FA6342;
    text-align: right;
}

.dianzan-peple img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: -15px;
}

.dianzan-peple img:last-child{
    margin-right: 0;
}

.dynamic-handle-item{
    position: relative;
    margin-right:40px;
}

.dynamic-handle-item:nth-child(3){
    display: none;
}

.dynamic-handle-item:last-child{
    margin-right: 0;
}

.dynamic-handle-item img{
    width: 24px;
}

.dynamic-handle-item span{
    position: absolute;
    top: -10px;
    right: -21px;
    color: #ADADFD;
    font-size: 12px;
}


.dynamic-content-pic ul{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dynamic-content-pic ul>li{
    width: 30.6%;
    height: 145px;
    margin-right: 4%;
    margin-bottom: 4%;
}

.dynamic-content-pic ul>li:nth-child(3n){
    margin-right: 0;
}

.dynamic-content-pic ul>li img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.dynamic-pic-num{
    position: absolute;
    right: -20px;
    bottom: 0;
    background-color: rgba(0,0,0, .5);
    text-align: center;
    line-height: 145px;
    font-size: 30px;
    border-radius: 6px;
}


.dynamic-content-pic-left{
    display: flex;
    align-items: center;
}

.dynamic-content-pic-left .avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.dynamic-content-video-left{
    display: flex;
    align-items: center;
}

.dynamic-content-video-left .avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.dynamic-content-audio-left{
    display: flex;
    align-items: center;
}

.dynamic-content-audio-left .avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}




.dynamic-pic-num a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.dynamic-content-video{
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #101010;
}

.dynamic-content-video a{
    display: block;
    width: 100%;
}

.dynamic-ibf{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom:0;
    margin: auto;
    width: 45px;
}

.dynamic-content-video .fengmian{
    max-height:292px;
}

.dynamic-content-video video{
    width: 100%;
    height: 255px;
}

.dynamic-content-audio{
    width: 100%;
    background-color: #f2f2f5;
    border-radius: 6px;
    width: 388px;
}

.dynamic-content-audio .audio-left{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

.dynamic-content-audio .audio-left .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamic-content-audio .audio-left .bf-tag{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.dynamic-content-audio .audio-right{
    width: 80%;
    margin-left: 10px;
}


.dynamic-content-audio .audio-right img{
    height: 30px;
}

.dynamic-hover-more{
    position: relative;
}

.dynamic-hover-more-list{
    z-index: 99;
    position: absolute;
    display: none;
    top: 19px;
    left: -101px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    width: 128px;
    overflow: hidden;
}

.dynamic-hover-more-list .c-item{
    height: 30px;
    line-height: 30px;
}

.dynamic-hover-more-list .c-item:hover{
    background-color: #F4F5F6;
}

.dynamic-hover-more:hover .dynamic-hover-more-list{
    display: block;
}

.jubao-content{
    background-color: #F4F5F6;
    border-radius: 6px;
    margin-top: 10px;
}
.jubao-content img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.jubao-content-right{
    width: 92%;
    max-height: 58px;
    overflow: hidden;
}

.c-jubao-type{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(242, 242, 245, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
}

.c-jubao-type-active{
    background-color: rgba(253, 213, 204, 100);
    color: rgba(250, 99, 66, 100);
}

.jubao-submit-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
}


.index-wdl{
    position: relative;
}

.index-wdl-content{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    text-align: center;
}

.index-wdl-btn{
    width: 101px;
    height: 31px;
    line-height: 31px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
}

.index-dynamic-info{
    width: 324px;
    height: 69px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #F2F2F5;
    color: #515365;
    border-radius: 6px;
}

.index-dynamic-info .c-fengmian{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}

.index-dynamic-right{
    width: calc(100% - 60px);
}




/* 首页近期活动 */
.index-jqhd-title{
    width: 100%;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.index-jqhd-title h2{
    position: relative;
    font-size: 15px;
    color: #515365;
    font-weight: 600;
    padding-bottom: 10px;
}

.index-jqhd-title h2::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #FA6342;
    left: -15px;
    top: 1px;
    border-radius: 5px;
}

.index-jqhd-title h2{
    border-bottom: 1px solid rgba(230, 236, 245, 100);
}

.index-jqhd-item{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 122px;
    margin-bottom: 18px;
}

.index-jqhd-item:last-child{
    margin-bottom: 0;
}

.index-jqhd-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.index-jqhd-item-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,0,0, .5);
    padding: 20px;
    box-sizing: border-box;
}

.index-jqhd-item-content .two-line{
    font-weight: 600;
}

/* 首页热门音乐 */
.index-rmyy{
    position: sticky;
    top: 66px;
}


.index-rmyy-title{
    width: 100%;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.index-rmyy-title h2{
    position: relative;
    font-size: 15px;
    color: #515365;
    font-weight: 600;
    padding-bottom: 10px;
}

.index-rmyy-title h2::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #FA6342;
    left: -15px;
    top: 1px;
    border-radius: 5px;
}

.index-rmyy-title h2{
    border-bottom: 1px solid rgba(230, 236, 245, 100);
}

.index-rmyy-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


.index-rmyy-item-left{
    position: relative;
    width: 46px;
    height: 46px;
    overflow: hidden;
}

.index-rmyy-item-left img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    transition: all 250ms;
}


.index-rmyy-item:hover .c-fengmian{
    transform: scale(1.5);
    transition: all 250ms;
}

.index-rmyy-item-left .c-bf{
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
}

.index-rmyy-item-right{
    width: calc(100% - 56px);
}

.index-rmyy-item-right .index-rmyy-item-title{
    width: 100%;
}

.comment-form input{
    width: 100%;
    border-radius: 6px;
    height: 40px;
    background-color: #edf2f6;
    border: none;
}

.comment-form .bqb{
    width: 30px;
}

.comment-form  .comment-pinglun-btn{
    width: 53px;
    height: 27px;
    line-height: 27px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
}

.comment-tab a{
    color: #101010;
}

.comment-tab .active{
    color: #FA6342;
    font-weight: 600;
}

.comment-list-item-handle img{
    width: 24px;
    margin-right: 5px;
}

.comment-list-item-handle  .handle-item{
    margin-right: 20px;
    color: #999999;
}

.comment-list-item-handle .handle-item:last-child{
    margin-right: 0;
}

.comment-list-item-content{
    color: #515365;
}

.comment-list-item-left{
    position: relative;
    width: 36px;
    height: 36px;
}

.comment-list-item-left .avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.comment-list-item-left .v-tag{
    position: absolute;
    right: -2px;
    bottom: -5px;
    width: 20px;
}

.comment-list-item-right{
    width: 90%;
    margin-left: 10px;
}

.comment-list-item{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(230, 236, 245, 100);
}

/* 底部样式 */

.footer-wrap{
background-color: #E6EBEF;
}

.footer-xieyi{
    color: #757A95;
}

.footer-xieyi a{
    color: #757A95;
}

.footer-beian{
    color: #757A95;
}

/* 左侧栏 导航*/
.fixed-sidebar{
    background: #fff none repeat scroll 0 0;
    height: 100vh;
    left: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    position: fixed;
    top: 59px;
    width: 70px;
    z-index: 9;
    -webkit-box-shadow: 0 0 34px 0 rgb(63 66 87 / 10%);
    -moz-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    -ms-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    -o-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgb(63 66 87 / 10%);
}

.left-menu>li{
    width: 100%;
    margin-bottom: 10px;
}

.left-menu a{
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.left-menu img{
    width:25px;
    height: 25px;
    padding: 10px;
    margin: 0 auto;
    background-color: #EDF2F6 ;
}

.normal-side-img{
    display: block;
    transition: all 250ms;
}

.active-side-img{
    display: none;
    transition: all 250ms;
}

.hover-side-img{
    display: none;
    transition: all 250ms;
}

.left-menu a:hover .normal-side-img{
    transition: all 250ms;
    display: none;
}

.left-menu a:hover .hover-side-img{
    display: block;
    transition: all 250ms;
    background-color: #dedefe;
    transition: all 250ms;
}

.left-menu a:hover .active-side-img{
    transition: all 250ms;
    display: none;
}


.left-menu .active .normal-side-img{
    display: none;
    transition: all 250ms;
}

.left-menu .active .hover-side-img{
    display: none;
    transition: all 250ms;
}

.left-menu .active .active-side-img{
    display: block;
    background-color: #54667D;
    transition: all 250ms;
}

.left-menu .active:hover .hover-side-img{
    display: block;
    background-color: #54667D;
    transition: all 250ms;
}


/* 单曲 */
.c-music-style-item{
    width: 100%;
    margin-bottom: 20px;
}

.c-music-style-item:last-child{
    margin-bottom: 0;
}

.c-music-style-item ul{
    flex-wrap: wrap;
}

.c-music-style-item strong{
    white-space: nowrap;
}

.c-music-style-item ul>li{
    margin-right: 20px;
    margin-bottom: 5px;
}

.c-music-style-item ul>li a{
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
}

.c-music-style-item ul>li .active{
    color: #FA6342;
    background-color: #fdd5cc;
}

.c-music-style-item strong{
    font-weight: 600;
    color: #515365;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
}

.music-style-slider{
    width: 77%;
}

.music-style-slider-width{
    width: 80%;
}

.listStyleA-title-h2{
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
    color: #515365;
}

.listStyleA-title-h2::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 21px;
    background-color: #FA6342;
    border-radius: 6px;
    left: 0;
    top: 0px;
}

.listStyleA-table .layui-table td,
.listStyleA-table .layui-table tr,
.listStyleA-table .layui-table
{
    border: none;
}

.listStyleA-table .layui-table tr td:first-child{
    padding-left: 0;
}

.listStyleA-table .layui-table tr td:last-child{
    padding-right: 0;
}

.listStyleA-table .layui-table tr{
    border-bottom: 1px solid rgba(230, 236, 245, 100);
}

.listStyleA-music-tdFengmian{
    position: relative;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 6px;
}

.listStyleA-music-tdFengmian .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: all 250ms;
}

.listStyleA-music-tdFengmian .bf-tag{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
}

.listStyleA-music-tag{
    padding: 3px 6px;
    border-radius: 30px;
    background-color: rgba(242, 242, 245, 100);
    white-space: nowrap;
    display: none;
}

.listStyleA-music-td:hover .fengmian{
    transform: scale(1.5);
    transition: all 250ms;
}



/* 单曲详情 */

.navigation-style a{
    color: #515365!important;
}

.danqu-detail-info-left{
    position: relative;
    width: 185px;
    height: 187px;
    margin-right: 20px;
}

.danqu-detail-info-left .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.danqu-detail-info-left .bf-tag{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.danqu-detail-info-right{
    position: relative;
    width: 81%;
}

.share-wrap{
    position: absolute;
    right: 1px;
    top: -5px;
}

.share-wrap img{
    width: 24px;
}

.share-option{
    margin: 0 20px;
    cursor: pointer;
}


.danqu-detail-info-data{
    width: 100%;
}

.danqu-detail-info-data .c-item{
    padding-right: 15px;
    border-right: 1px solid rgba(230, 236, 245, 100);
    width: 255px;
}

.danqu-detail-info-data .c-item:not(:first-child){
    padding-left: 15px;
}

.danqu-detail-info-data .c-item:last-child{
    border-right: none;
}

.danqu-detail-info-data .c-item p{
    color: #92929e;
}

.danqu-detail-info-data .c-item p:last-child{
    color: rgba(81, 83, 101, 100);
}

.danqu-detail-info-data .c-item a{
    color: rgba(81, 83, 101, 100);
}

.danqu-detail-info-bf{
    width: 119px;
    height: 40px;
    line-height: 43px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100);
}

.danqu-detail-info-bf img{
    width: 25px;
    margin-right: 5px;
}

.danqu-detail-info-xz{
    width: 119px;
    height: 40px;
    line-height: 35px;
    border-radius: 20px;
    background-color: rgba(237, 242, 246, 100);
    color: rgba(81, 83, 101, 100);
    font-size: 16px;
    text-align: center;
}

.danqu-detail-info-xz img{
    width: 25px;
    margin-right: 5px;
}

.danqu-detail-info-sc{
    width: 119px;
    height: 40px;
    line-height: 35px;
    border-radius: 20px;
    background-color: rgba(237, 242, 246, 100);
    color: rgba(81, 83, 101, 100);
    font-size: 16px;
    text-align: center;
}

.danqu-detail-info-sc img{
    width: 25px;
    margin-right: 5px;
}

.danqu-detail-left{
    width: 72.3%;
}

.danqu-detail-right{
    width: 26%;
}

.danqu-detail-left-tag{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.danqu-detail-left-tag a{
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    background-color: rgba(242, 242, 245, 100);
    margin-right: 15px;
}

.danqu-detail-taoqu{
    display: flex;
    align-items: center;
    width: 100%;
}



.danqu-detail-taoqu-item{
    position: relative;
    width: 24%;
    height: 190px;
    margin-right: 2%;
    border-radius: 6px;
    overflow: hidden;
    transition: all 250ms;
}

.danqu-detail-taoqu-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    transition: all 250ms;
}

.danqu-detail-taoqu-item span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0,0,0, .5);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.danqu-detail-taoqu-item:last-child{
    margin-right: 0;
}


.danqu-detail-taoqu-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.danqu-detail-right-user{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.danqu-detail-right-user .avatar{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.danqu-detail-right-user .v-tag{
    position: absolute;
    right: -7px;
    bottom: -3px;
    width: 20px;
}

.danqu-detail-right-name{
    display: inline-block;
    color: #FA6342;
    font-weight: 600;
    font-size: 16px;
}

.danqu-detail-right-info .c-item{
    flex: 1;
    text-align: center;
}

.danqu-detail-right-info .c-item:not(:last-child){
    border-right: 1px solid rgba(230, 236, 245, 100);
}

.danqu-detail-right-gz{
    width: 90%;
    height: 40px;
    margin: 0 auto;
    line-height: 35px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100); 
}

.danqu-detail-right-gz-end{
    width: 90%;
    height: 40px;
    margin: 0 auto;
    line-height: 35px;
    border-radius: 20px;
    background-color: rgba(117, 122, 149, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(117, 122, 149, 100);
}


/* 套曲列表 */
.originalList>li {
	float: left;
	width: 23.5%;
    height: 276px;
	position: relative;
	overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;

}

.originalList>li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.originalList>li a .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.originalList>li:nth-child(4n) {
    margin-right: 0;
}

.originalList>li>img {

	width: 100%;

	height: 328px;

	object-fit: cover;

}

.originalList li:hover {

	background: #db152e;

}

.originalList li:hover>img,
.recommendList li:hover .recommendPicture img,
.recommendCover:hover .coverImg>img {

	opacity: .5;

	transform: scale(1.2) rotate(5deg);

	-o-transform: scale(1.2) rotate(5deg);

	-ms-transform: scale(1.2) rotate(5deg);

	-moz-transform: scale(1.2) rotate(5deg);

	-webkit-transform: scale(1.2) rotate(5deg);

}

.originalList li:hover .originalInfo {
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
    height: 100%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: rgba(182,52,149, .5);
    
	/* transition: .15s ease; */
}

.originalList li:hover .location {
	opacity: 0;

}

.originalList li:hover .originalIntro {

	opacity: 1;

}

.originalList li:hover .originalPlay {
	opacity: 1;
    width: 60px;
    height: 60px;
	border: 0px solid #fff;
    padding-top: 30px;
    box-sizing: border-box;
    margin: 60px auto auto auto;
}

.originalList li,
.originalAuthor,
.originalTitle,
.originalIntro,
.originalInfo,
.originalPlay,
.originalList li:hover>img,
.electricList li,
.electricList li:hover:before,
.electricList li:hover:after,
.recommendCover img {

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

.originalList li .gxsj{
    opacity: 1;
}

.originalList li:hover .gxsj{
    opacity: 0;
}

.originalList li:hover .originalAuthor{
    margin-top: 40px;
}

.originalList li .gc-icon-wrap{
    z-index: 99;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(255, 255, 255, .5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

.originalInfo {
    z-index: 88;
	position: absolute;

	top: 82%;

	left: 20px;

	right: 20px;

	bottom: auto;

	margin: -94px auto 0;

	padding: 10px 6px 30px;

	text-align: center;

	background: #171e33;

	font-size: 12px;

}

.originalRate {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
	background-color: #fff;
	border-radius: 50px;
	opacity: 1;
	margin: 0 auto;
	color: #637e8f;
	transition: .1s ease;
}

.location {

	position: absolute;

	top: -20px;

	left: 0;

	right: 0;

}

.originalPlay {

	height: 0;

	width: 0;

	background: none;

	opacity: 0;

	cursor: pointer;
	border: 0px solid #fff;
    margin: 60px auto auto auto;

}

.originalPlay i {

	color: #fff;

	font-size: 14px;

}

.originalTitle {

	width: 100%;

	font-size: 20px;

	line-height: normal;

	text-transform: capitalize;

	font-weight: bold;

	display: block;

}

.originalAuthor,
.originalTitle,
.originalIntro {

	margin-bottom: 10px;

}

.originalIntro {

	line-height: 24px;

	opacity: 0;

	font-size: 13px;

}

.originalOpen {
    white-space: nowrap;
	margin-bottom: 14px;

}

.originalOpen p {

	float: left;

	width: 33.33%;

	box-sizing: border-box;

	/* padding: 0 5px; */

}

.originalOpen p i {

	vertical-align: -1px;

}


.tauqu-detail-tag a{
    display: inline-block;
    padding: 3px 6px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: rgba(253, 213, 204, 100);
    color: rgba(250, 99, 66, 100);
    font-size: 14px;
    margin-right: 15px;
}

.tauqu-detail-tag a:last-child{
    margin-right: 0;
}

/* 视频首页 */
.video-index-topLeft{
    width: 49%;
    margin-right: 2%;
}

.video-index-topLeft a{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 6px;
    height: 445px;
    overflow: hidden;
}

.video-index-topLeft .fengmian{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.video-index-topLeft-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #13140f);
}

.video-index-topLeft-cover p{
    font-size: 25px;
    color: #ffffff;
}

.video-index-topLeft-cover .avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.video-index-topLeft-cover .c-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
}

.video-index-topRight{
    width: 49%;
}

.video-index-topRight a{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 6px;
    height: 212px;
    overflow: hidden;
}

.video-index-topRight .fengmian{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.video-index-topRight-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #13140f);
}

.video-index-topRight-cover p{
    font-size: 20px;
    color: #ffffff;
}

.video-index-topRight-cover .avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.video-index-topRight-cover .c-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
}




.video-index-topRight-bot{
    width: 100%;
}

.video-index-topRight-bot a{
    position: relative;
    display: block;
    width: 48%;
    margin-right: 2%;
    border-radius: 6px;
    height: 212px;
    overflow: hidden;
}

.video-index-topRight-bot a:last-child{
    margin-right: 0;
}

.video-index-topRight-bot .fengmian{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.video-index-topRight-bot-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #13140f);
}

.video-index-topRight-bot-cover p{
    font-size: 16px;
    color: #ffffff;
}

.video-index-topRight-bot-cover .avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.video-index-topRight-bot .c-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
}

.video-index-upload{
    display: inline-block;
    width: 137px;
    height: 42px;
    line-height: 37px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100);
}

.video-index-upload:hover{
    color: #ffffff;
}

.video-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.video-list-item{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 3%;
    transition: all 250ms;
    border-radius: 6px;
}

.video-list-item:hover{
    transition: all 250ms;
    transform: translateY(-5px);
    box-shadow:0px 2px 6px rgba(0,0,0,0.3);
}

.video-list-item:nth-child(4n){
    margin-right: 0;
}

.video-list-item-fengmianWrap{
    position: relative;
    display: block;
    width: 100%;
    height: 169px;
    border-radius: 6px;
    overflow: hidden;
}

.video-list-item-fengmianWrap .fengmian{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.video-list-item-fengmianWrap::after{
    background-color: rgba(0,0,0, .2);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.video-list-item-fengmianWrap .bf-tag{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}

.video-list-item-fengmianWrap .c-type{
    z-index: 10;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgba(0,0,0, .2);
}

.video-list-item-title a{
    display: block;
    height: 38px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.video-list-item-uper .avatar{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.video-list-item-uper{
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    color: #515365;
}

/* 视频详情 */
.video-show-left{
    width:calc(100% - 340px);
}

.video-show-right{
    width: 320px;
}

.video-show-item{
    position: relative;
    justify-content: space-between;
    margin-bottom:15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(230, 236, 245, 100);;
}

.video-show-item .fengmian-wrap{
    position: relative;
    width: 32%;
    height: 67px;
    overflow: hidden;
}

.video-show-item:hover .fengmian{
    transform: scale(1.05);
    transition: all 250;
    object-fit: cover;
}

.video-show-item .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 250;
    border-radius: 6px;
}

.video-show-item .bf-tag{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
}

.video-show-item-right {
    width: 64%;
}

.video-show-item-right .limit{
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #757A95;
    margin: 0 10px;
}

.video-show-handle {
    background-color: #000000;
}

.video-show-handle img{
    width: 25px;
    margin-right: 5px;
}

.video-show-handle .handle-item{
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-right: 20px;
}

.video-show-tag a {
    display: inline-block;
    padding: 3px 6px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: rgba(253, 213, 204, 100);
    color: rgba(250, 99, 66, 100);
    font-size: 14px;
    margin-right: 15px;
}


.video-show-user{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}

.video-show-user .avatar{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.video-show-user .v-tag{
    position: absolute;
    right: -2px;
    bottom: 0px;
    width: 25px;
}

/* 音乐节 */

.yinyuejie-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.yinyuejie-list-item{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all 550;
}

.yinyuejie-list-item:nth-child(3n){
    margin-right: 0;
}


.yinyuejie-list-item-a{
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.yinyuejie-list-item-a .c-top{
    position: relative;
    width: 100%;
    height: 259px;
    overflow: hidden;
}

.yinyuejie-list-item-a .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 550;
}

.yinyuejie-list-item-a .c-yinyuejie-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 550;
    /* background-color: rgba(0,0,0, .2); */
}

.yinyuejie-list-item:hover .yinyuejie-list-item-a .c-yinyuejie-title{
        background-color: rgba(0,0,0, .2);
        transition: all 550;
}

.yinyuejie-list-item:hover .yinyuejie-list-item-a .fengmian{
    transform: scale(1.08);
    transition: all 550;
}

.yinyuejie-list-item:hover{
    box-shadow: 0 -10px 25px rgba(0, 0, 0, .2);
    transition: all 550;
}

.yinyuejie-list-item-a .c-yinyuejie-title p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
}

.yinyuejie-item-share {
    position: absolute;
    right: 20px;
    top: 20px;
}

.yinyuejie-item-info-item{
    flex: 1;
    text-align: center;
}

.yinyuejie-item-info-item img{
    margin-right: 5px;
}

.yinyuejie-item-info-item:first-child{
    border-right: 1px solid rgba(230, 236, 245, 100);
}

/* 电音节详情 */
.dyj-detail-left{
    width: 70%;
}

.dyj-detail-right{
    width: 28%;
}

.dyj-detail-time{
    width: 100%;
}

.dyj-detail-time .c-item{
    flex: 1;
    text-align: left;
}

.dyj-detail-time img{
    margin-right: 5px;
}

.dyj-detail-time .mgt10{
    padding-left: 28px;
    box-sizing: border-box;
}

.dyj-detail-tag{
    width: 100%;
}

.dyj-detail-tag a{
    display: inline-block;
    padding: 3px 6px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: rgba(253, 213, 204, 100);
    color: rgba(250, 99, 66, 100);
    font-size: 14px;
    margin-right: 15px;
}


.dyj-detail-right-item{
    position: relative;
    justify-content: space-between;
    margin-bottom:15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(230, 236, 245, 100);;
}

.dyj-detail-right-item:last-child{
    padding-bottom: 0;
}

.dyj-detail-right-item .fengmian-wrap{
    position: relative;
    width: 32%;
    height: 67px;
    overflow: hidden;
    border-radius: 6px;
}

.dyj-detail-right-item:hover .fengmian{
    transform: scale(1.05);
    transition: all 250;
    object-fit: cover;
}

.dyj-detail-right-item .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 250;
    border-radius: 6px;
}

.dyj-detail-right-item-right {
    width: 64%;
}

.dyj-detail-right-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

/* 酒吧列表 */
.jiuba-list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.jiuba-list-item{
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 355px;
}

.jiuba-list-item:nth-child(4n){
    margin-right: 0;
}

.jiuba-list-item-bg{
    width: 100%;
    height: 100%;
    filter: blur(2px);
}

.jiuba-list-item-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .2);
}

.jiuba-type{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ffffff;
    padding: 5px 10px;
    background-color: rgba(0,0,0, .5);
    border-radius: 30px;
}

.jiuba-list-item-info{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.jiuba-list-item-info img{
    width: 142px;
    height: 142px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
}

.jiuba-list-item-address{
    position: absolute;
    top: 68%;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.jiuba-list-item-address img{
    margin-right: 5px;
}

.jiuba-item-guanzhu{
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
    width: 149px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
}

.jiuba-item-guanzhu-end{
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
    width: 149px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #757a95;
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgb(117 122 149);
}

/* 酒吧详情 */
.jiuba-header{
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
}

.jiuba-header-handle{
    position: absolute;
    right: 20px;
    top: 40px;
}

.jiuba-header-handle img{
    width: 45px;
}

.jiuba-avatar{
    position: relative;
}

.jiuba-avatar .avatar{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: -132px;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin: auto;
}

.jiuba-avatar .v-tag{
    position: absolute;
    bottom: -73px;
    right: 30px;
    width: 52px;
}

.jiuba-detail-fans .c-item{
    flex: 1;
}

.jiuba-detail-fans .c-item:first-child{
    border-right:1px solid rgba(230, 236, 245, 100);
}

.jiuba-detail-guanzhu{
    width: 210px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
    margin: 0 auto;
}

.jiuba-detail-guanzhu-end{
    width: 210px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(117, 122, 149, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(117, 122, 149, 40);
    margin: 0 auto;
}

.update_jiuba_header_btn{
    width: 210px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
}

.jiuba-detail-leftInfo-right{
    width: 88%;
}

.jiuba-detail-leftInfo span{
    color: #FA6342;
    font-size: 16px;
    font-weight: 600;
}

.jiuba-detail-leftInfo p{
    color: #101010;
    line-height: 20px;
}

.side-fans-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
}

.side-fans-item{
    display: block;
    width: 30%;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 8%;
}

.side-fans-item:nth-child(3n){
    margin-right: 0;
}


.side-fans-item .avatar{
    width:70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.side-fans-item p{
    text-align: center;
    margin-top: 5px;
    color: #101010;
}

.side-photo ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.side-photo ul>li{
    width: 30%;
    margin-right: 5%;
    height: 70px;
    margin-top: 5%;
}

.side-photo ul>li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.side-photo ul>li:nth-child(3n){
    margin-right: 0;
}

.side-photo ul>li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jiuba-center-tab a{
    position: relative;
    font-size: 14px;
    color: #515365;
    margin-right: 30px;
}

.jiuba-center-tab .active{
    color: #FA6342;   
}

.jiuba-center-tab .active::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FA6342;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
}


.dynamic_sub_hover{
    position: relative;
}

.dynamic_sub_list{
    position: absolute;
    top: 19px;
    left: -21px;
    z-index: 90;
    width: 108px;
    display: none;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.dynamic_sub_list a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.dynamic_sub_list a:hover{
    color: #F48D37;
}

.dynamic_sub_hover:hover .dynamic_sub_list{
    display: block;
}


/* 酒吧相册 */


.jiuba-photo-list ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.jiuba-photo-list ul>li{
    width: 31.3%;
    margin-right: 3%;
    height: 153px;
    margin-bottom: 3%;
}

.jiuba-photo-list ul>li img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.jiuba-photo-list ul>li:nth-child(3n){
    margin-right: 0;
}

.jiuba-photo-list ul>li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 酒吧视频 */
.jiuba-video{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.jiuba-video-item{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.jiuba-video-item:nth-child(2n){
    margin-right: 0;
}

.jiuba-video-item-fengmianWrap{
    position: relative;
    display: block;
    width: 100%;
    height: 169px;
    border-radius: 6px;
    overflow: hidden;
}

.jiuba-video-item-fengmianWrap .fengmian{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jiuba-video-item-fengmianWrap::after{
    background-color: rgba(0,0,0, .2);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.jiuba-video-item-fengmianWrap .bf-tag{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}

/* dj 音乐人从业者列表 */
.dj-list-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dj-list-item{
    position: relative;
    width: 23.3%;
    height: 328px;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid rgba(230, 236, 245, 100);
    overflow: hidden;
}

.dj-list-item:nth-child(4n){
    margin-right: 0;
}

.dj-list-item-top{
    position: relative;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dj-list-item-top-cover{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .2);
    color: #ffffff;
}

.dj-list-item-top-cover .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dj-list-item-adress{
    position: absolute;
    right: 10px;
    top: 10px;
}

.dj-list-item-bot{
    z-index: 100;
    position: absolute;
    top: 86px;
    width: 100%;
}

.dj-list-item-bot-avatar{
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.dj-list-item-bot-avatar img{
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.dj-list-item-bot .c-name:hover{
    color: #ffffff;
}

.dj-list-item-bot-data{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.dj-list-item-bot-data a{
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 15px;
    color: #515365;
}

.dj-item-guanzhu{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
    cursor: pointer;
}

.dj-item-guanzhu-end{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    background-color: rgba(117, 122, 149, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(117, 122, 149, 40);
    cursor: pointer;
}

/* 从业者信息 */
.dj-info-header{
    margin-top: 40px;
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dj-info-header-handle{
    position: absolute;
    right: 20px;
    top: 40px;
}

.dj-info-header-handle img{
    width: 45px;
}

/* 粉丝列表 */
.fans-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fans-list-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.fans-list-item:nth-child(3n){
    margin-right: 0%;
}

.fans-list-item .avatar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}


.fans-list-item .avatar img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.fans-list-item  .fans-guanzhu{
    width: 53px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    color: rgba(250, 99, 66, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(250, 99, 66, 100);
}

.fans-list-item  .fans-guanzhu-end{
    width: 53px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    color: rgba(117, 122, 149, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(117, 122, 149, 100);
}


/* 普通用户音乐 */
.normalUser-music-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.normalUser-music-list-item{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.normalUser-music-list-item:nth-child(4n){
    margin-right: 0;
}

.normalUser-music-list-item a{
    display: block;
}

.normalUser-music-list-item .fengmian{
    width: 100%;
    height: 198px;
    overflow: hidden;
    border-radius: 6px;
}

.normalUser-music-list-item .fengmian img{
    width: 100%;
    height: 100%;
   object-fit: cover;
}

/* 专题分类 */
.zhuanti-filter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f8f9;
}

.zhuanti-filter a{
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: rgba(241, 241, 241, 100);
    color: #515365;
}

.zhuanti-filter .active-a{
    background-color: #FA6342;
    color: #ffffff;
}

.zhuanti-filter a:last-child{
    margin-right: 0;
}


.zhuanti-wrap a{
    display: inline-block;
    margin: 0 20px 20px 0;
    color: #515365;
    height: 20px;
}

/* 专题详情 */
.zhuanti-detail-top{
    background-color: #ffffff;
}

.zhuanti-detail-top img{
    width: 155px;
    height: 146px;
    border-radius: 10px;
    object-fit: cover;
}

/* 专题列表 */
.zhuanti-list-wrap{
    width: 100%;
    min-height: 600px;
}

.zhuanti-list-item{
    width: 100%;
}

.zhuanti-list-type{
    display: inline-block;
    width: 18px;
    font-size: 25px;
    font-weight: 600;
    margin-right: 30px;
}

.zhuanti-list-more{
    display: inline-block;
    width: 40px;
    color: blue;
    white-space: nowrap;
}

.zhuanti-list-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 93%;
}

.zhuanti-list-content a{
    font-size: 16px;
    color: #333333;
    position: relative;
    width: 104px;
    margin-right: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhuanti-list-content a:last-child{
    margin-right: 0;
}

.zhuanti-relation{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zhuanti-relation a{
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-right: 20px;
    color: #101010;
    background-color: #F2F2F5;
    margin: 10px 20px 10px 0;
}

.zhuanti-relation .active{
    color: #FA6342;
    background-color: #FDD5CC;
}

.zhuanti-detail-hotNews{
    width: 100%;
}

.zhuanti-detail-hotNews a{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.zhuanti-detail-hotNews a .c-num{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #EDF2F6;
    text-align: center;
    line-height: 20px;
    color: #535165;
    margin-right: 10px;
}

.zhuanti-detail-hotNews a .c-num:first-child{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FA6342;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
}

.zhuanti-detail-hotNews a .c-num:nth-child(2){
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FA6342;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
}


.zhuanti-detail-hotNews a .c-num:nth-child(3){
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FA6342;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
}



.zhuanti-detail-hotNews a .c-content{
    display: inline-block;
    width: 88%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zhuanti-detail-kjfs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zhuanti-detail-kjfs a{
    display: inline-block;
    margin-top: 15px;
    width: 33%;
}

.zhuanti-detail-list{
    width: 100%;
}

.zhuanti-detail-item{
    display: flex;
    margin-top: 15px;
}

.zhuanti-detail-left{
    position: relative;
    display: inline-block;
    width: 178px;
    border-radius: 6px;
    height:113px;
    overflow: hidden;
}

.zhuanti-detail-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhuanti-detail-right{
    width: 83%;
    margin-left:15px;
}

.zhuanti-detail-gjc a{
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #101010;
    background-color:#F2F2F5;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 20px;
}

.zhuanti-detail-gjc .active{
    background-color: rgba(253, 213, 204, 100);
    color: rgba(250, 99, 66, 100);  
}

.zhuanti-detail-left span{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    border-radius: 6px;
}

/* 注册登陆忘记密码 */
.login-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/login/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-header{
    width: 100%;
    padding: 3vh;
    box-sizing: border-box;
}

.login-header-toIndex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 39px;
    border-radius: 40px;
    color: rgba(250, 99, 66, 100);
    font-size: 18px;
    text-align: center;
    border: 2px solid rgba(250, 99, 66, 100);
}

.login-header-toIndex img{
    width: 24px;
    margin-right: 10px;
}

.login-header-toIndex:hover{
    color: rgba(250, 99, 66, 100);
}

.login-wrap{
    margin: auto;
    width: 1050px;
}

.login-wrap-left{
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0, .5);
    text-align: center;
    padding: 52px 30px;
    box-sizing: border-box;
}

.login-wrap-right{
    width: 50%;
    background-color: #ffffff;
    padding: 40px 30px;
    box-sizing: border-box;
}

.login-wrap-left img{
    width: 50%;
}

.login-wrap-left h2{
    font-size: 3rem;
    color: #ffffff;
}

.c-login-item .layui-form-checked:hover {
	color: #D9383E;
}

.c-login-item .layui-form-checked[lay-skin=primary] i {

	color: #fff;
}

.c-login-item .layui-form-checkbox[lay-skin="primary"]:hover i {
	border-color: #D9383E !important;

	color: #fff;
}

.c-login-tab {
	font-size: 15px;
	margin-bottom: 30px;
}

.c-login-tab a {
	padding-bottom: 5px;
	margin-right: 20px;
	color: #4d4d4d;
	text-decoration: none !important;
}

.c-login-tab a:active {
	text-decoration: none !important;
}


.c-login-wrap form {
	width: 100%;
	padding: 3px 0;
	box-sizing: border-box;
}

.c-login-item {
	width: 100%;
}

.c-phone-in {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;

}

.c-login-switch {
	margin-bottom: 20px;
}

.c-phone-in input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	transition: 300ms all;
	border: 1px solid #e6e6e6;
	color:#2d2d2d;
}

.c-phone-in input:focus {
	border: 1px solid #D9383E;
	transition: 300ms all;
}

.c-phone-in-checkbox {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.c-phone-in-checkbox input {
	z-index: 100;
	margin-right: 5px;
	opacity: 0;
}


.c-phone-in-checkbox i {
	position: absolute;
	left: 0;
	z-index: 10;
	font-size: 16px;
	cursor: pointer;
	transition: all 250ms;
}

.c-check {
	opacity: 0;
}

.c-noCheck {
	opacity: 1;
	font-size: 17px;
}

.c-phone-in-checkbox input:checked+.c-check {
	opacity: 1;
	transition: all 250ms;
}

.c-phone-in-checkbox input:checked+.c-noCheck {
	opacity: 0;
	transition: all 250ms;
}

.c-forget-in {
	text-decoration: underline !important;
}

.c-phone-in-sub {
	width: 100%;
    text-align: center;
}

.c-phone-in-sub input {
	width: 100%;
	height: 45px;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.c-phone-in-other {
	width: 100%;
	color: #4d4d4d;
}

.c-phone-in-other p:first-child {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.c-phone-in-other p:nth-child(2) a {
	margin-right: 15px;
}

.c-phone-in-other .color {
	text-decoration: underline;
}

.c-phone-check {
	width: 76%;
	height: 42px;
}

.c-phone-check input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}

.c-get-check {
	width: 20%;
	height: 42px;
}

.c-get-check input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
}


.c-phone-in i {
	position: absolute;
	top: 24%;
	right: 10px;
	font-size: 20px;
	color: #999;
	cursor: pointer;
}

.c-phone-in input[type='password'] {
	padding-right: 40px;
	box-sizing: border-box;
}


.c-login-content .layui-input {
    width: 100%;
}

.c-login-content .z-phone-code-btn {
    width: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
    height: 42px;
    border-radius: 6px;
    color: rgba(250, 99, 66, 100);
    border-color: rgba(250, 99, 66, 100);
    background-color: #ffffff;
    border: 1px solid;
}

.c-login-content .submit-btn {
    width: 229px;
    height: 45px;
    border-radius: 30px;
    background-color: #FA6342;
    margin: 0 auto;
}


.z-get-code {
    width: 100px;
    margin-left: 20px;
}

.c-login-content input{
    border-radius: 30px;
    background-color: #e8f0fe;
}

/* 头部下拉菜单 */
.header-list{
    position: relative;
    margin-left: 20px;
    width: 130px;
}


.header-list-avatar img{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.header-list-avatar {
    color: #ffffff;
}

.header-list-avatar:hover {
    color: #ffffff;
}

.header-list-ul{
    z-index: 100;
    position: absolute;
    display: none;
    top: 55px;
    right: 0;
    width: 125px;
    border-radius: 6px;
    text-align: center;
    background-color: #ffffff;
}

.header-list:hover .header-list-ul{
    display: block;
}

.header-list-ul::after{
    position: absolute;
    content: '';
    width: 0;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #ffffff;
}

.header-list-ul img{
    width: 24px;
    margin-right: 8px;
}

.header-list-ul>li{
    width: 100%;
    margin: 15px 0;
}

.header-list-ul>li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    justify-content: center;
    margin: 0;
}

/* 个人中心左侧菜单栏 */

.user-side-avatar{
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto auto auto;
    padding-top: 20px;
    box-sizing: border-box;
}


.xgtx-btn{
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    opacity: 0;
    transition: all 1000;
}


.user-side-avatar:hover .xgtx-btn{
    opacity: 1;
    transition: all 1000;
}

.user-side-avatar .avatar{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-side-avatar .v-tag{
    position: absolute;
    width: 40px;
    right: 0;
    bottom: 0;
}

.user-fans-num a{
    display: block;
    flex: 1;
    text-align: center;
}

.user-fans-num a p{
    margin-bottom: 10px;
    color: #515365;
}

.user-fans-num a:first-child{
    border-right: 1px solid rgba(230, 236, 245, 100);
}

.user-toIndex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto auto auto;
    width: 127px;
    height: 33px;
    line-height: 23px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(250, 99, 66, 100);
    font-size: 16px;
    border: 1px solid rgba(250, 99, 66, 100);
}

.user-toIndex img{
    width: 24px;
    margin-right: 10px;
}

.user-toIndex:hover{
    color: rgba(250, 99, 66, 100);
}

.user-side-item{
    padding: 0 20px;
    box-sizing: border-box;
}

.user-side-item-list{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}

.user-side-item .fa-angle-down{
    display: none;
}


.user-side-item-list a{
    display: block;
    width: 49;
    height: 40px;
    line-height: 40px;
    padding-left: 38px;
    box-sizing: border-box;
    margin-top: 5px;
}

.user-side-item-list .active{

    color: #FA6342;
    border-radius: 6px;
}

.c-form input,
.c-form textarea{
    background-color: #edf2f6;
}

.c-form .layui-form-switch{
    margin-top: 0;
}

.layui-form-onswitch{
    border-color: #FA6342;
    background-color: #FA6342;
}

.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #FA6342;
}

.layui-form-select dl dd.layui-this{
    background-color: #FA6342;
}

.c-form-btn{
    width: 200px;
    height: 55px;
    line-height: 26px;
    border-radius: 50px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100);
}

.c-user-rz-img .c-item{
    width: 30%;
    margin-right: 60px;
    color: #92929E;
    cursor: pointer;
}

.c-user-rz-img .c-item img{
    object-fit: contain;
}

.c-user-rz-img .c-item p{
    margin-top: 20px;
}

.user-content-tab a{
    color:#515365;
    margin-right: 30px;
}

.user-content-tab .active{
    color:#FA6342;
}

.user-music-tab .active{
    background-color: #FDD5CC;
    color:#FA6342;
    width: 67px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    background-color: rgba(253, 213, 204, 100);
    color: rgba(250, 99, 66, 100);
    font-size: 14px;
    text-align: center;
}

.user-music-tab  a{
    display: inline-block;
    margin-right: 30px;
}

.upload-music-entry{
    width: 135px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100);
}

.upload-music-entry img{
    margin-right: 5px;
}

.upload-music-entry:hover{
    color: #ffffff;
}

/* 上传文件样式 */
.wu-example{
    width: 100%;
    height: 273px;
    border-radius: 6px;
    line-height: 20px;
    background-color: rgba(242, 242, 245, 100);
    text-align: center;
    border: 2px dashed #BBBBBB;
}

.webuploader-pick{
    background-color: transparent!important;
}

.creator-photo-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.creator-photo-item{
    position: relative;
    width: 23.5%;
    height: 200px;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.creator-photo-item:nth-child(4n){
    margin-right: 0;
}

.creator-photo-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.creator-photo-item .tip-style{
    position: absolute;
    top: 10px;
    right: 10px;
}

.creator-photo-item .btg-tip{
    width: 50px;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    background-color: rgba(255, 242, 242, 100);
    color: rgba(255, 94, 94, 100);
    font-size: 12px;
    text-align: center;
}

.creator-photo-item .shz-tip{
    width: 49px;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    background-color: rgba(245, 245, 245, 100);
    color: rgba(153, 153, 153, 100);
    font-size: 12px;
    text-align: center;
}

.creator-photo-item .suoding-tip{
    width: 41px;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    background-color: rgba(254, 245, 231, 100);
    color: rgba(245, 176, 57, 100);
    font-size: 12px;
    text-align: center;
}

.creator-photo-item .del-photo{
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    /*width: 100%;
    height: 100%;*/
    background-color: rgba(0,0,0, .5);
}

.creator-photo-item .del-photo .del-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
    cursor: pointer;
}

.creator-photo-item:hover .del-photo{
    display: block;
}

.creator-photo-item:hover .tip-style{
    display: none;
}

.upload-fengmian-style{
    width: 245px;
    height: 165px;
    border-radius: 6px;
    background-color: rgba(242, 242, 245, 100);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.upload-dashed{
    border: 2px dashed #bbbbbb;
}

.upload-fengmian-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto auto auto;
    border-radius: 4px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
}

.upload-fengmian-btnA{
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto auto auto;
    border-radius: 4px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
}

/* 添加套曲样式 */
.xiayibu-btn{
    width: 200px;
    height: 55px;
    line-height: 26px;
    border-radius: 50px;
    background-color: #fff;
    color:#FA6342;
    border: 1px solid #FA6342;
    font-size: 18px;
    text-align: center;
}

.xiayibu-btn:hover {
    color:#FA6342;
}

.add-taoqu-buzhou{
    width: 100%;
}

.add-taoqu-buzhou hr{
    width: 25%;
}

.buzhou-item div{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    background-color: rgba(242, 242, 245, 100);
    color: rgba(81, 83, 101, 100);
    font-size: 36px;
    margin: 16px auto auto auto;
}

.buzhou-item p{
    margin-top: 10px;
    color: #515365;
}

.buzhou-item-active div{
    background-color:#FDD5CC;
    color: #FA6342;
}

/* 酒吧视频上传 */
.videoItem-hover .tip-style{
    position: absolute;
    top: 10px;
    right: 10px;
}

.videoItem-hover .btg-tip{
    width: 50px;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    background-color: rgba(255, 242, 242, 100);
    color: rgba(255, 94, 94, 100);
    font-size: 12px;
    text-align: center;
}

.videoItem-hover .shz-tip{
    width: 49px;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    background-color: rgba(245, 245, 245, 100);
    color: rgba(153, 153, 153, 100);
    font-size: 12px;
    text-align: center;
}

.videoItem-hover .suoding-tip{
    width: 41px;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    background-color: rgba(254, 245, 231, 100);
    color: rgba(245, 176, 57, 100);
    font-size: 12px;
    text-align: center;
}

.videoItem-hover .del-photo{
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .5);
}

.videoItem-hover .del-photo .del-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
    cursor: pointer;
}

.videoItem-hover:hover .del-photo{
    display: block;
}

.videoItem-hover:hover .tip-style{
    display: none;
}


.videoItem-hover a{
    position: relative;
    display: block;
    width: 100%;
    height: 169px;
    border-radius: 6px;
    overflow: hidden;
}

.videoItem-hover a .fengmian{
    width: 100%;
    height: 100%;
}

/* 酒吧信息 */
.login-header-toIndex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 36px;
    line-height: 23px;
    border-radius: 40px;
    color: rgba(250, 99, 66, 100);
    font-size: 18px;
    text-align: center;
    border: 2px solid rgba(250, 99, 66, 100);
}

.login-header-toIndex img{
    width: 24px;
    margin-right: 10px;
}

.login-header-toIndex:hover{
    color: rgba(250, 99, 66, 100);
}


/* 用户充值 */
.c-recharge-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-recharge-list .c-recharge-item{
    position: relative;
    width:23%;
    height: 145px;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 100);
    border: 1px solid rgba(250, 232, 208, 100);
    cursor: pointer;
    box-sizing: border-box;
}

.c-recharge-item-top{
    text-align: center;
}

.c-recharge-item-top span{
    display: inline-block;
    vertical-align:baseline;
}

.c-recharge-item-top-dec{
    color: #A4A5A5;
}

.c-recharge-item-bot{
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: #fae8d0;
    line-height: 35px;
    color: #69421B;
    bottom: 0;
}

.c-recharge-list .c-recharge-item .check-tag{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    display: none;
}

.c-recharge-list .active{
    border: 1px solid rgba(184, 113, 0, 100);
    box-sizing: border-box;
}

.c-recharge-list .active .check-tag{
    display: block;
}

.c-zhifu-type label{
    display: flex;
    margin-right: 30px;
}

.c-zhifu-type label .layui-form-radio{
    margin: 6px 0px 0 0;
}

.c-zhifu-btn{
    width: 200px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100);
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #FA6342 !important;
    background-color: #FA6342;
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #FA6342;
    color: #fff
}


/* 资金明细 */
.mingxi-top{
    display: flex;
    align-items: center;
}

.mingxi-top-item{
    width: 320px;
    height: 119px;
    border-radius: 6px;
    padding: 20px;
    color: #ffffff;
    box-sizing: border-box;
}

.mingxi-top-item:first-child{
    background-image: url('../images/user/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 80px;
}

.mingxi-top-item a{
    display: inline-block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    background-color: rgba(255, 85, 85, 100);
    color: rgba(248, 250, 251, 100);
    font-size: 16px;
    text-align: center;
}

.mingxi-top-item:last-child{
    background-image: url('../images/user/bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.c-mingxi-style-item{
    width: 100%;
    margin-bottom: 20px;
}

.c-mingxi-style-item:last-child{
    margin-bottom: 0;
}

.c-mingxi-style-item ul>li{
    margin-right: 20px;
}

.c-mingxi-style-item ul>li a{
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
}

.c-mingxi-style-item ul>li .active{
    color: #FA6342;
    background-color: #fdd5cc;
}

.c-mingxi-style-item strong{

    color: #515365;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
}

.mingxi-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(230, 236, 245, 100);;
}

/* 举报列表 */

.c-jubao-list .c-jubao-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(230, 236, 245, 100);;
}

.c-jubao-list .c-jubao-item .check-reply{
    width: 80px;
    height: 30px;
    line-height:30px;
    border-radius: 30px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
}

/* 系统消息 */
.c-systemMessage-item{
    padding: 10px;
    box-sizing: border-box;
    background-color: #EDF2F6;
    border-radius: 6px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 600;
}

.c-systemMessage-item a{
    color: #FA6342;
}

.c-systemMessage-item p{
    color: #92929E;
    font-weight: 400;
    margin-top: 10px;
}

/* 用户反馈 */
.c-user-sugest textarea{
    background-color: #edf2f6;
}

.c-user-sugest .tjfk-btn{
    width: 200px;
    height: 55px;
    line-height: 26px;
    border-radius: 50px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100);
}

.c-user-sugest-history-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed rgba(230, 236, 245, 100);;
}

.c-user-sugest-history-item .check-reply{
    width: 80px;
    height: 30px;
    line-height:30px;
    border-radius: 30px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 40);
}


.c-user-sugest-history-item img{
    margin-right: 5px;
}

/* 企业认证 */
.auth-header{
    width: 100%;
    height: 374px;
    background-color: #ffffff;
    padding-top: 30px;
    box-sizing: border-box;
}

.auth-title span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FA6342;
}

.auth-title  h2{
    font-size: 20px;
    font-weight: 600;
    margin: 0 20px;
}

.auth-buzhou-item img{
    width: 116px;
}

.auth-buzhou .c-item{
    flex: 1;
    text-align: center;
}

.auth-buzhou .p1{
    color: rgba(81, 83, 101, 100);
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.auth-buzhou .p2{
    color: rgba(81, 83, 101, 100);
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
}

.c-form-btn-2{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
}

.c-form-btn-2-qx{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: rgba(224, 224, 224, 100);
    color: rgba(82, 82, 82, 100);
    font-size: 14px;
    text-align: center;
}

/* 首页右侧已登陆的用户信息 */
.index-ydl-bg{
    width: 100%;
    height: 85px;
}

.index-ydl-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-ydl{
    overflow: hidden;
}

.index-ydl-avatar{
    position: relative;
    display: block;
    width: 68px;
    height: 68px;
    margin: -40px auto auto auto;
 
}

.index-ydl-avatar .avatar{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-sizing: border-box;
}

.index-ydl-avatar .v-tag{
    position: absolute;
    width: 30px;
    right: -9px;
    bottom: 1px;
}

.index-ydl .fans-data{
    width: 100%;
}

.index-ydl  .fans-data a{
    display: inline-block;
    flex: 1;
    text-align: center;
}

.index-ydl  .fans-data a:first-child{
    border-right: 1px solid  rgba(230, 236, 245, 100);
}

/* 歌单已选的样式 */
.tagsinput{
    width: 70%!important;
    min-height: 25px!important;
    height: 30px!important;
    overflow: hidden!important;
    border: none!important;
}


.key-hover{
    position: relative;
    cursor: pointer;
}

.key-list{
    display: none;
    z-index: 100;
    position: absolute;
    top: 18px;
    left: -168px;
    width: 260px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.key-list-item{
    margin-bottom: 15px;
    display: inline-block;
}

.key-hover:hover .key-list{
    display: block;
}

.paixu-hover{
    position: relative;
    cursor: pointer;
}

.paixu-list{
    display: none;
    z-index: 100;
    position: absolute;
    top: 18px;
    left: -6px;
    width: 100px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.paixu-list a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.paixu-list a:hover{
    background-color: rgba(0, 0, 0, .2);
}

.paixu-hover:hover .paixu-list{
    display: block;
}

/* 下载弹窗样式 */
.xiazai-window-dec{
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
}

.xiazai-btn-active{
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 100);
    margin: 0 10px;
}

.xiazai-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(250, 99, 66, 100);
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(217, 56, 62, 100);
    cursor: pointer;
    margin: 0 10px;
}

.xiazai-btn-active:hover{
    color: #ffffff;
}

.layui-laydate .layui-this{
    background-color: #FA6342!important;
}

.city-ul-height{
    flex-wrap:wrap;
    max-width:90%;
    height: 30px;
    overflow: hidden;
    transition: all 250ms;
}

.city-ul-height-active{
    height: auto;
    transition: all 250ms;
}


/* 关于我们 */

.about-header{
    width: 100%;
    height: 209px;
    line-height: 160px;
    background-image: url('../images/about/a.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

.about-header h1{
    font-size: 60px;
    color: #ffffff;
}

.about-side{
    width: 100%;
}

.about-side>li{
    margin-top: 20px;
}

.about-side .active a{
    color: #FA6342;
}

/* 首页广告 */
.index-ad{
    width: 100%;
    height: 8.5rem;
    background-image: url('../images/index/ad.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.index-wdl-btn:hover{
    color: #ffffff;
}

/* 分享弹窗 */
#share-qrcode{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: rgba(0, 0, 0, .5);
}

#share-qrcode canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 2px solid #ffffff;
}

.share-qrcode-close{
    z-index: 99;
    position: absolute;
    right: 128px;
    top: 16px;
    color: #FFFFFF;
}

/* 视频轮播播放页 */
.player-swiper-side{
    z-index: 999999999;
    position: fixed;
    right: 10px;
    bottom: 560px;
    width: 60px;
    height: 100px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .5);
}

.player-swiper-side .swiper-button-prev{
    display: block;
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-image: url('../images/common/fu.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 50%;
}

.player-swiper-side .swiper-button-next{
    display: block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background-image: url('../images/common/fd.png');
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.player-user-side{
    z-index: 999999999;
    position: fixed;
    right: 10px;
    bottom: 172px;

}

.player-user-side-avatar a{
    display: block;
    width: 60px;
    height:60px
}

.player-user-side-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.player-user-side-zan{
    width: 60px;
    text-align: center;
}


.player-user-side-zan:hover {

    animation: shake 1.5s cubic-bezier(.3, .07, .1, .9) both;
    
    transform: translate3d(0, 0, 0);
    
    backface-visibility: hidden;
    
    perspective: 1000px;
    
    }
    
    @keyframes shake {
    
    10%, 90% {
    
    transform: translate3d(-1px, 0px, 0);
    
    }
    
    20%, 80% {
    
    transform: translate3d(1px, 0px, 0);
    
    }
    
    30%, 50%, 70% {
    transform: translate3d(-1px,0px, 0);

    }
    
    40%, 60% {
    transform: translate3d(1px,0px, 0);
    }
}


.player-user-side-zan img{
    transition: all 250ms;
}


.player-user-side-zan:hover img{
    transition: all 250ms;
    transform: scale(1.2);
}

.player-swiper-info{
    z-index: 999999;
    position: fixed;
    bottom: 70px;
    left: 90px;
}

/* 文章详情 */

.news-detail-left{
    width: 70%;
}

.news-detail-right{
    width: 28%;
}

.news-detail-tags a{
    padding: 5px 10px;
    box-sizing: border-box;
    background-color:#FDD5CC;
    color: #FA6342;
    border-radius: 6px;
    margin-right: 20px;
}

.c-news-other{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-news-other-item{
    display: flex;
    width: 48%;
    margin-right: 2%;
    margin-bottom:20px;
}

.c-news-other-item img{
    width: 113px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 10px;
}

.c-news-other-item .two-line{
    width: 100%;
    height: 42px;
    color: #515365;
}

/* 百科 */
.baike-layui-form {
    position: relative;
}
.baike-layui-form button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px!important;
    width: 55px;
    font-size: 22px;
    height: 38px;
    background-color: #fa6342;
}

.baike-layui-form input{
    padding-right: 70px;
    box-sizing: border-box;
}

.baike-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.baike-item{
    width: 23.3%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ededed;
}

.baike-item:nth-child(4n){
    margin-right: 0%;
}

.baike-item a{
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.baike-item a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.baike-item a p{
    margin-right: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding:0 10px;
    box-sizing: border-box;
    
}

.baike-item-dec{
    margin-top: 15px;
    padding:0 10px;
    box-sizing: border-box;
    height: 57px;
    color: #757A95;
}

.n-borrow{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px 20px 0px;
}
.n-borrow .n-borrow-right img{
    width: 292px;
    height: 169px;
    object-fit: cover;
    margin-left: 50px;
}
.n-borrow .n-borrow-left{
    width: 68%;
    margin-left: 10px;
}
.n-borrow .n-borrow-right{
    width: 32%;
    text-align: center;
}
.n-borrow-left h1{
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #4d4d4d;
}

.n-borrow-left p{
    font-size: 15px;
    text-align: left;
    color: #4d4d4d;
    line-height: 25px;
}

.n-borrow-left-tag a{
    padding: 5px 10px;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #FDD5CC;
    color: #FA6342;
    margin-right: 10px;
}

.n-catalogue-con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.n-catalogue-con a{
    width: 30%;
    margin-bottom: 15px;
}

.quess::before{
    content: "";
    position: absolute;
    margin-left: -20px;
    width: 14px;
    height: 30px;
    background-color: #FA6342;
}
.n-con-clop{
    font-size: 16px;
    color: #4d4d4d;
}
.n-con-clop p{
    line-height: 28px;
}
.n-con-clop .conImg{
    padding: 15px;
    text-align: center;
}
.n-con-clop .conImg img{
    width: 588px;
    height: 283px;
    object-fit: cover;
}
.related-wz h3{
    font-weight: 700;
    text-align: left;
    font-size: 17px;
    margin-top: 30px;
}
.related-wz ul>li{
    line-height: 32px;
    font-weight: 700;
    font-size: 16px;
}
.related-wz ul>li a{
    margin-left: 5px;
}
.related-wz ul li::before{
    position: absolute;
    content: "";
    margin-top: 14px;
    margin-left: -11px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #DF0024;
}

.baike-detail-left{
    width: 71%;
}

.baike-detail-right{
    width: 27%;
}

.n-tlensy ul{
    display: flex;
    flex-wrap: wrap;
}

.n-tlensy ul li {
    width: 48%;
    margin-right: 4%;
    margin-top:15px;
    text-align: center;
}

.n-tlensy ul li:nth-child(2n){
    margin-right: 0;
}

.n-tlensy ul li img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.n-hot{
    position: absolute;
    margin-left: -10px;
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.n-load-font{
    font-size: 15px;
    margin-top: 10px;
}

.n-mlv .n-catalog{
    border-left: 1px solid #f2f2f2;
    height: 288px;
}

.n-mlv ul li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    width: 264px;
}

.n-enymulv ul li a::before{
    position: absolute;
    margin-left: -26px;
    margin-top: 9px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.n-mlv-wrap{
    z-index: 999;
    background-color: #ffffff;
    position: sticky;
    top: 70px;
}

.wenda-item{
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.wenda-item-left{
    display: inline-block;
    width: 113px;
    height: 76px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
}

.wenda-item-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wenda-item-right{
    width: 89%;
}

.quess{
    padding-top: 66px;/* 70px是导航栏高度 */
    margin-top: -66px;
}

.c-xgzx-list{
    width: 100%;
}

.c-xgzx-item{
    display: flex;
    margin-top: 10px;
}

.c-xgzx-list .c-fengmian-wrap{
    width: 105px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.c-xgzx-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}


.c-xgzx-right{
    width: calc(100% - 115px);
    margin-left: 10px;
}

.c-xgzx-right p{
    height: 36px;
    color: #515365;
}

















/* 问答 */
.n-ques-problem .n-problem-gl{
    padding: 5px 25px 25px 42px;
    box-sizing: border-box;
}
.n-ques-problem .n-problem-gl span{
    font-size: 14px;
    color: #585656;
    margin-right: 35px;
}
.n-ques-problem .n-problem-gl img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.valmiddle{
    vertical-align: middle;
}
.n-ques-problem .n-problem-ms{
    background: #EDF2F6;
    font-size: 15px;
    color: #333333;
}
.n-ques-problem .n-problem-ms .miaoshuCon{
    line-height: 25px;
}
.n-ques-answer{
    font-size: 15px;
}
.n-ques-answer p{
    line-height: 28px;
}
.n-ques-answer .n-if-contenr{
    margin-top: 10px;
}
.n-relevant-que .n-releque-con ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.n-relevant-que .n-releque-con ul li{
    position: relative;
    margin-top: 10px;
    margin-right: 5px;
    width: 32%;
    display: flex;
}

.n-relevant-que .n-releque-con ul li a{
    width: 260px;
}

.n-queyesNo{
    width: 437px;
    background: #f8f8f8;
    padding: 18px 20px;
    text-align: center;
    margin: 0 auto;
}

.wenda-detail-left{
    width: 72%;
}

.wenda-detail-right{
    width: 26%;
}

.fixed_top{
    position: fixed;
    top: 50px;
}

/* 标签列表 */

.types-list{
    column-count:5;
    column-gap:20px; 
}

.types-list-item{
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    break-inside: avoid;  
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    border: 1px solid #E6ECF5;
    transition: all 250ms;
}


.types-list-item h3{
    margin-top: 8px;
    font-size: 16px;
    color: #101010;
    font-weight: 600;
    border-bottom: 1px solid #cecfd1;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.types-list-item p{
    height: 38px;
}

.types-list-item img{
    width: 100%;
    object-fit: cover;
}

.types-source1{
    position: relative;
}


.types-source1::after{
    position: absolute;
    display: flex;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: '音乐舞曲';
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 250ms;
}

.types-list-item:hover .types-source1::after{
    opacity: 1;
    transition: all 250ms;
}

.types-list-item:hover{
    transition: all 250ms;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.types-source2{
    position: relative;
}


.types-source2::after{
    position: absolute;
    display: flex;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: 'DJ视频';
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 250ms;
}

.types-list-item:hover .types-source2::after{
    opacity: 1;
    transition: all 250ms;
}

/* 标签详情 */
.tags-detail-left{
    width: 77%;
}

.tags-detail-right{
    width: 21.5%;
}


.tags-detail-top img{
    width: 155px;
    height: 146px;
    border-radius: 10px;
    object-fit: cover;
}


.tags-detail-top{
    background-color: #ffffff;
}

.tags-detail-bot{
    background-color: #ffffff;
}

.tags-detail-tab a{
    display: inline-block;
    width: 82px;
    height: 36px;
    background: #f48d37;
    border-radius: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 36px;
    margin-right: 30px;
}

.tags-detail-left table th{
    color: #CDCDCD;
}

.tags-detail-bot .my-fav-item{
    width: 32%;
}

.tags-detail-bot .my-fav-item:nth-child(4n){
    margin-right: 2%;
}

.tags-detail-bot .my-fav-item:nth-child(3n){
    margin-right: 0%;
}

.tags-detail-right-video{
    width: 100%;
}

.tags-detail-right-video a{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tags-detail-right-video .fengmian{
    width: 80px;
    height: 59px;
    margin-right: 10px;
}

.tags-detail-right-video-info{
    width: 80%;
}

.tags-detail-right-video-info p{
    height: 28px;
    color: #D2D2D2;
    font-size: 14px;
    line-height: 1;
}

.tags-detail-right-video .tag-img{
    position: absolute;
    left: 30px;
    top: 25px;
}

.tags-detail-right-music a{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.tags-detail-right-music .fengmian{
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    overflow: hidden;
}

.tags-detail-right-music .fengmian .avatar{
    width: 100%;
    height: 100%;
}

.tags-detail-right-music .fengmian .tag-img{
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.tags-detail-right-music p{
    width: 74%;
    margin-left: 10px;
    color: #ffffff;
}

.tags-detail-right-gedan{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tags-detail-right-gedan a{
    display: inline-block;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 15px;
}

.tags-detail-right-gedan a:nth-child(2n){
    margin-right: 0;
}


.tags-detail-right-gedan p{
    color: #D2D2D2;
}

.tags-detail-right-gedan img{
    width: 100%;
    height: 89px;
    border-radius: 10px;
    object-fit: cover;
}


/* 插件模块 */
.chajian-left{
    width: 72.3%;
}

.chajian-right{
    width: 26%;
}

.chajian-left h2{
    color: #515365;
    width:80%;
}

.download-chajian{
    width: 119px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #FA6342;
    border-radius: 30px;
}

.collect-chajian{
    width: 119px;
    height: 40px;
    line-height: 40px;
    color: #515365;
    background-color: #EDF2F6;
    border-radius: 30px;
}

.collect-chajian-end{
    width: 119px;
    height: 40px;
    line-height: 40px;
    color: #515365;
    background-color: #EDF2F6;
    border-radius: 30px;
}

.chajian-right-item{
    width: 100%;
}

.chajian-right-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chajian-right-item img{
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.chajian-right-item p{
    height: 38px;
    color: #515365;
}

.chajian-right-item-info{
    width:calc(100% - 85px);
}

.normalUser-music-list-item-hover{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 198px;
    background-color: rgba(0, 0, 0, .5);
    transition: all 250ms;
    border-radius: 6px;
}

.normalUser-music-list-item-hover .bf-img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
}

.normalUser-music-list-item-time{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff;
}

.normalUser-music-list-item:hover .normalUser-music-list-item-hover {
    opacity:1;
    transition: all 250ms;
}


.latest-chajian-item{
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6ECF5;
    color: #515365;
}

.latest-chajian-item a{
    color: #666666;
}

.latest-chajian-item:last-child{
    border-bottom: 0;
}



/* 招聘 */
.zhaopin-left{
    width: 810px;
}

.zhaopin-right{
    position: sticky;
    top: 0;
    width: 310px;
}

.zhaopin-item{
    margin-bottom: 20px;
}

.zhaopin-item-avatar{
    position: relative;
    width: 45px;
}

.zhaopin-item-avatar .c-avatar{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.zhaopin-item-avatar .v-tag{
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 20px;
}
.zhaopin-tag{
    flex-wrap: wrap;
}

.zhaopin-tag span{
    display: inline-block;
    box-sizing: border-box;
    color: #FA6342;
    white-space: nowrap;
  
}

.zhaopin-tag .c-limit{
    color: #FA6342;
    margin: 0 10px;
    margin-bottom: 2px;
}

.zhaopin-tag .c-limit:last-child{
    display: none;
}

.zhaopin-img{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zhaopin-img img{
    width: 23.5%;
    margin-right: 2%;
    height: 190px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 2%;
}


.zhaopin-img img:nth-child(4n){
    margin-right: 0;
}

.zhaopin-ad{
    width: 100%;
    height: 297px;
    background-image: url('../images/zhaopin/4.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.zhaopin-ad a{
    display: inline-block;
    width: 121px;
    height: 42px;
    border-radius: 30px;
    text-align: center;
    line-height: 42px;
    margin: 20px auto auto auto;
    background-color: #FA6342;
    color: #ffffff;
}

.zhaopin-user{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zhaopin-user a{
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.zhaopin-user a:nth-child(3n){
    margin-right: 0;
}

.zhaopin-user .c-avatar{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.zhaopin-user .v-tag{
    position: absolute;
    right: 0;
    bottom: 0px;
}

.zhaoping-upload-imgWrap{
    display: flex;
    flex-wrap: wrap;
}

.zhaoping-upload-imgWrap .upload-fengmian-style{
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.zhaoping-upload-imgWrap .upload-fengmian-style:nth-child(3n){
    margin-right: 0;
}

.zhaoping-upload-imgWrap .upload-fengmian-style .close-img{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}





/* 商城样式 */
.shop-left{
    width: 810px;
}

.shop-right{
    width: 310px;
}

.shop-item{
    margin-bottom: 20px;
}

.shop-item-avatar{
    position: relative;
    width: 45px;
}

.shop-item-avatar .c-avatar{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.shop-item-avatar .v-tag{
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 20px;
}

.shop-tag .shop-tag-item{
    min-width: 12%;
    text-align: left;
    border-right: 1px solid #E6ECF5;
    margin-right: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}

.shop-tag .shop-tag-item:last-child{
    border-right: 0;
    margin-right: 0;
}

.shop-tag .shop-tag-item p:first-child{
    color: #92929E;
    font-size: 14px;
}

.shop-tag .shop-tag-item p:nth-child(2){
    color: #515365;
    font-size: 16px;
    margin-top: 20px;
}

.shop-img{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shop-img img{
    width: 23.5%;
    margin-right: 2%;
    height: 190px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 2%;
}


.shop-img img:nth-child(4n){
    margin-right: 0;
}

.shop-ad{
    width: 100%;
    height: 410px;
    background-image: url('../images/shop/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.shop-ad a{
    display: inline-block;
    width: 121px;
    height: 42px;
    border-radius: 30px;
    text-align: center;
    line-height: 42px;
    margin: 20px auto auto auto;
    background-color: #FA6342;
    color: #ffffff;
}

.shop-user{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shop-user a{
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.shop-user a:nth-child(3n){
    margin-right: 0;
}

.shop-user .c-avatar{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.shop-user .v-tag{
    position: absolute;
    right: 0;
    bottom: 0px;
}

.play-all-btn{
    width: 114px;
    height: 38px;
    border-radius: 20px;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    background-color: #FA6342;
    cursor: pointer;
}

.play-all-btn img{
    margin-right: 10px;
}

.shop-content{
    line-height: 1.5;
}

.fsbuxuzhi{
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px dashed #FA6342;
    background-color: #feefec;
    color: #515365;
    line-height: 25px;
}

.n-see {
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #FA6342;
    width: 150px;
    line-height: 35px;
    color: #FA6342;
    cursor: pointer;
}

/* 新的首页 */
.index-banner{
    width: 100%;
    height: 380px;
}

.index-banner a{
    display: block;
    width: 100%;
    height: 380px;
}

.index-banner a img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.zxdq-content-item .c-fengmian-wrap{
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 5px;
}

.zxdq-content-item .c-fengmian-wrap .fengmian{
    width: 100%;
    height: 100%;
    transition: all 250ms;
    object-fit: cover;
}



.zxdq-content-item:hover .fengmian{
    transform: scale(1.5);
    transition: all 250ms;
}

.zxdq-content-item-right{
    width: 74%;
    padding: 5px;
    box-sizing: border-box;
}

.zxdq-content{
    display: flex;
    flex-wrap: wrap;
}

.zxdq-content-item{
    width: 49%;
    margin-right: 2%;
}

.zxdq-content-item:nth-child(2n){
    margin-right: 0;
}

.zxdq-content-item:hover{
    background-color: #fff7f5;
}


.zxrz-item{
    position: relative;
    width: 85px;
    margin-right: 1.55%;
}

.zxrz-item:last-child{
    margin-right: 0;
}

.zxrz-item .fengmian-wrap{
    position: relative;
    display: block;
    width: 100%;
    height: 86px;
    border-radius: 5px;
    box-sizing: border-box;
}

.zxrz-item .fengmian{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.zxrz-item .fengmian-wrap .v-tag{
    position: absolute;
    right: -8px;
    bottom: -7px;
    width: 20px;
}

.zxrz-item a{
    color: #515365;
}

.zxrz-item p{
    color: #92929E;
    font-size: 12px;
}

.jbtq-wrap .jbtq-item{
    width: 24%;
    margin-right: 1.5%;
}

.jbtq-wrap .jbtq-item:last-child{
    margin-right: 0;
}

.jbtq-item .c-fengmian-wrap{
    position: relative;
    width: 100%;
    height: 258px;
}

.jbtq-item .fengmian{
    position: absolute;
    top: 0;
    z-index: 2;
    width:225px;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.c-fengmian-wrap .c-taoqu-bg{
    position: absolute;
    top: 19px;
    right: -1px;
    z-index: 1;
}

.c-fengmian-wrap .bg-tag-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 3;
    opacity: 0;
    transition: all 250ms;
}

.c-fengmian-wrap .bf-tag{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.jbtq-item p{
    width:225px;
    text-align: center;
    color: #515365;
}

.jbtq-item:hover .bg-tag-wrap{
    opacity: 1;
    transition: all 250ms;
}

.dysp-wrap .dysp-item{
    width: 24%;
    margin-right: 1.5%;
}

.dysp-wrap .dysp-item:last-child{
    margin-right: 0;
}


.dysp-item .c-fengmian-wrap{
    position: relative;
    width: 100%;
    height: 158px;
    border-radius: 6px;
    overflow: hidden;
}

.dysp-item .c-fengmian-wrap .fengmian{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    transition: all 250ms;
}


.dysp-item p{
    margin-top: 10px;
    color: #515365;
    font-size: 16px;
}

.cjgj-wrap .cjgj-item{
    width: 18.7%;
    height: 226px;
    margin-right: 1.4%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E6ECF5;
    color: #757A95;
    margin-bottom: 20px;
    transition: all 250ms;
}

.cjgj-wrap .cjgj-item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.cjgj-wrap .cjgj-item:nth-child(5n){
    margin-right: 0;
}

.cjgj-item-fengmian{
    position: relative;
    width: 100%;
    height: 137px;
}

.cjgj-item-fengmian img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cjgj-item-fengmian span{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 12px;
}

.jbzp-wrap ul{
    white-space: wrap;
    width: 100%;
}

.jbzp-wrap li{
    display: inline-block;
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.jbzp-wrap li:nth-child(3n){
    margin-right: 0;
}

.jbzp-wrap li i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #777;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px;
}

.index-mode-4{
    display: flex;
    justify-content: space-between;
}

.index-mode-4-item{
    width: 32.33%;
}

.index-mode-4-item-list a{
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.index-mode-4-item-list a .c-fengmian-wrap{
    width: 100px;
    height: 55px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 10px;
    overflow: hidden;
}

.index-mode-4-item-list a .c-fengmian-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 250ms;
}

.index-mode-4-item-list .c-right{
    width: calc(100% - 107px);
}

.index-mode-4-item-list a:hover p{
    color: #FA6342;
}


.index-mode-4-item-list a:hover img{
    transition: all 250ms;
    transform: scale(1.2);
}

.index-mode-4-item-zhishi{
    width: 100%;
}

.index-mode-4-item-zhishi a{
    display: flex;
    margin-top: 10px;
}

.index-mode-4-item-zhishi-left{
    width: 98px;
    height: 98px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}


.index-mode-4-item-zhishi-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 250ms;
}

.index-mode-4-item-zhishi-right{
    width: calc(100% - 113px);
}

.index-mode-4-item-zhishi-right .c-title{
    margin-bottom: 5px;
}

.index-mode-4-item-zhishi a:hover .c-title{
    color: #FA6342;
}

.index-mode-4-item-zhishi a:hover img{
    transform: scale(1.2);
    transition: all 250ms;
}

.c-hover-item a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #E6ECF5;
    padding: 10px 0;
    box-sizing: border-box;
}

.c-hover-item .c-fengmian-wrap{
    width: 100px;
    height: 55px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 10px;
    overflow: hidden;
}

.c-hover-item a .c-fengmian-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 250ms;
}

.c-hover-item .c-right{
    width: calc(100% - 120px);
}

.c-hover-item a:hover p{
    color: #FA6342;
}


.c-hover-item a:hover img{
    transition: all 250ms;
    transform: scale(1.2);
}

.c-hover-item .c-noHover{
    display: flex;
    align-items: center;
}

.c-hover-item .c-noHover span:first-child{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #9B9B9B;
    margin-right: 10px;
}

.c-hover-item .c-noHover span:nth-child(2){
    display: inline-block;
    width: 74%;
    margin-right: 2%;
}

.hover_control .c-hover{
    display: none;
}

.hover_control .c-noHover{
    display: flex;
}

.hover_active .c-hover{
    display: flex;
}

.hover_active .c-noHover{
    display: none;
}

/* 分割线 */

/* 网盘下载 ｓ*/
.c-Pan {
    width: 80%;
    margin: 0 auto 20px auto;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.c-Pan input {
    background-color: transparent;
    border: none;
}

.pan_show {
    font-size: 15px;
}

/* 网盘下载弹窗ｅ　 */

/* 工程文件s */
.ed-list-ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ed-list-ul .ed-list-li{
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 20px;
}

.ed-list-ul .ed-list-li:nth-child(4n){
    margin-right: 0;
}

.ed-list-li-fengmian-wrap{
    position: relative;
    width: 100%;
    height:245px;
    overflow: hidden;
}

.ed-list-li-fengmian-wrap .fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-list-li-fengmian-wrap span{
    position: absolute;
    left: 0;
    bottom: 0;
    padding:5px;
    background-color: #ffffff;
}

.ed-list-li-fengmian-wrap span font{
    display: inline-block;
    padding: 2px 10px;
    background-color: #FDD5CC;
    color: #FA6342;
    border-radius: 2px;
}

.ed-list-li .gc-btn{
    width: 74px;
    height: 29px;
    line-height: 29px;
    border-radius: 20px;
    background-color: rgba(250, 99, 66, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(250, 99, 66, 1);
}

/*  */
/* 容器样式 */
.lyric-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 搜索栏样式 */
.search-bar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    color: #FA6342;
    margin-right: 20px;
}

.search-input-wrap {
    position: relative;
    width: 300px;
}

.search-input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #FA6342;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('path/to/search-icon.png') no-repeat center;
    background-size: contain;
}

/* 详情页 */
.geci-lrc-download{
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #FA6342;
    color: #fff;
}


.geci-detail-left{
    width: 380px;
    background-color: #F2F2F5;
}


.geci-detail-right{
    width: 380px;
    background-color: #F2F2F5;
}

.geci-detail-left h2{
    font-size: 16px;
    color: #FA6342;
    text-align: center;
}

.geci-detail-right h2{
    font-size: 16px;
    color: #FA6342;
    text-align: center;
}

/* 歌手 */
/* 容器样式 */
.singer-list-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 每行4个 */
    gap: 20px; /* 项目之间的间距 */
    max-width: 1200px;
    margin: 0 auto;
}

/* 歌手项样式 */
.singer-item {
    text-align: center;
}

.singer-item img{
    margin: 0 auto;
}

.avatar {
    width: 100px; /* 头像宽度 */
    height: 100px; /* 头像高度 */
    border-radius: 50%; /* 圆形 */
    object-fit: cover; /* 保持比例 */
}

.singer-name {
    margin-top: 10px; /* 名字与头像之间的间距 */
    font-size: 16px; /* 字体大小 */
    color: #333; /* 字体颜色 */
}



.singerDetail-top{
    background-color: #ffffff;
}

.singerDetail-top img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.singerDetail-top-right{
    width: calc(100% - 145px);
}

.singerDetail-item{
    background-color: #ffffff;
}

.singerDetail-item h3{
    border-left: 6px solid #F48D37;
    padding-left: 10px;
}