/* home */

.user-info-avatar {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.user-info-avatar>img {
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.content-top-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 200px 0;
  color: #fff;
  background-image: url("../img/banner-bg.png");
}
.banner-left {
  width: 40%;
}
.banner-left-top {
  font-size: 40px;
  margin-top: 50px;
}
.banner-left-middle {
  font-size: 56px;
  text-align: center;
  margin-top: 15px;
}
.banner-left-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 32px;
  padding: 0 32px;
  margin-top: 40px;
  font-size: 24px;
  background-color: #fff;
}
.banner-left-bottom a {
  color: #0197B0;
  text-decoration: none;
}
.banner-right {
  width: 60%;
}

.content-middle {
  padding: 40px 0;
  background-color: #E0ECEE;
}
.points-item {
  max-width: 345px;
}
.points-item-img {
  width: 240px;
  height: 180px;
}
.points-item-title {
  font-size: 20px;
}
.points-item-text {
  color: #666;
  margin-top: 16px;
}

.content-media {
  padding-top: 100px;
}
.media-item-img {
  width: 90%;
}
.media-item-title {
  font-size: 20px;
}
.media-item-text {
  color: #666;
  margin-top: 16px;
  margin-bottom: 40px;
}

.content-bottom {
  padding: 80px 0;
  background-color: #fff;
}
.bottom-item {
  max-width: 300px;
}
.bottom-item-img {
  width: 180px;
  height: 180px;
}
.bottom-item-title {
  font-size: 20px;
}
.bottom-item-text {
  color: #666;
  margin-top: 16px;
}

.content-copyright {
  padding: 50px 0;
  color: #666;
  background-color: #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .content-top-bg {
    padding: 100px 0 50px 0;
  }
  .banner-left-top {
    font-size: 28px;
  }
  .banner-left-middle {
    font-size: 36px;
  }
  .banner-left-bottom {
    height: 48px;
    border-radius: 24px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content-media {
    padding-top: 30px;
  }
  .points-item-img {
    width: 200px;
    height: 150px;
  }
  .content-bottom {
    padding: 40px 0;
  }
  .bottom-item-img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .content-top-bg {
    padding: 150px 0 100px 0;
  }
  .content-media {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .local-left, .local-right, .banner-left, .banner-right {
    width: 100%;
  }
  .points-item, .bottom-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .content-top-bg {
    padding: 150px 0;
  }
  .banner-left-top {
    font-size: 28px;
  }
  .banner-left-middle {
    font-size: 36px;
  }
  .content-media {
    padding-top: 60px;
  }
}
