/*@font-face {
    font-family: myFont;
    src: url('../font/myFont.ttf');
}

@font-face {
    font-family: heiti;
    src: url('../font/UnionPay.TTF');
}*/

* {
    padding: 0;
    margin: 0;
    border: none;
}

#main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    overflow-y: scroll;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.logo {
    height: 5%;
    display: block;
    margin: 30px auto 0;
}

#index {
    width: 100%;
    height: 100%;
    background: url("../image/index-bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
}

.banner {
    width: 106%;
    height: 46.1%;
    margin: 0 auto;
    position: relative;
}

.bannerBg {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fly {
    -webkit-animation: fly 1.5s infinite ease-in-out alternate;
}

@-webkit-keyframes fly {
    0% {
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    100% {
        transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        -moz-transform: translate(0, -20px);
        -webkit-transform: translate(0, -20px);
        -o-transform: translate(0, -20px);
    }
}

.watch {
    height: 11%;
    position: absolute;
    top: 19%;
    left: 9%;
}

.kh {
    height: 8%;
    position: absolute;
    top: 34.48%;
    left: 0;
    -webkit-animation-delay: 0.2s;
}

.bag {
    height: 14.4%;
    position: absolute;
    top: 38.5%;
    left: 14%;
    -webkit-animation-delay: 0.5s;
}

.speak {
    height: 11%;
    position: absolute;
    top: 50%;
    left: 9.3%;
    -webkit-animation-delay: 0.7s;
}

.gift {
    height: 13.4%;
    position: absolute;
    top: 53%;
    left: 44.5%;
}

.pen {
    height: 9.4%;
    position: absolute;
    top: 21.5%;
    left: 79.5%;
}

.award {
    height: 17.4%;
    position: absolute;
    top: 34%;
    left: 75%;
    -webkit-animation-delay: 0.5s;
}

.book {
    height: 11.4%;
    position: absolute;
    top: 55%;
    left: 73.75%;
    -webkit-animation-delay: 0.3s;
}

.notice {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.leftBtn, .rightBtn {
    height: 88px;
}

.title {
    height: 29.4%;
    display: block;
    margin: 0 auto;
}

.txt2 {
    height: 5.7%;
    display: block;
    margin: -20px auto 0;
}

.numBtn {
    width: 180px;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.numTxt {
    width: 60px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.buy {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: scroll;
    background: url("../image/buy-bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
    overflow-x: hidden;
}

.head {
    width: 100%;
    height: 658px;
    position: relative;
}

.buyTitle {
    width: 312px;
    position: absolute;
    left: 30px;
    top: 167px;
    z-index: 1000;
}

.bannerAll {
    width: 750px;
    height: 658px;
    position: absolute;
    top: 0;
    left: 252px;
}

.toSchool {
    width: 20px;
    height: 151px;
    position: absolute;
    top: 640px;
    right: 20px;
}

.list {
    width: 660px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 100px;
}
.buyBtn{
    width: 300px;
    display: block;
    margin: 0 auto;
}
.list_buy {
    width: 323px;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}
.list_buy1{
    width: 323px;
    height: 169px;
    background: url("../image/buy-box1.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}
.kong{
    width: 323px;
    height: 169px;
    margin-bottom: 20px;
}

.shop {
    color: #3E3A39;
    text-align: center;
    font-size: 40px;
    width: 310px;
    position: absolute;
    top: 10px;
    left: 6px;
    font-weight: bold;

}
.shop1 {
    color: #3E3A39;
    text-align: center;
    font-size: 40px;
    width: 310px;
    position: absolute;
    top: -5px;
    left: 6px;
    font-weight: bold;

}

.detail {
    color: #595757;
    font-size: 20px;
    text-align: center;
    width: 310px;
    position: absolute;
    top: 65px;

    left: 6px;
}
.detail1 {
    color: #595757;
    font-size: 20px;
    text-align: center;
    width: 310px;
    position: absolute;
    top: 50px;

    left: 6px;
}
.total1{
    color: #595757;
    font-size: 20px;
    text-align: center;
    width: 120px;
    position: absolute;
    top: 70px;

    left: 26px;
}
.total2{
    color: #595757;
    font-size: 20px;
    text-align: center;
    width: 120px;
    position: absolute;
    top: 70px;

    right: 26px;
}

.money {

    color: #EB333D;
    font-size: 36px;
    text-align: center;
    width: 310px;
    position: absolute;
    top: 106px;
    font-weight: bold;
    left: 6px;
}
.money1{

    color: #EB333D;
    font-size: 36px;
    text-align: center;
    width: 150px;
    position: absolute;
    top: 95px;
    font-weight: bold;
    left: 10px;
    letter-spacing: -1px;
}
.money2{

    color: #EB333D;
    font-size: 36px;
    text-align: center;
    width: 150px;
    position: absolute;
    top: 95px;
    font-weight: bold;
    right: 10px;
    letter-spacing: -1px;
}
.numFont{

    font-weight: normal;
}
.school{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: scroll;
    background: url("../image/school-bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
    overflow-x: hidden;
}
.schoolBanner{
    width: 750px;
    height: 658px;
    position: absolute;
    top: 0;
    left: -302px;
}
.schoolTitle{
    width: 312px;
    position: absolute;
    right: 80px;
    top: 167px;
    z-index: 1000;
}
.list_school{
    width: 607px;
    margin:0 auto 20px
}
.schoolBtn{
    width: 600px;
    display: block;
    margin: 0 auto;
}
.shopSchool{
    position: absolute;
    width: 270px;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    top: 50%;
    left: 30px;
    text-align: center;

    transform: translateY(-50%);
}
.detailSchool{
    width: 268px;
    position: absolute;
    right: 20px;
    text-align: center;
    font-size: 24px;
    bottom: 98px;

    line-height: 30px;
}
.moneyScholl{
    position: absolute;
    width: 268px;
    font-weight: bold;
    font-size: 40px;
    right: 20px;
    bottom: 25px;
    text-align: center;

    color: #EB333D;
}
.popBg{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: scroll;
    background: url("../image/pop-bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.toBuy{
    width: 20px;
    height: 151px;
    position: absolute;
    top: 640px;
    left: 20px;
}
.pop{
    width: 100%;
    margin-top: 80px;
}
.disNone{
    display: none!important;
}

#pop{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    top: 0;
    z-index: 10000;
}
.rules_box{
    width: 580px;
    height:calc(100% - 400px);
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%,-50%);
    border-radius: 20px;
    padding: 50px 40px;
    background: #fff3de;
    overflow-y: scroll;
    overflow-x: hidden;
}
.close{
    width: 69px;
    height: 69px;
    position: absolute;
    top: 30px;
    right: 40px;
}
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

    color: #666666;
    font-size: 24px;
    margin-top: 15px;
    line-height: 40px;
}
.name{

    color: #135794;
    font-size: 34px;
    font-weight: bold;
}
.label{

    color: #135794;
    font-size: 28px;
    margin-top: 30px;
}
.time,.desc{

    color: #666666;
    font-size: 24px;
    margin-top: 15px;
    line-height: 40px;
}
.jump{
    width: 442px;
    height: 76px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.desc_txt{
    text-align: left;
}


.watch1 {
    height: 73px;
    position: absolute;
    top: 135px;
    left: 314px;
}

.kh1 {
    height: 54px;
    position: absolute;
    top: 235px;
    left: 274px;
    -webkit-animation-delay: 0.2s;
}

.bag1 {
    height: 96px;
    position: absolute;
    top: 303px;
    left: 358px;
    -webkit-animation-delay: 0.5s;
}

.speak1 {
    height:74px;
    position: absolute;
    top: 372px;
    left: 321px;
    -webkit-animation-delay: 0.7s;
}

.gift1 {
    height: 90px;
    position: absolute;
    top: 360px;
    left:594px;
}

.pen1 {
    height: 63px;
    position: absolute;
    top: 148px;
    left: 283px;
}

.award1 {
    height: 116px;
    position: absolute;
    top: 244px;
    left: 259px;
    -webkit-animation-delay: 0.5s;
}

.book1 {
    height: 76px;
    position: absolute;
    top: 368px;
    left: 249px;
    -webkit-animation-delay: 0.3s;
}
.pop-txt1{
    width: 550px;
    position: absolute;
    left: 50%;
    margin-left: -260px;
    bottom: 20px;
}
.pop-txt2{
    width: 550px;
    display: block;
    margin: 20px auto;
}
.buy1{
    width: 634px;
    display: block;
    margin: 0 auto 20px;
}