* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: #f2f2f2;
    width: 100%;
    overflow-x: hidden;
}

a {
    display: block;
    text-decoration: none;
    color: #333;
    border: none;
}

ul,
ol {
    list-style: none;
}

input,
textarea {
    outline: none;
    border: none;
    background: none;
}

input[disabled],
input:disabled,
input.disabled {
    opacity: 1;
}

.baseBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#baseBackTop {
    width: 10.9333vw;
    height: 10.9333vw;
    position: fixed;
    right: 8px;
    bottom: 70px;
    z-index: 100;
    border-radius: 50%;
    display: none;
}

#baseBackTop img {
    width: 100%;
    display: block;
}


/* 右边>样式 */

#oigo-rightImg {
    display: block;
    float: right;
    margin-right: 2.5vw;
    width: 2.2667vw;
    height: 4.1334vw;
    margin-top: 4vw;
}


/* 随机立减 */

.oigo-randomSubtraction {
    width: 100%;
    height: 10vw;
    color: #ff1d42;
    line-height: 10vw;
    display: none;
}

.oigo-randomSubtraction>div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #f7ebd5;
    font-size: 3.7334vw;
    display: flex;
    justify-content: center;
    height: 10vw;
    overflow: hidden;
}

.oigo-randomSubtraction>div span {
    font-size: 8vw;
}


/* 顶部返回 */

.oigo-topback {
    width: 8vw;
    height: 8vw;
    display: block;
    position: fixed;
    top: 4.2vw;
    left: 2.5vw;
    z-index: 100086;
    display: none;
}

.oigo-topback img {
    width: 100%;
}


/* 页面到底 */

.pageBottom {
    padding: 0 10%;
    height: 10vw;
    line-height: 10vw;
    font-size: 3vw;
    color: #999;
    display: flex;
    justify-content: space-around;
}

.pageBottom div {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pageBottom div div {
    width: 100%;
    height: 1px;
    background: #ddd;
}


/* 备案公告 */

.filingNotice {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 3.2vw;
    color: #8f8f8f;
    text-align: center;
    line-height: 6vw;
    margin: 5vw 0 2vw;
}

.filingNotice div {
    width: 100%;
}

.filingNotice img {
    width: 12.2667vw;
    display: block;
    margin: 0 auto 2vw;
}

.filingNotice a {
    color: #484848;
    display: inline-block;
}

.filingNotice .bold {
    font-weight: bold;
    color: #484848;
}


/* 客服 */

#goCustomer {
    width: 10.666vw;
    height: 10.666vw;
    position: fixed;
    right: 8px;
    bottom: 125px;
    z-index: 100;
    border-radius: 50%;
    display: none;
}

#goCustomer img {
    width: 100%;
    display: block;
}

.goCustomerAlert {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.goCustomerAlert>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.goCustomerAlert>div>div {
    width: 77.333%;
    margin: 0 auto;
    position: relative;
}

.goCustomerAlert>div>div img {
    width: 100%;
    display: block;
}

.goCustomerAlert>div>div a {
    width: 30%;
    display: block;
    height: 10vw;
    position: absolute;
    bottom: 4vw;
    left: 35%;
}

.oigo-details-label {
    color: red;
    margin-left: 0.5vw;
    font-size: 3.467vw;
    font-style: normal;
}

.oigo-details-priceName {
    color: red;
    margin-right: 0.5vw;
    font-size: 3.467vw;
    font-style: normal;
}

/* 客服弹窗 */
.customer-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.customer-popup .container {
    width: 45.067vw;
    height: 35.333vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
    transition: all .2s ease-in;
}

.customer-popup .move {
    opacity: 1;
}

.customer-popup a {
    height: 8vw;
    position: absolute;
    width: 100%;
    left: 0;
    top: 13.6vw;
    z-index: 1;
}

.customer-popup .close {
    width: 7.067vw;
    height: 7.067vw;
    position: absolute;
    right: -3.067vw;
    top: -9.333vw;
}

.customer-popup .vip {
    top: 24vw;
}

.customer-popup .customer-img {
    margin: 0 auto;
    width: 45.067vw;
    height: 35.333vw;
    filter: drop-shadow(0px 6px 10px rgba(255, 255, 255, 1));
}