/*
盒子阴影
@right_left 右边阴影为正数 左边负数
@bottom_top 下边阴影为正数 上边负数
@box  阴影大小
@box_color 阴影颜色
使用:.boxshadow(7px,7px,7px,#fff);
*/
/*
文字阴影,可以指定多组阴影
@right_left1 右边阴影为正数 左边负数
@bottom_top1 下边阴影为正数 上边负数
@text  阴影大小
@text_color 阴影颜色
使用: .textshadow();
*/
.display-box {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
/*
首页
*/
.wrapper {
  position: relative;
  background-color: #fff;
}
.wrapper .header {
  background: #3b424b;
  height: 1.26666667rem;
}
.wrapper .header .h-left h2 {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.26666667rem;
  font-size: 0.57333333rem;
  float: left;
  font-weight: bold;
  color: #dcdddd;
}
.wrapper .header .h-right {
  position: absolute;
  right: 0.26666667rem;
  top: 0;
  height: 1.26666667rem;
  width: 1rem;
}
.wrapper .header .h-right a {
  height: 100%;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.wrapper .header .h-right a img {
  height: 0.70666667rem;
  width: 0.78666667rem;
}
.content {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.content p {
  line-height: 0.46666667rem;
  font-size: 0.26666667rem;
  color: #fd6060;
  text-align: left;
}
.content ul li {
  min-height: 0.8rem;
  line-height: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.26666667rem;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.content ul li span {
  float: left;
  padding-left: 0.53333333rem;
  width: 2.66666667rem;
  font-size: 0.42666667rem;
  padding-top: 0.02666667rem;
  text-align: right;
  color: #898989;
}
.content ul li .txt-ipt {
  float: left;
  height: 0.8rem;
  width: 5.33333333rem;
  border: none;
  outline: medium;
  font-size: 0.42666667rem;
  color: #898989;
}
.content ul li .text-ipt {
  margin-top: 0.14666667rem;
  float: left;
  height: 0.93333333rem;
  line-height: 0.46666667rem;
  width: 6rem;
  border: none;
  outline: medium;
  font-size: 0.38666667rem;
  color: #898989;
}
.content ul li .btn-code {
  line-height: 1.06666667rem;
  height: 1.06666667rem;
  margin-top: -0.2rem;
  margin-left: 0.06666667rem;
  width: 2.33333333rem;
  font-size: 0.49333333rem;
  color: #ffffff;
  text-align: center;
  background-color: #2EA087;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
}
.content .btn-submit {
  margin: 0 auto;
  width: 100%;
  height: 1.33333333rem;
  font-size: 0.57333333rem;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background-color: #fd9251;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 1.33333333rem;
  font-weight: bold;
}
.chr {
  margin-top: 0.93333333rem;
  width: 100%;
  height: 0.21333333rem;
  background-color: #efeff0;
}
