@charset "UTF-8";
/* 模块 */
.container_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: var(--maxwidth);
    min-width: var(--minwidth);
    padding: 0 var(--padding);
}
.container_overflow {
    overflow: hidden;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
}
.comp_hide {
    display: none !important;
}
.comp_container {
    max-width: var(--maxwidth);
    min-width: var(--minwidth);
    padding: 0 var(--padding);
}
.comp_containerp0 {
    max-width: var(--maxwidth);
    min-width: var(--minwidth);
    padding: 0;
}
.comp_containerw1680p0 {
    max-width: 1680px;
    width: 100%;
    padding: 0;
}
.comp_containerw1680 {
    max-width: 1680px;
    width: 100%;
    padding: 0 var(--padding);
}
.comp_container_auto {
    margin: auto;
}
.comp_containerrelative {
    position: relative;
}
.container_border_bottom {
    border-bottom: 1px solid #ececec;
}
.container_border_bottom2 {
    border-bottom: 2px solid #ececec;
}
.swiper-wrapper-container {
    overflow: hidden;
    position: relative;
}
/* 布局 20：视差滚动效果
适用于创造动态视觉效果的网页，如交互式故事讲述或产品展示。 */
.parallax {
    background-attachment: fixed;
}
/* ButtonStyle */
.fancy-button {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.07em;
    /*text-transform: uppercase;*/
    line-height: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 6px;
}
.fancy-button.bg-gradient1 {
    text-shadow: 0px 0px 1px #bf4c28;
}
.fancy-button:before {
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    z-index: -1;
    border-radius: 2em;
    -webkit-filter: blur(14px) brightness(0.9);
    filter: blur(14px) brightness(0.9);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bg-gradient1 span,
.bg-gradient1:before {
    background: var(--Original);
    background: var(--gradient3);
}
.bg-gradient span,
.bg-gradient:before {
    background: var(--gradient1);
}
.fancy-button span {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 28px;
    border-radius: var(--radius);
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fancy-button:hover:before {
    bottom: 3px;
    -webkit-filter: blur(6px) brightness(0.8);
    filter: blur(6px) brightness(0.8);
}
.fancy-button:hover span {
    -webkit-filter: brightness(0.9) contrast(1.2);
    filter: brightness(0.9) contrast(1.2);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}
/*标题*/
.sk-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0 60px;
}
.sk-title-container .sk-title {
    font-size: 30px;
    color: var(--txtcl);
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.sk-title-container .sk-desc {
    margin-top: 18px;
    font-size: 16px;
    color: rgba(34, 34, 34, 0.9);
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    opacity: 0.9;
}
.sk-title-container.white .sk-title,
.sk-title-container.white .sk-desc {
    color: #fff;
}
#think_page_trace {
    display: none;
}
/*背景*/
.container_bg1 {
    background-color: #fff;
}
.container_bg2 {
    background: #f5f6f8;
}
.container_bg3 {
    background: #f0f1f2;
}
.container_bg4 {
    background-color: #f3f7fb;
}
.container_bg5 {
    background-color: #eee;
}
.container_bg6 {
    background-color: #ebedf0;
}
.container_bg7 {
    background-color: #f0f1f2;
}
.container_bg8 {
    background: #000e28;
}
.container_bg9 {
    background: #fafafa;
}
.container_bg10 {
    background-color: #f6f8fa;
}
.container_bg11 {
    background: #f5f9ff;
}
.container_bg12 {
    background: #f4f7fc;
}
.container_bg13 {
    background: linear-gradient(309deg, rgba(0, 17, 120, 1) 0%, rgba(5, 16, 68, 1) 46%, rgba(4, 15, 65, 1) 100%)
}
.container_bg14 {
    background-color: #f6f8fa;
    background-image: url(../images/local6579884b8b9c7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg15 {
    background-color: #fff;
    background-image: url(../other/remoteL17025342246554.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg16 {
    background-color: #f4f8ff;
    background-image: url(../images/local657abed8d5f5c.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg17 {
    background-color: #f4f8ff;
    background-image: url(../images/BackgroundSixteen.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg18 {
    BACKGROUND: #e7e8eb url(../images/Background17.jpg);
}
.container_bg19 {
    background-color: #f4f8ff;
    background-image: url(../images/local659fe86dde16c.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg20 {
    background-color: #f4f8ff;
    background-image: url(../images/remoteL17052299292316.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg21 {
    background-color: #f4f8ff;
    background-image: url(../images/local65a4f727b0712.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg22 {
    background-color: #f4f8ff;
    background-image: url(../images/remoteL17057423232449.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg23 {
    background-color: #f6f8fa;
    /*background-image: url(../images/remoteL16851875253026.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg24 {
    background-color: #f2f4f9;
}
.container_bg25 {
    background-color: #f6f8fa;
    background-image: url(../images/bg14.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg26 {
    background-color: #0f1726;
}
.container_bg27 {
    background-color: #f6f8fa;
    background-image: url(../other/local65c46942300ab.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg28 {
    background-color: #f6f8fa;
    background-image: url(../images/remoteL17075774437373.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg29 {
    background-color: #f6f8fa;
    background-image: url(../other/remoteL17075783825009.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_bg30 {
    background-color: #f4f8ff;
    background-image: url(../images/remoteL17125755984451.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*动画合集*/
@keyframes shake {
    0%, 100% {
        transform: translateY(0); /* 开始和结束时无位移 */
    }
    50% {
        transform: translateY(-1px); /* 向上移动 */
    }
}
@keyframes animation_icon {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}
@keyframes bulletProgress {
    to {
        width: 100%;
    }
}
@keyframes slide-market200-3fc45e0c {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -1400px;
    }
}
@keyframes bounce-down {
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*箭头*/
.cutOneSHair {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
}
.cutOneSHair::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-right: 2px solid var(--Original);
    border-bottom: 2px solid var(--Original);
    transform: translateY(-50%) rotate(-45deg);
    transition: right 0.3s ease;
}
.cutOneSHair.size6::after {
    width: 6px;
    height: 6px;
}
.cutOneSHair.size6::after {
    width: 6px;
    height: 6px;
}
.cutOneSHair.size8::after {
    width: 8px;
    height: 8px;
}
.cutOneSHair.size10::after {
    width: 10px;
    height: 10px;
}
.cutOneSHair.black::after {
    border-right: 2px solid var(--txtcl);
    border-bottom: 2px solid var(--txtcl);
}
.cutOneSHair.white::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.cutOneSHair.black.border1::after {
    border-right: 1px solid var(--txtcl);
    border-bottom: 1px solid var(--txtcl);
}
.cutOneSHair.white.border1::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.cutOneSHair:hover::after {
    right: 5px;
}
/*其他页面标题*/
.currency-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    &.center {
        align-items: center;
    }
    &.flex-end {
        align-items: flex-end;
    }
    .currency-title-a {
        color: var(--txtcl);
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .currency-title-a-content {
        color: var(--txtcl);
        font-size: 20px;
        margin-bottom: 46px;
        opacity: .85;
    }
}
/*弹窗提醒*/
.latest-announcement-panel {
    max-width: 460px;
    min-width: 350px;
    position: fixed;
    left: -100%;
    bottom: 16px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    transition: left 0.3s;
    z-index: 1000;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
}
.latest-announcement-panel.visible {
    left: 0;
}
.latest-announcement-toggle {
    position: fixed;
    left: 0;
    bottom: 16px;
    font-size: 12px;
    font-weight: 500;
    background: var(--gradient1);
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.2s;
    letter-spacing: 5px;
    text-orientation: upright;
    writing-mode: vertical-lr;
    border-radius: 0px 3px 3px 0px;
    z-index: 999;
}
.latest-announcement-content {
    padding: 10px 14px;
    font-size: 13px;
}
.latest-popup-content-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #edeef3;
    color: #6e6e6e;
    align-items: center;
    border-radius: 0px 3px 0px 0px;
}
.latest-announcement-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.latest-announcement-close {
    font-size: 18px;
    cursor: pointer;
    color: black;
}
.latest-announcement-content p {
    color: rgb(0, 0, 0);
    line-height: 1.8;
    font-size: 12px;
    font-weight: 400;
}
.latest-announcement-bott {
    display: flex;
    flex-direction: row-reverse;
}
.latest-announcement-no-more, .latest-announcement-buttclose {
    font-size: 12px;
    color: #fff;
    background: var(--Original);
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
    padding: 10px 20px;
    font-weight: 400;
}
.latest-announcement-buttclose {
    background: #ccc;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .comp_container {
        max-width: 100%;
        min-width: 100%;
        padding: 0 16px;
    }
    .fancy-button span {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
    }
    .currency-title .currency-title-a {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .currency-title .currency-title-a-content {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .lg-toolbar .lg-icon {
        color: #fff !important;
    }
    .sk-title-container {
        padding: 12px 0 18px
    }
    .sk-title-container .sk-title {
        font-size: 20px;
        line-height: 24px;
    }
    .sk-title-container .sk-desc {
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }
    .latest-announcement-panel {
        width: 100%;
        bottom: 82px;
    }
    .latest-announcement-toggle {
        bottom: 82px;
    }
}
.zhy-tag {
    -webkit-font-smoothing: antialiased;
}
.zhy-tag--hole, .zhy-tag--weak-hole {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    height: 22px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
}
.zhy-tag--weak-hole {
    color: #98a3b7;
    border: 1px solid rgba(157, 173, 193, .5);
    border-radius: 2px;
}
.zhy-btn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 104px;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #05d;
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
}
.zhy-product__recommend-btns .zhy-btn {
    flex: 1;
    margin-left: 12px;
    min-width: 0;
    padding: 0 12px;
}
.zhy-product__recommend-btns .zhy-btn:first-child {
    margin-left: 0;
    position: relative;
}
.zhy-btn--white {
    background-color: #fff;
    color: #43474d;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), inset 0 4px 20px 0 hsla(0, 0%, 100%, .5);
}
.zhy-product__recommend-btns .zhy-btn {
    flex: 1;
    margin-left: 12px;
    min-width: 0;
    padding: 0 12px;
}
.zhy-product-set {
    display: block;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

.zhy-product-set:hover .zhy-product-set__title {
    color: #05d
}

.zhy-product-set__hd {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.zhy-product-set__hd .zhy-tag {
    margin-right: 4px
}

.zhy-product-set__hd .zhy-tag:last-child {
    margin-right: 0
}

.zhy-product-set__title {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zhy-product-set__marks {
    margin-left: 8px;
    white-space: nowrap
}

.zhy-product-set__desc {
    margin-bottom: 8px;
    font-size: 14px;
    color: #3d485d;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zhy-product-set__labels {
    margin-bottom: -8px
}

.zhy-product-set__labels .zhy-tag {
    margin-right: 8px;
    margin-bottom: 8px
}

.zhy-product-set__labels .zhy-tag:last-child {
    margin-right: 0
}

.zhy-product-set--summary:hover .zhy-product-set__title {
    color: #000
}

.zhy-product-set--summary:hover .tp-link--arrow:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.zhy-product-set__list {
    font-size: 0
}

.zhy-product-set__list>li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 20px 10px
}

.zhy-product-set__list-trigger {
    display: none
}

@media screen and (max-width: 768px) {
    .zhy-product-set__list {
        margin-top:-15px;
        margin-bottom: 0
    }

    .zhy-product-set__list>li {
        width: 50%;
        padding: 15px 10px
    }
}

@media screen and (max-width: 600px) {
    .zhy-product-set__list>li {
        width:auto
    }
}
.zhy-multi-tabs {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

.zhy-multi-tabs__bar {
    position: relative;
    white-space: nowrap;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px
}

.zhy-multi-tabs__bar:first-child {
    padding-top: 0
}

.zhy-multi-tabs__bar:last-child {
    padding-bottom: 20px
}

.zhy-multi-tabs__list {
    position: relative;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%
}

.zhy-multi-tabs__item {
    display: table-cell;
    position: relative
}

.zhy-multi-tabs__item:hover .zhy-multi-tabs__item-cont {
    color: #05d
}

.zhy-multi-tabs__item.is-active .zhy-multi-tabs__item-cont {
    color: #05d;
    font-weight: 500
}
.zhy-multi-tabs__item.is-active:before{
    transition: width 0.5s ease-out;
}
.zhy-multi-tabs__item.is-active:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #05d;
    content: "";

}

.zhy-multi-tabs__item.is-disabled .zhy-multi-tabs__item-cont {
    color: #999;
    cursor: default
}

.zhy-multi-tabs__item.is-disabled .zhy-multi-tabs__item-cont:before {
    content: none
}

.zhy-multi-tabs__item-cont {
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #3d485d;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 22px;
}
.zhy-multi-tabs__item-cont .systemproduct-category-img {
    background-position: 0 0;
    background-size: cover;
    height: 70px;
    margin: 0 auto;
    width: 70px;
}
.zhy-multi-tabs__item-cont:hover .transition2 { animation: slide-market200-3fc45e0c .5s steps(20) forwards; }
.zhy-multi-tabs__item-cont:hover .transition9 { animation: slide-market200-3fc45e0c .5s steps(20) forwards; }
.zhy-multi-tabs__item-cont:hover .transition1 { animation: slide-market200-3fc45e0c .5s steps(20) forwards; }
.zhy-multi-tabs__item-cont:hover .transition10 { animation: slide-market200-3fc45e0c .5s steps(20) forwards; }
.zhy-multi-tabs__item-cont:hover .transition6 { animation: slide-market200-3fc45e0c .5s steps(20) forwards; }
.zhy-multi-tabs__item-cont:hover .transition11 { animation: slide-market200-3fc45e0c .5s steps(20) forwards; }
.zhy-multi-tabs__item-cont:hover .transition13 { animation: slide-market200-3fc45e0c .5s steps(20) forwards; }
.zhy-multi-tabs__item-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top
}

.zhy-multi-tabs__cont {
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff;
}

.zhy-multi-tabs__cont:last-child {

}

.zhy-multi-tabs__panel {
    margin: 0 auto;
    max-width: 1440px;
    display: none;
}
.zhy-multi-tabs__panel.active{
    display: block;
}


.zhy-multi-tabs-ani .zhy-multi-tabs__item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    margin-top: -6px
}

.zhy-multi-tabs-ani .zhy-multi-tabs__item-icon.is-enter {
    -webkit-animation: zhy-multi-tabs__item-icon-enter .3s steps(16) forwards;
    animation: zhy-multi-tabs__item-icon-enter .3s steps(16) forwards
}

.zhy-multi-tabs-ani .zhy-multi-tabs__item-icon.is-leave {
    -webkit-animation: zhy-multi-tabs__item-icon-leave .3s steps(16) forwards;
    animation: zhy-multi-tabs__item-icon-leave .3s steps(16) forwards
}

@-webkit-keyframes zhy-multi-tabs__item-icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -960px
    }
}

@keyframes zhy-multi-tabs__item-icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -960px
    }
}

@-webkit-keyframes zhy-multi-tabs__item-icon-leave {
    0% {
        background-position: 0 -960px
    }

    to {
        background-position: 0 0
    }
}

@keyframes zhy-multi-tabs__item-icon-leave {
    0% {
        background-position: 0 -960px
    }

    to {
        background-position: 0 0
    }
}

.zhy-product {
    -webkit-font-smoothing: antialiased
}

.zhy-product__section {
    background-image: radial-gradient(50% 41%,#f3f5f8 0,#fff 41%);
    padding-top: 124px;
    padding-bottom: 0
}

.zhy-product__tab.zhy-tabs {
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff;
    overflow: hidden;
    border-radius: 4px;
    border-bottom-left-radius: 0
}

.zhy-product__tab.zhy-tabs .zhy-tabs__bar {
    margin-right: 0;
    width: 220px;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.11),-8px -8px 20px 0 #fff;
    overflow: visible
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item {
    padding-right: 0;
    margin-bottom: 10px
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item-cont {
    display: block;
    position: relative;
    padding: 20px 20px 20px 70px;
    font-size: 16px;
    color: #3d485d;
    line-height: 20px;
    cursor: pointer;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    border: none;
    transition: none
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item-cont:hover {
    color: #05d
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item .zhy-tabs__item-icon.is-enter {
    -webkit-animation: zhy-product__icon-enter .5s steps(24) forwards;
    animation: zhy-product__icon-enter .5s steps(24) forwards
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item .zhy-tabs__item-icon.is-leave {
    -webkit-animation: zhy-product__icon-leave .5s steps(24) forwards;
    animation: zhy-product__icon-leave .5s steps(24) forwards
}

@-webkit-keyframes zhy-product__icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -960px
    }
}

@keyframes zhy-product__icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -960px
    }
}

@-webkit-keyframes zhy-product__icon-leave {
    0% {
        background-position: 0 -960px
    }

    to {
        background-position: 0 0
    }
}

@keyframes zhy-product__icon-leave {
    0% {
        background-position: 0 -960px
    }

    to {
        background-position: 0 0
    }
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item.is-active .zhy-tabs__item-cont {
    color: #3d485d;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    margin-right: -30px;
    padding-right: 50px;
    background-image: none;
    transition: none;
    background-color: #f3f5f8;
    box-shadow: none
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item.is-active .zhy-tabs__item-cont:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    z-index: -1;
    width: 220px;
    height: 100%;
    background: #f3f5f8;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.11),-8px -8px 20px 0 #fff;
    border-width: 0;
    transition: none
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item.is-active .zhy-tabs__item-cont:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 220px;
    height: 100%;
    background: #f3f5f8;
    box-shadow: 8px -8px 20px 0 rgba(55,99,170,.11),-8px 8px 20px 0 #fff
}

.zhy-product__tab.zhy-tabs .zhy-tabs__item.is-active:first-child .zhy-tabs__item-cont:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 200%;
    height: 800%;
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff;
    border-width: 0;
    border-radius: 4px;
    transition: none
}

.zhy-product__tab.zhy-tabs .zhy-tabs__cont {
    position: relative;
    flex: 1;
    width: 1px;
    padding: 40px;
    background: 0 0;
    box-shadow: none;
    border: none
}

.zhy-product__tab.zhy-tabs .zhy-tabs__panel {
    transition: none!important
}

.zhy-product__detail {
    box-sizing: border-box
}

.zhy-product__detail-side {
    position: relative;
    z-index: 4;
    margin-bottom: 40px
}

.zhy-product__recommends {
    display: flex
}

.zhy-product__recommends .zhy-product__recommend {
    flex: 1;
    width: 1px
}

.zhy-product__recommend {
    margin-right: 20px;
    background-color: #f3f5f8;
    background-image: url(../images/recom-bg5e7.jpg),linear-gradient(180deg,#f3f5f8,#fff 178px,#fff);
    background-size: 340px auto,auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
    height: 160px;
    position: relative
}

.zhy-product__recommend:last-child {
    margin-right: 0
}

.zhy-product__recommend:hover .zhy-product__recommend-link+.zhy-product__recommend-hd {
    color: #05d
}

.zhy-product__recommend-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.zhy-product__recommend-hd {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #000
}

.zhy-product__recommend-title {
    font-weight: 500;
    font-size: 20px;
    color: inherit;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zhy-product__recommend-title a {
    color: inherit
}

.zhy-product__recommend-title a:hover {
    color: #05d
}

.zhy-product__recommend .zhy-tag {
    margin-left: 8px;
    white-space: nowrap
}

.zhy-product__recommend-desc {
    font-size: 14px;
    color: #3d485d;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zhy-product__recommend-prices {
    flex: 1
}

.zhy-product__recommend-real-price em {
    margin-right: 4px;
    font-weight: 500;
    font-size: 28px;
    color: #f64041;
    line-height: 36px
}

.zhy-product__recommend-real-unit {
    font-weight: 600;
    font-size: 14px;
    color: #f64041;
    line-height: 22px
}

.zhy-product__recommend-btns {
    margin-top: 16px;
    display: flex;
    position: relative;
    z-index: 2
}

.zhy-product__recommend-btns .zhy-btn {
    flex: 1;
    margin-left: 12px;
    min-width: 0;
    padding: 0 12px
}

.zhy-product__recommend-btns .zhy-btn:first-child {
    margin-left: 0;
    position: relative
}

.zhy-product .zhy-product-set__list {
    margin: -22px -10px
}

.zhy-product .zhy-product-set__list>li {
    width: 33%;
    padding: 22px 12px
}

.zhy-product--multi .zhy-product__detail {
    display: flex;
    padding: 40px 60px;
}

.zhy-product--multi .zhy-product__detail-side {
    width: 350px;
    margin-right: 100px;
    margin-bottom: 0
}

.zhy-product--multi .zhy-product__detail-main {
    flex: 1;
    width: 1px
}

.zhy-product--multi .zhy-product__recommends {
    display: block
}

.zhy-product--multi .zhy-product__recommend {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px
}

.zhy-product--multi .zhy-product__recommend:last-child {
    margin-bottom: 0
}

.zhy-product--multi .zhy-multi-tabs .zhy-multi-tabs__item .zhy-multi-tabs__item-icon.is-enter {
    -webkit-animation: zhy-product-multi__icon-enter .5s steps(24) forwards;
    animation: zhy-product-multi__icon-enter .5s steps(24) forwards
}

.zhy-product--multi .zhy-multi-tabs .zhy-multi-tabs__item .zhy-multi-tabs__item-icon.is-leave {
    -webkit-animation: zhy-product-multi__icon-leave .5s steps(24) forwards;
    animation: zhy-product-multi__icon-leave .5s steps(24) forwards
}

@-webkit-keyframes zhy-product-multi__icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -1440px
    }
}

@keyframes zhy-product-multi__icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -1440px
    }
}

@-webkit-keyframes zhy-product-multi__icon-leave {
    0% {
        background-position: 0 -1440px
    }

    to {
        background-position: 0 0
    }
}

@keyframes zhy-product-multi__icon-leave {
    0% {
        background-position: 0 -1440px
    }

    to {
        background-position: 0 0
    }
}

@media screen and (min-width: 1440px) {
    .zhy-view-l .zhy-product__tab-bd {
        padding:40px 60px
    }

    .zhy-view-l .zhy-product__recommend {
        margin-right: 30px
    }

    .zhy-view-l .zhy-product__recommend:last-child {
        margin-right: 0
    }

    .zhy-view-l .zhy-product .zhy-product-set__list>li {
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .zhy-view-l .zhy-product--multi .zhy-product__recommend {
        margin-right: 0
    }
}

@media screen and (max-width: 1200px) {
    .zhy-product__tab.zhy-tabs .zhy-tabs__bar {
        width:160px
    }

    .zhy-product__tab.zhy-tabs .zhy-tabs__item-cont {
        padding-left: 20px
    }

    .zhy-product__tab.zhy-tabs .zhy-tabs__item-icon {
        display: none
    }

    .zhy-product__tab.zhy-tabs .zhy-tabs__item.is-active .zhy-tabs__item-cont:after,.zhy-product__tab.zhy-tabs .zhy-tabs__item.is-active .zhy-tabs__item-cont:before {
        width: 160px
    }

    .zhy-product--multi .zhy-product__detail-side {
        padding-right: 0;
        margin-bottom: 40px
    }

    .zhy-product--multi .zhy-product__detail-main {
        width: auto
    }

    .zhy-product--multi .zhy-product__recommend:last-child {
        margin-bottom: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .zhy-product__section.zhy-section {
        padding-top:0
    }

    .zhy-product__section .zhy-section__inner {
        padding-top: 55px
    }

    .zhy-product .zhy-collapse__panel-bd {
        padding: 16px
    }

    .zhy-product .zhy-product-set__list {
        margin-top: -15px;
        margin-bottom: 0
    }

    .zhy-product .zhy-product-set__list>li {
        padding: 15px 10px
    }
}

@media screen and (max-width: 600px) {
    .zhy-product__recommends {
        display:block
    }

    .zhy-product__recommends .zhy-product__recommend-title {
        font-size: 16px;
        line-height: 24px
    }

    .zhy-product__recommends .zhy-product__recommend-btns {
        margin-top: 10px;
        max-width: 260px
    }

    .zhy-product__recommends .zhy-product__recommend-btns .zhy-btn {
        font-size: 12px
    }

    .zhy-product--multi .zhy-product__detail-side {
        margin-bottom: 32px
    }

    .zhy-product .zhy-collapse__panel-bd {
        padding: 16px
    }
}
.zhy-tag--bubble .zhy-tag__inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 8px;
    height: 22px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background-color: #f64041;
    border-radius: 2px;
    border-bottom-left-radius: 0;
}
.zhy-tag--bubble .zhy-tag__inner:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent #f64041 #f64041 transparent;
    border-style: solid;
    border-width: 2px 3px;
}