@charset "UTF-8";
html,body,div,canvas,input,p,img,span,section,ul,li,a {padding: 0;margin: 0;border: none;}
html,body {width: 100%;height: 100%;max-width: 640px;margin: 0 auto;background-color: white; }
.mainbox {position: relative;width: 100%;height: 100%;text-align: center;}
.box {display: none; top: 0; position: absolute;width: 100%;}
.active {display: block;}
.bgimg {position: absolute;width: 100%;height: 100%;left: 0;top: 0;}

.ResultTitlebox{width: 100%;max-width: 640px;margin: 0 auto;position: relative;}
.common-result-top{font-size: 16px;color: #666;height: 44px;line-height: 44px;font-weight: 200;font-weight: 600;letter-spacing: 1px;position: relative;text-align: center;border-bottom: 1px solid #ddd;}
.common-result-btnbox{position: relative;width: 100%;background: white;padding: 15px 0;}
.commonbtn-playAgain, .commonbtn-share{display: inline-block;margin: 0 5%;padding: 0.5em 0em;font-size: 16px;color: white;background-color: #ff4303;border-radius: 40px;width: 35%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.commontip{display: block;width: 65.5%;margin: 0px auto;}
@font-face {font-family: 'iconfont';src:url('http://localhost:13131/_www/fonts/iconfont.ttf?v=1.31') format('truetype');}
.icon-font-header{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
.icon-header-home,.icon-header-back{position: absolute;top: 7px; height: 26px; line-height: 26px; font-size: 24px !important;color:#333;font-weight: normal;}
.icon-header-home{right: 8px;}
.icon-header-back{left:8px}
.iconfont a:link,.iconfont a:visited,.iconfont a:hover,.iconfont a:active {color: white;text-decoration: none;}
.loading{position: relative;width: 75px;margin-top: 40%;}
.loading-text{position: relative;text-align: center;color: #FF4303;margin: 20px auto;font-family: "微软雅黑";letter-spacing: 1px;}
.active .loading{-webkit-animation: roting  1s  linear infinite;}
.active .commontip{-webkit-animation: bounce 3s linear infinite;}
@-webkit-keyframes roting {
	0% { -webkit-transform:rotateZ(0deg) ;}
	100% { -webkit-transform:rotateZ(360deg) ;}
}
@-webkit-keyframes bounce{
	0%,7%,21%,35%,100%{-webkit-transform:translateY(0)}
	14%,28%{-webkit-transform:translateY(10px)}
}
.page3{background-color: #EAEAEA;}
.header-menubtn {position: absolute;width: 20px;height: 20px;left: 11px;top: 12px;}
.header{
	background:  #fff;
	height: 44px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}
.main-content{
	margin-top: 44px;
}
.header.ios,.mui-ios .header{
	padding-top: 20px;
}
.main-content.ios, .mui-ios .main-content{
	margin-top: 64px;
}
#page1.box {
	margin-top: 44px;
}
.mui-ios #page1.box{
	margin-top: 64px;
}

/*game result share tip*/
.app-result-tip-wrap{position:fixed;top:0;height:100%;width:100%;background:rgba(0,0,0,.7);display:none;color:#71869E;z-index:1000}
.tip-content-wrap{display:table-cell;vertical-align:middle;text-align:center;min-height:100px}

.tip-content-wrap .tip-content{
	width: 242px;
	margin: -50px auto 0 auto;
	text-align: center;
	background-color: white;
	border-radius: 10px;
}
.tip-content-wrap .tip-img-box{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	color: #6a809a;
}
.tip-content-wrap .tip-img-box img{
	position: absolute;
	width: 60px;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.tip-content-wrap .tip-img-box span{
	height: 45px;
	display: block;
}
.tip-content-wrap .tip-desc-box{
	font-size: 16px;
	line-height: 16px;
	color: #6a809a;
}
.tip-content-wrap .tip-desc-box span{
	display: block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 12px;
}
.tip-content-wrap .tip-btns-box{
	margin: 20px auto 0 auto;
	padding-bottom: 15px;
	font-size: 16px;
}
.tip-content-wrap .tip-btns-box span{
	display: inline-block;
	height: 38px;
	width: 113.85px;
	line-height: 38px;
	background: #FF4303;
	color: #fff;
	border-radius: 5px;
}

/*.tip-content{width:75%;background:#fff;margin: -50px auto 0 auto;border-radius:10px;padding:0 5%;position:relative}
.tip-desc {font-size: 16px;margin: -20px 0 0 0;line-height: 2;color: #6a809a;}
.tip-img{width: 60px;height: 60px;transform: translateY(-50%);}
.tip-btns{position:relative;display:-webkit-box}
.about-btn,.cancel-btn{background: #FF4303;color: #fff;margin: 16px 0 11px 0;display: inline-block;padding: 6px 25px;border-radius: 5px;font-size: 16px;}
.box-cell{-webkit-box-flex:1}*/

/*new tmpl*/
@font-face {font-family: 'iconstar';src: url('stars.ttf') format('truetype');}
.iconstars{font-family: "iconstar" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: .2px;-moz-osx-font-smoothing: grayscale;}
.navbox{background-color: white;text-align: center;}
.common-nav{font-size: 16px;color: white;background-color: #ff4303;height: 44px;line-height: 44px;font-weight: 200;font-weight: 600;letter-spacing: 1px;}

.gameinfobox{padding-top: 15px;color: #ADADAD;padding: 15px 10px;background-color: white;border-bottom: 12px solid #F3F3F3;font-size: 12px;font-family: "microsoft yahei",sans-serif;}
.gameinfobox .game {position: relative;display: -webkit-box;display: -webkit-flex;display: flex;}
.cover {display: inline-block;margin: 0 auto;text-align: center;overflow: hidden;margin-right: 10px;-webkit-box-flex: 1;}
.gameinfobox .game .cover {width: 70px;height: 70px;margin-right: 10px;border-radius: 15px;}
.gameinfobox .game .cover img {width: 70px;height: 70px;}
dl {font-weight: inherit;font-style: inherit;font-family: inherit;font-size: 100%;vertical-align: baseline;text-align: left;height: 70px !important;}
.meta {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;color: #9b9b9b;position: relative;}
.gameinfobox .game .meta .title {font-size: 14px;margin: 5px 0;line-height: 1.4;display: block;}
.icon-start-filled5 {color: #ff4303;font-size: 10px;display: inline-block;float: left;line-height: 1.4;vertical-align: middle}
.icon-start-filled5:before {content: '\e438\e438\e438\e438\e438';}
.gameinfobox .game .meta .count {margin: 4px 0 0 0;font-size: 10px;width: 100%;}
.openexample{color: #ff4303;padding: 3px 5px;border: 1px solid #FF4303;border-radius: 7px;float: right;margin-top: -5px;font-size: 10px;}
.openexample i{font-size: 10px;}
.exampleimgbox{border: 8px solid #F3F3F3;}
.exampleimgbox img{display: block;width: 100%;}

.page1-inputbox{color: #9b9b9b;text-align: left;padding: 15px 10px;-webkit-box-sizing: border-box;box-sizing: border-box;background-color: white;}
.inputlist{overflow: hidden;padding-bottom: 10px;min-height: 40px;line-height: 40px;border-bottom: 1px solid #F3F3F3;margin-bottom: 15px;}
.inputlist:last-of-type {border-bottom: none;}
.short-inputname{display: inline-block;float: left;font-size: 14px;width: 35%;}
.long-inputname{display: inline-block;float: left;font-size: 14px;width: 100%;}
.short-input{position: relative;display: block;float: right;width: 65%;height: 40px;box-sizing: border-box;border: 1px solid #F3F3F3;border-radius: 5px;overflow: hidden;}
.long-input{position: relative;display: block;float: right;width: 100%;height: 40px;box-sizing: border-box;border: 1px solid #F3F3F3;border-radius: 5px;overflow: hidden;}
.input{width: 100%;height: 100%;display: block;line-height: 12px;font-size: 12px;text-align: center;outline: none;}
.input::-webkit-input-placeholder {color:#9B9B9B;}
.select{display: block;width: 100%;height: 38px;line-height: 38px;border: none;outline: none;appearance:none;-webkit-appearance:none;opacity: 0;font-size: 14px;}
.analog-select{position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-align: center;font-size: 14px;}

.start-new{background-color: #F3F3F3;display: block;padding: 12px 10px;	-webkit-box-sizing: border-box;box-sizing: border-box;}
.start-new span{display: block;height: 100%;background-color: #EA4242;color: white;}

.moregamebox{font-family: "microsoft yahei",sans-serif;font-size: 12px; margin-top: 6px; min-height: 50px; padding: 0 15px 10px;}
.moregame-padded {font-size: 14px;font-weight: 400;color: #8f8f94;text-align: left;}
.moregamebox .moregame-padded {margin: 12px 0;}
.moregame-padded {margin: 12px 0;margin-bottom: 5px;padding-bottom: 6px;border-bottom: 1px solid #e6e6e6;}
.moregame-more {float: right;text-align: right;text-decoration: none;color: #5b5b5b;}
.moregame-more i{font-size: 14px;}
.moregameul {display: block;width: 100%;padding: 0 0 10px 0;font-size: 0;white-space: normal;position: relative;list-style: none;background-color: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;outline: 0;margin: 0;border: none;}
.moregameli{color: #999;}
.moregameli {padding: 11px 15px;margin: -1px 0 0 -1px;vertical-align: top;border-top: 1px solid #eee;border-left: 1px solid #eee;}
.moregameul .moregameli {display: inline-block;padding: 5px 8px;margin-right: -4px;font-size: 17px;text-align: center;vertical-align: middle;background: 0 0;-webkit-box-sizing: border-box;box-sizing: border-box;    border: none !important;}
.moregameul .moregameli, .moregameul .tuijian-title {overflow: hidden;}
.moregameul-cell {position: relative;padding: 11px 15px;overflow: hidden;-webkit-touch-callout: none;}
.moregameli {width: 25%;}
.moregameli>a:not(.mui-btn) {position: relative;display: block;padding: inherit;margin: 0;padding: 0;overflow: hidden;color: inherit;text-overflow: ellipsis;white-space: nowrap;text-decoration: none;}
.tuijian-img {width: 53px!important;height: 53px!important;margin-right: 0;border-radius: 10px;}
.moregameul .moregameli .tuijian-title {display: block;width: 100%;height: 15px;margin-top: 8px;font-size: 15px;line-height: 15px;color: #333;text-overflow: ellipsis;}
.tuijian-title {font-size: 12px !important;}
.moregame-btn {text-align: center;}
.more-game{position: relative;display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42;color: #333;text-align: center;white-space: nowrap;vertical-align: top;cursor: pointer;background-color: #fff;background-clip: padding-box;border: 1px solid #ccc;border-radius: 3px;text-decoration: none;}

.page3-common-result-btnbox {
    padding: 0 8px;
    text-align: left;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
}
.common-result-btn-box {
	display: none;
	padding: 2.5px 5px;
	margin: 10px 10px 10px 0;
	color: #ff4303;
	border: 1px solid #ff4303;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 8px;
	text-align: left;
}
.common-result-btn-box img {
	display: inline-block;
	width: 18px;
	margin-bottom: -3px;
	margin-right: 2px;
}
.resultimgbox {
	background-color: #F3F3F3;
	position: relative;
    padding-top: 8px;
    margin: 8px;
}
.result{display: block;width: 100%;}

.savetipbox {
	position: fixed;
	width: 100%;
	height: 48px;
	left: 0;
	bottom: 0;
}
.savebox {
	background-color: #ff4303;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.savebox img {
	width: 20px;
	margin-bottom: -3px;
	margin-right: 2px;
}


.sharebox {
	display: block;
	position: absolute;
	width: 60px;
	height: 100%;
	background-color: #fabf11;
	right: 0;
	bottom: 0;
	text-align: center !important;
}
.sharebox img {
	display: block;
	width: 20px;
	margin: 4px auto 0 auto;
}
.sharebox span {
	position: absolute;
	display: block;
	font-size: 16px;
	color: white;
	left: 0;
	bottom: 4px;
	text-align: center;
	width: 100%;
}

.resultbottomspan{
    display: block;
	padding-top: 43px;
	background-color: white;
}


.alertbox-container{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 200000;
}
.alertbox-container .backgrounds{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
}
.longtapbox {position: absolute;width: 100%;left: 0; bottom: -168px;z-index: 1;text-align: center;background-color: white;font-family: "Microsoft YaHei";font-size: 18px;line-height: 53px;
    transition: bottom .3s ease-out;
    -webkit-transition: bottom .3s ease-out;
}
.longtap-save{border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;}
.longtapforshare{border-bottom: 7.5px solid #eaeaea;}

.longtapbox-show{
    -webkit-animation: longtapboxshow 0.2s 0s 1 ease-out normal forwards;
    animation: longtapboxshow 0.2s 0s 1 ease-out normal forwards;
}
.longtapbox-hidex{
    -webkit-animation: longtapboxhide 0.2s 0s 1 ease-out normal forwards;
    animation: longtapboxhide 0.2s 0s 1 ease-out normal forwards;
}
@-webkit-keyframes longtapboxshow {
    from { bottom: -168px; }
    to { bottom: 0; }
}
@-webkit-keyframes longtapboxhide {
    from { bottom: 0; }
    to { bottom: -168px; }
}
/*longtab box*/


/*share box*/
.commonsharebox{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -173.84px;
    text-align: center;
    background-color: white;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 53px;
}
.commonsharebox-show{
    -webkit-animation: commonshareboxshow 0.2s 0s 1 ease-out normal forwards;
    animation: commonshareboxshow 0.2s 0s 1 ease-out normal forwards;
}
.commonsharebox-hidex{
    -webkit-animation: commonshareboxhide 0.2s 0s 1 ease-out normal forwards;
    animation: commonshareboxhide 0.2s 0s 1 ease-out normal forwards;
}
.commonshare-btns{
    background-color: white;
    position: relative;
    display: -webkit-box;
    height: 113.85px;
    box-sizing: border-box;
    padding: 0 5px;
}
.commonshare-box-cell{
    -webkit-box-flex: 1;
    padding-top: 19.4px;
}
.commonshare-btns .commonshare-box-cell img {
    display: block;
    width: 54px;
    margin: 0 auto 9px auto;
}
.commonshare-btns .commonshare-box-cell span {
    display: block;
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 12px;
    line-height: 12px;
}
.sharebox-cancel{
    background-color: white;
    border-top: 7.5px solid #eaeaea;
}

@-webkit-keyframes commonshareboxshow {
    from { bottom: -173.84px; }
    to { bottom: 0; }
}
@-webkit-keyframes commonshareboxhide {
    from { bottom: 0; }
    to { bottom: -173.84px; }
}