.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.no-data {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.no-data img {
  width: 240px;
  height: 180px;
  margin-bottom: 30px;
}
.no-data p {
  font-size: 20px;
  color: #8e8483;
}

.footer {
  width: 100%;
  background-color: #779fbb;
}
.footer .footer-top {
  margin: 0 auto;
  padding: 45px 0;
  width: 1400px;
  color: #fff;
  justify-content: space-between;
}
.footer .footer-top .footer-left {
  width: 40%;
}
.footer .footer-top .footer-left .info-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.footer .footer-top .footer-left .info-box {
  justify-content: space-between;
}
.footer .footer-top .footer-left .info-box .info {
  height: 60px;
}
.footer .footer-top .footer-left .info-box .info .title {
  font-size: 16px;
}
.footer .footer-top .footer-left .info-box .info .desc {
  width: 80%;
  font-size: 14px;
}
.footer .footer-top .footer-left img{
    width: 17rem;
}
.footer .footer-top .footer-left p{
    width: 27rem;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer .footer-top .footer-right {
  width: 60%;
}
.footer .footer-top .footer-right .footer-link {
  justify-content: space-between;
}
.footer .footer-top .footer-right .footer-link .footer-link-box .link-title {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}
.footer .footer-top .footer-right .footer-link .footer-link-box .link {
  height: 30px;
  max-width: 240px;
  line-height: 30px;
  cursor: pointer;
}
.footer .footer-top .footer-right .footer-link .footer-link-box .link a span {
  position: relative;
  font-size: 13px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.footer .footer-top .footer-right .footer-link .footer-link-box .link a span::before {
  position: absolute;
  left: 0;
  width: 0;
  bottom: -4px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
.footer .footer-top .footer-right .footer-link .footer-link-box .link:hover a span {
  color: #0060a4;
  transition: all 0.5s;
}
.footer .footer-top .footer-right .footer-link .footer-link-box .link:hover a span::before {
  width: 100%;
  background-color: #0060a4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: unset;
}
.footer .footer-top .footer-right .subscribe {
  margin-top: 20px;
  width: 100%;
}
.footer .footer-top .footer-right .subscribe .subscribe-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.footer .footer-top .footer-right .subscribe .subscribe-desc {
  margin-bottom: 10px;
  font-size: 13px;
}
.footer .footer-top .footer-right .subscribe .subscribe-input {
  position: relative;
  width: 70%;
}
.footer .footer-top .footer-right .subscribe .subscribe-input input {
  padding-left: 25px;
  width: 100%;
  height: 40px;
  color: #2c72bf;
  border: 0px;
  border-radius: 20px;
}
.footer .footer-top .footer-right .subscribe .subscribe-input .subscribe-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20%;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: repeating-linear-gradient(to top, #0070c1, #0e99fc);
}
.footer .footer-top .footer-right .subscribe .subscribe-input .subscribe-button:hover {
  background: repeating-linear-gradient(to top, #0e99fc, #0070c1);
}
.footer .footer-top .footer-right .subscribe .subscribe-success-tips {
  width: 30%;
  padding: 5px 4%;
  border: 1px solid #e9f6ff;
}
.footer .footer-top .footer-right .subscribe .subscribe-success-tips svg {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}
.footer .footer-top .footer-right .subscribe .subscribe-success-tips svg path {
  fill: #e9f6ff;
}
.footer .footer-top .footer-right .subscribe .subscribe-success-tips span {
  font-size: 14px;
}
.footer .footer-top .footer-right .share {
  margin-top: 20px;
  width: 100%;
}
.footer .footer-top .footer-right .share .share-title {
  font-size: 15px;
  font-weight: bold;
}
.footer .footer-top .footer-right .share .share-list {
  margin: 10px 0;
}
.footer .footer-top .footer-right .share .share-list a {
  margin: 0 5px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.footer .footer-top .footer-right .share .share-list a img {
  width: 100%;
  height: 100%;
}

.footer-bottom {
  width: 100%;
  background: #e9f6ff;
}
.footer-bottom .footer-bottom-box {
  margin: 0 auto;
  padding: 30px 0;
  width: 1400px;
  justify-content: space-around;
}
.footer-bottom .footer-bottom-box .policy {
  font-size: 13px;
}
.footer-bottom .footer-bottom-box .copyright {
  font-size: 13px;
}

/*# sourceMappingURL=footer.css.map */
