html,body,p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
html {
  min-width: 1138px;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.container {
  width: 1127px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display:table;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.header-box ul {
  display: flex;
  justify-content: flex-end;
}
.header-box li {
  margin-left: 20px;
}
.header-box a {
  font-size: 16px;
  color: #ffffff;
}
.header-box > img {
  width: 180px;
}
.banner {
  position: relative;
  margin-top: -100px;
  min-width: 1127px;
}
.banner-bg {
  /* min-width: 1127px; */
  width: 100%;
}
header {
  position: relative;
  z-index: 999;
}

.header-box .active {
  border-bottom: 2px solid #ffffff;
}
.banner>img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel {
  position: absolute;
  top: 200px;
  z-index: 10;
  padding-top: 20px;
  text-align: center;
  left: 10%;
  right: 10%;
  color: #ffffff;
  padding-bottom: 218px;
  box-sizing: border-box;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.carousel p {
  font-size: 29px;
  font-weight: 400;
}
.carousel h3 {
  font-size: 45px;
  font-weight: 700;
}
.googlePlay {
  margin-top: 20px;
}
.googlePlay>a {
  display: inline-block;
}
.googlePlay img {
  width: 334px;
  height: 84px;
  display: inline-block;
  margin: 0 auto;
}
.about-home {
  width: 100%;
  min-width: 1127px;
  padding: 50px 0;
  box-sizing: border-box;
  background-color: rgba(224, 170, 62, 1);
  margin-top: -4px;
}
.tag {
  text-align: center;
  line-height: 43px;
  font-size: 37px;
  font-weight: 700;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #ffffff;
}
.tag-process {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.hr-simplee {
  width: 80px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 25px;
  background-color: rgba(224, 170, 62, 1);
}
.row {
  height: 380px;
}
.col-6 {
  width: 33%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.thumbnail {
  margin-bottom: 20px;
  line-height: 1.4;
  background-color: #ffffff;
}
.about-home .thumbnail {
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 10px #095070;
  padding: 20px 24px;
  box-sizing: border-box;
  height: 360px;
}
.about-homee .thumbnail h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  letter-spacing: 0;
  line-height: 26px;
}
.hr-simple {
  width: 60px;
  margin: 0 auto 10px;
  height: 3px;
  background-color: rgba(224, 170, 62, 1);
}
.services {
  padding: 50px 0;
  box-sizing: border-box;
}
.services .tag,
.services .tag-process {
  color: black;
}
.services .hr-simplee {
  background-color: rgba(224, 170, 62, 1);
}
.col-md-6 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.grid {
  position: relative;
  text-align: center;
}
.service-img {
  position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #29b5be;
    text-align: center;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}
.service-img>img {
  opacity: 10;
  position: relative;
  display: block;
  width: 100%;
}
.service-img .fig {
  background-color: #000000a3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  backface-visibility: hidden;
  padding: 2em;
  font-size: 1.25em;
  box-sizing: border-box;
}
.fig h2 {
  margin: 8% 0;
}
.service-desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 50px;
  float: left;
  background-color: #ffffff;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  background-color: #faf398;
}
.services-box {
  height: 780px;
}
.footer {
  width: 100%;
  min-width: 1127px;
  background-color: #B88A44;
  opacity: 0.8;
}
.footer p {
  text-align: center;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
}

.about-title {
  text-align: center;
}

.about-content {
  position: absolute;
  top: 150px;
  z-index: 10;
  padding-top: 60px;
  text-align: center;
  left: 10%;
  right: 10%;
  color: #ffffff;
  padding-bottom: 218px;
  box-sizing: border-box;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.about-content>h1 {
  margin-bottom: 50px;
}
.about-title {
  font-weight: bold;
}
.about-desc-1 {
  margin-top: 10px;
  text-align: left;
}

.about-desc-2 {
  text-align: left;
  margin-top: 10px;
}

.contact-header {
  min-width: 1127px;
  background-color: #B88A44;
}

.contact_content {
  display: flex;
  justify-content: space-around;
  padding-top: 200px;
  padding-bottom: 300px;
  box-sizing: border-box;
}
.contact-r>img {
  width: 560px;
}
.d-flex {
  display: flex;
  align-items: center;
}
.phone {
  font-size: 20px;
  margin-bottom: 50px;
}
.phone>img {
  width: 40px;
}
.email {
  font-size: 20px;
  margin-bottom: 50px;
}
.email>img {
  width: 40px;
}
.address {
  font-size: 20px;
}
.address>img {
  width: 40px;
}
.contact-l {
  padding-top: 60px;
  box-sizing: border-box;
}
.contact-bg {
  background-color: rgb(255, 255, 255, 1.0);
}
table {
  border-collapse: collapse;
}
td,th {
  padding: 8px; /* 添加单元格填充 */
  box-sizing: border-box;
  text-align: center; /* 居中文本 */
}
.service-desc-3 {
  padding-bottom: 50px;
}
.info {
  background-color: #faf398;
  min-width: 1127px;
  padding: 50px 10px 50px 10px;
  box-sizing: border-box;
}
.info-space {
  display: flex;
  justify-content: center;
}
.refund-title {
  padding-bottom: 100px;
}
.refund-title>h1 {
  text-align: center;
  margin-top: 50px;
}
.refund-content {
  text-align: left;
  margin-top: 30px;
}
.refund-style {
  list-style: disc;
}
.m-top-20 {
  margin-top: 20px;
}
.text-bold {
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.refund_ul {
  list-style: circle;
}
.terms-content {
  margin-top: 50px;
  margin-bottom: 100px;
}