* {margin: 0;padding: 0;}

ul {
	list-style: none;
}
img{
	/* outline: none;
    border-style:none;
    border-width:0;
	background-color: transparent; */
}
button:focus{
	outline: none
}

body{
	background-image: url(../image/bg_v1.jpg);
	background-position:left top;
	background-size: 100% 100%;
	background-origin: content-box;
	background-repeat: no-repeat;
}

html,
body{
	width: 100%;
	height: 100vh;
}

/* 重绘背景图片 */
.GameBoxBg {
	height: calc(100% - 120px);
	background-image: url(../image/cybj_v1.png);
	background-position: top;
	background-size: 85% auto;
	background-origin: content-box;
	background-repeat: no-repeat;
	position: relative;
	margin: -12% 0 0 0;
}


.GameHeader {
	width: 7rem;
	/* background: #9FCDFF; */
	position: absolute;
	right: 2.625rem;
	top: 28.2rem;
	background-image: url("../image/btndjs.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* 分数盒子 */
.scoreBox {
	display: inline-block;
	padding: 0.25rem 0.625rem;
	border-radius: 2rem;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	background-color: #da6344;
	border: 0.0625rem solid #e7e7e7;
	font-size: 0.75rem;
	box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
	
}

.scoreTitle {
	color: #fff;
	font-size: 0.75rem;
	text-shadow: 0rem 0.0625rem 0.125rem 0.3125rem #e97c00;
	font-weight: bold;
}

.scoreNum {
	color: #fff500;
	font-weight: bold;
	/* text-shadow: 0.125rem 0.125rem 0px #6d1500; */
}
.ctBox{
	display: inline-block;
    padding: 0.25rem 0.625rem;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #db6244;
    border: 0.0625rem solid #e7e7e7;
    font-size: 0.75rem;
	font-weight: bold;
    box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
}
.ctBox p{
	margin-bottom: 0;
	color: #fff;
    font-size: 0.75rem;
}
.ctBox p span{
	color: #fff500;
	font-weight: bold;
	/* text-shadow: 0.125rem 0.125rem 0px #6d1500; */
}
.lolgBox {
	float: right;
	display: inline-block;
	height: 3.125rem;
	
}
.lolgBox img {
	height: 100%;
	width: auto;
}

.timeBox {
	display: inline-block;
	border-radius: 2rem;
	padding-left: 0.425rem;
	font-size: 0.875rem;
	line-height: 1.5625rem;
	color: #000;
	margin-top: 0.25rem;
}

.timeNum {
	color: #da6344;
	font-weight: bold;
	text-shadow: 0.125rem 0.125rem 0px #6d1500;
	font-size: 1.5625rem;
}

/* 功能控件按钮 */
.controlsBox {
	position: absolute;
	left: 2.625rem;
	top: 28.2rem;
	/* background: #0056B3; */
}
.controlsBoxLeft {
	position: absolute;
	left: 0.625rem;
	/* background: #0056B3; */
}
.controlsBox ul {
	list-style: none;
	margin-bottom: 0rem;
}

.controlsBox ul li {
	margin-bottom: 0.25rem;
	text-align: center;
}

#musicBtn {
	width: 2.5rem;
	height: 2.5rem;
	background-color: transparent;
	background-image: url(../image/ddsyy.png);
	background-position: 0rem 0rem;
	background-repeat: no-repeat;
	background-clip: content-box;
	background-size: 100% auto;
	border: none;
}

#musicBtn:focus {
	outline: none
}
/* 音乐切换图标 */
.musicS {
	background-position: 0rem -2.5rem !important;
}
.rankingBox p{
	font-size: 0.75rem;
	color: #FFFFFF;
	margin-bottom:0;
	line-height: 0.75rem;
	margin-top: -0.125rem;
}
.btn_ranking{
	width: 2.5rem;
	height: 2.5rem;
	background-color: transparent;
	background-image: url(../image/ranking.png);
	background-position: 0rem 0rem;
	background-repeat: no-repeat;
	background-clip: content-box;
	background-size: 100% auto;
	border: none;
}
/* gameRules游戏规则弹窗样式 */
.gameRules {}
.gameRules .modal-content .modal-header h5 {
	margin-bottom: 0;
	background: linear-gradient(-45deg, rgba(255, 162, 17, 1) 0%, rgba(255, 118, 66, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.close:focus{
	outline:none
}
.startBox{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	z-index:999;
	background: rgba(0,0,0,0.8);
}
.start{
	width: 15.625rem;
    border: 0;
    border-radius: 1.875rem;
    background: linear-gradient(to top, #f9c000,#fae900);
	box-shadow: 0rem 0.1875rem 0 0.125rem #ee9003;
    margin: 0 auto;
    font-size: 2.1875rem;
	font-weight: bold;
    position: absolute;
    color: #d45200;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15.8125rem;
}
.gameOverBox button {
    width: 15.625rem;
    border: 0;
    border-radius: 1.875rem;
	background: linear-gradient(#f5440b, #C50000);
	box-shadow: 0rem 0.1875rem 0 0.125rem #771e04;
    font-size: 1.8rem;
	font-weight: bold;
    color: #fff;
    margin: 0 auto;
	margin-top: 5%;
}

.over {
    text-align: center;
	margin: 0 auto;
    font-weight: bold;
    font-size: 3.75rem;
    text-shadow: 0.1875rem 0.1875rem 0  #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 0, 0, 1)), to(rgba(0, 0, 213, 1)));
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*选择框样式*/
.question ul label{
	/*选择框与选项文字上下对齐*/
	font-size: 1rem;vertical-align: middle;margin-bottom: 0;width:100%
}
.question ul input{
	/*去除默认样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*自定义样式*/
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 1px solid #ff7e03;
	outline: none;
	margin-right:3%;
	background: transparent;
	/*设置为圆形*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.question ul input::after{
	/*设置选中后样式(宽高不设则填满框)*/
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #ff7e03;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	/*隐藏*/
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	/*增加动画*/
	-webkit-transition : all ease-in-out 50ms;
	-moz-transition : all ease-in-out 50ms;
	transition : all ease-in-out 50ms;
}
.question ul input:checked::after{
	/*选中后显示样式*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.question ul li{margin-bottom: 5%;}
.question p{font-size: 1.2rem;margin: 8% 0;font-weight: bold;}
.question .submit_answer{margin: 5% auto;display: block;}

/* 被隐藏的内容 */
.showQuestion{display: none}
.gameOverBox{display: none;text-align: center;background-color: rgba(0,0,0,0.6);
	height: 20rem;}
.noRaffle{display: none}
.question{display: none;width: 90%;margin: 2% auto;}
.restart{display: none}
.raffle{display: none}
.haveRaffle{display: none;color: #fff;}
.settlementBox{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: bold;
}
.settlementTitle{
	color: #fff;
	margin-top: 5%;
}
#settlementNum{
	
}
.btn_rules{
	position: absolute;
	left: 0;
	right: 0;
	top: 21.375rem;
	margin: 0 auto;
	border:none;
	width: 4.2rem;
	background: transparent;
	font-size: 1rem;
	color: #fff;
	text-shadow: 0rem 0.125rem 0px #6d1500;
}