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: 22.85rem;
    padding: 2rem 2% 0;
    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: 7.5rem;
    height: 11rem;
}

.content .part1 ul li a .img img {
    width: 100%;
    max-height: 100%;
}

.content .part1 ul li a .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.content .part1 ul li a .txt p {
    line-height: 2rem;
}

.content .part1 ul li a .txt p:nth-child(1) {
    font-size: 1.15rem;
    color: #333;
}

.content .part1 ul li a .txt p:nth-child(2) {
    font-size: 1.05rem;
    color: #808080;
}

.content .part1 ul li a .txt p:nth-child(3) {
    font-size: 1.25rem;
    color: #3953c5;
}

.content .part1.part2 ul li a .img {
    width: 100%;
}


/* 登录 */

.enroll {
    width: 100%;
    height: 49rem;
    background: url("../images/enroll-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;
    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;
    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%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}

.m-zone .parts {
    width: 100%;
    padding: 1rem;
}

.parts .part1 {
    width: 100%;
    height: 21rem;
    padding: 0 1.6rem;
    background: url("../images/member-zone-bg1.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;
}

.parts .part1 .p-top .logo img {
    width: 100%;
    height: 100%;
}

.parts .part1 .p-top .msg .n-box1 {
    display: flex;
    align-items: center;
}

.parts .part1 .p-top .msg .n-box1 span {
    font-size: 1.75rem;
    color: #fff;
}

.parts .part1 .p-top .msg .n-box1 img {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 1rem;
}


/* .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;
    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-bg2.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;
}


/* 积分专区 */

.content .jifen.banner-swiper1 {
    padding-top: 0;
}

.swiper-container {
    height: 100%;
}

.integral-zone {
    margin-top: 1rem;
}

.zone-top {
    width: 100%;
    height: 5rem;
    padding: 0 .23rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: url("../../images/jf_goodList_jfArea.jpg");
    background-size: 100% 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.zone-top img {
    display: block;
    width: 3.6rem;
}

.zone-top span {
    font-size: 1.5rem;
    color: #ffffff;
}

.sort_head_title {
    height: 4rem;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sort_head_title_list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: .5rem;
}

.sort_head_title_list .sort_name {
    font-size: 14px;
    color: #999999;
    line-height: 2rem;
    font-weight: 700;
    cursor: pointer;
}

.sort_head_title_list .sort_name.myactive {
    color: #333;
}

.sort_head_title_list .sort_bor {
    width: 1px;
    height: .8rem;
    background-color: #919191;
    margin-top: .1rem;
    margin-left: .6rem;
    margin-right: .6rem;
}

.sort_head_title_list .sort_img {
    margin-left: .1rem;
    position: relative;
}

.sort_head_title_list .sort_img>div {
    position: relative;
    z-index: 99;
}

.sort_head_title_list .sort_img .img {
    width: 8px;
    height: 4.5px;
}

.sort_head_title_list .sort_img .img img {
    width: 100%;
    height: 100%;
    /* display: block; */
    display: none;
}

.sort_head_title_list .sort_img .img.img_two {
    margin-top: 1px;
}

.sort_head_title_list .sort_img::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #2a4198;
    position: absolute;
    left: 0;
    top: -1px;
}

.sort_head_title_list .sort_img::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0 solid #2a4198;
    border-top: 6px solid #2a4198;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.sort_price_section {
    display: flex;
    align-items: center;
    width: 80%;
}

.sort_price_section>p {
    font-size: 14px;
    color: #999;
    line-height: 1.5rem;
    font-weight: 700;
}

.sort_price_section .sort_input {
    position: relative;
}

.sort_price_section .sort_input input {
    display: block;
    width: 7rem!important;
    height: 1.5rem;
    outline: none;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    margin-top: -2px;
    margin-left: 5px;
    color: #999;
    font-size: .7rem;
}

.sort_price_section .sort_input span {
    display: block;
    position: absolute;
    top: -1px;
    left: 8px;
    color: #c7c7c7;
    font-size: .7rem;
}

.sort_price_section .sort_input_bor {
    width: 6px;
    height: 2px;
    background-color: #a0a0a0;
    margin-left: 5px;
}

.sort_btn button {
    display: block;
    /* width: 4rem; */
    padding: 0 5px;
    height: 2rem;
    background-color: #2a4198;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: -5px;
}

.pro_list {
    width: 102%;
    height: auto;
}

.pro_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1rem;
}

.pro_list ul li {
    width: 32%;
    margin-right: 1%;
    margin-top: .5rem;
}

.pro_list ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: .2rem .2rem .5rem;
    background-color: #fff;
    box-sizing: border-box;
}

.pro_list ul li a .img {
    width: 100%;
    height: 10rem;
}

.pro_list ul li a .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.pro_list ul li a .sc_shopname {
    width: 100%;
    margin-top: 1rem;
    height: 2rem;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.pro_list ul li a .sc_shopmsg {
    height: 2rem;
    width: 100%;
}

.pro_list ul li a .sc_shopmsg p {
    width: 100%;
    margin-top: .5rem;
    font-size: .5rem;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.pro_list ul li a .sc_shoprice {
    /*width: 100%;*/
    height: 2rem;
    margin-top: 1rem;
    font-size: .7rem;
    color: #c70000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fenye {
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fenye select {
    width: 5rem;
    margin: 0 .5rem;
}
