@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: normal;
    font-style: normal
}

*:focus {
    outline: none
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

.product-section {
    padding: 0 15px 0 15px;
}



.cpu_line {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.product-description {
    padding: 50px 10px 30px;
    font-weight: normal;
    font-size: 12px;
    line-height: 46px;
    color: #252b3a;
    text-align: center;
    color: #ffffff
}

.product-wrapper {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*background-color: #222;*/
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.product-body {
    margin: 0 25px
}

.product-body:after {
    content: "";
    width: 100%;
    height: 3px;
    background: url(/static/img/isv/productBase-features-model.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0
}

/*li*/
.features-item {
    position: relative;
    float: left
}

.features-slide .features-item > * {
    text-align: center
}

.features-item h4 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 50px;
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.1s
}

/*鼠标悬浮效果*/
.features-item:hover h4 {
    font-size: 15px;
    opacity: 0.9
}

.features-item i {
    position: absolute;
    width: 75%;
    height: 33px;
    background: url(/static/img/isv/productBase-features-timeline.png) no-repeat;
    background-size: contain;
    background-position: right center;
    left: -25%;
    margin-left: 10px;
    top: 35px;
    z-index: 3
}

.features-item .features-info {
    display: block;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    border-radius: 2px
}

.features-item .features-info .features-info-s {
    font-size: 13px;
    color: #FFFFFF;
    overflow: hidden;
    margin: 0;
}

.features-item.dark i {
    background: url(/static/img/isv/productBase-features-timeline-dark.png) no-repeat;
    background-size: contain;
    background-position: right center
}

.features-item:hover i {
    width: 75%;
    margin-left: 13px;
    background: url(/static/img/isv/productBase-features-timeline-hover.png) no-repeat;
    background-size: contain;
    background-position: right center
}

.features-item:hover a {
    background: url(/static/img/isv/productBase-features-info.png) no-repeat center;
    background-size: 50% 100%;
}

/*左右按钮*/
.swiper-button-prev {
    width: 30px;
    height: 45%;
    left: -15px;
    top: 50%;
    background: none;
    background-color: rgba(220, 220, 220, 0.1);
}

.swiper-button-prev:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(/static/img/isv/productBase-features-left.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 8px;
    left: 50%;
    margin-left: -7px;
}

.swiper-button-next {
    width: 30px;
    height: 45%;
    right: -15px;
    top: 50%;
    background: none;
    background-color: rgba(220, 220, 220, 0.1);
}

.swiper-button-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(/static/img/isv/productBase-features-right.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 8px;
    left: 50%;
    margin-left: -7px;
}

.application-process {
    width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-around;
    flex-wrap: wrap;
}

.application-process div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.application-process .process1 p {
    margin: 0;
}

.application-process div:last-child {
    cursor: pointer;
}

.ant-message {
    z-index: 9999!important
}
