body {
    margin: auto;
    max-width: 700px;
}

.login_bg {
    background-image: url("/an62res2zbq5/p7gpmzpq.png");
    background-color: #222266;
    /*background-color: #888888;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: local;
    width: 100%;
    height: 100vh;
    /*min-height: 100vh;*/
    color: black;
}


.page_outer {
    background-image: url("/an62res2zbq5/p7gpmzpq.png");
    background-color: #113366;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}

.my-text-center {
    text-align: center !important;
    align-items: center;
}

.my-text-right {
    text-align: right !important;
    align-items: end !important;
}

.my-grow {
    flex-grow: 1;
}

.my-flex {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flexbox;
    display: -webkit-flexbox;
}


.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-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-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;
}

.big-logo {
    height: 60px;
}

.login_action_block {
    padding: 20px 10px;
    background: #222222aa;
    border-radius: 10px;
    margin: auto;
    width: 80%;
}

.login_action_title {
    padding-left: 20px;
    text-align: left;
    color: #ee9922;
    font-size: 18px;
    font-weight: bold;
}

.login_btn {
    width: 100%;
    background: #ee9922;
    background-image: linear-gradient(180deg, #ee9922 0%, #eedd22 100%);
    color: white !important;
}

.main_head {
    background: #ee992266;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 9;
    max-width: 700px;
}

.main_head_logo {
    height: 60px;
    margin: 0 20px;
}

.page-my,
.page-garb-bg {
    background-color: #99aa99bb;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: black;
    ;
    max-width: 700px;
}

.home-page .el-drawer__header {
    background: #FDC300;
    margin-bottom: 0;
    padding: 20px;
    color: white;
}

.page-home-bg {
    background-color: #99aa99bb;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: black;
    max-width: 700px;
}

.banner-block {
    background: rgba(0, 0, 0, 1);
}

.home_banner_bg {
    position: absolute;
    top: 80px;
    color: white;
}

.home_banner_sub_bg {
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 120px 5px 20px;
    background: #22222288;
    position: relative;
    margin-left: 20px;
}

.home_tips_bg {
    height: 30px;
    background: white;
    border-radius: 20px;
    margin: 0 10px;
    z-index: 3;
    overflow: hidden;
}

.run-block-text {
    /*position: relative;*/
    animation: run-txt 30S linear infinite;
    color: black;
    /*overflow: hidden;*/
    font-size: 16px;
    white-space: nowrap;
    width: fit-content;
    content: attr(text);
}

@keyframes run-txt {
    0% {
        transform: translateX(100%);
    }

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

.menu_list_block {
    padding: 10px 10px 0 10px;
}

.menu_list_title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.menu_list_title_tips {
    font-size: 12px;
    color: #ffffff;
}

.action-icon {
    height: 30px;
}


.action-icon-block {
    margin: 5px;
    /*min-height: 80px;*/
    background: #55551199;
    border-radius: 10px;
    box-shadow: 0 0 3px #cccccc;
    padding: 15px;
    color: black;
}

.action-icon-text {
    color: white;
    /*text-wrap:nowrap;*/
    font-size: 14px;
}

.goods_list_block {
    margin: 5px 5px 0 5px;
}

.rand_goods_name {
    margin: 0 10px;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rand_goods_price {
    font-size: 12px;
    padding: 0 10px 10px 10px;
    color: #FDC300;
}

.rand_goods_item {
    min-height: 180px;
    margin: 5px;
    background: white;
    border-radius: 10px;
}

.rand_goods_img {
    width: 100%;
    /*max-height: 170px;*/
    /*min-height: 150px;*/
    /*height: 168px;*/
    border-radius: 10px 10px 0 0;
}

.goods_category_list {
    overflow: hidden;
}

.fav_img {
    margin: 10px;
    width: 300px;
    border-radius: 10px;
}

.home_person_block {
    margin-top: 10px;
    margin-bottom: 5px;
}

.home_person_block {
    margin-top: 10px;
    margin-bottom: 5px;
}

.garb_user_head {
    margin-left: 10px;
    width: 40px;
}

.partner_img {
    width: 70px;
}

.home_person {
    position: fixed;
    bottom: 100px;
    /*left: 0;*/
    background: #66b1ffaa;
    z-index: 9;
    color: black;
    border-radius: 0 20px 20px 0;
}

.home_person_name {
    font-size: 16px;
    padding: 10px;
}

.tab_bar {
    background: #efefe0;
    border-radius: 10px 10px 0 0;
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 9;
    max-width: 700px;
}

.tab_bar div.active {
    border-radius: 10px 10px 0 0;
    background: #94bfdf;
    background: -moz-linear-gradient(top, #cdeded00 30%, #FDC300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(30%, #cdeded00), color-stop(100%, #FDC300));
    background: -webkit-linear-gradient(top, #cdeded00 30%, #FDC300 100%);
    background: -o-linear-gradient(top, #cdeded00 30%, #FDC300 100%);
    background: -ms-linear-gradient(top, #cdeded00 30%, #FDC300 100%);
    background: linear-gradient(to bottom, #cdeded00 30%, #FDC300 100%);
}

.tab_bar_item {
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    color: black;
}

.tab_bar_item_img {
    height: 20px;
}

.tab_bar_item_middle {
    height: 60px;
    margin-top: -40px;
}

.banner_img {
    height: 100%;
}

.order_progress_block {
    margin: 10px;
}

.order_progress_title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.rule_value {
    color: black;
}

.rule_bg {
    margin-top: 5px;
    width: 100%;
    height: 15px;
}


.my-brower-text-left {
    text-align: left;
}

.primary-color {
    color: #FDC300;
}

.primary-op-color {
    color: white;
}

.rot-page-btn {
    width: 90%;
    background: #ee9922;
    background-image: linear-gradient(180deg, #ee9922 0%, #eedd22 100%);
    color: white;
}

.rot-page-btn:active {
    background-color: #FDC300;
    color: white;
}

.rot-page-btn:hover {
    background-color: #729be5;
    color: white;
}

.rot-page-btn:focus {
    background-color: #729be5;
    color: white;
}

.garb_balance_block {
    background-image: url('/an62res2zbq5/garb_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    color: white;
    padding: 20px 10px;
    font-size: 14px;
    margin: 10px;
    border-radius: 20px;
    /*height: 200px;*/
}

.garb_balance_info_block {
    background: #fbfbf2;
    border-radius: 10px;
    /*margin: 20px 10px;*/
}

.garb_icon {
    width: 50px;
    margin: 10px;
}

.garb_balance_desc_block {
    margin: 16px 10px;
}

.sub-block-text-color {
    color: #505050;
}

.primary-block-text-color {
    color: black;
}

.garb_page_goods_info_block {
    margin: 5px;
}

.garb_page_rand_goods_item {
    min-height: 120px;
    margin: 5px;
    background: white;
    border-radius: 10px;
    /*background: #66b1ff55;*/
}

.garb_page_rand_goods_img {
    width: 100%;
    /*height: 98px;*/
    /*padding: 5px;*/
    border-radius: 10px 10px 0 0;
}

.list-bg {
    background-color: #efefef;
}

.list-item {
    margin: 10px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 10px #cccccc;
    padding: 10px;
}

.order-list-page .list-item {
    margin: 10px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 10px #cccccc;
    font-size: 14px;
    padding: 0;
}

.order-list-page .order_list_status {
    width: 80px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 0 10px 0 10px;
}

.order-list-item-title {
    /*padding: 0;*/
    font-size: 14px;
    font-weight: normal;
    /*margin: 5px 10px;*/
}

.order-list-item-value{
    text-align: right;
}

.order-list-item-img {
    width: 40px;
    border-radius: 5px;
}

.my_info_block {
    position: relative;
    z-index: 99;
    margin: -60px 20px 20px 20px;
    padding: 10px;
    border-radius: 10px;
    background: #60b7f1bb;
}

.my_head {
    width: 50px;
}

.my_sub_block_text_color {
    color: white;
}

.task_reject {
    background: red;
    color: white;
}

.task_success {
    background: #5daf34;
    color: white;
}

.task_pending {
    background: #eea413;
    color: white;
}

.task_frozen {
    background: #666666;
    color: white;
}

.my_action_block_title {
    margin: 10px 10px;
}

.my_action_bg {
    background: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

.my_action_txt_bg {
    padding: 10px;
}

.home-drawer-main-title {
    margin-left: 5px;
}

.home-drawer-arrow-style {
    text-align: right;
}

.logout-page-btn {
    width: 100%;
    background-color: #bb3333;
    color: white;
}

.page-bg {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    color: black;
}

.home_drawer_logout_btn {
    padding: 10px;
}


.withdrawal_account_block {
    background: rgb(234, 234, 220);
    box-shadow: 0 0 10px #cccccc;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.withdrawal-page-input-bg {
    margin: 10px;
}

.withdrawal-input-title-value,
.withdrawal-page-account-value {
    color: #FDC300;
}

.withdrawal-input-section-bg {
    background: white;
    box-shadow: 0 0 2px #dddddd;
    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 5px #dddddd;
}

.withdrawal-page-title {
    color: #FDC300;
    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: #FDC300;
}

.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);
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.page-level-block-bg2 {
    background: rgb(253, 220, 200);
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.page-level-block-bg3 {
    background: rgb(185, 243, 243);
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.page-level-block-bg4 {
    background: rgb(241, 239, 255);
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.page-level-little-title-font {
    font-size: 22px;
    font-weight: bold;
}

.main_head_cs {
    margin: 10px 0;
    height: 40px;
}

.rot_oder_detail_row {
    padding: 5px 0 5px 0;
    font-size: 13px;
}

.goods_detail_btn {
    width: 100%;
    background: #FDC300;
    background-image: linear-gradient(180deg, #FDC300 0%, #FDC333 100%);
    color: white;
}

.goods_detail_img_bg {
    margin-top: 20px;
}

.goods_name {
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    color: black;
}

.goods_price {
    padding: 10px;
}

.transaction-page-bg {
    background: white;
}

.deposit-page-item-bg {
    margin: 10px;
    background: white;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 10px;
    padding: 10px;
}

.deposit-page-item-type {
    color: #FDC300;
}

.primary_btn {
    width: 80%;
    background: #2a62e4;
    color: white;
}

/**                 element-ui css **/
.el-button {
    border: none;
}

.el-page-header {
    height: 4rem !important;
    line-height: 4rem;
    background: #ad7822;
}

.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: #ffffff;
}

.el-page-header__left::after {
    background-color: #ffffff;
}

.el-page-header .el-page-header__header {
    height: 100%;
}

.el-page-header .el-page-header__content {
    color: #ffffff;
}

.el-page-header .el-page-header__left {
    margin-left: 20px;
}

.el-progress__text {
    color: white !important;
}

.el-divider--horizontal {
    margin: 0;
}

.el-dialog {
    border-radius: 20px;
    width: 300px;
    padding: 0;
}

.el-dialog__header {
    font-weight: bold;
    padding: 20px 20px 10px;
}

.el-dialog__body {
    padding: 0 20px 10px 20px;
    word-break: break-word;
}

.el-dialog__title {
    font-size: 22px;
    color: #FDC300;
}

.el-form-item__content {
    justify-content: center;
}

.el-input__inner {
    height: 40px;
}

.el-input-group__append {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FDC300 0%, #FD9300 100%);
    color: white;
}

.el-message {
    min-width: 380px;
}

.el-message-box {
    width: 220px;
}

.el-page-header__icon {
    font-size: 25px;
}

.el-tabs__active-bar {
    background-color: #FDC300;
}

.el-tabs__item.is-active,
.el-tabs__item:hover {
    color: #FDC300;
}

.el-card__body {
    padding: 5px;
}

.el-rate .el-rate__icon{
    font-size: 0.8rem;
}

.pending_icon_style{
    width: 80px;
    height: 80px;
    position: absolute;
    transform: rotate(322deg);
}

.login_logo{
    width: 200px;
}


.login_page_tail_partner_block{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.login_page_tail_partner_box{
    max-width: 700px;
    /*width: 100%;*/
    margin: auto;
}

.index_page_third_img{
    vertical-align: middle;
    width: 80%;
}

.index_page_third_item2{
    margin: 10px;
    padding: 10px 0;
}

a:hover{
    color: unset;
    cursor: unset;
    text-decoration: unset;
}

a:-webkit-any-link {
    color: unset;
    cursor: unset;
    text-decoration: unset;
}

a:focus{
    color: unset;
    cursor: unset;
    text-decoration: unset;
}

.msg_list_block{
    margin: 10px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}