body{
  background: #caf5fd;
}
.top_banner{
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.top_banner .container{
  display: flex;
  margin: 0;
  position: relative;
  align-items: center;

}
.top_banner .container > div{
  display: flex;
  align-items: center;
}
.top_banner .container > div:first-child{
  display: flex;
  align-items: flex-end;
}
.top_banner .container > div:first-child .logo_0{
  margin-left: 10px;
  padding-bottom: 5px;
}
.top_banner .container > div:last-child{
  position: absolute;
  right: 0;
}
.top_banner .myhomex{
  margin-left: 15px;
  cursor: pointer;
  padding-left: 15px;
  border-left: 1px rgba(0,0,0,0.2) dotted;
}
.bannerMain{
  position: relative;
  z-index: 2;
  background: url(../images/img/2.png) repeat-y;
}
.bannerMain > header{
  text-align: center;
  padding: 20px 10px 10px;
  position: relative;
  z-index: 1;
}
.bannerMain > header span{
  display: block;
  color: rgba(235, 39, 86, .85);
  line-height: 25px;
  font-size: 22px;
  letter-spacing: 1px;
  font-family: Arial;
  font-weight: bold;
}
.bannerMain > header span:nth-child(2){
  color: #1394de;
  padding-top: 5px;
}
.bannerDiv{
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  min-height: 72vh;
  position: relative;
  z-index: 1;
}
.bannerDiv ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.bannerDiv ul li{
  list-style: none;
  width: 50%;
  padding: 10px;
  
}
li.noA a{
  cursor: auto;
}
.bannerDiv ul li.noA a:hover {
  transform: scale(1);
}
.bannerDiv ul li a{
  border: 1px solid #21c9e8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.bannerDiv ul li a span{
  display: block;
  overflow: hidden;
}
.bannerDiv ul li img{
  width: 100%;
}
.bannerDiv ul li a:hover{
  transform: scale(1.05);
}
.bjBox{
  padding: 0;
  margin: 0;
  background: url(../images/img/1.png);
  
}
/* div.bannerMain::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -80px;
  background: url(https://www.etutormall.com/subscribe/img/2.png) no-repeat;
} */
div.foot::after{
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 85px;
  background: url(../images/img/3.png) no-repeat bottom;
}
.foot{
  position: relative;
  z-index: 1;
}


@media (max-width:1199px){
  .bannerMain{
    max-width: 970px;
    margin: auto;
  }
  .foot_right{
    display: none;
  }
}
@media (max-width:1024px){
  .top_banner .container{
    width: 100%;
    padding-left: 0;
  }
  .top_banner .icon_logo{
    height: 50px;
  }
  .top_banner .container > div:last-child > div{
    display: none;
  }
  .top_banner .myhomex{
    border: 0;
  }
  .bannerMain > header span{
    font-size: 18px;
    line-height: 20px;
  }
  .top_banner .myhomex{
    height: 45px;
  }
  .bannerDiv ul{
    padding: 0 5px;
  }
  .bannerDiv ul li{
    padding: 5px;
  }
}
@media (max-width:990px){
    .bannerMain{
      max-width: 950px;
    }
}
@media (max-width:734px){
  div.foot::after{
    bottom: 105px;
    background-size: 150%;
  }
}
@media (max-width:495px){
  div.foot::after{
    bottom: 130px;
  }
}
@media (max-width:480px){
  .bannerDiv ul li{
    width: 100%;
    padding: 5px 10px;
  }
}

@media (max-width:403px){
  div.foot::after {
    bottom: 155px;
  }
  .bannerMain{
    background-size: 250%;
  }
}