
body {
    font-size: 0.30rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* 解决 点击会出现阴影 */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.BgBox {
    width: 20px;
    height: 20px;
    background-color: rebeccapurple;
}

.BgBoxItem {
    border: 3px solid rgb(255, 84, 123);
}

.PageItem {
    width: calc(375px * 0.75);
    height: calc(667px * 0.75);
    overflow: hidden;
    /* width:375px; */
    /* height: 667px; */
    background-color: #f2f2f2;
    position: relative;
    box-shadow: 0 0.01rem 0.01rem 0.01rem rgba(0, 0, 0, 0.3)
}


/* 我的 */
.HomeIcon {
    width: 0.45rem;
    height: 0.45rem;
}

.userinfo-wrapper {
    background-color: #000;
    position: relative;
}

    .userinfo-wrapper .btnAttendance {
        position: absolute;
        right: 0;
        top: 0.4rem;
        width: 75px;
        height: 30px;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }

.btnAttendance image {
    width: 100%;
    height: 100%;
}

.userinfo-viewWid {
    /* width: 92%; */
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0 0.5rem 0;
}

.userinfo-avatar {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: 1px solid #bd9a62;
}

.Orderbox {
    background-color: white;
    padding: 0.3rem 0 0.2rem 0;
    text-align: center;
    margin-top: 1px;
}

.OrderDetailBox {
    width: 95%;
    margin: 0 auto;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    top: -0.5rem;
}

.myItem {
    position: relative;
    top: -0.3rem;
}

.Signin {
    width: 2rem;
    height: 1rem;
    line-height: 1.35rem;
    text-align: right;
    z-index: 9999;
}

.BorderBottom {
    border: 0;
    margin-top: 1px;
}

.OrderIcon {
    position: absolute;
    top: -0.05rem;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ff4344;
    color: white;
    font-size: 0.22rem;
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    padding: 0.03rem;
}
/* tabbar */
.TabbarBox {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 0.01rem solid #f2f2f2;
    background-color: white;
}

.TabbarItem {
    flex: 1;
    padding: 0.1rem 0;
    text-align: center;
}

.Tabbartitle {
    font-size: 0.22rem;
    line-height: 1;
}
/* hearder */
.HearderBox {
    position: relative;
    z-index: 9999;
    background-color: white;
    height: 0.88rem;
    width: 100%;
    line-height: 0.88rem;
    display: flex;
    border-bottom: 0.01rem solid #f2f2f2;
    /* box-shadow: 0 1px rgba(0, 0, 0, .1); */
}

.HearderLeft {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Heardercenter {
    flex: 12;
    text-align: center;
}

.HearderRight {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
}
/* 确认订单 */
.confrimOrderFooter {
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.botton {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    color: #fff;
    background-color: rebeccapurple;
}
/* 首页 */
.ProductBox {
    padding: 0.1rem;
    position: relative;
    width: 100%;
    top: -70px;
    left: 0;
    z-index: 1;
}

.ProductConent {
    display: flex;
    flex-wrap: wrap;
}

.ProductItem {
    margin: 0.1rem 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    width: calc((100% - 0.4rem) / 2);
}

.CartIcon {
    color: white;
    background-color: #ff4344;
    border-radius: 50%;
    font-weight: bold;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.5rem;
    text-align: center;
}

.sharde {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.popChooseSku {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}

.popChooseBtn {
    /*width: 90%;*/
    flex: 1;
    height: 1rem;
    margin: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 1rem;
    color: white;
}

.addbox {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 0.55rem;
    font-size: 0.4rem;
    color: gray;
    border-radius: 0.08rem;
}

.addinput {
    border: none;
    width: 1.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
    background-color: #f2f2f2;
    text-align: center;
    margin: 0 0.1rem;
    border-radius: 0.08rem;
}

.product-goods-box {
    font-size: 0.3rem;
    padding: 0.12rem 0.3rem;
    border-radius: 0.08rem;
    margin-top: 0.1rem;
    color: #7d7e80;
    border-color: #7d7e80;
    margin-right: 0.2rem;
    border-style: solid;
    border-width: 1px;
}

.BorderTop {
    border-top: 1px solid #f2f2f2;
}

.ProdutImage {
    margin-top: -0.7rem;
    width: 2rem;
    height: 2rem;
    background-color: #f2f2f2;
    box-shadow: 0 0.03rem 0.02rem 0.03rem #ccc;
    border-radius: 0.08rem;
    margin-right: 0.2rem;
}

/*  padding-left  */
.Pd10 {
    padding: 0.10rem
}

.Pd15 {
    padding: 0.15rem
}

.Pd20 {
    padding: 0.20rem
}

.Pd30 {
    padding: 0.30rem
}

.PdL10 {
    padding-left: 0.10rem;
}

.PdL20 {
    padding-left: 0.20rem;
}

.PdL30 {
    padding-left: 0.30rem;
}

.PdL40 {
    padding-left: 0.40rem;
}

.PdL50 {
    padding-left: 0.50rem;
}
/*  padding-right  */
.PdR10 {
    padding-right: 0.10rem;
}

.PdR20 {
    padding-right: 0.20rem;
}

.PdR30 {
    padding-right: 0.30rem;
}

.PdL40 {
    padding-left: 0.40rem;
}

.PdL50 {
    padding-left: 0.50rem;
}
/*  padding-top  */
.PdT10 {
    padding-top: 0.10rem;
}

.PdT20 {
    padding-top: 0.20rem;
}

.PdT30 {
    padding-top: 0.30rem;
}

.PdT40 {
    padding-top: 0.40rem;
}

.PdT50 {
    padding-top: 0.50rem;
}
/*  padding-bottom  */
.PdB10 {
    padding-bottom: 0.10rem;
}

.PdB20 {
    padding-bottom: 0.20rem;
}

.PdB30 {
    padding-bottom: 0.30rem;
}

.PdB40 {
    padding-bottom: 0.40rem;
}

.PdB50 {
    padding-bottom: 0.50rem;
}
/*  margin-left  */

.Mg10 {
    margin: 0.10rem;
}

.Mg20 {
    margin: 0.20rem;
}

.Mg30 {
    margin: 0.30rem;
}

.Mg40 {
    margin: 0.40rem;
}

.Mg50 {
    margin: 0.50rem;
}

.MgL10 {
    margin-left: 0.10rem;
}

.MgL20 {
    margin-left: 0.20rem;
}

.MgL30 {
    margin-left: 0.30rem;
}

.MgL40 {
    margin-left: 0.40rem;
}

.MgL50 {
    margin-left: 0.50rem;
}
/*  margin-right  */
.MgR10 {
    margin-right: 0.10rem;
}

.MgR20 {
    margin-right: 0.20rem;
}

.MgR30 {
    margin-right: 0.30rem;
}

.MgR40 {
    margin-right: 0.40rem;
}

.MgR50 {
    margin-right: 0.50rem;
}
/*  padding-top  */
.MgT1 {
    margin-top: 0.1rem;
}

.MgT10 {
    margin-top: 0.10rem;
}

.MgT20 {
    margin-top: 0.20rem;
}

.MgT30 {
    margin-top: 0.30rem;
}

.MgT40 {
    margin-top: 0.40rem;
}

.MgT50 {
    margin-top: 0.50rem;
}
/*  margin-bottom  */
.MgB10 {
    margin-bottom: 0.10rem;
}

.MgB20 {
    margin-bottom: 0.20rem;
}

.MgB30 {
    margin-bottom: 0.30rem;
}

.MgB40 {
    margin-bottom: 0.40rem;
}

.MgB50 {
    margin-bottom: 0.50rem;
}
/* font-size  */
.FontBold {
    font-weight: bold;
}

.TextCenter {
    text-align: center;
}

.TextRight {
    text-align: right;
}
.FontS13 {
    font-size: 0.13rem;
}
.FontS14 {
    font-size: 0.14rem;
}
.FontS15 {
    font-size: 0.15rem;
}
.FontS16{
    font-size: 0.16rem;
}
.FontS17 {
    font-size: 0.17rem;
}
.FontS18 {
    font-size: 0.18rem;
}
.FontS20 {
    font-size: 0.20rem;
}

.FontS22 {
    font-size: 0.22rem;
}

.FontS24 {
    font-size: 0.24rem;
}

.FontS26 {
    font-size: 0.26rem;
}

.FontS28 {
    font-size: 0.28rem;
}

.FontS30 {
    font-size: 0.30rem;
}

.FontS32 {
    font-size: 0.32rem;
}

.FontS34 {
    font-size: 0.34rem;
}

.FontS36 {
    font-size: 0.36rem;
}

.FontS38 {
    font-size: 0.38rem;
}

.FontS40 {
    font-size: 0.40rem;
}

.FontS50 {
    font-size: 0.50rem;
}


.ColorRed {
    color: rgb(224, 0, 0);
}

.ColorG {
    color: gray;
}

.FontBold {
    font-weight: bold;
}

a {
    text-decoration: none;
}

.Color {
    color: #64c3bf;
}

.BgColor {
    background-color: #64c3bf;
}

.Flex {
    display: flex;
    display: -webkit-flex;
}

.Flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Flexbetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Flexaround {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.Flexrow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Flexcolumn {
    display: flex;
    flex-direction: column;
}

.Flexwrap {
    flex-wrap: wrap;
}

.Flex1 {
    flex: 1;
}

.FlexEnd {
    justify-content: flex-end
}

.PriceColor {
    color: #ff4344;
}

.ItemContent {
    background-color: white;
    box-shadow: 0 0 0.10rem 0 #ccc;
    margin: 0.20rem;
    padding: 0.20rem;
    border-radius: 0.1rem;
}

.ItemBox {
    border-top: 0.03rem solid #fafafa;
    margin-top: 0.1rem;
    padding-top: 0.2rem;
}

.withLine {
    position: relative;
    padding-left: 0.2rem;
}

    .withLine::before {
        content: '';
        position: absolute;
        width: 0.06rem;
        height: 70%;
        background-color: #2cb5c2;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.itempadding {
    background-color: white;
    padding: 0.2rem 0.2rem;
}

.icon_right {
    width: 0.28rem;
}