/* 产品描述 */
.desc-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 389px;
    background: url(../image/product/explore/desc-bg.png) no-repeat top;
    background-size: 100% 100%;
}
.desc-content{
    display: flex;
    align-items: center;
    width: 1326px;
    box-sizing: border-box;
}
.desc-content .left-card h2{
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
}
.desc-content .right-card{
    flex: 1;
    margin-left: 354px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 38px;
}
/* 产品功能 */
.func-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 957px;
    background: url(../image/product/explore/func-bg.png) no-repeat top;
    background-size: 100% 100%;
}
.func-wrapper .func-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1326px;
    padding-top: 100px;
}

.func-wrapper .func-content > h2{
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    margin-bottom: 10px;
}

.func-wrapper .func-content > p{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 38px;
    margin-bottom: 50px;
    text-align: center;
}
.func-wrapper .func-content .card-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.func-wrapper .func-content .card-wrapper .card-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 390px;
    min-height: 240px;
}
.func-wrapper .func-content .card-wrapper .card-item:nth-child(2){
    margin: 0 78px;
}
.func-wrapper .func-content .card-wrapper .card-item:nth-child(5){
    margin: 0 78px;
}
.func-wrapper .func-content .card-wrapper .card-item:nth-child(n+4){
    margin-top: 55px;
}
.func-wrapper .func-content .card-wrapper .card-item img{
    width: 86px;
    height: 98px;
    margin-bottom: 26px;
}
.func-wrapper .func-content .card-wrapper .card-item h3{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 11px;
}
.func-wrapper .func-content .card-wrapper .card-item p{
    font-weight: 500;
    font-size: 14px;
    color: #595959;
    line-height: 24px;
    text-align: center;
}
/* 产品特点 */
.characteristic-warpper{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 711px;
    background: url(../image/product/explore/product-bg.png) no-repeat top;
    background-size: 100% 100%;
}
.characteristic-warpper .characteristic-content{
    width: 1326px;
    padding-top: 96px;
}
.characteristic-warpper .characteristic-content h2{
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}
.characteristic-warpper .characteristic-content .card{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 55px;
}
.characteristic-warpper .characteristic-content .card .card-item{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 643px;
    height: 189px;
    background: linear-gradient( 180deg, #F9FAFC 0%, #F9FAFC 51%, #F9FAFC 100%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 37px 23px 36px 35px;
}
.characteristic-warpper .characteristic-content .card .card-item .bg-num{
    position: absolute;
    right: 0;
    bottom: -30px;
    font-family: Impact;
    font-size: 140px;
    color: #E3E5EC;
    z-index: 1;
}
.characteristic-warpper .characteristic-content .card .card-item:nth-child(n+3){
    margin-top: 41px;
}
.characteristic-warpper .characteristic-content .card .card-item h3{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 11px;
    z-index: 2;
}
.characteristic-warpper .characteristic-content .card .card-item p{
    font-weight: 500;
    font-size: 14px;
    color: #595959;
    line-height: 24px;
    z-index: 2;
}