/* XUI V1.0.0 | by whx | (c) 2016 HaiXuan,Inc. | Licensed under MIT */

* {
	-webkit-boewh-sizing: border-box;
	-moz-boewh-sizing: border-box;
	boewh-sizing: border-box;
	outline: 0
}

:after,
:before {
	-webkit-boewh-sizing: border-box;
	-moz-boewh-sizing: border-box;
	boewh-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html {
	boewh-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
li,
p,
span,
input,
button,
textarea {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft Yahei", Arial;
	font-size: 14px;
	line-height: 1.6;
}

fieldset,
img {
	border: 0
}

pre,
code,
form,
fieldset,
legend {
	margin: 0;
	padding: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit
}

del,
ins {
	text-decoration: none
}

caption,
th {
	text-align: left
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: baseline
}

sub {
	vertical-align: baseline
}



table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	maewh-width: 100%;
	margin-bottom: 20px;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

ol,
ul,
li {
	list-style: none;
}

/*form*/
label {
	display: inline-block;
	maewh-width: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,
select {
	vertical-align: middle;
}

label,
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
}

button,
input[type=button] {
	width: auto;
	overflow: visible;
}

button,
input,
select,
textarea {
	margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

/*form*/
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	cursor: pointer;
}

a:hover {
	color: #C00;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

img {
	vertical-align: middle;
}

/*text background*/

/*primary*/
.yu_t_p {
	color: #286090;
}

.yu_bg_p {
	background-color: #286090;
}

/*success*/
.yu_t_s {
	color: #3c763d;
}

.yu_bg_s {
	background-color: #3c763d;
}

/*warning*/
.yu_t_w {
	color: #8a6d3b;
}

.yu_bg_w {
	background-color: #8a6d3b;
}

/*danger*/
.yu_t_d {
	color: #a94442;
}

.yu_bg_d {
	background-color: #a94442;
}

/*flex css*/
.yu_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.yu_flexC {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	fleewh-direction: column;
}

.yu_f1 {
	-webkit-boewh-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.yu_fcc {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*table*/
.yu_table>thead>tr>th,
.yu_table>tbody>tr>th,
.yu_table>tfoot>tr>th,
.yu_table>thead>tr>td,
.yu_table>tbody>tr>td,
.yu_table>tfoot>tr>td {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}

.yu_table>thead>tr {
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
}

.yu_table_box {
	border: 1px solid #eaeefb;
	border-radius: 4px;
	margin: 0 40px;
}

/*wrap*/
.yu_w {
	margin: 0 auto;
	position: relative;
}

/* @media (min-width: 768px) {
	.yu_w {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.yu_w {
		width: 970px;
	}
} */
@media (min-width: 1200px) {
	.yu_w {
		width: 1200px;
	}
}

.yu_w:before,
.yu_w:after,
.yu_row:before,
.yu_row:after,
.yu_cf:before,
.yu_cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.yu-1,
.yu-s-1,
.yu-m-1,
.yu-l-1,
.yu-2,
.yu-s-2,
.yu-m-2,
.yu-l-2,
.yu-3,
.yu-s-3,
.yu-m-3,
.yu-l-3,
.yu-4,
.yu-s-4,
.yu-m-4,
.yu-l-4,
.yu-5,
.yu-s-5,
.yu-m-5,
.yu-l-5,
.yu-6,
.yu-s-6,
.yu-m-6,
.yu-l-6,
.yu-7,
.yu-s-7,
.yu-m-7,
.yu-l-7,
.yu-8,
.yu-s-8,
.yu-m-8,
.yu-l-8,
.yu-9,
.yu-s-9,
.yu-m-9,
.yu-l-9,
.yu-10,
.yu-s-10,
.yu-m-10,
.yu-l-10,
.yu-11,
.yu-s-11,
.yu-m-11,
.yu-l-11,
.yu-12,
.yu-s-12,
.yu-m-12,
.yu-l-12,
.yu-20 {
	position: relative;
	min-height: 1px;
}

.yu-1,
.yu-2,
.yu-3,
.yu-4,
.yu-5,
.yu-6,
.yu-7,
.yu-8,
.yu-9,
.yu-10,
.yu-11,
.yu-12,
.yu-20 {
	float: left;
}

.yu-12 {
	width: 100%
}

.yu-11 {
	width: 91.66666667%
}

.yu-10 {
	width: 83.33333333%
}

.yu-9 {
	width: 75%
}

.yu-8 {
	width: 66.66666667%
}

.yu-7 {
	width: 58.33333333%
}

.yu-6 {
	width: 50%
}

.yu-5 {
	width: 41.66666667%
}

.yu-4 {
	width: 33.33333333%
}

.yu-3 {
	width: 25%
}

.yu-2 {
	width: 16.66666667%
}

.yu-1 {
	width: 8.33333333%
}

.yu-20 {
	width: 20%;
}
.yu-25 {
	width: 25%;
}
.yu-50 {
	width: 50%;
}

@media (min-width: 768px) {

	.yu-s-1,
	.yu-s-2,
	.yu-s-3,
	.yu-s-4,
	.yu-s-5,
	.yu-s-6,
	.yu-s-7,
	.yu-s-8,
	.yu-s-9,
	.yu-s-10,
	.yu-s-11,
	.yu-s-12 {
		float: left
	}

	.yu-s-12 {
		width: 100%
	}

	.yu-s-11 {
		width: 91.66666667%
	}

	.yu-s-10 {
		width: 83.33333333%
	}

	.yu-s-9 {
		width: 75%
	}

	.yu-s-8 {
		width: 66.66666667%
	}

	.yu-s-7 {
		width: 58.33333333%
	}

	.yu-s-6 {
		width: 50%
	}

	.yu-s-5 {
		width: 41.66666667%
	}

	.yu-s-4 {
		width: 33.33333333%
	}

	.yu-s-3 {
		width: 25%
	}

	.yu-s-2 {
		width: 16.66666667%
	}

	.yu-s-1 {
		width: 8.33333333%
	}
}

@media (min-width: 992px) {

	.yu-m-1,
	.yu-m-2,
	.yu-m-3,
	.yu-m-4,
	.yu-m-5,
	.yu-m-6,
	.yu-m-7,
	.yu-m-8,
	.yu-m-9,
	.yu-m-10,
	.yu-m-11,
	.yu-m-12 {
		float: left
	}

	.yu-m-12 {
		width: 100%
	}

	.yu-m-11 {
		width: 91.66666667%
	}

	.yu-m-10 {
		width: 83.33333333%
	}

	.yu-m-9 {
		width: 75%
	}

	.yu-m-8 {
		width: 66.66666667%
	}

	.yu-m-7 {
		width: 58.33333333%
	}

	.yu-m-6 {
		width: 50%
	}

	.yu-m-5 {
		width: 41.66666667%
	}

	.yu-m-4 {
		width: 33.33333333%
	}

	.yu-m-3 {
		width: 25%
	}

	.yu-m-2 {
		width: 16.66666667%
	}

	.yu-m-1 {
		width: 8.33333333%
	}
}

@media (min-width: 1200px) {

	.yu-l-1,
	.yu-l-2,
	.yu-l-3,
	.yu-l-4,
	.yu-l-5,
	.yu-l-6,
	.yu-l-7,
	.yu-l-8,
	.yu-l-9,
	.yu-l-10,
	.yu-l-11,
	.yu-l-12 {
		float: left
	}

	.yu-l-12 {
		width: 100%
	}

	.yu-l-11 {
		width: 91.66666667%
	}

	.yu-l-10 {
		width: 83.33333333%
	}

	.yu-l-9 {
		width: 75%
	}

	.yu-l-8 {
		width: 66.66666667%
	}

	.yu-l-7 {
		width: 58.33333333%
	}

	.yu-l-6 {
		width: 50%
	}

	.yu-l-5 {
		width: 41.66666667%
	}

	.yu-l-4 {
		width: 33.33333333%
	}

	.yu-l-3 {
		width: 25%
	}

	.yu-l-2 {
		width: 16.66666667%
	}

	.yu-l-1 {
		width: 8.33333333%
	}
}

/*float*/
.yu_fl {
	float: left !important;
}

.yu_fr {
	float: right !important;
}

.yu__fr,
ewh__fl {
	float: none;
}

.yu_oh {
	overflow: hidden;
}

.yu_dn {
	display: none;
}

.yu__dn {
	display: block;
}

@media (min-width: 768px) {
	.yu__dn {
		display: none;
	}

	.yu__fl {
		float: left !important;
	}

	.yu__fr {
		float: right !important;
	}
}