@charset "utf-8";
@import "pc.css";
@import "1280.css";
@import "1024.css";
@import "960.css";
@import "768.css";
@import "640.css";
@import "480.css";
@import "320.css";
html, body {
	font-family: "微软雅黑";
	color: #333;
	min-width: 320px;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
img {
	border-width: 0;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, ul, ol, form, input, textarea, pre, figure {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
i, em, cite {
	font-style: normal;
}
pre {
	font-size:14px;
	font-family:"微软雅黑";
}
.srk {
    font-family: "微软雅黑";
	font-size:14px;
    color: #333;
	text-indent:5px;
	height: 28px;
    height: 25px\9;
    padding-top: 3px\9;
	border: 1px solid #ccc;
	width:198px;
}
textarea {
	color: #333;
    font-family: "微软雅黑";
	font-size:14px;
	resize:none;
	border: 1px solid #CCC;
}
select {
    font-family: "微软雅黑";
	font-size:14px;
    color: #333;
	height:30px;
    border: 1px solid #CCC;
	width:98px;
}
.btn {
	float:left;
	font-family: "微软雅黑";
	font-size:14px;
	cursor: pointer;
	border-width: 0;
	background-color: #e50014;
	height:30px;
	color:#FFF;
	padding:0 15px;
}
.btn:hover {
	color:#FFF;
	background-color:#b70010;
}
.check, .radio {
	width:13px;
	height:13px;
}
a {
	color: #333;
	text-decoration: none;
}
* {
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
}
.c_beyond_info {
	position: absolute;
	border: 1px solid #FCA25C;
	width: 114px;
	text-align: center;
	top: 60px;
	right: 0;
	padding: 2px 3px 0px 18px;
	line-height: 20px;
	color: #3D3C3C;
	background-color: #FFEFE4;
	background-image: url(../images/ico.png);
	background-position:-135px -151px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 2px 3px #BEBBBB;
	-moz-box-shadow: 1px 2px 3px #BEBBBB;
	box-shadow: 1px 2px 3px #BEBBBB;
	z-index: 10;
}
.c_r_icon {
	background-position:-130px -81px;
}

/* page */
.page_wrap{margin: 10px 0;overflow: hidden;float:right;width:100%; text-align: center;}
.page_wrap_r{margin:0;padding:10px 0;}
.page_wrap a{ height: 23px;margin: 0 5px 0 0;padding: 2px 8px;border: 1px solid #ccccce;
             text-align: center;white-space: nowrap;line-height: 23px;}

.paginator { height:35px;overflow: hidden; padding-top:20px;}
.paginator a:hover{text-decoration:none;}
.paginator .current{font-weight: bold;}
.paginator .page_div{height: 23px;line-height: 23px;margin: 0 3px;color:#656565;}
.page_in{margin:0 5px;width:30px;height:20px;border:1px solid #ccccce;text-align:center;}
.paginator .page_prev{background:#efefef;}
