button:disabled{
	 cursor:no-drop !important;
}
input[type=button]:disabled{
	 cursor:no-drop !important;
}
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner {
border: none;
 }
*{
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}
.hidden{
	display: none !important;
}
.fixed-footer, #wrapper{
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}
.fixed-footer, #wrapperlpr{
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f2f2f2;
}
#calculator-wrappers {
	margin: 0 auto;
	background-color: #fff;
	padding:0 20px !important;
}
@media (max-width: 1000px){
	body {
	    width: 100%;
	}
		.fixed-footer, #wrapper{
		background: #fff;
	}
}

@media (min-width: 1200px){
	#calculator-wrappers {
		width: 1000px;
	}
}

.common-pageContent, .common-page, .common-stepContent{
	width: 100%;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 190px
}
/* 顶部步骤条 */
.common-step{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 10px rgba(112,112,112,0.1);
	opacity:1;
	border-radius:4px;
	height: 80px;
	width: 100%;
	border:1px solid rgba(209,209,209,1);
}
/* 模块 */
.common-modular{
	width: 100%;
	padding: 20px;
	/* padding-bottom: 2px; */
	font-size: 14px;
	background:rgba(255,255,255,1);
	position: relative;
	overflow: hidden;
}
.modular-title{
	height:22px;
	line-height:22px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:16px;
	color:rgba(51,51,51,1);
	margin-bottom: 20px;
}
/* 卡片 */
.card-title{
	display: inline-block;
	width: calc(100% - 200px);
	background:rgba(255,255,255,1);
	border:1px solid rgba(241,241,241,1);
	height: 48px;
	line-height: 48px;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding:0 20px;
}
.card-body{
	display: inline-block;
	width: calc(100% - 200px);
	background:rgba(255,255,255,1);
	border:1px solid rgba(241,241,241,1);
	border-top: 0px;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding:9px 20px;
	margin-bottom: 10px;
}
.card-col-3{
	display: inline-block;
	width: 31%;
	margin-right: 1.5%;
	margin-bottom: 19px;
}
.card-col-6{
	display: inline-block;
	width: 64%;
	margin-right: 0%;
	margin-bottom: 19px;
}
.card-col-0{
	margin-right: 0%;
}
.card-label{
	display: inline-block;
	text-align: right;
	width: 98px;
	height: 32px;
	line-height: 32px;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	margin-right: 9px;
}
.card-contentBody{
	display: inline-block;
    width: calc(100% - 112px);
    vertical-align: bottom;
}
.card-contentBody input{
	width: 100%;
}
.card-contentBody .card-input{
	background:rgba(255,255,255,1);
}
/* 计算器 */
.tool-rsshpc .calculator-page .compensation-money>.content .item .two {
	display: inline-block;
	height: 30px;
	/* margin-right: 10px; */
	margin-left: 10px;
	width: 25px
}

.tool-rsshpc .calculator-page .compensation-money>.content .item .two input
	{
	width: 25px;
	height: 23px;
	border: none;
	color: #fff;
	text-indent: 15px;
	background: url(../images/days_cal.png) no-repeat;
	background-size: contain;
	cursor: pointer
}
/* 日期 */
.date-picker {
	width: 170px;
	height: 25px;
	padding: 0;
	border: 0;
	line-height: 25px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #303030;
	position: relative;
	z-index: 2
}
.tool-nonWorkInjuryComp .container .footer .dcwd{
	display: none;
}
.tool-gspc .export{
	display: none;
}
.date-picker-wrapper {
	position: absolute;
	z-index: 1;
	border: 1px solid #bfbfbf;
	background-color: #eef1f8;
	padding: 5px 12px;
	font-size: 12px;
	line-height: 20px;
	color: #aaa;
	font-family: Arial, sans-serif;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	box-sizing: initial
}

.dp-clearfix {
	clear: both;
	height: 0;
	font-size: 0
}

.date-picker-wrapper.inline-wrapper {
	position: relative;
	box-shadow: none;
	display: inline-block
}

.date-picker-wrapper.single-date {
	width: auto
}

.date-picker-wrapper.no-shortcuts {
	padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
	padding-top: 12px
}

.date-picker-wrapper .footer {
	font-size: 11px;
	padding-top: 3px
}

.date-picker-wrapper b {
	color: #666;
	font-weight: 700
}

.date-picker-wrapper a {
	color: #6bb4d6;
	text-decoration: underline
}

.date-picker-wrapper .month-name {
	text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
	text-decoration: underline
}

.date-picker-wrapper .month-element {
	display: inline-block;
	vertical-align: middle
}

.date-picker-wrapper .select-wrapper select {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: -1px;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-transform: inherit;
	color: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	outline: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity = 1);
	opacity: .01
}

.date-picker-wrapper .month-wrapper {
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	background-color: #fff;
	padding: 5px;
	cursor: default;
	position: relative;
	_overflow: hidden
}

.date-picker-wrapper .month-wrapper table {
	width: 250px;
	float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
	float: left
}

.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td
	{
	vertical-align: middle;
	text-align: center;
	line-height: 14px;
	margin: 0;
	padding: 0
}

.date-picker-wrapper .month-wrapper table .day {
	padding: 5px 0;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 1px;
	color: #ccc;
	cursor: default
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
	.date-picker-wrapper .month-wrapper table div.day.nextMonth {
	color: #999;
	cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
	background-color: #9cdbf7
}

.date-picker-wrapper .month-wrapper table .week-name {
	height: 20px;
	line-height: 20px;
	font-weight: 100;
	text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
	cursor: help !important
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
	white-space: nowrap
}

.date-picker-wrapper .time label {
	white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
	color: #333;
	cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background-color: #cdecfa
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
	.date-picker-wrapper .month-wrapper table .day.lastMonth {
	display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
	background-color: #ffe684
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
	.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
	background-color: #70ccd5
}

.date-picker-wrapper table .caption {
	height: 40px
}

.date-picker-wrapper table .caption>th:first-of-type,
	.date-picker-wrapper table .caption>th:last-of-type {
	width: 27px
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev
	{
	padding: 0 5px;
	cursor: pointer
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover
	{
	background-color: #ccc;
	color: #fff
}

.date-picker-wrapper .gap {
	position: relative;
	z-index: 1;
	width: 15px;
	height: 100%;
	background-color: #f00;
	font-size: 0;
	line-height: 0;
	float: left;
	top: -5px;
	margin: 0 10px -10px;
	visibility: hidden;
	height: 0
}

.date-picker-wrapper .gap .gap-lines {
	height: 100%;
	overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
	height: 15px;
	width: 15px;
	position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
	z-index: 1;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 8px solid #eee;
	border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	height: 0;
	border-left: 8px solid transparent;
	border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 2;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
	width: 6px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 1px;
	background-color: #eee;
	z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
	width: 6px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 7px;
	background-color: #eee;
	z-index: 3
}

.date-picker-wrapper .selected-days {
	display: none
}

.date-picker-wrapper .drp_top-bar {
	line-height: 1.4;
	position: relative;
	padding: 10px 40px 10px 0
}

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top
	{
	display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
	display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
	display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
	display: block;
	color: #f00
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
	display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
	display: block
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
	color: #333
}

.date-picker-wrapper .drp_top-bar .apply-btn {
	height: 24px;
	position: absolute;
	right: 0;
	top: 6px;
	padding: 3px 5px;
	margin: 0;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
	color: #d9eef7;
	border: solid 1px #6066ad;
	background: #6066ad;
	background: -webkit-gradient(linear, left top, left bottom, from(#525fcb),
		to(#585f9d));
	background: -moz-linear-gradient(top, #525fcb, #585f9d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525FCB',
		endColorstr='#585F9D');
	color: #fff;
	line-height: initial
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
	cursor: pointer;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ededed')
}

.date-picker-wrapper .time {
	position: relative
}

.date-picker-wrapper.single-month .time {
	display: block
}

.date-picker-wrapper .time input[type=range] {
	vertical-align: middle;
	width: 129px;
	padding: 0;
	margin: 0;
	height: 20px
}

.date-picker-wrapper .time1 {
	width: 180px;
	padding: 0 5px;
	text-align: center
}

.time2 {
	width: 180px;
	padding: 0 5px;
	text-align: center
}

.date-picker-wrapper .time1 {
	float: left
}

.date-picker-wrapper .time2 {
	float: right
}

.date-picker-wrapper .hour {
	text-align: right
}

.minute {
	text-align: right
}

.date-picker-wrapper .hide {
	display: none
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected
	{
	background-color: #49e !important;
	color: #fff !important
}

.date-picker-wrapper .date-range-length-tip {
	position: absolute;
	margin-top: -4px;
	margin-left: -8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	display: none;
	background-color: #ff0;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	-moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	-ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	-o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3))
}

.date-picker-wrapper .date-range-length-tip:after {
	content: '';
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ff0;
	left: 50%;
	margin-left: -4px;
	bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
	.date-picker-wrapper.two-months.no-gap .month2 .prev {
	display: none
}

.date-picker-wrapper .week-number {
	padding: 5px 0;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 1px;
	color: #999;
	cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
	color: #49e;
	font-weight: bold
}

/* 复写弹层组件样式 */
.layui-layer {
	/*color: #fff;*/
	overflow: hidden;
	border-radius: 5px;
}
.layui-layer-content {
	height: calc(100% - 112px) !important;
}
.layui-layer-title {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	letter-spacing: 1px;
	background: linear-gradient(to right, #1C65F8, #3EA3FF);
}
.layui-layer-setwin {
	top: 24px;
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
	border: none;
}
.layui-layer-btn .layui-layer-btn0 {
	padding: 0 15px;
	min-width: 90px;
	height: 32px;
	line-height: 32px;
	color: #0073F7;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	background-color: #ffffff;
	border:1px solid #0073F7;
	border-radius: 4px;
}
.layui-layer-btn .layui-layer-btn1 {
	padding: 0 15px;
	min-width: 90px;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	background-color: #0073F7;
	border: none;
	border-radius: 4px;
}
.common-table{
	width: 100%;
	text-align: center;
	table-layout: fixed;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top:10px;
}
.common-table th{
	height:48px;
	background:rgba(248,251,255,1);
	border-color:#F1F1F1;
	color:#666666;
	font-size:14px;
	text-align:left;
	padding-left:20px;
	border-right: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	font-weight:normal;
	
}
.common-table td{
	padding-left:20px;
	height:48px;
	text-align: left;
	border-right: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	color:#333333;
	font-size:14px;
}
.common-normal-title{
	font-size:16px;
	color:#333333;
	text-align:left;
	font-weight:bold;
}
.common-normal-title-lpr{
	font-size:18px;
	color:#333333;
	/*text-align:left;*/
	font-weight:700;
	/*padding-bottom: 10px;*/
	display:flex;
	align-items: center;
	height: 40px;
}
.header.common-normal-title-lpr:before {
	width: 3px;
	height: 16px;
	background: rgb(35, 118, 248);
	content: "";
	margin-top: 2px;
	margin-right:7px;
	display: block;
}
.common-normal-title-jk{
	font-size:16px;
	color:rgba(0,0,0,.9);
	font-weight:400;
	display: flex;
	align-items: center;
	height: 40px;
}
.sub-module-circle-icon {
	width: 8px;
	height: 8px;
	background: #2376f8;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
}
.sub-module-circle-icon:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 50%;
	z-index: 10;
}
.ui-menu-item-select-hide{
    display:none;
}
.common-step{
	position: relative
}
.flxe-div, .flxed-div{
	display: flex;
	margin: 0 auto
}
.flxe-div{
	width: 504px;
	height: 40px;
	padding-top: 16px;
	justify-content: space-around;
}
.flxed-div{
	width: 519px;
	justify-content: space-between;
    margin-top: 5px;
}
.common-step .number{
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	font-size: 14px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,1);
	color: #999999;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.common-step .active{
	background: #0073F7;
	border:0;
	color: #fff;
}
.common-step .text{
	color: #999999;
	text-align: center;
}
.common-step .text.active{
	color: #0073F7;
	background: #fff;
}
.border{
	height: 1px;
	width: 100px;
	background: #D1D1D1;
	margin-top: 27px;
}
.table-jsyj{
	overflow-x: hidden;
}