@charset "utf-8";

/* CSS Document */
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #eeeeee;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    border: none;
    background: none;
}

hr {
    background-color: rgb(227 227 227 / 50%);
    border: none;
    height: 1px;
    margin: 0.35rem auto;
}

#app,
.app {
    display: none;
    color: #525252;
    font-size: 0.6rem;
}

.displayBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 1.6rem;
    width: 100%;
    height: 3rem;
    font-size: 0.65rem;
    color: #000;
    background: linear-gradient(321deg, #d31027, #ea384d);
    z-index: 10;
}

.spin-element {
    animation: spin 5.5s linear infinite;
}

@keyframes spin {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

.head .headBox {
    /* position              : relative;
    padding               : 0 0.5rem;
    width                 : 100%; */
    /* display            : flex;
    justify-content       : space-between;
    align-items           : end; */
    /* background-color   : rgb(255, 255, 255); */
}

.head .headBox .headLeft {
    float: left;
    position: relative;
    /* height             : 1.1rem;         */
    /* float              : right; */
    /* display            : flex;
    flex                  : 1; */
    /* background-color   : #afafaf; */
}

.head .headBox .headLeft * {
    float: left;
    margin-left: .5rem;
}

.head .headBox .headRight {
    /* justify-content: end;
    align-items    : center; */
    float: right;
    margin-right: .5rem;
    /* height            : 1.1rem; */
    /* position          : absolute;
    right                : 0;
    height               : 1.2rem;
    bottom               : .4rem; */
}


.head .headBox .headRight * {
    background: transparent;
    border: 0;
    float: left;
    color: white;
    font-size: .6rem;
    margin-left: .2rem;
    /* font-weight      : bold; */
    /* height           : 100%;
    width               : 100%; */
    /* position         : relative; */
}

.head .headBox .headLeft .back,
.headRight img {
    width: .9rem;
    height: .9rem;
    /* background-color: #750000; */
}

.head .headTitle {
    position: absolute;
    /* bottom             : 0%; */
    left: 50%;
    transform: translate(-50%, 0%);
    height: 1.2rem;
    /* line-height        : 1.2rem; */
    /* font-weight        : 700; */
    color: white;
    /* background-color   : #eeff00; */
}

.body-view {
    position: relative;
    width: 95%;
    margin: 0 auto;
    overflow: auto;
    background: white;
    padding: .2rem;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
}


.content {
    position: relative;
    width: 100%;
    /* min-height      : 40rem; */
    padding: 0.5rem;
    /* background-color: #525252; */
}

.svipOff {
    color: #c2c2c2;
    border: 1px solid #c2c2c2;
}

.svipOffFont {
    color: #c2c2c2;
}

.svipOnFont1 {
    color: #000;
}

.svipOnFont2 {
    color: red;
    font-weight: 700;
}

.svipOnFont3 {
    color: green;
    font-weight: 700;
}

.maxImg_100 {
    max-width: 100%;
}

.maxImg_120 {
    max-width: 120%;
}

/* 搜索框 */
.searchBox {
    display: flex;
    width: 100%;
    padding: 0.33rem .5rem;
    border: 1px solid black;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    /* 上下剧中 */
    justify-content: center;
}

.searchBox .searchIcon {
    width: .7rem;
    height: .7rem;
    margin-top: .1rem;
    /* background-color: #00ffaa; */
}

.searchBox .searchInput {
    flex: 1;
    margin: 0 1rem;
    height: 1rem;
    /* background-color: rgb(175, 175, 175); */
}

.searchBox .searchBtn {
    height: 1rem;
    color: black;
    flex-shrink: 0;
    background-color: transparent;
    border: 0;
    font-size: .6rem;
    /* background-color: rgb(0, 128, 255); */
}

.button-red {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    background-clip: padding-box;
    background-color: #e60033;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    width: 100%;
    height: 2rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
}

/* 股东 */
.svipStatus {
    width: 2rem;
    /* background-color: skyblue; */
}

.svipStatus img {
    max-width: 100%;
}

/* 公告 */
.swiper_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.25rem;
    height: 1.5rem;
    width: 100%;
    background-color: #f7f1e3;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.icon_notice {
    width: 1rem;
    height: 1rem;
    /* background-color: aquamarine; */
}

.swiper_wrapper {
    width: 100%;
}

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

.swiper_slide a {
    display: flex;
    color: #868e96;
}

/* 商品图 */
.title {
    height: 100%;
    color: #34495e;
    font-size: 0.8rem;
}

.clear {
    clear: both !important;
}

.mall {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* background-color: #a29bfe; */
}

.mall .itemShops {
    --n: 2;
    --reap: calc(100% - var(--n) * 49%);
    margin: 0 calc(var(--reap) / var(--n));
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    width: 49%;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.mall .itemShops:nth-child(odd) {
    margin-left: 0;
}

.mall .itemShops:nth-child(even) {
    margin-right: 0;
}

.mall .itemShops .picbox {
    width: 100%;
}

.mall .itemShops img {
    max-width: 100%;
    max-height: 100%;
}

.mall .itemShops .title {
    margin: 0.4rem 0;
    padding: 0 0.3rem;
    font-size: 0.6rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* background-color: skyblue; */
}

.mall .itemShops .price {
    margin-bottom: 0.2rem;
    padding: 0 0.3rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fd7400;
    /* background-color: #525252; */
}

.mall .itemShops .icon {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    opacity: 0.1;
    width: 2rem;
}


.hd {
    line-height: 1.6rem;
    box-sizing: border-box;
    margin-top: .1rem;
    /* border-top : 1px solid #f2f2f4; */
}

.hd ul {
    width: 100%;
    display: flex;
    background: #fff;
    overflow-x: overlay;
    justify-content: space-around;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.hd ul::-webkit-scrollbar {
    width: 0 !important;
}

.hd ul li {
    width: 100%;
    color: #666;
    font-weight: 600;
    font-size: 0.55rem;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.hd ul li.actived {
    color: #ff4757;
    border-bottom: 2px solid #ff4757;
    font-weight: bold;
}


/* 操作栏 */
ul.action_panel {
    width: 100%;
}

ul.action_panel li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 2rem;
    font-size: 0.6rem;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f4;
    padding: 0 0.5rem;
}

ul.action_panel li img {
    width: 1rem;
    height: 1rem;
}

/* 显示图 */
.blank {
    margin-top: 8rem;
    text-align: center;
    color: #999;
    font-size: 0.5rem;
}

.blank img {
    display: block;
    margin: 0.3rem auto;
    width: 5rem;
}

/* 加载 */
.loadMore {
    margin-top: 0.5rem;
    height: 2rem;
    font-size: 0.55rem;
    line-height: 2rem;
    text-align: center;
    color: #adadad;
    /* background-color: #24bec9; */
}

.loadMore a {
    cursor: pointer;
}

/* 禁用 */
.disabled {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.notice {
    line-height: 1rem;
    display: flex;
    /* background     : url(../images/notice_bg.jpg) no-repeat center; */
    background-size: cover;
    font-size: 0.55rem;
    padding: 0 0.3rem;
    /* margin-top     : 0.5rem; */
    border-radius: 6px;
    background: #dcdddd;
    height: 1.5rem;
    width: 95%;
    padding-top: .3rem;
}

.notice .icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.1rem;
    margin-right: 0.3rem;
}

.notice .text {
    display: flex;
    color: #000;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* background-color: #34495e; */
}

.notice-page {
    .noticelist li {
        background: #fff;
        border-bottom: 1px solid #f2f2f4;
        padding: 0.5rem;
    }

    .noticelist li .title {
        font-size: 0.6rem;
        color: #5e5e5e;
    }

    .noticelist li .time {
        /* float    : right; */
        font-size: 0.5rem;
        color: #adadad;
    }

    /* .noticelist li .text {
        font-size    : 0.55rem;
        margin-top   : 0.3rem;
        overflow     : hidden;
        text-overflow: ellipsis;
        white-space  : nowrap;
        color        : #999;
    } */
}


#qrcode>* {
    width: 100%;
}

.italics {
    color: green;
    font-weight: 700;
    font-style: italic;
    margin: 0 .2rem;
}


.pop {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 45%);
    width: 100%;
    height: 100%;
    z-index: 200;
}

.bottom-pop-view {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 999;
    /* padding                : .5rem .5rem 2rem .5rem; */
    padding: 0.5rem;
    color: whitesmoke;
    font-size: 0.6rem;
}

.bottom-pop-view .title {
    /* height     : 1.5rem; */
    text-align: center;
    color: darkgray;
    line-height: 1.5rem;
}

.bottom-pop-view .action {
    width: 100%;
    margin: 0.5rem auto;
}

.bottom-pop-view .action button {
    width: 100%;
    border: 0;
    height: 2rem;
    background: #f1f2f6;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-pop-view .action button img {
    width: 1rem;
    margin-right: .5rem;
}

.bottom-pop-view .footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 1.8rem;
    color: white;
    left: 0;
    border: 0;
    font-size: 0.6rem;
}

.bottom-pop-view .footer .cancel {
    width: 100%;
    height: 1.8rem;
    color: white;
    background: rgb(255, 61, 41);
    border: 0;
    font-size: 0.6rem;
}


.center-pop-view {
    position: fixed;
    left: 0;
    top: 0;
    width: 90%;
    height: auto;
    max-height: 80%;
    margin: 0 auto;
    border-radius: 10px;
    left: 5%;
    top: 10%;
    background: white;
    z-index: 201;
}

.center-pop-view .title {
    width: 100%;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.6rem;
    color: #000;
    background-color: #f1f2f6;
    border-radius: 10px 10px 0 0;
}

.center-pop-view .close {
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    width: 1rem;
    height: 1rem;
    padding: .2rem;
    background: white;
    border-radius: 50px;
}

.center-pop-view .content {
    padding: 0;
    height: calc(100vh * 0.8 - 4rem);
    width: 100%;
    overflow: auto;
}

.center-pop-view .content img {
    max-width: 100%;
}

.center-pop-view .action-view {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
}

.center-pop-view .action-view .action {
    width: 100%;
    height: 2rem;
    border-radius: 10px;
    background: #f1f2f6;
}

.center-pop-view .action-view .action button {
    width: 100%;
    height: 100%;
    background: #2cca91;
    border: 0px;
}

div.line {
    height: 1rem;
}

div.line1 {
    height: 0.1rem;
}

div.line2 {
    height: 0.2rem;
}

div.line3 {
    height: 0.3rem;
}

div.line4 {
    height: 0.4rem;
}

div.line5 {
    height: 0.5rem;
}

div.line6 {
    height: 0.6rem;
}

div.line7 {
    height: 0.7rem;
}

div.line8 {
    height: 0.8rem;
}

div.line9 {
    height: 0.9rem;
}

.text-xs {
    font-size: .6rem !important;
}

/* this card is inspired form this - https://georgefrancis.dev/ */

.card {
    --border-radius: 0.75rem;
    --primary-color: #7257fa;
    --secondary-color: #3c3852;
    width: 100%;
    margin: 0 auto;
    font-family: "Arial";
    padding: .5rem;
    cursor: pointer;
    border-radius: var(--border-radius);
    background: #f1f1f3;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
    position: relative;
}

.card>*+* {
    margin-top: 1.1em;
}

.card .card__content {
    color: var(--secondary-color);
    font-size: 0.86rem;
}

.card .card__title {
    padding: 0;
    font-size: .8rem;
    font-weight: bold;
}

.card .card__date {
    color: #6e6b80;
    font-size: 0.8rem;
}

.card .card__arrow {
    position: absolute;
    background: var(--primary-color);
    padding: 0.4rem;
    border-top-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    bottom: 0;
    right: 0;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card svg {
    transition: 0.2s;
}

/* hover */
.card:hover .card__title {
    color: var(--primary-color);
    /* text-decoration: underline; */
}

.card:hover .card__arrow {
    background: #111;
}

.card:hover .card__arrow svg {
    transform: translateX(3px);
}

/* table栏 */
.tableBox {
    display: flex;
    width: 100%;
    /* height          : 2rem; */
    /* background-color: #00e1ff; */
}

.tableTitle {
    flex: 1;
    height: 2rem;
    border-bottom: 2px solid transparent;
    /* background-color: #ffe600; */
}

.tTOn {
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #000;
}

/* 滑动信息栏 */
.slideBody {
    width: 100%;
    min-height: 30rem;
    padding: 0.5rem;
    /* margin-top         : .5rem; */
    /* background-color   : cadetblue; */
}

.popbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 300;
}

.popBox,
.popBoxTop {
    position: fixed;
    top: 40%;
    width: 100%;
    height: 10rem;
    z-index: 301;
    /* background-color: #cacaca; */
}

.popBoxTop {
    z-index: 302;
    /* background-color: #cacaca; */
}

.pop_ups {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.5rem;
    width: 80%;
    min-height: 6rem;
    color: #000;
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.pop_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    width: 100%;
    height: 1.5rem;
    font-size: 0.8rem;
    /* background-color: #3FF; */
}

.pop_operate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height          : 2rem; */
    /* background-color: #008cff; */
}

.popTop {
    display: flex;
    align-items: center;
    /* background-color: aqua; */
}

.popTop .beansIcon {
    width: 0.6rem;
    height: 0.6rem;
    /* background-color: #000; */
}

.popTop .beansIcon img {
    max-width: 120%;
}

.popTop p {
    margin-left: 0.1rem;
}


.pop_input {
    padding: 0.3rem 0.4rem;
    width: 70%;
    border-radius: 3px;
    border: 1px solid #cacaca;
}

.pop_tip {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: red;
}

.actionBtn {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    /* background-color: #00792e; */
}

.actionBtn>div {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    border-top: 1px solid #f0f0f0;
    flex: 1;
}

.actionBtn>div:nth-child(2) {
    border-left: 1px solid #f0f0f0;
    color: red;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 1s;
}

.animate__animated.animate__fadeOut {
    --animate-duration: 1s;
}

.animate__animated.animate__slideInUp {
    --animate-duration: 1s;
}

.animate__animated.animate__slideOutDown {
    --animate-duration: 1s;
}

.arrowRight_animate {
    animation: arrowRight_animate 1s cubic-bezier(0.00, 0.00, 0.58, 1.00) infinite;
}

@keyframes arrowRight_animate {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(30%);
    }

    100% {
        transform: translateX(0%);
    }
}



/* 底部导航 */
.foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    /* background: #f12711; */
    background: linear-gradient(135deg, #ff512f, #dd2476);
    box-shadow: rgb(145 145 145 / 10%) 0px -11px 20px 0px;
    z-index: 50;
}

.foot ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background-color: #808080; */
}

.foot ul li {
    flex: 1;
    height: 100%;
    font-size: 0.5rem;
    /* text-align      : center; */
    /* background-color: #00c3ff; */
}

.foot ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    /* background-color: #808080; */
}

.foot ul li .footIcon {
    width: 0.8rem;
    height: 0.8rem;
    /* background-color: cadetblue; */
}

.foot ul li .foot_p {
    margin-top: 0.1rem;
    /* background-color: rgb(0, 163, 49); */
}

.pOn {
    color: #000;
    /* background-color: #00c3ff; */
}

.init-loading {
    width: 100%;
    /* margin : calc(100vh / 2.5) auto 0 auto; */
    top: 40%;
    text-align: center;
    font-size: 0.6rem;
    position: fixed;
    z-index: 9999;
}

.pl {
    width: 6em;
    height: 6em;
    margin: 0 auto;
}

.pl__ring {
    animation: ringA 2s linear infinite;
}

.pl__ring--a {
    stroke: #a29bfe;
}

.pl__ring--b {
    animation-name: ringB;
    stroke: #ffeaa7;
}

.pl__ring--c {
    animation-name: ringC;
    stroke: #ff9ff3;
}

.pl__ring--d {
    animation-name: ringD;
    stroke: #81ecec;
}

/* Animations */
@keyframes ringA {

    from,
    4% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }

    12% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -335;
    }

    32% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -595;
    }

    40%,
    54% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -660;
    }

    62% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -665;
    }

    82% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -925;
    }

    90%,
    to {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -990;
    }
}

@keyframes ringB {

    from,
    12% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -110;
    }

    20% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -115;
    }

    40% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -195;
    }

    48%,
    62% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    70% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    90% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -305;
    }

    98%,
    to {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
}

@keyframes ringC {
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    8% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    28% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    36%,
    58% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    66% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    86% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    94%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

@keyframes ringD {

    from,
    8% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    16% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    36% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    44%,
    50% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    58% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    78% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    86%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

.rainbow-hover {
    font-size: 16px;
    font-weight: 700;
    color: #ff7576;
    background-color: #2B3044;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 24px;
    position: relative;
    line-height: 24px;
    border-radius: 9px;
    box-shadow: 0px 1px 2px #2B3044,
        0px 4px 16px #2B3044;
    transform-style: preserve-3d;
    transform: scale(var(--s, 1)) perspective(600px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
    perspective: 600px;
    transition: transform 0.1s;
}

.sp {
    background: linear-gradient(90deg,
            #866ee7,
            #ea60da,
            #ed8f57,
            #fbd41d,
            #2cca91);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
}

.rainbow-hover:active {
    transition: 0.3s;
    transform: scale(0.93);
}


.btn_color {
    width: 8rem;
    height: 2rem;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    border-radius: 1rem;
    border: none;
    position: relative;
    background: #100720;
    transition: 0.1s;
}

.btn_color::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(33, 33, 33) 17.8%, rgb(34, 34, 34) 100.2%);
    filter: blur(15px);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.btn_color:active {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient(circle farthest-corner at 10% 20%, rgb(33, 33, 33) 17.8%, rgb(37, 37, 37) 100.2%);
    transition: 0.5s;
}


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

.popTip {
    padding: 1rem 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    /* background-color: skyblue; */
}

.popBtn_On {
    position: absolute;
    left: 50%;
    bottom: 0.8rem;
    transform: translate(-50%, 0%);
    width: 5rem;
    height: 2rem;
    font-size: 0.65rem;
    text-align: center;
    /* color        : #d23918; */
    color: #fff;
    border-radius: 0.3rem;
    /* border-top   : 1px solid #f5f5f5; */
    /* border       : 1px solid blue; */
    background-color: #079707;
}

.popMessage {
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    /* background-color: pink; */
}

.popID {
    color: red;
}

.popTime {
    color: #b18716;
}

.click:active {
    background-color: #21bb21;
}