@charset "utf-8";
body{
	background: #ebf2fc;
}
.layui-form-select dl dd.layui-this{
	background: #409eff;
}
.layui-table-tips-c{
	padding: 0;
}
/*.layui-btn{
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
}*/
.layui-btn-primary{
	background: #f7f7f7;
	border: 0 !important;
}
.loginbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: url(../images/loginbg.jpg) no-repeat center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lgbox{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.lgr{
	padding: 25px 100px;
	display: flex;
	align-items: center;
}
.lgr_pc,.lgr_ewm{
	width: 100%;
}
.lpca{
	position: relative;
}
.lpca input{
	width: 100%;
	height: 60px;
	font-size: 16px;
	border: 1px solid #eeeeee;
	padding-left: 60px;
}
.lpca input:focus{
	border: 1px solid #409eff;
}
.lpca_ico{
	width: 60px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lpca_code{
	width: 110px;
	height: 60px;
	cursor: pointer;
}
.lpca_sbm_btn{
	width: 100%;
	height: 60px;
	background: #409eff;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: .25s;
	font-size: 20px;
}
.lpca_sbm_btn:hover{
	opacity: .85;
}
.lg_label input{
	-webkit-appearance:checkbox;
	margin-right: 5px;
}
.lgr_r{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.lgr_r_span{
	line-height: 28px;
	color: #409EFF;
	border: 1px solid #409EFF;
	display: inline-block;
	width: 80px;
	text-align: center;
	position: absolute;
	right: 80%;
	top: 30%;
}
.lgr_r_span::after{
	width: 10px;
	height: 11px;
	background: url(../images/jtico_03.png) no-repeat center;
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -5px;
}
.lgr_r_ewm,.lgr_ewm{
	display: none;
}
.lgr_ewm_box i{
	display: block;
	padding: 12px;
	border: 1px solid #eee;
	width: 238px;
	max-width: 100%;
	margin: 0 auto;
}
.head{
	width: 100%;
	height: 90px;
	box-shadow: 0 0 20px rgba(161,178,198,.2);
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	padding-left: 260px;
}
.left{
	background: url(../images/lbg_01.jpg) no-repeat bottom center #03dec8;
	width: 260px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
}
.right{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 9;
	padding-left: 260px;
	padding-top: 90px;
}
.right_wrap{
	padding: 35px;
}
.hdw{
	padding: 0 35px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hdl h4{
	height: 90px;
	line-height: 90px;
	border-bottom: 2px solid #00d6ca;
	color: #465269;
}
.hdr{
	color: #707681;
}
.hdra1_ico i{
	width: 5px;
	height: 5px;
	background: #e00000;
	border-radius: 100%;
	position: absolute;
	right: -4px;
	top: -2px;
	transition: .25s;
	animation: myfirst 1.5s infinite;
}
@keyframes myfirst {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.hdra{
	margin-left: 35px;
}
.hdra_a{
	line-height: 90px;
}
.hdra_a i{
	color: #465269;
}
.hdrahide{
	width: 130px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.hdrahide a{
	font-size: 14px;
	line-height: 34px;
	color: #707681;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.hdrahide a:hover{
	color: #409eff;
}
.hdra:hover .hdrahide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.left_top{
	background: rgba(31,184,161,.3);
	height: 90px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	color: #fff;
}
.left_main{
	padding: 20px;
	overflow: hidden;
	overflow-y: auto;
}
.left_main::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.left_main::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.left_main::-webkit-scrollbar-thumb{
	background: #03dec8;
	border-radius:2px;
}
.left_main::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.left_main::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.lefta{
	display: flex;
	align-items: center;
	padding: 0 25px;
	line-height: 50px;
	border-radius: 50px;
	margin: 10px 0;
	font-size: 18px;
	color: #fff;
}
.lefta i img{
	transition: .25s;
	filter: grayscale(100%) brightness(500%);
}
.lefta:hover{
	color: #fff;
}
.lefta.active{
	color: #00d6ca;
	background: #fff;
}
.lefta.active i img{
	filter:inherit;
}
.right_main{
	background: #fff;
	border-radius: 8px;
	padding: 30px;
}
.fpbox{
	padding: 35px 0;
	border-bottom: 1px solid #eee;
}
.fpbox:first-child{
	padding-top: 0;
}
.fpbox:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.fptitle i{
	width: 4px;
	height: 15px;
	background: #409eff;
	margin-right: 10px;
}
.fpba{
	display: flex;
	margin-top: 18px;
	align-items: center;
	color: #555;
}
.fpbal{
	width: 155px;
	margin-right: 10px;
	text-align: right;
}
.fpbar input[readonly="readonly"]{
	background: #f7f7f7;
}
.fpb_bg{
	background: #f9fbfc;
	padding: 20px;
}
.layui-btn-border{
	background: #eaf4fe;
	color: #1E9FFF !important;
	border: 1px solid #1E9FFF;
}
.layui-input-date{
	position: relative;
}
.layui-input-date::after{
	width: 17px;
	height: 17px;
	background: url(../images/date_03.png) no-repeat center;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}
.sca{
	width: 200px;
	margin-right: 15px;
}
.my-layui-input{
	width: 100%;
	height: 44px;
	background: #fff;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 4px;
}
.my-layui-button{
	background: #409eff;
	padding: 0 25px;
	height: 44px;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	transition: .25s;
	margin-right: 10px;
}
.my-layui-button:hover{
	opacity: .85;
}
.my-layui-button-g{
	background: #00d6ca;
}
.czbox{
	display: flex;
	flex-wrap: wrap;
}
.czbox a{
	margin: 3px 5px;
	display: flex;
	align-items: center;
	line-height: 28px;
	min-width: 70px;
	text-align: center;
	padding: 0 5px;
	border-radius: 3px;
	justify-content: center;
	font-size: 14px;
}
.czbox a img{
	display: block;
	margin-right: 5px;
}
.czbox a.blue{
	background: #f0f7ff;
	border: 1px solid #409eff;
	color: #409eff;
}
.czbox a.green{
	background: #eefdfd;
	border: 1px solid #00d6ca;
	color: #00d6ca;
}
.czbox a.red{
	background: #fdf6f6;
	border: 1px solid #f56c6c;
	color: #f56c6c;
}
.czbox a.red{
	background: #fdf6f6;
	border: 1px solid #f56c6c;
	color: #f56c6c;
}
.czbox a.blank{
	background: #e3e8ec;
	border: 1px solid #2b5989;
	color: #2b5989;
}
.czbox a.purple{
	background: #f7ecfc ;
	border: 1px solid #9200d6;
	color: #9200d6;
}
.layui-table-cell{
	height: auto;
}
.tc{
	display: none;
	width: 500px;
	max-width: 100%;
}
.xq_tc{
	width: 950px;
	max-width: 100%;
}
.tctop{
	padding: 0 30px;
	height: 60px;
}
.tctop i{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
}
.tcbox{
	padding: 30px;
}
.xqa span{
	color: #777;
	width: 140px;
	text-align: right;
}
.xqb a{
	width: 95px;
	line-height: 36px;
	display: inline-block;
	border-radius: 3px;
	margin: 4px;
	text-align: center;
	color: #fff;
}
.tg_tc,.bh_tc{
	width: 500px;
	max-width: 100%;
}
.cztcbox{
	background: url(../images/czbg_03.png) no-repeat center #fff;
	background-size: 100%;
	min-height: 195px;
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.czboxb a{
	line-height: 30px;
	width: 80px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.czboxb a:hover,.czboxb a.active{
	background: #409eff;
	border: 1px solid #409eff;
	color: #fff;
}
.shyj textarea{
	height: 80px !important;
}
.fpimg img{
	max-width: 85%;
}
.xczp{
	padding: 0 25px;
	height: 190px;
}
.swiper-button-next-xczp,.swiper-button-prev-xczp{
	filter: grayscale(100%);filter: gray;
	transform: scale(.5);
}
.swiper-button-next-xczp{
	right: -15px;
}
.swiper-button-prev-xczp{
	left: -15px;
}
.hyw{
	width: 102%;
	margin-top: -35px;
}
.hya{
	width: 31.33%;
	margin-right: 2%;
	margin-top: 35px;
	padding: 0 20px;
	background: url(../images/hybg_03.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.hyabox{
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,.35);
}
.hyabox:last-child{
	border-bottom: 0;
}
.hyatr{
	width: 20%;
}
.hyabb a{
	width: 90px;
	line-height: 26px;
	border: 1px solid #fff;
	border-radius: 26px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.mypage a,.mypage span{
	width: 35px;
	height: 35px;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-top: 10px;
	color: #666;
}
.mypage a:hover,.mypage a.active{
	background: #409eff;
	border: 1px solid #409eff;
	color: #fff;
}
.xm1{
	margin-left: -10px;
	margin-right: -10px;
}
.xm1a{
	flex: 0;
	flex-grow: 1;
	margin: 0 10px;
	padding: 20px;
	border-radius: 8px;
	color: #fff;
	display: flex;
	align-items: flex-start;
}
.xm1a:nth-child(1){
	background: #fb6260;
}
.xm1a:nth-child(2){
	background: #ffa94c;
}
.xm1a:nth-child(3){
	background: #0099ff;
}
.xm1a:nth-child(4){
	background: #51d351;
}
.xm1a:nth-child(5){
	background: #8167f5;
}
.xm1arm i{
	margin-bottom: 3px;
}
.xm1aico{
	width: 30px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-size: 18px;
}
.xm2border{
	border: 1px solid #E6E6E6;
	padding: 25px;
}
.xm2laimg{
	width: 182px;
}
.xm2la{
	padding: 23px 0;
	border-bottom: 1px dashed #ddd;
}
.xm2r1 iframe,.xm2r2 iframe{
	height: 280px;
}
.xm2l{
	height: 810px;
	overflow: hidden;
	overflow-y: auto;
}
.xm2l::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.xm2l::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.xm2l::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.xm2l::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.xm2l::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.gla{
	width: 31.33%;
	margin-right: 2%;
	margin-top: 35px;
	border: 1px solid #E6E6E6;
}
.glatr a{
	display: inline-block;
	padding: 5px;
	margin-left: 5px;
}
.glat{
	background: #f0f3f6;
	padding: 10px 20px;
}
.add_tc{
	width: 850px;
	max-width: 100%;
}
.addbox{
	width: 590px;
	margin: 0 auto;
	max-width: 100%;
}
.addbox .layui-form-label{
	width: 150px;
	padding-left: 0;
	padding-right: 0;
}
.addbox .layui-input-block{
	margin-left: 160px;
}

.csboxw{
	position: absolute;
	font-size: 12px;
	
}

@media only screen and (max-width:1399px) {
	.layui-col-sm4 {
		width: 50%;
	}
}
@media only screen and (max-width:1199px) {
	.layui-col-sm4 {
		width: 100%;
	}
}

