body {
  background-color: #009933;
  position: relative;
}
.picBox {
  width: 100%;
  height: 3.57rem;
}
.picBox img {
  width: 100%;
  height: 3.57rem;
}
.titleBox {
  width: 7rem;
  text-align: right;
  position: absolute;
  right: 0.6rem;
  top: 3.1rem;
}
.titleBox .title {
  font-weight: 400;
  font-size: 0.69rem;
  color: #FFFFFF;
  line-height: 1.01rem;
  font-family: RS_CuBiao;
}
.titleBox .text {
  font-weight: 400;
  font-size: 0.3rem;
  color: #FFFFFF;
  font-family: PingFang SC;
}
.inputBox {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
}
.inputBox form {
  margin: 0 auto;
  text-align: center;
}
.inputBox form input[type=text] {
  width: 6.38rem;
  /*height: 0.96rem;*/
  line-height: 0.96rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  outline: none;
  border: 0;
  text-align: center;
}
.inputBox form input[type=text]::-webkit-input-placeholder {
  text-align: center;
}
.inputBox form input[type=submit] {
  width: 6.38rem;
  /*height: 0.96rem;*/
  line-height: 0.96rem;
  background: #000000;
  border-radius: 0.1rem;
  outline: none;
  border: 0;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.3rem;
  color: #FFFFFF;
}
.inputBox .contex_text{
	width:6rem;
	margin: 0.2rem auto;
	font-size: 0.28rem;
	color: #fff;
}
.inputBox .contex_text li{
	line-height: 0.6rem;
}
.inputBox .contex_text li div{
	float: left;
}
.inputBox .contex_text li div.title{
	width: 1.5rem;
}
.inputBox .contex_text li div.text{
	width: 4.5rem;
}