body {
    background-color: #e8e8e8;
}


/* 新品首发 */

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fafafa;
}

.header .header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    padding: 0 1.1rem;
}

.header .header_box .left_logo {
    width: 1rem;
    height: 1.7rem;
}

.header .header_box .left_logo img {
    width: 100%;
    height: 100%;
}

.header .header_box .name {
    font-weight: bold;
    font-size: 1.8rem;
    color: #2e2e2e;
}

.header .header_box .right_logo {
    width: 1.65rem;
    height: 1.7rem;
}

.header .header_box .right_logo img {
    width: 100%;
    height: 100%;
}

.content {
    padding: 0 1.1rem;
    margin-top: 6rem;
}

.content .banner-swiper1 {
    width: 100%;
    padding-top: 1rem;
    /*height: 26.75rem;*/
}

.content .banner-swiper1 .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.content .banner-swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: #959595;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: 0.5rem;
}

.content .part1 h5 {
    padding: 1.5rem 0;
    font-size: 1.65rem;
    text-align: center;
    color: #333;
}

.content .part1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.content .part1 ul li {
    width: 48%;
    /*height: 26.85rem;*/
    padding: 2rem 2%;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 1rem;
}

.content .part1 ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content .part1 ul li a .img {
    width: 100%;
    /*height: 14rem;*/
}

.content .part1 ul li a .img img {
    width: 100%;
    /*max-height: 100%;*/
}

.content .part1 ul li a .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*margin-top: 2rem;*/
    display: flex;
}

.content .part1 ul li a .txt p {
    line-height: 2rem;
}

.content .part1 ul li a .txt p:nth-child(1) {
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.15rem;
    color: #333;
    font-size: 1.45rem;
    font-weight: bold;
}

.content .part1 ul li a .txt p:nth-child(2) {
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.05rem;
    color: #808080;
}

.content .part1 ul li a .txt p:nth-child(3) {
    font-size: 1.45rem;
    color: #c70000;
}

.content .part1.part2 ul li a .img {
    width: 100%;
}


/* 会员登录 */

.enroll {
    width: 100%;
    height: 49rem;
    background: url("../../images/member-bg.png") no-repeat;
    background-size: 100% 100%;
}

.enroll .enroll-top {
    height: 22rem;
    box-sizing: border-box;
}

.enroll h5 {
    padding-top: 1rem;
    text-align: center;
    font-size: 1.85rem;
    color: #333333;
}

.enroll .tel {
    width: 29.4rem;
    height: 5rem;
    margin: 0 auto;
    padding-top: 2rem;
    display: flex;
    border-bottom: 1px solid #333;
}

.enroll .tel input {
    flex: 1;
    width: 100%;
    height: 2.5rem;
    /* line-height: 3rem; */
}

.enroll .tel a {
    display: block;
    width: 9.7rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.5rem;
    color: #333;
    border-radius: 5px;
    border: 1px solid #333;
}

.enroll .btn {
    width: 29.4rem;
    height: 3.5rem;
    margin: 2.5rem auto 0;
}

.enroll button {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #1a2f81 0%, #2a4198 100%), linear-gradient(#122170, #122170);
    background-blend-mode: normal, normal;
    box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.75);
    font-size: 1.5rem;
    color: #fff;
    border-radius: 0.8rem;
    border: none;
}

.enroll-bottom {
    /* width: 280px; */
    margin: 50px auto 0;
}

.enroll-bottom ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.enroll-bottom ul li {
    width: auto;
    margin: 1.75rem 0 0 2.7rem;
}

.enroll-bottom ul li .img a {
    display: block;
    width: 5.3rem;
    height: 5.3rem;
    /* width: 0.8rem; */
    /* height: 0.8rem; */
    border-radius: 50%;
    overflow: hidden;
}

.enroll-bottom ul li .img a img {
    display: block;
    width: 100%;
}

.enroll-bottom ul li span {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    /* font-size: 1.5rem; */
    font-size: 0.2rem;
    color: #fff;
    white-space: nowrap;
}


/* 会员中心 */

.m-zone {
    width: 100%;
    margin-top: 5rem;
    padding-top: 1rem;
    background: url("../../images/member-zone-bg-top.png") no-repeat top;
    background-size: 100%;
}

.m-zone .parts {
    width: 100%;
    padding: 1rem;
}

.parts .part1 {
    width: 100%;
    height: 21rem;
    padding: 0 1.6rem;
    background: url("../../images/member-zone-bkg.jpg") no-repeat center;
    background-size: 100% 100%;
    border-radius: 15px;
    overflow: hidden;
}

.parts .part1 .p-top {
    width: 100%;
    height: 11rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.parts .part1 .p-top .logo {
    width: 6.5rem;
    height: 6.5rem;
    margin-right: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.parts .part1 .p-top .logo img {
    width: 100%;
    height: 100%;
}

.parts .part1 .p-top .msg span {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

/* .parts .part1 .p-top .msg span::after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 1rem;
    background: url("../images/member-logo.png") no-repeat center;
    background-size: 100% 100%;
} */

.parts .part1 .p-top .msg .level {
    width: 100px;

    margin-top: 1rem;
}

.parts .part1 .p-top .msg .level img {
    width: 100%;
}

.parts .part1>ul {
    display: flex;
    width: 100%;
    height: 10rem;
    align-items: center;
}

.parts .part1>ul li {
    flex: auto;
    height: 100%;
}

.parts .part1>ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.parts .part1>ul li a .img {
    width: 4.5rem;
    /* height: 3.4rem; */
    height: 4.5rem;
    margin-bottom: 0.5rem;
}

.parts .part1>ul li a .img img {
    width: 100%;
    height: 100%;
}

.parts .part1>ul li a span {
    font-size: 1.5rem;
    color: #fff;
}

.swiper-container2 {
    position: relative;
    width: 100%;
    /*height: 19.35rem;*/
    margin-top: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

.swiper-container2 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container2 .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.swiper-container2 .swiper-pagination-bullet-active {
    width: 1rem;
    background-color: #fff;
}

.parts .part2 {
    margin-top: 1rem;
}

.parts .part2 .zone-top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.5rem;
    padding: 0 1.5rem;
    background: url("../../images/member-zone-bkg.jpg") no-repeat center;
    background-size: 100% 100%;
    border-radius: 1rem;
}

.parts .part2 .zone-top .img {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem;
}

.parts .part2 .zone-top .img img {
    width: 100%;
}

.parts .part2 .zone-top span {
    font-size: 1.5rem;
    color: #fff;
}

.parts .part2 .product-box {
    width: 100%;
    /*height: 30rem;*/
}

.parts .part2 .product-box .right a {
    display: block;
    width: 100%;
    margin-top: 0.6rem;
    text-align: right;
    font-size: 1rem;
    color: #333;
}

.parts .part2 .product-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.parts .part2 .product-box ul li {
    width: 49%;
    height: 13.2rem;
    margin-top: 0.6rem;
    border-radius: 1rem;
    background-color: #fff;
}

.parts .part2 .product-box ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.parts .part2 .product-box ul li a .img {
    width: 8.4rem;
    height: 9.3rem;
    margin-right: 0.9rem;
}

.parts .part2 .product-box ul li a .img img {
    width: 100%;
    max-height: 100%;
}

.parts .part2 .product-box ul li a .details {
    width: 6rem;
}

.parts .part2 .product-box ul li a .details .p1 {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.parts .part2 .product-box ul li a .details .p2 {
    font-size: 0.8rem;
    color: #888;
}

.parts .part2 .product-box ul li a .details .p2 span {
    font-size: 0.5rem;
}

.parts .part2 .product-box ul li a .details .d {
    width: 6rem;
    height: 1.5rem;
    margin-top: 0.1rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.7rem;
    color: #fff;
    background-color: #2a4198;
    border-radius: 0.6rem;
}

.parts .part2 .product-box .swiper-box .gallery-top {
    width: 100%;
    height: 17.5rem;
    margin-top: 1rem;
    border-radius: 1rem;
}

.parts .part2 .product-box .swiper-box .gallery-top .swiper-slide img {
    width: 100%;
    /*height: 100%;*/
}

.parts .part2 .product-box .swiper-box .gallery-thumbs {
    width: 100%;
    /*height: 8rem;*/
    margin-top: 0.6rem;
}

.parts .part2 .product-box .swiper-box .gallery-thumbs .swiper-slide img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 1rem;
}

.parts .part2>ul {
    width: 100%;
    height: 13rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 1rem;
}

.parts .part2>ul>li {
    flex: auto;
}

.parts .part2>ul>li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parts .part2>ul>li a .img {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.5rem;
}

.parts .part2>ul>li a .img img {
    width: 100%;
    height: 100%;
}

.parts .part2>ul>li a>span {
    font-size: 1.2rem;
    color: #333;
}


/* 我的积分 */

.content .integral {
    width: 100%;
    height: 58rem;
    padding: 3rem 1.3rem 0;
    background-color: #fff;
    border-radius: 1rem;
}

.content .integral .p-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content .integral .p-top .logo {
    width: 7.8rem;
    height: 7.8rem;
    margin-bottom: 1rem;
}

.content .integral .p-top .logo img {
    width: 100%;
    height: 100%;
}

.content .integral .p-top .level {
    width: 6.5rem;
    height: 1.3rem;
    margin-bottom: 1rem;
}

.content .integral .p-top .level img {
    width: 100%;
    height: 100%;
}

.content .integral .p-top .msg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #333;
}

.content .integral .p-top .msg::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 0.2rem;
    background: url("../images/enterprise-member.png") no-repeat center;
    background-size: 100% 100%;
}

.content .integral .p-top>p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #3953c5;
}

.content .integral .p-top>span {
    display: block;
    padding: 0.2rem 0;
}

.p-btm .sort {
    width: 100%;
    display: flex;
    align-items: center;
    height: 3rem;
    margin-top: 2.5rem;
    border-bottom: 2px solid #ddd;
}

.p-btm .sort .time,
.p-btm .sort .order,
.msgs .time1,
.msgs .order1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2.3;
}

.p-btm .sort .jifen,
.p-btm .sort .time.ztai,
.msgs .jifen1,
.msgs .ztai1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.sanj {
    margin-left: 0.5rem;
}

.sanj em {
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #999;
}

.sanj i {
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #3953c5;
    transform: translateY(1px);
}

.sanj.on em {
    border-bottom-color: #3953c5;
}

.sanj.on i {
    border-top-color: #999;
}

.p-btm .msgs {
    height: 18rem;
    overflow: scroll;
}

.p-btm .msgs ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.5rem;
    font-size: 0.6rem;
    white-space: nowrap;
}

.p-btm .msgs ul li:nth-child(2n) {
    background-color: #e3e3e3;
}

.p-btm .duihuan a {
    display: block;
    width: 24rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background-color: #3953c5;
    border-radius: 1rem;
    margin: 0 auto;
    margin-top: 3rem;
}
