@charset "utf-8";

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
em,
i,
span {
	margin: 0px;
	padding: 0px;

}

html {
	width: 100%;
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
input,
select,
option,
textarea,
button {
	outline: none;
	border: 0 none;
}

ul,
li {
	list-style: none;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	color: #333333;
}

header,
section,
footer,
aside,
nav,
article,
figure {
	margin: 0px;
	padding: 0px;
	display: block;
}

/*** ━━━━━━神兽出没━━━━━━
 * 　　　┏┓　　　┏┓
 * 　　┏┛┻━━━┛┻┓
 * 　　┃　　　　　　　┃
 * 　　┃　　　━　　　┃
 * 　　┃　┳┛　┗┳　┃
 * 　　┃　　　　　　　┃
 * 　　┃　　　┻　　　┃
 * 　　┃　　　　　　　┃
 * 　　┗━┓　　　┏━┛Code is far away from bug with the animal protecting
 * 　　　　┃　　　┃    神兽保佑,代码无bug
 * 　　　　┃　　　┃
 * 　　　　┃　　　┗━━━┓
 * 　　　　┃　　　　　　　┣┓
 * 　　　　┃　　　　　　　┏┛
 * 　　　　┗┓┓┏━┳┓┏┛
 * 　　　　　┃┫┫　┃┫┫
 * 　　　　　┗┻┛　┗┻┛
 **━━━━━━感觉么么哒━━━━━━*/
body {
	color: #333333;
	font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Helvetica, sans-serif;

}

em,
i,
cite,
address,
time,
wbr,
label {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

#wrap {
	width: 100%;
	height: auto;
	text-align: left;
}

.w1200 {
	width: 1200px;
	/*配合class='w1200 clearfix'*/
	margin: 0 auto;
}
.fl{
	float:left;
	display:inline;
}
.fr{ 
	float:right; 
	display:inline;
}
.clear{ 
	clear:both;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.jcsb {
	justify-content: space-between;
}

.jcc {
	justify-content: center;
}
.jce {
	justify-content: flex-end;
}
.aic {
	align-items: center;
}
.aie {
	align-items: flex-end;
}
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt38 {
	margin-top: 38px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.ml0 {
	margin-left: 0px !important;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.ml100 {
	margin-left: 100px;
}
.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr100 {
	margin-right: 100px;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tcc {
	display: flex;
	align-items: center;
}

.tr {
	text-align: right;
}

.overhidden {
	overflow: hidden;
}
.disinline{
	display: inline-block;
}
.disblock {
	display: block !important;
}

.disnone {
	display: none;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}
.fs-24 {
	font-size: 24px;
}
.fs-22 {
	font-size: 22px;
}
.fs-20{
	font-size: 20px;
}
.fw {
	font-weight: bold;
}

.borderNone {
	border: 0 none !important;
}

.cursor {
	cursor: pointer;
}

.fc-9 {
	color: #999999 !important;
}

.fc-6 {
	color: #666666;
}

.fc-3 {
	color: #333333;
}

.fc-0 {
	color: #000000;
}

.fc-f0 {
	color: #f08512 !important;
}

.fc-f{
	color: #FFFFFF;
}

.mr20 {
	margin-right: 20px;
}
.container{
	width: 100%;
	height: auto;
}

/*开关*/
