/* 重置 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 16px;
	font-family: none;
	color: rgba(88, 88, 88, 1);
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.none {
	display: none !important;
}

@font-face {
  font-family: '微软雅黑';
}

div {
	box-sizing: border-box;
	font-family: '微软雅黑';
}


/* 分页 */
.tcdPageCode li{float: left;}
.tcdPageCode {
	padding: 15px 5px;
	text-align: left;
	color: #ccc;
	text-align: center;
}

.tcdPageCode a {
	display: inline-block;
	color: #D70C19;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #F46D11;
}

.tcdPageCode span.current {
	font-size: 12px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 3px 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #D70C19;
	border: 1px solid #D70C19;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	font-size: 12px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 3px 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}


.win-dian {
	width: 16px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 62px;
	z-index: 9999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.win-yuan {
	width: 16px;
	height: 16px;
	background: #D2D2D2;
	border-radius: 50%;
	margin: 14px 0;
	position: relative;
}

.win-yuan.on {
	background: #fff;
	border: 1px dotted #D80C18;
}

.win-yuan.on:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #D80C18;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}