﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 75%; /*12 ÷ 16 × 100% = 62.5%*/
}



body {
    font-size: 14px; /*1.4 × 10px = 14px */
    font-family: SimHei,Arial;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}



body {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #fd1400;
}

.Main {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/bg2.jpg) top center no-repeat #fd1400;
    background-size: 100%;
}


.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

    .bg img {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0.3;
    }

.moon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 65.3125%;
}

.logo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 21.875%;
    z-index: 3;
}

.title {
    width: 40.78%;
    position: absolute;
    top: 2%;
    right: 1%;
}

.title1{width:80.31%;display:block;margin:18% auto 0;}
.SaiZi{width:75.3125%;display:block;margin:12% auto 0;position:relative;}
.Bowl {
    width: 100%;
    position: relative;
    z-index: 3;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
}

    .Bowl.view {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        opacity: 1;
    }

.roll {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 5;
    transition: all 1s 1s ease;
    -webkit-transition: all 1s 1s ease;
    opacity: 0;
}


    .roll.view {
        opacity: 1;
    }

.rollDiv {
    width: 100%;
    position: absolute;
    top: -10%;
    left: 0%;
    height: 270px;
    z-index: 5;
    display:none;
}

    .rollDiv.show {
        opacity: 1;
        transition: all 10ms 2s ease;
        -webkit-transition: all 10ms 2s ease;
    }

    .rollDiv img {
        width: 11.82%;
    }

    .rollDiv .Roll1 {
        position: absolute;
        top: 48%;
        left: 33%;
    }

    .rollDiv .Roll2 {
        position: absolute;
        top: 65%;
        left: 26%;
    }

    .rollDiv .Roll3 {
        position: absolute;
        top: 51%;
        left: 60%;
    }

    .rollDiv .Roll4 {
        position: absolute;
        top: 65%;
        left: 55%;
    }

    .rollDiv .Roll5 {
        position: absolute;
        top: 68%;
        left: 42%;
    }

    .rollDiv .Roll6 {
        position: absolute;
        top: 44%;
        left: 45%;
    }

.rollButtom {
    position: relative;
    z-index: 9;
    margin:auto;
    display:block;
    width:32.81%;
}

.buttom {
    position: absolute;
    bottom: 5%;
    left: 0px;
    width: 100%;
    /*height:100px;
    padding-top:80px;*/
}

    .buttom a {
        height: 50px;
        display: block;
        width: 50%;
        float: left;
        padding-top: 20px;
    }

    .buttom div {
        width: 100%;
        float: left;
        text-align: center;
        height: 30px;
    }

        .buttom div img {
            width: 64.0625%;
            display: block;
            margin: 0 auto;
        }

        .footerMain{width:100%;height:38px;background:#fff;position:absolute;bottom:0;left:0;}
        .footer{width:93.75%;display:block;margin:auto;height:38px;}
        .footer ul li{float:left;width:25%;margin:0 3%;height:38px;position:relative;}
        .footer ul li .line{width:1px;height:60%;position:absolute;top:20%;right:-13%;border-left:1px dotted #fd1400;}
        .footer ul li.zy{width:35.2%;margin:0;}
        .footer ul li a{width:100%;height:100%;display:block;}
        .footer ul li img{display:block;width:100%;vertical-align:middle;margin:6px auto;}

.jifenCount {
    width: 45%;
    position: absolute;
    left: 6%;
    top: 5%;
    color: #f3a21b;
}

    .jifenCount img {
        float: left;
        width: 10%;
        margin-right: 2%;
        position:relative;top:-5px; 
    }

    .jifenCount p {
        float: left;
        margin-right: 10px;
    }

    .jifenCount span {
        float: left;
    }



/*
    弹出层
    */

.ts {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    z-index: 99;
    background-color: #fd1400;
    border-radius: 10px;
    text-align: center;
    color: #f4d36d;
    /*height: 180px;*/
    display: none;
    z-index:101;
}
.tsbg{width:100%;height:100%;position:fixed;z-index:100;display: none;top:0;left:0;}

.font2 {
    position: absolute;
    top: 87%;
    left: 0px;
    width: 100%;
    display: block;
}

.ts > p:first-of-type {
    color: #f3a21b;
    font-size: 15px;
    line-height: 50px;
}

.ts > p:last-of-type {
    color: #f3a21b;
    font-size: 17px;
    line-height: 50px;
}
.ts > p:last-of-type a{
    color: #f3a21b;
    text-decoration:none;
} 
.ts > p > span {
    color: #f3a21b;
    font-size: 15px;
    font-weight: bold;
}


.rollButtom2 {
    padding: 30px 0px;
    overflow: hidden;
}

    .rollButtom2 a {
        width: 50%;
        float: left;
    }

    .rollButtom2 img {
        display: block;
        margin: 0px auto;
        width: 81.25%;
    }

.esc {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 10%;
}

.Mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.84);
    display: none;
}

.MaskCon {
    position: absolute;
    width: 80%;
    top: 20%;
    left: 50%;
    margin-left: -40%;
    height: 230px;
    border-radius: 10px;
    background-color: #fd1400;
    text-align: center;
    color: #f2cf63;
}

.Mask-title {
    font-size: 1.8em;
    line-height: 80px;
}

.Mask-font {
    /*overflow:hidden;*/
    margin: 0px;
    color: #fff;
}

    .Mask-font span {
        font-weight: bold;
        color: #f2cf63;
    }

    .Mask-font p {
        height: 30px;
    }

.buttom3 {
    position: absolute;
    width: 40%;
    top: 70%;
    left: 5%;
}

    .buttom3 img {
        width: 100%;
    }

.buttom4 {
    position: absolute;
    width: 40%;
    top: 70%;
    right: 5%;
}

    .buttom4 img {
        width: 100%;
    }

@media screen and (max-height:414px) {
    /*html {
        font-size: 50%; 
    }*/

    .moon2 {
        margin: 0px auto;
    }

    .title2 {
        margin: 0 auto;
    }
    

    .logo2 {
        margin: 0px auto 2px;
    }

    .buttom {
        bottom: 0px;
    }
    .title1{margin-top:5%;width:70%;}
    .SaiZi{margin-top:3%;width:65%;}
    .footer{bottom:0%;}
}




@media screen and (max-height:504px) {
    .title1{margin-top:14%;}
    .SaiZi{margin-top:8%;}
    .footer{bottom:0%;}
    /*html {
        font-size: 62.5%; 
    }*/

    /*.rollDiv {
        top: 15%;
    }*/
}

@media screen and (min-width:375px) {
    /*html {
        font-size: 75%; 
    }*/

    .title2 {
        margin: 0px auto 20px;
        padding-top: 20px;
    }
}

@media screen and (min-height:672px) {
}

@keyframes auto-meteor {
    0% {
        opacity: 0;
        transform: translateX(0px) translateY(0px);
    }

    10% {
        opacity: 1;
        transform: translateX(-30px) translateY(30px);
    }

    100% {
        opacity: 0;
        transform: translateX(-300px) translateY(300px);
    }
}

@-webkit-keyframes auto-meteor {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0px) translateY(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(-30px) translateY(30px);
    }



    100% {
        opacity: 0;
        -webkit-transform: translateX(-300px) translateY(300px);
    }
}

.an_meteor1 {
    animation: auto-meteor 2s linear infinite;
    -webkit-animation: auto-meteor 2s linear infinite;
}

.an_meteor2 {
    animation: auto-meteor 3s linear infinite 1s;
    -webkit-animation: auto-meteor 3s linear infinite 1s;
}

.an_meteor3 {
    animation: auto-meteor 2s linear infinite 1s;
    -webkit-animation: auto-meteor 2s linear infinite 1s;
}

.an_meteor4 {
    animation: auto-meteor 2.5s linear infinite 0.5s;
    -webkit-animation: auto-meteor 2.5s linear infinite 0.5s;
}

.an_meteor5 {
    animation: auto-meteor 1.5s linear infinite 1s;
    -webkit-animation: auto-meteor 1.5s linear infinite 1s;
}

.meteor {
    animation: auto-meteor 1s linear infinite;
    -webkit-animation: auto-meteor 1s linear infinite;
}

.Star {
    animation: Star 3s linear infinite;
    -webkit-animation: Star 3s linear infinite;
}

@keyframes Star {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes Star {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.2;
    }
}
