.menu-topbar-first .back {
    background: none;
}
a {
    color: unset;
}
.main {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 100%;
    position: relative;
    justify-content: space-between;
    /* padding: 0; */
    box-sizing: border-box;
    padding-top: 15px;
}

.main .bg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    background: #fff;
    /* padding: 15px; */
    box-sizing: border-box;
}
.main .bg img {
    width: 100%;
}
.main .menu {
    flex: 1 1 21%;
    width: 21%;
    background-color: #f8f8f8;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 40px - 81px);
    top: 55px;
}

.main .menu .menu-item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #f8f8f8;
    height: 100%;
}

.main .menu .menu-item li {
    width: 100%;
    height: 25%;
    /* line-height: .5rem; */
    /* text-align: center; */
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #393636;
    background: #eeefef;
    font-weight: bold;
}

.main .menu .menu-item li .icon {
    width: 46px;
}

.main .menu .menu-item li.active {
    background-color: #fff;
}

.main .store-menu {
    /* flex: 1 1 70%; */
    width: 76%;
    position: absolute;
    top: 0.3rem;
    right: 3%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* height: calc(100% - 40px - 124px); */
}

.main .store-menu .menuBanner {
    width: 100%;
}

.main .store-menu .menuBanner .swiper-slide {
    width: 100%;
}

.main .store-menu .menuBanner .swiper-slide img {
    width: 100%;
}

.main .store-menu .store-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 100px;
}

.main .store-menu .store-content .store-item {
    margin-bottom: 0.2rem;
}

.main .store-menu .store-content .store-item h3 {
    line-height: 0.3rem;
    font-weight: normal;
    padding-left: 0.2rem;
    border-bottom: 2px solid #00bdff;
}

.main .store-menu .store-content .store-item .store-item-content li {
    margin-top: 0.1rem;
    padding: 0.15rem 0;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    box-sizing: border-box;
}

.main .store-menu .store-content .store-item .store-item-content li .item-img {
    flex: 1 1 30%;
    width: 30%;
    height: 30%;
}

.main
    .store-menu
    .store-content
    .store-item
    .store-item-content
    li
    .item-img
    img {
    width: 100%;
}

.main .store-menu .store-content .store-item .store-item-content li .item-desc {
    flex: 1 1 65%;
    font-size: 12px;
    margin-left: 5%;
    color: #595757 !important;
}

.main
    .store-menu
    .store-content
    .store-item
    .store-item-content
    li
    .item-desc
    .item-title {
    font-size: 16px;
    font-weight: bold;
}

.main
    .store-menu
    .store-content
    .store-item
    .store-item-content
    li
    .item-desc
    .item-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 1.68rem;
}

.main
    .store-menu
    .store-content
    .store-item
    .store-item-content
    li
    .item-desc
    .item-price {
    color: red;
    margin-top: 0.06rem;
    font-size: 14px;
}

.main
    .store-menu
    .store-content
    .store-item
    .store-item-content
    li
    .item-desc
    .item-price
    .item-oldPrice {
    color: #646464;
    text-decoration: line-through;
}

.main
    .store-menu
    .store-content
    .store-item
    .store-item-content
    li
    .item-desc
    .item-price
    .item-newPrice {
    color: #e06d1e;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    align-items: center;
    font-weight: bold;
}

.main
    .store-menu
    .store-content
    .store-item
    .store-item-content
    li
    .item-desc
    .item-price
    .item-newPrice
    img {
    width: 30px;
    height: auto;
}

.main .store-menu .store-content .store-item .store-item-content li .bug {
    font-size: 12px;
    padding: 3px 5px;
    position: absolute;
    right: 5px;
    bottom: 12px;
    background-color: #00bdff;
    border-radius: 10px;
    color: #fff;
}

.detail-content {
    display: flex;
    background-color: #fff;
    padding: 0.1rem;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

.detail-content .pro-title {
    flex: 1;
    line-height: 0.3rem;
    font-size: 14px;
}

.detail-content .pro-desc {
    flex: 1;
    line-height: 0.3rem;
}

.detail-content .pro-price {
    flex: 1;
    height: 0.3rem;
    line-height: 0.3rem;
}

.detail-content .pro-price .pro-oldPrice {
    text-decoration: line-through;
}

.detail-content .detail-intro {
    flex: 1;
    line-height: 0.2rem;
    padding: 0.2rem 0;
}

.detail-content .pro-item {
    border-bottom: 1px solid #ccc;
}

.detail-content .detail-intro img {
    max-width: 100%;
}

.pro-buy {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/logo_hd_bg.png) no-repeat center / 110% 100%;
    color: #fff;
    font-size: 14px;
}
.pro-buy span {
    background: url(../images/login_hd_icon.png) no-repeat center/100% 80%;
    display: inline-block;
    padding: 0 20px;
}

.order-bar {
    display: flex;
    height: 0.4rem;
    line-height: 0.4rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.order-bar .order-total {
    flex: 1 1 1.6rem;
    text-align: right;
}

.order-bar .order-totalPri {
    flex: 1 1 0.02rem;
    color: red;
    font-size: 14px;
}

.order-bar .order-sub {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e16920;
    color: #fff;
    font-size: 14px;
}

.address-content {
    background-color: #fff;
    padding: 0.1rem;
}

.address-content .address-inf {
    font-size: 0px;
    display: flex;
    flex-direction: column;
}

.address-content .address-inf .user-name {
    font-size: 14px;
}

.address-content .address-inf .user-tel {
    font-size: 14px;
}

.address-content .address-inf .inf-item {
    height: 0.3rem;
    line-height: 0.3rem;
}

.address-content .user-add {
    font-size: 0px;
    position: relative;
}

.address-content .user-add .add-inf {
    font-size: 14px;
}

.address-content .user-add .icon-right {
    display: inline-block;
    width: 16px;
    height: 25px;
    background: url(../images/icon-right.png) no-repeat;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}

.pro-content {
    display: flex;
    flex-direction: row;
    padding: 0.2rem 0.1rem 0.2rem;
    background-color: #fff;
    margin-top: 0.1rem;
    position: relative;
}

.pro-content .pro-img {
    width: 0.9rem;
    margin-right: 0.1rem;
}

.pro-content .pro-img a img {
    width: 0.9rem;
}

.pro-content .pro-intro {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.pro-content .pro-intro .pro-name {
    font-size: 14px;
    font-weight: 700;
}

.pro-content .pro-intro .pro-desc {
    font-size: 12px;
    color: #9a9a9a;
}

.pro-content .pro-intro .pro-pri {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.1rem;
}

.pro-content .pro-intro .pro-pri .pro-price {
    font-size: 12px;
    color: red;
}

.pro-content .pro-intro .pro-pri .pro-num {
    width: 1.15rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    font-size: 14px;
    text-align: center;
}

.pro-content .pro-intro .pro-pri .pro-num .num {
    flex: auto;
}

.pro-content .pro-intro .pro-pri .pro-num .symbol-item {
    width: 0.3rem;
    height: 0.3rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pro-content .pro-intro .pro-item {
    line-height: 0.22rem;
}
