.product-page {
    background: #f6f8fd!important;
}
/*banner*/
.product-page .product-bg {
    background: url("img/banner.png") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    padding-top: 131px;
    margin-top: 28px;
    margin-bottom: 59px;
}
.product-page .product-banner-content {
    width: 1200px;
    margin: 0 auto;
}
.product-page .product-title {
    display: block;
}
.product-page .product-app-content {
    width: 323px;
}
.product-app-content .app-item {
    width: 280px;
    height: 78px;
    /*background: linear-gradient( 90deg, rgba(255,255,255,0.8) 25%, rgba(255,255,255,0.35) 100%);*/
    /*box-shadow: 0px 2px 16px 0px rgba(16,60,231,0.1);*/
    border-radius: 73px 73px 73px 73px;
    border: 1px solid #ffc600;
    margin: 5px auto 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    /*font-weight: bold;*/
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.product-app-content .app-item-bg {
    /*background: linear-gradient(90deg, #ffa644 0%, #ffc600 100%);*/
    /*width: 280px;*/
    /*height: 78px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -78px;*/
    /*transition: bottom 0.3s;*/
    background: linear-gradient(90deg, #ffa644 0%, #ffc600 100%);
    width: 280px;
    height: 78px;
    position: absolute;
    left: -280px;
    bottom: 0;
    transition: left 0.3s;
}
.product-app-content .app-item:hover {
    color: #fff;
}
.product-app-content .app-item:hover .app-item-bg {
    /*bottom: 0;*/
    left: 0;
}
.product-app-content .app-item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-app-content .app-item img {
    margin-right: 19px;
}
.product-app-content .app-item:last-child img {
    margin-right: 24px;
}

.product-content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.product-content-title {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.product-content .swiper-container {
    position: relative;
}
.product-content .swiper-wrapper {
    width: 1150px;
    margin: 0 auto;
}
.product-content .swiper-slide img {
    box-shadow: 0px 2px 16px 0px rgba(16, 60, 231, 0.1);
    border-radius: 40px;
}
.product-content .swiper-slide-active img {
    margin-left: 40px;
}
.product-content .swiper-slide-next img {
    margin-left: 20px;
}
.product-content .swiperButtonBox {
    display: flex;
    justify-content: space-between;
    /*margin: 30px 0 50px;*/
    position: absolute;
    width: 1190px;
    top: 250px;
    z-index: 999;
    left: 10px;
}
.product-content .swiperStoryPrev {
    height: 42px;
    width: 42px;
    background-image: url(img/prev.png);
    background-size: 100%;
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.product-content .swiperStoryNext {
    height: 38px;
    width: 38px;
    background-image: url(img/next.png);
    background-size: 100%;
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.product-content .swiperStoryPrev:hover,
.product-content .swiperStoryNext:hover {
    box-shadow: 0px 2px 16px 0px rgba(16, 60, 231, 0.1);
    border-radius: 50%;
}
