html,
body {
  position: relative;
  height: 100%;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.swiper-container {
  /* width: 100%; */
  width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #19ffe0;
}
.swiper-container .swiper-fixed {
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.swiper-fixed .nav-box {
  width: 1280px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-box .nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-box .nav a {
  margin: 0 16px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
.nav-box .nav li.active a {
  color: #19ffe0;
  border-bottom: 1px solid #19ffe0;
}
.nav-box .nav li:last-child a {
  padding: 0;
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #19ffe0;
  border: 1px solid #19ffe0;
  border-radius: 21px;
}
.swiper-slide.slide000 {
  background: url("../img/bg_000.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide000 .title-img {
  position: absolute;
  top: 230px;
}
.slide000 .down-btn {
  position: absolute;
  top: 692px;
}
.swiper-slide.slide001 {
  background: url("../img/bg_001.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper-slide.slide002 {
  background: url("../img/bg_002.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper-slide.slide003 {
  background: url("../img/bg_003.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper-slide.slide001 .title-img2,
.swiper-slide.slide002 .title-img2,
.swiper-slide.slide003 .title-img2 {
  position: absolute;
  top: 320px;
  left: 50%;
}
.swiper-slide.slide004 {
  background: url("../img/bg_004.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide004 {
  display: flex;
  flex-direction: column;
}
.slide004 .contact,
.slide004 .project {
  width: 1280px;
  display: flex;
  justify-content: space-around;
}
.slide004 .contact {
  margin-top: 230px;
}
.slide004 .contact a {
  color: #fff;
  text-decoration: none;
}
.slide004 .contact span {
  color: #19ffe0;
}
.slide004 .contact .text p {
  margin: 10px 0;
  font-size: 24px;
}
.slide004 .links {
  margin: 100px 0;
}
.slide004 .copyright {
  margin-top: 160px;
}
.swiper-slide.slide005 {
  background: url("../img/bg_005.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
/* aboutUs.html */
.swiper-wrapper .about-wrap {
  position: absolute;
  top: 136px;
  width: 1280px;
  padding: 40px;
  background: rgb(0, 0, 0, 0.2);
  border: 1px solid #91adff;
  box-sizing: border-box;
}
.about-wrap .content-wrap {
  text-align: left;
}
.about-wrap .content-wrap .item {
  margin-top: 30px;
}
.about-wrap .content-wrap .title {
  width: 101px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: url("../img/icon.png") no-repeat;
  background-size: cover;
  color: #0b0b0b;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.about-wrap .content-wrap p {
  font-size: 16px;
  margin: 0;
  line-height: 28px;
}
.about-wrap .info-wrap .contact {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
.about-wrap .info-wrap .contact span {
  color: #19ffe0;
}
.about-wrap .info-wrap .contact .text p {
  margin: 10px 0;
  font-size: 24px;
}
.about-wrap .info-wrap .contact a {
  display: block;
  cursor: pointer;
}
/* recharge.html */
.swiper-wrapper .recharge-wrap {
  position: absolute;
  top: 136px;
  width: 1280px;
  padding: 40px;
  background: rgb(0, 0, 0, 0.2);
  border: 1px solid #91adff;
  box-sizing: border-box;
}
.recharge-wrap .content-wrap {
  text-align: left;
}
.recharge-wrap .title-wrap {
  width: 1200px;
  justify-content: center;
  display: flex;
}
.recharge-wrap .title-wrap .tab {
  width: 100px;
  height: 32px;
  line-height: 32px;
  margin: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.recharge-wrap .title-wrap .tab.active {
  color: #19ffe0;
  border-bottom: 2px solid #19ffe0;
}
.recharge-wrap .content-wrap .title {
  width: 101px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: url("../img/icon.png") no-repeat;
  background-size: 100% 100%;
  color: #0b0b0b;
  padding-left: 6px;
  font-size: 18px;
  margin-bottom: 5px;
}
.recharge-wrap .content-wrap .item .i-box,
.recharge-wrap .content-wrap .item .i-box2 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.recharge-wrap .content-wrap .item .i-box2 {
  display: none;
}
.recharge-wrap .content-wrap .item .item-i {
  width: 280px;
  height: 148px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: url("../img/bg-item.png") no-repeat;
  background-size: 100% 100%;
  color: #0b0b0b;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.recharge-wrap .content-wrap .item .item-i .select {
  position: absolute;
  bottom: 46px;
  right: 50px;
  display: none;
}
.recharge-wrap .content-wrap .item .item-i.selectIndex .select {
  display: block;
}
.recharge-wrap .content-wrap .item .type {
  line-height: 40px;
}
.recharge-wrap .content-wrap .item .price {
  font-size: 32px;
  font-weight: bold;
}
.recharge-wrap .content-wrap .item .form {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.recharge-wrap .content-wrap .item .form .input {
  width: 275px;
  height: 52px;
  line-height: 52px;
  outline: none;
  border: none;
  font-size: 18px;
  padding-left: 10px;
  box-sizing: border-box;
}
.recharge-wrap .content-wrap .item .form .button {
  width: 115px;
  height: 52px;
  line-height: 52px;
  outline: none;
  border: none;
  background: #42143d;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.recharge-wrap .content-wrap .item .form .span {
  margin-left: 10px;
}
.recharge-wrap .content-wrap .item .pay_info {
  display: flex;
  align-items: center;
}
.recharge-wrap .content-wrap .item .pay {
  width: 268px;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: #fff;
  box-sizing: border-box;
  margin: 5px 0;
  position: relative;
  cursor: pointer;
}
.recharge-wrap .content-wrap .item .pay .select {
  position: absolute;
  right: 10px;
  display: none;
}
.recharge-wrap .content-wrap .item .pay.choose .select {
  display: block;
}
.recharge-wrap .content-wrap .item .pay_code {
  width: 165px;
  height: 165px;
  display: block;
  margin: 0 20px 0 10px;
}
.recharge-wrap .content-wrap .item .pay_price .money {
  margin-bottom: 20px;
}
.recharge-wrap .content-wrap .item .pay_price span {
  font-size: 48px;
}
.recharge-wrap .content-wrap .item .pay_price a {
  color: #fff;
  /* text-decoration: none; */
}

/* layui样式重置 */
#LAY_layuipro {
  background: transparent url("../img/dialog_bg.png") no-repeat;
  background-size: 100% 100%;
}
#layui-layer1{
	background-color: transparent;
}
#layui-layer1 .dialog-content {
  width: 478px;
  height: 547px;
  position: relative;
}
#layui-layer1 .dialog-btn {
  position: absolute;
  left: 0;
  bottom: 40px;
  margin-left: 92px;
  cursor: pointer;
}
