.tianyan-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.tianyan-container .head-web {
  width: 100vw;
  height: 75px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 290px;
  z-index: 99;
}
.tianyan-container .head-web .logo {
  width: 98px;
  height: 38px;
  margin-right: 400px;
}
.tianyan-container .head-web .tab-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tianyan-container .head-web .tab-box .tab-item {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #100822;
  line-height: 25px;
  text-align: center;
  width: 72px;
  position: relative;
  text-decoration: none;
}
.tianyan-container .head-web .tab-box .tab-item:not(:last-child) {
  margin-right: 60px;
}
.tianyan-container .head-web .tab-box .tab-item::after {
  content: "";
  width: 0;
  height: 8px;
  background: #EC5DDA;
  border-radius: 5px;
  display: flex;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: width 0.3s;
}
.tianyan-container .head-web .tab-box .tab-item.active {
  font-weight: 600;
  cursor: pointer;
}
.tianyan-container .head-web .tab-box .tab-item.active::after {
  width: 35px;
  transition-delay: 0.1s;
}
.tianyan-container .head-h5 {
  width: 7.5rem;
  height: 1rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.28rem;
  position: fixed;
  top: 0;
  z-index: 99;
}
.tianyan-container .head-h5 .h5-logo {
  width: 1.78rem;
  height: 0.68rem;
}
.tianyan-container .head-h5 .drownload-btn {
  width: 1.76rem;
  height: 0.6rem;
  background: #EC5DDA;
  border-radius: 0.3rem;
  font-size: 0.28rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.6rem;
  text-align: center;
}
.tianyan-container .mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 34, 34, 0.6);
}
.tianyan-container .mask .menu-list {
  width: 1.56rem;
  min-height: 1.57rem;
  position: absolute;
  top: 1.08rem;
  right: 0.24rem;
}
.tianyan-container .mask .menu-list .menu-item {
  padding: 0.25rem 0.22rem;
  background-color: #fff;
  font-size: 0.28rem;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #222222;
  border-radius: 0 0 0.11rem 0.11rem;
  /* border-bottom:1px solid #E7E7E7; */
}
.tianyan-container .mask .menu-list .menu-item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0.11rem 0.11rem 0 0;
}
.tianyan-container .mask .weixin-guide {
  width: 100%;
  height: 5.58rem;
  position: absolute;
  top: 0;
  left: 0;
}
.tianyan-container .footer-btn {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 60px;
  z-index: 99;
  width: 4.2rem;
  height: 1rem;
  background: #EC5DDA;
  border-radius: 0.56rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1rem;
  text-align: center;
}
.tianyan-container .swiper {
  width: 100vw;
  height: 100vh;
}
.tianyan-container .swiper .swiper-slide {
  width: 100vw;
  height: 100vh;
}
.tianyan-container .swiper .swiper-slide .web {
  position: relative;
  width: 100%;
  height: 100%;
}
.tianyan-container .swiper .swiper-slide .web .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tianyan-container .swiper .swiper-slide .web .bottom .androidStore {
  width: 168px;
  height: 53px;
  background: #EC5DDA;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  cursor: pointer;
}
.tianyan-container .swiper .swiper-slide .web .bottom .androidStore .apple {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.tianyan-container .swiper .swiper-slide .web .bottom .androidStore .text {
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 25px;
}
.tianyan-container .swiper .swiper-slide .web .bottom .code {
  width: 53px;
  height: 53px;
  border-radius: 9px;
  border: 2px solid #EC5DDA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.tianyan-container .swiper .swiper-slide .web .bottom .code .code-img {
  width: 30px;
  height: 30px;
  position: absolute;
}
.tianyan-container .swiper .swiper-slide .web .bottom .code .qr-code {
  position: absolute;
  bottom: -167px;
  left: 0;
  width: 158px;
  height: 158px;
  display: flex;
  border-radius: 12px;
  border: 2px solid #EC5DDA;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: none;
}
.tianyan-container .swiper .swiper-slide .web .bottom .code .qr-code .qr {
  width: 120px;
  height: 120px;
  background-color: #f9f9f9;
}
.tianyan-container .swiper .swiper-slide .web .content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.tianyan-container .swiper .swiper-slide .web .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tianyan-container .swiper .swiper-slide .web.web-1 .bottom-bg {
  position: absolute;
  width: 100vw;
  height: 139px;
  bottom: 0;
  left: 0;
}
.tianyan-container .swiper .swiper-slide .web.web-1 .content {
  display: flex;
}
.tianyan-container .swiper .swiper-slide .web.web-1 .content .left {
  margin-top: 92px;
  margin-right: 91px;
}
.tianyan-container .swiper .swiper-slide .web.web-1 .content .left .font {
  width: 397px;
  height: 179px;
  margin-bottom: 58px;
}
.tianyan-container .swiper .swiper-slide .web.web-1 .content .people {
  width: 515px;
  height: 535px;
}
.tianyan-container .swiper .swiper-slide .web.web-2 .content {
  display: flex;
  margin-top: 108px;
}
.tianyan-container .swiper .swiper-slide .web.web-2 .content .left {
  width: 329px;
  height: 279px;
  margin-top: 60px;
  margin-right: 108px;
}
.tianyan-container .swiper .swiper-slide .web.web-2 .content .right {
  width: 394px;
  height: 629px;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 245px;
  transform: translate(-50%, 0);
  height: calc(100vh - 245px);
  justify-content: space-between;
  padding-bottom: 111px;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .logo-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .logo-box .logo-01 {
  width: 105px;
  height: 170px;
  margin-bottom: 40px;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .company-info {
  margin-top: 100px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #625F61;
  line-height: 21px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .company-info .top {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .company-info .top .text {
  white-space: nowarp;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .company-info .top .text:not(:last-child) {
  margin-right: 32px;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .company-info .bottom {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .company-info .bottom .text {
  white-space: nowarp;
}
.tianyan-container .swiper .swiper-slide .web.web-3 .content .company-info .bottom .text:not(:last-child) {
  margin-right: 32px;
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  padding-bottom: 92px;
  top: 164px;
  left: 50%;
  height: calc(100vh - 164px);
  transform: translate(-50%, 0);
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content .top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content .top .text-2 {
  font-size: 68px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #1B1B1B;
  line-height: 93px;
  margin-top: 150px;
  margin-bottom: 48px;
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content .top .contact-box {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 72px;
  background: #FAFAFF;
  border-radius: 15px;
  border: 1px solid #1B1B1B;
  justify-content: center;
  margin-bottom: 50px;
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content .top .contact-box .email-icon {
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  margin-right: 5px;
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content .top .contact-box .email {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1B1B1B;
  line-height: 25px;
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content .web-company-info {
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  white-space: nowarp;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #13091D;
  line-height: 21px;
}
.tianyan-container .swiper .swiper-slide .web.web-4 .content .web-company-info .text-3 {
  margin-bottom: 14px;
}
.tianyan-container .swiper .swiper-slide .h5 {
  width: 7.5rem;
  height: 100vh;
  position: relative;
}
.tianyan-container .swiper .swiper-slide .h5 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.tianyan-container .swiper .swiper-slide .h5.h5-1 .content {
  width: 100%;
  top: 50%;
}
.tianyan-container .swiper .swiper-slide .h5.h5-1 .content .top {
  width: 5.6rem;
  height: 2.42rem;
  margin-bottom: 0.32rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-1 .content .bottom {
  width: 6.98rem;
  height: 7.26rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-2 .content {
  width: 100%;
}
.tianyan-container .swiper .swiper-slide .h5.h5-2 .content .font {
  width: 3.42rem;
  height: 2.6rem;
  margin-bottom: 0.54rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-2 .content .phone {
  width: 5.6rem;
  height: 7.5rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 .content .h5-logo {
  width: 1.4rem;
  height: 2.46rem;
  margin-bottom: 0.76rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 .content .h5-contact-box {
  padding: 0.2rem;
  background: #FAFAFF;
  border-radius: 0.22rem;
  border: 0.02rem solid #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.72rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 .content .h5-contact-box .email-icon {
  width: 0.68rem;
  height: 0.68rem;
  margin-right: 0.12rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 .content .h5-contact-box .text {
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1B1B1B;
  line-height: 0.4rem;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 .content .company-info {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #13091D;
  line-height: 0.48rem;
  white-space: nowarp;
  text-align: center;
}
.tianyan-container .swiper .swiper-slide .h5.h5-3 .content .company-info .text-1:nth-of-type(3) {
  margin-bottom: 0.28rem;
}
.tianyan-container .swiper .swiper-pagination {
  right: 162px;
  cursor: pointer;
}
.tianyan-container .swiper .swiper-pagination .myBulletClass {
  width: 12px;
  height: 12px;
  background: #DDDDDD;
  border-radius: 6px;
}
.tianyan-container .swiper .swiper-pagination .myBulletClass:not(:last-child) {
  margin-bottom: 18px;
}
.tianyan-container .swiper .swiper-pagination .myBulletClass:hover {
  transform: scale(0.9);
}
.tianyan-container .swiper .swiper-pagination .myBulletActiveClass {
  width: 12px;
  height: 12px;
  background: #EC5DDA;
  border-radius: 6px;
}
div {
  box-sizing: border-box;
}
