﻿@charset "utf-8";

/* CSS Document */
body {
	background: #f1f4f5;
	padding: 100px 0 73px;
}

#kRed a:hover {
	color: #dc4c3f;
}

#kBlue a:hover {
	color: #61a7ea;
}

#kOrg a:hover {
	color: #f1a553;
}

#kPple a:hover {
	color: #926cdd;
}

#kPink a:hover {
	color: #f44985;
}

#kBrown a:hover {
	color: #987b72;
}

#kGreen a:hover {
	color: #24c170;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
	color: #000;
}

.kShadow {
	-moz-box-shadow: 0px 0px 7px rgba(227, 231, 232, .35);
	-webkit-box-shadow: 0px 0px 7px rgba(227, 231, 232, .35);
	box-shadow: 0px 0px 7px rgba(227, 231, 232, .35);
}

::-webkit-scrollbar {
	width: .5rem;
	height: .5rem;
	background: hsla(0, 0%, 100%, 0.6);
}

::-webkit-scrollbar-track {
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(95, 95, 95, .4);
	transition: all .2s;
	border-radius: .5rem;

}

::-webkit-scrollbar-thumb:hover {
	background-color: #7d7d7d;
}

/*header-start*/
.kHeader_fix {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11111;
	width: 100%;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 16px rgba(50, 53, 54, .1);
	-webkit-box-shadow: 0px 0px 16px rgba(50, 53, 54, .1);
	box-shadow: 0px 0px 16px rgba(50, 53, 54, .1);
}

.kHeader {
	height: 56px;
	position: relative;
	z-index: 101;
	-moz-box-shadow: 0px 0px 16px rgba(50, 53, 54, .1);
	-webkit-box-shadow: 0px 0px 16px rgba(50, 53, 54, .1);
	box-shadow: 0px 0px 16px rgba(50, 53, 54, .1);
}

.kLogo {
	width: auto;
	/*overflow: hidden;*/
}

.kLogo img {
	width: 32px;
	height: 32px;
	padding: 12px 13px 0 18px;
}

.kLogoZ {
	width: 131px;
	height: 56px;
	background: url("../images/logoz.png") no-repeat left center/131px auto;
}

#kRed .kHeader {
	background: url("../images/red/nav_bg.jpg") no-repeat center 100% #db4c3f;
}

#kBlue .kHeader {
	background: url("../images/blue/nav_bg.jpg") no-repeat center 100% #667ae4;
}

#kOrg .kHeader {
	background: url("../images/org/nav_bg.jpg") no-repeat center 100% #f0a45a;
}

#kPple .kHeader {
	background: url("../images/pple/nav_bg.jpg") no-repeat center 100% #966fe1;
}

#kPink .kHeader {
	background: url("../images/pink/nav_bg.jpg") no-repeat center 100% #f44985;
}

#kBrown .kHeader {
	background: url("../images/brown/nav_bg.jpg") no-repeat center 100% #987b72;
}

#kGreen .kHeader {
	background: url("../images/green/nav_bg.jpg") no-repeat center 100% #24c170;
}

/*changeSyetem*/
.kChangeSys {
	display: inline-block;
	position: relative;
}

.kChangeBtn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: auto;
	height: 28px;
	line-height: 28px;
	padding: 0 30px 0 16px;
	border: 2px solid rgba(255, 255, 255, .7);
	border-radius: 4px;
	color: #fff;
	margin: 13px 8px 0 0;
	font-size: 14px;
	position: relative;
}

.kChangeBtn i {
	position: absolute;
	right: 9px;
}

#kRed .kChangeBtn.hov,
#kRed .kChangeBtn:hover {
	background: #d53b2d;
}

#kBlue .kChangeBtn.hov,
#kBlue .kChangeBtn:hover {
	background: #5d6ece;
}

#kOrg .kChangeBtn.hov,
#kOrg .kChangeBtn:hover {
	background: #d89552;
}

#kPple .kChangeBtn.hov,
#kPple .kChangeBtn:hover {
	background: #8462c9;
}

#kPink .kChangeBtn.hov,
#kPink .kChangeBtn:hover {
	background: #db4277;
}

#kBrown .kChangeBtn.hov,
#kBrown .kChangeBtn:hover {
	background: #886f66;
}

#kGreen .kChangeBtn.hov,
#kGreen .kChangeBtn:hover {
	background: #21ad65;
}

.kChangeBox {
	padding-top: 4px;
	position: absolute;
	left: 0;
	top: 56px;
	display: block;
}

.kChangeBox ul {
	background: #fff;
	width: 240px;
	border: 1px solid #e3eaec;
	padding: 4px;
	z-index: 99;
}

.kChangeBox ul li a {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding: 0 16px;
	color: #000;
	margin-top: 2px;
}

.kChangeBox ul li a:hover,
.kChangeBox ul li a.hov {
	background: #f3f7f9;
	color: #666;
}

#kRed .kChangeBox ul li a:hover,
#kBlue .kChangeBox ul li a:hover,
#kOrg .kChangeBox ul li a:hover,
#kPple .kChangeBox ul li a:hover,
#kPink .kChangeBox ul li a:hover,
#kBrown .kChangeBox ul li a:hover,
#kGreen .kChangeBox ul li a:hover {
	color: #000;
}

.kNav {
	width: 33%;
	overflow: hidden;
	height: 56px;
}

.kNav li {
	float: left;
	width: 62px;
	overflow: hidden;
	cursor: pointer;
}

.kNav li a {
	display: inline-block;
	width: 60px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
}

.kNav li a.hov,
.kNav li a:hover {
	font-weight: bold;
	background: #d53b2d;
	color: #fff;
}

#kRed .kNav li a:hover,
#kBlue .kNav li a:hover,
#kOrg .kNav li a:hover,
#kPple .kNav li a:hover,
#kPink .kNav li a:hover,
#kBrown .kNav li a:hover,
#kGreen .kNav li a:hover {
	color: #fff;
}

#kRed .kThemeSz a:hover,
#kBlue .kThemeSz a:hover,
#kOrg .kThemeSz a:hover,
#kPple .kThemeSz a:hover,
#kPink .kThemeSz a:hover,
#kBrown .kThemeSz a:hover,
#kGreen .kThemeSz a:hover {
	color: #000;
}

#kRed .kNav li a.hov,
#kRed .kNav li a:hover {
	background: #d53b2d;
}

#kBlue .kNav li a.hov,
#kBlue .kNav li a:hover {
	background: #5d6ece;
}

#kOrg .kNav li a.hov,
#kOrg .kNav li a:hover {
	background: #d89552;
}

#kPple .kNav li a.hov,
#kPple .kNav li a:hover {
	background: #8462c9;
}

#kPink .kNav li a.hov,
#kPink .kNav li a:hover {
	background: #db4277;
}

#kBrown .kNav li a.hov,
#kBrown .kNav li a:hover {
	background: #886f66;
}

#kGreen .kNav li a.hov,
#kGreen .kNav li a:hover {
	background: #21ad65;
}

#kRed .kPsonC ul li a:hover,
#kBlue .kPsonC ul li a:hover,
#kOrg .kPsonC ul li a:hover,
#kPple .kPsonC ul li a:hover,
#kPink .kPsonC ul li a:hover,
#kBrown .kPsonC ul li a:hover,
#kGreen .kPsonC ul li a:hover,
#kRed .kYj ul li a:hover,
#kBlue .kYj ul li a:hover,
#kOrg .kYj ul li a:hover,
#kPple .kYj ul li a:hover,
#kPink .kYj ul li a:hover,
#kBrown .kYj ul li a:hover,
#kGreen .kYj ul li a:hover,
#kRed .kSrlZkC ul li a:hover,
#kBlue .kSrlZkC ul li a:hover,
#kOrg .kSrlZkC ul li a:hover,
#kPple .kSrlZkC ul li a:hover,
#kPink .kSrlZkC ul li a:hover,
#kBrown .kSrlZkC ul li a:hover,
#kGreen .kSrlZkC ul li a:hover {
	color: #000;
}

.kYj {
	position: relative;
	height: 56px;
}

.kYj span {
	width: 40px;
	display: inline-block;
	height: 56px;
	background: url("../images/icon/06_n.png") no-repeat center/16px auto;
}

.kYj:hover {
	cursor: pointer;
}

#kRed .kYj:hover span,
#kRed .kYj span.hov {
	background-color: #d53b2d;
}

#kBlue .kYj:hover span,
#kBlue .kYj span.hov {
	background-color: #5d6ece;
}

#kOrg .kYj:hover span,
#kOrg .kYj span.hov {
	background-color: #d89552;
}

#kPple .kYj:hover span,
#kPple .kYj span.hov {
	background-color: #8462c8;
}

#kPink .kYj:hover span,
#kPink .kYj span.hov {
	background-color: #db4277;
}

#kBrown .kYj:hover span,
#kBrown .kYj span.hov {
	background-color: #886f66;
}

#kGreen .kYj:hover span,
#kGreen .kYj span.hov {
	background-color: #21ad65;
}

.kYjC {
	padding-top: 4px;
	position: absolute;
	left: 0;
	top: 56px;
	display: none;
}

.kYj ul {
	background: #fff;
	width: 150px;
	border: 1px solid #e3eaec;
	padding: 4px;
	z-index: 99;
}

.kYj ul li a {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding-left: 16px;
	color: #000;
	margin-top: 2px;
}

.kYj ul li a:hover,
.kYj ul li a.hov {
	background: #f3f7f9;
	color: #666;
}

.kYcNav {
	width: 120px;
}

.kAllIco {
	width: 52px;
	height: 56px;
	display: block;
	background: url("../images/icon/07.png") no-repeat center/20px auto;
}

.kAll:hover .kAllIco {
	cursor: pointer;
}

.kAllSrh {
	background: #f0f3f5;
	width: 100%;
	position: absolute;
	left: 0;
	top: 56px;
	padding-top: 32px;
	z-index: 100;
	overflow-y: scroll;
	display: none;
}

.kAllSrh::-webkit-scrollbar {
	display: none;
}

.kAllSrh::-webkit-scrollbar {
	width: 0 !important
}

.kAllSrh {
	-ms-overflow-style: none;
}

.kAllSrh {
	overflow: -moz-scrollbars-none;
}

.kSrh {
	width: 820px;
	padding-left: 12px;
	height: 32px;
	line-height: 32px;
	margin-left: 88px;
	color: #999;
	font-size: 14px;
	border: 1px solid #e3eaec;
	border-radius: 4px;
	background: #fff;
	position: relative;
}

#kRed .kSrhHov {
	border-color: #dc4c3f;
}

#kBlue .kSrhHov {
	border-color: #6c80f0;
}

#kOrg .kSrhHov {
	border-color: #f4b066;
}

#kPple .kSrhHov {
	border-color: #a589dd;
}

#kPink .kSrhHov {
	border-color: #f44985;
}

#kBrown .kSrhHov {
	border-color: #987b72;
}

#kGreen .kSrhHov {
	border-color: #24c170;
}


.kSrhL {
	width: 812px;
	background: url(../images/icon/17.png) no-repeat right center/14px auto #fff;
	font-size: 12px;
	border: none;
	height: 32px;
	line-height: 32px;
}

.kSrh ul {
	padding: 3px 4px 6px;
	position: absolute;
	left: -1px;
	top: 34px;
	width: 824px;
	border: 1px solid #e7e6eb;
	border-top: 0;
	background: #fff;
	z-index: 11;
}

.kSrh ul li {
	height: 34px;
	line-height: 34px;
	margin-top: 3px;
}

.kSrh ul li:hover {
	background: #f3f7f9;
}

.kSrh ul li a:hover {
	color: #000;
}

.kSrh ul li {
	display: none;
}

.kSrh ul li a {
	display: inline-block;
	padding-left: 16px;
}

.kAllNav {
	padding-left: 88px;
	margin-top: -20px;
}

.kNavs {
	width: 195px;
	padding-right: 10px;
	margin-right: 40px;
	margin-top: 40px;
	float: left;
}

.kNavs a {
	width: 100%;
	line-height: 30px;
	display: inline-block;
	font-size: 12px;
	color: #333;
}

.kNavs a:hover {
	color: #e73e48;
}

#kRed .kNavs a.hov {
	color: #dc4c3f;
}

#kBlue .kNavs a.hov {
	color: #61a7ea;
}

#kOrg .kNavs a.hov {
	color: #f1a553;
}

#kPple .kNavs a.hov {
	color: #926cdd;
}

#kPink .kNavs a.hov {
	color: #f44985;
}

#kBrown .kNavs a.hov {
	color: #987b72;
}

#kGreen .kNavs a.hov {
	color: #24c170;
}

.kNavs h2 {
	margin: 0;
	padding-bottom: 10px;
}

.kNavs h2 a {
	font-weight: normal;
	color: #000;
	font-size: 14px;
}

#kRed .kNavs h2 a:hover,
#kBlue .kNavs h2 a:hover,
#kOrg .kNavs h2 a:hover,
#kPple .kNavs h2 a:hover,
#kPink .kNavs h2 a:hover,
#kBrown .kNavs h2 a:hover,
#kGreen .kNavs h2 a:hover {
	color: #384750;
}

.kgrid {
	width: 1180px;
}

.animateTest {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: .5s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .5s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .5s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .5s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

#kRed .kSrh_hov {
	border-color: #dc4c3f;
}

#kBlue .kSrh_hov {
	border-color: #61a7ea;
}

#kOrg .kSrh_hov {
	border-color: #f1a553;
}

#kPple .kSrh_hov {
	border-color: #926cdd;
}

#kPink .kSrh_hov {
	border-color: #f44985;
}

#kBrown .kSrh_hov {
	border-color: #987b72;
}

#kGreen .kSrh_hov {
	border-color: #24c170;
}

#kLvder .kSrh_hov {
	border-color: #677ae4;
}

.kSrh:hover {
	border-color: #D2D2D2;
}

.kLogoZ {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 56px;
	width: auto;
	background: none;
}

.kLogoZ em {
	width: 24px;
	text-align: center;
	line-height: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #db4c3f;
	margin: 18px 0 0 5px;
}

#kRed .kLogoZ em {
	color: #dc4c3f;
}

#kBlue .kLogoZ em {
	color: #61a7ea;
}

#kOrg .kLogoZ em {
	color: #f1a553;
}

#kPple .kLogoZ em {
	color: #926cdd;
}

#kPink .kLogoZ em {
	color: #f44985;
}

#kBrown .kLogoZ em {
	color: #987b72;
}

#kGreen .kLogoZ em {
	color: #24c170;
}

.kJin2_0 {
	width: auto;
	padding: 0 20px 0 10px;
	line-height: 29px;
	margin: 12.5px 0 0 -90px;
	height: 29px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: url(../images/icon/43.png) no-repeat 85% center;
}

#kRed .kJin2_0:hover,
#kBlue .kJin2_0:hover,
#kOrg .kJin2_0:hover,
#kPple .kJin2_0:hover,
#kPink .kJin2_0:hover,
#kBrown .kJin2_0:hover,
#kGreen .kJin2_0:hover {
	color: #fff;
}

.kLine {
	width: 15px;
	height: 24px;
	border-left: 1px solid #fff;
	overflow: hidden;
	margin-top: 16px;
}

.kTopIcon {
	float: left;
	display: inline-block;
	width: 48px;
	height: 56px;
	position: relative;
	cursor: pointer;
}

.kTopIcon1 {
	background: url(../images/icon/08_n.png) no-repeat center/16px auto;
}

.kTopIcon2 {
	background: url(../images/icon/09.png) no-repeat center/16px auto;
}

.kTopIcon3 {
	background: url(../images/icon/10_n.png) no-repeat center/16px auto;
}

.kTopIcon4 {
	background: url(../images/icon/11_n.png) no-repeat center/16px auto;
	position: relative;
	z-index: 2;
}

.kTopIcon4 span {
	padding: 0 6px;
	height: 16px;
	border-radius: 18px 16px;
	background: #f96868;
	position: absolute;
	left: 24px;
	top: 10px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
}

.kTopIcon5 {
	background: url(../images/icon/12_n.png) no-repeat center/16px auto;
	z-index: 1;
}

#kRed .kTopIcon4 span,
#kPink .kTopIcon4 span {
	background: #f0a55b;
}

#kRed .kTopIcon:hover,
#kRed .kTopIcon.hov,
#kRed .kPson.hov,
#kRed .kAll .kAllIco.hov {
	background-color: #d53b2d;
}

#kBlue .kTopIcon:hover,
#kBlue .kTopIcon.hov,
#kBlue .kPson.hov,
#kBlue .kAll .kAllIco.hov {
	background-color: #5d6ece;
}

#kOrg .kTopIcon:hover,
#kOrg .kTopIcon.hov,
#kOrg .kPson.hov,
#kOrg .kAll .kAllIco.hov {
	background-color: #d89552;
}

#kPple .kTopIcon:hover,
#kPple .kTopIcon.hov,
#kPple .kPson.hov,
#kPple .kAll .kAllIco.hov {
	background-color: #8462c9;
}

#kPink .kTopIcon:hover,
#kPink .kTopIcon.hov,
#kPink .kPson.hov,
#kPink .kAll .kAllIco.hov {
	background-color: #db4277;
}

#kBrown .kTopIcon:hover,
#kBrown .kTopIcon.hov,
#kBrown .kPson.hov,
#kBrown .kAll .kAllIco.hov {
	background-color: #886f66;
}

#kGreen .kTopIcon:hover,
#kGreen .kTopIcon.hov,
#kGreen .kPson.hov,
#kGreen .kAll .kAllIco.hov {
	background-color: #21ad65;
}

.kSetIco {
	font-size: 16px;
	color: #fff;
	float: left;
	display: inline-block;
	width: 48px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 56px;
	position: relative;
}

.kSetIco p {
	position: absolute;
	opacity: 0;
}

.kTheme {
	position: relative;
}

.kThemeSz {
	padding-top: 4px;
	position: absolute;
	left: 0px;
	top: 56px;
	display: none;
}

.kThemeSz ul {
	width: 152px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #e3eaec;
}

.kThemeSz ul li {
	line-height: 34px;
	padding-left: 10px;
	margin-top: 2px;
}

.kThemeSz ul li:hover,
.kThemeSz ul li.hov {
	background-color: #f3f7f9;
}

.kThemeSz ul li a {
	display: inline-block;
	font-size: 14px;
	padding-left: 8px;
}

.kThemeSz ul li i {
	font-size: 18px;
	position: relative;
	top: 2px;
}

.kThemeSza {
	display: none;
	position: absolute;
	left: -36px;
	top: 70px;
	width: 120px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	color: #fff;
	background: rgba(67, 68, 68, .9);
	;
	border-radius: 4px;
}

.kThemeSza span {
	width: 8px;
	height: 4px;
	background: url(../images/icon/18.png) no-repeat;
	opacity: 9;
	display: block;
	position: absolute;
	left: 56px;
	top: -4px;
}

.kTheme:hover .kThemeSza {
	display: block;
}

.kTipsMas {
	display: none;
	position: absolute;
	left: -12px;
	top: 62px;
	width: 70px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	color: #fff;
	background: rgba(67, 68, 68, .9);
	;
	border-radius: 4px;
}

.kTipsMas em {
	width: 8px;
	height: 4px;
	background: url(../images/icon/18.png) no-repeat;
	opacity: 9;
	display: block;
	position: absolute;
	left: 33px;
	top: -4px;
}

.kTheme:hover .kTipsMas,
.kTopIcon:hover .kTipsMas {
	display: block;
}

.kTheme .kTipsMas {
	width: 120px;
	left: -36px;
}

.kTheme .kTipsMas em {
	left: 56px;
}

.kPson {
	padding: 0 16px;
	height: 56px;
	margin-right: 8px;
	position: relative;
}

.kPson h3 {
	cursor: pointer;
	padding-top: 11px;
	height: 32px;
	line-height: 32px;
}

.kPson h3 span {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
}

.kPson h3 span img {
	border-radius: 50%;
}

.kPson h3 span em {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	background-color: #8fe000;
	display: block;
	position: absolute;
	bottom: -2px;
	right: -4px;
	border-radius: 12px;
}

.kPson h3 b {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
}


.kPsonC {
	padding-top: 4px;
	position: absolute;
	left: 0px;
	top: 56px;
	display: none;
}

.kPsonC ul {
	width: 152px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #e3eaec;
}

.kPsonC ul li {
	line-height: 34px;
	margin-top: 2px;
}

.kPsonC ul li a {
	display: block;
	/*padding-left:40px;*/
	font-size: 14px;
}

.kPsonC ul li a i {
	width: 40px;
	display: inline-block;
	color: #768390;
	text-align: center;
}

.kPsonX1 {
	background: url(../images/icon/13.png) no-repeat 12px center/12px auto;
}

.kPsonX2 {
	background: url(../images/icon/14.png) no-repeat 10px center/16px auto;
}

.kPsonX3 {
	background: url(../images/icon/15.png) no-repeat 10px center/16px auto;
}

.kPsonX4 {
	background: url(../images/icon/16.png) no-repeat 10px center/14px auto;
}

.kPsonC ul li a:hover,
.kPsonC ul li a.hov {
	background-color: #f3f7f9;
}

.kEjNav {
	height: 44px;
	line-height: 44px;
	background: #fff;
	position: relative;
	width: 100%;
}

.kEjNavNo .kScrollL,
.kEjNavNo .kScrollZk,
.kEjNavNo .kScrollR {
	opacity: 0;
}

.kScrollL {
	display: block;
	width: 40px;
	height: 44px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
}

.kScrollR {
	display: block;
	width: 40px;
	height: 44px;
	background: #fff;
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
}

.kEjNavOk .kScrollL,
.kEjNavOk .kScrollR {
	opacity: 1;
}

.kScrollL span {
	width: 40px;
	height: 44px;
	top: 0;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	display: inline-block;
	color: #7d8995;
}

.kScrollR span {
	width: 40px;
	height: 44px;
	top: 0;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	display: inline-block;
	color: #7d8995;
}

.kScrollL span:hover,
.kScrollL span:active,
.kScrollR span:hover,
.kScrollR span:active {
	color: #515961;
}

.kScrollL.swiper-button-disabled span,
.kScrollR.swiper-button-disabled span {
	color: #7d8995;
}

.kScrollL.swiper-button-disabled span,
.kScrollR.swiper-button-disabled span,
.kScrollL.swiper-button-disabled span:hover,
.kScrollR.swiper-button-disabled span:hover {
	color: #7d8995;
	cursor: not-allowed;
}

.kScrollZk {
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: #fff;
}

.kScrollZk:hover {
	background-color: #fff;
}

.kSrlZkT {
	display: block;
	width: 40px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: block;
	opacity: .2;
	cursor: default;
}

.kEjNavOk .kSrlZkT {
	opacity: 1;
	cursor: pointer;
}

.kEjNavOk .kScrollZk .kSrlZkT.hov,
.kEjNavOk .kScrollZk .kSrlZkT:hover {
	background-color: #ccd5db;
	opacity: 1;
}

.kSrlZkC {
	padding-top: 4px;
	position: absolute;
	right: 0;
	top: 44px;
	display: none;
}

.kSrlZkC ul {
	background: #fff;
	width: 150px;
	border: 1px solid #e3eaec;
	padding: 4px;
	z-index: 99;
}

.kSrlZkC ul li a {
	margin-top: 2px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding-left: 16px;
	color: #000;
}

.kSrlZkC ul li a:hover,
.kYj ul li a.hov {
	background: #f3f7f9;
}

.kEjNavC {
	overflow: hidden;
	height: 44px;
	padding: 0 80px 0 24px;
}

.kEjNavOk .kEjNavC {
	padding: 0 80px 0 40px;
}

.kEjNavC ul li {
	float: left;
	padding: 0 16px;
	width: auto;
	margin-right: 3px;
}

.kEjNavC ul li a {
	display: block;
	font-size: 14px;
	color: #000;
}

.kRbtn {
	position: absolute;
	right: 0;
	top: 0;
}



/*#kRed .kEjNavC ul li.hov a,#kRed .kEjNavC ul li a:hover{ color: #dc4c3f; }
#kBlue .kEjNavC ul li.hov a,#kBlue .kEjNavC ul li a:hover{ color: #667ae4; }
#kOrg .kEjNavC ul li.hov a,#kOrg .kEjNavC ul li a:hover{ color: #f1a553; }
#kPple .kEjNavC ul li.hov a,#kPple .kEjNavC ul li a:hover{ color: #926cdd; }
#kRed .kEjNavC ul li.hov a,
#kBlue .kEjNavC ul li.hov a,
#kOrg .kEjNavC ul li.hov a,
#kPple .kEjNavC ul li.hov a{ color: #000; }*/
#kRed .kEjNavC ul li.hov {
	background-color: #fff7f7;
}

#kRed .kEjNavC ul li:hover {
	background-color: #fef3f4;
}

#kBlue .kEjNavC ul li.hov {
	background-color: #fafaff;
}

#kBlue .kEjNavC ul li:hover {
	background-color: #f5f6ff;
}

#kOrg .kEjNavC ul li.hov {
	background-color: #fffdf9;
}

#kOrg .kEjNavC ul li:hover {
	background-color: #fffbf4;
}

#kPple .kEjNavC ul li.hov {
	background-color: #fbf9ff;
}

#kPple .kEjNavC ul li:hover {
	background-color: #f8f5ff;
}

#kPink .kEjNavC ul li.hov {
	background-color: #fef8fa;
}

#kPink .kEjNavC ul li:hover {
	background-color: #fef3f7;
}

#kBrown .kEjNavC ul li.hov {
	background-color: #fafaf9;
}

#kBrown .kEjNavC ul li:hover {
	background-color: #f7f6f6;
}

#kGreen .kEjNavC ul li.hov {
	background-color: #f8fbf9;
}

#kGreen .kEjNavC ul li:hover {
	background-color: #f3f9f6;
}

#kRed .kEjNavC ul li:hover a,
#kRed .kEjNavC ul li a:hover,
#kBlue .kEjNavC ul li:hover a,
#kBlue .kEjNavC ul li a:hover,
#kOrg .kEjNavC ul li:hover a,
#kOrg .kEjNavC ul li a:hover,
#kPple .kEjNavC ul li:hover a,
#kPple .kEjNavC ul li a:hover,
#kPink .kEjNavC ul li:hover a,
#kPink .kEjNavC ul li a:hover,
#kBrown .kEjNavC ul li:hover a,
#kBrown .kEjNavC ul li a:hover,
#kGreen .kEjNavC ul li:hover a,
#kGreen .kEjNavC ul li a:hover {
	color: #000;
}

#kRed .kEjNavC ul li.hov a {
	color: #db4c3f;
}

#kBlue .kEjNavC ul li.hov a {
	color: #667ae4;
}

#kOrg .kEjNavC ul li.hov a {
	color: #f7b944;
}

#kPple .kEjNavC ul li.hov a {
	color: #926cdc;
}

#kPink .kEjNavC ul li.hov a {
	color: #f44985;
}

#kBrown .kEjNavC ul li.hov a {
	color: #987b72;
}

#kGreen .kEjNavC ul li.hov a {
	color: #24c170;
}

/*.swiper-button-disabled span{ opacity: .7; }*/
/*header-end*/

/*tongyong--title*/
.kH2,
.kH2 a {
	font-size: 26px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #000;
}

.kH3,
.kH3 a {
	font-size: 14px;
	font-style: normal;
	height: 20px;
	overflow: hidden;
	line-height: 18px;
	color: #000;
}

.kH4,
.kH4 a {
	font-size: 14px;
	font-style: normal;
	min-height: 20px;
	overflow: hidden;
	line-height: 16px;
	color: #000;
}

.kFont16 {
	font-size: 16px;
}

.kH4 {
	padding-bottom: 5px;
}

.kMain {
	padding: 0 16px;
}

/*.kBox{ background-color: #fff; border: 1px solid #e8ebec; padding: 24px 32px; font-size: 14px; }*/
.kBox {
	background-color: #fff;
	padding: 16px;
	font-size: 12px;
	-moz-box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	-webkit-box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
}

/*左右分栏*/
.kBox_col {
	padding: 0;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.kBox_col_l {
	min-height: 800px;
	width: 20%;
	-moz-box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	-webkit-box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	box-sizing: border-box;
	background-color: #fff;
	padding: 24px;
}

.kBox_col_r {
	min-height: 800px;
	width: 79%;
	-moz-box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	-webkit-box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	box-shadow: 0px 1px 5px rgba(60, 61, 61, .1);
	box-sizing: border-box;
	background-color: #fff;
	padding: 24px;
}

.kMenuAdd {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #f96868;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
}

.kMenuDel {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #f96868;
	color: #fff;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.kMenuAdd:hover,
.kMenuDel:hover {
	background-color: #fa7a7a;
}

.kMenuAdd:active,
.kMenuDel:active {
	background-color: #e9595b;
}

.kMenuManageC {
	float: left;
	width: 100%;
}

.kMenuManageC .layui-input-inline {
	margin-bottom: 10px;
}

.kMenuManageC .layui-input,
.kMenuManageC .layui-textarea,
.kMenuManageC .layui-select {
	border-radius: 0;
}

/*xiaoshouteam*/
.kGjTeam {
	width: 100%;
	overflow: hidden;
}

.kGjTeam li {
	float: left;
	display: inline-block;
	margin-right: 1.2%;
	position: relative;
}

.kGjTeam li.kGjz {
	width: 13%;
}

.kGjTeam li.kGjk {
	width: 21%;
}

.kGjTeam li.kGjzend {
	margin-right: 0;
}

.kGjTeam li span {
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	font-style: normal;
}

.kGjTeam li span i {
	font-style: normal;
}

.kGjTeam li span b {
	font-size: 12px;
}

.kGjTeam li span.kTag3 {
	background-color: #ff5723;
	left: 0;
	bottom: 0;
	position: absolute;
}

.kGjTeam li span.kTag4 {
	background-color: #e90500;
	left: 0;
	bottom: 0;
	position: absolute;
}

.kGjTeam li span.kTag5 {
	background-color: #e90500;
}

.kGjTeam li p {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.kGjTeam li em {
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal;
	width: 16px;
	height: 33px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.kGjTeam li em.kTag1 {
	background: url(../images/icon/03.png) no-repeat top center/16px auto;
}

.kGjTeam li em.kTag2 {
	background: url(../images/icon/04.png) no-repeat top center/16px auto;
}

/*xuanxiangka*/
.kTab {
	height: 40px;
	line-height: 40px;
	background: url(../images/line.jpg) repeat-x bottom;
}

.kTab a {
	display: inline-block;
	border-radius: 4px 4px 0 0;
	margin-right: 2px;
	float: left;
	height: 39px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 32px;
	cursor: pointer;
	text-align: center;
}

.kTab a:hover {
	background-color: #f3f7f9;
	color: #000;
	height: 40px;
}

.kTab a.hov {
	color: #fff;
	height: 40px;
}

#kRed .kTab a.hov,
#kRed .kTab a.hov:hover {
	background-color: #dc4c3f;
	color: #fff;
}

#kBlue .kTab a.hov,
#kBlue .kTab a.hov:hover {
	background-color: #677ae4;
	color: #fff;
}

#kOrg .kTab a.hov,
#kOrg .kTab a.hov:hover {
	background-color: #f1a553;
	color: #fff;
}

#kPple .kTab a.hov,
#kPple .kTab a.hov:hover {
	background-color: #926cdd;
	color: #fff;
}

#kPink .kTab a.hov,
#kPink .kTab a.hov:hover {
	background-color: #f44985;
	color: #fff;
}

#kBrown .kTab a.hov,
#kBrown .kTab a.hov:hover {
	background-color: #987b72;
	color: #fff;
}

#kGreen .kTab a.hov,
#kGreen .kTab a.hov:hover {
	background-color: #24c170;
	color: #fff;
}

#kRed .kTab a:hover,
#kBlue .kTab a:hover,
#kOrg .kTab a:hover,
#kPple .kTab a:hover,
#kPink .kTab a:hover,
#kBrown .kTab a:hover,
#kGreen .kTab a:hover {
	color: #000;
}


/*shouye--jituandongtai*/
.kColu2 {
	overflow: hidden;
}

.kColu2C {
	width: 49.56%;
	background-color: #fff;
	border: 1px solid #e8ebec;
	padding: 24px 0 32px;
}

.kJtdt li {
	border-top: 1px solid #e8ebec;
	line-height: 54px;
	overflow: hidden;
	height: 54px;
}

.kJtdt li:hover {
	background-color: #f3f7f9;
}

.kJtdt li span {
	float: left;
}

.kJtdt li a {
	color: #37474f;
	float: left;
	font-size: 14px;
	display: inline-block;
	padding-left: 56px;
	background: url(../images/icon/05.png) no-repeat 32px center/16px;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 54px;
	overflow: hidden;
}

.kJtdt li em {
	float: right;
	display: inline-block;
	font-size: 14px;
	margin-right: 24px;
}

.kJtdt li b {
	float: right;
	display: inline-block;
	font-size: 14px;
	margin-right: 32px;
	font-style: normal;
	font-weight: normal;
	;
}

#kRed .kJtdt li a:hover,
#kBlue .kJtdt li a:hover,
#kOrg .kJtdt li a:hover,
#kPple .kJtdt li a:hover,
#kPink .kJtdt li a:hover,
#kBrown .kJtdt li a:hover,
#kGreen .kJtdt li a:hover {
	color: #000;
}

/*benyueshouxing*/
.kBysx {
	overflow: hidden;
}

.kBysx a {
	float: left;
	margin-right: 16px;
	padding: 0 17px;
	background-color: #fa6868;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}

.kBysx .kColor1 {
	background-color: #fa6868;
}

.kBysx .kColor2 {
	background-color: #57c7d5;
}

.kBysx .kColor3 {
	background-color: #f2a654;
}

#kRed .kBysx a:hover,
#kBlue .kBysx a:hover,
#kOrg .kBysx a:hover,
#kPple .kBysx a:hover,
#kPink .kBysx a:hover,
#kBrown .kBysx a:hover,
#kGreen .kBysx a:hover {
	color: #fff;
}


/*footer*/
.kFot {
	height: 40px;
	line-height: 40px;
	background-color: #fafafa;
	border-top: 1px solid #e8ebec;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
}

.kCzan span {
	float: left;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	height: 32px;
	line-height: 32px;
	padding: 0 8px 0 32px;
	width: 30px;
	border-radius: 4px;
	display: inline-block;
}

.kAddTag {
	margin-right: 8px;
	background: url(../images/icon/20.png) no-repeat 8px center/16px auto #f2a654;
}

.kAddTag:hover {
	background-color: #f8be7f;
}

.kAddTag:active {
	background-color: #db964d;
}

.kDelTag {
	margin-right: 8px;
	background: url(../images/icon/21.png) no-repeat 8px center/16px auto #fa6868;
}

.kDelTag:hover {
	background-color: #ff7a7a;
}

.kDelTag:active {
	background-color: #d85757;
}

.kCzan {
	padding: 4px 8px 0 8px;
	height: 32px;
	overflow: hidden;
	background-color: #fafafa;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.kHouse {
	overflow: hidden;
	height: 32px;
	position: absolute;
	left: 0;
	top: 4px;
	padding: 0 208px 0 24px;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

.kHouse ul li {
	background: #fafafa;
	float: left;
	padding: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fafafa;
	width: auto;
}

.kHouse ul li p {
	padding: 0 16px;
}

.kHouse ul li span {
	display: none;
}

.kHouse ul li a {
	font-size: 14px;
}

.kHouse ul li:hover {
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #e4eaec;
	border-radius: 4px;
	background-color: #f3f7f9;
}

.kHouse ul li.kHouseDel {
	margin-right: 8px;
	padding: 0;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #e4eaec;
	border-radius: 4px;
	background-color: #f3f7f9;
}

.kHouse ul li.kHouseDel:hover {
	border-color: #8bbde9;
}

.kHouse ul li.kHouseDel p {
	padding: 0 4px 0 16px;
}

.kHouse ul li.kHouseDel span {
	display: inline-block;
	float: left;
	width: 16px;
	height: 30px;
	margin-left: 6px;
	cursor: pointer;
	color: #c2c6c7;
}

.kHouse ul li.kHouseDel span:hover {
	color: #999d9e;
}

.kHouse ul li.kHouseDel span:active {
	color: #7c7f80;
}

.kHouse ul li.kHouseDel a {
	float: left;
}

.kHouse .hide {
	display: none;
}

.kHouse ul li.kHouseDel a:hover,
.kHouse ul li a:hover {
	color: #000 !important;
}

.kFotL {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fafafa;
	cursor: pointer;
}

.kFotL span {
	top: 0;
	font-size: 16px;
	color: #7d8995;
}

.kFotR {
	position: absolute;
	right: 180px;
	top: 6px;
	z-index: 2;
	width: 28px;
	height: 28px;
	line-height: 29px;
	text-align: center;
	background: #fafafa;
	cursor: pointer;
}

.kFotR span {
	top: 0;
	font-size: 21px;
	color: #75838d;
}

.kFotR_hov {
	background: #cad4da;
	border-radius: 50%;
	color: #75848e;
}

.kHouseZ {
	background-color: #fff;
	border: 1px solid #e8ebec;
	padding: 20px;
	position: fixed;
	bottom: 45px;
	right: 10px;
	width: 500px;
	border-radius: 5px;
}

.kHouseZ ul li {
	float: left;
	padding: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	width: auto;
}

.kHouseZ ul li p {
	padding: 0 16px;
}

.kHouseZ ul li span {
	display: none;
}

.kHouseZ ul li a {
	font-size: 14px;
}

.kHouseZ ul li:hover {
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #e4eaec;
	border-radius: 4px;
	background-color: #f3f7f9;
}

.kHouseZ ul li.kHouseDel {
	margin-right: 8px;
	margin-top: 3px;
	padding: 0;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #e4eaec;
	border-radius: 4px;
	background-color: #f3f7f9;
}

.kHouseZ ul li.kHouseDel p {
	padding: 0 8px;
}

.kHouseZ ul li.kHouseDel:hover {
	border-color: #8bbde9;
}

.kHouseZ ul li.kHouseDel span {
	display: inline-block;
	float: left;
	width: 8px;
	height: 30px;
	background: url(../images/icon/22.png) no-repeat right center/8px auto;
	margin-left: 8px;
	cursor: pointer;
}

.kHouseZ ul li.kHouseDel a {
	float: left;
}

.kHouseZ ul li.kHouseDel a:hover,
.kHouseZ ul li a:hover {
	color: #000 !important;
}

.kHouse ul li:active,
.kHouseZ ul li:active {
	border-color: #8bbde9;
}

.kTagTips {
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 180px;
	top: 0;
	font-size: 14px;
}

/*.kFotL.swiper-button-disabled,.kFotR.swiper-button-disabled{ width: 0; opacity: 0; border-right: none; }*/
.kTabTag {
	display: block;
}

.kTabTag_m {
	display: none;
}

.kSideNav {
	display: none;
}

/*table-wenzi*/
.kList {
	position: relative;
	border: 1px solid #e4eaec;
}

.kList h4 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e4eaec;
	background-color: #f9fbfc;
	margin:0;
}

.kListTh {
	margin-right: 10px;
	color: #f96868;
}

.kList h4 .layui-form-checkbox {
	margin: 0 10px;
	top: -2px;
}

.kListC {
	padding: 24px 8px 52px;
	box-sizing: border-box;
	overflow-y: hidden;
}

.kListC:after {
	width: 1000px;
	height: 5px;
	background-color: #5FB878;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.kListCb {
	padding-bottom: 26px;
}

.kListCNo {
	padding-bottom: 26px;
}

.kListC li {
	width: 20%;
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 14px;
	font-size: 12px;
	color: #000;
}

.kListLeft {
	width: 35%;
	float: left;
	text-align: right;
}

.kListRight {
	width: 65%;
	float: left;
	height: 30px;
	min-height: 30px;
	display: inline-block;
}

.kListText {
	padding: 3px 16px 3px 0;
	line-height: 14px;
	box-sizing: border-box;
	word-break: break-all;
}

.kListRightHov .kListText {
	padding: 3px 8px 3px 0px;
	line-height: 14px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.kListRightHov .kListText:after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 40px;
}

.kListLeft .kListText {
	padding: 3px 8px;
}

.kMarkControl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.kMarkCon-pc {
	height: 40px;
	line-height: 40px;
	display: block;
	background: url(../images/controlbg.jpg) no-repeat left center #f3f7f9;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 20px 0 16px;
}

.kMarkCon-pc a {
	color: #000;
	margin-left: 16px;
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.kMarkCon-pc a i {
	display: inline-block;
	float: left;
	top: 0;
	margin-right: 8px;
	font-size: 20px;
}

.kMarkCon-pc a span {
	display: inline-block;
	float: left;
}

.kMarkCon-pc a:hover {
	color: #000 !important;
	opacity: .7 !important;
}

.kMarkCon-m {
	display: none;
}

.kMark {
	position: absolute;
	right: 5px;
	top: -7px;
	height: 62px;
	overflow: hidden;
}

.kMark span {
	width: 68px;
	height: 40px;
	padding: 7px 3px 15px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-left: 4px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.kMark1 {
	background: url(../images/mark1.png) no-repeat;
}

.kMark2 {
	background: url(../images/mark2.png) no-repeat;
}

.kMark3 {
	background: url(../images/mark3.png) no-repeat;
}

.kMark4 {
	background: url(../images/mark4.png) no-repeat;
}

.kShaBox {
	word-break: break-all;
	border: 1px solid #d5dde1;
	background-color: #fff;
	margin-top: 8px;
	position: absolute;
	z-index: 2;
	left: 0%;
	top: 34px;
	color: #000;
	padding: 10px 15px;
	border-radius: 3px;
	min-width: 280px;
	width: 280px;
}

.kShaBox span {
	border-right: 1px solid #d5dde1;
	border-top: 1px solid #d5dde1;
	height: 10px;
	width: 10px;
	position: absolute;
	margin-left: -4px;
	top: -7px;
	left: 50%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
	background-color: #fff;
}

.kListC .layui-input,
.kListC .layui-textarea,
.kListC .layui-select {
	height: 26px;
}

.kListC .layui-form-select dl {
	top: 28px;
}

.kListC .layui-form-select dl dt,
.kListC .layui-form-select dl dd {
	line-height: 26px;
}

.colorGray {
	color: #000;
}

.colorRed {
	color: #f96868 !important;
}

.colorBlue {
	color: #677ae4;
}

.colorGreen {
	color: #46be8a;
}

/*错误页面*/
.kError {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.kError span {
	font-size: 118px;
	font-weight: bold;
	color: #000;
	display: block;
}

.kError a {
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #df574b;
	display: inline-block;
	padding: 0 15px;
}

#kRed .kError a {
	border-color: #df574b;
	color: #df574b;
}

#kRed .kError a:hover,
#kRed .kError a:active {
	background: #df574b;
	color: #fff;
}

#kBlue .kError a {
	border-color: #667ae4;
	color: #667ae4;
}

#kBlue .kError a:hover,
#kBlue .kError a:active {
	background: #667ae4;
	color: #fff;
}

#kOrg .kError a {
	border-color: #f0a45a;
	color: #f0a45a;
}

#kOrg .kError a:hover,
#kOrg .kError a:active {
	background: #f0a45a;
	color: #fff;
}

#kPple .kError a {
	border-color: #966fe1;
	color: #966fe1;
}

#kPple .kError a:hover,
#kPple .kError a:active {
	background: #966fe1;
	color: #fff;
}

#kPink .kError a {
	border-color: #f44985;
	color: #f44985;
}

#kPink .kError a:hover,
#kPple .kError a:active {
	background: #f44985;
	color: #fff;
}

#kBrown .kError a {
	border-color: #987b72;
	color: #987b72;
}

#kBrown .kError a:hover,
#kPple .kError a:active {
	background: #987b72;
	color: #fff;
}

#kGreen .kError a {
	border-color: #24c170;
	color: #24c170;
}

#kGreen .kError a:hover,
#kPple .kError a:active {
	background: #24c170;
	color: #fff;
}

/*成功失败提示页面*/
.kPrompt {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.kPrompt h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 10px;
	color: #3d4b53;
}

.kPrompt h3 {
	font-size: 14px;
	font-weight: normal;
	color: #75838e;
}

.kPrompt h3 a {
	text-decoration: underline;
}

.kUnable {
	padding-top: 250px;
	background: url(../images/icon/28.png) no-repeat center 130px/102px auto;
	text-align: center;
}

.kUnable span {
	font-size: 20px;
	color: #3d4b53;
	display: block;
	padding-bottom: 10px;
}

.kUnable a {
	color: #75838e;
	font-size: 14px;
}

.kNull span {
	display: block;
	font-size: 26px;
	color: #384750;
	padding-bottom: 10px;
}

.kNull p {
	font-size: 14px;
	color: #000;
}

.kPhoto {
	overflow: hidden;
}

.kPhoto ul {
	overflow: hidden;
}

.kPhoto ul li {
	width: 19.2%;
	float: left;
	display: inline-block;
	margin: 0 0.5% 24px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ebeeef;
	overflow: hidden;
	background-color: #fff;
}

.kPhoto ul li:nth-child(5n+1) {
	margin-left: 0;
}

.kPhoto ul li:nth-child(5n) {
	margin-right: 0;
}

.kPhoto ul li p {
	height: 220px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.kPhoto ul li img {
	display: block;
}

.kPhoto ul li span {
	padding-top: 10px;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.kPhotoCon ul li {
	border: none;
	padding: 0;
}

.kPhoto ul li a div {
	background-color: #000;
	height: 220px;
	overflow: hidden;
}

.kPhoto ul li a div p {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.kPhoto ul li a:hover div p {
	opacity: .8;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	-ms-transform: scale(1.08);
}

/*按钮*/
.layui-form-title-k {
	padding: 4px 0 8px;
	color: #000;
	height: 15px;
}

.layui-form-item-s {
	padding-bottom: 8px;
}

.layui-form-must {
	color: #fa6868;
	position: relative;
	top: 3px;
}

.layui-form-mid.layui-form-must {
	top: 0;
}

/*#kRed .layui-form-must{ color: #fa6868; }
#kBlue .layui-form-must{ color: #62a8ea; }
#kOrg .layui-form-must{ color: #f2a654; }
#kPple .layui-form-must{ color: #926cde; }*/

/*宽度*/
.wid30 {
	width: 30%;
}

.wid48 {
	width: 48%;
}

.wid50 {
	width: 50%;
}

.wid80 {
	width: 80%;
}

.wid100 {
	width: 100%;
}

/*日期选择器范围*/
.layui-form-item-pc {
	display: block;
}

.layui-form-item-m {
	display: none;
}

.kProcess {
	border-top: 1px solid #e4eaec;
	border-left: 1px solid #e4eaec;
}

.kProcessL {
	width: 150px;
	background-color: #f9fbfc;
	font-size: 14px;
	color: #526069;
	font-weight: bold;
	padding: 15px;
}

.kProcess tr td {
	border-right: 1px solid #e4eaec;
	border-bottom: 1px solid #e4eaec;
	height: 32px;
	padding: 5px 15px 15px;
	line-height: 32px;
}

.kProcess td a {
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	padding: 0 20px;
	display: inline-block;
	margin-right: 16px;
	margin-top: 10px;
	color: #fff;
}

.kProcess1 a {
	background-color: #4cbd8b;
	border: 1px solid #46b080;
}

.kProcess2 a {
	background-color: #f37260;
	border: 1px solid #e66c5c;
}

.kProcess3 a {
	background-color: #f0a55b;
	border: 1px solid #e3a656;
}

.kProcess a:hover {
	color: #fff !important;
	opacity: .8 !important;
}

.kProcess1 a:active {
	background-color: #44aa7d;
}

.kProcess2 a:active {
	background-color: #db6252;
}

.kProcess3 a:active {
	background-color: #db9652;
}

/*多色标签*/
.kColorTag {
	overflow: hidden;
}

.kColorTag a {
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	padding: 0 10px;
	display: inline-block;
	margin: 8px 4px 0px;
	float: left;
	color: #fff;
}

.kColorTag a:nth-child(3n+1) {
	background-color: #4cbd8b;
	border: 1px solid #46b080;
}

.kColorTag a:nth-child(3n+2) {
	background-color: #f37260;
	border: 1px solid #e66c5c;
}

.kColorTag a:nth-child(3n+3) {
	background-color: #f0a55b;
	border: 1px solid #e3a656;
}

.kColorTag a:hover {
	color: #fff !important;
	opacity: .8 !important;
}

.kColorTag a:nth-child(3n+1):active {
	background-color: #44aa7d;
}

.kColorTag a:nth-child(3n+2):active {
	background-color: #db6252;
}

.kColorTag a:nth-child(3n+3):active {
	background-color: #db9652;
}

/*拍摄需求*/
.layui-table .kColorTag a {
	margin-top: 0;
}

.kTips {
	padding: 16px;
	background-color: #f3f7f9;
}

.kTopBox {
	padding: 8px 16px;
	background-color: #f3f7f9;
}

.kTopBox2 {
	padding: 8px 16px 16px;
}

.kPhotoList {
	width: 100%;
	overflow: hidden;
}

.kPhotoList li {
	width: 18.18%;
	float: left;
	display: inline-block;
	margin-right: 2.275%;
	margin-bottom: 16px;
}

.kPhotoList li:nth-child(5n) {
	margin-right: 0;
}

.kPhotoList li img {
	width: 100%;
}

.kImagePhoto {
	width: 500px;
	height: 500px;
}

.kFile {
	position: relative;
	top: 5px;
}

.layui-form-item-s-m {
	display: none;
}

.layui-form-item-s-pc {
	display: block;
}

.layui-form-title-zhanwei {
	opacity: 0;
}

.layui-form-item-line {
	border-top: 1px solid #e4eaed;
}

.kNotes {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.kNotesC {
	line-height: 26px;
	padding: 8px 16px 12px;
}

.kNotesC em {
	font-size: 12px;
	color: #000;
	font-style: normal;
	margin-right: 16px;
}

.kControl {
	padding-top: 5px;
}

.kNotesC .iconfont {
	top: 3px;
	font-size: 20px;
	position: relative;
}

.layui-form-kuan .layui-form-label {
	width: 180px;
}

.layui-form-kuan .layui-input-block {
	margin-left: 210px;
}

.ktable-mark {
	position: relative;
}

.laytable-cell-1-mark,
.laytable-cell-2-mark,
.laytable-cell-3-mark,
.laytable-cell-4-mark,
.laytable-cell-5-mark,
.laytable-cell-6-mark,
.laytable-cell-7-mark,
.laytable-cell-8-mark,
.laytable-cell-9-mark,
.laytable-cell-10-mark,
.laytable-cell-11-mark,
.laytable-cell-12-mark,
.laytable-cell-13-mark,
.laytable-cell-14-mark,
.laytable-cell-15-mark {
	overflow: visible;
}

.laytable-cell-1-mark .iconfont,
.laytable-cell-2-mark .iconfont,
.laytable-cell-3-mark .iconfont,
.laytable-cell-4-mark .iconfont,
.laytable-cell-5-mark .iconfont,
.laytable-cell-6-mark .iconfont,
.laytable-cell-7-mark .iconfont,
.laytable-cell-8-mark .iconfont,
.laytable-cell-9-mark .iconfont,
.laytable-cell-10-mark .iconfont {
	cursor: pointer;
}

.ktable-mark-more {
	display: none;
	padding: 3.5px 5px;
	position: absolute;
	right: calc(100% + 7px);
	top: -6px;
	background-color: #fff;
	z-index: 10;
	border: 1px solid #e3eaec;
	border-radius: 3px;
}

/* .layui-table tr:last-child .ktable-mark-more{ top: -45px; }
.layui-table tr:first-child:nth-last-child(1) .ktable-mark-more{ top: -5px; right: 38px; height: 38px; } */
.layui-table-fixed .layui-table-body {
	overflow: visible;
}

.icon-more {
	cursor: pointer;
}

.kFenleibg {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	display: inline-block;
	margin-top: 7px;
}

.kFenleiInp {
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}

.kHtDel {
	margin: 0 8px 0 0px;
	cursor: pointer;
	position: relative;
	top: 4px;
	color: #000;
	text-decoration: underline;
}

.kHtDel:last-child {
	text-decoration: none;
}

.layui-input-table {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	width: 100px;
}

.layui-btn-table {
	height: 24px;
	line-height: 24px;
}

/*表格内表单*/
.layui-table .layui-input-block {
	margin-left: 0;
}

.layui-table .layui-form-label {
	text-align: left;
	padding: 3px 0;
}

/*设置流程*/
.kProSet {
	overflow: hidden;
	width: 220px;
	text-align: center;
	margin-top: 8px;
}

.kProSet dt {
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px 4px 0 0;
}

#kRed .kProSet dt {
	background-color: #df574b;
}

#kBlue .kProSet dt {
	background-color: #667ae4;
}

#kOrg .kProSet dt {
	background-color: #f0a45a;
}

#kPple .kProSet dt {
	background-color: #966fe1;
}

#kPink .kProSet dt {
	background-color: #f44985;
}

#kBrown .kProSet dt {
	background-color: #987b72;
}

#kGreen .kProSet dt {
	background-color: #24c170;
}

.kProSet dd {
	border: 1px solid #e4eaec;
	border-top: 0;
}

.kProSet dd .kdd {
	line-height: 47px;
	border-bottom: 1px solid #e4eaec;
}

.kProSet dd .kDdel {
	line-height: 32px;
	background: #f3f7f9;
}

/**/
.layui-form-item {
	clear: none;
}

.kFormBox li {
	padding-bottom: 16px;
	float: left;
	line-height: 30px;
	height: 30px;
}

.kFormBoxL {
	height: 30px;
	float: left;
	line-height: 30px;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	color: #000;
}

.kFormBoxR {
	width: 200px;
	float: left;
	color: #000;
	height: 30px;
}

.kFormBoxR .kInpt {
	width: 190px;
	height: 27px;
	line-height: 28px;
	border: none;
	color: #000;
	border-bottom: 1px solid #e4eaec;
}

.kFormAdd {
	font-size: 24px;
	cursor: pointer;
}

.kTopBox2 {
	overflow: hidden;
}

.kTopBox2 a {
	float: left;
	display: inline-block;
	overflow: hidden;
	margin: 8px 8px 0 0;
}

.kTopBox2 .layui-btn+.layui-btn {
	margin-left: 0;
}

.kFormBox .iconfont {
	top: 0;
}

.kOption {
	overflow: hidden;
	padding-bottom: 10px;
}

.kOptionDel {
	float: left;
	font-size: 24px;
	cursor: pointer;
}

.kFormBox em {
	cursor: pointer;
}

.auth-status i.auth-leaf {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 6px;
}

.auth-status i.auth-icon {
	background: url(../images/treeclose.png) no-repeat left center;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.auth-status i.auth-icon.active {
	background: url(../images/treeopen.png) no-repeat left center;
}

.auth-status i.auth-icon,
.auth-status span.kSpan {
	position: relative;
	top: 4px;
	margin-right: 6px;
}

.auth-status {
	background: url(../images/treebg.png) no-repeat 2px center;
	padding-bottom: 4px;
}

.auth-status span.kSpan {
	display: none;
}

.auth-status .layui-form-item .layui-form-checkbox[lay-skin="primary"] {
	margin-top: 4px;
}

.kTwoBox {
	padding-left: 285px;
	position: relative;
}

.kTBoxL {
	padding: 0 16px;
	width: 223px;
	min-height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

.kTBoxR {
	padding: 0 16px;
	width: 100%;
	background-color: #fff;
	min-height: 500px;
}

.layui-tree li a i.layui-tree-k {
	font-family: Helvetica Neue, PingFangSC-Regular, Microsoft Yahei, 黑体, 新宋体, 'Arial Unicode MS' !important;
	font-size: 14px;
}

.kSectionC {
	clear: both;
}

.kSection li {
	width: 150px;
	float: left;
	display: inline-block;
	margin: 0 16px 8px 0;
}

.kSection li.kEnd {
	font-size: 24px;
	color: #000;
	width: 50px;
}

.kSecAdd {
	cursor: pointer;
	margin-right: 8px;
}

.kSecDel {
	cursor: pointer;
}

.layui-tree li {
	background: url(../images/tree.jpg) no-repeat 8px 0;
	padding-left: 5px;
}

.layui-tree li .layui-tree-spread {
	color: #bac1c7;
	width: 10px;
	height: 10px;
	background-color: #fff;
	line-height: 10px;
	text-align: center;
	padding-left: 0;
	position: relative;
	top: 8px;
	left: -1px;
	font-size: 14px;
}

.pl10 {
	padding-left: 10px;
}

.layui-tree li a {
	margin-left: 5px;
}

.kTreeBg {
	background-color: #e4eaec;
}

.layui-tree-spread.hov {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.layui-tree-spread.curr {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.layui-layer-wrap {
	padding: 0 16px 16px;
	font-size: 12px;
}

.kLayerTab {
	line-height: 38px;
	padding-bottom: 2px;
	background: url(../images/line.jpg) repeat-x 0 39px;
}

.kLayerTab span {
	display: inline-block;
	padding: 0 15px;
}

#kRed .kLayerTab span.hov {
	border-bottom: 2px solid #df574b;
}

#kBlue .kLayerTab span.hov {
	border-bottom: 2px solid #667ae4;
}

#kOrg .kLayerTab span.hov {
	border-bottom: 2px solid #f0a45a;
}

#kPple .kLayerTab span.hov {
	border-bottom: 2px solid #966fe1;
}

#kPink .kLayerTab span.hov {
	border-bottom: 2px solid #f44985;
}

#kBrown .kLayerTab span.hov {
	border-bottom: 2px solid #987b72;
}

#kGreen .kLayerTab span.hov {
	border-bottom: 2px solid #24c170;
}

.kSpan {
	opacity: .5;
}

.layui-layer-wrap .layui-form-label {
	padding-left: 0;
}

.layui-layer-wrap .layui-input-block {
	margin-left: 115px;
}

.kCenter {
	text-align: center;
}

/*.layui-input:read-only{ background-color: #f3f7f9; cursor: not-allowed; }
.layui-form-select .layui-input:read-only{ background-color: #fff; cursor: pointer; }
.kTopBox .layui-input:read-only{ background-color: #fff; cursor: pointer;}*/
/*打印单据*/
.kBill h2 {
	border: 1px solid #e4eaec;
	background-color: #f9fbfc;
	line-height: 46px;
	text-align: center;
}

.kBill h2 em,
.kBill h3 em {
	font-style: normal;
	background-color: #57c7d4;
	padding: 2px 7px;
	border-radius: 10px;
	margin-left: 8px;
	color: #fff;
	font-size: 10px;
}

.kBill h3 {
	padding: 0 15px;
	border: 1px solid #e4eaec;
	border-top: none;
	background-color: #f9fbfc;
	line-height: 38px;
}

.kBill h3 em {
	margin-right: 15px;
}

.kBill h3 p {
	display: inline-block;
}

.kBillC {
	clear: both;
	border-left: 1px solid #e4eaec;
	overflow: hidden;
}

.kBillC li {
	float: left;
	width: 11.11%;
	line-height: 38px;
}

.kBillC li span {
	display: block;
	border-bottom: 1px solid #e4eaec;
	padding-left: 16px;
	border-right: 1px solid #e4eaec;
}

.kTipsBox {
	background-color: #fff5ec;
	width: 100%;
	padding: 12px 16px;
	color: #f2a654;
	line-height: 26px;
	position: relative;
	left: -16px;
	font-size: 14px;
	color: #f96868;
}

.kTipsBox p span {
	color: #fa6868;
}

.kTipsBox p em {
	font-style: normal;
	cursor: pointer;
	vertical-align: top;
}

.kTipsBox p em i.iconfont {
	font-size: 12px;
	color: #d6494b;
	top: 0;
}

.kTipsClose {
	position: absolute;
	font-size: 12px;
	right: -7px;
	top: -13px;
	cursor: pointer;
}

.kTipsClose i.iconfont {
	font-size: 14px;
	color: #d6494b;
}

.kTipsBoxDelp {
	padding-left: 5px;
	display: inline-block;
}

.kListText .layui-btn-table {
	margin-top: -2px;
}

.layui-upload-list img {
	width: 100%;
}

.kTopBox .mr16 {
	margin-right: 11px;
}

/*自定义静态表格*/
.kTable tr th {
	background-color: #f9fbfc;
	color: #526069;
	text-align: center;
}

.kTable tr:nth-child(odd) {
	background-color: #fbfdfd;
}

.kTable {
	text-align: center;
}

.kPer {
	overflow: hidden;
	line-height: 25px;
}

.kPer p {
	float: left;
	height: 25px;
}

.kPer .k1 {
	background-color: #FFE4C4;
}

.kPer .k2 {
	background-color: #C0FF3E;
}

.kPer p em {
	font-style: normal;
	padding: 0 10px;
}

.kHeader_m {
	display: none;
}

.kGroup ul li {
	float: left;
}

/*login*/
.kLogin {
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
	padding: 30px 0;
}

.kRui {
	width: 30%;
	margin: 80px 0 0 25.8%;
}

.kLoginC {
	width: 30%;
	margin-right: 5.8%;
}

.kLoginC .t1 {
	margin-left: -10px;
	display: block;
	width: 138px;
}

.kLoginC .t2 {
	margin: 40px 0 16px;
	width: 270px;
}

.kLoginCt {
	background: #fff;
	padding: 40px 44px;
}

.kLoginCb {
	height: 21px;
	background: url(../images/login/loginc.png) no-repeat bottom;
	margin-top: -3px;
}

.kLonInp {
	margin-top: 24px;
	position: relative;
}

.kLoginGo {
	cursor: pointer;
	margin-top: 48px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #dc4c3f;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
}

.kLoginGo:hover {
	background-color: #e85143;
}

.kLoginGo:active {
	background-color: #ba4035;
}

.kNo {
	font-size: 12px;
	line-height: 14px;
	padding-top: 8px;
	text-align: left;
	color: #ff4c52;
}

.kHelp {
	margin-top: 32px;
	color: #292929;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.kInp {
	color: #000;
	width: 100%;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	padding-left: 10px;
	border: 1px solid #e3eaec;
	border-radius: 3px;
	display: block;
	box-sizing: border-box;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.kInp:focus {
	border: 1px solid #71adff;
	color: #000;
	-moz-box-shadow: 0px 0px 2px #71ADFF;
	-webkit-box-shadow: 0px 0px 2px #71ADFF;
	box-shadow: 0px 0px 2px #71ADFF;
}

.kInp::-webkit-input-placeholder,
.kInp::-moz-placeholder,
.kInp:-moz-placeholder,
.kInp:-ms-input-placeholder {
	color: #a7b3ba;
	line-height: 100%;
}

.kInpErr {
	border-color: #ff2c3e;
}

.kEwm {
	position: fixed;
	left: 0;
	bottom: 20px;
}

.kLonInp p {
	padding-right: 116px;
}

.kLonInp img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	cursor: pointer;
}

.kLoginm {
	display: none;
}

.kSd {
	display: none;
}

/*公告弹窗*/
.kNewsTit {
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #e4eaec;
	position: relative;
}

.kNewsTit h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.kEndtime {
	font-size: 14px;
	color: #df574b;
	position: absolute;
	right: 0;
	top: 10px;
}

.kNewsCon {
	margin: 20px 0;
	box-sizing: border-box;
}

/*.kNewsCon img{ width: 100%; }*/
.kYyd {
	margin-top: 6px;
}

.kNewsTitCheck {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding: 10px 0;
}

/*手册*/
.kBook {
	padding: 0;
}

.kBookL {
	width: 17%;
	min-height: 600px;
	background: #fff;
	border-right: 1px solid #e8ebec;
	border-bottom: 1px solid #e8ebec;
	padding: 24px 0;
	box-sizing: border-box;
}

.kBookR {
	width: 80%;
	margin-right: 1.6%;
	min-height: 600px;
	background: #fff;
	border: 1px solid #e8ebec;
	border-top: none;
	padding: 24px 32px;
	box-sizing: border-box;
}

.kBookList li a {
	cursor: pointer;
	display: block;
	padding: 12px 32px;
	line-height: 24px;
	box-sizing: border-box;
	font-size: 12px;
	margin-top: 1px;
}

.kBookList li a:hover {
	background-color: #fff7f7;
}

.kBookL .kH3 {
	padding: 0 32px;
	box-sizing: border-box;
}

#kRed .kBookList li a:hover,
#kRed .kBookList li a.hov {
	background-color: #fff7f7;
}

#kBlue .kBookList li a:hover,
#kBlue .kBookList li a.hov {
	background-color: #fafaff;
}

#kOrg .kBookList li a:hover,
#kOrg .kBookList li a.hov {
	background-color: #fffdf9;
}

#kPple .kBookList li a:hover,
#kPple .kBookList li a.hov {
	background-color: #fbf9ff;
}

#kPink .kBookList li a:hover,
#kPink .kBookList li a.hov {
	background-color: #fef3f7;
}

#kBrown .kBookList li a:hover,
#kBrown .kBookList li a.hov {
	background-color: #f7f6f6;
}

#kGreen .kBookList li a:hover,
#kGreen .kBookList li a.hov {
	background-color: #f3f9f6;
}

#kRed .kBookList li a:hover,
#kRed .kBookList li a.hov {
	color: #db4c3f;
}

#kBlue .kBookList li a:hover,
#kBlue .kBookList li a.hov {
	color: #667ae4;
}

#kOrg .kBookList li a:hover,
#kOrg .kBookList li a.hov {
	color: #f7b944;
}

#kPple .kBookList li a:hover,
#kPple .kBookList li a.hov {
	color: #926cdc;
}

#kPink .kBookList li a:hover,
#kPink .kBookList li a.hov {
	color: #f44985;
}

#kBrown .kBookList li a:hover,
#kBrown .kBookList li a.hov {
	color: #987b72;
}

#kGreen .kBookList li a:hover,
#kGreen .kBookList li a.hov {
	color: #24c170;
}

.kBookH2 {
	font-size: 16px;
	padding: 10px 0;
}

.kBookText {
	line-height: 24px;
	font-size: 14px;
}

.kHandBook {
	font-size: 14px;
	line-height: 24px;
}

.kHandBook img {
	display: block;
	width: 100%;
	padding: 5px 0 20px;
}

.kBookBack {
	display: none;
}

/*v2分页重新定义样式*/
.pagelist {
	color: #000;
}

.pagelist a,
.pagelist span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	margin: 0 -1px 5px 0px;
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #e2e2e2;
	text-decoration: none;
}

.pagelist span.current {
	background: #f96868;
	border-color: #f96868;
	color: #Fff;
}

.pagelist .end {
	border-radius: 0 2px 2px 0;
}

.pagelist *:first-child {
	border-radius: 2px 0 0 2px;
}

.pagelist input[name=yeshu] {
	color: #000;
	margin: 0 5px 0 10px;
	width: 40px;
	height: 28px;
	border: 1px solid #e2e2e2;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 28px;
}

.pagelist input[type=submit] {
	height: 30px;
	line-height: 30px;
	background: #f96868;
	color: #fff;
	border: none;
	padding: 0 10px;
	border-radius: 2px;
	cursor: pointer;
}

#kRed .pagelist span.current,
#kRed .pagelist a:hover {
	background-color: #dc4c3f;
	border-color: #dc4c3f;
	color: #fff;
}

#kRed .pagelist input[type=submit] {
	background-color: #dc4c3f;
}

#kBlue .pagelist span.current,
#kBlue .pagelist a:hover {
	background-color: #677ae4;
	border-color: #677ae4;
	color: #fff;
}

#kBlue .pagelist input[type=submit] {
	background-color: #677ae4;
}

#kOrg .pagelist span.current,
#kOrg .pagelist a:hover {
	background-color: #f2a654;
	border-color: #f2a654;
	color: #fff;
}

#kOrg .pagelist input[type=submit] {
	background-color: #f2a654;
}

#kPple .pagelist span.current,
#kPple .pagelist a:hover {
	background-color: #926cde;
	border-color: #926cde;
	color: #fff;
}

#kPple .pagelist input[type=submit] {
	background-color: #926cde;
}

#kPink .pagelist span.current,
#kPink .pagelist a:hover {
	background-color: #f44985;
	border-color: #f44985;
	color: #fff;
}

#kPink .pagelist input[type=submit] {
	background-color: #f44985;
}

#kBrown .pagelist span.current,
#kBrown .pagelist a:hover {
	background-color: #987b72;
	border-color: #987b72;
	color: #fff;
}

#kBrown .pagelist input[type=submit] {
	background-color: #987b72;
}

#kGreen .pagelist span.current,
#kGreen .pagelist a:hover {
	background-color: #24c170;
	border-color: #24c170;
	color: #fff;
}

#kGreen .pagelist input[type=submit] {
	background-color: #24c170;
}

/*搜索历史滚动显示*/
.kHistory {
	overflow: hidden;
	padding: 0px 88px 0 31px;
	height: 40px;
	box-sizing: border-box;
	position: relative;
}

.kHistoryC {
	width: 100%;
	overflow: hidden;
}

.kHistoryC ul li {
	float: left;
	width: auto;
	font-size: 14px;
	display: inline-block;
	margin-right: 8px;
	overflow: hidden;
}

.kHistoryC ul li:last-child {
	margin-right: 0;
}

.kHistoryC ul li:hover,
.kHistoryC ul li.hov {
	color: #000;
	background: #e8eced;
}

.kHisL {
	opacity: .7;
	cursor: pointer;
	width: 30px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #f1f4f5;
	border: 1px solid #e4eaec;
	position: absolute;
	left: 0;
	top: 0;
}

.kHisR {
	opacity: .7;
	cursor: pointer;
	width: 30px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #f1f4f5;
	border: 1px solid #e4eaec;
	position: absolute;
	right: 56px;
	top: 0;
}

.kHistoryC li {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4eaec;
	padding: 0 15px;
	background: #fafafa;
}

.kHisL:hover,
.kHisL:active,
.kHisR:hover,
.kHisR:active {
	opacity: 1;
}

.kHisEditZ {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 24px;
	top: 8px;
	background: url(../images/icon/30.png) no-repeat center;
	display: inline-block;
	cursor: pointer;
}

.kHisEditZ:hover,
.kHisEditZ.hov {
	background-color: #f3f7f9;
}

.kHisDelZ {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 8px;
	background: url(../images/icon/32.png) no-repeat center;
	display: inline-block;
	cursor: pointer;
}

.kHisDelZ:hover,
.kHisDelZ.hov {
	background-color: #f3f7f9;
}

.kHisEdit {
	width: 24px;
	height: 38px;
	display: inline-block;
	background: url(../images/icon/30.png) no-repeat center;
	position: relative;
	float: right;
	cursor: pointer;
	display: none;
}

.kHisDel {
	width: 24px;
	height: 38px;
	display: inline-block;
	background: url(../images/icon/22.png) no-repeat center/8px auto;
	position: relative;
	float: right;
	cursor: pointer;
	display: none;
}

.kHistoryC li.kHisHov {
	padding: 0 0 0 8px;
}

.kHistoryC ul li a:hover {
	color: #000 !important;
}

/*通用分割线*/
.kHr {
	border-top: 1px solid #e4eaed;
	width: 100%;
}

.kCut {
	padding-left: 40px;
}

/*弹窗栅格化表格*/
.kDialog {
	margin-bottom: 24px;
}

.kDialog .layui-row>div {
	padding: 0 8px;
	box-sizing: border-box;
	margin-top: 12px;
}

.kDialog .layui-row.kDialogTit>div {
	background-color: #f8fbfc;
	padding: 5px 8px;
}

.kDialog .layui-row.kDialogTitBlue>div {
	background-color: #f8fbfc;
}

.kDialog .layui-row.kDialogText>div {
	padding: 5px 8px;
}

/*静态表格左右结构*/
.layui-table-static tr td:first-child {
	background-color: #fbfdfd;
	min-width: 80px;
}

/*bootstrap popover*/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

/*账期预警*/
.kAccount {
	background: #f96868;
	position: fixed;
	bottom: 60px;
	right: 39px;
	padding: 10px 8px;
	color: white;
	z-index: 5;
	cursor: pointer;
	display: none;
}

.kAccount:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #f96868;
	position: absolute;
	bottom: 5px;
	right: -10px;
}

.kAccount em {
	font-style: normal;
}

.kAccountC {
	padding: 16px;
	position: fixed;
	right: -380px;
	bottom: 60px;
	z-index: 11112;
	background: #fff;
	-moz-box-shadow: 1px 1px 16px rgba(187, 190, 195, .35);
	-webkit-box-shadow: 1px 1px 16px rgba(187, 190, 195, .35);
	box-shadow: 1px 1px 16px rgba(187, 190, 195, .35);
}

.kAccountClose {
	font-weight: bold;
	position: absolute;
	top: -12px;
	right: -7px;
	cursor: pointer;
}

.kAccountC ul {
	text-align: left;
	margin: 0;
	padding-left: 0;
}

.kAccountC ul li {
	margin-bottom: 16px;
	overflow: hidden;
	width: 333px;
	height: 64px;
	font-size: 12px;
	color: #5a5a5a;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.kAccountC ul li:last-child {
	margin-bottom: 0;
}

.kAccountC ul li h3 {
	font-weight: normal;
	background: #f0f2f5;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	float: left;
}

.kAccountC ul li p {
	margin: 0;
	height: 32px;
	line-height: 32px;
	width: 120px;
	float: left;
}

.kAccountC ul li span {
	height: 32px;
	line-height: 32px;
	border-left: 1px solid #e5e5e5;
	width: 90px;
	float: left;
}

.kAccountC ul li span.kYhk {
	width: 120px;
}

.kAccountC h3,
.kAccountC p,
.kAccountC span {
	padding-left: 8px;
	box-sizing: border-box;
}

.kAccountC h3 div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 250px;
	float: left;
}

.kAccountC h3 em {
	float: right;
	font-style: normal;
	margin-right: 10px;
}

.kAccountC .kAcRed {
	color: #d80a1f;
}

.kAccountC .kAcYel {
	color: #f19725;
}

.kAccountC h2 {
	font-size: 14px;
	margin: 0;
	padding-bottom: 16px;
}

/*消息提醒*/
.kMessage {
	background: #f96868;
	position: fixed;
	bottom: 60px;
	right: 39px;
	padding: 10px 8px;
	color: white;
	z-index: 5;
	cursor: pointer;
}

.kMessage:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #f96868;
	position: absolute;
	bottom: 5px;
	right: -10px;
}

.kMessage100 {
	bottom: 100px;
}

.kMessage a {
	color: #fff;
}

.kMessage a:hover {
	color: #fff !important;
}

.scroll_wrap {
	width: 100%;
	position: relative;
}

.scroll_wrap.over {
	height: 384px;
}

.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}

.scroll_wrap .scroll_bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
	border-radius: 5px;
}

.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius: 5px;
	opacity: .5
}

.scroll_wrap .scroll_slider:hover {
	opacity: 1
}

.kAccountC_nomes,
.kAccount_nomes {
	bottom: 60px;
}

.showAnimate {
	animation: showMessage 1.5s ease-in-out forwards;
	-webkit-animation: showMessage 1.5s ease-in-out forwards;
}

/*合同预警*/
.kWarning {
	background: #f96868;
	position: fixed;
	bottom: 60px;
	right: 39px;
	padding: 10px 8px;
	color: white;
	z-index: 5;
	cursor: pointer;
	display: none;
}

.kWarning:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #f96868;
	position: absolute;
	bottom: 5px;
	right: -10px;
}

.kWarning em {
	font-style: normal;
}

.kWarningC {
	padding: 16px;
	position: fixed;
	right: -380px;
	bottom: 60px;
	z-index: 11112;
	background: #fff;
	-moz-box-shadow: 1px 1px 16px rgba(187, 190, 195, .35);
	-webkit-box-shadow: 1px 1px 16px rgba(187, 190, 195, .35);
	box-shadow: 1px 1px 16px rgba(187, 190, 195, .35);
}

.kWarningClose {
	font-weight: bold;
	position: absolute;
	top: -12px;
	right: -7px;
	cursor: pointer;
}

.kWarningC ul {
	text-align: left;
	margin: 0;
	padding-left: 0;
}

.kWarningC ul li {
	margin-bottom: 16px;
	overflow: hidden;
	width: 333px;
	font-size: 12px;
	color: #5a5a5a;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-bottom: none;
}

.kWarningC ul li:last-child {
	margin-bottom: 0;
}

.kWarningC ul li h3 {
	font-weight: normal;
	background: #f0f2f5;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	float: left;
}

.kWarningC ul li p {
	margin: 0;
	height: 32px;
	line-height: 32px;
	width: 110px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

.kWarningC ul li span {
	height: 32px;
	line-height: 32px;
	border-left: 1px solid #e5e5e5;
	width: 100px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

.kWarningC ul li span.kYhk {
	width: 120px;
}

.kWarningC h3,
.kWarningC p,
.kWarningC span {
	padding-left: 8px;
	box-sizing: border-box;
}

.kWarningC h3 div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 250px;
	float: left;
}

.kWarningC h3 em {
	float: right;
	font-style: normal;
	margin-right: 10px;
}

.kWarningC .kAcRed {
	color: #d80a1f;
}

.kWarningC .kAcYel {
	color: #f19725;
}

.kWarningC h2 {
	font-size: 14px;
	margin: 0;
	padding-bottom: 16px;
}

@keyframes showMessage {
	from {
		right: -380px;
	}

	to {
		right: 39px;
	}
}

@-webkit-keyframes showMessage {
	from {
		right: -380px;
	}

	to {
		right: 39px;
	}
}

@-ms-keyframes showMessage {
	from {
		right: -380px;
	}

	to {
		right: 39px;
	}
}

@-moz-keyframes showMessage {
	from {
		right: -380px;
	}

	to {
		right: 39px;
	}
}

/*三级菜单*/
.kLevelTabC {
	height: 40px;
	line-height: 40px;
}

.kLevelTabC a {
	min-width: 56px;
	background-color: #f9fbfc;
	display: inline-block;
	border-radius: 3px 3px 0 0;
	margin-right: 4px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 16px;
	cursor: pointer;
	text-align: center;
}

.kLevelTabC a:hover {
	background-color: #f9fbfc;
	color: #333;
	height: 40px;
}

.kLevelTabC a.hov {
	background-color: #db4c3f;
	color: #fff;
	height: 40px;
}

#kRed .kLevelTabC a:hover,
#kBlue .kLevelTabC a:hover,
#kOrg .kLevelTabC a:hover,
#kPple .kLevelTabC a:hover,
#kPink .kLevelTabC a:hover,
#kBrown .kLevelTabC a:hover,
#kGreen .kLevelTabC a:hover {
	background-color: #f9fbfc;
	color: #333;
}

#kRed .kLevelTabC a.hov,
#kRed .kLevelTabC a.hov:hover {
	background-color: #db4c3f;
	color: #fff;
}

#kBlue .kLevelTabC a.hov,
#kBlue .kLevelTabC a.hov:hover {
	background-color: #677ae4;
	color: #fff;
}

#kOrg .kLevelTabC a.hov,
#kOrg .kLevelTabC a.hov:hover {
	background-color: #f1a553;
	color: #fff;
}

#kPple .kLevelTabC a.hov,
#kPple .kLevelTabC a.hov:hover {
	background-color: #926cdd;
	color: #fff;
}

#kPink .kLevelTabC a.hov,
#kPink .kLevelTabC a.hov:hover {
	background-color: #f44985;
	color: #fff;
}

#kBrown .kLevelTabC a.hov,
#kBrown .kLevelTabC a.hov:hover {
	background-color: #987b72;
	color: #fff;
}

#kGreen .kLevelTabC a.hov,
#kGreen .kLevelTabC a.hov:hover {
	background-color: #24c170;
	color: #fff;
}

.kLevelTabC {
	display: block;
}

.kLevelTabC_m {
	display: none;
}

.kLevelTabNull {
	display: none;
}

/*表单内列表*/
.kFormUl {
	line-height: 30px;
}

/*表格内select样式重定义*/
.kSelect {
	position: relative;
}

.kSelect select {
	padding-right: 25px;
	box-sizing: border-box;
	display: block;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #e4eaed;
	outline: none;
	width: 100%;
	height: 28px;
	line-height: 28px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 10px;
	background-color: #fff;
	color: #000;
}

.kSelect:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: dashed;
	border-color: transparent;
	overflow: hidden;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-top-color: #a5adb2;
	border-top-style: solid;
}

/*弹窗内包含select需要设置超出显示（仅限于内容较少的弹窗，显示内容较多的不需要设置）*/
.layui-layer.kVisible .layui-layer-content {
	overflow: visible;
}

/*搜索选项添加删除*/
.search-border .layui-input {
	width: 100px;
	border-radius: 2px 0 0 2px;
	border-right: none;
}

.search-border .layui-input:hover {
	background-color: #f2f3f4;
}

.search-border .layui-input:active {
	background-color: #ccd5db;
}

.defaultContent .layui-input {
	width: 200px;
	border-radius: 0 2px 2px 0;
}

.search-border .layui-input:hover,
.search-border .layui-input:focus,
#kRed .search-border .layui-input:focus,
#kBlue .search-border .layui-input:focus,
#kOrg .search-border .layui-input:focus,
#kPple .search-border .layui-input:focus,
#kPink .search-border .layui-input:focus,
#kBrown .search-border .layui-input:focus,
#kGreen .search-border .layui-input:focus {
	border-color: #e4eaed;
}

/*我的部门相册*/
@media (min-width: 1091px) and (max-width: 1600px) {
	.kPhoto ul li {
		width: 24.25%;
		margin: 0 0.5% 24px;
	}

	.kPhoto ul li:nth-child(5n+1) {
		margin-left: 0.5%;
		margin-right: 0.5%;
	}

	.kPhoto ul li:nth-child(5n) {
		margin-left: 0.5%;
		margin-right: 0.5%;
	}

	.kPhoto ul li:nth-child(4n+1) {
		margin-left: 0;
	}

	.kPhoto ul li:nth-child(4n) {
		margin-right: 0;
	}

	.kPhoto ul li p {
		height: 200px;
	}

	.kPhoto ul li a div {
		height: 200px;
	}
}

/*多图上传*/
.kUploadPic {
	overflow: hidden;
	margin-top: -10px;
}

.kUploadPic li {
	width: 220px;
	height: 170px;
	float: left;
	display: inline-block;
	margin: 10px 10px 0 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.kUploadPic li span {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	font-size: 14px;
	cursor: pointer;
	color: #d6494b;
	text-align: center;
	position: absolute;
	right: -5px;
	top: -5px;
}

.kUploadPic li:hover span {
	opacity: 1;
}

/*菜单管理location图标*/
.kCdglI {
	font-size: 12px;
	position: relative;
	top: -2px;
}

/*input file样式*/
.kDeaFile {
	position: relative;
}

.kDeaFileBox {
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
}

/*演员库*/
.kActorImg a {
	width: 24%;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin: 0 5px 0 5px;
}

.kActorImg a img {
	display: inline-block;
	width: 100%;
}

.kActorL li {
	line-height: 20px;
	border-bottom: 1px dashed #ddd;
	padding: 5px 10px;
	box-sizing: border-box;
}

.kVideo {
	background-color: #000;
	width: 310px;
	height: 240px;
	float: left;
	margin: 5px;
}

.kActorList {
	overflow: hidden;
	margin-top: 20px
}

.kActorList dl {
	float: left;
	margin: 0 10px 10px 10px;
	width: calc(25% - 20px);
	height: 350px;
	overflow: hidden;
}

.kActorList dt {
	position: relative;
}

.kActorList dt a {
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

.kActorList dt span {
	position: absolute;
	right: 38px;
	top: 20px;
	width: 54px;
	height: 26px;
	padding-left: 24px;
	text-align: center;
	background: url(../images/icon/44.png) no-repeat;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
}

.kActorList dd {
	text-align: center;
	height: 22px;
	overflow: hidden;
	margin-top: 10px;
}

.kActorList dd .kColorTag a {
	float: none;
	margin-top: 0;
}

/*考勤日历*/
.kRecord {
	overflow: hidden;
	border: 1px solid #e4eaec;
	width: 680px;
	color: #000;
	margin-bottom: 20px;
	position: relative;
}

.kRecordT {
	background-color: #f9fbfc;
	color: #4f606a;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e4eaec;
	padding-left: 15px;
	box-sizing: border-box;
}

.kRecordL {
	border-right: 1px solid #e4eaec;
	width: 434px;
	padding: 0 10px 20px;
}

.kRecordL h3 {
	line-height: 64px;
	font-size: 28px;
	text-align: center;
	padding-top: 15px;
}

.kRecordL ul {
	overflow: hidden;
	text-align: center;
}

.kRecordL ul li {
	width: 62px;
	height: 67px;
	line-height: 67px;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 20px;
}

.kReWeek {
	font-weight: bold;
}

.kRecordL .kReWeek li {
	height: 58px;
	line-height: 58px;
}

.kRecordL ul li p {
	width: 62px;
	height: 67px;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.kRecordL ul li p:hover {
	background-color: #e3eaec;
}

.kRecordL ul li p.kcurr,
.kRecordL ul li p.kcurr:hover {
	background-color: #e5e5e5;
	border-radius: 3px;
}

.kRecordL ul li p.kspan {
	color: #a3afb7;
	cursor: auto;
}

.kRecordL ul li p.kspan:hover {
	background: none;
}

.kRecordR {
	width: 225px;
	padding: 20px 7px 0;
	box-sizing: border-box;
}

.kRecordR dl {
	overflow: hidden;
	padding-bottom: 24px;
}

.kRecordR dl:first-child {
	background: url(../images/line2.jpg) repeat-y 9px 0;
}

.kRecordR dl dt {
	width: 20px;
	height: 20px;
	background-color: #eaeaea;
	float: left;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}

.kRecordR dl dd {
	width: calc(100% - 32px);
	float: right;
}

.kRecordR dl dd p span {
	color: #a3afb7;
}

.kRecordR dl dd p span.kRelding {
	color: #eb6836;
	cursor: pointer;
}

.kRecordR dl dd p em {
	margin: 15px 0 10px;
	display: inline-block;
	line-height: 16px;
	padding: 0 7px;
	border-radius: 7px;
	color: #fff;
	font-size: 12px;
	margin-right: 8px;
}

.kRecordR dl dd p em:last-child {
	margin-right: 0;
}

.kRecEdit {
	position: absolute;
	width: auto;
	float: right;
	bottom: 0;
	right: 0;
	height: 39px;
	line-height: 39px;
	background: url(../images/jiao.jpg) no-repeat left top #f2f4f5;
	padding: 0 16px;
}

.kRecEdit .icon-edit {
	font-size: 22px;
	float: left;
	margin-right: 5px;
}

.kRecEdit span {
	float: left;
}

.kRecEdit p {
	cursor: pointer;
}

.kRecord .kYichang {
	display: none;
}

.kRecordSmall .kYichang {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #eb6836;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	border-radius: 8px;
}

.kRecordSmall {
	float: left;
	width: 448px;
	margin: 0 20px 20px 0;
}

.kRecordSmall .kRecordL {
	width: 220px;
	padding: 0 5px 20px;
}

.kRecordSmall .kRecordL h3 {
	height: 37px;
	line-height: 37px;
	padding-top: 12px;
	font-size: 16px;
}

.kRecordSmall .kRecordL ul li {
	width: 30px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.kRecordSmall .kRecordL .kReWeek li {
	height: 30px;
	line-height: 30px;
}

.kRecordSmall .kRecordL ul li p {
	width: 30px;
	height: 32px;
	line-height: 32px;
}

.kRecordSmall .kRecordR {
	width: 216px;
}

.kRecordSmall .kRecordR dl {
	padding-bottom: 12px;
}

.kRecordSmall .kRecordR dl dd p:last-child {
	font-size: 12px;
}

.kRecordSmall .kRecordR {
	width: 206px;
}

.kRecord {
	margin-bottom: 0;
}

.kRecordFot {
	height: 64px;
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	background: #fff;
}

.hov .kRecordFot {
	z-index: 10;
}

.kRecordFotBox {
	min-height: 64px;
	border: 1px solid #e4eaec;
	border-top: none;
	background: #fff;
	padding: 10px 13px;
	box-sizing: border-box;
}

.hov .kRecordFotBox {
	height: auto;
}

.kRecordFotBox ul li {
	display: block;
	width: 100%;
	overflow: hidden;
}

.kRecordFotBox ul li p {
	width: 100%;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.hov .kRecordFotBox ul li p {
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 50;
	overflow: hidden;
}

.kRecordFotBox ul li:nth-child(2) p {
	width: calc(100% - 30px);
	display: inline-block;
	float: left;
}

.kRecordFotBox ul li:nth-child(2) span {
	float: right;
	color: #db4c3f;
}

.kRecordFotBox ul li:nth-child(3) {
	padding-top: 10px;
}

.kRecordFotBox {
	line-height: 22px;
	font-size: 12px;
	height: 64px;
	overflow: hidden;
}

.sha .kRecordFotBox {
	box-shadow: 0px 7px 5px -6px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px 7px 5px -6px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 7px 5px -6px rgba(0, 0, 0, 0.22);
}

.hov .kRecordFotBox span {
	display: none;
}

.hov .kRecordFotBox li:nth-child(2) p {
	width: 100%;
}

.hov .kRecordFotBox ul li:nth-child(3) {
	padding-top: 0;
}

.kRecordSmall {
	margin: 0 10px 20px 0;
}

.kRecordSmall .kRecord {
	width: 438px;
}

.kRecordV2 {
	margin-bottom: 20px;
	width: 440px;
}

.kRecordV2Main {
	display: flex;
	flex-wrap: wrap;
}

.kRecordSmall {
	float: none;
}

.kRecordRTips {
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #666;
}

.kRecordV3 .kRecordRTipsv2 {
	line-clamp: 13;
}

.kRecordV3 {
	border: 1px solid #e4eaec;
	display: flex;
	width: 1101px;
}

.kRecordV3 .kRecord {
	border: none;
	border-right: 1px solid #e4eaec;
	margin-bottom: 0;
}

.kRecordV3 .kRecordT {
	width: 100%;
}

.kPersonRrecordR {
	width: 420px;
}

.kPersonRrecordRcon {
	padding: 14px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
}

.kMain {
	position: relative;
}

.kHelpLink {
	transition: all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	position: absolute;
	right: 24px;
	top: -8px;
	width: 88px;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	border-radius: 40px;
	box-sizing: border-box;
	display: inline-block;
	background: url(../images/icon/42.png) no-repeat 8px center #fff;
}

.kHelpLink:hover {
	color: #fff !important;
	background: url(../images/icon/41.png) no-repeat 8px center #db4c3f !important;
}

/*仅用于右侧表单block时的必填提示*/
.layui-input-block .layui-form-must-block {
	width: 200px;
	text-align: left;
	position: absolute;
	right: -210px;
	line-height: 34px;
	top: 0;
}

/*特定数据表格纯静态*/
.layui-table-Div {
	overflow-x: auto;
}

.layui-table.layui-table-default .layui-table-cell {
	height: auto;
	white-space: normal;
}

.layui-table.layui-table-default td,
.layui-table.layui-table-default th {
	padding: 8px 4px;
}

.layui-table.layui-table-default .iconfont {
	margin: 0 2px;
	float: left;
}

/*扁表格*/
.kContentCheck .layui-table th,
.kContentCheck .layui-table td {
	padding: 5px 10px;
}

.layui-table .layui-input,
.layui-table .layui-textarea,
.layui-table .layui-select {
	height: 28px;
}

.data-field-mark {
	overflow: visible;
}

.layui-table-fixed {
	z-index: 1;
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin="primary"] span {
	padding-left: 25px;
}

.layui-table .icontags {
	font-size: 20px;
	margin: 0 4px;
}

.tags-share {
	color: #00c78c;
}

.tags-share:hover {
	color: #00c78c !important;
}

.tags-move {
	color: #4fb3bf;
}

.tags-move:hover {
	color: #4fb3bf !important;
}

.tags-enjoy {
	color: #5147d7;
}

.tags-enjoy:hover {
	color: #5147d7 !important;
}

.tags-home {
	color: #00c78c;
}

.tags-company {
	color: #424242;
}

.tags-refresh {
	color: #00c78c;
}

/*表格显示隐藏列*/
.kTablemt24 {
	margin-top: 54px;
}

.layui-table-tool {
	position: absolute;
	top: -40px;
	background: none;
	border: none;
	padding: 0;
}

.layui-table-tool-self {
	top: 0;
	right: 0;
}

.layui-table-tool .layui-inline[lay-event] {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}

.layui-table-tool .layui-inline[lay-event]:hover {
	border: none;
	opacity: 1;
}

.layui-icon-cols {
	font-size: 14px;
	color: #fff;
	height: 32px;
	line-height: 31px;
	padding: 0 13px;
	border-radius: 3px;
	display: inline-block;
}

#kRed .layui-icon-cols {
	background-color: #dc4c3f;
	color: #fff;
}

#kRed .layui-icon-cols:hover {
	background-color: #dc4c3f;
	color: #fff;
}

#kRed .layui-icon-cols:active,
#kRed .layui-icon-cols.hov {
	background-color: #dc4c3f;
	color: #fff;
}

#kBlue .layui-icon-cols {
	background-color: #677ae4;
	color: #fff;
}

#kBlue .layui-icon-cols:hover {
	background-color: #677ae4;
	color: #fff;
}

#kBlue .layui-icon-cols:active,
#kBlue .layui-icon-cols.hov {
	background-color: #677ae4;
	color: #fff;
}

#kOrg .layui-icon-cols {
	background-color: #f2a654;
	color: #fff;
}

#kOrg .layui-icon-cols:hover {
	background-color: #f2a654;
	color: #fff;
}

#kOrg .layui-icon-cols:active,
#kOrg .layui-icon-cols.hov {
	background-color: #f2a654;
	color: #fff;
}

#kPple .layui-icon-cols {
	background-color: #926cde;
	color: #fff;
}

#kPple .layui-icon-cols:hover {
	background-color: #926cde;
	color: #fff;
}

#kPple .layui-icon-cols:active,
#kPple .layui-icon-cols.hov {
	background-color: #926cde;
	color: #fff;
}

#kPink .layui-icon-cols,
#kPink .layui-icon-cols:hover,
#kPink .layui-icon-cols:active,
#kPink .layui-icon-cols.hov {
	background-color: #f44985;
	color: #fff;
}

#kBrown .layui-icon-cols,
#kBrown .layui-icon-cols:hover,
#kBrown .layui-icon-cols:active,
#kBrown .layui-icon-cols.hov {
	background-color: #987b72;
	color: #fff;
}

#kGreen .layui-icon-cols,
#kGreen .layui-icon-cols:hover,
#kGreen .layui-icon-cols:active,
#kGreen .layui-icon-cols.hov {
	background-color: #24c170;
	color: #fff;
}

.layui-icon-cols:before {
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.layui-table-view,
.layui-table-box {
	margin-top: 0;
}

.layui-table-cell.data-field-mark {
	overflow: visible;
}

#kRed .layui-form-checked[lay-skin="primary"] i {
	border-color: #fa6868 !important;
	background-color: #fa6868;
	color: #fff;
}

#kBlue .layui-form-checked[lay-skin="primary"] i {
	border-color: #62a8ea !important;
	background-color: #62a8ea;
	color: #fff;
}

#kOrg .layui-form-checked[lay-skin="primary"] i {
	border-color: #f2a654 !important;
	background-color: #f2a654;
	color: #fff;
}

#kPple .layui-form-checked[lay-skin="primary"] i {
	border-color: #926cde !important;
	background-color: #926cde;
	color: #fff;
}

#kPink .layui-form-checked[lay-skin="primary"] i {
	border-color: #f44985 !important;
	background-color: #f44985;
	color: #fff;
}

#kBrown .layui-form-checked[lay-skin="primary"] i {
	border-color: #987b72 !important;
	background-color: #987b72;
	color: #fff;
}

#kGreen .layui-form-checked[lay-skin="primary"] i {
	border-color: #24c170 !important;
	background-color: #24c170;
	color: #fff;
}

.layui-table-view,
.layui-table-box {
	z-index: 1;
}

.layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span,
#kRed .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span,
#kBlue .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span,
#kOrg .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span,
#kPple .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span,
#kPink .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span,
#kBrown .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span,
#kGreen .layui-table-tool-panel .layui-form-checkbox[lay-skin="primary"] span {
	float: left;
}

.layui-table-tool-panel li:hover {
	background-color: #f3f7f9;
}

.layui-table th,
.layui-table td {
	font-size: 12px;
}

.layui-table-tool-panel {
	border-color: #e4eaec;
}

.layui-input-block {
	min-height: auto;
}

.layui-table .layui-table-sort .icontags {
	font-size: 14px;
}

.layui-table-sort {
	right: 5px;
}

.layui-tree-iconClick .layui-icon,
.layui-tree-icon .layui-icon {
	color: #000;
}

#kRed .colorTheme {
	color: #dc4c3f;
}

#kBlue .colorTheme {
	color: #61a7ea;
}

#kOrg .colorTheme {
	color: #f1a553;
}

#kPple .colorTheme {
	color: #926cdd;
}

#kPink .colorTheme {
	color: #f44985;
}

#kBrown .colorTheme {
	color: #987b72;
}

#kGreen .colorTheme {
	color: #24c170;
}

.layui-tree-main {
	width: 100%;
}

/*表格滚动条样式*/
.layui-table-kScroll {
	padding-bottom: 6px !important;
}

.layui-table-kScroll .layui-table-body {
	padding-bottom: 5px !important;
}

.kUserTimeline {
	width: 100%;
	text-align: center;
	padding-top: 35px;
}

.kTimelineTop p {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	display: inline-block;
}

.kTimelineTop p img {
	width: 40px;
	height: 40px;
}

.kTimelineTips {
	margin-top: 16px;
	display: flex;
}

.kTimelineTips div {
	width: 50%;
	display: inline-block;
}

.kTimelineTips div:nth-child(1) {
	text-align: right;
}

.kTimelineTips div:nth-child(2) {
	text-align: left;
}

.kTimelineTips p {
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	border-radius: 48px;
	background: #f7f9fa;
	width: auto;
	display: inline-block;
}

.kTimelineTips p span {
	padding: 0 20px;
}

.kTimelineTips p span i {
	color: #76838e;
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.kTimelineTips div:nth-child(1) p {
	border-radius: 48px 0 0 48px;
}

.kTimelineTips div:nth-child(2) p {
	border-radius: 0 48px 48px 0;
}

.kTimelineTips div:nth-child(1) p:before {
	width: 0.5px;
	height: 26px;
	background-color: #e4eaec;
	position: absolute;
	right: 0;
	top: 11px;
	content: '';
	display: block;
}

.kTimelineTips div:nth-child(2) p:before {
	width: 0.5px;
	height: 26px;
	background-color: #e4eaec;
	position: absolute;
	left: 0;
	top: 11px;
	content: '';
	display: block;
}

.kTimelineBox {
	position: relative;
	margin-top: 4px;
	padding: 30px 0 80px;
}

.kTimelineBox:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	background: #e4eaec;
	margin-left: -1px;
	height: 100%;
}

.kTimelineBoxIcont {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 50%;
	top: 11px;
	margin-left: -11px;
}

.kTimelineBoxIconb {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -11px;
}

.kTimelineBoxIcont:before,
.kTimelineBoxIconb:before {
	width: 8px;
	height: 8px;
	border: 3px solid #db4c40;
	border-radius: 14px;
	content: '';
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
}

.kTimelineBoxC {
	margin-top: 45px;
}

.kTimelineOption {
	display: flex;
}

.kTimeAdd {
	width: 50%;
	padding-right: 60px;
	box-sizing: border-box;
	text-align: right;
}

.kTimeDel {
	width: 50%;
	padding-left: 60px;
	box-sizing: border-box;
	text-align: left;
}

.kTimeAdd li p,
.kTimeDel li p {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	-moz-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	-webkit-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	margin-bottom: 10px;
	padding: 0 17px;
	box-sizing: border-box;
}

.kTimeDelred p {
	background: #fff7f7;
	position: relative;
	border-radius: 1px 0 0 1px;
}

.kTimeDelred p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #dd5247;
}

.kTimelineOption li i {
	position: relative;
	top: 1px;
	color: #76838e;
	margin-right: 4px;
}

.kTimelineDetail {
	position: relative;
	margin-bottom: 20px;
	display: flex;
}

.kTimeDetailAdd,
.kTimeDetailDel {
	width: 50%;
}

.kTimeQ {
	border: 4px solid #fff;
	position: absolute;
	left: 50%;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-left: -40px;
	top: 50%;
	margin-top: -20px;
	background: #dd5247;
}

.kTimeDetailAdd {
	display: flex;
	justify-content: flex-end;
	padding-right: 60px;
	box-sizing: border-box;
	align-items: center;
}

.kTimeDetailAddA {
	background: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	-webkit-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	border-radius: 4px;
}

.kTimeDetailAddA li {
	line-height: 40px;
	padding: 0 16px;
	border-bottom: 1px solid #e4e9eb;
	text-align: left;
}

.kTimeDetailAddA li:last-child {
	border: none;
}

.kTimeDetailAddB {
	background: url(../images/timeleft.png) no-repeat center center;
	width: 42px;
	height: 100%;
	margin: 0 10px;
}

.kTimelineDetail1 .kTimeDetailAddB {
	background: url(../images/time1.png) no-repeat center center;
}

.kTimelineDetail2 .kTimeDetailAddB {
	background: url(../images/timeleft2.png) no-repeat center center;
}

.kTimeDetailAddC span {
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	-webkit-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
}

.kTimeDetailAddC span i {
	color: #f96868;
	font-style: normal;
}

.kTimeDetailDel {
	display: flex;
	justify-content: flex-start;
	padding-left: 60px;
	box-sizing: border-box;
	align-items: center;
}

.kTimeDetailDelA {
	background: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	-webkit-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	border-radius: 4px;
}

.kTimeDetailDelA li {
	line-height: 40px;
	padding: 0 16px;
	border-bottom: 1px solid #e4e9eb;
	text-align: left;
}

.kTimeDetailDelA li:last-child {
	border: none;
}

.kTimeDetailDelB {
	background: url(../images/timeright.png) no-repeat center center;
	width: 42px;
	height: 100%;
	margin: 0 10px;
}

.kTimelineDetail1 .kTimeDetailDelB {
	background: url(../images/time1.png) no-repeat center center;
}

.kTimelineDetail2 .kTimeDetailDelB {
	background: url(../images/timeright2.png) no-repeat center center;
}

.kTimeDetailDelC span {
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	-webkit-box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
	box-shadow: 0px 0px 5px rgba(50, 53, 54, .2);
}

.kTimeDetailDelC span i {
	color: #f96868;
	font-style: normal;
}

/*ipad*/
@media (min-width: 641px) and (max-width: 1090px) {
	body {
		padding: 6.533333rem 0 3.8rem;
	}

	.kHeader {
		height: 4.066667rem;
	}

	.kLogo {
		width: 4.5rem;
		padding: 0 0 0 1.333333rem;
		height: 2.133333rem;
	}

	.kLogo img {
		width: 2rem;
		height: auto;
		padding: 0.96667rem 0 0 0;
	}

	.margin {
		margin-top: 0.44rem;
	}

	.kChangeBtn i {
		font-size: 20px;
	}

	.kLogoZ {
		display: none;
	}

	.kNav {
		height: 100%;
	}

	.kNav li {
		width: 4.0rem;
	}

	.kNav li a {
		font-size: 1.0rem;
		width: 100%;
		line-height: 4.066667rem;
	}

	.kYj {
		height: 4.066667rem;
	}

	.kYj span {
		width: 3.066667rem;
		height: 4.066667rem;
		background: url(../images/icon/06.png) no-repeat center/0.233333rem auto;
	}

	.kYjC {
		top: 4.066667rem;
		padding: 0.1rem;
	}

	.kYj ul {
		width: 10.0rem;
		padding: 0.1rem;
	}

	.kYj ul li a {
		height: 2.266667rem;
		line-height: 2.266667rem;
		padding-left: 0.533333rem;
	}

	.kAllIco {
		width: 3.733333rem;
		height: 4.066667rem;
		background: url(../images/icon/07.png) no-repeat center/1.6rem auto;
	}

	.kPson {
		padding: 0 0.6rem;
		margin-right: 0.15rem;
		height: 4.066667rem;
	}

	.kPson h3 {
		height: 2.0rem;
		line-height: 2rem;
		padding-top: 1.033333rem;
	}

	.kPson h3 span {
		height: 2rem;
		width: 2rem;
	}

	.kPson h3 span em {
		width: 0.466667rem;
		height: 0.466667rem;
		border: 0.066667rem solid #fff;
		border-radius: 0.466667rem;
		right: 0;
		bottom: -0.05rem;
	}

	.kPson h3 b {
		font-size: 0.933333rem;
		padding-left: 0.533333rem;
	}

	.kLine {
		height: 1.6rem;
		width: 0.666667rem;
		margin-top: 1.333333rem;
	}

	.kTopIcon {
		width: 2.533333rem;
		height: 4.066667rem;
	}

	/*.kTopIcon1{ background-size:0.933333rem auto; }*/
	.kTopIcon2 {
		background-size: 0.933333rem auto;
	}

	/*.kTopIcon3{ background-size:0.9rem auto; }
    .kTopIcon4{ background-size:0.766667rem auto; }
    .kTopIcon5{ background-size:1.033333rem auto; }*/
	.kTopIcon4 span {
		padding: 0 0.333333rem;
		height: auto;
		font-size: 0.8rem;
		line-height: 0.9rem;
		left: 1.32rem;
		border-radius: 0.9rem 0.8rem;
		top: 1.05rem;
	}

	.kEjNav {
		height: 2.466667rem;
		line-height: 2.466667rem;
		background-size: auto 2.466667rem;
	}

	.kScrollL {
		width: 1.6rem;
		height: 2.466667rem;
		line-height: 2.466667rem;
		background-size: auto 2.466667rem;
	}

	.kScrollL span {
		width: 1.6rem;
		height: 2.466667rem;
		line-height: 2.466667rem;
		background-size: 0.633333rem auto;
	}

	.kScrollR {
		width: 1.6rem;
		height: 2.466667rem;
		line-height: 2.466667rem;
		background-size: auto 2.466667rem;
		right: 2.066667rem;
	}

	.kScrollR span {
		width: 1.6rem;
		height: 2.466667rem;
		line-height: 2.466667rem;
		background-size: 0.633333rem auto;
		font-size: 0.933333rem;
	}

	.kScrollZk {
		width: 2.066667rem;
	}

	.kSrlZkT {
		width: 2.066667rem;
		height: 2.42rem;
		line-height: 2.42rem;
		background-size: 0.466667rem auto;
	}

	.kPsonC {
		top: 4.066667rem;
		padding-top: 0.1rem;
	}

	.kPsonC ul {
		width: 10.0rem;
		padding: 0.1rem;
	}

	.kPsonC ul li {
		line-height: 2.266667rem;
	}

	.kPsonX1 {
		background-size: 0.833333rem auto;
	}

	.kPsonX2 {
		background-size: 1.033333rem auto;
	}

	.kPsonX3 {
		background-size: 0.933333rem auto;
	}

	.kPsonX4 {
		background-size: 0.9rem auto;
	}

	.kPsonC ul li a {
		padding-left: 2.233333rem;
	}

	.kEjNavC {
		height: 2.466667rem;
		line-height: 2.466667rem;
		padding: 0 3.666667rem 0 1.6rem;
	}

	.kEjNavNo .kEjNavC {
		margin-left: 0;
		padding: 0 10px 0 1.6rem;
	}

	.kEjNavC ul li a {
		font-size: 0.866667rem;
	}

	#kRed .kEjNavC ul li.hov a {
		font-weight: bold;
	}

	.kEjNavC ul li {
		padding: 0 0.833333rem;
	}

	.kSrlZkC {
		padding-top: 0.133333rem;
		top: 2.466667rem;
	}

	.kSrlZkC ul {
		padding: 0.1rem;
		width: 10.0rem;
	}

	.kSrlZkC ul li a {
		height: 2.266667rem;
		line-height: 2.266667rem;
		padding-left: 0.533333rem;
	}

	.kAllSrh {
		top: 4.066667rem;
		padding-top: 1.666667rem;
	}

	.kSrh {
		width: 29.833333rem;
		height: 2.133333rem;
		line-height: 2.133333rem;
		margin-left: 3.4rem;
		padding-left: 0.8rem;
		border-radius: 0.2rem;
	}

	.kSrhL {
		width: 29.03333rem;
		height: 2.133333rem;
		line-height: 2.133333rem;
		font-size: 0.933333rem;
	}

	.kSrh ul {
		width: 22.7rem;
		top: 1.7rem;
		padding: 0.075rem 0.075rem 0.15rem;
	}

	.kSrh ul li {
		height: 1.7rem;
		line-height: 1.7rem;
		margin-top: 0.075rem;
	}

	.kSrh ul li a {
		padding-left: 0.4rem;
		font-size: 0.7rem;
	}

	.kThemeSz {
		top: 4.066667rem;
		width: 6.0rem;
		height: 1.5rem;
		line-height: 1.5rem;
	}

	.kTheme:hover .kThemeSz {
		display: none;
	}

	.kAllNav {
		margin-top: 0.5rem;
		padding-left: 3.4rem;
	}

	.kNavs {
		margin-top: 0.666667rem;
	}

	.kgrid {
		width: 100%;
	}

	.kNavs h2 {
		padding-bottom: 0.666667rem;
	}

	.kNavs h2 a {
		line-height: 1.133333rem;
		font-weight: bold;
	}

	.kNavs a {
		line-height: 1.666667rem;
	}

	/*一级导航背景*/
	#kRed .kHeader {
		background-image: url("../images/red/nav_bg_p.jpg");
	}

	.kMain {
		padding: 0 1.333333rem;
	}

	.kH2,
	.kH2 a {
		font-size: 1.2rem;
		height: 1.266667rem;
		line-height: 1.266667rem;
	}

	.kH3,
	.kH3 a {
		height: 1.133333rem;
		line-height: 1.133333rem;
	}

	.mt24 {
		margin-top: 1.333333rem;
	}

	.mt32 {
		margin-top: 1.6rem;
	}

	.kBox {
		padding: 1.066667rem;
	}

	.kBox_col {
		padding: 0;
	}

	.kBox_col_l {
		padding: 0.8rem 1.066667rem;
		width: 30%;
	}

	.kBox_col_r {
		width: 68%;
		padding: 0.8rem 1.066667rem;
	}

	.pl32 {
		padding-left: 1.333333rem;
	}

	.kJtdt li {
		line-height: 3.533333rem;
		height: 3.533333rem;
	}

	.kColu2C {
		width: 100%;
		padding: 1.066667rem 0 1.333333rem;
	}

	.kJtdt li a {
		background-size: 1rem auto;
		line-height: 3.533333rem;
		height: 3.533333rem;
		padding-left: 2.866667rem;
		background-position: 1.333333rem center;
		font-size: 0.933333rem;
	}

	.kJtdt li b,
	.kJtdt li em {
		font-size: 0.933333rem;
		margin-right: 1.333333rem;
	}

	.kBysx a {
		padding: 0 0.8rem;
		line-height: 2.133333rem;
		font-size: 0.933333rem;
		border-radius: 0.266667rem;
	}

	.kGjTeam li em {
		width: 1.0rem;
		height: 2.166667rem;
		line-height: 1.233333rem;
		font-size: 0.933333rem;
	}

	.kGjTeam li em.kTag1 {
		background-size: 1.0rem auto;
	}

	.kGjTeam li em.kTag2 {
		background-size: 1.0rem auto;
	}

	.kGjTeam li span {
		font-size: 0.8rem;
		height: auto;
		line-height: 1rem;
		padding: 0.266667rem 0.666667rem;
	}

	.kGjTeam li span.kTag5 {
		width: auto;
	}

	.kGjTeam li span i {
		display: block;
	}

	.kGjTeam li span.kTag4 {
		width: auto;
	}

	.kGjTeam li span b {
		font-size: 1rem;
	}

	.kTab {
		height: 2.666667rem;
		line-height: 2.666667rem;
	}

	.kTab a {
		border-radius: 0.166667rem 0.166667rem 0 0;
		font-size: 0.933333rem;
		height: 2.633333rem;
		line-height: 2.666667rem;
		padding: 0 1.333333rem;
	}

	.kTab a.hov,
	.kTab a:hover {
		height: 2.666667rem;
	}

	.kFot {
		height: 2.6rem;
		line-height: 2.6rem;
		bottom: 0;
	}

	.kFotL {
		width: 2.666667rem;
		height: 2.6rem;
		background-size: 0.8rem auto;
		margin-left: 0;
		padding-left: 0;
	}

	.kFotR {
		width: 1.866667rem;
		height: 1.866667rem;
		top: 0.3666665rem;
		background-size: 0.8rem auto;
		right: 6.833331rem;
	}

	.kCzan {
		height: 2.466667rem;
		margin-top: 0.033333rem;
		padding: 0 1.333333rem 0 0;
	}

	.kAddTag {
		margin-right: 0.266667rem;
		background: url(../images/icon/20.png) no-repeat center/1.366667rem auto #f2a654;
	}

	.kDelTag {
		margin-right: 0;
		background: url(../images/icon/21.png) no-repeat center/1.366667rem auto #fa6868;
	}

	.kCzan span {
		width: 2.466667rem;
		height: 2.466667rem;
		overflow: hidden;
		text-indent: 99999rem;
		padding: 0;
		border-radius: 0;
	}

	.kHouse {
		height: 2.266667rem;
		top: 0;
		padding: 0.366667rem 9.166667rem 0 1.6rem;
	}

	.kHouse ul li {
		height: 1.733333rem;
		line-height: 1.733333rem;
		border: 0.066667rem solid #fafafa;
		border-radius: 0.2rem;
	}

	.kHouse ul li p {
		padding: 0 0.766663rem;
	}

	.kHouse ul li a {
		font-size: 0.933333rem;
	}

	.kHouse ul li:hover {
		height: 1.733333rem;
		line-height: 1.733333rem;
		border: 0.066667rem solid #e4eaec;
		border-radius: 0.2rem;
	}

	.kHouse ul li:active {
		border-color: #8bbde9;
	}

	.kHouse ul li.kHouseDel {
		height: 1.733333rem;
		line-height: 1.733333rem;
		border: 0.066667rem solid #e4eaec;
		border-radius: 0.2rem;
		margin-right: 0.533333rem;
	}

	.kHouse ul li.kHouseDel span {
		width: 1.066667rem;
		margin-left: 0.266667rem;
		height: 1.733333rem;
	}

	.kHouse ul li.kHouseDel p {
		padding: 0 0.266667rem 0 0.766663rem;
	}

	.kHouseZ {
		padding: 0.666667rem;
		right: 1.333333rem;
	}

	.kGjTeam div {
		width: 100%;
		float: left;
	}

	.kGjTeam li.kGjz {
		width: 26.5%;
	}

	.kGjTeam li.kGjk {
		width: 42%;
	}

	.kGjTeam li {
		margin-right: 2.5%;
	}

	.kGjTeam li:nth-child(3) {
		margin-right: 0;
	}

	.kGjTeam div:nth-child(2) {
		margin-top: 1.066667rem;
	}

	.kGjTeam div:nth-child(2) div {
		margin-top: 0;
	}

	.kError span {
		font-size: 8.0rem
	}

	.kError a {
		font-size: 0.866667rem;
	}

	.kUnable {
		padding-top: 300px;
		background: url(../images/icon/28.png) no-repeat center 180px/6.433333rem auto;
	}

	.kUnable span {
		font-size: 1.2rem;
	}

	.kUnable p {
		font-size: 1.266667rem;
	}

	.kNull span {
		font-size: 1.2rem;
	}

	.kNull p {
		font-size: 1.066667rem;
	}

	.kPhoto ul li {
		width: 32.65%;
		float: left;
		display: inline-block;
		margin: 0 0.5% 1.6rem;
		padding: 0.666667rem;
		box-sizing: border-box;
		border: 1px solid #ebeeef;
		overflow: hidden;
		background-color: #fff;
	}

	.kPhoto ul li:nth-child(5n+1) {
		margin-right: 0.5%;
		margin-left: 0.5%;
	}

	.kPhoto ul li:nth-child(5n) {
		margin-right: 0.5%;
		margin-left: 0.5%;
	}

	.kPhoto ul li:nth-child(4n+1) {
		margin-right: 0.5%;
		margin-left: 0.5%;
	}

	.kPhoto ul li:nth-child(4n) {
		margin-right: 0.5%;
		margin-left: 0.5%;
	}

	.kPhoto ul li:nth-child(3n+1) {
		margin-left: 0;
	}

	.kPhoto ul li:nth-child(3n) {
		margin-right: 0;
	}

	.kPhoto ul li p {
		height: 12rem;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.kPhoto ul li a div {
		height: 12rem;
	}

	.kPhoto ul li img {
		display: block;
	}

	.kPhoto ul li span {
		padding-top: 0.666667rem;
		display: block;
	}

	.kPhotoCon ul li {
		padding: 0;
		border: none;
	}

	.wid30 {
		width: 70%;
	}

	.wid50 {
		width: 80%;
	}

	.wid80 {
		width: 60%;
	}

	.kYcNav {
		width: 150px;
	}

	.kPhotoList li,
	.kPhotoList li:nth-child(5n) {
		width: 22.725%;
		margin-right: 3.0333%;
	}

	.kPhotoList li:nth-child(4n) {
		margin-right: 0;
	}

	/*.kMark{ left: 22px; top: 55px; }
    .kMark span{ padding: 0 10px; width: auto; height: 26px; line-height: 26px; border-radius: 4px; margin-left: 2px; }*/
	.kMark1,
	.kMark2,
	.kMark3,
	.kMark4 {
		background-size: 100% auto;
	}

	.kListC {
		padding-top: 25px;
		padding-bottom: 68px;
	}

	.kListCa {
		padding-top: 95px;
	}

	.kListCtag {
		/*padding-top: 60px;mark在ul内*/
		padding-top: 24px;
		padding-bottom: 85px;
	}

	.kListCNo {
		padding-bottom: 25px;
	}

	.kTipsBox {
		padding: 1.066667rem;
		left: -1.066667rem;
	}

	.kMarkCon-pc {
		width: 100%;
		padding: 0;
		height: 55px;
		background: #f3f7f9;
		text-align: center;
	}

	.kMarkCon-pc a {
		display: inline-block;
		padding: 0px 1px 0;
		display: inline-block;
		text-align: center;
		float: none;
		margin: 0 10px;
	}

	.kMarkCon-pc a span {
		display: block;
		padding-top: 0px;
	}

	.kMarkCon-pc a i {
		display: block;
		float: none;
		height: 20px;
		top: -3px;
		margin-right: 0;
	}

	/*公告弹窗*/
	.kNewsTit {
		font-size: 1.066667rem;
		padding: 1.066667rem 0 0.666667rem 0;
	}

	.kNewsTit h2 {
		padding-top: 0.8rem;
		position: relative;
	}

	.kNewsTit h2 .kEndtime {
		position: absolute;
		right: 0px;
		top: -10px;
		font-size: 0.4rem;
	}

	.kNewsTit h3 {
		font-size: 0.533333rem;
		padding-top: 0.266667rem;
	}

	.kNewsCon {
		font-size: 0.466667rem;
	}

	.kNewsCon img {
		width: 100%;
	}

	.kNewsTitCheck {
		font-size: 0.933333rem;
		padding: 0.666667rem 0;
		line-height: 2.0rem;
	}

	/*手册*/
	.kBook {
		padding: 0;
	}

	.kBookL {
		width: 35%;
	}

	.kBookR {
		width: 62%;
	}

	.kBookR .kH3 {
		margin-top: 0.8rem;
	}

	.kBookH2 {
		font-size: 0.533333rem;
		padding: 0.333333rem 0;
	}

	.kBookText {
		font-size: 0.466667rem;
	}

	.kBookBack {
		display: block;
	}

	.kCut {
		padding-left: 1.666667rem;
	}

	.kActorList dl {
		width: calc(33.33% - 20px);
		margin: 0 10px 15px 10px;
		height: 310px;
	}

	.kActorList dt a {
		height: 240px;
	}

	.kJin2_0 {
		display: none;
	}

	/*仅用于右侧表单block时的必填提示*/
	.layui-input-block .layui-form-must-block {
		width: 100%;
		position: relative;
		right: auto;
		line-height: 34px;
		top: 0;
	}
}

@media (min-width:1024px) and (max-width: 1090px) {
	.kYcNav {
		width: 150px;
	}

	.kBillC li {
		width: 16.666%;
	}
}

/*手机*/
@media (max-width: 640px) {
	body {
		padding: 0 0 3.266667rem;
		overflow-x: hidden;
	}

	html {
		overflow-x: hidden;
	}

	.kHeader_fix {
		display: none;
	}

	.kMain {
		padding: 0 0.8rem 0;
		position: relative;
		/*z-index: 1;*/
	}

	.mt24 {
		margin-top: 0.8rem;
	}

	.mt32 {
		margin-top: 1.066667rem;
	}

	.kH2,
	.kH2 a {
		font-size: 1.133333rem;
	}

	.kH3,
	.kH3 a {
		font-size: 0.933333rem;
		height: auto;
		line-height: 22px;
	}

	.kFont16 {
		font-size: 14px;
	}

	.kBox {
		padding: 0.8rem;
	}

	.kGjTeam div {
		width: 100%;
		float: left;
	}

	.kGjTeam li.kGjz {
		width: 26.5%;
	}

	.kGjTeam li.kGjk {
		width: 42%;
	}

	.kGjTeam li {
		margin-right: 2.5%;
	}

	.kGjTeam li:nth-child(3) {
		margin-right: 0;
	}

	.kGjTeam div:nth-child(2) {
		margin-top: 0.8rem;
	}

	.kGjTeam div:nth-child(2) div {
		margin-top: 0;
	}

	.kGjTeam li em {
		width: 0.733333rem;
		height: 2.166667rem;
		line-height: 0.903333rem;
		font-size: 0.7rem;
	}

	.kGjTeam li em.kTag1 {
		background-size: 0.733333rem auto;
	}

	.kGjTeam li em.kTag2 {
		background-size: 0.733333rem auto;
	}

	.kGjTeam li span {
		font-size: 0.666667rem;
		height: auto;
		line-height: 0.6666rem;
		padding: 0.116667rem 0.116667rem;
	}

	.kGjTeam li span.kTag5 {
		width: auto;
	}

	.kGjTeam li span i {
		display: none;
	}

	.kGjTeam li span.kTag4 {
		width: auto;
	}

	.kGjTeam li span b {
		font-size: 1rem;
	}

	.kColu2C {
		width: 100%;
		padding: 0.8rem 0;
	}

	.pl32 {
		padding-left: 0.8rem;
	}

	.kJtdt li {
		height: 3.166667rem;
		line-height: 3.166667rem;
	}

	.kJtdt li a {
		font-size: 0.8rem;
		padding-left: 1.866667rem;
		height: 3.166667rem;
		line-height: 3.166667rem;
		background-size: 0.866667rem auto;
		background-position: 0.8rem center;
		width: 55%;
	}

	.kJtdt li em {
		font-size: 0.8rem;
		margin-right: 0.533333rem;
	}

	.kJtdt li b {
		font-size: 0.8rem;
		margin-right: 0.8rem;
	}

	.kBysx a {
		margin-bottom: 0.533333rem;
		padding: 0 0.533333rem;
		font-size: 0.8rem;
		margin-right: 0.533333rem;
		line-height: 1.666667rem;
	}

	.kTab a {
		padding: 0;
		min-width: 5rem;
		padding: 0 0.46555rem;
		font-size: 0.8rem;
		border-radius: 0.2rem 0.2rem 0 0;
		text-align: center;
		height: 2.433333rem;
		line-height: 2.466667rem;
	}

	.kTab a.hov {
		height: 2.466667rem;
	}

	.kFot {
		height: 2.4rem;
		transition: all .5s;
	}

	.kFotL {
		width: 1.333333rem;
		background-size: 0.533333rem auto;
		line-height: 2.4rem;
		margin-left: 0;
		height: 2.4rem;
		padding-left: 0;
	}

	.kFotR {
		width: 1.866667rem;
		height: 1.866667rem;
		line-height: 1.966667rem;
		right: 5.13rem;
		top: 0.266665rem;
	}

	.kCzan {
		height: 2.133333rem;
		margin-top: 0.133333rem;
		padding: 0 0.4rem 0 0;
	}

	.kCzan span {
		width: 2.133333rem;
		height: 2.133333rem;
		text-indent: -9999rem;
		overflow: hidden;
		padding: 0;
		border-radius: 0;
	}

	.kDelTag {
		margin-right: 0;
	}

	.kAddTag {
		margin-right: 0.266667rem;
	}

	.kHouse {
		height: 1.833333rem;
		padding: 0.5333335rem 6.266666rem 0 0.533333rem;
		top: 0;
	}

	.kHouse ul li {
		height: 1.266667rem;
		line-height: 1.2rem;
		border-radius: 0.133333rem;
		border: 0.033333rem solid #fafafa;
		padding: 0;
	}

	.kHouse ul li p {
		padding: 0 0.4rem;
	}

	.kHouse ul li a {
		font-size: 0.8rem;
	}

	.kHouse ul li:hover {
		border-radius: 0.133333rem;
		height: 1.266667rem;
		line-height: 1.2rem;
		border: 0.033333rem solid #8bbde9;
		padding: 0;
	}

	.kHouse ul li:hover p {
		padding: 0 0.333333rem;
	}

	.kHouse ul li.kHouseDel {
		border-radius: 0.133333rem;
		margin-right: 0.266667rem;
		height: 1.266667rem;
		line-height: 1.2rem;
		border: 0.033333rem solid #e4eaec;
		padding: 0;
		font-size: 0.8rem;
		box-sizing: border-box;
	}

	.kHouse ul li.kHouseDel p {
		padding: 0 0.266667rem 0 0.533333rem;
	}

	.kHouse ul li.kHouseDel span {
		height: 1.266667rem;
		width: 1.066667rem;
		margin-left: 0.266667rem;
		font-size: 1.066667rem;
	}

	.kHouse ul li.kHouseDel:hover,
	.kHouse ul li.kHouseDel:active {
		border-color: #8bbde9;
	}

	.kHouseZ {
		z-index: 11;
		right: 0.8rem;
		width: 90%;
		bottom: 2.5rem;
		box-sizing: border-box;
	}

	.kTabTag {
		display: none;
	}

	.kTabTag_m {
		display: block;
	}

	.kTabMore {
		position: relative;
	}

	.kTabMore span {
		display: inline-block;
		width: 3.333333rem;
		background: url(../images/icon/19.png) no-repeat 1.833333rem center/0.5rem auto;
		padding-left: 2.533333rem;
		font-size: 0.8rem;
		border-radius: 0.2rem 0.2rem 0 0;
		height: 2.433333rem;
		line-height: 2.433333rem;
	}

	.kTabMore span.hov {
		background-color: #f3f7f9;
		color: #000;
		height: 2.433333rem;
	}

	.kTabMore ul {
		position: absolute;
		left: 0;
		top: 2.466667rem;
		background: #fff;
		border: 0.033333rem solid #e3eaec;
		width: 7.533333rem;
		padding: 0.2rem;
		z-index: 90;
	}

	.kTabMore ul li a {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		width: 6.866667rem;
		display: block;
		text-align: left;
		height: 1.866667rem;
		line-height: 1.866667rem;
		font-size: 0.8rem;
		padding: 0 0 0 0.666667rem;
		color: #76828e;
	}

	.kTabMore ul li a.hover,
	.kTabMore ul li a:hover {
		background: #f3f7f9;
		height: 1.866667rem;
	}

	/*手机导航*/
	.kLogoC_m {
		height: 3.466667rem;
		background: #dc4c3f;
		text-align: center;
		position: relative;
	}

	#kRed .kLogoC_m {
		background-color: #dc4c3f;
	}

	#kBlue .kLogoC_m {
		background-color: #657ae4;
	}

	#kOrg .kLogoC_m {
		background-color: #f0a65c;
	}

	#kPple .kLogoC_m {
		background-color: #9270da;
	}

	#kPink .kLogoC_m {
		background-color: #f44985;
	}

	#kBrown .kLogoC_m {
		background-color: #987b72;
	}

	#kGreen .kLogoC_m {
		background-color: #24c170;
	}

	.kHeader_m {
		height: auto;
		display: block;
	}

	.kHeaderC_m {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1000;
	}

	.kLogo_m {
		position: relative;
		width: auto;
		font-weight: bold;
		height: 3.466667rem;
		line-height: 3.466667rem;
		color: #fff;
		font-size: 18px !important;
		display: inline-block;
		position: relative;
		vertical-align: top;
	}

	.kLogo_m img {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	.kAllIco_m {
		vertical-align: top;
		width: 2.266667rem;
		height: 3.466667rem;
		line-height: 3.466667rem;
		display: inline-block;
		font-size: 1.466667rem !important;
		color: #fff;
	}

	.kAllSrh_m {
		top: 3.466667rem;
		display: block;
		padding: 1.066667rem 0.8rem 0;
		width: 98%;
	}

	.kSrh {
		width: 91%;
		height: 1.866667rem;
		line-height: 1.866667rem;
		font-size: 0.8rem;
		padding-left: 0.8rem;
		margin-left: 0;
	}

	.kSrhL {
		width: 97%;
		height: 1.8rem;
		line-height: 1.8rem;
		background: url(../images/moblie/10.png) no-repeat right center/1rem auto #fff;
	}

	.kgrid {
		width: 100%;
	}

	.kNavs {
		width: 45%;
		margin: 1.333333rem 0.666667rem 0 0;
		padding: 0;
	}

	.kAllNav {
		padding-left: 0;
		margin-top: -10px;
	}

	.kNavs h2 a {
		font-size: 0.933333rem;
		font-weight: bold;
	}

	.kNavs a {
		line-height: 1.7rem;
		font-size: 0.8rem;
	}

	.kNavs h2 {
		padding-bottom: 0.333333rem;
	}

	.kSrh ul {
		width: 96%;
		padding: 2%;
		top: 1.933333rem;
	}

	.kSrh ul li {
		height: 1.866667rem;
		line-height: 1.866667rem;
		margin-top: 0;
	}

	.kSrh ul li a {
		padding-left: 0.533333rem;
		font-size: 0.8rem;
	}

	.kNavIco {
		height: 3.466667rem;
		line-height: 3.466667rem;
		text-align: center;
		font-size: 1.466667rem !important;
		color: #fff;
		width: 4.333333rem;
		position: absolute;
		left: 0;
		top: 0;
	}

	.kOther {
		height: 3.466667rem;
		line-height: 3.466667rem;
		text-align: center;
		color: #fff;
		font-weight: bold;
		width: 3.866667rem;
		position: absolute;
		right: 0;
		top: 0;
	}

	.kOtherC {
		display: none;
		width: 100%;
	}

	.kOtherC .kOtherCp {
		border-top: 0.033333rem solid #f75547;
		/*position:absolute; left: 0; top: 3.5rem;*/
		width: 100%;
		height: 3.466667rem;
	}

	#kRed .kOtherC .kOtherCp {
		border-color: #f75547;
		background-color: #dc4c3f;
	}

	#kBlue .kOtherC .kOtherCp {
		border-color: #5d6ece;
		background-color: #657ae4;
	}

	#kOrg .kOtherC .kOtherCp {
		border-color: #f6be88;
		background-color: #f0a65c;
	}

	#kPple .kOtherC .kOtherCp {
		border-color: #7e5cc1;
		background-color: #9270da;
	}

	#kPink .kOtherC .kOtherCp {
		border-color: #fd6197;
		background-color: #f44985;
	}

	#kBrown .kOtherC .kOtherCp {
		border-color: #aa8c83;
		background-color: #987b72;
	}

	#kGreen .kOtherC .kOtherCp {
		border-color: #35cf7f;
		background-color: #24c170;
	}

	.kOtherC .kOtherCa {
		border-top: 0.033333rem solid #ad3e34;
	}

	#kRed .kOtherC .kOtherCa {
		border-color: #ad3e34;
		background-color: #dc4c3f;
	}

	#kBlue .kOtherC .kOtherCa {
		border-color: #5d6ece;
		background-color: #657ae4;
	}

	#kOrg .kOtherC .kOtherCa {
		border-color: #d89552;
		background-color: #f0a65c;
	}

	#kPple .kOtherC .kOtherCa {
		border-color: #7e5cc1;
		background-color: #9270da;
	}

	#kPink .kOtherC .kOtherCa {
		border-color: #db4076;
		background-color: #657ae4;
	}

	#kBrown .kOtherC .kOtherCa {
		border-color: #7d655e;
		background-color: #f0a65c;
	}

	#kGreen .kOtherC .kOtherCa {
		border-color: #1c9456;
		background-color: #9270da;
	}

	.kOtherC .kOtherCm {
		width: 2.8rem;
		height: 3.466667rem;
		line-height: 3.466667rem;
		text-align: center;
		color: #fff;
	}

	.kOtherC .kOtherCm:hover,
	.kOtherC .kOtherCm:active {
		color: #fff !important;
	}

	.kOtherC1 {
		margin-left: 0.8rem;
	}

	.kOtherC4 {
		margin-right: 0.8rem;
	}

	.kOtherC5 {
		position: relative;
	}

	.kOtherC5 span {
		padding: 0 0.2rem;
		background-color: #f96868;
		height: 1.066667rem;
		border-radius: 1.2rem 1.066667rem;
		position: absolute;
		left: 1.5rem;
		top: 0.55rem;
		display: inline-block;
		text-align: center;
		line-height: 1.066667rem;
		color: #fff;
		font-size: 0.8rem;
	}

	#kRed .kOtherC5 span {
		background-color: #f0a55b;
	}

	#kRed .kOtherC a.hov {
		background-color: #d53b2d;
	}

	#kBlue .kOtherC a.hov {
		background-color: #697de6;
	}

	#kOrg .kOtherC a.hov {
		background-color: #d89552;
	}

	#kPple .kOtherC a.hov {
		background-color: #8462c8;
	}

	#kPink .kOtherC a.hov {
		background-color: #db4076;
	}

	#kBrown .kOtherC a.hov {
		background-color: #7d655e;
	}

	#kGreen .kOtherC a.hov {
		background-color: #1c9456;
	}

	.kOtherC .kPsonCm a.hov {
		background-color: #f3f7f9 !important;
	}

	.kOtherC1z,
	.kOtherC6z {
		position: relative;
	}

	.kPsonCm {
		padding-top: 0.266667rem;
		position: absolute;
		left: 0rem;
		top: 3.466667rem;
		display: none;
	}

	.kPsonCm ul {
		width: 8.0rem;
		padding: 0.2rem;
		background-color: #fff;
		border: 0.033333rem solid #e3eaec;
	}

	.kPsonCm ul li {
		line-height: 1.666667rem;
	}

	.kPsonCm ul li a {
		display: block;
		font-size: 0.8rem;
	}

	.kPsonCm ul li a span {
		width: 1.633333rem;
		text-align: center;
		display: inline-block;
	}

	.kPsonX1 {
		background: none;
	}

	.kPsonX2 {
		background: none;
	}

	.kPsonX3 {
		background: none;
	}

	.kPsonX4 {
		background: none;
	}

	.kPple ul li a.hov {
		background-color: #f3f7f9 !important;
	}

	.kThemeSzm {
		padding-top: 0.266667rem;
		position: absolute;
		left: 0;
		top: 3.466667rem;
		display: none;
	}

	.kThemeSzm ul {
		width: 8.0rem;
		padding: 0.2rem;
		background-color: #fff;
		border: 0.033333rem solid #e3eaec;
	}

	.kThemeSzm ul li {
		line-height: 1.666667rem;
		padding-left: 0.366666rem;
		margin-top: 0.033333rem;
	}

	.kThemeSzm ul li:hover,
	.kThemeSzm ul li.hov {
		background-color: #f3f7f9;
	}

	.kThemeSzm ul li a {
		display: inline-block;
		font-size: 0.8rem;
		padding-left: 0.4rem;
	}

	.kThemeSzm ul li i {
		font-size: 0.8rem;
	}

	.kSideNav {
		padding-top: 3.466667rem;
		width: 50%;
		background-color: #fff;
		position: fixed;
		left: -50%;
		z-index: 2;
		height: 92%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	.kSideNav h2 {
		height: 2.933333rem;
		line-height: 2.933333rem;
		background: url(../images/icon/27.png) no-repeat 95% center/0.333333rem auto;
		padding-left: 1.5rem;
		font-size: 0.8rem;
	}

	.kSideNav h2.hov {
		font-weight: bold;
		color: #9270da;
	}

	.kSideNavC {
		padding: 1.0rem 0;
		transition: all 0.5s;
	}

	#kRed .kSideNav h2.hov {
		background-image: url(../images/red/down.png);
		background-color: #fcf3f2;
		background-size: 0.533333rem auto;
		color: #dc4c3f;
	}

	#kBlue .kSideNav h2.hov {
		background-image: url(../images/blue/down.png);
		background-color: #f6f7fd;
		background-size: 0.533333rem auto;
		color: #677ae4;
	}

	#kOrg .kSideNav h2.hov {
		background-image: url(../images/org/down.png);
		background-color: #fefaf5;
		background-size: 0.533333rem auto;
		color: #f2a654;
	}

	#kPple .kSideNav h2.hov {
		background-image: url(../images/pple/down.png);
		background-color: #f8f6fc;
		background-size: 0.533333rem auto;
		color: #9270da;
	}

	#kPink .kSideNav h2.hov {
		background-image: url(../images/pink/down.png);
		background-color: #fef3f7;
		background-size: 0.533333rem auto;
		color: #f44985;
	}

	#kBrown .kSideNav h2.hov {
		background-image: url(../images/brown/down.png);
		background-color: #f7f6f6;
		background-size: 0.533333rem auto;
		color: #987b72;
	}

	#kGreen .kSideNav h2.hov {
		background-image: url(../images/green/down.png);
		background-color: #f3f9f6;
		background-size: 0.533333rem auto;
		color: #24c170;
	}

	.kSideNav ul {
		display: none;
	}

	.kSideNav ul li {
		line-height: 2.266667rem;
		padding-left: 2.0rem;
		background: #f8f6fc;
	}

	.kSideNav ul li.hov {
		background: #f4f1fa;
	}

	.kSideNav ul li {
		font-size: 0.8rem;
		color: #768490;
	}

	#kRed .kSideNav ul li {
		background-color: #fcf3f2;
	}

	#kBlue .kSideNav ul li {
		background-color: #f6f7fd;
	}

	#kOrg .kSideNav ul li {
		background-color: #fefaf5;
	}

	#kPple .kSideNav ul li {
		background-color: #f8f6fc;
	}

	#kPink .kSideNav ul li {
		background-color: #fef3f7;
	}

	#kBrown .kSideNav ul li {
		background-color: #f7f6f6;
	}

	#kGreen .kSideNav ul li {
		background-color: #f3f9f6;
	}

	#kRed .kSideNav ul li.hov {
		background-color: #fcefed;
	}

	#kBlue .kSideNav ul li.hov {
		background-color: #f1f2fc;
	}

	#kOrg .kSideNav ul li.hov {
		background-color: #fcefed;
	}

	#kPple .kSideNav ul li.hov {
		background-color: #f4f1fa;
	}

	#kPink .kSideNav ul li.hov {
		background-color: #fef8fa;
	}

	#kBrown .kSideNav ul li.hov {
		background-color: #fafaf9;
	}

	#kGreen .kSideNav ul li.hov {
		background-color: #f8fbf9;
	}

	#kRed .kSideNav ul li.hov a {
		color: #dc4c3f;
	}

	#kBlue .kSideNav ul li.hov a {
		color: #677ae4;
	}

	#kOrg .kSideNav ul li.hov a {
		color: #f2a654;
	}

	#kPple .kSideNav ul li.hov a {
		color: #845bda;
	}

	#kPink .kSideNav ul li.hov a {
		color: #f44985;
	}

	#kBrown .kSideNav ul li.hov a {
		color: #987b72;
	}

	#kGreen .kSideNav ul li.hov a {
		color: #24c170;
	}

	.kSideNav {
		display: block;
	}

	.kError {
		padding-top: 200px;
	}

	.kError span {
		font-size: 7.0rem;
	}

	.kError a {
		font-size: 0.8rem;
	}

	.kUnable {
		padding-top: 280px;
		background: url(../images/icon/28.png) no-repeat center 170px/5.866667rem auto;
	}

	.kUnable span {
		font-size: 1.066667rem;
	}

	.kUnable p {
		font-size: 0.8rem;
	}

	.kNull span {
		font-size: 1.133333rem;
	}

	.kNull p {
		font-size: 0.933333rem;
	}

	.kPhoto {
		padding: 0;
	}

	.kPhoto ul li {
		width: 100%;
		margin: 0 0 1.333333rem 0;
		padding: 0.666667rem;
	}

	.kPhotoCon ul li {
		padding: 0;
	}

	.kPhoto ul li p,
	.kPhoto ul li a div {
		height: 12rem;
	}

	.kPhoto ul li span {
		font-size: 0.8rem;
	}

	.wid30 {
		width: 100%;
	}

	.wid48 {
		width: 100%;
	}

	.wid50 {
		width: 100%;
	}

	.wid80 {
		width: 100%;
	}

	/*表单*/
	.layui-input-block,
	.layui-form-item .layui-input-inline,
	.layui-form-item .layui-input-inline+.layui-form-mid {
		float: left;
		margin-left: 0;
		width: 100%;
	}

	.layui-form-item .layui-form-label {
		padding: 8px 0;
		text-align: left;
		width: 100%;
	}

	.layui-form-item,
	.layui-form-item .layui-inline {
		margin-bottom: 8px;
	}

	.layui-form-item .layui-input-inline+.layui-form-mid {
		width: auto;
	}

	.mb8 {
		margin-bottom: 8px;
	}

	.layui-form-item-pc {
		display: none;
	}

	.layui-form-item-m {
		display: block;
	}

	/*搜索选项添加删除适配*/
	.search-border .layui-input {
		border-right: 1px solid #e4eaed;
	}

	.search-border .layui-input,
	.defaultContent .layui-input {
		width: 100%;
	}

	.kProcessL {
		width: 100px;
		vertical-align: top;
	}

	.kProcess td a {
		margin-right: 4px;
	}

	.kPhotoList li {
		width: 100%;
		margin-right: 0;
	}

	.kTopBox {
		padding: 4px 8px;
	}

	.kTopBox2 {
		padding: 4px 12px 12px;
	}

	.kImagePhoto {
		width: 100%;
		height: auto;
	}

	.layui-form-item-s-m {
		display: block;
	}

	.layui-form-item-s-pc {
		display: none;
	}

	.layui-input-inline {
		float: left;
	}

	.kMark {
		left: 22px;
		top: 70px;
	}

	.kMark span {
		padding: 0 10px;
		width: auto;
		height: 24px;
		line-height: 24px;
		border-radius: 4px;
		margin-left: 2px;
		font-size: 0.8rem;
	}

	.kMark1 {
		background: #f25643;
	}

	.kMark2 {
		background: #46be8a;
	}

	.kMark3 {
		background: #f2a654;
	}

	.kMark4 {
		background: #8d6657;
	}

	.kListC {
		padding: 25px 0 80px;
	}

	.kListCa {
		padding: 55px 0 80px;
	}

	.kListCb {
		padding: 25px 0 25px;
	}

	.kListCtag {
		padding-top: 55px;
	}

	.kListCNo {
		padding-bottom: 25px;
	}

	.kMarkCon-m {
		display: block;
		position: relative;
	}

	.kMarkCon-pc {
		display: none;
	}

	.kMarkCon-m {
		height: 65px;
		background-color: #f3f7f9;
		text-align: center;
	}

	.kMarkCon-m a {
		display: inline-block;
		padding: 10px 10px 0;
		display: inline-block;
		text-align: center;
	}

	.kMarkCon-m a span {
		display: block;
		padding-top: 4px;
	}

	.kMarkCon-m .kMarkConMore a {
		padding: 16px 8px 0;
	}

	.kMarkCon-m .iconfont {
		font-size: 24px !important;
	}

	.kMarkConMore {
		position: absolute;
		right: 10px;
		bottom: 68px;
		display: none;
	}

	.kMarkConMore ul {
		padding: 0 0 16px;
		text-align: left;
		border: 1px solid #e3eaec;
		background-color: #fff;
	}

	.kMarkConMore li {
		line-height: 20px;
	}

	.kMarkConMore a span {
		display: inline-block;
		padding-left: 8px;
	}

	.kMarkConMore .iconfont {
		position: relative;
		top: 4px;
	}

	.kList h4 .layui-form-checkbox {
		margin: 0 8px;
	}

	.kList h4 {
		height: 40px;
		line-height: 40px;
		font-size: 0.8rem;
	}

	.kMark {
		left: 10px;
		top: 56px;
	}

	.kShaBox {
		width: 90%;
		left: auto;
		right: 0;
	}

	.kListTh {
		margin-right: 0px;
		/*原来为5*/
	}

	.layui-laypage .layui-laypage-count,
	.layui-laypage .layui-laypage-limits {
		display: none;
	}

	.layui-form-title-zhanwei {
		display: none;
	}

	.kFormBox li {
		width: 100%;
		height: auto;
		padding-bottom: 0.533333rem;
	}

	.kFormBoxL {
		width: 100%;
		line-height: 1rem;
		text-align: left;
		height: auto;
		padding: 0.533333rem 0 0.533333rem;
	}

	.kFormBoxR {
		width: 100%;
	}

	.kFormBoxR .kInpt {
		width: 100%;
	}

	.kBill h3 p {
		display: block;
	}

	.kTipsBox {
		padding: 0.8rem;
		left: -0.8rem;
	}

	.kH4,
	.kH4 a {
		line-height: 25px;
		font-size: 0.933333rem;
	}

	.kTopBox .layui-form-item-s {
		width: 100%;
	}

	.kTopBox .layui-form-item-c {
		width: auto;
	}

	.kTopBox .layui-form-item-auto {
		width: auto;
	}

	.kTopBox .k-form-submit {
		width: auto;
		/*margin-top:8px;*/
	}

	.layui-form-con {
		margin: 0 5px;
	}

	.kTopBox,
	.layui-btn,
	.kListC li {
		/*font-size: 0.8rem;*/
	}

	.kHtDel {
		top: 0;
	}

	.layui-form-item .layui-input-inline {
		margin-right: 0;
	}

	.layui-form-item .layui-input-inline {
		margin-bottom: 8px;
	}

	.layui-form-item .layui-input-inline:nth-last-child(1) {
		margin-bottom: 0px;
	}

	.layui-input-inline-m100 {
		width: 100%;
	}

	.kGroup ul li {
		width: 50%;
	}

	.kMoblieNo {
		display: none;
	}

	.kLoginC {
		width: 100%;
		margin: 0;
	}

	.kLoginC .t1 {
		width: 10.166667rem;
		margin: 0 0 2.0rem 2.233333rem;
	}

	.kLogin {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		padding: 0;
	}

	.kEwm,
	.kLoginC .t2,
	.kLoginCb {
		display: none;
	}

	.kLoginCt {
		padding: 2.666667rem 4.0rem 2.666667rem;
	}

	.kLoginm {
		display: block;
	}

	.kLonInp {
		margin-top: 1.333333rem;
	}

	.kInp {
		height: 2.666667rem;
		line-height: 1.2rem;
		font-size: 0.933333rem;
	}

	.kLoginGo {
		height: 2.8rem;
		line-height: 1.2rem;
		font-size: 0.933333rem;
		background: #f80000;
		margin-top: 1.666667rem;
	}

	.kHelp {
		color: #444;
		margin-top: 1.733333rem;
	}

	.kNo {
		padding-top: 0.533333rem;
	}

	/*公告弹窗*/
	.kNewsTit {
		font-size: 1.066667rem;
		padding: 1.066667rem 0 0.666667rem 0;
	}

	.kNewsTit h2 {
		padding-top: 0.8rem;
		position: relative;
	}

	.kNewsTit h2 .kEndtime {
		position: absolute;
		right: 0px;
		top: -10px;
		font-size: 0.4rem;
	}

	.kNewsTit h3 {
		font-size: 0.533333rem;
		padding-top: 0.266667rem;
	}

	.kNewsCon {
		font-size: 14px;
	}

	.kNewsCon img {
		width: 100%;
	}

	.kNewsTitCheck {
		font-size: 0.933333rem;
		padding: 0.666667rem 0;
		line-height: 2.0rem;
	}

	/*手册*/
	.kBookL {
		width: 100%;
		height: auto;
		background: #fff;
		border: none;
		padding: 0.8rem 0;
		min-height: auto;
	}

	.kBookL .kH3 {
		padding: 0;
		padding-left: 1.066667rem;
		box-sizing: border-box;
		display: none;
	}

	.kBookList {
		background-color: #fff;
		padding: 0.8rem 1.066667rem;
		box-sizing: border-box;
		margin-top: 0;
	}

	.kBookList li {
		border-bottom: 1px solid #e8ebec;
	}

	.kBookList li:last-child {
		border: none;
	}

	.kBookR {
		width: 100%;
		height: auto;
		margin-right: 0;
		border: none;
		padding: 0.8rem 1.066667rem;
		min-height: auto;
		display: none;
	}

	.kBook_hov .kBookR {
		display: block;
	}

	.kBook_hov .kBookL {
		display: none;
	}

	.kBookR .kH3 {
		margin-top: 0.8rem;
	}

	.kBookH2 {
		font-size: 0.933333rem;
		padding: 0.333333rem 0;
	}

	.kBookText {
		font-size: 0.8rem;
	}

	.kBookBack {
		display: block;
	}

	.kBookList li a {
		padding: 0.8rem 0.333333rem;
	}

	.kDialog {
		margin-bottom: 0.8rem;
	}

	.kDialog .layui-row>div {
		padding: 0 0.266667rem;
		box-sizing: border-box;
		margin-top: 0.4rem;
	}

	.kDialog .layui-row.kDialogTit>div {
		background-color: #f8fbfc;
		padding: 0.166667rem 0.266667rem;
	}

	.kDialog .layui-row.kDialogText>div {
		padding: 0.166667rem 0.266667rem;
	}

	.kCut {
		display: block;
		padding-top: 0.166667rem;
	}

	/*三级菜单*/
	.kLevelTabC {
		display: none;
	}

	.kLevelTabC_m {
		display: block;
		height: 2.666667rem;
		line-height: 2.666667rem;
	}

	.kLevelTab {
		padding-top: 3.466667rem;
		z-index: 2;
	}

	.kLevelTabC_m a {
		min-width: 3.733333rem;
		height: 2.666667rem;
		line-height: 2.666667rem;
		margin-right: 0.266667rem;
		padding: 0 1.066667rem;
		font-size: 0.8rem;
	}

	.kLevelTabC_m a.hov {
		height: 2.666667rem;
		line-height: 2.666667rem;
	}

	.kLevelTabMore {
		position: relative;
	}

	.kLevelTabMore span {
		color: #000;
		display: inline-block;
		background: url(../images/icon/19.png) no-repeat 1.066667rem center/0.5rem auto #f9fbfc;
		padding: 0 1.066667rem 0 2.066667rem;
		font-size: 0.8rem;
		border-radius: 0.2rem 0.2rem 0 0;
		height: 2.666667rem;
		line-height: 2.666667rem;
	}

	.kLevelTabMore span.hov {
		background-color: #f9fbfc;
		color: #000;
	}

	.kLevelTabMore ul {
		position: absolute;
		left: 0;
		top: 2.666667rem;
		background: #fff;
		border: 0.033333rem solid #e3eaec;
		width: 7.533333rem;
		padding: 0.2rem;
		z-index: 90;
	}

	.kLevelTabMore ul li a {
		border-radius: 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		width: 6.866667rem;
		display: block;
		text-align: left;
		height: 1.866667rem;
		line-height: 1.866667rem;
		font-size: 0.8rem;
		padding: 0 0 0 0.666667rem;
		color: #76828e;
	}

	.kLevelTabMore ul li a.hover,
	.kTabMore ul li a:hover {
		background: #f3f7f9;
		height: 1.866667rem;
	}

	#kRed .kLevelTabMore ul li a.hover {
		background-color: #db4c3f;
		color: #fff;
	}

	#kBlue .kLevelTabMore ul li a.hover {
		background-color: #677ae4;
		color: #fff;
	}

	#kOrg .kLevelTabMore ul li a.hover {
		background-color: #f1a553;
		color: #fff;
	}

	#kPple .kLevelTabMore ul li a.hover {
		background-color: #926cdd;
		color: #fff;
	}

	#kPink .kLevelTabMore ul li a.hover {
		background-color: #f44985;
		color: #fff;
	}

	#kBrown .kLevelTabMore ul li a.hover {
		background-color: #987b72;
		color: #fff;
	}

	#kGreen .kLevelTabMore ul li a.hover {
		background-color: #24c170;
		color: #fff;
	}

	.kLevelTabNull {
		display: block;
		padding-top: 3.466667rem;
	}

	.slidept_down {
		padding-top: 7rem;
		transition: all 0.5s;
	}

	.slidept_up {
		padding-top: 3.466667rem;
		transition: all 0.5s;
	}

	.kMain {
		transition: all 0.5s;
	}

	/*成功失败提示页面*/
	.kPrompt {
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 100%);
		-ms-transform: translate(-50%, 100%);
		-moz-transform: translate(-50%, 100%);
		-webkit-transform: translate(-50%, 100%);
		-o-transform: translate(-50%, 100%);
	}

	.kPrompt h2 {
		font-size: 1.333333rem;
		margin: 2.0rem 0 0.666667rem;
	}

	.kPrompt h3 {
		font-size: 0.933333rem;
	}

	.kPrompt img {
		width: 4.333333rem;
	}

	/*多图上传*/
	.kUploadPic li {
		width: 49%;
		margin: 0.333333rem 0;
	}

	.kUploadPic li:nth-child(even) {
		float: right;
	}

	.kUploadPic li span {
		opacity: 1;
	}

	/*手机端表格内分页*/
	.layui-table-page>div {
		overflow: hidden;
	}

	.layui-table-page .layui-laypage a,
	.layui-table-page .layui-laypage span.layui-laypage-curr {
		padding: 0 7px;
	}

	.layui-table-page .layui-laypage input {
		width: 25px;
		margin: 0 5px;
	}

	.layui-table-page .layui-laypage a.layui-laypage-next {
		padding: 0 3px;
	}

	.layui-table-page .layui-laypage a.layui-laypage-prev {
		padding: 0 3px 0 7px;
	}

	/*弹窗内横向*/
	.layui-layer-wrap .layui-input-block {
		margin-left: 0;
	}

	.layui-layer-wrap {
		padding: 0;
	}

	.layui-layer-page .layui-layer-content {
		padding: 0 16px 16px;
	}

	.kActorList dl {
		width: 100%;
		margin: 0 0 15px 0;
		height: 310px;
	}

	.kActorList dt a {
		height: 240px;
	}

	/*考勤日历*/
	.kRecord .kYichang {
		display: none;
	}

	.kRecord .kYichang {
		display: block;
		width: 8px;
		height: 8px;
		background-color: #eb6836;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -4px;
		border-radius: 8px;
	}

	.kRecord {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.kRecord .kRecordL {
		width: 100%;
		padding: 0 5px 10px;
		border: none;
		box-sizing: border-box;
		height: auto;
	}

	.kRecord .kRecordL h3 {
		height: 37px;
		line-height: 37px;
		padding-top: 12px;
		font-size: 16px;
	}

	.kRecord .kRecordL ul li {
		width: 14.28%;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

	.kRecord .kRecordL .kReWeek li {
		height: 30px;
		line-height: 30px;
	}

	.kRecord .kRecordL ul li p {
		width: 30px;
		height: 32px;
		line-height: 32px;
	}

	.kRecord .kRecordL ul li p em,
	.kRecord .kRecordL ul li p span {
		display: none;
	}

	.kRecord .kRecordR {
		width: 100%;
		height: auto;
		padding-bottom: 40px;
		border-top: 1px solid #e4eaec;
	}

	.kRecord .kRecordR dl {
		padding-bottom: 12px;
	}

	.kRecord .kRecordR dl dd p:last-child {
		font-size: 12px;
	}

	.kHelpLink {
		position: fixed;
		height: 30px;
		font-size: 12px;
		padding-left: 30px;
		width: 70px;
		line-height: 30px;
		bottom: 45px;
		right: 10px;
		top: auto;
		z-index: 1111;
		color: #fff;
		background: url(../images/icon/41.png) no-repeat 8px center/18px auto #db4c3f;
	}

	.kTagTips {
		right: auto;
		left: 10px;
	}

	.layui-form-kuan .layui-input-block {
		margin-left: 0;
	}

	/*仅用于右侧表单block时的必填提示*/
	.layui-input-block .layui-form-must-block {
		width: 100%;
		position: relative;
		right: auto;
		line-height: 34px;
		top: 0;
	}
}

@media (max-width: 1450px) {
	/*.kListC li{ width: 25%; }
    .kListLeft{ width: 37%;}
    .kListRight{ width: 63%;}*/
}

@media (max-width: 1280px) {
	.kListC li {
		width: 25%;
	}

	.kListLeft {
		width: 37%;
	}

	.kListRight {
		width: 63%;
	}

	.kBillC li {
		width: 16.666%;
	}
}

@media (max-width: 1024px) {
	.kListC li {
		width: 33.33%;
	}

	.kListLeft {
		width: 37%;
	}

	.kListRight {
		width: 63%;
	}

	.kBillC li {
		width: 16.666%;
	}
}

@media (max-width: 780px) {
	.kListC li {
		width: 50%;
	}

	.kListLeft {
		width: 30%;
	}

	.kListRight {
		width: 68%;
	}

	.kBillC li {
		width: 20%;
	}
}

@media (max-width: 640px) {
	.kListC li {
		width: 100%;
	}

	.kListLeft {
		width: 30%;
	}

	.kListRight {
		width: 68%;
	}

	.kBillC li {
		width: 50%;
	}
}

/*清空手机点击颜色*/
.kMarkCon-m a:visited span {
	color: #000;
}

@media (min-width: 1600px) {
	.kLoginC {
		width: 25%;
	}
}

@media (min-width:1025px) and (max-width: 1090px) {
	.kLoginC {
		width: 350px;
	}
}

@media (max-width: 1600px) {
	.kLoginC .t2 {
		width: 220px;
	}
}

@media (min-width: 1920px) {
	.kLogin {
		width: 1920px;
		margin: 0 auto;
	}
}

/*手机 ipad*/
@media (min-width: 320px) and (max-width: 1090px) {

	/*搜索历史滚动显示*/
	.kHistory {
		padding: 0 2.933333rem 0 1.033333rem;
		height: 1.333333rem;
	}

	.kHisL.icontags,
	.kHisR.icontags {
		width: 1.0rem;
		height: 1.266667rem;
		border: 0.033333rem solid #e4eaec;
		line-height: 1.266667rem;
		font-size: 0.533333rem;
	}

	.kHisR {
		right: 1.866667rem;
	}

	.kHisEditZ {
		width: 0.8rem;
		height: 0.8rem;
		top: 0.266667rem;
		right: 0.8rem;
		background-size: 0.4rem auto;
	}

	.kHisDelZ {
		width: 0.8rem;
		height: 0.8rem;
		top: 0.266667rem;
		right: 0;
		background-size: 0.4rem auto;
	}

	.kHistoryC ul li {
		height: 1.266667rem;
		line-height: 1.266667rem;
		border: 0.033333rem solid #e4eaec;
		margin-right: 0.266667rem;
		font-size: 0.466667rem;
	}

	.kHistoryC li.kHisHov {
		padding: 0 0 0 0.266667rem;
	}

	.kHisEdit {
		width: 0.8rem;
		height: 1.266667rem;
		background-size: 0.4rem auto;
	}

	.kHisDel {
		width: 0.8rem;
		height: 1.266667rem;
		background-size: 0.266667rem auto;
	}

	/*账期预警隐藏*/
	.kAccount,
	.kAccountC,
	.kMessage {
		display: none;
	}
}
