/* 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 {
  position: relative;
  width: 100%;
  background-image: url("../img/bj.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-title {
  width: 65%;
  margin: 60px auto 0;
}
.top-title img {
  width: 100%;
  height: 100%;
}
.top-phone {
  padding: 0;
}
.top-phone-1 {
  max-width: 70%;
}
.top-phone-title {
  color: #fff;
  font-size: 48px;
  text-align: center;
}
.top-bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18.68rem;
  background-image: url("../img/top-bj.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
.top-bg-bottom-inner {
  width: 70%;
  height: 100%;
  background-image: url("../img/winiw-angel.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-atlas {
  min-height: 200px;
  background-image: url("../img/home-atlas.png");
}
.home-local {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #3f273d;
  background-image: url("../img/local-top-right.png");
  background-repeat: no-repeat;
  background-position: 95% 10%;
}
.home-local-left {
  align-items: center;
}
.home-local-right {
  padding: 3rem;
}
.home-let {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  font-size: 24px;
  color: #fff;
  background-image: url("../img/home-let.png");
}
.home-introduce {
  padding-bottom: 4rem;
  color: #fff;
  background-image: url("../img/features.png");
}
.introduce-item {
  width: 20%;
  margin: 2rem 0;
}
.introduce-title {
  height: 4rem;
  display: flex;
  align-items: center;
}
.introduce-icon {
  height: 6rem;
  display: flex;
  align-items: center;
}
.picture {
  padding-bottom: 1rem;
  background-color: #964c6e;
}
.picture-item {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.picture-item img {
  max-width: 100%;
  max-height: 100%;
}


@media only screen and (max-width: 767px) {
  .introduce-item {
    width: 40%;
  }
  .picture-bottom {
    height: 6rem;
  }
  .top-phone {
    padding-bottom: 18rem;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-sm-and-up {
    display:none!important
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .hidden-sm-only {
    display:none!important
  }
}

@media only screen and (max-width: 991px) {
  .picture-item {
    width: 30%;
  }
  .home-local {
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .hidden-md-and-up {
    display:none!important
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .hidden-md-only {
    display:none!important
  }
}

@media only screen and (max-width: 1199px) {
  .hidden-md-and-down {
    display:none!important
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-lg-and-up {
    display:none!important
  }
}

@media only screen and (min-width: 1200px) and (max-width:1919px) {
  .hidden-lg-only {
    display:none!important
  }
}

@media only screen and (max-width: 1919px) {
  .hidden-lg-and-down {
    display:none!important
  }
}

@media only screen and (min-width: 1920px) {
  .hidden-xl-only {
    display:none!important
  }
}
