.u-msg {
  width: 250px;
  height: 30px;
  line-height: 30px;
  padding: 10px;
  margin: auto;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  border-radius: 2px;
}
/* .btn:hover {
  background: ;
} */
main {
  margin-top: 70px;
  background: url("../images/main-bg.png") no-repeat;
  background-position: center 450px;
}
.module-header__arrow {
  margin-right: 20px;
}
.module-header__title {
  width: 472px;
  height: 82px;
  text-align: center;
  line-height: 82px;
  font-size: 30px;
  color: #303030;
  background: url("../images/border.png");
}
.banner {
  position: relative;
}
.banner .banner-bg {
  width: 100%;
}
.banner-tag {
  box-sizing: border-box;
  position: absolute;
  width: 282px;
  height: 66px;
  padding-left: 20px;
  border-radius: 33px;
  font-size: 30px;
  font-style: italic;
  line-height: 66px;
  color: #ffffff;
  animation-timing-function: cubic-bezier(0.585, 0.17, 0.95, 0.625);
  animation-duration: 1s;
}
.banner-tag--purple {
  top: 30px;
  left: 30%;
  background-image: linear-gradient(90deg, #a200ff 0%, transparent 90%);
}
.banner-tag--orange {
  top: 63px;
  right: 6%;
  background-image: linear-gradient(90deg, #ff9c00 0%, transparent 90%);
}
.banner-tag--yellow {
  top: 44%;
  left: 20%;
  background-image: linear-gradient(90deg, #ffd800 0%, transparent 90%);
}
.banner-tag--blue {
  top: 40%;
  right: 17%;
  background-image: linear-gradient(90deg, #0042ff 0%, transparent 90%);
}
.banner.animated .banner-tag--purple {
  animation-name: bounceInLeft;
  animation-delay: 0s;
}
.banner.animated .banner-tag--orange {
  animation-name: bounceInRight;
  animation-delay: 0.2s;
}
.banner.animated .banner-tag--yellow {
  animation-name: bounceInLeft;
  animation-delay: 0.4s;
}
.banner.animated .banner-tag--blue {
  animation-name: bounceInRight;
  animation-delay: 0.6s;
}

.module-header {
  display: flex;
  justify-content: center;
}
/* 关于我们 */
.about-us {
  margin: 100px 0;
}

.about-us-content {
  margin: 75px auto 64px;
  width: 740px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #5f5f5f;
}
.about-us-content img {
  margin-top: 70px;
}
.about-us-footer {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 1007px;
  height: 184px;
  background: url("../images/about-us-footer.png");
}
.about-us-footer div {
  box-sizing: border-box;
  padding: 40px 0;
  width: 490px;
  flex: 0 0 auto;
  text-align: center;
  line-height: 53px;
  font-size: 30px;
}
.about-us-footer div:nth-of-type(1) p {
  margin: 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  color: #ff603e;
}
.about-us-footer div:nth-of-type(2) p {
  margin: 0;
  color: #fff;
}

.link {
  display: block;
  margin: 100px auto 0;
  width: 370px;
  height: 60px;
  line-height: 60px;
  background: #ff442b;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
}
/* 项目盈利 */
.charge {
  padding: 100px 0;
  /* height: 744px; */
  background: url("../images/charge-bg.png") center no-repeat;
  background-position: top center;
}
.charge-content {
  margin: 50px auto 0;
  width: 940px;
}
.charge-text {
  margin: 0 auto;
  width: 726px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #5f5f5f;
  text-align: center;
}
.charge-tags {
  margin-top: 55px;
  display: flex;
  flex-wrap: nowrap;
}
.charge-tag {
  flex: 0 0 auto;
  width: 278px;
  height: 148px;
  color: #ffffff;

  background: url(../images/charge-tag.png);
}
.charge-tag:nth-of-type(2) {
  transform: translateX(-45px) translateY(50px);
}
.charge-tag:nth-of-type(3) {
  transform: translateX(-90px);
}
.charge-tag:nth-of-type(4) {
  transform: translateX(-135px) translateY(50px);
}
.charge-tag__title {
  margin: 10px auto;
  width: 165px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e95c35;
}
.charge-tag__content {
  margin: 0 auto;
  width: 165px;
  text-align: center;
  font-size: 16px;
}
.charge-tag__content div {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.product {
  padding: 60px 0 30px;
  background-color: rgba(242, 216, 236, 0.3);
}
.product-content {
  margin: 0 auto;
  width: 1200px;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-tag {
  flex: 0 0 auto;
  box-sizing: border-box;
  margin: 90px 0 30px;
  padding: 1px;
  padding-left: 20px;
  position: relative;
  width: 305px;
  height: 72px;
  line-height: 70px;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  background-image: linear-gradient(90deg, #f9496a 0%, #f87167 100%);
  border-radius: 35px;
  cursor: pointer;
  transition: all 0.4s;
}
.product-tag:hover {
  border-radius: 10px;
  transform: rotate(89deg);
}
.product-icon {
  position: absolute;
  left: 1px;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
}
.advantage {
  padding: 80px 0 0;
}
.advantage-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 75px auto 35px;
  width: 1200px;
}
.advantage-card {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 30px 20px 0;
  display: flex;
  justify-content: center;
  width: 372px;
  height: 220px;
  box-shadow: 0px 3px 5px 1px rgba(83, 83, 83, 0.3);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.advantage-card .advantage-icon {
  transition: all 1s;
}
.advantage-card:hover {
  box-shadow: 0px 8px 12px 3px rgba(83, 83, 83, 0.3);
}
.advantage-card:hover .advantage-icon {
  transform: rotateY(360deg);
}
.advantage-icon {
  flex: 0 0 auto;
  margin-top: 20px;
  width: 108px;
  height: 120px;
}
.advantage-info {
  flex-basis: 1 0 auto;
  margin-left: 20px;
  color: #fff;
}
.advantage-title {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
.advantage-text {
  margin-top: 10px;
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
  text-align: justify;
}
.process {
  padding: 100px 0 153px;
  background: #f6ecd1;
  background: url("../images/process-bg.png") no-repeat;
  background-size: 100%;
  background-position: 0 68%;
}
.process-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 130px auto 0;
  width: 1140px;
}
.process-tag {
  display: block;
  position: relative;
  width: 360px;
  height: 157px;
  line-height: 157px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background-color: #f96f55;
  border-radius: 10px;
}
.process-tag__step {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -23px;
  margin-top: -23px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 5px solid #f7e6b9;
  border-radius: 50%;
}
.contact {
  padding: 35px 0;
  background: url("../images/contact-bg.png") no-repeat;
  background-position: 0 253px;
}
.contact-tips {
  margin-top: 50px;
  text-align: center;
}
.contact-content {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 1200px;
}
.company__name {
  margin-bottom: 40px;
  color: #666;
  font-weight: 700;
}
.company__qq {
  display: flex;
}
.company__mobile,
.company__qq,
.company__address {
  margin-bottom: 35px;
  color: #666;
}
.contact-qrcode-warp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.contact-qrcode {
  color: #666;
  text-align: center;
}
.contact-qrcode img {
  width: 260px;
  height: 260px;
}
.contact-form {
  width: 630px;
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px 5px rgba(207, 214, 223, 0.6);
}
.contact-form-item {
  border: 1px solid #ccc;
  min-height: 45px;
  line-height: 45px;
  font-size: 14px;
  overflow: hidden;
}
.contact-form-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
.contact-form__label {
  flex: 0 0 auto;
  width: 90px;
  height: 45px;
  background: #fbfbfb;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.contact-form__input {
  border: none;
  float: right;
  height: 45px;
  line-height: 45px;
  outline: none;
  width: 520px;
}
textarea.contact-form__input {
  width: 510px;
  line-height: 20px;
  margin-top: 14px;
  height: 200px;
  padding-right: 10px;
  resize: none;
}
.contact-form__btn {
  margin-top: 20px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #cc3536;
  cursor: pointer;
}
footer {
  padding-top: 50px;
  background: #363636;
  color: #d6d6d6;
}
.u-container {
  width: 1200px;
  margin: auto;
}
.u-footer__info {
  overflow: hidden;
  height: 170px;
}
.u-footer__logo {
  line-height: 120px;
  float: left;
  margin-right: 120px;
}
.u-footer__logo img {
  vertical-align: middle;
}
.u-footer__links {
  width: 600px;
  float: left;
}
.u-footer__links-item {
  width: 150px;
  float: left;
}
.u-footer__links-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.u-footer__links-link {
  font-size: 14px;
  margin-top: 10px;
}
.u-footer__about {
  width: 280px;
  float: left;
  text-align: center;
}
.u-footer__tel {
  font-size: 30px;
  color: #fff;
}

.u-footer__work-time {
  margin: 10px 0;
}
.u-footer__copy-right {
  height: 80px;
  border-top: 1px solid #4a4a4a;
  text-align: center;
  line-height: 80px;
  font-size: 12px;
  background: #363636;
}
.u-footer__btn {
  margin-top: 15px;
  display: inline-block;
  width: 150px;
  height: 45px;
  border-radius: 6px;
  line-height: 45px;
  background: #cc3536;
  cursor: pointer;
  font-size: 18px;
}
.u-footer__btn img {
  width: 24px;
  vertical-align: middle;
  transform: translateY(-2px);
}

.u-gotop {
  width: 60px;
  position: fixed;
  right: 50px;
  bottom: 100px;
  height: 260px;
}

.u-gotop__block .u-top__wechat-qrcode {
  display: inline-block;
  position: unset;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}

.u-gotop__block .u-gotop__wechat {
  text-align: center;
  width: 200px;
  padding: 30px 20px;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  transform: translateX(-110px) translateY(-180px) scale(0.1);
  background: #fff;
  line-height: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.u-gotop__block:hover .u-gotop__wechat {
  transform: translate(-260px, -200px);
  opacity: 1;
}

.u-gotop__block {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  background: #ff432b;
  position: relative;
  margin-top: 3px;
}

.u-gotop__block img {
  vertical-align: middle;
  width: 28px;
  transition: 0.5s;
}

.u-gotop__block:hover {
  background: #ff432b;
}

.gotop {
  margin-top: 13px;
  border-radius: 60px;
  display: none;
}

.gotop img {
  width: 20px;
  margin-top: -5px;
}

.tel {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ff432b;
  transform: translateY(-60px);
  overflow: hidden;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  display: block;
}

.u-gotop__block:hover .tel {
  opacity: 1;
  width: 230px;
  transform: translate(-170px, -60px);
}
