html{ overflow:scroll;}
body, div {
	margin: 0;
	padding: 0;
	font: 14px/1.5 Microsoft YaHei, Helvitica, Verdana, Arial, san-serif;
}
.content {
	margin:0px 0 15px 0;
}
.boxcontent {
	margin:15px 15px 0;
	border-radius: 5px;
	padding: 2px;
	background-color: #FEF8B2;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.boxyellow{
	background-color: #FEF8B2;
}
.boxwhite{
	background-color: #ffffff;
}
.box {
	border-radius: 5px;
	font-size:14px;
	border: 1px dashed rgba(0, 0, 0, 0.3);
}
.box .title-red {
	padding: 0 5px 0px 10px;
	background:url(../image/title-bg-red.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	
}
.box .title-orange {
	padding: 0 5px 0px 10px;
	background:url(../image/title-bg-orange.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	
}
.box .title-green {
	padding: 0 5px 0px 10px;
	background:url(../image/title-bg-green.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	
}
.box .title-brown {
	padding: 0 5px 0px 10px;
	background:url(../image/title-bg-brown.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	
}
.box .Detail {
	padding: 15px;
}
.Detail img {
	height: auto;
	max-width: 100%;
	border: 0 none;
}
.list{display: -webkit-flex;-webkit-align-items: stretch;-webkit-flex-wrap: wrap;display: flex;align-items: stretch;flex-wrap: wrap;}
.list dl{ float:left;background:rgba(0, 0, 0, 0.06); width:30%; padding:1%;margin: 0 0 2% 1%; text-align:center;border-radius:0.5rem; color:#000}
.list dl dt{ border-radius:0.05rem; overflow:hidden; margin-bottom:0.01rem;}
.list dl dt img{ width:100%; display:block}
.list dl dd{line-height:1.4; margin-top:0.1rem; margin: 0; padding: 0;}
.list dl dd b{ font-weight:bold;}
.red {
	color:red
}
.px {
	margin: 0.5em 0;
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
	background-color: #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #333333;
	text-shadow: 0 1px 0 #FFFFFF;
	display: block;
	width: 100%;
	padding:6px 10px;
	font-size: 15px;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-appearance:none;
}
.px:hover {
	border: 1px solid #ff6501;
}
.px:focus {
	border: 1px solid #ff6501;
	box-shadow: 0 0 5px #ff6501;
}
.px[type="text"] {
     width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
.px[type="password"] {
     width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
.pxbtn {
	background: #ff6501;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffa201 ), to( #ff6501 )); 
	background-image: -webkit-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:    -moz-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:     -ms-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:      -o-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:         linear-gradient( #ffa201 , #ff6501 );
	border: 1px solid #ff6501;
	border-bottom: 1px solid #d35605;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	display: block;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 2px #BE4205;
	font-size: 18px;
	padding:10px;
	margin:10px 0 0 0;
}
.pxbtn2 {
	background: #ff6501;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffa201 ), to( #ff6501 )); 
	background-image: -webkit-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:    -moz-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:     -ms-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:      -o-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:         linear-gradient( #ffa201 , #ff6501 );
	border: 1px solid #ff6501;
	border-bottom: 1px solid #d35605;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 2px #BE4205;
	font-size: 16px;
	padding:5px;
	margin:10px 0 0 0;
	width:30%;
	display:inline;
}
.pxbtn3 {
	background: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding:5px;
	margin:10px 0 0 0;
	width:30%;
	display:inline;
}
.pxbtn4 {
	background: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding:5px;
	margin:10px 0 0 0;
	width:100%;
	display:inline;
}
hr{height:1px;border:none;border-top:1px dashed #666;}
.pxbtn:visited {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffa201 ), to( #ff6501 )); 
	background-image: -webkit-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:    -moz-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:     -ms-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:      -o-linear-gradient( #ffa201 , #ff6501 ); 
	background-image:         linear-gradient( #ffa201 , #ff6501 );
}
.pxbtn:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ff7f01 ), to( #ff6501 )); 
	background-image: -webkit-linear-gradient( #ff7f01 , #ff6501 ); 
	background-image:    -moz-linear-gradient( #ff7f01 , #ff6501 ); 
	background-image:     -ms-linear-gradient( #ff7f01 , #ff6501 ); 
	background-image:      -o-linear-gradient( #ff7f01 , #ff6501 ); 
	background-image:         linear-gradient( #ff7f01 , #ff6501 );
}
.pxbtn:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ff6501 ), to( #ffa201 )); 
	background-image: -webkit-linear-gradient( #ff6501 , #ffa201 ); 
	background-image:    -moz-linear-gradient( #ff6501 , #ffa201 ); 
	background-image:     -ms-linear-gradient( #ff6501 , #ffa201 ); 
	background-image:      -o-linear-gradient( #ff6501 , #ffa201 ); 
	background-image:         linear-gradient( #ff6501 , #ffa201 );
	border: 1px solid #ff6501;
	border-top: 1px solid #d35605;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
}
input::-moz-placeholder, textarea::-moz-placeholder { color: #999;}

#tip {
	display: none;
	position: absolute;
	z-index:9999999;
	top: 5px;
	left: 2%;
	width: 96%;
}
#mask,#mask2 {
    position: fixed;
	z-index:999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    display: none;
}
#adMask {
	position: absolute;	z-index:888888; top: 0; left: 0; width: 100%; height: 100%;
}
#adcnt {
	position: absolute; z-index:999999; top: 10px; right:10px; background-color: #222; filter: alpha(Opacity=90); -moz-opacity: 0.8; opacity: 0.8; color:white; border-radius: 15px; padding: 5px 15px;
}
#process{
	position: absolute;
	z-index: 9999999;
	color:white;
	width:100%;
	top: 50%;
	text-align:center;
	display: none;
}
.mask-poptip{
	position: absolute;
	z-index: 1000000;
	color:white;
	width:100%;
	top: 10%;
	text-align:center;
	font-size: 18px;
}
.mask-poptip img{
	width: 258px;
}
#musicBtn{
	width:30px; height:30px; position:fixed; top:15px; right:30px; z-index: 999; background-image: url(../image/musicOn.png); background-size: 30px 30px; z-index: 9999999;
}
.rotate360{
	-webkit-animation:rotation 2s linear infinite;
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

.copyright{
	text-align: center; margin-top: 10px; margin-bottom: 10px; text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0; color:#333; font-size: 14px;
}

.actPeople{
	width:50%; height:auto; background-color: rgba(255, 255, 255, 0.3); border-radius: 15px; margin: 10px auto; padding:5px; text-align: center; color: #fff;font-size: 16px;
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}
.actPeople span{
	color:gold;
	font-weight: bold;
}
.hr0{ height:1px;border:none;border-top:1px dashed #fff;}
.bg-bubbles li {
	position: fixed;
	top: -5rem;
	list-style: none;
	display: block;
	max-width: 10rem;
	-webkit-animation: downFloat .6s infinite linear;
	-moz-animation: downFloat .6s infinite linear;
	-ms-animation: downFloat .6s infinite linear;
	-o-animation: downFloat .6s infinite linear;
	animation: downFloat .6s infinite linear;
	z-index: 99999999
}
@keyframes downFloat {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		-moz-transform: translateY(0) rotate(0);
		-ms-transform: translateY(0) rotate(0);
		-o-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}

	100% {
		-webkit-transform: translateY(45rem) rotate(600deg);
		-moz-transform: translateY(45rem) rotate(600deg);
		-ms-transform: translateY(45rem) rotate(600deg);
		-o-transform: translateY(45rem) rotate(600deg);
		transform: translateY(45rem) rotate(600deg)
	}
}