.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.max-size{
    font-size: 100px !important;
}
@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    aspect-ratio: 1;
    background: #ffffff;
}

.ymwl-close{
    max-width: 0.4rem ;
    max-height: 0.4rem;
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.zoomImg img {
    width: 100%;
}

.zoomImg:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.zoomImg:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item:hover .zoomImg:before,
a:hover .zoomImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.item:hover .zoomImg img,
a:hover .zoomImg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

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

html {
    font-size: 1rem;
    scroll-behavior: smooth;
}

body {
    font-size: 0.16rem;
    line-height: 1.437em;
    color: #222;
    -webkit-text-size-adjust: none;
    opacity: 0;
    /*font-family: "Source Han Sans";*/
    -webkit-font-smoothing: antialiased;
    background: #f9f9f9;
}

body.show {
    opacity: 1;
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #f49d1a;
    outline: none;
}

li {
    list-style: outside none;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 0.16rem;
}

h2 {
    font-size: 0.24rem;
}

h3,
h4,
h5 {
    font-size: 0.16rem;
}

textarea,
input {
    background: rgba(0,0,0,0);
    font-size: 0.12rem;
    color: #222;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    object-fit: cover;
    width: 100%;
}

.wal {
    /*max-width: 14.4rem;*/
    margin: 0 auto;
    font-size: .16rem;
}

@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.woff2?t=1713190491761") format("woff2"),url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.woff?t=1713190491761") format("woff"),url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.ttf?t=1713190491761") format("truetype");
}

.g-head {
    padding-top: 0.31rem;
}

.g-head .top {
    background: url(../../img/supplier/top.png) center no-repeat;
    background-size: auto 100%;
    height: 0.31rem;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
}

.g-head .head {
    background: #fff;
    position: relative;
    z-index: 49;
}

.g-head .head .wal {
    height: 1.36rem;
    position: relative;
}

.g-head .head .logo {
    width: 2.48rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.g-head .head .search {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.3rem;
    background: #ebebed;
    width: 7.85rem;
    height: 0.35rem;

    display: flex;

    align-items: center;
    padding-left: 0.16rem;
}

.g-head .head .search .select {

    flex-shrink: 0;
    position: relative;
    padding-right: 0.28rem;
}

.g-head .head .search .select::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.14rem;
    transform: translateY(-50%);
    width: 1px;
    height: 0.14rem;
    background: #bbb;
}

.g-head .head .search .select .name {

    display: flex;

    align-items: center;
    height: 0.35rem;
    font-size: 0.14rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 0 0 0.16rem;
}

.g-head .head .search .select .name::after {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: url(../../img/supplier/select5.svg) center no-repeat;
    background-size: 100%;
    margin-left: 0.1rem;
}

.g-head .head .search .select .select-layer {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 0.2rem;
    width: 1.6rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.g-head .head .search .select .select-layer dl {
    position: relative;
    border-radius: 0.1rem;
    padding: 0.1rem;
    background: #fff;
    -webkit-filter: drop-shadow(0 1px 0.3rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 0.3rem rgba(0, 0, 0, 0.1));
}

.g-head .head .search .select .select-layer dl::before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -0.06rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.g-head .head .search .select .select-layer dd {
    margin-bottom: 0.1rem;

    display: flex;

    align-items: center;
    position: relative;
    padding: 0 0.1rem;
    height: 0.34rem;
    border-radius: 0.04rem;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 0.14rem;
    font-weight: 500;
    cursor: pointer;
}

.g-head .head .search .select .select-layer dd:last-child {
    margin-bottom: 0;
}

.g-head .head .search .select .select-layer dd:hover,
.g-head .head .search .select .select-layer dd.on {
    background: #f5f5f5;
    color: #f49d1a;
}

.g-head .head .search .select.show .select-layer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.g-head .head .search .input {
    padding-right: 0.42rem;
    width: 100%;
}

.g-head .head .search .input input::-webkit-input-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input input::-moz-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input input:-moz-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input input:-ms-input-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input textarea::-webkit-input-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input textarea::-moz-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input textarea:-moz-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input textarea:-ms-input-placeholder {
    color: #b8b8b8;
}

.g-head .head .search .input input {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.14rem;
}

.g-head .head .search .submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.42rem;
    background: url(../../img/supplier/search18.svg) center no-repeat;
    background-size: 0.18rem;
    cursor: pointer;
}

.g-head .head .side {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.79rem;
    background: url(../../img/supplier/img279.png) center no-repeat;
    background-size: 100%;
}

@media screen and (min-width: 992px) {
    .g-head .g-nav {
        background: #2d2d2d;
        box-shadow: 0 0.06rem 0.1rem rgba(0,0,0,.12);
        position: relative;
        z-index: 48;
    }

    .g-head .g-nav .wal {
        height: 0.47rem;
        position: relative;
    }

    .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .g-head .g-nav li {
        margin-right: 0.2rem;
    }

    .g-head .g-nav li>a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 0.47rem;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.14rem;
    }

    .g-head .g-nav li>a i {
        margin-left: 0.04rem;
        width: 0.11rem;
        height: 0.11rem;
        background: url(../../img/supplier/arrow11.svg) center no-repeat;
        background-size: 100%;
    }

    .g-head .g-nav li>a:hover,
    .g-head .g-nav li>a.on {
        color: #f49d1a;
    }

    .g-head .g-nav .btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2.23rem;
        background: url(../../img/supplier/btn223.png) center no-repeat;
        background-size: 100% 100%;
        font-size: 0.14rem;
        font-weight: bold;
        text-shadow: 0 0.02rem 0.02rem rgba(0,0,0,.3);
    }
}

@media screen and (max-width: 992px) {
    .g-head {
        padding: 0;
        height: 1.2rem;
    }

    .g-head .top {
        display: none;
    }

    .g-head .head {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        box-shadow: 0 0 0.1rem rgba(0,0,0,.12);
    }

    .g-head .head .wal {
        height: 1.2rem;
    }

    .g-head .head .search {
        position: fixed;
        z-index: 55;
        left: 50%;
        width: 6.8rem;
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        transform: translate(150%, 0);
        top: 100%;
        margin-top: -1.2rem;
        border-radius: 0.4rem;
        height: 0.8rem;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 0;
        pointer-events: none;
    }

    .g-head .head .search .select {
        padding-right: 0.4rem;
    }

    .g-head .head .search .select::after {
        right: 0.2rem;
        height: 0.24rem;
    }

    .g-head .head .search .select .name {
        height: 0.8rem;
        font-size: 0.24rem;
    }

    .g-head .head .search .select .name::after {
        width: 0.16rem;
        height: 0.16rem;
    }

    .g-head .head .search .select .select-layer {
        top: auto;
        bottom: 100%;
        padding: 0 0 0.2rem 0;
        width: 2.6rem;
    }

    .g-head .head .search .select .select-layer dl::before {
        top: 100%;
        margin-top: -0.1rem;
    }

    .g-head .head .search .select .select-layer dd {
        padding: 0 0.18rem;
        height: 0.54rem;
        font-size: 0.24rem;
    }

    .g-head .head .search .input {
        padding-right: 1rem;
    }

    .g-head .head .search .input input {
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.24rem;
    }

    .g-head .head .search .submit {
        width: 1rem;
        background-size: 0.28rem;
    }

    .g-head .head .side {
        right: 0.8rem;
    }

    .g-head .navA {
        position: absolute;
        z-index: 5;
        top: 0;
        right: -0.3rem;
        bottom: 0;
        width: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "iconfont";
        font-size: 0.28rem;
    }

    .g-head .navA::after {
        content: "";
    }

    .g-head .g-nav {
        position: fixed;
        z-index: 45;
        left: 0;
        top: 1.2rem;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .g-head .g-nav li {
        border-bottom: #eee solid 1px;
    }

    .g-head .g-nav a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 0.9rem;
        font-size: 0.28rem;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 992px) {
    body {
        font-size: 0.24rem;
        line-height: 1.6em;
    }

    body.navShow .g-head .search {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
        pointer-events: auto;
    }

    body.navShow .g-head .navA::after {
        content: "";
    }

    body.navShow .g-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 0.5rem;
    }

    /*.wal,*/
    /*.wal-1200 {*/
    /*  margin: 0 .6rem;*/
    /*}*/

    body.navShow {
        overflow: hidden;
    }
}

@media screen and (max-width: 550px) {
    /*.wal,*/
    /*.wal-1200 {*/
    /*  margin: 0 .3rem;*/
    /*}*/
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-curr {

    display: flex;

    align-items: center;
    padding: 0.3rem 0;
    font-size: 0.14rem;
    color: #c5c5c5;
}

.page-curr a {
    display: block;
    position: relative;
    margin-right: 0.2rem;
    line-height: 1em;
}

.page-curr a::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0.2rem;
    text-align: center;
    content: ">";
    color: #333;
}

.none_province{
    display: none;
}

@media screen and (max-width: 992px) {
    .page-curr-new {
        width: 100%;
        line-height: 1.5;
        max-height: 5em;
        overflow: hidden;
        border: 1px solid #eee;
        padding: 5px 15px;
        font-size: 0.24rem;
        color: #c5c5c5;
    }

    .page-curr-new .span-content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-curr-new .span-content a {
        color: #333;
        text-decoration: none;
        white-space: nowrap;
    }
    .page-curr-new .span-content a:after {
        content: ">";
        margin: 0 4px;
        color: #333;
    }
    /*.page-curr {*/
    /*    font-size: 0.24rem;*/
    /*    -webkit-flex-wrap: wrap;*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*    !*gap: 0.1rem 0;*!*/
    /*    margin-top: 2px;*/
    /*}*/

    /*.page-curr a {*/
    /*    margin-right: 0.3rem;*/
    /*}*/

    /*.page-curr span {*/
    /*    white-space: nowrap; !* 禁止换行 *!*/
    /*    overflow: hidden; !* 隐藏溢出内容 *!*/
    /*    text-overflow: ellipsis; !* 显示省略号 *!*/
    /*    !*flex: 1; *!*/
    /*}*/

    /*.page-curr a::after {*/
    /*    width: 0.3rem;*/
    /*}*/
}

.page-title {
    padding: 1rem 0 0.4rem 0;
    text-align: center;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    align-items: center;
}

.page-title h2 {
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.page-title::after {
    content: "";
    width: 2.6rem;
    height: 0.17rem;
    background: url(../../img/supplier/page-title.svg) center bottom no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 992px) {
    .page-title h2 {
        font-size: 0.32rem;
    }
}

.p-more {
    font-weight: 500;
    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.3rem;
    background: #f49d1a;
}

.p-more:hover {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .p-more {
        width: 2rem;
        height: 0.6rem;
    }
}

.p-control {
    padding: 0 1.23rem;

    display: flex;

    align-items: center;
}

.p-control .line {
    width: 100%;
    height: 1px;
    position: relative;
    background: #d7d7d7;
}

.p-control .line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #2c2c2c;
    width: var(--w, 50%);
}

.p-control .arrow {

    flex-shrink: 0;

    display: flex;
}

.p-control .arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.16rem;
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
    border-radius: 50%;
    font-family: "iconfont";
}

.p-control .arrow a::after {
    transform: scale(0.8);
}

.p-control .arrow a.prev::after {
    content: "";
}

.p-control .arrow a.next::after {
    content: "";
}

.p-control .arrow a:hover {
    background: #f49d1a;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .p-control .arrow a {
        width: 0.4rem;
        height: 0.4rem;
        margin-left: 0.2rem;
    }
}

@media screen and (max-width: 992px) {
    .p-control {
        padding: 0 0.3rem;
    }
}

.p-arrow a {

    display: flex;

    align-items: center;

    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    background: #ebebed;
    border-radius: 50%;
    font-family: "iconfont";
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.p-arrow a::after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.p-arrow a.prev {
    left: 0.6rem;
}

.p-arrow a.prev::after {
    content: "";
}

.p-arrow a.next {
    right: 0.6rem;
}

.p-arrow a.next::after {
    content: "";
}

.p-arrow a:hover {
    background: #f49d1a;
    color: #fff;
}

.index-contact {
    padding-bottom: 0.04rem;
}

.index-contact .wal {
    background: #fff;
    border-top: #f49d1a solid 0.04rem;
    min-height: 2.8rem;
    padding: 0.3rem;

    display: flex;

    align-items: center;
}

.index-contact ._cont {
    width: 38%;
    min-height: 2.2rem;
    background: url(../../img/supplier/img583.png) center no-repeat;
    background-size: cover;

    flex-shrink: 0;
    padding: 0.3rem;
}

.index-contact ._cont .hd {

    display: flex;

    align-items: center;
}

.index-contact ._cont .hd .img {
    padding: 0.05rem;
    width: 0.9rem;
    border-radius: 50%;

    flex-shrink: 0;
    background: rgba(255,255,255,.2);
}

.index-contact ._cont .hd .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.index-contact ._cont .hd .col {
    width: 100%;
    color: #fff;
    padding-left: 0.2rem;
}
.business_scope{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px
}

.business_scope:hover {
    overflow: visible;
    white-space: break-spaces;
}

.index-contact ._cont .hd .col h2 {
    font-size: 0.24rem;
    line-height: 0.35rem;
    text-transform: uppercase;
}

.index-contact ._cont .hd .col p {
    margin-top: 0.05rem;
    color: rgba(255,255,255,.8);
}

.index-contact ._cont .btns {

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.05rem;
    margin-top: 0.3rem;
}

.index-contact ._cont .btns a {

    display: flex;
    font-size: 12px;
    align-items: center;

    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.5);
    -webkit-backdrop-filter: blur(0.03rem);
    backdrop-filter: blur(0.03rem);
    width: 2.5rem;
    height: 0.4rem;
}

.index-contact ._cont .btns a img {
    width: 0.2rem;
    margin-right: 0.1rem;
}

.index-contact ._cont .btns a:hover {
    background: #f49d1a;
    border-color: #f49d1a;
}

.index-contact .list {
    width: 62%;
    padding-left: 0.5rem;
}

.index-contact .list ul {

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-contact .list li {
    width: 50%;
    padding: 0.15rem 0;
    font-size: 0.18rem;
}

.index-contact .list li .item {

    display: flex;

    align-items: center;
}

.index-contact .list li .business_scope {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-contact .list li .item .tips {
    width: 0.18rem;
    margin-left: 0.2rem;
    position: relative;
}

.index-contact .list li .item .tips .tips-layer {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 0.1rem;
    background: #000;
    color: #fff;
    white-space: nowrap;
    padding: 0.1rem 0.15rem;
    border-radius: 0.05rem;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    font-size: 0.14rem;
}

.index-contact .list li .item .tips .tips-layer::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.06rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 0.12rem;
    height: 0.12rem;
    background: #000;
    z-index: -1;
}

.index-contact .list li .item .tips:hover .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index-contact .list li .item .tips:hover .tips-layer {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 992px) {
    .index-contact {
        padding-bottom: 0.08rem;
    }

    .index-contact .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-contact ._cont {
        width: 100%;
    }

    .index-contact ._cont .hd .img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .index-contact ._cont .hd .col h2 {
        font-size: 0.26rem;
    }

    .index-contact ._cont .hd .col p {
        font-size: 0.2rem;
        line-height: 1.4em;
    }

    .index-contact ._cont .btns a {
        width: calc(50% - 0.15rem);
        height: 0.6rem;
    }

    .index-contact ._cont .btns a img {
        width: 0.26rem;
    }

    .index-contact .list {
        width: 100%;
        padding: 0.3rem 0 0 0;
    }

    .index-contact .list li {
        width: 100%;
        font-size: 0.24rem;
        padding: 0.1rem 0;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .index-contact .list li .item .tips {
        width: 0.24rem;
    }

    .index-contact .list li .item .tips .tips-layer {
        font-size: 0.2rem;
    }
}

.index-nav .wal {
    border-radius: 0 0 0.1rem 0.1rem;
    background: #fff;
    padding: 0.3rem;
}

.index-nav ul {
    border-top: #fac423 solid 1px;
    border-bottom: #fac423 solid 1px;

    display: flex;
}

.index-nav li {
    margin-right: 0.8rem;
}

.index-nav li a {

    display: flex;

    align-items: center;
    height: 0.57rem;
    text-transform: uppercase;
    position: relative;
}

.index-nav li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0.04rem;
    bottom: -0.02rem;
    background: #fa9223;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-nav li a:hover::before,
.index-nav li a.on::before {
    width: 100%;
}

.index-nav li a.on {
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .index-nav {
        display: none;
    }

    .index-nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.1rem 0;
        padding: 0.2rem 0;
    }

    .index-nav li a {
        height: 0.7rem;
    }
}

.index-company-profile .content {
    color: #666;
    line-height: 2em;
    padding-bottom: 0.2rem;
    font-size: 18px;
}

.index-product {
    padding-bottom: 1rem;
}

.index-product .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-product .list .list-wrapper {
    margin-right: -0.4rem;
}

.index-product .list li {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

.index-product .list li .bd {
    position: relative;
    height: 1.04rem;
    padding: 0.2rem 5px 0 0;
    font-size: 12px;
}

.index-product .list li .bd .name {
    line-height: 0.22rem;
    height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-product .list li .bd .like-btn {
    width: 0.18rem;
    height: 0.18rem;
    background: url(../../img/supplier/like.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: -25px;
    cursor: pointer;
}

.index-product .list li .bd .like-btn:hover,
.index-product .list li .bd .like-btn.on {
    background-image: url(../../img/supplier/likeon.svg);
}

@media screen and (max-width: 992px) {
    .index-product .list li .bd {
        height: 1.4rem;
    }

    .index-product .list li .bd .name {
        line-height: 0.32rem;
        height: 0.64rem;
    }

    .index-product .list li .bd .like-btn {
        width: 0.24rem;
        height: 0.32rem;
    }
}

.index-company-certificates .more,
.index-product .more {
    margin-top: 0.6rem;

    display: flex;
    font-size: 18px;
    justify-content: center;
}

.noneCertificates{
    display: none;
}

.index-video {
    background: url(../../img/supplier/index-video.jpg) center no-repeat;
    background-size: cover;
    min-height: 7.32rem;
    color: #fff;
}

.index-video .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-video .list .list-wrapper {
    margin-right: -0.4rem;
}

.index-video .list li {
    padding-right: 0.4rem;
}

.index-video .list li .zoomImg {
    position: relative;
}

.index-video .list li .zoomImg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../../img/supplier/video-btn.svg) center no-repeat;
    background-size: 0.92rem;
    cursor: pointer;
    z-index: 5;
}

.index-video .p-control {
    margin-top: 0.4rem;
}

.index-video .p-control .line {
    background: rgba(255,255,255,.3);
}

.index-video .p-control .line::before {
    background: #fff;
}

@media screen and (max-width: 992px) {
    .index-video {
        min-height: 5.6rem;
    }
}

.index-company-certificates {
    padding-bottom: 1rem;
}

.index-company-certificates .list ul {
    margin-left: -0.4rem;

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0.4rem;
}

.index-company-certificates .list li {
    width: 25%;
    padding: 0 0 0.4rem 0.4rem;
}

.index-company-certificates .list li a {
    display: block;
    background: #fff;
}

.index-company-certificates .list li a .name {
    background: #ffa70f;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    padding: 0 0.2rem;
    color: #333;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .index-company-certificates .list li {
        width: 50%;
    }

    .index-company-certificates .list li a .name {
        padding: 0 0.1rem;
        height: 0.72rem;
        line-height: 0.72rem;
    }
}

.guess-you-like .list {
    position: relative;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.guess-you-like .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.guess-you-like .list li {
    padding: 0 0.2rem;
}

.guess-you-like .list li a {
    display: block;
}

.guess-you-like .list li a .name {
    margin-top: 0.2rem;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    .guess-you-like .list {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

    .guess-you-like .list li {
        padding: 0 0.1rem;
    }

    .guess-you-like .arrow {
        display: none;
    }
}

.selected-for-you {
    padding-bottom: 1rem;
}

.selected-for-you .list {
    position: relative;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    margin-top: -0.1rem;
}

.selected-for-you .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.selected-for-you .list li {
    padding: 0.1rem 0.2rem 0 0.2rem;
}

.selected-for-you .list li a {
    display: block;
}

.selected-for-you .list li a .zoomImg {
    background: #fff;
    box-shadow: 0 0 0.04rem 0 rgba(0,0,0,.1);
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
}

.selected-for-you .list li a .name {
    margin-top: 0.1rem;
    text-align: center;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.selected-for-you .arrow a {
    margin-top: -0.2rem;
}

.product-detail {
    min-height: 30rem;
    position: relative;
    /*margin-top: 0.5rem !important;*/

    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .selected-for-you .list {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

    .selected-for-you .list li {
        padding: 0 0.1rem;
    }
    .product-detail{
        min-height: unset;
    }
    .selected-for-you .arrow {
        display: none;
    }
}



.product-detail>.side {
    width: 5.4rem;
    min-height: 7.37rem;
    background: #fff;
    padding: 0.3rem;
    position: sticky;
    top: 1rem;
    right: 0;
    opacity: 1 !important;
    transform: unset;
}

.product-detail>.side .title {
    font-weight: 500;
    font-size: 0.24rem;
    line-height: 0.35rem;
}

.product-detail>.side .tags {
    padding: 0.3rem 0;
}

.product-detail>.side .tags dl {

    display: flex;
    margin-left: -0.2rem;
    margin-bottom: -0.2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-detail>.side .tags dd {
    padding: 0 0 0.2rem 0.2rem;
}

.product-detail>.side .tags dd div {

    display: flex;

    align-items: center;
    padding: 0 0.2rem;
    height: 0.4rem;
    background: #f5f5f5;
    font-size: 0.14rem;
    color: #666;
}

.product-detail>.side .tags dd div:hover {
    background-color: #ffe869;
}

.product-detail>.side .price {

    display: flex;

    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0.8rem;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    color: #666;
}

.product-detail>.side .price b {
    font-size: 0.2rem;
    color: #e21818;
}

.product-detail>.side .price .ask_money {
    margin-right: 50px;
}

.product-detail>.side .price.vip {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.2rem 0;
    height: auto;
}

.product-detail>.side .price.vip dl {
    width: 100%;

    display: flex;
    margin-top: 0.06rem;
}

.product-detail>.side .price.vip dl dd {
    margin-right: 0.1rem;

    display: flex;

    align-items: center;
    padding: 0 0.1rem;
    height: 0.25rem;
    background: #fecc77;
    font-size: 0.12rem;
    font-weight: 500;
    color: #2c2c2c;
}

.product-detail>.side .quantity {

    display: flex;

    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    color: #666;
}

.product-detail>.side .quantity .number {

    display: flex;

    align-items: center;
}

.product-detail>.side .quantity .number .input {
    margin: 0 0.04rem;
    border: 1px solid #dcdcdc;
    border-radius: 0.03rem;
    width: 0.8rem;
    height: 0.4rem;
    overflow: hidden;
    position: relative;
}

.product-detail>.side .quantity .number .input input {
    width: 100%;
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.18rem;
    text-align: center;
}

.product-detail>.side .quantity .number .input input[type=number]::-webkit-outer-spin-button,
.product-detail>.side .quantity .number .input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail>.side .quantity .number .input input[type=number] {
    -moz-appearance: textfield;
}

.product-detail>.side .quantity .number .jian,
.product-detail>.side .quantity .number .jia {
    border: 1px solid #dcdcdc;
    border-radius: 0.03rem;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    background: url(../../img/supplier/img18_1.svg) center no-repeat;
    background-size: 0.18rem;
}

.product-detail>.side .quantity .number .jian:hover,
.product-detail>.side .quantity .number .jia:hover {
    background-color: #ffe869;
    border-color: #ffe869;
}

.product-detail>.side .quantity .number .jia {
    background-image: url(../../img/supplier/img18_2.svg);
}

.product-detail>.side .submit_btn {

    display: flex;

    align-items: center;

    justify-content: center;
    cursor: pointer;
    color: #2c2c2c;
    font-weight: 500;
    background: #ffe869;
    height: 0.5rem;
    -webkit-transition: .5s;
    transition: .5s;
}

.product-detail>.side .submit_btn img {
    width: 0.22rem;
    margin-right: 0.1rem;
}

.product-detail>.side .submit_btn:hover {
    background: #f49d1a;
}

.product-detail>.side>.btns {

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 0 0.3rem 0;
}

.product-detail>.side>.btns a {

    display: flex;

    align-items: center;

    justify-content: center;
    width: calc(50% - 0.05rem);
    height: 0.5rem;
    border: 1px solid #d7d7d7;
    color: #2c2c2c;
}

.product-detail>.side>.btns a img {
    width: 0.2rem;
    margin-right: 0.06rem;
}

.product-detail>.side>.btns a:hover {
    background: #ffe869;
    border-color: #ffe869;
}

.product-detail>.side ._cont {
    background: #f5f5f5;
    min-height: 1.76rem;
    padding: 0.2rem;
}

.product-detail>.side ._cont .hd {

    display: flex;

    align-items: center;
    padding-bottom: 0.3rem;
}

.product-detail>.side ._cont .hd .img {
    width: 0.6rem;

    flex-shrink: 0;
    margin-right: 0.1rem;
}

.product-detail>.side ._cont .hd .img img {
    width: 100%;
    height: 0.6rem;
    border-radius: 50%;
}

.product-detail>.side ._cont .hd h5 {
    font-size: 0.18rem;
    margin-bottom: 0.06rem;
    line-height: 0.26rem;
}

.product-detail>.side ._cont .hd p {

    width: fit-content;
    height: 0.28rem;

    display: flex;

    align-items: center;
    padding: 0 0.08rem;
    background: #fff;
    font-size: 0.14rem;
    color: #666;
}

.product-detail>.side ._cont .btns {

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-detail>.side ._cont .btns a {

    display: flex;

    align-items: center;

    justify-content: center;
    width: calc(50% - 0.1rem);
    height: 0.46rem;
    border: 1px solid #333;
    font-weight: 500;
}

.product-detail>.side ._cont .btns a:hover,
.product-detail>.side ._cont .btns a.on {
    background: #333;
    color: #fff;
}

.product-detail>.side ._cont .btns a.on:hover {
    color: #ffe869;
}

.product-detail>.col {
    width: calc(100% - 5.9rem);
}

.product-detail .img-list {

    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-detail .img-list .small-img ,
.product-detail .img-list .small-img1 {
    width: 1rem;
}

.product-detail .img-list .small-img li ,
.product-detail .img-list .small-img1 li {
    margin-bottom: 0.16rem;
    position: relative;
    cursor: pointer;
}

.product-detail .img-list .small-img li:last-child ,
.product-detail .img-list .small-img1 li:last-child {
    margin-bottom: 0;
}

.product-detail .img-list .small-img li::before ,
.product-detail .img-list .small-img1 li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    border: #f49d1a solid 0.02rem;
}

.product-detail .img-list .small-img li.on::before ,
.product-detail .img-list .small-img1 li.on::before {
    opacity: 1;
}
.product-detail .img-list .small-img li.swiper-slide-active::before ,
.product-detail .img-list .small-img1 li.swiper-slide-active::before {
    opacity: 1;
}

.product-detail .img-list .big-img ,
.product-detail .img-list .big-img1 {
    width:calc(100% - 1.5rem);
}

.product-detail h2.title {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    line-height: 0.35rem;
}

.product-detail .overview {
    padding: 0.3rem;
    background: #fff;
    margin-top: 0.5rem;
}

.product-detail .overview .table {
    border: 1px solid #e9e9e9;
    margin-bottom: 0.3rem;
}

.product-detail .overview .table li {
    border-bottom: 1px solid #e9e9e9;

    display: flex;

    align-items: center;
    line-height: 0.26rem;
    color: #000;
}

.product-detail .overview .table li:last-child {
    border-bottom: none;
}

.product-detail .overview .table li .name {
    width: 3rem;
    padding: 0.15rem 0.2rem;

    flex-shrink: 0;
}

.product-detail .overview .table li .value {
    border-left: #e9e9e9 solid 1px;
    padding: 0.15rem 0.2rem;
    background: #fafafa;
    width: 100%;
}

.product-detail .overview .content {
    line-height: 1.7em;
    color: #666;
}

.product-detail .overview .content .img {
    margin-top: 0.2rem;
}

.product-detail .store-recommendations {
    padding: 0.3rem;
    background: #fff;
    margin-top: 0.4rem;
}

.product-detail .store-recommendations .list ul {

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.3rem;
}

.product-detail .store-recommendations .list li {
    width: 50%;
    padding: 0 0 0.3rem 0.4rem;
}

.product-detail .store-recommendations .list li .bd {
    position: relative;
    padding: 0.2rem 0.8rem 0 0;
}

.product-detail .store-recommendations .list li .bd .name {
    line-height: 0.22rem;
    height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-detail .store-recommendations .list li .bd .like-btn {
    width: 0.18rem;
    height: 0.22rem;
    background: url(../../img/supplier/like.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: -25px;
    cursor: pointer;
}

.swiper-slide .like-btn{
    width: 0.18rem;
    height: 0.22rem;
    background: url(../../img/supplier/like.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 180px;
    cursor: pointer;
}

.corporate_info_bottom_item .like-btn{
    width: 0.18rem;
    height: 0.22rem;
    background: url(../../img/supplier/like.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    right: 75px;
    top: 180px;
    cursor: pointer;
}

.swiper-slide .like-btn.vip{
    width: 0.18rem;
    height: 0.22rem;
    background: url(../../img/supplier/like.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 55px;
    cursor: pointer;
}
.guess-you-like,
.selected-for-you{
    background: #ffffff;
    padding: 10px;
}

.vip-content{
    font-size: 18px;
}
.line-2  .like-btn{
    width: 0.18rem;
    height: 0.22rem;
    background: url(../../img/supplier/like.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: -25px;
    cursor: pointer;
}

.corporate_info_bottom_item .like-btn:hover,
.corporate_info_bottom_item .like-btn.on,
.swiper-slide .like-btn:hover,
.swiper-slide .like-btn.on,
.product-detail .store-recommendations .list li .bd .like-btn:hover,
.product-detail .store-recommendations .list li .bd .like-btn.on {
    background-image: url(../../img/supplier/likeon.svg);
}

.product-detail .store-recommendations .list li.on .bd .name a {
    color: #f49d1a;
}

.only-line5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.only-line10{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}



@media screen and (max-width: 992px) {
    .product-detail {
        /*margin-top: 1rem !important;*/
        flex-wrap: wrap;
    }

    .corporate_info_bottom_item .like-btn{
        right: 0;
        top: 80px;
    }

    .product-detail>.side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        position: relative;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-detail>.side .title {
        font-size: 0.32rem;
        line-height: 1.5em;
    }

    .product-detail>.side .tags dd div {
        height: 0.52rem;
        font-size: 0.22rem;
    }

    .product-detail>.side .price {
        height: 1rem;
    }

    .product-detail>.side .price .ask_money {
        margin-right: 55px;
    }

    .product-detail>.side .price b {
        font-size: 0.32rem;
    }

    .product-detail>.side .price.vip {
        padding: 0.3rem 0;
    }


    .product-detail>.side .price.vip dl {
        margin-top: 0.12rem;
    }

    .product-detail>.side .price.vip dl dd {
        height: 0.45rem;
        font-size: 0.22rem;
        padding: 0 0.2rem;
    }

    .product-detail>.side .quantity {
        height: 1rem;
    }

    .product-detail>.side .quantity .number .input {
        margin: 0 0.08rem;
        border-radius: 0.06rem;
        width: 1.4rem;
        height: 0.6rem;
    }

    .product-detail>.side .quantity .number .input input {
        height: 0.58rem;
        line-height: 0.58rem;
        font-size: 0.28rem;
        /*padding-left: 0.28rem;*/
    }

    .product-detail>.side .quantity .number .jian,
    .product-detail>.side .quantity .number .jia {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.28rem;
    }

    .product-detail>.side .submit {
        height: 0.72rem;
    }

    .product-detail>.side .submit img {
        width: 0.28rem;
        margin-right: 0.16rem;
    }


    .product-detail>.side>.btns {
        padding-bottom: 0;
    }

    .product-detail>.side>.btns a {
        height: 0.7rem;
        width: calc(50% - 0.1rem);
    }

    .product-detail>.side>.btns a img {
        width: 0.28rem;
        margin-right: 0.16rem;
    }

    .product-detail>.side ._cont {
        padding: 0.3rem;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 0.3rem;
    }

    .product-detail>.side ._cont .hd .img {
        width: 0.8rem;
        margin-right: 0.2rem;
    }

    .product-detail>.side ._cont .hd .img img {
        height: 0.8rem;
    }

    .product-detail>.side ._cont .hd h5 {
        font-size: 0.28rem;
        margin-bottom: 0.1rem;
        line-height: 1.5;
    }

    .product-detail>.side ._cont .hd p {
        padding: 0 0.12rem;
        height: 0.38rem;
        font-size: 0.2rem;
    }

    .product-detail>.side ._cont .btns a {
        height: 0.66rem;
    }

    .product-detail>.col {
        width: 100%;
        margin-top: 0.5rem;
    }

    .product-detail .img-list .small-img ,
    .product-detail .img-list .small-img1 {
        width: 0.9rem;
    }


    .product-detail h2.title {
        font-size: 0.32rem;
        line-height: 0.48rem;
    }

    .product-detail .overview .table li {
        line-height: 0.36rem;
    }

    .product-detail .overview .table li .name {
        width: 2.4rem;
    }

    .product-detail .store-recommendations .list ul {
        margin-left: -0.3rem;
    }

    .product-detail .store-recommendations .list li {
        padding-left: 0.3rem;
    }

    .product-detail .store-recommendations .list li .bd .name {
        line-height: 0.32rem;
        height: 0.64rem;
    }

    .product-detail .store-recommendations .list li .bd .like-btn {
        height: 0.32rem;
        width: 0.24rem;
    }


}

.you-might-also-like {
    padding-bottom: 1rem;
}

.you-might-also-like .list {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    position: relative;
}

.you-might-also-like .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.you-might-also-like .list li {
    padding: 0 0.2rem 0.4rem 0.2rem;
}

.you-might-also-like .list li a {
    display: block;
}

.you-might-also-like .list li a .name {
    margin-top: 0.2rem;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.you-might-also-like .list .arrow a {
    margin-top: -0.3rem;
}

.you-might-also-like .list .line {
    width: 8.6rem;
    margin: 0 auto;
    height: 1px;
    position: relative;
    background: #d7d7d7;
}

.you-might-also-like .list .line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #2c2c2c;
    width: var(--w, 50%);
}

@media screen and (max-width: 992px) {
    .you-might-also-like .list {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

    .you-might-also-like .list li {
        padding: 0 0.1rem 0.4rem 0.1rem;
    }

    .you-might-also-like .list .arrow {
        display: none;
    }

    .you-might-also-like .list .line {
        width: 80%;
    }
}

.index-vip-head {
    background: url(../../img/supplier/index-vip-head.png) center top no-repeat;
    background-size: cover;
    height: 5.2rem;
    position: relative;
    /*overflow: hidden;*/
    color: #fff;
}

.index-vip-head::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../img/supplier/mask.png) center no-repeat;
    background-size: 100% 100%;
}

.index-vip-head>.wal {
    position: relative;
    z-index: 1;
}

.index-vip-head .page-curr a {
    color: rgba(255,255,255,.5);
}

.index-vip-head .page-curr a::after {
    color: rgba(255,255,255,.5);
}

.index-vip-head .page-curr a:hover {
    color: #f49d1a;
}

.index-vip-head .page-curr span {
    color: #fff;
}

.index-vip-head ._cont {

    display: flex;

    align-items: center;
    margin-top: 1.6rem;
}

.index-vip-head ._cont .img {
    padding: 0.05rem;
    width: 1rem;
    border-radius: 50%;

    flex-shrink: 0;
    background: rgba(255,255,255,.2);
}

.index-vip-head ._cont .img img {
    width: 100%;
    border-radius: 50%;
    height: 0.9rem;
}

.index-vip-head ._cont .col {
    width: 100%;
    color: #fff;
    padding-left: 0.2rem;
}

.index-vip-head ._cont .col h2 {
    font-size: 0.32rem;
    line-height: 0.45rem;
    text-transform: uppercase;
}

.index-vip-head ._cont .col p {
    line-height: 0.28rem;
    color: rgba(255,255,255,.8);
}

.index-vip-head ._cont .btns {

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.05rem;
    margin-left: auto;
    align-self: flex-end;
    flex-shrink: 0;
}

.index-vip-head ._cont .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.1rem;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.5);
    backdrop-filter: blur(0.03rem);
    padding: 0.13rem .33rem;
}

.index-vip-head ._cont .btns a img {
    width: 0.2rem;
    margin-right: 0.1rem;
}

.index-vip-head ._cont .btns a:hover {
    background: #f49d1a;
    border-color: #f49d1a;
}

.index-vip-head .list {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 1.2rem;
    background: rgba(217,217,217,.06);
    backdrop-filter: blur(0.06rem);
    overflow: hidden;
}

.index-vip-head .list::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}

.index-vip-head .list ul {
    display: flex;
    /*margin-left: -0.71rem;*/
    margin-right: -2rem;
}

.index-vip-head .list li {
    padding: 0 0.71rem;

    display: flex;

    align-items: center;
    height: 1.2rem;
    position: relative;
}

.index-vip-head .list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.66rem;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.index-vip-head .list li:last-child::after {
    display: none;
}

.index-vip-head .list li .ico {
    width: 0.66rem;

    flex-shrink: 0;
    margin-right: 0.2rem;
}

.index-vip-head .list li h5 {
    font-size: 0.24rem;
    line-height: 0.41rem;
}

.index-vip-head .list li h4 {
    line-height: 0.41rem;
}

.index-vip-head .list li p {
    opacity: .7;
}

@media screen and (max-width: 992px) {
    .index-vip-head {
        height: 7.6rem;
        margin-top: -1.25rem;
    }

    .index-vip-head .page-curr {
        display: none;
    }

    .index-vip-head ._cont {
        margin-top: 1.2rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 40px;
    }

    .index-vip-head ._cont .img {
        width: 1.2rem;
    }

    .index-vip-head ._cont .img img {
        height: 1.1rem;
    }

    .index-vip-head ._cont .col {
        width: calc(100% - 1.2rem);
    }

    .index-vip-head ._cont .col p {
        font-size: 0.2rem;
    }

    .index-vip-head ._cont .btns {
        margin-left: 1.35rem;
        margin-top: 0.3rem;
        gap: 0.2rem;
    }

    .index-vip-head ._cont .btns a {
        margin-left: 0;
        /*width: 1.6rem;*/
        /*height: 0.6rem;*/
    }

    .index-vip-head ._cont .btns a img {
        width: 0.26rem;
    }

    .index-vip-head .list {
        height: 3rem;
        padding: 0.3rem 0;
    }

    .index-vip-head .list ul {
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-vip-head .list li {
        width: 50%;
        padding: 0;
    }

    .index-vip-head .list li h5 {
        font-size: 0.28rem;
    }

    .business_scope{
        max-width: 80%
    }

    .swiper-slide .like-btn.vip{
        right: 15px;
    }

    .swiper-slide .like-btn.vip_btn{
        right: 15px;
        top: -20px;
    }

    .index-vip-head .list li h4 {
        font-size: 0.2rem;
        line-height: 0.21rem;
    }

    .index-vip-head .list li:nth-child(odd)::after {
        right: 0.4rem;
    }

    .index-vip-head .list li:nth-child(even)::after {
        display: none;
    }
}

.page-vip-head {
    height: 2.8rem;
}

.page-vip-head ._cont {
    margin-top: 0.4rem;
}

@media screen and (max-width: 992px) {
    .page-vip-head {
        height: 3.5rem;
    }

    .page-vip-head ._cont {
        margin-top: 0.6rem;
    }

    .page-vip-head ._cont .btns a {
        width: 2rem;
    }
}

.index-nav-fixed .wal,
.index-nav-vip .wal {
    padding-left: 0.3rem;

    display: flex;

    align-items: center;
}

@media screen and (min-width: 992px) {
    .index-nav-fixed .wal ul,
    .index-nav-vip .wal ul {
        display: flex;
    }

    .index-nav-fixed .wal li,
    .index-nav-vip .wal li {
        margin-right: 0.4rem;
    }
}

.index-nav-fixed .wal li a,
.index-nav-vip .wal li a {

    display: flex;

    align-items: center;
    height: 0.7rem;
    text-transform: uppercase;
    position: relative;
}

.index-nav-fixed .wal li a::before,
.index-nav-vip .wal li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0.04rem;
    bottom: -1px;
    background: #fa9223;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-nav-fixed .wal li a:hover::before,
.index-nav-fixed .wal li a.on::before,
.index-nav-vip .wal li a:hover::before,
.index-nav-vip .wal li a.on::before {
    width: 100%;
}

.index-nav-fixed .wal li a.on,
.index-nav-vip .wal li a.on {
    font-weight: bold;
}

.index-nav-fixed .wal .side,
.index-nav-vip .wal .side {
    margin-left: auto;

    display: flex;

    align-items: center;
}

.index-nav-fixed .wal .side .btn-1,
.index-nav-vip .wal .side .btn-1 {

    display: flex;

    align-items: center;
    margin-right: 0.14rem;
    padding: 0 0.1rem;
    border-radius: 0.2rem;
    background: rgba(51,51,51,.1);
    color: rgba(51,51,51,.7);
    height: 0.32rem;
}

.index-nav-fixed .wal .side .btn-1::after,
.index-nav-vip .wal .side .btn-1::after {
    content: "";
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.1rem;
    background: url(../../img/supplier/arrow16.svg) center no-repeat;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.index-nav-fixed .wal .side .btn-1:hover::after,
.index-nav-vip .wal .side .btn-1:hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../../img/supplier/arrow16on.svg);
}

.index-nav-fixed .wal .side .btn-2,
.index-nav-vip .wal .side .btn-2 {

    display: flex;

    align-items: center;
    padding: 0 0.2rem;
    height: 0.7rem;
    background: #f49d1a;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0.02rem rgba(0,0,0,.25);
    border-radius: 0 0 0.2rem 0;
}

@media screen and (max-width: 992px) {
    .index-nav-fixed .wal ul,
    .index-nav-vip .wal ul {
        padding: 0.2rem 0;
    }

    .index-nav-fixed .wal .side,
    .index-nav-vip .wal .side {
        display: none;
    }
}

.index-nav-fixed,
.index-nav-vip .wal {
    border-radius: 0 0 0.2rem 0.2rem;
    background: #fff;
    border-bottom: #fac423 solid 1px;
    box-shadow: 0 1px 0.09rem 0 rgba(0,0,0,.05);
}

.index-nav-fixed {
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 55px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.index-nav-fixed>.wal{
    margin: 0 auto;
}

.index-nav-fixed.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.index-nav-fixed .wal .side .btn-2 {
    border-radius: 0;
}

.index-nav-fixed .wal ul.ul-1 {
    margin-left: -0.1rem;
}

.index-nav-fixed .wal ul.ul-1 li {
    margin-right: 0.8rem;
}
.index-nav-vip{
    margin-bottom: 20px;
}
.share-text{
    display: flex;
    align-items: center;
    justify-content:center;
}
@media screen and (max-width: 992px) {
    .index-nav-vip {
        display: none;
    }

    .pc-show {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .index-nav-fixed-phone {
        /*height: 1.2rem;*/
    }

    .index-nav-fixed-phone .index-nav-fixed {
        border-top: #eee solid 1px;
        top: 68px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .index-nav-fixed-phone .index-nav-fixed .wal {
        /*margin: 0;*/
        padding: 0;
    }

    .index-nav-fixed-phone .index-nav-fixed .list-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .index-nav-fixed-phone .index-nav-fixed li {
        width: auto;
        padding: 0 0.3rem;
    }
}

.index-company-profile-vip .wal {

    display: flex;

    /*align-items: center;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-company-profile-vip .page-title {
    width: 100%;
}

.index-company-profile-vip .content {
    width: 7.05rem;
    line-height: 2em;
}

.index-company-profile-vip .img-list {
    width: 6.74rem;
    height: 3.74rem;
    position: relative;
    z-index: 1;
}

.index-company-profile-vip .img-list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 0;
    -webkit-transform: scale(0) translateX(100%) translateY(0);
    -ms-transform: scale(0) translateX(100%) translateY(0);
    transform: scale(0) translateX(100%) translateY(0);
    opacity: 0;
}

.index-company-profile-vip .img-list li img {
    width: 100%;
    position: relative;
    z-index: 5;
    height: 3.74rem;
}

.index-company-profile-vip .img-list li.li_0 {
    z-index: 3;
    opacity: 1;
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
}

.index-company-profile-vip .img-list li.li_1 {
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(-1rem) translateY(2%);
    -ms-transform: scale(0.8) translateX(-1rem) translateY(2%);
    transform: scale(0.8) translateX(-1rem) translateY(2%);
}

.index-company-profile-vip .img-list li.li_2 {
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(0.6) translateX(-2.7rem) translateY(4%);
    -ms-transform: scale(0.6) translateX(-2.7rem) translateY(4%);
    transform: scale(0.6) translateX(-2.7rem) translateY(4%);
}

.index-company-profile-vip .img-list .zoom-btn {
    position: absolute;
    z-index: 50;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    border: 1px solid rgba(255,255,255,.3);
    background: url(../../img/supplier/img18.svg) center no-repeat;
    background-size: 0.16rem;
    cursor: pointer;
}

.index-company-profile-vip .img-list .zoom-btn:hover {
    background-color: rgba(255,255,255,.2);
}

.index-company-profile-vip .img-list .arrow {
    position: absolute;
    z-index: 50;
    bottom: 0.2rem;
    right: 0.2rem;

    display: flex;
}

.index-company-profile-vip .img-list .arrow a {

    display: flex;

    align-items: center;

    justify-content: center;
    margin-left: 0.16rem;
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
    border-radius: 50%;
    font-family: "iconfont";
}

.index-company-profile-vip .img-list .arrow a::after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.index-company-profile-vip .img-list .arrow a.prev::after {
    content: "";
}

.index-company-profile-vip .img-list .arrow a.next::after {
    content: "";
}

.index-company-profile-vip .img-list .arrow a:hover {
    background: #f49d1a;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .index-company-profile-vip .content {
        width: 100%;
    }

    .index-company-profile-vip .img-list {
        width: 6.3rem;
        height: 3.7rem;
        left: 0.4rem;
        margin-top: 0.5rem;
    }

    .index-company-profile-vip .img-list li img {
        height: 3.7rem;
    }

    .index-company-profile-vip .img-list .zoom-btn {
        width: 0.4rem;
        height: 0.4rem;
        background-size: 0.24rem;
    }

    .index-company-profile-vip .img-list .arrow a {
        margin-left: 0.2rem;
        width: 0.4rem;
        height: 0.4rem;
    }
}

.index-product-layer {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(0,0,0,.6);
    -webkit-backdrop-filter: blur(0.05rem);
    backdrop-filter: blur(0.05rem);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.index-product-layer.show {
    opacity: 1;
    visibility: visible;
}

.index-product-layer .close {
    position: absolute;
    z-index: 50;
    top: 12.3%;
    right: 14%;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.1rem;
    border: 1px solid #f2f7fb;
    background: url(../../img/supplier/img18.png) center no-repeat;
    background-size: 0.18rem;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.index-product-layer .close:hover {
    background-color: rgba(0,0,0,.05);
}

.index-product-layer .wal {
    height: 100vh;
    position: relative;
    max-width: 10.42rem;
}

.index-product-layer .wal .arrow a {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.5);
    font-family: "iconfont";
    font-size: 0.18rem;
    color: rgba(255,255,255,.5);
    margin-top: -0.3rem;
}

.index-product-layer .wal .arrow a.prev {
    left: 0;
}

.index-product-layer .wal .arrow a.next {
    right: 0;
}

.index-product-layer .wal .arrow a:hover {
    background: #f49d1a;
    color: #fff;
    border-color: #f49d1a;
}

.index-product-layer .wal .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-product-layer .wal li {

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    align-items: center;

    justify-content: center;
    height: 100vh;
}

.index-product-layer .wal li img {
    width: 8.22rem;
    height: 4.38rem;
    object-fit: contain;
}

.index-product-layer .wal li .name {
    margin-top: 0.6rem;
    font-weight: 500;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .index-product-layer .close {
        right: 0.3rem;
        top: 5%;
        width: 0.5rem;
        height: 0.5rem;
    }

    .index-product-layer .wal .arrow {
        display: none;
    }

    .index-product-layer .wal li img {
        width: 100%;
        height: 3.6rem;
    }

    .index-product-layer .wal li .name {
        font-size: 0.26rem;
    }
}

.index-product-vip {
    padding-bottom: 1rem;
}

.index-product-vip .list {

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.4rem;
}

.index-product-vip .list ul {
    width: 23.5%;
}

.index-product-vip .list ul:nth-child(1) {
    width: 48%;
}

.index-product-vip .list li {
    padding-bottom: 0.2rem;
    position: relative;
}

.index-product-vip .list li .bd {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0.2rem;
    right: 0;
    padding: 0.18rem;
    background: #f49d1a;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;

    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.index-product-vip .list li .bd .name {
    line-height: 0.22rem;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}

.index-product-vip .list li .bd .name a {
    color: #fff;
    hyphens: auto;
    word-wrap: break-word;
}

.index-product-vip .list li .bd .like-btn {
    width: 0.18rem;
    height: 0.22rem;
    flex-shrink: 0;
    margin-left: 0.1rem;
    background: url(../../img/supplier/like.svg) center no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.index-product-vip .list li .bd .like-btn:hover,
.index-product-vip .list li .bd .like-btn.on {
    background-image: url(../../img/supplier/likeon.svg);
}

@media screen and (min-width: 992px) {
    .index-product-vip .list li:hover .bd {
        opacity: 1;
    }
}

.index-product-vip .list2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-product-vip .list2 .list-wrapper {
    margin-right: -0.2rem;
}

.index-product-vip .list2 li {
    padding-right: 0.2rem;
}

.index-product-vip .list2 li .bd {
    position: relative;
    height: 1.04rem;
    padding: 0.2rem 0 0 0;
}

.index-product-vip .list2 li .bd .name {
    line-height: 0.22rem;
    height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-product-vip .list2 li:hover .bd .name a {
    color: #f49d1a;
}

.index-product-vip .more {
    margin-top: 0.6rem;

    display: flex;
    font-size: 18px;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .index-product-vip .list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-product-vip .list ul {
        width: calc(50% - 0.1rem);
    }

    /*.index-product-vip .list ul:nth-child(1) {*/
    /*    width: 100%;*/
    /*}*/

    .index-product-vip .list2 li .bd .name {
        line-height: 0.32rem;
        height: 0.64rem;
    }
}

.index-video-vip {
    background: url(../../img/supplier/index-video-vip.png) center no-repeat;
    background-size: cover;
    min-height: 9.5rem;
    color: #fff;
    padding-bottom: 1rem;
}

.index-video-vip ._cont {
    padding-bottom: 0.8rem;
}

.index-video-vip ._cont li {
    display: none;
}

.index-video-vip ._cont li.on {

    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-video-vip ._cont li .col {
    width: 5.88rem;
    color: #fff;
}

.index-video-vip ._cont li .col h5 {
    padding: 0.4rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.index-video-vip ._cont li .col p {
    line-height: 2em;
}

.index-video-vip ._cont li .zoomImg {
    width: 7.1rem;

    flex-shrink: 0;
}

.index-video-vip ._cont li .zoomImg img {
    height: 4rem;
}

.index-video-vip ._cont li .zoomImg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../../img/supplier/video-btn.svg) center no-repeat;
    background-size: 0.92rem;
    cursor: pointer;
    z-index: 5;
}

.index-video-vip .list {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    position: relative;
}

.index-video-vip .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-video-vip .list li {
    padding: 0 0.15rem;
}
@media (max-width: 992px){
    .index-nav-fixed .wal li a{
        font-size: 14px !important;
    }
    .you-might-also-like .list li a .name{
        padding-right: 15px;
    }
    .swiper-slide .like-btn{
        right: 15px;
        top: 50px;
    }
    .page-title {
        padding: 0 0 0.4rem 0;
    }
}

@media screen and (max-width: 992px) {
    .index-video-vip ._cont li.on {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-video-vip ._cont li .col {
        width: 100%;
        padding: 0 0 0.4rem 0;
    }

    .index-video-vip ._cont li .col h5 {
        font-size: 0.28rem;
    }

    .index-video-vip ._cont li .zoomImg {
        width: 100%;
    }

    .index-video-vip .list {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .index-video-vip .list .arrow a {
        width: 0.42rem;
        height: 0.42rem;
    }

    .index-video-vip .list .arrow a.prev {
        left: -0.5rem;
    }

    .index-video-vip .list .arrow a.next {
        right: -0.5rem;
    }
}


/*灯光探店弹窗*/
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.popup-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: cover;
}
.popup-close {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 60px;
    border-radius: 30px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.popup-close img {
    width: 100%;
}
.popup-img {
    position: fixed;
    max-width: 200px;
    max-height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.popup-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 320px;
    margin: auto;
    font-size: 18px;
    color: white;
    text-align: center;
    display: block;
    width: 200px;
    height: 100px;
    text-shadow: 2px 2px 3px #666;
}
#myVideo {
    position: fixed;
    width: 60%;
    height: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}










.product-page{
    background: #f5f5f5;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.like-product-line{
    /*background: #FFFFFF;*/
    border-radius: 14px 14px 14px 14px;
    padding: 20px 0;
}
.like-product-line .name{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 34px;
}
.error_form {
    width: auto;
    display: table;
    margin: 0 auto;
    min-height: 240px;
    text-align: center;
}
.error_img{
    width:300px;
    height: 244px;
}

body[data-aos-duration="50"] [data-aos],[data-aos][data-aos][data-aos-duration="50"]{transition-duration:50ms}body[data-aos-delay="50"] [data-aos],[data-aos][data-aos][data-aos-delay="50"]{transition-delay:0}body[data-aos-delay="50"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="50"].aos-animate{transition-delay:50ms}body[data-aos-duration="100"] [data-aos],[data-aos][data-aos][data-aos-duration="100"]{transition-duration:100ms}body[data-aos-delay="100"] [data-aos],[data-aos][data-aos][data-aos-delay="100"]{transition-delay:0}body[data-aos-delay="100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="100"].aos-animate{transition-delay:100ms}body[data-aos-duration="150"] [data-aos],[data-aos][data-aos][data-aos-duration="150"]{transition-duration:150ms}body[data-aos-delay="150"] [data-aos],[data-aos][data-aos][data-aos-delay="150"]{transition-delay:0}body[data-aos-delay="150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="150"].aos-animate{transition-delay:150ms}body[data-aos-duration="200"] [data-aos],[data-aos][data-aos][data-aos-duration="200"]{transition-duration:200ms}body[data-aos-delay="200"] [data-aos],[data-aos][data-aos][data-aos-delay="200"]{transition-delay:0}body[data-aos-delay="200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="200"].aos-animate{transition-delay:200ms}body[data-aos-duration="250"] [data-aos],[data-aos][data-aos][data-aos-duration="250"]{transition-duration:250ms}body[data-aos-delay="250"] [data-aos],[data-aos][data-aos][data-aos-delay="250"]{transition-delay:0}body[data-aos-delay="250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="250"].aos-animate{transition-delay:250ms}body[data-aos-duration="300"] [data-aos],[data-aos][data-aos][data-aos-duration="300"]{transition-duration:300ms}body[data-aos-delay="300"] [data-aos],[data-aos][data-aos][data-aos-delay="300"]{transition-delay:0}body[data-aos-delay="300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="300"].aos-animate{transition-delay:300ms}body[data-aos-duration="350"] [data-aos],[data-aos][data-aos][data-aos-duration="350"]{transition-duration:350ms}body[data-aos-delay="350"] [data-aos],[data-aos][data-aos][data-aos-delay="350"]{transition-delay:0}body[data-aos-delay="350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="350"].aos-animate{transition-delay:350ms}body[data-aos-duration="400"] [data-aos],[data-aos][data-aos][data-aos-duration="400"]{transition-duration:400ms}body[data-aos-delay="400"] [data-aos],[data-aos][data-aos][data-aos-delay="400"]{transition-delay:0}body[data-aos-delay="400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="400"].aos-animate{transition-delay:400ms}body[data-aos-duration="450"] [data-aos],[data-aos][data-aos][data-aos-duration="450"]{transition-duration:450ms}body[data-aos-delay="450"] [data-aos],[data-aos][data-aos][data-aos-delay="450"]{transition-delay:0}body[data-aos-delay="450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="450"].aos-animate{transition-delay:450ms}body[data-aos-duration="500"] [data-aos],[data-aos][data-aos][data-aos-duration="500"]{transition-duration:500ms}body[data-aos-delay="500"] [data-aos],[data-aos][data-aos][data-aos-delay="500"]{transition-delay:0}body[data-aos-delay="500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="500"].aos-animate{transition-delay:500ms}body[data-aos-duration="550"] [data-aos],[data-aos][data-aos][data-aos-duration="550"]{transition-duration:550ms}body[data-aos-delay="550"] [data-aos],[data-aos][data-aos][data-aos-delay="550"]{transition-delay:0}body[data-aos-delay="550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="550"].aos-animate{transition-delay:550ms}body[data-aos-duration="600"] [data-aos],[data-aos][data-aos][data-aos-duration="600"]{transition-duration:600ms}body[data-aos-delay="600"] [data-aos],[data-aos][data-aos][data-aos-delay="600"]{transition-delay:0}body[data-aos-delay="600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="600"].aos-animate{transition-delay:600ms}body[data-aos-duration="650"] [data-aos],[data-aos][data-aos][data-aos-duration="650"]{transition-duration:650ms}body[data-aos-delay="650"] [data-aos],[data-aos][data-aos][data-aos-delay="650"]{transition-delay:0}body[data-aos-delay="650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="650"].aos-animate{transition-delay:650ms}body[data-aos-duration="700"] [data-aos],[data-aos][data-aos][data-aos-duration="700"]{transition-duration:700ms}body[data-aos-delay="700"] [data-aos],[data-aos][data-aos][data-aos-delay="700"]{transition-delay:0}body[data-aos-delay="700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="700"].aos-animate{transition-delay:700ms}body[data-aos-duration="750"] [data-aos],[data-aos][data-aos][data-aos-duration="750"]{transition-duration:750ms}body[data-aos-delay="750"] [data-aos],[data-aos][data-aos][data-aos-delay="750"]{transition-delay:0}body[data-aos-delay="750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="750"].aos-animate{transition-delay:750ms}body[data-aos-duration="800"] [data-aos],[data-aos][data-aos][data-aos-duration="800"]{transition-duration:800ms}body[data-aos-delay="800"] [data-aos],[data-aos][data-aos][data-aos-delay="800"]{transition-delay:0}body[data-aos-delay="800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="800"].aos-animate{transition-delay:800ms}body[data-aos-duration="850"] [data-aos],[data-aos][data-aos][data-aos-duration="850"]{transition-duration:850ms}body[data-aos-delay="850"] [data-aos],[data-aos][data-aos][data-aos-delay="850"]{transition-delay:0}body[data-aos-delay="850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="850"].aos-animate{transition-delay:850ms}body[data-aos-duration="900"] [data-aos],[data-aos][data-aos][data-aos-duration="900"]{transition-duration:900ms}body[data-aos-delay="900"] [data-aos],[data-aos][data-aos][data-aos-delay="900"]{transition-delay:0}body[data-aos-delay="900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="900"].aos-animate{transition-delay:900ms}body[data-aos-duration="950"] [data-aos],[data-aos][data-aos][data-aos-duration="950"]{transition-duration:950ms}body[data-aos-delay="950"] [data-aos],[data-aos][data-aos][data-aos-delay="950"]{transition-delay:0}body[data-aos-delay="950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="950"].aos-animate{transition-delay:950ms}body[data-aos-duration="1000"] [data-aos],[data-aos][data-aos][data-aos-duration="1000"]{transition-duration:1000ms}body[data-aos-delay="1000"] [data-aos],[data-aos][data-aos][data-aos-delay="1000"]{transition-delay:0}body[data-aos-delay="1000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1000"].aos-animate{transition-delay:1000ms}body[data-aos-duration="1050"] [data-aos],[data-aos][data-aos][data-aos-duration="1050"]{transition-duration:1050ms}body[data-aos-delay="1050"] [data-aos],[data-aos][data-aos][data-aos-delay="1050"]{transition-delay:0}body[data-aos-delay="1050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1050"].aos-animate{transition-delay:1050ms}body[data-aos-duration="1100"] [data-aos],[data-aos][data-aos][data-aos-duration="1100"]{transition-duration:1100ms}body[data-aos-delay="1100"] [data-aos],[data-aos][data-aos][data-aos-delay="1100"]{transition-delay:0}body[data-aos-delay="1100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1100"].aos-animate{transition-delay:1100ms}body[data-aos-duration="1150"] [data-aos],[data-aos][data-aos][data-aos-duration="1150"]{transition-duration:1150ms}body[data-aos-delay="1150"] [data-aos],[data-aos][data-aos][data-aos-delay="1150"]{transition-delay:0}body[data-aos-delay="1150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1150"].aos-animate{transition-delay:1150ms}body[data-aos-duration="1200"] [data-aos],[data-aos][data-aos][data-aos-duration="1200"]{transition-duration:1200ms}body[data-aos-delay="1200"] [data-aos],[data-aos][data-aos][data-aos-delay="1200"]{transition-delay:0}body[data-aos-delay="1200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1200"].aos-animate{transition-delay:1200ms}body[data-aos-duration="1250"] [data-aos],[data-aos][data-aos][data-aos-duration="1250"]{transition-duration:1250ms}body[data-aos-delay="1250"] [data-aos],[data-aos][data-aos][data-aos-delay="1250"]{transition-delay:0}body[data-aos-delay="1250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1250"].aos-animate{transition-delay:1250ms}body[data-aos-duration="1300"] [data-aos],[data-aos][data-aos][data-aos-duration="1300"]{transition-duration:1300ms}body[data-aos-delay="1300"] [data-aos],[data-aos][data-aos][data-aos-delay="1300"]{transition-delay:0}body[data-aos-delay="1300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1300"].aos-animate{transition-delay:1300ms}body[data-aos-duration="1350"] [data-aos],[data-aos][data-aos][data-aos-duration="1350"]{transition-duration:1350ms}body[data-aos-delay="1350"] [data-aos],[data-aos][data-aos][data-aos-delay="1350"]{transition-delay:0}body[data-aos-delay="1350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1350"].aos-animate{transition-delay:1350ms}body[data-aos-duration="1400"] [data-aos],[data-aos][data-aos][data-aos-duration="1400"]{transition-duration:1400ms}body[data-aos-delay="1400"] [data-aos],[data-aos][data-aos][data-aos-delay="1400"]{transition-delay:0}body[data-aos-delay="1400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1400"].aos-animate{transition-delay:1400ms}body[data-aos-duration="1450"] [data-aos],[data-aos][data-aos][data-aos-duration="1450"]{transition-duration:1450ms}body[data-aos-delay="1450"] [data-aos],[data-aos][data-aos][data-aos-delay="1450"]{transition-delay:0}body[data-aos-delay="1450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1450"].aos-animate{transition-delay:1450ms}body[data-aos-duration="1500"] [data-aos],[data-aos][data-aos][data-aos-duration="1500"]{transition-duration:1500ms}body[data-aos-delay="1500"] [data-aos],[data-aos][data-aos][data-aos-delay="1500"]{transition-delay:0}body[data-aos-delay="1500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1500"].aos-animate{transition-delay:1500ms}body[data-aos-duration="1550"] [data-aos],[data-aos][data-aos][data-aos-duration="1550"]{transition-duration:1550ms}body[data-aos-delay="1550"] [data-aos],[data-aos][data-aos][data-aos-delay="1550"]{transition-delay:0}body[data-aos-delay="1550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1550"].aos-animate{transition-delay:1550ms}body[data-aos-duration="1600"] [data-aos],[data-aos][data-aos][data-aos-duration="1600"]{transition-duration:1600ms}body[data-aos-delay="1600"] [data-aos],[data-aos][data-aos][data-aos-delay="1600"]{transition-delay:0}body[data-aos-delay="1600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1600"].aos-animate{transition-delay:1600ms}body[data-aos-duration="1650"] [data-aos],[data-aos][data-aos][data-aos-duration="1650"]{transition-duration:1650ms}body[data-aos-delay="1650"] [data-aos],[data-aos][data-aos][data-aos-delay="1650"]{transition-delay:0}body[data-aos-delay="1650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1650"].aos-animate{transition-delay:1650ms}body[data-aos-duration="1700"] [data-aos],[data-aos][data-aos][data-aos-duration="1700"]{transition-duration:1700ms}body[data-aos-delay="1700"] [data-aos],[data-aos][data-aos][data-aos-delay="1700"]{transition-delay:0}body[data-aos-delay="1700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1700"].aos-animate{transition-delay:1700ms}body[data-aos-duration="1750"] [data-aos],[data-aos][data-aos][data-aos-duration="1750"]{transition-duration:1750ms}body[data-aos-delay="1750"] [data-aos],[data-aos][data-aos][data-aos-delay="1750"]{transition-delay:0}body[data-aos-delay="1750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1750"].aos-animate{transition-delay:1750ms}body[data-aos-duration="1800"] [data-aos],[data-aos][data-aos][data-aos-duration="1800"]{transition-duration:1800ms}body[data-aos-delay="1800"] [data-aos],[data-aos][data-aos][data-aos-delay="1800"]{transition-delay:0}body[data-aos-delay="1800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1800"].aos-animate{transition-delay:1800ms}body[data-aos-duration="1850"] [data-aos],[data-aos][data-aos][data-aos-duration="1850"]{transition-duration:1850ms}body[data-aos-delay="1850"] [data-aos],[data-aos][data-aos][data-aos-delay="1850"]{transition-delay:0}body[data-aos-delay="1850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1850"].aos-animate{transition-delay:1850ms}body[data-aos-duration="1900"] [data-aos],[data-aos][data-aos][data-aos-duration="1900"]{transition-duration:1900ms}body[data-aos-delay="1900"] [data-aos],[data-aos][data-aos][data-aos-delay="1900"]{transition-delay:0}body[data-aos-delay="1900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1900"].aos-animate{transition-delay:1900ms}body[data-aos-duration="1950"] [data-aos],[data-aos][data-aos][data-aos-duration="1950"]{transition-duration:1950ms}body[data-aos-delay="1950"] [data-aos],[data-aos][data-aos][data-aos-delay="1950"]{transition-delay:0}body[data-aos-delay="1950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1950"].aos-animate{transition-delay:1950ms}body[data-aos-duration="2000"] [data-aos],[data-aos][data-aos][data-aos-duration="2000"]{transition-duration:2000ms}body[data-aos-delay="2000"] [data-aos],[data-aos][data-aos][data-aos-delay="2000"]{transition-delay:0}body[data-aos-delay="2000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2000"].aos-animate{transition-delay:2000ms}body[data-aos-duration="2050"] [data-aos],[data-aos][data-aos][data-aos-duration="2050"]{transition-duration:2050ms}body[data-aos-delay="2050"] [data-aos],[data-aos][data-aos][data-aos-delay="2050"]{transition-delay:0}body[data-aos-delay="2050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2050"].aos-animate{transition-delay:2050ms}body[data-aos-duration="2100"] [data-aos],[data-aos][data-aos][data-aos-duration="2100"]{transition-duration:2100ms}body[data-aos-delay="2100"] [data-aos],[data-aos][data-aos][data-aos-delay="2100"]{transition-delay:0}body[data-aos-delay="2100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2100"].aos-animate{transition-delay:2100ms}body[data-aos-duration="2150"] [data-aos],[data-aos][data-aos][data-aos-duration="2150"]{transition-duration:2150ms}body[data-aos-delay="2150"] [data-aos],[data-aos][data-aos][data-aos-delay="2150"]{transition-delay:0}body[data-aos-delay="2150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2150"].aos-animate{transition-delay:2150ms}body[data-aos-duration="2200"] [data-aos],[data-aos][data-aos][data-aos-duration="2200"]{transition-duration:2200ms}body[data-aos-delay="2200"] [data-aos],[data-aos][data-aos][data-aos-delay="2200"]{transition-delay:0}body[data-aos-delay="2200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2200"].aos-animate{transition-delay:2200ms}body[data-aos-duration="2250"] [data-aos],[data-aos][data-aos][data-aos-duration="2250"]{transition-duration:2250ms}body[data-aos-delay="2250"] [data-aos],[data-aos][data-aos][data-aos-delay="2250"]{transition-delay:0}body[data-aos-delay="2250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2250"].aos-animate{transition-delay:2250ms}body[data-aos-duration="2300"] [data-aos],[data-aos][data-aos][data-aos-duration="2300"]{transition-duration:2300ms}body[data-aos-delay="2300"] [data-aos],[data-aos][data-aos][data-aos-delay="2300"]{transition-delay:0}body[data-aos-delay="2300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2300"].aos-animate{transition-delay:2300ms}body[data-aos-duration="2350"] [data-aos],[data-aos][data-aos][data-aos-duration="2350"]{transition-duration:2350ms}body[data-aos-delay="2350"] [data-aos],[data-aos][data-aos][data-aos-delay="2350"]{transition-delay:0}body[data-aos-delay="2350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2350"].aos-animate{transition-delay:2350ms}body[data-aos-duration="2400"] [data-aos],[data-aos][data-aos][data-aos-duration="2400"]{transition-duration:2400ms}body[data-aos-delay="2400"] [data-aos],[data-aos][data-aos][data-aos-delay="2400"]{transition-delay:0}body[data-aos-delay="2400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2400"].aos-animate{transition-delay:2400ms}body[data-aos-duration="2450"] [data-aos],[data-aos][data-aos][data-aos-duration="2450"]{transition-duration:2450ms}body[data-aos-delay="2450"] [data-aos],[data-aos][data-aos][data-aos-delay="2450"]{transition-delay:0}body[data-aos-delay="2450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2450"].aos-animate{transition-delay:2450ms}body[data-aos-duration="2500"] [data-aos],[data-aos][data-aos][data-aos-duration="2500"]{transition-duration:2500ms}body[data-aos-delay="2500"] [data-aos],[data-aos][data-aos][data-aos-delay="2500"]{transition-delay:0}body[data-aos-delay="2500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2500"].aos-animate{transition-delay:2500ms}body[data-aos-duration="2550"] [data-aos],[data-aos][data-aos][data-aos-duration="2550"]{transition-duration:2550ms}body[data-aos-delay="2550"] [data-aos],[data-aos][data-aos][data-aos-delay="2550"]{transition-delay:0}body[data-aos-delay="2550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2550"].aos-animate{transition-delay:2550ms}body[data-aos-duration="2600"] [data-aos],[data-aos][data-aos][data-aos-duration="2600"]{transition-duration:2600ms}body[data-aos-delay="2600"] [data-aos],[data-aos][data-aos][data-aos-delay="2600"]{transition-delay:0}body[data-aos-delay="2600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2600"].aos-animate{transition-delay:2600ms}body[data-aos-duration="2650"] [data-aos],[data-aos][data-aos][data-aos-duration="2650"]{transition-duration:2650ms}body[data-aos-delay="2650"] [data-aos],[data-aos][data-aos][data-aos-delay="2650"]{transition-delay:0}body[data-aos-delay="2650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2650"].aos-animate{transition-delay:2650ms}body[data-aos-duration="2700"] [data-aos],[data-aos][data-aos][data-aos-duration="2700"]{transition-duration:2700ms}body[data-aos-delay="2700"] [data-aos],[data-aos][data-aos][data-aos-delay="2700"]{transition-delay:0}body[data-aos-delay="2700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2700"].aos-animate{transition-delay:2700ms}body[data-aos-duration="2750"] [data-aos],[data-aos][data-aos][data-aos-duration="2750"]{transition-duration:2750ms}body[data-aos-delay="2750"] [data-aos],[data-aos][data-aos][data-aos-delay="2750"]{transition-delay:0}body[data-aos-delay="2750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2750"].aos-animate{transition-delay:2750ms}body[data-aos-duration="2800"] [data-aos],[data-aos][data-aos][data-aos-duration="2800"]{transition-duration:2800ms}body[data-aos-delay="2800"] [data-aos],[data-aos][data-aos][data-aos-delay="2800"]{transition-delay:0}body[data-aos-delay="2800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2800"].aos-animate{transition-delay:2800ms}body[data-aos-duration="2850"] [data-aos],[data-aos][data-aos][data-aos-duration="2850"]{transition-duration:2850ms}body[data-aos-delay="2850"] [data-aos],[data-aos][data-aos][data-aos-delay="2850"]{transition-delay:0}body[data-aos-delay="2850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2850"].aos-animate{transition-delay:2850ms}body[data-aos-duration="2900"] [data-aos],[data-aos][data-aos][data-aos-duration="2900"]{transition-duration:2900ms}body[data-aos-delay="2900"] [data-aos],[data-aos][data-aos][data-aos-delay="2900"]{transition-delay:0}body[data-aos-delay="2900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2900"].aos-animate{transition-delay:2900ms}body[data-aos-duration="2950"] [data-aos],[data-aos][data-aos][data-aos-duration="2950"]{transition-duration:2950ms}body[data-aos-delay="2950"] [data-aos],[data-aos][data-aos][data-aos-delay="2950"]{transition-delay:0}body[data-aos-delay="2950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2950"].aos-animate{transition-delay:2950ms}body[data-aos-duration="3000"] [data-aos],[data-aos][data-aos][data-aos-duration="3000"]{transition-duration:3000ms}body[data-aos-delay="3000"] [data-aos],[data-aos][data-aos][data-aos-delay="3000"]{transition-delay:0}body[data-aos-delay="3000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="3000"].aos-animate{transition-delay:3000ms}body[data-aos-easing=linear] [data-aos],[data-aos][data-aos][data-aos-easing=linear]{transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}body[data-aos-easing=ease] [data-aos],[data-aos][data-aos][data-aos-easing=ease]{transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)}body[data-aos-easing=ease-in] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in]{transition-timing-function:cubic-bezier(0.42, 0, 1, 1)}body[data-aos-easing=ease-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out]{transition-timing-function:cubic-bezier(0, 0, 0.58, 1)}body[data-aos-easing=ease-in-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out]{transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1)}body[data-aos-easing=ease-in-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-back]{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}body[data-aos-easing=ease-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-back]{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}body[data-aos-easing=ease-in-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}body[data-aos-easing=ease-in-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-sine]{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}body[data-aos-easing=ease-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-sine]{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}body[data-aos-easing=ease-in-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}body[data-aos-easing=ease-in-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quad]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quad]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quart]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quart]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate3d(0, 0, 0)}[data-aos=fade-up]{transform:translate3d(0, 100px, 0)}[data-aos=fade-down]{transform:translate3d(0, -100px, 0)}[data-aos=fade-right]{transform:translate3d(-100px, 0, 0)}[data-aos=fade-left]{transform:translate3d(100px, 0, 0)}[data-aos=fade-up-right]{transform:translate3d(-100px, 100px, 0)}[data-aos=fade-up-left]{transform:translate3d(100px, 100px, 0)}[data-aos=fade-down-right]{transform:translate3d(-100px, -100px, 0)}[data-aos=fade-down-left]{transform:translate3d(100px, -100px, 0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate3d(0, 0, 0) scale(1)}[data-aos=zoom-in]{transform:scale(0.6)}[data-aos=zoom-in-up]{transform:translate3d(0, 100px, 0) scale(0.6)}[data-aos=zoom-in-down]{transform:translate3d(0, -100px, 0) scale(0.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px, 0, 0) scale(0.6)}[data-aos=zoom-in-left]{transform:translate3d(100px, 0, 0) scale(0.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0, 100px, 0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0, -100px, 0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px, 0, 0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px, 0, 0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate3d(0, 0, 0)}[data-aos=slide-up]{transform:translate3d(0, 100%, 0)}[data-aos=slide-down]{transform:translate3d(0, -100%, 0)}[data-aos=slide-right]{transform:translate3d(-100%, 0, 0)}[data-aos=slide-left]{transform:translate3d(100%, 0, 0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
