.custom-modal {
    background: #0000007d;
    bottom: 0;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 800
}

.custom-modal .content-wrapper {
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 90%
}

.change-name-modal-warp {
    align-items: center;
    background-color: #fff;
    border-radius: .26667rem;
    color: #333;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    max-height: 50vh;
    overflow-y: scroll;
    padding: 1.02667rem .6rem .8rem;
    position: relative
}

.change-name-modal-warp .close_btn {
    height: .56rem;
    position: absolute;
    right: .4rem;
    top: .4rem;
    width: .56rem
}

.change-name-modal-warp-main-warp {
    width: 100%
}

.change-name-modal-warp-main-warp .modal-title {
    font-size: .45333rem
}

.change-name-modal-warp-main-warp .input-content {
    align-items: center;
    display: flex
}

.change-name-modal-warp-main-warp .btn_submit {
    background: linear-gradient(180deg, #f6dbc3, #cfa47a 100%);
    border-radius: .13333rem;
    font-size: .37333rem;
    font-weight: 400;
    height: 1.33333rem;
    width: 100%
}

.change-name-modal-warp-main-warp .tips {
    color: #dbb691;
    font-size: .32rem;
    font-weight: 400;
    margin-top: .66667rem
}

.body_disable_scroll {
    height: 100%;
    overflow: hidden
}

.ant-spin-nested-loading {
    flex: 1
}

.ant-spin-container {
    height: 100%
}

.rare-words-container {
    --px: 0.01333rem;
    display: flex;
    width: 1.33333rem
}

.rare-words-container .rare-words-input__footer {
    background-color: var(--background);
    display: block;
    height: .53333rem;
    width: 100%
}

.gsm-rights-content {
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 2.4rem;
    position: relative
}

.gsm-rights-content .user-info {
    background-size: 100% 100%;
    box-sizing: border-box;
    height: 3.89333rem;
    margin: 0 .4rem .4rem;
    padding: .53333rem
}

.gsm-rights-content .user-info .name-phone {
    color: #85550a;
    font-size: .32rem;
    margin-bottom: .46667rem;
    margin-top: 1.94667rem
}

.gsm-rights-content .user-info .name-options {
    background: #fff;
    border-radius: .53333rem;
    color: #85550a;
    font-size: .26667rem;
    font-weight: 500;
    height: .72rem;
    margin-left: .21333rem;
    width: 1.65333rem
}

.gsm-rights-content .user-info .validity {
    color: #85550a;
    font-size: .32rem
}

.gsm-rights-content .qrcode-box {
    background: #fff;
    border-radius: .26667rem;
    margin: 0 .4rem;
    padding: .4rem
}

.gsm-rights-content .qrcode-box .tips-box {
    border-bottom: .01333rem solid #d8d8d8;
    display: flex;
    flex-direction: column;
    padding-bottom: .53333rem
}

.gsm-rights-content .qrcode-box .tips-box .tips-top {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.gsm-rights-content .qrcode-box .tips-box .tips-top .tips-top-left {
    align-items: center;
    display: flex;
    flex-direction: row
}

.gsm-rights-content .qrcode-box .tips-box .tips-top .tips-top-left .reload-icon {
    height: .53333rem;
    width: .53333rem
}

.gsm-rights-content .qrcode-box .tips-box .tips-top .tips-top-left .tips-title {
    color: #000;
    font-size: .45333rem;
    font-weight: 500
}

.gsm-rights-content .yt-rights-name {
    color: #000;
    font-size: .4rem;
    font-weight: 600;
    letter-spacing: .0172rem;
    line-height: .66667rem;
    margin-top: .33333rem;
    text-align: center
}

.gsm-rights-content .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gsm-rights-content .yt-region-name {
    color: #333;
    font-size: .32rem;
    font-weight: 500;
    text-align: center
}

.gsm-rights-content .qrcode-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.gsm-rights-content .qrcode-content .qr-code {
    height: 4.26667rem;
    width: 4.26667rem
}

.gsm-rights-content .qrcode-content .use-count {
    color: #000;
    font-size: .37333rem;
    font-weight: 600;
    text-align: center
}

.gsm-rights-content .change-name-txt {
    color: #333;
    font-size: .37333rem;
    font-weight: 500;
    margin: .41333rem 0 0;
    text-decoration: underline
}

.gsm-rights-content .hint-box {
    display: flex;
    flex-direction: column;
    margin: .26667rem .4rem
}

.gsm-rights-content .hint-box .hint-title {
    color: #000;
    font-size: .37333rem;
    font-weight: 500
}

.gsm-rights-content .hint-box .hint-text {
    color: #4b4b4b;
    font-size: .32rem
}

.gsm-rights-content .bottom-hint {
    font-size: .32rem;
    margin-top: .61333rem;
    padding-bottom: .61333rem;
    text-align: center;
    width: 100%
}