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,
img {
	margin: 0;
	padding: 0
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

/* * {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
} */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

 a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}
 
abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: 0;
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

b,
strong {
	font-weight: bold
}

i,
em {
	font-style: italic
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}
.l_nav{
	clear:both;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

ul,
li,
ol,
dl,
dd,
dt {
	list-style: none;
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	outline: none;
	font: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input::-ms-clear {
	display: none;
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	border: 0;
	margin: 0;
}

th {
	text-align: left;
	font-weight: normal
}

table .tdl,
table .tdr {
	margin: 0 5px;
}

table .tdl {
	text-align: left;
}

table .tdr {
	text-align: right;
}

table .bg {
	background: #eee;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

/* .fade.in {
	opacity: 1;
} */

.hide {
	display: none
}

.show {
	display: block
}

button,
input,
select,
textarea {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}
html{
	font-size:100px;
}
html,body{
	width: 100%;
	height: 100%;

}
body {
	/* font: 12px/1.5 arial, \5FAE\8F6F\96C5\9ED1, sans-serif;	 */
	color:#333;
	width: 100%;
	height: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: inherit;
	font-weight: normal;
	font-family: inherit;
	margin:0;
	font-size: 12px;
}
.em,
.b,
.i {
	font-style: normal;
	font-weight: normal
}
.del {
	text-decoration: line-through
}
.fl {
	float: left
}
.fr {
	float: right
}
.rel {
	position: relative;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-ellipsis {
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis; 
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.uline {
	text-decoration: underline
}
.clearfix {
	*zoom: 1;
}
.v_center,.h_center,.vh_center{
	position: absolute;
	z-index: 10;
	display:block;
}
.v_center{
	top:50%;	
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.h_center{
	left:50%;
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}
.vh_center{
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.a_url{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	display: block;
}
.img{
	width: 100%;
	height: auto;
}
.img_auto{
	width: 100%;
	height: 100%;
	border: 1px solid #ddd
}

.aimg{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index:20; 
}
.clearfix:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.abs,
.icon {
	*zoom: 1;
	position: absolute;
	display: block;
	z-index: 1;
}
.icon,.iconin{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.iconin{
	display: inline-block;
	vertical-align: middle;
	margin-top:-2px;
}
.input{
	border:none;
	background:none;
	box-sizing: content-box;
}
.pannel{
	background:#fff;
}
/*link color*/
 a {
	text-decoration: none;
	color: #333
}
a:visited{}
a:hover{
    text-decoration: none;
    color: #333
}
a:focus {
	outline: none;
	text-decoration: none;
	color:#333;
} 
.a_blue{
	color:#2458bb;
}
.a_blue:hover{
	color:#2251ac;
}
.a_org{
	color:#e2463d;
}
.a_org:hover{
	color:#d34139;
}
.a_333{
	color:#333;
}
.a_333:hover{
	color:#e2463d;
}
/*color*/
.cccc{
	color:#ccc;
}
.c666{
	color:#666;
}
.c999{
	color: #999
}
.c333{
	color: #333
}
.cblue{
	color:#2458bb;
}
.cred{
	color:#e83633;
}
.cgreen{
	color:#3eab43;
}
/*font size*/
.fs10{
	font-size:10px;
}
.fs14{
	font-size:14px;
}
.fs16{
	font-size:16px;
}
.fs18{
	font-size:18px;
}
.fs20{
	font-size:20px;
}
/*btn*/
.btn{
	display: block;
	border: none;
	background:none;
	box-sizing: content-box;
	text-align: center;
	outline: none;
	font-size: 12px;
}
.btn,.btn:active,.btn:focus,.btn:active:focus{
	outline: none;
}
.btn_live{
	display: block;
	padding: 0 0;
	width: 48px;
	height: 24px;
	line-height: 24px;
	border-radius:0;
	font-size:12px;
	background-color: #dda568;
	color:#fff;
}
.btn_live:hover,.btn_live:active,.btn_live:focus,.btn_live:active:focus{
	background-color: #d29d63;
}

.btn_live[disabled],.btn_live[disabled]:hover,.btn_live[disabled]:active,
.btn_live[disabled]:focus,.btn_live[disabled]:active:focus{
	background-color: #999;
}

.btn_sure,.btn_cancel{
	display: block;
	width: 130px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	color:#fff;
	background-color:#fc353a;
	border:1px solid #fc353a;
	padding:0;
	border-radius: 0;
}
.btn_cancel{
	color:#333;
	background-color:#fff;
	border:1px solid #999;
}
.btn_sure:hover,.btn_sure:active,.btn_sure:focus,.btn_sure:active:focus{
	background-color:#eb3236;
	color:#fff;
}
.btn_cancel:hover,.btn_cancel:active,.btn_cancel:focus,.btn_cancel:active:focus{
	background-color:#f5f5f5;
	border:1px solid #999;
	color:#333;
}

/* icon */
.isStuck{
	z-index:2000 
}

/*Tab*/
.tab-content .tab-pane{display:none}
.tab-content .active{display:block}

.checkbox,.radio{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin:0;
	vertical-align: middle;
}
.cfff{
     background-color: #FFFFFF;
}

