html {
	overflow-x: hidden;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, label, textarea, p, header, nav, section, article, aside, footer, figure, figcaption, menu, button {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
strong, em {
	font-weight: 600;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, div {
	word-break: break-all;
	word-wrap: break-word;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, label {
	vertical-align: middle;
	letter-spacing: 0;
}
a {
    color: inherit;
}
a, a:visited,a:hover{
	text-decoration: none;
}
* {
	outline:none;
}
body {
	font-size: 14px;
	font-family:"Microsoft Yahei", "微软雅黑","宋体" ;
	/*在谷歌浏览器中设置小于12号的字体*/
	-webkit-text-size-adjust: none;
	color: #170101;
	background-color: #fff;
}
.clear-fl {
	clear:both;
	*height:0px;
	*font-size:0px;
}
.layer-none{
	display:none;
}
.layer-hidden{
	visibility:hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.c_white{
	color: #fff;
}

a:hover{
	color: #980808;
	/* text-decoration: underline; */
}

.w1200{
    width:1200px;
    margin:0 auto;
}


.marTop20{
    margin-top:20px; 
}
.marLeft20{
    margin-left:20px; 
}
.marTop10{
    margin-top:10px; 
}

.inline-block{
    display:inline-block;
	*display:inline;
	*zoom:1;
}

button{
    border: none;
    outline: none;
}
a {
    color: #333;
  }
a:hover{
    color: #ff9103;
}
  input {
    outline: none;
    border: none;
}


.player-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../img/player-icon.png) no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    z-index: 9;
}
.page{
	margin:50px 0 30px;
}
.btn{
	display: block;
	height: 35px;
	line-height: 35px;
	width:117px;
	text-align: center;
	background: #db3632;
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	
}
.btn:hover,.tj-btn:hover{
	text-decoration: none;
	color:#fff;
}
.no-btn{
	background: #170101;
}
.tj-btn{
	display: block;
	width:117px;
	text-align: center;
	color: #fff;
	height:35px;
	line-height:35px; 
	background: url(../img/btn.png) no-repeat; 
	margin:30px auto 0;
}
.on-btn{
	background: url(../img/no-btn.png) no-repeat; 
}
.btn:hover{
	color: #fff;
}
.layui-btn{
	height: 35px;
	line-height: 35px;
	border: 1px solid #170101;
	color:#170101;
}
/* layui */

.layui-form-checked[lay-skin=primary] i{
	border-color: #980808;
	background-color: #980808;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #980808;
    color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #980808;
}
.layui-laypage a:hover{
	color: #980808;
}
.layui-form-select dl dd.layui-this{
	background-color: #980808;
}

