﻿/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	/*background:#FFF;*/
}
body{
	font: 14px/1.5 '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
	color:#4a3437;
	/*color: #FF0000;*/
	background:#FFF;
}
a{
	text-decoration: none;
	outline: 0;
	color: #666;
}
a:hover {
    color: #1d78d5;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
 
ol,
ul {
	list-style:none;
}
 
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix{*zoom:1;}
.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
}
/*margin*/
/*左*/
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}
.ml60{
	margin-left:60px;
}
.ml70{
	margin-left:70px;
}
.ml80{
	margin-left:80px;
}
.ml90{
	margin-left:90px;
}
.ml100{
	margin-left:100px;
}
/*左end*/
/*上*/
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.mt80{
	margin-top:80px;
}
.mt90{
	margin-top:90px;
}
.mt100{
	margin-top:100px;
}
/*上end*/
/*右*/
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}
.mr40{
	margin-right:40px;
}
.mr50{
	margin-right:50px;
}
.mr60{
	margin-right:60px;
}
.mr70{
	margin-right:70px;
}
.mr80{
	margin-right:80px;
}
.mr90{
	margin-right:90px;
}
.mr100{
	margin-right:100px;
}
/*右end*/
/*margin*/

/*position*/
.static{
	position: static;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.fixed{
	position: fixed;
}
/*position end*/

/*align*/
.align-top{
	text-align: top;
}
.align-center{
	text-align: center;
}
.align-bottom{
	text-align: bottom;
}
/*align end*/

/*vertical-align: */
.vertical-top{
	vertical-align: top;
}
.vertical-middle{
	vertical-align: middle;
}
.vertical-bottom{
	vertical-align: bottom;
}
/*vertical-align:end */

/*wdbtn*/
/*
a{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
*/
.wdbtn{
	height:40px;
    line-height:40px;
    padding:0 12px;
    font-size:14px;
    margin-left:20px;
    text-decoration:none;
	color:#fff;
}
.ibtn1{
	background:#ffaa00;
	color:#fff;
}
.ibtn1:hover{
	background:#ea8c00;
	color:#fff;
}
.ibtn1:active{
	background:#ccc;
	color:#fff;
}

.ibtn2{
	background: #ff5e62;
	color:#fff;
}
.ibtn2:hover{
	background:#DA4447;
	color:#fff;
}
.ibtn2:active{
	background:#ccc;
	color:#fff;
}
/*wdbtn*/
i,em{
	font-style: normal;
}
.evalBox {
    width: 700px;
    margin: 20px auto;
}
.evalCont {
    border: 1px solid #a0a0a0;
    padding: 20px;
}
.gjbtn {
    display: inline-block;
    background: #f5a100;
    color: #FFF;
    font-size: 16px;
    width: 150px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.csbtn {
    display: inline-block;
    background: #ff6600;
    color: #FFF;
    font-size: 16px;
    width: 150px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.inputTxt2 {
    border: 1px solid #dcdcdc;
    width: 220px;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
}
.mart20 {
    margin-top: 20px;
}
.eval_tit {
    font-size: 22px;
    font-family: ËÎÌå;
    color: #2086ce;
    font-weight: bold;
}
.eval_tit span {
    font-size: 40px;
    color: #ff4401;
    font-family: Arial;
    font-weight: normal;
    letter-spacing: -1px;
}