.index1{
    /*background: url("../img/index1.png") top center no-repeat;*/
    background: #385df2;
    height: 8rem;
    background-size: cover;
    position: relative;
}
.index1-title{
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    margin-top: 0.3rem;
}
.nextBtn {
    display: block;
    animation: nextBtn 0.5s ease-in-out 1.0s infinite alternate;
    height: 1rem;
    position: absolute;
    left: 47%;
    bottom: 0.8rem;
}
@keyframes nextBtn{
    from{transform:translate(0,0)}
    to{transform:translate(0,10px)}
}
.index1Btn{
    width:40%;
    margin-left: 30%;
    height: 1rem;
    line-height: 1rem;
    background:linear-gradient(0deg,rgba(65,158,247,1) 0%,rgba(140,203,255,1) 100%);
    box-shadow:0px 5px 20px 0px rgba(76,181,255,0.5);
    border-radius:40px;
    color: #fff;
    font-size: 0.38rem;
    font-weight: bold;
    position: absolute;
    bottom: -0.5rem;
    left:0;
}
.plate2-ul li{
    width: 44%;
    float: left;
    margin-top: 0.7rem;
    padding: 0 3%;
}
.plate2-img img{
    height: 1.5rem;
}
.index2-title{
    margin-top: 1.5rem;
    font-size: 0.4rem;
    font-weight: bold;
}
.plate2-ul li h3{
    font-size: 0.35rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 0.3rem;
}
.plate2-ul li h3:before{
    content: "";
    position: absolute;
    height: 0.08rem;
    width: 10%;
    border-radius: 2px;
    left: 45%;
    bottom: -0.15rem;
    background-color: #44A0F7;
}
.plate2-ul li p{
    text-align: left;
    letter-spacing: 0.05rem;
    color: #999999;
}
.index3Plate{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.index3Plate img{
    width: 30%;
}
.index3 ul{
    width: 92%;
    margin-left: 4%;
}
.index3 ul li{
    text-align: left;
}
.index3 .i3-title{
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.2rem;
    position: relative;
}
.index3 .i3-title:before{
    content: "";
    position: absolute;
    left: -0.15rem;
    top: 0.15rem;
    height: 0.3rem;
    width: 0.07rem;
    background-color: #44A0F7;
    border-radius:2px;
}
.index3 .i3-con{
    font-size: 0.35rem;
    color: #999;
    margin-bottom: 0.4rem;
}
.help-ul {
    width: 100%;
    padding: 0.2rem 0;
    margin-top: 0.5rem;
}
.help-ul li {
    width: 98%;
    position: relative;
    background-color: #fff;
    margin: 0 0 0 2%;
    height: 1rem;
}
.help-ul li:after {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/forward.png) no-repeat right center /0.3rem;
    position: absolute;
    top: 0.35rem;
    right: 0.5rem;
}
.help-ul li img {
    width: 0.5rem;
    margin-top: 0.2rem;
    float: left;
}
.help-ul li span {
    font-size: 0.35rem;
    display: inline-block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.2rem;
    width: 85%;
    float: left;
    text-align: left;
    padding-left: 2%;
}
.help-ul li span:active {
    color: #3899ff;
}
.seeMore{
    height: 0.8rem;
    line-height: 0.8rem;
    width: 40%;
    border:1px solid rgba(68,160,247,1);
    border-radius:32px;
    display: inline-block;
    color: rgba(68,160,247,1);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.footer{
    height: 3rem;
}
.footerFix{
    position: fixed;
    bottom: 0;
    width: 100%;
    height:1.5rem;
    background:rgba(0,0,0,1);
    font-size: 0.35rem;
    z-index: 99;
}
.footerFix p{
    width: 50%;
    height: 80%;
    position: relative;
    float: left;
}
.footerFix p span.one{
    position: absolute;
    left: 1.625rem;
    margin-top: 0.2rem;
}
.footerFix p span.two{
    position: absolute;
    top: .625rem;
    left: 1.625rem;
    margin-top: 0.2rem;
}
.footerFix a.btnFix{
    display: inline-block;
    width: 2.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background:rgba(245,245,245,1);
    border-radius:24px;
    color: #57A7F8;
    text-align: center;
    margin-top: 0.45rem;
    float: right;
    margin-right: 0.5rem;
}
.index1-img{
    margin-top: 1rem;
}
.footerLogo{
    height: 1rem;
    margin-top: 0.3rem;
    margin-left: 0.2rem;
}
.footerSpan{
    margin-top: 0.3rem;
    text-align: left;
    margin-left: 0.2rem;
}


/*activity*/
.activityArea {
    height: 100%;
}
.empty {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.activityBox {
    width: 356px;
    height: 420px;
    position: absolute;
    top: -420px;
    left: 50%;
    margin-left: -178px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    z-index: 99;
}
.activityBox.activityBox2 {
    top: 150px;
}
.closeImg {
    /*width: 64px;*/
    /*height: 60px;*/
    position: absolute;
    top: 0%;
    left: 90%;
}

