@font-face {
    font-family:'AlibabaPuHuiTi-2-35-Thin';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-35-Thin.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-45-Light';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-45-Light.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-55-Regular';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-55-Regular.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-65-Medium';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-65-Medium.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-75-SemiBold';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-75-SemiBold.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-85-Bold';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-85-Bold.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-95-ExtraBold';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-95-ExtraBold.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-105-Heavy';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-105-Heavy.ttf');
}
@font-face {
    font-family:'AlibabaPuHuiTi-2-115-Black';
    src:url('../font/alibaba/AlibabaPuHuiTi-2-115-Black.ttf');
}

::-webkit-scrollbar{
    width:0;
    height:1px
}
::-webkit-scrollbar-thumb{
    border-radius:5px;
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);
    background:rgba(0,0,0,.2)
}
body {
    background: #FFFFFF;
    font-family: 'AlibabaPuHuiTi_2_55_Regular';
    font-weight: 400;
    font-size: 18px;
    color: #727171;
    line-height: 89px;
    overflow-x: hidden; /* 隐藏横向滚动条 */
    -ms-overflow-style: none;  /* IE 和 Edge 下隐藏滚动条 */
    scrollbar-width: none;  /* Firefox 下隐藏滚动条 */
}
.body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* 隐藏横向滚动条 */
    -ms-overflow-style: none;  /* IE 和 Edge 下隐藏滚动条 */
    scrollbar-width: none;  /* Firefox 下隐藏滚动条 */
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 103px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 1;
    /*margin: 0 300px;*/
}
.logo {
    display: flex;
    width: 182px;
    height: 67px;
    margin: 0 52px 0 0;
}
.logo img {
    margin-left: 300px;
}

.navs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.nav-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nav-item a {
    font-family: 'AlibabaPuHuiTi_2_55_Regular';
    font-weight: 400;
    font-size: 18px;
    color: #727171;
    line-height: 89px;
    text-decoration: none;
}
.active a {
    font-family: 'AlibabaPuHuiTi_2_65_Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FC475D;
    line-height: 89px;
}
.nav-item-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1px;
    height: 20px;
    border-left: 1px solid #727171;
    margin: 0 15px;
}

.bg-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 545px;
    margin-top: 103px;
    /*background: url("../images/index_bg.png");*/
}

.phone-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 336px;
    height: 484px;
    margin: 63px 172px 0 0;
}
.phone-img img {
    width: 336px;
    height: 487px;
}
.download-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 618px;
    height: 327px;
    margin-top: 96px;
    background: #FFFFFF;
}
.download-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'AlibabaPuHuiTi_2_85_Bold';
    font-weight: 700;
    font-size: 60px;
    color: #000000;
    line-height: 60px;
    margin: 30px 0 17px 0;
}
.download-line {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    width: 460px;
    /*height: 2px;*/
    background: #000000;
    border-bottom: 2px solid #000000;
}
.download-deliver {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'AlibabaPuHuiTi_2_45_Light';
    font-weight: 300;
    font-size: 35px;
    color: #000000;
    line-height: 35px;
    margin: 21px 0 36px 0;
}
.download-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 51px;
    background: #CE1831;
    margin: 0;
}
.download-btn a {
    color: unset;
    cursor: unset;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.download-text {
    font-family: 'AlibabaPuHuiTi_2_85_Bold';
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 25px;
    margin-right: 11px;
}
.download-btn img {
    width: 20px;
    height: 18px;
}

.activity-text-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 85px 0 0 0;
}
.text-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 300px;
    font-family: 'AlibabaPuHuiTi_2_45_Light';
    font-weight: 300;
    font-size: 21px;
    color: #000000;
    line-height: 40px;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 31px;
}
.seckill-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 252px;
    margin: 45px 0 0 0;
}
.seckill-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 252px;
    background: #DEFFC9;
    margin: 0 300px;
}
.seckill-text-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0 0 ;
}
.seckill-line {
    width: 13px;
    height: 4px;
    background: #C87A6E;
}
.seckill-text {
    font-family: 'AlibabaPuHuiTi_2_65_Medium';
    font-weight: 500;
    font-size: 34px;
    color: #C87A6E;
    line-height: 43px;
    margin: 0 20px;
}
.seckill-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 9px 0 0 0;
}

.temai-food-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 213px;
    margin: 45px 0 0 0;
}
.temai-food-content-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 213px;
    margin: 45px 0 0 0;
}
.temai-shipin-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 213px;
    margin: 45px 300px;
}
.temai-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 213px;
    background: #FBEFB3;
}
.temai-text-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 17px 0 0 0;
}
.temai-line {
    width: 13px;
    height: 2px;
    background: #BE9C49;
}
.temai-text {
    font-family: 'AlibabaPuHuiTi_2_55_Regular';
    font-weight: 400;
    font-size: 33px;
    color: #BE9C49;
    line-height: 42px;
    margin: 0 18px;
}
.temai-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 13px 0 0 0;
}
.temai-shipin-image {
    width:175px;
    height:177px;
}

.shipin-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 444px;
    height: 213px;
    background: #FFDCC8;
    margin: 0 20px;
}
.shipin-text-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 17px 0 0 0;
}
.shipin-line {
    width: 13px;
    height: 2px;
    background: #BE9C49;
}
.shipin-text {
    font-family: 'AlibabaPuHuiTi_2_55_Regular';
    font-weight: 400;
    font-size: 33px;
    color: #BE9C49;
    line-height: 42px;
}
.shipin-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 17px 0 0 0;
}
.shipin-image {
    width:199px;
    height:171px;
}

.more-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 213px;
    border: 1px solid #9A9A9A;
    font-family: 'AlibabaPuHuiTi_2_55_Regular';
    font-weight: 400;
    font-size: 23px;
    color: #A8A8A7;
    line-height: 57px;
}

.download-img-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 55px 11px 0 11px;
}
.download-img-title {
    font-family: 'AlibabaPuHuiTi_2_65_Medium';
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    line-height: 40px;
    text-align: center;
}
.download-img-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.download-img-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 138px;
    border-radius: 20px;
    border: 2px solid #535353;
    margin: 63px 5px 0 5px;
}
.download-img-item a {
    display: flex;
}
.download-img-item img {
    width: 89px;
    height: 96px;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'AlibabaPuHuiTi_2_45_Light';
    font-weight: 300;
    font-size: 23px;
    color: #000000;
    line-height: 41px;
    margin: 124px 0 0 0;
}
.beianhao {
    margin: 35px 0 64px 0;
}
.beianhao a {
    text-decoration: none;
}

.protocol-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    font-family: 'AlibabaPuHuiTi_2_55_Regular';
    font-weight: 400;
    font-size: 28px;
    color: #4A4A4A;
    line-height: 28px;
    margin: 15px 0;
}
.protocol-content {
    margin: 0 20px 75px 20px;
}
.protocol-content p {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    font-family: 'AlibabaPuHuiTi_2_55_Regular';
    font-weight: 400;
    font-size: 20px;
    color: #161616;
    line-height: 20px;
}

@media screen and (min-width: 1201px) {
    .logo img {
        margin-left: 300px;
    }
    .bg-content {
        height: 545px;
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .logo img {
        margin-left: 300px;
    }
    .bg-content {
        height: 440px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .logo img {
        margin-left: 180px;
    }
    .bg-content {
        height: 340px;
    }
}

@media screen and (max-width:768px) {
    .logo img {
        margin-left: 130px;
    }
    .bg-content {
        width: 95%;
        height: 140px;
        margin: 103px 11px 0 11px;
    }
    .item-img {
        border-radius: 20px;
    }
    .activity-text-content {
        margin: 0;
    }
    .text-content {
        margin: 0 11px;
        padding-bottom: 17px;
    }
    .activity-text-left {
        font-family: 'AlibabaPuHuiTi_2_75_SemiBold';
        font-weight: 600;
        font-size: 23px;
        color: #000000;
    }
    .seckill-content {
        margin: 41px 0 0 0;
    }
    .seckill-bg {
        margin: 0 11px;
        height: 213px;
    }
    .seckill-text-content {
        margin-top:16px;
    }
    .seckill-img {
        margin-top: 26px;
    }
    .seckill-image {
        width: 350px;
    }
    .temai-food-content {
        margin: 32px 11px 0 11px;
    }
    .temai-shipin-content {
        margin: 45px 0;
    }
    .temai-content {
        width: 50%;
    }
    .temai-shipin-image {
        width: 150px;
    }
    .shipin-content {
        width: 50%;
    }
    .shipin-image {
        width: 160px;
    }
    .more-content {
        display: none;
    }
    .download-img-content {
        display: flex;
    }
    .footer {
        margin: 60px;
    }
}
.diplaynone {
    display: none;
}