/* 头部 */
.header {
    /* width: 100vw; */
    height: 72px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
    color: #333333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.header img,.piaofu img {
    height: 28px;
}
.header-right .open-shop-button {
    width: 90px;
    height: 32px;
    background: linear-gradient(270deg, #3272EF 0%, #357BF8 100%);
    border-radius: 18px;
    border: none;
    color: #fff;
    padding: 8px 18px;
}
.piaofu-right .open-shop-button-big
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 32px;
    background: linear-gradient(270deg, #3272EF 0%, #357BF8 100%);
    border-radius: 18px;
    border: none;
    color: #fff;
    padding: 8px 18px;  
}

.piaofu {
    /* width: 100vw; */
    height: 72px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
    color: #333333;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.piaofu-logo{
    display: flex;
 
}

.piaofu-logo .weixin,.piaofu-logo .phone{
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 1px;
    line-height: 18px;
    
}
.piaofu-logo .weixin{

    margin-left: 20px;

    
}


/* slogan */
.slogan {
    margin-top: 72px;

}
.slogan-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 0;
    background-image: url("../img/m_home.png");
    background-size: 750px 420px;
}
.slogan .slogan-title {
    /* width: 476px; */
    height: 40px;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
}
.slogan .slogan-desc {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.65);
}
.slogan .slogan-open-shop {
    margin-top: 17px;
    width: 160px;
    height: 44px;
    border: none;
    background: linear-gradient(270deg, #3272EF 0%, #357BF8 100%);
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
}

/* 文字介绍 */
.intro {
    margin: 32px 16px;
}
.intro-wrapper {
    margin: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.intro-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 1px;
    line-height: 40px;
}
.intro-title span {
    color: #3F6AF5;
}
.intro-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 6px 0;
}

/* 会员办卡 */
.member {
    padding: 32px 16px;
    background: #F5F7FA;
}
.member-wrapper {
    margin: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.member-wrapper img {
    width: 100%;
}
.member-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* 收银 */
.cashier {
    padding: 32px 16px;
}
.cashier-wrapper {
    margin: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.cashier-wrapper img {
    width: 100%;
}

/* 完整报表 */
.report {
    padding: 32px 16px;
    background: #F5F7FA;
}
.report-wrapper {
    margin: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.report-wrapper img {
    width: 100%;
}


/*我们的承诺*/
.support {
    margin: 30px 16px;
}
.support .title {
    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.support .title span {
    color: #3272EF;
}
.support .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 10px;
}
.support .container .promise-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support .container .promise-wrapper .img-wrapper {
    width: 60px;
    height: 60px;
}
.support .container .promise-wrapper .img-wrapper img {
    width: 100%;
}
.support .container .promise-wrapper h6 {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin: 20px 0 12px 0;
}
.support .container .promise-wrapper p {
    font-size: 10px;
    color: #666666;
}


/* 马上开店 */
.open-now {
    background-color: #F5F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.open-now .title {
    height: 32px;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
}
.open-now button {
    width: 160px;
    height: 44px;
    background: linear-gradient(270deg, #3272EF 0%, #357BF8 100%);
    border-radius: 8px;
    border: none;
    color: #fff;
    margin: 24px;
}


/* 底部 */
.footer {
    background: #0C1D3C;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0 0 30px 0;
}
.footer .content {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .content .header-logo img {
    width: 124px;
}
.footer .company-info {
    font-size: 14px;
    font-weight: 400;
    color: #E8EAEE;
    line-height: 28px;
}
.footer .company-info .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .control {
    font-size: 11px;
    color: #98A1B0;
    line-height: 12px;
    margin-bottom: 12px;
}


/* 蒙版 */
.mask-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.mask-layer-container {
    padding-top: 140px;
}
.qrcode-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;

}
.qrcode-wrapper img {
    width: 160px;
    height: 160px;
}
.qrcode-wrapper p {
    color: #ffffff;
    margin: 16px;
}
.qrcode-wrapper button {
    width: 160px;
    height: 44px;
    background: linear-gradient(270deg, #3272EF 0%, #357BF8 100%);
    border-radius: 8px;
    border: none;
    color: #fff;
    margin: 24px;
}
