.box {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    background: url(../img/big.png)no-repeat;
    background-size: 100% 100%;
}

.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner img {
    width: 100%;
}

.mode1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}

.inner {
    width: 62.5%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}

.b-1 {
    width: 15%;
    position: absolute;
    left: -5%;
    top: -5%;
}

.rm-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.title {
    width: 100%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: #6e68d7;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2% 0 7% 0;
    border-top: 5px solid #5a53d6;
}

.tit-bot {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: -5%;
    border-radius: 30px;
    box-shadow: 0 8px 22px -2px gray;
    padding-bottom: 4%;
}

.icon-box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
    flex-wrap: wrap;
}

.list {
    width: 18%;
    display: flex;
    flex-direction: column;
    background: url(../img/rm-1.png)no-repeat;
    background-size: 100% 100%;
    padding-bottom: 6%;
}

.list:nth-child(2) {

    background: url(../img/rm-2.png)no-repeat;
    background-size: 100% 100%;

}

.list:nth-child(4) {

    background: url(../img/rm-2.png)no-repeat;
    background-size: 100% 100%;

}

.list img {
    width: 40%;
    margin: 0 auto;
    margin-top: 20%;
}

.list span {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #343095;
    padding-top: 5%;
}

.mt {
    margin-top: -15%;
}

.tips-txt {
    font-size: 22px;
    text-align: center;
    color: #343095;
    padding-top: 2%;
}

.tips-txt span {
    color: red;
}

.buy {
    background-image: -moz-linear-gradient(0deg, rgb(254, 87, 114) 0%, rgb(243, 37, 80) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(254, 87, 114) 0%, rgb(243, 37, 80) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(254, 87, 114) 0%, rgb(243, 37, 80) 100%);
    box-shadow: 3.42px 9.397px 20px 0px rgba(205, 0, 42, 0.3), inset -2.868px 4.096px 8px 0px rgba(255, 252, 240, 0.004);
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding: 2%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    margin-top: 2%;
    box-shadow: 0 8px 22px -2px gray;

}

.mt1 {
    margin-top: 4%;
}

.fw-box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 4%;

}

.fw {
    width: 23%;
    background: url(../img/dsbg1.png)no-repeat;
    background-size: 100% 100%;
    padding: 0 2%;
    margin-bottom: 2%;
}

.fw p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #5a53d6;
    padding-top: 10%;
}

.fw span {
    font-size: 16px;
    color: #5a53d6;
    padding-top: 3%;
    line-height: 30px;
    display: block;
    margin-top: 3%;
    margin-bottom: 5%;
}

.fw:nth-child(2) {
    background: url(../img/dsbg2.png)no-repeat;
    background-size: 100% 100%;
}

.fw:nth-child(4) {

    background: url(../img/dsbg2.png)no-repeat;
    background-size: 100% 100%;

}

.fw:nth-child(6) {
    background: url(../img/dsbg2.png)no-repeat;
    background-size: 100% 100%;

}

.rq-box {
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rq {
    width: 30%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    background: url(../img/rq-1.png)no-repeat;
    background-size: 100% 100%;
}

.rq p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-bottom: 4%;
    padding-top: 3%;
}

.rq span {
    font-size: 15px;
    color: #5a53d6;
    padding: 2% 10%;
    line-height: 30px;
}

.rq:nth-child(2) {

    background: url(../img/rq-2.png)no-repeat;
    background-size: 100% 100%;
}

.rq:nth-child(3) {

    background: url(../img/rq-3.png)no-repeat;
    background-size: 100% 100%;
}

.tips-wk {
    font-size: 25px;
    font-weight: bold;
    color: #5a53d6;
    text-align: center;
    padding: 2% 0;
}

.btn {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}

.an {
    width: 18%;
    background: #7a73e4;
    text-align: center;
    border-radius: 30px;
    padding: 1% 0;
    color: #fff;
    font-size: 18px;
}

.an:hover {
    background-image: -moz-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    box-shadow: 0px 5px 15px 0px rgba(102, 0, 255, 0.2);
}

.ljgm {
    display: block;
    width: 80%;
    background: #7a73e4;
    text-align: center;
    border-radius: 30px;
    padding: 1% 0;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}

.ljgm:hover {
    background-image: -moz-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    box-shadow: 0px 5px 15px 0px rgba(102, 0, 255, 0.2);
}

.fudao {
    text-align: center;
    background: #ecf0fe;
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #343095;
    padding: 1% 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 4%;
}

.dibu {
    width: 100%;
    margin-top: -15%;
}
.newbox{
    width: 60%;
    display: flex;
    margin: 0 auto;
    /* height: 100px; */
    margin-top: 3%;
    margin-bottom: 1%;
}
.new-l{
    width: 30%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    background-image: -moz-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(137, 131, 254) 0%, rgb(241, 155, 254) 100%);
    box-shadow: 0px 5px 15px 0px rgba(102, 0, 255, 0.2);
    text-align: center;
    /* line-height: 100px; */
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    padding: 5% 0;
}
.new-r{
    width: 70%;
        background-image: -moz-linear-gradient( 45deg, rgb(224,232,254) 0%, rgb(245,246,254) 100%);
        background-image: -webkit-linear-gradient( 45deg, rgb(224,232,254) 0%, rgb(245,246,254) 100%);
        background-image: -ms-linear-gradient( 45deg, rgb(224,232,254) 0%, rgb(245,246,254) 100%);
        box-shadow: inset 0px 3px 0px 0px rgba(255, 255, 255, 0.004),inset 0px -3px 0px 0px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.new-r p{
    display: block;
    margin-top: 5%;
    color: #343095;
    padding-left: 2%;
    font-size: 16px;
}
.new-r p span{
    color: red;
}
.flix-r{
    width: 7%;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 40%;
}
.flix-r a{
    display: block;
        background-image: -moz-linear-gradient( -45deg, rgb(241,155,254) 0%, rgb(137,131,254) 100%);
        background-image: -webkit-linear-gradient( -45deg, rgb(241,155,254) 0%, rgb(137,131,254) 100%);
        background-image: -ms-linear-gradient( -45deg, rgb(241,155,254) 0%, rgb(137,131,254) 100%);
        box-shadow: 0px 5px 10px 0px rgba(102, 0, 255, 0.3);
    width: 100%;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 5% 0;
    margin-bottom: 3%;
    color: #fff;
    font-size: 15px;
}
.flix-r a img{
    /* width:13%; */
    margin-top: 2%;
    margin-right: 3%;
}
@media screen and (max-width:1573px) {
    .buy {
        width: 25%;
    }

    .fw span {
        line-height: 20px;
    }

}

@media screen and (max-width:1328px) {
    .title {
        font-size: 30px;
    }

    .inner {
        width: 75%;
    }

    .dibu {
        margin-top: -8%;
    }

    .buy {
        width: 30%;
    }
}
@media screen and (max-width:1208px) {
    .flix-r{
        width: 10%;
    }
}
@media screen and (max-width:1081px) {
    .newbox{
        width: 80%;
    }
}
@media screen and (max-width:996px) {
    .title {
        font-size: 25px;
    }

    .inner {
        width: 85%;
    }

    .dibu {
        margin-top: -8%;
    }

    .buy {
        width: 30%;
    }
}
@media screen and (max-width:846px) {
    .flix-r{
        width: 12%;
    }
}
@media screen and (max-width:818px) {
    .tips-txt {
        font-size: 15px;
    }

    .buy {
        font-size: 15px;
    }

    .fw span {
        font-size: 12px;
    }

    .fw p {
        font-size: 18px;
    }
}
@media screen and (max-width:724px) {
    .newbox{
        width: 90%;
    }
    .new-l{
        font-size: 20px;
    }
    .new-r p{
        font-size: 12px;
        margin-top: 6%;
    }
    .list span{
        font-size: 12px;
    }
}
@media screen and (max-width:705px) {
    .flix-r{
        width: 15%;
    }
}
@media screen and (max-width:564px) {
    .flix-r{
        width: 17%;
    }
    .flix-r a{
        font-size: 12px;
    }
    .flix-r a img{
        
        width: 12%;
    }
}
@media screen and (max-width:553px) {
    .list{
        width: 30%;
    }
    .inner{
        width: 100%;
    }
    .title{
        font-size: 15px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .list span{
        font-size: 12px;
    }
    .tips-txt{
        font-size: 12px;
    }
    .buy{
        font-size: 12px;
    }
    .fw p{
        font-size: 12px;
    }
    .fw{
        width: 40%;
    }
    .b-1{
        /* width: 20%; */
        left: 0;
    }
    .rq {
        width: 45%;
        margin-bottom: 3%;
        
    }
    .rq p{
        font-size: 15px;
        padding-top: 5%;
    }
    .rq span{
        line-height: 25px;
        padding-top: 5%;
    }
    .one{
        top: -1%;
    }
    .tips-wk{
        font-size: 12px;
    }
    .an{
        font-size: 12px;
        width: 22%;
    }
    .tb th{
        font-size: 12px;
    }
    .tb td{
        font-size: 12px;
    }
    .ljgm{
        font-size: 12px;
        width: 100%;
    }
    .c-100{
        width: 100%;
    }
    .fudao{
        width: 100%;
        font-size: 20px;
    }
    .mt1{
        margin-top: 8%;
    }
}
@media screen and (max-width:405px) {
    .list{
        width: 45%;
    }
    .newbox{
        width: 100%;
    }
    .new-r p{
        margin-top: 3%;
    }
    .rq{
        width: 100%;
    }
    *{
        font-size: 12px!important;
    }
    .rq p{
        font-size: 15px!important;
        padding-top: 3%;
    }
    .tb td{
        padding: 0;
    }
    .ljgm{
        padding: 0.2% 0!important;
    }
    .buy{
        width:35% ;
    }
}
@media screen and (max-width:490px) {

    .flix-r a img{
        
        width: 14%;
    }
}
@media screen and (max-width:414px) {
    .flix-r{
        width: 18%;
    }

    .flix-r a img{
        
        width: 16%;
    }
}
@media screen and (max-width:372px) {
    .flix-r{
        width: 19%;
    }

    .flix-r a img{
        
        width: 18%;
    }
}
@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.up {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;

}

.dibu:hover {
    background: url(../img/dibuactive.png)no-repeat;
    background-size: 100% 100%;
}

/* .dibu:hover {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;
}

.dibu1:hover {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;
} */
