.DataColCompared{
    height: 610px;
    min-width: 1349px;
    background: #e8f1f8;
    overflow: hidden;
}
.DataColCompared>section{
    width: 1000px;
    height: 610px;
    margin: 0 auto;
    padding: 0 20px;
    /*border:1px solid red;*/
}
.DataColCTitle{
    font-size: 16px;
    font-weight: bold;
    width: 288px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 30px auto;
    border-bottom: 2px solid #2ea8fe;
}
/*表格*/
.DataColCompared>section>table{
    font-size: 14px;
}
.tableHeader{
    text-align: center;
    background: #2ea8fe;
    color:white;
    font-size: 18px;
}
.DataColCompared>section>table tr:nth-child(even){
    background: #ecf7ff;
}
.DataColCompared>section>table tr:nth-child(odd){
    background: white;
}
.LastTr td{
    background: #b9e2ff;
    color: #0684e1;
    font-size: 16px;
}
.DataColCompared>section>table tr td>span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #9dd3f9;
    text-align: center;
    line-height: 20px;
    margin: 0 10px 0 30px;
}
/*大数据上传的功能模块*/
.funcModule{
    height: 950px;
    min-width: 1349px;
    overflow: hidden;
    /*border:1px solid red;*/
}
.funcModule>section{
    width: 1000px;
    height: 920px;
    padding:0 20px;
    margin: 0 auto;
    /*border:1px solid red;*/
}
.funcModuleTitle{
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
    /*border:1px solid red;*/
}
.funcModuleTitle>span{
    display: inline-block;
    vertical-align:middle;
    font-size:20px;
}
.longLine{
    width: 40px;
}
.shortLine{
    width: 5px;
}
.longLine,.shortLine{
    height: 4px;
    background: #2ea8fe;
}
/*三张图片*/
.ThreeImg{
    margin-top: 15px;
    /*border:1px solid red;*/
}
.ThreeImg>div{
    float: left;
    position: relative;
    width: 300px;
    height: 230px;
    overflow: hidden;
    /*border: 1px solid red;*/
}
.ThreeImg>div>img{
    font-size: 0;
}
.ThreeImg>div>p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: absolute;
    left: 0;
    top:136px;
    line-height: 24px;
    /*border:1px solid red;*/
}
.ThreeImg>div>p>span{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    /*border:1px solid red;*/
}
.ThreeImg>div>p>span:first-child{
    width: 8px;
    height: 8px;
    background: #38bcfc;
    transform: rotate(45deg);
    left:10px;
    top:0;
}
.ThreeImg>div>p>span:last-child{
    width: 260px;
    left: 30px;
    top: -8px;
}
.TwoP>span:first-child{
    top:50px !important;
}
.TwoP>span:last-child{
    top:41px !important;
}
.ThreeImg>div:nth-child(2){
    margin: 0 50px;
}


.LBtitle{
    /*border: 1px solid red;*/
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.LBtitle>span{
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    left: 384px;
    top: -7px;
    display: inline-block;
    width: 230px;
}