*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
li{
    list-style: none;
}


/*翻页按钮*/
.swiper-button-next{
    position: absolute;
    top:auto;
    bottom:5px;
    left:50%;
    margin-left: -13.5px;
    transform: rotate(-90deg);
    width: 17px;
    height: 36px;
    background-size: 17px 36px;
    animation: button-next 2s infinite;
    opacity: 1;
}
@keyframes button-next {
    0%{
        bottom:5px;
        opacity: 1;
    }
    100%{
        bottom:25px;
        opacity: 0;
    }
}

/*-音乐-*/
#mp3btn {
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.54);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border: 3px solid rgba(76, 76, 76, 0.62);
    animation: mp3btnkey 2.5s linear infinite;
}
#mp3btn img{
    width: 11px;
}
@keyframes mp3btnkey {
    0%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}


/*-圆-*/
.yuan1,.yuan2,.yuan3,.yuan4{
    position: absolute;
    border: 1px #097b7c dashed;
    border-radius: 50%;
}
.yuan1{
    width: 85%;
    height: 48%;
    top: 23%;
    margin-left: 7.5%;
}
.yuan2{
    width: 90%;
    height: 52%;
    top: 21%;
    margin-left: 5%;
}
.yuan3{
    width: 95%;
    height: 56%;
    top: 19%;
    margin-left: 2%;
}
.yuan4{
    width: 100%;
    height: 60%;
    top: 17%;
}

/*-s1-*/
/*s1 星球*/
.s1,.s2,.s3,.s4,.s5,.s6,.s7{
    background: url("../img/bj.png");
    height: 100%;
    position: relative;
}
.s1 .header{
    height:100%;
    position: relative;
}
.s1 .header img{
    position: absolute;
}
.s1 .header img:nth-of-type(1){
    width: 35px;
    top:21%;
    left:13%;
}
.s1 .header img:nth-of-type(2){
    width: 65px;
    top:16%;
    right:10%;
}
.s1 .header img:nth-of-type(3){
    width: 55px;
    bottom:22%;
    left:10%;
}
.s1 .header img:nth-of-type(4){
    width: 45px;
    bottom:25%;
    right:10%;
}
.s1 .header img:nth-of-type(5){
    width: 80%;
    height: 44%;
    top:25%;
    margin-left: -40%;
}

/*-s1 text-*/
.s1 .text{
    width: 100%;
    position: absolute;
    top:32%;
}
.s1 .text img:nth-of-type(1){
    width: 156px;
}
.s1 .text img:nth-of-type(2){
    width: 310px;
}
.s1 .text .p1{
    width: 210px;
    margin: auto;
    background: url("../img/9.png");
    background-size: 100% 100%;
    margin-top: 20px;
}

/*-s1 footer-*/
.s1 .footer{
    position: absolute;
    bottom: 8%;
    width: 100%;
}
.s1 .footer h2{
    color: #02e6c1;
    font-size: 18px;
}
.s1 .footer p{
    color: #02e6c1;
    font-size: 16px;
    margin-bottom: 45px;
}
.s1 .footer img:nth-of-type(1){
    left: -10%;
}
.s1 .footer img:nth-of-type(2){
    left: 5%;
}
.s1 .footer img{
    width: 100%;
    position: absolute;
}


/*-s2-*/
.s2,.s3,.s4,.s5,.s6,.s7{
    color: #00f0c3;
}

/*-s2 h2-*/
.s2 h2 {
    padding-top: 10%;
    font-size: 24px;
    margin-bottom: 10%;
    position: relative;
}

.s2 h2::before,
.s2 h2::after {
    content: "";
    width: 83px;
    height: 20px;
    display: inline-block;
    position: absolute;
}
.s2 h2::before {
    background: url("../img/14.png");
    background-size: cover;
    left: 7%;
    top: 50%;
}
.s2 h2::after {
    background: url("../img/13.png");
    background-size: cover;
    right: 7%;
    top: 50%;
}
.s2 h2 small {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
}

/*-s2 main-*/
.s2 .main img {
    width: 80%;
}
@media (max-width: 320px) {
    .s2 .main img {
        width: 82%;
    }
}

.s2 .main {
    position: relative;
}
.s2 .main .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 5%;
    font-size: 16px;
}
@media (max-width: 375px) {
    .s2 .main .text{
        font-size: 16px;
    }
}
@media (max-width: 365px) {
    .s2 .main .text{
        font-size: 14px;
    }
}


.s2 .main .text p {
    margin-bottom: 10px;
}

.s2 span {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 120px;
    height: 30px;
    margin-left: -60px;
    background: -moz-linear-gradient(left, #00e7f7, #00fc9f); /*Mozilla*/
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#00e7f7), to(#00fc9f)); /*Old gradient for webkit*/
    background: -webkit-linear-gradient(left, #00e7f7, #00fc9f); /*new gradient for Webkit*/
    background: -o-linear-gradient(left, #00e7f7, #00fc9f); /*Opera11*/
    color: #000;
    font-size: 16px;
    line-height: 30px;
    border-radius: 20px;
    font-weight: bold;
}


/*-s3-*/
.s3 h2 {
    padding-top: 10%;
    font-size: 24px;
    margin-bottom: 10%;
    position: relative;
}

.s3 h2::before,
.s3 h2::after {
    content: "";
    width: 83px;
    height: 20px;
    display: inline-block;
    position: absolute;
}
.s3 h2::before {
    background: url("../img/14.png");
    background-size: cover;
    left: 7%;
    top: 50%;
}
.s3 h2::after {
    background: url("../img/13.png");
    background-size: cover;
    right: 7%;
    top: 50%;
}

.s3 h2 small {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
}

/*-s3 main-*/
.s3 .main{
    position: relative;
    height: 100vh;
}
.s3 .main div:nth-of-type(1),
.s3 .main div:nth-of-type(2),
.s3 .main div:nth-of-type(3),
.s3 .main div:nth-of-type(4),
.s3 .main div:nth-of-type(5),
.s3 .main div:nth-of-type(6){
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 58px;
    position: absolute;
   background: -webkit-radial-gradient(rgba(255, 255, 255, 0.13),#00656d); /* Safari 5.1 - 6.0 */
  background: -o-radial-gradient(rgba(255, 255, 255, 0.13),#00656d); /* Opera 11.6 - 12.0 */
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.13).#00656d); /* Firefox 3.6 - 15 */
  background: radial-gradient(rgba(255, 255, 255, 0.13),#00656d); /* 标准的语法 */
}
.s3 .main div:nth-of-type(1){
    left: 23%;
}
.s3 .main div:nth-of-type(2){
    right: 23%;
}
.s3 .main div:nth-of-type(6){
    left: 5%;
    top: 120px;
}
.s3 .main div:nth-of-type(3){
    right: 5%;
    top: 120px;
}
.s3 .main div:nth-of-type(4){
    right: 23%;
    top: 235px;
}
.s3 .main div:nth-of-type(5){
    left: 23%;
    top: 235px;
}
.s3 .main div:nth-of-type(7){
    width: 133px;
    height: 133px;
     border-radius: 50%;
    line-height: 133px;
    position: absolute;
    left:50%;
    top: 90px;
    margin-left: -65px;
   background: -webkit-radial-gradient(rgba(255, 255, 255, 0.13),#00656d); /* Safari 5.1 - 6.0 */
  background: -o-radial-gradient(rgba(255, 255, 255, 0.13),#00656d); /* Opera 11.6 - 12.0 */
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.13).#00656d); /* Firefox 3.6 - 15 */
  background: radial-gradient(rgba(255, 255, 255, 0.13),#00656d); /* 标准的语法 */
}
.s3 .main .text{
    position: absolute;
    bottom: 35%;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 14px;
    text-align: left;
    border-left: 3px #04f4d1 solid;
}


/*-s4-*/
.s4 h2 {
    padding-top: 10%;
    font-size: 24px;
    margin-bottom: 10%;
    position: relative;
}

.s4 h2::before,
.s4 h2::after {
    content: "";
    width: 83px;
    height: 20px;
    display: inline-block;
    position: absolute;
}
.s4 h2::before {
    background: url("../img/14.png");
    background-size: cover;
    left: 7%;
    top: 50%;
}
.s4 h2::after {
    background: url("../img/13.png");
    background-size: cover;
    right: 7%;
    top: 50%;
}

.s4 h2 small {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
}


/*-s4 .main-*/
.s4 .main{
    position: relative;
}
.s4 .main .text a{
    color: #fff;
}
.s4 .main img{
    width: 80%;
}
.s4 .main .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 80%;
    margin: auto;
    padding: 5%;
    font-size: 16px;
}
.s4 .main .text .text-p{
    font-size: 12px;
    margin-top: 20%;
}
.s4 .main .label-2{
    color: #ccff00;
}

.s4 .main .text .div1 .div1-1,
.s4 .main .text .div1 .div1-2,
.s4 .main .text .div1 .div1-3,
.s4 .main .text .div2 .div2-1,
.s4 .main .text .div2 .div2-2,
.s4 .main .text .div2 .div2-3{
    text-align: left;
    margin-top: 8%;
    font-size: 14px;
}

.s4 .main .text .div1 .div1-1 p:nth-of-type(2),
.s4 .main .text .div1 .div1-2 p:nth-of-type(2),
.s4 .main .text .div1 .div1-3 p:nth-of-type(2){
    width: 78%;
    height: 14px;
    float: left;
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(255, 255, 255, 0.08)), to(#26f9b2));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08), #26f9b2);
    margin-top: 8px;
}
.s4 .main .text .div1 .div1-2 p:nth-of-type(2){
    width: 70%;
}
.s4 .main .text .div1 .div1-3 p:nth-of-type(2){
    width: 60%;
}


.s4 .main .text .div2 .div2-1 p:nth-of-type(2),
.s4 .main .text .div2 .div2-2 p:nth-of-type(2),
.s4 .main .text .div2 .div2-3 p:nth-of-type(2){
    width: 65%;
    height: 14px;
    float: left;
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(255, 255, 255, 0.08)), to(#ccff00));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08), #ccff00);
    margin-top: 8px;
}
.s4 .main .text .div2 .div2-2 p:nth-of-type(2){
    width: 50%;
}
.s4 .main .text .div2 .div2-3 p:nth-of-type(2){
    width: 40%;
}

.s4 .main .text .div1 span{
    margin-left: 5px;
}
.s4 .main .text .div2 span{
    color: #ccff00;
    margin-left: 5px;
}
.s4 .main .text .div2 p{
    color: #ccff00;
}
.s4 .main .text .div2{
    display: none;
}



/*-s5-*/
.s5 h2 {
    padding-top: 10%;
    font-size: 24px;
    margin-bottom: 10%;
    position: relative;
}

.s5 h2::before,
.s5 h2::after {
    content: "";
    width: 83px;
    height: 20px;
    display: inline-block;
    position: absolute;
}
.s5 h2::before {
    background: url("../img/14.png");
    background-size: cover;
    left: 7%;
    top: 50%;
}
.s5 h2::after {
    background: url("../img/13.png");
    background-size: cover;
    right: 7%;
    top: 50%;
}

.s5 h2 small {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
}

/*-s5 .main-*/
.s5 .main{
    text-align: left;
    font-size: 14px;
    padding-left: 9%;
    padding-right: 9%;
}
.s5 .main .main-1,
.s5 .main .main-3 {
    width: 128px;
    position: relative;
    float: left;
    margin-top: 15px;
}
.s5 .main .main-2,
.s5 .main .main-4{
    width: 128px;
    position: relative;
    float: right;
    margin-top: 15px;
}
.s5 .main .main-4,
.s5 .main .main-3{
    margin-top: 30px;
}

.s5 .main .main-1 .img1,
.s5 .main .main-2 .img1,
.s5 .main .main-3 .img1,
.s5 .main .main-4 .img1{
    width: 128px;
}
.s5 .main .main-1 .main-1-1 p:nth-of-type(2),
.s5 .main .main-2 .main-2-1 p:nth-of-type(2),
.s5 .main .main-3 .main-3-1 p:nth-of-type(2),
.s5 .main .main-4 .main-4-1 p:nth-of-type(2){
   background: url("../img/9.png");
    background-size: 100% 100%;
    color: #000;
    text-align: center;
    width: 100px;
    margin: auto;
    font-weight: 600;
    margin-top: 5px;
}
.s5 .main .main-1 .main-1-1,
.s5 .main .main-2 .main-2-1,
.s5 .main .main-3 .main-3-1,
.s5 .main .main-4 .main-4-1{
    position: absolute;
    top:8px;
    left: 8%;
}

/*-s6-*/
.s6 h2 {
    padding-top: 10%;
    font-size: 24px;
    margin-bottom: 10%;
    position: relative;
}

.s6 h2::before,
.s6 h2::after {
    content: "";
    width: 83px;
    height: 20px;
    display: inline-block;
    position: absolute;
}
.s6 h2::before {
    background: url("../img/14.png");
    background-size: cover;
    left: 7%;
    top: 50%;
}
.s6 h2::after {
    background: url("../img/13.png");
    background-size: cover;
    right: 7%;
    top: 50%;
}

.s6 h2 small {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
}

/*-s6 main-*/
.s6 .main{
    width: 75%;
    height: 60%;
    margin: auto;
    border-left: 1px #00bffe dashed;
    text-align: left;
    position: relative;
}
.s6 .main ul{
    margin-left: -10px;
}
.s6 .main ul li{
    width: 20px;
    height:20px;
    background-color: #21fcac;
    border-radius: 50%;
    box-shadow: 0px 0px 14px #00fffe;
    animation:bounceIn infinite;
}
.s6 .main .main-1{
    position: absolute;
    top: 0;
    left: 18px;
}
.s6 .main .main-2{
    position: absolute;
    top: 33%;
    left: 18px;
}
.s6 .main .main-3{
    position: absolute;
    top: 66%;
    left: 18px;
}


.s6 .main ul li:nth-of-type(2),
.s6 .main ul li:nth-of-type(3){
    margin-top: 38%;
}
.s6 .main .main-1 span,
.s6 .main .main-2 span,
.s6 .main .main-3 span{
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#26f9b2), to(rgba(255, 255, 255, 0.08)));
    background: -webkit-linear-gradient(left,#26f9b2 ,rgba(255, 255, 255, 0.08) );
    width: 98%;
    display:block;
    color: #000;
    border-top-left-radius: 20px;
    padding-left: 15px;
}
.s6 .main .text{
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.13),#00656d);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.13),#00656d);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.13).#00656d);
    background: radial-gradient(rgba(255, 255, 255, 0.13),#00656d);
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}

/*-footer-*/
.footer{
    position: absolute;
    bottom: 8%;
    width: 100%;
}
.footer p{
    color: #02e6c1;
    font-size: 16px;
}
.footer img:nth-of-type(1){
    left: -10%;
}
.footer img:nth-of-type(2){
    left: 5%;
}
.footer img{
    width: 100%;
    position: absolute;
}


/*-s7 h2-*/
.s7 h2 {
    padding-top: 10%;
    font-size: 24px;
    margin-bottom: 10%;
    position: relative;
}

.s7 h2::before,
.s7 h2::after {
    content: "";
    width: 83px;
    height: 20px;
    display: inline-block;
    position: absolute;
}
.s7 h2::before {
    background: url("../img/14.png");
    background-size: cover;
    left: 7%;
    top: 50%;
}
.s7 h2::after {
    background: url("../img/13.png");
    background-size: cover;
    right: 7%;
    top: 50%;
}
.s7 h2 small {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
}

/*-s7 main-*/
.s7 .main{
    position: relative;
}
.s7 .main img{
    width: 80%;
}
@media (max-width:320px) {
    .s7 .main img{
        width: 85%;
    }
}

.s7 .main .main-input{
    position: absolute;
    top:0;
}
.s7 .main .main-input input{
    width: 68%;
    height: 54px;
    margin-top: 5%;
    padding-left: 10px;
    font-size: 16px;
}
.s7 .main .main-input button{
    width: 68%;
    height: 54px;
    background-color: #00f2ca;
    color: #ffffff;
    border: 0;
    margin-top: 5%;
}
.s7 .main .main-input p{
    font-size: 14px;
}
.s7 .main .main-input p:nth-of-type(2){
    margin-top: 5%;
}
