:root {
	--main-color: #73cdf1;
	--pink-color: #FFB749;
	--dark-pink-color: #c45710;
	--light-blue-color: #43C3CB1A;
}

a.lkgray {
	color: gray;
}
a.lkgray:hover {
	color: black;
}

a.lkgreen {
	color: green;
}
a.lkgreen:hover {
	color: #ff6500;
}

a.lkblue {
	color: #196dff;
}
a.lkblue:hover {
	color: #ff6500;
}

a.lkmazarine {
	color: #213457;
}
a.lkmazarine:hover {
	color: #ff6500;
}

a.lkwhite {
	color: white;
}
a.lkwhite:hover {
	color: gray;
}

a.lkblack {
	color: black;
}
a.lkblack:hover {
	color: red;
}

a.lkred {
	color: red;
}
a.lkred:hover {
	color: green;
}

a.lkyellow {
	color: yellow;
}
a.lkyellow:hover {
	color: #ffffcc;
}

a.lkashy {
	color: #444;
}
a.lkashy:hover {
	color: #bd1e1e;
}

.pt3 {
	padding-top: 3px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt8 {
	padding-top: 8px !important;
}
.pt9 {
	padding-top: 9px !important;
}

.pl3 {
	padding-left: 3px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl8 {
	padding-left: 8px !important;
}
.pl9 {
	padding-left: 9px !important;
}

.pr3 {
	padding-right: 3px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr8 {
	padding-right: 8px !important;
}
.pr9 {
	padding-right: 9px !important;
}

.pb3 {
	padding-bottom: 3px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb8 {
	padding-bottom: 8px !important;
}
.pb9 {
	padding-bottom: 9px !important;
}

.mt3 {
	margin-top: 3px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt9 {
	margin-top: 9px !important;
}
.mt17 {
	margin-top: 17px !important;
}

.ml1 {
	margin-left: 1px !important;
}
.ml3 {
	margin-left: 3px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml8 {
	margin-left: 8px !important;
}
.ml9 {
	margin-left: 9px !important;
}
.ml17 {
	margin-left: 17px !important;
}

.mr3 {
	margin-right: 3px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr8 {
	margin-right: 8px !important;
}
.mr9 {
	margin-right: 9px !important;
}
.mr17 {
	margin-right: 17px !important;
}

.mb3 {
	margin-bottom: 3px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb17 {
	margin-bottom: 17px !important;
}

.h0 {
	height: 0 !important;
}
.h15 {
	height: 15px !important;
}
.h20 {
	height: 20px !important;
}
.h21 {
	height: 21px !important;
}
.h22 {
	height: 22px !important;
}
.h23 {
	height: 23px !important;
}
.h24 {
	height: 24px !important;
}
.h25 {
	height: 25px !important;
}
.h26 {
	height: 26px !important;
}
.h30 {
	height: 30px !important;
}
.h40 {
	height: 40px !important;
}
.h50 {
	height: 50px !important;
}
.h100 {
	height: 100px !important;
}
.h130 {
	height: 130px !important;
}
.h200 {
	height: 200px !important;
}
.h300 {
	height: 300px !important;
}
.h400 {
	height: 400px !important;
}
.h500 {
	height: 500px !important;
}
.h600 {
	height: 600px !important;
}
.h700 {
	height: 700px !important;
}
.h800 {
	height: 800px !important;
}

.w10 {
	width: 10px;
}
.w20 {
	width: 20px;
}
.w30 {
	width: 30px;
}
.w40 {
	width: 40px;
}
.w50 {
	width: 50px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w100 {
	width: 100px;
}
.w110 {
	width: 110px;
}
.w120 {
	width: 120px;
}
.w130 {
	width: 130px;
}
.w140 {
	width: 140px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w240 {
	width: 240px;
}
.w250 {
	width: 250px;
}
.w260 {
	width: 260px;
}
.w270 {
	width: 270px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}

.w80p {
	width: 80%;
}
.w80mp {
	max-width: 80%;
}

.w90p {
	width: 90%;
}
.w90mp {
	max-width: 90%;
}

.w100p {
	width: 100%;
}
.w100mp {
	max-width: 100%;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sans-serif {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
}
.yahei {
	font-family: "微软雅黑", "Microsoft Yahei";
}

.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
}
.f21 {
	font-size: 21px;
}
.f22 {
	font-size: 22px;
}
.f23 {
	font-size: 23px;
}
.f24 {
	font-size: 24px;
}
.f25 {
	font-size: 25px;
}
.f26 {
	font-size: 26px;
}

.tl {
	table-layout: fixed;
}
.bc {
	border-collapse: collapse;
}
.outline {
	border: 1px solid;
}
.wb {
	word-break: break-all;
}

.br6e {
	border-color: #eeeeee;
}
.br6d {
	border-color: #dddddd;
}
.br6c {
	border-color: #cccccc;
}
.br6b {
	border-color: #bbbbbb;
}

.bg6e {
	background-color: #eeeeee;
}
.bg6d {
	background-color: #dddddd;
}
.bg6c {
	background-color: #cccccc;
}
.bg6b {
	background-color: #bbbbbb;
}
.bgorange {
	background-color: #ff7700;
}
.bggray {
	background-color: #f3f3f3;
}
.bgblue {
	background-color: #d1eaff;
}
.bgyellow {
	background-color: yellow;
}
.bgwhite {
	background-color: #ffffff;
}

.border6e {
	border: 1px solid #eeeeee;
}
.border6d {
	border: 1px solid #dddddd;
}
.border6c {
	border: 1px solid #cccccc;
}
.border6b {
	border: 1px solid #bbbbbb;
}
.borderorange {
	border: 1px solid #ff7700;
}
.bordergray {
	border: 1px solid #f3f3f3;
}
.borderblue {
	border: 1px solid #d1eaff;
}
.borderyellow {
	border: 1px solid #fff4cb;
}

.dpn {
	display: none;
}
.dpb {
	display: block;
}

.l0 {
	line-height: 0;
}
.l18 {
	line-height: 18px;
}
.l19 {
	line-height: 19px;
}
.l20 {
	line-height: 20px;
}
.l21 {
	line-height: 21px;
}
.l22 {
	line-height: 22px;
}
.l23 {
	line-height: 23px;
}
.l24 {
	line-height: 24px;
}
.l25 {
	line-height: 25px;
}
.l30 {
	line-height: 30px;
}

.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}

.nb {
	font-weight: normal;
}
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
.nu {
	text-decoration: none;
}

.gray {
	color: gray !important;
}
.white {
	color: white !important;
}
.yellow {
	color: yellow !important;
}
.red {
	color: #ea440e !important;
}
.green {
	color: green !important;
}
.blue {
	color: #33558a !important;
}
.black {
	color: black !important;
}
.orange {
	color: #ff7700 !important;
}
.pink{
	color: var(--pink-color) !important;
}

.button {
	height: 24px;
	font-size: 12px;
	padding-top: 2px;
}
.input {
	height: 16px;
	font-size: 12px;
	padding-top: 2px;
}

.fll {
	float: left;
}
.flr {
	float: right;
}
.clear {
	clear: both !important;
}

.lst {
	list-style-type: none;
}

.center {
	margin: 0 auto;
}

.hand {
	cursor: pointer;
}

.imgm {
	vertical-align: middle !important;
}

.shadow {
	box-shadow: 1px 1px 2px rgba(0%, 0%, 0%, 0.2),
		1px -1px 2px rgba(0%, 0%, 0%, 0.2), -1px 1px 2px rgba(0%, 0%, 0%, 0.2),
		-1px -1px 2px rgba(0%, 0%, 0%, 0.2);
}
.yellow_line {
	background: linear-gradient(transparent 60%, #fff494 60%);
}

.collapsible {
	cursor: pointer;
}

/* .content {
	display: none;
	overflow: hidden;
} */
.toggle_show {
	display: none;
	overflow: hidden;
}

.text-left {
	text-align: left !important;
}
