.flexible {
  color: #333333;
}
/* banner区域 */
.banner-container {
  width: 100%;
  height: 6.5rem;
  margin-top: .80rem;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.banner-container img {
  width: 100%;
}
.banner-container .text-content {
  color: #333;
  font-weight: bold;
  font-size: 0.576rem;
  position: absolute;
  top: 50%;
  transform: translate(2.408rem, -50%);
  -webkit-transform: translate(2.408rem, -50%);
  -moz-transform: translate(2.408rem, -50%);
  -ms-transform: translate(2.408rem, -50%);
  -o-transform: translate(2.408rem, -50%);
}

.banner-container .text-content .large-title {
  position: relative;
  font-size: 0.576rem;
}
.banner-container .text-content .second-title,
.third-title {
  font-size: 0.32rem;
}

.banner-container .text-content .second-title {
  margin: 0.552rem 0 0.078rem;
}

.banner-container .text-content .large-title::after {
  content: "";
  display: block;
  height: 0.224rem;
  background-color: #FF960F;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner-container .text-content .btn-apply {
  display: block;
  width: 1.088rem;
  height: 0.376rem;
  line-height: 0.376rem;
  background-color: #FF960F;
  color: #fff;
  font-size: 0.192rem;
  margin-top: 0.736rem;
  border-radius: 0.192rem;
  text-align: center;
  -webkit-border-radius: 0.192rem;
  -moz-border-radius: 0.192rem;
  -ms-border-radius: 0.192rem;
  -o-border-radius: 0.192rem;
}

/*标题头 */
.title {
  font-size: .29rem;
  font-weight: bold;
}

/*副标题 */
.sub-title {
  font-size: .15rem;
  font-weight: 400;
  color: #999999;
  margin-top: .15rem;
}

.platform {
  margin: .80rem 0 1.00rem;
  width: 100%;
  min-width: 12.00rem;
  overflow: hidden;
  background-color: #ffffff;
}

.platform .platformTitle {
  margin: 0 auto;
  width: 12.00rem;
  text-align: center;
}

.platform .content {
  height: 7.08rem;
  width: 12.00rem;
  margin: .80rem auto 0;
  position: relative;
}

.project,
.project .project_0,
.project .project_1 {
  width: 100%;
  min-width: 12.00rem;

  overflow: hidden;
}

.project .project_0 {
  background-color: #f7f6f9;
}

.project .project_1 {
  background-color: white;
}

.project .project_0 > div,
.project .project_1 > div {
  width: 12.00rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: .80rem 0 1.10rem;
  margin: 0 auto;
}

.pro-title .pro-n {
  border-bottom: .03rem solid#333;
  padding-bottom: .16rem;
  font-weight: bold;
}

.pro-title .pro-name {
  margin-top: .35rem;
  font-weight: bold;
}

.steps {
  margin-top: .82rem;
  height: 2.90rem;
  display: inline-block;
}

.steps .step {
  margin-left: 1.22rem;
  float: left;
  width: auto;
  height: 2.41rem;
}

.steps .step img {
  width: 1.39rem;
  height: 1.39rem;
}

.steps .step span {
  display: block;
}

.steps .step:nth-child(1),
.cards .card:nth-child(1) {
  margin-left: 0rem;
}

.steps .step span {
  margin-top: .15rem;
  font-weight: bold;
  font-size: .24rem;
  line-height: 1;
}

.steps .step span:last-child {
  margin-top: .15rem;
  font-size: .19rem;
  font-weight: 400;
  line-height: .24rem;
}

.pro-second-title {
  margin-top: .80rem;
  font-size: .36rem;
  font-weight: bold;
  color: #333333;
}

.cards {
  margin-top: .80rem;
  display: inline-block;
}

.cards .card {
  position: relative;
  float: left;
  margin-left: 1.18rem;
  border: .04rem solid #e6e6e6;
  background-color: white;
  border-radius: .24rem;
  width: 2.59rem;
  height: 3.50rem;
}

.cards .card img {
  width: 1.90rem;
  height: 2.20rem;
  margin-top: .35rem;
}

.card span {
  margin-top: .37rem;
  font-size: .24rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.custom {
  cursor: pointer;
  background: url("../images/customBg.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  width: 4.20rem;
  height: 1.10rem;
  color: white;
  margin-top: .95rem;
  font-weight: 400;
  font-size: .26rem;
}

.custom:hover {
  transform: scale(1.03);
}

.custom span {
  position: absolute;
  left: 1.03rem;
  margin-top: .22rem;
  user-select: none;
  -moz-user-select: none;
}

.custom img {
  width: .34rem;
  /* height: .41rem; */
  position: absolute;
  left: .55rem;
  margin-top: .25rem;
}

.schemes {
  margin-top: .79rem;
  display: inline-block;
}

.schemes .scheme {
  margin-left: 2.04rem;
  float: left;
}

.schemes .scheme img {
  width: 3.71rem;
  height: 4.19rem;
  display: block;
}

.schemes .scheme:nth-child(1) {
  margin-left: 0;
}

.schemes .scheme span {
  margin-top: .16rem;
  font-weight: 400;
  font-size: .19rem;
  display: block;
}

.schemes .scheme .title {
  margin-top: .32rem;
  font-size: .24rem;
  font-weight: bold;
}

/* 联系方式 */
.contact-us {
  background: url("https://zxinhui.oss-cn-hangzhou.aliyuncs.com/public/picture/www/contactusBg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: .60rem 0 .80rem;
}

.contact-us .title {
  text-align: center;
  padding: .04rem 0 .64rem;
  color: #999999;
  font-size: .14rem;
}

.contact-us .title .title_CN {
  color: white;
  font-size: .29rem;
  font-weight: bold;
}

.contact-us .title .title_EN {
  margin: .16rem auto .16rem;
  font-weight: normal;
  font-family: Arial;
}

.contact-us .title .title_EN::after {
  display: inline-block;
  content: "";
  background-color: rgba(254, 126, 55,0.7);
  width: .31rem;
  height: .013rem;
  margin-bottom: 0;
  margin-left: -.19rem;
}

.contact-us .form-container .form-title legend {
  float: left;
  text-align: start;
  display: block;
}
