#wap-page .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  z-index: 999;
  background: #2c2c2c;
}
#wap-page .header .header-in {
  padding: 0 .3rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wap-page .header .header-in .logo img {
  width: 1.94rem;
  height: .43rem;
}
#wap-page .header .header-in .nav ul {
  display: flex;
}
#wap-page .header .header-in .nav ul li {
  padding: 0 .15rem;
  line-height: 1.05rem;
  font-size: .28rem;
  box-sizing: border-box;
  border-bottom: .05rem solid transparent;
}
#wap-page .header .header-in .nav ul li a {
  color: #ffffff;
}
#wap-page .header .header-in .nav ul li.active {
  border-bottom: .05rem solid #FF9732;
  color: #FF9732;
}
#wap-page .header .header-in .nav ul li.active a {
  color: #FF9732;
}
#wap-page .footer {
  background: #000000;
  width: 100%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wap-page .footer .footer-in {
  text-align: center;
  font-size: .24rem;
  color: #797979;
  transform: scale(0.8);
  white-space: nowrap;
}
#wap-page .footer .footer-in p {
  margin-bottom: .1rem;
}
#wap-page .footer .footer-in p a {
  color: #797979;
}
#wap-page .index .product-section {
  min-height: 15rem;
  padding: 1.5rem 0 0 0;
}
#wap-page .index .product-section .product-list {
  width: 6.9rem;
  margin: 0 auto;
}
#wap-page .index .product-section .product-list .product-item {
  margin-bottom: .7rem;
}
#wap-page .index .product-section .product-list .product-item .img {
  position: relative;
  width: 6.9rem;
  height: 3.88rem;
  background: #f5f5f5;
}
#wap-page .index .product-section .product-list .product-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.9rem;
  height: 3.88rem;
}
#wap-page .index .product-section .product-list .product-item .img .tag {
  position: absolute;
  top: .4rem;
  right: 0;
  background: #E03535;
  width: 1.2rem;
  height: .52rem;
  line-height: .52rem;
  text-align: center;
  color: #ffffff;
  font-size: .24rem;
  border-radius: .25rem 0 0 .25rem;
}
#wap-page .index .product-section .product-list .product-item .text .name {
  padding-top: .35rem;
  font-size: .38rem;
  color: #000000;
}
#wap-page .index .product-section .product-list .product-item .text .time {
  padding-top: .25rem;
  color: #BBBBBB;
  font-size: .24rem;
}
#wap-page .joinus {
  background: #F7F7F7;
}
#wap-page .joinus .joinus-content {
  padding: 1.1rem 0 .5rem;
  min-height: 15rem;
  margin: 0 auto;
  width: 6.9rem;
}
#wap-page .joinus .joinus-content .joinus-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.67rem;
}
#wap-page .joinus .joinus-content .joinus-title img {
  width: 2.89rem;
  height: .54rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item {
  padding: .6rem 0 .9rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .title {
  height: .38rem;
  color: #000000;
  font-size: .34rem;
  position: relative;
  font-weight: bold;
  padding-left: .12rem;
  text-align: left;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .title:before {
  position: absolute;
  content: "";
  height: .34rem;
  width: .08rem;
  background: #FF6D1A;
  top: .04rem;
  left: 0;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .desc-ti {
  padding: .4rem 0 .2rem;
  color: #000000;
  font-size: .24rem;
  font-weight: bold;
  padding-left: .12rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .desc-list {
  margin-left: .5rem;
  color: #5F5F5F;
  font-size: .24rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .desc-list li {
  list-style: disc;
  line-height: 2;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .address {
  padding-left: 12px;
  color: #686868;
  font-size: .24rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .email {
  padding-left: 12px;
  color: #FF6D1A;
  font-size: .24rem;
}
#wap-page .aboutus .aboutus-content {
  padding: 1.1rem 0 .5rem;
  margin: 0 auto;
  width: 6.9rem;
  min-height: 15rem;
}
#wap-page .aboutus .aboutus-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.67rem;
}
#wap-page .aboutus .aboutus-content .title img {
  width: 3.66rem;
  height: .54rem;
}
#wap-page .aboutus .aboutus-content .banner img {
  width: 6.9rem;
  height: 3.4rem;
}
#wap-page .aboutus .aboutus-content .aboutus-desc p {
  line-height: 2.2;
  font-size: .24rem;
  color: #5F5F5F;
}
#wap-page .aboutus .aboutus-content .aboutus-desc p.space {
  text-indent: 2em;
}
#wap-page .contactus .contactus-content {
  padding: 1.1rem 0 .5rem;
  min-height: 15rem;
  margin: 0 auto;
  width: 6.9rem;
}
#wap-page .contactus .contactus-content .contactus-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.67rem;
}
#wap-page .contactus .contactus-content .contactus-title img {
  width: 4.52rem;
  height: .54rem;
}
#wap-page .contactus .contactus-content .desc-ti {
  height: .38rem;
  color: #000000;
  font-size: .34rem;
  position: relative;
  font-weight: bold;
  padding-left: .18rem;
  text-align: left;
}
#wap-page .contactus .contactus-content .desc-ti:before {
  position: absolute;
  content: "";
  height: .34rem;
  width: .08rem;
  background: #FF6D1A;
  top: .06rem;
  left: 0;
}
#wap-page .contactus .contactus-content .desc-list {
  padding: .2rem 0 .5rem .2rem;
}
#wap-page .contactus .contactus-content .desc-list p {
  color: #5F5F5F;
  font-size: .24rem;
  line-height: 2;
}
#wap-page .contactus .contactus-content .contact-way {
  padding: .4rem 0 .5rem .12rem;
  display: flex;
}
#wap-page .contactus .contactus-content .contact-way .wx {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .2rem;
}
#wap-page .contactus .contactus-content .contact-way .wx img {
  width: 1.6rem;
  height: 1.6rem;
}
#wap-page .contactus .contactus-content .contact-way .list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#wap-page .contactus .contactus-content .contact-way .list li {
  display: flex;
  align-items: center;
}
#wap-page .contactus .contactus-content .contact-way .list li img {
  margin-right: .15rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.avatar {
  width: .21rem;
  height: 0.23rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.qq {
  width: .2rem;
  height: 0.24rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.tel {
  width: .2rem;
  height: 0.2rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.wechat {
  width: .28rem;
  height: 0.23rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.email {
  width: .24rem;
  height: 0.18rem;
}
#wap-page .contactus .contactus-content .contact-way .list li span {
  color: #5F5F5F;
  font-size: .24rem;
}
#wap-page .detail .detail-content {
  padding: 1.1rem 0 .5rem;
  min-height: 14rem;
  margin: 0 auto;
  width: 6.9rem;
}
#wap-page .detail .detail-content .d-title {
  text-align: center;
  font-size: .38rem;
  font-weight: bold;
  padding: .6rem 0 .4rem;
}
#wap-page .detail .detail-content .d-desc {
  display: flex;
  justify-content: space-between;
  padding-bottom: .4rem;
}
#wap-page .detail .detail-content .d-desc div {
  color: #BFBFBF;
  font-size: .24rem;
}
#wap-page .detail .detail-content .video {
  width: 6.9rem;
  height: 3.88rem;
}
#wap-page .detail .detail-content .d-content {
  padding: .5rem 0;
  font-size: .24rem;
  color: #000000;
}
#wap-page .detail .detail-content .d-img {
  width: 100%;
}
