* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: yahei;
  src: url('/assets/lib/font/SOURCEHANSANSCN-MEDIUM.OTF');
}
body {
  font-family: yahei;
}
header {
  width: 100%;
  height: 80px;
  padding: 0 60px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .left {
  display: flex;
  height: 100%;
  align-items: center;
}
header .left img {
  height: 26px;
  width: auto;
  cursor: pointer;
}
header ul {
  margin-left: 34px;
  display: flex;
}
header ul li {
  list-style-type: none;
  font-size: 14px;
  color: #6E6D7A;
  margin-right: 34px;
  cursor: pointer;
}
header ul .active {
  position: relative;
}
header ul .active::after {
  content: '';
  width: 24px;
  height: 4px;
  background: #49DAA2;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 20px;
  border-radius: 6px;
}
header .right {
  height: 100%;
  display: flex;
  align-items: center;
}
header .right p {
  font-size: 16px;
  color: #39393D;
  margin-right: 29px;
}
header .right .book {
  width: 110px;
  height: 40px;
  background: #49DAA2;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
header .right .book:hover {
  background: #31BE88;
}
.banner {
  width: 100%;
  height: 560px;
  background: #F4FBFC;
}
.banner .content {
  display: flex;
  justify-content: space-between;
}
.banner .content .left {
  padding-top: 161px;
}
.banner .content .left h1 {
  font-size: 48px;
  color: #0D0C22;
  width: 562px;
  line-height: 60px;
}
.banner .content .left p {
  font-size: 16px;
  color: #6E6D7A;
  margin-top: 20px;
  line-height: 1;
}
.banner .content .left .book {
  width: 110px;
  height: 40px;
  background: #49DAA2;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 48px ;
  cursor: pointer;
}
.banner .content .left .book:hover {
  background: #31BE88;
}
.banner .content img {
  width: 420px;
  height: 365px;
  padding-top: 65px;
}
.self-service {
  width: 100%;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}
.self-service h1 {
  font-size: 40px;
  color: #0D0C22;
  width: 100%;
  text-align: center;
}
.self-service .desc {
  font-size: 16px;
  color: #6E6D7A;
  width: 100%;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 46px;
}
.self-service .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.self-service .content ul li {
  list-style-type: none;
  width: 570px;
  height: 80px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.self-service .content ul li h2 {
  transition: all 0.2s ease-in-out;
  padding-top: 15px;
  font-size: 24px;
  color: #0D0C22;
  margin-left: 33px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.self-service .content ul li h2:hover {
  color: #49DAA2;
}
.self-service .content ul li p {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  font-size: 16px;
  color: #0D0C22;
  margin-left: 33px;
  margin-top: 8px;
  line-height: 1;
}
.self-service .content ul li img {
  opacity: 0;
  height: 14px;
  width: auto;
  position: absolute;
  right: 21px;
  top: 20px;
}
.self-service .content ul .active {
  background: #EEFFF8;
}
.self-service .content ul .active h2 {
  color: #49DAA2;
}
.self-service .content ul .active p {
  opacity: 1;
}
.self-service .content ul .active img {
  opacity: 1;
}
.self-service .content .right-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 596px;
  width: auto;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.self-service .content .self0 {
  opacity: 1;
}
.staff {
  width: 100%;
  background: #FAFAFA;
  padding-top: 40px;
}
.staff h1 {
  font-size: 36px;
  color: #0D0C22;
  width: 100%;
  text-align: center;
}
.staff .desc {
  width: 886px;
  font-size: 16px;
  color: #6E6D7A;
  margin: 0 auto;
  margin-top: 12px;
  text-align: center;
  line-height: 24px;
}
.staff .tab {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
}
.staff .tab .tab-one {
  color: #0D0C22;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}
.staff .tab .active {
  color: #49DAA2;
  position: relative;
}
.staff .tab .active::after {
  content: '';
  width: 70px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  background: #49DAA2;
  left: 50%;
  margin-left: -35px;
  top: 42px;
}
.staff .content {
  display: flex;
  align-items: center;
  margin-top: 55px;
  justify-content: center;
  display: none;
  padding-bottom: 50px;
  transition: all 0.2s linear;
}
.staff .content .staff-img0 {
  width: auto;
  height: 596px;
}
.staff .content .staff-img1 {
  width: 530px;
  height: auto;
}
.staff .content .right {
  margin-left: 120px;
}
.staff .content .right .right-one {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.staff .content .right .right-one img {
  width: 58px;
  height: auto;
}
.staff .content .right .right-one .word {
  margin-left: 28px;
}
.staff .content .right .right-one .word h2 {
  font-size: 28px;
  color: #0D0C22;
  font-weight: 500;
}
.staff .content .right .right-one .word p {
  font-size: 18px;
  color: #6E6D7A;
  margin-top: 10px;
  width: 510px;
  line-height: 30px;
}
.staff .staff-active {
  display: flex;
}
.book-now {
  width: 100%;
  height: 284px;
  background-image: url('/assets/admin/images/foreign/book-back.png');
  background-size: cover;
  background-position: center;
  text-align: center;
}
.book-now h1 {
  font-size: 36px;
  color: #fff;
  padding-top: 56px;
  line-height: 1;
}
.book-now .desc {
  font-size: 16px;
  color: #9A99A5;
  margin-top: 20px;
  line-height: 1;
}
.book-now .email-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.book-now .email-content input {
  width: 470px;
  height: 46px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  padding-left: 12px;
  border-radius: 4px;
}
.book-now .email-content input::placeholder {
  color: #A3A2AE;
}
.book-now .email-content .submit {
  width: 212px;
  height: 46px;
  margin-left: 12px;
  border-radius: 4px;
  line-height: 46px;
  background: #49DAA2;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.book-now .email-content .submit:hover {
  background: #31BE88;
}
.save-time {
  width: 100%;
  background: #fff;
  padding-top: 40px;
  text-align: center;
}
.save-time h1 {
  font-size: 36px;
  color: #0D0C22;
}
.save-time .desc {
  font-size: 16px;
  color: #6E6D7A;
  margin-top: 10px;
}
.save-time .content {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.save-time .content .one {
  text-align: center;
  margin-bottom: 70px;
}
.save-time .content .one img {
  height: 70px;
  width: auto;
}
.save-time .content .one h2 {
  font-size: 20px;
  color: #0D0C22;
  margin-top: 10px;
}
.save-time .content .one p {
  width: 350px;
  line-height: 20px;
  font-size: 14px;
  color: #6E6D7A;
  margin-top: 10px;
}
.gym {
  width: 100%;
  background: #FAFAFA;
  padding-top: 40px ;
  padding-bottom: 60px;
  text-align: center;
}
.gym h1 {
  font-size: 36px;
  color: #0D0C22;
}
.gym .desc {
  font-size: 16px;
  color: #6E6D7A;
  margin-top: 10px;
}
.gym img {
  width: 1100px;
  height: auto;
  margin-top: 50px;
}
.features {
  width: 100%;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 54px;
  text-align: center;
}
.features h1 {
  font-size: 36px;
  color: #0D0C22;
}
.features .desc {
  font-size: 16px;
  color: #6E6D7A;
  margin-top: 10px;
  margin-bottom: 38px;
}
.features .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features .content .one {
  width: 580px;
  height: 230px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.features .content .one .left {
  float: left;
  margin-left: 40px;
}
.features .content .one .left h2 {
  font-size: 24px;
  color: #0D0C22;
  margin-top: 42px ;
  line-height: 1;
  text-align: left;
}
.features .content .one .left p {
  font-size: 14px;
  color: #6E6D7A;
  line-height: 20px;
  width: 270px;
  margin-top: 25px;
  text-align: left;
}
.features .content .one img {
  height: 100%;
  float: right;
  width: auto;
}
.need {
  width: 100%;
  height: 290px;
  background-image: url('/assets/admin/images/foreign/need-back.png');
  background-position: center;
  background-size: cover;
  text-align: center;
}
.need h1 {
  color: #0D0C22;
  font-size: 36px;
  padding-top: 60px;
  line-height: 1;
}
.need .book {
  width: 140px;
  height: 44px;
  background: #49DAA2;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 24px ;
}
.need .book:hover {
  background: #31BE88;
}
.need .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 54px;
  align-items: center;
}
.need .bottom p {
  font-size: 18px;
  color: #0D0C22;
}
.need .bottom .little-shit {
  width: 32px;
  height: 32px;
  border: 1px solid #49DAA2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  background: #fff;
  transition: all 0.2s;
  cursor: pointer;
}
.need .bottom .little-shit:hover {
  background: #49DAA2;
  border: none;
}
.need .bottom .little-shit img {
  height: auto;
}
.business {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}
.business h1 {
  font-size: 36px;
  color: #0D0C22;
}
.business img {
  height: 182px;
  width: auto;
  margin-top: 40px;
}
footer {
  width: 100%;
  height: 290px;
  background: #13141A;
}
footer .content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid #494B50;
}
footer .content .list-one {
  padding-top: 40px;
}
footer .content .list-one .title {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 26px;
}
footer .content .list-one .word {
  font-size: 14px;
  color: #83858B;
  margin-bottom: 20px;
  cursor: pointer;
}
footer .content .list-one .word:hover {
  color: #CBCDD2;
}
footer .content .list-one .store {
  margin-top: 26px;
  display: flex;
}
footer .content .list-one .store .one {
  cursor: pointer;
  width: 158px;
  height: 54px;
  background: #2F303A;
  border-radius: 4px;
}
footer .content .list-one .store .one img {
  height: 31px;
  width: auto;
  margin-top: 11px;
  margin-left: 10px;
  float: left;
}
footer .content .list-one .store .one .right {
  float: left;
  margin-left: 9px;
  color: #fff;
}
footer .content .list-one .store .one .right .top {
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
footer .content .list-one .store .one .right .bottom {
  font-size: 18px;
  line-height: 1;
  margin-top: 4px;
}
footer .content .list-one .store .one:hover {
  background: #F6F7FF;
}
footer .content .list-one .store .one:hover .right {
  color: #2F303A;
}
footer .content .list-one .qrcode {
  width: 96px;
  height: auto;
}
footer .copy {
  font-size: 14px;
  color: #595A5D;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  line-height: 1;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
