#app {
  padding: unset;
}
.banner-wrap {
  /*height: 100vh;*/
}
.banner-wrap img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}
@media screen and (max-width: 720px) {
  #app {
    padding: 60px 0 0;
  }
  .banner-wrap {
    height: unset;
  }
  .banner-wrap img {
    width: 100%;
  }
}
.panel-wrap {
  /*width: 70%;*/
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15);
  border-radius: 20px;
  font-family: "Impact";
  padding: 60px 0 120px;
  transform: translateY(-120px);
}
.panel-wrap header {
  text-align: center;
}
.panel-wrap h2 {
  font-size: 54px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #053991;
  line-height: 1;
  margin: 0;
  transform: translateY(-70px);
}
.panel-wrap small {
  font-size: 80px;
  font-family: Impact;
  font-weight: 400;
  color: #053991;
  line-height: 145px;
  opacity: 0.1;
}
.panel-wrap .list {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.panel-wrap .tel {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #053991;
  line-height: 1;
  margin: 27px 0 24px;
  transition: all .3s ease;
}
.panel-wrap .col {
  padding: unset;
  text-align: center;
  position: relative;
}
.panel-wrap .col:hover .tel {
  font-size: 30px;
}
.panel-wrap .col small {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #656565;
  opacity: 1;
  line-height: 1;
}
.panel-wrap .col + .col::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 148px;
  background: #CCCCCC;
  transform: translateY(-50%);
}
.panel-wrap .list {
  margin-top: 83px;
}
.panel-wrap .list img {
  transition: all .3s ease;
}
.panel-wrap .list li:hover img {
  transform: scale(1.1);
}
.panel-wrap .list li:hover span {
  color: #1d42ab;
}

@media screen and (max-width: 720px) {
  .panel-wrap {
    transform: translateY(0);
  }

  .panel-wrap h2 {
    font-size: 34px;
    transform: translateY(-24px);
  }
  .panel-wrap small {
    font-size: 32px;
    line-height: 1;
  }
  .panel-wrap .list {
    display: none;
  }
  .panel-wrap .row {
    margin-top: 20px;
  }
  .panel-wrap .tel {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #053991;
    line-height: 1;
    margin: 17px 0 10px;
  }
  .panel-wrap .col {
    padding: unset;
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }
  .panel-wrap .col img {
    width: 40px;
  }
  .panel-wrap .col small {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    opacity: 1;
    line-height: 1;
  }
  .panel-wrap .col + .col::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 148px;
    background: #CCCCCC;
    transform: translateY(-50%);
  }
}
