/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * No deletion without permission, or be held responsible to law.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
p {
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.flex-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.text-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}
.clear-both {
    clear: both;
}
.btn-all {
	display:inline-block;
    color: #FFF;
    font-size:15px;
    border: 0;
    padding: 5px 12px;
    margin:0 16px;
    border-radius: 4px;
    min-width: 74px;
    cursor:pointer;
    height:32px;
}
.btn-all img {
	width: 18px;
    position: relative;
    top: -3px;
    margin-right: 4px;
}
.btn-all i {
    font-size: 14px;
    position: relative;
    top: 0;
    margin-right: 5px;
}
.btn-all i.glyphicon {
	top: 2px;
}
.btn-all:hover,
.btn-all:focus {
   color: #fff;
}
.btn-back {/* 上一步 */
	background: #00c8fa;
}
.btn-next {/* 下一步 */
	background: #1acfa0;
}
.btn-tempSave {/* 暂存 */
	background:rgb(79,104,242);
}
.btn-save {/* 保存 */
	background: #108ee9;
}
.btn-submit {/* 提交 */
	background:rgb(255,127,53);
}
.btn-cancel {/* 关闭 */
	background: #A6B6C6;
}
.btn-letter { /*通知书*/
    background:rgb(255,127,53);
}

.btn-operate {
    margin-right: 0;
    background-color: transparent;
    color: #547ef5;
    border: 1px solid #547ef5;
    font-weight: bold;
    padding: 3px 12px!important;
}
.btn-operate:hover,
.btn-operate:focus {
   color: #547ef5;
}
.btn-add {
	border-radius:20px;
	background-color: #547ef5;
	transition: all 0.6s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-animation-name: glowing-primary;
	animation-name: glowing-primary;
}
.btn-add:hover,
.btn-add:focus {
    color: #FFFFFF;
}
.btn-add:hover {
	transform: scale(1.1);
}
@-webkit-keyframes glowing-primary {
  from {
    -webkit-box-shadow: 0 0 0 rgba(84,126,245,0.5);
            box-shadow: 0 0 0 rgba(84,126,245,0.5); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(84,126,245,0.9);
            box-shadow: 0 0 20px rgba(84,126,245,0.9); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(84,126,245,0.5);
            box-shadow: 0 0 0 rgba(84,126,245,0.5); }
}
@keyframes glowing-primary {
  from {
    -webkit-box-shadow: 0 0 0 rgba(84,126,245,0.5);
            box-shadow: 0 0 0 rgba(84,126,245,0.5); }
  50% {
    -webkit-box-shadow: 0 0 30px rgba(84,126,245,0.9);
            box-shadow: 0 0 30px rgba(84,126,245,0.9); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(84,126,245,0.5);
            box-shadow: 0 0 0 rgba(84,126,245,0.5); }
}
.layui-layer-btn .btn-all:hover,
.layui-layer-btn .btn-all:focus {
    color: #fff;
}
.layui-layer-btn .btn-all {
    display:inline-block;
    color: #FFF;
    font-size:15px;
    border: 0;
    padding: 5px 12px;
    margin:0 16px;
    border-radius: 4px;
    min-width: 74px;
    cursor:pointer;
    height:32px;
    line-height: normal !important;
    border-color: transparent !important;
}
.layui-layer-btn .btn-submit {
    background:rgb(255,127,53) !important;
}
.layui-layer-btn .btn-cancel {/* 关闭 */
    background: #A6B6C6 !important;
    color: #fff;
}

/* 加载中 */
#page-loading {
    padding:74px 0 26px;
    line-height: initial;
    font-size: 18px;
    min-width: 176px;
    background: rgba(0,0,0,0.3);
    border-radius: 0;
    border: 0;
    background-image:none;
    width: 1920px;
    height: 969px;
    top:0;
    left:0;
    margin-top:0;
    margin-left:0;
}
#page-loading > span {
    min-width: 200px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding:54px 10px 14px 10px;
    text-align:center;
    position: absolute;
    top: 48%;
    margin-top: -30px;
    left: 48%;
    margin-left: -50px;
    white-space: normal;
    word-break: break-all;
}
#page-loading > span >  em {
    display:inline-block!important;
    background-image: url(../adminImage/common/current-loading.gif);
    background-size: 39px 39px;
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 100%;
    height: 54px;
    color: rgba(0,0,0,0);
    top: 0;
    margin-top: 0;
    cursor: inherit;
}
/* 管理端style */
.wrapper {
	position: relative;
    z-index: 8;
}
.wrapper,
.business-form,
.business-layer  {
	background-color:#FFFFFF;
}
#loaction2 .form-control[disabled],
#loaction2 .form-control[readonly],
#loaction2 fieldset[disabled] .form-control {
    background-color: #eee!important;
}
.ui-jqgrid tr.jqgrow td.list-Inconsistent {
    white-space: normal;
    text-overflow: initial;
    word-break: break-all;
}
.forget-tips {
	padding-top: 4px;
    font-size: 14px;
    color: red;
    line-height: 20px;
}
/* 列表页面 */
.list-office .box-main>.box-header {
    padding:8px 10px 8px 15px;
}
.list-office.layer .box-main>.box-header {
    border-bottom: 0;
}
.list-office .box-main > .box-header .box-title {
    margin-top:10px;
    margin-bottom:8px;
}
.list-office .box-footer {
    text-align:center;
    border-top: 0;
}
.list-actions .btn-all {
	margin: 0 8px;
	padding: 4px 12px;
	font-size:14px;
	box-shadow:none;
	height:32px;
	line-height:24px;
}
.list-actions .btn-all:last-child {
	/* margin-left:26px; */
	padding: 4px 20px 5px;
}
.list-actions {
	background-color:#FFFFFF;
	overflow:hidden;
}
.list-actionsLayer {
    overflow-x: hidden;
    overflow-y: auto;
}
.list-actions .ui-jqgrid .ui-jqgrid-htable th div {
	height: auto!important;
}
.list-actions .ui-jqgrid .actions .moreItems {
	padding:5px;
}
.list-actions td.actions a,
.list-actions td.actions a:hover,
.list-actions td.actions a:focus {
	position:relative;
	color:#4399da;
	cursor: pointer;
    display: inline-block;
    margin: 4px 0;
}
.list-actions td.actions a i:hover {
	transform: scale(1);
	margin-right: 3px;
}
.list-actions td.actions a:after {
	content:"";
	width: 1px;
    height: 13px;
    display: inline-block;
    background-color: #3c8dbc;
    margin: 0 8px;
    position: relative;
    top: 1px;
}
.list-actions td.actions a:last-child:after {
	width:0;
}
.list-actions td.actions a > i {
	position: relative;
    top: -1px;
    margin-right: 3px;
    font-size:14px;
    opacity: 1;
    transform: scale(1);
}
.list-actions td.actions a > i.icon-view {
	font-size:15px;
}
.list-actions .form-inline button[type='submit'] {
/*     background: #f56b08; */
/*     border-color: #f56b08; */
    background: #ff9c00;
    border-color: #ff9c00;
}
.list-actions .form-inline button[type='reset'] {
    background: #999;
    border-color: #999;
    color: #ffffff;
}
.list-actions .form-inline button.btn-reset {
	background: #999!important;
    border-color: #999!important;
}
.list-actions .form-inline button[type='button'] {
	background: #50a3ea;
    border-color: #50a3ea;
    color: #FFF;
}
.list-actions .form-inline .btn-group button[type='button'] {
    background: #50a3ea;
    border-color: #FFFFFF;
    color: #FFF;
}
.list-actions .form-inline .btn-group button[type='button'].active {
    box-shadow: none;
    background: #2770b0;
}
.list-actions .action-newline {
    width: 100%;
}

/* 表单 */
.head-title {
	font-size: 26px;
	color: #333333;
	text-align:center;
	margin:0 55px;
}
.head-titleTop {
	padding-top: 16px;
}
.table-export {
	display: inline-block;
    float: right;
    position: relative;
    top: -4px;
    margin-bottom: 10px;
}
.table-export > a {
	padding: 0 12px!important;
    line-height: 28px;
    height: 32px;
    margin-right: 0;
}
.business-form .box-header>.box-tools {
	left: -26px;
}
.business-form .box-main .box-header {
	border-bottom:0;
}
.business-form .box-main .box-body {
	padding: 20px 0 0;
}
.business-form .box-main .box-body > .tech-content:last-child {
	padding-bottom:10px;
}
.business-form .box-main .box-footer {
	text-align:center;
	background-color:#FFFFFF;
	border:0;
	padding: 10px 0 26px;
}
.business-form .form-group .control-label i {
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.business-body,
.business-body > .wrapper {
	background: #F3F6F8;
}
.business-body1 {
	background: #FFFFFF;
}
.business-body .main-content {
	background-color: #F3F6F8;
    padding: 0;
    /*padding: 26px 20px;*/
    position:relative;
}
.business-body .box-main {
	background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgb(223 223 223 / 50%);
    border-radius: 2px;
    padding: 1px 0 20px;
}
.business-body .box-main .box-footer {
	padding: 10px;
}
.form-prevDescription {
	font-size:16px;
}
.form-description {
    color: #0066ff;
    text-decoration: underline;
    cursor: pointer;
}
.tech-content {
	padding:0 20px 20px;
}
.row-shadow {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px;
    border-radius:5px;
    padding: 16px 10px;
}
.table-div table tr td > i {
	margin-left: 4px;
    position: relative;
    top: 1px;
}
.table-p {
	font-size: 18px;
    margin: 0px 20px 12px 8px;
    color: #3B76FA;
    line-height: 22px;
    position:relative;
    padding-left:12px;
}
.table-p:before {
	content: "";
    display: inline-block;
    background-color: #3B76FA;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}
.table-p2 {
    font-size: 18px;
    margin: 0px 20px 12px 8px;
    color: #3B76FA;
    line-height: 22px;
    position:relative;
    padding-left:32px;
}
.table-div2 {
    padding: 0 70px 0 40px;
}
.table-div {
	font-size:15px;
	color:#333333;
	margin:0 20px 12px;
}
.table-isGeneratedByOther {
	margin: 0 65px 12px;
}
.table-div .form-control {
	font-size:15px;
}
.table-div table {
	table-layout:fixed;
}
.table-div table > thead > tr {
	background: rgba(235,244,254,0.6);
}
.table-div table > thead > tr:first-child {
	border-top:1px solid rgba(210,214,222,0.6);
}
.table-div table > thead > tr > th{
	font-size:16px;
	text-align:center;
}
.table-div table > thead > tr > th,
.table-div table > thead > tr > td,
.table-div table > tbody > tr > th,
.table-div table > tbody > tr > td{
	border: 1px solid rgba(210,214,222,0.6);
    position: relative;
    padding: 10px 8px;
    white-space: normal;
    vertical-align: middle;
    word-break: break-all;
}
.table-div table span.required {
	color:red!important;
	margin-right:6px;
}

/* 审核固定 */
#audit-option {
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	max-height:460px;
	overflow-y:auto;
	overflow-x:hidden;
    background: #FFFFFF;
    z-index: 1001;
    box-shadow: 0px -6px 10px #ddd;
}
#audit-option .box {
	box-shadow: none;
    margin: 0;
}
#audit-option  .btn-box-tool {
	font-size: 12px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
    background-color: aliceblue;
    border-radius: 16px;
    padding: 4px 10px;
}
#audit-option .box-header {
	border:0;
}
#audit-option .box-body {
    padding: 4px 0 0;
}
#audit-option .table-div {
	margin-bottom:0;
}
#audit-option .promise-div {
	padding-top: 10px;
}
#audit-option .promise-div .form-group {
	margin-bottom:10px;
}
.audit-optionDetail {
	padding:12px 32px 0;
}
.audit-optionDetail > .table-div {
	margin: 0 20px 6px;
}
#audit-option .table-div > .row:last-child .form-group {
	margin-bottom:0;
}
#audit-option .box-footer {
	border-top:0;
	text-align:center;
}
#audit-option .box-header .box-title {
	position:relative;
	padding-left:12px;
    color: #3B76FA;
}
#audit-option .box-header .box-title:before {
    content: "";
    display: inline-block;
    background-color: #3B76FA;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

/* 审核记录 */
.progress-detail {
	padding: 0 36px 10px;
}
.progress-step {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
	position:relative;
	padding-bottom:20px;
}
.progress-step:after {
	content:"";
	display:inline-block;
	width:1px;
	height:100%;
	background-color:#D5D5D5;
	position:absolute;
	top:4px;
	left:176px;
}
.progress-time {
	font-size:15px;
	width:160px;
}
.progress-main {
	position:relative;
	width:calc(100% - 160px);
	font-size:15px;
	padding-left:40px;
}
.progress-main:after {
	content:"";
	display:inline-block;
	width:28px;
	height:28px;
	background-color:#D5D5D5;
	border-radius:50%;
	position:absolute;
	left:3px;
	top:-4px;
	z-index:99;
}
.progress-detail > .progress-step:first-child .progress-main:after {
	background-color:red;
}
.progress-useName {
	margin-bottom:12px;
}
.progress-comment {
	background-color: aliceblue;
    border-radius: 5px;
    padding: 10px 12px;
}
.comment-title {
	margin-bottom:4px;
}
.comment-detail {
    line-height: 24px;
}
.progress-icon {
	position: absolute;
    left: 9px;
    z-index: 999;
    top: -2px;
}
.progress-icon > i.icon-auditCurrent {
	color:#FFFFFF;
}
.progress-icon > i.icon-auditIcon {
	color:#f5f5f5;
}
/* 审核记录_1 */
.show-proc .box-main .box-body {
	padding: 12px 0 0;
}
.audit-main {
	padding: 0 20px 20px;
	position:relative;
}
.audit-main > .audit-item:last-child{
	margin:0;
}
.audit-main > .audit-item:last-child:before {
	border:0;
}
.audit-main:after {
	content:"";
	display:inline-block;
    width: 4px;
    height: calc(100% - 26px);
    background-color: rgba(138,153,153,0.6);
    position: absolute;
    top: 0;
    left: 284px;
    border-radius: 4px;
}
.audit-item {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:flex-start;
	width:100%;
    margin-bottom: 20px;
    position:relative;
}
.audit-date {
	width: 216px;
    position: relative;
    font-size: 16px;
    text-align: center;
    top: 46px;
    padding-bottom: 6px;
}
.audit-date > p:first-child {
    position: relative;
}
.audit-date > p span {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    padding: 4px 18px 4px 40px;
    border-radius: 10px 0 0 0;
}
.audit-date > p i {
    font-size: 42px;
    background: #FFFFFF;
    z-index: 3;
    position: absolute;
    border-radius: 22px;
    top: 50%;
    left: -8px;
    margin-top: -21px;
}
.date-interval {
	position: absolute;
    top: -24px;
    left: 0px;
    font-size: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.date-interval > p {
	margin-left: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.date-interval > p > text {
    font-size: 18px;
    padding: 0 3px;
}
.audit-line {
    position: relative;
    height: 3px;
    border-radius: 2px;
    left: 0;
    top: 58px;
}
.audit-line > span {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    top: -90px;
    right: 24px;
}
.audit-detail {
	position: relative;
	min-height:126px;
	width:calc(100% - 316px);
    padding: 20px 20px 20px 16px;
}
.audit-detail:before {
	content:'';
	display:inline-block;
    height: calc(100% - 114px);
    width: 2px;
    position: absolute;
    bottom: 40px;
    left: -5px;
}
.audit-left {
	position: absolute;
    height: 126px;
    width: 20px;
    top: 0;
    left: 0;
}
.audit-left:before {
	content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-top: 2px solid;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -15px;
}
.audit-left:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-left: 2px solid;
    transform: rotate( -45deg);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -15px;
}
.audit-leftTop:before {
	content: "";
    display: inline-block;
    width: 2px;
    height: 24px;
    position: absolute;
    left: -5px;
    top: 22px;
}
.audit-leftTop:after {
	content: "";
    display: inline-block;
    border: 2px solid;
    width: 60px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -16px;
    clip: rect(0px 60px 23px 42px);
    transform: rotate(-90deg);
}
.audit-bottom {
	height: 2px;
    width: calc(100% - 58px);
    position: absolute;
    bottom: 10px;
    left: 16px;
}
.audit-bottom:before {
    content: "";
    display: inline-block;
    border: 2px solid;
    width: 60px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -29px;
    clip: rect(0px 30px 22px 0px);
    transform: rotate(-180deg);
}
.audit-bottom:after {
	content: "";
    display: inline-block;
    border: 2px solid;
    width: 60px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    bottom: 9px;
    left: -30px;
    clip: rect(0px 30px 22px 0px);
    transform: rotate(-90deg);
}
.audit-list {
	font-size:15px;
	line-height: 26px;
}
.audit-list text {
	margin: 0 4px;
}
.audit-status {
	margin-bottom: 4px;
}
.audit-userName {
	margin-bottom: 4px;
}
.audit-opinion {
    text-indent: 2em;
}
.text-agency {
	color:#1176F4;
}
.text-red {
	color:rgb(255,151,151);
}
.text-green {
	color:#48f1a3;
}
.audit-main > .audit-item:nth-child(2n) .audit-line {
    width: 24px;
}
.audit-main > .audit-item:nth-child(2n+1) .audit-line {
    width: 42px;;
}
.audit-item01 .audit-date > p span,
.audit-item01 .audit-line,
.audit-item01 .audit-leftTop:before,
.audit-item01 .audit-bottom,
.audit-item01 .audit-detail:before {
    background: #addb42;
}
.audit-item01 .audit-date > p i {
	color:#addb42;
}
.audit-item01 .date-interval > i {
	color:#cf4f9c;
}
.audit-item01 .audit-left:before,
.audit-item01 .audit-left:after,
.audit-item01 .audit-leftTop:after,
.audit-item01 .audit-bottom:before,
.audit-item01 .audit-bottom:after  {
    border-color: #addb42;
}
.audit-item02 .audit-date > p span,
.audit-item02 .audit-line,
.audit-item02 .audit-leftTop:before,
.audit-item02 .audit-bottom,
.audit-item02 .audit-detail:before {
    background: #ebaa87;
}
.audit-item02 .audit-date > p i {
	color:#ebaa87;
}
.audit-item02 .date-interval > i {
	color:#addb42;
}
.audit-item02 .audit-left:before,
.audit-item02 .audit-left:after,
.audit-item02 .audit-leftTop:after,
.audit-item02 .audit-bottom:before,
.audit-item02 .audit-bottom:after  {
    border-color: #ebaa87;
}
.audit-item03 .audit-date > p span,
.audit-item03 .audit-line,
.audit-item03 .audit-leftTop:before,
.audit-item03 .audit-bottom,
.audit-item03 .audit-detail:before {
    background: #ff7f50;
}
.audit-item03 .audit-date > p i {
	color:#ff7f50;
}
.audit-item03 .date-interval > i {
	color:#ebaa87;
}
.audit-item03 .audit-left:before,
.audit-item03 .audit-left:after,
.audit-item03 .audit-leftTop:after,
.audit-item03 .audit-bottom:before,
.audit-item03 .audit-bottom:after  {
    border-color: #ff7f50;
}
.audit-item04 .audit-date > p span,
.audit-item04 .audit-line,
.audit-item04 .audit-leftTop:before,
.audit-item04 .audit-bottom,
.audit-item04 .audit-detail:before {
    background: #70dad0;
}
.audit-item04 .audit-date > p i {
	color:#70dad0;
}
.audit-item04 .date-interval > i {
	color:#ff7f50;
}
.audit-item04 .audit-left:before,
.audit-item04 .audit-left:after,
.audit-item04 .audit-leftTop:after,
.audit-item04 .audit-bottom:before,
.audit-item04 .audit-bottom:after  {
    border-color: #70dad0;
}
.audit-item05 .audit-date > p span,
.audit-item05 .audit-line,
.audit-item05 .audit-leftTop:before,
.audit-item05 .audit-bottom,
.audit-item05 .audit-detail:before {
    background: #74a8d0;
}
.audit-item05 .audit-date > p i {
	color:#74a8d0;
}
.audit-item05 .date-interval > i {
	color:#70dad0;
}
.audit-item05 .audit-left:before,
.audit-item05 .audit-left:after,
.audit-item05 .audit-leftTop:after,
.audit-item05 .audit-bottom:before,
.audit-item05 .audit-bottom:after  {
    border-color: #74a8d0;
}
.audit-item06 .audit-date > p span,
.audit-item06 .audit-line,
.audit-item06 .audit-leftTop:before,
.audit-item06 .audit-bottom,
.audit-item06 .audit-detail:before {
    background: #cf4f9c;
}
.audit-item06 .audit-date > p i {
	color:#cf4f9c;
}
.audit-item06 .date-interval > i {
	color:#74a8d0;
}
.audit-item06 .audit-left:before,
.audit-item06 .audit-left:after,
.audit-item06 .audit-leftTop:after,
.audit-item06 .audit-bottom:before,
.audit-item06 .audit-bottom:after  {
    border-color: #cf4f9c;
}

/* 审核记录 */
.tech-declare-proc-detail-wrapper,
.tech-declare-proc-detail-wrapper .wrapper,
.tech-declare-proc-detail-wrapper  .box-main {
    background: transparent;
}
.tech-declare-proc-detail-wrapper {

}
.tech-declare-proc-detail-wrapper .box-main {
    padding: 0 40px;
}
.tech-declare-proc-detail-wrapper .box-main .box-footer {
    background-color: transparent;
}
.tech-declare-proc-detail-wrapper .audit-lable {
    text-align: center;
    margin-bottom: 0;
}
.tech-declare-proc-detail-wrapper .audit-lable .title {
    display: inline-block;
    background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, rgba(53,150,241,0.1) 51%, rgba(255,255,255,0) 100%);
    border-radius: 9px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #185DDF;
    text-align: center;
}
.proc-img {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.link-cutImg {
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}
.link-cutImg .txt {
    font-size: 16px;
    color: #185DDF;
}
.icon-cutImg {
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.tech-declare-proc-detail-wrapper .compliance-procMain {
    padding: 0px 0 20px 7px;
}
.audit-lable {
    text-align:center;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}
.compliance-procList {
    margin:0;
    padding:0;
    position:relative;
}
.compliance-procList:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: rgba(221,221,221,0.6);
    border-radius: 10px;
    position: absolute;
    left: 16px;
    top: 0;
}
.compliance-procList > li {
    position:relative;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items: center;
    font-size:15px;
    padding: 0;
    margin-bottom: 36px;
}
.compliance-procList > li:last-child {
    margin-bottom:0;
}
.tech-declare-proc-detail-wrapper .compliance-procList:after {
    width: 1px;
    left: 0;
    background-image: repeating-linear-gradient( to top, transparent 0, transparent 2px, #175ADE 2px, #175ADE 4px );
}
.tech-declare-proc-detail-wrapper  .compliance-procTime {
    width: 10px;
}
.tech-declare-proc-detail-wrapper .compliance-raduisDiv {
    padding-left: 24px;
}
.tech-declare-proc-detail-wrapper .compliance-procDiv {
    width: 100%;
    border: none;
    padding: 0;
}
.tech-declare-proc-detail-wrapper .time-wrapper {
    position: relative;
}
.tech-declare-proc-detail-wrapper .time-wrapper .circle {
    position: absolute;
    display: inline-block;
    margin-right: 17px;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    border-radius: 18px;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 3px solid #175ADE;
    z-index: 2;
}
.tech-declare-proc-detail-wrapper  .proc-time {
    position: relative;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 26px;
    text-align: left;
}
.tech-declare-proc-detail-wrapper  .proc-timeInterval {
    float: right;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #9098A8;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.tech-declare-proc-detail-wrapper  .proc-timeInterval .icon {
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 16px;
    background: url('../adminImage/common/timer.png') center/100% 100% no-repeat;
}
.tech-declare-proc-detail-wrapper .detail-wrapper {
    margin-top: 10px;
    padding: 12px 20px 16px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #C9D3E0;
}
.tech-declare-proc-detail-wrapper .compliance-raduisTitle {
    position: relative;
    left: -30px;
    margin-top: -14px;
}
.tech-declare-proc-detail-wrapper .compliance-raduisTitle .status {
    display: inline-block;
    min-width: 120px;
    height: 45px;
    background: url('../adminImage/common/proc_status_bg.png') center/100% 100% no-repeat;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    padding: 0 20px;
}
.compliance-raduisTitle .revoked{
    background: red;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
}
.tech-declare-proc-detail-wrapper .compliance-raduisDetail {
    padding: 9px 0;
    font-size: 17px;
    color: rgba(0,0,0,0.85);
    line-height: 25px;
}
.tech-declare-proc-detail-wrapper .compliance-auditOptionDiv {
    display: block;
    border-top: 1px solid #C9D3E0;
}
.tech-declare-proc-detail-wrapper .auditOption-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #175ADE;
    line-height: 22px;
    text-align: left;
}
.tech-declare-proc-detail-wrapper .auditOption-title .icon {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
    background: url('../adminImage/common/opinion.png')  center/100% 100% no-repeat;
}
.tech-declare-proc-detail-wrapper .auditOption-detail {
    margin-top: 6px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    line-height: 26px;
    text-align: left;
    font-style: normal;
    word-break: break-all;
}
.office-name {
    color: #175ADE;
}
.status {
    color: green;
}
.status3,
.status5,
.status7,
.status8,
.status11,
.status12,
.status15,
.status16,
.status18,
.status19 {
    color: red;
}
.status-green {
    color: green;
}
.status-blue {
    color: blue;
}
.status-red {
    color: red;
}
.compliance-auditOptionDiv {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}
/* 错误页面 */
.error-page {
    background-color:#FFFFFF;
    background-image:url(../adminImage/incorrect/error_bg.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    margin:0!important;
}
.error-div {
    width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 7%;
}
.error-info {
    width: 659px;
    height: 635px;
    background-image:url(../adminImage/incorrect/error-radius.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top:260px;
}
.error-info > img {
    width:200px;
}
.error-details {
    padding: 50px 0;
    text-align: center;
    color: #333333;
    font-size: 15px;
    line-height: 30px;
}
.btn-errornew {
    font-size:13px;
    padding: 4px 20px;
    border-radius:16px;
    margin:0;
}
.btn-errornew3 {
    color:#dd4b39;
    border:1px solid #dd4b39;
}
.btn-errornew3:hover,
.btn-errornew3:focus {
    color:#dd4b39;
}
.error-details02 {
    width: 500px;
    margin: 0 auto;
    text-align: left;
    line-height:40px;
    padding: 30px 0;
}
.error-details02 p:first-child {
    text-align:center;
}
.error-details02 p:last-child {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}
.error-details02 p:last-child > span,
.error-details02 p:last-child > button {
    margin-right:16px;
}
.error-main {
    width:1060px;
    margin:0 auto;
    padding-top: 160px;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    justify-content: space-between;
    align-items:center;
}
.error-title {
    font-size: 146px;
    letter-spacing: 10px;
    background: url(../adminImage/incorrect/error-num.png);
    background-position: center;
    width:495px;
    height: 233px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
.error-content {
    width:auto;
}
.error-subtitle {
    font-size:25px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.error-items {
    line-height:32px;
    white-space: nowrap;
}
.error-span {
    display:inline-block;
    height:20px;
}
.btn-error {
    padding: 0;
    background: transparent;
    margin: 0 16px 0 0;
    border: 0;
}
.btn-error:hover,
.btn-error:active,
.btn-error:focus {
    box-shadow: none;
    outline: none;
}
.error-main1 {
    width:1060px;
    margin:0 auto;
    padding-top: 260px;
}
.tips-403 {
    font-size:18px;
    white-space:nowrap;
    width: 100%;
    text-align: center;
}
.tips-403 > a {
    color:#1176F4;
    text-decoration:underline;
}
/* 股权穿透图 */
.equity-body {
    overflow: hidden;
	background-color:#FFFFFF;
	background-image:url(../../image/admin/company/equity_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.equity-body .wrapper,
.equity-body .box  {
	background-color: transparent;
}
.equity-body .box-main {
	padding-top:0;
}
.equity-chart {
	width:100%;
	height:620px;
	padding:20px;
}
.chart {
	height:100%;
    width: 100%;
    margin: 0 auto;
}
.tag rect{
    fill: #fff;
    stroke: #3377ff;
}
.goodsActive rect{
    fill: #222222!important;
}
.equity-tooltip {
    position: absolute;
    font-size: 14px;
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #333333;
    padding: 10px 4px;
    box-shadow: 0 0px 6px #e4e4e4;
    border: 1px solid #eee;
    z-index: 999;
}
.tooltip-main {
	overflow-x:hidden;
	overflow-y:auto;
    max-width: 600px;
    min-width: 280px;
    max-height: 600px;
    padding: 4px 16px;
}
.tooltip-companyName {
	font-size: 17px;
}
.tooltip-corCode {
    margin-top: 4px;
	color: #333;
	font-size:16px;
	margin-bottom: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.tooltip-corCode > span {
    display: inline-block;
    font-size: 13px;
    position: relative;
    top: -1px;
}
.tooltip-item {
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
}
.tooltip-item > i {
	position: relative;
    top: 7px;
    padding-right: 6px;
    color: #d2691e;
}
.tooltip-items2 .tooltip-item > span:nth-child(2) {
	width: 140px;
}
.tooltip-item > span:nth-child(2) {
	width: 80px;
	color: #999;
	text-align: justify;
	padding-right:6px;
	position:relative;
	line-height:28px;
	height:28px;
	overflow:hidden;
}
.tooltip-item > span:nth-child(2):after {
    display: inline-block;
    width: 100%;
    content: '';
}
.tooltip-item > span:nth-child(2) span {
	position:absolute;
	top:50%;
	right:0;
	margin-top:-13px;
}
.tooltip-items2 .tooltip-item > span:last-child {
	width: calc(100% - 148px);
}
.tooltip-item > span:last-child {
	width: calc(100% - 108px);
	padding-left:6px;
	line-height:28px;
	white-space: nowrap;
}
.equity-layer {
	padding:14px 20px;
}
.equity-layerTitle {
	font-size:20px;
	text-align:center;
}
.equity-layerCode {
	font-size:14px;
	color:#999999;
	margin-top:2px;
	text-align:center;
}
.equity-layerItems {
	margin-top:10px;
}
.equity-layerItems > .equity-layerItem {
	margin-bottom:0;
}
.equity-layerItem {
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:6px;
    font-size: 16px;
    line-height: 30px;
}
.equity-layerItem > span:first-child {
	width: 152px;
	text-align: justify;
	padding-right:6px;
	overflow:hidden;
	height:30px;
}
.equity-layerItem > span:first-child:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.equity-layerItem > span:last-child {
	width: calc(100% - 152px);
}


.layui-layer-btn .form-layerSubmit {
	margin: 0 20px;
    border: 0;
    background-color: #ff8d00!important;
    position: relative;
    top: -16px;
    min-width: 64px;
}
.layui-layer-btn .form-layerCancel {
	margin-top: 0;
    border: 0;
    position: relative;
    top: -16px;
    background-color: #9a9a9a;
    color: #FFF;
}

.head-linkList {
    margin: 10px 26px 0;
    display: -webkit-flex;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
}
.head-linkList > a {
    color: #3B76FA;
    text-decoration: underline;
    margin-right:32px;
}
.head-linkList > a i {
	margin-right:4px;
}

.business-form .ui-jqgrid .ui-jqgrid-frozen .ui-jqgrid-htable th div {
	height:auto!important;
}
.business-form .table-number .ui-jqgrid tr.ui-row-ltr td input {
	text-align:right;
}
.business-form .table-form .ui-jqgrid tr.ui-row-ltr td input.readonly-style,
.business-form .table-formReadonly .ui-jqgrid tr.ui-row-ltr td input[readonly='readonly'] {
	border-bottom: 0;
    background-color: #eee!important;
    border-radius: 4px;
}
.business-form .table-formReadonly .ui-jqgrid tr.ui-row-ltr td input[readonly='readonly'].getOrganizationFormCategory {
    background-color: transparent !important;
    border-bottom: 1px dotted #cdcdcd;
}
.business-form .table-formReadonly .ui-jqgrid tr.ui-row-ltr td .noReadonlyStyle[readonly='readonly'] {
	border-bottom: 1px dotted #cdcdcd;
    background-color: transparent !important;
    border-radius: 4px;
}
.business-form .table-form .ui-jqgrid tr.ui-row-ltr td textarea.readonly-style,
.business-form .table-formReadonly .ui-jqgrid tr.ui-row-ltr td textarea[readonly='readonly'] {
	border-bottom: 0;
    background-color: #eee!important;
    border-radius: 4px;
}
.business-form .ui-jqgrid tr.jqgrow td {
	overflow: hidden;
}
.table-wrap .ui-jqgrid tr.jqgrow td {
	overflow: inherit;
}


/* 响应式布局 */
/* 左侧+右侧 */
@media screen and (min-width:1920px) {

}


/* 审核记录 */
.property-proc .compliance-procList:after {
    left: calc(40% + 9px);
}
.property-proc .items-traggleBottom {
    left: 36%;
}
.property-proc .compliance-auditOptionDiv {
    width: 35%;
}
.property-proc .compliance-procDiv {
    width: 36%;
}

/* 右侧*/
@media screen and (min-width:2260px) {

}

@media screen and (max-width: 2259px) and (min-width:1960px) {

}
@media screen and (max-width: 1720px) and (min-width:1481px) {

}
@media screen and (max-width: 1680px) and (min-width:1440px) {
	.overview-layoutLeft {
		width: 66%;
	}
	.overview-business > li {
		width: 32.8%;
		padding: 10px 4px;
	}
	.business-ul > li > span:nth-child(2),
	.business-ul > li > a:nth-child(2) {
/* 		font-size: 12px; */
	}
	.overview-detail .fc .fc-daygrid-day-number {
		font-size: 13px;
	}
}
@media screen and (max-width: 1480px) and (min-width:1231px) {
	.business-body .main-content {
		padding:16px 12px;
	}
	.business-form .box-main .box-body {
		padding: 20px 0 0;
	}
	.assets-detail .box-head {
		padding-top: 16px;
	}
	.head-title {
	    font-size: 22px;
	}
	.company-list {
		margin: 0 20px 16px;
	}
	.company-list > li {
		font-size:15px;
	}
	.company-list > li > img {
		width:20px;
	}
	.company-list > li:nth-child(3) > img {
		width:26px!important;
	}
	.company-list > li > img.company-required {
		width:20px!important;
	}
	.method-flex > .select2 {
		width: calc(100% - 140px)!important;
	}
}
@media screen and (max-width: 1230px) and (min-width:991px) {
	.business-body .main-content {
		padding:16px 4px;
	}
	.business-form .box-main .box-body {
		padding: 16px 0 0;
	}
	.assets-detail .box-head {
		padding-top: 16px;
	}
	.head-title {
	    font-size: 22px;
	}
	.company-list {
		margin: 0 12px 16px;
	}
	.company-list > li {
		font-size:12px;
	}
	.company-list > li > img {
		width:18px;
	}
	.company-list > li:nth-child(3) > img {
		width:26px!important;
	}
	.company-list > li > img.company-required {
		width:20px!important;
	}
	.tech-content {
		padding: 0 12px 20px;
	}
	.table-p {
		font-size:15px;
		margin:0px 8px 10px 8px;
	}
	.table-div {
		font-size:13px;
		margin: 0 20px 12px;
	}

}
@media screen and (max-width: 990px) {
	.business-body .main-content {
		padding:16px 10px;
	}
	.business-form .box-main .box-body {
		padding: 16px 0 0;
	}
	.assets-detail .box-head {
		padding-top: 16px;
	}
	.head-title {
		font-size:20px;
	}
	.company-list {
		margin: 0 12px 16px;
	}
	.company-list > li {
		font-size:12px;
	}
	.company-list > li > img {
		width:16px;
	}
	.company-list > li:nth-child(3) > img {
		width:22px!important;
	}
	.company-list > li > img.company-required {
		width:20px!important;
	}
	.tech-content {
		padding: 0 10px 12px;
	}
	.row-shadow {
		padding: 10px 4px;
	}
	.table-p {
		font-size:16px;
		margin:0px 8px 8px 8px;
	}
	.table-div table,
	.table-div table > thead > tr > th {
		font-size:15px;
	}
	.table-div {
		font-size:12px;
		margin: 0 10px 10px;
	}
}

.property-tips {
	display: inline-block;
    font-size: 14px;
    color: #333;
}
.property-tips > span {
	color:red;
}
.icheck label.disabled,
.icheck label.disabled div
.icheck label.disabled iCheck-helper {
    cursor: not-allowed;
    opacity: 0.5;
}
.icon-question {
    color:red;
}
/* 温馨提示 */
.warm-main {
	background-color:#4eb69f;
	padding: 48px 28px;
	position:relative;
}
.warm-main1 {
	padding: 48px 28px 20px;
}
.warm-complete {
	background-color:#ff9800;
	padding: 48px 28px 6px;
	position:relative;
}
.warm-complete .warm-border:before {
	background-color:#ff9800;
}
.warm-complete .wram-message {
	text-indent:0;
}
.complete-p {
	margin-bottom:6px;
}
.complete-span {
    color: #FFFFFF;
    font-size:16px;
    padding: 0;
    font-weight: bold;
}
.warm-border {
	position:relative;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    padding: 16px 36px;
}
.warm-border:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #FFFFFF;
    background: #4eb69f;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    top: -12px;
    right: 46px;

}
.warm-border .warm-iconTop {
	display:none;
	font-family: "alibabaMedium","Microsoft YaHei";
	position:absolute;
	top:0;
	left:0;
    font-size: 32px;
    color:#FFFFFF;
}
.warm-border .warm-iconBottom {
	display:none;
	font-family: "alibabaMedium","Microsoft YaHei";
	position:absolute;
	bottom: -8px;
	right:0;
    font-size: 32px;
    color:#FFFFFF;
}
.warm-border .warm-detail {
    color:#FFFFFF;
    font-size:15px;
}
.warm-border .wram-title {
	text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.warm-border .wram-title > span {
    border-bottom: 2px dashed #FFFFFF;
    display: inline-block;
    padding: 0 8px 4px;
}
.warm-border .wram-message {
	text-indent: 2em;
}
.warm-border .wram-message > p {
    word-break: break-all;
}
.warm-border .wram-message > p:not(:last-child){
	margin-bottom:4px;
}
/*温馨提示（图标）*/
.layer-kind .layer-img {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}
.layer-kind .layer-img:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.layer-rdCommitment .layui-layer-content {
    overflow: visible!important;
}
.layer-open1 {
    background-image: linear-gradient(to top, rgba(255,102,0,0.1) 10%, transparent);
}
.layer-open1 .layer-title {
    color: #ff6600;
}
.layer-open1 .layer-img:after {
    background-color: #ffeee2;
}
.layer-open2 {
    background-image: linear-gradient(to top, rgba(0,128,0,0.09), transparent);
}
.layer-open2 .layer-title {
    color: #498D00;
}
.layer-open2 .layer-img:after {
    background-color: #EDFBF2;
}
.layer-open3 {
    background-image: linear-gradient(to top, rgba(255,177,177,0.1) 10%, transparent);
}
.layer-open3 .layer-title {
    color: #ff0000;
}
.layer-open3 .layer-img:after {
    background-color: #fff1f1;
}
.layer-kind .layer-img > i {
    font-size: 36px;
    position: relative;
    z-index: 2;
}
.layer-open1 .layer-img > i {
    color: #ff6600;
}
.layer-open2 .layer-img > i {
    color: #498D00;
}
.layer-open3 .layer-img > i {
    color: #ff0000;
}
.layer-kind .layer-img > i.icon-open1 {
    color: #ff6600;
}
.layer-kind .layer-img > i.icon-open2 {
    color: #498D00;
}
.layer-kind .layer-img > i.icon-open3 {
    color: #ff0000;
}
.layer-kind .layer-img > i.icon-commitmentLetter {
    color: #498D00;
}
.layer-kind .layer-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 48px 30px 20px;
}
.layer-kind .layer-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.layer-kind .layer-description {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    white-space: break-spaces;
    word-break: break-all;
}
.layer-open .btn-confirm {
    background-color: #ff9c00 !important;
    border-color: #ff9c00 !important;
    height: auto;
    line-height: normal;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: none;
}
.layer-open .btn-cancel {
    background-color: #A6B6C6 !important;
    border-color: #A6B6C6 !important;
    height: auto;
    line-height: normal;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: none;
    color: #FFFFFF;
}
.layer-open .btn-confirm > i,
.layer-open .btn-cancel > i {
    font-size: 14px;
    margin-right: 6px;
}
.layer-open .btn-close {
    height: auto;
    line-height: normal;
    padding: 4px 12px;
    border-radius: 4px;
}
/*科技成果进场交易说明及承诺*/
.commitment-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 40px 10px 20px 20px;
}
.commitment-title {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding-right: 10px;
}
.commitment-body {
    width: 100%;
    height: calc(100% - 130px);
    padding: 0 0;
    overflow-y: auto;
    padding-right: 10px;
}
.commitment-body2 {
    height: calc(100% - 85px);
}
.commitment-body > .commitment-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #333;
    font-size: 16px;
}
.commitment-body > .commitment-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.commitment-item .item-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.commitment-item .item-content {

}
.commitment-item .item-content > .item-text {
    line-height: 24px;
    text-indent: 2em;
}
.commitment-item .item-content > .item-text:not(:last-child) {
    margin-bottom: 10px;
}
.commitment-foot {
    width: 100%;
    padding-right: 10px;
}
.commitment-checkbox {
    position: relative;
    margin: 10px 0;
    font-size: 18px;
}
.commitment-name {
    text-align: right;
    font-size: 18px;
}
/*详情页面文件*/
.material-fileList {
    width: 100%;
}
.material-fileList > p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.material-fileList > p {
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 4px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-color: #ddd;
}
.material-fileList > p .file-preview,
.material-fileList > p .file-preview:hover {
    width: calc(100% - 32% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #008000;
    text-decoration: underline;
    text-align: left;
}
.material-fileList > p .file-time {
    width: 30%;
    color: #ff6347;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.material-fileList > p .file-time i {
    font-size: 14px;
    margin-right: 4px;
}
.material-fileList > p .file-download,
.material-fileList > p .file-download:hover {
    width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #008000;
}
.business-form .wup_container .wup_file .filetable .template-upload .btncancel {
    width: 200px!important;
}
/*文件的继续上传按钮*/
.webuploader-pick {
    background-color: #27bc27!important;
    color: #FFFFFF!important;
    border-color: #27bc27!important;
}
.template-upload .btn-default.preview {
    background-color: #4169e1;
    color: #FFFFFF;
    border-color: #4169e1;
}
.business-form .tags-input .tag {
    height: auto;
}
/*高校区 子表。disabeled*/
.child.table-form .ui-jqgrid td input.disabled.form-control {
    background-color: #f5f5f5!important;
    cursor: not-allowed;
}





.layer-exam-enter,
.layer-exam-submit{
    background: linear-gradient( 137deg, #89AEFD 0%, rgba(255,255,255,0) 100%);
}

.layer-exam-enter .content-wrap,
.layer-exam-submit .content-wrap{
    padding: 20px;
}
.layer-exam-enter .content-wrap .img-wrap,
.layer-exam-submit .content-wrap .img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.layer-exam-enter .iconImg,
.layer-exam-submit .iconImg{
    width: 100px;
    height: 100px;
}
.layer-exam-enter .tip,
.layer-exam-submit .tip{
    text-align: center;
}

.layer-exam-submit .layui-layer-close2{
    right: -20px !important;
    top: -20px !important;
}
.layer-exam-submit .layui-layer-btn{
    padding-bottom: 20px !important;
}
.layer-exam-submit .layui-layer-btn a{
    padding: 0 20px;
}

.layer-exam-enter .text-blue{
    color: #3A63F3;
}
.layer-exam-enter .subtip{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.is-university {
    display: inline-block;
    padding: 2px 8px;
    background: linear-gradient(to right, #25ACFF 0%, #16CE7A 100%);
    border-radius: 20px;
    color: #FFFFFF;
    margin-right: 6px;
    font-size: 12px;
}