.swiper-container {
    height: 575px;
    background-image: url('../images/advantage/img_bg.png');
    background-size: 100% 100%;
}
.banner1-fr {
    top: 100px;
}
.banner-title {
    padding-top: 209px;
}
.mainCenterBodyContent{
    padding-bottom: 80px;
}
.centerStrengthsModal {
    display: flex;
    padding-top: 121px;
    position: relative;
}
.sameItem {
    width: 50%;
    height: 443px;
    background: #E9F0FF;
    border-radius: 5px 0px 0px 5px;
}
.trandition{
    background: #FFF4E5;
    margin-left: 5px;
}
.centerVsIcon{
    display: inline-block;
    width: 196px;
    height: 142px;
    background-image: url('../images/advantage/vs.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
}
.sameItem .title {
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #2C68FF;
    font-weight: bold;
    font-size: 24px;
}
.trandition .title {
    background-color: #FF9501;
    color: #fff;
}
.mainStrengthPart {
    margin-top: 51px;
}
.strengthItem {
    width: 450px;
    height: 46px;
    background: #DAE6FF;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    color: #161A25;
    font-size: 16px;
    margin: auto;
    margin-bottom: 16px;
}
.trandition .strengthItem {
    background-color: #FFECD1;
}
.trandition .strengthItem.noclude {
    color: #D7B584;
}

.systemComparePart {
    display: flex;
    margin-top: 30px;
}
.systemItem {
    width: 50%;
    height: auto;
    background-color: #E9F0FF;
    padding-bottom: 20px;
}
.systemItem .title {
    text-align: center;
    height: 60px;
    background: #2C68FF;
    line-height: 60px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
}
.trandition.systemItem {
    background-color: #FFF4E5;
}
.trandition .title {
    background-color: #FF9501;
}
.bottomPartLine{
    margin-top: 16px;
}
.systemCompareItem{
    width: 450px;
    height: 46px;
    background: #DAE6FF;
    border-radius: 5px;
    line-height: 46px;
    text-align: center;
    color: #161A25;
    font-size: 16px;
    margin: auto;
    margin-bottom: 16px;
    position: relative;
}
.defferantColor{
    color: #2C68FF;
}
.trandition .systemCompareItem {
    background-color: #FFECD1;
}
.trandition .systemCompareItem.noclude {
    color: #D7B584;
}
.arrowIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/advantage/arrow.png');
    background-size: 100% 100%;
    position: absolute;
    right: 19px;
    top: 14px;
}
.explainMainContent{
    height: auto;
    min-height: 185px;
    background: #E9F0FF;
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
}
.explainMainContent .headerTitle {
    color: #2C68FF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.explainMainContent .content {
    font-size: 15px;
    color: #161A25;
    line-height: 25px;
}
