@charset "UTF-8";

body {
    background-color: #f7f8f9;
}

.top-banner {
    background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%), var(--bg-banner-img, url(/images/banners/product.png)) no-repeat;

}

/* .top-banner .product-title {
  margin: 0;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
}
.top-banner .sub-title {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}
.top-banner .description {

  text-align: center;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 79px;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  list-style-image: url(/images/checked.png);
} */

.detail {
    margin-top: -55px;
    min-height: 700px;
    background-color: white;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.detail .header {
    height: 55px;
    border-bottom: 1px solid #ebedf0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 50px;
}

.detail .content {
    padding: 60px 80px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.detail .content.more-products {
    /*display: none;*/
    justify-content: center;
    padding: 5px 110px 100px
}

.detail .content.more-products.show {
    display: flex;
}

.detail .content.more-products ul {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.detail .content.more-products ul li {
    display: flex;
    margin-bottom: 24px;
}

.detail .product-intro {
    padding: 40px 90px;
}

.detail .product-intro .product-header {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 18px;
    position: relative;
}

.detail .product-intro .product-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.detail .product-intro .product-section {
    margin-bottom: 60px;
    font-size: 15px;
    color: #727A80;
    line-height: 28px;
}

.detail .product-intro .product-section:last-child {
    margin-bottom: 20px;
}

.flow-chart,
.screenshot {
    width: 800px;
    height: 450px;
    margin: 10px auto;
    position: relative;
}

.flow-chart-swiper {
    overflow: hidden;
    width: 800px;
}

.flow-chart-swiper img,
.screenshot-swiper img {
    width: 800px;
    height: 450px;
}

.screenshot-swiper {
    overflow: hidden;
    width: 800px;
}

.detail .content.more-products ul li {
    display: flex;
    align-items: stretch;
}

.detail .content.more-products ul li .dynimac-background {
    display: flex;
    align-items: center;
    width: 350px;
    padding: -5px 0;
}

.detail .content.more-products ul li .products {
    display: flex;
    flex-wrap: wrap;
    width: 780px;
    margin-left: 20px;
}

.detail .content.more-products ul li .product {
    display: inline-block;
    text-align: center;
    line-height: 64px;
    width: 380px;
    height: 64px;
    background: #F1F1F1;
    color: #666666;
    margin-right: 10px;
    margin-bottom: 10px;

}

.detail .content.more-products ul li .product:last-child {
    margin: 0;
}

.detail .content.more-products ul li .swiper {
    overflow: hidden;
    width: 760px;
    display: flex;
}

#products .products-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
}

.products-cate {
    /* background-color: rgba(255,0,0,.3); */
}

.products-cate-name {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid transparent;
    position: relative;
}

.products-cate-name::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 2px);
    bottom: 0;
    height: 2px;
    width: 40px;
    background: linear-gradient(90deg, #E94A3B 0%, #E94A3B 49%, #F5A14E 100%);
}

.products-cate-items {
    padding-top: 10px;

}

.products-cate-items .product-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

}

.products-cate-items .product-item {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    position: relative;
}

.products-cate-items .product-item:hover {
    color: white;
}

.products-cate-items .product-item:hover::before {
    opacity: 1 !important;
}

.products-cate-items .product-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--bg-product-itemcolor);
    opacity: 0.25;
}

.products-cate-items .product-item:nth-child(2n)::before {
    opacity: 0.1;
}

.more-products#products .products-list {
    display: block;
}
.more-products#products .products-list .products-cate {
    width: 380px;
    display: inline-block;
}

.level1-products {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.level1-products .product-item {
    width: 380px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    position: relative;
    margin-bottom: 20px;
}
.level1-products .product-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--bg-color);
    opacity: 0.25;
}

.level1-products .product-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

}

.level1-products .product-item:hover {
    color: white;
}

.level1-products .product-item:hover::before {
    opacity: 1 !important;
}

.product-catalog {
    display: flex;
    margin: 0 60px;
}

.product-catalog>div {
    flex: 1;
    margin-right: 40px;
}
.product-catalog>div:last-of-type {
    margin-right: 0;
}

.product-catalog .catalog-innerbox {
    margin-bottom: 20px;
}
.product-catalog .catalog-innerbox .catalog-innerbox-header {
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}
.product-catalog .catalog-innerbox .catalog-innerbox-body {
    border: 1px dashed #EBEBEB;
    border-top-width: 0;
    padding: 30px;
}

.product-catalog .catalog-innerbox .catalog-innerbox-body>a {
    display: block;
    background: #F8F9FA;
    font-size: 14px;
    color: #333;
    line-height: 48px;
    margin-bottom: 10px;
    text-align: center;
}
.product-catalog .catalog-innerbox .catalog-innerbox-body>a:hover {
    background-color: #FFFAF7;
}
.product-catalog .catalog-innerbox .catalog-innerbox-body>a:last-of-type {
    margin-bottom: 0;
}


.product-catalog .catalog-innerbox .catalog-innerbox-body .cate-box {
    margin-bottom: 15px;
}
.product-catalog .catalog-innerbox .catalog-innerbox-body .cate-box:last-of-type {
    margin-bottom: 0;
}

.product-catalog .catalog-innerbox .catalog-innerbox-body .cate-box .cate-box-title {
    color: #27A3D2;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 19px;
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
}

.product-catalog .catalog-innerbox .catalog-innerbox-body .cate-box .cate-box-body {
    padding: 5px 0;
}
.product-catalog .catalog-innerbox .catalog-innerbox-body .cate-box .cate-box-body > span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    width: 163px;
    line-height: 20px;
    margin:10px 0;
}
.product-catalog .catalog-innerbox .catalog-innerbox-body a:hover {
    color: #f44712;
}


a.link-btn {
    all: unset;
    display: inline-block;
    width: 180px;
    height: 40px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
}
a.link-btn:hover {
    color: #fff;
    opacity: 0.8;
}

/*# sourceMappingURL=product.css.map */