.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), to(rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 100%), #FFFFFF;
}
.all .title {
  font-weight: bold;
  text-align: center;
}
.all .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  height: 78px;
  padding: 0 36px;
}
.all .w80 {
  width: 80px;
}
.all .w5 {
  width: 24%;
  padding-right: 20px;
}
.all .w1{
    width: 30%;
} 
.all .w2 {
  width: 15%;
  padding-right: 20px;
}
.all .w6 {
  width: 20%;
  padding-right: 20px;
}
.all .btm > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 36px;
}
.all .btm > div:nth-child(odd) {
  background: #EFF3F9;
}
.all .btm > div > div {
  padding: 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1700px){
    .all .top{
        height: 70px;
    }
}
@media screen and (max-width: 1200px){
    .all .top{
        height: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .box{
        overflow-x: auto;
    }
    .all .top{
        width: 1100px;
    }
    .all .btm{
        width: 1100px;
    }
}