/* XUI V1.0.0 | by whx | (c) 2016 HaiXuan,Inc. | Licensed under MIT */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}
:after, 
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html {
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, li, p, span, input, button, textarea, blockquote {
	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
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 500;
}
table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
.table > thead > tr > th,  .table > tbody > tr > th,  .table > tfoot > tr > th,  .table > thead > tr > td,  .table > tbody > tr > td,  .table > tfoot > tr > td {
	vertical-align: top;
	border-top: 1px solid #ddd;
}
ol,  ul,  li {
	list-style: none;
}
/*form*/

label {
	display: inline-block;
	max-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;
	margin-top: 1px;
	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;
}
a {
	cursor: pointer;
}
a:link,  a:hover,  a:active,  a:visited {
	text-decoration: none;
}
a:focus {
	color: #23527c;
	text-decoration: underline;
}
b, strong {
	font-weight: bold;
}
.x_img {
	display: block;
	max-width: 100%;
	height: auto;
}
img {
	vertical-align: middle;
}
/*primary*/

.x_t_p {
	color: #286090;
}
.x_bg_p {
	background-color: #286090;
}
/*success*/

.x_t_s {
	color: #3c763d;
}
.x_bg_s {
	background-color: #3c763d;
}
/*warning*/

.x_t_w {
	color: #8a6d3b;
}
.x_bg_w {
	background-color: #8a6d3b;
}
/*danger*/

.x_t_d {
	color: #a94442;
}
.x_bg_d {
	background-color: #a94442;
}
/*flex css*/

.x_fx {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.x_f1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.x_fc {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
/*float*/

.x_fl {
	float: left !important;
}
.x_fr {
	float: right !important;
}
.x_oh {
	overflow: hidden;
}
/*container*/

.x_w {
	margin: 0 auto;
}

@media (min-width: 768px) {
.x_w {
	width: 750px;
}
}

@media (min-width: 992px) {
.x_w {
	width: 970px;
}
}

@media (min-width: 1200px) {
.x_w {
	width: 1240px;
}
}
.x_w:before,  .x_w:after,  .x_row:before,  .x_row:after,  .x_cf:before,  .x_cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.x-1, .x-s-1, .x-m-1, .x-l-1,  .x-2, .x-s-2, .x-m-2, .x-l-2,  .x-3, .x-s-3, .x-m-3, .x-l-3,  .x-4, .x-s-4, .x-m-4, .x-l-4,  .x-5, .x-s-5, .x-m-5, .x-l-5,  .x-6, .x-s-6, .x-m-6, .x-l-6,  .x-7, .x-s-7, .x-m-7, .x-l-7,  .x-8, .x-s-8, .x-m-8, .x-l-8,  .x-9, .x-s-9, .x-m-9, .x-l-9,  .x-10, .x-s-10, .x-m-10, .x-l-10,  .x-11, .x-s-11, .x-m-11, .x-l-11,  .x-12, .x-s-12, .x-m-12, .x-l-12,  .x-20 {
	position: relative;
	min-height: 1px;
}
.x-1, .x-2, .x-3, .x-4, .x-5, .x-6,  .x-7, .x-8, .x-9, .x-10, .x-11, .x-12, .x-20 {
	float: left
}
.x-12 {
	width: 100%
}
.x-11 {
	width: 91.66666667%
}
.x-10 {
	width: 83.33333333%
}
.x-9 {
	width: 75%
}
.x-8 {
	width: 66.66666667%
}
.x-7 {
	width: 58.33333333%
}
.x-6 {
	width: 50%
}
.x-5 {
	width: 41.66666667%
}
.x-4 {
	width: 33.33333333%
}
.x-3 {
	width: 25%
}
.x-2 {
	width: 16.66666667%
}
.x-1 {
	width: 8.33333333%
}
.x-20 {
	width: 20%;
}

@media (min-width: 768px) {
.x-s-1, .x-s-2, .x-s-3, .x-s-4, .x-s-5, .x-s-6, .x-s-7, .x-s-8, .x-s-9, .x-s-10, .x-s-11, .x-s-12 {
	float: left
}
.x-s-12 {
	width: 100%
}
.x-s-11 {
	width: 91.66666667%
}
.x-s-10 {
	width: 83.33333333%
}
.x-s-9 {
	width: 75%
}
.x-s-8 {
	width: 66.66666667%
}
.x-s-7 {
	width: 58.33333333%
}
.x-s-6 {
	width: 50%
}
.x-s-5 {
	width: 41.66666667%
}
.x-s-4 {
	width: 33.33333333%
}
.x-s-3 {
	width: 25%
}
.x-s-2 {
	width: 16.66666667%
}
.x-s-1 {
	width: 8.33333333%
}
}

@media (min-width: 992px) {
.x-m-1, .x-m-2, .x-m-3, .x-m-4, .x-m-5, .x-m-6, .x-m-7, .x-m-8, .x-m-9, .x-m-10, .x-m-11, .x-m-12 {
	float: left
}
.x-m-12 {
	width: 100%
}
.x-m-11 {
	width: 91.66666667%
}
.x-m-10 {
	width: 83.33333333%
}
.x-m-9 {
	width: 75%
}
.x-m-8 {
	width: 66.66666667%
}
.x-m-7 {
	width: 58.33333333%
}
.x-m-6 {
	width: 50%
}
.x-m-5 {
	width: 41.66666667%
}
.x-m-4 {
	width: 33.33333333%
}
.x-m-3 {
	width: 25%
}
.x-m-2 {
	width: 16.66666667%
}
.x-m-1 {
	width: 8.33333333%
}
}

@media (min-width: 1200px) {
.x-l-1, .x-l-2, .x-l-3, .x-l-4, .x-l-5, .x-l-6, .x-l-7, .x-l-8, .x-l-9, .x-l-10, .x-l-11, .x-l-12 {
	float: left
}
.x-l-12 {
	width: 100%
}
.x-l-11 {
	width: 91.66666667%
}
.x-l-10 {
	width: 83.33333333%
}
.x-l-9 {
	width: 75%
}
.x-l-8 {
	width: 66.66666667%
}
.x-l-7 {
	width: 58.33333333%
}
.x-l-6 {
	width: 50%
}
.x-l-5 {
	width: 41.66666667%
}
.x-l-4 {
	width: 33.33333333%
}
.x-l-3 {
	width: 25%
}
.x-l-2 {
	width: 16.66666667%
}
.x-l-1 {
	width: 8.33333333%
}
}
/*fixed*/

.x_fix_t,  .x_fix_b {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1000;
}
.x_fix_t {
	top: 0;
}
.x_fix_b {
	bottom: 0;
}
/*nav*/

.x_dn {
	display: none;
}
.x_db {
	display: none;
}

@media (min-width: 768px) {
.x__fl {
	float: left !important;
}
.x__fr {
	float: right !important;
}
.x_nav_btn {
	display: none;
}
.x_nav > li {
	float: left;
}
.x_nav.x_dn {
	display: block !important;
}
}

@media(max-width: 767px) {
.x_db {
	display: block;
}
.x__db {
	display: none;
}
}
/*toast*/

#x_toast {
	display: none;
}
#x_toast_bg {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#x_toast_box {
	position: fixed;
	z-index: 5000;
	width: 300px;
	min-height: 120px;
	top: 180px;
	left: 50%;
	margin-left: -150px;
	background: rgba(17, 17, 17, 0.9);
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
}
#x_toast_icon {
	display: block;
	margin: 22px 0 0;
	height: 80px;
}
#x_toast_icon.success {
	background: url(img/toast_success.png) center no-repeat;
}
#x_toast_icon.error {
	background: url(img/toast_error.png) center no-repeat;
}
#x_toast_txt {
	font-size: 16px;
	padding: 15px;
	margin: 0 0 15px;
}
