@media screen and (min-width: 960px) {


/* 字号 */
.fsize-pc-12 {
	font-size: 12px !important
}

.fsize-pc-14 {
	font-size: 14px !important
}

.fsize-pc-15 {
	font-size: 15px !important
}

.fsize-pc-16 {
	font-size: 16px !important
}

.fsize-pc-18 {
	font-size: 18px !important
}

.fsize-pc-20 {
	font-size: 20px !important
}

.fsize-pc-22 {
	font-size: 22px !important
}

.fsize-pc-24 {
	font-size: 24px !important
}

.fsize-pc-26 {
	font-size: 26px !important
}

.fsize-pc-28 {
	font-size: 28px !important
}

.fsize-pc-30 {
	font-size: 30px !important
}

.fsize-pc-32 {
	font-size: 32px !important
}

.fsize-pc-34 {
	font-size: 34px !important
}

.fsize-pc-36 {
	font-size: 36px !important
}

.fsize-pc-38 {
	font-size: 38px !important
}

.fsize-pc-40 {
	font-size: 40px !important
}

.fsize-pc-42 {
	font-size: 42px !important;
}

.fsize-pc-44 {
	font-size: 44px !important;
}

.fsize-pc-46 {
	font-size: 46px !important;
}

.fsize-pc-48 {
	font-size: 48px !important;
}

.fsize-pc-50 {
	font-size: 50px !important;
}

.fsize-pc-52 {
	font-size: 52px !important;
}

.fsize-pc-54 {
	font-size: 54px !important;
}

.fsize-pc-56 {
	font-size: 56px !important;
}

.fsize-pc-58 {
	font-size: 58px !important;
}

.fsize-pc-60 {
	font-size: 60px !important;
}

.fsize-pc-62 {
	font-size: 62px !important;
}

.fsize-pc-64 {
	font-size: 64px !important;
}

.fsize-pc-66 {
	font-size: 66px !important;
}

.fsize-pc-68 {
	font-size: 68px !important;
}

.fsize-pc-70 {
	font-size: 70px !important;
}

.fsize-pc-72 {
	font-size: 72px !important;
}
.fsize-pc-74 {
	font-size: 74px !important;
}
.fsize-pc-76 {
	font-size: 76px !important;
}

/* 行高 */
.lh-pc-1 {
	line-height: 1 !important
}

.lh-pc-1a1 {
	line-height: 1.1 !important
}

.lh-pc-1a2 {
	line-height: 1.2 !important
}

.lh-pc-1a3 {
	line-height: 1.3 !important
}

.lh-pc-1a4 {
	line-height: 1.4 !important
}

.lh-pc-1a5 {
	line-height: 1.5 !important
}

.lh-pc-1a6 {
	line-height: 1.6 !important
}

.lh-pc-1a7 {
	line-height: 1.7 !important
}

.lh-pc-1a8 {
	line-height: 1.8 !important
}

.lh-pc-1a9 {
	line-height: 1.9 !important
}

.lh-pc-2 {
	line-height: 2 !important
}

.lh-pc-2a1 {
	line-height: 2.1 !important
}

.lh-pc-2a2 {
	line-height: 2.2 !important
}

.lh-pc-2a3 {
	line-height: 2.3 !important
}

.lh-pc-2a4 {
	line-height: 2.4 !important
}

.lh-pc-2a5 {
	line-height: 2.5 !important
}

.lh-pc-3 {
	line-height: 3 !important
}

/* 颜色 */
.color-000 {
	color: #000 !important;
}

.color-fff {
	color: #fff !important;
}

/* 背景 */
.bg-fff {
	background: #fff !important;
}

.bg-000 {
	background: #000 !important;
}

/* 粗体 */
.font-pc-bold {
	font-weight: bold !important;
}

.font-pc-100 {
	font-weight: 100 !important;
}

.font-pc-200 {
	font-weight: 200 !important;
}

.font-pc-300 {
	font-weight: 300 !important;
}

.font-pc-400 {
	font-weight: 400 !important;
}

.font-pc-500 {
	font-weight: 500 !important;
}

.font-pc-600 {
	font-weight: 600 !important;
}

.font-pc-700 {
	font-weight: 700 !important;
}

.font-pc-800 {
	font-weight: 800 !important;
}

.font-pc-900 {
	font-weight: 900 !important;
}

/* 去掉下划线 */
.text-pc-none {
	text-decoration: none !important;
}

/* 居中 */
.margin-pc-auto {
	margin: 0 auto
}

.text-pc-center {
	text-align: center
}

.text-pc-left {
	text-align: left
}

.text-pc-right {
	text-align: right
}

/* 手 */
.pointer {
	cursor: pointer;
}

/* 箭头 */
.default {
	cursor: default;
}

/*首行缩进*/
.text-pc-indent {
	text-indent: 2em;
}

/* 超出隐藏 */
.overflow-pc-hidden {
	overflow: hidden
}

/* 多行省略 */
.multipleline-ellipsis-pc {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 单行省略 */
.singlelineomission-pc {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* 弹性布局 */
.flex-pc {
	display: flex
}

.none-pc {
	display: none
}

.block-pc {
	display: block
}

.inline-block-pc {
	display: inline-block
}

.flex-pc-column {
	flex-direction: column
}

.justify-pc-start {
	justify-content: flex-start
}

.justify-pc-end {
	justify-content: flex-end
}

.justify-pc-between {
	justify-content: space-between
}

.justify-pc-around {
	justify-content: space-around
}

.justify-pc-center {
	justify-content: center
}

.align-pc-center {
	align-items: center
}

.align-pc-end {
	align-items: flex-end
}

.align-pc-start {
	align-items: flex-start
}

.align-pc-stretch {
	align-items: stretch
}

.flex-pc-1 {
	flex: 1
}

.flex-pc-2 {
	flex: 2
}

.flex-pc-3 {
	flex: 3
}

.flex-pc-4 {
	flex: 4
}

.flex-pc-5 {
	flex: 5
}

.flex-pc-6 {
	flex: 6
}

.flex-pc-7 {
	flex: 7
}

.flex-pc-9 {
	flex: 9
}

.flex-pc-10 {
	flex: 10
}

.flex-pc-11 {
	flex: 11
}

.flex-pc-12 {
	flex: 12
}

.flex-pc-auto {
	flex: auto
}

.flex-pc-wrap {
	flex-wrap: wrap
}

.flex-pc-nowrap {
	flex-wrap: nowrap
}

/* 圆角 */
.rounded-pc {
	border-radius: .25rem
}

.rounded-pc-0a5 {
	border-radius: .5rem
}

.rounded-pc-0a75 {
	border-radius: .75rem
}

.rounded-pc-1 {
	border-radius: 1rem
}

.rounded-pc-1a25 {
	 border-radius: 1.25rem  /*20px */
}

.rounded-pc-1a5 {
	border-radius: 1.5rem
}

.rounded-pc-1a75 {
	border-radius: 1.75rem
}

.rounded-pc-2 {
	border-radius: 2rem
}

.rounded-pc-2a25 {
	border-radius: 2.25rem
}

.rounded-pc-2a5 {
	border-radius: 2.5rem
}

.rounded-pc-2a75 {
	border-radius: 2.75rem
}

.rounded-pc-3 {
	border-radius: 3rem
}

/* 定位 */
.position-pc-relative {
	position: relative
}

.position-pc-absolute {
	position: absolute
}

.position-pc-fixed {
	position: fixed
}

/* 边框none */
.border-pc-none {
	border: none;
}

.text-pc-uppercase {
	text-transform: uppercase;
}

/* 宽度 */
/* bootstrap自带：25%、50%、75%、 100%，实际需求不够用，以下是自定宽度 */
.w-pc-5 {
	width: 5% !important
}

.w-pc-10 {
	width: 10% !important
}

.w-pc-15 {
	width: 15% !important
}

.w-pc-20 {
	width: 20% !important
}

.w-pc-25 {
	width: 25% !important
}

.w-pc-30 {
	width: 30% !important
}

.w-pc-35 {
	width: 35% !important
}

.w-pc-40 {
	width: 40% !important
}

.w-pc-45 {
	width: 45% !important
}

.w-pc-50 {
	width: 50% !important
}

.w-pc-55 {
	width: 55% !important
}

.w-pc-60 {
	width: 60% !important
}

.w-pc-65 {
	width: 65% !important
}

.w-pc-70 {
	width: 70% !important
}

.w-pc-75 {
	width: 75% !important
}

.w-pc-80 {
	width: 80% !important
}

.w-pc-85 {
	width: 85% !important
}

.w-pc-90 {
	width: 90% !important
}

.w-pc-95 {
	width: 95% !important
}

.w-pc-100 {
	width: 100% !important
}

.h-pc-100 {
	height: 100% !important
}

.p-pc-15 {
	padding: 15px
}

.p-pc-015 {
	padding: 0 15px
}

.p-pc-150 {
	padding: 15px 0
}

.m-pc-15 {
	margin: 15px
}

.m-pc-015 {
	margin: 0 15px
}

.m-pc-150 {
	margin: 15px 0
}

.mx-pc-0 {
	margin-left: 0;
	margin-right: 0;
}

.mx-pc-auto {
	margin-left: auto;
	margin-right: auto;
}
.px-pc-0 {
	padding-left: 0;
	padding-right: 0;
}

.px-pc-auto {
	padding-left: auto;
	padding-right: auto;
}
/* 自定义:四个方向间隙值：2-200，间隔值为2。 */
.pt-pc-2 {
	padding-top: 2px !important
}

.pt-pc-4 {
	padding-top: 4px !important
}

.pt-pc-6 {
	padding-top: 6px !important
}

.pt-pc-8 {
	padding-top: 8px !important
}

.pt-pc-10 {
	padding-top: 10px !important
}

.pt-pc-12 {
	padding-top: 12px !important
}

.pt-pc-14 {
	padding-top: 14px !important
}

.pt-pc-16 {
	padding-top: 16px !important
}

.pt-pc-18 {
	padding-top: 18px !important
}

.pt-pc-20 {
	padding-top: 20px !important
}

.pt-pc-22 {
	padding-top: 22px !important
}

.pt-pc-24 {
	padding-top: 24px !important
}

.pt-pc-26 {
	padding-top: 26px !important
}

.pt-pc-28 {
	padding-top: 28px !important
}

.pt-pc-30 {
	padding-top: 30px !important
}

.pt-pc-32 {
	padding-top: 32px !important
}

.pt-pc-34 {
	padding-top: 34px !important
}

.pt-pc-36 {
	padding-top: 36px !important
}

.pt-pc-38 {
	padding-top: 38px !important
}

.pt-pc-40 {
	padding-top: 40px !important
}

.pt-pc-42 {
	padding-top: 42px !important
}

.pt-pc-44 {
	padding-top: 44px !important
}

.pt-pc-46 {
	padding-top: 46px !important
}

.pt-pc-48 {
	padding-top: 48px !important
}

.pt-pc-50 {
	padding-top: 50px !important
}

.pt-pc-52 {
	padding-top: 52px !important
}

.pt-pc-54 {
	padding-top: 54px !important
}

.pt-pc-56 {
	padding-top: 56px !important
}

.pt-pc-58 {
	padding-top: 58px !important
}

.pt-pc-60 {
	padding-top: 60px !important
}

.pt-pc-62 {
	padding-top: 62px !important
}

.pt-pc-64 {
	padding-top: 64px !important
}

.pt-pc-66 {
	padding-top: 66px !important
}

.pt-pc-68 {
	padding-top: 68px !important
}

.pt-pc-70 {
	padding-top: 70px !important
}

.pt-pc-72 {
	padding-top: 72px !important
}

.pt-pc-74 {
	padding-top: 74px !important
}

.pt-pc-76 {
	padding-top: 76px !important
}

.pt-pc-78 {
	padding-top: 78px !important
}

.pt-pc-80 {
	padding-top: 80px !important
}

.pt-pc-82 {
	padding-top: 82px !important
}

.pt-pc-84 {
	padding-top: 84px !important
}

.pt-pc-86 {
	padding-top: 86px !important
}

.pt-pc-88 {
	padding-top: 88px !important
}

.pt-pc-90 {
	padding-top: 90px !important
}

.pt-pc-92 {
	padding-top: 92px !important
}

.pt-pc-94 {
	padding-top: 94px !important
}

.pt-pc-96 {
	padding-top: 96px !important
}

.pt-pc-98 {
	padding-top: 98px !important
}

.pt-pc-100 {
	padding-top: 100px !important
}

.pt-pc-102 {
	padding-top: 102px !important
}

.pt-pc-104 {
	padding-top: 104px !important
}

.pt-pc-106 {
	padding-top: 106px !important
}

.pt-pc-108 {
	padding-top: 108px !important
}

.pt-pc-110 {
	padding-top: 110px !important
}

.pt-pc-112 {
	padding-top: 112px !important
}

.pt-pc-114 {
	padding-top: 114px !important
}

.pt-pc-116 {
	padding-top: 116px !important
}

.pt-pc-118 {
	padding-top: 118px !important
}

.pt-pc-120 {
	padding-top: 120px !important
}

.pt-pc-122 {
	padding-top: 122px !important
}

.pt-pc-124 {
	padding-top: 124px !important
}

.pt-pc-126 {
	padding-top: 126px !important
}

.pt-pc-128 {
	padding-top: 128px !important
}

.pt-pc-130 {
	padding-top: 130px !important
}

.pt-pc-132 {
	padding-top: 132px !important
}

.pt-pc-134 {
	padding-top: 134px !important
}

.pt-pc-136 {
	padding-top: 136px !important
}

.pt-pc-138 {
	padding-top: 138px !important
}

.pt-pc-140 {
	padding-top: 140px !important
}

.pt-pc-142 {
	padding-top: 142px !important
}

.pt-pc-144 {
	padding-top: 144px !important
}

.pt-pc-146 {
	padding-top: 146px !important
}

.pt-pc-148 {
	padding-top: 148px !important
}

.pt-pc-150 {
	padding-top: 150px !important
}

.pt-pc-152 {
	padding-top: 152px !important
}

.pt-pc-154 {
	padding-top: 154px !important
}

.pt-pc-156 {
	padding-top: 156px !important
}

.pt-pc-158 {
	padding-top: 158px !important
}

.pt-pc-160 {
	padding-top: 160px !important
}

.pt-pc-162 {
	padding-top: 162px !important
}

.pt-pc-164 {
	padding-top: 164px !important
}

.pt-pc-166 {
	padding-top: 166px !important
}

.pt-pc-168 {
	padding-top: 168px !important
}

.pt-pc-170 {
	padding-top: 170px !important
}

.pt-pc-172 {
	padding-top: 172px !important
}

.pt-pc-174 {
	padding-top: 174px !important
}

.pt-pc-176 {
	padding-top: 176px !important
}

.pt-pc-178 {
	padding-top: 178px !important
}

.pt-pc-180 {
	padding-top: 180px !important
}

.pt-pc-182 {
	padding-top: 182px !important
}

.pt-pc-184 {
	padding-top: 184px !important
}

.pt-pc-186 {
	padding-top: 186px !important
}

.pt-pc-188 {
	padding-top: 188px !important
}

.pt-pc-190 {
	padding-top: 190px !important
}

.pt-pc-192 {
	padding-top: 192px !important
}

.pt-pc-194 {
	padding-top: 194px !important
}

.pt-pc-196 {
	padding-top: 196px !important
}

.pt-pc-198 {
	padding-top: 198px !important
}

.pt-pc-200 {
	padding-top: 200px !important
}

.pb-pc-2 {
	padding-bottom: 2px !important
}

.pb-pc-4 {
	padding-bottom: 4px !important
}

.pb-pc-6 {
	padding-bottom: 6px !important
}

.pb-pc-8 {
	padding-bottom: 8px !important
}

.pb-pc-10 {
	padding-bottom: 10px !important
}

.pb-pc-12 {
	padding-bottom: 12px !important
}

.pb-pc-14 {
	padding-bottom: 14px !important
}

.pb-pc-16 {
	padding-bottom: 16px !important
}

.pb-pc-18 {
	padding-bottom: 18px !important
}

.pb-pc-20 {
	padding-bottom: 20px !important
}

.pb-pc-22 {
	padding-bottom: 22px !important
}

.pb-pc-24 {
	padding-bottom: 24px !important
}

.pb-pc-26 {
	padding-bottom: 26px !important
}

.pb-pc-28 {
	padding-bottom: 28px !important
}

.pb-pc-30 {
	padding-bottom: 30px !important
}

.pb-pc-32 {
	padding-bottom: 32px !important
}

.pb-pc-34 {
	padding-bottom: 34px !important
}

.pb-pc-36 {
	padding-bottom: 36px !important
}

.pb-pc-38 {
	padding-bottom: 38px !important
}

.pb-pc-40 {
	padding-bottom: 40px !important
}

.pb-pc-42 {
	padding-bottom: 42px !important
}

.pb-pc-44 {
	padding-bottom: 44px !important
}

.pb-pc-46 {
	padding-bottom: 46px !important
}

.pb-pc-48 {
	padding-bottom: 48px !important
}

.pb-pc-50 {
	padding-bottom: 50px !important
}

.pb-pc-52 {
	padding-bottom: 52px !important
}

.pb-pc-54 {
	padding-bottom: 54px !important
}

.pb-pc-56 {
	padding-bottom: 56px !important
}

.pb-pc-58 {
	padding-bottom: 58px !important
}

.pb-pc-60 {
	padding-bottom: 60px !important
}

.pb-pc-62 {
	padding-bottom: 62px !important
}

.pb-pc-64 {
	padding-bottom: 64px !important
}

.pb-pc-66 {
	padding-bottom: 66px !important
}

.pb-pc-68 {
	padding-bottom: 68px !important
}

.pb-pc-70 {
	padding-bottom: 70px !important
}

.pb-pc-72 {
	padding-bottom: 72px !important
}

.pb-pc-74 {
	padding-bottom: 74px !important
}

.pb-pc-76 {
	padding-bottom: 76px !important
}

.pb-pc-78 {
	padding-bottom: 78px !important
}

.pb-pc-80 {
	padding-bottom: 80px !important
}

.pb-pc-82 {
	padding-bottom: 82px !important
}

.pb-pc-84 {
	padding-bottom: 84px !important
}

.pb-pc-86 {
	padding-bottom: 86px !important
}

.pb-pc-88 {
	padding-bottom: 88px !important
}

.pb-pc-90 {
	padding-bottom: 90px !important
}

.pb-pc-92 {
	padding-bottom: 92px !important
}

.pb-pc-94 {
	padding-bottom: 94px !important
}

.pb-pc-96 {
	padding-bottom: 96px !important
}

.pb-pc-98 {
	padding-bottom: 98px !important
}

.pb-pc-100 {
	padding-bottom: 100px !important
}

.pb-pc-102 {
	padding-bottom: 102px !important
}

.pb-pc-104 {
	padding-bottom: 104px !important
}

.pb-pc-106 {
	padding-bottom: 106px !important
}

.pb-pc-108 {
	padding-bottom: 108px !important
}

.pb-pc-110 {
	padding-bottom: 110px !important
}

.pb-pc-112 {
	padding-bottom: 112px !important
}

.pb-pc-114 {
	padding-bottom: 114px !important
}

.pb-pc-116 {
	padding-bottom: 116px !important
}

.pb-pc-118 {
	padding-bottom: 118px !important
}

.pb-pc-120 {
	padding-bottom: 120px !important
}

.pb-pc-122 {
	padding-bottom: 122px !important
}

.pb-pc-124 {
	padding-bottom: 124px !important
}

.pb-pc-126 {
	padding-bottom: 126px !important
}

.pb-pc-128 {
	padding-bottom: 128px !important
}

.pb-pc-130 {
	padding-bottom: 130px !important
}

.pb-pc-132 {
	padding-bottom: 132px !important
}

.pb-pc-134 {
	padding-bottom: 134px !important
}

.pb-pc-136 {
	padding-bottom: 136px !important
}

.pb-pc-138 {
	padding-bottom: 138px !important
}

.pb-pc-140 {
	padding-bottom: 140px !important
}

.pb-pc-142 {
	padding-bottom: 142px !important
}

.pb-pc-144 {
	padding-bottom: 144px !important
}

.pb-pc-146 {
	padding-bottom: 146px !important
}

.pb-pc-148 {
	padding-bottom: 148px !important
}

.pb-pc-150 {
	padding-bottom: 150px !important
}

.pb-pc-152 {
	padding-bottom: 152px !important
}

.pb-pc-154 {
	padding-bottom: 154px !important
}

.pb-pc-156 {
	padding-bottom: 156px !important
}

.pb-pc-158 {
	padding-bottom: 158px !important
}

.pb-pc-160 {
	padding-bottom: 160px !important
}

.pb-pc-162 {
	padding-bottom: 162px !important
}

.pb-pc-164 {
	padding-bottom: 164px !important
}

.pb-pc-166 {
	padding-bottom: 166px !important
}

.pb-pc-168 {
	padding-bottom: 168px !important
}

.pb-pc-170 {
	padding-bottom: 170px !important
}

.pb-pc-172 {
	padding-bottom: 172px !important
}

.pb-pc-174 {
	padding-bottom: 174px !important
}

.pb-pc-176 {
	padding-bottom: 176px !important
}

.pb-pc-178 {
	padding-bottom: 178px !important
}

.pb-pc-180 {
	padding-bottom: 180px !important
}

.pb-pc-182 {
	padding-bottom: 182px !important
}

.pb-pc-184 {
	padding-bottom: 184px !important
}

.pb-pc-186 {
	padding-bottom: 186px !important
}

.pb-pc-188 {
	padding-bottom: 188px !important
}

.pb-pc-190 {
	padding-bottom: 190px !important
}

.pb-pc-192 {
	padding-bottom: 192px !important
}

.pb-pc-194 {
	padding-bottom: 194px !important
}

.pb-pc-196 {
	padding-bottom: 196px !important
}

.pb-pc-198 {
	padding-bottom: 198px !important
}

.pb-pc-200 {
	padding-bottom: 200px !important
}

.pl-pc-2 {
	padding-left: 2px !important
}

.pl-pc-4 {
	padding-left: 4px !important
}

.pl-pc-6 {
	padding-left: 6px !important
}

.pl-pc-8 {
	padding-left: 8px !important
}

.pl-pc-10 {
	padding-left: 10px !important
}

.pl-pc-12 {
	padding-left: 12px !important
}

.pl-pc-14 {
	padding-left: 14px !important
}

.pl-pc-16 {
	padding-left: 16px !important
}

.pl-pc-18 {
	padding-left: 18px !important
}

.pl-pc-20 {
	padding-left: 20px !important
}

.pl-pc-22 {
	padding-left: 22px !important
}

.pl-pc-24 {
	padding-left: 24px !important
}

.pl-pc-26 {
	padding-left: 26px !important
}

.pl-pc-28 {
	padding-left: 28px !important
}

.pl-pc-30 {
	padding-left: 30px !important
}

.pl-pc-32 {
	padding-left: 32px !important
}

.pl-pc-34 {
	padding-left: 34px !important
}

.pl-pc-36 {
	padding-left: 36px !important
}

.pl-pc-38 {
	padding-left: 38px !important
}

.pl-pc-40 {
	padding-left: 40px !important
}

.pl-pc-42 {
	padding-left: 42px !important
}

.pl-pc-44 {
	padding-left: 44px !important
}

.pl-pc-46 {
	padding-left: 46px !important
}

.pl-pc-48 {
	padding-left: 48px !important
}

.pl-pc-50 {
	padding-left: 50px !important
}

.pl-pc-52 {
	padding-left: 52px !important
}

.pl-pc-54 {
	padding-left: 54px !important
}

.pl-pc-56 {
	padding-left: 56px !important
}

.pl-pc-58 {
	padding-left: 58px !important
}

.pl-pc-60 {
	padding-left: 60px !important
}

.pl-pc-62 {
	padding-left: 62px !important
}

.pl-pc-64 {
	padding-left: 64px !important
}

.pl-pc-66 {
	padding-left: 66px !important
}

.pl-pc-68 {
	padding-left: 68px !important
}

.pl-pc-70 {
	padding-left: 70px !important
}

.pl-pc-72 {
	padding-left: 72px !important
}

.pl-pc-74 {
	padding-left: 74px !important
}

.pl-pc-76 {
	padding-left: 76px !important
}

.pl-pc-78 {
	padding-left: 78px !important
}

.pl-pc-80 {
	padding-left: 80px !important
}

.pl-pc-82 {
	padding-left: 82px !important
}

.pl-pc-84 {
	padding-left: 84px !important
}

.pl-pc-86 {
	padding-left: 86px !important
}

.pl-pc-88 {
	padding-left: 88px !important
}

.pl-pc-90 {
	padding-left: 90px !important
}

.pl-pc-92 {
	padding-left: 92px !important
}

.pl-pc-94 {
	padding-left: 94px !important
}

.pl-pc-96 {
	padding-left: 96px !important
}

.pl-pc-98 {
	padding-left: 98px !important
}

.pl-pc-100 {
	padding-left: 100px !important
}

.pl-pc-102 {
	padding-left: 102px !important
}

.pl-pc-104 {
	padding-left: 104px !important
}

.pl-pc-106 {
	padding-left: 106px !important
}

.pl-pc-108 {
	padding-left: 108px !important
}

.pl-pc-110 {
	padding-left: 110px !important
}

.pl-pc-112 {
	padding-left: 112px !important
}

.pl-pc-114 {
	padding-left: 114px !important
}

.pl-pc-116 {
	padding-left: 116px !important
}

.pl-pc-118 {
	padding-left: 118px !important
}

.pl-pc-120 {
	padding-left: 120px !important
}

.pl-pc-122 {
	padding-left: 122px !important
}

.pl-pc-124 {
	padding-left: 124px !important
}

.pl-pc-126 {
	padding-left: 126px !important
}

.pl-pc-128 {
	padding-left: 128px !important
}

.pl-pc-130 {
	padding-left: 130px !important
}

.pl-pc-132 {
	padding-left: 132px !important
}

.pl-pc-134 {
	padding-left: 134px !important
}

.pl-pc-136 {
	padding-left: 136px !important
}

.pl-pc-138 {
	padding-left: 138px !important
}

.pl-pc-140 {
	padding-left: 140px !important
}

.pl-pc-142 {
	padding-left: 142px !important
}

.pl-pc-144 {
	padding-left: 144px !important
}

.pl-pc-146 {
	padding-left: 146px !important
}

.pl-pc-148 {
	padding-left: 148px !important
}

.pl-pc-150 {
	padding-left: 150px !important
}

.pl-pc-152 {
	padding-left: 152px !important
}

.pl-pc-154 {
	padding-left: 154px !important
}

.pl-pc-156 {
	padding-left: 156px !important
}

.pl-pc-158 {
	padding-left: 158px !important
}

.pl-pc-160 {
	padding-left: 160px !important
}

.pl-pc-162 {
	padding-left: 162px !important
}

.pl-pc-164 {
	padding-left: 164px !important
}

.pl-pc-166 {
	padding-left: 166px !important
}

.pl-pc-168 {
	padding-left: 168px !important
}

.pl-pc-170 {
	padding-left: 170px !important
}

.pl-pc-172 {
	padding-left: 172px !important
}

.pl-pc-174 {
	padding-left: 174px !important
}

.pl-pc-176 {
	padding-left: 176px !important
}

.pl-pc-178 {
	padding-left: 178px !important
}

.pl-pc-180 {
	padding-left: 180px !important
}

.pl-pc-182 {
	padding-left: 182px !important
}

.pl-pc-184 {
	padding-left: 184px !important
}

.pl-pc-186 {
	padding-left: 186px !important
}

.pl-pc-188 {
	padding-left: 188px !important
}

.pl-pc-190 {
	padding-left: 190px !important
}

.pl-pc-192 {
	padding-left: 192px !important
}

.pl-pc-194 {
	padding-left: 194px !important
}

.pl-pc-196 {
	padding-left: 196px !important
}

.pl-pc-198 {
	padding-left: 198px !important
}

.pl-pc-200 {
	padding-left: 200px !important
}

.pr-pc-2 {
	padding-right: 2px !important
}

.pr-pc-4 {
	padding-right: 4px !important
}

.pr-pc-6 {
	padding-right: 6px !important
}

.pr-pc-8 {
	padding-right: 8px !important
}

.pr-pc-10 {
	padding-right: 10px !important
}

.pr-pc-12 {
	padding-right: 12px !important
}

.pr-pc-14 {
	padding-right: 14px !important
}

.pr-pc-16 {
	padding-right: 16px !important
}

.pr-pc-18 {
	padding-right: 18px !important
}

.pr-pc-20 {
	padding-right: 20px !important
}

.pr-pc-22 {
	padding-right: 22px !important
}

.pr-pc-24 {
	padding-right: 24px !important
}

.pr-pc-26 {
	padding-right: 26px !important
}

.pr-pc-28 {
	padding-right: 28px !important
}

.pr-pc-30 {
	padding-right: 30px !important
}

.pr-pc-32 {
	padding-right: 32px !important
}

.pr-pc-34 {
	padding-right: 34px !important
}

.pr-pc-36 {
	padding-right: 36px !important
}

.pr-pc-38 {
	padding-right: 38px !important
}

.pr-pc-40 {
	padding-right: 40px !important
}

.pr-pc-42 {
	padding-right: 42px !important
}

.pr-pc-44 {
	padding-right: 44px !important
}

.pr-pc-46 {
	padding-right: 46px !important
}

.pr-pc-48 {
	padding-right: 48px !important
}

.pr-pc-50 {
	padding-right: 50px !important
}

.pr-pc-52 {
	padding-right: 52px !important
}

.pr-pc-54 {
	padding-right: 54px !important
}

.pr-pc-56 {
	padding-right: 56px !important
}

.pr-pc-58 {
	padding-right: 58px !important
}

.pr-pc-60 {
	padding-right: 60px !important
}

.pr-pc-62 {
	padding-right: 62px !important
}

.pr-pc-64 {
	padding-right: 64px !important
}

.pr-pc-66 {
	padding-right: 66px !important
}

.pr-pc-68 {
	padding-right: 68px !important
}

.pr-pc-70 {
	padding-right: 70px !important
}

.pr-pc-72 {
	padding-right: 72px !important
}

.pr-pc-74 {
	padding-right: 74px !important
}

.pr-pc-76 {
	padding-right: 76px !important
}

.pr-pc-78 {
	padding-right: 78px !important
}

.pr-pc-80 {
	padding-right: 80px !important
}

.pr-pc-82 {
	padding-right: 82px !important
}

.pr-pc-84 {
	padding-right: 84px !important
}

.pr-pc-86 {
	padding-right: 86px !important
}

.pr-pc-88 {
	padding-right: 88px !important
}

.pr-pc-90 {
	padding-right: 90px !important
}

.pr-pc-92 {
	padding-right: 92px !important
}

.pr-pc-94 {
	padding-right: 94px !important
}

.pr-pc-96 {
	padding-right: 96px !important
}

.pr-pc-98 {
	padding-right: 98px !important
}

.pr-pc-100 {
	padding-right: 100px !important
}

.pr-pc-102 {
	padding-right: 102px !important
}

.pr-pc-104 {
	padding-right: 104px !important
}

.pr-pc-106 {
	padding-right: 106px !important
}

.pr-pc-108 {
	padding-right: 108px !important
}

.pr-pc-110 {
	padding-right: 110px !important
}

.pr-pc-112 {
	padding-right: 112px !important
}

.pr-pc-114 {
	padding-right: 114px !important
}

.pr-pc-116 {
	padding-right: 116px !important
}

.pr-pc-118 {
	padding-right: 118px !important
}

.pr-pc-120 {
	padding-right: 120px !important
}

.pr-pc-122 {
	padding-right: 122px !important
}

.pr-pc-124 {
	padding-right: 124px !important
}

.pr-pc-126 {
	padding-right: 126px !important
}

.pr-pc-128 {
	padding-right: 128px !important
}

.pr-pc-130 {
	padding-right: 130px !important
}

.pr-pc-132 {
	padding-right: 132px !important
}

.pr-pc-134 {
	padding-right: 134px !important
}

.pr-pc-136 {
	padding-right: 136px !important
}

.pr-pc-138 {
	padding-right: 138px !important
}

.pr-pc-140 {
	padding-right: 140px !important
}

.pr-pc-142 {
	padding-right: 142px !important
}

.pr-pc-144 {
	padding-right: 144px !important
}

.pr-pc-146 {
	padding-right: 146px !important
}

.pr-pc-148 {
	padding-right: 148px !important
}

.pr-pc-150 {
	padding-right: 150px !important
}

.pr-pc-152 {
	padding-right: 152px !important
}

.pr-pc-154 {
	padding-right: 154px !important
}

.pr-pc-156 {
	padding-right: 156px !important
}

.pr-pc-158 {
	padding-right: 158px !important
}

.pr-pc-160 {
	padding-right: 160px !important
}

.pr-pc-162 {
	padding-right: 162px !important
}

.pr-pc-164 {
	padding-right: 164px !important
}

.pr-pc-166 {
	padding-right: 166px !important
}

.pr-pc-168 {
	padding-right: 168px !important
}

.pr-pc-170 {
	padding-right: 170px !important
}

.pr-pc-172 {
	padding-right: 172px !important
}

.pr-pc-174 {
	padding-right: 174px !important
}

.pr-pc-176 {
	padding-right: 176px !important
}

.pr-pc-178 {
	padding-right: 178px !important
}

.pr-pc-180 {
	padding-right: 180px !important
}

.pr-pc-182 {
	padding-right: 182px !important
}

.pr-pc-184 {
	padding-right: 184px !important
}

.pr-pc-186 {
	padding-right: 186px !important
}

.pr-pc-188 {
	padding-right: 188px !important
}

.pr-pc-190 {
	padding-right: 190px !important
}

.pr-pc-192 {
	padding-right: 192px !important
}

.pr-pc-194 {
	padding-right: 194px !important
}

.pr-pc-196 {
	padding-right: 196px !important
}

.pr-pc-198 {
	padding-right: 198px !important
}

.pr-pc-200 {
	padding-right: 200px !important
}

.mt-pc-2 {
	margin-top: 2px !important
}

.mt-pc-4 {
	margin-top: 4px !important
}

.mt-pc-6 {
	margin-top: 6px !important
}

.mt-pc-8 {
	margin-top: 8px !important
}

.mt-pc-10 {
	margin-top: 10px !important
}

.mt-pc-12 {
	margin-top: 12px !important
}

.mt-pc-14 {
	margin-top: 14px !important
}

.mt-pc-16 {
	margin-top: 16px !important
}

.mt-pc-18 {
	margin-top: 18px !important
}

.mt-pc-20 {
	margin-top: 20px !important
}

.mt-pc-22 {
	margin-top: 22px !important
}

.mt-pc-24 {
	margin-top: 24px !important
}

.mt-pc-26 {
	margin-top: 26px !important
}

.mt-pc-28 {
	margin-top: 28px !important
}

.mt-pc-30 {
	margin-top: 30px !important
}

.mt-pc-32 {
	margin-top: 32px !important
}

.mt-pc-34 {
	margin-top: 34px !important
}

.mt-pc-36 {
	margin-top: 36px !important
}

.mt-pc-38 {
	margin-top: 38px !important
}

.mt-pc-40 {
	margin-top: 40px !important
}

.mt-pc-42 {
	margin-top: 42px !important
}

.mt-pc-44 {
	margin-top: 44px !important
}

.mt-pc-46 {
	margin-top: 46px !important
}

.mt-pc-48 {
	margin-top: 48px !important
}

.mt-pc-50 {
	margin-top: 50px !important
}

.mt-pc-52 {
	margin-top: 52px !important
}

.mt-pc-54 {
	margin-top: 54px !important
}

.mt-pc-56 {
	margin-top: 56px !important
}

.mt-pc-58 {
	margin-top: 58px !important
}

.mt-pc-60 {
	margin-top: 60px !important
}

.mt-pc-62 {
	margin-top: 62px !important
}

.mt-pc-64 {
	margin-top: 64px !important
}

.mt-pc-66 {
	margin-top: 66px !important
}

.mt-pc-68 {
	margin-top: 68px !important
}

.mt-pc-70 {
	margin-top: 70px !important
}

.mt-pc-72 {
	margin-top: 72px !important
}

.mt-pc-74 {
	margin-top: 74px !important
}

.mt-pc-76 {
	margin-top: 76px !important
}

.mt-pc-78 {
	margin-top: 78px !important
}

.mt-pc-80 {
	margin-top: 80px !important
}

.mt-pc-82 {
	margin-top: 82px !important
}

.mt-pc-84 {
	margin-top: 84px !important
}

.mt-pc-86 {
	margin-top: 86px !important
}

.mt-pc-88 {
	margin-top: 88px !important
}

.mt-pc-90 {
	margin-top: 90px !important
}

.mt-pc-92 {
	margin-top: 92px !important
}

.mt-pc-94 {
	margin-top: 94px !important
}

.mt-pc-96 {
	margin-top: 96px !important
}

.mt-pc-98 {
	margin-top: 98px !important
}

.mt-pc-100 {
	margin-top: 100px !important
}

.mt-pc-102 {
	margin-top: 102px !important
}

.mt-pc-104 {
	margin-top: 104px !important
}

.mt-pc-106 {
	margin-top: 106px !important
}

.mt-pc-108 {
	margin-top: 108px !important
}

.mt-pc-110 {
	margin-top: 110px !important
}

.mt-pc-112 {
	margin-top: 112px !important
}

.mt-pc-114 {
	margin-top: 114px !important
}

.mt-pc-116 {
	margin-top: 116px !important
}

.mt-pc-118 {
	margin-top: 118px !important
}

.mt-pc-120 {
	margin-top: 120px !important
}

.mt-pc-122 {
	margin-top: 122px !important
}

.mt-pc-124 {
	margin-top: 124px !important
}

.mt-pc-126 {
	margin-top: 126px !important
}

.mt-pc-128 {
	margin-top: 128px !important
}

.mt-pc-130 {
	margin-top: 130px !important
}

.mt-pc-132 {
	margin-top: 132px !important
}

.mt-pc-134 {
	margin-top: 134px !important
}

.mt-pc-136 {
	margin-top: 136px !important
}

.mt-pc-138 {
	margin-top: 138px !important
}

.mt-pc-140 {
	margin-top: 140px !important
}

.mt-pc-142 {
	margin-top: 142px !important
}

.mt-pc-144 {
	margin-top: 144px !important
}

.mt-pc-146 {
	margin-top: 146px !important
}

.mt-pc-148 {
	margin-top: 148px !important
}

.mt-pc-150 {
	margin-top: 150px !important
}

.mt-pc-152 {
	margin-top: 152px !important
}

.mt-pc-154 {
	margin-top: 154px !important
}

.mt-pc-156 {
	margin-top: 156px !important
}

.mt-pc-158 {
	margin-top: 158px !important
}

.mt-pc-160 {
	margin-top: 160px !important
}

.mt-pc-162 {
	margin-top: 162px !important
}

.mt-pc-164 {
	margin-top: 164px !important
}

.mt-pc-166 {
	margin-top: 166px !important
}

.mt-pc-168 {
	margin-top: 168px !important
}

.mt-pc-170 {
	margin-top: 170px !important
}

.mt-pc-172 {
	margin-top: 172px !important
}

.mt-pc-174 {
	margin-top: 174px !important
}

.mt-pc-176 {
	margin-top: 176px !important
}

.mt-pc-178 {
	margin-top: 178px !important
}

.mt-pc-180 {
	margin-top: 180px !important
}

.mt-pc-182 {
	margin-top: 182px !important
}

.mt-pc-184 {
	margin-top: 184px !important
}

.mt-pc-186 {
	margin-top: 186px !important
}

.mt-pc-188 {
	margin-top: 188px !important
}

.mt-pc-190 {
	margin-top: 190px !important
}

.mt-pc-192 {
	margin-top: 192px !important
}

.mt-pc-194 {
	margin-top: 194px !important
}

.mt-pc-196 {
	margin-top: 196px !important
}

.mt-pc-198 {
	margin-top: 198px !important
}

.mt-pc-200 {
	margin-top: 200px !important
}

.mb-pc-2 {
	margin-bottom: 2px !important
}

.mb-pc-4 {
	margin-bottom: 4px !important
}

.mb-pc-6 {
	margin-bottom: 6px !important
}

.mb-pc-8 {
	margin-bottom: 8px !important
}

.mb-pc-10 {
	margin-bottom: 10px !important
}

.mb-pc-12 {
	margin-bottom: 12px !important
}

.mb-pc-14 {
	margin-bottom: 14px !important
}

.mb-pc-16 {
	margin-bottom: 16px !important
}

.mb-pc-18 {
	margin-bottom: 18px !important
}

.mb-pc-20 {
	margin-bottom: 20px !important
}

.mb-pc-22 {
	margin-bottom: 22px !important
}

.mb-pc-24 {
	margin-bottom: 24px !important
}

.mb-pc-26 {
	margin-bottom: 26px !important
}

.mb-pc-28 {
	margin-bottom: 28px !important
}

.mb-pc-30 {
	margin-bottom: 30px !important
}

.mb-pc-32 {
	margin-bottom: 32px !important
}

.mb-pc-34 {
	margin-bottom: 34px !important
}

.mb-pc-36 {
	margin-bottom: 36px !important
}

.mb-pc-38 {
	margin-bottom: 38px !important
}

.mb-pc-40 {
	margin-bottom: 40px !important
}

.mb-pc-42 {
	margin-bottom: 42px !important
}

.mb-pc-44 {
	margin-bottom: 44px !important
}

.mb-pc-46 {
	margin-bottom: 46px !important
}

.mb-pc-48 {
	margin-bottom: 48px !important
}

.mb-pc-50 {
	margin-bottom: 50px !important
}

.mb-pc-52 {
	margin-bottom: 52px !important
}

.mb-pc-54 {
	margin-bottom: 54px !important
}

.mb-pc-56 {
	margin-bottom: 56px !important
}

.mb-pc-58 {
	margin-bottom: 58px !important
}

.mb-pc-60 {
	margin-bottom: 60px !important
}

.mb-pc-62 {
	margin-bottom: 62px !important
}

.mb-pc-64 {
	margin-bottom: 64px !important
}

.mb-pc-66 {
	margin-bottom: 66px !important
}

.mb-pc-68 {
	margin-bottom: 68px !important
}

.mb-pc-70 {
	margin-bottom: 70px !important
}

.mb-pc-72 {
	margin-bottom: 72px !important
}

.mb-pc-74 {
	margin-bottom: 74px !important
}

.mb-pc-76 {
	margin-bottom: 76px !important
}

.mb-pc-78 {
	margin-bottom: 78px !important
}

.mb-pc-80 {
	margin-bottom: 80px !important
}

.mb-pc-82 {
	margin-bottom: 82px !important
}

.mb-pc-84 {
	margin-bottom: 84px !important
}

.mb-pc-86 {
	margin-bottom: 86px !important
}

.mb-pc-88 {
	margin-bottom: 88px !important
}

.mb-pc-90 {
	margin-bottom: 90px !important
}

.mb-pc-92 {
	margin-bottom: 92px !important
}

.mb-pc-94 {
	margin-bottom: 94px !important
}

.mb-pc-96 {
	margin-bottom: 96px !important
}

.mb-pc-98 {
	margin-bottom: 98px !important
}

.mb-pc-100 {
	margin-bottom: 100px !important
}

.mb-pc-102 {
	margin-bottom: 102px !important
}

.mb-pc-104 {
	margin-bottom: 104px !important
}

.mb-pc-106 {
	margin-bottom: 106px !important
}

.mb-pc-108 {
	margin-bottom: 108px !important
}

.mb-pc-110 {
	margin-bottom: 110px !important
}

.mb-pc-112 {
	margin-bottom: 112px !important
}

.mb-pc-114 {
	margin-bottom: 114px !important
}

.mb-pc-116 {
	margin-bottom: 116px !important
}

.mb-pc-118 {
	margin-bottom: 118px !important
}

.mb-pc-120 {
	margin-bottom: 120px !important
}

.mb-pc-122 {
	margin-bottom: 122px !important
}

.mb-pc-124 {
	margin-bottom: 124px !important
}

.mb-pc-126 {
	margin-bottom: 126px !important
}

.mb-pc-128 {
	margin-bottom: 128px !important
}

.mb-pc-130 {
	margin-bottom: 130px !important
}

.mb-pc-132 {
	margin-bottom: 132px !important
}

.mb-pc-134 {
	margin-bottom: 134px !important
}

.mb-pc-136 {
	margin-bottom: 136px !important
}

.mb-pc-138 {
	margin-bottom: 138px !important
}

.mb-pc-140 {
	margin-bottom: 140px !important
}

.mb-pc-142 {
	margin-bottom: 142px !important
}

.mb-pc-144 {
	margin-bottom: 144px !important
}

.mb-pc-146 {
	margin-bottom: 146px !important
}

.mb-pc-148 {
	margin-bottom: 148px !important
}

.mb-pc-150 {
	margin-bottom: 150px !important
}

.mb-pc-152 {
	margin-bottom: 152px !important
}

.mb-pc-154 {
	margin-bottom: 154px !important
}

.mb-pc-156 {
	margin-bottom: 156px !important
}

.mb-pc-158 {
	margin-bottom: 158px !important
}

.mb-pc-160 {
	margin-bottom: 160px !important
}

.mb-pc-162 {
	margin-bottom: 162px !important
}

.mb-pc-164 {
	margin-bottom: 164px !important
}

.mb-pc-166 {
	margin-bottom: 166px !important
}

.mb-pc-168 {
	margin-bottom: 168px !important
}

.mb-pc-170 {
	margin-bottom: 170px !important
}

.mb-pc-172 {
	margin-bottom: 172px !important
}

.mb-pc-174 {
	margin-bottom: 174px !important
}

.mb-pc-176 {
	margin-bottom: 176px !important
}

.mb-pc-178 {
	margin-bottom: 178px !important
}

.mb-pc-180 {
	margin-bottom: 180px !important
}

.mb-pc-182 {
	margin-bottom: 182px !important
}

.mb-pc-184 {
	margin-bottom: 184px !important
}

.mb-pc-186 {
	margin-bottom: 186px !important
}

.mb-pc-188 {
	margin-bottom: 188px !important
}

.mb-pc-190 {
	margin-bottom: 190px !important
}

.mb-pc-192 {
	margin-bottom: 192px !important
}

.mb-pc-194 {
	margin-bottom: 194px !important
}

.mb-pc-196 {
	margin-bottom: 196px !important
}

.mb-pc-198 {
	margin-bottom: 198px !important
}

.mb-pc-200 {
	margin-bottom: 200px !important
}

.ml-pc-2 {
	margin-left: 2px !important
}

.ml-pc-4 {
	margin-left: 4px !important
}

.ml-pc-6 {
	margin-left: 6px !important
}

.ml-pc-8 {
	margin-left: 8px !important
}

.ml-pc-10 {
	margin-left: 10px !important
}

.ml-pc-12 {
	margin-left: 12px !important
}

.ml-pc-14 {
	margin-left: 14px !important
}

.ml-pc-16 {
	margin-left: 16px !important
}

.ml-pc-18 {
	margin-left: 18px !important
}

.ml-pc-20 {
	margin-left: 20px !important
}

.ml-pc-22 {
	margin-left: 22px !important
}

.ml-pc-24 {
	margin-left: 24px !important
}

.ml-pc-26 {
	margin-left: 26px !important
}

.ml-pc-28 {
	margin-left: 28px !important
}

.ml-pc-30 {
	margin-left: 30px !important
}

.ml-pc-32 {
	margin-left: 32px !important
}

.ml-pc-34 {
	margin-left: 34px !important
}

.ml-pc-36 {
	margin-left: 36px !important
}

.ml-pc-38 {
	margin-left: 38px !important
}

.ml-pc-40 {
	margin-left: 40px !important
}

.ml-pc-42 {
	margin-left: 42px !important
}

.ml-pc-44 {
	margin-left: 44px !important
}

.ml-pc-46 {
	margin-left: 46px !important
}

.ml-pc-48 {
	margin-left: 48px !important
}

.ml-pc-50 {
	margin-left: 50px !important
}

.ml-pc-52 {
	margin-left: 52px !important
}

.ml-pc-54 {
	margin-left: 54px !important
}

.ml-pc-56 {
	margin-left: 56px !important
}

.ml-pc-58 {
	margin-left: 58px !important
}

.ml-pc-60 {
	margin-left: 60px !important
}

.ml-pc-62 {
	margin-left: 62px !important
}

.ml-pc-64 {
	margin-left: 64px !important
}

.ml-pc-66 {
	margin-left: 66px !important
}

.ml-pc-68 {
	margin-left: 68px !important
}

.ml-pc-70 {
	margin-left: 70px !important
}

.ml-pc-72 {
	margin-left: 72px !important
}

.ml-pc-74 {
	margin-left: 74px !important
}

.ml-pc-76 {
	margin-left: 76px !important
}

.ml-pc-78 {
	margin-left: 78px !important
}

.ml-pc-80 {
	margin-left: 80px !important
}

.ml-pc-82 {
	margin-left: 82px !important
}

.ml-pc-84 {
	margin-left: 84px !important
}

.ml-pc-86 {
	margin-left: 86px !important
}

.ml-pc-88 {
	margin-left: 88px !important
}

.ml-pc-90 {
	margin-left: 90px !important
}

.ml-pc-92 {
	margin-left: 92px !important
}

.ml-pc-94 {
	margin-left: 94px !important
}

.ml-pc-96 {
	margin-left: 96px !important
}

.ml-pc-98 {
	margin-left: 98px !important
}

.ml-pc-100 {
	margin-left: 100px !important
}

.ml-pc-102 {
	margin-left: 102px !important
}

.ml-pc-104 {
	margin-left: 104px !important
}

.ml-pc-106 {
	margin-left: 106px !important
}

.ml-pc-108 {
	margin-left: 108px !important
}

.ml-pc-110 {
	margin-left: 110px !important
}

.ml-pc-112 {
	margin-left: 112px !important
}

.ml-pc-114 {
	margin-left: 114px !important
}

.ml-pc-116 {
	margin-left: 116px !important
}

.ml-pc-118 {
	margin-left: 118px !important
}

.ml-pc-120 {
	margin-left: 120px !important
}

.ml-pc-122 {
	margin-left: 122px !important
}

.ml-pc-124 {
	margin-left: 124px !important
}

.ml-pc-126 {
	margin-left: 126px !important
}

.ml-pc-128 {
	margin-left: 128px !important
}

.ml-pc-130 {
	margin-left: 130px !important
}

.ml-pc-132 {
	margin-left: 132px !important
}

.ml-pc-134 {
	margin-left: 134px !important
}

.ml-pc-136 {
	margin-left: 136px !important
}

.ml-pc-138 {
	margin-left: 138px !important
}

.ml-pc-140 {
	margin-left: 140px !important
}

.ml-pc-142 {
	margin-left: 142px !important
}

.ml-pc-144 {
	margin-left: 144px !important
}

.ml-pc-146 {
	margin-left: 146px !important
}

.ml-pc-148 {
	margin-left: 148px !important
}

.ml-pc-150 {
	margin-left: 150px !important
}

.ml-pc-152 {
	margin-left: 152px !important
}

.ml-pc-154 {
	margin-left: 154px !important
}

.ml-pc-156 {
	margin-left: 156px !important
}

.ml-pc-158 {
	margin-left: 158px !important
}

.ml-pc-160 {
	margin-left: 160px !important
}

.ml-pc-162 {
	margin-left: 162px !important
}

.ml-pc-164 {
	margin-left: 164px !important
}

.ml-pc-166 {
	margin-left: 166px !important
}

.ml-pc-168 {
	margin-left: 168px !important
}

.ml-pc-170 {
	margin-left: 170px !important
}

.ml-pc-172 {
	margin-left: 172px !important
}

.ml-pc-174 {
	margin-left: 174px !important
}

.ml-pc-176 {
	margin-left: 176px !important
}

.ml-pc-178 {
	margin-left: 178px !important
}

.ml-pc-180 {
	margin-left: 180px !important
}

.ml-pc-182 {
	margin-left: 182px !important
}

.ml-pc-184 {
	margin-left: 184px !important
}

.ml-pc-186 {
	margin-left: 186px !important
}

.ml-pc-188 {
	margin-left: 188px !important
}

.ml-pc-190 {
	margin-left: 190px !important
}

.ml-pc-192 {
	margin-left: 192px !important
}

.ml-pc-194 {
	margin-left: 194px !important
}

.ml-pc-196 {
	margin-left: 196px !important
}

.ml-pc-198 {
	margin-left: 198px !important
}

.ml-pc-200 {
	margin-left: 200px !important
}

.mr-pc-2 {
	margin-right: 2px !important
}

.mr-pc-4 {
	margin-right: 4px !important
}

.mr-pc-6 {
	margin-right: 6px !important
}

.mr-pc-8 {
	margin-right: 8px !important
}

.mr-pc-10 {
	margin-right: 10px !important
}

.mr-pc-12 {
	margin-right: 12px !important
}

.mr-pc-14 {
	margin-right: 14px !important
}

.mr-pc-16 {
	margin-right: 16px !important
}

.mr-pc-18 {
	margin-right: 18px !important
}

.mr-pc-20 {
	margin-right: 20px !important
}

.mr-pc-22 {
	margin-right: 22px !important
}

.mr-pc-24 {
	margin-right: 24px !important
}

.mr-pc-26 {
	margin-right: 26px !important
}

.mr-pc-28 {
	margin-right: 28px !important
}

.mr-pc-30 {
	margin-right: 30px !important
}

.mr-pc-32 {
	margin-right: 32px !important
}

.mr-pc-34 {
	margin-right: 34px !important
}

.mr-pc-36 {
	margin-right: 36px !important
}

.mr-pc-38 {
	margin-right: 38px !important
}

.mr-pc-40 {
	margin-right: 40px !important
}

.mr-pc-42 {
	margin-right: 42px !important
}

.mr-pc-44 {
	margin-right: 44px !important
}

.mr-pc-46 {
	margin-right: 46px !important
}

.mr-pc-48 {
	margin-right: 48px !important
}

.mr-pc-50 {
	margin-right: 50px !important
}

.mr-pc-52 {
	margin-right: 52px !important
}

.mr-pc-54 {
	margin-right: 54px !important
}

.mr-pc-56 {
	margin-right: 56px !important
}

.mr-pc-58 {
	margin-right: 58px !important
}

.mr-pc-60 {
	margin-right: 60px !important
}

.mr-pc-62 {
	margin-right: 62px !important
}

.mr-pc-64 {
	margin-right: 64px !important
}

.mr-pc-66 {
	margin-right: 66px !important
}

.mr-pc-68 {
	margin-right: 68px !important
}

.mr-pc-70 {
	margin-right: 70px !important
}

.mr-pc-72 {
	margin-right: 72px !important
}

.mr-pc-74 {
	margin-right: 74px !important
}

.mr-pc-76 {
	margin-right: 76px !important
}

.mr-pc-78 {
	margin-right: 78px !important
}

.mr-pc-80 {
	margin-right: 80px !important
}

.mr-pc-82 {
	margin-right: 82px !important
}

.mr-pc-84 {
	margin-right: 84px !important
}

.mr-pc-86 {
	margin-right: 86px !important
}

.mr-pc-88 {
	margin-right: 88px !important
}

.mr-pc-90 {
	margin-right: 90px !important
}

.mr-pc-92 {
	margin-right: 92px !important
}

.mr-pc-94 {
	margin-right: 94px !important
}

.mr-pc-96 {
	margin-right: 96px !important
}

.mr-pc-98 {
	margin-right: 98px !important
}

.mr-pc-100 {
	margin-right: 100px !important
}

.mr-pc-102 {
	margin-right: 102px !important
}

.mr-pc-104 {
	margin-right: 104px !important
}

.mr-pc-106 {
	margin-right: 106px !important
}

.mr-pc-108 {
	margin-right: 108px !important
}

.mr-pc-110 {
	margin-right: 110px !important
}

.mr-pc-112 {
	margin-right: 112px !important
}

.mr-pc-114 {
	margin-right: 114px !important
}

.mr-pc-116 {
	margin-right: 116px !important
}

.mr-pc-118 {
	margin-right: 118px !important
}

.mr-pc-120 {
	margin-right: 120px !important
}

.mr-pc-122 {
	margin-right: 122px !important
}

.mr-pc-124 {
	margin-right: 124px !important
}

.mr-pc-126 {
	margin-right: 126px !important
}

.mr-pc-128 {
	margin-right: 128px !important
}

.mr-pc-130 {
	margin-right: 130px !important
}

.mr-pc-132 {
	margin-right: 132px !important
}

.mr-pc-134 {
	margin-right: 134px !important
}

.mr-pc-136 {
	margin-right: 136px !important
}

.mr-pc-138 {
	margin-right: 138px !important
}

.mr-pc-140 {
	margin-right: 140px !important
}

.mr-pc-142 {
	margin-right: 142px !important
}

.mr-pc-144 {
	margin-right: 144px !important
}

.mr-pc-146 {
	margin-right: 146px !important
}

.mr-pc-148 {
	margin-right: 148px !important
}

.mr-pc-150 {
	margin-right: 150px !important
}

.mr-pc-152 {
	margin-right: 152px !important
}

.mr-pc-154 {
	margin-right: 154px !important
}

.mr-pc-156 {
	margin-right: 156px !important
}

.mr-pc-158 {
	margin-right: 158px !important
}

.mr-pc-160 {
	margin-right: 160px !important
}

.mr-pc-162 {
	margin-right: 162px !important
}

.mr-pc-164 {
	margin-right: 164px !important
}

.mr-pc-166 {
	margin-right: 166px !important
}

.mr-pc-168 {
	margin-right: 168px !important
}

.mr-pc-170 {
	margin-right: 170px !important
}

.mr-pc-172 {
	margin-right: 172px !important
}

.mr-pc-174 {
	margin-right: 174px !important
}

.mr-pc-176 {
	margin-right: 176px !important
}

.mr-pc-178 {
	margin-right: 178px !important
}

.mr-pc-180 {
	margin-right: 180px !important
}

.mr-pc-182 {
	margin-right: 182px !important
}

.mr-pc-184 {
	margin-right: 184px !important
}

.mr-pc-186 {
	margin-right: 186px !important
}

.mr-pc-188 {
	margin-right: 188px !important
}

.mr-pc-190 {
	margin-right: 190px !important
}

.mr-pc-192 {
	margin-right: 192px !important
}

.mr-pc-194 {
	margin-right: 194px !important
}

.mr-pc-196 {
	margin-right: 196px !important
}

.mr-pc-198 {
	margin-right: 198px !important
}

.mr-pc-200 {
	margin-right: 200px !important
}

/* 十六进制颜色不透明度对照表
不透明度 - 代码
100% - FF
99% - FC
98% - FA
97% - F7
96% - F5
95% - F2
94% - F0
93% - ED
92% - EB
91% - E8
90% - E6
89% - E3
88% - E0
87% - DE
86% - DB
85% - D9
84% - D6
83% - D4
82% - D1
81% - CF
80% - CC
79% - C9
78% - C7
77% - C4
76% - C2
75% - BF
74% - BD
73% - BA
72% - B8
71% - B5
70% - B3
69% - B0
68% - AD
67% - AB
66% - A8
65% - A6
64% - A3
63% - A1
62% - 9E
61% - 9C
60% - 99
59% - 96
58% - 94
57% - 91
56% - 8F
55% - 8C
54% - 8A
53% - 87
52% - 85
51% - 82
50% - 80
49% - 7D
48% - 7A
47% - 78
46% - 75
45% - 73
44% - 70
43% - 6E
42% - 6B
41% - 69
40% - 66
39% - 63
38% - 61
37% - 5E
36% - 5C
35% - 59
34% - 57
33% - 54
32% - 52
31% - 4F
30% - 4D
29% - 4A
28% - 47
27% - 45
26% - 42
25% - 40
24% - 3D
23% - 3B
22% - 38
21% - 36
20% - 33
19% - 30
18% - 2E
17% - 2B
16% - 29
15% - 26
14% - 24
13% - 21
12% - 1F
11% - 1C
10% - 1A
9% - 17
8% - 14
7% - 12
6% - 0F
5% - 0D
4% - 0A
3% - 08
2% - 05
1% - 03
0% - 00 */
}