html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
ul, li{
    padding:0;margin:0;
    list-style:none;
}
input, select{
    background: transparent;
    border: none;
    outline:none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.hide{
    display: none;
}
.music{
    font-style: italic;
    position: absolute;
    top:20px;
    right: 20px;
    width: 74px;
    height: 52px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAA0CAMAAAAaJl7yAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMAA/j64c8U203lOygd7F5CDgfz1atUGQvw6bp7ciDLxsCwoZF3bCwBtKaXh0Y2m4yBf2MwJT+azP9x0wAAAs9JREFUSMe9V9mWojAQRVaRRUSURQFxbXdb7cn//9kkIYctATL2OXNfCCG5pCpVtxLhI6hTeZoqSuItTeG3GEmAILEHv+RagALJnmvGZLw9pnIQWNpqvbtW/j+ISi7x2c8zy0RQhXUbFR/nFihx7ibytzqgocwO5Pus2v3oIDrYOmAjfZEhHnwJXNI7bGWaR6AV0iL3mRrC9ste4c5g3sI0DkEXIhWPsmEzE4T4IcOGx2aaSaAbmomdgBY0Rts5Xou4QTOBXsgxGmjAXyq5tc5zw2D6kUA/ptjGDWzZQivmIeBBhFajutBYZuIQB/BhgUY/upa1A5wQDeQiF9rasiw1ALz4QuPv7eG5AfxACWlK0G3sRYmM6Fa8Y6QBGhmakcGGwaJa0hG0y0P7vaH/ggJ12CYMCmjg5hffDOrjEimRBX93oJlMescrcJJ69mx+UO8ae42C3WBaEw00J7kn5TIUTq8iepgWnupMloM6hwqceYxxExAczVJFkIbRVI1I/64UhNAofWlVI+mKNtmnqOQ6FZo9ypskqLd4U98kx+LRSMVUgC469f0OiOwSXODbBT71ODfs6GLne2w9bggJ6poWr1v4tofGXLF+fIEq7B4qDXVpNSqDOPAtgx6quui5tIFjoKO4cJp5RBvYKFhvyu2LfFF3OoWaSKlYL9LS2ufBgB6+2yy0vSEaliHqkRAVB9jMBmY01ZOdOA5JHEcGOqskWYPudKbPAv4KzhKw/+q4c4nMn4rIYGFANk/Cuh9UTul7OjkRkb4LNcwd8Qtykq2/5Jr7DrdKThjCh2VCyjNwppFFLyettdnlKMsYr939jM6U7diCPtx4j8SDtL+Wzjm5YquXy/1mbf+HhyLpzMc17KfSeG0cij1Misl/hdE7mTKfk4dIdyvE5T9ekFqvABErUT65mKRjboLO65J+2gsfw78svEQPglBbnXZ74X/hL/fQc/CUla/nAAAAAElFTkSuQmCC) no-repeat 50%;background-size: cover;
    -webkit-animation: music 2s linear infinite;
    animation: music 2s linear infinite;
    z-index: 2999;
}
.absolute{
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes music {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg)
    }
}

@keyframes music {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg)
    }
}

.off{
    animation: none;
}
.black::before{
    display: block;
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

#container{
    background: url("../image/bg.jpg") no-repeat;
    background-size: cover;

    position: relative;
}
.load{
    background: #1f3381;
}
.load .logo{
     background: url("../image/logo.png") no-repeat;
     width: 750px;
     height: 107px;

     position: absolute;
     left: 0;
     top: 10%;
 }

.load .title{
    background: url("../image/title_01.png") no-repeat;
    width: 750px;
    height: 409px;

    position: absolute;
    left: 0;
    top: 50%;

    margin-top: -250px;
}

.load .title .icon{
    background: url("../image/icon_01.png") no-repeat;
    width: 750px;
    height: 81px;

    position: absolute;
    left: 0;
    top: 480px;

    -webkit-animation: load 1s linear infinite both;

}

@-webkit-keyframes load {
    0%,100% {
        -webkit-transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
    }
}

.logo_02{
    background: url("../image/logo_02.png") no-repeat;
    width: 750px;
    height: 124px;

    position: absolute;
    left: 0;
    top: 0;
}
.info{
    width: 750px;

    position: absolute;
    left: 52px;
    top: 10%;

    -webkit-transform-origin: top center;
}
.info .head{
    width: 136px;
    height: 136px;
    overflow: hidden;

    border-radius: 70.5px;
    border: 5px solid white;

    position: absolute;
    top: 0;
    left: 0;
}
.info .head img{
    width: 100%;
    min-height: 100%;
}
.info .word{
    font-size: 40px;
    color: #fff;

    position: absolute;
    top: 60px;
    left: 170px;
}
.info .card{
    background: url("../image/card.png") no-repeat;
    width: 645px;
    height: 994px;

    position: absolute;
    left: 0;
    top: 180px;
}
.info .card .word_01{

    font-size: 50px;
    font-weight: bold;

    position: absolute;
    left: 30px;
    top: 68px;
}
.info .card .word_02{
    font-size: 43px;
    font-weight: bold;

    position: absolute;
    left: 30px;
    top: 160px;
}
.info .card .word_03{
    font-size: 36px;
    font-weight: bold;

    position: absolute;
    left: 30px;
    top: 240px;
}
.info .card .date{
    width: 100%;

    position: absolute;
    left: 15px;
    top: 350px;
}
.info .card .day{
    background: #304d9f;

    color: #fff;
    height: 100px;
    width: 70px;
    border-radius: 10px;
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    margin: 0 9px;

    float: left;
}
.info .card .day .icon_02{
    display: none;
    background: url(../image/icon_02.png);
    width: 26px;
    height: 23px;
}
.info .card .check{
    background: #efbf38;

    color: #000;
}
.info .card .check .icon_02{
    display: inline-block;
}
.info .card .check .no{
    display: none;
}
.info .card .ele{
    width: 100%;

    position: absolute;
    left: 35px;
    top: 740px;
}
.info .card .ele_01{
    background: url(../image/ele_06.png);

    width: 155px;
    height: 155px;

    float: left;
}
.info .card .ele_02{
    background: url(../image/ele_05.png);
    width: 155px;
    height: 155px;
    margin: 0 50px;

    float: left;
}
.info .card .ele_03{
    background: url(../image/ele_03.png);
    width: 155px;
    height: 155px;

    float: left;
}
.info .card .btn_sign{
    width: 350px;
    height: 100px;

    position: absolute;
    left: 150px;
    top: 500px;
}
.info .card .btn_info{
    width: 200px;
    height: 80px;

    position: absolute;
    left: 120px;
    top: 900px;
}
.info .card .btn_rule{
    width: 200px;
    height: 80px;

    position: absolute;
    right: 120px;
    top: 900px;
}

.notice .notice_01{
    background: url("../image/notice_01.png") no-repeat;
    width: 750px;
    height: 564px;

    position: absolute;
    left: -52px;
    top: 0;

    margin-top: 500px;
}
.notice .notice_02{
    background: url("../image/notice_02.png") no-repeat;
    width: 750px;
    height: 550px;

    position: absolute;
    left: -52px;
    top: 0;

    margin-top: 620px;
}
.notice .notice_03{
    background: url("../image/notice_03.png") no-repeat;
    width: 750px;
    height: 531px;

    position: absolute;
    left: -52px;
    top: 0;

    margin-top: 638px;
}
.big .content{
    background: url("../image/ele_panel.png") no-repeat;
    width: 750px;
    height: 500px;

    position: absolute;
    left: 0;
    top: 50%;
}
.big .content .ele_01{
    background: url(../image/ele_06.png);
    background-size: 100%;
    width: 250px;
    height: 250px;

    margin: 50px auto;
}

.big .content .ele_02{
    background: url(../image/ele_05.png) no-repeat 100%;
    background-size: 100%;
    width: 250px;
    height: 250px;

    margin: 20px auto;
}

.big .content .ele_03{
    background: url(../image/ele_03.png) no-repeat 100%;
    background-size: 100%;
    width: 250px;
    height: 250px;

    margin: 20px auto;
}
.big .content .word{
    width: 100%;

    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #3a2f2e;

    position: absolute;
    left: 0;
    top: 280px;
}
.rule .content{
    background: url("../image/rule.png") no-repeat;
    width: 750px;
    height: 1201px;

    position: absolute;
    left: 0;
    top: 50%;

    margin-top: -600px;
    -webkit-transform-origin: center;
}

.award{
    z-index: 999;
}
.award .content{
    background: url("../image/card_04.png") no-repeat;
    width: 750px;
    height: 1176px;

    position: absolute;
    left: 0;
    top: 50%;

    margin-top: -580px;
    -webkit-transform-origin: center;
}

.award .content .record{
    width: 625px;

    box-sizing: border-box;
    padding: 0 80px;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #656264;

    position: absolute;
    top: 580px;
    left: 64px;
}
.award .content .record div span{
    float: right;
    color: #000;
}

.award .content .record_02{
    width: 625px;
    height: 140px;
    overflow-y: scroll;

    box-sizing: border-box;
    padding: 0 80px;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #656264;

    position: absolute;
    top: 1010px;
    left: 64px;
}
.award .content .record_02 div span{
    float: right;
    color: #000;
}


.award .content.open{
    background: url("../image/card_05.png") no-repeat !important;
}
.award .open .record{

    height: 360px;

    top: 740px;
    left: 64px;
}
.award .content .code{
    display: block;
    width: 100%;

    font-size: 50px;
    line-height: 70px;
    /*font-weight: bold;*/
    color: #999899;
    text-align: center;

    position: absolute;
    top: 260px;
    left: 0px;
}
.award .content .word{
    display: block;
    width: 100%;

    font-size: 35px;
    line-height: 60px;
    color: #322e30;
    text-align: center;

    position: absolute;
    top: 230px;
    left: 0px;
}
.award .open .code{
    display: block;
}
.award .open .word {
    display: block;
}
.success .swiper{
    -webkit-transform-origin: center;
}
.success .content{
    width: 750px;
    height: 1060px;

    position: absolute;
    left: 0;
    top: 50%;

    margin-top: -600px;
    -webkit-transform-origin: center;
}
.success .card_02{
    background: url("../image/card_02.png");
    width: 750px;
    height: 1060px;

    position: relative;
}
.success .card_03{
    background: url("../image/card_03.png");
    width: 750px;
    height: 1058px;

    position: relative;
}
.success .card_06{
    background: url("../image/card_06.png");
    width: 750px;
    height: 1058px;

    position: relative;
}

.success .card_02 .head{
    width: 120px;
    height: 120px;
    overflow: hidden;

    border-radius: 60px;

    position: absolute;
    top: 30px;
    left: 140px;
}
.success .card_02 .head img{
    width: 100%;
    min-height: 100%;
}
.success .card_02 .date{
    font-size: 25px;
    /*line-height: 33px;*/
    color: #fff;
    text-align: left;

    position: absolute;
    top: 537px;
    left: 163px;
}
.success .card_02 .date div{
    margin-bottom: 10px;
}
.success .card_02 .date div:nth-child(1){
    font-size: 50px;
    line-height: 50px;
}
.success .card_02 .date div:nth-child(2){
    padding-left: 10px;
}
.success .card_02 .wallpaper{
    width: 567px;
    height: 670px;

    overflow: hidden;

    position: absolute;
    left: 90px;
    top: 170px;
}
.success .card_02 .wallpaper .front{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.act_4, .act_1,.act_2,.act_3{
    -webkit-animation: wallpaper_act 0.2s linear 1 both;
}

@-webkit-keyframes wallpaper_act {
    0% {
        opacity: 1;
    }
    to {
       opacity: 0;
    }
}
.act_4{
    -webkit-animation-delay: 0.3s !important;
}
.act_3{
    -webkit-animation-delay: 0.6s !important;
}
.act_2{
    -webkit-animation-delay: 0.9s !important;
}
.act_1{
    -webkit-animation-delay: 1.2s !important;
}
.success .card_02 .wallpaper_word{
    font-size: 20px;
    /*line-height: 40px;*/
    color: #fff;
    text-align: center;

    position: absolute;
    top: 90px;
    left: 270px;

}
.success .card_02 .wallpaper_word span{
    font-size: 33px;
    font-weight: bold;

    display: block;
    width: 35px;
}
.success .card_02 .wallpaper_word p{
    display: block;
    width: 22px;
    margin: 0 auto;
}
.success .card_02 .wallpaper_word div{
    width: 100%;
    height: 2px;

    border-top: 2px solid #fff;

    position: absolute;
    left: 0;
    top: 60px;
}
.success .card_02 .wallpaper img{
    width: 100%;
    min-height: 100%;

    position: absolute;
    left: 0;
    top: 0;
}
.success .card_02 .dateframe{
    width:95px;
    height : 120px;

    border: 2px solid #fff;

    position: absolute;
    top: 186px;
    left: 538px;
}
.success .card_02 .word{
    width: 350px;

    font-size: 25px;
    line-height: 33px;
    color: #3e3734;
    text-align: left;

    position: absolute;
    top: 105px;
    left: 290px;
}
.success .card_02 .code{
    width: 100%;

    font-size: 30px;
    font-weight: bold;
    color: #3e3734;
    text-align: center;

    position: absolute;
    top: 920px;
    left: 0px;
}
.success .btn{
    width: 400px;
    height: 50px;

    font-size: 30px;
    font-weight: bold;
    color: #382f88;
    text-align: center;
    text-decoration: underline;

    position: absolute;
    top: 980px;
    left: 175px;
}
.success .word_02 {
    width: 100%;

    text-align: center;
    font-size: 35px;
    color: #fff;
    letter-spacing: 2px;

    position: absolute;
    left: 0;
    top: 1165px;
}
.success .save{
    opacity: 0.01;
    z-index: 999;
}
.btn_close{
    background: url(../image/btn_close.png) no-repeat center;
    width: 100px;
    height: 100px;

    position: absolute;
    right: 10px;
    top: 10px;

    z-index: 999;
}

.swiper-pagination{
    width: 100%;
    bottom: -70px !important;
}
.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    background: #c1bcbb;
    opacity: .8;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf282f;
}
.red{
    color: #cf282f !important;
}
.z1111{
    z-index: 1111;
}
