    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: 'microsoft yahei';
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
    input {
        transition: all ease 0.2s;
    }
    
    input:focus {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
        border: 1px solid var(--main-color) !important;
    }

:root {
    --main-color: #9a9a9a;
    --main-color-white: #ffffff;
    --main-color-fontColor: #555555;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
    /* 自适应表格 */
    /* 自适应表格 */
    
    @media only screen and (min-width: 996px) {
        .mall_head {
            display: flex;
            height: 82px;
            background-color: var(--main-color-white);
        }
        .mall_header {
            width: 1500px;
            margin: 0 auto;
            height: 82px;
            align-items: center;
            justify-content: space-between;
            display: flex;
            padding: 0 30px;
            transition: all ease 0.2s;
        }
        .mall_backToHome {
            font-size: 14px;
            display: inline-block;
            padding: 10px 20px;
            background-color: #e4e1e1;
            color: #303133;
            transition: all ease 0.3s;
            border-radius: 30px;
        }
        .mall_backToHome:hover {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
        }
        .mall_userCenter {
            color: #000000;
            font-size: 15px;
        }
        .mall_regis_con {
            max-width: 1500px;
            padding: 0px 30px;
            margin: 40px auto;
        }
        .mall_regis_con_top {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .mall_regis_con_top strong {
            display: block;
            font-weight: normal;
            font-size: 20px;
            color: var(--main-color);
        }
        .mall_regis_con_top p {
            font-size: 14px;
            color: #606266;
        }
        .mall_regis_con_top p a {
            color: var(--main-color);
        }
        .mall_regis_box {
            width: 100%;
            padding: 45px 0;
            background-color: var(--main-color-white);
        }
        .mall_regis_box_con {
            max-width: 480px;
            margin: 0 auto;
        }
        .mall_verify_code {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .mall_regis_item {
            margin-bottom: 20px;
        }
        .mall_regis_item input {
            display: block;
            height: 40px;
            padding-left: 30px;
            width: 100%;
            outline: none;
            border: 1px solid #c0c4cc;
            background-repeat: no-repeat;
            border-radius: 5px;
            background-position: 5px 10px;
        }
        .mall_verify_code input {
            width: 70%;
            margin: 0;
        }
        .mall_sendCode {
            display: block;
            height: 40px;
            border-radius: 5px;
            background-color: var(--main-color);
            text-align: center;
            width: 27%;
            line-height: 40px;
            font-size: 14px;
            color: var(--main-color-white);
        }
        .mall_submit {
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            background-color: var(--main-color);
            margin: 0 auto;
            border-radius: 5px;
        }
        .mall_hadCount {
            color: #303133;
            font-size: 14px;
            text-align: center;
            margin-top: 20px;
        }
        .mall_hadCount a {
            color: var(--main-color) !important;
        }
        .mall_bot {
            background-color: var(--main-color-white);
            padding: 20px 0;
            text-align: center;
            font-size: 14px;
            color: #555;
        }
        .mall_forget {
            padding-top: 10px;
            font-size: 14px;
            color: var(--main-color);
            display: block;
        }
        .mall_personal {
            max-width: 1450px;
            padding: 0 20px;
            margin: 0 auto;
            margin: 40px auto;
        }
        .mall_personal_left {
            width: 25%;
            float: left;
            padding: 20px;
            background-color: var(--main-color-white);
            border-radius: 4px;
            border: 1px solid #e4e7ed;
        }
        .mall_personal_item {
            background-color: var(--main-color-white);
        }
        .mallclear {
            clear: both;
        }
        .mall_personal_right {
            width: 72%;
            float: right;
            padding: 20px;
            border: 1px solid #e4e7ed;
            border-radius: 4px;
            background-color: var(--main-color-white);
        }
        .mall_personal_item a:hover {
            background-color: var(--main-color) !important;
            color: var(--main-color-white) !important;
        }
        .mall_personal_item a {
            display: block;
            font-size: 14px;
            color: #303133;
            height: 40px;
            line-height: 40px;
            text-align: center;
            transition: all ease 0.4s;
        }
        .mall_logout {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            color: var(--main-color-white);
            font-size: 14px;
            background-color: #000;
            text-align: center;
            margin-top: 40px;
            border-radius: 50px;
        }
        .mall_active {
            background-color: #000 !important;
            color: var(--main-color-white) !important;
        }
        .mall_tab {
            display: flex;
            align-items: center;
            padding-bottom: 10px;
            border-bottom: 1px solid #e4e7ed;
        }
        .mall_tab a {
            display: block;
            font-size: 14px;
            color: #303133;
            padding: 0 20px;
        }
        .mallsel {
            position: relative;
            color: var(--main-color) !important;
        }
        .mallsel::after {
            content: '';
            position: absolute;
            background-color: var(--main-color);
            width: 30px;
            bottom: -11px;
            height: 2px;
            left: 50%;
            transform: translateX(-50%);
        }
        .mall_allorder table {
            border: 1px solid #ccc;
            width: 100%;
            margin: 20px auto;
            border-collapse: collapse;
            border-spacing: 0;
        }
        .mall_allorder table tr {
            border: 1px solid #ddd;
            padding: 5px;
        }
        .mall_allorder table td a {
            color: #303133;
        }
        .mall_allorder table td a:hover {
            color: var(--main-color);
        }
        .mall_allorder table th,
        table td {
            padding: 10px;
            text-align: center;
            font-size: 14px;
            color: #303133;
        }
        .mall_allorder table th {
            font-size: 14px;
            color: #303133;
        }
        .mall_allorder table img {
            width: 80px;
        }
        .mall_allorder table p {
            display: block;
            color: #303133;
            font-size: 14px;
            text-align: center;
        }
        .binding {
            /* max-width: 500px; */
            margin: 0 auto;
        }
        .binding ul li {
            display: flex;
            align-items: center;
            padding: 20px 0;
        }
        .binding ul li i {
            color: #585858 !important;
            font-size: 22px !important;
        }
        .binding ul li p {
            margin-left: 10px;
            color: #303133;
            font-size: 15px;
            margin-left: 10px;
        }
        .binding ul li p span {
            color: #7c7c7c;
        }
        .go_bind {
            color: var(--main-color) !important;
            cursor: pointer;
        }
        .mall_address {
            width: 100%;
            border: 1px solid var(--main-color-white);
        }
        .mall_default_address {
            width: 100%;
            padding: 15px;
            position: relative;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            margin-bottom: 30px;
        }
        .mall_addressul li {
            display: flex;
            color: #303133;
            font-size: 14px;
            margin-bottom: 20px;
        }
        .mall_addressul li span {
            width: 45px;
            /* text-align: right; */
            /* margin-right: 10px; */
            display: block;
        }
        .mall_action {
            display: flex;
            align-items: center;
        }
        .mall_action a {
            color: var(--main-color);
            font-size: 14px;
            margin-right: 20px;
        }
        .mall_tags {
            display: block;
            padding: 5px 10px;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
            position: absolute;
            top: 0;
            right: 0;
        }
        .mall_add_address {
            margin-top: 20px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
            display: block;
            width: 150px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin-bottom: 25px;
        }
        .xxx input {
            height: 38px;
            outline: none;
            border: 1px solid #eeeeee;
            padding-left: 15px;
            width: 620px;
        }
        .mall_hidden_add_address {
            display: none;
        }
        .page-shopping-cart {
            max-width: 1200px !important;
        }
        .cartMain {
            background-color: var(--main-color-white);
            margin: 50px auto !important;
        }
        .mall_cart {
            max-width: 1200px;
            margin: 0 auto;
        }
        .mall_sub_order {
            max-width: 1200px;
            margin: 50px auto;
        }
        .mall_sub_order .mall_default_address {
            width: 100%;
        }
        .mall_sub_order .mall_address {
            border: none;
        }
        .mall_sub_title {
            font-size: 20px;
            color: #303133;
            font-weight: normal;
            margin-bottom: 15px;
            display: block;
        }
        .mall_sub_order .mall_allorder {
            background-color: var(--main-color-white);
            padding: 15px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }
        .mall_total {
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .mall_total span {
            color: #303133;
            font-size: 20px;
        }
        .mall_total p {
            font-size: 20px;
            color: var(--main-color);
        }
        .mall_pay_way {
            max-width: 1200px;
            background-color: var(--main-color-white);
            padding: 15px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            margin-top: 30px;
            display: flex;
            align-items: center;
        }
        .mall_pay_way span {
            font-size: 14px;
            color: #303133;
        }
        .mall_pay_way img {
            display: block;
            margin-right: 20px;
            cursor: pointer;
            border: 2px solid transparent;
        }
        .mallted {
            border: 2px solid var(--main-color) !important;
        }
        .mall_paynow a {
            color: var(--main-color-white);
            display: block;
            height: 40px;
            line-height: 40px;
        }
        .mall_paynow {
            float: right;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 15px;
            text-align: center;
            width: 120px;
            height: 40px;
            margin-top: 20px;
            border-radius: 40px;
        }
        .wuliu_ul li {
            display: flex;
            padding: 15px;
            align-items: center;
        }
        .wuliu_ul li span {
            display: block;
            position: relative;
            width: 8px;
            height: 8px;
            background-color: #ccc;
            border-radius: 50%;
            z-index: 100;
        }
        .wuliu_ul li span::after {
            position: absolute;
            width: 10px;
            height: 10px;
            content: '';
            border: 1px solid #ccc;
            border-radius: 50%;
            left: -2px;
            top: -2px;
        }
        .wuliu_ul {
            position: relative;
        }
        .wuliu_ul::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 100%;
            background-color: #ccc;
            left: 17.5px;
            top: 0;
        }
        .wuliu_ul li p {
            flex: 1;
            padding-left: 20px;
            color: #303133;
            font-size: 15px;
        }
        .cur_circle {
            background-color: var(--main-color) !important;
        }
        .cur_circle::after {
            border: 1px solid var(--main-color) !important;
            ;
        }
        .curr_p {
            color: var(--main-color) !important;
        }
        #pay_lay {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .7);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999999;
            display: none;
        }
        .mall_pay_way_con {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        #pay_lay .mall_pay_way {
            display: flex;
            flex-wrap: wrap !important;
            width: 600px !important;
            padding: 20px !important;
            position: relative;
        }
        #pay_lay .mall_pay_way span {
            display: block;
            width: 100%;
            font-size: 20px;
            text-align: center;
            margin-bottom: 20px;
            width: 100%;
        }
        #way_img {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #pay_lay .mall_paynow {
            margin: 0 auto;
            margin-top: 20px;
        }
        .mmscl {
            position: absolute;
            right: 15px;
            top: 15px;
        }
        .to_buy {
            color: var(--main-color) !important;
        }
        .cart_mb {
            display: none;
        }
        .check label {
            margin-right: 20px;
            display: flex;
            align-items: center;
        }
        .check label span {
            display: block;
            margin-left: 5px;
        }
        .check {
            display: block !important;
        }
        .check_tent {
            display: flex;
            align-items: center;
        }
        .checkwrapper {
            padding: 15px 0px;
            display: none;
        }
        .checkwrapper .tips {
            padding: 10px;
            font-size: 14px;
            color: #666;
            background-color: #fff7eb;
            margin-bottom: 15px;
        }
        .tips i {
            color: var(--main-color) !important;
        }
        .checkitem {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .check_left {
            width: 130px;
            text-align: right;
            margin-right: 30px;
            font-size: 14px;
        }
        .check_left em {
            color: var(--main-color);
            font-weight: bold;
        }
        .checkitem2 input {
            display: block;
            width: 300px;
            padding-left: 15px;
            border: none;
            border: 1px solid #ccc;
            height: 30px;
            border-radius: 2px;
            outline: none;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .mall_header {
            display: flex;
            flex-wrap: wrap;
        }
        .mall_userCenter {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }
        .count {
            display: flex;
            align-items: center;
        }
        .countbtn {
            margin-bottom: 0;
            width: 20px;
            height: 20px;
            margin: 0 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            text-align: center;
            border: 1px solid #ccc;
        }
        .count input {
            width: 40px;
            height: 20px;
            outline: none;
            border: none;
            background: #ecebeb;
            text-align: center;
        }
        .check label {
            margin-right: 20px;
            display: flex;
            align-items: center;
        }
        .check label span {
            display: block;
            margin-left: 5px;
        }
        .check {
            display: block !important;
        }
        .check_tent {
            display: flex;
            align-items: center;
        }
        .checkwrapper {
            padding: 15px 0px;
            display: none;
        }
        .checkwrapper .tips {
            padding: 10px;
            font-size: 14px;
            color: #666;
            background-color: #fff7eb;
            margin-bottom: 15px;
        }
        .tips i {
            color: var(--main-color) !important;
        }
        .checkitem {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            flex-wrap: wrap;
            border-bottom: 1px dashed #ccc;
            padding-bottom: 10px;
        }
        .check_left {
            width: 100%;
            font-size: 14px;
            margin-bottom: 10px;
        }
        .check_left em {
            color: var(--main-color);
            font-weight: bold;
        }
        .checkitem2 input {
            display: block;
            width: 300px;
            padding-left: 15px;
            border: none;
            border: 1px solid #ccc;
            height: 30px;
            border-radius: 2px;
            outline: none;
        }
        .m_zj {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .m_zj span {
            color: var(--main-color);
            font-weight: bold;
        }
        .m_zj a {
            display: block;
            width: 100%;
            /* height: 100%; */
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: var(--main-color);
            color: var(--main-color-white);
        }
        .t_price {
            color: var(--main-color);
            font-weight: bold;
        }
        .czcz {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .cart_item_right h1 {
            font-size: 17px;
            margin-bottom: 10px;
            font-weight: 500;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .cart_item_right h2 {
            color: #303133;
            font-weight: normal;
            line-height: 25px;
            margin-bottom: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .cart_item_right span {
            display: block;
            margin-bottom: 10px;
            font-size: 15px;
            color: var(--main-color);
        }
        .cart_item {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .cart_item_left {
            width: 30%;
        }
        .cart_item_left img {
            width: 100%;
        }
        .cart_item_right {
            flex: 1;
            padding: 15px;
        }
        .cart_pc {
            display: none;
        }
        .cartMain {
            width: 100% !important;
            min-width: auto !important;
        }
        .gouwu_shangpin img {
            width: 95% !important;
            display: block !important;
            margin: 0 auto;
        }
        .to_buy {
            color: var(--main-color) !important;
        }
        #pay_lay {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .7);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999999;
            display: none;
        }
        .mall_pay_way_con {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        #pay_lay .mall_pay_way {
            display: flex;
            flex-wrap: wrap !important;
            width: 90% !important;
            padding: 20px !important;
            position: relative;
        }
        #pay_lay .mall_pay_way span {
            display: block;
            width: 100%;
            font-size: 20px;
            text-align: center;
            margin-bottom: 20px;
            width: 100%;
        }
        #way_img {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        #way_img img {
            display: block;
            width: 48%;
            margin-bottom: 15px;
        }
        #pay_lay .mall_paynow {
            margin: 0 auto;
            margin-top: 20px;
        }
        .mmscl {
            position: absolute;
            right: 15px;
            top: 15px;
        }
        .wuliu_ul li {
            display: flex;
            padding: 15px;
            align-items: center;
        }
        .wuliu_ul li span {
            display: block;
            position: relative;
            width: 8px;
            height: 8px;
            background-color: #ccc;
            border-radius: 50%;
            z-index: 100;
        }
        .wuliu_ul li span::after {
            position: absolute;
            width: 10px;
            height: 10px;
            content: '';
            border: 1px solid #ccc;
            border-radius: 50%;
            left: -2px;
            top: -2px;
        }
        .wuliu_ul {
            position: relative;
        }
        .wuliu_ul::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 100%;
            background-color: #ccc;
            left: 17.5px;
            top: 0;
        }
        .wuliu_ul li p {
            flex: 1;
            padding-left: 20px;
            color: #303133;
            font-size: 15px;
        }
        .cur_circle {
            background-color: var(--main-color) !important;
        }
        .cur_circle::after {
            border: 1px solid var(--main-color) !important;
            ;
        }
        .curr_p {
            color: var(--main-color) !important;
        }
        .mall_sub_order {
            max-width: 1200px;
            margin: 50px auto;
        }
        .mall_sub_order .mall_default_address {
            width: 100%;
        }
        .mall_sub_order .mall_address {
            border: none;
        }
        .mall_sub_title {
            font-size: 20px;
            color: #303133;
            font-weight: normal;
            margin-bottom: 15px;
            display: block;
        }
        .mall_sub_order .mall_allorder {
            /* background-color: var(--main-color-white); */
            padding: 15px;
            /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
        }
        .mall_total {
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .mall_total span {
            color: #303133;
            font-size: 20px;
        }
        .mall_total p {
            font-size: 20px;
            color: var(--main-color);
        }
        .mall_allorder_con {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
        }
        .mall_pay_way {
            width: 92%;
            margin: 0 auto;
            padding: 15px;
            background-color: var(--main-color-white);
            padding: 15px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            margin-top: 30px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .mall_pay_way span {
            /* width: 100%; */
            font-size: 14px;
            color: #303133;
            /* margin-bottom: 20px; */
        }
        .mall_pay_way img {
            display: block;
            /* margin-right: 20px; */
            cursor: pointer;
            border: 2px solid transparent;
        }
        .mallted {
            border: 2px solid var(--main-color) !important;
        }
        .mall_paynow a {
            color: var(--main-color-white);
            display: block;
            height: 40px;
            line-height: 40px;
        }
        .mall_paynow {
            float: right;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 15px;
            text-align: center;
            width: 120px;
            height: 40px;
            margin-top: 20px;
            border-radius: 40px;
        }
        .mall_allorder {
            padding: 15px;
        }
        .mall_allorder_con {
            background-color: var(--main-color-white);
            padding: 15px;
        }
        .mall_sub_order {
            width: 100%;
            margin: 50px auto;
        }
        .mall_sub_order .mall_default_address {
            width: 100%;
            background-color: var(--main-color-white);
        }
        .mall_sub_order .mall_address {
            border: none;
        }
        .mall_sub_title {
            font-size: 18px;
            color: #303133;
            font-weight: normal;
            margin-bottom: 15px;
            display: block;
        }
        .cartMain {
            background-color: var(--main-color-white);
            margin: 50px auto !important;
        }
        .mall_cart {
            width: 100%;
            padding: 15px;
            overflow-x: scroll;
        }
        .page-shopping-cart {
            padding: 15px;
            width: 100% !important;
        }
        .layui-main {
            width: 100% !important;
        }
        .mall_address {
            width: 100%;
            border: 1px solid var(--main-color-white);
            padding: 15px;
        }
        .mall_default_address {
            width: 100%;
            padding: 15px;
            position: relative;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            margin-bottom: 30px;
        }
        .mall_addressul li {
            display: flex;
            color: #303133;
            font-size: 14px;
            margin-bottom: 20px;
        }
        .mall_addressul li span {
            width: 45px;
            /* text-align: right; */
            /* margin-right: 10px; */
            display: block;
        }
        .mall_action {
            display: flex;
            align-items: center;
        }
        .mall_action a {
            color: var(--main-color);
            font-size: 14px;
            margin-right: 20px;
        }
        .mall_tags {
            display: block;
            padding: 5px 10px;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
            position: absolute;
            top: 0;
            right: 0;
        }
        .mall_add_address {
            margin-top: 20px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
            display: block;
            width: 150px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin-bottom: 25px;
        }
        .layui-form-item .layui-form-label {
            text-align: left !important;
        }
        .xxx input {
            height: 38px;
            outline: none;
            border: 1px solid #eeeeee;
            padding-left: 15px;
            width: 100%;
        }
        .mall_hidden_add_address {
            display: none;
        }
        .binding {
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
        }
        .binding ul li {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .binding ul li i {
            color: var(--main-color) !important;
            font-size: 22px !important;
        }
        .binding ul li p {
            margin-left: 10px;
            color: #303133;
            font-size: 15px;
            margin-left: 10px;
        }
        .binding ul li p span {
            color: #7c7c7c;
        }
        .go_bind {
            color: var(--main-color) !important;
            cursor: pointer;
        }
        .mall_allorder table tbody tr {
            margin-bottom: 30px;
        }
        .mall_allorder table td a {
            color: #303133;
        }
        .mall_allorder table td a:hover {
            color: var(--main-color);
        }
        .mall_allorder table img {
            width: 30%;
        }
        .note {
            max-width: 80%;
            margin: 0 auto;
        }
        .mall_allorder table {
            border: 0;
            width: 100%;
        }
        .mall_allorder table thead {
            display: none;
        }
        .mall_allorder table tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }
        .mall_allorder table td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
            padding: 20px 0;
            padding-right: 10%;
        }
        .mall_allorder table td:last-child {
            border-bottom: 0;
        }
        .mall_allorder table td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            width: 50%;
            padding-left: 10%;
            text-align: left;
        }
        .mall_personal {
            width: 100%;
            padding: 15px;
            margin: 0 auto;
            margin: 40px auto;
        }
        .mall_personal_left {
            width: 100%;
            padding: 10px;
            background-color: var(--main-color-white);
            border-radius: 4px;
            border: 1px solid #e4e7ed;
            margin-bottom: 20px;
        }
        .mall_personal_item {
            background-color: var(--main-color-white);
        }
        .mallclear {
            clear: both;
        }
        .mall_personal_right {
            width: 100%;
            border: 1px solid #e4e7ed;
            border-radius: 4px;
            background-color: var(--main-color-white);
            padding: 20px 0;
        }
        .mall_personal_item a:hover {
            background-color: var(--main-color) !important;
            color: var(--main-color-white) !important;
        }
        .mall_personal_item a {
            display: block;
            font-size: 14px;
            color: #303133;
            height: 40px;
            line-height: 40px;
            text-align: center;
            transition: all ease 0.4s;
        }
        .mall_logout {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            color: var(--main-color-white);
            font-size: 14px;
            background-color: #000;
            text-align: center;
            margin-top: 40px;
            border-radius: 50px;
        }
        .mall_active {
            background-color: var(--main-color) !important;
            color: var(--main-color-white) !important;
        }
        .mall_tab {
            display: flex;
            align-items: center;
            padding-bottom: 10px;
            border-bottom: 1px solid #e4e7ed;
            flex-wrap: wrap;
            justify-content: center;
        }
        .mall_tab a {
            display: block;
            font-size: 14px;
            color: #303133;
            /* padding: 0 20px; */
            width: 31%;
            margin-bottom: 20px;
            text-align: center;
        }
        .mallsel {
            position: relative;
            color: var(--main-color) !important;
        }
        .mallsel::after {
            content: '';
            position: absolute;
            background-color: var(--main-color);
            width: 30px;
            bottom: -11px;
            height: 2px;
            left: 50%;
            transform: translateX(-50%);
        }
        .mall_forget {
            padding-top: 10px;
            font-size: 14px;
            color: var(--main-color);
            display: block;
        }
        .mall_bot {
            background-color: var(--main-color-white);
            padding: 15px;
            text-align: center;
            font-size: 14px;
            color: #555;
        }
        .mall_regis_con {
            width: 100%;
            padding: 0 15px;
            margin: 40px auto;
        }
        .mall_regis_con_top {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .mall_regis_con_top strong {
            display: block;
            font-weight: normal;
            font-size: 20px;
            color: var(--main-color);
        }
        .mall_regis_con_top p {
            font-size: 14px;
            color: #606266;
        }
        .mall_regis_con_top p a {
            color: var(--main-color);
        }
        .mall_regis_box {
            width: 100%;
            padding: 45px 15px;
            background-color: var(--main-color-white);
        }
        .mall_regis_box_con {
            width: 100%;
            margin: 0 auto;
        }
        .mall_verify_code {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .mall_regis_item {
            margin-bottom: 20px;
        }
        .mall_regis_item input {
            display: block;
            height: 40px;
            padding-left: 30px;
            width: 100%;
            outline: none;
            border: 1px solid #c0c4cc;
            background-repeat: no-repeat;
            border-radius: 5px;
            background-position: 5px 10px;
        }
        .mall_verify_code input {
            width: 60%;
            margin: 0;
        }
        .mall_sendCode {
            display: block;
            height: 40px;
            border-radius: 5px;
            background-color: var(--main-color);
            text-align: center;
            width: 35%;
            line-height: 40px;
            font-size: 14px;
            color: var(--main-color-white);
        }
        .mall_submit {
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            background-color: var(--main-color);
            margin: 0 auto;
            border-radius: 5px;
        }
        .mall_hadCount {
            color: #303133;
            font-size: 14px;
            text-align: center;
            margin-top: 20px;
        }
        .mall_hadCount a {
            color: var(--main-color) !important;
        }
        .mall_head {
            display: flex;
            height: 82px;
            background-color: var(--main-color-white);
        }
        .mall_header {
            width: 100%;
            margin: 0 auto;
            height: 82px;
            align-items: center;
            justify-content: space-between;
            display: flex;
            padding: 0 20px;
            transition: all ease 0.2s;
        }
        .mall_backToHome {
            font-size: 14px;
            display: inline-block;
            padding: 10px 20px;
            background-color: #e4e1e1;
            color: #303133;
            transition: all ease 0.3s;
            border-radius: 30px;
        }
        .mall_backToHome:hover {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
        }
        .mall_userCenter {
            color: var(--main-color);
        }
    }