/*首頁*/
.Page_Home {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;

	width: 1920px;
	height: 900px;
	overflow: hidden;
	/*display:none;*/


}
/*按鈕透明*/
.btn {
	background: transparent;
	border: 0px transparent none;
	outline: none;
}
/*開始遊戲按鈕*/
.start{
    position: absolute;
    margin-top: 7.5%;
    margin-left: 65.5%;
	height: 130px;
	width: 384px;
}
.btn_start {
	background-image: url(../img/start.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}

.btn_start_hv {
	background-image: url(../img/start01.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}
/*遊戲說明按鈕*/
.description{
    position: absolute;
    margin-top: 15.5%;
    margin-left: 65.5%;
	height: 130px;
	width: 384px;
}
.btn_description {
	background-image: url(../img/txt2.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}

.btn_description_hv {
	background-image: url(../img/txt201.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}/*關閉按鈕*/
.close{
    position: absolute;
    margin-top: 42%;
    margin-left: 94.5%;
	height: 85px;
	width: 84px;
}
.btn_close {
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 85px;
	width: 84px;
}

.btn_close_hv {
	background-image: url(../img/close01.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 85px;
	width: 84px;
}

/*遊戲說明*/
.Page_Description {
	background-image: url(../img/txt.png);
	background-repeat: no-repeat;
	background-size:cover;
	
        position: absolute;
	width: 1920px;
	height: 900px;
	display:none;

}
.Img{
	position:absolute;
	width: 1920px;
	height: 900px;
    z-index: 9990;
}
/*遊戲說明關閉按鈕*/
.closeD{
	position:absolute;
    margin-top: 35.7%;
    margin-left: 45%;
	width: 152px;
	height: 75px;
    z-index: 9991;
}
.btn_closeD {
	background-image: url(../img/close2.png);
	background-repeat: no-repeat;
	background-size:cover;
	width: 152px;
	height: 75px;;
}

.btn_closeD_hv {
	background-image: url(../img/close201.png);
	background-repeat: no-repeat;
	background-size:cover;
	width: 152px;
	height: 75px;
}
/*遊戲*/
.Page_Game {
	background-image: url(../img/bg02.png);
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;

	width: 1920px;
	height: 900px;
	overflow: hidden;
    display: none;

}
.question{
	position: absolute;
    margin-top: 8.8%;
    margin-left: 25%;
	width:1036px;
	height:316px;
}

.score{
    position: absolute;
    margin-top: 12.4%;
    width: 150px;
    margin-left: 88.3%;
}
/*下一題按鈕*/
.home{
    position: absolute;
    margin-top: 37%;
    margin-left: 94.5%;
	height: 84px;
	width: 84px;
}
.btn_home {
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 84px;
	width: 84px;
}

.btn_home_hv {
	background-image: url(../img/back01.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 84px;
	width: 84px;
}
/*回首頁按鈕*/
.next{
   position: absolute;
    margin-top: 24.2%;
    margin-left: 87%;
	height: 75px;
	width: 196px;
}
.btn_next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 75px;
	width: 196px;
}

.btn_next_hv {
	background-image: url(../img/next01.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 75px;
	width: 196px;
}
.option_box{
    height: 189px;
    width: 1000px;
    /*background-color: black;*/
    position: absolute;
    margin-top: 28%;
    margin-left: 30%;
	/*display: flex;*/
}
/*選項1*/
.option1{
	position: absolute;
}
.btn_o1{
	height: 189px;
	width: 189px;
}
.btn_o1_hv{
	height: 198.5px;
	width: 198.5px;
}
/*選項2*/
.option2{
    position: absolute;
    margin-left: 31.5%;
}
.btn_o2{
	height: 189px;
	width: 189px;
}
.btn_o2_hv{

	height: 198.5px;
	width: 198.5px;
}
/*選項3*/
.option3{
	position: absolute;
    margin-left: 63%;
}
.btn_o3{
	height: 189px;
	width: 189px;
}
.btn_o2_hv{
	height: 198.5px;
	width: 198.5px;
}
.result{
	position: absolute;
    margin-left: 40%;
    margin-top: 10%;
	height: 548px;
	width: 519px;
	display:none;
}
/*遊戲結果*/
.Page_End {
	background-image: url(../img/bg03.png);
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;

	width: 1920px;
	height: 900px;
	overflow: hidden;
	display: none;
}
/*再玩一次按鈕*/
.again{
    position: absolute;
    margin-top: 7.5%;
    margin-left: 75.5%;
	height: 130px;
	width: 384px;
}
.btn_again {
	background-image: url(../img/again.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}

.btn_again_hv {
	background-image: url(../img/again01.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}
/*離開遊戲按鈕*/
.leave{
    position: absolute;
    margin-top: 15.5%;
    margin-left: 75.5%;
	height: 130px;
	width: 384px;
}
.btn_leave {
	background-image: url(../img/quit.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}

.btn_leave_hv {
	background-image: url(../img/quit01.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 130px;
	width: 384px;
}

.score_end{
    position: absolute;
    margin-top: 9.4%;
    /* width: 150px; */
    margin-left: 42%;
}