.fixedMain {
    position: relative;
}

.fixedMainBefore::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}

.infoMain {
    width: 100%;
    margin-top: 2.0833vw;
}

.infoLeft {
    float: left;
    width: 30%;
    height: 2000px;
    padding-right: 2.0833vw;
    box-sizing: border-box;
}

    .infoLeft .inofBanner, .infoLeft .infothumbs {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .infoLeft .inofBanner .colorImg {
            position: absolute;
            width: 100%;
            height: 100%;
            display: none;
            left: 0;
            top: 0;
            z-index: 101;
        }

        .infoLeft .inofBanner .infoSwiper {
            position: relative;
            z-index: 100;
        }

    .infoLeft .infothumbs {
        margin-top: .5208vw;
    }

    .infoLeft .swiper, .infoLeft .swiper img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 100;
    }

    .infoLeft .thumbsSwiper span {
        display: block;
        width: 100%;
        position: relative;
    }

        .infoLeft .thumbsSwiper span img {
            border: 1px solid #c3c2c3;
        }

        .infoLeft .thumbsSwiper span:hover {
            cursor: pointer;
        }

        .infoLeft .thumbsSwiper span::after {
            content: " ";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.4);
            z-index: 101;
        }

    .infoLeft .thumbsSwiper .my-slide-thumb-active span::after {
        display: none;
    }

.inofBanner .swiper {
    --swiper-navigation-color: #c3c2c3;
    --swiper-navigation-size: 2.0833vw;
}

.collect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    margin-top: 1.35417vw;
    padding-bottom: 0.83333vw;
}

    .collect .collectMoney, .collect .collectPro {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #FF186B;
        font-size: .9896vw;
    }

        .collect .collectMoney i {
            font-size: .9896vw;
            padding-right: .2083vw;
        }

        .collect .collectMoney img {
            display: block;
            width: .9375vw;
            margin-left: .2083vw;
        }

        .collect .collectPro i {
            font-size: .9896vw;
            display: block;
            margin-right: .2083vw;
        }
/* =====================弹窗 */
.alertMenuMoney {
    width: 40%;
}

.infoAlert {
    padding: 1.0417vw 1.0417vw 0;
}

    .infoAlert > h1 {
        font-weight: 600;
        font-size: 1.66667vw;
        color: #1E1714;
        line-height: 1.97917vw;
        padding-bottom: 1.5625vw;
    }

    .infoAlert > p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #1E1714;
        line-height: 1.14583vw;
        margin-top: 1.5625vw;
    }

        .infoAlert > p span {
            color: #FF186B;
        }

.infoReturn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

    .infoReturn > div {
        width: 50%;
    }

        .infoReturn > div > h2 {
            font-weight: 400;
            font-size: 1.14583vw;
            color: #1E1714;
            line-height: 1.35417vw;
            margin-bottom: 1.25vw;
        }

            .infoReturn > div > h2 span {
                color: #FF186B;
            }

.vipLink > h3 {
    font-weight: 400;
    font-size: 0.83333vw;
    color: #767B93;
    line-height: 0.98958vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

    .vipLink > h3 i {
        display: block;
        font-size: .9375vw;
        padding-left: .2604vw;
    }

        .vipLink > h3 i:hover {
            cursor: pointer;
        }

.income ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

    .income ul .liBorderLeft {
        padding-right: 1.0417vw;
        border-right: 1px solid #ECECEC;
    }

    .income ul .liBorderRight {
        padding-left: 1.0417vw;
    }

    .income ul li h4 {
        font-weight: 600;
        font-size: 0.9375vw;
        color: #FF186B;
        line-height: 1.09375vw;
    }

    .income ul li h5 {
        font-weight: 400;
        font-size: 0.83333vw;
        color: #AEB0B9;
        line-height: 0.98958vw;
        margin-top: 0.41667vw;
    }

/* =============================右侧 */
.infoRight {
    float: right;
    width: 70%;
}

.merchant {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .merchant img {
        display: block;
        width: 1.25vw;
        height: 1.25vw;
        margin-right: .2604vw;
    }

    .merchant span {
        display: block;
        font-weight: 500;
        font-size: 1.25vw;
        color: #1E1714;
        line-height: 1.25vw;
    }

    .merchant a {
        display: block;
        border: 1px solid #ff186B;
        height: 1.9792vw;
        border-radius: .9896vw;
        font-size: .8333vw;
        font-weight: 600;
        color: #ff186B;
        padding: 0 1.0417vw;
        line-height: 1.9792vw;
        margin-left: .5208vw;
    }
/* 标题 */
.proTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5208vw;
}

    .proTitle .proTitleTxt {
        width: 70%;
        font-weight: 500;
        font-size: 1.25vw;
        color: #1E1714;
        line-height: 1.5625vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .proTitle .proTitleTxt img {
            display: block;
            width: 1.25vw;
            height: 1.25vw;
            margin-right: .2604vw;
            float: left;
            position: relative;
            top: .1563vw;
        }

    .proTitle .proTitleBtn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

        .proTitle .proTitleBtn a {
            display: block;
            margin-left: .4167vw;
            color: #FF186B;
            font-size: 0.9375vw;
            font-weight: 500;
            line-height: 0.9375vw;
        }

        .proTitle .proTitleBtn #refresh {
            color: #3370FF;
        }

        .proTitle .proTitleBtn a i {
            font-size: .9375vw;
        }
/* 价格换算 */
.priceChange {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.0417vw;
}

    .priceChange .priceNum {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

        .priceChange .priceNum > span {
            font-weight: 600;
            font-size: 1.45833vw;
            color: #FF186B;
            line-height: 1.45833vw;
        }

        .priceChange .priceNum > p {
            font-size: 2.5vw;
            font-weight: 600;
            color: #FF186B;
            margin-left: .5208vw;
            line-height: 2.2vw;
        }

    .priceChange > i {
        font-size: 1.25vw;
        font-weight: 600;
        color: #FF186B;
        padding: 0 .5208vw;
    }

    .priceChange .infoEdit {
        margin-left: 1.0417vw;
        font-size: .9375vw;
        color: #333333;
    }

        .priceChange .infoEdit i {
            font-size: .9375vw;
        }

        .priceChange .infoEdit:hover {
            cursor: pointer;
        }

.returngoods {
    display: inline-block;
    font-weight: 400;
    font-size: 0.83333vw;
    color: #FF186B;
    padding: 0.26042vw 0.78125vw 0.36458vw 0.72917vw;
    background: #FFEAF0;
    border-radius: 2.34375vw 2.34375vw 2.34375vw 2.34375vw;
    border: 1px solid #FF186B;
    margin-top: 0.625vw;
    margin-top: 1.0417vw;
}

.infoTime {
    margin-top: 1.3542vw;
    color: #767676;
    font-size: 0.83333vw;
}
/* 流程 */
.process {
    background: #f5f5f5;
    border-radius: 0.52083vw;
    padding: 1.25vw;
    box-sizing: border-box;
    margin-top: 1.25vw;
}

.processList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.5625vw;
    position: relative;
}

    .processList:first-child {
        margin-top: 0;
    }

    .processList > span {
        display: block;
        width: 1.25vw;
        height: 1.25vw;
        border-radius: 50%;
        background: #FF186B;
        color: #fff;
        text-align: center;
        line-height: 1.25vw;
        font-size: .7292vw;
        margin-right: .3125vw;
        position: relative;
    }

        .processList > span::before {
            content: " ";
            display: block;
            height: 1.3542vw;
            width: 1px;
            border-left: 1px solid #FF186B;
            position: absolute;
            left: .625vw;
            bottom: 1.4583vw;
        }

    .processList:first-child span::before {
        display: none;
    }

    .processList > p {
        font-size: 0.7292vw;
        color: #232323;
    }

    .processList > input {
        border: 1px solid #c3c2c3;
        display: block;
        width: 3.125vw;
        margin-left: .3125vw;
        font-size: 0.7292vw;
        padding: .2604vw;
    }

        .processList > input:focus {
            border: 1px solid #FF186B;
        }

    .processList > i {
        font-size: .7292vw;
        color: #c3c2c3;
        padding: 0 .3125vw;
    }

    .processList > p a {
        color: #FF186B;
    }

.timeLimit {
    display: inline-block;
    padding: 0.26042vw;
    background-color: #FF186B;
    border-radius: 0.15625vw;
    margin-left: 0.20833vw;
    color: #ffffff;
    position: relative;
    margin-top: 1.25vw
}

    .timeLimit span {
        position: absolute;
        top: -.8333vw;
        right: -1.5625vw;
        border-radius: 0.52083vw;
        background: #f03f3f;
        border: 1px solid transparent;
        color: #fff;
        padding: .1042vw 0.3125vw;
        font-size: 0.625vw;
        box-shadow: 0 0 0 1px #fff;
    }

/* 规格 */
.specifications {
    margin-top: .83333vw;
}

    .specifications > h4 {
        font-weight: 600;
        font-size: 1.09375vw;
        color: #1E1714;
        padding-bottom: .2083vw;
    }

        .specifications > h4 span {
            color: #FF186B;
        }

.specList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .specList .specItem {
        margin-right: .625vw;
        border: 1px solid #ECECEC;
        margin-top: .625vw;
    }

    .specList .specItemActive {
        border: 1px solid #FF186B;
    }

    .specList .specItem img {
        display: block;
        height: 3.75vw;
        height: 3.75vw;
    }

    .specList .specItem p {
        font-size: .7292vw;
        color: #333;
        padding: .2604vw .4167vw;
    }

    .specList .specItem:hover {
        cursor: pointer;
    }
/* 数量 */
.purchase {
    width: 100%;
    margin-top: .8333vw;
}

    .purchase > h4 {
        font-size: 0.98958vw;
        font-weight: 600;
        color: #232323;
    }

    .purchase > .minNum {
        color: #666666;
        font-size: 0.83333vw;
        margin-top: 0.83333vw;
    }

    .purchase .purchaseForm {
        margin-top: 0.83333vw;
    }

    .purchase .purchaseForm {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
/* .purchaseNum .purchaseNumItmeActive:hover{
    cursor: url("/dark/image/pc/jinyong.png");
} */
/* .purchase .purchaseForm .purchaseNum .purchaseNumItmeActive{
    cursor: url('../image/pc/jinyong.png'),default;
} */
/* .purchase .purchaseForm .purchaseNum{
    border: 1px solid #dcdee2;
    height: 2.0833vw;
    border-radius: .2604vw;
    overflow: hidden;
} */
/* .purchaseNumItme{
    width: 2.0833vw;
    height: 1.9792vw;
    line-height: 1.9792vw;
    text-align: center;
    background: #f8f8f9;
    font-size: 1.25vw;
    color: #767B93;
}
.purchaseNumItme:hover{
    cursor: pointer;
} */
/* .purchase .purchaseForm .purchaseNum input{
    display: block;
    height: 1.9792vw;
    width: 4.1667vw;
    padding: 0 .5208vw;
    box-sizing: border-box;
    font-size: .8333vw;
    color: #767676;
    text-align: center;
}
.numMinus{
    border-right: 1px solid #dcdee2;
    border-radius: .2604vw 0 0 .2604vw;
}
.numAdd{
    border-left: 1px solid #dcdee2;
    border-radius: 0 .2604vw .2604vw 0;
} */
.purchaseForm > p {
    font-size: 0.83333vw;
    color: #AFAFAF;
    margin-left: 1.66667vw;
}
/* 留言 */
.leaveMessage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .8333vw;
}

.messageLeft {
    flex: 1;
}

    .messageLeft textarea {
        border: 1px solid #dcdee2;
        font-size: 0.98958vw;
        border-radius: .5208vw;
        padding: 0.83333vw;
        color: #232323;
        display: block;
        width: 100%;
        height: 7.2917vw;
    }

.messageCenter {
    width: 1.7708vw;
    margin: 0 1.0417vw;
}

    .messageCenter img {
        display: block;
        width: 100%;
    }

.messageRight {
    width: 7.2917vw;
    height: 7.2917vw;
    border: 1px dashed #dcdee2;
    overflow: hidden;
    border-radius: .5208vw;
    position: relative;
}

    .messageRight input {
        position: relative;
        z-index: 101;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .messageRight .tipImg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }

        .messageRight .tipImg > img {
            display: block;
            width: 60%;
        }

    .messageRight p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #E6E7EB;
        font-size: 0.72917vw;
        color: #767B93;
        height: 1.25vw;
        text-align: center;
        line-height: 1.25vw;
    }

    .messageRight .fileImg {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 100;
    }

.updataImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 102;
    display: none;
}

    .updataImg > img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .updataImg:hover .delImg {
        display: block;
    }

    .updataImg .delImg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 102;
        cursor: pointer;
    }

        .updataImg .delImg > img {
            display: block;
            width: 1.25vw;
            cursor: pointer;
            margin: 0 auto;
            margin-top: 40%;
        }

/* 提交模块 */
.infoSubmit {
    overflow: hidden;
}

.submitTip {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.09375vw 0.83333vw;
    background: #FFEAF0;
    border-radius: 0.57292vw;
    font-weight: 400;
    font-size: .9375vw;
    color: #FF186B;
    line-height: 1.14583vw;
    text-align: justify;
    margin-top: 1.25vw;
}

    .submitTip span {
        font-size: .9375vw;
        margin-right: .5208vw;
    }

.agreeWith {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1.0417vw 0;
}

.submitBtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .submitBtn input {
        display: block;
        font-size: 1.25vw;
        border: 1px solid #FF186B;
        border-radius: .2604vw;
        height: 3.125vw;
        padding: 0 2.6042vw;
        margin-right: 1.0417vw;
    }

        .submitBtn input:hover {
            cursor: pointer;
        }

.buyNow {
    color: #fff;
    background: #FF186B;
}

.addCart {
    background: #fff;
    color: #FF186B;
}

.intro {
    width: 100%;
    margin-top: 2.0833vw;
    font-size: .8333vw;
    color: #232323;
    line-height: 1.5625vw;
}

    .intro img {
        display: block;
        max-width: 70%;
        margin: 1.0417vw 0;
    }
