/*:root {*/
/*    !*主要页面 背景颜色*!*/
/*    --bg-color: #DDDDDD;*/
/*    --light-black-dark-white: #000;*/
/*    --light-white-dark-black: #fff;*/
/*    !*内容框 背景颜色*!*/
/*    --content-bg-color: #FFFFFF;*/

/*        --more-mask-color: #9a9a9a;*/

/*     !*主要 文字颜色*!*/
/*    --main-font-color: #000000;*/
/*    !*次要 文字颜色*!*/
/*    --sub-font-color: #666666;*/

/*    !*按钮*!*/
/*    --rounded-btn-bg-color:#F1F1F1;*/
/*    --rounded-btn-text-color:#666666;*/
/*    --rounded-btn-svg-color:#000000;*/

/*    --rounded-segment-border:1px solid #A1A1A1;*/
/*    --theme-light-show: block;*/
/*    --theme-dark-show: none;*/

/*    !*List*!*/
/*    --list-item-bottom-line:1px solid #ECECEC;*/
/*    --list-item-hover-color: #eaeaea;*/

/*    !*tab页 主要内容背景颜色*!*/
/*    --tab-main-bg-color: #f8f8f8;*/
/*    !*Tab*!*/
/*    --tabbar-box:0px 1px 0 0 #f8f8f8, 0 0 0 1px #DDDDDD;*/
/*    --tabbar-border-line-color:#DDDDDD;*/
/*    --content-split-line-color:#ffffff;*/

/*    !*Beat*!*/
/*    --beat-item-bg-color:#FFFFFF;*/
/*    --beat-item-current-bg-color:#333333 !important;;*/
/*    --beat-item-passed-bg-color:#9840E4 !important;*/
/*    --beat-item-border:1px solid #F0F0F0;*/
/*    --beat-item-text-color:#333333;*/
/*    --beat-item-chord-color:#ffffff;*/
/*    --beat-item-current-text-color:#FFFFFF;*/
/*    --beat-item-measure-bg:linear-gradient(to right, #A1A1A1, #A1A1A1);*/

/*    !*Chord Lyrics*!*/
/*    --lyrics-default-text-color: #666666;*/
/*    --lyrics-hilight-text-color: #9E43ED;*/
/*    --lyrics-chord-font-weight: 500;*/
/*    --lyrics-hilight-img-bg: url("/static/img/lyrics_bg_black.jpg");*/
/*}*/

:root {
        /*主要页面 背景颜色*/
    --beat-item-chord-color:#ffffff;

    --bg-color: #212121;
    --light-black-dark-white: #fff;
    --light-white-dark-black: #000;
    /*内容框 背景颜色*/
    --content-bg-color: #282828;
    --more-mask-color: #000000;
    /*主要 文字颜色*/
    --main-font-color: #FFFFFF;
    /*次要 文字颜色*/
    --sub-font-color: #CCC;

    /*按钮*/
    --rounded-btn-bg-color:#424242;
    --rounded-btn-text-color:#CCC;
    --rounded-btn-svg-color:#FFFFFF;
    --theme-light-show: none;
    --theme-dark-show: block;

    --rounded-segment-border:1px solid rgb(65, 65, 65);

    /*List*/
    --list-item-bottom-line:1px solid rgb(51, 51, 51);
    --list-item-hover-color: #1c1c1c;

    /*tab页 主要内容背景颜色*/
    --tab-main-bg-color: #000000;
    /*Tab*/
    --tabbar-box:0px 1px 0 0 #000000, 0 0 0 1px #333333;
    --tabbar-border-line-color:#333333;
    --content-split-line-color:#474444;

    /*Beat*/
    --beat-item-bg-color:#2E2E2E;
    --beat-item-current-bg-color:#9E43EC !important;
    --beat-item-passed-bg-color:#9840E4 !important;
    --beat-item-border:1px solid black;
    --beat-item-text-color:#ccc;
    --beat-item-current-text-color:#ccc;
    --beat-item-measure-bg:linear-gradient(to right, #4F4F4F, #6C6C6C);

    /*Chord Lyrics*/
    --lyrics-default-text-color: #999;
    --lyrics-hilight-text-color: #9E43ED;
    --lyrics-chord-font-weight: 300;
    --lyrics-hilight-img-bg: url("https://cdn.lamucal.com/public/static/img/lyrics_bg.jpg");
}

.dark-mode {
    /*主要页面 背景颜色*/
    --beat-item-chord-color:#cccccc;

    --bg-color: #212121;
    --light-black-dark-white: #fff;
    --light-white-dark-black: #000;
    /*内容框 背景颜色*/
    --content-bg-color: #282828;
    --more-mask-color: #000000;
    /*主要 文字颜色*/
    --main-font-color: #FFFFFF;
    /*次要 文字颜色*/
    --sub-font-color: #CCC;

    /*按钮*/
    --rounded-btn-bg-color:#424242;
    --rounded-btn-text-color:#CCC;
    --rounded-btn-svg-color:#FFFFFF;
    --theme-light-show: none;
    --theme-dark-show: block;

    --rounded-segment-border:1px solid rgb(65, 65, 65);

    /*List*/
    --list-item-bottom-line:1px solid rgb(51, 51, 51);
    --list-item-hover-color: #1c1c1c;

    /*tab页 主要内容背景颜色*/
    --tab-main-bg-color: #000000;
    /*Tab*/
    --tabbar-box:0px 1px 0 0 #000000, 0 0 0 1px #333333;
    --tabbar-border-line-color:#333333;
    --content-split-line-color:#474444;

    /*Beat*/
    --beat-item-bg-color:#2E2E2E;
    --beat-item-current-bg-color:#9E43EC !important;
    --beat-item-passed-bg-color:#9840E4 !important;
    --beat-item-border:1px solid black;
    --beat-item-text-color:#ccc;
    --beat-item-current-text-color:#ccc;
    --beat-item-measure-bg:linear-gradient(to right, #4F4F4F, #6C6C6C);

    /*Chord Lyrics*/
    --lyrics-default-text-color: #999;
    --lyrics-hilight-text-color: #9E43ED;
    --lyrics-chord-font-weight: 300;
    --lyrics-hilight-img-bg: url("https://cdn.lamucal.com/public/static/img/lyrics_bg.jpg");
}



.lang-dark {
    align-content: center;
    justify-content: center;
    margin: 30px auto 0;
    padding: 4px 12px;
    /*width: 100%;*/
    display: none;
}

.lang-dark .theme {
    margin-left: 20px;
}

.lightShow {
    display: var(--theme-light-show);
}
.darkShow {
    display: var(--theme-dark-show);
}


body {
    background-color: var(--bg-color);
}




a {
    color: white;
}

/*a:active {*/
/*    color: #ccc;*/
/*       }*/
a:hover {
    color: #ccc;
}


a:focus {
    color: #ccc;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mr40 {
    margin-right: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.padding_bottom_None {
    padding: 0 !important;
}

.hidden {
    display: none !important;
}

.displayBlock {
    display: block !important;
}

.show {
    display: block !important;
    cursor: pointer;
}

.cur_pointer {
    cursor: pointer;
}

.cur_not_allowed {
    cursor: not-allowed !important;
    opacity: 0.4;
}

.opacity2 {
    opacity: 0.2;
}

.opacity5 {
    opacity: 0.5;
}

.noScrollbar::-webkit-scrollbar {
    display: none;
}

.ellipsis1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ and Edge */
    user-select: none;
    /* Standard syntax */
}

img {
    display: block;
}

.dis_flex {
    display: flex !important;
}

.positionRelative {
    position: relative;
}

.align_center {
    align-items: center;
}

.index {
    width: 100%;
}

.header_title {
    width: calc(100vw - var(--scrollbar));
    position: sticky;
    top: 0;
    left: 0;
    background-color: #141414;
    z-index: 2;
}

.noticeBox {
    width:calc(100vw - var(--scrollbar)) !important;
    min-height: 40px;
    background-color: #0f1629;
    position: relative;
    display: flex;
    align-items: center;
}

.noticeBox .text_box {
    white-space: wrap;
    /* word-break: break-all; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: rgb(225, 231, 239);
    font-size: 12px;
    line-height: 16px;
    /* position: absolute;
    top: 50%; */
    /* left: 50%;
    transform: translate(-50%, -50%); */
    /* animation: moveNoticeBox 20s linear infinite; */
    padding: 10px 20px;
    /* font-family: Arial; */
    /* letter-spacing: 2px; */
}

@keyframes moveNoticeBox {
    0% {
        left: 100%;
        transform: translate(0%, -50%);
    }

    100% {
        left: 0;
        transform: translate(-100%, -50%);
    }
}

.noticeBox .text_box .closeNotice {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.noticeBox .text_box .news {
    color: #f40;
}

.header_title .searchBig {
    width: 100%;
    height: 80px;
    background-color: #000;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_title .searchBig .searchInputbox {
    width: 700px;
    height: 40px;
    box-sizing: border-box;
    position: relative;
}

.header_title .searchBig .searchInput {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.header_title .searchBig .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.header_title .box {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10vw;
    box-sizing: border-box;
    position: relative;
}

.header_title .box .left {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100%;
}

.header_title .box .left .logo {
    flex-shrink: 0;
    display: block;
    width: 136px;
    height: 32px;
    background-size: cover;
    background-image: url(/static/img/logo.webp);
}

.header_title .box .left .logoTwo {
    display: none;
    width: 32px;
    height: 34px;
    background-size: cover;
    background-image: url(https://cdn.lamucal.com/public/static/img/smallImg/logo.webp);
}

.header_title .left .list {
    width: calc(100% - 154px);
    height: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    position: absolute;
    top: 50%;
    left: 150px;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.header_title .list .item {
    /*height: 60px;*/
    margin: 0 10px;
    padding: 4px 10px 0;
    /*line-height: 60px;*/
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-wrap: nowrap;
    white-space: nowrap;
    opacity: 60%;
}

.header_title .list .item:hover,
.header_title .list .itemClick {
    /*border-bottom: 2px solid #ccc;*/
    opacity: 100%;
}

.header_title .box .right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
}

.header_title .right .vip {
    padding: 0 12px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, rgb(89, 47, 205), rgb(158, 67, 237));
    border-radius: 14px;
    margin: 0 5px;
    cursor: pointer;
}


.header_title .right .vip span {
    color: #ccc;
    display: inline-block;
    margin-left: 10px;
    line-height: 28px;
    font-size: 14px;
}

.header_title .right .iphone {
    padding: 0 10px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(78, 78, 78);
    border-radius: 14px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 60%;
}

.header_title .right .iphone span {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    line-height: 28px;
    font-size: 14px;
}

.header_title .right .lang {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.header_title .right .lang span {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    opacity: 60%;
}
.header_title .right .lang .nav-lang {
    opacity: 60%;
}

.header_title .right .lang:hover .tab_list,
.header_title .right .lang .tab_list:hover {
    visibility: visible;
}

.header_title .right .lang .tab_list {
    color: #ccc;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding: 4px;
    visibility: hidden;
    font-size: 14px;
}

.header_title .right .lang .item {
    padding: 8px 16px;
    width: 100%;
    box-sizing: border-box;
    /*color: #fff;*/
    white-space: nowrap;
    background-color: #000;
    border-radius: 4px;
}

.header_title .right .lang .item:hover,
.header_title .right .lang .itemClick {
    background-color: rgba(255, 255, 255, 0.3);
}

.header_title .right .theme {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    color: white;
    opacity: 0.6;
}

.header_title .right .theme svg {
    padding-right: 5px;
    width: 20px;
    height: 20px;
}

.header_title .right .theme .lightShow {
    display: var(--theme-light-show);
}
.header_title .right .theme .darkShow {
    display: var(--theme-dark-show);
}



.header_title .right .loginTabBox {
    position: relative;
    display: flex;
    cursor: pointer;
}

.header_title .right .loginTabBox .haveUserName {
    margin-left: 5px;
}

.header_title .right .loginTabBox:hover .tab_list,
.header_title .right .loginTabBox .tab_list:hover {
    visibility: visible;
}

.header_title .right .loginTabBox .tab_list {
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding: 4px;
    visibility: hidden;
    font-size: 14px;
}

.header_title .right .loginTabBox .item {
    padding: 8px 16px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    display: block;
}

.header_title .right .loginTabBox .item:hover,
.header_title .right .loginTabBox .itemClick {
    background-color: rgba(255, 255, 255, 0.3);
}



.header_title .right .user {
    width: 28px;
    height: 28px;
    margin: 0 10px;
    cursor: pointer;
}

.header_title .smallImg_more {
    width: 18px;
    height: 17px;
    display: none;
    flex-shrink: 0;
}

.header_title .smallImg_search {
    width: 18px;
    height: 18px;
    display: none;
    margin-right: 10px;
    flex-shrink: 0;
}

.header_title .more_box {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
}

.header_title .close {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.header_title .close .close_img {
    width: 12px;
    height: 12px;
    padding: 12px;
}

.header_title .close .logo {
    width: 144px;
    height: 34px;
}

.header_title .more_box .item {
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(50, 50, 51);
    z-index: 2;
}

.header_title .more_box .item .arrow {
    color: #d2c3c3;
}

.header_title .more_box .iconApp {
    width: 145px;
    height: 44px;
    margin: 20px auto;
}

.header_title .smallSearchBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    padding: 18px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header_title .smallSearchBox form {
    width: 100%;
    height: 100%;
}

.header_title .smallSearchBox .smallSearchInput {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-radius: 25px;
    box-sizing: border-box;
    color: #000;
}

.header_title .smallSearchBox .smallSearchInput::placeholder {
    color: #bbb;
}

.header_title .smallSearchBox .cancel {
    padding: 0 8px;
    flex-shrink: 0;
    white-space: nowrap;
}


.header_title .smallSearchBox2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #000;
    padding: 18px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


.header_title .smallSearchBox2 form {
    width: 100%;
    height: 100%;
}

.header_title .smallSearchBox2 .smallSearchInput {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-radius: 25px;
    box-sizing: border-box;
    color: #000;
}

.header_title .smallSearchBox2 .smallSearchInput::placeholder {
    color: #bbb;
}

.header_title .smallSearchBox2 .cancel {
    padding: 0 8px;
    flex-shrink: 0;
    white-space: nowrap;
}



.footer {
    width: calc(100vw - var(--scrollbar));
    min-height: 317px;
    background-color: #191919;
    box-sizing: border-box;
    border: 1px solid #000;
    overflow-x: auto;
    padding-bottom: 60px;
}

.footer::-webkit-scrollbar {
    display: none;
}

.footer .content {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding-top: 10px;
    box-sizing: border-box;
}

.footer .content a:hover {
    color: #fff;
}

.footer .one {
    margin-top: 40px;
}

.footer .one .imgOne {
    width: 139px;
    height: 34px;
}

.footer .one .imgTwo {
    width: 184px;
    height: 20px;
    margin-top: 24px;
}

.footer .two {
    color: #fff;
}

.footer .two .tit {
    width: 130px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(229, 231, 235, 0.2);
    margin-bottom: 20px;
}

.footer .three .tit {
    width: 100px;
}

.footer .four .tit {
    width: 278px;
}

.footer .two .con_text {
    color: rgb(115, 115, 115);
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}

.footer .two .QRcode {
    width: 107px;
    height: 107px;
    margin-right: 16px;
}

.footer .two .app {
    height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .two .app img {
    width: 145px;
    height: 44px;
    cursor: pointer;
}

.footer .select {
    width: 160px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid rgb(229, 231, 235);
    background-color: rgb(25, 25, 25);
    border-radius: 4px;
    position: relative;
        padding: 4px 12px;
}

.footer .select .arrow {
    font-size: 12px;
    color: rgba(229, 231, 235, 0.7);
    transition: transform 0.2s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer .select .arrowRotate {
    transform: translateY(-50%) rotate(180deg);
}

.footer .select .out_bg {
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
}

.footer .select .lang_list {
    width: 100%;
    height: 200px;
    padding: 4px 0;
    border: 1px solid #fff;
    border-radius: 4px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    z-index: 2;
}

.footer .select .lang_list .lang_listbox {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.footer .select .lang_list li {
    line-height: 32px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgb(0, 0, 0);
    padding: 0 12px;
    box-sizing: border-box;
}

.footer .select .lang_list .li_click {
    background-color: rgb(25, 25, 25);
    color: #fff;
}

.footer .app_icon {
    width: 182px;
    height: 20px;
    margin: 20px auto 80px;
    display: none;
}

.footer .icon_box {
    width: 308px;
    margin: 30px auto 0;
    display: none;
}

.footer .icon_box .icon_box_app {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .icon_box .icon_box_app img {
    width: 138px;
    height: 41px;
}

.footer .icon_box .logo {
    width: 145px;
    height: 34px;
    margin: 0 auto 30px;
}

.footer .authorSearch {
    width: 1280px;
    padding: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}

.footer .authorSearch .left {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: space-between;
    font-size: 14px;
}

.footer .authorSearch .left .title {
    font-weight: bold;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 44px;
}

.footer .authorSearch .left .item {
    color: #ccc;
    padding: 12px 12px;
}

.footer .authorSearch .left .item:hover {
    color: #fff;
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 999;
}

.dialogFix {
    z-index: 9999;
}

.pageLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9e43ed;
    font-size: 24px;
    line-height: 1.5;
}

.loading-icon {
    border: 2px solid transparent;
    /* Light grey */
    border-top: 2px solid #9e43ed;
    border-left: 2px solid #9e43ed;
    border-right: 2px solid #9e43ed;
    /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 6px auto;
}


.uploadFix .ingBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    border: 4px dashed #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
}

.uploadFixWhite {
    background-color: rgba(209, 180, 180, 0.3);
}

.uploadFixWhite .uploadCon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 384px;
    padding: 30px 20px;
    background-color: #000;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    line-height: 2;
    font-size: 18px;
}

.uploadFixWhite .uploadCon .line_box {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
    background-color: #fff;
    position: relative;
    margin-top: 20px;
}

.uploadFixWhite .uploadCon .line {
    width: 50%;
    border-radius: 5px;
    height: 10px;
    background-color: rgb(158, 67, 237);
    position: absolute;
    top: 0;
    left: 0;
}

.uploadFixWhite .uploadCon .lineText {
    font-size: 14px;
    color: rgb(148, 163, 184);
    margin-top: 20px;
}

.uploadFixWhite .uploadEnd .ViewNow {
    margin: 20px auto;
    width: 105px;
    height: 28px;
    line-height: 28px;
    background-color: rgb(147, 51, 234);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
}

.dialog .loginId {
    width: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 16px 30px 40px;
    background-color: rgb(39, 39, 42);
    border-radius: 10px;
    box-sizing: border-box;
}

.dialog .loginId .closeDialog {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
}

.dialog .loginId .title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}

.dialog .loginId .inputbox {
    width: 100%;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-top: 20px
}

.dialog .loginId .inputbox .icon1 {
    width: 17px;
    height: 14px;
}

.dialog .loginId .inputbox .icon2 {
    width: 16px;
    height: 18px;
}

.dialog .loginId .inputbox .input {
    width: 100%;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    margin-left: 20px;
}

.dialog .loginId .inputbox .input::placeholder {
    color: #ccc;
}

.dialog .loginId .forget {
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    padding-left: 30px;
    margin: 10px 0 20px;
    width: max-content;
}

.dialog .loginId .forget:hover {
    text-decoration: underline;
}

.dialog .loginId .loginBtn {
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    background-color: rgb(95, 42, 203);
    cursor: pointer;
    margin-bottom: 20px;
}

.dialog .loginId .info {
    width: 100%;
    text-align: center;
    color: rgb(146, 146, 146);
    font-size: 12px;
    margin: 16px 0;
}

.dialog .loginId .otherLogin {
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.dialog .loginId .otherLogin .item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #5a5c5f;
    border-radius: 6px;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
}

.dialog .loginId .otherLogin .white {
    border: 1px solid #fff;
    color: #212121;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.dialog .loginId .otherLogin .item .emailIcon {
    height: 20px !important;
}

.dialog .loginId .otherLogin .item .appleIcon {
    background-image: url(https://cdn.lamucal.com/public/static/img/login/apple-btn.webp);
}

.dialog .loginId .otherLogin .item .googleIcon {
    background-image: url(https://cdn.lamucal.com/public/static/img/login/google-btn.webp);
}

.dialog .loginId .otherLogin .item .text {
    width: 100%;
    text-align: center;
}

.dialog .loginId .otherLogin .item .btn {
    width: 25px;
    height: 25px;
    margin-right: 25px;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.dialog .loginId .otherLogin .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dialog .loginId .agree {
    color: rgb(145, 145, 145);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
}

.dialog .loginId .agree a:hover {
    color: #fff;
}

.dialog .loginId .agree a {
    margin: 0 4px;
    color: #d6d0d0;
    text-decoration: underline;
    cursor: pointer;
}

.head-no-icon {
    cursor: pointer;
}


.topuploadPage .search {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(126 34 206);
}

.topuploadPage .upload {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    margin-left: 20px;
}

.fixBg_upload {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    background-color: transparent;
}

.topuploadPage .input_unplad {
    width: 384px;
    height: 203px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 100%);
    padding: 10px;
    border: 1px solid rgb(148, 163, 184);
    box-sizing: border-box;
}

.topuploadPage .input_unplad .upload_con {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px dashed rgb(148, 163, 184);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
}

.topuploadPage .input_unplad .upload_con .second {
    color: rgba(255, 255, 255, 0.5);
}

.topuploadPage .input_unplad .upload_con .text {
    text-decoration: underline;
}

.Feedback {
    position: fixed;
    bottom: 15%;
    right: 0;
    z-index: 3;
}

.Feedback .btn {
    padding: 0 15px;
    height: 38px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, rgb(89, 47, 205), rgb(158, 67, 237));
    border-radius: 0 19px 19px 19px;
    cursor: pointer;
}

.Feedback .FeedbackText {
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    margin-left: 4px;
}

.Feedback .outBg {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    z-index: 1;
    background-color: transparent;
}

.Feedback .FeedbackCon {
    width: 330px;
    position: absolute;
    top: -10px;
    right: 10px;
    transform: translateY(-100%);
    background-color: rgb(42, 42, 42);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 4px;
    color: #fff;
    z-index: 2;
}

.Feedback .FeedbackCon .FeedbackClose {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 24px;
    cursor: pointer;
}

.Feedback .FeedbackCon .title {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 16px;
}

.Feedback .FeedbackCon .tabs {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-bottom: 16px;
}

.Feedback .FeedbackCon .tabs .input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    background-color: rgb(64, 64, 64);
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 4px;
}

.Feedback .FeedbackCon .tabs .textarea {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    background-color: rgb(64, 64, 64);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 4px;
}

.Feedback .FeedbackCon .feedbackSendBox {
    display: flex;
    justify-content: center;
}

.Feedback .FeedbackCon .feedbackSend {
    color: #fff;
    background-color: rgb(158, 67, 237);
    border-radius: 19px;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.Feedback .FeedbackCon .uploadIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    color: #bbb;
    cursor: pointer;
}

.Feedback .FeedbackCon .uploadFileList {
    font-size: 15px;
    line-height: 22px;
    color: #999;
}

.Feedback .FeedbackCon .uploadIcon .img {
    width: 18px;
    height: 16px;
}

.downAppBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100vw - var(--scrollbar));
    padding: 16px;
    box-sizing: border-box;
    background-color: rgb(109, 52, 214);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    display: none;
}

.downAppBox .close {
    padding: 4px 6px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.downAppBox .text {
    font-size: 14px;
    color: #fff;
}

.downAppBox .btn {
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    color: rgb(37, 99, 235);
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
}



.forgotPubilc {
    width: 400px;
    background-color: rgb(42, 42, 42);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    color: rgb(207, 207, 207);
    box-sizing: border-box;
    padding: 10px 20px;
}

.forgotPubilc .closeDialog {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
}

.forgotPubilc .text1 {
    font-size: 16px;
    color: #fff;
}

.forgotPubilc .text2 {
    font-size: 13px;
    color: rgb(96, 98, 102);
    margin-top: 15px;
}

.forgotPubilc .info {
    color: rgb(245, 108, 108);
    font-size: 12px;
}

.forgotPubilc .input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0 0;
}

.forgotPubilc .btnBox {
    width: 100%;
    display: flex;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 10px;
    align-items: center;
}

.forgotPubilc .btnBox .item {
    display: flex;
    justify-content: center;
    color: rgb(156, 163, 175);
    font-size: 14px;
    width: 50%;
    cursor: pointer;
}

.forgotPubilc .btnBox .item .round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-left: 10px;
}

.forgotPubilc .btnBox .item .choose {
    width: 14px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.forgotPubilc .btnBox .item .roundClick {
    background-color: rgb(147, 51, 234);
}

.forgotPubilc .btnBox .item .roundClick .choose {
    opacity: 1;
}

.forgotPubilc .btnBox .btn {
    width: 126px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgb(89, 47, 205), rgb(158, 67, 237));
    border-radius: 16px;
    text-align: center;
}

.forgotPubilc .btnBox .cancel {
    background-image: none;
    border: 1px solid #fff;
    opacity: 0.7;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.vant_toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
    max-width: 80%;
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 6px 1px;
}

.vant_toast.show {
    opacity: 1 !important;
    visibility: visible !important;
    animation: fadeIn 0.3s forwards !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

.VantTextToast {
    min-width: 200px;
    max-width: 90vw;
    background-color: rgb(42, 42, 42);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    font-size: 20px;
    color: rgb(207, 207, 207);
    box-sizing: border-box;
    padding: 0 20px 30px;
    text-align: center;
}

.VantTextToast .tit {
    line-height: 20px;
    height: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.VantTextToast .diaTitInfo {
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.VantTextToast .closeDialog {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
}

.UpgradeUnlock {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    z-index: 5;
    background-color: #000;
}

.UpgradeUnlock .UpgradeUnlockId {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 20px 40px;
    background-color: rgb(42, 42, 42);
    border-radius: 6px;
    width: 340px;
    box-sizing: border-box;
    cursor: pointer;
}

.UpgradeUnlock .UpgradeUnlockId .lockedImg {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 98px;
    height: 70px;
    transform: translateX(-50%);
}

.UpgradeUnlock .UpgradeUnlockId .title {
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.UpgradeUnlock .UpgradeUnlockId .lockedContent {
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #ccc;
}

.UpgradeUnlock .UpgradeUnlockId .lockedBtn {
    width: 220px;
    line-height: 32px;
    text-align: center;
    background-image: linear-gradient(to right, rgb(89, 47, 205), rgb(158, 67, 237));
    color: #fff;
    border-radius: 16px;
    margin: 20px auto 0;
}

.scheduleBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 1;
}

.scheduleBox .canvas {
    width: 100%;
    height: 100%;
}

.scheduleBox .generating {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 100%);
    white-space: nowrap;
    color: #fff;
}

.AICoverReturn {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.AICoverReturn .AICoverReturnCen {
    max-width: 950px;
    display: flex;
    margin: 0 auto;
}

.AICoverReturn .returnImg {
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.AICoverReturn .returnImg .img {
    width: 100%;
    height: 100%;
}

button {
    all: unset; /* 重置所有默认样式 */
    cursor: pointer; /* 设置鼠标指针样式 */
    background: none; /* 移除背景 */
    border: none; /* 移除边框 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
    font: inherit; /* 继承父元素的字体样式 */
    color: inherit; /* 继承字体颜色 */
    outline: none; /* 移除聚焦时的轮廓 */
    box-shadow: none; /* 移除阴影 */
}

.resetBoxP {
    width: 400px;
    height: 196px;
    background-color: rgb(42, 42, 42);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    font-size: 20px;
    color: rgb(207, 207, 207);
    box-sizing: border-box;
    padding: 50px 20px 0;
}

.resetBoxP .closeDialog {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
}

.resetBoxP .input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0;
}

.resetBoxP .btnBox {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.resetBoxP .btnBox .item {
    display: flex;
    justify-content: center;
    color: rgb(156, 163, 175);
    font-size: 14px;
    width: max-content;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 12px;
    box-sizing: border-box;
}


.resetBoxP .btnBox .btn {
    min-width: 126px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
    background-image: linear-gradient(to right, rgb(89, 47, 205), rgb(158, 67, 237));
    border-radius: 16px;
    text-align: center;
}

.resetBoxP .btnBox .cancel {
    background-image: none;
    border: 1px solid #fff;
    opacity: 0.7;
}

.goPremium {
    width: 547px;
    height: auto;
    padding: 16px 31px 34px;
    box-sizing: border-box;
}

.goPremium .title_text {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.goPremium .title_text2 {
    color: rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.goPremium .goPremiumConText .item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.goPremium .goPremiumConText .item .arrowX {
    width: 16px;
    height: 15px;
    margin-right: 10px;
}

.goPremium .goPremiumConText .text4 {
    font-size: 13px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
}

.goPremium .goPremiumConText .text4 .icon2 {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.goPremium .checkBox {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-top: 27px;
    margin-bottom: 20px;
}

.goPremium .checkBox .icon {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer;
}

.goPremium .checkBox .iconClick {
    background-color: rgb(158, 67, 237);
    background-image: url(https://cdn.lamucal.com/public/static/img/songs/ico-menu-checked.png);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-position: 1px 4px;
    border: 1px solid rgb(158, 67, 237) !important;
}

.goPremium .btnBox .item {
    padding: 0 30px;
}


@media screen and (max-width: 768px) {
    .Feedback {
        z-index: 6;
    }

    .Feedback .btn {
        border-radius: 0 0 0 19px;
        padding: 0 10px 0 14px;
    }

    .Feedback .FeedbackCon {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100vw - var(--scrollbar));
        height: 100vh;
        transform: translateY(0%);
        border-radius: 0;
        overflow-y: auto;
    }

    .mediaClear {
        display: none !important;
    }

    .mediaShow {
        display: block !important;
    }

    .mediaShowFlex {
        display: flex !important;
    }

    .dialog .loginId {
        width: 90%;
    }

    .header_title .box {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
        height: 60px;
    }

    .header_title .box .left .logo {
        display: none;
    }

    .header_title .box .left .logoTwo {
        display: block;
    }

    .header_title .list .item {
        font-size: 14px;
        padding: 0 4px;
    }

    .header_title .list .item:hover {
        border: none;
    }

    .header_title .list .itemClick {
        /*color: rgb(158, 67, 237) !important;*/
        /*border-bottom: 2px solid rgb(158, 67, 237) !important;*/
        color: #fff !important;
        /*border-bottom: 2px solid #fff !important;*/
    }

    .header_title .smallSearchBox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        padding: 15px 12px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

        .header_title .smallSearchBox2 {
        width: 100%;
        height: 100%;
        /*position: absolute;*/
        top: 60px;
        left: 0;
        background-color: #000;
        padding: 15px 12px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
            z-index: -1;
    }
    .footer .content {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .footer .authorSearch .left .title {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .footer .authorSearch {
        width: 100%;
    }

    .footer .icon_box .logo {
        width: 125px;
        height: 30px;
        margin: 0 auto 30px;
    }

    .forgotPubilc {
        width: 90%;
    }

    .UpgradeUnlock .UpgradeUnlockId {
        width: 90%;
    }

    .header_title .left .list {
        width: calc(100% - 60px);
        left: 50px;
    }

    .vant_toast {
        box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 6px 1px;
    }

    .scheduleBox .generating {
        bottom: 0;
    }

    .AICoverReturn {
        top: 10px;
    }

    .AICoverReturnCen {
        width: 100% !important;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .dialog .loginId .otherLogin .item .btn {
        left: 10px;
    }

    .dialog .loginId .otherLogin .item .text {
        padding-left: 34px;
        box-sizing: border-box;
    }

    .noticeBox .text_box {
        /* left: 100%;
        transform: translate(100%, -50%);
        animation: moveNoticeBox 20s linear infinite; */
    }

    button {
    all: unset; /* 重置所有默认样式 */
    cursor: pointer; /* 设置鼠标指针样式 */
    background: none; /* 移除背景 */
    border: none; /* 移除边框 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
    font: inherit; /* 继承父元素的字体样式 */
    color: inherit; /* 继承字体颜色 */
    outline: none; /* 移除聚焦时的轮廓 */
    box-shadow: none; /* 移除阴影 */
}
    .resetBoxP {
    width: 400px;
    height: 196px;
    background-color: rgb(42, 42, 42);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    font-size: 20px;
    color: rgb(207, 207, 207);
    box-sizing: border-box;
    padding: 50px 20px 0;
}

.resetBoxP .closeDialog {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
}

.resetBoxP .input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0;
}

.resetBoxP .btnBox {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.resetBoxP .btnBox .item {
    display: flex;
    justify-content: center;
    color: rgb(156, 163, 175);
    font-size: 14px;
    width: max-content;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 12px;
    box-sizing: border-box;
}


.resetBoxP .btnBox .btn {
    min-width: 126px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
    background-image: linear-gradient(to right, rgb(89, 47, 205), rgb(158, 67, 237));
    border-radius: 16px;
    text-align: center;
}

.resetBoxP .btnBox .cancel {
    background-image: none;
    border: 1px solid #fff;
    opacity: 0.7;
}

.goPremium {
    width: 95%;
    height: 55%;
    padding: 16px 31px 34px;
    box-sizing: border-box;
}

.goPremium .title_text {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.goPremium .goPremiumConText {
    overflow-y: scroll;
    height: 69%;
}

.goPremium .title_text2 {
    color: rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.goPremium .goPremiumConText .item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.goPremium .goPremiumConText .item .arrowX {
    width: 16px;
    height: 15px;
    margin-right: 10px;
}

.goPremium .goPremiumConText .text4 {
    font-size: 13px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: normal;
    margin-bottom: 9px;
}

.goPremium .goPremiumConText .text4 .icon2 {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.goPremium .checkBox {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-top: 27px;
    margin-bottom: 20px;
}

.goPremium .checkBox .icon {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer;
}

.goPremium .checkBox .iconClick {
    background-color: rgb(158, 67, 237);
    background-image: url(https://cdn.lamucal.com/public/static/img/songs/ico-menu-checked.png);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-position: 1px 4px;
    border: 1px solid rgb(158, 67, 237) !important;
}

.goPremium .btnBox .item {
    padding: 0 30px;
}
}
/* 游客超限提示条样式 */
.loginTipBanner {
    width: 100%;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}

.loginTipBanner .tipIcon {
    font-size: 16px;
}

.loginTipBanner .tipText {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* 邮箱验证提醒弹窗样式 */
.verifyEmailBox {
    width: 420px;
    background-color: rgb(42, 42, 42);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    padding: 30px 30px 25px;
    text-align: center;
    box-sizing: border-box;
}

.verifyEmailBox .closeDialog {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.7;
}

.verifyEmailBox .closeDialog:hover {
    opacity: 1;
}

.verifyEmailBox .verifyEmailIcon {
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.verifyEmailBox .verifyEmailTitle {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.verifyEmailBox .verifyEmailDesc {
    color: #e5e7eb;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.verifyEmailBox .verifyEmailBenefits {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.verifyEmailBox .verifyEmailBenefits li {
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.verifyEmailBox .verifyEmailBenefits .benefitIcon {
    color: #9333ea;
    font-weight: bold;
    font-size: 16px;
}

.verifyEmailBox .verifyEmailCurrent {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
    text-align: left;
}

.verifyEmailBox .verifyEmailCurrent .label {
    color: rgb(156, 163, 175);
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}

.verifyEmailBox .verifyEmailCurrent .email {
    color: #fff;
    font-size: 14px;
    word-break: break-all;
}

.verifyEmailBox .verifyEmailBtns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.verifyEmailBox .verifyEmailBtns .btn {
    width: 100%;
    line-height: 44px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.verifyEmailBox .verifyEmailBtns .btn.primary {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
    color: #fff;
    border: none;
}

.verifyEmailBox .verifyEmailBtns .btn.primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.verifyEmailBox .verifyEmailBtns .btn.secondary {
    background: transparent;
    color: rgb(156, 163, 175);
    border: 1px solid rgb(75, 85, 99);
}

.verifyEmailBox .verifyEmailBtns .btn.secondary:hover {
    border-color: #fff;
    color: #fff;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .verifyEmailBox {
        width: 90%;
        padding: 25px 20px 20px;
    }

    .verifyEmailBox .verifyEmailTitle {
        font-size: 20px;
    }

    .verifyEmailBox .verifyEmailBtns .btn {
        line-height: 42px;
        font-size: 14px;
    }
}
