/* ç™»å½•é¡µé¢æ·»åŠ é£˜çª— */
#rollDiv {
	width: 540px;
	position: fixed;
	cursor:pointer;
	z-index: 9999;
	padding: 20px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 26px;
	background: rgb(255 255 255);
}
#rollDiv > span {
	font-weight:bold;
	color: red;
}
#rollClose {
	position:absolute;
	top: 5px;
	right: 5px;
}
.roll-title {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
    display: inline-block;
}
.roll-label {

}
.roll-text {
	text-indent:2em;
	word-break:break-all;
}
.roll-text > span{
	color: red;
}
.roll-footer {
	width: 100%;
	text-align: right;
}
/* ç™»å½•é¡µé¢ */
.login-page {
    width: 100%;
    background-image: url(../adminImage/login/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
}
.login-page .login-box {
	margin: 0;
	position: relative;
}
.login-page .login-tips {
    font-size: 14px;
    color: red;
    margin: 4px 0 0 0;
}
.login-page .login-otherTips {
	font-size: 14px;
    color: red;
    margin: 4px 0 23px 0;
    padding-left: 30px;
}
.login-page .login-otherTips > a {
	text-decoration: underline;
    color: #0000ff;
    font-weight: bold;
}
.login-content {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 60px 0 100px;
}
.login-logo {
	margin-bottom: 20px;
}
.login-logo > img {
	width: 410px;
}
.logo-flex {
	background: #F8FDFF;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    border-radius: 27px;
    padding: 30px 0px;
    max-width: 530px;
}
.login-title {
    background: linear-gradient(265deg, transparent 0%, rgba(214,246,255,0.48) 50%, transparent  100%);
    font-weight: bold;
    font-size: 26px;
    color: #2A71B0;
    margin-bottom: 23px;
    padding: 10px 0;
    text-align: center;
}
.login-form {
	padding: 0 70px;
	min-width: 500px;
}
.login-page .login-form .has-feedback .form-control {
	height: 36px!important;
}
.login-form .form-btn > button {
    background: #0067C4;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23), inset 0px 0px 0px 0px rgba(255,255,255,0.5);
    border-radius: 30px;
    border: 1px solid #145085;
    font-size: 16px;
    padding: 8px 0;
}
.login-form .form-control-feedback {
    cursor: pointer;
    pointer-events: auto;
}
.body-action {
    font-size: 16px;
	padding: 0 70px;
    justify-content: space-between;
}
.action-left {
	position: relative;
}
.action-left > a {
	margin-right: 20px;
}
.action-left > a:last-child {
	margin-right: 0px;
}
.action-right {
	position: relative;
}
.action-right > a > i {
	margin-right: 6px;
    position: relative;
    top: 1px;
}
.download-tips {
    position: absolute;
    right: -240px;
    width: 220px;
    background-color: #ffa500;
    color: #FFF;
    padding: 2px 4px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    top: 50%;
    margin-top: -16px;
}
.download-tips:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #ffa500;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -14px;
    border-radius: 10px;
}
.login-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    color: #666;
    font-size: 14px;
}
.support-text {
    font-size: 22px;
    color: red;
    margin-bottom: 6px;
    font-weight: bold;
}
.support-text > span {
    cursor: pointer;
    margin: 0;
    color: red;
    text-decoration: underline;
}
.table-support {
	table-layout:fixed;
    margin-top: 16px;
}
.table-support > thead > tr {
	background: transparent;
}
.table-support > thead > tr:first-child {
	border-top:1px solid rgb(255,255,255,0.8);
}
.table-support > thead > tr > th:nth-child(1) {
	width: 34%;
}
.table-support > thead > tr > th{
	font-size:16px;
	text-align:center;
}
.table-support > thead > tr > th,
.table-support > thead > tr > td,
.table-support > tbody > tr > th,
.table-support > tbody > tr > td{
	border: 1px solid rgb(255,255,255,0.8);
    position: relative;
    padding: 8px 8px;
    white-space: normal;
    vertical-align: middle;
    word-break: break-all;
}
.problem-code {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}
.problem-show {
    animation-name: problemShow;
  	animation-duration: 2s;
  	animation-fill-mode: forwards;
}
.problem-hide {
    animation-name: problemHide;
  	animation-duration: 2s;
  	animation-fill-mode: forwards;
}
.problem-close {
    position: absolute;
    right: -6px;
    top: -6px;
    color: #2F64E7;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background-color: #EDEDED;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
}
@keyframes problemShow {
  from { right: -500px }
  to { right: 10px; }
}
@keyframes problemHide {
  from { right: 10px }
  to { right: -500px; }
}
.support-content {
	padding: 10px 20px 0!important;
    margin-bottom: 10px !important;
}
.support-content .layui-layer-content > .support-item:last-child {
    margin-bottom: 0;
}
.support-item {
	font-size: 18px;
	margin-bottom: 10px;
}
/* ç™»å½•é¡µæ»‘å— */
.layer-slider .layui-layer-content {
	padding: 20px;
}
.slider {
    width: 100%;
    height: 40px;
    position: relative;
}
/* æ³¨å†Œè´¦å·ï¼ˆå…ˆå¯¼é¡µé¢ï¼‰ */
.register-before {
	background-color: #F4F8FD;
}
.regbefore-width {
	width: 1200px;
}
.regbefore-header {
    background-image: linear-gradient(130deg, #0456A1 0%, #0067C4 100%);
    padding: 8px 60px;
    justify-content: flex-start;
    align-items: center;
}
.regbefore-header > img {
    width: 30px;
    margin-right: 20px;
}
.regbefore-header > span.text {
    color: #FFFFFF;
    font-size: 24px;
}
.regbefore-body {
	padding: 30px 0;
	margin: 0 auto;
}
.regbefore-body > .rebefore-part:last-child {
	margin-bottom: 0px;
}
.rebefore-part {
	margin-bottom: 40px;
}
.rebefore-title {
	position: relative;
	font-size: 22px;
    text-align: center;
	color: rgba(0,0,0,0.85);
	padding-bottom: 16px;
}
.rebefore-title:before {
	content:"";
	display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #0067C4;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    margin-left: -30px;
}
.rebefore-title:after {
	content:"";
	display: inline-block;
	width: 600px;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(0, 103, 196, 0) 0%, #0067C4 51%, rgba(0, 103, 196, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -300px;
    z-index: 1;
}
.rebefore-back,
.rebefore-back:hover {
    position: absolute;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #e9967a;
    color: #FFFFFF;
    top: 6px;
    cursor: pointer;
    left: 0;
}
.rebefore-back > i {
    margin-right: 4px;
}
.rebefore-item {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 20px 20px;
}
.rebefore-indent {
	text-indent: 2em;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}
.rebefore-type {
	width: 100%;
	justify-content: space-between;
}
.rebefore-type .type-left,
.rebefore-type .type-right {
	width: calc(50% - 10px);
}
.type-content {
	background: #F7F9FB;
	border-radius: 12px;
	padding: 20px 20px;
}
.type-logo {
    align-items: center;
    margin-bottom: 16px;
}
.type-logo > img {
    width: 60px;
   	position: relative;
    z-index: 2;
}
.type-logo > span {
	background: linear-gradient(270deg, #F7F9FB 0%, #D8ECFF 100%);
    display: inline-block;
    padding: 10px 90px 10px 30px;
    font-size: 18px;
    color: #0067C4;
    position: relative;
    left: -10px;
}
.rebefore-type .type-left .type-item,
.rebefore-type .type-right .type-item {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    margin-bottom: 16px;
}
.rebefore-type .type-left .type-item:last-child,
.rebefore-type .type-right .type-item:last-child {
	margin-bottom: 0px;
}
.rebefore-typeBtn {
	margin-top: 16px;
}
.rebefore-typeBtn .type-left,
.rebefore-typeBtn .type-right {
	text-align: center;
}
.rebefore-typeBtn .type-link {
    background-color: #0067C4;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px 30px;
    display: inline-block;
}
.regbefore-footer {
	padding: 16px 60px;
	background: rgba(6,60,121,0.09);
	font-size: 14px;
	line-height: 22px;
	color: #3E4A54;
	align-items: center;
}
/* æ³¨å†Œè´¦å· */
.register-header {
	margin: 0 0 10px;
    justify-content: flex-end;
}
.register-required {
	font-size: 14px;
	color: rgba(0,0,0,0.85);
}
.register-required > .required {
	margin-right: 4px;
	color: red;
}
.register-page .form-group .control-label {
    padding-top: 6px;
    font-size: 15px;
}
.register-page .form-control {
	height: 36px;
	font-size: 15px;
}
.register-page .strength .strength_input {
	height: 36px;
}
.register-page .strength .strength_meter {
	height: 36px;
    border-radius: 6px;
}
.register-page .strength .strength_meter div {
	height: 34px;
}
.register-page .strength .strength_meter div p {
	right: 6px;
	line-height: 34px;
}
.validCode-flex > .input-group {
    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;
}
.validCode-flex > .input-group > span.input-group-addon:first-child {
	display: none;
}
.validCode-flex > .input-group .form-control {
    width: 64%;
    border-radius: 6px 0 0 6px!important;
    float: none;
}
.validCode-flex > .input-group > span.input-group-addon:last-child {
	width: 36%;
    height: 36px;
    line-height: 32px;
    cursor: pointer;
}
.validCode-flex > .input-group > span.input-group-addon:last-child .reg_validCodeImg {
	width: 98%;
    height: 30px;
}
.regValidCode-flex .form-control {
    width: 64%;
    float: none;
}
.regValidCode-flex .input-group-btn {
	width: 36%;
    height: 36px;
}
.regValidCode-flex .input-group-btn input {
    width: 100%;
    height: 36px;
}
.register-action {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.register-action > .btn-submit {
	background-color: #0067C4;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px 0;
    margin: 0 20px;
    letter-spacing: 4px;
    width: 150px;
}
.register-action > .btn-back {
	background-color: #999;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px 0;
    margin: 0 20px;
    letter-spacing: 4px;
    width: 150px;
}
.register-page .btn-search {
    background: #FFF2EA;
    border-radius: 4px;
    border: 1px solid #FA6400;
    height: 36px;
    font-size: 14px;
    color: #FA6400;
}
.register-page .register-tips {
	font-size: 14px;
	color: #f59942;
	white-space: nowrap;
    word-break: break-all;
    line-height: 36px;
}
.regPassword-reset {
    height: 36px;
}
.regPassword-reset .button_strength {
	padding-top: 0 !important;
    position: absolute;
    top: 0;
    right: calc(-100% - 45px);
    width: calc(100% + 30px);
    height: 36px;
}
/* æ‰¾å›žå¯†ç ï¼ˆå…ˆå¯¼é¡µé¢ï¼‰ */
.fwdbefore-part {
	padding: 30px 40px;
}
.fwdbefore-item {
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}
.fwdbefore-item:hover {
    animation-name: fwdItem;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fwdItem {
  from { 
  	transform: scale(1);
    background-color: #FFFFFF;
    box-shadow: none;
  }to { 
  	transform: scale(1.02);
    background-color: #FFFFFF;
    box-shadow: 0 0 10px #caced6;
  }
}
.rebefore-item > .fwdbefore-item:last-child {
	margin-bottom: 0;
}
.fwdbefore-item1 {
	background: linear-gradient( 135deg, #F2F4FF 0%, #EEEDFF 100%);
}
.fwdbefore-item2 {
	background: linear-gradient( 135deg, #F2F8FF 0%, #E4F0FF 100%);
}
.fwdbefore-item3 {
	background: linear-gradient( 135deg, #FFF9F2 0%, #FFEEE4 100%);
}
.fwdbefore-item > img {
	width: 60px;
}
.fwdbefore-item > .fwdbefore-text {
	width: calc(100% - 90px);
}
.fwdbefore-item > .fwdbefore-text > span:nth-child(1) {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 10px;
}
.fwdbefore-item:hover > .fwdbefore-text > span:nth-child(1) {
    text-decoration: underline;
}
.fwdbefore-item > .fwdbefore-text > span:nth-child(2) {
    font-size: 14px;
    color: #999;
}
/* æ‰¾å›žå¯†ç  */
.fp-download {
	margin-bottom: 3px;
	color: red;
    padding-left: 0;
}
.fp-download > a {
    text-decoration: underline;
    margin: 0 4px;
    font-weight: bold;
}
.fp-padding {
	font-size: 15px;
    height: 30px;
    line-height: 31px;
}
.register-before .wup_container .wup_file .filetable .template-upload .name {
    width: auto !important;
}
.register-before .wup_container .wup_file .filetable .template-upload .prog_bar,
.register-before .wup_container .wup_file .filetable .template-upload .msg {
    display: none;
}
.register-before .wup_container .wup_file .filetable .template-upload .btncancel .preview {
    background-color: #4169e1;
    color: #FFFFFF;
    border-color: #4169e1;
}
.forget-tips {
    font-size: 17px;
}
.forget-nameTips {
    font-size: 16px;
}
.forget-tips > span,
.forget-nameTips > span{
    font-weight: bold;
}
/* é¦–é¡µ */
.index-content > .index-part:last-child {
	padding-bottom: 0px;
}
.index-part {
	padding-bottom: 20px;
}
.index-title {
	font-size: 22px;
	margin-bottom: 16px;
}
.index-tip {
	font-size: 16px;
    color: #da4d4d
}
.index-list {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.index-list > li {
	font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #EDEDED;
    justify-content: space-between;
    align-items: center;
}
.index-list > li:last-child {
	border-bottom: 0;
}
.index-list > li .index-name {
	margin: 0;
}
.index-list > li .index-des {
	font-size: 14px;
    color: #1e5edb;
}
.index-list > li .index-action {
    color: #FFFFFF;
    background-color: rgba(16, 142, 233, 1);
    padding: 4px 14px;
    border-radius: 6px;
}
.select-company {
	padding: 20px 0;
}
/* ä¼ä¸šä¿¡æ¯è¡¨å• */
.box-tip {
	text-align: left;
    font-size: 14px;
    color: #ff0000;
    padding: 0px 20px 10px;
}
.box-tip > i {
	position: relative;
    top: 1px;
    margin-right: 4px;
}
.body-form .form-group .control-label i.icon-flag {
	color: red;
}
.registered-flex {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.registered-number {
	width: calc(60% - 25px);
}
.registered-flex > span {
    font-size: 16px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 50px;
    text-align: center;
}
.registered-unit {
	width: calc(40% - 25px);
}
.business-flex {
	width: 100%;
    justify-content: space-between;
    align-items: center;
}
.business-date {
	width: 50%;
}
.business-checkbox {
	width: 40%;
}
.submit-flex {
    align-items: center;
}
.company-submit {
    display: inline-block;
    font-size: 32px;
    padding: 0 30px;
    line-height: 72px;
}
.company-submitLayer {
	font-size: 16px;
    padding: 0 12px;
    line-height: 32px;
}
.body-form .input-group .input-group-addon:first-child {
	display: none;
}
.body-form .input-group .form-control {
	border-radius: 6px 0 0 6px!important;
}
.authorize-flex {
	justify-content: center;
}
.authorize-flex > .icheck {
	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;
}
.body-form .wup_container .wup_file .filetable .template-upload .prog_bar,
.body-form .wup_container .wup_file .filetable .template-upload .msg {
	display: none;
}
.body-form .wup_container .wup_file .filetable .template-upload .btncancel .preview {
	background-color: #4169e1;
    color: #FFFFFF;
    border-color: #4169e1;
}
.body-form .wup_container .wup_file .filetable .template-upload .name {
	width: auto!important;
}
/* è¯¦æƒ…é¡µé¢ */
.company-detail {
    padding: 20px 12px 0;
    font-size: 14px;
    justify-content: flex-end;
}
.company-detail > .company-btn {
	margin-right: 20px;
    padding: 0 16px;
    background-color: cornflowerblue;
    border-radius: 30px;
    color: #FFFFFF;
    height: 30px;
    line-height: 28px;
}
.company-detail > .company-btn > i {
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.company-detail > .company-btn:last-child {
	margin-right: 0;
}
/* å®¡æ ¸é¡µé¢ */
.audit-detail {
	width: 100%;
    justify-content: space-between;
}
.audit-detailLeft {
	width: 45%;
}
.audit-companyLeft {
	width: 56%;
}
.audit-tableTitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 22px;
}
.table-auditAppeal > thead > tr > th:nth-child(1) {
	width: 20%;
}
.table-auditAppeal > thead > tr > th:nth-child(2) {
	width: 40%;
}
.table-auditAppeal > thead > tr > th:nth-child(3) {
	width: 40%;
}
.table-auditAppeal > tbody > tr > td:first-child {
	background-color: rgba(235,244,254,0.6);
	text-align: right;
}
.table-auditAppeal .audit-div > td {
    background-color: rgba(255,0,0,0.1)!important;
}
.table-auditAppeal .audit-change {
	color: red;
}
.audit-imgList {
    margin-bottom: 16px;
    justify-content: center;
    font-size: 18px;
}
.audit-imgList > li {
	margin: 0 20px;
	padding-bottom: 8px;
	position: relative;
    cursor: pointer;
}
.audit-imgList > li:after {
	width: 0;
}
.audit-imgList > li.active:after {
    content: "";
    display: inline-block;
    width: 80%;
    height: 2px;
    position: absolute;
    margin-left: -40%;
    bottom: 0;
    background-color: #1e90ff;
    left: 50%;
    border-radius: 6px;
}
.audit-imgList > li.active {
	color: #1e90ff;
    font-weight: bold;
}
.audit-detailRight {
	width: 54%;
}
.audit-companyRight {
	width: 42%;
}
.audit-imgContent {
	height: 400px;
}
.audit-imgContent > img {
	width: 100%;
}
/* æäº¤æˆåŠŸå¼¹å‡ºæ¡† */
.layer-submit {
    background-image: linear-gradient(to top, rgba(0,128,0,0.09), transparent);
}
.layer-submit .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-submit .layer-img:after {
	content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #EDFBF2;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.layer-submit .layer-img > img {
    width: 36px;
    position: relative;
    z-index: 2;
}
.layer-submit .layer-cuccess {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 48px 30px 0;
}
.layer-submit .layer-title {
    font-size: 20px;
    color: #498D00;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.layer-submit .layer-description {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed green;
}
.layer-submit .layer-item {
	font-size: 18px;
    margin-bottom: 20px;
}
.layer-submit .layer-item > span {
    color: #999;
}
.layer-submit .layer-item > p {
    color: rgba(0, 0, 0, 0.85);
}
.layer-submit .layui-layer-btn {
	padding-bottom: 20px!important;
}