@CHARSET "UTF-8";
@font-face {
    font-family: YouSheBiaoTiHei;
    src: url("../../fonts/YouSheBiaoTiHei-2.ttf");
}
@font-face {
    font-family: alibabaRegular;
    src: url("../../fonts/Alibaba-PuHuiTi-Regular.otf");
}
@font-face {
    font-family: ZCOOLBlack;
    src: url("../../fonts/ZCOOLBlack.ttf");
}
p {
	margin: 0;
}
ul {
	padding: 0;
	list-style:none;
}
.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;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/* 按钮样式 */
.btn:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline:none;
	box-shadow:none;
}
.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:#FFFFFF;
}
.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-operate {
	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); }
}
/* 列表页面 */
body.layer .wrapper > .main-content > .box-main > .box-body {
	padding-bottom: 10px;
}
.admin-list .box-main>.box-header {
	padding: 8px 10px 8px 15px;
}
.admin-list .box-main>.box-header > .box-title{
	margin: 8px 0;
}
.admin-list #jqgh_dataGrid_rn {
	position:relative;
}
.admin-list #jqgh_dataGrid_rn:after {
	content: "序号";
	display: inline-block;
}
.admin-list .btn-all {
	margin: 0 8px;
	padding: 4px 12px;
	font-size:14px;
	box-shadow:none;
	height:32px;
	line-height:24px;
}
.admin-list .btn-all:last-child {
	padding: 4px 20px 5px;
}
.admin-list {
	background-color:#FFFFFF;
	overflow:hidden;
}
.admin-listLayer {
    overflow-x: hidden;
    overflow-y: auto;
}
.admin-list .ui-jqgrid .ui-jqgrid-htable th div {
	height: auto!important;
}
.admin-list .ui-jqgrid .actions .moreItems {
    padding: 5px 5px 0 5px;
}
.admin-list .ui-jqgrid .actions .moreItems a > i {
	top: 0;
}
.admin-list .ui-jqgrid .actions .moreItems > a:after{
    width: 0px;
    height: 0;
    margin: 0;
}
.admin-list td.actions a,
.admin-list td.actions a:hover,
.admin-list td.actions a:focus {
	position:relative;
	color:#4399da;
	cursor: pointer;
}
.admin-list td.actions a i:hover {
	transform: scale(1);
	margin-right: 3px;
}
.admin-list td.actions a:after {
	content:"";
	width: 1px;
    height: 13px;
    display: inline-block;
    background-color: #3c8dbc;
    margin: 0 8px;
    position: relative;
    top: 1px;
}
.admin-list td.actions a:last-child:after {
	width:0;
}
.admin-list td.actions a > i {
	position: relative;
    top: -1px;
    margin-right: 3px;
    font-size:14px;
    opacity: 1;
    transform: scale(1);
}
.admin-list td.actions a > i.icon-view {
	font-size:15px;
}
.admin-list .form-inline button[type='submit'] {
    background: #ff9c00!important;
    border-color: #ff9c00!important;
}
.admin-list .form-inline button[type='reset'] {
    background: #999;
    border-color: #999;
    color: #ffffff;
}
.admin-list .form-inline button.btn-reset {
	background: #999!important;
    border-color: #999!important;
}
.admin-list .form-inline button[type='button'] {
	background: #50a3ea;
    border-color: #50a3ea;
    color: #FFF;
}
/* 表单 */
.admin-form .box-main >.box-header {
    padding-top: 16px;
    border-bottom: 0;
}
.admin-form .box-main >.box-header > .box-title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    float: none;
    display: block;
}
.admin-form .box-body {
    padding: 20px 20px!important;
}
.admin-form .box-body .tech-content {
	margin:0 0px 20px;
}
.admin-form .box-body .tech-content:last-child {
	margin-bottom: 0;
}
.admin-form .box-body .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;
}
.admin-form .table-p {
	font-size: 18px;
    margin: 0px 20px 12px 8px;
    color: #3B76FA;
    line-height: 22px;
    position:relative;
    padding-left:12px;
}
.admin-form .table-subTitle {
    font-size: 17px;
    margin: 0px 20px 20px 8px;
    color: #3B76FA;
    line-height: 22px;
    position: relative;
    padding-left: 60px;
}
.admin-form .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;
}
.admin-form .form-horizontal .row {
	margin: 0 0px 0 -15px;
}
.admin-form .table-gridForm .ui-jqgrid-htable > thead > tr > th > div[id$="rn"] {
	position:relative;
}
.admin-form .table-gridForm .ui-jqgrid-htable > thead > tr > th > div[id$="rn"]:after {
	content: "序号";
	display: inline-block;
}
.admin-form .box-footer {
    border-top: 0;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}
.admin-form .icon-tips {
	padding: 20px 20px 0;
    color: red;
    font-size: 15px;
}
.admin-form .icon-tips > img {
    width: 24px;
    margin-right: 6px;
    position: relative;
    top: -4px;
}
.admin-form .wup_container .wup_file .filetable .template-upload .prog_bar {
	display: none;
}
/* 页签切换 */
.company-list {
	list-style: none;
    align-items: center;
    margin: 0 0px 16px;
    position: relative;
    z-index: 1;
    padding: 0 16px;
    border: 1px solid rgb(229, 229, 229);
    box-shadow: rgba(0,0,0,0.05) -2px -3px 10px 0px;
    border-radius: 5px;
}
.company-list > li {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
    margin-right: 56px;
    height: 48px;
    line-height: 48px;
}
.company-list > li:last-child {
	margin-right: 0px;
}
.company-list > li > .icon {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    position: relative;
    top: 4px;
}
.company-list > li:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #0425fb;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    transition: inherit;
}
.company-list > li.active:after {
    width: 100%;
}
.company-list > li > img.company-required {
	width: 20px!important;
    margin-left: 4px;
    position: relative;
    top: -2px;
    animation: jump 1.6s infinite linear;
}
.company-content {
	margin: 0;
}
.company-content > .tech-content {
	display: none;
}
.company-content > .tech-content.active {
	display: block;
}
/* 详情页面 */
.table-div {
	font-size: 15px;
    color: #333333;
    margin: 0 20px 12px;
}
.table-div table {
	table-layout: fixed;
}
.table-div table > thead > tr:first-child {
	border-top: 1px solid rgba(210,214,222,0.6);
}
.table-div table > thead > tr {
	background: rgba(235,244,254,0.6);
}
.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-baseinfo > tbody > tr > td:nth-child(odd) {
    text-align: right;
    background-color: rgba(235,244,254,0.6);
    width: 20%;
}
.table-baseinfo > tbody > tr > td:nth-child(even) {
    width: 30%;
}
.table-baseinfo .empty-tr {
	height: 0;
}
.table-baseinfo .empty-tr > td {
    padding: 0!important;
    border: 0!important;
}
.table-annualOther > tbody > tr > td:nth-child(odd) {
	width: 40%;
}
.table-annualOther > tbody > tr > td:nth-child(even) {
	width: 60%;
}
.detail-fileList > p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	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;
}
.detail-fileList > p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}
.detail-fileList > p .file-preview {
    width: calc(100% - 32% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #32a742;
    cursor: pointer;
}
.detail-fileList > p .file-time {
    width: 30%;
    color: #ff6347;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-fileList > p .file-time i {
    font-size: 14px;
    margin-right: 4px;
}
.detail-fileList > p .file-download {
	width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #32a742;
    cursor: pointer;
}
/* 审核固定 */
.admin-audit .main-content {
	overflow-y: auto;
}
#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: 0 0 20px;
}
#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;
}

/* 审核记录_latest */
.show-proc .box-main .box-footer {
    text-align: center;
    background-color: #FFFFFF;
    border: 0;
    padding: 10px 0 26px;
}
.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: flex-start;
    align-items: center;
    font-size:16px;
}
.head-linkList > a {
    color: #3B76FA;
    text-decoration: underline;
    margin-right:32px;
}
.head-linkList > a i {
	margin-right:4px;
}
.compliance-procMain {
    padding: 0px 20px 20px;
    width: 100%;
}
.audit-lable {
	text-align:center;
	font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}
.proc-tipDescription {
	margin-bottom:16px;
}
.proc-tipDescription > span {
	margin-right:16px;
}
.proc-tipDescription > span > i {
    color: tomato;
    position: relative;
    top: 2px;
    margin-right: 4px;
    font-size: 18px;
}
.proc-linkList {
	justify-content:flex-end!important;
	padding: 0 32px!important;
    padding: 0!important;
}
.proc-linkList > a {
    margin-left: 26px!important;
    cursor: pointer;
    margin-right: 0!important;
}
.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;
}
.items-traggleTop {
	position:absolute;
	top:0;
	left:0;
}
.items-traggleTop > span:nth-child(1) {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #dfa71e;
    border-radius: 0 10px 10px 0px;
    position: absolute;
    left: 0;
    top: 0;
}
.items-traggleTop > span:nth-child(2) {
    display: inline-block;
	width: 20px;
    height: 4px;
    background: #dfa71e;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.items-traggleBottom {
	position:absolute;
	bottom:0;
	left: 52%;
}
.items-traggleBottom > span:nth-child(1) {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #dfa71e;
    border-radius: 10px 0 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.items-traggleBottom > span:nth-child(2) {
	display: inline-block;
    width: 20px;
    height: 4px;
    background: #dfa71e;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.compliance-auditOptionDiv {
   	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}
.auditOption-title {
	margin-right:4px;
    color: #dfa71e;
    position: relative;
    top: 2px;
}
.auditOption-detail {
    word-break: break-all;
	width:calc(100% - 32px);
    line-height: 22px;
}
.compliance-procTime {
    color: rgb(211, 154, 28);
    z-index: 2;
    font-weight: bold;
    width: 20%;
	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;
    position:relative;
}
.compliance-procTime .proc-timeLine {
	display:-webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% - 56px);
}
.compliance-procTime .proc-timeLine > .proc-time {
    padding-bottom: 6px;
    border-bottom: 2px #dfa71e;
    border-bottom-style: dashed;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.compliance-procTime .proc-timeLine > .proc-time > i {
    position: relative;
    top: 1px;
    margin-right: 4px;
}
.compliance-procTime .proc-timeLine > .proc-timeCircle {
	display:inline-block;
	background:#dfa71e;
	width:8px;
	height:8px;
	border-radius:50%;
	position:absolute;
	top: 50%;
    right: -8px;
    margin-top: -3px;
}
.compliance-procTime .proc-timeLine > .proc-timeInterval {
    padding-top: 6px;
    height: 24px;
    white-space: nowrap;
    word-break: keep-all;
}
.compliance-procTime > i {
    font-size: 36px;
    background: #dfa71e;
    color: #ffffff;
    border-radius: 18px;
}
.compliance-procDiv {
	width: 78%;
    border: 2px dashed #dfa71e;
    padding: 10px;
    border-radius: 10px;
	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: center;
}
.compliance-procDiv > i {
    font-size: 46px;
    color: #dfa71e;
    margin-right: 10px;
}
.compliance-raduisDiv {
	width: 100%;
}
.compliance-raduisTitle {

}
.compliance-raduisTitle > i {
	margin-right:4px;
    color: #dfa71e;
	position:relative;
	font-size: 16px;
}
.compliance-raduisDetail {
	width: 100%;
	padding: 10px 0 0;
}
.compliance-raduisDetail > i {
    color: #dfa71e;
    margin-right: 8px;
    position: relative;
    top: 2px;
    font-weight: bold;
}
.compliance-procDetail {
	width: calc(100% - 20px);
}
/* 加载中 */
#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(../../adminImages/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;
}
/* 温馨提示弹出框-绿底色 */
.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;
}
.warm-border .warm-messagePro > p:not(:last-child) {
	margin-bottom: 8px;
	line-height: 22px;
}
.warm-messagePro .warm-item2 {
	text-indent: 2em;
}
.warm-btnList {
    text-align: center;
    padding: 14px 0 0px;
    height: 46px;
    display: block;
}
.warm-btnList > a {
	margin: 0 20px;
    color: #FFFFFF;
    border: 1px solid #ff8c00;
    border-radius: 8px;
    padding: 6px 16px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    background-color: #ff8c00;
}
.warm-btnList > a > i {
	margin-right: 6px;
}
.warm-tips {
    color: #0b48ff;
    font-size: 16px;
    margin: 10px 0;
}
.warm-tips > span {
    font-weight: bold;
}
.register-layer .warm-main {
	padding: 48px 28px 18px;
}
.register-layer .layui-layer-btn {
    background-color: #4eb69f;
    text-align: center;
}
.register-layer .layui-layer-btn .layui-layer-btn0 {
    margin: 0 20px 0 0;
    background-color: #ff8c00!important;
    border-color: #ff8c00!important;
    width: 64px;
    text-align: center;
}
.register-layer .layui-layer-btn .layui-layer-btn1 {
	margin: 0;
}

.project-button {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-direction:row;
	-ms-flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:12px;
}
.btn-list {
    display: inline-block;
    color: #FFFFFF!important;
    font-size: 12px;
    border: 0;
    padding: 0px 14px;
    margin: 0 16px 0 0;
    border-radius: 4px;
    min-width: 74px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.btn-list > i{
    font-size: 14px;
    position: relative;
    top: -2px;
    margin-right: 6px;
}
.btn-review {
	background:#FF7D24;
}
.mark-list > img {
    width: 30px;
    margin: 0 8px 0 4px;
    position: relative;
    top: -1px;
}
.admin-form .wup_container .statusBar .btns #uploadFilefilePicker2 .webuploader-pick {
    background-color: #f8bc31!important;
    color: #FFF!important;
    border: none;
}
.required-star {
    color: red;
}
.table-baseinfo-clearBgcolor > tbody > tr > td:nth-child(odd) {
    background-color: #fff;
}
.line-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line-center span {
    margin-left: 10px;
    margin-right: 10px;
}
.property-tips {
    display: inline-block;
    font-size: 14px;
    color: #333;
}
.property-tips > span {
    color:red;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*自动换行*/
.whiteSpaceN {
    white-space: normal!important;
    line-height: 1.75!important;
}

/*计算公式和公式换算*/

#dataGrid > tbody > tr  {
    background-color: #FFF!important;
}

#dataGrid > tbody > .ui-state-hover > td {
    background-color: #FFF!important;
}

.calculation {
    background-color: #F6F9FF;
    display: flex;
    align-items: center;
}

.calculation:nth-child(1) {
    margin-bottom: 10px;
}

.calculation > span:nth-child(1) {
    /*font-size: 16px;*/
    font-family: "alibabaMedium","Microsoft YaHei";
    font-weight: 400;
    color: rgba(59,62,84,0.85);
    line-height: 22px;
    white-space: nowrap;
    padding: 10px 20px;
    border-right: 1px solid #D5D5D6;
}

.calculation > span:nth-child(2) {
    /*font-size: 16px;*/
    font-family: "alibabaMedium","Microsoft YaHei";
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    padding: 10px 20px;
}

/*梯次培育筛选*/
.sift-box {
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 15px 10px 0 10px;
}

.sift-box span input {
    cursor: default;
}

.btn-sift {
    background-color: #fff;
}

.operator {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.operator .input-sift {
    /*font-size: 24px;*/
    border: none;
    box-shadow:none;
    outline: none;
    background-color: #F0F9F3;
    text-align: center;
    border-radius: 2px;
    width: 70px;
    /*height: 60px;*/
    font-family: "alibabaMedium","Microsoft YaHei";
    cursor: default;
    color: #27977F;
}

.close-sift-img {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.add-sift-img {
    position: absolute;
    bottom: -5px;
    right: -10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.input-sift-dig {
    /*font-size: 24px;*/
    border: none;
    box-shadow:none;
    outline: none;
    /*background-color: #F1F8FF!important;*/
    text-align: center;
    border-radius: 2px;
    /*height: 60px;*/
    font-family: "alibabaMedium","Microsoft YaHei";
    font-weight: 800;
}

.input-sift-registration {
    background-color: #F1F8FF!important;
    color: #3C6A9C;
}

.operatorInput {
    border: 1px solid #E5E5E5;
}

.operatorInput input, .operatorInput2 input {
    background-color: #fff;
    font-weight: 400;
}

.operatorSelect {
    cursor: pointer;
    border: 1px solid #E5E5E5;
}

.operatorSelect select {
    background-color: #fff!important;
    font-weight: 400;
}

.columnDomBox {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fill, 16%);*/
    /*justify-content: space-between;*/
    margin-bottom: 15px;
}

.columnDomBox:last-child {
    margin-bottom: 0;
}

.columnDomBox button, .dictionaryDomBox button, .columnDomBox button:hover, .columnDomBox button:focus, .dictionaryDomBox button:hover, .dictionaryDomBox button:focus {
    white-space: normal;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #3C6A9C;
}

.columnDomBox button span, .dictionaryDomBox button span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.btn-blue {
    background-color: #F0F9F3;
    min-width: 20px!important;
    width: 30px!important;
    height: 30px!important;
    border-radius: 15px;
    padding: 0!important;
    color: #27977F;
    /*border-color: #27977F;*/
    border-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-orange, .btn-orange:hover, .btn-orange:focus {
    background-color: #FFF3E4;
    /*border-color: #fca106;*/
    border-color: transparent;
    color: #fca106;
}

.btn-grey, .btn-grey:hover, .btn-grey:focus {
    background-color: #f8f8f8;
    /*border-color: #fca106;*/
    border-color: transparent;
    color: #555!important;
    min-width: 20px;
}

.btn-input-color, .btn-input-color:hover, .btn-input-color:focus {
    color: #415AA1;
    border: 1px solid #7385DB;
}

.btn-input2 {
    background-color: #F1F8FF;
    border-color: transparent;
}

.operatorLogic .input-sift {
    background-color: #FFF3E4;
    color: #fca106;
    width: 70px;
}

.opacity0 {
    opacity: 0;
    height: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.table-sift {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 0px 0px 12px 0px;
    line-height: 22px;
    position:relative;
}

.table-sift span {
    display: flex;
    align-items: center;
}

.table-sift img {
    width: 20px;
    margin-right: 10px;
}

.color333 {
    color: #333333!important;
}

.input-circle {
    width: 32px!important;
    border-radius: 16px!important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.has-error {
    white-space: initial;
}

.legend-clear {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.legend-clear img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.legend-first, .legend-second {
    margin-right: 20px;
}
