@charset 'utf-8';

::-webkit-scrollbar {
    background: transparent;
    width: 0;
}
html, body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-family: PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体;
}
:focus {
    outline: none !important;
}
.nav-tab {
    width: 100%;
    padding: 1rem 1.8rem 0.38rem 1.8rem;
    background: transparent;
    position: fixed;
    z-index: 1000;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-tab .tab-logo {
    width: 3.76rem;
    height: 0.56rem;
    background: url(../imgs/pm_logo_sub.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.nav-tab .tab-content {
    display: flex;
    align-items: center;
}
.nav-tab .tc-item {
    display: block;
    text-decoration: none;
    font-size: 0.32rem;
    color: #333333;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav-tab .tc-item.active {
    font-weight: bold;
    position: relative;
}
.nav-tab .tc-item.active::after {
    content: '';
    display: block;
    width: 0.54rem;
    height: 0.06rem;
    background: #FE5A2E;
    border-radius: 0.03rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.18rem;
}
.nav-tab .tci-phone-icon {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../imgs/pm_phone.png) no-repeat;
    background-size: contain;
    margin-right: 0.1rem;
}
.nav-tab .tci-phone-txt {
    color: #648EFE;
}
.container {
    background: #FFE6CC;
    width: 100%;
    overflow-x: hidden;
}
/* 第一部份 */
.pc-app {
    margin: 0 0.92rem;
    padding-top: 0.62rem;
}
.wrapper {
    position: relative;
    padding-top: 3.62rem;
    border-radius: 1rem 1rem 0rem 0rem;
    background: rgba(255, 255, 255, 0.45);
    border: 0.09rem solid #fff;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w-download {
    margin-left: 6.95rem;
}
.w-download .wd-logo {
    width: 8.54rem;
    height: 1.62rem;
    background: url(../imgs/pm_logo_mid.png) no-repeat;
    background-size: contain;
    margin-bottom: 0.68rem;
}
.w-download .wd-advert {
    color: #333333;
    font-size: 0.6rem;
    margin-bottom: 0.86rem;
}
.w-download .wd-action {
    display: flex;
    align-items: center;
}
.w-download .wdab-buyer {
    width: 3.86rem;
    height: 1.28rem;
    line-height: 1.28rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.44rem;
    background: #FE5A2E;
    border-radius: 0.28rem;
    margin-bottom: 0.4rem;
    cursor: pointer;
}
.w-download .wdab-seller {
    width: 3.86rem;
    height: 1.28rem;
    line-height: 1.28rem;
    text-align: center;
    color: #FE5A2F;
    font-size: 0.44rem;
    background: #fff;
    border-radius: 0.28rem;
    cursor: pointer;
}
.wda-wxcode {
    width: 2.96rem;
    height: 2.96rem;
    padding: 0 0.04rem;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: 0.44rem;
    border-radius: 0.2rem;
    margin-right:.44rem;
}
.wda-wtxt {
    padding: 0 0.2rem 0;
}
.wda-wxcode img {
    max-width: 100%;
}
.wdaq-txt {
    color: #333333;
    font-size: 0.28rem;
    line-height: 0.8;
}
.wda-appcode {
    border-radius: 0.2rem;
    height: 2.96rem;
    background: #fff;
    box-shadow: 0rem 0.04rem 0.34rem 0rem rgba(155, 108, 90, 0.34);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 0.44rem;
}
.wda-amcode {
    border-radius: 0.2rem;
    height: 2.96rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 0.44rem;
    box-shadow: 0rem 0.04rem 0.34rem 0rem rgba(155, 108, 90, 0.34);
}
.wac-arrow {
    width: 0;
    height: 0;
    border-width: 0.3rem;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    margin-left: -0.54rem;
    margin-top: 1.6rem;
}
.wda-appcode .wac-arrow {
    margin-top: -1.6rem;
}
.wac-img {
    width: 2.34rem;
    height: 2.34rem;
    margin: 0 0.25rem;
}
.wac-img img {
    max-width:  100%;
}
.wac-txt {
    color: #333333;
    font-size: 0.28rem;
    line-height: 0.8;
}
.w-hand {
    margin-right: 2.24rem;
    width: 15.48rem;
    height: 8.24rem;
    background: url(../imgs/pm_round.png) no-repeat;
    background-size: 100%;
    position: relative;
}
.w-hand .wh-logo {
    width: 10.06rem;
    height: 12.74rem;
    background: url(../imgs/pm_hand.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
/* 第二部分 */
.pc-buyer,.pc-seller {
    width: 100%;
    padding: 1.92rem 2rem 0;
    background-color: #FFFAF5;
    position: relative;
}
/* 标题与子标题 */
.pc-title .pct-topic {
    font-size: 1.08rem;
    color: #FE5A2F;
    font-weight: bold;
}
.pc-title .pct-topic::after {
    content: "";
    display: block;
    width: 4.1rem;
    height: 0.38rem;
    background: url(../imgs/pm_arrow.png) no-repeat;
    background-size: contain;
}
.pc-title .pct-sub {
    color: #333333;
    font-size: 0.6rem;
    margin-top: 0.36rem;
}
/* 滚动内容区 */
.pcb-content,.pcs-content {
    position: relative;
}
.pcb-content {
    margin-top: -1.3rem;
}
.pcs-content {
    margin-top: -0.44rem;
}
/* 轮播的每一项 */
.pcbi-source,.pcbi-condition,.pcbi-public,.pcbi-store,.pcs-customer,.pcs-select,.pcs-version {
    display: flex;
    align-items: center;
}
/* 模块距离调整 */
.pcbi-source {
    padding-left: 8.56rem;
}
.pcbi-condition,.pcbi-store {
    padding-left: 6.06rem;
}
.pcbi-public {
    padding-left: 7.7rem;
}
.pcbi-source .pcbs-left {
    margin-right: 2.16rem;
}
.pcbi-condition .pcbc-left {
    margin-right: 2.34rem;
}
.pcbi-public .pcbs-left {
    margin-right: 1.58rem;
}
.pcbi-store .pcbc-left {
    margin-right: 2.82rem;
}
.pcs-customer {
    flex-direction: column;
}
.pcs-customer .title {
    width: 13.44rem;
    margin-bottom: .86rem;
}
.pcs-customer .content {
    width: 90%;
}
.pcs-select {
    padding-left: 5rem;
}
.pcs-version {
    padding-left: 7.88rem;
}
.pcs-customer .pcsc-left {
    margin-right: 2.68rem;
}
.pcs-select .pcss-left {
    margin-right: 3.02rem;
}
.pcs-version .pcsv-left {
    margin-right: 1.76rem;
}

/* 背景图 */
.pcb-content .pcbs-left {
    width: 8.7rem;
    height: 15.74rem;
    background: url(../imgs/pm_bs_h.png) no-repeat;
    background-size: contain;
    position: relative;
}
.pcb-content .pcbs-left .pcbi-left {
    position: absolute;
    top: 40%;
    left: -2.5rem;
    width: 6.34rem;
    height: .88rem;
    background: url(../imgs/pm_bs_buyer.png) no-repeat;
    background-size: contain;
}
.pcb-content .pcbi-bottom {
    position: absolute;
    bottom: 2%;
    left: -5.3rem;
    width: 8.74rem;
    height: 1.38rem;
    background: url(../imgs/pm_bs_auth.png) no-repeat;
    background-size: contain;
}
.pcb-content .pcbs-left .pcbi-right {
    position: absolute;
    bottom: 10%;
    right: -2.5rem;
    width: 7.6rem;
    height: 2.58rem;
    background: url(../imgs/pm_bs_seller.png) no-repeat;
    background-size: contain;
}
/* 页面tips */
.pcbi-topic,.pcbc-topic {
    display: flex;
    flex-direction: column;
}
.pcbc-topic {
    align-items: flex-end;
}
.pcbi-topic span:first-child,.pcbc-topic span:first-child {
    color: #333333;
    font-size:1.08rem;
    font-weight:bold;
    position: relative;
    z-index:10;
}
.pcbi-topic span:last-child,.pcbc-topic span:last-child {
    display: block;
    width: 2.16rem;
    height: 0.18rem;
    background: #FE5A2E;
    border-radius: 0.09rem;
    position: relative;
    bottom: 0.24rem;
    z-index: 1;
}
.pcbc-topic span:last-child {
    right: 0;
}
.pcbi-sub,.pcbc-sub {
    color: #666666;
    font-size: 0.72rem;
    margin-top: 0.24rem;
}
/* 第二张轮播图 */
.pcbc-right {
    width: 8.7rem;
    height: 16.16rem;
    background:url(../imgs/pm_bc_h.png) no-repeat;
    background-size: contain;
    position: relative;
}
.pcbc-right .pcbc-top {
    width: 10.52rem;
    height: 3.36rem;
    background: url(../imgs/pm_bc_ad.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    right: -45%;
}
.pcbc-right .pcbc-bottom {
    width: 2.02rem;
    height: 3.4rem;
    background: url(../imgs/pm_bc_ap.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 60%;
    right: -30%;
}
/* 第三个轮播图 */
.pcbi-public .pcbs-left {
    width: 8.7rem;
    height: 16.16rem;
    background:url(../imgs/pm_bc_public.png) no-repeat;
    background-size: contain;
}
.pcbi-store .pcbc-right {
    width: 8.7rem;
    height: 16.16rem;
    background:url(../imgs/pm_bc_mine.png) no-repeat;
    background-size: contain;
}
.pcbi-store .pcbc-right .pcbc-top {
    position: absolute;
    top: 18%;
    left: -36%;
    width: 5.04rem;
    height: 1.38rem;
    background: url(../imgs/pm_bc_mstock.png) no-repeat;
    background-size: contain;
}
.pcbi-store .pcbc-right .pcbc-bottom {
    position: absolute;
    top: 30%;
    right: -30%;
    width: 4.94rem;
    height: 1.36rem;
    background: url(../imgs/pm_bc_mseller.png) no-repeat;
    background-size: contain;
}
.pcb-next,.pca-next {
    width: 0.92rem;
    height: 0.92rem;
    background: url(../imgs/pm_next.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.96rem;
    bottom: 1.02rem;
}
.wrapper .pca-next {
    left: 1.08rem;
}
.pcb-qrcode,.pcs-qrcode {
    width: 3.54rem;
    height: 3.34rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.36rem 0.06rem rgba(199, 199, 199, 0.22);
    border-radius: 0.2rem 0rem 0rem 0.2rem;
    position: absolute;
    right: 0;
    bottom: 3.1rem;
    z-index: 100;
    text-align: center;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pcbq-txt,.pcsq-txt {
    color: #FE5A2F;
    font-size: 0.32rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}
.pcbq-img,.pcsq-img {
    width: 2.3rem;
    height: 2.3rem;
    margin:0 auto;
}
.pcbq-img img,.pcsq-img img {
    width: 100%;
}
/* 第三部份 */
.pc-seller {
    background: #FFFFFF;
}
.pcsc-left {
    width: 7.54rem;
    height: 14.58rem;
    background: url(../imgs/pm_cc_h.png) no-repeat;
    background-size: contain;
    position: relative;
}
.pcsc-one {
    width: 5.02rem;
    height: 0.56rem;
    background: url(../imgs/pm_cc_sell_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 56%;
    left: -72%;
}
.pcsc-two {
    width: 4.78rem;
    height: 0.56rem;
    background: url(../imgs/pm_cc_sell_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 62%;
    left: -50%;
}
.pcsc-three {
    width: 4.96rem;
    height: 0.56rem;
    background: url(../imgs/pm_cc_sell_3.png) no-repeat;
    background-size: contain;
    position: absolute;
    position: absolute;
    top: 68%;
    left: -24%;
}
.pcsc-four {
    width: 4.96rem;
    height: 0.56rem;
    background: url(../imgs/pm_cc_sell_4.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 74%;
    left: -54%;
}
.pcsc-five {
    width: 4.78rem;
    height: 0.56rem;
    background: url(../imgs/pm_cc_sell_5.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 62%;
    right: -44%;
}
.pcsc-six {
    width: 5.02rem;
    height: 0.56rem;
    background: url(../imgs/pm_cc_sell_6.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 69%;
    right: -32%;
}
/* 第三部份 */
.pcss-right {
    width: 7.54rem;
    height: 14.58rem;
    background: url(../imgs/pm_cc_choose.png) no-repeat;
    background-size: contain;
    position: relative;
}
.pcss-owner {
    width: 8.7rem;
    height: 6.56rem;
    background: url(../imgs/pm_cc_cdetail.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 23%;
    right: -64%;
}
.pcsv-left {
    width: 7.54rem;
    height: 14.88rem;
    background: url(../imgs/pm_cc_mine.png) no-repeat;
    background-size: contain;
}


/* 底部 */
.pc-footer {
    width: 100%;
}
.footer {
    padding: 1.2rem 0;
    background-color: #FFF0E0;
    text-align: center;
    color: #333333;
    font-size: 0.28rem;
}
.footer-logo {
    width: 5.7rem;
    height: 1.08rem;
    background: url(../imgs/pm_logo_mid.png) no-repeat;
    background-size: contain;
    margin:0 auto 0.74rem;
}
.footer-copyright {
    margin-bottom: 0.18rem;
}
.footer-link a {
    text-decoration: none;
    color: #333;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.08rem;
    padding-bottom: 1.22rem;
}
.swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.14rem;
    background: #FFE8D2;
    border-radius: 0.14rem;
    margin: 0 0.25rem;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #F9D1AA;
}
.pc-seller .pagination {
    padding-top: 1.24rem;
}
.swiper-prev,.swiper-next {
    width: 1.08rem;
    height: 1.08rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.swiper-next {
    right: 3.8rem;
    background: url(../imgs/pm_swiper_next.png) no-repeat;
    background-size: contain;
}
.swiper-prev {
    left: 3.8rem;
    background: url(../imgs/pm_swiper_prev.png) no-repeat;
    background-size: contain;
}
.contact-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background:rgba(0,0,0,0.2);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flex {
    display: flex;
}
.contact-container .contact {
    width: 16.5rem;
    padding: 0.78rem 0.5rem 0.78rem 0.98rem;
    border-radius: 0.4rem;
    background-color: #fff;
    position: relative;
}
.contact-container .contact .c-content {
    display: flex;
    align-items: center;
}
.contact-container .contact .c-content .c-logo {
    width: 5.02rem;
    height: 3.58rem;
    background: url(../imgs/pp_pic.png) no-repeat;
    background-size: contain;
    margin-right: 1.66rem;
}
.contact-container .contact .c-content .c-desc .name {
    color: #333333;
    font-size: 0.64rem;
    margin-bottom: 0.4rem;
}
.contact-container .contact .c-content .c-desc .phone {
    color: #333333;
    font-size: 0.48rem;
}
.contact-container .contact .c-close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.44rem;
    height: 0.44rem;
    background: url(../imgs/pp_close.png) no-repeat;
    background-size: contain;
}
.overflow {
    overflow: hidden;
}