* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

html,
body {
	font-size: 14px;
	font-family: "微软雅黑";
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: #edf9fa;*/
	color: #333333;
	background-color: #f5f5f5 !important;
}

a {
	color: #333333;
	text-decoration: none;
}

img {
	border: none;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}


.xtklist .xtklist-part {
	width: 20% !important;
	min-width: 20% !important;
	max-width: 20% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.shadow-box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.font-bold {
	font-weight: bolder;
}

.font-normal {
	font-weight: normal;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font25 {
	font-size: 25px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

.font36 {
	font-size: 36px;
}

.font45 {
	font-size: 45px;
}

.font50 {
	font-size: 50px;
}

.font55 {
	font-size: 55px;
}

.font60 {
	font-size: 60px;
}

.left50 {
	margin-left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top50 {
	margin-top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.middle50 {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overflow-hidden {
	overflow: hidden;
}

.display-block {
	display: block;
}

.display-iblock {
	display: inline-block;
}

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

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

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

.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.p-fixed {
	position: fixed;
}

.width5 {
	width: 5%;
}

.width10 {
	width: 10%;
}

.width12 {
	width: 12%;
}

.width13 {
	width: 13%;
}

.width14 {
	width: 14.2857%;
}

.width15 {
	width: 15%;
}

.width16 {
	width: 16.66%;
}

.width20 {
	width: 20%;
}

.width22 {
	width: 22%;
}

.width25 {
	width: 25%;
}

.width30 {
	width: 30%;
}

.width33 {
	width: 33.33%;
}

.width35 {
	width: 35%;
}

.width40 {
	width: 40%;
}

.width42 {
	width: 42%;
}

.width45 {
	width: 45%;
}

.width47 {
	width: 47%;
}

.width48 {
	width: 48%;
}

.width49 {
	width: 49%;
}

.width50 {
	width: 50%;
}

.width60 {
	width: 60%;
}

.width70 {
	width: 70%;
}

.width75 {
	width: 75%;
}

.width80 {
	width: 80%;
}

.width90 {
	width: 90%;
}

.width95 {
	width: 95%;
}

.width100 {
	width: 100%;
}

.m-auto {
	margin: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.m-3 {
	margin: 3px;
}

.mt-3 {
	margin-top: 3px;
}

.mb-3 {
	margin-bottom: 3px;
}

.ml-3 {
	margin-left: 3px;
}

.mr-3 {
	margin-right: 3px;
}

.m-5 {
	margin: 5px;
}

.mt-5 {
	margin-top: 5px;
}

.mb-5 {
	margin-bottom: 5px;
}

.ml-5 {
	margin-left: 5px;
}

.mr-5 {
	margin-right: 5px;
}

.m-10 {
	margin: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-10 {
	margin-right: 10px;
}

.m-15 {
	margin: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.ml-15 {
	margin-left: 15px;
}

.mr-15 {
	margin-right: 15px;
}

.m-20 {
	margin: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.m-25 {
	margin: 25px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.ml-25 {
	margin-left: 25px;
}

.mr-25 {
	margin-right: 25px;
}

.m-30 {
	margin: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.m-35 {
	margin: 35px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-35 {
	margin-bottom: 35px;
}

.ml-35 {
	margin-left: 35px;
}

.mr-35 {
	margin-right: 35px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.mr-5-percent {
	margin-right: 5%;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.p-5 {
	padding: 0 5px;
}

.tran-all {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hover85:hover {
	opacity: 0.85;
}

.hover70:hover {
	opacity: 0.7;
}

.hover-change-bg:hover {
	background: #eaeaea;
}

.c-pointer {
	cursor: pointer;
}

.bg-white {
	background: white;
}

.bg-red {
	background: red;
}

.bg-green {
	background: #00cab0;
}

.bg-yellow {
	background: #FFA726;
}

.bg-grey {
	background: #f0f0f0;
}

.color-logo {
	color: #2eb6aa;
}

.color-green {
	color: #92e661;
}

.color-blue {
	color: #5999e4 !important;
}

.color-white {
	color: white;
}

.color-yellow {
	color: #f18e34;
}

.color-gray {
	color: #333333;
}

.color-lgray {
	color: #666666;
}

.color-llgray {
	color: #999999;
}

.color-red {
	color: #dd272b !important;
}

.h-5 {
	height: 5px;
	line-height: 5px;
}

.h-10 {
	height: 10px;
	line-height: 10px;
}

.h-15 {
	height: 15px;
	line-height: 15px;
}

.h-20 {
	height: 20px;
	line-height: 20px;
}

.h-25 {
	height: 25px;
	line-height: 25px;
}

.h-30 {
	height: 30px;
	line-height: 30px;
}

.h-35 {
	height: 35px;
	line-height: 35px;
}

.h-40 {
	height: 40px;
	line-height: 40px;
}

.h-45 {
	height: 45px;
	line-height: 45px;
}

.h-50 {
	height: 50px;
	line-height: 50px;
}

.h-55 {
	height: 55px;
	line-height: 55px;
}

.h-60 {
	height: 60px;
	line-height: 60px;
}

.h-65 {
	height: 65px;
	line-height: 65px;
}

.h-70 {
	height: 70px;
	line-height: 70px;
}

.h-75 {
	height: 75px;
	line-height: 75px;
}

.h-80 {
	height: 80px;
	line-height: 80px;
}

.h-85 {
	height: 85px;
	line-height: 85px;
}

.h-90 {
	height: 90px;
	line-height: 90px;
}

.h-100 {
	height: 100px;
	line-height: 100px;
}

.h-auto {
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.box-100-100 {
	width: 100%;
	min-height: 100%;
	height: auto;
	padding: 20px 30px;
}

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

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

.border-bottom-2px {
	border-bottom: 2px solid #ccc;
}

.border-top-2px {
	border-top: 2px solid #ccc;
}

.border1 {
	border: 1px solid #ccc;
}

.border2 {
	border: 2px solid #ccc;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.notform-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 0px;
	font-size: 15px;
	line-height: 1.42857143;
}

.no_margin {
	margin: 0;
}

.no_padding {
	padding: 0;
}

.height-100 {
	height: 100px;
}

.headhtml {
	padding: 20px 30px;
	height: 80px;
	line-height: 38px;
	font-size: 19px;
	font-weight: 500;
}

.mr-20 {
	margin-right: 20px;
}

.xialachuang {
	height: auto;
	position: absolute;
	width: 150px;
	right: 29px;
	top: -25px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 10px;
}

.height50 {
	height: 50%;
}

.lineheight44 {
	line-height: 44px;
}

.xialaspan {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
}

.xialaimg {
	width: 26px;
	float: left;
	margin-top: 10px;
}

.xialaimg2 {
	width: 21px;
	margin-left: 4px;
	float: left;
	margin-top: 10px;
}

.none {
	display: none;
}

.cursor {
	cursor: pointer;
}

.xinclass0 {
	padding: 0 30px;
	background: #fff;
	margin-bottom: 20px;

}

.xinclass1 {
	padding: 30px;
	background: #fff;

}

.xinclass2 {
	padding: 30px;
	margin-top: 30px;
	background: #fff;
}

.list th {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff !important;
	/* color: #666666; */
	color: #b3b3b3;
	font-weight: normal;
}

.list1 th div {
	/*min-height: 30px;*/
	/*line-height: 30px;*/
	padding: 5px 0;
	border: none;
	font-weight: normal;
	color: #999999;
	text-align: center;
}

.list2 div {
	color: #0085ff;
	text-decoration: underline;
}

.cursor {
	cursor: pointer;
}

.pa15 {
	padding: 15px 0 15px 150px;
}

.pt-17 {
	padding-top: 17px;
}

.ml-30 {
	margin-left: 30px;
}

.jrclass {
	margin-bottom: 0 !important;
}

.jrclass li {
	float: left;
}

.block {
	display: block;
}

.width63 {
	width: 63%;
}

.bgckfa {
	background: #fafafa;
}
.bgckred {
	background: #ffe2e2;
}

table {
	border: #f0f1f2 !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.list3 th {
	height: 20px;
	width: 150px;
	line-height: 20px;
	text-align: center;
	background: #cbc7ef;
}

.list4 th {
	width: 150px;
	height: 150px;
	text-align: center;
	font-weight: normal;
}

.rili {
	height: 10px;
	width: 100%;
	font-size: 12px;
	line-height: 10px;
	text-align: right;
}

.height100 {
	height: 100%;
}

.gqriqclass {
	color: #aca9a9;
}

.rilitime {
	/* 	height: 110px;
	line-height: 110px;
	text-align: center; */
	text-align: left;
	margin-top: 6px;
	margin-left: 10px;
}

.fanclass {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #c6c6e1;
}

.fantubiao {
	color: #fff;
	font-size: 20px;
	margin-top: 8px;
}

.mb-100 {
	margin-bottom: 150px;
}

.gobackimg {
	width: 39px;
	display: block;
	float: right;
	margin-top: 4px;
}

.biaodiv {
	font-size: 26px;
	font-weight: 500;
	line-height: 55px;
}

.btn-primary1 {
	color: #fff;
	background-color: #44aaf2;
	border-color: #44aaf2;
}

.width_50 {
	width: 50px !important;
}

.color9 {
	color: #999999;
}

.backgrfff {
	background: #fff;
}

.checkbox-custom {
	position: relative;
	padding: 0 15px 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
	display: inline-block;
	width: auto;
}

.checkbox-custom4 {
	position: relative;
	padding: 0 15px 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
	display: inline-block;
	width: auto;
}

/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
	/* opacity: 0; */
	/*将初始的checkbox隐藏起来*/
	/*    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px; */
	opacity: 0;
	position: absolute;
	/* cursor: pointer; */
	z-index: 2;
	margin: -6px 0 0 0;
	top: 38%;
	left: 1px;
	width: 19px;
	height: 18px;
}

.checkbox-custom4 input[type="checkbox"] {
	/* opacity: 0; */
	/*将初始的checkbox隐藏起来*/
	/*    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px; */
	opacity: 0;
	position: absolute;
	/* cursor: pointer; */
	z-index: 2;
	margin: -6px 0 0 0;
	top: 38%;
	left: 1px;
	width: 19px;
	height: 18px;
}

/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

.checkbox-custom4 label:before {
	content: '';
	position: absolute;
	top: 66%;
	left: 15px;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked+label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	top: 42%;
	left: 3px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkbox-custom4 input[type="checkbox"]:checked+label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	top: 61%;
	left: 19px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkbox-custom label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal;
	/*改变了rememberme的字体*/
	margin-bottom: 0;
	text-align: left;
}

.checkbox-custom4 label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal;
	/*改变了rememberme的字体*/
	margin-bottom: 0;
	text-align: left;
}

.width61 {
	width: 61%;
}

.width65 {
	width: 65%;
}

b {
	font-weight: bold !important;
}

.width25px {
	width: 25px;
}

.pad40 {
	padding: 40px;
}

.width17px {
	width: 15px;
}

.teacherselect {
	height: 30px;
	line-height: 30px;
	background: #29bc2b;
	color: #ffff;
	text-align: center;
	cursor: pointer;
}

.quxiaoclass {
	background: #e7e7e7;
}

.tikeclass {
	background: #fffb72;
}

.mt-5 {
	margin-top: 5px;
}

.ml-13 {
	margin-left: 13px;
}

.zhehang {
	word-wrap: break-word
}

.bgblue {
	background: #44aaf2;
}

.width35 {
	width: 35px;
}

.paytypeclass {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.payselectclass {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #fec52e;
	margin-top: 10px;
	margin-right: 18px;
	padding-top: 4px;
	cursor: pointer;
}

.backg52 {
	background: #fec52e;
}

.duihaoclass {
	width: 24px;
	margin-top: -5px;
}

.border52 {
	border: 1px solid #fec52e;
}

.zfbtnclass {
	width: 120px;
	margin-top: 5px;
	margin-left: 100px;
}

.ml-100 {
	margin-left: 100px;
}

.mb-60 {
	margin-bottom: 60px;
}

.ml-80 {
	margin-left: 80px;
}

.mr-110 {
	margin-right: 110px;
}

.width200 {
	width: 200px;
}

.pd15 {
	padding: 15px;
}

.width200 {
	width: 200px !important;
}

.ccyc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hh {
	word-wrap: break-word;
}

.width20rem {
	width: 20rem !important;
}

.pb-200 {
	padding-bottom: 200px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.height-70 {
	height: 70px;
}

.inputcheckbox {
	display: block;
	margin: auto !important;
}

.mb-190 {
	margin-bottom: 190px;
}

.width28 {
	width: 28px;
}

.width10rem {
	width: 10rem !important;
}

.width15rem {
	width: 15rem !important;
}

.width20rem {
	width: 20rem !important;
}

.overauto {
	overflow: auto !important;
}

.bqcy {
	line-height: 20px !important;
}

.width30rem {
	width: 30rem !important;
}

.width55 {
	width: 55%;
}

.xtklist .xtklist-part {
	cursor: pointer;
	position: relative;
	min-width: 20%;
	max-width: 100%;
	word-break: break-all;
	padding: 0px 30px;
	margin-bottom: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .04)
}

.xtklist .xtklist-part .part-spanok {
	display: block;
	position: absolute;
	left: 8px;
	top: 0px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.xtklist .partNo {
	color: #666;
	background: #eee;
	border: 1px solid #eee;
}

.xtklist .partNo:hover {
	background: #5999e4;
	color: #fff;
	border: 1px solid #5999e4;
}

.xtklist .partNo .part-spanok {
	display: none;
}

.xtklist .partYes {
	color: #fff;
	background: #5999e4;
	border: 1px solid #5999e4;
}

.xtklist .partYes:hover {
	background: #5999e4;
	color: #fff;
	border: 1px solid #5999e4;
}

.xtklist .partYes .part-spanok {
	display: block;
}

.qiehuan {
	color: #666;
	background: #eee;
	border: 1px solid #eee;
}

.qiehuan:hover {
	background: #5999e4;
	color: #fff;
	border: 1px solid #5999e4;
}

.qiehuanbtn li {
	background: #fff;
}

.qiehuanbtn li {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	min-width: 10%;
	max-width: 100%;
	word-break: break-all;
	padding: 0px 5px;
	margin-bottom: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .04);
	color: #666;
	background: #eee;
	border: 1px solid #eee;
}
.qiehuanactive {
	background: #5999e4 !important;
	color: #fff !important;
	border: 1px solid #5999e4 !important;
}

.backgred {
	background: #f4775e !important;
	color: #fff !important;
}

.width26 {
	width: 26% !important;
}

.marginauto {
	margin: 0 auto;
}

.width150px {
	width: 150px !important;
}

.width100px {
	width: 100px !important;
}

.width200px {
	width: 200px !important;
}

.width250px {
	width: 250px !important;
}

.width80px {
	width: 80px !important;
}

.width190px {
	width: 190px !important;
}

.width50px {
	width: 50px !important;
}

.liebiaohd {
	overflow-x: auto;
	padding: 0 10px;
}

.bghdclass {
	margin-top: 20px;
	margin-left: 7px;
	width: 1700px;
}

.width75px {
	width: 75px !important;
}

.tableclassty {
	margin-top: 20px;
	margin-left: 7px;
}

.list th {
	height: 50px;
	line-height: 24px;
	text-align: center;
	background: #ccc;
}

.list1 th div {
	/* height: 30px;
	line-height: 30px; */
	height: auto;
	line-height: 18px;
	border: none;
}

.list2 div {
	color: #0085ff;
	text-decoration: underline;
}

.pjtitle {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	border-bottom: 2px solid #ccc;
}

.pad-20 {
	padding: 20px;
}

.pjwzys {
	font-size: 18px;
	font-weight: 700;
}

.xingxingclass {
	width: 40px;
	margin-top: -7px;
	margin-left: 15px;
	float: left;
	cursor: pointer;
}
.xingxingsmallclass {
	width: 30px;
	margin-top: -4px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	cursor: pointer;
}
.xingxingminiclass {
	width: 22px;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 2px;
	float: left;
	cursor: pointer;
}

.pjtitle1 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
}

.margin-auto {
	margin: 0 auto;
	display: block;
}

.wygz {
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	background: #eb1f1f;
	cursor: pointer;
}

.borderright1 {
	border-right: 1px dashed #bbb;
}

.xtklist .xtklist-part {
	cursor: pointer;
	position: relative;
	min-width: 20%;
	max-width: 100%;
	word-break: break-all;
	padding: 0px 30px;
	margin-bottom: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .04)
}

.xtklist .xtklist-part .part-spanok {
	display: block;
	position: absolute;
	left: 8px;
	top: 0px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.xtklist .partNo {
	color: #666;
	background: #eee;
	border: 1px solid #eee;
}

.xtklist .partNo:hover {
	background: #5999e4;
	color: #fff;
	border: 1px solid #5999e4;
}

.xtklist .partNo .part-spanok {
	display: none;
}

.xtklist .partYes {
	color: #fff;
	background: #5999e4;
	border: 1px solid #5999e4;
}

.xtklist .partYes:hover {
	background: #5999e4;
	color: #fff;
	border: 1px solid #5999e4;
}

.xtklist .partYes .part-spanok {
	display: block;
}

.inputbtn {
	border: none !important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .04);

}

/* 状态多选 修改 开始 */
.taglist .taglist-part {
    cursor: pointer;
    position: relative;
    width: 22%;
    word-break: break-all;
    padding: 0px 30px;
    margin-bottom: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .04);
}

.taglist .taglist-part .part-spanok {
	display: block;
	position: absolute;
	left: 8px;
	top: 0px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.taglist .partNo {
	color: #666;
	background: #eee;
	border: 1px solid #eee;
}

.taglist .partNo:hover {
	background: #5999e4;
	color: #fff;
	border: 1px solid #5999e4;
}

.taglist .partNo .part-spanok {
	display: none;
}

.taglist .partYes {
	color: #fff;
	background: #5999e4;
	border: 1px solid #5999e4;
}

.taglist .partYes:hover {
	background: #5999e4;
	color: #fff;
	border: 1px solid #5999e4;
}

.taglist .partYes .part-spanok {
	display: block;
}

.tbxz {
	margin: 7px 0 0 16px !important;
}

.fpsjclass {
	line-height: 9px !important;
	margin-top: 9px;
}

.liebiaohd {
	overflow-x: auto;
	padding: 0 10px;
}

.bghdclass {
	margin-top: 20px;
	margin-left: 7px;
	width: 1700px;
}

.width31 {
	width: 31% !important;
}

.backgts {
	background: rgb(255, 255, 0, 0.5);
}

.tsxsclass {
	height: 20px;
	width: 20px;
	margin-right: 5px;
	background: rgb(255, 255, 0, 0.5);
}

.mtf-10 {
	margin-top: -10px;
}
.taglist .partNo {
    color: #666;
    background: #eee;
    border: 1px solid #eee;
}
table{
    border: 1px solid #f0f1f2 !important;
	border-collapse: collapse; 
	text-align:center;
   }
table th,table td{
    border: 1px solid #f0f1f2 !important;
   }
.areaBox{
	display: block;
	width: 100%;
	height:60px;
}
.areaBox input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	padding:0px 1.25rem;
}
.arealist{
	width: 100%;
	/* height: 2.4rem; */
	line-height: 2.4rem;
	
}
.arealist .arealist-part{
	width: 100%;
	border-top: 1px solid #ddd;
	background: #EDEDED;
	font-size: 14px;
	padding:0px 1.25rem;
	box-sizing: border-box;
	border-radius: 4px;
}
.arealist .arealist-name{
	width: 100%;
	border-top: 1px solid #ddd;
	font-size: 14px;
	padding:0px 1.25rem;
	background: #fff !important;
	box-sizing: border-box;
	cursor: pointer;
}
.arealist .arealist-name:hover{
	background: #eee !important;
}
.arealist .arealist-name div{
	float: left;
	width:49%;
}
.arealist .arealist-name span{
	display: block;
	float: left;
	width:49%;
	text-align: right;
}
.areainfo{
	width: 8%;padding-left: 0px;padding-right: 0px;text-align: center;background: #ddd;border-radius: 4px;cursor: pointer;
}
.areainfoSea{width: 100%;height: 34px;padding: 0px 5px;font-size: 14px;line-height: 34px;color: #555;background: #ddd;margin-top: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor: pointer;}
.filepower{color: rgb(21, 74, 143);width: 300px;line-height: 27px;height: 28px;}
.filebox{position:absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;}
.filebox input{width: 100px;line-height: 28px;text-align: center;}
.fileprogress{width: 150px;position: relative;height: 6px;background: #eee;margin-top: 26px;border-radius: 6px;display: none;}
.fileprogress .progress-load{width: 0%;height: 100%;border-radius: 6px;background:rgb(21, 74, 143);}
.file-g{word-break: break-all;line-height: 28px;height: 28px;}
.file-img{float: left;display: inline-block;margin-top: 1px;width: 26px;height: 26px;}
.file-href{float: left;display: inline-block;padding-left: 10px;}
.file-del{float: left;display: inline-block;margin-left: 40px;color:#009688;cursor: pointer;}
.file-del:hover{color:#007688;}
.wxbackground{background:#FEF3E1 !important;}
.freezecourse{display: inline-block;width: 14px;height: 14px;vertical-align: middle;margin-left: 2px;cursor: pointer;}
.layercheck01{margin-top: 10px;width: 100%;height: 20px;box-sizing: border-box;padding-left: 20px;position: relative;}
.layercheck01 .checkinput01{width: 16px;height: 16px;display: block;position: absolute;top: 2px;left: 0;margin: 0 0 0 0;}
.layercheck01 span{display: block;width:100%;line-height: 20px;font-size: 0.9rem;}

.only-page{height: 30px;color: #fff;width: 258px;margin: 0 auto;margin-top: 20px;}
.only-page-btn{width: 80px;float:left;text-align: center;font-size: 12px;vertical-align: middle;padding: 0 15px;height: 30px;line-height: 28px;margin: 0 -1px 5px 0;background-color: #fff;color: #333;font-size: 12px;border: 1px solid #e2e2e2;cursor: pointer;box-sizing: border-box;}
.border-ltb{border-radius: 2px 0 0 2px;}
.border-rtb{border-radius: 0 2px 2px 0;}
.only-page-btn:hover{color:#44aaf2;}
.only-page-none{color: #d2d2d2!important;cursor: not-allowed!important;}
.only-page-none:hover{color: #d2d2d2!important;cursor: not-allowed!important;}
.only-page-num{float: left;background-color: #428bca;height: 30px;line-height: 29px;box-sizing: border-box;padding: 0px 5px;min-width: 50px;font-size: 12px;text-align: center;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
.xm-body{z-index: 1009 !important;}