body{
  background: #F5F5F5;
}
.wrap .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  padding: 0 1.6rem 0 0.6rem;
}
.top {
  position: relative;
  width: 100%;
  padding-top: 30%;
  padding-left: 16%;
  background-image: url('../img/about/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	box-sizing: border-box;
}
.top .con {
  max-width: 12.08rem;
  position: absolute;
  bottom: 0.86rem;
}
.top .con .title {
  padding: 0.18rem;
  background: #E83828;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.06rem;
  letter-spacing:0.01rem;
}
.top .con .tip {
  font-size: 0.4rem;
  color: #000;
  margin-top: 0.18rem;
  padding-left: 0.2rem;
  letter-spacing:0.01rem;
}
.top .download {
  position: absolute;
  width: 2.28rem;
  height: 0.92rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  background: #fff;
  bottom: -0.5rem;
  box-shadow: 1px 4px 18px rgba(0,0,0,0.2);
  cursor: pointer;
}
.top .download img {
  width: 0.3rem;
  height: 0.28rem;
}
.top .download p {
  color: #E83828;
  font-size: 0.28rem;
}
.why { 
  width: 100%;
  padding-left: 16%;
  box-sizing: border-box;
  margin-top: 1.7rem;
}
.why .title {
  display: inline-block;
  padding: 0.12rem;
  box-sizing: border-box;
  background: #E83828;
  color: #fff;
  font-size: 0.26rem;
  letter-spacing:0.01rem;
}
.why .sb-title {
  font-size: 0.44rem;
  font-weight: bold;
  color: #000;
  margin-top: 0.14rem;
  margin-bottom: 0.18rem;
  line-height: 0.48rem;
  letter-spacing:0.01rem;
}
.why .sb-title.join {
  margin-top: 0.7rem;
}
.why .line {
  color: #4A4A4A;
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-top: 0.4rem;
}
.why .line .bold {
  font-weight: bold;
}
.why .bread div, .why .bread .aa {
  display: inline-block;
  width: 1.28rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #E83828;
  font-size: 0.26rem;
  cursor: pointer;
}
.why .bread div.active {
  background: #E83828;
  color: #fff;
}
.why .learn {
  margin-top: 0.4rem;
}
.why .learn li, .why .learn li a {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7rem;
}
.why .learn li img {
  width: 3.2rem;
  height: 1.8rem;
  margin-right: 0.25rem;
}
.why .learn li .right {
  width: 7.25rem;
}
.why .learn li .right .title-t {
  font-size: 0.22rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.12rem;
}
.why .learn li .right .time {
  color: #9B9B9B;
  font-size: 0.14rem;
  margin-bottom: 0.16rem;
}
.why .learn li .right .intro {
  color: #4A4A4A;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.why p.little {
  margin-top: 0.1rem;
  color: #4A4A4A;
  font-size: 0.14rem;
}
.why .intro2 {
  color: #4A4A4A;
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-top: 0.4rem;
}
.why .de {
  text-decoration: underline;
  color: #4A4A4A;
}
.why .job {
  margin-bottom: 0.69rem;
  margin-top: 0.3rem;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  flex-wrap: wrap;
}
.why .job li {
  width: 5.4rem;
  background: #fff;
  padding: 0.4rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.why .job li .t {
  font-size: 0.22rem;
  font-weight: bold;
  color: #000;
  margin-top: 0.14rem;
  margin-bottom: 0.14rem;
}
.why .job li .t.ter {
  font-size: 0.28rem;
}
.why .job li .money {
  font-size: 0.14rem;
  color: #9B9B9B;
}
.why .job li .con {
  position: relative;
  color: #4A4A4A;
  font-size: 0.14rem;
  line-height: 0.24rem;
  display: flex;
  flex-wrap: wrap;
}
.why .job li .con span {
  color: #4A4A4A;
  font-size: 0.14rem;
}
.why .job li .con span.dot {
  width: 5%;
}
.why .job li .con span.info {
  width: 95%;
}
