body .goldA .list_C{
	    background: #eea70a;
	       
}

body .goldA .list_C.rulesB .list_frame{
	    background: #fff;
}

.login_inp{
	display: block;
    font-size: 1rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #efb801;
    border-radius: 0.25rem;
    padding: 5px;
    margin-bottom: 5px;
}

.nav{
	background-color: rgba(0, 0, 0, 0.8);
}

.nav-right{
	padding-top: 6px;
}

.nav-right button{
	background-image: linear-gradient(to top, #FFd700 0%, #daa520 100%);
    border: 1px solid #b1b1b194;
    padding: 6px 18px;
    border-radius: 5px;
    font-weight:bold;
    font-family: Microsoft JhengHei;
    box-shadow: 2px 2px 5px #694b03;
    z-index: 1;
    position: relative;
}

body .goldContent .list_Content{
	background: #d4348c;
	box-shadow: none;
    -webkit-box-shadow: 2px 1px 40px #e86ab0;
}



h3{
	text-shadow: rgb(0, 0, 0) 0px 0px 7px;
}

body .goldContent .list_Content.rulesActivity .list_Rules{
    background:#fff;
}
.list_Rules ul{
	list-style: decimal;
    padding-left: 20px;
}
.list_Rules ul li{
	margin-bottom:10px ;
	line-height: 1.2;

}

body .goldA .list_C.rulesB .list_frame span.list_Time{
	color:#ab7807;
	margin-bottom: 5px;
}

body .goldA .list_C.rulesB .list_frame span.list_Things{
	color:#ab7807;

}

body .goldA .list_C .bg_Dashed{
	    color: #ab7807;

	        margin: 5px 0;
}


.turnplate{
	background-image:url(../images/game/game5/cj_bg.png);
	background-size:100% 100%;
	-webkit-filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.3));
     filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.7)); 
}


/*---------------*/

body{
	background: #09102a url(../images/game/game5/body_bg3.jpg); 
	background-repeat:no-repeat; 
	background-position: center top;
}



b.red{
	color:red;
	font-size: bold;
}

@media(max-width:1024px){   
  body{
		background: #09102a url(../images/game/game5/body_bg2.jpg);
	}
}

@media(max-width:768px){   
  body{
		background: #09102a url(../images/game/game5/body_bg4.jpg);
	}
}

@media screen and (min-width:320px) and (max-width:414px){   
   body{
		background: #09102a url(../images/game/game5/body_bg5.jpg);
	}
}

@media(max-width:450px){
	body{
		background-position: 70%;
	}

}



