@import '../css/reset.css';
.line {
  width: 0.66666667rem;
  height: 0.16rem;
  border-radius: 100px;
  background: #00FF00;
  display: block;
  margin-bottom: 0.26666667rem;
}
.homePage {
  background: #f6f6f6;
  background: #000;
}
.homePage header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 1.2rem;
  background: #00FF00;
  padding: 0 0.45333333rem 0 0.4rem;
  display: flex;
  align-items: center;
  color: #000;
}
.homePage header .logo {
  font-size: 0;
}
.homePage header .logo img {
  width: 2.13333333rem;
}
.homePage header ul {
  margin-left: auto;
  display: flex;
  font-size: 0.21333333rem;
}
.homePage header ul li {
  position: relative;
}
.homePage header ul li a {
  padding: 0 0.13333333rem;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: #000;
  font-size: 0.29333333rem;
  text-transform: uppercase;
  position: relative;
  /* 导航 */
}
.homePage header ul li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
  height: 0.04rem;
  background: #000;
  border-radius: 100px;
  transition: all ease 0.2s;
  opacity: 0;
  width: 0;
}
.homePage header ul li a.active::after,
.homePage header ul li a:hover::after {
  opacity: 1;
  width: 50%;
}
.homePage header ul li .second {
  left: 0;
  top: 0.73333333rem;
  position: absolute;
  background: #000;
  box-shadow: 0 0 5px #00FF00;
  padding: 0.26666667rem 0.26666667rem 0.02666667rem;
  border-radius: 0.08rem;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
}
.homePage header ul li .second a {
  text-align: center;
  display: block;
}
.homePage header ul li .second a img {
  height: 0.53333333rem;
}
.homePage header ul li .second a + a {
  margin-top: 0.26666667rem;
}
.homePage header ul li:active .second,
.homePage header ul li:hover .second {
  opacity: 1;
  visibility: visible;
}
.homePage header .menuBtn {
  display: none;
}
.homePage .falseHeader {
  width: 100%;
  height: 1.2rem;
}
.homePage .section1 {
  margin: 0 auto;
  position: relative;
  padding: 0 0.66666667rem 1.06666667rem;
  overflow-x: hidden;
}
.homePage .section1 video {
  position: absolute;
  width: 130vw;
  top: 0.66666667rem;
  left: 0;
  transform: translate(-23%);
}
.homePage .section1 img {
  position: relative;
  z-index: 1;
  margin: 0.66666667rem 0 0;
  width: 1.86666667rem;
}
.homePage .section1 h1 {
  position: relative;
  z-index: 1;
  margin: 0.53333333rem 0 0;
  color: #fff;
  font-family: 'XiXianTi';
  font-size: 0.4rem;
  line-height: 2;
  height: 3.33333333rem;
}
.homePage .section1 p {
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
  font-family: 'EmojiTi';
  font-size: 0.32rem;
  line-height: 1.6;
  color: #fff;
}
.homePage .section1 p br {
  display: none;
}
.homePage .section1 p.p2 {
  text-align: center;
}
.homePage .section1 .btns {
  position: relative;
  z-index: 1;
  margin-top: 0.93333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePage .section1 .btns button {
  background: transparent;
  width: 4.64rem;
  height: 0.86666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.29333333rem;
  color: #fff;
  margin: 0 0.26666667rem;
  background-image: url('../static/image/border.png');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.homePage .section2,
.homePage .section3,
.homePage .section4,
.homePage .section7 {
  margin-top: 0.26666667rem;
  margin-bottom: 0.66666667rem;
  padding: 0 0.66666667rem;
  color: #fff;
}
.homePage .section2 h2,
.homePage .section3 h2,
.homePage .section4 h2,
.homePage .section7 h2 {
  font-size: 0.53333333rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  line-height: 1.5;
  padding: 0 0.13333333rem;
}
.homePage .section2.section2 h2,
.homePage .section3.section2 h2,
.homePage .section4.section2 h2,
.homePage .section7.section2 h2,
.homePage .section2.section3 h2,
.homePage .section3.section3 h2,
.homePage .section4.section3 h2,
.homePage .section7.section3 h2,
.homePage .section2.section4 h2,
.homePage .section3.section4 h2,
.homePage .section4.section4 h2,
.homePage .section7.section4 h2 {
  height: 1.6rem;
}
.homePage .section2 p,
.homePage .section3 p,
.homePage .section4 p,
.homePage .section7 p {
  font-size: 0.29333333rem;
  text-transform: uppercase;
  line-height: 1.6;
}
.homePage .section2 > img,
.homePage .section3 > img,
.homePage .section4 > img,
.homePage .section7 > img {
  width: 80%;
  border-radius: 6px;
  margin: 0.53333333rem auto !important;
  display: block;
}
.homePage .section2.section4,
.homePage .section3.section4,
.homePage .section4.section4,
.homePage .section7.section4 {
  flex-direction: row-reverse;
}
.homePage .section2.section4 > img,
.homePage .section3.section4 > img,
.homePage .section4.section4 > img,
.homePage .section7.section4 > img {
  width: 80%;
}
.homePage .section5 {
  margin-top: 1.06666667rem;
}
.homePage .section5 .top {
  padding: 0 0.66666667rem;
  color: #fff;
}
.homePage .section5 .top .left h2 {
  padding: 0 0.13333333rem;
  font-size: 0.53333333rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.homePage .section5 .top .left p {
  font-size: 0.29333333rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.homePage .section5 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 0.8rem;
}
.homePage .section5 .list li {
  width: 2.52rem;
  height: 2.10666667rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../static/image/border2.png');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homePage .section5 .list li + li {
  margin-left: 0.32rem;
}
.homePage .section5 .list li img {
  width: 0.8rem;
  height: 0.8rem;
}
.homePage .section5 .list li span {
  font-size: 0.21333333rem;
  color: #fff;
  text-transform: uppercase;
}
.homePage .section5 .list.list2 li {
  width: 1.97333333rem;
  height: 1.65333333rem;
}
.homePage .section5 .list.list2 li + li {
  margin-left: 0.26666667rem;
}
.homePage .section5 .list.list2 li img {
  width: 0.61333333rem;
  height: 0.61333333rem;
}
.homePage .section5 .list.list2 li span {
  font-size: 0.18666667rem;
  color: #fff;
  text-transform: uppercase;
}
.homePage .section6 {
  margin-top: 1.33333333rem;
  margin-bottom: 1.06666667rem;
  padding: 0 0.66666667rem;
  color: #fff;
}
.homePage .section6 h2 {
  font-size: 0.53333333rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.homePage .section6 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 0.8rem;
}
.homePage .section6 .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homePage .section6 .list li + li {
  margin-left: 0.4rem;
}
.homePage .section6 .list li img {
  height: 0.8rem;
  margin-bottom: 0.26666667rem;
}
.homePage .section6 .list li span {
  font-size: 0.21333333rem;
  color: #fff;
}
.homePage .section8 {
  margin-bottom: 1.06666667rem;
  padding: 0 0.66666667rem;
  padding-top: 1.6rem;
  color: #fff;
}
.homePage .section8.section8_1,
.homePage .section8.section8_2 {
  padding-top: 0.66666667rem !important;
}
.homePage .section8 h2 {
  font-size: 0.4rem;
  margin-bottom: 0.26666667rem;
  line-height: 1.5;
}
.homePage .section8 h3 {
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.homePage .section8 .list {
  flex: 1;
}
.homePage .section8 .list li {
  display: flex;
  margin-bottom: 0.53333333rem;
}
.homePage .section8 .list li img {
  position: relative;
  top: 0.26666667rem;
  margin-right: 0.26666667rem;
  width: 0.26666667rem;
  height: 0.26666667rem;
  margin-bottom: 0.82666667rem;
}
.homePage .section8 .list li .content {
  color: #fff;
}
.homePage .section8 .list li .content h4 {
  font-size: 0.34666667rem;
}
.homePage .section8 .list li .content p {
  font-size: 0.29333333rem;
  line-height: 1.6;
}
.homePage .section9 {
  color: #fff;
}
.homePage .section9 h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.42666667rem;
  font-family: 'HeiTi';
  margin-bottom: 1.06666667rem;
}
.homePage .section9 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homePage .section9 ul li {
  align-items: center;
  justify-content: center;
  margin-bottom: 0.66666667rem;
  display: flex;
  flex-direction: column;
}
.homePage .section9 ul li img {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.13333333rem;
}
.homePage .section9 ul li h4 {
  font-size: 0.4rem;
  font-family: 'HeiTi';
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.homePage .section9 ul li p {
  font-size: 0.29333333rem;
  width: 75%;
}
.homePage .section10 {
  padding-bottom: 0.66666667rem;
  color: #fff;
}
.homePage .section10 h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.37333333rem;
  font-family: 'HeiTi';
  margin-bottom: 1.33333333rem;
}
.homePage .section10 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.66666667rem;
}
.homePage .section10 .list li {
  width: 50%;
  display: flex;
  justify-content: center;
}
.homePage .section10 .list li img {
  width: 2.66666667rem !important;
}
.homePage .section10 .list li:last-child img {
  width: 2rem !important;
}
.homePage .footer {
  color: #fff;
  font-size: 0.32rem;
  padding: 0.66666667rem 0 0.66666667rem 1.09333333rem;
}
.homePage .footer a {
  color: #fff;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all ease 0.25s;
  opacity: 0;
  visibility: hidden;
}
.popup .content {
  width: 85vw;
  padding: 0.32rem;
  background: #000;
  z-index: 10;
  border: 2px double #00FF00;
  color: #fff;
  position: relative;
}
.popup .content .close {
  position: absolute;
  right: 0.26666667rem;
  top: 0.13333333rem;
  color: #fff;
  font-size: 0.45333333rem;
}
.popup .content .close:active {
  opacity: 0.7;
}
.popup .content span {
  font-size: 0.32rem;
}
.popup .content .formItem {
  margin-top: 0.26666667rem;
}
.popup .content .formItem label {
  font-size: 0.29333333rem;
}
.popup .content .formItem input {
  border: 0;
  border-bottom: 1px solid #00FF00;
  background: #292929;
  width: 100%;
  height: 0.90666667rem;
  padding: 0 0.26666667rem;
  margin-bottom: 0.13333333rem;
  outline: 0;
  color: #fff;
  font-size: 0.34666667rem;
}
.popup .content .formItem p {
  font-size: 0.29333333rem;
  display: none;
  color: #ccc;
}
.popup .content button {
  border: 1px solid #00FF00;
  color: #fff;
  background: #000;
  width: 100%;
  height: 0.90666667rem;
  margin-top: 0.53333333rem;
  font-size: 0.34666667rem;
}
.popup .content button:active {
  opacity: 0.7;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
