@font-face {
    font-family: Italianno-Regular;
    src: url('./Italianno-Regular.ttf');
    font-weight:bold;
}

@font-face {
    font-family: Precious;
    src: url('./Precious.ttf');
    font-weight:bold;
}

body{
    font-family: "Arial";
    margin: 0;
    background: rgb(238,238,238);
    /*background: #05239b;*/
    min-height: 100%;
    height: auto;
}

.my-flex{
    display: -ms-flexbox;
    display: flex;
    display: -moz-flexbox;
    display: -webkit-flexbox;
}

.my-grow{
    flex-grow: 1;
}

.my-flex-row{
    -webkit-box-orient:horizontal;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
}


.my-flex-column{
    -webkit-box-orient:vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
}

.my-flex-center {
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.my-flex-space-between {
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.my-flex-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.my-text-right{
    text-align: right !important;
    align-items: end !important;
}

.my-brower-text-left{
    text-align: left;
}

.my-text-center{
    text-align: center !important;
    align-items: center;
}

.tab_bar_block{
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    color: white;
}

.tab_bar_block_sub{
    background: rgb(60,60,60);
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    /*box-shadow: 0 0 10px #222222;*/
}

.el-input-group__append{
    background-color: transparent;
    background-image: linear-gradient(180deg, #99aa00 0%, #99aa33 100%);
    color: white;
}

.el-dialog__headerbtn .el-dialog__close{
    color: orangered;
}

.el-textarea__inner:hover,
.el-input__inner:hover{
    border: 1px solid #99aa00;
}

.tab_item_img{
    padding: 2px;
    width: 30px;
}

.width1_4{
    width: 25%;
}

.tab_middle_item{

}

.tab_middle_item_img{
    background: white;
    border-radius: 30px;
    padding: 15px;
    width: 30px;
}

.tab_item{
    height: 100%;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.tab_bar_block_sub .active{
    background: #99aa00;
    background: -moz-linear-gradient(top, rgba(0,0,0,0), 10%, #99aa00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(0,0,0,0)), color-stop(100%, #99aa00));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%, #99aa00 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 30%, #99aa00 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 30%, #99aa00 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, #99aa00 100%);
}

a{
    color: unset;
    text-decoration: unset;
}

a:hover{
    color: unset;
    text-decoration: unset;
}

a:-webkit-any-link {
    color: unset;
    text-decoration: unset;
}

a:focus{
    color: unset;
    text-decoration: unset;
}

.user_center_code{
    color: #99aa00;
}

.primary-color{
    color: #99aa00 !important;
}

.big-font-color{
    color: #996666 !important;
}

.decor-font-color{
    color: black !important;
}

.primary-block-text-color{
    color: #00305b !important;
}

.primary-op-color{
    color: black !important;
}

.home_icon_block{
    margin: 0 6%;
}

.profile_action_color{
    color: black;
}

.set_wallet_page .el-form-item__label{
    color: black;
}

.home-page .el-drawer__header{
    background: #99aa00;
    margin-bottom: 0;
    padding: 20px;
    color: white;
}
.primary-bg{
    background: #99aa00;
}

.page-interest-bg,
.page-my,
.page-home-bg,
.page-index-bg{
    background-image: url("/fs482rx3kd/k7Zc63Z.png");
    background-color: #cccccc;
    /*background-color: rgb(49,29,48);*/
    background-repeat: no-repeat;
    background-size: 100% 65%;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    /*height: 100%;*/
    min-height: 100vh;
    color: black;
}

.page-order-bg{
    background-repeat: no-repeat;
    background-color: rgb(120,183,255);
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    /*background-color: rgba(31,21,9,1);*/
    width: 100%;
    /*height: 100%;*/
    min-height: 100vh;
    color: black;
}

.my_action_upper{
    margin-left: 10px;
    margin-right: 10px;
}

.el-dialog{
    border-radius: 20px;
    width: 300px;
}

.el-dialog__header{
    font-weight: bold;
}

.el-dialog__body{
    padding: 20px;
}

.el-dialog__title{
    font-size: 22px;
    color: #99aa00;
}

.my_info_block{
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #00A8AA99;
    /*box-shadow: 0 0 30px #cccccc;*/
}

.my_action_bg{
    /*background: rgba(130,130,130,0.6);*/
    background: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    /*box-shadow: 0 0 30px #cccccc;*/
}

.el-progress__text{
    color: white !important;
}

.my_action_txt_bg{
    padding: 10px;
}

.my_head{
    width: 50px;
}

.index-page .button-block{
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    margin-top: 200px;
}

.el-page-header{
    height: 4rem !important;
    line-height: 4rem;
    background: #99aa00;
}

.el-main{
    height: calc(100vh - 4rem);
    padding: 0;
}

.sign-in-page .el-main,
.point-index-page .el-main,
.with-history-page .el-main,
.order-list-page .el-main{
    height: calc(100vh - 4rem);
    padding: 0;
}

.el-page-header{
    color: white;
}

.el-page-header__left::after{
    background-color:white;
}

.el-page-header .el-page-header__content{
    color: white;
}

.el-page-header .el-page-header__left{
    margin-left: 20px;
}

.home-head{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 9;
    background: #BDCF0099;

}

.home-head-left{
    margin: 10px;
    width: 100%;
}

.home-head-left-logo{
    margin-top: 5px;
    height: 50px;
}

.home-head-left-head{
    height: 40px;
}

.navi_msg_img,
.home-head-right-icon{
    vertical-align: middle;
    height: 30px;
}

.home-drawer-logo{
    height: 30px;
}

.home-drawer-level-icon{
    height:30px;
    vertical-align: middle;
}

.navi_msg_count{
    margin-left: 3px;
    padding: 4px 8px;
    border-radius: 15px;
    background: #fff200;
    color: black;
}

.home-head-right{
    text-align: right;
    margin: 10px;
}

.home-page .home-head-right .el-button{
    padding: 0;
}

.banner-block{
    background: rgba(0,0,0,0);
}

.big-logo{
    height: 60px;
}

.home-banner-run-img{
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    height: 240px;
}

.home-page .el-carousel__item{
    text-align: center;
}

.home-welcome-title{
    font-family: Italianno-Regular;
    font-size: 50px;
    font-weight: bold;
    margin: 10px;
}

.home-page .home-welcome-title{
    font-family: Italianno-Regular;
    font-size: 50px;
    font-weight: bold;
    margin: 0 10px;
}

.home-user-info-title{
    font-size: 20px;
}

.user-level-img{
    width:24px;
}

.home-section-title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 10px 0 10px;
}

.home-section-sub-title{
    font-size: 16px;
    font-weight: normal;
    color: grey;
    margin: 5px 20px;
}

.home-balance-bg{
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    box-shadow: 0 0 30px #cccccc;
    margin: 10px 10px;
    padding: 20px;
}

.home-membership-title{
    margin: 20px 10px;
    font-size: 16px;
    font-weight: bold;
}

.home-membership-item{
    background: #33554499;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #888888;
    padding: 10px;
    margin: 10px;
}

.home-level-img{
    height: 40px;
    vertical-align: middle;
}

.home-level-name{
    vertical-align: middle;
    margin-left: 10px;
}

.home-level-rate{
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    vertical-align: middle;
}

.home-level-lock{
    height: 30px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.action-icon-img{
    width: 40px;
    margin: 15px;
}

/*.action-icon{*/
/*    !*width: 60px;*!*/
/*    !*height: 60px;*!*/
/*    !*background: rgba(130,130,130,0.6);*!*/
/*    background: white;*/
/*    border-radius: 10px;*/
/*    !*box-shadow: 0 0 30px #cccccc;*!*/
/*    !*padding: 10px;*!*/
/*}*/


.action-icon{
    width: 40px;
    height: 40px;
    background: #33773399;
    border-radius: 10px;
    box-shadow: 0 0 5px white;
    padding: 15px;
}

.home-page .action-icon{
    width: 40px;
    height: 40px;
    background: #33773399;
    border-radius: 10px;
    box-shadow: 0 0 5px white;
    padding: 15px;
}

.action-icon-text{
}

.run-block-cart{
    color: white;
    margin: 10px 10px 0 10px;
    background: rgb(231,130,96);
    border-radius: 30px;
    width: 100px;
}

.home-section-2{
    height: 100px;
    background: rgb(250,250,250);
    margin: 10px;
}

.home-section-2-img{
    height: 100px;
}

.home_section_2_title1{
    font-size: 16px;
    font-weight: bold;
}

.home_section_2_title2{
    font-size: 20px;
    font-weight: bold;
}

.home-section-2-block{
    height: 100%;
    display: inline-block;
    padding: 10px;
}

.home_section_2_title3{
    font-size: 16px;
    font-weight: bold;
}

.home-section-3{
    margin: 20px 10px;
    padding: 20px;
    background: rgb(247, 247, 247)
}

.home-section-3-title1{
    font-size: 20px;
    font-weight: bold;
}

.home-section-3-title2{
    font-size: 16px;
    color: rgb(241, 175, 60);
}

.home-section-3-title3{
    font-size: 18px;
    color: #9e9e9e;
}

.home-section3-img-block{
    text-align: right;
}

.home-section3-img{
    height: 80px;
}

.home-drawer-block{
    /*padding: 10px;*/
}

.el-drawer__header{
    margin-bottom: 10px;
}

.home-drawer-section1{
    /*background: rgb(240,240,240);*/
    padding: 10px;
}

.home-profile-section-nick{
    font-size: 18px;
    font-weight: bold;
    color: #99aa00;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-profile-section-account-title{
    font-size: 16px;
    font-weight: normal;
}

.home-profile-section-account-value{
    font-size: 16px;
    font-weight: normal;
    color: #FFA502;
}

.home-drawer-level-block{
    background: white;
    box-shadow: 0 0 30px #cccccc;
    margin: 10px;
    padding: 10px;
    width: auto;
    height: 84px;
    border-radius: 10px;
    /*border: 1px solid orangered;*/
}

.home-drawer-big-line{
    background: rgb(240,240,240);
    height: 10px;
}

.home-drawer-level-block-right{
    margin: 20px;
    text-align: right;
}

.home-drawer-deposite-img{
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.el-divider{
    background-color: rgba(200,200,200,0.6);
}

.ucenter-page .el-divider{
    background-color: rgba(200,200,200,0.6);
}

.el-dialog{
    background: white;
}

.el-dialog__body{
    color: black;
}

.el-divider--horizontal{
    margin: 0;
}

.home-drawer-arrow-style{
    text-align: right;
}

.home-drawer-main-fun{
    background: white;
    box-shadow: 0 0 30px #cccccc;
    padding: 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.home-drawer-main-title{
    margin-left: 5px;
}

.el-message-box{
    width: 220px;
}

.home_drawer_logout_btn{
    padding: 10px;
}

.rot-page-bg{
    background: white;
    color: black;
}

.rot-page-section1{
    margin-top: 5px;
    background: white;
    padding: 10px;
    text-align: center;
}

.rot-chart-img{
    width: 40px;
    margin-right: 5px;
}

.rot_page_section1_title1{
    color: #601986;
}

.rot-page-big-middle{
    /*margin-top: 5px;*/
}

.rot-page-middle-img{
    max-width: 100%;
    max-height: 240px;
}

.rot-page-rot-btn-block{
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.garb_tips_block,
.garb_account_item{
    margin: 10px 20px;
}

.garb_account_title{

}

.garb_account_value{
    float: right;
    font-weight: bold;
}

.garb_tips_value{
    /*padding-left: 20px;*/
}

/*.interest-page-deposit-btn,*/
/*.interest-page-deposit-btn:hover,*/
/*.interest-page-deposit-btn:active,*/
/*.interest-page-deposit-btn:focus*/
/*{*/
/*    width: 100%;*/
/*    margin-left: 20px;*/
/*    margin-right: 20px;*/
/*    background-color: orangered;*/
/*    color: white;*/
/*}*/

.interest-page-deposit-btn
{
    background-color: transparent;
    background-image: linear-gradient(180deg, #601986 0%, #403386 100%);
    color: white;
}

.interest-page-withdraw-btn
{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFF200 0%, #FF8200 100%);
    color: black;
}

.newbtn
{
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: none;
    outline: none;
    padding: 15px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}

.task_reject,
.task_success,
.task_pending{
    width: 60px;
    /*height: 30px;*/
    padding: 5px 10px;
    text-align: center;
    border-radius: 0 10px 0 10px;
    /*border: 1px solid #dddddd;*/
    /*box-shadow: 0 0 10px #dddddd;*/
}
.task_reject{
    background: red;
    color: white;
}
.task_success{
    background: #5daf34;
    color: white;
}
.task_pending{
    background: #ea5413;
    color: white;
}

.rot-page-btn,
.rot-page-btn:active,
.rot-page-btn:focus,
.rot-page-btn:hover
{
    width: 100%;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
/*rbg(21,15,93)*/
    background-color: transparent;
    background-image: linear-gradient(180deg, #99aa00 0%, #aaaa66 100%);
    /*box-shadow: 0 0 10px black;*/
    color: white;
}

/*.index-page .rot-page-btn,*/
/*.index-page .rot-page-btn:active,*/
/*.index-page .rot-page-btn:focus,*/
/*.index-page .rot-page-btn:hover*/
/*{*/
/*    width: 100%;*/
/*    !*margin-left: 5%;*!*/
/*    !*margin-right: 5%;*!*/
/*    !*rbg(21,15,93)*!*/
/*    box-shadow: 0 0 10px #222222;*/
/*    background-color: #fff200;*/
/*    color: black;*/
/*}*/

.rot-page-btn1,
.rot-page-btn1:active,
.rot-page-btn1:focus,
.rot-page-btn1:hover
{
    width: 100%;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    /*rbg(21,15,93)*/
    /*background-color: #0272bb;*/

    background-color: transparent;
    background-image: linear-gradient(180deg, #101828 0%, #221828 100%);

    /*box-shadow: 0 0 10px black;*/
    color: white;
}

.order-list-btn,
.order-list-btn:active,
.order-list-btn:focus,
.order-list-btn:hover
{
    width: 100%;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    /*rbg(21,15,93)*/
    /*background-color: #fff200;*/
    /*box-shadow: unset;*/
    /*color: black;*/
}

.order-completed-color{
    background: #5daf34;
    color: white;
}

.order-pending-color{
    background-color: transparent;
    background-image: linear-gradient(180deg, #0050ec 0%, #99aa00 100%);
    color: white;
}

.log-out-btn,
.log-out-btn:active,
.log-out-btn:focus,
.log-out-btn:hover
{
    width: 100%;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    /*background-color: #ff2020;*/
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff5520 0%, #ff2020 100%);
    color: white;
}

.rot-page-btn-bg{
    /*background: black;*/
}

.rot-page-finished-block{
    margin-top: 5px;
    margin-bottom: 5px;
}

.rot-page-finished{
    color: #FFA502;
}

.rot-page-account-block{
    margin: 10px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    box-shadow: 0 0 30px #cccccc;
    /*color: black;*/
}

.el-button{
    border: none;
}

.rot-page-account-sub-block{
    /*color: white;*/
    /*background: white;*/
    padding: 10px;
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 30px #cccccc*/
}

.rot-sub-fun-block{
    background: rgba(255,255,255,0.8);;
    margin-top: 10px;
    color: black;
}

.rot-sub-fun-deposite-img{
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.rot-sub-fun-arrow-style{
    text-align: right;
    padding-top: 10px;
}

.el-dialog__body{
    padding: 0 20px 10px 20px;
}

.rot_oder_detail_row{
    padding: 10px 0 10px 0;
}

.order-list-item-img{
    width: 60px;
    border-radius: 5px;
}

/*.list-bg{*/
/*    background: rgb(130,130,130);*/
/*}*/

.team-person{
    padding: 10px;
}

.my-team-element{
    /*width: 50%;*/
    margin: 10px;
}

.home-level-detail-icon{
    /*border-radius: 5px;*/
    /*background: rgba(236,107,24,0.6);*/
    /*background: rgba(255,255,255,1);*/
    /*box-shadow: 0 0 5px #cccccc;*/
    width: 60px;
}

.order-list-page .el-button--success.is-disabled{
    color: black;
}

.withd-list-item{
    margin: 20px 10px;
    border-radius: 10px;
    background: white;
    /*box-shadow: 0 0 30px #cccccc;*/
    /*padding: 10px;*/
}

.list-item{
    margin: 20px 10px;
    border-radius: 10px;
    background: rgb(220,220,220);
    /*box-shadow: 0 0 10px #cccccc;*/
    padding: 10px;
}

.home-level-detail-line{
    background: rgb(200,200,200);
    height: 1px;
    margin: 10px;
}

.team-line{
    height: 1px;
    margin: 10px;
    background: rgba(200,200,200,0.6);
}

.team-item-img{
    width: 30px;
    height: 30px;
}

.order-list-item-title{
    /*padding: 0;*/
    font-size: 16px;
    font-weight: normal;
    margin: 5px 10px;
}

.order-list-item-value{
    /*padding-right: 10px;*/
    color: #99aa00;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin: 5px 10px;
}

.order-list-item-value1{
    /*padding-right: 10px;*/
    color: #99aa00;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin: 5px 10px;
}

.rot_page_balance_detail_sub_block{
    padding: 10px;
}

.rot_page_account_detail .el-divider--vertical{
    height: 58px;
}

.rot_page_account_detail_value{
    font-weight: bold;
    color: #99aa00;
}

.rot_page_balance_detail_t5{
    margin: 20px;
    font-size: 16px;
    font-weight: bold;
}

.rot_page_balance_detail_t5_value{
    color: #99aa00;
}

.el-tabs__active-bar{
    background-color: #99aa00;
}

.el-tabs__item.is-active,
.el-tabs__item:hover{
    color: #99aa00;
}

.interest-page .el-tabs__item{
    color: white;
}

.interest-page .el-tabs__item.is-active,
.interest-page .el-tabs__item:hover{
    color: #fff200;
}

.el-link.el-link--default{
    color: #99aa00;
}

.transaction-page-bg{
    /*background: white;*/
}

.deposit-page-item-bg{
    margin: 10px;
    background: white;
    /*box-shadow: 0 0 30px #cccccc;*/
    border-radius: 10px;
    padding: 10px;
}

.deposit-page-item-type{
    color: #99aa00;
}

.page-level-bg{
    border: 1px solid #EEEEEE;"
}

.page-level-block{
    margin: 15px;
    padding: 20px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
}

.page-level-block-bg1{
    background: rgb(254,236,193)
}

.page-level-block-bg2{
    background: rgb(253, 220, 200);
}

.page-level-block-bg3{
    background: rgb(185, 243, 243);
}

.page-level-block-bg4{
    background: rgb(241, 239, 255);
}

.page-level-little-title-font{
    font-size: 22px;
    font-weight: bold;
}

.withdrawal_account_block{
    box-shadow: 0 0 10px #cccccc;
    /*background: rgba(130,130,130,0.6);*/
    background: white;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.withdrawal-page-input-bg{
    margin: 10px;
}

.withdrawal-input-title-value,
.withdrawal-page-account-value{
    color: #99aa00;
}

.withdrawal-input-section-bg{
    background: white;
    /*box-shadow: 0 0 30px #cccccc*/
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.withdrawal-wise-logo{
    height: 20px;
}

.withdrawal-inner-page-input-bg {
    background: rgba(255,255,255,1);
    border-radius: 15px;
    height: 60px;
    box-shadow: 0 0 30px #cccccc;
}

.withdrawal-page-title {
    color: #99aa00;
    font-size: 20px;
}

.withdrawal-page-form-control input:focus,
.withdrawal-page-form-control input:active,
.withdrawal-page-form-control{
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    text-align:right;
    flex-grow: 1;
    min-width: 0;
    padding-right: 20px;
}

.withdrawal-wise-translate-icon{
    width: 80px;
}

.withdraw_tips{
    color: black;
}

.list-item-title{
    margin-bottom: 10px;
}

.exchange-tips-bg{
    background-image: url("/fs482rx3kd/exchange_k7Z3c63Z.png");
    background-color: rgba(255, 165, 2,1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    color: white;
}

.exchange-tips-core-title{
    color: #dddd00;
    font-weight: bold;
    font-size: 22px;
}

.exchange-tips-title{
    color: white;
}

.sign-in-page-bg{
    background: white;
}

.sign-in-second-page-bg{
    background-image: url("/fs482rx3kd/point_bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
    color: white;
    padding: 25px;
    border-radius: 20px;
    margin: 0 20px;
}

.sign-in-content-page-bg{
    background: white;
    color: black;
    padding: 25px 10px;
    border-radius: 20px;
    margin: 20px;
    width: 340px;
    box-shadow: 0 0 30px #cccccc;
}

.sign-in-content-item-bg{
    width: 45px;
    height: 80px;
    border-radius: 10px;
    background: rgb(241,241,241);
    margin: 2px;
    padding: 10px 2px;
    text-align: center;
}

.sign-in-content-item-bg .action_text{
    font-size: 18px;
    color: white;
    margin-top: 20px;
}

.sign-in-content-item-bg .action_text.active{
    font-size: 18px;
    color: #99aa00;
    margin-top: 20px;
}

.sign-in-tips-title{
    color: grey;
}

.el-dialog__body{
    word-break:break-word;
}

.run-block{
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    /*margin-top: 10px;*/
}

.run-block-text{
    position: relative;
    width: fit-content;
    animation: run-txt 30S linear infinite;
    color: black;
}

.run-block.run-block-text{
    position: relative;
    content: attr(text);
}

@keyframes run-txt {
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}

.btn{
    font-size: 16px;
    font-weight: normal;
    border-width: 0;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-rounded-80 {
    height: 80px;
    width: 80px;
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 40px;
    border: none;
    box-shadow: 0 0 10px #99aa00;
}

.btn-rounded{
    border-radius: 10px;
}

.home-start-btn{
    color: white;
}

.interest_page_history{
    margin-right: 20px;
    background: rgba(255,241,0,0.6);
    border-radius: 10px;
    padding: 10px 20px;
    text-align: right;
}

.interest_page_tandc{
    margin: 10px 20px;
}

.interest-page .el-form-item{
    margin-bottom: unset;
}

.interest_page_sub_title{
    padding-top: 10px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.interest_content{
    /*position: relative;*/
    /*margin: auto;*/
    /*max-width: 800px;*/
}

.interest_total_balance{
    margin-top: 20px;
}

.interest_split_line_v{
    width: 1px;
    height: 52px;
    background: rgba(200,200,200,1);
}

.interest_daily_income{
    background: rgba(80,80,80,0.6);
    border-radius: 10px;
    margin: 10px 20px;
    padding: 20px;
}

.interest_account_bg{
    padding: 20px 0;
    /*background: rgba(14,110,184,0.5);*/
    background: rgba(80,80,80,0.6);
    border-radius: 10px;
}

.interest_account{
    margin: 10px 20px;
}

.interest_account_info{
    width: 50%;
}

.interest_input{
    margin: 5px 20px;
}

.fixed_set_block{
    margin-top: 10px;
    padding: 20px 10px;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    /*box-shadow: 0 0 30px #cccccc;*/
}

.interest-page-fixed-set{
    margin-top: 20px;
}

.fixed_set_item{
    padding: 5px 0;
}

.interest_record_item{
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    margin: 10px;
    padding: 10px 20px;
    box-shadow: 0 0 30px #cccccc;
}

.interest_record_amount,
.interest_record_type,
.interest_record_time{
    padding: 10px 0;
}

.message_list_item{
    margin: 20px 10px;
    background: rgb(235,235,235);
    border-radius: 10px;
    /*box-shadow: 0 0 10px #cccccc;*/
    color: black;
}

.message_list_item_time,
.message_list_item_title{
    padding: 10px;
}

.message_unread_title{
    color: #99aa00;
}

.message_content_title{
    padding: 10px;
}

.message_content{
    padding: 10px;
    word-wrap: break-word;
}

.radio_item{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    color: #99aa00;
    border: 1px solid #ccc;
    border-radius:5px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.radio_item:checked{
    color: white;
    text-align: center;
    background-color: #601986;
    border-radius:5px;
}

.fixed_set_split_line{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 1px;
    background: rgba(200,200,200,1);
}

.index_page_third_block{
    /*position: absolute;*/
    /*bottom: 0;*/
    max-width: 800px;
    margin: auto;
}

.index_page_third_img{
    vertical-align: middle;
    width: 100%;
}

.index_page_third_item2{
    /*border: 1px solid #00aeef;*/
    width: 50%;
    margin: 10px;
    padding: 10px 0;
    /*border-radius: 10px;*/
}

.index_page_third_item1{
    border: 1px solid #99aa00;
    /*width: 100%;*/
    margin: 10px;
    padding: 10px 0;
    border-radius: 10px;
}

.index_page_third_tips_text_left,
.index_page_third_tips_text_right
{
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: 10px;*/
    /*width: 100%;*/
    height: 1px;
    background: black;
    margin: 0 20px;
}

.share_code_block{
    background: #333333;
    box-shadow: 0 0 30px #cccccc;
    margin: 40px;
    padding: 40px 0;
    border-radius: 10px;
}

.dialog_margin_login{
    margin-top: calc(50vh - 132px);
}

.dialog_margin_reg{
    margin-top: calc(50vh - 235px);
}

.dialog_margin_recharge{
    margin-top: calc(50vh - 79px);
}

.dialog_margin_event_pic{
    margin-top: calc(50vh - 150px);
    background: rgba(0,0,0,0);
}

.dialog_margin_level{
    margin-top: calc(50vh - 138px);
}

.dialog_margin_loading{
    margin-top: calc(50vh - 135px);
}

.dialog_margin_order_detail{
    margin-top: calc(50vh - 190px);
}

.dialog_margin_pwd{
    margin-top: calc(50vh - 103px);
}

.profile_head_bg{
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

.interest-page-pledge{
    color: #dd0000;
}

.hover-underline {
    text-decoration: none;
    transition: text-decoration 0.3s;
}

.hover-underline:hover {
    text-decoration: underline;
    cursor: pointer;
}

.el-link.el-link--primary{
    color: #99aa00;
}

.running_p_block {
    margin:20px auto;
    overflow: hidden;
}
.running_p_block ul {
    display: table-cell;
}
.running_p_block li {
    display: table-cell;
}
.run-p-size{
    height: 40px;
    margin: 10px;
}

.config_page{
    padding: 10px;
}

.index_language{
    position: absolute;
    right: 0;
    padding: 10px;
}

.language_list-bg{
    margin: 5px 10px;
}

.home_dynamic_block{
    background: rgba(0,136,236,0.9);
    /*border: 1px solid #99aa00;*/
    color: white;
    border-radius: 10px;
}

.alpha0_dialog_bg{
    background: rgba(0,0,0,0);
}

.index_page_third_block_old{
    /*position: absolute;*/
    /*bottom: 0;*/
    max-width: 600px;
    margin: auto;
}

.index_page_third_block_old .index_page_third_img{
    vertical-align: middle;
    width: 30px;
}

.index_page_third_block_old .index_page_third_item2{
    border: 1px solid #00305b;
    /*width: 50%;*/
    margin: 10px;
    padding: 10px 0;
    border-radius: 10px;
    background: rgba(255,255,255,1);
    color: black;
}

.index_page_third_block_old .index_page_third_item1{
    border: 1px solid #00305b;
    /*width: 100%;*/
    margin: 10px;
    padding: 10px 0;
    border-radius: 10px;
    background: rgba(255,255,255,1);
    color: black;
}

.index_page_third_block_old .index_page_third_tips_text_left,
.index_page_third_block_old .index_page_third_tips_text_right
{
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: 10px;*/
    /*width: 100%;*/
    height: 1px;
    background: white;
    margin: 0 20px;
}

.tab_item_name{
}

.fund_awards_bg{
    background-image: url("/k3ze98hzqygp/addfv_bonus_bg.png");
    background-color: #00000000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /*height: 300px;*/
    width: 100%;
    color: #ddaa11;
}

.fund_dialog{
    background: #00000000;
    box-shadow: unset;
}