/*--------通用--------*/
/*排版 */
.fl {
	float:left!important;
}
.fr {
	float:right!important;
}
.fno {
	float:none!important;
}
.mat {
	margin:0 auto!important;
}
/*浮动*/
 .clear:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
.clear {
	*zoom:1;
}
/*定义块*/
.blk {
	display:block !important
}
.iblk {
	display:inline-block !important
}
.iht {
	display:inherit !important
}
/*隐藏*/
.none {
	display:none !important;
}
.hid {
	overflow:hidden !important;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.flx {
	overflow-x:auto !important;
}
.fly {
	overflow-y:auto !important
}
/*指针形状*/
.f-csp {
	cursor:pointer;
}
.f-csd {
	cursor:default;
}
.f-csh {
	cursor:help;
}
.f-csm {
	cursor:move;
}
/*透明度*/
.opc0 {
	opacity:0
}
.opc1 {
	opacity:1
}
/*纯色背景*/
.bg-no {
	background:transparent !important;
	color:#666 !important;
}
.bgc-white {
	background-color:#ffffff !important;
	color:#666 !important;
}
.bgc-black {
	background-color:#000 !important;
	color:#fff !important;
}
.bgc-black2 {
	background-color:#333 !important;
	color:#fff !important;
}
.bgc-gray {
	background-color:#8799a3 !important;
	color:#fff !important;
}
.bgc-blue {
	background-color:#0081ff !important;
	color:#fff !important;
}
.bgc-blue2 {
	background-color:#1cbbb4 !important;
	color:#fff !important;
}
.bgc-yellow {
	background-color:#fbbd08 !important;
	color:#fff !important;
}
.bgc-green {
	background-color:#39b54a !important;
	color:#fff !important;
}
.bgc-green2 {
	background-color:#8dc63f !important;
	color:#fff !important;
}
.bgc-orange {
	background-color:#f8a13f !important;
	color:#fff !important;
}
.bgc-red {
	background-color:#f77b6b !important;
	color:#fff !important;	
}
.bgc-red2 {
	background-color:#f66553 !important;
	color:#fff !important;
}
.bgc-pink {
	background-color:#ea5395 !important;
	color:#fff !important;
}
.bgc-pink2 {
	background-color:#e03997 !important;
	color:#fff !important;
}
.bgc-purple {
	background-color:#9c26b0 !important;
	color:#fff !important;
}
.bgc-purple2 {
	background-color:#6739b6 !important;
	color:#fff !important;
}
.bgc-brown {
	background-color:#a5673f !important;
	color:#fff !important;
}

/*淡色背景*/
.bgc2-red {
	background-color:#fadbd9 !important;
	color:#e54d42 !important;
}
.bgc2-orange {
	background-color:#fde6d2 !important;
	color:#f37b1d !important;
} 
.bgc2-brown {
	color:#a5673f !important;
	background:#ede1d9 !important;
}
.bgc2-purple {
	color:#6739b6 !important;
	background:#e1d7f0 !important;
}
.bgc2-pink {
	color:#e03997 !important;
	background:#f9d7ea !important;
}
.bgc2-green {
	color:#39b54a !important;
	background:#d7f0db !important;
}
.bgc2-blue {
	color:#1cbbb4 !important;
	background:#d2f1f0 !important;
}
.bgc2-blue {
	color:#0081ff !important;
	background:#cce6ff !important;
}
.bgc2-yellow {
	background-color:#fef2ce  !important;
	color:#fbbd08 !important;
}
.bgc2-gray {
	background-color:#f0f0f0 !important;
	color:#666 !important;
}
.bgc2-gray2 {
	color:#8799a3 !important;
	background:#e7ebed !important;
}

/*渐变背景*/
.bgc-grad-red{
	background:linear-gradient(45deg, #f43f3b, #ec008c) !important;
	color:#fff !important;
}
.bgc-grad-red2{
	background: -webkit-linear-gradient(top, #ff5b57, #cc4946) !important;
	color:#fff !important;
}
.bgc-grad-orange{
	background:linear-gradient(45deg, #ff9700, #ed1c24) !important;
	color:#fff !important;
}
.bgc-grad-orange2{
	background: -webkit-linear-gradient(top, #ff9900, #ff7d26) !important;
	color:#fff !important;
}
.bgc-grad-green{
	background:linear-gradient(45deg, #39b54a, #8dc63f) !important;
	color:#fff !important;
}
.bgc-grad-green2{
	background: -webkit-linear-gradient(top, #67c422, #4b9118) !important;
	color:#fff !important;
}
.bgc-grad-blue{
	background:linear-gradient(45deg, #0081ff, #1cbbb4) !important;
	color:#fff !important;
}
.bgc-grad-blue2{
	background: -webkit-linear-gradient(top, #66c3f3, #017aa7) !important;
	color:#fff !important;
}

.bgc-grad-purple{
	background:linear-gradient(45deg, #9000ff, #5e00ff) !important;
	color:#fff !important
}
.bgc-grad-pink{
	background:linear-gradient(45deg, #ec008c, #6739b6) !important;
	color:#fff !important;
}
.bgc-grad-gray{
	background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5)!important;
	color:#333 !important;
}

/*纯色字色*/
.text-white{
	color: #fff !important;
}
.text-no{
	color: transparent !important;
}
.text-red{
	color: #e54d42 !important;
}
.text-orange{
	color: #f37b1d !important;
}
.text-yellow{
	color: #fbbd08 !important;
}
.text-green{
	color: #39b54a !important;
}
.text-green2{
	color: #8dc63f !important;
}
.text-blue{
	color: #0081ff !important;
}
.text-blue2{
	color: #1cbbb4 !important;
}
.text-purple{
	color: #6739b6 !important;
}
.text-purple2{
	color: #9c26b0 !important;
}
.text-pink{
	color: #e03997 !important;
}
.text-brown{
	color: #a5673f !important;
}
.text-gray{
	color: #8799a3 !important;
}
.text-gray2{
	color: #aaaaaa !important;
}
.text-black2{
	color: #333333 !important;
}
.text-black{
	color: #000 !important;
}



/*垂直居中*/
.pac {
	display:-moz-box;
	-moz-box-orient:vertical;
	-moz-box-pack:center;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	display:box;
	box-orient:vertical;
	box-pack:center
}
.abs-center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*定位层级*/
.zidx-1 {
	z-index:-1 !important;
}
.zidx1 {
	z-index:1 !important;
}
.zidx2 {
	z-index:3 !important;
}
.zidx4 {
	z-index:5 !important;
}
.zidx6 {
	z-index:6 !important;
}
.zidx7 {
	z-index:7 !important;
}
.zidx8 {
	z-index:8 !important;
}
.zidx9 {
	z-index:9 !important;
}
.zidx10 {
	z-index:10 !important;
}
.zidx15 {
	z-index:15 !important;
}
.zidx20 {
	z-index:20 !important;
}
.zidx25 {
	z-index:25 !important;
}
.zidx30 {
	z-index:30 !important;
}
.zidx35 {
	z-index:35 !important;
}
.zidx45 {
	z-index:45 !important;
}
.zidx50 {
	z-index:50 !important;
}
.zidx99 {
	z-index:99 !important;
}
.zidx199 {
	z-index:199 !important;
}
.zidx299 {
	z-index:299 !important;
}
.zidx299 {
	z-index:399 !important;
}
.zidx299 {
	z-index:499 !important;
}
.zidx299 {
	z-index:599 !important;
}
.zidx299 {
	z-index:999 !important;
}
/*定位*/
.rlt {
	position:relative !important;
}
.abs {
	position:absolute !important;
}
.fixed {
	position:fixed !important;
}
.fixed-t{
	position:fixed !important;
	top: 0;
	left: 0;
}
.fixed-b{
	position:fixed !important;
	bottom: 0;
	left: 0;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}
.tp-1 {
	top:-0.01rem !important;
}
.tp-2 {
	top:-0.02rem !important;
}
.tp-3 {
	top:-0.03rem !important;
}
.tp-4 {
	top:-0.04rem !important;
}
.tp-5 {
	top:-0.05rem !important;
}
.tp-6 {
	top:-0.06rem !important;
}
.tp-7 {
	top:-0.07rem !important;
}
.tp-8 {
	top:-0.08rem !important;
}
.tp-9 {
	top:-0.09rem !important;
}
.tp-10 {
	top:-0.1rem !important;
}
.tp-11 {
	top:-0.11rem !important;
}
.tp-12 {
	top:-0.12rem !important;
}
.tp-13 {
	top:-0.13rem !important;
}
.tp-14 {
	top:-0.14rem !important;
}
.tp-15 {
	top:-0.15rem !important;
}
.tp-20 {
	top:-0.2rem !important;
}
.tp-25 {
	top:-0.25rem !important;
}
.tp-30 {
	top:-0.3rem !important;
}
.tp-35 {
	top:-0.35rem !important;
}
.tp-40 {
	top:-0.4rem !important;
}
.tp-45 {
	top:-0.45rem !important;
}
.tp-50 {
	top:-0.5rem !important;
}
.tp-55 {
	top:-0.55rem !important;
}
.tp-60 {
	top:-0.6rem !important;
}
.tp-65 {
	top:-0.65rem !important;
}
.tp-70 {
	top:-0.7rem !important;
}
.tp0 {
	top:0 !important;
}
.tp1 {
	top:0.01rem !important;
}
.tp2 {
	top:0.02rem !important;
}
.tp3 {
	top:0.03rem !important;
}
.tp4 {
	top:0.04rem !important;
}
.tp5 {
	top:0.05rem !important;
}
.tp6 {
	top:0.06rem !important;
}
.tp7 {
	top:0.07rem !important;
}
.tp8 {
	top:0.08rem !important;
}
.tp9 {
	top:0.09rem !important;
}
.tp10 {
	top:0.1rem !important;
}
.tp11 {
	top:0.11rem !important;
}
.tp12 {
	top:0.12rem !important;
}
.tp13 {
	top:0.13rem !important;
}
.tp14 {
	top:0.14rem !important;
}
.tp15 {
	top:0.15rem !important;
}
.tp20 {
	top:0.2rem !important;
}
.tp25 {
	top:0.25rem !important;
}
.tp30 {
	top:0.3rem !important;
}
.tp35 {
	top:0.35rem !important;
}
.tp40 {
	top:0.4rem !important;
}
.tp45 {
	top:0.45rem !important;
}
.tp50 {
	top:0.5rem !important;
}
.tp55 {
	top:0.55rem !important;
}
.tp60 {
	top:0.6rem !important;
}
.tp65 {
	top:0.65rem !important;
}
.tp70 {
	top:0.7rem !important;
}
.tp75 {
	top:0.75rem !important;
}
.tp80 {
	top:0.8rem !important;
}
.tp85 {
	top:0.85rem !important;
}
.tp90 {
	top:0.9rem !important;
}
.tp95 {
	top:0.95rem !important;
}
.tp100 {
	top:1rem !important;
}
.rt-1 {
	right:-0.01rem !important;
}
.rt-2 {
	right:-0.02rem !important;
}
.rt-3 {
	right:-0.03rem !important;
}
.rt-4 {
	right:-0.04rem !important;
}
.rt-5 {
	right:-0.05rem !important;
}
.rt-6 {
	right:-0.06rem !important;
}
.rt-7 {
	right:-0.07rem !important;
}
.rt-8 {
	right:-0.08rem !important;
}
.rt-9 {
	right:-0.09rem !important;
}
.rt-10 {
	right:-0.1rem !important;
}
.rt-11 {
	right:-0.11rem !important;
}
.rt-12 {
	right:-0.12rem !important;
}
.rt-13 {
	right:-0.13rem !important;
}
.rt-14 {
	right:-0.14rem !important;
}
.rt-15 {
	right:-0.15rem !important;
}
.rt-20 {
	right:-0.2rem !important;
}
.rt-25 {
	right:-0.25rem !important;
}
.rt-30 {
	right:-0.3rem !important;
}
.rt0 {
	right:0 !important;
}
.rt1 {
	right:0.01rem !important;
}
.rt2 {
	right:0.02rem !important;
}
.rt3 {
	right:0.03rem !important;
}
.rt4 {
	right:0.04rem !important;
}
.rt5 {
	right:0.05rem !important;
}
.rt6 {
	right:0.06rem !important;
}
.rt7 {
	right:0.07rem !important;
}
.rt8 {
	right:0.08rem !important;
}
.rt9 {
	right:0.09rem !important;
}
.rt10 {
	right:0.1rem !important;
}
.rt11 {
	right:0.11rem !important;
}
.rt12 {
	right:0.12rem !important;
}
.rt13 {
	right:0.13rem !important;
}
.rt14 {
	right:0.14rem !important;
}
.rt15 {
	right:0.15rem !important;
}
.rt20 {
	right:0.2rem !important;
}
.rt25 {
	right:0.25rem !important;
}
.rt30 {
	right:0.3rem !important;
}
.rt35 {
	right:0.35rem !important;
}
.rt40 {
	right:0.4rem !important;
}
.rt45 {
	right:0.45rem !important;
}
.rt50 {
	right:0.5rem !important;
}
.rt55 {
	right:0.55rem !important;
}
.rt60 {
	right:0.6rem !important;
}
.rt65 {
	right:0.65rem !important;
}
.rt70 {
	right:0.7rem !important;
}
.rt75 {
	right:0.75rem !important;
}
.rt80 {
	right:0.8rem !important;
}
.rt85 {
	right:0.85rem !important;
}
.rt90 {
	right:0.9rem !important;
}
.rt95 {
	right:0.95rem !important;
}
.rt100 {
	right:1rem !important;
}
.bm-1 {
	bottom:-0.01rem !important;
}
.bm-2 {
	bottom:-0.02rem !important;
}
.bm-3 {
	bottom:-0.03rem !important;
}
.bm-4 {
	bottom:-0.04rem !important;
}
.bm-5 {
	bottom:-0.05rem !important;
}
.bm-6 {
	bottom:-0.06rem !important;
}
.bm-7 {
	bottom:-0.07rem !important;
}
.bm-8 {
	bottom:-0.08rem !important;
}
.bm-9 {
	bottom:-0.09rem !important;
}
.bm-10 {
	bottom:-0.1rem !important;
}
.bm-11 {
	bottom:-0.11rem !important;
}
.bm-12 {
	bottom:-0.12rem !important;
}
.bm-13 {
	bottom:-0.13rem !important;
}
.bm-14 {
	bottom:-0.14rem !important;
}
.bm-15 {
	bottom:-0.15rem !important;
}
.bm-20 {
	bottom:-0.2rem !important;
}
.bm-25 {
	bottom:-0.25rem !important;
}
.bm-30 {
	bottom:-0.3rem !important;
}
.bm0 {
	bottom:0 !important;
}
.bm1 {
	bottom:0.01rem !important;
}
.bm2 {
	bottom:0.02rem !important;
}
.bm3 {
	bottom:0.03rem !important;
}
.bm4 {
	bottom:0.04rem !important;
}
.bm5 {
	bottom:0.05rem !important;
}
.bm6 {
	bottom:0.06rem !important;
}
.bm7 {
	bottom:0.07rem !important;
}
.bm8 {
	bottom:0.08rem !important;
}
.bm9 {
	bottom:0.09rem !important;
}
.bm10 {
	bottom:0.1rem !important;
}
.bm11 {
	bottom:0.11rem !important;
}
.bm12 {
	bottom:0.12rem !important;
}
.bm13 {
	bottom:0.13rem !important;
}
.bm14 {
	bottom:0.14rem !important;
}
.bm15 {
	bottom:0.15rem !important;
}
.bm20 {
	bottom:0.2rem !important;
}
.bm25 {
	bottom:0.25rem !important;
}
.bm30 {
	bottom:0.3rem !important;
}
.bm35 {
	bottom:0.35rem !important;
}
.bm40 {
	bottom:0.4rem !important;
}
.bm45 {
	bottom:0.45rem !important;
}
.bm50 {
	bottom:0.5rem !important;
}
.bm55 {
	bottom:0.55rem !important;
}
.bm60 {
	bottom:0.6rem !important;
}
.bm65 {
	bottom:0.65rem !important;
}
.bm70 {
	bottom:0.7rem !important;
}
.bm75 {
	bottom:0.75rem !important;
}
.bm80 {
	bottom:0.8rem !important;
}
.bm85 {
	bottom:0.85rem !important;
}
.bm90 {
	bottom:0.9rem !important;
}
.bm95 {
	bottom:0.95rem !important;
}
.bm100 {
	bottom:1rem !important;
}
.lt-1 {
	left:-0.01rem !important;
}
.lt-2 {
	left:-0.02rem !important;
}
.lt-3 {
	left:-0.03rem !important;
}
.lt-4 {
	left:-0.04rem !important;
}
.lt-5 {
	left:-0.05rem !important;
}
.lt-6 {
	left:-0.06rem !important;
}
.lt-7 {
	left:-0.07rem !important;
}
.lt-8 {
	left:-0.08rem !important;
}
.lt-9 {
	left:-0.09rem !important;
}
.lt-10 {
	left:-0.1rem !important;
}
.lt-11 {
	left:-0.11rem !important;
}
.lt-12 {
	left:-0.12rem !important;
}
.lt-13 {
	left:-0.13rem !important;
}
.lt-14 {
	left:-0.14rem !important;
}
.lt-15 {
	left:-0.15rem !important;
}
.lt-20 {
	left:-0.2rem !important;
}
.lt-25 {
	left:-0.25rem !important;
}
.lt-30 {
	left:-0.3rem !important;
}
.lt0 {
	left:0 !important;
}
.lt1 {
	left:0.01rem !important;
}
.lt2 {
	left:0.02rem !important;
}
.lt3 {
	left:0.03rem !important;
}
.lt4 {
	left:0.04rem !important;
}
.lt5 {
	left:0.05rem !important;
}
.lt6 {
	left:0.06rem !important;
}
.lt7 {
	left:0.07rem !important;
}
.lt8 {
	left:0.08rem !important;
}
.lt9 {
	left:0.09rem !important;
}
.lt10 {
	left:0.1rem !important;
}
.lt11 {
	left:0.11rem !important;
}
.lt12 {
	left:0.12rem !important;
}
.lt13 {
	left:0.13rem !important;
}
.lt14 {
	left:0.14rem !important;
}
.lt15 {
	left:0.15rem !important;
}
.lt20 {
	left:0.2rem !important;
}
.lt25 {
	left:0.25rem !important;
}
.lt30 {
	left:0.3rem !important;
}
.lt35 {
	left:0.35rem !important;
}
.lt40 {
	left:0.4rem !important;
}
.lt45 {
	left:0.45rem !important;
}
.lt50 {
	left:0.5rem !important;
}
.lt55 {
	left:0.55rem !important;
}
.lt60 {
	left:0.6rem !important;
}
.lt65 {
	left:0.65rem !important;
}
.lt70 {
	left:0.7rem !important;
}
.lt75 {
	left:0.75rem !important;
}
.lt80 {
	left:0.8rem !important;
}
.lt85 {
	left:0.85rem !important;
}
.lt90 {
	left:0.9rem !important;
}
.lt95 {
	left:0.95rem !important;
}
.lt100 {
	left:1rem !important;
}

/*@ 宋体 SimSun 
  @ 黑体 SimHei 
  @ 微软雅黑 Microsoft Yahei
  @ 微软正黑体 Microsoft JhengHei
  @ 新宋体 NSimSun
  @ 新细明体 MingLiU
  @ 细明体 MingLiU
  @ 标楷体 DFKai-SB
  @ 仿宋 FangSong
  @ 楷体 KaiTi
  @ 仿宋_GB2312 FangSong_GB2312
  @ 楷体_GB2312 KaiTi_GB2312 @
  @ 说明：中文字体多数使用宋体、雅黑，英文用Helvetica*/
 
/*字体 字号 f12 颜色 ftc-red 背景色 bgc-red */
.arial {
	font-family:Arial,Helvetica,sans-serif;
}
.songti{
	font-family:SimSun;
}
.heiti{
	font-family:SimHei;
}
.fangsong{
	font-family:FangSong;
}
.yahei{
	font-family:Microsoft Yahei;
}
.f12,a.f12 {
	font-size:0.12rem !important;
}
.f14,a.f14 {
	font-size:0.14rem !important;
}
.f16,a.f16 {
	font-size:0.16rem !important;
}
.f18,a.f18 {
	font-size:0.18rem !important;
}
.f20,a.f20 {
	font-size:0.2rem !important;
}
.f22,a.f22 {
	font-size:0.22rem !important;
}
.f24,a.f24 {
	font-size:0.24rem !important;
}
.f26,a.f26 {
	font-size:0.26rem !important;
}
.f28,a.f28 {
	font-size:0.28rem !important;
}
.f30,a.f30 {
	font-size:0.3rem !important;
}
.f32,a.f32 {
	font-size:0.32rem !important;
}
.f36,a.f36 {
	font-size:0.36rem !important;
}
.f40,a.f40 {
	font-size:0.4rem !important;
}
.f44,a.f44 {
	font-size:0.44rem !important;
}
.f50,a.f50 {
	font-size:0.5rem !important;
}
/*行高*/
.lh-n {
	line-height:normal !important;
}
.lh-20 {
	line-height:0.2rem !important;
}
.lh-25 {
	line-height:0.25rem !important;
}
.lh-30 {
	line-height:0.3rem !important;
}
.lh-35 {
	line-height:0.35rem !important;
}
.lh-40 {
	line-height:0.4rem !important;
}
.lh-45 {
	line-height:0.45rem !important;
}
.lh-50 {
	line-height:0.5rem !important;
}
.lh-1x {
	line-height:1 !important;
}
.lh-1x2 {
	line-height:1.2 !important;
}
.lh-1x3 {
	line-height:1.3 !important;
}
.lh-1x4 {
	line-height:1.4 !important;
}
.lh-1x5 {
	line-height:1.5 !important;
}
.lh-1x6 {
	line-height:1.6 !important;
}
.lh-1x7 {
	line-height:1.7 !important;
}
.lh-1x8 {
	line-height:1.8 !important;
}
.lh-1x9 {
	line-height:1.9 !important;
}
.lh-2x {
	line-height:2 !important;
}
/*文排版*/
.text-left{
	text-align:left !important;
}
.text-center {
	text-align:center !important;
}
.text-right {
	text-align:right !important;
}
/*字体缩进*/
.f-ti0 {
	text-indent:0em;
}
.f-ti1 {
	text-indent:1em;
}
.f-ti2 {
	text-indent:2em;
}

/*特殊文字*/
.f-price:before{
	content: "¥";
  	font-size: 100%;
  	margin-right: 2px;
}
.f-Abc{
	text-transform: Capitalize;
}
.f-ABC{
	text-transform: Uppercase;
}
.f-abc{
	text-transform: Lowercase;
}
/*文字加粗*/
.bold {
	font-weight:bold !important;
}
.nobold {
	font-weight:normal !important;
}
/*文字截断*/
.tow1 {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.tow2 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.tow3 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3
}
.tow4 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4
}
.tow5 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5
}
.tow6 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6
}
/*边框样式*/
.border-solid{
	border-style: solid !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-solid-l{
	border-left-style: solid !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-solid-r{
	border-right-style: solid !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-solid-t{
	border-top-style: solid !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-solid-b{
	border-bottom-style: solid !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}

.border-dashed{
	border-style: dashed !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dashed-l{
	border-left-style: dashed !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dashed-r{
	border-right-style: dashed !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dashed-t{
	border-top-style: dashed !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dashed-b{
	border-bottom-style: dashed !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}

.border-dotted{
	border-style: dotted !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dotted-l{
	border-left-style: dotted !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dotted-r{
	border-right-style: dotted !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dotted-t{
	border-top-style: dotted !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-dotted-b{
	border-bottom-style: dotted !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}

.border-double{
	border-style: double !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-double-l{
	border-left-style: double !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-double-r{
	border-right-style: double !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-double-t{
	border-top-style: double !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
.border-double-b{
	border-bottom-style: double !important;
	border-width: 0.01rem !important;
	border-color: #eee;
}
/*边框位置*/
/*边框大小*/
.border-0{
	border-width: 0.00rem !important;
}
.border-1{
	border-width: 0.01rem !important;
}
.border-2{
	border-width: 0.02rem !important;
}
.border-3{
	border-width: 0.03rem !important;
}
.border-4{
	border-width: 0.04rem !important;
}
.border-5{
	border-width: 0.05rem !important;
}
.border-6{
	border-width: 0.06rem !important;
}
.border-7{
	border-width: 0.07rem !important;
}
.border-8{
	border-width: 0.08rem !important;
}
.border-9{
	border-width: 0.09rem !important;
}
.border-10{
	border-width: 0.1rem !important;
}
/*边框颜色*/
.border-no {
  border-color: transparent !important;  
}
.border-red {
  border-color: #e54d42 !important;
}
.border-orange {
  border-color: #f37b1d !important;
}
.border-yellow {
  border-color: #fbbd08 !important;
}
.border-green2 {
  border-color: #8dc63f !important;
}
.border-green {
  border-color: #39b54a !important;
}
.border-blue2 {
  border-color: #1cbbb4 !important;
}
.border-blue {
  border-color: #0081ff !important;
}
.border-purple {
  border-color: #6739b6 !important;
}
.border-purple2 {
  border-color: #9c26b0 !important;
}
.border-pink {
  border-color: #e03997 !important;
}
.border-brown {
  border-color: #a5673f !important;
}
.border-gray {
  border-color: #8799a3 !important;
}
.border-gray2 {
  border-color: #aaa !important;
}
.border-black2 {
  border-color: #333 !important;
}
.border-black {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}



/*----------字体渐变----------*/
/*灰色渐变1*/
 [class*="ztjb-"] {
	display:inline-block;
}
.ztjb-gray {
	background:-webkit-linear-gradient(left,#fafafa,#e1e1e1);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*蓝色渐变1*/
 .ztjb-blue {
	background:-webkit-linear-gradient(left,#66c3f3,#35a5ca);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*蓝色渐变2*/
 .ztjb-blue2 {
	background:-webkit-linear-gradient(left,#009cff,#007ac8);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*橙色渐变1*/
 .ztjb-orange {
	background:-webkit-linear-gradient(left,#ff6600,#eb5e00);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*绿色渐变1*/
 .ztjb-green {
	background:-webkit-linear-gradient(left,#67c422,#4b9118);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*红色渐变1*/
 .ztjb-red {
	background:-webkit-linear-gradient(left,#dd0000,#b80000);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*红色渐变2*/
 .ztjb-red2 {
	background:-webkit-linear-gradient(left,#e50101,#c20000);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*----------字体渐变----------*/
 .wdh-1p {
  width:1% !important;
}
.wdh-2p {
  width:2% !important;
}
.wdh-3p {
  width:3% !important;
}
.wdh-4p {
  width:4% !important;
}
.wdh-5p {
  width:5% !important;
}
.wdh-6p {
  width:6% !important;
}
.wdh-7p {
  width:7% !important;
}
.wdh-8p {
  width:8% !important;
}
.wdh-9p {
  width:9% !important;
}
.wdh-10p {
  width:10% !important;
}
.wdh-11p {
  width:11% !important;
}
.wdh-12p {
  width:12% !important;
}
.wdh-13p {
  width:13% !important;
}
.wdh-14p {
  width:14% !important;
}
.wdh-15p {
  width:15% !important;
}
.wdh-16p {
  width:16% !important;
}
.wdh-17p {
  width:17% !important;
}
.wdh-18p {
  width:18% !important;
}
.wdh-19p {
  width:19% !important;
}
.wdh-20p {
  width:20% !important;
}
.wdh-21p {
  width:21% !important;
}
.wdh-22p {
  width:22% !important;
}
.wdh-23p {
  width:23% !important;
}
.wdh-24p {
  width:24% !important;
}
.wdh-25p {
  width:25% !important;
}
.wdh-26p {
  width:26% !important;
}
.wdh-27p {
  width:27% !important;
}
.wdh-28p {
  width:28% !important;
}
.wdh-29p {
  width:29% !important;
}
.wdh-30p {
  width:30% !important;
}
.wdh-31p {
  width:31% !important;
}
.wdh-32p {
  width:32% !important;
}
.wdh-33p {
  width:33% !important;
}
.wdh-34p {
  width:34% !important;
}
.wdh-35p {
  width:35% !important;
}
.wdh-36p {
  width:36% !important;
}
.wdh-37p {
  width:37% !important;
}
.wdh-38p {
  width:38% !important;
}
.wdh-39p {
  width:39% !important;
}
.wdh-40p {
  width:40% !important;
}
.wdh-41p {
  width:41% !important;
}
.wdh-42p {
  width:42% !important;
}
.wdh-43p {
  width:43% !important;
}
.wdh-44p {
  width:44% !important;
}
.wdh-45p {
  width:45% !important;
}
.wdh-46p {
  width:46% !important;
}
.wdh-47p {
  width:47% !important;
}
.wdh-48p {
  width:48% !important;
}
.wdh-49p {
  width:49% !important;
}
.wdh-50p {
  width:50% !important;
}
.wdh-51p {
  width:51% !important;
}
.wdh-52p {
  width:52% !important;
}
.wdh-53p {
  width:53% !important;
}
.wdh-54p {
  width:54% !important;
}
.wdh-55p {
  width:55% !important;
}
.wdh-56p {
  width:56% !important;
}
.wdh-57p {
  width:57% !important;
}
.wdh-58p {
  width:58% !important;
}
.wdh-59p {
  width:59% !important;
}
.wdh-60p {
  width:60% !important;
}
.wdh-61p {
  width:61% !important;
}
.wdh-62p {
  width:62% !important;
}
.wdh-63p {
  width:63% !important;
}
.wdh-64p {
  width:64% !important;
}
.wdh-65p {
  width:65% !important;
}
.wdh-66p {
  width:66% !important;
}
.wdh-67p {
  width:67% !important;
}
.wdh-68p {
  width:68% !important;
}
.wdh-69p {
  width:69% !important;
}
.wdh-70p {
  width:70% !important;
}
.wdh-71p {
  width:71% !important;
}
.wdh-72p {
  width:72% !important;
}
.wdh-73p {
  width:73% !important;
}
.wdh-74p {
  width:74% !important;
}
.wdh-75p {
  width:75% !important;
}
.wdh-76p {
  width:76% !important;
}
.wdh-77p {
  width:77% !important;
}
.wdh-78p {
  width:78% !important;
}
.wdh-79p {
  width:79% !important;
}
.wdh-80p {
  width:80% !important;
}
.wdh-81p {
  width:81% !important;
}
.wdh-82p {
  width:82% !important;
}
.wdh-83p {
  width:83% !important;
}
.wdh-84p {
  width:84% !important;
}
.wdh-85p {
  width:85% !important;
}
.wdh-86p {
  width:86% !important;
}
.wdh-87p {
  width:87% !important;
}
.wdh-88p {
  width:88% !important;
}
.wdh-89p {
  width:89% !important;
}
.wdh-90p {
  width:90% !important;
}
.wdh-91p {
  width:91% !important;
}
.wdh-92p {
  width:92% !important;
}
.wdh-93p {
  width:93% !important;
}
.wdh-94p {
  width:94% !important;
}
.wdh-95p {
  width:95% !important;
}
.wdh-96p {
  width:96% !important;
}
.wdh-97p {
  width:97% !important;
}
.wdh-98p {
  width:98% !important;
}
.wdh-99p {
  width:99% !important;
}
.wdh-100p {
  width:100% !important;
}
/*宽度*/
 .wdh-x {
	width:inherit;
}
.wdh-0 {
	width:0rem !important;
}
.wdh-1 {
	width:0.01rem !important;
}
.wdh-2 {
	width:0.02rem !important;
}
.wdh-3 {
	width:0.03rem !important;
}
.wdh-4 {
	width:0.04rem !important;
}
.wdh-5 {
	width:0.05rem !important;
}
.wdh-6 {
	width:0.06rem !important;
}
.wdh-7 {
	width:0.07rem !important;
}
.wdh-8 {
	width:0.08rem !important;
}
.wdh-9 {
	width:0.09rem !important;
}
.wdh-10 {
	width:0.1rem !important;
}
.wdh-15 {
	width:0.15rem !important;
}
.wdh-20 {
	width:0.2rem !important;
}
.wdh-25 {
	width:0.25rem !important;
}
.wdh-30 {
	width:0.3rem !important;
}
.wdh-35 {
	width:0.35rem !important;
}
.wdh-40 {
	width:0.4rem !important;
}
.wdh-45 {
	width:0.45rem !important;
}
.wdh-50 {
	width:0.5rem !important;
}
.wdh-55 {
	width:0.55rem !important;
}
.wdh-60 {
	width:0.6rem !important;
}
.wdh-65 {
	width:0.65rem !important;
}
.wdh-70 {
	width:0.7rem !important;
}
.wdh-75 {
	width:0.75rem !important;
}
.wdh-80 {
	width:0.8rem !important;
}
.wdh-85 {
	width:0.85rem !important;
}
.wdh-90 {
	width:0.9rem !important;
}
.wdh-95 {
	width:0.95rem !important;
}
.wdh-100 {
	width:1rem !important;
}
.wdh-105 {
	width:1.05rem !important;
}
.wdh-110 {
	width:1.1rem !important;
}
.wdh-115 {
	width:1.15rem !important;
}
.wdh-120 {
	width:1.2rem !important;
}
.wdh-125 {
	width:1.25rem !important;
}
.wdh-130 {
	width:1.3rem !important;
}
.wdh-135 {
	width:1.35rem !important;
}
.wdh-140 {
	width:1.4rem !important;
}
.wdh-145 {
	width:1.45rem !important;
}
.wdh-150 {
	width:1.5rem !important;
}
.wdh-155 {
	width:1.55rem !important;
}
.wdh-160 {
	width:1.6rem !important;
}
.wdh-165 {
	width:1.65rem !important;
}
.wdh-170 {
	width:1.7rem !important;
}
.wdh-175 {
	width:1.75rem !important;
}
.wdh-180 {
	width:1.8rem !important;
}
.wdh-185 {
	width:1.85rem !important;
}
.wdh-190 {
	width:1.9rem !important;
}
.wdh-195 {
	width:1.95rem !important;
}
.wdh-200 {
	width:2rem !important;
}
.wdh-205 {
	width:2.05rem !important;
}
.wdh-210 {
	width:2.1rem !important;
}
.wdh-215 {
	width:2.15rem !important;
}
.wdh-220 {
	width:2.2rem !important;
}
.wdh-225 {
	width:2.25rem !important;
}
.wdh-230 {
	width:2.3rem !important;
}
.wdh-235 {
	width:2.35rem !important;
}
.wdh-240 {
	width:2.4rem !important;
}
.wdh-245 {
	width:2.45rem !important;
}
.wdh-250 {
	width:2.5rem !important;
}
.wdh-255 {
	width:2.55rem !important;
}
.wdh-260 {
	width:2.6rem !important;
}
.wdh-265 {
	width:2.65rem !important;
}
.wdh-270 {
	width:2.7rem !important;
}
.wdh-275 {
	width:2.75rem !important;
}
.wdh-280 {
	width:2.8rem !important;
}
.wdh-285 {
	width:2.85rem !important;
}
.wdh-290 {
	width:2.9rem !important;
}
.wdh-295 {
	width:2.95rem !important;
}
.wdh-300 {
	width:3rem !important;
}
.wdh-305 {
	width:3.05rem !important;
}
.wdh-310 {
	width:3.1rem !important;
}
.wdh-315 {
	width:3.15rem !important;
}
.wdh-320 {
	width:3.2rem !important;
}
.wdh-325 {
	width:3.25rem !important;
}
.wdh-330 {
	width:3.3rem !important;
}
.wdh-335 {
	width:3.35rem !important;
}
.wdh-340 {
	width:3.4rem !important;
}
.wdh-345 {
	width:3.45rem !important;
}
.wdh-350 {
	width:3.5rem !important;
}
.wdh-355 {
	width:3.55rem !important;
}
.wdh-360 {
	width:3.6rem !important;
}
.wdh-365 {
	width:3.65rem !important;
}
.wdh-370 {
	width:3.7rem !important;
}
.wdh-375 {
	width:3.75rem !important;
}
.wdh-380 {
	width:3.8rem !important;
}
.wdh-385 {
	width:3.85rem !important;
}
.wdh-390 {
	width:3.9rem !important;
}
.wdh-395 {
	width:3.95rem !important;
}
.wdh-400 {
	width:4rem !important;
}
.wdh-405 {
	width:4.05rem !important;
}
.wdh-410 {
	width:4.1rem !important;
}
.wdh-415 {
	width:4.15rem !important;
}
.wdh-420 {
	width:4.2rem !important;
}
.wdh-425 {
	width:4.25rem !important;
}
.wdh-430 {
	width:4.3rem !important;
}
.wdh-435 {
	width:4.3rem !important;
}
.wdh-440 {
	width:4.4rem !important;
}
.wdh-445 {
	width:4.45rem !important;
}
.wdh-450 {
	width:4.5rem !important;
}
.wdh-455 {
	width:4.55rem !important;
}
.wdh-460 {
	width:4.6rem !important;
}
.wdh-465 {
	width:4.65rem !important;
}
.wdh-470 {
	width:4.7rem !important;
}
.wdh-475 {
	width:4.75rem !important;
}
.wdh-480 {
	width:4.8rem !important;
}
.wdh-485 {
	width:4.85rem !important;
}
.wdh-490 {
	width:4.9rem !important;
}
.wdh-495 {
	width:4.95rem !important;
}
.wdh-500 {
	width:5rem !important;
}
.wdh-505 {
	width:5.05rem !important;
}
.wdh-510 {
	width:5.1rem !important;
}
.wdh-515 {
	width:5.15rem !important;
}
.wdh-520 {
	width:5.2rem !important;
}
.wdh-525 {
	width:5.25rem !important;
}
.wdh-530 {
	width:5.3rem !important;
}
.wdh-535 {
	width:5.35rem !important;
}
.wdh-540 {
	width:5.4rem !important;
}
.wdh-545 {
	width:5.45rem !important;
}
.wdh-550 {
	width:5.5rem !important;
}
.wdh-555 {
	width:5.55rem !important;
}
.wdh-560 {
	width:5.6rem !important;
}
.wdh-565 {
	width:5.65rem !important;
}
.wdh-570 {
	width:5.7rem !important;
}
.wdh-575 {
	width:5.75rem !important;
}
.wdh-580 {
	width:5.8rem !important;
}
.wdh-585 {
	width:5.85rem !important;
}
.wdh-590 {
	width:5.9rem !important;
}
.wdh-595 {
	width:5.95rem !important;
}
.wdh-600 {
	width:6rem !important;
}
.wdh-605 {
	width:6.05rem !important;
}
.wdh-610 {
	width:6.1rem !important;
}
.wdh-615 {
	width:6.15rem !important;
}
.wdh-620 {
	width:6.2rem !important;
}
.wdh-625 {
	width:6.25rem !important;
}
.wdh-630 {
	width:6.3rem !important;
}
.wdh-635 {
	width:6.35rem !important;
}
.wdh-640 {
	width:6.4rem !important;
}
.wdh-645 {
	width:6.45rem !important;
}
.wdh-650 {
	width:6.5rem !important;
}
.wdh-655 {
	width:6.55rem !important;
}
.wdh-660 {
	width:6.6rem !important;
}
.wdh-665 {
	width:6.65rem !important;
}
.wdh-670 {
	width:6.7rem !important;
}
.wdh-675 {
	width:6.75rem !important;
}
.wdh-680 {
	width:6.8rem !important;
}
.wdh-685 {
	width:6.85rem !important;
}
.wdh-690 {
	width:6.9rem !important;
}
.wdh-695 {
	width:6.95rem !important;
}
.wdh-700 {
	width:7rem !important;
}
.wdh-705 {
	width:7.05rem !important;
}
.wdh-710 {
	width:7.1rem !important;
}
.wdh-715 {
	width:7.15rem !important;
}
.wdh-720 {
	width:7.2rem !important;
}
.wdh-725 {
	width:7.25rem !important;
}
.wdh-730 {
	width:7.3rem !important;
}
.wdh-735 {
	width:7.35rem !important;
}
.wdh-740 {
	width:7.4rem !important;
}
.wdh-745 {
	width:7.45rem !important;
}
.wdh-750 {
	width:7.5rem !important;
}
.wdh-755 {
	width:7.55rem !important;
}
.wdh-760 {
	width:7.6rem !important;
}
.wdh-765 {
	width:7.65rem !important;
}
.wdh-770 {
	width:7.7rem !important;
}
.wdh-775 {
	width:7.75rem !important;
}
.wdh-780 {
	width:7.8rem !important;
}
.wdh-785 {
	width:7.85rem !important;
}
.wdh-790 {
	width:7.9rem !important;
}
.wdh-795 {
	width:7.95rem !important;
}
.wdh-800 {
	width:8rem !important;
}
.wdh-805 {
	width:8.05rem !important;
}
.wdh-810 {
	width:8.1rem !important;
}
.wdh-815 {
	width:8.15rem !important;
}
.wdh-820 {
	width:8.2rem !important;
}
.wdh-825 {
	width:8.25rem !important;
}
.wdh-830 {
	width:8.3rem !important;
}
.wdh-835 {
	width:8.35rem !important;
}
.wdh-840 {
	width:8.4rem !important;
}
.wdh-845 {
	width:8.45rem !important;
}
.wdh-850 {
	width:8.5rem !important;
}
.wdh-855 {
	width:8.55rem !important;
}
.wdh-860 {
	width:8.6rem !important;
}
.wdh-865 {
	width:8.65rem !important;
}
.wdh-870 {
	width:8.7rem !important;
}
.wdh-875 {
	width:8.75rem !important;
}
.wdh-880 {
	width:8.8rem !important;
}
.wdh-885 {
	width:8.85rem !important;
}
.wdh-890 {
	width:8.9rem !important;
}
.wdh-895 {
	width:8.95rem !important;
}
.wdh-900 {
	width:9rem !important;
}
.wdh-905 {
	width:9.05rem !important;
}
.wdh-910 {
	width:9.1rem !important;
}
.wdh-915 {
	width:9.15rem !important;
}
.wdh-920 {
	width:9.2rem !important;
}
.wdh-925 {
	width:9.25rem !important;
}
.wdh-930 {
	width:9.3rem !important;
}
.wdh-935 {
	width:9.35rem !important;
}
.wdh-940 {
	width:9.4rem !important;
}
.wdh-945 {
	width:9.45rem !important;
}
.wdh-950 {
	width:9.5rem !important;
}
.wdh-955 {
	width:9.55rem !important;
}
.wdh-960 {
	width:9.6rem !important;
}
.wdh-965 {
	width:9.65rem !important;
}
.wdh-970 {
	width:9.7rem !important;
}
.wdh-975 {
	width:9.75rem !important;
}
.wdh-980 {
	width:9.8rem !important;
}
.wdh-985 {
	width:9.85rem !important;
}
.wdh-990 {
	width:9.9rem !important;
}
.wdh-995 {
	width:9.95rem !important;
}
.wdh-1000 {
	width:10rem !important;
}
/*end*/
/*----------高度----------*/
 .het-x {
	height:inherit;
}
.het-0 {
	height:0rem!important;
}
.het-1 {
	height:0.01rem!important;
}
.het-2 {
	height:0.02rem!important;
}
.het-3 {
	height:0.03rem!important;
}
.het-4 {
	height:0.04rem!important;
}
.het-5 {
	height:0.05rem!important;
}
.het-6 {
	height:0.06rem!important;
}
.het-7 {
	height:0.07rem!important;
}
.het-8 {
	height:0.08rem!important;
}
.het-9 {
	height:0.09rem!important;
}
.het-10 {
	height:0.1rem!important;
}
.het-15 {
	height:0.15rem!important;
}
.het-20 {
	height:0.2rem!important;
}
.het-25 {
	height:0.25rem!important;
}
.het-30 {
	height:0.3rem!important;
}
.het-35 {
	height:0.35rem!important;
}
.het-40 {
	height:0.4rem!important;
}
.het-45 {
	height:0.45rem!important;
}
.het-50 {
	height:0.5rem!important;
}
.het-55 {
	height:0.55rem!important;
}
.het-60 {
	height:0.6rem!important;
}
.het-65 {
	height:0.65rem!important;
}
.het-70 {
	height:0.7rem!important;
}
.het-75 {
	height:0.75rem!important;
}
.het-80 {
	height:0.8rem!important;
}
.het-85 {
	height:0.85rem!important;
}
.het-90 {
	height:0.9rem!important;
}
.het-95 {
	height:0.95rem!important;
}
.het-100 {
	height:1rem!important;
}
.het-105 {
	height:1.05rem!important;
}
.het-110 {
	height:1.1rem!important;
}
.het-115 {
	height:1.15rem!important;
}
.het-120 {
	height:1.2rem!important;
}
.het-125 {
	height:1.25rem!important;
}
.het-130 {
	height:1.3rem!important;
}
.het-135 {
	height:1.35rem!important;
}
.het-140 {
	height:1.4rem!important;
}
.het-145 {
	height:1.45rem!important;
}
.het-150 {
	height:1.5rem!important;
}
.het-155 {
	height:1.55rem!important;
}
.het-160 {
	height:1.6rem!important;
}
.het-165 {
	height:1.65rem!important;
}
.het-170 {
	height:1.7rem!important;
}
.het-175 {
	height:1.75rem!important;
}
.het-180 {
	height:1.8rem!important;
}
.het-185 {
	height:1.85rem!important;
}
.het-190 {
	height:1.9rem!important;
}
.het-195 {
	height:1.95rem!important;
}
.het-200 {
	height:2rem!important;
}
.het-205 {
	height:2.05rem!important;
}
.het-210 {
	height:2.1rem!important;
}
.het-215 {
	height:2.15rem!important;
}
.het-220 {
	height:2.2rem!important;
}
.het-225 {
	height:2.25rem!important;
}
.het-230 {
	height:2.3rem!important;
}
.het-235 {
	height:2.35rem!important;
}
.het-240 {
	height:2.4rem!important;
}
.het-245 {
	height:2.45rem!important;
}
.het-250 {
	height:2.5rem!important;
}
.het-255 {
	height:2.55rem!important;
}
.het-260 {
	height:2.6rem!important;
}
.het-265 {
	height:2.65rem!important;
}
.het-270 {
	height:2.7rem!important;
}
.het-275 {
	height:2.75rem!important;
}
.het-280 {
	height:2.8rem!important;
}
.het-285 {
	height:2.85rem!important;
}
.het-290 {
	height:2.9rem!important;
}
.het-295 {
	height:2.95rem!important;
}
.het-300 {
	height:3rem!important;
}
.het-305 {
	height:3.05rem!important;
}
.het-310 {
	height:3.1rem!important;
}
.het-315 {
	height:3.15rem!important;
}
.het-320 {
	height:3.2rem!important;
}
.het-325 {
	height:3.25rem!important;
}
.het-330 {
	height:3.3rem!important;
}
.het-335 {
	height:3.35rem!important;
}
.het-340 {
	height:3.4rem!important;
}
.het-345 {
	height:3.45rem!important;
}
.het-350 {
	height:3.5rem!important;
}
.het-355 {
	height:3.55rem!important;
}
.het-360 {
	height:3.6rem!important;
}
.het-365 {
	height:3.65rem!important;
}
.het-370 {
	height:3.7rem!important;
}
.het-375 {
	height:3.75rem!important;
}
.het-380 {
	height:3.8rem!important;
}
.het-385 {
	height:3.85rem!important;
}
.het-390 {
	height:3.9rem!important;
}
.het-395 {
	height:3.95rem!important;
}
.het-400 {
	height:4rem!important;
}
.het-405 {
	height:4.05rem!important;
}
.het-410 {
	height:4.1rem!important;
}
.het-415 {
	height:4.15rem!important;
}
.het-420 {
	height:4.2rem!important;
}
.het-425 {
	height:4.25rem!important;
}
.het-430 {
	height:4.3rem!important;
}
.het-435 {
	height:4.35rem!important;
}
.het-440 {
	height:4.4rem!important;
}
.het-445 {
	height:4.45rem!important;
}
.het-450 {
	height:4.5rem!important;
}
.het-455 {
	height:4.55rem!important;
}
.het-460 {
	height:4.6rem!important;
}
.het-465 {
	height:4.65rem!important;
}
.het-470 {
	height:4.7rem!important;
}
.het-475 {
	height:4.75rem!important;
}
.het-480 {
	height:4.8rem!important;
}
.het-485 {
	height:4.85rem!important;
}
.het-490 {
	height:4.9rem!important;
}
.het-495 {
	height:4.95rem!important;
}
.het-500 {
	height:5rem!important;
}
.het-505 {
	height:5.05rem!important;
}
.het-510 {
	height:5.1rem!important;
}
.het-515 {
	height:5.15rem!important;
}
.het-520 {
	height:5.2rem!important;
}
.het-525 {
	height:5.25rem!important;
}
.het-530 {
	height:5.3rem!important;
}
.het-535 {
	height:5.35rem!important;
}
.het-540 {
	height:5.4rem!important;
}
.het-545 {
	height:5.45rem!important;
}
.het-550 {
	height:5.5rem!important;
}
.het-555 {
	height:5.55rem!important;
}
.het-560 {
	height:5.6rem!important;
}
.het-565 {
	height:5.65rem!important;
}
.het-570 {
	height:5.7rem!important;
}
.het-575 {
	height:5.75rem!important;
}
.het-580 {
	height:5.8rem!important;
}
.het-585 {
	height:5.85rem!important;
}
.het-590 {
	height:5.9rem!important;
}
.het-595 {
	height:5.95rem!important;
}
.het-600 {
	height:6rem!important;
}
.het-605 {
	height:6.05rem!important;
}
.het-610 {
	height:6.1rem!important;
}
.het-615 {
	height:6.15rem!important;
}
.het-620 {
	height:6.2rem!important;
}
.het-625 {
	height:6.25rem!important;
}
.het-630 {
	height:6.3rem!important;
}
.het-635 {
	height:6.35rem!important;
}
.het-640 {
	height:6.4rem!important;
}
.het-645 {
	height:6.45rem!important;
}
.het-650 {
	height:6.5rem!important;
}
.het-655 {
	height:6.55rem!important;
}
.het-660 {
	height:6.6rem!important;
}
.het-665 {
	height:6.65rem!important;
}
.het-670 {
	height:6.7rem!important;
}
.het-675 {
	height:6.75rem!important;
}
.het-680 {
	height:6.8rem!important;
}
.het-685 {
	height:6.85rem!important;
}
.het-690 {
	height:6.9rem!important;
}
.het-695 {
	height:6.95rem!important;
}
.het-700 {
	height:7rem!important;
}
.het-705 {
	height:7.05rem!important;
}
.het-710 {
	height:7.1rem!important;
}
.het-715 {
	height:7.15rem!important;
}
.het-720 {
	height:7.2rem!important;
}
.het-725 {
	height:7.25rem!important;
}
.het-730 {
	height:7.3rem!important;
}
.het-735 {
	height:7.35rem!important;
}
.het-740 {
	height:7.4rem!important;
}
.het-745 {
	height:7.45rem!important;
}
.het-750 {
	height:7.5rem!important;
}
.het-755 {
	height:7.55rem!important;
}
.het-760 {
	height:7.6rem!important;
}
.het-765 {
	height:7.65rem!important;
}
.het-770 {
	height:7.7rem!important;
}
.het-775 {
	height:7.75rem!important;
}
.het-780 {
	height:7.8rem!important;
}
.het-785 {
	height:7.85rem!important;
}
.het-790 {
	height:7.9rem!important;
}
.het-795 {
	height:7.95rem!important;
}
.het-800 {
	height:8rem!important;
}
.het-805 {
	height:8.05rem!important;
}
.het-810 {
	height:8.1rem!important;
}
.het-815 {
	height:8.15rem!important;
}
.het-820 {
	height:8.2rem!important;
}
.het-825 {
	height:8.25rem!important;
}
.het-830 {
	height:8.3rem!important;
}
.het-835 {
	height:8.35rem!important;
}
.het-840 {
	height:8.4rem!important;
}
.het-845 {
	height:8.45rem!important;
}
.het-850 {
	height:8.5rem!important;
}
.het-855 {
	height:8.55rem!important;
}
.het-860 {
	height:8.6rem!important;
}
.het-865 {
	height:8.65rem!important;
}
.het-870 {
	height:8.7rem!important;
}
.het-875 {
	height:8.75rem!important;
}
.het-880 {
	height:8.8rem!important;
}
.het-885 {
	height:8.85rem!important;
}
.het-890 {
	height:8.9rem!important;
}
.het-895 {
	height:8.95rem!important;
}
.het-900 {
	height:9rem!important;
}
.het-905 {
	height:9.05rem!important;
}
.het-910 {
	height:9.1rem!important;
}
.het-915 {
	height:9.15rem!important;
}
.het-920 {
	height:9.2rem!important;
}
.het-925 {
	height:92.5rem!important;
}
.het-930 {
	height:9.3rem!important;
}
.het-935 {
	height:9.35rem!important;
}
.het-940 {
	height:9.4rem!important;
}
.het-945 {
	height:9.45rem!important;
}
.het-950 {
	height:9.5rem!important;
}
.het-955 {
	height:9.55rem!important;
}
.het-960 {
	height:9.6rem!important;
}
.het-965 {
	height:9.65rem!important;
}
.het-970 {
	height:9.7rem!important;
}
.het-975 {
	height:9.75rem!important;
}
.het-980 {
	height:9.8rem!important;
}
.het-985 {
	height:9.85rem!important;
}
.het-990 {
	height:9.9rem!important;
}
.het-995 {
	height:9.95rem!important;
}
.het-1000 {
	height:10rem!important;
}
/*----------高度结束----------*/


/*边距*/
.pd-t0 {
	padding-top:0rem !important;
}
.pd-t1 {
	padding-top:0.01rem !important;
}
.pd-t2 {
	padding-top:0.02rem !important;
}
.pd-t3 {
	padding-top:0.03rem !important;
}
.pd-t4 {
	padding-top:0.04rem !important;
}
.pd-t5 {
	padding-top:0.05rem !important;
}
.pd-t6 {
	padding-top:0.06rem !important;
}
.pd-t7 {
	padding-top:0.07rem !important;
}
.pd-t8 {
	padding-top:0.08rem !important;
}
.pd-t9 {
	padding-top:0.09rem !important;
}
.pd-t10 {
	padding-top:0.1rem !important;
}
.pd-t11 {
	padding-top:0.11rem !important;
}
.pd-t12 {
	padding-top:0.12rem !important;
}
.pd-t13 {
	padding-top:0.13rem !important;
}
.pd-t14 {
	padding-top:0.14rem !important;
}
.pd-t15 {
	padding-top:0.15rem !important;
}
.pd-t16 {
	padding-top:0.16rem !important;
}
.pd-t17 {
	padding-top:0.17rem !important;
}
.pd-t18 {
	padding-top:0.18rem !important;
}
.pd-t19 {
	padding-top:0.19rem !important;
}
.pd-t20 {
	padding-top:0.2rem !important;
}
.pd-t25 {
	padding-top:0.25rem !important;
}
.pd-t30 {
	padding-top:0.3rem !important;
}
.pd-t35 {
	padding-top:0.35rem !important;
}
.pd-t40 {
	padding-top:0.4rem !important;
}
.pd-t45 {
	padding-top:0.45rem !important;
}
.pd-t50 {
	padding-top:0.5rem !important;
}
.pd-t55 {
	padding-top:0.55rem !important;
}
.pd-t60 {
	padding-top:0.6rem !important;
}
.pd-t65 {
	padding-top:0.65rem !important;
}
.pd-t70 {
	padding-top:0.7rem !important;
}
.pd-t75 {
	padding-top:0.75rem !important;
}
.pd-t80 {
	padding-top:0.8rem !important;
}
.pd-t85 {
	padding-top:0.85rem !important;
}
.pd-t90 {
	padding-top:0.9rem !important;
}
.pd-t95 {
	padding-top:0.95rem !important;
}
.pd-t100 {
	padding-top:1rem !important;
}
.pd-t105 {
	padding-top:1.05rem !important;
}
.pd-t110 {
	padding-top:1.1rem !important;
}
.pd-t115 {
	padding-top:1.15rem !important;
}
.pd-t120 {
	padding-top:1.2rem !important;
}
.pd-t125 {
	padding-top:1.25rem !important;
}
.pd-t130 {
	padding-top:1.3rem !important;
}
.pd-t135 {
	padding-top:1.35rem !important;
}
.pd-t140 {
	padding-top:1.4rem !important;
}
.pd-t145 {
	padding-top:1.45rem !important;
}
.pd-t150 {
	padding-top:1.5rem !important;
}
.pd-t155 {
	padding-top:1.55rem !important;
}
.pd-t160 {
	padding-top:1.6rem !important;
}
.pd-t165 {
	padding-top:1.65rem !important;
}
.pd-t170 {
	padding-top:1.7rem !important;
}
.pd-t175 {
	padding-top:1.75rem !important;
}
.pd-t180 {
	padding-top:1.8rem !important;
}
.pd-t185 {
	padding-top:1.85rem !important;
}
.pd-t190 {
	padding-top:1.9rem !important;
}
.pd-t195 {
	padding-top:1.95rem !important;
}
.pd-t200 {
	padding-top:2rem !important;
}
.pd-r0 {
	padding-right:0rem !important;
}
.pd-r1 {
	padding-right:0.01rem !important;
}
.pd-r2 {
	padding-right:0.02rem !important;
}
.pd-r3 {
	padding-right:0.03rem !important;
}
.pd-r4 {
	padding-right:0.04rem !important;
}
.pd-r5 {
	padding-right:0.05rem !important;
}
.pd-r6 {
	padding-right:0.06rem !important;
}
.pd-r7 {
	padding-right:0.07rem !important;
}
.pd-r8 {
	padding-right:0.08rem !important;
}
.pd-r9 {
	padding-right:0.09rem !important;
}
.pd-r10 {
	padding-right:0.1rem !important;
}
.pd-r11 {
	padding-right:0.11rem !important;
}
.pd-r12 {
	padding-right:0.12rem !important;
}
.pd-r13 {
	padding-right:0.13rem !important;
}
.pd-r14 {
	padding-right:0.14rem !important;
}
.pd-r15 {
	padding-right:0.15rem !important;
}
.pd-r16 {
	padding-right:0.16rem !important;
}
.pd-r17 {
	padding-right:0.17rem !important;
}
.pd-r18 {
	padding-right:0.18rem !important;
}
.pd-r19 {
	padding-right:0.19rem !important;
}
.pd-r20 {
	padding-right:0.2rem !important;
}
.pd-r25 {
	padding-right:0.25rem !important;
}
.pd-r30 {
	padding-right:0.3rem !important;
}
.pd-r35 {
	padding-right:0.35rem !important;
}
.pd-r40 {
	padding-right:0.4rem !important;
}
.pd-r45 {
	padding-right:0.45rem !important;
}
.pd-r50 {
	padding-right:0.5rem !important;
}
.pd-r55 {
	padding-right:0.55rem !important;
}
.pd-r60 {
	padding-right:0.6rem !important;
}
.pd-r65 {
	padding-right:0.65rem !important;
}
.pd-r70 {
	padding-right:0.7rem !important;
}
.pd-r75 {
	padding-right:0.75rem !important;
}
.pd-r80 {
	padding-right:0.8rem !important;
}
.pd-r85 {
	padding-right:0.85rem !important;
}
.pd-r90 {
	padding-right:0.9rem !important;
}
.pd-r95 {
	padding-right:0.95rem !important;
}
.pd-r100 {
	padding-right:1rem !important;
}
.pd-r105 {
	padding-right:1.05rem !important;
}
.pd-r110 {
	padding-right:1.1rem !important;
}
.pd-r115 {
	padding-right:1.15rem !important;
}
.pd-r120 {
	padding-right:1.2rem !important;
}
.pd-r125 {
	padding-right:1.25rem !important;
}
.pd-r130 {
	padding-right:1.3rem !important;
}
.pd-r135 {
	padding-right:1.35rem !important;
}
.pd-r140 {
	padding-right:1.4rem !important;
}
.pd-r145 {
	padding-right:1.45rem !important;
}
.pd-r150 {
	padding-right:1.5rem !important;
}
.pd-r155 {
	padding-right:1.55rem !important;
}
.pd-r160 {
	padding-right:1.6rem !important;
}
.pd-r165 {
	padding-right:1.65rem !important;
}
.pd-r170 {
	padding-right:1.7rem !important;
}
.pd-r175 {
	padding-right:1.75rem !important;
}
.pd-r180 {
	padding-right:1.8rem !important;
}
.pd-r185 {
	padding-right:1.85rem !important;
}
.pd-r190 {
	padding-right:1.9rem !important;
}
.pd-r195 {
	padding-right:1.95rem !important;
}
.pd-r200 {
	padding-right:2rem !important;
}
.pd-r210 {
	padding-right:2.1rem !important;
}
.pd-r220 {
	padding-right:2.2rem !important;
}
.pd-r230 {
	padding-right:2.3rem !important;
}
.pd-r240 {
	padding-right:2.4rem !important;
}
.pd-r250 {
	padding-right:2.5rem !important;
}
.pd-b0 {
	padding-bottom:0rem !important;
}
.pd-b1 {
	padding-bottom:0.01rem !important;
}
.pd-b2 {
	padding-bottom:0.02rem !important;
}
.pd-b3 {
	padding-bottom:0.03rem !important;
}
.pd-b4 {
	padding-bottom:0.04rem !important;
}
.pd-b5 {
	padding-bottom:0.05rem !important;
}
.pd-b6 {
	padding-bottom:0.06rem !important;
}
.pd-b7 {
	padding-bottom:0.07rem !important;
}
.pd-b8 {
	padding-bottom:0.08rem !important;
}
.pd-b9 {
	padding-bottom:0.09rem !important;
}
.pd-b10 {
	padding-bottom:0.1rem !important;
}
.pd-b11 {
	padding-bottom:0.11rem !important;
}
.pd-b12 {
	padding-bottom:0.12rem !important;
}
.pd-b13 {
	padding-bottom:0.13rem !important;
}
.pd-b14 {
	padding-bottom:0.14rem !important;
}
.pd-b15 {
	padding-bottom:0.15rem !important;
}
.pd-b16 {
	padding-bottom:0.16rem !important;
}
.pd-b17 {
	padding-bottom:0.17rem !important;
}
.pd-b18 {
	padding-bottom:0.18rem !important;
}
.pd-b19 {
	padding-bottom:0.19rem !important;
}
.pd-b20 {
	padding-bottom:0.2rem !important;
}
.pd-b25 {
	padding-bottom:0.25rem !important;
}
.pd-b30 {
	padding-bottom:0.3rem !important;
}
.pd-b35 {
	padding-bottom:0.35rem !important;
}
.pd-b40 {
	padding-bottom:0.4rem !important;
}
.pd-b45 {
	padding-bottom:0.45rem !important;
}
.pd-b50 {
	padding-bottom:0.5rem !important;
}
.pd-b55 {
	padding-bottom:0.55rem !important;
}
.pd-b60 {
	padding-bottom:0.6rem !important;
}
.pd-b65 {
	padding-bottom:0.65rem !important;
}
.pd-b70 {
	padding-bottom:0.7rem !important;
}
.pd-b75 {
	padding-bottom:0.75rem !important;
}
.pd-b80 {
	padding-bottom:0.8rem !important;
}
.pd-b85 {
	padding-bottom:0.85rem !important;
}
.pd-b90 {
	padding-bottom:0.9rem !important;
}
.pd-b95 {
	padding-bottom:0.95rem !important;
}
.pd-b100 {
	padding-bottom:1rem !important;
}
.pd-b105 {
	padding-bottom:1.05rem !important;
}
.pd-b110 {
	padding-bottom:1.1rem !important;
}
.pd-b115 {
	padding-bottom:1.15rem !important;
}
.pd-b120 {
	padding-bottom:1.2rem !important;
}
.pd-b125 {
	padding-bottom:1.25rem !important;
}
.pd-b130 {
	padding-bottom:1.3rem !important;
}
.pd-b135 {
	padding-bottom:1.35rem !important;
}
.pd-b140 {
	padding-bottom:1.4rem !important;
}
.pd-b145 {
	padding-bottom:1.45rem !important;
}
.pd-b150 {
	padding-bottom:1.5rem !important;
}
.pd-b155 {
	padding-bottom:1.55rem !important;
}
.pd-b160 {
	padding-bottom:1.6rem !important;
}
.pd-b165 {
	padding-bottom:1.65rem !important;
}
.pd-b170 {
	padding-bottom:1.7rem !important;
}
.pd-b175 {
	padding-bottom:1.75rem !important;
}
.pd-b180 {
	padding-bottom:1.8rem !important;
}
.pd-b185 {
	padding-bottom:1.85rem !important;
}
.pd-b190 {
	padding-bottom:1.9rem !important;
}
.pd-b195 {
	padding-bottom:1.95rem !important;
}
.pd-b200 {
	padding-bottom:2rem !important;
}
.pd-l0 {
	padding-left:0rem !important;
}
.pd-l1 {
	padding-left:0.01rem !important;
}
.pd-l2 {
	padding-left:0.02rem !important;
}
.pd-l3 {
	padding-left:0.03rem !important;
}
.pd-l4 {
	padding-left:0.04rem !important;
}
.pd-l5 {
	padding-left:0.05rem !important;
}
.pd-l6 {
	padding-left:0.06rem !important;
}
.pd-l7 {
	padding-left:0.07rem !important;
}
.pd-l8 {
	padding-left:0.08rem !important;
}
.pd-l9 {
	padding-left:0.09rem !important;
}
.pd-l10 {
	padding-left:0.1rem !important;
}
.pd-l11 {
	padding-left:0.11rem !important;
}
.pd-l12 {
	padding-left:0.12rem !important;
}
.pd-l13 {
	padding-left:0.13rem !important;
}
.pd-l14 {
	padding-left:0.14rem !important;
}
.pd-l15 {
	padding-left:0.15rem !important;
}
.pd-l16 {
	padding-left:0.16rem !important;
}
.pd-l17 {
	padding-left:0.17rem !important;
}
.pd-l18 {
	padding-left:0.18rem !important;
}
.pd-l19 {
	padding-left:0.19rem !important;
}
.pd-l20 {
	padding-left:0.2rem !important;
}
.pd-l25 {
	padding-left:0.25rem !important;
}
.pd-l30 {
	padding-left:0.3rem !important;
}
.pd-l35 {
	padding-left:0.35rem !important;
}
.pd-l40 {
	padding-left:0.4rem !important;
}
.pd-l45 {
	padding-left:0.45rem !important;
}
.pd-l50 {
	padding-left:0.5rem !important;
}
.pd-l55 {
	padding-left:0.55rem !important;
}
.pd-l60 {
	padding-left:0.6rem !important;
}
.pd-l65 {
	padding-left:0.65rem !important;
}
.pd-l70 {
	padding-left:0.7rem !important;
}
.pd-l75 {
	padding-left:0.75rem !important;
}
.pd-l80 {
	padding-left:0.8rem !important;
}
.pd-l85 {
	padding-left:0.85rem !important;
}
.pd-l90 {
	padding-left:0.9rem !important;
}
.pd-l95 {
	padding-left:0.95rem !important;
}
.pd-l100 {
	padding-left:1rem !important;
}
.pd-l105 {
	padding-left:1.05rem !important;
}
.pd-l110 {
	padding-left:1.1rem !important;
}
.pd-l115 {
	padding-left:1.15rem !important;
}
.pd-l120 {
	padding-left:1.2rem !important;
}
.pd-l125 {
	padding-left:1.25rem !important;
}
.pd-l130 {
	padding-left:1.3rem !important;
}
.pd-l135 {
	padding-left:1.35rem !important;
}
.pd-l140 {
	padding-left:1.4rem !important;
}
.pd-l145 {
	padding-left:1.45rem !important;
}
.pd-l150 {
	padding-left:1.5rem !important;
}
.pd-l155 {
	padding-left:1.55rem !important;
}
.pd-l160 {
	padding-left:1.6rem !important;
}
.pd-l165 {
	padding-left:1.65rem !important;
}
.pd-l170 {
	padding-left:1.7rem !important;
}
.pd-l175 {
	padding-left:1.75rem !important;
}
.pd-l180 {
	padding-left:1.8rem !important;
}
.pd-l185 {
	padding-left:1.85rem !important;
}
.pd-l190 {
	padding-left:1.9rem !important;
}
.pd-l195 {
	padding-left:1.95rem !important;
}
.pd-l200 {
	padding-left:2rem !important;
}
.pd-l210 {
	padding-left:2.1rem !important;
}
.pd-l220 {
	padding-left:2.2rem !important;
}
.pd-l230 {
	padding-left:2.3rem !important;
}
.pd-l240 {
	padding-left:2.4rem !important;
}
.pd-l250 {
	padding-left:2.5rem !important;
}
.pd-lr0 {
	padding-left:0rem !important;
	padding-right:0rem !important;
}
.pd-lr1 {
	padding-left:0.01rem !important;
	padding-right:0.01rem !important;
}
.pd-lr2 {
	padding-left:0.02rem !important;
	padding-right:0.02rem !important;
}
.pd-lr3 {
	padding-left:0.03rem !important;
	padding-right:0.03rem !important;
}
.pd-lr4 {
	padding-left:0.04rem !important;
	padding-right:0.04rem !important;
}
.pd-lr5 {
	padding-left:0.05rem !important;
	padding-right:0.05rem !important;
}
.pd-lr6 {
	padding-left:0.06rem !important;
	padding-right:0.06rem !important;
}
.pd-lr7 {
	padding-left:0.07rem !important;
	padding-right:0.07rem !important;
}
.pd-lr8 {
	padding-left:0.08rem !important;
	padding-right:0.08rem !important;
}
.pd-lr9 {
	padding-left:0.09rem !important;
	padding-right:0.09rem !important;
}
.pd-lr10 {
	padding-left:0.1rem !important;
	padding-right:0.1rem !important;
}
.pd-lr11 {
	padding-left:0.11rem !important;
	padding-right:0.11rem !important;
}
.pd-lr12 {
	padding-left:0.12rem !important;
	padding-right:0.12rem !important;
}
.pd-lr13 {
	padding-left:0.13rem !important;
	padding-right:0.13rem !important;
}
.pd-lr14 {
	padding-left:0.14rem !important;
	padding-right:0.14rem !important;
}
.pd-lr15 {
	padding-left:0.15rem !important;
	padding-right:0.15rem !important;
}
.pd-lr16 {
	padding-left:0.16rem !important;
	padding-right:0.16rem !important;
}
.pd-lr17 {
	padding-left:0.17rem !important;
	padding-right:0.17rem !important;
}
.pd-lr18 {
	padding-left:0.18rem !important;
	padding-right:0.18rem !important;
}
.pd-lr19 {
	padding-left:0.19rem !important;
	padding-right:0.19rem !important;
}
.pd-lr20 {
	padding-left:0.2rem !important;
	padding-right:0.2rem !important;
}
.pd-lr25 {
	padding-left:0.25rem !important;
	padding-right:0.25rem !important;
}
.pd-lr30 {
	padding-left:0.3rem !important;
	padding-right:0.3rem !important;
}
.pd-lr35 {
	padding-left:0.35rem !important;
	padding-right:0.35rem !important;
}
.pd-lr40 {
	padding-left:0.4rem !important;
	padding-right:0.4rem !important;
}
.pd-lr45 {
	padding-left:0.45rem !important;
	padding-right:0.45rem !important;
}
.pd-lr50 {
	padding-left:0.5rem !important;
	padding-right:0.5rem !important;
}
.pd-lr55 {
	padding-left:0.55rem !important;
	padding-right:0.55rem !important;
}
.pd-lr60 {
	padding-left:0.6rem !important;
	padding-right:0.6rem !important;
}
.pd-lr65 {
	padding-left:0.65rem !important;
	padding-right:0.65rem !important;
}
.pd-lr70 {
	padding-left:0.7rem !important;
	padding-right:0.7rem !important;
}
.pd-lr75 {
	padding-left:0.75rem !important;
	padding-right:0.75rem !important;
}
.pd-lr80 {
	padding-left:0.8rem !important;
	padding-right:0.8rem !important;
}
.pd-lr85 {
	padding-left:0.85rem !important;
	padding-right:0.85rem !important;
}
.pd-lr90 {
	padding-left:0.9rem !important;
	padding-right:0.9rem !important;
}
.pd-lr95 {
	padding-left:0.95rem !important;
	padding-right:0.95rem !important;
}
.pd-lr100 {
	padding-left:1rem !important;
	padding-right:1rem !important;
}
.pd-tb0 {
	padding-top:0rem !important;
	padding-bottom:0rem !important;
}
.pd-tb1 {
	padding-top:0.01rem !important;
	padding-bottom:0.01rem !important;
}
.pd-tb2 {
	padding-top:0.02rem !important;
	padding-bottom:0.02rem !important;
}
.pd-tb3 {
	padding-top:0.03rem !important;
	padding-bottom:0.03rem !important;
}
.pd-tb4 {
	padding-top:0.04rem !important;
	padding-bottom:0.04rem !important;
}
.pd-tb5 {
	padding-top:0.05rem !important;
	padding-bottom:0.05rem !important;
}
.pd-tb6 {
	padding-top:0.06rem !important;
	padding-bottom:0.06rem !important;
}
.pd-tb7 {
	padding-top:0.07rem !important;
	padding-bottom:0.07rem !important;
}
.pd-tb8 {
	padding-top:0.08rem !important;
	padding-bottom:0.08rem !important;
}
.pd-tb9 {
	padding-top:0.09rem !important;
	padding-bottom:0.09rem !important;
}
.pd-tb10 {
	padding-top:0.1rem !important;
	padding-bottom:0.1rem !important;
}
.pd-tb11 {
	padding-top:0.11rem !important;
	padding-bottom:0.11rem !important;
}
.pd-tb12 {
	padding-top:0.12rem !important;
	padding-bottom:0.12rem !important;
}
.pd-tb13 {
	padding-top:0.13rem !important;
	padding-bottom:0.13rem !important;
}
.pd-tb14 {
	padding-top:0.14rem !important;
	padding-bottom:0.14rem !important;
}
.pd-tb15 {
	padding-top:0.15rem !important;
	padding-bottom:0.15rem !important;
}
.pd-tb16 {
	padding-top:0.16rem !important;
	padding-bottom:0.16rem !important;
}
.pd-tb17 {
	padding-top:0.17rem !important;
	padding-bottom:0.17rem !important;
}
.pd-tb18 {
	padding-top:0.18rem !important;
	padding-bottom:0.18rem !important;
}
.pd-tb19 {
	padding-top:0.19rem !important;
	padding-bottom:0.19rem !important;
}
.pd-tb20 {
	padding-top:0.2rem !important;
	padding-bottom:0.2rem !important;
}
.pd-tb25 {
	padding-top:0.25rem !important;
	padding-bottom:0.25rem !important;
}
.pd-tb30 {
	padding-top:0.3rem !important;
	padding-bottom:0.3rem !important;
}
.pd-tb35 {
	padding-top:0.35rem !important;
	padding-bottom:0.35rem !important;
}
.pd-tb40 {
	padding-top:0.4rem !important;
	padding-bottom:0.4rem !important;
}
.pd-tb45 {
	padding-top:0.45rem !important;
	padding-bottom:0.45rem !important;
}
.pd-tb50 {
	padding-top:0.5rem !important;
	padding-bottom:0.5rem !important;
}
.pd-tb55 {
	padding-top:0.55rem !important;
	padding-bottom:0.55rem !important;
}
.pd-tb60 {
	padding-top:0.6rem !important;
	padding-bottom:0.6rem !important;
}
.pd-tb65 {
	padding-top:0.65rem !important;
	padding-bottom:0.65rem !important;
}
.pd-tb70 {
	padding-top:0.7rem !important;
	padding-bottom:0.7rem !important;
}
.pd-tb75 {
	padding-top:0.75rem !important;
	padding-bottom:0.75rem !important;
}
.pd-tb80 {
	padding-top:0.8rem !important;
	padding-bottom:0.8rem !important;
}
.pd-tb85 {
	padding-top:0.85rem !important;
	padding-bottom:0.85rem !important;
}
.pd-tb90 {
	padding-top:0.9rem !important;
	padding-bottom:0.9rem !important;
}
.pd-tb95 {
	padding-top:0.95rem !important;
	padding-bottom:0.95rem !important;
}
.pd-tb100 {
	padding-top:1rem !important;
	padding-bottom:1rem !important;
}
.mg-t0 {
	margin-top:0rem !important;
}
.mg-t1 {
	margin-top:0.01rem !important;
}
.mg-t2 {
	margin-top:0.02rem !important;
}
.mg-t3 {
	margin-top:0.03rem !important;
}
.mg-t4 {
	margin-top:0.04rem !important;
}
.mg-t5 {
	margin-top:0.05rem !important;
}
.mg-t6 {
	margin-top:0.06rem !important;
}
.mg-t7 {
	margin-top:0.07rem !important;
}
.mg-t8 {
	margin-top:0.08rem !important;
}
.mg-t9 {
	margin-top:0.09rem !important;
}
.mg-t10 {
	margin-top:0.1rem !important;
}
.mg-t11 {
	margin-top:0.11rem !important;
}
.mg-t12 {
	margin-top:0.12rem !important;
}
.mg-t13 {
	margin-top:0.13rem !important;
}
.mg-t14 {
	margin-top:0.14rem !important;
}
.mg-t15 {
	margin-top:0.15rem !important;
}
.mg-t16 {
	margin-top:0.16rem !important;
}
.mg-t17 {
	margin-top:0.17rem !important;
}
.mg-t18 {
	margin-top:0.18rem !important;
}
.mg-t19 {
	margin-top:0.19rem !important;
}
.mg-t20 {
	margin-top:0.2rem !important;
}
.mg-t25 {
	margin-top:0.25rem !important;
}
.mg-t30 {
	margin-top:0.3rem !important;
}
.mg-t35 {
	margin-top:0.35rem !important;
}
.mg-t40 {
	margin-top:0.4rem !important;
}
.mg-t45 {
	margin-top:0.45rem !important;
}
.mg-t50 {
	margin-top:0.5rem !important;
}
.mg-t55 {
	margin-top:0.55rem !important;
}
.mg-t60 {
	margin-top:0.6rem !important;
}
.mg-t65 {
	margin-top:0.65rem !important;
}
.mg-t70 {
	margin-top:0.7rem !important;
}
.mg-t75 {
	margin-top:0.75rem !important;
}
.mg-t80 {
	margin-top:0.8rem !important;
}
.mg-t85 {
	margin-top:0.85rem !important;
}
.mg-t90 {
	margin-top:0.9rem !important;
}
.mg-t95 {
	margin-top:0.95rem !important;
}
.mg-t100 {
	margin-top:1rem !important;
}
.mg-t110 {
	margin-top:1.1rem !important;
}
.mg-t120 {
	margin-top:1.2rem !important;
}
.mg-t130 {
	margin-top:1.3rem !important;
}
.mg-t140 {
	margin-top:1.4rem !important;
}
.mg-t150 {
	margin-top:1.5rem !important;
}
.mg-t160 {
	margin-top:1.6rem !important;
}
.mg-t170 {
	margin-top:1.7rem !important;
}
.mg-t180 {
	margin-top:1.8rem !important;
}
.mg-t190 {
	margin-top:1.9rem !important;
}
.mg-t200 {
	margin-top:2rem !important;
}
.mg-t210 {
	margin-top:2.1rem !important;
}
.mg-t220 {
	margin-top:2.2rem !important;
}
.mg-t230 {
	margin-top:2.3rem !important;
}
.mg-t240 {
	margin-top:2.4rem !important;
}
.mg-t250 {
	margin-top:2.5rem !important;
}
.mg-r0 {
	margin-right:0rem !important;
}
.mg-r1 {
	margin-right:0.01rem !important;
}
.mg-r2 {
	margin-right:0.02rem !important;
}
.mg-r3 {
	margin-right:0.03rem !important;
}
.mg-r4 {
	margin-right:0.04rem !important;
}
.mg-r5 {
	margin-right:0.05rem !important;
}
.mg-r6 {
	margin-right:0.06rem !important;
}
.mg-r7 {
	margin-right:0.07rem !important;
}
.mg-r8 {
	margin-right:0.08rem !important;
}
.mg-r9 {
	margin-right:0.09rem !important;
}
.mg-r10 {
	margin-right:0.1rem !important;
}
.mg-r11 {
	margin-right:0.11rem !important;
}
.mg-r12 {
	margin-right:0.12rem !important;
}
.mg-r13 {
	margin-right:0.13rem !important;
}
.mg-r14 {
	margin-right:0.14rem !important;
}
.mg-r15 {
	margin-right:0.15rem !important;
}
.mg-r16 {
	margin-right:0.16rem !important;
}
.mg-r17 {
	margin-right:0.17rem !important;
}
.mg-r18 {
	margin-right:0.18rem !important;
}
.mg-r19 {
	margin-right:0.19rem !important;
}
.mg-r20 {
	margin-right:0.2rem !important;
}
.mg-r25 {
	margin-right:0.25rem !important;
}
.mg-r30 {
	margin-right:0.3rem !important;
}
.mg-r35 {
	margin-right:0.35rem !important;
}
.mg-r40 {
	margin-right:0.4rem !important;
}
.mg-r45 {
	margin-right:0.45rem !important;
}
.mg-r50 {
	margin-right:0.5rem !important;
}
.mg-r55 {
	margin-right:0.55rem !important;
}
.mg-r60 {
	margin-right:0.6rem !important;
}
.mg-r65 {
	margin-right:0.65rem !important;
}
.mg-r70 {
	margin-right:0.7rem !important;
}
.mg-r75 {
	margin-right:0.75rem !important;
}
.mg-r80 {
	margin-right:0.8rem !important;
}
.mg-r85 {
	margin-right:0.85rem !important;
}
.mg-r90 {
	margin-right:0.9rem !important;
}
.mg-r95 {
	margin-right:0.95rem !important;
}
.mg-r100 {
	margin-right:1rem !important;
}
.mg-r110 {
	margin-right:1.1rem !important;
}
.mg-r120 {
	margin-right:1.2rem !important;
}
.mg-r130 {
	margin-right:1.3rem !important;
}
.mg-r140 {
	margin-right:1.4rem !important;
}
.mg-r150 {
	margin-right:1.5rem !important;
}
.mg-r160 {
	margin-right:1.6rem !important;
}
.mg-r170 {
	margin-right:1.7rem !important;
}
.mg-r180 {
	margin-right:1.8rem !important;
}
.mg-r190 {
	margin-right:1.9rem !important;
}
.mg-r200 {
	margin-right:2rem !important;
}
.mg-r210 {
	margin-right:2.1rem !important;
}
.mg-r220 {
	margin-right:2.2rem !important;
}
.mg-r230 {
	margin-right:2.3rem !important;
}
.mg-r240 {
	margin-right:2.4rem !important;
}
.mg-r250 {
	margin-right:2.5rem !important;
}
.mg-b0 {
	margin-bottom:0rem !important;
}
.mg-b1 {
	margin-bottom:0.01rem !important;
}
.mg-b2 {
	margin-bottom:0.02rem !important;
}
.mg-b3 {
	margin-bottom:0.03rem !important;
}
.mg-b4 {
	margin-bottom:0.04rem !important;
}
.mg-b5 {
	margin-bottom:0.05rem !important;
}
.mg-b6 {
	margin-bottom:0.06rem !important;
}
.mg-b7 {
	margin-bottom:0.07rem !important;
}
.mg-b8 {
	margin-bottom:0.08rem !important;
}
.mg-b9 {
	margin-bottom:0.09rem !important;
}
.mg-b10 {
	margin-bottom:0.1rem !important;
}
.mg-b11 {
	margin-bottom:0.11rem !important;
}
.mg-b12 {
	margin-bottom:0.12rem !important;
}
.mg-b13 {
	margin-bottom:0.13rem !important;
}
.mg-b14 {
	margin-bottom:0.14rem !important;
}
.mg-b15 {
	margin-bottom:0.15rem !important;
}
.mg-b16 {
	margin-bottom:0.16rem !important;
}
.mg-b17 {
	margin-bottom:0.17rem !important;
}
.mg-b18 {
	margin-bottom:0.18rem !important;
}
.mg-b19 {
	margin-bottom:0.19rem !important;
}
.mg-b20 {
	margin-bottom:0.2rem !important;
}
.mg-b25 {
	margin-bottom:0.25rem !important;
}
.mg-b30 {
	margin-bottom:0.3rem !important;
}
.mg-b35 {
	margin-bottom:0.35rem !important;
}
.mg-b40 {
	margin-bottom:0.4rem !important;
}
.mg-b45 {
	margin-bottom:0.45rem !important;
}
.mg-b50 {
	margin-bottom:0.5rem !important;
}
.mg-b55 {
	margin-bottom:0.55rem !important;
}
.mg-b60 {
	margin-bottom:0.6rem !important;
}
.mg-b65 {
	margin-bottom:0.65rem !important;
}
.mg-b70 {
	margin-bottom:0.7rem !important;
}
.mg-b75 {
	margin-bottom:0.75rem !important;
}
.mg-b80 {
	margin-bottom:0.8rem !important;
}
.mg-b85 {
	margin-bottom:0.85rem !important;
}
.mg-b90 {
	margin-bottom:0.9rem !important;
}
.mg-b95 {
	margin-bottom:0.95rem !important;
}
.mg-b100 {
	margin-bottom:1rem !important;
}
.mg-b110 {
	margin-bottom:1.1rem !important;
}
.mg-b120 {
	margin-bottom:1.2rem !important;
}
.mg-b130 {
	margin-bottom:1.3rem !important;
}
.mg-b140 {
	margin-bottom:1.4rem !important;
}
.mg-b150 {
	margin-bottom:1.5rem !important;
}
.mg-b160 {
	margin-bottom:1.6rem !important;
}
.mg-b170 {
	margin-bottom:1.7rem !important;
}
.mg-b180 {
	margin-bottom:1.8rem !important;
}
.mg-b190 {
	margin-bottom:1.9rem !important;
}
.mg-b200 {
	margin-bottom:2rem !important;
}
.mg-b210 {
	margin-bottom:2.1rem !important;
}
.mg-b220 {
	margin-bottom:2.2rem !important;
}
.mg-b230 {
	margin-bottom:2.3rem !important;
}
.mg-b240 {
	margin-bottom:2.4rem !important;
}
.mg-b250 {
	margin-bottom:2.5rem !important;
}
.mg-l0 {
	margin-left:0rem !important;
}
.mg-l1 {
	margin-left:0.01rem !important;
}
.mg-l2 {
	margin-left:0.02rem !important;
}
.mg-l3 {
	margin-left:0.03rem !important;
}
.mg-l4 {
	margin-left:0.04rem !important;
}
.mg-l5 {
	margin-left:0.05rem !important;
}
.mg-l6 {
	margin-left:0.06rem !important;
}
.mg-l7 {
	margin-left:0.07rem !important;
}
.mg-l8 {
	margin-left:0.08rem !important;
}
.mg-l9 {
	margin-left:0.09rem !important;
}
.mg-l10 {
	margin-left:0.1rem !important;
}
.mg-l11 {
	margin-left:0.11rem !important;
}
.mg-l12 {
	margin-left:0.12rem !important;
}
.mg-l13 {
	margin-left:0.13rem !important;
}
.mg-l14 {
	margin-left:0.14rem !important;
}
.mg-l15 {
	margin-left:0.15rem !important;
}
.mg-l16 {
	margin-left:0.16rem !important;
}
.mg-l17 {
	margin-left:0.17rem !important;
}
.mg-l18 {
	margin-left:0.18rem !important;
}
.mg-l19 {
	margin-left:0.19rem !important;
}
.mg-l20 {
	margin-left:0.2rem !important;
}
.mg-l25 {
	margin-left:0.25rem !important;
}
.mg-l30 {
	margin-left:0.3rem !important;
}
.mg-l35 {
	margin-left:0.35rem !important;
}
.mg-l40 {
	margin-left:0.4rem !important;
}
.mg-l45 {
	margin-left:0.45rem !important;
}
.mg-l50 {
	margin-left:0.5rem !important;
}
.mg-l55 {
	margin-left:0.55rem !important;
}
.mg-l60 {
	margin-left:0.6rem !important;
}
.mg-l65 {
	margin-left:0.65rem !important;
}
.mg-l70 {
	margin-left:0.7rem !important;
}
.mg-l75 {
	margin-left:0.75rem !important;
}
.mg-l80 {
	margin-left:0.8rem !important;
}
.mg-l85 {
	margin-left:0.85rem !important;
}
.mg-l90 {
	margin-left:0.9rem !important;
}
.mg-l95 {
	margin-left:0.95rem !important;
}
.mg-l100 {
	margin-left:1rem !important;
}
.mg-l110 {
	margin-left:1.1rem !important;
}
.mg-l120 {
	margin-left:1.2rem !important;
}
.mg-l130 {
	margin-left:1.3rem !important;
}
.mg-l140 {
	margin-left:1.4rem !important;
}
.mg-l150 {
	margin-left:1.5rem !important;
}
.mg-l160 {
	margin-left:1.6rem !important;
}
.mg-l170 {
	margin-left:1.7rem !important;
}
.mg-l180 {
	margin-left:1.8rem !important;
}
.mg-l190 {
	margin-left:1.9rem !important;
}
.mg-l200 {
	margin-left:2rem !important;
}
.mg-l210 {
	margin-left:2.1rem !important;
}
.mg-l220 {
	margin-left:2.2rem !important;
}
.mg-l230 {
	margin-left:2.3rem !important;
}
.mg-l240 {
	margin-left:2.4rem !important;
}
.mg-l250 {
	margin-left:2.5rem !important;
}
.mg-lr0 {
	margin-left:0rem !important;
	margin-right:0rem !important;
}
.mg-lr1 {
	margin-left:0.01rem !important;
	margin-right:0.01rem !important;
}
.mg-lr2 {
	margin-left:0.02rem !important;
	margin-right:0.02rem !important;
}
.mg-lr3 {
	margin-left:0.03rem !important;
	margin-right:0.03rem !important;
}
.mg-lr4 {
	margin-left:0.04rem !important;
	margin-right:0.04rem !important;
}
.mg-lr5 {
	margin-left:0.05rem !important;
	margin-right:0.05rem !important;
}
.mg-lr6 {
	margin-left:0.06rem !important;
	margin-right:0.06rem !important;
}
.mg-lr7 {
	margin-left:0.07rem !important;
	margin-right:0.07rem !important;
}
.mg-lr8 {
	margin-left:0.08rem !important;
	margin-right:0.08rem !important;
}
.mg-lr9 {
	margin-left:0.09rem !important;
	margin-right:0.09rem !important;
}
.mg-lr10 {
	margin-left:0.1rem !important;
	margin-right:0.1rem !important;
}
.mg-lr11 {
	margin-left:0.11rem !important;
	margin-right:0.11rem !important;
}
.mg-lr12 {
	margin-left:0.12rem !important;
	margin-right:0.12rem !important;
}
.mg-lr13 {
	margin-left:0.13rem !important;
	margin-right:0.13rem !important;
}
.mg-lr14 {
	margin-left:0.14rem !important;
	margin-right:0.14rem !important;
}
.mg-lr15 {
	margin-left:0.15rem !important;
	margin-right:0.15rem !important;
}
.mg-lr16 {
	margin-left:0.16rem !important;
	margin-right:0.16rem !important;
}
.mg-lr17 {
	margin-left:0.17rem !important;
	margin-right:0.17rem !important;
}
.mg-lr18 {
	margin-left:0.18rem !important;
	margin-right:0.18rem !important;
}
.mg-lr19 {
	margin-left:0.19rem !important;
	margin-right:0.19rem !important;
}
.mg-lr20 {
	margin-left:0.2rem !important;
	margin-right:0.2rem !important;
}
.mg-lr25 {
	margin-left:0.25rem !important;
	margin-right:0.25rem !important;
}
.mg-lr30 {
	margin-left:0.3rem !important;
	margin-right:0.3rem !important;
}
.mg-lr35 {
	margin-left:0.35rem !important;
	margin-right:0.35rem !important;
}
.mg-lr40 {
	margin-left:0.4rem !important;
	margin-right:0.4rem !important;
}
.mg-lr45 {
	margin-left:0.45rem !important;
	margin-right:0.45rem !important;
}
.mg-lr50 {
	margin-left:0.5rem !important;
	margin-right:0.5rem !important;
}
.mg-lr55 {
	margin-left:0.55rem !important;
	margin-right:0.55rem !important;
}
.mg-lr60 {
	margin-left:0.6rem !important;
	margin-right:0.6rem !important;
}
.mg-lr65 {
	margin-left:0.65rem !important;
	margin-right:0.65rem !important;
}
.mg-lr70 {
	margin-left:0.7rem !important;
	margin-right:0.7rem !important;
}
.mg-lr75 {
	margin-left:0.75rem !important;
	margin-right:0.75rem !important;
}
.mg-lr80 {
	margin-left:0.8rem !important;
	margin-right:0.8rem !important;
}
.mg-lr85 {
	margin-left:0.85rem !important;
	margin-right:0.85rem !important;
}
.mg-lr90 {
	margin-left:0.9rem !important;
	margin-right:0.9rem !important;
}
.mg-lr95 {
	margin-left:0.95rem !important;
	margin-right:0.95rem !important;
}
.mg-lr100 {
	margin-left:1rem !important;
	margin-right:1rem !important;
}
.mg-tb0 {
	margin-top:0rem !important;
	margin-bottom:0rem !important;
}
.mg-tb1 {
	margin-top:0.01rem !important;
	margin-bottom:0.01rem !important;
}
.mg-tb2 {
	margin-top:0.02rem !important;
	margin-bottom:0.02rem !important;
}
.mg-tb3 {
	margin-top:0.03rem !important;
	margin-bottom:0.03rem !important;
}
.mg-tb4 {
	margin-top:0.04rem !important;
	margin-bottom:0.04rem !important;
}
.mg-tb5 {
	margin-top:0.05rem !important;
	margin-bottom:0.05rem !important;
}
.mg-tb6 {
	margin-top:0.06rem !important;
	margin-bottom:0.06rem !important;
}
.mg-tb7 {
	margin-top:0.07rem !important;
	margin-bottom:0.07rem !important;
}
.mg-tb8 {
	margin-top:0.08rem !important;
	margin-bottom:0.08rem !important;
}
.mg-tb9 {
	margin-top:0.09rem !important;
	margin-bottom:0.09rem !important;
}
.mg-tb10 {
	margin-top:0.1rem !important;
	margin-bottom:0.1rem !important;
}
.mg-tb11 {
	margin-top:0.11rem !important;
	margin-bottom:0.11rem !important;
}
.mg-tb12 {
	margin-top:0.12rem !important;
	margin-bottom:0.12rem !important;
}
.mg-tb13 {
	margin-top:0.13rem !important;
	margin-bottom:0.13rem !important;
}
.mg-tb14 {
	margin-top:0.14rem !important;
	margin-bottom:0.14rem !important;
}
.mg-tb15 {
	margin-top:0.15rem !important;
	margin-bottom:0.15rem !important;
}
.mg-tb16 {
	margin-top:0.16rem !important;
	margin-bottom:0.16rem !important;
}
.mg-tb17 {
	margin-top:0.17rem !important;
	margin-bottom:0.17rem !important;
}
.mg-tb18 {
	margin-top:0.18rem !important;
	margin-bottom:0.18rem !important;
}
.mg-tb19 {
	margin-top:0.19rem !important;
	margin-bottom:0.19rem !important;
}
.mg-tb20 {
	margin-top:0.2rem !important;
	margin-bottom:0.2rem !important;
}
.mg-tb25 {
	margin-top:0.25rem !important;
	margin-bottom:0.25rem !important;
}
.mg-tb30 {
	margin-top:0.3rem !important;
	margin-bottom:0.3rem !important;
}
.mg-tb35 {
	margin-top:0.35rem !important;
	margin-bottom:0.35rem !important;
}
.mg-tb40 {
	margin-top:0.4rem !important;
	margin-bottom:0.4rem !important;
}
.mg-tb45 {
	margin-top:0.45rem !important;
	margin-bottom:0.45rem !important;
}
.mg-tb50 {
	margin-top:0.5rem !important;
	margin-bottom:0.5rem !important;
}
.mg-tb55 {
	margin-top:0.55rem !important;
	margin-bottom:0.55rem !important;
}
.mg-tb60 {
	margin-top:0.6rem !important;
	margin-bottom:0.6rem !important;
}
.mg-tb65 {
	margin-top:0.65rem !important;
	margin-bottom:0.65rem !important;
}
.mg-tb70 {
	margin-top:0.7rem !important;
	margin-bottom:0.7rem !important;
}
.mg-tb75 {
	margin-top:0.75rem !important;
	margin-bottom:0.75rem !important;
}
.mg-tb80 {
	margin-top:0.8rem !important;
	margin-bottom:0.8rem !important;
}
.mg-tb85 {
	margin-top:0.85rem !important;
	margin-bottom:0.85rem !important;
}
.mg-tb90 {
	margin-top:0.9rem !important;
	margin-bottom:0.9rem !important;
}
.mg-tb95 {
	margin-top:0.95rem !important;
	margin-bottom:0.95rem !important;
}
.mg-tb100 {
	margin-top:1rem !important;
	margin-bottom:1rem !important;
}
/*----------动画-----------*/
.animation-delay-1s{
	animation-delay:0.1s;
}
.animation-delay-2s{
	animation-delay:0.2s;
}
.animation-delay-3s{
	animation-delay:0.3s;
}
.animation-delay-4s{
	animation-delay:0.4s;
}
.animation-delay-5s{
	animation-delay:0.5s;
}	
.animation-delay-6s{
	animation-delay:0.6s;
}
.animation-delay-7s{
	animation-delay:0.7s;
}
.animation-delay-8s{
	animation-delay:0.8s;
}
.animation-delay-9s{
	animation-delay:0.9s;
}
.animation-delay-10s{
	animation-delay:1s;
}
/*----------三角形-----------*/
 [class*="sjx-"] {
	position:relative;
}
.sjx-t:after {
	position:absolute;
	bottom:0;
	left:46%;
	border-width:0.05rem;
	border-style:solid;
	border-bottom-color:#000;
	border-left-color:transparent;
	border-right-color:transparent;
	border-top:none;
	content:"";
}
.sjx-b:after {
	position:absolute;
	bottom:0;
	left:46%;
	border-width:0.05rem;
	border-style:solid;
	border-top-color:#000;
	border-left-color:transparent;
	border-right-color:transparent;
	border-bottom:none;
	content:"";
}
.sjx-l:after {
	position:absolute;
	bottom:0;
	left:46%;
	border-width:0.05rem;
	border-style:solid;
	border-right-color:#000;
	border-top-color:transparent;
	border-bottom-color:transparent;
	border-left:none;
	content:"";
}
.sjx-r:after {
	position:absolute;
	bottom:0;
	left:46%;
	border-width:0.05rem;
	border-style:solid;
	border-left-color:#000;
	border-top-color:transparent;
	border-bottom-color:transparent;
	border-right:none;
	content:"";
}
/*----------点击加载更多----------*/
 a.listmore {
	display:block;
	width:100%;
	height:0.35rem;
	line-height:0.35rem;
	font-size:0.14rem;
	color:#ccc;
	text-align:center;
	background:#eee;
}
/*白色透明背景*/
 .touming9 {
	background:rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
}
.touming8 {
	background:rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
}
.touming7 {
	background:rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
}
.touming6 {
	background:rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.touming5 {
	background:rgba(255,255,255,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.touming4 {
	background:rgba(255,255,255,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.touming3 {
	background:rgba(255,255,255,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
}
/*白色透明背景*/
/*placeholder设置*/:-moz-placeholder {
	font-size:0.14rem;
	color:#999999;
}
/* Mozilla Firefox 4 to 18 */::-moz-placeholder {
	font-size:0.14rem;
	color:#999999;
}
/* Mozilla Firefox 19+ */
 input:-ms-input-placeholder {
	font-size:0.14rem;
	color:#999999;
}
input::-webkit-input-placeholder {
	font-size:0.14rem;
	color:#999999;
}
/*placeholder设置*/



/*  -- flex弹性布局 -- */

.flex {
  display: flex;
}

.basis-20 {
  flex-basis: 20%;
}

.basis-40 {
  flex-basis: 40%;
}

.basis-50 {
  flex-basis: 50%;
}

.basis-60 {
  flex-basis: 60%;
}

.basis-80 {
  flex-basis: 80%;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: flex-center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}
/*  -- flex弹性布局 -- */

/* -- 阴影 -- */

.shadow {
  -webkit-box-shadow: 0 0.01rem 0.06rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.01rem 0.06rem rgba(0, 0, 0, 0.1);
}
.shadow-deep {
  -webkit-box-shadow: 0 0.01rem 0.06rem rgba(0, 0, 0, .3);
  box-shadow: 0 0.01rem 0.06rem rgba(0, 0, 0, .3);
}

.shadow-lg {
  -webkit-box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.01rem 0.06rem rgba(0, 0, 0, .3);
}

/*.shadow-warp {
  position: relative;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
 
}

.shadow-warp:before, .shadow-warp:after {
  position: absolute;
  content: "";
  top: 0.1rem;
  bottom: 0.15rem;
  left: 0.1rem;
  width: 50%;
  box-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
   z-index: -1;
}

.shadow-warp:after {
  right: 0.1rem;
  left: auto;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}*/

.shadow-blur {
  position: relative;
  z-index: 1;
}

.shadow-blur::before {
  content: "";
  display: block;
  background: inherit;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.05rem;
  left: 0.05rem;
  z-index: -1;
  opacity: 0.4;
  transform-origin: 0 0;
  border-radius: inherit;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.shadow-inset{
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(34,34,34,0.5);
}
/* -- 阴影 -- */
 