main {
  background: rgb(247, 247, 247);
}

.background {
  height: 5.413333rem;
  background: rgb(244, 203, 7);
  overflow: hidden;
}

.join_us {
  padding: 1.866667rem 0 0 0;
  font-size: 0.8rem;
  line-height: 1.733333rem;
  letter-spacing: 0.04rem;
  color: #fff;
  text-align: center;
}

.circle_animate {
  border-radius: 100%;
}

.circle_animate.circle_animate_1 {
  width: 5.6rem;
  height: 5.6rem;
  left: 30%;
  top: 0%;
  opacity: 0.8;
  background: linear-gradient(to bottom, #f39700, #f2c707);
}

.circle_animate.circle_animate_2 {
  width: 11.2rem;
  height: 11.2rem;
  right: -5%;
  bottom: 0;
  opacity: 0.4;
  background: linear-gradient(to bottom, #f39700, #f2c707);
}

.article {
  padding: 1.226667rem;
  background: #fff;
  -webkit-transform: translateY(-1.333333rem);
  transform: translateY(-1.333333rem);
  box-sizing: border-box;
}

.article header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 0.293333rem;
  color: rgb(103, 103, 103);
  padding-bottom: 0.6rem;
  border-bottom: 0.013333rem solid rgb(229, 229, 229) ;
}

.article .position {
  color: rgb(192, 192, 192);
}

.article .item {
  margin: 0.506667rem 0;
  font-size: 0.26rem;
}

.article .item h2 {
  font-size: 0.28rem;
  color: rgb(91, 91, 91);
}

.article .item p {
  line-height: 0.533333rem;
  color: rgb(166, 166, 166);
}

.article .email {
  display: inline-block;
  padding: 0.32rem;
  background: rgb(163, 163, 163);
  color: rgb(234, 234, 234);
  font-size: 0.266667rem;
}

.article .back {
  float: right;
  padding: 0.186667rem 0.32rem;
  margin: 0.133333rem 0;
  border: 0.013333rem solid rgb(210, 210, 210);
  color: rgb(170, 170, 170);
  font-size: 0.24rem;
}

/*** footer ***/

.layout_footer {
  margin-top: 0.4rem;
  text-align: left;
  background: #fff;
}

.footer_nav .nav_item:first-child {
  padding-left: 0;
}

.company_info>span:first-child {
  margin-left: 0;
}

.icon_link {
  display: inline-block;
  margin-right: 0.24rem;
  height: 0.266667rem;
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .5s ease-out;
}

.icon_link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bigTit{ font-size: 0.4rem;}
