@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-decoration: none;
}

.wf {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.mgl10 {
	margin-left: 10px;
}

.mgl5 {
	margin-left: 5px;
}

.mgr10 {
	margin-right: 10px;
}

.mgtop20 {
	margin-top: 20px;
}

.center {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.hide {
	display: none;
}

.pager {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
}

.pager>li {
	display: inline;
}

.pager>li>a, .pager>li>span {
	position: relative;
	float: left;
	padding: 5px 12px;
	margin-left: -1px;
	line-height: 1.53846154;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}

.pager>li:first-child>a, .pager>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pager>li:last-child>a, .pager>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pager>li>a:hover, .pager>li>span:hover, .pager>li>a:focus, .pager>li>span:focus
	{
	z-index: 2;
	background-color: #e5e5e5;
}

.pager>li.active>a, .pager>li.active>span, .pager>li.active>a:hover,
	.pager>li.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #3280fc;
	border-color: #3280fc;
}

.pager>li.disabled>span, .pager>li.disabled>span:hover, .pager>li.disabled>span:focus,
	.pager>li.disabled>a, .pager>li.disabled>a:hover, .pager>li.disabled>a:focus
	{
	color: #ddd;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.btn {
	color: #353535;
	background-color: #00b7ee;
	width: 60px;
	height: 30px;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}

.comment-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
}

.comment-box {
	padding: 10px 30px;
	overflow: hidden;
}

.comments {
	padding: 10px;
	width: 100%;
	height: 150px;
	margin-left: -10px;
	border-radius: 5px;
	border: 1px solid #f15524;
}

.comment-sub {
	background: #ea544a;
}

.comment-list .clist {
	padding: 20px;
	overflow: hidden;
	margin-top: 30px;
	background: #fafafa;
}

.comment-list .clist>li {
	width: 100%;
	border-bottom: 1px dashed #dedede;
	padding: 10px;
	overflow: hidden;
}

.comment-list .clist>li .header {
	height: 40px;
	line-height: 40px;
}

.comment-list .clist>li .avater {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	float: left;
}

.comment-list .clist>li .nick {
	float: left;
	margin-left: 10px;
	color: #696969;
}

.comment-list .clist>li .time {
	float: right;
	color: #696969;
}

.comment-list .clist>li .comment-txt {
	padding: 15px;
	overflow: hidden;
	margin-top: 10px;
	color: #333;
}

.comment-list .clist>li.data-none {
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	background: #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
	color: #666;
}

.comment-load {
	background: #fafafa;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.comment-load-more {
	width: 100px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #ababab;
	margin: 5px auto;
	line-height: 30px;
	cursor: pointer;
}

.support-options .item {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	border: 1px solid #dedede;
	float: left;
	margin-right: 15px;
	text-align: center;
}

.support-options .item .data {
	margin-top: 30px;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
}

.support-options .item .txt {
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}

.support-options .item.support {
	background: #00b7ee;
}

.support-options .item.oppose {
	background: #dadada;
}

#play-reward {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	border: 1px solid #ea544a;
	margin-right: 15px;
	text-align: center;
	line-height: 120px;
	margin: 0px auto;
	font-size: 26px;
	color: #ea554a;
	cursor: pointer;
}

#play-reward:HOVER {
	background: #ea544a;
	color: #fff;
}

.form-box {
	padding: 20px;
	overflow: hidden;
	border: 1px solid #FFCC99;
	border-radius: 5px;
	overflow: hidden;
	min-height: 400px;
}

.form-wf {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.form-wf .form-label {
	float: left;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	line-height: 42px;
	text-align: right;
}

.form-wf .form-label span {
	color: #ea544a;
}

.form-wf .form-input {
	float: left;
	display: inline-block;
	width: 400px;
	margin-left: 10px;
}

.form-wf .form-input input, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: normal;
}

.form-wf .form-error {
	color: #ea544a;
	clear: both;
	padding-left: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-wf .subtn {
	width: 100px;
	height: 32px;
	line-height: 32px;
	border: none;
	background: #009966;
	color: #fff;
	margin: 0px auto;
	border-radius: 5px;
	cursor: pointer;
}

.form-control::-webkit-input-placeholder {
	color: #808080;
}

.form-control::-moz-placeholder {
	color: #808080;
}

.form-control:-ms-input-placeholder {
	color: #808080;
}

.form-control::placeholder {
	color: #808080;
}

.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 5px 8px;
	font-size: 13px;
	line-height: 1.53846154;
	color: #222;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,
		-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #145ccd;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(20, 92, 205, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(20, 92, 205, .6);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: not-allowed;
	background-color: #e5e5e5;
}

.form-control[readonly] {
	cursor: default;
}

textarea.form-control {
	height: auto;
}

#web_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.topmenu_bg {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.topmenu_bg .topmeun_box {
	width: 1200px;
	margin: 0px auto;
}

.topmenu_bg .topmeun_box #topmenu>li a {
	color: #333;
}

.topmenu_bg .topmeun_box #topmenu>li {
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
}

.topmenu_bg .topmeun_box #topmenu>li:HOVER .subnav {
	display: block;
}

.topmenu_bg .topmeun_box #topmenu>li .subnav {
	position: absolute;
	top: 40px;
	left: 0;
	padding: 10px 0;
	background: #fff;
	z-index: 9;
	display: none;
}

.topmenu_bg .topmeun_box #topmenu>li .subnav>li {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.topmenu_bg .topmeun_box #topmenu>li .subnav>li:HOVER {
	background: #efefef;
}

#web_banner {
	height: 450px;
}

.artpages {
	display: inline-block;
}

.artpages>li {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	border-radius: 10px;
	background: #ababab;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	cursor: pointer;
}

.artpages>li.active {
	background: #ea544a;
}

#rewardElem{
	display: none;
}

#rewardElem .layer {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity: 0.5;
	left: 0;
	top: 0;
	z-index: 9999;
}

#rewardElem .rewardBox {
	width: 460px;
	height: 240px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -140px;
	background: #fff;
	z-index: 10000;
	padding: 20px;
}

#rewardElem .title{
	line-height: 40px;
	height: 40px;
	font-weight: bold;
	font-size: 14px;
}

#rewardElem .rewardBox .money{
	overflow: hidden;
}

#rewardElem .rewardBox .money>li{
	width: 93px;
	height: 40px;
	margin: 10px;
	text-align:center;
	line-height:40px;
	border: 1px solid #d2d2d2;
	font-weight: bold;
	color: #f15524;
	font-size: 16px;
	cursor: pointer;
	float: left;
}

#rewardElem .rewardBox .money>li:HOVER {
	border:1px solid #f15524;
}

#rewardElem .rewardBox .cancel{
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ababab;
	color: #fff;	
	margin: 20px auto;
	cursor: pointer;
}


