.wrap {
    width: 100%;
    min-height: 100vh;
    background: #f5f5f5;
}

/* 订单顶部 */

/* .order_nav {
    background: #fff;
} */

.order_navCen_leftIndex,
.order_navCen_leftLiTitle,
.order_navCen_leftLi,
.order_navCen_leftLi_a,
.order_navCen_leftIndex a {
    /* color: var(--lordColor); */
    color: #fff;
}

.order_navCen_leftIndex a {
    border-color: var(--lordColor);
}

.order_navCen_leftIndex a:hover {
    background: var(--lordColor);
    color: #fff;
    /* color: var(--lordColor); */
    border-color: var(--lordColor);
}

.order_navCen_rightInput {
    border: 1px solid var(--lordColor);
    box-sizing: border-box;
}

.order_navCen_rightInput_btn {
    background: var(--lordColor);
    color: #fff;
}

.headerRight_inputShoppingCart_box {
    border: 1px solid #dfdfdf;
    background: #f9f9f9;
}

/* 内容 */

.content {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.content_region {
    margin-left: 20px;
}

.content_regionTop {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.content_classBar {
    margin-top: 20px;
}
/* 用户信息 */

.user_info {
    position: relative;
    z-index: 9;
    width: 250px;
    background: var(--lordColor);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.user_infoTop {
    width: 100%;
    height: 243px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}

.user_infoTop_img {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 3px 2px 10px 0 rgb(79 5 1 / 84%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_infoTop_img .iconfont {
    color: #fff;
    font-size: 32px;
}

.user_infoTop_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.user_infoTop_name {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.user_infoBottom {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 56px;
    /* background-color: #232331; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_infoBottom_text {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #f4ca3a;
}

.user_infoBottom_text01 {
    font-size: 12px;
}

.user_infoBottom_btn {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border-radius: 14px;
    background-color: #f4ca3a;
    color: #232331;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
}

.user_infoBottom_btn:hover {
    background: #fff;
}

/* 我的钱包 */

.my_wallet {
    flex: 1;
    background: #fff;
}

.my_walletTitle {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #f0f3ef;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.my_walletTitle .iconfont {
    font-size: 22px;
    color: #9f9f9f;
    cursor: pointer;
}

.my_walletTitle .iconfont:hover {
    color: var(--lordColor);
}

.my_walletUl {
    width: 100%;
    height: 129px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.my_walletLi {
    flex: 1;
    font-size: 12px;
    display: flex;
    flex-flow: column;
}

.my_walletLi_top {
    display: inline-block;
    cursor: pointer;
}
.wallet_recharge {
    margin-top: 12px;
    font-size: 14px;
    text-decoration: underline;
    color: var(--lordColor);
}

.my_walletLi_top01,
.my_walletLi_topDel {
    padding-top: 10px;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    font-weight: 700;
}

.my_walletLi_topDel {
    display: none;
}

.my_walletLi_bottom {
    display: inline-block;
    color: #4184e8;
    margin-top: 30px;
    cursor: pointer;
}

/* 我的订单 */

.my_order {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.my_orderTitle {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #f0f3ef;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.my_orderList {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_orderItem {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my_orderItem_box {
    width: 100%;
    height: 90px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.my_orderItem_icon {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.my_orderItem_iconNum {
    position: absolute;
    top: -4px;
    right: -14px;
    width: 28px;
    height: 18px;
    border-radius: 18px;
    background: var(--lordColor);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.my_orderItem_icon .iconfont {
    font-size: 40px;
    transition: all 0.4s ease;
}

.my_orderItem_iconTwo {
    background: #eeeeee;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
}

.my_orderItem_iconTwo .iconfont {
    font-size: 20px;
    color: #a6a6a6;
    font-weight: bold;
}

.my_orderItem_box:hover {
    border-radius: 5px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 10%);
}

.my_orderItem_box:hover .my_orderItem_iconTwo {
    border-color: var(--lordColor);
    background: #fff;
}

.my_orderItem_box:hover .iconfont {
    color: var(--lordColor);
}

.my_orderItem p {
    padding-top: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

.my_orderGoods {
    width: 100%;
}

.my_orderGoods_item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #f0f3ef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderGoods_itemLeft {
    display: flex;
    align-items: center;
}

.orderGoods_itemLeft ~ .orderGoods_itemLeft {
    margin-top: 10px;
}

.orderGoods_itemLeft_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderGoods_itemLeft_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.orderGoods_itemLeft_info {
    width: 340px;
    margin-left: 20px;
    font-size: 12px;
    color: #666666;
}

.orderGoods_itemLeft_infoBottom {
    margin-top: 5px;
}

.orderGoods_itemRight {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-left: 20px;
    font-size: 12px;
    color: #999;
}

.orderGoods_itemRight a {
    font-size: 12px;
    color: #333;
    cursor: pointer;
    margin-top: 5px;
}

.orderGoods_itemRight a:hover {
    color: var(--lordColor);
}

.my_orderGoods_more {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #f0f3ef;
    cursor: pointer;
    color: #666;
}

.my_orderGoods_more:hover {
    color: var(--lordColor);
}

/* 商品推荐 */

.goods_recomm {
    width: 100%;
    background: #f5ca3a;
}

.goods_recommTitle {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
}

.goods_recommCen {
    width: 100%;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.goods_recommList {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.goods_recommSwiper {
    width: 100%;
    padding: 0 10px 40px;
    box-sizing: border-box;
    position: relative;
}

.swiper-slide {
    width: 16.6%;
    position: relative;
    transition: all 0.4s ease;
}

.swiper-slide:hover {
    z-index: 9;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.goods_recommSwiper_box {
    width: 100%;
    padding: 10px 18px;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.goods_recommSwiper_img {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods_recommSwiper_img:hover {
    opacity: 0.6;
}

.goods_recommSwiper_img img {
    width: 100%;
    display: block;
}

.goods_recommSwiper_title {
    max-height: 40px;
    line-height: 20px;
}

.goods_recommSwiper_title:hover {
    color: var(--lordColor);
}

.goods_recommSwiper_price {
    margin: 2px 0;
    font-size: 14px;
    font-weight: 700;
}

.goods_recommSwiper_priceNot {
    color: #999;
    font-size: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 20px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    zoom: 0.2;
    color: #fff;
    margin-left: 22px;
}

.swiper-button-prev::after {
    margin-left: 0;
    /* margin-right: 30px; */
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff !important;
    border: 1px solid #adadad !important;
    box-sizing: border-box;
}

.swiper-pagination-bullet-active {
    background: #aaa !important;
}

/* 侧边栏 */

.sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 35px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.sidebar_ul {
    width: 100%;
}

.sidebar_ulTwo {
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.sidebar_li {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.sidebar_li ~ .sidebar_li {
    margin-top: 1px;
}

.sidebar_li a {
    display: block;
    width: 100%;
    height: 100%;
}

.sidebar_li i {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #7a6e6e;
    background-image: url("../../images/22.png");
    background-repeat: no-repeat;
}

.sidebar_liOne i {
    background-image: url("../../images/23.png");
    background-position: center;
}

.sidebar_liTwo i {
    background-position: -86px -175px;
}

.sidebar_liThree i {
    background-position: -48px 0;
}

.sidebar_liFour i {
    background-position: -188px -100px;
}

.sidebar_liFive i {
    background-image: url("../../images/24.gif");
    background-position: center;
}

.sidebar_liSix i {
    background-position: -46px -300px;
}

.sidebar_liSeven i {
    background-position: -46px -250px;
}

.sidebar_li p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 62px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: var(--lordColor);
    transition: left 0.3s ease-in-out 0.1s;
}

.sidebar_li:hover p {
    left: -60px;
}

.sidebar_li:hover i {
    background-color: var(--lordColor);
}

.sidebar_liFive_img {
    display: none;
    position: absolute;
    bottom: 0px;
    left: -146px;
    width: 142px;
    padding: 10px;
    box-sizing: border-box;
    background: var(--lordColor);
    color: #fff;
    font-size: 14px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar_liFive_img img {
    margin-top: 8px;
    width: 100%;
    display: block;
}

.sidebar_liFive:hover .sidebar_liFive_img {
    display: flex;
}

/* 首页底部 */

.index_footer {
    background: #eaeaea;
}
