body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
p {
  margin: 0;
  padding: 0;
}
a {
    -webkit-touch-callout: none;
    text-decoration: none;
}
img {
  margin: 0;
  padding: 0;
}
.home {
  width: 100%;
  height: 100%;
  position: relative;
}

.header {
  width: 100%;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
}
.header .left-logo {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .logo {
  width: 51px;
  height: 51px;
}
.header .label {
  margin-left: 18px;
}
.header .label img {
  width: 108px;
  height: 24px;
}
.header .label p {
  font-size: 14px;
  font-family: Yuanti SC;
  font-weight: 400;
  color: #ff8177;
  opacity: 1;
  margin-top: 4px;
}

.header .tab-list {
  display: flex;
  height: 100%;
}
.header .tab-list .tab-item {
  margin-left: 55px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 41px;
  
  opacity: 1;
  height: 100%;
  line-height: 100px;
  position: relative;
  cursor: pointer;
}
.header .tab-list .tab-item a{
   color: #6c6c6c; 
}
.header .tab-list .tab-item.active a{
  color: #ff8177;
}
.header .tab-list .tab-item.active:before {
  content: '';
  width: 55px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  background-image: linear-gradient(#ff9393, #ff9393);
}

.content {
  width: 100%;
  /* height: calc(100% - 240px); */
  background: rgba(255, 144, 144, 0.06);
  position: relative;
}

.main-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  height: 100%;
  z-index: 99;
  position: relative;
  padding: 3% 0;
}

.left-content {
  display: flex;
  align-items: flex-end;
}
.left-content .circle {
  position: absolute;
  left: -125px;
  top: 65px;
  width: 310px;
  z-index: 1;
}
.left-content .circle img {
  width: 100%;
  height: auto;
}
.left-content .img1 {
  position: relative;
  z-index: 99;
  height: 576px;
  width: 276.75px;
}
.left-content .img2 {
  position: relative;
  z-index: 99;
  margin-left: 5px;
  height: 487.5px;
  width: 234.75px;
}

.right-content {
  flex: 1;
  position: relative;
  margin-left: 160px;
  text-align: right;
  box-sizing: border-box;
  padding-top: 3%;
}

.bigLabel {
  width: 180px;
  height: auto;
}

.text {
  font-size: 22px;
  font-family: Yuanti SC;
  font-weight: 400;
  color: #ff8177;
  opacity: 1;
  margin-top: 5%;
  letter-spacing: 3.5px;
}
.text-content {
  color: #3c3c3c;
  width: 400px;
  font-size: 1rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.2px;
  float: right;
  margin-top: 7%;
  text-align: left;
  overflow: hidden;
}
.text-content p {
  text-indent: 35px;
}

.bottom {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  z-index: 999;
  position: absolute;
  bottom: 8vh;
  right: 0;
}

.bottom .down {
  width: 200px;
  height: 55px;
  border-radius: 50px;
  background: linear-gradient(180deg, #ff9393 0%, #ff5353 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.bottom .code {
  height: 50px;
  width: 50px;
}

.bottom .icon {
  height: 33.5px;
  width: 31px;
  margin-right: 15px;
}

.rightBottom {
  width: 100%;
  position: absolute;
  bottom: -5rem;
  left: 65px;
  z-index: 1;
}
.rightBottom img {
  width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  height: 140px;
  background: #f8f8fa;
  text-align: center;
}

.top-text {
  padding-top: 45px;
}
.top-text img {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
}
.top-text .info a{
  color: #4191e0;
  margin-left: 5px;
  font-size: 14px;
}
.bottom-text {
  padding-top: 20px;
  color: #6c6c6c;
}

@media screen and (min-width: 1500px) {
  .right-content {
    padding-top: 7% !important;
  }
  .text {
    margin-top: 5% !important;
  }
  .text-content {
    margin-top: 7% !important;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
  .right-content {
    padding-top: 8% !important;
  }
  .text {
    margin-top: 3% !important;
  }
  .text-content {
    margin-top: 5% !important;
  }
}

@media screen and (max-width: 1366px) {
  .right-content {
    padding-top: 2% !important;
  }
  .text {
    margin-top: 2% !important;
  }
  .text-content {
    margin-top: 3% !important;
  }
  /* .left-content .img1 {
    width: 13.5rem !important;
    height: auto !important;
  }
  .left-content .img2 {
    width: 12rem !important;
    height: auto !important;
  } */
}
