@charset "utf-8";
#_embed_v3_dc {
    display: none !important;
}
html {
    color: #262626;
    font-family: "sans-serif", "微软雅黑", "Helvetica", "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    cursor: pointer;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

div, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, input, button {
    margin: 0;
    padding: 0;
}
body {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background:#870d0f;
}
ul, li {
    list-style: none;
}
img {
    display: block;
    vertical-align: top;
    border: none;
    width: 100%;
}
a {
    text-decoration: none;
    color: #434343;
    cursor: pointer;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #434343;
}
input {
    outline: none;
}
button {
    border: none;
    outline: 0;
}
button:focus {
    outline: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfloat {
    content: "";
    display: table;
    clear: both;
    height: 0;
    overflow: hidden;
}
.container_big {
    max-width: 640px;
    min-width: 280px;
    width: 100%;
    margin: 0 auto;
    font-size: 0.16rem;
}
.text_overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.smash_egg_page {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    min-height: 100vh;
    background-color: #FE534C;
    padding-top: 1.32rem;
}
.smash_content {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.tips {
    max-width: 80%;
    width: auto;
    margin: 10px auto;
    background-color: #fbd05f;
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.26666667rem;
}
.egg_ul {
    width: 100%;
}
.egg_ul li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 3.11333333rem;
    padding: 0;
    margin: 0.13333333rem 0;
}
.egg_ul li .info {
    display: none;
    position: absolute;
    left: -0.16rem;
    top: 0.33333333rem;
    width: 0.97333333rem;
    height: 0.58666667rem;
    background-image: url("../img/tips.png");
}
.egg_ul li img {
    width: 100%;
    height: 0.54666667rem;
}
.egg_ul li img.goldegg {
    width: 1.46666667rem;
    height: 2.01333333rem;
}
.egg_ul li img.goldegg {
    position: relative;
    left: 0;
    top: 0.06666667rem;
    width: 2.366667rem;
    height: 2.71333333rem;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;margin: 0 auto;
}
.egg_ul li img.jump {
    -o-animation: jump 0.5s infinite alternate;
    -ms-animation: jump 0.5s infinite alternate;
    -moz-animation: jump 0.5s infinite alternate;
    -webkit-animation: jump 0.5s infinite alternate;
    animation: jump 0.5s infinite alternate;
}
#hammer {
    position: absolute;
    left: 8.66666667rem;
    top: -0.2rem;
    width: 1.8rem;
    height: 1.9rem;
    background-image: url("../img/hammer.png");
    -o-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out; background-size: cover;
}
.shak {
    -o-animation: hammer-move 0.5s linear infinite alternate;
    -ms-animation: hammer-move 0.5s linear infinite alternate;
    -moz-animation: hammer-move 0.5s linear infinite alternate;
    -webkit-animation: hammer-move 0.5s linear infinite alternate;
    animation: hammer-move 0.5s linear infinite alternate;
}
@keyframes hammer-move {
    100% {
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}
.hit {
    -o-animation: hammer-hit 0.2s 3 alternate;
    -ms-animation: hammer-hit 0.2s 3 alternate;
    -moz-animation: hammer-hit 0.2s 3 alternate;
    -webkit-animation: hammer-hit 0.2s 3 alternate;
    animation: hammer-hit 0.2s 3 alternate;
}
@keyframes hammer-hit {
    100% {
        -o-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}
.games_sm_btn {
    margin: 0.8rem auto 1rem auto;
    width: 84%;
}
.games_sm_btn .a_btn {
    display: inline-block;
    color: #FFF;
    width: 47%;
    padding: 0.3rem 0rem;
    text-align: center;
    font-size: 0.5rem;
    border-radius: 0.2rem;
    letter-spacing: 0.1rem;
    background-color: #f7a134;
}

.dialog_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 500px;
    overflow: hidden;
    color: #000;
    text-align: center;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    z-index: 1000001;
}
.dialog_modal.in {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.dialog_modal .dialog_modal_c {
    position: relative;
    padding: 15px 10px;
    -webkit-border-radius: 0.1rem 0.1rem 0 0;
    -moz-border-radius: 0.1rem 0.1rem 0 0;
    border-radius: 0.1rem 0.1rem 0 0;
    max-height: 300px;
    overflow-y: auto;
}
.dialog_modal .dialog_modal_c .dialog_modal_tit {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.dialog_modal .dialog_modal_c .dialog_modal_con {
    margin: 5px 0 0;
    font-size: 16px;
    max-height: 200px;
    overflow-y: auto;
}
.dialog_modal .dialog_modal_btn {
    border-top: 1px solid #ECECEC;
    height: 40px;
    width: 100%;
    overflow: hidden;
}
.dialog_modal .dialog_modal_btn button {
    position: relative;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #007aff;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    border-right: 1px solid #ECECEC;
}
.dialog_modal .dialog_modal_btn button:last-child {
    border-right: none;
}
.dialog_modal .dialog_modal_btn button.click {
    background: #f0f0f0;
}
.dialog_modal.black_dailog .dialog_modal_btn button {
    width: 100%;
}
.dialog_modal.confirm_dailog .dialog_modal_btn button {
    width: 50%;
}
.dialog_modal.confirm_dailog .dialog_modal_btn button:first-child, .help_type_dailog.dialog_modal .dialog_modal_btn button:first-child {
    color: #353535;
}
.black_dailog_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(40, 40, 40, 0.7);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    opacity: 0;
    display: none;
    z-index: 10000;
    cursor: pointer;
}
.black_dailog_bg.active {
    display: block;
    opacity: 1;
}
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.top_image{ position:relative; z-index:10;}
.prize-list { width: 100%; margin-top: -0.5rem; font-size: 14px; position:relative; z-index:1; margin-top: -1rem;}
.name-list{ width: 100%; height: 4rem;border-radius:6px; margin: 0 auto; font-size: .39rem;}

.hd{ width: 100%;
    height: 1.32rem;
    text-align: center;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    box-sizing: content-box;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background: url(../img/hd-bg.png) 0 0 repeat-x;
    background-size: auto 100%;}
.hd .logos {
    width: 2.36rem;
    height: auto;
    float: left;
    margin-left: 0.6rem;
    position: relative;
    margin-top: 0rem;
}
.hd-sign{ font-size: 0.3rem;
    color: #666;
    margin-right: 0.4rem;}
.hd-sign span{ text-decoration: underline; color:#168060; }

.prize-list a{ display: inline-block;
    width: 2.45rem;
    height: 2.9rem;
    background: url(../img/prize-li.png) center top no-repeat;
    background-size: 60% auto; padding-top:1.3rem;}
.yellow{ color:#fdff7d!important; }
.prize-list a > img{ display:block; margin:0 auto; width:1.2rem; height:auto;}
.prize-list a > p{ font-size: 0.24rem;
    color: #fdff7d;
    margin-right: 0.4rem; display:block; margin:0; text-align:center; padding-top:0.2rem; line-height:1.5}
.prize-list a > p span{ color:#ffadac; display:block; text-align:center; line-height:1.5}
.prize-list a > p span em{ font-weight:bold; font-style:normal; }
.prize-list a > p b{ font-weight:normal; line-height:1.5; text-align:center; font-style:normal; display:block; }
.smash_egg_page{ background:url(../img/main-bg.jpg) center 10rem no-repeat; background-size:100% 100%;}


.tips{ display:none; }
.play-bd{ margin: 0.2rem;
    background: url(../img/bd-bg.png) center top no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 1.08rem;
    padding-bottom: 0.5rem; margin-top: 0.9rem;}
.play-title{ height: 1.21rem;
    background: url(../img/play-title.png) center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
    top: -0.3rem; }
.egg_ul li span{ position: absolute;
    position: absolute;
    bottom: 0.37rem;
    width: 100%;
    text-align: center;
    font-size: .34rem;
    font-weight: bold;
    color: #fded9e;
    text-shadow: 1px 1px 1px rgb(70 20 0 / 40%);}

.name-title{ height: 1.61rem;
    background: url(../img/name-title.png) center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
    top: -0.6rem; }
.name-main{ margin: 0.2rem;
    background: url(../img/bd-bg.png) center top no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 1.3rem 0.4rem 0.5rem 0.4rem; margin-top: 0.9rem; }
.white{ color:#fff!important; }
.yellow2{ color:#fdff7d!important; }
.name-list li a{ color:#ffc9b8; line-height:1.8; display:block; overflow: hidden;   		      
    			white-space: nowrap;
    			text-overflow: ellipsis;
    			/*text-transform: uppercase;*/}
.name-list .white,.name-list .yellow2{ margin:0 .2rem;}
.prize_btn{ margin: 0.6rem auto .6rem auto;
    width: 43%; }
.prize_btn img{ width:100%; height:auto; display:block; }
.bt-copy{ margin-top:0rem; font-size:0.32rem; line-height:2; color:#d6acae; display:block; text-align:center; }
.rule-btn{ width: 2rem;
    height: 0.9rem;
    background: url(../img/rule-btn.png) center top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 0.95rem;
    font-size: 0.35rem;
    position: absolute;
    right: 0;
    top: 1.5rem; z-index:99;
    text-indent: 0.2rem; text-shadow: 1px 1px 1px rgb(0 39 7 / 58%);}
.mask {
    background: #000;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.vip-popup-bd {
    background: url(../img/sign-bg.jpg) center top no-repeat;
    background-size:cover;
    border: 0.06rem solid #ffd664;
    border-radius: 0.2rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    z-index: 999;
    box-sizing: border-box;
    position: fixed;
    width: 8rem;
    left: 50%;
    margin-left: -4rem;
    top: 4rem;
    text-align: center;
}
.close-btn {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/close-btn.png) center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1.2rem;
}
.vip-popup-bd form h5 {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.2rem;
    text-align: center;
    color: #ea3e4f;
    margin-bottom: 0.1rem;
}
.vip-popup-bd form input {
    display: block;
    height: 1rem;
    line-height: 1rem;
    text-align: left;
    /*color: #fff;*/
    font-size: 0.39rem;
    background: #e5e5e5;
    border: 0.03rem solid #ff681d;
    width: 80%;
    padding: 0 0.2rem;
    margin: 0 auto;
    border-radius: 0.14rem;
}
.vip-popup-bd form span {
    display: inline-block;
    width: 70%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#db4f11,#ff7437);
    background-image: linear-gradient(0deg,#e3002d,#ff9534);
    color: #fdf5c1;
    text-shadow: 1px 1px 1px rgb(63 0 0 / 50%);
    font-size: 0.43rem;
    border-radius: 0.14rem;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.rule-popup-bd {
    background: url(../img/rule-bg.png) center top no-repeat;
    border-radius: 0.2rem;
    background-size:100% 100%;
    padding: 0 0.5rem 0.5rem 0.5rem;
    box-sizing: border-box;
       padding-top: 3.5rem;
}
.rule-popup-bd-text{ font-size:.34rem; color:#7c3a23; text-indent:2em; line-height: 1.75; height:7rem; overflow-y: auto;}
.rule-popup-wrap{
    position: absolute;
    width: 8rem;
    left: 50%;
    margin-left: -4rem;
    top: 2rem;    
    z-index: 999;
}
.btn-1{ width: 4rem;
    height: 1.2rem;
    background: url(../img/btn1.png) center top no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.6rem; }
.rule-popup-bd .close-btn{ top: 0.8rem;}

.egg-popup-wrap{
    position: fixed;
    width: 100%;
    left: 0;
    right:0;
    z-index: 999;
    max-width: 640px;
    margin: auto;
}
.egg-popup-bg{ z-index:0; position:absolute; width:100%; height:auto; display:block; }
.egg-popup-bd{ position: relative;
    display: block;
    height: auto; width:100%; font-size:.36rem;}
.egg-popup-content{ position: absolute;
    left: 2rem;
    right: 1.95rem;
    top: 3.8rem;
    height: 5.1rem;
    border-radius: 0.4rem;
    background-image: -webkit-linear-gradient(top,#ffeeba,#fff7df);
    background-image: linear-gradient(0deg,#ffeeba,#fff7df);
    padding: 0.3rem; z-index: 10;
}
.red{ color:red!important; }
.egg-bt{ position: absolute;
    left: -0.6rem;
    bottom: -0.49rem;
    z-index: 99;
    width: 7rem;}
.egg-popup-content > h5{ font-size:.46rem; color:#c16502; text-align:center; line-height:1.78; font-weight:normal; }
.egg-popup-cen{ height: 3.5rem;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
.egg-popup-cen table{ font-size:.3rem; line-height:1.6; color:#c16502; text-align:center; width: 100%;}
.egg-popup-cen table tr th{ color:red; }
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.egg-popup-cen td {
    border: 0 none;
    text-align: center;
    border-bottom: 1px dashed #d3b380;
    padding:0.1rem 0;
}
.egg-btn{ font-size: .51rem;
    color: #b22200;
    line-height: 1.15rem;
    width: 5.4rem;
    height: 1.3rem;
    /* border: 1px solid #eee; */
    position: absolute;
    top: 9.4rem;
    left: 50%;
    margin-left: -2.7rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px rgb(255 255 255 / 63%); }
.egg-popup-prize-img{ width:2.2rem; height:2.2rem; background:url(../img/prize-img-bg.png) center top no-repeat; background-size:100% 100%; margin:0 auto;  }
.egg-popup-prize-img img{ width:90%; display:block; margin:0 auto; }
.egg-popup-prize .egg-popup-cen > p{ text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px rgb(255 255 255);
    color: #e31212;
    line-height: 1.2;
    width: 100%;
    font-size: .46rem;
    margin-top: 0.2rem; }

.egg-popup-prize form input{ display: block;
    height: 1rem;
    line-height: 1rem;
    text-align: left;
    color: #e31212;
    font-size: 0.39rem;
    background: #d6ac7a;
    border: 0.03rem solid #ffe486;
    width: 80%;
    padding: 0 0.2rem;
    margin: 0 auto;
    border-radius: 0.14rem; margin-top: 1rem;}
.egg-popup-prize form input::-webkit-input-placeholder {
	color: #e31212;
}

.egg-popup-prize form input::-moz-placeholder {
	color: #e31212;
	opacity: 1;
}

.egg-popup-prize form input:-moz-placeholder {
	color: #e31212;
	opacity: 1;
}

/* 1.31调整 */
body{ background:#f8f2dc; }
.smash_egg_page{ background:#f8f2dc; }
.prize-list a > p,.prize-list a > p span{ color:#c75a39; }
.prize-list a > p .yellow{ color:#fd0909!important; }
.name-list li a{ color:#9a5f12; }
.name-list li a .white{ color:#eb6400!important; }
.name-list li a .yellow2{ color:#f00a0a!important; }
.vip-popup-bd{ background:url(../img/sign-bg.jpg) center bottom no-repeat; }
.vip-popup-bd form input{ color:red; }
.vip-popup-bd form input::-webkit-input-placeholder {
	color: #e31212;
}

.vip-popup-bd form input::-moz-placeholder {
	color: #e31212;
	opacity: 1;
}

.vip-popup-bd form input:-moz-placeholder {
	color: #e31212;
	opacity: 1;
}














