/*顶部*/

.header {
    height: 3rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*首图*/

.headerUp {
    height: 100%;
    width: 100%;
}

.headerUp > img {
    width: 100%;
    height: auto;
}

/*顶部内容*/

.headerMain {
    height: 0.8rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.7rem;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

/*.leftArrow{
	height: 0.8rem;
    line-height: 0.8rem;
	width: 8%;
}*/

.searchBox {
    width: 70%;
    margin-left: 2%;
    height: 0.7rem;
    line-height: 0.7rem;
    position: relative;
}

.input {
    color: #fff;
    background: rgba(187, 169, 155, 0.3);
    border: none;
    border-radius: 0.6rem;
    height: 100%;
    line-height: inherit;
    width: 100%;
    padding-left: 15%;
    box-sizing: border-box;
    overflow: hidden;
}

/*placeholder字体颜色的改变*/

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 0.5;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 0.5;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 0.5;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5;
}

.search {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.5rem;
    padding-left: 0.15rem;
}

.share {
    margin-top: 0.05rem;
    color: gray;
    border: 1px solid gray;
    border-radius: 0.6rem;
    display: flex;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 24%;
}

.share p {
    height: 100%;
    width: 50%;
    text-align: center;
}

.share p img {
    width: 50%;
}

/*遮罩图*/

.headerDown {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.headerDown > img {
    width: 100%;
    height: auto;
}

/*店*/

.shop {
    color: #fff;
    height: 1rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    width: 100%;
    position: absolute;
    top: 1.8rem;
    left: 0;
    z-index: 99;
}

.shopLeft {
    height: 100%;
    width: 80%;
}

.shopLeft > p {
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shopLeftUp {
    /*font-size: 0.3rem;*/
    /*font-weight: bold;*/
    /*display: inline-block;*/
    /*max-width: 90%;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.ico {
    height: 0.38rem;
    width: 0.3rem;
    display: inline-block;
    padding-left: 0.05rem;
    line-height: 0.05rem;
    font-size: 0.3rem;
    font-weight: bold;
    overflow: hidden;
}

.shopLeftDown {
    font-size: 0.28rem;
    opacity: 0.5;
    line-height: 0.28rem;
}

.shopRight {
    width: 20%;
}

.shopRight > p {
    font-size: 0.28rem;
    border: 1px solid gray;
    border-radius: 0.6rem;
    text-align: center;
    padding: 0.05rem 0.1rem;
    margin-top: 0.1rem;
}

/*中部*/

.container {
    width: 100%;
    /*min-height: 10rem;*/
}

/*切换*/

.tab_box {
    background: #fff;
    /*width: 100%;
    margin-top: 0.2rem;
    padding-bottom: 1.1rem;*/
}

.ul_list {
    -webkit-tap-highlight-color: transparent;
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #eee;
    flex-wrap: wrap;
}

.ul_list li {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    cursor: pointer;
    list-style: none;
}

.ul_list li.active {
    border-bottom: 3px solid #f00;
    color: #ff0a3b;
}

.div_box {
    width: 100%;
}

.divList {
    display: none;
    width: 100%;
}

.div_box .div_list {
    display: none;
    /*box-sizing: border-box;
    padding: 0 0.2rem;*/
    width: 100%;
}

/*菜单栏*/

.purchase {
    font-size: 0.3rem;
    font-weight: bold;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding-left: 3%;
}

.ExcellentPurchase {
    color: #999;
    padding-top: 0.2rem;
    width: 1rem;
    margin-right: 0.5rem;
}

.partnership {
    color: #999;
    padding-top: 0.2rem;
    width: 1rem;
    margin-right: 3.66rem;
}

.mine {
    padding-top: 0.2rem;
    font-weight: 400;
    width: 15%;
    border-left: 1px dashed #eee;
    box-shadow: -4px 0 3px -3px grey;
    opacity: 1;
}

.mine li:nth-child(1) {
    height: 0.6rem !important;
    line-height: 0.6rem !important;
    width: 100%;
    color: #000;
}

.mine li > img {
    height: 100%;
    width: auto;
}

.mine li:nth-child(2) {
    font-size: 0.3rem;
    color: #000;
    height: 0.45rem !important;
    line-height: 0.45rem !important;
    width: 100%;
}

/*菜单栏悬浮*/

.liveDiv {
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.scale {
    transform: scale(0.5);
    transform-origin: 0% 0%;
}

/*菜单栏悬浮*/

/*导航*/

.nav {
    border-bottom: 1px solid #eee;
    background: #FFFFFF;
    width: 7.5rem;
    overflow: hidden;
    z-index: 1000;
}

.nav li {
    float: left;
    width: 20%;
    list-style: none;
    text-align: center;
    padding: 0.3rem 0;
    font-size: 0.3rem;
    font-weight: bold;
    opacity: 0.5;
}

.nav li img {
    width: 20%;
}

.list_table {
    width: 30% !important;
    margin-left: 4%;
}

.activee {
    color: #ff0a3b;
}

.icon {
    width: 29%;
    padding-left: 1%;
}

/*导航内容*/

.navContent {
    display: flex;
    padding: 0.3rem 0 0.25rem;
    border-bottom: 1px dashed #eee;
    margin-left: 0.1rem;
}

.mainDes {
    width: 70%;
}

.navContentImg {
    margin-right: 0.2rem;
    height: 2.3rem;
    width: 2rem;
    overflow: hidden;
}

.title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.1rem;
}

/*价格情况*/

.priceSituation {
    background: #FFFFFF;
    display: flex;
    width: 100%;
}

.priceSituationLeft {
    font-size: 0.25rem;
    opacity: 0.6;
}

.priceSituationRight {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.priceSituationRight img {
    width: 8%;
}

.fuexcellentPurchase {
    font-size: 0.25rem;
    font-weight: bold;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
    background: #ff6501;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 90%;
    box-sizing: border-box;
    padding: 0 0.15rem;
    margin-top: 0.18rem;
}

.superShopping {
    color: #441b00;
    background: #ffb82d;
    padding: 0.06rem 0.2rem 0;
    font-weight: bold;
    overflow: hidden;
    border-radius: 3px;
    height: 0.4rem;
    line-height: 0.4rem;
}

.PaymentStatus {
    margin-top: 0.2rem;
}

.Clock {
    font-size: 0.25rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

.Postage {
    color: #ffb078;
}

.Sold {
    opacity: 0.5;
}

/*倒计时*/

/*.box1,*/
/*.box2,*/
/*.box3,*/
/*.box4 {*/
    /*color: #000;*/
    /*font-size: 0.25rem;*/
    /*text-align: center;*/
    /*width: 0.4rem;*/
    /*margin: 0;*/
    /*height: 0.4rem;*/
    /*line-height: 0.4rem;*/
/*}*/

.daoji {
    font-size: 0.2rem;
}

.maohao {
    height: 0.4rem;
    line-height: 0.4rem;
    color: #340800;
    text-align: center;
}

/*合伙人*/

.twoTab_box {
    width: 100%;
    background: #f2f5f7;
}

.common {
    padding: 0 0.2rem 1.2rem;
}

.cardInterests {
    position: relative;
    width: 100%;
}

.setMeal-box {
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0.4rem 0.2rem 0.1rem;
}

.stripe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
}

.ordinaryCard {
    padding: 0.1rem 0;
    font-size: 0.3rem;
    font-weight: bold;
    margin-right: 0.2rem;
    height: 1rem;
    text-align: center;
    width: 2rem;
    background: #3c6edb;
    border-radius: 3px;
    color: #fff;
}

.ordinaryCard:hover {
    cursor: pointer;
}

.two_div_box {
    background: #fff;
}

/*普通合伙人卡*/

.generalPartnerUp {
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem 0 0;
}

.generalPartnerUpLeft {
    width: 92%;
    display: flex;
    align-items: center;
}

.generalPartnerUpRight {
    width: 8%;
    position: relative;
}

/*佣金情况*/

.zhuanqianxianshi {
    position: absolute;
    right: 2.6%;
    top: 0.5rem;
    z-index: 9;
}

.sanjaoxing {
    height: 5px;
    position: relative;
}

.sanjaoxing:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #04be02;
    position: absolute;
    top: 0;
    right: 5.5%;
}

.changfangxing {
    background: #04BE02;
    border-radius: 6px;
    color: #fff;
    padding: 0.15rem 0.1rem 0.15rem 0.35rem;
}

.commission {
    display: flex;
    min-width: 3rem;
}

.one {
    position: relative;
}

.one:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -10%;
    top: 40%;
}

.averagePerson {
    color: #5e5fd6;
    font-size: 0.35rem;
    font-weight: bold;
    margin-right: 0.1rem;
}

/*佣金情况结束*/

.generalPartnerDown {
    padding: 0.3rem;
}

.AmountMoney {
    margin-bottom: 0.2rem;
}

.date {
    color: #333;
}

/*.合伙人权益*/

.PartnersInterests {
    width: 100%;
    margin-bottom: 0.2rem;
}

.h3 {
    font-size: 0.35rem;
    font-weight: bold;
    color: #009b92;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.h3 span {
    float: left;
}

.verticalBar {
    margin-top: 0.07rem;
    display: inline-block;
    width: 0.08rem;
    background: #009b92;
    height: 0.36rem;
    border-radius: 0.6rem;
    overflow: hidden;
    margin-right: 0.1rem;
}

.pp {
    color: #333;
    margin-bottom: 0.2rem;
}

.BuyingProducts {
    display: flex;
    align-items: center;
    position: relative;
}

.Dot {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 50%;
}

.DotContent {
    padding-left: 0.2rem;
}

.jiase {
    color: #ff0036;
    font-weight: bold;
}

/*票券*/

.Coupon {
    color: #ff0036;
    display: flex;
    justify-content: space-around;
    background: #ffe5eb;
    border-radius: 5px;
    height: 1rem;
    line-height: 1rem;
    width: 90%;
    margin-left: 0.2rem;
    position: relative;
}

.qianbanyuan {
    width: 12px;
    height: 6px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    position: absolute;
    left: 70%;
    bottom: 0;
    transform: translateX(-50%);
}

.houbanyuan {
    width: 12px;
    height: 6px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    position: absolute;
    left: 70%;
    top: 0;
    transform: translateX(-50%);
}

/*合伙人权益分红*/

.bonus {
    background: #ffe9cf;
    border-radius: 0.1rem;
    color: #643600;
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
}

.bonus > p {
    padding-left: 0.2rem;
}

/*每日分红数*/

.everyday {
    height: 0.6rem;
    line-height: 0.6rem;
    background: #099a43;
    color: #fff;
    font-size: 0.35rem;
    font-weight: bold;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    width: 3.3rem;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0.5rem;
    margin-bottom: 0.15rem;
}

.Calculation {
    margin: 0.3rem 0;
    padding-left: 0.2rem;
}

.Calculation p:nth-child(1) {
    font-size: 0.35rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}

/*说明*/

.Explain {
    font-size: 0.25rem;
}

/*底部*/

.footer_pengyouzhuli {
    font-size: 0.3rem;
    background: #fff;
    text-align: center;
    height: 1.1rem;
    line-height: 0.8rem;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 7.5rem;
    box-sizing: border-box;
    padding: 0.15rem 0.25rem;
}

.footer_pengyouzhuli p {
    background: #ff0037;
    border-radius: 0.6rem;
    color: #fff;
}

/*银级*/

.circle {
    display: inline-block;
    color: #fff;
    background: #051b28;
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.3rem;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.generalDescription {
    margin: 0.2rem 0;
}

/*我的弹框*/

.MyFrame {
    width: 7.5rem;
    background: #fff;
    z-index: 999;
}

/*头像层*/

.cephalometricLayer {
    background: #f2f5f7;
    box-sizing: border-box;
    padding: 0.5rem 0.6rem;
    width: 100%;
}

/*头像层*/

.headInvitationLayer {
    display: flex;
    width: 100%;
}

.headPortrait {
    height: 1.2rem;
    width: 1.2rem;
    overflow: hidden;
    border-radius: 50%;
    background: #000;
}

.headPortrait img {
    height: 100%;
}

.headRight {
    margin-left: 0.3rem;
    color: gray;
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.headRight > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*钱包内容*/

.walletContent {
    width: 100%;
    display: flex;
}

/*购物车*/

.shoppingCart {
    flex: 1;
    font-weight: bold;
    width: 2rem;
    overflow: hidden;
    text-align: center;
    line-height: 0.8rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0.2rem;
    position: relative;
}

.cartMap {
    text-align: center;
}

.numberCar {
    font-size: 0.25rem;
    background: #f00;
    color: #fff;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 0.5rem;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    right: 0.1rem;
    transform: translate(-50%, -50%);
    top: 0.5rem;
    z-index: 999;
}

.cartMap img {
    width: 30%;
}

.TextDescription {
    font-size: 0.25rem;
    background: #f2f5f7;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.5rem;
    text-align: center;
    padding: 1.8rem 0 0.65rem;
}

.TextDescription p {
    height: 0.5rem;
    line-height: 0.5rem;
}

.downloadNow {
    font-size: 0.3rem;
    font-weight: bold;
    color: #87b2fc;
    text-decoration: underline;
}