*{
    margin:0;
    padding:0;
    
}

@import url('https://fonts.googleapis.com/css2?family=Sono:wght@500&display=swap');
body{
    font-family: 'Sono', sans-serif;
}
ul{
    list-style: none;
    display: flex;
    flex-direction: row;

}
a{
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.app-view{  
    margin: 0 auto;
    overflow-x: hidden;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    overflow-y: auto; 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.app-view h6{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    color: #b7dcf0;
    padding: 10px;
}
.space-box{
    height:30px;
}
.logo{
    width: 30vw;
    height: auto;
    margin: 0 auto;
    display: block;
}
.input-box{
    width: 80%;
    margin: 0 auto;
    background: #deebf4;
    display: flex;
    padding: 10px;
    border-radius: 5px;
}
.input-box i{
    width: auto;
    font-size: 26px;
    vertical-align: middle; 
    color:#08c01e
}
.input-box input{
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    color: #1fc102;
    padding: 0 5px;
    letter-spacing: 1px;
}
.input-box select{
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    color: #1fc102;
    padding: 0 5px;
    letter-spacing: 1px;
}
.btn{
    padding: 15px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    width: 83%;
    margin: auto !important; 
    letter-spacing: 1px;
}
.btn-primary{
    background: #1fc102;
    color: #fff;
}

.login-tab{
    width: 70%;
    display: flex;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}

 
.login-tab a{
    width: 100%;
    text-decoration: none;
    color: #1fc102;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
    letter-spacing: 1px;
}
.login-tab a.cur{
    background: #1fc102;
    color: #fff;
    border-radius: 30px;
}
.login_forgot{
    width: 80%;
    margin: 0 auto;
    padding: 0 5px;
    text-align: right;
    font-size: 13px;
}

.login_forgot a{
    text-decoration: none;
    color: #1fc102;
}

footer{
    position:fixed;
    bottom: 0;
    width: 100%;

}


/* footer  */
.btnTab{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;  
}
.home-btn-tabs{
    display: flex;
    justify-content: space-around;
    padding-top: 0.625rem;
    background-color: #e9effb;
    padding-block: 10px;
}
.home-btn-tabs a{
    font-size: 12px;
}
.home-btn-tab{
    color: #333333;
    text-align: center;
}
.home-btn-tab.active{
color: #005dff;
background-color: #e9effb;
}

 
.home-btn-tab .icon-home{
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-image: url("/images/tab_home.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.home-btn-tab.active .icon-home {
    
    background-image: url("/images/tab_home_active.png");
}
.home-btn-tab .icon-fund{
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-image: url("/images/tab_fund.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.home-btn-tab.active .icon-fund {
    background-image: url("/images/tab_fund_active.png");
}
.home-btn-tab .icon-wallet{
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-image: url("/images/tab_wallet.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.home-btn-tab.active .icon-wallet {
    background-image: url("/images/tab_wallet_active.png");
}
.home-btn-tab .icon-my{
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-image: url("/images/tab_my.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.home-btn-tab.active .icon-my {
    background-image: url("/images/tab_my_active.png");
}
/* footer ends  */
.index-bg{
    margin: 0 auto;
    overflow-x: hidden;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    background: url("/images/home-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-top{
    padding: 30px 10px 10px;
}
.home-top h3{
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #000;
    padding: 10px 0;
}
.home-top .home-tit{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
}
.home-top .home-tit span{
    text-align: left;
    width: 100%;
}
.home-top .home-tit span:last-child{
    text-align:right; 
}
.home-notice{
    padding: 0 10px;
}
.notice-con{
    padding: 10px;
    width: 95%;
    background: #b6ceff;
    display: inline-flex;
    border-radius: 30px;
    overflow: hidden;
}
.notice-con img{
    width: 25px;
    height:auto;
    display: inline-block; 
}
.notice-con ul{
    width: 100%;
    height: 25px;
    overflow: hidden;
    padding-left: 5px;
    color: #333;
    font-size: 13px;
}
 
.home-nav{ 
    margin-top: 20px;
    padding: 0 10px;
}
.home-nav ul{
    display: flow-root;
}
.home-nav ul li{
    width: 50%;
    display: block;
    float: left;
}

.home-nav li a{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.home-nav .nav-bg{
    width: 100%;
    height: auto;
    display: block;
}

.nav-con{
    width: 100%;
    display: flex;
    position: absolute;
    left: 10px;
    top: 25px;
}
.nav-con img{
    width: 42px;
    height: 42px;
}

.nav-con span{
    padding-left: 5px;
    font-size: 12px;
}

.share-bg{
    background-image: url("/images/team_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #edf1fd;
}

.team-top{
    color: #424242;
    line-height: 1.875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: .875rem;
}
.team-top-l{
    text-decoration: none;
    color:#424242;
}

.team-invit{
    margin: 0.9375rem;
    background: #fff;
    border: 0.125rem solid #b3cbfb;
    border-radius: 0.625rem;
    text-align: center;
    margin-top: 14.6875rem;
    padding: 0.625rem;
}
.team-invit-t{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.team-invit-put{
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #3465ff;
}
.team-invit-copy{
    background: #f8ead0;
    color: #d27a1f;
    border-radius: 0.625rem;
    width: 3.125rem;
    margin: 0.625rem auto;
}

.team-invit-url{
    max-width: 100%;
    font-size: 1.1rem;
    overflow: hidden;
    margin:1.5rem 2rem;
} 
.team-invit-code{
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto;
    border-radius: 0.5rem;
    background: #020202;
    padding: 5px;
}
.team-invit-code img{
    width: 100%;
}

.my-team{
    width: 70%;
    margin: 0.9375rem auto;
    background: #6b8aff;
    color: #fff;
    border-radius: 1.875rem;
    padding: 0.3125rem;
    text-align: center;
    height: 2.25rem;
    line-height: 1.625rem;
    font-size: 1.125rem;
}
.team-invitations {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.team-invitations-tab{
    width: 90%;
    min-width: 12.5rem;
    border-radius: 3.75rem;
    background-color: #fff;
    color: #5484fd;
    display: flex;
    font-size: .875rem;
    font-weight: bold;
    justify-content: space-around;
    text-align: center;
    line-height: 20px;
    margin: 1.25rem auto;
}


 
.team-invitations-tab-item {
    border-radius: 3.75rem;
    width: 33.3%;
    padding: 5px 0;
    background-color: #fff;
    color: #5484fd;
    text-decoration: none;
} 
.team-invitations-tab-item.active {
    width: 33.3%;
    background-color: #5484fd;
    color: #fff;
    border-radius: 3.75rem;
    text-decoration: none;
}

.team-table table{
    width: 90%;
    font-size: .75rem;
    text-align: center;
    background-color: #fff;
    border: 0.0625rem solid #fed0b6;
    border-radius: 1.25rem;
    line-height: 1.875rem;
    margin: 1.25rem auto;
    overflow: hidden;
}
.team-table-title{
    background-color: #ffe0ce;
    color: #d27a1f;
    font-weight: bold;
    line-height: 2.5rem;
}

.order-bg{
    font-size: .875rem  ;
    background-color: #f4f4f4;
    min-height: 50vh;
    height: auto;
    display: block;
    overflow-y: auto;
}
.order-top {
    line-height: 1.875rem /* 30/16 */;
    padding: 0.9375rem;
    font-size: .875rem;
    background-color: #3488f8;
    color: #fff;
}
.order-top-l {
    float: left;
}
.order-top-c {
    text-align: center;
    font-size: 1.125rem;
    font-size: .875rem  ;
}
.order-tabs {
    display: flex;
    justify-content: space-between;
    line-height: 2.5rem;
    padding: 0 1.875rem;
}
.order-list {
    height: 100%;
    display: block;
    overflow-y: auto;
    padding: 0 10px;
}
.signin-bg{
    height: 100%;
}
.signin-top{
    background-image: url("/images/signin_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #00bfc3;
    position: relative;
}
.signin-record{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    touch-action: pan-y;

}
.signin-tip {
    color: #fff;
    font-size: .875rem;
    padding: 0.375rem 0.625rem;
    background: #00d0b4;
    margin: 1.25rem 0;
    display: inline-block;
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
}
.signin-top .signin-back {
    position: absolute;
    right: 0;
    top: 1.25rem;
    background: #00d0b4;
    padding: 0.375rem 0.625rem;
    border-bottom-left-radius: 1.875rem;
    border-top-left-radius: 1.875rem;
    text-decoration: none;
    color:#fff;
}
.signin-num{
    text-align: center;
    color: #fff;
    font-size: 4.375rem;
    line-height: 5.125rem;
    margin: 5.625rem 5.625rem 0;
}
.signin-num-usdt{
    font-size: 1.5rem;
}
.signin-click-btn {
    text-align: center;
    line-height: 2.5rem;
    border-radius: 1.875rem;
    width: max-content;
    margin: 1.875rem auto;
    padding: 0 1.25rem;
    background: #fbba3c;
}
.signin-click-btn button{
    font-size: 1rem;
    color: white;
    background: none;
    border: none;

}

.home-list{
    margin-top: 1.5rem;
    margin-bottom: 4.375rem /* 70/16 */;
}
.home-list-nav{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.home-list-item{
    background-color: #fff; 
    font-size: 12px;
    font-weight: bold;
    color: #2d2d2d;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 0.3125rem /* 5/16 */;
    line-height: 1.375rem;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}
.home-list-item.active{
    color: #005dff;
    border: 1px solid #b6ceff;
    background-color: #b6ceff;
}
 
.home-card-con.current {
    display: block;
}
.home-card {
    margin: 1.25rem;
    background-color: #fff;
    border-radius: 0.3125rem;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
.home-card-top {
    width: 100%;
    line-height: 2.5rem;
    display: flex;
    justify-content: space-between;
}
.home-card-top {
    width: 100%;
    line-height: 2.5rem;
    display: flex;
    justify-content: space-between;
}
 
.home-card-top-l {
    display: flex;
    font-size: 16px;
    font-weight: 700;
}
.home-card-tip {
    height: 1.875rem;
    display: inline-block;
    background: #d95d5d;
    width: 0.3125rem;
    margin-right: 0.625rem;
    border-top-left-radius: 0.625rem;
}
.home-card-top-r {
    padding-right: 0.625rem;
    font-size: 13px;
    color: #ff3b55;
    font-weight: 700;
}

.home-card-bot {
    display: flex;
    padding: 0 0.9375rem 0.625rem;
    font: 12px/180% Arial,Helvetica,sans-serif;
}
.home-card-bot-l {
    width: 60%;
}
.home-card-btn {
    width: 40%;
    position: relative;
}
.home-card-btn a {
    width: 4.375rem;
    height: 1.625rem;
    line-height: 1.625rem;
    font-size: .9375rem;
    background-color: #6b8aff;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 0.625rem;
    position: absolute;
    bottom: 0;
    right: 0;
}




.my-tip{
    margin-bottom: 3.75rem;
}
.my-set-itme{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #525252;
    height: 2.25rem;
    padding: 0 0.625rem;
    line-height: 2.25rem;

}

.my-set-itme-l{
        display: flex;
    line-height: 2.25rem;
}
.my-set-itme-l img {
    width: 1.625rem;
    height: 1.625rem;
    padding: 0.125rem;
    margin: 0.3125rem;
    border-radius: 50%;
}

.my-top{
    display: flex;
    padding: 1.875rem 1.875rem 1.25rem 1.875rem;
    justify-content: space-between;
    line-height: 3rem /* 48/16 */;
}
.my-top-l{
    display: flex;
    line-height: 3.125rem /* 50/16 */;
}
.my-top-icon{
    width: 3.125rem /* 50/16 */;
    height: 3.125rem /* 50/16 */;
    background-color: #5a63b7;
    border-radius: 50%;
}

.my-top-icon img{
    width: 3.125rem /* 50/16 */;
    height: 3.125rem /* 50/16 */;
    border-radius: 50%;
}
.layui-upload-file{
    display: none;
}
.my-top-name{
    font-size: 1.125rem;
    font-weight: bold;
    margin-left: 0.9375rem /* 15/16 */;
}

.my-tip{
    background-image: url("/images/my_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.9375rem;
    color: #fff;
}
.my-tip-top{
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0.625rem 0.9375rem;
    position: relative;

}
.my-tip-center {
    display: flex;
    justify-content: space-between;
}

.my-tip-center-btn {
    position: absolute;
    right: 0;
    background: #d6d8fb;
    padding: 0 0.3125rem;
    border-bottom-left-radius: 1.875rem;
    border-top-left-radius: 1.875rem;
    line-height: 1.25rem;
    font-size: .625rem;
    font-weight: 700;
    color: #1c3eae;
}
.my-tip-progress {
    width: 60%;
    height: 0.1875rem;
    background: rgba(75,89,226,.3);
    border-radius: 3.125rem;
}
.my-tip-bot{
    display: flex;
    justify-content: space-around;
    padding: 0 0.9375rem 0.9375rem;
    text-align: center;
    font-weight: 700;

}
.my-tip-bot-item {
    width: 33.3%;
}
.my-tip-bot-item.dashed {
    border-right: 0.0625rem dashed #fff;
}

.my-tip-income {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 1.25rem 0;
    padding: 0 0.375rem;
}
.my-tip-today, .my-tip-team, .my-tip-total {
    background-image: url("/images/my_tip_bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.5rem;
    padding: 0.5rem 0.5rem 1.25rem;
    line-height: 2.75rem;
}

.my-tip-today, .my-tip-team, .my-tip-total {
    background-image: url("/images/my_tip_bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.5rem;
    padding: 0.5rem 0.5rem 1.25rem;
    line-height: 2.75rem;
}
.my-tip-total {
    background-image: url("/images/my_tip_bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.5rem;
    padding: 0.5rem 0.5rem 1.25rem;
    line-height: 2.75rem;
}

.my-tip-total-btn {
        font-size: .5rem;
        text-align: center;
        line-height: 1.375rem;
        background-color: #9be6ec;
        color: #1c3eae;
        border-radius: 5px;
        padding: 0 0.3125rem;
}

.fixd-icons {
    width: 60px;
    height: 140px;
    position: fixed;
    bottom: 30vh;
    right: 0px;
    z-index: 5000;
}
.fixd-icons .kf-item {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 15px;
    padding: 2px;
}
.fixd-icons .kf-item img {
    width: 100%;
    border-radius: 15px;
}

.wallet-top {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0.625rem 0.9375rem;
    display: flex;
    justify-content: space-between;
}
.wallet-top-l {
    width: 60%;
}
.wallet-top-r {
    line-height: 3.125rem;
    font-size: 1.625rem;
    font-weight: 700;
}
.wallet-top-center {
    display: flex;
    justify-content: space-between;
}
.wallet-top-progress {
    width: 100%;
    height: 0.1875rem;
    background: rgba(72,73,78,.3);
    border-radius: 3.125rem;
}
.wallet-center {
    background-color: #fff;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    min-height: 80vh;
}
.wallet-center-top {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
.wallet-center-recharge {
    background-color: #06f;
}
.wallet-center-withdraw {
    background-color: #38cba8;
}

 
.wallet-center-recharge {
    background-color: #06f;
}
.wallet-center-recharge, .wallet-center-withdraw {
    width: 40%;
    border-radius: 0.625rem;
    margin: 1.25rem 0;
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
    color: #fff;
}
.wallet-center-recharge .recharge {
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 auto;
    background-image: url("/images/wallet_icon_01.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wallet-center-withdraw .withdraw {
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 auto;
    background-image: url("/images/wallet_icon_02.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wallet-gain{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 5%;
}
.wallet-gain a {
    width: 100%;
    height: auto;
    display: inline-block;
}
.wallet-gain img { 
    width:90%;
    height: auto;
    border-radius: 10px;
}
.wallet-announcement {
    display: flex;
    justify-content: center;
    margin: 0.9375rem 0;
}
.wallet-announcement img:first-child {
    width: 5rem;
}
.wallet-announcement img:last-child {
    width: 11.25rem;
    height: 1.625rem;
    margin-top: 3.125rem;
}

.wallet-box {
    padding: 0.625rem 0.9375rem;
}
.wallet-box .notice {
    background: #62badf;
    border-radius: 20px;
    padding: 1rem;
}
li button{
    font-size: 14px; 
    right: 5px;
    padding: 5px 15px;
    background: #1fc102;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    border: none;
}

.product{ 
    background-image: linear-gradient(#bad6ec,#d5e7f3);
    min-height: 100vh;
}
.product-top {
    color: #000;
    text-align: center;
    padding: 1.875rem;
    position: relative;
}
.product-top-l {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.25rem;
}
.product-top-b {
    width: 100%;
    margin: 0 auto;
    line-height: 18px;
}
.product-top-b span {
    width: 4.625rem;
    border: 0.0625rem solid #4d4d4d;
    color: #4d4d4d;
    padding: 5px 10px;
}
.product-top .product-back {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #6b8aff;
}
.product-detail {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.product-img {
    width: 100%;
    height: auto;
}
.product-img img {
    width: 100%;
    height: auto;
}
.product-tip {
    margin: 0.9375rem;
}
.product-submit {
    width: 90%;
    margin: 2.5rem auto;
    background: #6b8aff;
    color: #fff;
    border-radius: 2.5rem;
    padding: 0.3125rem;
    text-align: center;
    height: 2.5rem;
    line-height: 1.875rem;
    font-size: 1.125rem;
    cursor: pointer;
}
.product-detail {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.product-detail-item {
    text-align: center;
    padding: 0.9375rem 0;
    line-height: 1.625rem;
    font-size: .875rem;
}
.product-detail-num {
    background: #f12547;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0.625rem;
    padding: 0 0.625rem;
    line-height: 1.375rem;
}

.fund-list-card { 
    padding: 0 1rem;
    margin-bottom: 3rem;
}

.fund-list-card .fund-dd {
    width: 100%;
    background: #fff;
    border-radius: 0.3125rem;
    box-shadow: 0 0 2px #ccc;
    margin: 1rem 0;
}

.fund-list-card .fund-img {
    width: 100%;
    display: inline-block;
}

.fund-list-card .fund-img img {
    width: 100%;
    border-radius: 0.3125rem;
}
.fund-list-card .fund-con {
    width: 100%;
}
.fund-list-card .fund-con h3 {
    width: 100%;
    padding: 0 5px;
    font-size: 17px;
}
.fund-list-card .fund-con .fund-price {
    width: 100%;
    padding: 0 5px;
    color: #ff3b55;
    font-weight: 600;
    font-size: 13px;
}
.fund-item {
    width: 100%;
    display: inline-flex;
    padding: 5px;
}
.fund-item dd:first-child {
    text-align: left;
}
.fund-item dd:last-child {
    text-align: right;
}
.fund-item dd {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
 
.fund-btn {
    width: 100%;
}
.fund-btn button {
    width: 100%;
    border: none;
    background-color: #6b8aff;
    color: #fff;
    padding: 15px 0;
    border-radius: 0.3125rem;
    font-size: 16px;
    font-weight: 600;
}

.recharge{
    background-image: url("/images/recharge_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.recharge-top {
    color: #fff;
    line-height: 3.125rem;
    padding: 1.25rem 0.625rem;
    font-size: 1.2rem;
}
.recharge-top {
    color: #fff;
    line-height: 3.125rem;
    padding: 1.25rem 0.625rem;
    font-size: 1.2rem;
}
.recharge-top-l {
    float: left;
}
.recharge-top-c {
    width: 100%;
    text-align: center;
}
.recharge-top-r {
    background: #f0f8ff;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 1.25rem;
    padding: 0 0.625rem;
    color: #6b8aff;
    font-size: .9375rem;
    font-weight: 700;
    float: right;
    position: absolute;
    right: 1.25rem;
    top: 2.25rem;
}

.recharge-tab {
    width: 70%;
    display: flex;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}
.recharge-tab a.cur {
    background: #6b8aff;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
}
.recharge-tab a {
    width: 100%;
    color: #6b8aff;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
    letter-spacing: 1px;
}
.space-20 {
    height: 20px;
}
.recharge-balance {
    margin: 0 1.25rem;
    background: #fff;
    border-radius: 0.3125rem;
    color: #1f256e;
    padding: 1.25rem;
    box-shadow: 0 0 0.25rem #bdbcbc;
}
.recharge-balance-t {
    display: flex;
    justify-content: space-around;
    font-size: 1rem;
    line-height: 1.875rem;
}
.recharge-balance-num {
    font-size: 1.25rem;
    font-weight: 700;
}
.recharge-inputs {
    margin: 1.25rem;
    background: #fff;
    border-radius: 1.25rem;
    color: #1f256e;
    padding: 1.25rem;
    box-shadow: 0 0 0.3125rem #bdbcbc;
}
.input-label {
    display: flex;
    justify-content: space-between;
    line-height: 1.875rem;
    font-size: .875rem;
    font-weight: 700;
}
.input-input {
    margin: 0.625rem 0;
}
.input-input input {
    width: 100%;
    border: none;
    outline: none;
    text-decoration: none;
    background: #ececec;
    border-radius: 1.875rem;
    padding: 0.3125rem;
    height: 2.25rem;
    line-height: 1.625rem;
    color: #6b8aff;
    text-align: center;
}
.recharge-submit {
    width: 88%;
    margin: 0.9375rem 6%;
    background: #6b8aff;
    color: #fff;
    border-radius: 1.875rem;
    text-align: center;
    font-size: 1.125rem;
    border: none;
    padding: 15px;
    font-weight: 600;
}
.recharge-item dd.cur .icon-tit {
    background: url("/images/r-icon-on.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.recharge-item {
    width: 88%;
    margin: 0.9375rem 6% 0;
    display: inline-block;
}
.recharge-item label {
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 14px;
}
.recharge-item .recharge-input {
    width: 100%;
    display: block;
    border-bottom: 1px solid #6b8aff;
    padding: 5px;
}
.recharge-item input {
    width: 100%;
    font-size: 26px;
    border: none;
    outline: none;
    padding: 5px;
}
.recharge-item select {
    width: 100%;
    font-size: 12px;
    border: none;
    outline: none;
    padding: 5px;
}
input :placeholder{
font-size: 12px;
}
.recharge-item dl {
    padding: 10px;
}
.recharge-item dd.cur {
    border: 2px solid #108ae7;
}
.recharge-item dl dd {
    border: 2px solid #c2c2c2;
    font-size: 16px;
    color: #c2c2c2;
    padding: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.space-40 {
    height: 40px;
}
.recharge-foot {
    width: 90%;
    padding: 10px;
    position: fixed;
    display: flex;
    flex-direction: row;
    bottom: 0;
    left: 0;
    border-top: 1px solid #c2c2c2;
    background: #fff;
}

.recharge-foot .recharge-info {
    padding: 10px 5px;
    width: 75%;
    font-size: 16px;
    font-weight: 600;
    float: left;
}
.recharge-foot button {
    width: 30%;
    float: left;
    padding: 12px 10px;
    background: #108ae7;
    border: 1px solid #108ae7;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.record-top {
    background-image: url("/images/record_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    line-height: 3.125rem;
    padding: 1.25rem 0.625rem 0;
    font-size: 1rem;
}
.record-top-l {
    float: left;
}
.record-top-r {
    width: 100%;
    text-align: center;
}
.record-top-tab {
    display: flex;
    justify-content: space-between;
    margin: 0 1.25rem;
}

.address-top {
    line-height: 30px;
    padding: 0.9375rem;
    font-size: .875rem;
    background-color: #3488f8;
    color: #fff;
}
.address-top-l {
    float: left;
}
.address-top-c {
    text-align: center;
    font-size: 1.125rem;
}
.address-tit {
    background-color: #3488f8;
    padding: 10px;
}
.address-tab {
    width: 70%;
    display: flex;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}
.address-tab a {
    width: 100%;
    color: #3488f8;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
    letter-spacing: 1px;
}
.address-tab a.cur {
    background: #3488f8;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
}
.address-inputs {
    width: 80%;
    margin: 1.875rem auto;
}
.address-input-item {
    margin-bottom: 0.9375rem;
}
.input-label {
    display: flex;
    justify-content: space-between;
    line-height: 1.25rem;
    font-size: .875rem;
    font-weight: 700;
    color: #424242;
}
.input-input {
    margin: 0.625rem 0;
}
.input-input input {
    width: 100%;
    border: none;
    outline: none;
    text-decoration: none;
    background: #ececec;
    border-radius: 1.875rem;
    padding: 0.3125rem 0.9375rem;
    height: 1.875rem;
    line-height: 1.25rem;
    color: #1055ca;
    text-align: left;
    font-size: .875rem;
}
.input-input-send {
    width: 3.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #3488f8;
    text-align: center;
    color: #fff;
    border-radius: 1.875rem;
    font-size: 1rem;
    position: absolute;
    right: 0.625rem;
    top: 3px;
    border: none;
}
.address-submit {
    width: 80%;
    margin: 6.25rem 10% auto;
    background: #3488f8;
    color: #fff;
    border-radius: 0.625rem;
    padding: 0.3125rem;
    text-align: center;
    height: 2.5rem;
    line-height: 1.875rem;
    font-size: 1.125rem;
    border: none;
}
.recharge-input input::placeholder{
font-size: 14px;
}
.btn-go-back{
text-decoration: none;
color: white;
background-color: #000;
border: none;
outline: none;
padding: 8px 10px;
text-align: center;
border-radius: 5px;
}
.btn-go-back:hover{
    text-decoration: none;
    text-align: center;
}



/* Popover Customised */
.popup{
   height:100vh; 
   display: none;
   background-color:#0000009c;
   position: fixed;
   top: 0;
   padding:100px 0px;
   left: 0;
   width: 100%;
  align-self:  center;
  z-index: 20;
}

.popup-header{
    padding: 10px;
    display: flex;
    justify-content: end;
}
.popup-header button{
    border: none;
    outline: none;
    padding:5px 10px;
    border-radius: 4px;
    background-color: #000;
    color: white;
}

.popup-body{
   height: 350px;
   border-radius: 20px;
   margin: auto; 
   background-color: white;
}
/* Popover Customised */
.card-group {
    margin-block:50px;
  }
  
  .card { 
    height: 200px;
    width: 90%;
    border-radius: 25px;
    background: rgba(9, 60, 111, 0.968);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(68, 68, 114, 0.959);
    box-shadow: 0 0 10px rgba(51, 49, 88, 0.941);
    overflow: hidden;
    margin:auto
  }
  
  .logo img,
  .chip img,
  .number,
  .name,
  .from,
  .to,
  .ring {
    position: absolute; /* All items inside card should have absolute position */
  }
  
  .logo img {
    top: 35px;
    right: 40px;
    width: 80px;
    height: auto;
    opacity: 0.8;
  }
  
  .chip img {
    top: 120px;
    left: 40px;
    width: 50px;
    height: auto;
    opacity: 0.8;
  }
  
  .number,
  .name,
  .from,
  .to {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  }
  
  .number {
    left: 40px;
    bottom: 95px;
    font-family: "Nunito", sans-serif;
  }
  
  .name {
    font-size: 0.5rem;
    left: 40px;
    bottom: 30px;
  }
  
  .from {
    font-size: 0.5rem;
    bottom: 30px;
    right: 110px;
  }
  
  .to {
    font-size: 0.5rem;
    bottom: 30px;
    right: 40px;
  }
  
  /* The two rings on the card background */
  .ring {
    height: 500px;
    width: 500px;
    border-radius: 50%;
    background: transparent;
    border: 50px solid rgba(255, 255, 255, 0.1);
    bottom: -250px;
    right: -250px;
    box-sizing: border-box;
  }
  
  .ring::after {
    content: "";
    position: absolute;
    height: 600px;
    width: 600px;
    border-radius: 50%;
    background: transparent;
    border: 30px solid rgba(255, 255, 255, 0.1);
    bottom: -80px;
    right: -110px;
    box-sizing: border-box;
  }
  