.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.color-main {
  color: #333;
}
.text-indent {
  text-indent: 2em;
}
.transparent {
  opacity: 0;
}
.p-title {
  font-size: 0.34rem;
}
img {
  max-width: 100%;
}
body {
  background: #fff;
}
.index-bg {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.index-bg .banner {
  width: 6.9rem;
  margin: 0 auto;
  padding: 0.5rem 0;
  position: relative;
}
.index-bg .banner .banner-img {
  display: block;
  margin: 0.3rem auto;
}
.index-bg .banner .language {
  position: absolute;
  border: 1px solid #333;
  color: #333;
  padding: 0 0.15rem;
  right: 0.3rem;
  top: 0.5rem;
  display: block;
}
.index-bg .banner .banner-logo {
  position: relative;
  z-index: 10;
  width: 3rem;
  margin-bottom: 1rem;
}
.index-bg .banner .cont {
  position: relative;
  z-index: 10;
  padding: 0 0.3rem;
}
.index-bg .banner .banner-title {
  font-size: 0.3rem;
  text-align: center;
  color: #01673E;
}
.index-bg .banner .banner-title1 {
  font-weight: bold;
  font-size: 0.5rem;
}
.index-bg .banner .banner-title3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.index-bg .banner .banner-title3 img {
  width: 0.24rem;
  position: relative;
  top: -1px;
  margin-right: 0.05rem;
  vertical-align: middle;
}
.index-bg .banner .banner-title3 div {
  margin: 0 0.15rem;
}
.index-bg .content {
  width: 6.9rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}
.index-bg .text-cont {
  border: 1px solid #333;
  padding: 0.3rem;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
}
.index-bg .text-cont p {
  color: #333;
}
#btn-apply {
  background-color: #4b9446;
  box-shadow: 0 0 0.2rem 0 #01673e8a;
  color: #fff;
}
