
.solutionModule{
    padding-top:92px;
}
.solutionModule .solutionMTitles {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 40px;
}
.solutionModule .solutionMTitles span{
    border-bottom: 2px solid #1ec9d4;
}
.solutionModule .solutionMCon{
    line-height: 1.7;
    color:#666;
}
.solutionModule .solutionFramImg{
    width: 1200px;
    height: 695px;
}
.solutionApplay .applayRow{
    margin-left:-8px;
    margin-right:-8px;
    margin-bottom: 16px;
}
.solutionApplay .applayItem{
    width:592px;
    margin-left:8px;
    margin-right:8px;
    box-sizing:border-box;
    padding:30px;
}
.solutionApplay .applayItem a{
    display: block;
}
.solutionApplay .applayItem:hover{
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.05);
}
.item-hover-shadows {
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .28s ease-in-out;
    transition: -webkit-box-shadow .28s ease-in-out;
}
.solutionApplay .applayLogo{
    width: 90px;
    height: 90px;
}
.solutionApplay .applayConWrap{
    padding-left:30px;
    width: 411px;
}
.solutionApplay .applayConWrap .applayTitle{
    font-size:18px;
    line-height: 1;
}
.solutionApplay .applayConWrap .applayCon{
    height: 100px;
    margin:14px 0;
    font-size: 14px;
    color: #666;
}
.solutionBy .byrow{
    margin-bottom: 25px;
}
.solutionBy .byrow .byItem{
    padding:8px;
    box-sizing: border-box;
    width: 294px;
    height: 420px;
    margin-right:16px;
    margin-left: -8px;
}
.solutionBy .byrow .byItem:nth-child(4){
    margin-right: 0;
}
.solutionBy .byrow .byItem:nth-child(1){
    margin-left: 0;
}
.solutionBy .byrow .byItem:hover{
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

.solutionBy .byrow .byItem .imgWrap{
    background: url("https://www.antenant.com/cloud/images/solution/solutionZnzzBybg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    width: 278px;
    height: 216px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
.solutionBy .byrow .byItem .imgWrap .byImglogo {
    max-width: 278px;
    height: 216px;
}
.solutionBy .byrow .byItem .itemTitle{
    background-color: #f6f6f6;
    padding: 5px 8px;
    font-size: 16px;
}
.solutionBy .byrow .byItem .textMuted{
    padding-left: 10px;
    list-style-type: none;
    line-height: 1.8;
    margin: 8px 0 0;
    box-sizing: border-box;
    color:#999;
    font-size: 12px;
}
.realizationFunction .functionRow{
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom:16px;
}
.realizationFunction .functionItem{
    border: 1px solid #e8e8e8;
    padding: 17px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin:0 8px;
    width: 196px;
}
.purchaseNow{
    width: 100%;
    height:150px;
    background: url("https://www.antenant.com/cloud/images/solution/buyNow.png") no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
     text-align: center;
    justify-content: center;

}
.buyNow{
    background:#fff;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 57px;
    border:1px solid #1fc9d4;
    height: 36px;
    line-height: 36px;
}
.buyNow a{
    color: #1fc9d4;
    display: block;
}
.buyNow:hover{
    background: rgba(255,255,255,0.7)
}
.buyNow:active{
background: rgba(255,255,255,1)
}