
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}
li {list-style: none;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
article, aside, header, hgroup, nav, section, footer {float: left;display: block;}
form {margin: 0;padding: 0;}


/*控制反选时的颜色*/
::selection {
	background-color: #CCC;
	color: #ffffff;
}
::-moz-selection {
background-color:#CCC;
color:#ffffff;
} /*针对Firefox*/
textarea:focus, input:focus {
	outline: none;/*去除safari输入框点击后的篮框*/
}
*, *:after, *:before {
border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}

@media screen and (max-width: 25em) {
}
html,body{

      -webkit-text-size-adjust:none;

}


@font-face {
    font-family: 'GothamBook';
    src: url('../font/GothamBook.eot');
    src: url('../font/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('../font/GothamBook.woff2') format('woff2'),
         url('../font/GothamBook.woff') format('woff'),
         url('../font/GothamBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html{-webkit-text-size-adjust:none;}
body {-webkit-text-size-adjust:none;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size:12px;
	font-size: 75%;/*12px*/
	/*line-height:16px;*/
	line-height: 1.8em;/*16px*/
	font-family: "GothamBook","微软雅黑", Airal, sans-serif, "宋体";
	/*font-family: 'helvetica-webfont';*/
}
form {
	margin: 0;
	padding: 0;
}
article{ text-align:justify;}
article p{ margin-bottom:2em}

input,textarea{ border:1px solid #B5B5B6; padding:2px;-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;font-family: Helvetica,"微软雅黑", Airal, sans-serif, "宋体";}
input[type=checkbox] {
	visibility: hidden;
	visibility:visible\9;/*ie678 不支持这样的checkbox*/
}
input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;	
	padding: 10px 10px 10px 70px;
	font-weight: 300;
	color:#ccc;
	margin-bottom: 15px;
}
.checkbox {
	width: 25px;
	margin: 0; height:25px;
	position: relative;
	
}
.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background: #FFF;
	border: 1px solid #aaa;
	display:none\9;/*ie678 不支持这样的checkbox*/

}
.checkbox label:after {
	opacity: 0.1;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 2px;
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checkbox label:hover::after {
	opacity: 0.5;
}
.checkbox input[type=checkbox]:checked+label:after {
	opacity: 1;
}
/*去掉ipad iphone 默认按钮样式*/
input[type="button"], input[type="submit"], input[type="reset"] {font-family: Arial, Helvetica, sans-serif, "GothamBook","苹方-简  ","苹方","PingFang SC","微软雅黑";-webkit-appearance: none;background: #000;border: 0px;}
button{cursor: pointer;}
textarea { -webkit-appearance: none;min-height: 100px;}   
/*文本框选择颜色*/
.input:focus,
/*.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus,
.chosen-container-active,*/
/*.chosen-container-multi.chosen-container-active,*/
.selector.focus
/*.bootstrap-timepicker-widget table td input:focus,
.ui-toolbar select:focus,
.ui-toolbar input:focus*/
 {
	border-color: #aaa;
	box-shadow: 0 0 8px #aaa;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	color: #333
}

::-webkit-input-placeholder{
    color: #ccc;
}
::-moz-placeholder{  
    color: #ccc;
}
:-moz-placeholder{    
    color: #ccc;
}
:-ms-input-placeholder{  
    color:  #ccc;
}

img {border: none;vertical-align: bottom;width:100%;height:auto;/*height:auto;修正加载ritina.js后窗口拉动图片变形问题*/
}

.clear {
	clear: both;
}
a,.hand {
	cursor:pointer;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none
	/*text-decoration: underline;*/
}

.wrapper,.wrapper_pc{
	max-width: 1200px;
	/*min-width: 1024px;*/
	margin: 0 auto;
	min-height:1px;
}


@media screen and (max-width: 1200px) 
{.wrapper, .wrapper-login { margin:0 20px;}
}
@media screen and (max-width: 1000px) 
{.wrapper_pc{ margin:0;}
}



.row:after,.server_box:after,.wrapper:after{ clear:both;display:table;content:" "}

.float-left {
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.6;
}
h1 {
	font-size: 2.5em;/*40px*/
}
h2 {
	font-size: 2.25em;/*36px*/
}
h3 {
	font-size: 1.725em;/*28px;*/
}
h4 {
	font-size: 1.5em;/*24px;*/
}
h5 {
	font-size: 1.125em;/*18px;*/
}
h6 {
	font-size:0.875px; /*14px;*/
}

/*测试区块*/
.c1 {
	background: #3FF;
}
.c2 {
	background: #CC3;
}
.c3 {
	background: #0C9;
}

.smooth{-moz-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;}









