* {
    margin: 0;
    padding: 0
}

body {
    background-color: #ec8b9c;
    color: #fff;
    font: 16px/1.5;
    max-width: 640px
}

.page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.show {
    display: block
}

.hide {
    display: none
}

.btn_continue,
.btn_download_game,
.btn_play_again,
.btn_start_game {
    width: 150px;
    height: 38px;
    line-height: 38px;
    background: #FFD0D8;
    color: #ff525d;
    display: inline-block;
    margin: 10px 0;
    box-shadow: 0 9px #EDA8B4;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700
}

.btn_play_again {
    margin: 1.2em 0 15px
}

.btn_continue {
    margin-bottom: 20px
}

.btn_pause {
    width: 60px;
    height: 28px;
    line-height: 28px;
    background: #FFD0D8;
    color: #ff525d;
    display: inline-block;
    box-shadow: 0 5px #EDA8B4;
    border-radius: 8px;
    font-size: 14px
}

.ads {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #000;
    color: #fff;
    text-align: center
}

.share {
    text-align: right;
    padding: 10px
}

#loading {
    font-size: 30px;
    line-height: 500px;
    text-align: center;
    color: #fff
}

.copyright {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 12px
}

#index {
    background: url(../img/2000.jpeg) top center no-repeat;
    text-align: center;
    background-size: 90% !important
}

#index .app_name {
    font-size: 26px;
    color: #ffffa1;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
    padding-top: 75%
}

#index .app_desc {
    font-size: 14px;
    color: #ffd1d9;
    text-align: center;
    padding: 10px 0 20px
}

#game_header {
    text-align: center
}

#game_header .score {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 14px;
    color: #fff
}

#game_header .count_down {
    display: inline-block;
    background: #e44e67;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 10px
}

#box {
    background: #e97589;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    overflow: hidden
}

#box .inner {
    margin-right: -7px;
    overflow: hidden
}

#box .hole {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
    background: url(../img1/hole.jpeg) center center no-repeat;
    display: inline-block;
    border-radius: 10px;
    background-size: 100% !important
}

#box .meizi {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

#box .meizi img {
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle
}

#gameover {
    text-align: center
}

#gameover .result {
    font-size: 12px
}

#gameover .score {
    padding: 1em 0
}

#gameover .name {
    margin-top: .3em;
    margin-bottom: .3em;
    font-size: 20px;
    color: #ffffa1
}

#gameover .msg {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1em 2em .5em
}

#gameover .do_more {
    font-size: 12px
}

#gameover .congratulation {
    font-size: 14px
}

#gameover .pic img {
    width: 74px;
    height: 87px
}

#game_pause {
    text-align: center
}

#game_pause .pause_txt {
    font-size: 26px;
    color: #ffffa1;
    padding: 45px 0
}

.meizi {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.meizi_0 {
    background-image: url(../img1/53906b453e48eb290e34.jpeg);
}

.meizi_1 {
    background-image: url(../img1/7a22839181b07a690ecc.jpeg);
}

.meizi_2 {
    background-image: url(../img1/7e90dde8ac83ffd16b58.jpeg);
}

.meizi_3 {
    background-image: url(../img1/f13da5af094ec552f0bc.jpeg);
}

.meizi_4 {
    background-image: url(../img1/97bf0271a41eb311249a.jpeg);
}

.meizi_5 {
    background-image: url(../img1/52bef08d35e6d8f36e7c.jpeg);
}

.meizi_6 {
    background-image: url(../img1/62a31b4cf34795cc5e2c.jpeg);
}

.meizi_7 {
    background-image: url(../img1/9960d7a52d32ba39d3fa.jpeg);
}

.meizi_8 {
    background-image: url(../img1/55dc25c83d4eb9d23ba0.jpeg);
}

.meizi_9 {
    background-image: url(../img1/36f94de5be883f5a6692.jpeg);
}

.meizi_10 {
    background-image: url(../img1/d2a78fdd1659381753a4.jpeg);
}

.meizi_11 {
    background-image: url(../img1/830f59fcde1e5279f01a.jpeg);
}

.meizi_12 {
    background-image: url(../img1/7e90dde8ac83ffd16b58.jpeg);
}

@media only screen and (min-width:580px) and (max-width:680px) {
    #index {
        background-size: 80% !important
    }
}

@media only screen and (min-width:680px) {
    #index {
        background-size: 60% !important
    }
}

@media only screen and (min-height:480px) and (orientation:portrait) {
    .btn_play_again {
        margin: .6em 0
    }
}