body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form,
th,
td {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei','Arial','黑体','宋体',sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

p {
	word-break: break-all;
}

img {
	border: none;
}

html,
body {
	width: 100%;
	min-height: 500px;
}

p {
	word-wrap: break-word;
}

ul,li,
ol {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
	background: #fff;
	background-color: #fff;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	
}

i {
	font-style: normal
}


/*清浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

input ::-webkit-input-placeholder {
	color: #ccc;
}

input :-moz-placeholder {
	color: #ccc;
}

input ::-moz-placeholder {
	color: #ccc;
}

input :-ms-input-placeholder {
	color: #ccc;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}
.hidden {
	display: none;
}
/*
 * ======================================common内容========================================
 */
.main-color{
	color: #18BC9C;
}
.main-bg{
	background: #18BC9C;
}
.head-foot-bg{
	background: #303E4E;
}
.lightgreen-bg{
	background: #D2F3EC;
}
.orange{
	color: #F7A900;
}
.red{
	color: #E75B5B;
}
.white{
	color: #fff;
}
.fs-16{
	font-size: 16px;
}
.fs-18{
	font-size: 18px;
}
.fs-20{
	font-size: 20px;
}
.fs-24{
	font-size: 24px;
}
.c-3{
	color:#333;
}
.c-6{
	color: #666;
}
.c-9{
	color: #999;
}
.c-d{
	color: #ddd;
}
.grey-bg{
	background: #F4F7FA;
}
.curr-head{
	background: #18BC9C;
	color: #fff;
}
.curr-title{
	color: #18BC9C;
	background: #D2F3EC;
	border-radius: 4px;
}
/*===============================*/
/*.sanjiao1 {
	width: 0;
    height: 0;
    transform: rotate(-45deg);
    border-width: 20px;
    border-color: #000 transparent transparent #000;
    border-style: solid;
    border-top-left-radius: 4px;
}*/
/*==================================*/






























