@media screen and (max-width: 750){

}
.header{
  background: url('https://www.eol.cn/e_zjyun/release/images/rengong/banner_zaixiankefu.jpg') center no-repeat;
  background-size: contain;
  overflow: hidden;
  background-color: #ECF2FF;
}
.custon-relax-tab{
  width:1200px;
  margin:0px auto 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
}
.custon-relax-tab li{
  width:25%;
  text-align: center;
  font-size: 18px;
  color: #363738;
  letter-spacing: 0;
  line-height: 32px;
  cursor: pointer;
}
.custon-relax-tab li.on{
  color: #0054FF;
  font-weight: bold;
  position: relative;
}
.custon-relax-tab .on::after{
  content:'';
  display: inline-block;
  width: 0px;
  height:0px;
  border: 16px solid;
  border-color: transparent transparent rgba(0,115,255,0.03) transparent;
  position: absolute;
  bottom: -24px;
  left: 133px;
}
.custon-relax-icon{
  width:32px;
  height:32px;
  margin-right:10px;
}
.custon-relax-item{
  width:1200px;
  margin:0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content:space-between;
  padding-top: 92px;
  display: none;
}
.custon-relax-item.active{
  display: flex;
  display: -webkit-flex;
}
.custon-relax-littleimg{
  width: 72px;
  height:72px;
  margin-right:20px;
}
.custon-relax-item-li{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content:flex-start;
  align-items: center;
}
.custon-relax-item-li+.custon-relax-item-li{
  margin-top:60px
}
.relax-item-title{
  font-size: 18px;
  color: #363738;
  font-weight: bold;
}
.functions-cont{
  background: #0073FF;
  box-shadow: 0px 4px 20px 0px rgba(0,84,255,0.05);
}
.functions-cont ul{
  width:1200px;
  margin:0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content:space-between;
  border-left:1px solid #ffffff99;
  border-right:1px solid #ffffff99;
}
.functions-cont ul+ul{
  border-top:1px solid #ffffff99;
}
.functions-cont ul li.functions-item{
  text-align: center;
  width: 25%;
  height:240px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
 flex-direction: column;
 -webkit-transition: background ease 500ms;
 transition: background ease 500ms; 
}
.functions-cont ul li.functions-item+.functions-item{
  border-left:1px solid #ffffff99;
}
.functions-cont ul li.functions-item:hover{
  /* background: #3cc16e; */
  /* background: linear-gradient(45deg, #FFFFFF, #DEECFF); */
  background-color: #DEECFF;
  box-shadow: 0px 5px 23px 0px rgba(26,48,87,0.1);
  /* transition: background-image 1000ms 0ms ease; */
  /* animation:gradient-move ease-in-out infinite; */
}
/* @keyframes gradient-move {
  0% {
    background-color: #0073FF;
  }
  100% {
    background: linear-gradient(45deg, #FFFFFF 0%, #DEECFF 100%);
  }
} */
.functions-cont ul li.functions-item:hover .function-descript{
  display: block;
}
.functions-cont ul li.functions-item:hover .function-name{
  color: #363738;
  margin-top:20px;
}
.functions-cont ul li.functions-item:hover .functions-icon{
  margin-top:42px;
}
.functions-icon{
  margin-top:65px;
  width:56px;
  height:56px;
}
.function-name{
  margin-top:30px;
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
.function-descript{
  font-size: 16px;
  color: #656667;
  margin-top:10px;  
  display: none;
}
.example-cont{
  width:488px;
}
.example-cont-item{
  display: flex;
  display: -webkit-flex;
  /* justify-content: space-between;
  -webkit-justify-content:space-between; */
  margin-top:47px;
}
.example-cont-col2{
  width: 220px;
}
.example-title{
  font-size: 16px;
  color: #363738;
  line-height: 16px;
  font-weight: bold;
  margin:20.5px 0 10px 0;
}
.example-tip{
  font-size: 14px;
  color: #656667;
  line-height: 16px;
  text-align: justify;
}
.miaoshu{
  margin-top: 10px;;
}
