.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.pr {
  position: relative;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  font-family: "Microsoft YaHei";
}
a {
  color: #2d374b;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
input,
select {
  font-family: "HelveticaNeueRoman", Arial, sans-serif;
}
input:focus {
  outline: none;
}
body,
html {
  width: 100%;
  min-height: 100vh;
}
.container {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.moblieshow {
  display: none;
}
.pcshow {
  display: block;
}
.flex {
  display: flex;
}
.flexStart {
  display: flex;
  align-items: center;
  justify-content: start;
}
.flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexbetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alignCenter {
  align-items: center;
}
.flexColunm {
  display: flex;
  flex-flow: column;
}
.bannerRightTittle {
  font-size: 64px;
  color: #000000;
  line-height: 80px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #FFD705 0%, rgba(255, 215, 5, 0) 100%) left center no-repeat;
  border-radius: 20px 20px 20px 20px;
  background-size: 407px 100px;
  margin-bottom: 50px;
}
.bannerRightTittle span {
  color: #3254F7;
}
.bannerRight {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 160px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bannerRight p {
  padding-left: 20px;
  font-size: 36px;
  color: #5F6268;
  line-height: 50px;
  width: 470px;
}
.bannerRight .bannerRightBtn {
  margin-top: 20px;
  width: 300px;
  height: 76px;
  background: linear-gradient(90deg, #69E5F5 0%, #3254F7 100%);
  border-radius: 10px 10px 10px 10px;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
}
.logo {
  font-weight: normal;
  font-size: 30px;
  color: #000000;
  cursor: pointer;
}
.logo img {
  width: 56px;
  margin-right: 10px;
}
.nav-links {
  display: flex;
  gap: 40px;
}
.nav-links a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.nav-links a:hover {
  color: #3254F7;
}
.callMeBtn {
  width: 90px;
  height: 38px;
  background: #FFD705;
  border-radius: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-left: 40px;
}
.bannerBox {
  width: 100%;
  height: 800px;
  min-width: 1440px;
  background: url(../images/banner.png) center no-repeat;
  background-size: cover;
}
.bannerBox .container {
  height: 100%;
}
.services {
  position: relative;
  margin-top: -100px;
}
.service-cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.service-cards .service-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px 20px 20px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px 0;
}
.service-cards .service-card img {
  width: 129px;
  margin-bottom: 17px;
}
.service-cards .service-card p {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.service-intro-title {
  text-align: center;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 47px;
}
.service-intro-title-en {
  font-size: 8px;
  color: #5F6268;
}
.service-intro {
  margin-top: 60px;
}
.service-intro .service-intro-content {
  padding: 0 100px;
}
.service-intro .service-intro-content .service-intro-right-content {
  font-weight: 500;
  font-size: 11px;
  color: #5F6268;
  margin-bottom: 32px;
}
.service-intro .service-intro-content .service-intro-left img {
  width: 528px;
  height: 445px;
  margin-bottom: 63px;
  border-radius: 10px;
}
.service-intro .service-intro-content .service-intro-right-title {
  font-size: 19px;
  margin-top: 16px;
  margin-bottom: 11px;
  font-weight: bold;
  color: #000;
}
.service-intro .service-intro-content .service-intro-right {
  margin-left: 80px;
}
.service-intro .service-intro-content .yellow-line {
  width: 23px;
  height: 3px;
  background: #FFD705;
  margin-bottom: 24px;
}
.service-intro .service-intro-content .service-intro-right-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-intro .service-intro-content .service-intro-right-item-content {
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  align-items: center;
  color: #333333;
}
.service-intro .service-intro-content .service-intro-right-item-content div {
  width: 210px;
}
.service-intro .service-intro-content .service-intro-right-item-content img {
  width: 60px;
  height: 60px;
}
.why-choose {
  background: #F2F9FF;
  padding: 80px 0;
  min-width: 1440px;
}
.why-choose h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
}
.choose-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 100px;
}
.choose-card {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 16px;
  padding: 32px 24px;
  font-size: 19px;
  text-align: center;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
  flex: 1;
  max-width: 180px;
}
.choose-card-title {
  font-weight: bold;
  margin: 15px 0 12px;
}
.choose-card span {
  font-weight: 500;
  font-size: 16px;
  color: #5F6268;
}
.header-content {
  padding: 18px 0;
}
.choose-card img {
  width: 104px;
  height: 104px;
}
.process {
  margin: 63px 0;
}
.plr100 {
  padding: 0 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.process-line-container {
  width: 990px;
  margin: 0 auto;
}
.process-line-container img {
  width: 100%;
}
.process-steps {
  display: flex;
  gap: 20px;
  margin-top: -40px;
}
.process-steps .process-line {
  width: 757px;
  height: 61px;
}
.process-steps .process-step-title {
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
}
.process-steps .process-step {
  flex: 1;
  height: 262px;
  background: url(../images/process-1.png) no-repeat;
  background-size: cover;
  padding: 50px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.process-steps .process-step.step2 {
  background: url(../images/process-2.png) no-repeat;
  background-size: cover;
  margin-top: 60px;
}
.process-steps .process-step.step3 {
  background: url(../images/process-3.png) no-repeat;
  background-size: cover;
}
.process-steps .process-step.step4 {
  background: url(../images/process-4.png) no-repeat;
  background-size: cover;
  margin-top: 60px;
}
.process-steps .process-step.step5 {
  background: url(../images/process-5.png) no-repeat;
  background-size: cover;
}
.process-steps .process-step span {
  font-size: 13px;
  color: #5F6268;
}
.process-steps .process-step img {
  width: 176px;
  height: 206px;
}
.process-steps .process-step-content {
  text-align: center;
}
.payment {
  padding-bottom: 30px;
}
.payment-cards {
  display: flex;
  gap: 30px;
  padding: 0 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.payment-cards .payment-cards {
  display: flex;
  padding: 0 284px;
  gap: 24px;
}
.payment-cards .payment-card {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 32px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.payment-cards .payment-card.card1 {
  background: url(../images/pay-week.png) no-repeat #fff;
  background-size: 100% 97px;
}
.payment-cards .payment-card.card2 {
  background: url(../images/pay-month.png) no-repeat #fff;
  background-size: 100% 97px;
}
.payment-cards .payment-card.card3 {
  background: url(../images/pay-j.png) no-repeat #fff;
  background-size: 100% 97px;
}
.payment-cards .payment-card .payment-card-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  height: 97px;
  width: 100%;
}
.payment-cards .payment-card .payment-card-info .payment-card-name {
  padding-bottom: 10px;
  font-size: 24px;
}
.payment-cards .payment-card .payment-card-info .payment-card-small-title {
  font-weight: 500;
  font-size: 16px;
}
.payment-cards .payment-card .payment-card-title {
  margin-bottom: 12px;
}
.payment-cards .payment-card .payment-card-title,
.payment-cards .payment-card .payment-card-desc {
  font-size: 28px;
  color: #000000;
  line-height: 30px;
}
.payment-cards .payment-card .payment-card-center {
  padding: 25px 0;
}
.payment-cards .payment-card .payment-card-bottom {
  padding: 0 40px;
}
.payment-cards .payment-card .payment-card-small-desc {
  font-weight: 500;
  font-size: 16px;
  color: #5F6268;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}
.payment-cards .payment-card .payment-btn {
  width: 100%;
  height: 58px;
  background: #0AD6F0;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFFFFF;
}
.payment-cards .payment-card img {
  max-width: 100%;
  height: auto;
}
.payment-cards .payment-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}
.payment-cards .payment-card p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.payment-cards .payment-card-btn {
  border: none;
  color: #fff;
  padding: 7px 6%;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.payment-cards .payment-card-btn.week {
  background: #0AD6F0;
}
.payment-cards .payment-card-btn.month {
  background: #FFC642;
}
.payment-cards .payment-card-btn.j {
  background: #3254F7;
}
.footerBox {
  height: 150px;
  padding: 63px 0 63px 0;
  background: linear-gradient(90deg, #69E5F5 0%, #3254F7 100%);
  color: #fff;
  min-width: 1440px;
}
.footerBox .footer-content {
  padding: 0 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-logo {
  font-size: 25px;
  color: #FFFFFF;
  line-height: 32px;
}
.footer-links {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
.footer-contact {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
}
.footer-bottom {
  height: 66px;
  background: #222629;
}
.footer-yellow-line {
  width: 23px;
  height: 3px;
  background: #FFD705;
  margin: 6px 0 8px;
}
.footer-btn {
  border: none;
  color: #000;
  padding: 6px 12px 6px 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
}
.footer-btn span {
  line-height: 1;
  margin-top: -1px;
}
.footer-btn:hover {
  color: #000;
}
.footer-btn img {
  width: 20px;
  height: 20px;
}
.footer-navs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 3px;
  color: #999999;
  line-height: 20px;
}
.small-line {
  width: 1px;
  height: 8px;
  background: #999999;
  margin: 0 8px;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  color: #999999;
  line-height: 20px;
}
.footer-bottom {
  min-width: 1440px;
}
.footer-bottom .container {
  height: 100%;
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .container .footer-left {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.footer-bottom .container .callBtn {
  width: 70px;
  height: 24px;
  background: #3254F7;
  border-radius: 5px 5px 5px 5px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-us {
  position: fixed;
  top: 50%;
  right: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  display: flex;
  flex-flow: column;
  padding: 15px;
}
.content-us:hover p {
  color: #000;
}
.content-us img {
  width: 60px;
  margin-bottom: 8px;
}
.content-us p {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
