html {
    background-color: #f6f6f6;
}
.store {
    /* padding-top: 80px; */
}
.store .top-bg {
    position: absolute;
    left: 0;
    height: 645px;
    top: -80px;
    background-image: url(/static/png/store-top-bg.png);
    /* background-size: 100% 100%; */
    background-size: 100% auto;
    z-index: 0;
    background-repeat: no-repeat;
}
.store .store-main {
    position: relative;
}
.store .store-main > .title {
    font-size: 36px;
    line-height: 45.72px;
    color: #0045ff;
    font-weight: 700;
    margin-top: 95px;
    margin-bottom: 50px;
}
/* .store .store-main .store-main-btns {
    margin-bottom: 28px;
}
.store .store-main .store-main-btns button {
    color: #000;
    font-size: 16px;
    min-width: 317px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    padding: 0 9px;
    box-sizing: border-box;
}
.store .store-main .store-main-btns button .icon {
    color: #0045ff;
}
.store .store-main .store-main-btns button:not(.active):hover {
    background-color: #dee7ff;
}
.store .store-main .store-main-btns button.active {
    color: #fff;
    background-color: #0045ff;
}
.store .store-main .store-main-btns button.active .icon {
    color: #fff;
} */
.store .store-main .store-main-detail {
    border-radius: 28px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.89) 0%,
        #ffffff 100%
    );
    padding: 34px;
    box-sizing: border-box;
    /* box-shadow: 0 5px 16px -6px #00338657; */
}
.store .store-main .store-main-detail .first {
    margin-bottom: 40px;
}
.store .store-main .store-main-detail .first .product-list {
    flex-wrap: wrap;
    column-gap: 41px;
    row-gap: 24px;
}
.store .store-main .store-main-detail .first .product-list .product-list-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - (41px * 2)) / 3);
    padding: 12px 27px;
    box-sizing: border-box;
    background-image: url(/static/png/store-price-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 16px 0px #142f6a24;
    border-radius: 12px;
}
.store
    .store-main
    .store-main-detail
    .first
    .product-list
    .product-list-item
    .product-name
    span {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.32px;
}

.store
    .store-main
    .store-main-detail
    .first
    .product-list
    .product-list-item
    .product-intro {
    margin-top: 9px;
    width: 100%;
    height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.78px;
    color: #666666;
}
.store
    .store-main
    .store-main-detail
    .first
    .product-list
    .product-list-item
    .product-price {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
.store
    .store-main
    .store-main-detail
    .first
    .product-list
    .product-list-item
    .product-price
    .big {
    font-size: 50px;
}
.store
    .store-main
    .store-main-detail
    .first
    .product-list
    .product-list-item
    .product-buy-btn {
    display: inline-block;
    width: 196px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 38px 10px 38px;
    border-radius: 10px;
    background: #0045ff;
    color: #fff;
}
/* .store .store-main .store-main-detail .first .price .tip {
    height: 24px;
    line-height: 24px;
}
.store .store-main .store-main-detail .first .price .select {
    color: #134db8;
    width: 234px;
    height: 32px;
    line-height: 32px;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .el-select__wrapper {
    border-radius: 0;
    box-shadow: none;
    background-color: #d6e5ff;
    border: solid 1px #0045ff;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .el-select__wrapper
    .el-select__selected-item {
    color: #134db8;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .el-select__wrapper
    .el-select__suffix {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    /* background-color: #b1ccfc; 
}*/
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .el-select__wrapper
    .el-select__suffix
    .el-select__caret {
    color: #00f;
}
.store .store-main .store-main-detail .first .price .select .el-popper {
    border-radius: 0;
    color: #134db8;
    box-shadow: none;
    border-color: #0045ff;
    border-top: none;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .el-popper
    .el-popper__arrow {
    display: none;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .el-popper
    .el-select-dropdown__list {
    padding: 0;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .el-popper
    .el-select-dropdown__list
    .el-select-dropdown__item {
    color: #134db8;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .popperBox
    .el-select-dropdown__item.is-selected {
    background-color: #ccdfff;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .popperBox
    .el-select-dropdown__item.is-hovering,
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .popperBox
    .el-select-dropdown__item:not(.is-selected):hover {
    background-color: #e3eeff;
}
.store
    .store-main
    .store-main-detail
    .first
    .price
    .select
    .popperBox
    .el-popper__arrow {
    display: none;
}
.store .store-main .store-main-detail .first .price button {
    /* margin-top: 24px !important; */
}
.store .store-main .store-main-detail .first button {
    margin-top: auto;
    width: 175px;
    height: 49px;
    color: #fff;
    background-color: #0045ff;
}
.store .store-main .store-main-detail .first button:hover {
    background-color: #396fff;
}
.store .store-main .store-main-detail .second ul > li {
    margin-bottom: 18px;
}
.store .store-main .store-main-detail .second .title {
    margin-top: 40px;
}
.store .store-main .store-main-detail .second .tips .sku-pro {
    margin-top: 2px;
    margin-left: 60px;
    width: 392px;
    height: 272px;
}
*/ .store .store-main .store-main-detail .sprite {
    width: 670px;
    height: 174px;
}
.store .store-main .store-main-detail .promise-tips {
    margin-top: 20px;
    padding: 24px 27px;
    background: #f9faff;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #0045ff33;
    line-height: 21px;
}
.store .store-main .store-main-detail .statement .title {
    margin-top: 40px;
}
.store .store-main .store-main-detail .statement ul > li {
    margin-bottom: 18px;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.17px;
    text-align: left;
}
.store .store-main .store-main-detail .statement .function {
    margin-top: 36px;
}
.store .store-main .store-main-detail .statement .function .item img {
    width: 52px;
    height: 52px;
}
.store .saying {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.store .saying .title {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 4px solid #0045ff;
}
.store .saying .el-carousel,
.store .saying .el-carousel__container {
    width: 100%;
}
.store .saying .el-carousel .el-carousel__indicators--outside button,
.store
    .saying
    .el-carousel__container
    .el-carousel__indicators--outside
    button {
    width: 52px;
    height: 5px;
}
.store .saying .el-carousel .el-carousel__indicator.is-active button,
.store
    .saying
    .el-carousel__container
    .el-carousel__indicator.is-active
    button {
    background-color: #0045ff;
}
.store .saying .swiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 52px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet:only-child {
    display: block !important;
    background-color: #f0f1f3;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0045ff !important;
}
.store .saying .user {
    position: relative;
    padding: 0 195px 0 196px;
    margin-top: 99px;
    height: 257px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 6px 16px -2px #0051d733;
}
.store .saying .user:before {
    position: absolute;
    left: 40px;
    top: 35px;
    content: "";
    width: 122px;
    height: 117px;
    background-image: url("data:image/svg+xml,%3csvg%20width='122'%20height='117'%20viewBox='0%200%20122%20117'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2067.08C0%2052%203.39979%2039%2010.1994%2028.08C16.9989%2016.9%2028.3751%207.54001%2044.328%200L55.7042%2019.5C43.4127%2025.22%2034.6517%2031.59%2029.4212%2038.61C24.4523%2045.63%2021.9678%2055.12%2021.9678%2067.08H50.2122V117H0V67.08ZM66.2958%2067.08C66.2958%2052%2069.6956%2039%2076.4952%2028.08C83.2947%2016.9%2094.671%207.54001%20110.624%200L122%2019.5C109.708%2025.22%20100.947%2031.59%2095.717%2038.61C90.7481%2045.63%2088.2637%2055.12%2088.2637%2067.08H116.508V117H66.2958V67.08Z'%20fill='%23F6F6F6'/%3e%3c/svg%3e");
    background-size: 100% 100%;
}
.store .saying .user img {
    margin-top: -60px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.store .saying .user span {
    color: #000;
    margin-top: 16px;
    font-weight: 500;
}
.store .saying .user p {
    margin-top: 39px;
    color: #333;
    text-align: center;
}
.store .customers-map {
    padding-top: 114px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
}
.store .customers-map .title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.store .customers-map img {
    width: 624px;
    height: 357px;
    margin-right: 72px;
}
.store .customers-map .des {
    padding: 24px 0;
    box-sizing: border-box;
    height: 357px;
    font-size: 18px;
    color: #333;
}
.store .certification {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #f9faff;
}
.store .certification .title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
}
.store .certification .imgs span {
    width: 235px;
    height: 201px;
    /* padding: 10px 45.5px; */
    border-right: 1px solid #cdcdcd;
}
.store .certification .imgs span:last-of-type {
    border-right: 0;
}
.store .certification .imgs span img {
    width: auto;
    height: 181px;
}
.trust {
    background-color: #fff !important;
}
/* 手机 */
@media (max-width: 767.98px) {
    .store {
        padding: 0;
    }
    .store .top-bg {
        background-position: 0 60px;
        height: 345px;
        background-size: 100% 100%;
    }
    .store .store-main > .title {
        text-align: center;
        font-size: 24px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    /* .store .store-main .store-main-detail {
        height: auto;
    }
    .store .store-main .store-main-btns button {
        width: 170px;
        min-width: auto;
        height: 48px;
        line-height: 18px;
    }
    .store .store-main .store-main-btns button .icon {
        width: 22px;
        height: 22px;
    }
    .store .store-main .store-main-btns .btns-name {
        font-size: 14px;
        flex: 1;
    } */
    .store .store-main .store-main-detail .first {
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        row-gap: 12px;
    }
    .store
        .store-main
        .store-main-detail
        .first
        .product-list
        .product-list-item {
        padding: 12px;
        width: 100%;
    }
    .store
        .store-main
        .store-main-detail
        .first
        .product-list
        .product-list-item
        .product-price {
        font-size: 12px;
        font-weight: 700;
    }
    .store
        .store-main
        .store-main-detail
        .first
        .product-list
        .product-list-item
        .product-price
        .big {
        font-size: 32px;
        font-weight: 400;
    }
    .store .store-main .store-main-detail .sprite {
        width: 100%;
        height: auto;
        margin-top: 12px;
    }
    .store .store-main .store-main-detail .promise-tips {
        margin-top: 12px;
        padding: 8px;
        font-size: 10px;
    }
    .store .store-main .store-main-detail .statement .function {
        flex-wrap: wrap;
        margin-top: 24px;
        row-gap: 16px;
    }
    .store .store-main .store-main-detail .statement ul > li {
        align-items: flex-start;
    }
    .store .store-main .store-main-detail .statement ul > li img {
        margin-top: 3px;
    }
    .store .store-main .store-main-detail .statement .function .item {
        width: calc((100% - 14px) / 2);
        flex-direction: row;
        font-size: 12px;
        align-items: center;
    }
    .store .store-main .store-main-detail .statement .function .item img {
        width: 28px;
        height: 32px;
        margin-right: 6px;
        margin-bottom: 0;
    }
    .store .saying {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .store .saying .saying-swiper {
        padding-bottom: 20px !important;
    }
    .store .saying .saying-swiper .swiper-pagination {
        top: 205px !important;
    }
    .store .saying .swiper .swiper-pagination-bullet {
        width: 37px;
        height: 3px;
    }
    .store .saying .title {
        font-size: 16px;
    }
    .store .saying .user {
        padding: 0px 8px;
        margin-top: 40px;
        height: 149px;
    }
    .store .saying .user:before {
        top: 14px;
        left: 15px;
        width: 33px;
        height: 32px;
    }
    .store .saying .user span {
        margin-top: 6px;
        font-size: 12px;
    }
    .store .saying .user p {
        margin-top: 12px;
        font-size: 14px;
    }
    .store .saying .user img {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .store .customers-map {
        padding: 30px 0;
    }
    .store .customers-map .title {
        padding: 0 72px;
        font-size: 16px;
    }
    .store .customers-map .map-des {
        display: block;
        font-family: Microsoft YaHei UI;
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .store .customers-map img {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .store .customers-map .des {
        display: none;
    }
    .store .customers-map .map-mark {
        margin-top: 8px;
        color: #666666;
        display: block;
        font-family: Microsoft YaHei UI;
        font-size: 10px;
        text-align: right;
    }
    .store .certification {
        padding-top: 30px;
        padding-bottom: 27px;
    }
    .store .certification .title {
        font-family: Microsoft YaHei UI;
        font-size: 16px;
    }
    .store .certification .imgs {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    .store .certification .imgs span {
        width: calc(100% / 3);
        height: 110px;
    }
    .store .certification .imgs span img {
        height: 100%;
        width: auto;
    }
    .store .certification .certification-tag {
        font-size: 12px;
    }
}
