.shop-system { width:1200px;}


.mallSystem{
    background-image: url('../images/shop_gnt.png');
    background-repeat: no-repeat;
    margin-top: 146px;
    background-position: center center;
    background-size: 1200px 500px;
    height: 546px;
}
.shop-system .mallSystem-title {
	text-align:center;
    font-size: 32px;
    line-height: 32px;
    padding: 80px 0 24px 0;
}
.shop-system .text { text-align: center;font-size: 16px;color: #868686;}

.mallSystem .advantage-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.mallSystem .advantage-wrap .advantage-box {
    position:absolute;
    width: 208px;
    background:rgba(255,255,255,0.8);
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.12);
    z-index:0;
}

.ad-aniamte1 {
    animation: top 1.2s linear infinite alternate;
    -ms-animation:top 1.2s linear infinite alternate;
    -moz-animation:top 1.2s linear infinite alternate;
    -webkit-animation:top 1.2s linear infinite alternate;
    -o-animation:top 1.2s linear infinite alternate;
}
.ad-aniamte2 {
    animation: top 1.2s linear 0.8s infinite alternate;
    -ms-animation:top 1.2s linear 0.8s infinite alternate;
    -moz-animation:top 1.2s linear  0.8s infinite alternate;
    -webkit-animation:top 1.2s linear 0.8s infinite alternate;
    -o-animation:top 1.2s linear 0.8s infinite alternate;
}
.ad-aniamte3 {
    animation: top 1.2s linear 0.4s infinite alternate;
    -ms-animation:top 1.2s linear 0.4s infinite alternate;
    -moz-animation:top 1.2s linear  0.4s infinite alternate;
    -webkit-animation:top 1.2s linear 0.4s infinite alternate;
    -o-animation:top 1.2s linear 0.4s infinite alternate;
}
@keyframes top {
   0% {
       transform: translateY(0px);
   }
    100% {
        transform: translateY(10px);
    }
}

@-ms-keyframes top {
    from {
        -ms-transform: translateY(0px);
    }
    to {
        -ms-transform: translateY(10px)
    }
}

@-moz-keyframes top {
    from {
        -moz-transform: translateY(0px)
    }
    to {
        -moz-transform: translateY(10px)
    }
}

@-webkit-keyframes top {
    from {
        -webkit-transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(10px)
    }
}

@-o-keyframes top {
    from {
        -o-transform: translateY(0px)
    }
    to {
        -o-transform: translateY(10px)
    }
}

.mallSystem .advantage-wrap .ad-top-left {
    height: 92px;
    top: -25px;
    left: 155px;
}

.mallSystem .advantage-wrap .ad-top-right {
    height: 72px;
    top: -5px;
    right: 140px;

}

.mallSystem .advantage-wrap .ad-bottom {
    height: 112px;
    top: 125px;
    left: 411px;
}

.mallSystem .advantage-wrap .triangle-left:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid rgba(0,0,0,0.03);
    border-left: 15px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    left: -15px;
    z-index: -1;
}

.mallSystem .advantage-wrap .triangle-left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-left: 12px solid transparent;
    /*transform:  rotateY(180deg);*/
    /*top: 55px;*/
    bottom: 20px;
    left: -12px;
    z-index: -1;

}

.mallSystem .advantage-wrap .triangle-right:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid rgba(0,0,0,0.03);
    border-right: 15px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    right: -15px;
    z-index: -1;
}

.mallSystem .advantage-wrap .triangle-right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-right: 12px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    right: -12px;
    z-index: -1;

}

.mallSystem .advantage-wrap .advantage-box .advantage-list {
    display: flex;
    /*flex-wrap: nowrap;*/
    width: 100%;
    height: 100%;
    align-items: center;
}



.mallSystem .advantage-wrap .advantage-box .advantage-list .advantage-list-content{
    display: flex;
    /*flex-direction: column;*/
    /*margin-right: 20px;*/
    flex-wrap: wrap;
    margin-left: 16px;
    align-content: space-between;
}

.mallSystem .advantage-wrap .advantage-box .advantage-list .advantage-list-content .advantage-item {
    font-size: 12px;
    color: #868686;
    display: flex;
    align-items: center;
    width: 76px;
    /* padding-top: 8px;sw */
    margin-right: 20px;
}

.mallSystem .advantage-wrap .advantage-box .advantage-list .advantage-list-content .advantage-item img{
    width: 12px;
    height: 12px;
    margin: 0;
    margin-right: 4px;
}

.ablity-card {
    width: 280px;
    height: 106px;
    position: relative;
    background-color:rgba(255,255,255,0.8);
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.12);
}

.ab-top{
    top: -70px;
    left: -25px;
}

.ab-mid-left{
    top: 5px;
    left: -55px;
}

.ab-mid-right{
    top: 5px;
    right: -35px;
}

.ablity-card:after{
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    bottom: -16px;
    position: absolute;
    border-top: 16px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.ablity-card:before{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    border-width: 18px 9px 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.03) transparent transparent ;
}

.ablity-card .ab-title {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.ablity-card .ab-theme-yellow {
    background-color: #fa6d1e;
}

.ablity-card .ab-theme-orange {
    background-color: #fa9e00;
}

.ablity-card .ab-theme-blue {
    background-color: #478cff;
}

.ablity-card .ab-mess {
    text-align: center;
    vertical-align: middle;
    color: #868686;
    font-size: 14px;
    width: 240px;
    margin: 12px auto 0;
    line-height: 22px;
}

.ad-aniamte1 {
    animation: top 1.2s linear infinite alternate;
    -ms-animation:top 1.2s linear infinite alternate;
    -moz-animation:top 1.2s linear infinite alternate;
    -webkit-animation:top 1.2s linear infinite alternate;
    -o-animation:top 1.2s linear infinite alternate;
}
.ad-aniamte2 {
    animation: top 1.2s linear 0.8s infinite alternate;
    -ms-animation:top 1.2s linear 0.8s infinite alternate;
    -moz-animation:top 1.2s linear  0.8s infinite alternate;
    -webkit-animation:top 1.2s linear 0.8s infinite alternate;
    -o-animation:top 1.2s linear 0.8s infinite alternate;
}
.ad-aniamte3 {
    animation: top 1.2s linear 0.4s infinite alternate;
    -ms-animation:top 1.2s linear 0.4s infinite alternate;
    -moz-animation:top 1.2s linear  0.4s infinite alternate;
    -webkit-animation:top 1.2s linear 0.4s infinite alternate;
    -o-animation:top 1.2s linear 0.4s infinite alternate;
}
@keyframes top {
   0% {
       transform: translateY(0px);
   }
    100% {
        transform: translateY(10px);
    }
}

@-ms-keyframes top {
    from {
        -ms-transform: translateY(0px);
    }
    to {
        -ms-transform: translateY(10px)
    }
}

@-moz-keyframes top {
    from {
        -moz-transform: translateY(0px)
    }
    to {
        -moz-transform: translateY(10px)
    }
}

@-webkit-keyframes top {
    from {
        -webkit-transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(10px)
    }
}

@-o-keyframes top {
    from {
        -o-transform: translateY(0px)
    }
    to {
        -o-transform: translateY(10px)
    }
}

.mallSystem .advantage-wrap .ad-top-left {
    height: 92px;
    top: -25px;
    left: 155px;
}

.mallSystem .advantage-wrap .ad-top-right {
    height: 72px;
    top: -5px;
    right: 140px;

}

.mallSystem .advantage-wrap .ad-bottom {
    height: 112px;
    top: 125px;
    left: 411px;
}

.mallSystem .advantage-wrap .triangle-left:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid rgba(0,0,0,0.03);
    border-left: 15px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    left: -15px;
    z-index: -1;
}

.mallSystem .advantage-wrap .triangle-left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-left: 12px solid transparent;
    /*transform:  rotateY(180deg);*/
    /*top: 55px;*/
    bottom: 20px;
    left: -12px;
    z-index: -1;

}

.mallSystem .advantage-wrap .triangle-right:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid rgba(0,0,0,0.03);
    border-right: 15px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    right: -15px;
    z-index: -1;
}

.mallSystem .advantage-wrap .triangle-right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-right: 12px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    right: -12px;
    z-index: -1;

}

