
.product-icon {
    background: #f5f7f9;
}

.product-icon .icon-scope {
    position: relative;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.product-icon .icon-scope .icon-list {
    position: relative;
    width: 900px;
    height: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-icon .icon-scope .icon-list .one-icon {
    width: 48px;
    height: 48px;
    position: relative;

}

.product-icon .icon-scope .icon-list .one-icon.active img {
    width: 72px;
    background: #fff;
    border-radius: 19px;
    border-radius: 19px;
    height: 72px;
    filter: drop-shadow(0 12px 36px rgba(0, 31, 111, .26));
}

.product-icon .icon-scope .icon-list .one-icon img {
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    padding:10px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-icon .icon-scope .icon-list .one-icon img:hover {
    width: 72px;
    height: 72px;
    -webkit-filter: drop-shadow(0 12px 36px rgba(0, 31, 61, .26));
    filter: drop-shadow(0 12px 36px rgba(0, 31, 61, .26));
}

/*! 产品动画 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.z-left-to-right {
    position: relative;
}

.z-left-to-right:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(180.04deg, #0065cc .03%, #0073eb 99.96%);
    background: linear-gradient(269.96deg, #0065cc .03%, #0073eb 99.96%);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.39, .575, .565, 1), -webkit-transform .3s cubic-bezier(.39, .575, .565, 1);
    transition: -webkit-transform .3s cubic-bezier(.39, .575, .565, 1), -webkit-transform .3s cubic-bezier(.39, .575, .565, 1);
    -o-transition: transform .3s cubic-bezier(.39, .575, .565, 1), transform .3s cubic-bezier(.39, .575, .565, 1);
    transition: transform .3s cubic-bezier(.39, .575, .565, 1), transform .3s cubic-bezier(.39, .575, .565, 1);
    transition: transform .3s cubic-bezier(.39, .575, .565, 1), transform .3s cubic-bezier(.39, .575, .565, 1), -webkit-transform .3s cubic-bezier(.39, .575, .565, 1), -webkit-transform .3s cubic-bezier(.39, .575, .565, 1);
    z-index: 0;
}

.z-left-to-right:hover .ani-text {
    position: relative;
    color: #fff !important;
    font-size: 16px;
    z-index: 1;
}

.z-left-to-right:hover:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.z-scale-fade-in {
    -webkit-animation: scale-fade-in .4s ease-in-out forwards;
    animation: scale-fade-in .4s ease-in-out forwards;
}

h1, p {
    margin: 0;
}

.product-info {
    max-width: 1200px;
    margin: 0 auto;

}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1 {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

[role=button] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

::selection {
    color: #fff;
    background: #1890ff;
}


.product-img {
    position: relative;
    width: 536px;
    height: 365px;
}

.product-img-scope {
    position: relative;
    border-radius: 28px;
}

.product-img-scope, .product-img-scope .phone-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-img-scope .phone-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    padding: 10px;
}

.product-img-scope:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #1b2733;
    border-radius: 28px;
    overflow: hidden;
}

.product-img-scope img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! 产品展示 */
.product-content {
    background: #fff;
    height: 780px;
}

.product-content .product-scope {
    padding-top: 80px;
    display: none;
    margin: 0 auto;
}

.product-content .product-scope .product-desc {
    margin-left: 120px;
    width: 640px;

}


.product-content .product-scope .product-desc .product-head h1 {
    font-weight: bold;
    font-size: 36px;
    color: #1b2733;
    margin-bottom: 5px;
}

.product-content .product-scope .product-desc .product-head p {
    font-size: 18px;
    color: #9da0a3;
    margin-bottom: 0;
}

.product-content .product-scope .product-desc .product-intro {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #1b2733;
}

.product-content .product-scope .product-desc .intro-card {
    position: relative;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-content .product-scope .product-desc .intro-card .card-item {
    width: 200px;
    min-width: 200px;
    height: 230px;
    background: #F5F7F8;
    border-radius: 8px;
    padding: 28px 30px 0;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    overflow: hidden;
}

.product-content .product-scope .product-desc .intro-card .card-item:last-child {
    margin-right: 0;
}

.product-content .product-scope .product-desc .intro-card .card-item .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #1b2733;
    margin-bottom: 0;
}

.product-content .product-scope .product-desc .intro-card .card-item .card-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #1b2733;
    text-align: justify;
}

.product-content .product-scope .product-desc .intro-card .card-item.active {
    background:linear-gradient(270deg, #0266cb .03%, #0674e8 99.9%);
}

.product-content .product-scope .product-desc .intro-card .card-item.active .card-desc, .product-content .product-scope .product-desc .intro-card .card-item.active .card-title {
    color: #fff;
}

.product-content .product-scope .product-desc .business-foot {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-content .product-scope .product-desc .intro-card .card-item .card-btn  {
    border-top: 1px solid rgba(196,200,204,.2);
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 140px;
    font-size: 12px;
    line-height: 35px;
    color: #556370;
    text-align: center;
}
.product-content .product-scope .product-desc .intro-card .card-item.active .card-btn,intro-card .card-item .card-btn:hover{
    color: #fff;
}
.product-content .product-scope .product-desc .business-foot .b-info {
    border: 1px solid #ebedef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    color: #556370;
    width: 200px;
    height: 52px;
    cursor: pointer;
    overflow: hidden;
}

.operate-wrap {
    position: absolute;
    left: 0;
    top: 0;
}

.operate-wrap, .swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-prev-banner {
    left: -60px;
}

.swiper-button-next-banner {
    right: -60px;
}

.swiper-button-next-banner, .swiper-button-prev-banner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ebedef;
    -webkit-box-shadow: 0 16px 60px rgba(0, 31, 61, .06);
    box-shadow: 0 16px 60px rgba(0, 31, 61, .06);
    cursor: pointer;
    outline: none;
}

.swiper-button-next-banner:before, .swiper-button-prev-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-button-next-banner .arrow-right, .swiper-button-prev-banner .arrow-left {
    position: absolute;
    left: 50%;
    top: 50%;
}

.swiper-button-next-banner:hover:before, .swiper-button-prev-banner:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: -o-linear-gradient(180.04deg, #0065cc .03%, #0073eb 99.96%);
    background: linear-gradient(269.96deg, #0065cc .03%, #0073eb 99.96%);
}

.swiper-button-next-banner:hover .arrow-right, .swiper-button-prev-banner:hover .arrow-left {
    background: url(https://www.zhiwintech.com/images/details/mfl/arrow-right_white.png) no-repeat;
    background-size: 100% 100%;
}

.swiper-button-next-banner .arrow-icon, .swiper-button-prev-banner .arrow-icon {
    width: 14px;
    height: 8px;
    color: #1b2733;
}

.swiper-button-prev-banner .arrow-left {
    background: url(https://www.zhiwintech.com/images/details/mfl/arrow-right_black.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-button-next-banner .arrow-right {
    background: url(https://www.zhiwintech.com/images/details/mfl/arrow-right_black.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*! 产品css动画 */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes scale-fade-in {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .6;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-fade-in {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .6;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.show-product{
    display: -webkit-box !important;
}
