* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    transition: 0.4s;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: Helvetica Neue,
        Helvetica,
        sans-serif !important;
}

html {
    width: 100%;
    font-size: 100%;
    overflow-x: hidden;
    scroll-behavior: auto !important;
}

body {
    overflow-x: hidden;
}

p {
    padding-bottom: 0px;
}

.f8 {
    font-size: 0.5rem;
}

.f10 {
    font-size: 0.625rem;
}

.f12 {
    font-size: 0.75rem;
}

.f14 {
    font-size: 0.875rem;
}

.f15 {
    font-size: 0.938rem;
}

.f16 {
    font-size: 1rem;
}

.f18 {
    font-size: 1.125rem;
}

.f20 {
    font-size: 1.25rem;
}

.f22 {
    font-size: 1.375rem;
}

.f24 {
    font-size: 1.5rem;
}

.f34 {
    font-size: 2.125rem;
}

.f30 {
    font-size: 1.875rem;
}

.f35 {
    font-size: 2.125rem;
    line-height: 57px;
}

.f40 {
    font-size: 2.5rem;
}

.f50 {
    font-size: 3.125rem;
    line-height: 65px;
}

.f64 {
    font-size: 4rem;
    line-height: 71px;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.page_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1rem;
}

.bg1 {
    background: #f2f2f2;
}

.green {
    color: rgb(0, 137, 123);
}

.green2 {
    background: rgb(76, 175, 80);
}

.lightGray {
    background: #eee;
}

.color1 {
    color: #a6a6a6;
}

.color2 {
    color: #fc2279;
}

.color_green {
    color: rgb(76, 175, 80);
}

.pointer {
    cursor: pointer;
}

.header_container {
    background: #fff;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header_container .logo_box {
    gap: 6rem;
}

.header_container .logo_box img {
    width: 33px;
    height: 33px;
}

.header_container .logo_box p {
    color: #616161;
}

.header_container .download_box a img {
    width: 18px;
}

.under_header_container {
    background: #f1f1f1;
    padding: 0.4rem 0rem;
}

.under_header_container h6 {
    font-size: 16px;
}

.under_header_container p {
    font-size: 12px;
    color: #9a9a9a;
}

.hero_container .slider .slick-next.slick-arrow,
.hero_container .slider .slick-prev.slick-arrow {
    display: none !important;
}

.hero_container .slider img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.list_container {
    margin-bottom: 5rem;
}

.list_container .card_ {
    border-radius: 8px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
}

.list_container .card_ p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.list_container .card_ .gray {
    color: #777;
}

.list_container .card_ img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.navigation_container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 0.3rem 0rem;
}

.navigation_container img {
    height: 18px;
    width: 18px;
}

.search_container {
    margin-top: 1.5rem;
}

.search_container input {
    border-radius: 22px;
    border: 1px solid #e5e5e5;
    height: 48px;
    padding: 0rem 1.5rem;
}

.search_container .inner {
    position: relative;
}

.search_container .inner img {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-0.5);
    max-width: 20px;
}

.balance_container {
    position: relative;
}

.balance_container .reload {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 20px;
}

.body_start {
    margin-top: 0.2rem;
}

.body_start .btn_center {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.body_start .btn_center button {
    padding: 4px 16px;
    font-size: 14px;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
}

.body_start .btn_center .back_one {
    background: #4caf50;
    color: #fff;
}

.body_start .btn_center .back_two {
    background: #9c27b0;
    color: #fff;
}

.body_start .btn_center .back_three {
    background: #f44336;
    color: #fff;
}

.body_start .center_notes {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 8px;
}

.body_start .center_notes li {
    width: 20%;
    display: flex;
    justify-content: center;
}

.body_start .center_notes li ol {
    display: inline-block;
    padding: 5px 0;
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #39b54a;
    margin-bottom: 15px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.body_start .center_notes li .btn_0 {
    background-image: linear-gradient(160deg, #6739b6 50%, #e54d42 0) !important;
}

.body_start .center_notes li .btn_red {
    background: #e54d42 !important;
}

.body_start .center_notes li .btn_5 {
    background-image: linear-gradient(160deg, #6739b6 50%, #39b54a 0) !important;
}

.pagination-container ul {
    margin-bottom: 0px;
    background: rgba(204, 204, 204, 0.452);
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
}

.pagination-container .pagination .pointer.active,
.pagination-container .pagination2 .pointer.active {
    font-weight: 800;
    background: rgba(0, 0, 0, 0.842);
    padding: 0rem 0.4rem;
    border-radius: 5px;
    color: #fff;
}

.red_dot {
    margin: 0.32rem 0rem;
    width: 16px;
    height: 16px;
    background: red;
    border-radius: 50px;
}

.modal_ .modal-header {
    background: rgb(76, 175, 80);
    color: #fff;
}

.modal_ .privacy_body {
    max-height: 500px;
    overflow-y: auto;
}

.modal_ .modal-body .count .minus,
.modal_ .modal-body .count .plus {
    position: relative;
}

.modal_ .modal-body .count .minus::before {
    width: 50%;
    height: 1px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 28%;
    background-color: rgb(128, 128, 128);
    transform: translate(-50%, -0.5);
    content: "";
}

.modal_ .modal-body .count .plus::before {
    width: 50%;
    height: 1px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 30%;
    background-color: rgb(128, 128, 128);
    transform: translate(-50%, -0.5);
    content: "";
}

.modal_ .modal-body .count .plus::after {
    position: absolute;
    top: 25%;
    left: 50%;
    background-color: rgb(128, 128, 128);
    transform: translate(-50%, -0.5);
    content: "";
    width: 1px;
    height: 50%;
}

.modal_ .modal-body .count input {
    border: none;
    width: 20px;
    text-align: center;
}

.modal_ .modal-body .count button {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #f5f5f5;
    border: none;
}

.modal_privacy .modal-header {
    background: #e0e0e0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
}

.profile_container {
    width: 100%;
    background: #54b3a8;
    border-radius: 5px;
    padding: 12px 8px 8px 8px;
}

.profile_container .bell {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_container .bell img {
    width: 20px;
    height: 20px;
}

.profile_container .profile_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #424242;
    margin: 0 5px 0 13px;
    border: 0;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12) !important;
}

.mine_nav {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.mine_nav .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none;
}

.mine_nav .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.mine_nav .accordion-header button {
    gap: 1rem;
}

.mine_nav .accordion-header img {
    max-width: 22px;
}

.mine_nav .logout {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 16px;
    color: rgba(0, 0, 0, 0.87);
    border: 0;
    width: 100%;
}

.mine_nav .no-nested .accordion-button:not(.collapsed)::after {
    display: none;
}

.mine_nav .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.mine_nav .accordion-body {
    padding-left: 3.5rem;
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px;
}

.recharge .top_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    background: #ddd;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    justify-content: space-between;
}

.recharge .top_nav .left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.recharge .top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}

.recharge .top_nav .left span {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.recharge .top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recharge .top_nav .right img {
    width: 25px;
    height: 25px;
}

.recharge .recharge_box {
    width: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.recharge .recharge_box .add_card .card_ {
    max-width: 30px;
}

.recharge .recharge_box .add_card .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none;
}

.recharge .recharge_box .add_card .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.recharge .recharge_box .add_card .accordion-body {
    padding-left: 6rem;
}

.recharge .recharge_box .add_card .van-collapse {
    width: 100%;
    padding: 15px;
}

.recharge .recharge_box .password_box {
    padding: 15px;
}

.recharge .recharge_box .password_box .box_border {
    border-bottom: 1px solid #949494;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}

.recharge .recharge_box .password_box .box_border img {
    width: 24px;
    height: 24px;
}

.recharge .recharge_box .password_box .box_border input {
    width: 90%;
    border: 0;
    font-size: 14px;
}

.recharge .recharge_box .password_box .box_border input:focus {
    outline: none;
}

.recharge .recharge_box .text_field {
    padding: 30px 15px 15px;
    font-size: 14px;
    color: #212121;
}

.recharge .recharge_box .top_text {
    font-size: 24px;
    font-weight: 400;
    padding: 15px;
    text-align: center;
}

.recharge .recharge_box .top_text span {
    font-size: 24px;
    font-weight: 400;
}

.recharge .recharge_box .code_input_box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.recharge .recharge_box .code_input_box .code_input {
    width: 95%;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.recharge .recharge_box .code_input_box .code_input img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.recharge .recharge_box .code_input_box .code_input input {
    width: 90%;
    font-size: 14px;
    border: 0;
}

.recharge .recharge_box .code_input_box .code_input input:focus {
    outline: none;
}

.recharge .recharge_box .amount_list {
    width: 100%;
    padding: 25px 10% 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.recharge .recharge_box .amount_list button {
    width: 28%;
    margin: 5px 5px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
    background: #f5f5f5;
    border: 0;
}

.recharge .recharge_box .payment_box {
    width: 100%;
    padding-left: 4%;
}

.recharge .recharge_box .payment_box .payment_text {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #757575;
}

.recharge .recharge_box .payment_box .van-radio {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recharge .recharge_box .payment_box .van-radio .van-radio__icon {
    flex: none;
    height: 1em;
    font-size: 20px;
    line-height: 1em;
    cursor: pointer;
}

.recharge .recharge_box .payment_box .van-radio .van-radio__icon .van-icon {
    border: transparent;
    width: 25px;
    display: inline-block;
    color: #333;
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
    width: 25px;
    display: inline-block;
}

.recharge .recharge_box .payment_box .van-radio__label {
    margin-left: 8px;
    color: #323233;
    line-height: 20px;
}

.recharge .recharge_box .payment_box .van-radio__label .text {
    margin-left: 30px;
    display: inline-block;
    color: #212121;
}

.input_card {
    padding: 15px 15px 64px 15px;
}

.input_card .card_ul li {
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.input_card .card_ul li p {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px;
}

.input_card .card_ul li input,
.input_card .card_ul li textarea {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #919191;
}

.input_card .card_ul li input:focus,
.input_card .card_ul li textarea:focus {
    outline: none;
}

.input_card .card_ul li textarea {
    padding-bottom: 4px;
    height: 60px;
}

.input_card .card_ul li .select_ {
    cursor: default;
}

.input_card .gocode {
    height: 46px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 0 12px;
    line-height: 46px;
    border-radius: 5px;
    border: 0;
    text-align: center;
}

.transaction .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.transaction .list_box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.transaction .list_box li ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.transaction .list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575;
}

.resetPassword .recharge_box {
    height: calc(100vh - 140px);
}

.resetPassword input:focus {
    outline: none;
}

.resetPassword .input_box {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 48px;
    background: #fff;
    border-radius: 5px;
    margin-top: 12px;
    position: relative;
}

.resetPassword .input_box img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.resetPassword .special_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.resetPassword .gocode {
    width: 26%;
    height: 46px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 0 12px;
    line-height: 46px;
    border-radius: 5px;
    margin-bottom: 24px;
    border: 0;
    text-align: center;
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.detail .product_slider_container .slider .slick-next.slick-arrow,
.detail .product_slider_container .slider .slick-prev.slick-arrow {
    display: none !important;
}

.detail .product_slider_container .slider img {
    height: 240px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.detail .soldout {
    padding: 10px 15px;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: #dcdcdc !important;
    color: rgba(0, 0, 0, 0.26) !important;
}

.product_specifications {
    background: #fff;
}

.orders .tab {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    background: #ddd;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.orders .tab button {
    border: none;
    background: transparent;
}

.orders .tab .tablinks {
    padding: 0 12px;
}

.orders .tab .tablinks.active {
    border-bottom: 4px solid #0081ff;
    color: #0081ff !important;
}

.promotion .pro_content {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.promotion .pro_content .container_ {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}

.promotion .pro_content .container_ .headline {
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.promotion .pro_content .container_ .headline span {
    font-size: 24px;
    font-weight: 400;
}

.promotion .pro_content .level_box {
    background: #fff;
}

.promotion .pro_content .level_box .level_content {
    width: 100%;
}

.promotion .pro_content .level_box .level_content .level_list {
    padding: 15px;
}

.promotion .pro_content .level_box .level_content .level_list .layout {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.promotion .pro_content .level_box .level_content .level_list .layout li {
    width: 50%;
}

.promotion .pro_content .level_box .level_content .level_list .layout li ol {
    text-align: center;
    font-size: 16px;
    color: #757575;
}

.promotion .pro_content .level_box .level_content .level_list .layout li .two_ol {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5;
}

.promotion .pro_content .level_box .level_content .level_list .layout_bot {
    padding: 15px 0;
    position: relative;
}

.promotion .pro_content .level_box .level_content .level_list .layout_bot .bot_list {
    border-bottom: 1px solid #949494;
    padding: 15px 0 12px;
}

.promotion .pro_content .level_box .level_content .level_list .layout_bot .bot_list .titles {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 5px;
}

.promotion .pro_content .level_box .level_content .level_list .layout_bot .bot_list .answer {
    font-size: 16px;
    font-weight: 400;
}

.promotion .pro_content .level_box .level_content .level_list .layout_bot .bot_list .heights {
    height: 70px;
    line-height: 1.5;
}

.promotion .pro_content .level_box .level_content .level_list .openlink {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotion .pro_content .level_box .level_content .level_list .openlink button {
    width: 50%;
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.promotion .pro_content .level_box .level_content .level_list .openlink .ripplegrey {
    position: relative;
    overflow: hidden;
}

.promotion .pro_content .level_box .level_content .level_list .openlink .ripplegrey:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10);
    opacity: 0;
    transition: transform 0.3s, opacity 0.5s;
}

.promotion .pro_content .van-tabs__wrap {
    height: 44px;
    overflow: hidden;
}

.promotion .pro_content .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line {
    height: 100%;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.promotion .pro_content .van-tabs__wrap .van-tab--active {
    color: #323233;
    font-weight: 500;
    background: #ddd;
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 4px;
    color: #646566;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.promotion .pro_content .van-tabs__wrap .van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.promotion .pro_content .van-tabs__wrap .van-tab {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 4px;
    color: #646566;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.promotion .van-search {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 12px;
    background-color: #fff;
}

.promotion .van-search .van-search__content {
    display: flex;
    flex: 1;
    padding-left: 12px;
    background-color: #f7f8fa;
    border-radius: 2px;
}

.promotion .van-search .van-cell {
    flex: 1;
    padding: 5px 8px 5px 0;
    background-color: transparent;
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
}

.promotion .van-field__left-icon {
    margin-right: 8px;
}

.promotion .van-icon-search {
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin-top: 3px;
}

.promotion .van-field__value {
    overflow: visible;
}

.promotion .van-cell__value--alone {
    color: #323233;
    text-align: left;
}

.promotion .van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.promotion .van-field__body {
    display: flex;
    align-items: center;
}

.promotion .van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
}

.promotion .van-field__control:focus {
    outline: none;
}

.promotion .van-field__control[type=search] {
    -webkit-appearance: none;
    width: 100%;
}

.promotion .van-field__control[type=search]:focus {
    outline: none;
}

.accordion .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.accordion .van-collapse-item__wrapper .van-collapse-item__content {
    padding: 12px 16px;
    color: #969799;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
}

.accordion .van-collapse-item__wrapper .van-collapse-item__content .myParity_title {
    color: #009688;
    font-size: 14px;
}

.accordion .van-collapse-item__wrapper ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.accordion .van-collapse-item__wrapper ul li ol {
    width: 50%;
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
}

.accordion .myParity_btn {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.accordion .myParity_btn button {
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #ddd;
    color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.signin {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.signin .tz_title {
    font-size: 24px;
    padding: 10px;
    margin-bottom: 0px;
}

.signin .signinfo {
    padding: 10px 0 10px 20px;
    margin-bottom: 0px;
}

.form-control_ {
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.form-control_ input[type=checkbox] {
    accent-color: #000;
}

.orange {
    color: #f39839;
}

.bluecolor {
    color: #2197f3;
}

.modal-dialog {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 6px 20px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 50%;
    /* 30px from the bottom */
    border-radius: 10px;
    font-size: 14px;
    transform: translate(-50%, -50%);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.trend_container * {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.trend_container .header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 46px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.trend_container .header .header__title {
    max-width: 60%;
    margin: 0 auto;
    color: #323233;
    font-weight: 500;
    font-size: 16px;
}

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

.trend_container .header:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 1px solid #ebedf0;
    transform: scale(0.5);
}

.trend_container .inner-content .single_section {
    padding: 5px 12px 0;
}

.trend_container .inner-content .single_section .reservation {
    margin-bottom: 10px;
    display: flex;
}

.trend_container .inner-content .single_section .reservation .reservation-sub {
    flex: 1;
}

.trend_container .inner-content .single_section .reservation .reservation-sub .reservation-sub-title {
    padding: 10px 0;
    font-size: 16px;
    color: #7d7d7d;
}

.trend_container .inner-content .single_section .reservation .reservation-sub .reservation-sub-num {
    font-size: 24px;
}

.trend_container .inner-content .single_section .title {
    display: flex;
    text-align: center;
    margin: 10px;
}

.trend_container .inner-content .single_section .title .red {
    flex: 1;
    color: #f52827;
}

.trend_container .inner-content .single_section .title .green {
    flex: 1;
    color: #157239;
}

.trend_container .inner-content .single_section .title .violet {
    flex: 1;
    color: #e839f1;
}

.trend_container .inner-content .single_section .switchBox {
    float: right;
    margin: 10px;
}

.trend_container .inner-content .single_section .trend-btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity 0.2s;
    -webkit-appearance: none;
}

.trend_container .inner-content .single_section .trend-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
}

.trend_container .inner-content .single_section .trend-btn--small {
    height: 32px;
    padding: 0 8px;
    font-size: 12px;
}

.trend_container .inner-content .single_section .trend-btn--default {
    color: #323233;
    background-color: #fff;
    border: 1px solid #ebedf0;
}

.trend_container .inner-content .single_section .trend-btn--primary {
    color: #fff;
    background-color: #07c160;
    border: 1px solid #07c160;
}

.trend_container .inner-content .single_section .box {
    overflow: scroll;
    width: 100%;
    line-height: 40px;
}

.trend_container .inner-content .single_section .box .grid {
    display: inline-grid;
    width: auto;
    padding-bottom: 20px;
    border: 1px solid #eee;
}

.trend_container .inner-content .single_section .box .grid .row {
    display: inline-flex;
    margin-left: 40px;
    border-bottom: 1px solid #eee;
}

.trend_container .inner-content .single_section .box .grid .row .index {
    width: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #fff;
    left: 12px;
    border: 1px solid #eee;
}

.trend_container .inner-content .single_section .box .grid .row .cell {
    padding: 10px;
    border-left: 1px solid #eee;
}

.trend_container .inner-content .single_section .box .grid .row .cell .item-null {
    width: 23px;
    height: 23px;
    padding-top: 3px;
    border-radius: 20px;
}

.trend_container .inner-content .single_section .top-selete {
    display: flex;
    margin-bottom: 15px;
}

.trend_container .inner-content .single_section .top-selete-sub.active {
    font-size: 16px;
    color: #157239;
    border-bottom: 2px solid #157239;
}

.trend_container .inner-content .single_section .top-selete-sub {
    flex: 1;
    line-height: 30px;
    color: #999;
    border-bottom: 2px solid #cbcbcb;
    text-align: center;
    font-size: 16px;
}

.trend_container .inner-content .single_section .van-cell-group {
    background-color: #fff;
}

.trend_container .inner-content .single_section .van-hairline--top-bottom {
    position: relative;
}

.trend_container .inner-content .single_section .van-cell {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}

.trend_container .inner-content .single_section .van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 16px;
    bottom: 0;
    left: 16px;
    border-bottom: 1px solid #ebedf0;
    transform: scaleY(0.5);
}

.trend_container .inner-content .single_section .van-cell__value--alone {
    color: #323233;
    text-align: left;
}

.trend_container .inner-content .single_section .van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.trend_container .inner-content .single_section .van-cell__title,
.trend_container .inner-content .single_section .van-cell__value {
    flex: 1;
}

.trend_container .inner-content .single_section .van-progress {
    position: relative;
    height: 14px;
    background: #e5e5e5;
    border-radius: 4px;
}

.trend_container .inner-content .single_section .van-progress__portion {
    position: absolute;
    left: 0;
    height: 100%;
    background: #1989fa;
    border-radius: inherit;
}

.trend_container .inner-content .single_section .van-progress__pivot {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    min-width: 3.6em;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
    background-color: #1989fa;
    border-radius: 1em;
    transform: translateY(-50%);
}

.trend_container .time .counter,
.trend_container .time .count {
    display: flex;
    align-items: center;
    justify-content: end;
}

.trend_container .time .gap-2 {
    gap: 0.5rem;
}

.trend_container .time .gap-1 {
    gap: 0.25rem;
}

.trend_container .time .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.trend_container .time .rounded-2 {
    border-radius: 0.25rem;
}

.trend_container .time .px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.trend_container .item-violet-green,
.trend_container .item-violet-red {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    padding-top: 3px;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    color: #fff;
}

.trend_container .item-violet-red {
    background-image: linear-gradient(-90deg, #e839f1 10px, #f52827 0);
}

.trend_container .item-violet-green {
    background-image: linear-gradient(-90deg, #e839f1 10px, #157239 0);
}

.trend_container .item-green,
.trend_container .item-red {
    width: 23px;
    height: 23px;
    padding-top: 3px;
    border-radius: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    color: #fff;
}

.trend_container .item-red {
    background: #f52827;
}

.payment_container * {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif !important;
}

.payment_container #teach {
    text-align: center;
    font-size: 12px;
    color: #333;
    margin-bottom: -5px;
    text-decoration: underline;
}

.payment_container #teach span {
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    background: #ff0000;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
}

.payment_container .setp {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
}

.payment_container .navbar {
    min-height: 0;
}

.payment_container .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.payment_container .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.payment_container .navbar .tit {
    margin: 0;
    color: #fff;
    background: #528ff0;
    padding: 15px 0;
}

.payment_container #order_time {
    position: absolute;
    right: 6px;
    top: 14px;
    color: #fff;
}

.payment_container .amount-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 800;
    line-height: 36px;
    font-size: 20px;
}

.payment_container .amount-title span {
    color: #ff0000;
    font-size: 36px;
}

.payment_container .upi-info {
    padding: 12px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #528ff0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
}

.payment_container .btn-copy {
    margin-left: 8px;
    display: inline-block;
    background: #528ff0;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    text-align: center;
    width: 60px;
    font-size: 16px;
}

.payment_container .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.payment_container .glyphicon,
.payment_container address {
    font-style: normal;
}

.payment_container .closing {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.payment_container .closing i {
    font-size: 26px;
}

.payment_container .tabcontent img {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
    height: auto;
}

.payment_container .tabcontent {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    padding-top: 20px;
    display: none;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
}

.payment_container .upi-payment-step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.payment_container .upi-payment-step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.payment_container .upi-payment-step input {
    flex: 1;
    height: 32px;
    border: 2px solid #74a5f3;
    margin-left: 10px;
    border-radius: 6px;
    padding-left: 8px;
}

.payment_container .enter-ref-warn-box {
    text-align: center;
    color: #ff0000;
}

.payment_container .enter-ref-warn-box .enter-ref-warn {
    width: 80%;
    margin: 22px auto 22px;
    min-width: 300px;
}

.payment_container .btn.sub {
    background: #528ff0;
}

.payment_container .btn {
    width: 80%;
    max-width: 320px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 10px auto 0;
}

.payment_container .setp .box {
    margin: 0 auto;
    min-width: 300px;
    max-width: 520px;
}

.payment_container .level-2 {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

.payment_container .img-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.payment_container .img-row img {
    width: 48%;
    max-width: 320px;
    height: auto;
    border: 2px solid #528ff0;
}

.record-table .accordion-button {
    padding: 10px 16px;
}

.record-table .accordion-button::after {
    background-size: 1.1rem;
}

.record-table.table> :not(caption)>*>* {
    padding: 0px;
}

@media (max-width: 575px) {
    .orders .top_nav .f18 {
        font-size: 14px;
    }
}

/*# sourceMappingURL=styles.css.map */