.bangding-style {
    color: #3D8DA1;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 12px;
}

.bangding-style:hover {
    color: #256f83;
}

.user-contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.user-contact-row .layui-input {
    flex: 1;
    min-width: 220px;
}

.contact-switch {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.form-label-required {
    color: #F55067;
    margin-right: 4px;
    font-weight: 600;
}

.c-form .layui-form-label {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.email-verify-section {
    margin-top: 16px;
}

.email-verify-section > * + * {
    margin-top: 14px;
}

.email-image-code-input,
.email-verify-controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.email-image-code-input > *:not(:last-child),
.email-verify-controls > *:not(:last-child) {
    margin-right: 16px;
}

.email-verify-controls .email-update-code {
    flex: 1;
    min-width: 220px;
}

.email-verify-controls .email-verify-btn {
    flex-shrink: 0;
}

.email-image-code-box {
    flex-shrink: 0;
}

.email-image-code-box {
    width: 160px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    overflow: hidden;
    line-height: 0;
}

.email-image-code-box .email-image-code-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .user-contact-row {
        flex-direction: column;
        align-items: stretch;
    }

    .bangding-style {
        margin: 0;
        order: 2;
    }

    .contact-switch {
        margin-left: 0;
        justify-content: flex-start;
        order: 3;
    }

    .c-form .layui-form-label {
        justify-content: flex-start;
        white-space: normal;
        margin-bottom: 6px;
    }

    .email-image-code-input > *:not(:last-child),
    .email-verify-controls > *:not(:last-child) {
        margin-right: 0;
    }

    .email-image-code-box,
    .email-verify-controls .email-verify-btn {
        width: 100%;
        margin-top: 12px;
        justify-content: center;
    }

    .email-verify-controls {
        align-items: stretch;
    }

    .email-verify-controls .email-update-code {
        min-width: 100%;
    }
}

.add-adress .layui-unselect{
    width: 212px;
}
/* 激活碼樣式 */
.activation-code-form {
    margin-top: 20px;
}

.activation-input {
    flex: 1;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.activation-input:focus {
    border-color: #3F68DF;
    box-shadow: 0 0 0 2px rgba(63, 104, 223, 0.1);
}

.activation-btn {
    height: 40px;
    padding: 0 20px;
    background: linear-gradient(135deg, #3F68DF 0%, #5B7FFF 100%);
    color: white;
    border: none;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 80px;
}

.activation-btn:hover {
    background: linear-gradient(135deg, #2E5BDB 0%, #4A6BFF 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(63, 104, 223, 0.3);
}

.activation-btn:active {
    transform: translateY(0);
}

.activation-result {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

.activation-result.success {
    background-color: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.activation-result.error {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* 头部 */
.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: #283238;
    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: 15px;
    color: #B9B9B9;
    margin-right: 15px;
    cursor: pointer;
    height: 66px;
    line-height: 66px;
}

.header-tab{
    width: 46%;
}

.header-tab-list{
    position: absolute;
    top: 65px;
    width: 150px;
    display: none;
    background: linear-gradient(83deg,#fc7583 6%, #fb354a 100%);
    border-radius: 6px;
    padding: 5px 0;
    box-sizing: border-box;
    left: -55px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.header-tab-list li{
    display: block;
    height: 35px;
}

.header-tab .header-tab-item:hover .header-tab-list{
    display: block;
}

.header-tab-list-s {
    position:relative;
    top: -35px;
    width: 150px;
    display: none;
    background: linear-gradient(83deg,#fc7583 6%, #fb354a 100%);
    border-radius: 6px;
    padding: 5px 0;
    box-sizing: border-box;
    left: 151px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.header-tab-list-ss {
    position: absolute;
    top: 0px;
    width: 150px;
    display: block;
    background: linear-gradient(83deg,#fc7583 6%, #fb354a 100%);
    border-radius: 6px;
    padding: 5px 0;
    box-sizing: border-box;
    left: 151px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.header-tab .header-tab-item:hover .header-tab-list:hover>li:hover .header-tab-list-s{
    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: #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.header-tab-list .active{
    color: #3cb46e;
}

.header-tab-list a:hover{
    color: #B9B9B9;
    background: #fff;
}

.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: #797979;
    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: #3cb46e;
    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: #3cb46e;
}

.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: #3cb46e;
    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: #3cb46e;
    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 #3cb46e;
    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: #3cb46e;
}

.dynamic-content-tab .active::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #3cb46e;
    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:#3cb46e;
}

.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: #3cb46e;
}

.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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: 256px;
    height: 234px;
    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: 75%;
}

.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: -2px;
    bottom: 0px;
    width: 20px;
}

.danqu-detail-right-name{
    display: inline-block;
    color: #3cb46e;
    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;
}

.originalInfo {

	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: #3cb46e;
    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: #3cb46e;   
}

.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 #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: 100vw;
    height: 100vh;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0f2e 50%, #0a0a0a 100%);
    background-image: url('https://uploads.pthedm.com/uploads/image/20240405/FmoS9qGRPxnrYzHHx9XT9u_nFGU1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    overflow: auto;
}

.login-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(26, 15, 46, 0.7) 50%, rgba(10, 10, 10, 0.8) 100%);
    z-index: 1;
}

/* 確保登入頁面填滿整個視窗 */
body.login-page {
    margin: 0;
    padding: 0;
    background: transparent !important;
    min-height: 100vh;
    overflow-x: hidden;
}

html.login-page {
    height: 100%;
    overflow-x: hidden;
}

/* 全局樣式重置，確保沒有多餘的邊距 */
* {
    box-sizing: border-box;
}

/* 確保html和body元素填滿整個視窗 - 僅針對登錄頁面 */
html.login-page, body.login-page {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* 登入頁面特殊樣式 */
body.login-page {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh !important;
    overflow-x: hidden;
    overflow-y: auto;
}

/* 個人中心頁面樣式 - 恢復正常佈局 */
body:not(.login-page) {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    min-height: 100vh;
    padding-top: 60px; /* 為固定導航欄留出空間 */
}

/* 響應式設計 - 個人中心頁面 */
@media (max-width: 768px) {
    body:not(.login-page) {
        padding-top: 50px; /* 移動端導航欄較矮 */
    }
}

/* 登入頁面容器 */
.login-wrap{
    position: relative;
    z-index: 10;
    margin: 2rem auto;
    width: 1100px;
    max-width: 95%;
    display: flex;
    gap: 2rem;
    animation: fadeInUp 0.8s ease;
    min-height: calc(100vh - 200px);
}

/* 響應式設計優化 */
@media (max-width: 768px) {
    .login-bg {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        overflow: auto;
    }
    
    .login-wrap {
        flex-direction: column;
        width: 95%;
        margin: 1rem auto;
        min-height: auto;
        padding: 1rem;
    }

    .login-wrap-left,
    .login-wrap-right {
        width: 100%;
        margin-bottom: 1rem;
    }

    .login-wrap-left {
        padding: 2rem 1rem;
    }

    .login-wrap-right {
        padding: 2rem 1rem;
    }

    .welcome-title {
        font-size: 1.8rem;
    }

    .login-wrap-left h2 {
        font-size: 1.8rem;
    }

    .c-login-tab {
        flex-direction: column;
        gap: 0.5rem;
    }

    .c-login-tab a {
        margin: 0;
        padding: 0.5rem 1rem;
    }

    .social-login {
        gap: 1rem;
    }
}

/* 確保在小螢幕上背景圖片正確顯示 */
@media (max-height: 600px) {
    .login-bg {
        background-size: cover;
        background-position: center;
        overflow: auto;
    }
    
    .login-wrap {
        margin: 0.5rem auto;
        min-height: auto;
        padding: 0.5rem;
    }
    
    .login-wrap-left,
    .login-wrap-right {
        padding: 1.5rem 1rem;
    }
}

/* 超寬螢幕優化 */
@media (min-width: 1920px) {
    .login-bg {
        background-size: cover;
        background-position: center;
    }
    
    .login-wrap {
        width: 1400px;
        max-width: 90%;
    }
}

/* 確保在各種設備上背景圖片都能正確顯示 */
@media (max-width: 480px) {
    .login-bg {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        overflow: auto;
    }
    
    .login-wrap {
        margin: 0.5rem auto;
        padding: 0.5rem;
        width: 98%;
    }
    
    .login-header {
        padding: 1rem 0.5rem;
    }
    
    .login-wrap-left,
    .login-wrap-right {
        padding: 1rem 0.5rem;
    }
    
    .welcome-title {
        font-size: 1.5rem;
    }
    
    .login-wrap-left h2 {
        font-size: 1.5rem;
    }
}

.login-header{
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 2rem 3rem;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.1);
}

.login-header-toIndex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 45px;
    border-radius: 25px;
    color: #3cb46e;
    font-size: 16px;
    text-align: center;
    border: 2px solid #3cb46e;
    background: rgba(60, 180, 110, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
}

.login-header-toIndex:hover{
    color: #ffffff;
    background: #3cb46e;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(60, 180, 110, 0.3);
}

.login-header-toIndex img{
    width: 20px;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.login-wrap-left{
    flex: 1;
    background: rgba(30, 30, 30, 0.9);
    text-align: center;
    padding: 4rem 2rem;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(60, 180, 110, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-wrap-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(60, 180, 110, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}

.login-wrap-right{
    flex: 1;
    background: rgba(30, 30, 30, 0.9);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(60, 180, 110, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}

.login-wrap-right::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #3cb46e, #aa3cff, #ff53b4);
    border-radius: 22px;
    z-index: -1;
    opacity: 0.3;
}

.login-wrap-left img{
    width: 60%;
    max-width: 300px;
    margin-bottom: 2rem;
    animation: float 6s ease-in-out infinite;
}

.login-wrap-left h2{
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #3cb46e, #aa3cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 動畫效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* 載入動畫 */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #3cb46e;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.c-login-item .layui-form-checked:hover {
	color: #3cb46e;
}

.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: #3cb46e !important;
	color: #fff;
}

.c-login-tab {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	padding: 0.5rem;
	backdrop-filter: blur(10px);
}

.c-login-tab a {
	padding: 0.8rem 2rem;
	margin: 0 0.5rem;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none !important;
	border-radius: 10px;
	transition: all 0.3s ease;
	font-weight: 500;
	position: relative;
}

.c-login-tab a:hover,
.c-login-tab a.c-login-tab-active {
	color: #ffffff;
	background: linear-gradient(45deg, #3cb46e, #aa3cff);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
}

.c-login-tab a:active {
	text-decoration: none !important;
}


.c-login-wrap form {
	width: 100%;
	padding: 3px 0;
	box-sizing: border-box;
	animation: fadeInUp 0.5s ease;
}

.c-login-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.c-login-item .layui-form-checkbox {
	color: rgba(255, 255, 255, 0.7);
}

.c-login-item .layui-form-checkbox:hover {
	color: #3cb46e;
}

.c-phone-in {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 1.5rem;
}

.c-login-switch {
	margin-bottom: 20px;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.c-phone-in input {
	width: 100%;
	height: 100%;
	padding: 0 1.5rem;
	box-sizing: border-box;
	transition: all 0.3s ease;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	font-size: 16px;
	backdrop-filter: blur(10px);
}

.c-phone-in input:focus {
	border-color: #3cb46e;
	background: rgba(60, 180, 110, 0.1);
	box-shadow: 0 0 20px rgba(60, 180, 110, 0.2);
	transition: all 0.3s ease;
}

.c-phone-in input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.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 {
	color: #3cb46e;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.c-forget-in:hover {
	color: #aa3cff;
	text-shadow: 0 0 10px rgba(170, 60, 255, 0.5);
}

.c-phone-in-sub {
	width: 100%;
    text-align: center;
}

.c-phone-in-sub input {
	width: 100%;
	height: 55px;
	color: #ffffff;
	border-radius: 15px;
	cursor: pointer;
	background: linear-gradient(45deg, #3cb46e, #aa3cff);
	border: none;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.c-phone-in-sub input:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(60, 180, 110, 0.4);
}

.c-phone-in-other {
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-top: 2rem;
}

.c-phone-in-other p:first-child {
	border-bottom: none;
	padding-bottom: 0;
}

.c-phone-in-other p:nth-child(2) a {
	margin-right: 15px;
}

.c-phone-in-other .color {
	color: #3cb46e;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 600;
}

.c-phone-in-other .color:hover {
	color: #aa3cff;
	text-shadow: 0 0 10px rgba(170, 60, 255, 0.5);
}

.c-phone-check {
	width: 76%;
	height: 50px;
}

.c-phone-check input {
	width: 100%;
	height: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	transition: all 0.3s ease;
}

.c-phone-check input:focus {
	border-color: #3cb46e;
	background: rgba(60, 180, 110, 0.1);
	box-shadow: 0 0 20px rgba(60, 180, 110, 0.2);
}

.c-get-check {
	width: 20%;
	height: 50px;
}

.c-get-check button {
	width: 100%;
	height: 100%;
	border: 2px solid #3cb46e;
	border-radius: 15px;
	background: transparent;
	color: #3cb46e;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.c-get-check button:hover {
	background: #3cb46e;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
}

.c-get-check input,
.c-get-check button {
	width: 100%;
	height: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
	border: 2px solid #3cb46e;
	border-radius: 15px;
	color: #3cb46e;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: 500;
}

.c-get-check input:hover,
.c-get-check button:hover {
	background: #3cb46e;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
}


.c-phone-in i {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 18px;
	z-index: 10;
}

.c-phone-in i:hover {
	color: #3cb46e;
	transform: translateY(-50%) scale(1.1);
}

.c-phone-in input[type='password'] {
	padding-right: 3rem;
	box-sizing: border-box;
}


.c-login-content .layui-input {
    width: 100%;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
}

.c-login-content .layui-input:focus {
    border-color: #3cb46e;
    background-color: rgba(60, 180, 110, 0.1);
    box-shadow: 0 0 20px rgba(60, 180, 110, 0.2);
}

.c-login-content .z-phone-code-btn {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 15px;
    color: #3CB46E;
    border-color: #3CB46E;
    background-color: transparent;
    border: 2px solid;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.c-login-content .z-phone-code-btn:hover {
    background-color: #3CB46E;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
}

/* 邮箱验证码按钮禁用状态样式 */
.c-login-content .email-code-btn:disabled,
.c-login-content .email-code-btn.email-code-disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}

/* 邮箱验证码按钮正常状态 */
.c-login-content .email-code-btn:not(:disabled):not(.email-code-disabled) {
    cursor: pointer;
}
/* 邮箱登录输入框样式 */
.email-input input,
.email-password-field input,
.email-code-input input,
.email-image-code-input input {
    height: 55px !important;
    padding: 0 1.5rem !important;
    font-size: 16px !important;
}

.email-update-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.email-update-row .email-update-input {
    flex: 1;
    min-width: 220px;
}

.email-update-row .layui-form-switch {
    margin-left: auto;
    flex-shrink: 0;
}

.email-verify-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 650px;
    padding: 18px 20px;
    border: 1px solid #e3ecf3;
    border-radius: 12px;
    background-color: #f8fbff;
}

.email-image-code-input {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.email-update-image-code {
    flex: 1;
    min-width: 200px;
}

.email-image-code-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 55px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(34, 91, 136, 0.1);
}

.email-image-code-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.email-login-wrap .email-image-code-input {
	flex-wrap: nowrap;
	gap: 12px;
}

.email-login-wrap .email-image-code-input .c-phone-check {
	width: auto;
	flex: 1;
	min-width: 0;
}

.email-login-wrap .email-image-code-box {
	width: 96px;
	height: 48px;
}

.email-login-wrap .email-image-code-img {
	object-fit: contain;
}

@media (max-width: 540px) {
	.email-login-wrap .email-image-code-input {
		flex-wrap: wrap;
	}

	.email-login-wrap .email-image-code-box {
		width: 120px;
		height: 50px;
	}
}

.email-verify-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.email-verify-controls .email-update-code {
    flex: 1;
    min-width: 200px;
}

.email-verify-btn {
    min-width: 150px;
    height: 52px;
    background: linear-gradient(135deg, #3cb46e, #3f89f5);
    color: #ffffff;
    border: none;
    border-radius: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(63, 137, 245, 0.18);
}

.email-verify-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(63, 137, 245, 0.25);
}

.email-verify-btn[disabled] {
    background: #d4d4d4;
    color: #ffffff;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.email-verify-tip {
    margin: 0;
    font-size: 13px;
    color: #5f6c7b;
}

@media (max-width: 768px) {
    .email-verify-section {
        padding: 16px;
    }

    .email-verify-btn {
        width: 100%;
    }
}

.c-login-content .submit-btn {
    width: 100%;
    height: 55px;
    border-radius: 15px;
    background: linear-gradient(45deg, #3cb46e, #aa3cff);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 1.5rem 0;
    position: relative;
    overflow: hidden;
}

.c-login-content .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.c-login-content .submit-btn:hover::before {
    left: 100%;
}

.c-login-content .submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(60, 180, 110, 0.4);
}

.z-get-code {
    width: 160px;
    margin-left: 20px;
}

.z-get-code img {
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.z-get-code img:hover {
    transform: scale(1.05);
    border-color: #3cb46e;
    box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
}

.c-login-content input{
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
}

.c-login-content input:focus {
    border-color: #3cb46e;
    background-color: rgba(60, 180, 110, 0.1);
    box-shadow: 0 0 20px rgba(60, 180, 110, 0.2);
}

.c-login-content input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* 头部下拉菜单 */
.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;
    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: #3cb46e;
    font-size: 16px;
    border: 1px solid #3cb46e;
}

.user-toIndex img{
    width: 24px;
    margin-right: 10px;
}

.user-toIndex:hover{
    color: #3cb46e;
}

.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: #3cb46e;
    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: #3cb46e;
    background-color: #3cb46e;
}

.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #3cb46e;
}

.layui-form-select dl dd.layui-this{
    background-color: #3cb46e;
}

.c-form-btn{
    width: 200px;
    height: 55px;
    line-height: 26px;
    border-radius: 50px;
    background-color: #3cb46e;
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px #3cb46e;
}

.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:#3cb46e;
}

.user-music-tab .active{
    background-color: #FDD5CC;
    color:#3cb46e;
    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: #3cb46e;
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px #3cb46e;
}

.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: #3cb46e;
    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:#3cb46e;
    border: 1px solid #3cb46e;
    font-size: 18px;
    text-align: center;
}

.xiayibu-btn:hover {
    color:#3cb46e;
}

.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: #3cb46e;
}

/* 酒吧视频上传 */
.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: #3CB46E;
    font-size: 18px;
    text-align: center;
    border: 2px solid #3CB46E;
}

.login-header-toIndex img{
    width: 24px;
    margin-right: 10px;
}

.login-header-toIndex:hover{
    color: #3CB46E;
}


/* 用户充值 */
.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: #3cb46e;
    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: #3cb46e;
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px #3cb46e;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3cb46e !important;
    background-color: #3cb46e;
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3cb46e;
    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/pay/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/pay/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: #3cb46e;
    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: #3cb46e;
}

.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: #3cb46e;
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px #3cb46e;
}


.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: #3cb46e;
}

.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: #3cb46e!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: #3cb46e;
}

/* 首页广告 */
.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: #3cb46e;
    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: 40px;
    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: #3cb46e;
}

.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: #3cb46e;
    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: #3cb46e;
}
.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: #3cb46e;
    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: #3cb46e;
    white-space: nowrap;
  
}

.zhaopin-tag .c-limit{
    color: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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: #3cb46e;
    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 #3cb46e;
    background-color: #feefec;
    color: #515365;
    line-height: 25px;
}

.n-see {
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #3cb46e;
    width: 150px;
    line-height: 35px;
    color: #3cb46e;
    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: #3cb46e;
}


.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: #3cb46e;
}

.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: #3cb46e;
}


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

/* 分割线 */

/* 个人中心 */
.normal-user{
    display: inline-block;
    width: 62px;
    height: 22px;
    background: #b28850;
    border-radius: 11px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #FFFFFF;
}

.musicer-user{
    display: inline-block;
    width: 49px;
    height: 22px;
    background: #df5766;
    border-radius: 11px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #FFFFFF;
}

.bind-info-item{
    position: relative;
}

.bind-info-item a{
    color: #ffad14;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

/* 用户中心签到样式 */

.user-qd-content{
    margin-left: 30px;
    width: calc(100% - 199px);
}

.user-qd-content ul{
    width: 100%;
}

.user-qd-content ul>li{
    width: 80px;
    height: 100px;
    border-radius: 6px;
    background-color: #ebf7f6;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 30px;
    cursor: pointer;
}

.user-qd-content ul>li:last-child{
    margin-right: 0;
}

.user-qd-content ul>li .end_qd{
    display: none;
}

.user-qd-content ul .active .end_qd{
    display: inline-block;
}

.user-qd-content ul .active .no_qd{
    display: none;
}

.user-qd-content ul .active {
    background-color: #F8AF00;
    color: #FFDC8F;
}

.qdgz-content{
    width: 385px;
    height: 420px;
    background-image: url('../images/userIndex/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
}

.musicer-tongji-item{
    width: 23.5%;
    margin-right: 2%;
    padding: 15px;
    box-sizing: border-box;
    color: #ECECEC;
    margin-bottom: 20px;
    border-radius: 10px;
}

.musicer-tongji-item:nth-child(4n){
    margin-right: 0;
}

.jianbian-1{
    background: linear-gradient(#4261db 0%, #30aafc 100%);
}

.jianbian-2{
    background: linear-gradient(83deg,#fc7583 6%, #fb354a 100%);
}

.jianbian-3{
    background: linear-gradient(83deg,#fa92ed 6%, #f93cdf 100%);
}

.jianbian-4{
    background: linear-gradient(83deg,#e1c383 6%, #f9bd3c 100%);
}

.jianbian-5{
    background: linear-gradient(#8e42db 0%, #3048fc 100%);
}

.jianbian-6{
    background: linear-gradient(83deg,#eddb3f 6%, #2f7d22 100%);
}

.jianbian-7{
    background: linear-gradient(83deg,#92bcfa 6%, #23bfcd 100%);
}

.jianbian-8{
    background: linear-gradient(83deg,#924df1 6%, #f9713c 100%);
}

.musicer-tongji-item font{
    position: absolute;
    right: -11px;
    top: -7px;
    color: #FEA73D;
    font-size: 12px;
}

/* ============================================
   登錄頁面優化樣式 - 從HTML內聯樣式分離
   ============================================ */

/* CSS變量定義 */
:root {
    --primary-color: #3cb46e;
    --primary-dark: #2d8f56;
    --primary-light: #4fd17a;
    --accent-color: #aa3cff;
    --accent-secondary: #ff53b4;
    --bg-dark: #0a0a0a;
    --bg-card: rgba(30, 30, 30, 0.9);
    --text-light: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.7);
    --border-color: rgba(60, 180, 110, 0.2);
    --shadow-glow: 0 0 30px rgba(60, 180, 110, 0.3);
    --shadow-card: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* 登錄頁面專用樣式 - 已整合到上方統一版本 */

.login-page .login-header {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 2rem 3rem;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.1);
}

.login-page .login-header-toIndex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 45px;
    border-radius: 25px;
    color: var(--primary-color);
    font-size: 16px;
    text-align: center;
    border: 2px solid var(--primary-color);
    background: rgba(60, 180, 110, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
}

.login-page .login-header-toIndex:hover {
    color: var(--text-light);
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

.login-page .login-header-toIndex img {
    width: 20px;
    margin-right: 8px;
    transition: all 0.3s ease;
}

/* 登錄頁面容器樣式已整合到上方統一版本 */

.login-page .login-wrap-left {
    flex: 1;
    background: var(--bg-card);
    text-align: center;
    padding: 4rem 2rem;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
}

.login-page .login-wrap-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(60, 180, 110, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}

.login-page .login-wrap-left img {
    width: 60%;
    max-width: 300px;
    margin-bottom: 2rem;
    animation: float 6s ease-in-out infinite;
}

.login-page .login-wrap-left h2 {
    font-size: 2.5rem;
    color: var(--text-light);
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-page .login-wrap-right {
    flex: 1;
    background: var(--bg-card);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-card);
    position: relative;
}

.login-page .login-wrap-right::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color), var(--accent-secondary));
    border-radius: 22px;
    z-index: -1;
    opacity: 0.3;
}

.login-page .welcome-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2rem;
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-page .c-login-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 0.5rem;
    backdrop-filter: blur(10px);
}

.login-page .c-login-tab a {
    padding: 0.8rem 2rem;
    margin: 0 0.5rem;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
}

.login-page .c-login-tab a:hover,
.login-page .c-login-tab a.c-login-tab-active {
    color: var(--text-light);
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
}

/* Email登录切换按钮样式 */
.login-page .email-login-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0;
    padding: 0.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.email-login-switch .email-mode-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2rem;
    margin: 0;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-width: 140px;
    border: 1px solid transparent;
}

.email-login-switch .email-mode-toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.email-login-switch .email-mode-toggle:hover:before {
    left: 100%;
}

.email-login-switch .email-mode-toggle:hover {
    color: var(--text-light);
    border-color: transparent;
}

.email-login-switch .email-mode-toggle:hover,
.email-login-switch .email-mode-active {
    color: var(--text-light);
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
    transform: translateY(-2px);
}

.email-login-switch .email-mode-active:before {
    display: none;
}

.login-page .c-phone-in {
    position: relative;
    margin-bottom: 1.5rem;
}

.login-page .c-phone-in input {
    width: 100%;
    height: 50px;
    padding: 0 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-light);
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.login-page .c-phone-in input:focus {
    border-color: var(--primary-color);
    background: rgba(60, 180, 110, 0.1);
    box-shadow: 0 0 20px rgba(60, 180, 110, 0.2);
    outline: none;
}

.login-page .c-phone-in input::placeholder {
    color: var(--text-muted);
}

.login-page .c-phone-in i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 18px;
    pointer-events: auto;
}

.login-page .c-phone-in i:hover {
    color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}

/* 確保密碼輸入框有足夠的右邊距給眼睛圖標 */
.login-page .c-phone-in input[type='password'] {
    padding-right: 3rem !important;
    box-sizing: border-box;
}

.login-page .c-phone-in input[type='text'] {
    padding-right: 3rem !important;
    box-sizing: border-box;
}

/* 密碼顯示/隱藏圖標樣式 */
.c-phone-in {
    position: relative;
}

.c-phone-in .lookPassword {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 18px;
}

.c-phone-in .lookPassword:hover {
    color: #3cb46e;
    transform: translateY(-50%) scale(1.1);
}

/* 確保密碼輸入框有足夠的右邊距給眼睛圖標 */
.c-phone-in input[type='password'] {
    padding-right: 3rem;
    box-sizing: border-box;
}

.c-phone-in input[type='text'] {
    padding-right: 3rem;
    box-sizing: border-box;
}

.login-page .c-get-check button {
    width: 100%;
    height: 50px;
    border: 2px solid var(--primary-color);
    border-radius: 15px;
    background: transparent;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-page .c-get-check button:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(60, 180, 110, 0.3);
}

.login-page .submit-btn {
    width: 100%;
    height: 55px;
    border-radius: 15px;
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: var(--text-light);
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 1.5rem 0;
    position: relative;
    overflow: hidden;
}

.login-page .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.login-page .submit-btn:hover::before {
    left: 100%;
}

.login-page .submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(60, 180, 110, 0.4);
}

.login-page .c-phone-in-other {
    text-align: center;
    margin-top: 2rem;
}

.login-page .c-phone-in-other a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-page .c-phone-in-other a:hover {
    color: var(--accent-color);
    text-shadow: 0 0 10px rgba(170, 60, 255, 0.5);
}

.login-page .social-login {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.login-page .social-login a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.login-page .social-login a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-color: var(--primary-color);
}

.login-page .social-login img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.login-page .social-login a:hover img {
    transform: scale(1.1);
}

.login-page .agreement-text {
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 1.5rem 0;
}

.login-page .agreement-text a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.login-page .agreement-text a:hover {
    color: var(--accent-color);
}

.login-page .login-description {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* 動畫效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* 載入動畫 */
.login-page .loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: var(--primary-color);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* 響應式設計 */
@media (max-width: 768px) {
    .login-page .login-wrap {
        flex-direction: column;
        width: 95%;
        margin: 1rem auto;
    }

    .login-page .login-wrap-left,
    .login-page .login-wrap-right {
        width: 100%;
    }

    .login-page .welcome-title {
        font-size: 2rem;
    }

    .login-page .login-wrap-left h2 {
        font-size: 2rem;
    }

    .login-page .c-login-tab {
        flex-direction: column;
        gap: 0.5rem;
    }

    .login-page .c-login-tab a {
        margin: 0;
    }

    .login-page .email-login-switch {
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .email-login-switch .email-mode-toggle {
        flex: 1;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        min-width: 0;
    }

    .login-page .social-login {
        gap: 1rem;
    }
}

/* ============================================
   登錄彈窗樣式
   ============================================ */

/* 彈窗遮罩層 */
.login-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

/* 彈窗內容 */
.login-modal-content {
    position: relative;
    background: var(--bg-card);
    margin: 5% auto;
    padding: 0;
    width: 400px;
    max-width: 90%;
    border-radius: 20px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-color);
    backdrop-filter: blur(20px);
    animation: slideInUp 0.4s ease;
}

/* 彈窗頭部 */
.login-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--border-color);
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    border-radius: 20px 20px 0 0;
}

.login-modal-header h3 {
    color: var(--text-light);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.login-modal-close {
    color: var(--text-light);
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.login-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

/* 彈窗主體 */
.login-modal-body {
    padding: 2rem;
    text-align: center;
}

/* OAuth授權容器 */
.oauth-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.oauth-wrapper {
    position: relative;
    width: 400px;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--text-light);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 3px solid var(--primary-color);
}

.oauth-iframe {
    width: 100%;
    height: 100%;
    border: none;
    transition: all 0.3s ease;
}

.oauth-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.oauth-wrapper.loaded .oauth-overlay {
    opacity: 0;
    pointer-events: none;
}

.oauth-loading {
    text-align: center;
    color: var(--text-light);
}

.oauth-loading p {
    margin: 0;
    font-size: 14px;
    color: var(--text-muted);
}

.oauth-tip {
    color: var(--text-muted);
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

/* 彈窗動畫 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 響應式設計 */
@media (max-width: 768px) {
    .login-modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .oauth-wrapper {
        width: 95%;
        height: 400px;
    }
    
    .login-modal-header {
        padding: 1rem 1.5rem;
    }
    
    .login-modal-body {
        padding: 1.5rem;
    }
}

/* ============================================
   手机号修改
   ============================================ */
.phone-change-container {
    width: 100%;
    max-width: none;
    margin: 30px auto 0;
}

.phone-change-header {
    padding: 24px 28px;
    background: #f7f9fc;
    border-radius: 10px;
    border: 1px solid #ebf0f6;
    color: #2c3e50;
    line-height: 1.6;
}

.phone-change-current {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    font-size: 15px;
}

.phone-change-current-label {
    color: #75859f;
    margin-right: 12px;
}

.phone-change-current-value {
    font-weight: 600;
    color: #141f33;
}

.phone-change-desc {
    margin: 0 0 14px;
    color: #50617c;
    font-size: 14px;
}

.phone-change-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.phone-change-steps li {
    padding-left: 20px;
    font-size: 13px;
    color: #5a6b85;
    position: relative;
}

.phone-change-steps li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5092ff;
    top: 8px;
    left: 6px;
}

.phone-change-form {
    width: 100%;
    max-width: none;
    margin-top: 32px;
    padding: 28px 32px 10px;
    border: 1px solid #edf1f5;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(17, 36, 68, 0.05);
}

.phone-change-item {
    margin-bottom: 24px;
}

.phone-change-form .layui-form-label {
    width: 120px;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    color: #324056;
}

.phone-change-form .layui-input-block {
    margin-left: 150px;
}

.phone-change-form .layui-input-inline {
    margin-left: 0;
    margin-right: 12px;
}

.phone-change-input .layui-input {
    height: 42px;
}

.phone-change-code .layui-input {
    width: 180px;
    height: 42px;
}

.phone-change-captcha img {
    width: 110px;
    height: 42px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #d7dee9;
    cursor: pointer;
}

.phone-change-action .layui-btn {
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
}

.phone-change-action .layui-btn-primary {
    border-color: #5092ff;
    color: #5092ff;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.phone-change-action .layui-btn-primary:hover {
    color: #fff;
    background: #5092ff;
}

.phone-change-button-loading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.phone-change-submit {
    min-width: 168px;
    height: 42px;
    line-height: 42px;
}

.form-label-required {
    display: inline-block;
    width: 6px;
    margin-right: 4px;
    color: #ff4d4f;
}

@media screen and (max-width: 768px) {
    .phone-change-container {
        margin: 20px 0 0;
    }

    .phone-change-form {
        padding: 20px 18px 4px;
    }

    .phone-change-form .layui-form-label {
        width: 100px;
    }

    .phone-change-form .layui-input-block {
        margin-left: 130px;
    }

    .phone-change-code .layui-input {
        width: 150px;
    }

    .phone-change-action .layui-btn {
        padding: 0 16px;
    }
}

/* 个人中心 */
/* 资产部分样式 - 卡片式布局 */
.asset-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.asset-card {
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    border: 1px solid #e6ecf5;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.asset-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #d0d7e0;
}

.asset-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.asset-card-money .asset-card-icon {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: #ffffff;
}

.asset-card-score .asset-card-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #ffffff;
}

.asset-card-commission .asset-card-icon {
    background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
    color: #ffffff;
}

.asset-card-vip .asset-card-icon {
    background: linear-gradient(135deg, #42a5f5 0%, #1e88e5 100%);
    color: #ffffff;
}

.asset-card-conversion .asset-card-icon {
    background: linear-gradient(135deg, #66bb6a 0%, #43a047 100%);
    color: #ffffff;
}

/* 会员到期和转换到期在第二行横向排列，均匀分配三列宽度 */
.asset-card-group {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.asset-card-group .asset-card {
    margin: 0;
}

.asset-card-content {
    flex: 1;
    min-width: 0;
}

.asset-card-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    white-space: nowrap;
}

.asset-card-value {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-all;
}

.asset-value-money {
    color: #DB3F3F;
}

.asset-value-score {
    color: #FA41E0;
}

.asset-value-commission {
    color: #f28f06;
}

.asset-value-vip {
    color: #3F68DF;
}

.asset-value-conversion {
    color: #5C9BD1;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .asset-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .asset-card {
        padding: 15px;
        gap: 12px;
    }
    
    /* 移动端会员到期和转换到期各占一列 */
    .asset-card-vip,
    .asset-card-conversion {
        grid-column: span 1;
    }
    
    .asset-card-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .asset-card-value {
        font-size: 16px;
    }
}