/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
}

.productAdvantage {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.productAdvantage .advantageDescriptions {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48.95%;
    padding: 40px 86px 68px 86px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.20);
            box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.20);

}

.productAdvantage .advantageDescriptions .advantagePic {
    margin-bottom: 24px;
    width: 64px;
    height: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0
}

.productAdvantage .advantageDescriptions .AdvantageTitle {
    text-align: center;
    font-size: 24px;
    
    font-family: MicrosoftYaHei, 微软雅黑;
    color: #000000;
    white-space: break-spaces;
    margin-bottom: 24px;
}

.productAdvantage .advantageDescriptions .AdvantageContent {
    font-size: 16px;
    line-height: 24px;
    font-family: MicrosoftYaHei, 微软雅黑;
    color: #666666;
}
@media only screen and (min-width: 800px) and (max-width: 1296px) {
    .productAdvantage {
        margin: 0 48px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1050px) {
    .productAdvantage .advantageDescriptions {
        padding: 40px 65px 34px 65px;
    }
}
@media only screen and (max-width: 800px) {
    .productAdvantage {
        margin: 0 auto;
        padding: 24px 20px 4px 20px;
 
    }
    .productAdvantage .advantageDescriptions {
    width: 100%;
    padding: 40px 56px 44px 56px;
    margin-bottom: 24px;
    }
    .productAdvantage .advantageDescriptions .advantagePic{
        margin-bottom: 16px;
        width: 80px;
        height: 80px;
    }
    .productAdvantage .advantageDescriptions .AdvantageTitle{
        text-align: center;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .productAdvantage .advantageDescriptions .AdvantageContent {
        font-size: 14px;
        line-height: 24px;
    }
}