@charset "utf-8";

/*公用*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/*字体大小*/

.f0 {
	font-size: 0;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f34 {
	font-size: 34px;
}

.f36 {
	font-size: 36px;
}

.f38 {
	font-size: 38px;
}

.f40 {
	font-size: 40px;
}

small {
	font-size: 85.7%;
	/* 12/14=0.8571428571 */
}


/*行高*/

.lh1 {
	line-height: 1;
}

.lh1-2 {
	line-height: 1.2;
}

.lh1-4 {
	line-height: 1.4;
}

.lh1-6 {
	line-height: 1.6;
}

.lh2 {
	line-height: 2;
}

.lh2-2 {
	line-height: 2.2;
}


/*padding*/


/*padding 10px*/

.p10 {
	padding: 10px;
}

.p-tb10 {
	padding: 10px 0;
}

.p-lr10 {
	padding: 0 10px;
}

.p-t10 {
	padding-top: 10px;
}

.p-b10 {
	padding-bottom: 10px;
}

.p-l10 {
	padding-left: 10px;
}

.p-r10 {
	padding-right: 10px;
}


/*padding 20px*/

.p20 {
	padding: 20px;
}

.p-tb20 {
	padding: 20px 0;
}

.p-lr20 {
	padding: 0 20px;
}

.p-t20 {
	padding-top: 20px;
}

.p-b20 {
	padding-bottom: 20px;
}

.p-l20 {
	padding-left: 20px;
}

.p-r20 {
	padding-right: 20px;
}


/*padding 30px*/

.p30 {
	padding: 30px;
}

.p-tb30 {
	padding: 30px 0;
}

.p-lr30 {
	padding: 0 30px;
}

.p-t30 {
	padding-top: 30px;
}

.p-b30 {
	padding-bottom: 30px;
}

.p-l30 {
	padding-left: 30px;
}

.p-r30 {
	padding-right: 30px;
}


/*padding 40px*/

.p40 {
	padding: 40px;
}

.p-tb40 {
	padding: 40px 0;
}

.p-lr40 {
	padding: 0 40px;
}

.p-t40 {
	padding-top: 40px;
}

.p-b40 {
	padding-bottom: 40px;
}

.p-l40 {
	padding-left: 40px;
}

.p-r40 {
	padding-right: 40px;
}


/*padding 50px*/

.p50 {
	padding: 50px;
}

.p-tb50 {
	padding: 50px 0;
}

.p-lr50 {
	padding: 0 50px;
}

.p-t50 {
	padding-top: 50px;
}

.p-b50 {
	padding-bottom: 50px;
}

.p-l50 {
	padding-left: 50px;
}

.p-r50 {
	padding-right: 50px;
}


/*margin*/


/*margin 10px*/

.m10 {
	margin: 10px;
}

.m-tb10 {
	margin: 10px 0;
}

.m-lr10 {
	margin: 0 10px;
}

.m-t10 {
	margin-top: 10px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-l10 {
	margin-left: 10px;
}

.m-r10 {
	margin-right: 10px;
}


/*margin 20px*/

.m20 {
	margin: 20px;
}

.m-tb20 {
	margin: 20px 0;
}

.m-lr20 {
	margin: 0 20px;
}

.m-t20 {
	margin-top: 20px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-l20 {
	margin-left: 20px;
}

.m-r20 {
	margin-right: 20px;
}


/*margin 30px*/

.m30 {
	margin: 30px;
}

.m-tb30 {
	margin: 30px 0;
}

.m-lr30 {
	margin: 0 30px;
}

.m-t30 {
	margin-top: 30px;
}

.m-b30 {
	margin-bottom: 30px;
}

.m-l30 {
	margin-left: 30px;
}

.m-r30 {
	margin-right: 30px;
}


/*margin 40px*/

.m40 {
	margin: 40px;
}

.m-tb40 {
	margin: 40px 0;
}

.m-lr40 {
	margin: 0 40px;
}

.m-t40 {
	margin-top: 40px;
}

.m-b40 {
	margin-bottom: 40px;
}

.m-l40 {
	margin-left: 40px;
}

.m-r40 {
	margin-right: 40px;
}


/*margin 50px*/

.m50 {
	margin: 50px;
}

.m-tb50 {
	margin: 50px 0;
}

.m-lr50 {
	margin: 0 50px;
}

.m-t50 {
	margin-top: 50px;
}

.m-b50 {
	margin-bottom: 50px;
}

.m-l50 {
	margin-left: 50px;
}

.m-r50 {
	margin-right: 50px;
}


/*=============布局排版==============*/

.l {
	float: left;
}

.r {
	float: right;
}


/* 清除浮 动*/

.clearfix {
	*zoom: 1
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}


/*display*/

.dn {
	display: none;
}

.db {
	display: block;
}

.di {
	display: inline;
}

.dib {
	display: inline-block;
}

.dibvm {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}


/* 块状元素水平居中 */

.mauto {
	margin: 0 auto;
}


/* text-align */

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tdl {
	text-decoration: line-through;
}


/* position */

.rel {
	position: relative;
}

.abs {
	position: absolute;
}


/*==========文本段落==========*/


/*段落*/

.p-text-12 {
	line-height: 1.6;
	font-size: 12px;
}

.p-text-14 {
	line-height: 1.6;
	font-size: 14px;
}

.p-text > .hlight {
	/*段落用于高亮*/
	color: #FFB400;
}


/*标题*/


/*=============边框==============*/

.bs {
	border: 1px solid #e1e1eb;
}

.bls {
	border-left: 1px solid #e1e1eb;
}

.brs {
	border-right: 1px solid #e1e1eb;
}

.bts {
	border-top: 1px solid #e1e1eb;
}

.bbs {
	border-bottom: 1px solid #e1e1eb;
}

.bd {
	border: 1px dotted #e1e1eb;
}

.bld {
	border-left: 1px dotted #e1e1eb;
}

.brd {
	border-right: 1px dotted #e1e1eb;
}

.btd {
	border-top: 1px dotted #e1e1eb;
}

.bbd {
	border-bottom: 1px dotted #e1e1eb;
}


/*=============背景色==============*/
/*白色*/
.bgwhite {
	background-color: #ffffff;
}
/*橙色*/
.bgorange {
	background-color: #ffb400;
}

.bggray {
	background-color: #f5f5f7;
}

.bgred {
	background-color: #e63232;
}


/*=============颜色==============*/

.white {
	color: #ffffff;
}

.pewter-1 {
	/*深蓝灰色：一级字体颜色*/
	color: #465064;
}

.pewter-2 {
	/*浅蓝灰色：二级字体颜色*/
	color: #788296;
}

.blue {
	color: #2774ba;
}

.red,
.text-danger {
	color: #E63232;
}

.orange {
	color: #FFB400;
}

.purple {
	color: #c88cdc;
}

.lilac {
	color: #87a0e6;
}


/*=============宽度==============*/

.w1000 {
	width: 1000px;
}

.w900 {
	width: 900px;
}

.w800 {
	width: 800px;
}

.w600 {
	width: 600px;
}

.w500 {
	width: 500px;
}

.w400 {
	width: 400px;
}

.w320 {
	width: 320px;
}


/*按钮*/

.ztbtn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	outline: 0
}

.ztbtn,
.ztbtn:active,
.ztbtn:hover {
	color: #fff
}

.ztbtn-lg {
	height: 48px;
	padding: 0 20px;
	line-height: 48px;
	font-size: 20px
}

.ztbtn-md {
	height: 38px;
	padding: 0 15px;
	line-height: 38px;
	font-size: 16px
}

.ztbtn-sm {
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	font-size: 14px
}

.ztbtn-xs {
	height: 18px;
	padding: 0 5px;
	line-height: 18px;
	font-size: 12px
}

.ztbtn-lg-fixed {
	height: 48px;
	width: 178px;
	line-height: 48px;
	font-size: 20px
}

.ztbtn-md-fixed {
	height: 38px;
	width: 128px;
	line-height: 38px;
	font-size: 16px
}

.ztbtn-sm-fixed {
	height: 28px;
	width: 78px;
	line-height: 28px;
	font-size: 14px
}

.ztbtn-xs-fixed {
	height: 18px;
	width: 58px;
	line-height: 18px;
	font-size: 12px
}

.ztbtn-block {
	display: block;
	width: 100%;
	padding: 0
}

.ztbtn-danger {
	background-color: #e63232;
	border: 1px solid #e63232
}

.ztbtn-danger:hover {
	background-color: #fa5050
}

.ztbtn-danger:active {
	background-color: #dc1e1e
}

.ztbtn-primary {
	background-color: #2774ba;
	border: 1px solid #2774ba
}

.ztbtn-primary:hover {
	background-color: #4ba0dc
}

.ztbtn-primary:active {
	background-color: #4191c8
}

.ztbtn-warning {
	background-color: #ff8c00;
	border: 1px solid #ff8c00
}

.ztbtn-warning:hover {
	background-color: #ff9600
}

.ztbtn-warning:active {
	background-color: #ff8200
}

.ztbtn-normal {
	background-color: #fff;
	color: #465064;
	border: 1px solid #e1e1eb
}

.ztbtn-normal:hover {
	background-color: #f5f5f7;
	color: #465064
}

.ztbtn-normal:active {
	background-color: #e1e1eb;
	color: #465064
}

.ztbtn-disabled,
.ztbtn-disabled:active,
.ztbtn-disabled:hover {
	background-color: #dcdcdc;
	color: #788296;
	border: 1px solid #dcdcdc;
	cursor: default;
}