
* {margin: 0;}
html, body {width: 100%;height: 100%;margin: 0;padding: 0;overflow: hidden;background-color: #000;font-size: 62.5%;line-height: 1.6;font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;}
iframe {border: none;}
p {margin: 0;}
li {list-style: none;}
ul {padding: 0;margin: 0;}
a {cursor: pointer;}
.h5-mask-box,.pay-box,.pay-qrcode,.follow-box-div {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}
.pay-box > div, .pay-qrcode > div, .follow-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.pay-box > div, .pay-qrcode > div {

    position: absolute;
    z-index: 10000;
    background: #fff;
    width: 40rem;
    max-width: 95%;
    margin: auto;
}
.pay-box>div {
    color: #333;
    -webkit-animation: fadeInDown .5s linear;
    animation: fadeInDown .5s linear;
}
.r5 {
    -o-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.button {
    left: 50%;
}

.input {
    width: 70%;
}

.pay-head {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    color: #666;
    /*padding-left: 1.45rem;*/
    height: 4rem;
    line-height: 4rem;
}
.share-head {
    margin-top: 1rem;
    position: relative;
    font-size: 1.7rem;
    text-align: center;
    color: #666;
    height: 8rem;
}
.share-head .icon-cancel {
    position: absolute;
    right: 0;
    top: -1rem;
    height: 4rem;
    width: 4rem;
    cursor: pointer;
    background: url(ico-cancle.png) center center no-repeat;
    background-size: 0.9rem 0.9rem;
}
.pay-qrcode .pay-head {
    padding: 0;
    text-align: center;
}
.pay-head i {
    position: absolute;
    right: 0;
    top: 0;
    height: 4rem;
    width: 4rem;
    cursor: pointer;
    background: url(ico-cancle.png) center center no-repeat;
    background-size: 0.9rem 0.9rem;
}
.pay-info {
    text-align: center;
    background: #f0f3f4;
    padding: 1rem 0;
}
.paybox-tip {
    color: #999999;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.8rem;
}
.paybox-price {
    color: #e8485e;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 700;
}
.paybox-price2 {
    color: #999;
    font-size: 1.2rem;
    text-decoration: line-through;
    display: none;
}
.req-mode li {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    color: #404040;
    margin-left: 5%;
}
.pay-mode li {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
    color: #404040;
    background: url(ico-rarrow.png) 90% center no-repeat;
    background-size: 0.9rem 1.5rem;
    cursor: pointer;
}
.pay-mode li:first-child {
    border-bottom: 1px solid #c9c9c9;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    cursor: pointer;
    opacity: .9
}

#third-app-authorize-page {
    width: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0
}

#third-app-authorize-page {
    position: fixed!important;
    height: 100%;
    min-height: 100%;
    z-index: 20000;
    background: #fff;
    overflow: hidden
}

#third-app-authorize-page iframe {
    height: 100%;
    width: 100%;
    border: 0
}

#third-app-authorize-page .close {
    color: #000
}

#third-app-authorize-page .h5center-footer-close {
    top: 50px;
}

.h5center-footer-close {
    width: 50px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 300
}
.icon-qqlogin {
    background: url(ico-qq.gif) center center no-repeat;
    background-size: 2.8rem 2.75rem;
}
.icon-wxlogin {
    background: url(ico-wxlogin.jpg) center center no-repeat;
    background-size: 2.8rem 2.75rem;
}
.icon-alipay {
    background: url(ico-alipay.png) center center no-repeat;
    background-size: 2.8rem 2.75rem;
}
.icon-wxpay {
    background: url(ico-wechat.png) center center no-repeat;
    background-size: 3.1rem 2.75rem;
}
.icon-qqlogin, .icon-wxlogin, .icon-alipay, .icon-wxpay {height: 5rem;width: 5rem;display: inline-block;float: left;}
/*二维码弹框*/
.pay-qrcode > div {
    width: 300px;
    height: 300px;
}
.pay-qrcode .pay-head{
    padding: 0;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
}
.pay-qrcode .pay-head i{
    width: 56px;
    height: 56px;
    background-size: 18px 18px;
}
.pay-qrcode .qrcode {
    width: 300px;
    height: 196px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pay-qrcode .qrcode img{
    width: 196px;
    height: 196px;
    margin: auto;
}
.pay-qrcode div:last-child {
    /*padding: 15px 0;*/
    font-size: 14px;
    text-align: center;
}
/*收藏功能*/
.collect-div {
    overflow: visible;
    position: absolute;
    bottom: 2.9rem;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #333333;
}
.collect-box {
    position: relative;
    background: #fff;
    padding: 3rem 1.25rem 2rem 1.8rem;
    border-radius: 5px;
    overflow: visible;
    width: auto;
    margin: auto;
}
.close-collect {
    background: url(ico-cancle.png) center center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.25rem;
    height: 3rem;
    background-size: 0.9rem;
    cursor: pointer;
}
.collect-box-l {
    width: 5.5rem;
    height: 8.6rem;
    float: left;
    margin-right: 1.5rem;
}
.collect-box-r {
    float: right;
    height: 8.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.collect-box-r div {
    overflow: hidden;
    position: relative;
    margin: auto auto 0 auto;
    -webkit-box-align: end;
}
.collect-box-r p {
    font-size: 1.3rem;
}
.collect-box-r .iphone-p {
    display: none;
}
.collect-box-r .ico-send {
    background: url(ico-send.png) center center no-repeat;
    background-size: 1.2rem 1.6rem;
    display: inline-block;
    width: 1.2rem;
    height: 1.6rem;
    padding: 0 5px;
    vertical-align: sub;
}
.collect-box-r p span {
    color: #ed7320;
}
.collect-box-r button {
    width: 100%;
    border: 1px solid #f39939;
    color: #f39939;
    background: none;
    font-size: 1.3rem;
    line-height: 2rem;
    border-radius: 5px;
    vertical-align: bottom;
    display: inline-block;
    margin-top: 1.8rem;
}
.collect-div-first .collect-box-l{
    width: 4.7rem;
    height: 7.4rem;
}
.collect-div-first .collect-box-r {
    height: 7.4rem;
}
.collect-div-first .collect-box-r div {
    -webkit-box-align: center;
    margin: auto;
}
.collect-div-first .collect-box-r button {
    display: none;
}
.center .collect-box::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1.4rem solid #fff;
    bottom: -1.3rem;
    position: absolute;
    left: 50%;
    margin-left: -0.5rem;
}
.left .collect-box::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 3rem solid #fff;
    bottom: -1.3rem;
    position: absolute;
    left: 2rem;
}
.left .collect-box {
    margin-left: 10%;
}
.right .collect-box:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 3rem solid #fff;
    bottom: -1.3rem;
    position: absolute;
    right: 2rem;
}
.right .collect-box {
    margin-left: 30%;
}
.iphone .android-p {
    display: none;
}
.iphone .iphone-p {
    display: block;
}
.iphone .collect-box-r button {
    margin-top: 0.8rem;
}
/*关注*/
.follow-box {
  width: 17.5rem;
  margin: auto;
  z-index: 9999;
  text-align: center;
}
.follow-box-header {
	overflow: hidden;
    width: 100%;
}
.follow-box-close {
    display: block;
    width: 2rem;
    height: 3rem;
    background: url(ico-dialog-close.png) no-repeat;
    background-size: 2rem 3rem;
    float: right;
}
.follow-box-body {
	border-radius: 0.25rem;
    overflow: hidden;
    background: #ffffff;
}
.follow-box-title {
	width:17.5rem;
	height:1.6rem;
	padding:1.6rem 0;
	color:#e8485e;
	font-size:1.2rem;
	line-height:1.6rem;
}
.follow-box-img {
	width:10.4rem;
	height:10.4rem;
	border:1px solid #e5e5e5;
	margin: 0 auto;
}
.follow-box-img img {
	width:10.4rem;
	height:10.4rem;
}
.follow-box-content {
	width:17.5rem;
	height:1.4rem;
	padding:0.8rem 0 2.5rem;
	color:#404040;
	font-size:1rem;
	line-height:1.4rem;
}
/*弹框*/
.h5-dialog {
    position: absolute;
    z-index: 10000;
    background: #fff;
    margin: auto;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    width: 25rem;
    max-width: 80%;
    font-size: 1.2rem;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.h5-dialog2 {
    position: absolute;
    z-index: 10000;
    background: none;
    margin: auto;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.h5-dialog-head {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
    color: #999999;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 1.5rem;
}
.h5-dialog-head .icon-cancel {
    background: url(ico-cancle.png) center center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    background-size: 0.9rem;
    cursor: pointer;
}
.h5-dialog-body {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
}
.h5-mask-box2 .h5-dialog-body{padding-top: 3rem;}
.h5-dialog-text {
    font-size: 1.2rem;
    color: #404040;
    text-align: center;
}
.h5-dialog-buttons {
    text-align: center;
}
.h5-dialog-buttons a {
    font-size: 1.2rem;
    color: #fff;
    background: #f39939;
    display: inline-block;
    width: 10rem;
    height: 2.5rem;
    border-radius: 3px;
    line-height: 2.5rem;
    text-align: center;
    margin: 0 5px;
}
.h5-dialog-head2 {
    overflow: hidden;
    width: 100%;
}
.h5-dialog-close2 {
    display: block;
    width: 35px;
    height: 50px;
    background: url(ico-dialog-close.png) no-repeat;
    background-size: 35px auto;
    float: right;
    margin-right: 15px;
}
.h5-dialog-body2 {
    border-radius: 0.25rem;
    overflow: hidden;
    background: #ffffff;
}
.c-loading-box {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(//img1.37wanimg.com/www/css/images/common/loading-96x96.gif) center center no-repeat;
    background-size: 48px;
}
.h5_game_type_2 .c-loading-box {
    background: url(//img1.37wanimg.com/www/css/images/common/loading-128x128.gif) center center no-repeat;
    background-size: 48px;
}
/*代金券*/
.pay-coupon {text-align: center;padding: 1rem 1.5rem;border-bottom: 1px solid #c9c9c9;display: none;}
.pay-coupon p {text-align: left;margin-bottom: 0.8rem;}
.pay-coupon-box {width: 100%;display: inline-block;vertical-align: middle;overflow: hidden;cursor: pointer;}
.pay-coupon-tip {color: #e8485e;font-size: 1rem;display: none;}
.pay-coupon-money {display: inline-block;color: #ed7320;font-weight: 700;font-size: 1.8rem;padding: 0 1rem;line-height: 5.5rem;float: left;position: relative;height: 5.5rem;border-right: 1px dashed #e8e8e8;margin-right: 1rem;border-radius: 5px;z-index: 1;}
.pay-coupon-money:before {content: '';width: 10px;height: 10px;background: #fff;border-radius: 50%;display: block;position: absolute;bottom: -9px;right: -6px;border: 1px solid #e8e8e8;border-bottom-color: #fff;}
.pay-coupon-money:after {content: '';width: 10px;height: 10px;background: #fff;border-radius: 50%;display: block;position: absolute;top: -7px;right: -6px;border: 1px solid #e8e8e8;border-top-color: #fff;}
.pay-coupon-content{position: relative;font-size: 1rem;color: #999999;text-align: left;height: 5.5rem;border-left: none;border-right: none;border: 1px solid #e8e8e8;border-radius: 5px;}
.pay-coupon-content p {padding-left: 1rem;padding-top: 1.2rem;}
.pay-coupon-active .pay-coupon-money {background: #f39939;color: #fff;}
.pay-coupon-active .pay-coupon-content {color: #ffedd9;border-color: #fff;background: url(//img1.37wanimg.com/h5game/game/coupon/ico-correct.png) bottom right no-repeat;background-size: 2.5rem 2.5rem;background-color: #f8a64e;}
.pay-coupon-active .pay-coupon-tip {display: inline-block;}
.zizi-box{position:absolute;z-index: 9999;width: 100%;height: 100%;left: 0;top: 0;display:none;
    background:#fff;}
    /* Safari 5.1 - 6.0 */
    /* background:-webkit-radial-gradient(#19adf6, #04356c);  */
    /* Opera 11.6 - 12.0 */
    /* background:-o-radial-gradient(#19adf6, #04356c);  */
     /* Firefox 3.6 - 15 */
    /* background:-moz-radial-gradient(#19adf6, #04356c); */
    /* background:radial-gradient(#19adf6, #04356c);} */
.zizi-logo {display: none;position:absolute;left: 50%;top:1rem;width: 10rem;height:7rem;background: url(//img1.37wanimg.com/h5game/game/logo.png) 0 0 no-repeat;background-size:cover;margin-left:-5rem;}
.zizi-notice {color: #333;font-size: 1.3rem;position: absolute;/*transform: translate(-50%, 0%);left: 50%;*/top: 30%;width: 100%;text-align: center;z-index: 1;line-height: 2.2rem;}
.zizi-loading {display: none;color: #6ff3ff;font-size: 1.3rem;position: absolute;/*transform: translate(-50%, -50%);left: 50%;*/top: 50%;width: 100%;text-align: center;z-index: 1;}
.zizi-text {color: #999;margin-bottom: 0.8rem;font-size: 0.8rem;position: absolute;/*transform: translate(-50%, 0%);left: 50%;*/bottom: 0%;width: 100%;text-align: center;z-index: 1;}
.zizi-logo-c {top:1rem;/*left: 1rem;transform: translate(50%, 0%);*/left:6rem;margin-left:0;}
.zizi-notice-c {/*left: auto;top:2rem;right:2rem;text-align:right;transform: translate(50%, 0%);*/top: 40%;}
.v-zizi-box{background:#fff;}
.c-zizi-box {background:#fff;}
.h5-ingameloading{width:28rem;position:absolute;top:40%;left:50%;padding:1rem 0;color:#333;border-radius:1rem;height:3rem;line-height:1.5rem;font-size:1.2rem;text-align:center;margin-left:-14rem;background-color:rgba(255, 255, 255, .8);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAEDUlEQVRo3s2aXUgVQRTHN6xb9EFUmplKgYVhRRgRgRTRU2UFhUGkoFQPvgS+RGYEBhFFloYERWXfqRVF6i160DLJSKEC61YaIiokJKVlRGXezsi5sC1ndvfM7L3ehx/onZ1z5r975uvMGMGDhuERSUAuUAY8BDqAPuAHMIR/twN1QCmQA8zR9hsMjqLb+PnAIeAdEFSkDSjEFxFxIenAHWBEQ4CVYaASWBwJISIUbnjYeBkXgNhwCRExPchozBfgLfACaAECwACzfpaXQibiG3JyLPrJMWC9w9uMBzKBEuCjC7vlgE9XyHTgiUNc3wRWKva1cUAGcMuhv4lRcLKqECHipY1xP7DQw+FbdPIGG3/PSTEOQiYBjRKD34GdHgqwsgvnHtmX8XGEXJYYEhPagjCKMH+dLps+40pInsRAKxCn0KjxwASFeok4WVJtyXISkoShY634gSkiDTiNX1AMCH+BHpzwtmAndyumSzI0x9oJuU1UEnNHikvHIn5PYePthtRmbKTbMKP6TIVMyCqJ0+2MEKphTHhiDpnFGAAoG0spIX7iwfuMcCpSXIq4tV9P1K+yCllEPPQbV7dunEwDvikI+QXMYISYddIU/yebhRyVxqA7NmksEDMZfqqJ+kVmId1k/Ll3sEdDSB7DTwZR/01ICBVWr5hjfp6GkGzm2qyDsJEoCvOJgmKmkA0aQtYxfZUQNnJEwUWiYDXT+BINIdwlTyZho1QUNBEFU5jGL2kIKWf6iidsPDAwu2H+sUdhXfRaQ0izgj/rTrPdwFSNdXHINfxMQ8gjBX/vLTb6DMLwYwXD1RpCKhT8tVpsDHklpEBDyG6vhFhDq0XBsNhvHFEQcQCIUfAXoELrk+XHXsVdncoQPE/R1yDV2Z96MPyGZt1uhoiAoghq+PUbkpzVWkUn+xlC8hV9bJZNiNQS5bCiEx/2MScRDYp9Q3BStkRJlWTIVTMgxS6EFGgk9Kg9fELoAaowPQqFrCFfusPG6loUCrlH2Co0C0mV5HVTmY6m4rmJk5Dr+CzH9nJiqzs8msKyJB9qJPldt/kn8VU/M0atQTyCS3HZN6gUbiUnHZTrkEmvAv5oLFHEW64FNtqMZHsl9dJkCbpqSdI6dByWAGwDjgOdYTipEluKM8AO9CV8rgB+Es+et8s0JkrSOp0YeiPB8B+7meP/Li6ZrGX9TilT3URCpNiqe6wQDZRxzkd8uC+JNhF+zDGzj95aokhEk8rRm1lMfRSIqNM5DDWH2bkx7hMxXl4YEGP71wgK6P9vdPL4Csds4GqYBYi56iwwMxKXapbh0sTrSzVX8Pwx4teckjET0qYhQGT+9wFzx/K+lvXmUDZuRWsxG9iL6c0BTMUG8DjvBPa5OG2/KOQfqjdpyyj1NHEAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:10% 50%;background-size:2.5rem;display:none;z-index:9999;}
.h5-ingameloading span{color:#ff7b00}

.dialog-tips {
  position: fixed;
  width: 100%;
  left: 0;
  text-align: center;
  opacity: 0;
  z-index: 9999;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.dialog-tips span {
display: inline-block;
min-width: 10rem;
height: 3rem;
line-height: 3rem;
border-radius: 0.5rem;
background-color: #727475;
color: #fff;
font-size: 1.2rem;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 1rem; }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}