html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ul,
ol,
li,
form,
label,
fieldset,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
}

img,
input,
select,
button,
span {
	vertical-align: middle;
}

.clearfloat {
	zoom: 1;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.Canvas_Form td {
	vertical-align: top;
}

html {
	font-size: 10px;
}

textarea,
input,
select,
button {
	font-family: "microsoft yahei", Arial;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}

body {
	font-size: 1.2em;
	font-family: "microsoft yahei", Arial;
}

:focus {
	outline: 0;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

.FLRR_ {
	_height: 1%;
}

.FLRR_ .FL_ {
	float: left;
	margin-left: -100%;
}

.FLRR_ .FR_P_ {
	float: left;
	width: 100%;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去掉点击时响应的背景框的颜色。*/
}

html,
body {
	padding: 0px;
	margin: 0px;
	min-height: 100%;
}

html,
body,
input,
select,
button {
	font-size: 12px;
	/*将默认字体设置为12*/
}

body {
	font-family: "microsoft yahei", arial;
}

@media only screen and (max-width:320px) {
	/*分辨率小于320的默认字体大小为10.5px（iphone4s）*/
	html,
	input,
	select,
	button {
		font-size: 10.5px;
	}
}

@media only screen and (orientation:landscape) and (max-width:480px) {
	html,
	input,
	select,
	button {
		font-size: 10.5px;
	}
}

.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none;
}

p,
h1,
h2,
h3 {
	margin: 0;
}


/****login box css start****/

.login_box {
	width: 470px;
	height: 294px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.login_box .login_btn {
	height: 30px;
	line-height: 30px;
	text-align: right;
	position: relative;
}

.login_box .login_btn .login_close {
	position: absolute;
	right: 10px;
	top: 0px;
	display: inline-block;
	width: 22px;
	height: 30px;
	cursor: pointer;
	background: url(/scy/img/sry/v1/login_close.jpg) center no-repeat;
}

.login_box .login_title {
	color: #4191bf;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
}

.login_box .input-wrap{
 text-align:left;
 height:36px;
 line-height:36px;
 margin-top:10px;
 text-indent:0;
 width:97%;
 margin: 0 auto;
}

.login_box .input-wrap .name{
 font-weight:bold;
 color:#000;
 font-size:14px;
 display:inline-block;
 width:116px;
 text-align:right;
}

.login_box .input-wrap input {
	margin: 0px;
	padding: 0px;
	height: 26px;
	line-height: 26px;
	width: 216px;
	font-size: 14px;
	border: solid 1px #e9e9e9;
	box-shadow: #ccc 0px 0px 1px inset;
}

.login_box .forgetpassword {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-indent: 150px;
}

.login_box .forgetpassword a {
	color: #028bd8;
	text-decoration: underline;
}

.login_box .login_btn_wrap {
	height: 56px;
	line-height: 56px;
	text-align: left;
	margin-top: 20px;
	text-indent: 124px;
}

.login_box .login_btn_wrap .btn_login_ok {
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/scy/img/sry/v1/loginbtns.jpg) 0px center no-repeat;
	width: 102px;
	height: 32px;
	display: inline-block;
	margin-left: 0px;
}

.login_box .login_btn_wrap .btn_login_cancel {
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/scy/img/sry/v1/loginbtns.jpg) -114px center no-repeat;
	width: 102px;
	height: 32px;
	display: inline-block;
}

a {
	text-decoration: none;
	color: #000;
}
strong{
	font-weight: bold!important;
}

/*html{*/

/*	filter: grayscale(100%);*/
/*	-webkit-filter: grayscale(100%);*/
/*	-moz-filter: grayscale(100%);*/
/*	-ms-filter: grayscale(100%);*/
/*	-o-filter: grayscale(100%);*/
/*	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*}*/