﻿@charset "UTF-8";
.textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.textCenter {
  text-align: center; }

.clearBoth {
  zoom: 1; }
  .clearBoth:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0; }

/*向上*/
.triangle_border_up {
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ccc;
  position: relative; }

.triangle_border_up span {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  /*透明 透明  黄*/
  position: absolute;
  top: 1px;
  left: -10px; }

body {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 12px; }

button,
div,
i,
input,
li,
ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.layui-btn {
  border-radius: 0;
  font-size: 12px; }

.btnStylePure {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  color: #333; }
  .btnStylePure:active {
    background-color: #ececec; }
  .btnStylePure:hover {
    background-color: #fff;
    color: #333; }

.defaultBtn {
  height: 40px;
  line-height: 40px;
  background-color: #0090e1; }
  .defaultBtn:active {
    background-color: #1a79c2;
    color: #fff; }
  .defaultBtn:hover {
    background-color: #005ea6;
    color: #fff; }

.disabledBtn {
  height: 40px;
  line-height: 40px;
  color: #bbb;
  background-color: #f7f7f7;
  border: 1px solid #ddd; }
  .disabledBtn:hover {
    color: #bbb;
    cursor: default; }

.layui-laydate .layui-laydate-footer span[lay-type=date] {
  color: #0090e1; }

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #0090e1 !important; }

.layui-laydate .layui-laydate-footer span {
  color: #0090e1; }
  .layui-laydate .layui-laydate-footer span:hover {
    color: #0090e1;
    text-decoration: underline; }

.layui-laydate .laydate-selected:hover {
  background-color: #438ac7 !important;
  color: #f1f1f1; }

.layui-laydate .layui-laydate-main .layui-this {
  background-color: #0090e1 !important; }

.layui-laydate .layui-laydate-content td.laydate-selected {
  background-color: rgba(71, 145, 210, 0.19); }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #0090e1; }

.lay-wholeWeb-loginBox {
  padding: 20px;
  padding-bottom: 0;
  background: #f6f6f6; }
  .lay-wholeWeb-loginBox .title {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd; }
    .lay-wholeWeb-loginBox .title .titleName {
      width: 1000px;
      margin: 10px auto;
      text-align: left; }
      .lay-wholeWeb-loginBox .title .titleName h1 img {
        width: 266px; }
      .lay-wholeWeb-loginBox .title .titleName h1 span {
        margin-left: 15px;
        color: #999;
        font-size: 24px; }
  .lay-wholeWeb-loginBox .close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 7px;
    background: url("./res/close.png") center no-repeat;
    opacity: 0.6;
    cursor: pointer; }
    .lay-wholeWeb-loginBox .close:hover {
      opacity: 1; }
  .lay-wholeWeb-loginBox h5 {
    margin-bottom: 25px;
    text-align: center;
    color: #333;
    font-size: 24px; }
  .lay-wholeWeb-loginBox form .layui-form-item {
    margin: auto;
    margin-bottom: 20px; }
    .lay-wholeWeb-loginBox form .layui-form-item .layui-input {
      height: 50px;
      line-height: 50px; }
      .lay-wholeWeb-loginBox form .layui-form-item .layui-input::-webkit-input-placeholder {
        font-size: 14px; }
  .lay-wholeWeb-loginBox form #lay-wholeWeb-loginBox-vcode {
    height: 50px; }
  .lay-wholeWeb-loginBox form .lay-wholeWeb-loginIn,
  .lay-wholeWeb-loginBox form .lay-wholeWeb-loginReg {
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    background: #e22323;
    font-size: 15px; }
  .lay-wholeWeb-loginBox form .lay-wholeWeb-loginReg {
    background: #faab2e;
    color: #fff; }

.lay-wholeWeb-frReg {
  padding: 10px 20px 20px 20px;
  background: #f6f6f6; }
  .lay-wholeWeb-frReg .layui-form-label, .lay-wholeWeb-frReg .layui-input-block input {
    font-size: 14px; }
  .lay-wholeWeb-frReg .lay-wholeWeb-reg_fr {
    width: 1000px;
    background: #fff;
    min-height: 530px;
    margin: 0px auto; }
    .lay-wholeWeb-frReg .lay-wholeWeb-reg_fr .titleLog {
      margin: 20px auto;
      padding-top: 15px;
      text-align: center; }
      .lay-wholeWeb-frReg .lay-wholeWeb-reg_fr .titleLog span {
        color: #999; }
  .lay-wholeWeb-frReg .title {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd; }
    .lay-wholeWeb-frReg .title .titleName {
      width: 1000px;
      margin: 10px auto;
      text-align: left; }
      .lay-wholeWeb-frReg .title .titleName h1 img {
        width: 266px; }
      .lay-wholeWeb-frReg .title .titleName h1 span {
        margin-left: 15px;
        color: #999;
        font-size: 24px; }
  .lay-wholeWeb-frReg .regTitle {
    text-align: center; }
    .lay-wholeWeb-frReg .regTitle h3 {
      font-weight: 700;
      font-size: 16px;
      margin: 10px auto; }
  .lay-wholeWeb-frReg .layui-form .layui-form-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    margin: auto;
    margin-bottom: 15px;
    position: relative; }
    .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input {
      position: relative;
      padding-left: 40px; }
    .lay-wholeWeb-frReg .layui-form .layui-form-item img.tips_img {
      z-index: 99;
      position: absolute;
      margin-top: 9px;
      margin-left: 9px; }
    .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-form-label {
      width: 120px; }
      .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-form-label span {
        color: #E22323; }
    .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block {
      margin-left: 150px; }
      .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag {
        vertical-align: top;
        margin-right: 5px; }
      .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 {
        border: none; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 .layui-icon {
          opacity: 0; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 p {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 24px;
          line-height: 24px;
          text-align: center;
          background: #474a4c;
          color: #fff; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 img {
          width: 100px;
          height: 87px; }
      .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 {
        border: none; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 .layui-icon {
          opacity: 0; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 p {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 24px;
          line-height: 24px;
          text-align: center;
          background: #474a4c;
          color: #fff; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 img {
          width: 100px;
          height: 87px; }
      .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag3 {
        border: none; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag3 .layui-icon {
          opacity: 0; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag3 p {
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center;
          height: 24px;
          line-height: 24px;
          background: #474a4c;
          color: #fff; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag3 img {
          width: 100px;
          height: 87px; }
      .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .tips {
        position: absolute;
        width: 300px;
        top: 10px;
        left: 340px;
        color: #f79e19;
        font-size: 12px; }
        .lay-wholeWeb-frReg .layui-form .layui-form-item .layui-input-block .tips li {
          list-style: disc; }
  .lay-wholeWeb-frReg .layui-form .layui-form-checked[lay-skin=primary] i {
    border-color: #e22323;
    background-color: #e22323; }
  .lay-wholeWeb-frReg .layui-form .layui-form-checked[lay-skin=primary] span {
    margin-top: 0;
    font-size: 12px; }
  .lay-wholeWeb-frReg .layui-form .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #e22323; }
  .lay-wholeWeb-frReg .layui-form .layui-form-checkbox[lay-skin=primary] span {
    margin-top: 0;
    font-size: 8px; }
  .lay-wholeWeb-frReg .layui-form .lay-wholeWeb-reg-btns {
    margin-top: 15px;
    text-align: center; }
    .lay-wholeWeb-frReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-first,
    .lay-wholeWeb-frReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-firstCancel,
    .lay-wholeWeb-frReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-second,
    .lay-wholeWeb-frReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-backfirst {
      width: 150px;
      color: #FFF;
      background-color: #E22323; }
    .lay-wholeWeb-frReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-firstCancel,
    .lay-wholeWeb-frReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-backfirst {
      background: #e6e6e6;
      color: #999999; }
  .lay-wholeWeb-frReg .layui-form .third_reg_title {
    margin-top: 20px;
    text-align: center; }
  .lay-wholeWeb-frReg .layui-form .msgCode {
    margin-bottom: 0; }
  .lay-wholeWeb-frReg .verificationCode .layui-input-block .layui-col-xs9,
  .lay-wholeWeb-frReg .verificationCode .layui-input-block .layui-col-xs3,
  .lay-wholeWeb-frReg .msgCode .layui-input-block .layui-col-xs9,
  .lay-wholeWeb-frReg .msgCode .layui-input-block .layui-col-xs3 {
    margin-top: -36px; }
    .lay-wholeWeb-frReg .verificationCode .layui-input-block .layui-col-xs9 .layui-btn,
    .lay-wholeWeb-frReg .verificationCode .layui-input-block .layui-col-xs3 .layui-btn,
    .lay-wholeWeb-frReg .msgCode .layui-input-block .layui-col-xs9 .layui-btn,
    .lay-wholeWeb-frReg .msgCode .layui-input-block .layui-col-xs3 .layui-btn {
      background-color: #e22323; }

.lay-wholeWeb-zrrReg {
  padding: 20px;
  background: #f6f6f6; }
  .lay-wholeWeb-zrrReg .layui-form-label, .lay-wholeWeb-zrrReg .layui-input-block input {
    font-size: 14px; }
  .lay-wholeWeb-zrrReg .lay-wholeWeb-reg_zrr {
    width: 1000px;
    background: #fff;
    min-height: 500px;
    margin: 0px auto; }
    .lay-wholeWeb-zrrReg .lay-wholeWeb-reg_zrr .titleLog {
      margin: 20px auto;
      padding-top: 30px;
      text-align: center; }
      .lay-wholeWeb-zrrReg .lay-wholeWeb-reg_zrr .titleLog span {
        color: #999; }
  .lay-wholeWeb-zrrReg .title {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd; }
    .lay-wholeWeb-zrrReg .title .titleName {
      width: 1000px;
      margin: 10px auto;
      text-align: left; }
      .lay-wholeWeb-zrrReg .title .titleName h1 img {
        width: 266px; }
      .lay-wholeWeb-zrrReg .title .titleName h1 span {
        margin-left: 15px;
        color: #999;
        font-size: 24px; }
  .lay-wholeWeb-zrrReg .regTitle {
    text-align: center; }
    .lay-wholeWeb-zrrReg .regTitle h3 {
      font-weight: 700;
      font-size: 16px;
      margin: 10px auto; }
  .lay-wholeWeb-zrrReg .layui-form .layui-form-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    margin: auto;
    margin-bottom: 15px;
    position: relative; }
    .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input {
      position: relative;
      padding-left: 40px; }
    .lay-wholeWeb-zrrReg .layui-form .layui-form-item img.tips_img {
      z-index: 99;
      position: absolute;
      margin-top: 9px;
      margin-left: 9px; }
    .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-form-label {
      width: 120px; }
      .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-form-label span {
        color: #E22323; }
    .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block {
      margin-left: 150px; }
      .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag {
        vertical-align: top;
        margin-right: 5px; }
      .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 {
        border: none; }
        .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 .layui-icon {
          opacity: 0; }
        .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 p {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 24px;
          line-height: 24px;
          text-align: center;
          background: #474a4c;
          color: #fff; }
        .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag1 img {
          width: 100px;
          height: 87px; }
      .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 {
        border: none; }
        .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 .layui-icon {
          opacity: 0; }
        .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 p {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 24px;
          line-height: 24px;
          text-align: center;
          background: #474a4c;
          color: #fff; }
        .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .layui-upload-drag2 img {
          width: 100px;
          height: 87px; }
      .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .tips {
        position: absolute;
        width: 300px;
        top: 10px;
        left: 250px;
        color: #f79e19;
        font-size: 12px; }
        .lay-wholeWeb-zrrReg .layui-form .layui-form-item .layui-input-block .tips li {
          list-style: disc; }
  .lay-wholeWeb-zrrReg .layui-form .layui-form-checked[lay-skin=primary] i {
    border-color: #e22323;
    background-color: #e22323; }
  .lay-wholeWeb-zrrReg .layui-form .layui-form-checked[lay-skin=primary] span {
    margin-top: 0;
    font-size: 12px; }
  .lay-wholeWeb-zrrReg .layui-form .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #e22323; }
  .lay-wholeWeb-zrrReg .layui-form .layui-form-checkbox[lay-skin=primary] span {
    margin-top: 0;
    font-size: 8px; }
  .lay-wholeWeb-zrrReg .layui-form .lay-wholeWeb-reg-btns {
    margin-top: 20px;
    text-align: center; }
    .lay-wholeWeb-zrrReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-first,
    .lay-wholeWeb-zrrReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-firstCancel,
    .lay-wholeWeb-zrrReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-second,
    .lay-wholeWeb-zrrReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-backfirst {
      width: 150px;
      color: #FFF;
      background-color: #E22323; }
    .lay-wholeWeb-zrrReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-firstCancel,
    .lay-wholeWeb-zrrReg .layui-form .lay-wholeWeb-reg-btns .lay-wholeWeb-reg-backfirst {
      background: #e6e6e6;
      color: #999999; }
  .lay-wholeWeb-zrrReg .layui-form .third_reg_title {
    margin-top: 20px;
    text-align: center; }
  .lay-wholeWeb-zrrReg .layui-form .msgCode {
    margin-bottom: 0; }
  .lay-wholeWeb-zrrReg .verificationCode .layui-input-block .layui-col-xs9,
  .lay-wholeWeb-zrrReg .verificationCode .layui-input-block .layui-col-xs3,
  .lay-wholeWeb-zrrReg .msgCode .layui-input-block .layui-col-xs9,
  .lay-wholeWeb-zrrReg .msgCode .layui-input-block .layui-col-xs3 {
    margin-top: -36px; }
    .lay-wholeWeb-zrrReg .verificationCode .layui-input-block .layui-col-xs9 .layui-btn,
    .lay-wholeWeb-zrrReg .verificationCode .layui-input-block .layui-col-xs3 .layui-btn,
    .lay-wholeWeb-zrrReg .msgCode .layui-input-block .layui-col-xs9 .layui-btn,
    .lay-wholeWeb-zrrReg .msgCode .layui-input-block .layui-col-xs3 .layui-btn {
      background-color: #e22323; }

.lay-wholeWeb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #f9f9f9; }
  .lay-wholeWeb .lay-wholeWeb-layout {
    height: 100%; }
    .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header {
      background: url("./res/headBg.png") top center no-repeat; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-head .lay-wholeWeb-head-operate span.user {
        color: #e3544e; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator {
        background-color: #d70a01; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav li:before {
          background-color: #e3544e; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav li:after {
          background-color: #e3544e; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav li.home {
          background-image: url("./res/backHome_jl.png"); }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav li.home:hover {
            background-image: url("./res/backHomeActive_jl.png"); }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav li:hover .lay-wholeWeb-nav2 {
          display: block !important; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav .lay-wholeWeb-nav2 {
          display: none;
          position: relative;
          z-index: 9;
          background: #e3544e; }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav .lay-wholeWeb-nav2 li:hover {
            background: #d70a01; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav .lay-wholeWeb-nav2 li:hover:after {
              display: none; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header.jlHead .lay-wholeWeb-navigator .lay-wholeWeb-nav .lay-wholeWeb-nav2 li:hover:before {
              display: none; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head {
        position: relative;
        margin: 0 auto;
        width: 1200px;
        height: 100px;
        background: url("./res/zaixiandatinglogo.png") left 40% no-repeat; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head .lay-wholeWeb-head-operate {
          position: absolute;
          right: 10px;
          top: 40px;
          color: #888; }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head .lay-wholeWeb-head-operate a,
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head .lay-wholeWeb-head-operate span {
            cursor: pointer; }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head .lay-wholeWeb-head-operate span {
            padding: 0 5px; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head .lay-wholeWeb-head-operate span.user {
              color: #0290e1; }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head .lay-wholeWeb-head-operate a {
            color: #888;
            text-decoration: underline; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-head .lay-wholeWeb-head-operate a:active {
              color: #0290e1; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator {
        background-color: #E22323; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          margin: 0 auto;
          width: 1200px; }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:nth-of-type(1):after, .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:nth-of-type(2):after {
            display: none; }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li {
            position: relative;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            height: 50px;
            line-height: 50px;
            text-align: center; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:before {
              content: ' ';
              position: absolute;
              left: 50%;
              top: 0;
              -webkit-transform: translate(-50%, 0);
                      transform: translate(-50%, 0);
              height: 3px;
              width: 100%;
              background-color: #E22323;
              opacity: 0;
              -webkit-transition-property: all;
              transition-property: all;
              -webkit-transition-duration: 0.5s;
                      transition-duration: 0.5s;
              transition-time-function: ease-in;
              -webkit-transition-delay: 0;
                      transition-delay: 0; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:after {
              content: ' ';
              position: absolute;
              top: 40%;
              right: 25px;
              border: 8px solid #e22323;
              border-top-color: #fff; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li.active, .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:hover {
              background-color: #fff; }
              .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li.active:before, .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:hover:before {
                opacity: 1; }
              .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li.active:after, .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:hover:after {
                border-color: #fff;
                border-top-color: #e22323; }
              .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li.active a, .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:hover a {
                font-weight: bold;
                color: #E22323; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li:hover .child_nav_li {
              display: block; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav li a {
              display: block;
              color: #fff;
              font-size: 16px; }
          .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav .child_nav_li {
            position: relative;
            z-index: 999999;
            display: none; }
            .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav .child_nav_li li {
              background: #fff; }
              .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav .child_nav_li li:after {
                display: none; }
              .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav .child_nav_li li a {
                font-weight: normal; }
              .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav .child_nav_li li:hover a {
                color: #c51f1f;
                font-weight: bold; }
              .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-header .lay-wholeWeb-navigator .lay-wholeWeb-nav .child_nav_li li:hover:before {
                opacity: 0; }
    .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-footer {
      position: relative;
      background: #443e3e;
      margin-top: 20px; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-footer.jlFoot {
        background: #d70a01; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-footer .lay-wholeWeb-foot {
        margin: 0 auto;
        width: 1200px;
        height: 160px;
        padding-top: 35px; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-footer .lay-wholeWeb-foot .foota {
          color: #fff;
          text-align: center;
          padding-top: 10px; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-footer .lay-wholeWeb-foot .footimg {
          width: 50px;
          height: 60px;
          background: url("./res/sydw.png") no-repeat;
          position: absolute;
          bottom: 50px;
          left: 70%; }
    .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-content {
      overflow: hidden;
      background: #f6f6f6; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-content > div {
        margin: 0 auto;
        width: 1200px; }
      .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-content .pannelBox .title {
        margin-bottom: 15px;
        border-bottom: 1px solid #dddddd; }
        .lay-wholeWeb .lay-wholeWeb-layout .lay-wholeWeb-content .pannelBox .title span {
          display: block;
          margin-top: -2px;
          border-top: 2px solid #005ea6;
          padding: 0 10px;
          width: 110px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 16px; }

#LAY-user-login.layadmin-user-login {
  width: 100%; }

#LAY-user-reg.layadmin-user-reg {
  width: 100%; }

.loginPage {
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 700px; }
  .loginPage .loginHead {
    overflow: hidden;
    line-height: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 30px; }
    .loginPage .loginHead div {
      overflow: auto;
      width: 1200px;
      margin: 0 auto; }
      .loginPage .loginHead div .welcomeText {
        float: right;
        font-size: 14px; }
  .loginPage .lay-wholeWeb-login {
    width: 1000px;
    background: #fff;
    margin: 35px auto;
    padding: 30px; }
    .loginPage .lay-wholeWeb-login .layui-tab-content {
      padding: 30px; }
    .loginPage .lay-wholeWeb-login .layui-tab .layui-tab-title {
      text-align: center; }
    .loginPage .lay-wholeWeb-login .layui-tab .layui-this {
      color: #e22323; }
      .loginPage .lay-wholeWeb-login .layui-tab .layui-this:after {
        border-color: #e22323; }
    .loginPage .lay-wholeWeb-login .btns {
      text-align: center; }
      .loginPage .lay-wholeWeb-login .btns .layui-btn {
        font-size: 15px;
        background-color: #fff;
        color: #e22323;
        border: 1px solid #e22323; }
        .loginPage .lay-wholeWeb-login .btns .layui-btn:nth-child(2) {
          margin-left: -5px; }
        .loginPage .lay-wholeWeb-login .btns .layui-btn:nth-child(3) {
          margin-left: -5px; }
      .loginPage .lay-wholeWeb-login .btns .active {
        background-color: #e22323;
        color: #fff; }
    .loginPage .lay-wholeWeb-login .layui-form {
      width: 500px;
      margin: 0 auto; }
      .loginPage .lay-wholeWeb-login .layui-form .layui-form-item .layui-input {
        position: relative;
        padding-left: 40px; }
      .loginPage .lay-wholeWeb-login .layui-form .layui-form-item img {
        z-index: 99;
        position: absolute;
        margin-top: 14px;
        margin-left: 9px; }
      .loginPage .lay-wholeWeb-login .layui-form .layui-form-item .layui-row {
        position: relative; }
        .loginPage .lay-wholeWeb-login .layui-form .layui-form-item .layui-row p {
          position: absolute;
          right: 0;
          bottom: -18px; }
          .loginPage .lay-wholeWeb-login .layui-form .layui-form-item .layui-row p a {
            color: #e22323; }
  .loginPage .loginBox {
    overflow: auto;
    margin: 0 auto;
    padding-top: 100px;
    width: 1200px; }
    .loginPage .loginBox .loginBar {
      margin: 15px;
      padding: 30px;
      float: right;
      width: 400px;
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: 0 0 20px #555;
              box-shadow: 0 0 20px #555; }
      .loginPage .loginBox .loginBar h1 {
        padding: 0 0 20px;
        text-align: center;
        color: #333;
        font-size: 30px; }
      .loginPage .loginBox .loginBar .loginLable {
        overflow: auto;
        margin-bottom: 30px; }
        .loginPage .loginBox .loginBar .loginLable input {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          height: 48px;
          line-height: 48px;
          border: none;
          background-color: #fff;
          border: 1px solid #fff;
          outline: none;
          text-indent: 1em;
          font-size: 14px; }
          .loginPage .loginBox .loginBar .loginLable input:focus {
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 1s;
                    transition-duration: 1s;
            transition-time-function: ease-in;
            -webkit-transition-delay: 0;
                    transition-delay: 0;
            border: 1px solid #5092e5; }
        .loginPage .loginBox .loginBar .loginLable.checkImg {
          vertical-align: middle;
          line-height: 30px; }
          .loginPage .loginBox .loginBar .loginLable.checkImg img {
            width: 60px;
            height: 30px;
            background: #fff;
            vertical-align: middle; }
          .loginPage .loginBox .loginBar .loginLable.checkImg a {
            line-height: 30px;
            color: #5092e5;
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            font-size: 12px;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.25s;
                    transition-duration: 0.25s;
            transition-time-function: ease-in;
            -webkit-transition-delay: 0;
                    transition-delay: 0; }
            .loginPage .loginBox .loginBar .loginLable.checkImg a:active {
              color: #fff; }
      .loginPage .loginBox .loginBar .loginBtn {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #5092e5;
        background-color: #5092e5;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.25s;
                transition-duration: 0.25s;
        transition-time-function: ease-in;
        -webkit-transition-delay: 0;
                transition-delay: 0; }
        .loginPage .loginBox .loginBar .loginBtn:hover {
          border-bottom: 3px solid #2c66af; }
        .loginPage .loginBox .loginBar .loginBtn:active {
          background-color: #2c66af; }
      .loginPage .loginBox .loginBar .resetPassword {
        padding-top: 10px;
        text-align: right; }
        .loginPage .loginBox .loginBar .resetPassword a {
          color: #925d3a;
          font-size: 14px; }
    .loginPage .loginBox .pageText {
      float: left;
      margin-top: 85px;
      width: 553px;
      height: 111px;
      -webkit-animation-name: pageText;
              animation-name: pageText;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
  .loginPage .loginFoot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    line-height: 2.5;
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }
  .loginPage #lay-wholeWeb-loginBox-vcode {
    width: 200px;
    margin-left: 8px;
    height: 40px; }
  .loginPage .loginBox .loginBar .loginLable input#verification_code {
    width: 60%;
    float: left; }
  .loginPage .loginBox .loginBar .loginLable #lay-wholeWeb-loginBox-vcode {
    width: 40%;
    float: left;
    height: 48px; }
  .loginPage .loginBox .loginBar .lay-wholeWeb-loginBox-vcode {
    overflow-y: hidden; }

@-webkit-keyframes pageText {
  from {
    margin-top: 0;
    opacity: 0; }
  to {
    margin-top: 85px;
    opacity: 1; } }

@keyframes pageText {
  from {
    margin-top: 0;
    opacity: 0; }
  to {
    margin-top: 85px;
    opacity: 1; } }

@media screen and (max-width: 768px) {
  .layadmin-user-login, .layadmin-user-reg {
    padding-top: 60px; }
  .layadmin-user-login-main {
    width: 300px; }
  .layadmin-user-login-box {
    padding: 10px; } }

.layui-form-label span.must {
  padding-right: 4px;
  vertical-align: middle;
  color: #f00;
  font-size: 14px; }

.lay-creditEvaluate-manageLicence .editContent .left .layui-table .actionBtns a.nones {
  color: #999;
  cursor: no-drop; }

input[disabled], input:disabled {
  background-color: #F5F5F5; }

.layui-form-checked[lay-skin=primary] i {
  border-color: #df1a12;
  background-color: #df1a12;
  color: #fff; }

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #df1a12;
  color: #fff; }

.zyhbtn-top {
  position: relative;
  bottom: 40px; }

.zyhListPage {
  text-align: center; }
  .zyhListPage .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #df1a12; }
  .zyhListPage .layui-laypage > a, .zyhListPage .layui-laypage > span {
    color: #666;
    background-color: #eeeeee;
    margin-left: 5px;
    margin-right: 5px; }
  .zyhListPage .layui-laypage > a:hover {
    color: #df1a12; }

.input420px input.callcontent, .input420px .layui-form-select {
  width: 420px;
  float: left; }

.zyh-redBtn {
  background-color: #e22323;
  position: relative;
  overflow: hidden; }
  .zyh-redBtn .fileUpload {
    width: 80px;
    height: 38px;
    position: absolute;
    left: 0px;
    right: 0px;
    opacity: 0;
    cursor: pointer; }

.zyh-orangeBtn {
  margin-left: 10px;
  background-color: #f69709; }

.zyh-orangeBtn-none {
  display: none; }

.zyh-redBtn, .zyh-orangeBtn {
  float: left;
  width: 80px;
  height: 38px;
  color: white;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  cursor: pointer; }

.zyh-orangeBtn:hover, .zyh-redBtn:hover {
  color: white; }

.layui-layer-btn-zyhbtnRed.layui-layer-btn {
  text-align: center;
  font-size: 0px; }
  .layui-layer-btn-zyhbtnRed.layui-layer-btn .layui-layer-btn0, .layui-layer-btn-zyhbtnRed.layui-layer-btn .layui-layer-btn1 {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    border: none; }
  .layui-layer-btn-zyhbtnRed.layui-layer-btn .layui-layer-btn0 {
    background-color: #e6e6e6;
    border: 1px solid;
    color: #999;
    border: 1px solid #dddddd; }
    .layui-layer-btn-zyhbtnRed.layui-layer-btn .layui-layer-btn0:hover {
      background-color: #dddddd; }

.layui-layer-btn-zyhbtn.layui-layer-btn {
  text-align: center;
  font-size: 0px; }
  .layui-layer-btn-zyhbtn.layui-layer-btn .layui-layer-btn0, .layui-layer-btn-zyhbtn.layui-layer-btn .layui-layer-btn1 {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    border: none; }
  .layui-layer-btn-zyhbtn.layui-layer-btn .layui-layer-btn0 {
    background-color: #e22323;
    color: #fff; }
    .layui-layer-btn-zyhbtn.layui-layer-btn .layui-layer-btn0:hover {
      background-color: #f43b3b; }
  .layui-layer-btn-zyhbtn.layui-layer-btn .layui-layer-btn1 {
    background-color: #e6e6e6;
    border: 1px solid;
    color: #999;
    border: 1px solid #dddddd; }
    .layui-layer-btn-zyhbtn.layui-layer-btn .layui-layer-btn1:hover {
      background-color: #dddddd; }

.zyh_redBtn, .zyh_grayBtn {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  border: none; }

.zyh_redBtn {
  background-color: #e22323;
  color: #fff; }

.zyh_redBtn:hover {
  background-color: #f43b3b; }

.zyh_grayBtn {
  background-color: #e6e6e6;
  border: 1px solid;
  color: #999;
  border: 1px solid #dddddd; }

.zyh_grayBtn:hover {
  background-color: #dddddd; }

.noclickmar20 {
  cursor: no-drop !important;
  margin-right: 20px;
  background-color: #e6e6e6;
  color: #999; }

.noclickmar20:hover {
  background-color: #e6e6e6; }

.creditEvaluate_perfectInformation_bg {
  background: url("./res/perfectInformation_banner.png") no-repeat;
  background-position-y: -1px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .heade {
      height: 320px;
      width: 1200px;
      background: url("./res/perfectInformation_banner_head.gif") no-repeat;
      background-size: 120% 120%;
      background-position: 61% 75%;
      text-align: center;
      padding-top: 75px; }
    .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left {
      -webkit-box-shadow: 2px 2px 5px 1px #e8e8e8;
              box-shadow: 2px 2px 5px 1px #e8e8e8;
      background-color: #fff;
      width: 202px;
      float: left;
      margin-right: 25px; }
      .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_nav {
        border-top: 2px solid #e22323;
        height: 46px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_nav li {
          width: 50%;
          height: 44px;
          line-height: 44px;
          float: left;
          text-align: center;
          font-size: 15px;
          background-color: #dddddd;
          cursor: pointer; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_nav li.actives {
          color: #fff;
          background-color: #e22323; }
      .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_list {
        display: none; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_list li {
          height: 51px;
          font-size: 15px;
          border-bottom: 1px solid #e6e6e6;
          line-height: 50px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 160px;
          margin: 0px auto;
          cursor: pointer; }
          .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_list li p {
            display: inline-block;
            width: 142px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_list .activelinav {
          color: #e22323; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_list li:last-child {
          border: none !important; }
      .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_left .contents_left_list.actives {
        display: block; }
    .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      float: left;
      width: 972px;
      height: 665px; }
      .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm {
        height: 600px;
        overflow-y: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm .zyh-form {
          padding: 15px; }
          .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm .zyh-form > li {
            height: 35px;
            background: #efefef;
            border: 1px solid #e6e6e6;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            line-height: 33px;
            padding-left: 10px;
            margin-bottom: 25px;
            font-size: 15px;
            font-weight: bold;
            position: relative; }
            .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm .zyh-form > li:before {
              content: ' ';
              width: 3px;
              height: 16px;
              position: absolute;
              top: 9px;
              left: 1px;
              background: #e22323;
              display: inline-block; }
          .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm .zyh-form .layui-form-item {
            margin-bottom: 30px; }
            .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm .zyh-form .layui-form-item .layui-form-label {
              width: 240px;
              font-size: 15px; }
            .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm .zyh-form .layui-form-item .layui-input-block {
              width: 500px;
              margin-left: 250px; }
              .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .rightForm .zyh-form .layui-form-item .layui-input-block .layui-input:focus {
                border-color: #0090e1 !important; }
      .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .bottomBtn {
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .bottomBtn .zyh_redBtn {
          margin-right: 20px; }
      .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .bottomBtn2 {
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
        .creditEvaluate_perfectInformation_bg .creditEvaluate_perfectInformation_content .contents .contents_right .bottomBtn2 .zyh_redBtn {
          margin-right: 20px; }

.creditEvaluate_declare_bg {
  color: #333;
  font-size: 15px; }
  .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_procedure {
    height: 148px;
    text-align: center;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_procedure li {
      display: inline-block; }
      .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_procedure li span {
        display: block;
        color: #666;
        font-size: 14px;
        margin-top: 10px; }
      .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_procedure li.actives span {
        color: #333; }
      .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_procedure li:nth-of-type(2) p:before, .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_procedure li:nth-of-type(2) p:after {
        content: ' ';
        width: 105px;
        display: inline-block;
        height: 1px;
        background: #f2dfdf; }
      .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_procedure li:nth-of-type(2) p img {
        margin: 0px 15px; }
  .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_form {
    height: 678px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 100px; }
    .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_form .declare_form_head {
      background: url("./res/form_head_bg.png") no-repeat;
      font-size: 15px;
      height: 150px;
      padding-left: 92px;
      padding-right: 92px;
      padding-top: 44px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_form .declare_form_list {
      height: 526px;
      display: none;
      width: 732px;
      margin: 0px auto;
      padding-top: 38px; }
      .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_form .declare_form_list .declare_form_list_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 30px; }
      .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_form .declare_form_list .bottomBtn {
        text-align: center;
        margin-top: 22px;
        font-size: 0px; }
        .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_form .declare_form_list .bottomBtn .zyh_redBtn {
          margin-right: 20px; }
    .creditEvaluate_declare_bg .creditEvaluate_declare_content .declare_form .actives {
      display: block; }

.zyh-body .layui-laydate .layui-laydate-main .layui-this {
  background-color: #df1a12 !important; }

.zyh-body .layui-laydate .layui-laydate-content td.laydate-selected {
  background-color: #f2dfdf; }

.zyh-body .layui-laydate .layui-laydate-footer span {
  color: #e22323; }

.zyh-body .layui-laydate .layui-laydate-footer span:hover {
  color: #f43b3b; }

.zyh-select * {
  font-size: 15px; }

.zyh-select dl dd.layui-this {
  background-color: #df1a12; }

.zyh-form .layui-form-radio > i:hover, .zyh-form .layui-form-radioed > i {
  color: #e22323; }

.zyh-form .floatleft {
  width: 50%;
  float: left;
  clear: inherit;
  height: 38px;
  padding: 0px 20px; }
  .zyh-form .floatleft .layui-form-label {
    width: 150px; }
  .zyh-form .floatleft .layui-input-block {
    margin-left: 160px; }

.zyh-form .layui-form-item {
  font-size: 15px;
  margin-bottom: 20px; }

.zyh-form .layui-form-label {
  color: #666;
  padding-left: 0px;
  padding-right: 0px;
  width: 110px;
  font-size: 15px; }
  .zyh-form .layui-form-label span {
    color: red;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: sub;
    font-weight: bold; }

.zyh-form .layui-input-block {
  margin-left: 120px; }
  .zyh-form .layui-input-block .input_p {
    height: 36px;
    line-height: 36px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    cursor: no-drop;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .zyh-form .layui-input-block .layui-form-radio * {
    font-size: 15px; }
  .zyh-form .layui-input-block .layui-form-select * {
    font-size: 15px; }
  .zyh-form .layui-input-block .layui-form-select dl dd.layui-this {
    background-color: #df1a12; }

.zyh-form .fwidth120 {
  float: left;
  width: 120px;
  margin-right: 0px; }

.zyh-form .fwidth440 {
  float: left;
  width: 440px;
  margin-left: 10px; }

.zyh-form .fwidth460 {
  float: left;
  width: 460px; }

.zyh-form .content_tip {
  background: #f69709;
  height: 90px;
  margin-top: 8px;
  margin-left: 30px;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 10px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  line-height: 22px; }
  .zyh-form .content_tip:before {
    content: ' ';
    border: 10px solid #fff;
    border-right-color: #f69709;
    border-left: none;
    position: absolute;
    top: 5px;
    left: -10px; }

.zyh-form .content_tip.actives1:before {
  top: 35px; }

.zyh-form .content_tip.actives2:before {
  top: 65px; }

.zyh-form .reportSelect > div {
  width: 135px; }
  .zyh-form .reportSelect > div > div {
    padding-right: 0px;
    margin-right: 0px; }
  .zyh-form .reportSelect > div img {
    margin-top: 6px; }

.zyh-form .line36 {
  line-height: 36px; }

.zyh-form .getCode {
  width: 150px;
  height: 38px;
  color: #e22323;
  border: 1px solid #e22323;
  background: #ffe9e9;
  cursor: pointer;
  margin-left: 20px; }

.zyh-form .marginB20 {
  margin-bottom: 20px; }

.creditEvaluate_declare2_bg {
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_declare2_bg ::-webkit-scrollbar {
    width: 0px;
    height: 10px; }
  .creditEvaluate_declare2_bg ::-webkit-scrollbar-button:vertical {
    display: none; }
  .creditEvaluate_declare2_bg ::-webkit-scrollbar-track, .creditEvaluate_declare2_bg ::-webkit-scrollbar-corner {
    background-color: #e2e2e2; }
  .creditEvaluate_declare2_bg ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .creditEvaluate_declare2_bg ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, 0.35); }
  .creditEvaluate_declare2_bg ::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(0, 0, 0, 0.38); }
  .creditEvaluate_declare2_bg .creditEvaluate_declare2_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .heade {
      height: 148px;
      text-align: center;
      padding-top: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .heade li {
        display: inline-block; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .heade li span {
          display: block;
          color: #666;
          font-size: 14px;
          margin-top: 10px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .heade li.actives span {
          color: #333; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .heade li:nth-of-type(2) p:before, .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .heade li:nth-of-type(2) p:after {
          content: ' ';
          width: 105px;
          display: inline-block;
          height: 1px;
          background: #f2dfdf; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .heade li:nth-of-type(2) p img {
          margin: 0px 15px; }
    .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left {
      -webkit-box-shadow: 2px 2px 5px 1px #e8e8e8;
              box-shadow: 2px 2px 5px 1px #e8e8e8;
      background-color: #fff;
      width: 202px;
      float: left;
      margin-right: 25px; }
      .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_nav {
        border-top: 2px solid #e22323;
        height: 46px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_nav li {
          width: 50%;
          height: 44px;
          line-height: 44px;
          float: left;
          text-align: center;
          font-size: 15px;
          background-color: #dddddd;
          cursor: pointer; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_nav li.actives {
          color: #fff;
          background-color: #e22323; }
      .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list {
        display: none; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list li {
          height: 51px;
          font-size: 15px;
          border-bottom: 1px solid #e6e6e6;
          line-height: 50px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 160px;
          margin: 0px auto;
          cursor: pointer; }
          .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list li p {
            display: inline-block;
            width: 142px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list li.list2 {
          width: 145px;
          margin-left: 35px; }
          .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list li.list2 p {
            width: 129px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list li.list3 {
          width: 135px;
          margin-left: 45px; }
          .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list li.list3 p {
            width: 119px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list .activelinav {
          color: #e22323;
          position: relative; }
          .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list .activelinav:before {
            content: ' ';
            border: 10px solid #f2f2f2;
            border-left-color: #ffffff;
            border-right: none;
            position: absolute;
            top: 15px;
            right: -31px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list li:last-child {
          border: none !important; }
      .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_left .contents_left_list.actives {
        display: block; }
    .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      float: left;
      width: 972px;
      height: 665px; }
      .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm {
        height: 600px;
        overflow-y: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 15px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .dataTable {
          padding: 0px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .layui-laypage .layui-laypage-curr .layui-laypage-em {
          background: #e22323; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .zyh-form {
          padding: 15px; }
          .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .zyh-form > li {
            height: 35px;
            background: #efefef;
            border: 1px solid #e6e6e6;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            line-height: 33px;
            padding-left: 10px;
            margin-bottom: 25px;
            font-size: 15px;
            font-weight: bold;
            position: relative; }
            .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .zyh-form > li:before {
              content: ' ';
              width: 3px;
              height: 16px;
              position: absolute;
              top: 9px;
              left: 1px;
              background: #e22323;
              display: inline-block; }
          .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .zyh-form .layui-form-item {
            margin-bottom: 30px; }
            .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .zyh-form .layui-form-item .layui-form-label {
              width: 240px; }
            .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .zyh-form .layui-form-item .layui-input-block {
              width: 500px;
              margin-left: 250px; }
              .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .rightForm .zyh-form .layui-form-item .layui-input-block .layui-input:focus {
                border-color: #0090e1 !important; }
      .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .bottomBtn {
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .bottomBtn .zyh_redBtn {
          margin-right: 20px; }
      .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .bottomBtn2 {
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
        .creditEvaluate_declare2_bg .creditEvaluate_declare2_content .contents .contents_right .bottomBtn2 .zyh_redBtn {
          margin-right: 20px; }

.creditEvaluate_declare3_bg {
  color: #333;
  font-size: 15px; }
  .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_procedure {
    height: 148px;
    text-align: center;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_procedure li {
      display: inline-block; }
      .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_procedure li span {
        display: block;
        color: #666;
        font-size: 14px;
        margin-top: 10px; }
      .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_procedure li.actives span {
        color: #333; }
      .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_procedure li:nth-of-type(2) p:before, .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_procedure li:nth-of-type(2) p:after {
        content: ' ';
        width: 105px;
        display: inline-block;
        height: 1px;
        background: #f2dfdf; }
      .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_procedure li:nth-of-type(2) p img {
        margin: 0px 15px; }
  .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_form {
    height: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 100px;
    text-align: center;
    padding-top: 86px; }
    .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_form .p1 {
      font-size: 16px;
      color: #666;
      font-weight: bold;
      margin-top: 20px; }
    .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_form .p2 {
      font-size: 15px;
      color: #666;
      margin-top: 15px; }
    .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_form .p3 {
      margin-top: 5px;
      margin-bottom: 25px;
      font-size: 15px;
      color: #666; }
      .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_form .p3 a {
        color: #e22323; }
    .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_form .buttonBtn {
      font-size: 0px; }
      .creditEvaluate_declare3_bg .creditEvaluate_declare3_content .declare3_form .buttonBtn .zyh_redBtn1 {
        margin-right: 20px !important; }

.creditEvaluate_reportHistory_bg {
  background: url("./res/bgls_banner.png") no-repeat;
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .selectNav {
      width: 145px; }
    .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .head {
      height: 237px; }
      .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .head .imgTitle {
        color: #fff;
        font-size: 30px;
        background: url("./res/imgTitle2.png") no-repeat;
        text-align: center;
        background-position-x: center;
        background-position-y: 75px;
        height: 120px;
        padding-top: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .head p {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 10px; }
    .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main {
      max-height: 1454px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff; }
      .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach {
        height: 62px;
        background: #efefef; }
        .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach .inlineBlock {
          line-height: 62px; }
        .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach .zyh-date {
          display: inline-block; }
        .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul {
          line-height: 62px;
          display: inline-block; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul span {
            font-size: 15px;
            color: #888888; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul:nth-of-type(1) span {
            margin-left: 15px; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul:nth-of-type(2) span, .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul:nth-of-type(3) span, .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul:nth-of-type(4) span, .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul:nth-of-type(5) span {
            margin-left: 10px; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul li {
            font-size: 15px;
            margin: 0px 5px;
            display: inline-block;
            cursor: pointer;
            color: #666; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul li.actives {
            color: #e22323;
            font-weight: bold; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main_head_seach ul .inlineBlock {
            display: inline-block; }
      .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content {
        padding-left: 32px;
        padding-right: 22px;
        border: 1px solid #e6e6e6;
        height: calc(100% - 62px);
        padding-bottom: 300px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .zyhListPage {
          margin-top: 25px; }
        .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item {
          height: 100px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-bottom: 1px solid #e6e6e6; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div {
            float: left;
            height: 100%;
            font-size: 15px; }
            .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli:nth-of-type(1) {
              margin-top: 30px; }
            .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli:nth-of-type(2) {
              margin-top: 5px; }
            .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli > span:nth-of-type(1) {
              color: #666666; }
            .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli > span:nth-of-type(2) {
              color: #333333; }
              .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli > span:nth-of-type(2).orange {
                color: #f69709; }
              .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli > span:nth-of-type(2).green {
                color: #3ecb7e; }
              .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli > span:nth-of-type(2).red {
                color: #e22323; }
            .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div .reportHistory-item-oli .bold {
              font-weight: bold; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div:nth-of-type(1) {
            width: 460px; }
            .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div:nth-of-type(1) img {
              float: left;
              margin-top: 9px;
              margin-right: 20px; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item > div:nth-of-type(2) {
            width: 550px; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item .right {
            float: right;
            margin-top: 30px; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item .none {
            background: #f7f7f7;
            color: #bbbbbb;
            cursor: no-drop; }
          .creditEvaluate_reportHistory_bg .creditEvaluate_reportHistory_content .main .main-content .main-content-list .reportHistory-item .none:hover {
            background: #f7f7f7;
            color: #bbbbbb; }

.cnHistory_bg {
  background: url("./res/hcbg_banner.png") no-repeat;
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .cnHistory_bg .cnHistory_content {
    width: 1200px;
    margin: 0px auto; }
    .cnHistory_bg .cnHistory_content .head {
      height: 237px; }
      .cnHistory_bg .cnHistory_content .head .imgTitle {
        color: #fff;
        font-size: 30px;
        background: url("./res/imgTitle2.png") no-repeat;
        text-align: center;
        background-position-x: center;
        background-position-y: 75px;
        height: 120px;
        padding-top: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .cnHistory_bg .cnHistory_content .head p {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 10px; }
    .cnHistory_bg .cnHistory_content .main {
      max-height: 1454px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff; }
      .cnHistory_bg .cnHistory_content .main .main_head_seach {
        height: 62px;
        background: #efefef; }
        .cnHistory_bg .cnHistory_content .main .main_head_seach ul {
          line-height: 62px;
          display: inline-block; }
          .cnHistory_bg .cnHistory_content .main .main_head_seach ul span {
            font-size: 15px;
            color: #888888; }
          .cnHistory_bg .cnHistory_content .main .main_head_seach ul:nth-of-type(1) span {
            margin-left: 35px; }
          .cnHistory_bg .cnHistory_content .main .main_head_seach ul:nth-of-type(2) span, .cnHistory_bg .cnHistory_content .main .main_head_seach ul:nth-of-type(3) span {
            margin-left: 100px; }
          .cnHistory_bg .cnHistory_content .main .main_head_seach ul li {
            font-size: 15px;
            margin: 0px 5px;
            display: inline-block;
            cursor: pointer;
            color: #666; }
          .cnHistory_bg .cnHistory_content .main .main_head_seach ul li.actives {
            color: #e22323;
            font-weight: bold; }
          .cnHistory_bg .cnHistory_content .main .main_head_seach ul .inlineBlock {
            display: inline-block;
            width: 178px; }
      .cnHistory_bg .cnHistory_content .main .main-content {
        padding-left: 32px;
        padding-right: 22px;
        border: 1px solid #e6e6e6;
        height: calc(100% - 62px);
        padding-bottom: 300px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .cnHistory_bg .cnHistory_content .main .main-content .zyhListPage {
          margin-top: 25px; }
        .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item {
          height: 100px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-bottom: 1px solid #e6e6e6; }
          .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div {
            float: left;
            height: 100%;
            font-size: 15px; }
            .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli:nth-of-type(1) {
              margin-top: 30px;
              padding-right: 10px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli:nth-of-type(2) {
              margin-top: 5px; }
            .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(1) {
              color: #666666; }
            .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2) {
              color: #333333; }
              .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).orange {
                color: #f69709; }
              .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).green {
                color: #3ecb7e; }
              .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).red {
                color: #e22323; }
            .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli .bold {
              font-weight: bold; }
          .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(1) {
            width: 460px; }
            .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(1) img {
              float: left;
              margin-top: 9px;
              margin-right: 20px; }
          .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(2) {
            width: 420px; }
          .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .right {
            float: right;
            margin-top: 30px; }
          .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .marginL10 {
            margin-left: 10px; }
          .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .none {
            background: #f7f7f7;
            color: #bbbbbb;
            cursor: no-drop; }
          .cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .none:hover {
            background: #f7f7f7;
            color: #bbbbbb; }

.cnHistory_bg {
  background: url("./res/hcbg_banner.png") no-repeat;
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }

.cnHistory_bg .cnHistory_content {
  width: 1200px;
  margin: 0px auto; }

.cnHistory_bg .cnHistory_content .head {
  height: 237px; }

.cnHistory_bg .cnHistory_content .head .imgTitle {
  color: #fff;
  font-size: 30px;
  background: url("./res/imgTitle2.png") no-repeat;
  text-align: center;
  background-position-x: center;
  background-position-y: 75px;
  height: 120px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cnHistory_bg .cnHistory_content .head p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px; }

.cnHistory_bg .cnHistory_content .main {
  max-height: 1454px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }

.cnHistory_bg .cnHistory_content .main .main_head_seach {
  height: 62px;
  background: #efefef; }

.cnHistory_bg .cnHistory_content .main .main_head_seach ul {
  line-height: 62px;
  display: inline-block; }

.cnHistory_bg .cnHistory_content .main .main_head_seach ul span {
  font-size: 15px;
  color: #888888; }

.cnHistory_bg .cnHistory_content .main .main_head_seach ul:nth-of-type(1) span {
  margin-left: 35px; }

.cnHistory_bg .cnHistory_content .main .main_head_seach ul:nth-of-type(2) span, .cnHistory_bg .cnHistory_content .main .main_head_seach ul:nth-of-type(3) span {
  margin-left: 100px; }

.cnHistory_bg .cnHistory_content .main .main_head_seach ul li {
  font-size: 15px;
  margin: 0px 5px;
  display: inline-block;
  cursor: pointer;
  color: #666; }

.cnHistory_bg .cnHistory_content .main .main_head_seach ul li.actives {
  color: #e22323;
  font-weight: bold; }

.cnHistory_bg .cnHistory_content .main .main_head_seach ul .inlineBlock {
  display: inline-block;
  width: 178px; }

.cnHistory_bg .cnHistory_content .main .main-content {
  padding-left: 32px;
  padding-right: 22px;
  border: 1px solid #e6e6e6;
  height: calc(100% - 62px);
  padding-bottom: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cnHistory_bg .cnHistory_content .main .main-content .zyhListPage {
  margin-top: 25px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item {
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div {
  float: left;
  height: 100%;
  font-size: 15px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli:nth-of-type(1) {
  margin-top: 30px;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli:nth-of-type(2) {
  margin-top: 5px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(1) {
  color: #666666; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2) {
  color: #333333; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).orange {
  color: #f69709; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).green {
  color: #3ecb7e; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).red {
  color: #e22323; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli .bold {
  font-weight: bold; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(1) {
  width: 460px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(1) img {
  float: left;
  margin-top: 9px;
  margin-right: 20px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(2) {
  width: 420px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .right {
  float: right;
  margin-top: 30px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .marginL10 {
  margin-left: 10px; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .none {
  background: #f7f7f7;
  color: #bbbbbb;
  cursor: no-drop; }

.cnHistory_bg .cnHistory_content .main .main-content .main-content-list .verificationReport2-item .none:hover {
  background: #f7f7f7;
  color: #bbbbbb; }

.creditEvaluate_verificationReport2_bg {
  background: url("./res/hcbg_banner.png") no-repeat;
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .head {
      height: 237px; }
      .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .head .imgTitle {
        color: #fff;
        font-size: 30px;
        background: url("./res/imgTitle2.png") no-repeat;
        text-align: center;
        background-position-x: center;
        background-position-y: 75px;
        height: 120px;
        padding-top: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .head p {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 10px; }
    .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main {
      max-height: 1454px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff; }
      .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach {
        height: 62px;
        background: #efefef; }
        .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul {
          line-height: 62px;
          display: inline-block; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul span {
            font-size: 15px;
            color: #888888; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul:nth-of-type(1) span {
            margin-left: 35px; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul:nth-of-type(2) span, .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul:nth-of-type(3) span {
            margin-left: 100px; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul li {
            font-size: 15px;
            margin: 0px 5px;
            display: inline-block;
            cursor: pointer;
            color: #666; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul li.actives {
            color: #e22323;
            font-weight: bold; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main_head_seach ul .inlineBlock {
            display: inline-block;
            width: 178px; }
      .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content {
        padding-left: 32px;
        padding-right: 22px;
        border: 1px solid #e6e6e6;
        height: calc(100% - 62px);
        padding-bottom: 300px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .zyhListPage {
          margin-top: 25px; }
        .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item {
          height: 100px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-bottom: 1px solid #e6e6e6; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div {
            float: left;
            height: 100%;
            font-size: 15px; }
            .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli:nth-of-type(1) {
              margin-top: 30px;
              padding-right: 10px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli:nth-of-type(2) {
              margin-top: 5px; }
            .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(1) {
              color: #666666; }
            .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2) {
              color: #333333; }
              .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).orange {
                color: #f69709; }
              .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).green {
                color: #3ecb7e; }
              .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli > span:nth-of-type(2).red {
                color: #e22323; }
            .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div .verificationReport2-item-oli .bold {
              font-weight: bold; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(1) {
            width: 460px; }
            .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(1) img {
              float: left;
              margin-top: 9px;
              margin-right: 20px; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item > div:nth-of-type(2) {
            width: 420px; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item .right {
            float: right;
            margin-top: 30px; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item .marginL10 {
            margin-left: 10px; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item .none {
            background: #f7f7f7;
            color: #bbbbbb;
            cursor: no-drop; }
          .creditEvaluate_verificationReport2_bg .creditEvaluate_verificationReport2_content .main .main-content .main-content-list .verificationReport2-item .none:hover {
            background: #f7f7f7;
            color: #bbbbbb; }

.creditEvaluate_verificationReport_bg {
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main {
      width: 100%;
      background: #fff;
      margin-bottom: 80px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 20px;
      border: 1px solid #e6e6e6; }
      .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main li.formTitle {
        height: 35px;
        background: #efefef;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 33px;
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        position: relative; }
        .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main li.formTitle:before {
          content: ' ';
          width: 3px;
          height: 16px;
          position: absolute;
          top: 9px;
          left: 1px;
          background: #e22323;
          display: inline-block; }
      .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .layui-form-item {
        margin-bottom: 26px; }
        .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .layui-form-item .layui-form-label {
          width: 290px; }
        .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .layui-form-item .layui-input-block {
          margin-left: 300px;
          width: 600px; }
      .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .btnBottom {
        text-align: center;
        font-size: 0px; }
        .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .btnBottom .zyh_redBtn {
          margin-right: 20px; }

.creditEvaluate_objectionHandling_bg {
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .head .imgTitle {
      color: #333;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 120px;
      padding-top: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .head p {
      font-size: 16px;
      color: #ffffff;
      text-align: center;
      margin-bottom: 10px; }
    .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main {
      max-height: 1454px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff; }
      .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach {
        height: 62px;
        background: #efefef; }
        .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul {
          line-height: 62px;
          display: inline-block; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul span {
            font-size: 15px;
            color: #888888; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul:nth-of-type(1) span {
            margin-left: 35px; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul:nth-of-type(2) span, .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul:nth-of-type(3) span {
            margin-left: 100px; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul li {
            font-size: 15px;
            margin: 0px 5px;
            display: inline-block;
            cursor: pointer;
            color: #666; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul li.actives {
            color: #e22323;
            font-weight: bold; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main_head_seach ul .inlineBlock {
            display: inline-block;
            width: 178px; }
      .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content {
        padding-left: 32px;
        padding-right: 22px;
        border: 1px solid #e6e6e6;
        height: calc(100% - 62px);
        padding-bottom: 300px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .zyhListPage {
          margin-top: 25px; }
        .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item {
          height: 100px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-bottom: 1px solid #e6e6e6; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div {
            float: left;
            height: 100%;
            font-size: 15px; }
            .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli:nth-of-type(1) {
                margin-top: 30px; }
              .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli:nth-of-type(2) {
                margin-top: 5px; }
              .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli > span:nth-of-type(1) {
                color: #666666; }
              .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli > span:nth-of-type(2) {
                color: #333333; }
                .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli > span:nth-of-type(2).orange {
                  color: #f69709; }
                .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli > span:nth-of-type(2).green {
                  color: #3ecb7e; }
                .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli > span:nth-of-type(2).red {
                  color: #e22323; }
              .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div .objectionHandling-item-oli .bold {
                font-weight: bold; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div:nth-of-type(1) {
            width: 460px; }
            .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div:nth-of-type(1) img {
              float: left;
              margin-top: 9px;
              margin-right: 20px; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item > div:nth-of-type(2) {
            width: 550px; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item .right {
            float: right;
            margin-top: 30px; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item .none {
            background: #f7f7f7;
            color: #bbbbbb;
            cursor: no-drop; }
          .creditEvaluate_objectionHandling_bg .creditEvaluate_objectionHandling_content .main .main-content .main-content-list .objectionHandling-item .none:hover {
            background: #f7f7f7;
            color: #bbbbbb; }

.creditEvaluate_newPerfectInformation_bg {
  background: url("./res/perfectInformation_banner.png") no-repeat;
  background-position-y: -1px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .noclick {
      cursor: no-drop; }
    .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .heade {
      height: 320px;
      width: 1200px;
      background: url("./res/perfectInformation_banner_head.png") no-repeat;
      background-size: 100% 100%;
      background-position: 61% 75%;
      text-align: center;
      padding-top: 65px;
      position: relative; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .heade .lineImg {
        position: absolute; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .heade .lineImg1 {
        left: 25px;
        top: 172px;
        -webkit-animation: myfirst 2s linear infinite alternate;
                animation: myfirst 2s linear infinite alternate; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .heade .lineImg2 {
        left: 39px;
        top: 150px;
        -webkit-animation: myfirst2 2.5s linear infinite alternate;
                animation: myfirst2 2.5s linear infinite alternate; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .heade .lineImg3 {
        left: 80px;
        top: 165px;
        -webkit-animation: myfirst3 2s linear infinite alternate;
                animation: myfirst3 2s linear infinite alternate; }

@-webkit-keyframes myfirst {
  from {
    top: 172px; }
  to {
    top: 142px; } }

@keyframes myfirst {
  from {
    top: 172px; }
  to {
    top: 142px; } }

@-webkit-keyframes myfirst2 {
  from {
    top: 150px; }
  to {
    top: 120px; } }

@keyframes myfirst2 {
  from {
    top: 150px; }
  to {
    top: 120px; } }

@-webkit-keyframes myfirst3 {
  from {
    top: 165px; }
  to {
    top: 135px; } }

@keyframes myfirst3 {
  from {
    top: 165px; }
  to {
    top: 135px; } }
    .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left {
      -webkit-box-shadow: 2px 2px 5px 1px #e8e8e8;
              box-shadow: 2px 2px 5px 1px #e8e8e8;
      background-color: #fff;
      width: 202px;
      float: left;
      margin-right: 25px; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_nav {
        border-top: 2px solid #e22323;
        height: 46px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_nav li {
          width: 50%;
          height: 44px;
          line-height: 44px;
          float: left;
          text-align: center;
          font-size: 15px;
          background-color: #dddddd;
          cursor: pointer; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_nav li.actives {
          color: #fff;
          background-color: #e22323; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_list {
        display: none; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_list li {
          height: 51px;
          font-size: 15px;
          border-bottom: 1px solid #e6e6e6;
          line-height: 50px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 160px;
          margin: 0px auto;
          cursor: pointer; }
          .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_list li p {
            display: inline-block;
            width: 137px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_list .activelinav {
          color: #e22323;
          position: relative; }
          .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_list .activelinav:before {
            content: ' ';
            border: 10px solid #f2f2f2;
            border-left-color: #ffffff;
            border-right: none;
            position: absolute;
            top: 15px;
            right: -31px; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_list li:last-child {
          border: none !important; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_left .contents_left_list.actives {
        display: block; }
    .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      float: left;
      width: 972px;
      min-height: 863px;
      position: relative;
      padding-bottom: 63px; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right .rightForm {
        height: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right .rightForm .layui-laypage .layui-laypage-curr .layui-laypage-em {
          background: #e22323; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right #mainForm2 {
        display: none; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right .bottomBtn {
        display: none;
        position: fixed;
        bottom: 0px;
        width: 970px;
        z-index: 9999;
        background: #fff;
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right .bottomBtn2 {
        bottom: 160px;
        width: 970px;
        z-index: 9999;
        background: #fff;
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right .mainformContent {
        padding: 15px;
        padding-bottom: 80px; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right li.formTitle {
        height: 35px;
        background: #efefef;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 33px;
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        position: relative; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right li.formTitle:before {
          content: ' ';
          width: 3px;
          height: 16px;
          position: absolute;
          top: 9px;
          left: 1px;
          background: #e22323;
          display: inline-block; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right li.formTitle .addForm {
          font-weight: bold;
          float: right;
          color: #e22323;
          cursor: pointer;
          margin-right: 20px; }
          .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right li.formTitle .addForm:hover {
            color: #f43b3b; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right h2.tableTitle-zyh {
        font-size: 15px;
        font-weight: bold; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right .marginT15 {
        margin-top: 25px; }
      .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right #xxws-audit-header {
        height: 46px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #dddddd;
        margin-top: 15px; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right #xxws-audit-header li {
          width: 160px;
          height: 100%;
          font-size: 15px;
          color: #666;
          float: left;
          text-align: center;
          line-height: 44px;
          cursor: pointer; }
        .creditEvaluate_newPerfectInformation_bg .creditEvaluate_newPerfectInformation_content .contents .contents_right #xxws-audit-header li.actives {
          color: #fff;
          background: #e22323; }
  .creditEvaluate_newPerfectInformation_bg .actionBtns-red a {
    color: #e22323;
    cursor: pointer; }
  .creditEvaluate_newPerfectInformation_bg .actionBtns-red a:hover {
    color: #f43b3b; }
  .creditEvaluate_newPerfectInformation_bg .actionBtns-red span {
    display: inline-block;
    width: 5px; }

.layui-form-zyhadd .layui-form-label {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.layui-form-zyhadd .layui-input-block {
  margin-left: 180px;
  margin-right: 20px; }

.creditEvaluate_newPerfectInformation2_bg {
  background: url("./res/perfectInformation_banner.png") no-repeat;
  background-position-y: -1px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_newPerfectInformation2_bg .creditEvaluate_newPerfectInformation2_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_newPerfectInformation2_bg .creditEvaluate_newPerfectInformation2_content .heade {
      height: 320px;
      width: 1200px;
      background: url("./res/perfectInformation_banner_head.gif") no-repeat;
      background-size: 120% 120%;
      background-position: 61% 75%;
      text-align: center;
      padding-top: 75px; }
    .creditEvaluate_newPerfectInformation2_bg .creditEvaluate_newPerfectInformation2_content .layui-laypage .layui-laypage-curr .layui-laypage-em {
      background: #e22323; }
    .creditEvaluate_newPerfectInformation2_bg .creditEvaluate_newPerfectInformation2_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_newPerfectInformation2_bg .creditEvaluate_newPerfectInformation2_content #mainForm {
      padding: 15px; }
      .creditEvaluate_newPerfectInformation2_bg .creditEvaluate_newPerfectInformation2_content #mainForm .dataTable {
        padding: 0px; }

.creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .head-content {
  float: left;
  width: 900px;
  padding-top: 15px; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .head-content p {
    font-size: 14px;
    margin-top: 5px; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .head-content li {
    margin-top: 5px; }
    .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .head-content li span {
      margin-right: 10px; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .head-content li span:nth-of-type(1) {
    font-size: 14px;
    color: #666666; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .head-content li span:nth-of-type(2) {
    font-size: 14px;
    color: #333333; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .head-content h3 {
    font-size: 22px;
    color: #222; }

.creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .left {
  float: left;
  margin-right: 10px; }

.creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .head .right {
  float: right; }

.creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content .main-content-title {
  background: #efefef;
  font-size: 15px;
  color: #333;
  margin-top: 20px;
  height: 36px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
  position: relative;
  padding-left: 12px; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content .main-content-title:before {
    content: ' ';
    width: 3px;
    height: 16px;
    position: absolute;
    top: 9px;
    left: 1px;
    background: #e22323;
    display: inline-block; }

.creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li {
  font-size: 14px;
  margin: 15px 0px; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li > span:nth-of-type(1) {
    color: #666;
    width: 140px;
    display: inline-block;
    text-align: right;
    margin-right: 30px;
    vertical-align: top; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li > span:nth-of-type(2) {
    color: #333;
    display: inline-block;
    width: 980px; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li .down {
    color: #1d7eeb;
    cursor: pointer; }
    .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li .down:active {
      opacity: 0.5; }
  .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li .nrxx {
    padding: 20px;
    display: inline-block;
    color: #333;
    width: 980px;
    background: #fafafa;
    border: 1px solid #dddddd; }
    .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li .nrxx p {
      margin-bottom: 10px; }
      .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li .nrxx p span:nth-of-type(1) {
        color: #666; }
      .creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .main-content li .nrxx p span:nth-of-type(2) {
        color: #333;
        float: right; }

.lay-creditEvaluate-index {
  background-color: #f6f6f6;
  font-size: 15px;
  width: 100% !important; }
  .lay-creditEvaluate-index .lay-creditEvaluate-index_content {
    width: 1200px;
    margin: 0px auto;
    margin-top: 30px; }
  .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo {
    background: #ffffff;
    padding: 25px;
    width: 680px;
    height: 350px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    font-size: 15px; }
    .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .creditScore {
      position: absolute;
      right: -15px;
      width: 120px;
      height: 80px;
      background-image: url("./res/xyf_bg.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .creditScore span {
        display: block;
        position: absolute; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .creditScore span:first-child {
          left: 28px;
          top: 10px; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .creditScore span:last-child {
          left: 32px;
          top: 32px; }
          .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .creditScore span:last-child b {
            vertical-align: top;
            color: #E22323;
            font-size: 20px;
            margin-right: 5px; }
    .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .left {
      width: 150px;
      margin-right: 25px;
      display: inline-block; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .left .layui-btn {
        margin-top: 15px;
        width: 100%;
        font-size: 15px;
        background-color: #e6e6e6;
        color: #999; }
    .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right {
      background: #ffffff;
      display: inline-block;
      vertical-align: top; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .name {
        color: #df1a12;
        font-size: 20px; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .name span {
          cursor: pointer; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .name b {
          margin-left: 15px;
          color: #333333; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .authentication {
        margin-top: 15px;
        color: #4b8ae7; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .btns {
        margin-top: 50px; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .btns .layui-btn {
          font-size: 15px; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .btns .manage {
          width: 150px;
          background: #df1a12;
          color: #fff;
          border-radius: 4px;
          height: 40px; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .right .btns .loginOut {
          width: 150px;
          background-color: #e6e6e6;
          color: #999;
          border-radius: 4px;
          height: 40px; }
    .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .bottom {
      margin-top: 15px;
      border-top: 1px solid #E6E6E6;
      width: 100%;
      padding-top: 15px; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .bottom > span {
        display: inline-block;
        width: 170px; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .bottom > span span {
          margin-left: 5px; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_selfinfo .bottom .bm {
        width: 280px; }
  .lay-creditEvaluate-index .lay-creditEvaluate-index_msg {
    background: #ffffff;
    width: 495px;
    height: 350px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px; }
    .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .title {
      color: #333333;
      font-size: 18px;
      height: 41px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      border-bottom: 2px solid #ddd; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .title img {
        margin-right: 5px; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .title b {
        padding-bottom: 16px;
        border-bottom: 2px solid #E22323; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .title .more {
        float: right; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .title .more a {
          color: #adadad;
          font-size: 15px; }
    .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li {
      width: 100%;
      cursor: pointer;
      padding: 9px 10px;
      border-bottom: 1px dashed #E6E6E6; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li:last-child {
        border-bottom: 1px dashed #fff; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li p {
        height: 20px;
        line-height: 20px;
        font-size: 15px; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li p:first-child {
          font-weight: 900;
          color: #333; }
        .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li p:last-child {
          color: #666;
          font-size: 14px; }
          .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li p:last-child b {
            font-weight: normal; }
          .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li p:last-child span:last-child {
            float: right; }
      .lay-creditEvaluate-index .lay-creditEvaluate-index_msg .msg_list li:hover {
        background-color: #f5f6fa; }
  .lay-creditEvaluate-index .conciseNav {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 150px; }
    .lay-creditEvaluate-index .conciseNav .swiper-container {
      width: 100%;
      height: 100%; }
    .lay-creditEvaluate-index .conciseNav .swiper-slide {
      width: 240px;
      height: 150px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e8e8e8;
      cursor: pointer; }
      .lay-creditEvaluate-index .conciseNav .swiper-slide .title {
        color: #444;
        padding: 20px 0 10px 20px;
        font-weight: 900;
        font-size: 20px; }
      .lay-creditEvaluate-index .conciseNav .swiper-slide .explain {
        color: #666;
        padding-left: 20px;
        font-size: 16px; }
      .lay-creditEvaluate-index .conciseNav .swiper-slide .img {
        width: 80px;
        height: 80px;
        margin-left: 140px;
        margin-top: -40px;
        background-repeat: no-repeat; }
    .lay-creditEvaluate-index .conciseNav .swiper-pagination-bullet-active {
      background: #df1a12; }
    .lay-creditEvaluate-index .conciseNav .layui-carousel {
      width: 100%; }
      .lay-creditEvaluate-index .conciseNav .layui-carousel div {
        background: #fff; }
      .lay-creditEvaluate-index .conciseNav .layui-carousel .layui-carousel-ind ul {
        background: none; }
        .lay-creditEvaluate-index .conciseNav .layui-carousel .layui-carousel-ind ul li {
          background: #e6e6e6; }
        .lay-creditEvaluate-index .conciseNav .layui-carousel .layui-carousel-ind ul .layui-this {
          background: #E22323; }
      .lay-creditEvaluate-index .conciseNav .layui-carousel .layui-carousel-arrow {
        top: 0;
        border-radius: 0;
        margin-top: 0;
        height: 100%;
        left: 0; }
        .lay-creditEvaluate-index .conciseNav .layui-carousel .layui-carousel-arrow[lay-type=add] {
          right: 0; }
  .lay-creditEvaluate-index .process {
    background: #ffffff;
    padding: 15px;
    padding-bottom: 80px; }
    .lay-creditEvaluate-index .process .processTitle {
      text-align: center; }
      .lay-creditEvaluate-index .process .processTitle h3 {
        margin-bottom: 15px; }
    .lay-creditEvaluate-index .process .img {
      text-align: center; }

.lay-creditEvaluate-editInfo {
  background-color: #f6f6f6;
  width: 100% !important; }
  .lay-creditEvaluate-editInfo .editInfoTitle {
    padding: 35px 0;
    text-align: center; }
    .lay-creditEvaluate-editInfo .editInfoTitle h3 {
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 15px; }
  .lay-creditEvaluate-editInfo .editContent {
    background: #fff;
    width: 1200px;
    height: 552px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 40px;
    padding: 15px; }
    .lay-creditEvaluate-editInfo .editContent .left {
      background: #E6E6E6;
      padding: 15px 0;
      width: 220px;
      height: 100%;
      margin-right: 25px;
      display: inline-block;
      text-align: center;
      border: 1px solid #E6E6E6; }
      .lay-creditEvaluate-editInfo .editContent .left > img {
        margin: 0 auto;
        text-align: center;
        width: 120px;
        height: 160px; }
      .lay-creditEvaluate-editInfo .editContent .left .name {
        margin: 15px auto;
        color: #333333; }
      .lay-creditEvaluate-editInfo .editContent .left ul li {
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 50px;
        cursor: pointer; }
        .lay-creditEvaluate-editInfo .editContent .left ul li img {
          margin-right: 5px; }
        .lay-creditEvaluate-editInfo .editContent .left ul li img,
        .lay-creditEvaluate-editInfo .editContent .left ul li span {
          vertical-align: middle; }
        .lay-creditEvaluate-editInfo .editContent .left ul li span {
          margin-left: 10px; }
      .lay-creditEvaluate-editInfo .editContent .left ul li.active {
        background: #fff; }
    .lay-creditEvaluate-editInfo .editContent .right {
      display: inline-block;
      vertical-align: top;
      width: 900px;
      font-size: 15px; }
      .lay-creditEvaluate-editInfo .editContent .right .autonymView .autonymView-head {
        width: 100%;
        height: 100px;
        background: #fbf1f1;
        margin-top: 10px;
        overflow: hidden;
        color: #666666;
        margin-bottom: 20px; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView .autonymView-head h3 {
          font-size: 16px;
          font-weight: bold;
          margin-top: 25px;
          float: left;
          width: 650px; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView .autonymView-head p {
          font-size: 14px;
          margin-top: 12px;
          float: left; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView .autonymView-head img {
          margin-top: 13px;
          float: left;
          margin-left: 50px; }
      .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-upload-drag1 img,
      .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-upload-drag2 img,
      .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-upload-drag3 img {
        width: 100px;
        height: 93px; }
      .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block {
        position: relative; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block .tips_img {
          position: absolute;
          left: 10px;
          top: 10px; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block .layui-input {
          padding-left: 35px;
          width: 600px; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block .layui-upload-drag {
          float: left;
          margin-right: 5px; }
          .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block .layui-upload-drag p {
            position: absolute;
            bottom: -1px;
            width: 100px;
            background: #474a4c;
            color: #fff;
            font-size: 12px;
            height: 24px;
            line-height: 24px; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block .tips {
          float: left; }
          .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block .tips ul {
            margin-left: 20px; }
            .lay-creditEvaluate-editInfo .editContent .right .autonymView form .layui-input-block .tips ul li {
              font-size: 12px;
              color: #f69709;
              list-style-type: disc;
              margin-top: 5px; }
      .lay-creditEvaluate-editInfo .editContent .right .autonymView .zyh-form .layui-form-label {
        width: 150px; }
      .lay-creditEvaluate-editInfo .editContent .right .autonymView .zyh-form .layui-input-block {
        margin-left: 160px; }
      .lay-creditEvaluate-editInfo .editContent .right .autonymView .bottomBtn {
        text-align: center;
        margin-top: 34px; }
        .lay-creditEvaluate-editInfo .editContent .right .autonymView .bottomBtn .zyh_redBtn:hover {
          color: #fff; }
      .lay-creditEvaluate-editInfo .editContent .right .title {
        height: 40px;
        line-height: 30px;
        border-bottom: 1px solid #E6E6E6;
        width: 100%;
        font-weight: 900; }
      .lay-creditEvaluate-editInfo .editContent .right .layui-table {
        margin: 0; }
        .lay-creditEvaluate-editInfo .editContent .right .layui-table tr:hover {
          background: #fff; }
        .lay-creditEvaluate-editInfo .editContent .right .layui-table tr td {
          height: 36px;
          padding: 5px 10px;
          border: none;
          border-bottom: 1px dashed #E6E6E6;
          text-align: left;
          padding-left: 35px; }
          .lay-creditEvaluate-editInfo .editContent .right .layui-table tr td.first {
            position: relative; }
            .lay-creditEvaluate-editInfo .editContent .right .layui-table tr td.first div {
              width: 30px;
              height: 25px;
              position: absolute;
              left: 0; }
            .lay-creditEvaluate-editInfo .editContent .right .layui-table tr td.first img {
              width: 15px;
              margin-right: 5px; }
          .lay-creditEvaluate-editInfo .editContent .right .layui-table tr td.second img {
            width: 25px;
            margin-right: 5px; }
          .lay-creditEvaluate-editInfo .editContent .right .layui-table tr td.third {
            text-align: right; }
            .lay-creditEvaluate-editInfo .editContent .right .layui-table tr td.third span {
              cursor: pointer;
              color: #E22323; }

.lay-creditEvaluate-manageLicence {
  background-color: #f6f6f6;
  width: 100% !important; }
  .lay-creditEvaluate-manageLicence .manageLicenceTitle {
    margin: 20px 0;
    text-align: center; }
    .lay-creditEvaluate-manageLicence .manageLicenceTitle h3 {
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 15px; }
  .lay-creditEvaluate-manageLicence .editContent {
    background: #fff;
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    padding: 15px; }
    .lay-creditEvaluate-manageLicence .editContent .left {
      width: 850px;
      display: inline-block;
      margin-right: 25px; }
      .lay-creditEvaluate-manageLicence .editContent .left .layui-table {
        margin: 0; }
        .lay-creditEvaluate-manageLicence .editContent .left .layui-table .actionBtns a {
          font-size: 14px;
          color: #E22323;
          cursor: pointer;
          margin-right: 10px; }
    .lay-creditEvaluate-manageLicence .editContent .right {
      width: 280px;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      padding: 15px 25px;
      background: #E6E6E6; }
      .lay-creditEvaluate-manageLicence .editContent .right .title {
        font-size: 16px;
        font-weight: 900; }
      .lay-creditEvaluate-manageLicence .editContent .right .tips {
        margin-top: 20px;
        font-size: 12px;
        color: #f19813; }
      .lay-creditEvaluate-manageLicence .editContent .right .layui-upload-drag {
        width: 100%;
        margin-top: 10px; }

.lay-creditEvaluate-msgCenter {
  background-color: #f6f6f6;
  width: 100% !important; }
  .lay-creditEvaluate-msgCenter .msgCenterTitle {
    margin: 20px 0;
    text-align: center; }
    .lay-creditEvaluate-msgCenter .msgCenterTitle h3 {
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 15px; }
  .lay-creditEvaluate-msgCenter .editContent {
    background: #fff;
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    padding: 15px; }
    .lay-creditEvaluate-msgCenter .editContent .left {
      width: 850px;
      display: inline-block;
      margin-right: 25px; }
      .lay-creditEvaluate-msgCenter .editContent .left .layui-table {
        margin: 0; }
        .lay-creditEvaluate-msgCenter .editContent .left .layui-table .actionBtns a {
          font-size: 14px;
          color: #E22323;
          cursor: pointer;
          margin-right: 10px; }
    .lay-creditEvaluate-msgCenter .editContent .right {
      width: 280px;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      padding: 15px 25px;
      background: #E6E6E6; }
      .lay-creditEvaluate-msgCenter .editContent .right .title {
        font-size: 16px;
        font-weight: 900; }
      .lay-creditEvaluate-msgCenter .editContent .right .tips {
        margin-top: 20px;
        font-size: 12px;
        color: #f19813; }
      .lay-creditEvaluate-msgCenter .editContent .right .layui-upload-drag {
        width: 100%;
        margin-top: 10px; }

.creditEvaluate_applyObjection_bg {
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main {
      width: 100%;
      background: #fff;
      margin-bottom: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 20px;
      border: 1px solid #e6e6e6; }
      .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .dataTable {
        padding: 0 10px; }
      .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main li.formTitle {
        height: 35px;
        background: #efefef;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 33px;
        padding-left: 10px;
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: bold;
        position: relative; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main li.formTitle:before {
          content: ' ';
          width: 3px;
          height: 16px;
          position: absolute;
          top: 9px;
          left: 1px;
          background: #e22323;
          display: inline-block; }
      .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .yynr {
        background: #fafafa;
        padding: 10px 15px;
        margin-bottom: 26px;
        border: 1px solid #e6e6e6;
        width: 600px;
        margin-left: 300px;
        display: none; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .yynr > li:nth-of-type(2n + 1) {
          color: #666;
          width: 35%;
          font-size: 12px;
          float: left;
          line-height: 25px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .yynr > li:nth-of-type(2n + 2) {
          color: #333;
          width: 65%;
          font-size: 12px;
          float: left;
          text-align: right;
          line-height: 25px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-form-item {
        margin-bottom: 26px; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-form-item .layui-form-label {
          width: 290px; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-form-item .layui-input-block {
          margin-left: 300px;
          width: 600px; }
      .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .evidentiary_material {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0; }
      .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btnBottom {
        text-align: center;
        font-size: 0px; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btnBottom .zyh_redBtn {
          margin-right: 20px; }
      .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block {
        margin-left: 150px; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag {
          vertical-align: top;
          margin-right: 5px; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag1 {
          background: #e5e5e5;
          border: none; }
          .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag1 .layui-icon {
            opacity: 0; }
          .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag1 p {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 24px;
            line-height: 24px;
            text-align: center;
            background: #474a4c;
            color: #fff;
            font-size: 12px; }
          .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag1 img {
            margin-top: 15px; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag2 {
          background: #e5e5e5;
          border: none; }
          .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag2 .layui-icon {
            opacity: 0; }
          .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag2 p {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 24px;
            line-height: 24px;
            text-align: center;
            background: #474a4c;
            color: #fff;
            font-size: 12px; }
          .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .layui-upload-drag2 img {
            margin-top: 15px; }
        .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .tips {
          position: absolute;
          width: 300px;
          top: 10px;
          left: 350px;
          color: #f79e19;
          font-size: 12px; }
          .creditEvaluate_applyObjection_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-input-block .tips li {
            list-style: disc; }

.creditEvaluate_helponline_bg {
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main {
      width: 100%;
      background: #fff;
      margin-bottom: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 20px;
      border: 1px solid #e6e6e6; }
      .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btns {
        margin: 12px 0px 20px 0px;
        text-align: center; }
        .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btns .layui-btn {
          font-size: 15px;
          background-color: #fff;
          color: #e22323;
          border: 1px solid #e22323; }
          .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btns .layui-btn:nth-child(2), .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btns .layui-btn:nth-child(3) {
            margin-left: -5px; }
          .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btns .layui-btn:hover {
            opacity: 0.8; }
          .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btns .layui-btn.active {
            background-color: #e22323;
            color: #fff; }
      .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .dataTable {
        padding: 0 10px; }
      .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main li.formTitle {
        height: 35px;
        background: #efefef;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 33px;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        margin-bottom: 25px; }
        .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main li.formTitle:before {
          content: ' ';
          width: 3px;
          height: 16px;
          position: absolute;
          top: 9px;
          left: 1px;
          background: #e22323;
          display: inline-block; }
      .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-form-item {
        margin-bottom: 26px; }
        .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-form-item .layui-form-label {
          width: 290px; }
        .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .layui-form-item .layui-input-block {
          margin-left: 300px;
          width: 600px; }
      .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btnBottom {
        text-align: center;
        font-size: 0px; }
        .creditEvaluate_helponline_bg .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main .btnBottom .zyh_redBtn {
          margin-right: 20px; }

.actionBtns-red a {
  color: #e22323;
  cursor: pointer; }

.actionBtns-red a:hover {
  color: #f43b3b; }

.actionBtns-red span {
  display: inline-block;
  width: 5px; }

.creditEvaluate_objectionDetail_bg {
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main {
      width: 100%;
      background: #fff;
      margin-bottom: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 20px;
      border: 1px solid #e6e6e6; }
      .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main .dataTable {
        padding: 0 10px; }
      .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main li.formTitle {
        height: 35px;
        background: #efefef;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 33px;
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        position: relative; }
        .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main li.formTitle:before {
          content: ' ';
          width: 3px;
          height: 16px;
          position: absolute;
          top: 9px;
          left: 1px;
          background: #e22323;
          display: inline-block; }
      .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main .layui-form-item {
        margin-bottom: 26px; }
        .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main .layui-form-item .layui-form-label {
          width: 290px; }
        .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main .layui-form-item .layui-input-block {
          margin-left: 300px;
          width: 600px; }
      .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main .btnBottom {
        text-align: center;
        font-size: 0px; }
        .creditEvaluate_objectionDetail_bg .creditEvaluate_objectionDetail_content .creditEvaluate_objectionDetail_main .btnBottom .zyh_redBtn {
          margin-right: 20px; }

.creditEvaluate_declare2_bg .dataTable {
  padding: 0 10px; }

.creditEvaluate_declare2_bg li.formTitle {
  height: 35px;
  background: #efefef;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 33px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  position: relative; }
  .creditEvaluate_declare2_bg li.formTitle:before {
    content: ' ';
    width: 3px;
    height: 16px;
    position: absolute;
    top: 9px;
    left: 1px;
    background: #e22323;
    display: inline-block; }
  .creditEvaluate_declare2_bg li.formTitle .addForm {
    font-weight: bold;
    float: right;
    color: #e22323;
    cursor: pointer;
    margin-right: 20px; }
    .creditEvaluate_declare2_bg li.formTitle .addForm:hover {
      color: #f43b3b; }

.lay-creditEvaluate-logindex {
  width: 100% !important; }
  .lay-creditEvaluate-logindex .logcontent {
    margin: 0px auto; }
    .lay-creditEvaluate-logindex .logcontent .head .top {
      background: #0d152b;
      height: 70px; }
      .lay-creditEvaluate-logindex .logcontent .head .top .topcon {
        width: 1200px;
        margin: 0 auto; }
        .lay-creditEvaluate-logindex .logcontent .head .top .topcon img {
          margin-top: 10px; }
    .lay-creditEvaluate-logindex .logcontent .head .banner {
      height: 400px;
      background: url("./res/banner_bg.jpg") no-repeat; }
      .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent {
        width: 1200px;
        height: 400px;
        margin: 0 auto;
        position: relative; }
        .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .cirle {
          width: 385px;
          height: 380px;
          float: left;
          margin-right: 40px;
          margin-top: 5px;
          background: url("./res/circle.png") no-repeat;
          -webkit-transition-property: -webkit-transform;
          -webkit-transition-duration: 1s;
          -moz-transition-property: -moz-transform;
          -moz-transition-duration: 1s;
          -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite; }
        .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .fix {
          position: absolute;
          left: 59px;
          top: 72px; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
        .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .img {
          float: left;
          margin-top: 60px; }
          .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .img img {
            margin-top: 85px;
            -webkit-animation-name: pageText;
                    animation-name: pageText;
            -webkit-animation-duration: 1s;
                    animation-duration: 1s;
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out; }
        .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right {
          width: 280px;
          float: right;
          height: 400px;
          background: #364568; }
          .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li {
            height: 133px;
            border-bottom: 2px solid #1b2844;
            border-left: 2px solid #1b2844; }
            .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li a {
              color: #fff;
              text-align: center;
              line-height: 130px;
              font-size: 18px;
              margin-left: 10px; }
            .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li span {
              float: left; }
            .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li .right1 {
              width: 50px;
              height: 50px;
              margin-top: 30px;
              margin-left: 40px;
              background: url("./res/icon1.png") no-repeat; }
            .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li .right2 {
              width: 35px;
              height: 35px;
              margin-top: 50px;
              margin-left: 55px;
              background: url("./res/icon2.png") no-repeat; }
            .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li .right3 {
              width: 35px;
              height: 35px;
              margin-top: 50px;
              margin-left: 55px;
              background: url("./res/icon3.png") no-repeat; }
          .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li:hover a {
            color: #f9b253;
            -webkit-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s; }
          .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li:hover {
            border-left: 2px solid #f9b253;
            -webkit-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s; }
          .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li:nth-child(1):hover .right1 {
            background: url("./res/icon1_1.png") no-repeat;
            -webkit-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s; }
          .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li:nth-child(2):hover .right2 {
            background: url("./res/icon2_11_03.png") no-repeat;
            -webkit-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s; }
          .lay-creditEvaluate-logindex .logcontent .head .banner .bannercontent .right li:nth-child(3):hover .right3 {
            width: 35px;
            height: 36px;
            margin-top: 50px;
            margin-left: 55px;
            background: url("./res/icon3_11_03.png") no-repeat;
            -webkit-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s; }
    .lay-creditEvaluate-logindex .logcontent .animate {
      background: #ebeff6; }
      .lay-creditEvaluate-logindex .logcontent .animate .conciseNav {
        width: 1200px;
        margin: 0 auto;
        background: #fff;
        margin-bottom: 15px;
        height: 150px; }
        .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-container {
          width: 100%;
          height: 100%; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-container .swiper-button-prev {
            height: 100%;
            background-image: url(./res/arrow_l.png);
            background-size: 15px 20px;
            top: 15%;
            left: 0;
            opacity: 0; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-container .swiper-button-next {
            height: 100%;
            top: 15%;
            right: 0;
            background-image: url(./res/arrow_r.png);
            background-size: 15px 20px;
            opacity: 0; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-container .swiper-button-prev:hover {
            background-color: #B2B2B2;
            opacity: 1 !important;
            -webkit-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-container .swiper-button-next:hover {
            background-color: #B2B2B2;
            opacity: 1 !important;
            -webkit-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s; }
        .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-slide {
          width: 240px;
          height: 150px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 1px solid #e8e8e8;
          cursor: pointer; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-slide .title {
            color: #444;
            padding: 20px 0 10px 20px;
            font-weight: 900;
            font-size: 20px; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-slide .explain {
            color: #666;
            padding-left: 20px;
            font-size: 16px; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-slide .img {
            width: 80px;
            height: 80px;
            margin-left: 140px;
            margin-top: -40px;
            background-repeat: no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .swiper-pagination-bullet-active {
          background: #4b8ae7; }
        .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .layui-carousel {
          width: 100%; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .layui-carousel div {
            background: #fff; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .layui-carousel .layui-carousel-ind ul {
            background: none; }
            .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .layui-carousel .layui-carousel-ind ul li {
              background: #e6e6e6; }
            .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .layui-carousel .layui-carousel-ind ul .layui-this {
              background: #E22323; }
          .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .layui-carousel .layui-carousel-arrow {
            top: 0;
            border-radius: 0;
            margin-top: 0;
            height: 100%;
            left: 0; }
            .lay-creditEvaluate-logindex .logcontent .animate .conciseNav .layui-carousel .layui-carousel-arrow[lay-type=add] {
              right: 0; }
    .lay-creditEvaluate-logindex .logcontent .process {
      width: 100%;
      margin: 0 auto;
      padding: 15px;
      padding-bottom: 80px; }
      .lay-creditEvaluate-logindex .logcontent .process .processTitle {
        text-align: center; }
        .lay-creditEvaluate-logindex .logcontent .process .processTitle h3 {
          font-size: 30px;
          margin-bottom: 15px; }
      .lay-creditEvaluate-logindex .logcontent .process .img {
        text-align: center;
        padding-top: 10px; }
        .lay-creditEvaluate-logindex .logcontent .process .img li {
          float: left;
          width: 300px;
          height: 360px;
          font-size: 20px;
          color: #fff;
          line-height: 360px;
          position: relative; }
          .lay-creditEvaluate-logindex .logcontent .process .img li span {
            display: block; }
          .lay-creditEvaluate-logindex .logcontent .process .img li .float {
            display: none;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 300px;
            height: 360px; }
            .lay-creditEvaluate-logindex .logcontent .process .img li .float p {
              font-size: 16px;
              height: 40px;
              line-height: 40px; }
            .lay-creditEvaluate-logindex .logcontent .process .img li .float .title {
              margin-top: 90px;
              font-size: 20px;
              margin-bottom: 20px; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(1) {
          background: url("./res/column1.jpg") no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(2) {
          background: url("./res/column2.jpg") no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(3) {
          background: url("./res/column3.jpg") no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(4) {
          background: url("./res/column4.jpg") no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(1) .float {
          background: url("./res/column1_1.jpg") no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(2) .float {
          background: url("./res/column2_1.jpg") no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(3) .float {
          background: url("./res/column3_1.jpg") no-repeat; }
        .lay-creditEvaluate-logindex .logcontent .process .img li:nth-child(4) .float {
          background: url("./res/column4_1.jpg") no-repeat; }
    .lay-creditEvaluate-logindex .logcontent .processwe {
      width: 100%;
      background: #fff; }
    .lay-creditEvaluate-logindex .logcontent .footer {
      background: #232f4c; }
      .lay-creditEvaluate-logindex .logcontent .footer .foot {
        width: 1200px;
        margin: 0 auto;
        height: 160px;
        padding-top: 35px;
        position: relative; }
        .lay-creditEvaluate-logindex .logcontent .footer .foot .foota {
          color: #fff;
          text-align: center;
          padding-top: 10px; }
        .lay-creditEvaluate-logindex .logcontent .footer .foot .footimg {
          width: 50px;
          height: 60px;
          background: url(./res/sydw.png) no-repeat;
          position: absolute;
          bottom: 50px;
          left: 70%; }
  .lay-creditEvaluate-logindex .loginPage {
    height: auto;
    z-index: 1000; }

.mybaogao .unselect {
  pointer-events: none; }

.tableActionBtn {
  cursor: pointer;
  color: #16a5ef; }

.repairFoot span {
  display: block; }

.myevidentiary_material {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0; }

.myform .layui-form-label {
  padding-top: 4px; }

.myactive {
  background-color: red;
  position: relative;
  color: #fff; }

.titleNav {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin-bottom: 5px; }

.titleNav li {
  width: 200px;
  height: 43px;
  text-align: center;
  float: left;
  cursor: pointer; }

.lay-inlineRepair .imgTitle {
  color: #222;
  font-size: 30px;
  background: url("./res/imgTitle.png") no-repeat;
  text-align: center;
  background-position-x: center;
  background-position-y: 75px;
  height: 130px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lay-inlineRepair .actionBtns .tableActionBtn {
  cursor: pointer;
  color: #16a5ef; }

.lay-repairSubmit .myform .layui-form-label {
  padding: 0;
  padding-top: 9px; }

.inlineRepair-open .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content {
  width: 100%; }
  .inlineRepair-open .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main {
    margin-bottom: 0px; }
    .inlineRepair-open .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .zyh-form .layui-form-item {
      width: 100%;
      margin-bottom: 15px;
      clear: both; }
      .inlineRepair-open .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .zyh-form .layui-form-item .layui-form-label {
        width: 152px;
        padding: 9px 15px;
        font-size: 14px;
        float: left;
        line-height: 20px; }
      .inlineRepair-open .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .zyh-form .layui-form-item .layui-input-block {
        margin-left: 0px;
        width: 250px;
        float: left;
        vertical-align: middle; }
        .inlineRepair-open .creditEvaluate_verificationReport_bg .creditEvaluate_verificationReport_content .creditEvaluate_verificationReport_main .zyh-form .layui-form-item .layui-input-block input {
          background-color: #fff;
          cursor: default;
          font-size: 14px; }

.mynone {
  display: none; }

.creditEvaluate_objectionDetail_bg #creditEvaluate_objectionDetail_main .myhistorydetail li > span:nth-of-type(2) {
  color: #333;
  display: inline-block;
  width: 500px; }

.allfile {
  margin-top: 20px;
  margin-bottom: 50px; }

.allfile .mt {
  line-height: 53px;
  font-size: 20px;
  font-weight: bold;
  background: url(./res/inlineRepailicon.png) left center no-repeat;
  padding-left: 17px; }

.lczy table {
  margin-top: 20px; }

.lczy tr:first-child {
  background: none; }

.lczy tr:nth-child(odd) {
  background: #eeeeee; }

.lczy th {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: left; }

.lczy th:nth-child(1), .lczy td:nth-child(1) {
  width: 144px; }

.lczy th:nth-child(2), .lczy td:nth-child(2) {
  width: 288px;
  text-align: left; }

.lczy th:nth-child(3), .lczy td:nth-child(3) {
  width: 376px;
  text-align: left; }

.lczy th:nth-child(4), .lczy td:nth-child(4) {
  width: 152px; }

.lczy td {
  padding: 15px 30px;
  font-size: 14px;
  text-align: left;
  line-height: 24px; }

.lczy td a {
  color: #4791d2;
  text-decoration: underline; }

.lay-repairSubmitFr .location.curtentLocation {
  margin-top: 15px;
  margin-bottom: -15px; }
  .lay-repairSubmitFr .location.curtentLocation a {
    color: #1E9FFF;
    cursor: pointer; }

.lay-repairSubmitFr .pannelBox {
  margin-top: 25px;
  border-top: 2px solid #909ca5; }
  .lay-repairSubmitFr .pannelBox .title {
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd; }
    .lay-repairSubmitFr .pannelBox .title span {
      display: block;
      margin-top: -2px;
      border-top: 2px solid #005ea6;
      padding: 0 10px;
      width: 110px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      font-weight: 900; }

.lay-repairSubmitFr .creditEvaluate_verificationReport_main {
  width: 100%;
  background: #fff;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 20px;
  border: 1px solid #e6e6e6; }
  .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation {
    margin-top: 35px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .moduleTitle {
      border-bottom: 1px solid #bebebe;
      font-size: 20px; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .moduleTitle span {
        border-bottom: 4px solid #ea3e3e;
        line-height: 31px;
        padding-bottom: 2px;
        font-weight: bold; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li {
      font-size: 14px;
      margin-top: 23px;
      position: relative;
      overflow: auto; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liName {
        float: left;
        text-indent: 20px;
        line-height: 40px;
        width: 29%;
        margin-right: 30px;
        font-size: 16px; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput {
        float: left;
        width: 64%; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput input {
          background: #ffffff;
          font-size: 14px;
          height: 38px;
          width: 90%;
          text-indent: 14px; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput span {
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .myxybg li .liInput .myspan {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .firmXzcfInfo ul li {
      font-size: 14px;
      margin-top: 23px;
      position: relative; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .firmXzcfInfo ul li .liName {
        float: left;
        text-indent: 20px;
        line-height: 40px;
        width: 29%;
        margin-right: 30px;
        font-size: 16px; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .firmXzcfInfo ul li .liInput input {
        background: #f7f7f7;
        border: 0px solid #eeeeee;
        font-size: 14px;
        height: 38px;
        width: 57.5%;
        text-indent: 14px;
        outline: none; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .firmXzcfInfo ul li .liInput textarea {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 57.5%;
        background: #f7f7f7;
        border: 0px solid #eeeeee;
        height: 110px;
        padding: 10px;
        resize: vertical;
        outline: none;
        -webkit-appearance: none;
        border-radius: 0; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .agentInforContent ul li {
      font-size: 14px;
      margin-top: 23px;
      position: relative; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .agentInforContent ul li .liName {
        float: left;
        text-indent: 20px;
        line-height: 40px;
        width: 29%;
        margin-right: 30px;
        font-size: 16px; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .agentInforContent ul li .liInput input {
        background: #ffffff;
        font-size: 14px;
        height: 38px;
        width: 57.5%;
        border: 1px solid #bebebe;
        text-indent: 14px;
        outline: none; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .agentInforContent ul li .liInput span {
        color: #eb3e3e;
        font-weight: unset;
        margin-left: 30px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul li {
      font-size: 14px;
      margin-top: 23px;
      position: relative; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul li .liName {
        width: 29%;
        margin-right: 30px;
        float: left;
        text-indent: 20px;
        line-height: 40px;
        font-size: 16px; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul li .layui-form-radio {
        margin: 0px;
        padding-right: 0px; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul li .layui-form-radio i {
          margin-right: 0px;
          color: #5FB878; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul li .layui-form-radio:nth-of-type(2) {
          margin-left: 50px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li {
      overflow: auto; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput {
        float: left;
        width: 64%; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput span {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li, .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId_1 li {
      overflow: auto; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput, .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId_1 li .liInput {
        float: left;
        width: 64%; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .surfaceThree, .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId_1 li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .surfaceThree input[type="file"], .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId_1 li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .fileslist .fileItemName, .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId_1 li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .fileslist .fileItemDel, .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId_1 li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput span, .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId_1 li .liInput span {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li {
      overflow: auto; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput {
        float: left;
        width: 64%; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput input {
          background: #ffffff;
          font-size: 14px;
          height: 38px;
          width: 57.5%;
          text-indent: 14px; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput span {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent {
      overflow: auto; }
      .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li {
        overflow: auto;
        font-size: 14px;
        margin-top: 23px;
        position: relative; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liName {
          width: 29%;
          margin-right: 40px;
          float: left;
          text-indent: 0px;
          line-height: 40px;
          font-size: 16px; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liName span {
            display: inline-block;
            vertical-align: top;
            width: 290px;
            text-indent: 0px; }
        .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput {
          float: left;
          width: 64%; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput input {
            background: #EEEEEE;
            font-size: 14px;
            width: 90%;
            height: 38px;
            border: 1px solid #bebebe;
            text-indent: 14px;
            outline: none; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .wiht {
            background: #fff; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput span {
            color: #eb3e3e;
            font-weight: unset;
            margin-left: 30px; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .surfaceThree {
            position: relative;
            width: 213px;
            background: #36a3f7;
            border-radius: 7px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            margin: 0;
            float: left;
            font-size: 14px; }
            .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .surfaceThree input[type="file"] {
              position: absolute;
              top: 0;
              left: 0; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .fileslist .fileItemName {
            color: #00a0e9;
            width: 85%;
            display: inline-block;
            vertical-align: middle;
            font-weight: unset; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .fileslist .fileItemDel {
            margin-left: 20px;
            cursor: pointer;
            vertical-align: middle;
            color: #eb3e3e;
            font-weight: unset; }
          .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .myspan {
            display: inline-block;
            padding-top: 10px;
            color: #eb3e3e;
            font-weight: unset;
            margin-left: 30px; }
  .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .subBotttom .t_center {
    text-align: center;
    margin-top: 70px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .subBotttom .t_center input[type="checkbox"] {
      width: 18px;
      height: 16px;
      vertical-align: middle;
      cursor: pointer;
      -webkit-appearance: checkbox; }
  .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .subBotttom .operationBtn {
    text-align: center; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .subBotttom .operationBtn .submitBtn {
      background-color: #e22323;
      color: #fff;
      margin-right: 20px;
      width: 120px;
      height: 40px;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 40px;
      text-align: center;
      font-size: 15px;
      display: inline-block;
      cursor: pointer;
      border: none;
      margin: 20px 0px; }
    .lay-repairSubmitFr .creditEvaluate_verificationReport_main .myform .subBotttom .operationBtn .mycheck {
      background-color: #e22323; }

.lay-serviceVerifySHQY {
  padding: 20px; }
  .lay-serviceVerifySHQY .enterpriseInformation {
    margin-top: 35px; }
    .lay-serviceVerifySHQY .enterpriseInformation .moduleTitle {
      border-bottom: 1px solid #bebebe;
      font-size: 20px; }
      .lay-serviceVerifySHQY .enterpriseInformation .moduleTitle span {
        border-bottom: 4px solid #ea3e3e;
        line-height: 31px;
        padding-bottom: 2px;
        font-weight: bold; }
    .lay-serviceVerifySHQY .enterpriseInformation .myxybg li {
      font-size: 14px;
      margin-top: 23px;
      position: relative;
      overflow: auto; }
      .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liName {
        float: left;
        text-indent: 20px;
        line-height: 40px;
        width: 29%;
        margin-right: 30px;
        font-size: 16px; }
      .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput {
        float: left;
        width: 64%; }
        .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput input {
          background: #EEEEEE;
          font-size: 14px;
          height: 38px;
          width: 90%;
          text-indent: 14px;
          border: 0px solid #eeeeee; }
        .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput span {
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
        .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .myxybg li .liInput .myspan {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
    .lay-serviceVerifySHQY .enterpriseInformation .firmXzcfInfo ul li {
      font-size: 14px;
      margin-top: 23px;
      position: relative; }
      .lay-serviceVerifySHQY .enterpriseInformation .firmXzcfInfo ul li .liName {
        float: left;
        text-indent: 20px;
        line-height: 40px;
        width: 29%;
        margin-right: 30px;
        font-size: 16px; }
      .lay-serviceVerifySHQY .enterpriseInformation .firmXzcfInfo ul li .liInput input {
        background: #f7f7f7;
        border: 0px solid #eeeeee;
        font-size: 14px;
        height: 38px;
        width: 57.5%;
        text-indent: 14px;
        outline: none; }
      .lay-serviceVerifySHQY .enterpriseInformation .firmXzcfInfo ul li .liInput textarea {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 57.5%;
        background: #f7f7f7;
        border: 0px solid #eeeeee;
        height: 110px;
        padding: 10px;
        resize: vertical;
        outline: none;
        -webkit-appearance: none;
        border-radius: 0; }
    .lay-serviceVerifySHQY .enterpriseInformation .agentInforContent ul li {
      font-size: 14px;
      margin-top: 23px;
      position: relative; }
      .lay-serviceVerifySHQY .enterpriseInformation .agentInforContent ul li .liName {
        float: left;
        text-indent: 20px;
        line-height: 40px;
        width: 29%;
        margin-right: 30px;
        font-size: 16px; }
      .lay-serviceVerifySHQY .enterpriseInformation .agentInforContent ul li .liInput input {
        background: #f7f7f7;
        font-size: 14px;
        height: 38px;
        width: 57.5%;
        border: 0px solid #bebebe;
        text-indent: 14px;
        outline: none; }
      .lay-serviceVerifySHQY .enterpriseInformation .agentInforContent ul li .liInput span {
        color: #eb3e3e;
        font-weight: unset;
        margin-left: 30px; }
    .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li {
      font-size: 14px;
      margin-top: 23px;
      position: relative; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .liName {
        width: 29%;
        margin-right: 30px;
        float: left;
        text-indent: 20px;
        line-height: 40px;
        font-size: 16px; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .layui-form-radio {
        margin: 0px;
        padding-right: 0px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .layui-form-radio i {
          margin-right: 0px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .layui-form-radio:nth-of-type(2) {
          margin-left: 50px; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .fileName {
        font-size: 16px;
        text-indent: 20px; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .fileImg {
        float: left; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .fileImg img {
          margin: 10px;
          width: 100px;
          height: 100px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .fileImg img:nth-of-type(1) {
            margin-left: 0px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul li .fileImg .fileDown a {
          color: blue; }
    .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li {
      overflow: auto; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .liInput, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .liInput {
        float: left;
        width: 64%; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .liInput .surfaceThree, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .liInput .surfaceThree input[type="file"], .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .liInput .fileslist .fileItemName, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .liInput .fileslist .fileItemDel, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .liInput span, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .liInput span {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .fileName, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .fileName {
        font-size: 16px; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .fileImg, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .fileImg {
        float: left; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .fileImg img, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .fileImg img {
          margin: 10px;
          width: 100px;
          height: 100px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .fileImg img:nth-of-type(1), .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .fileImg img:nth-of-type(1) {
            margin-left: 0px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId_1 li .fileImg .fileDown a, .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #departmentRepairId li .fileImg .fileDown a {
          color: blue; }
    .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li {
      overflow: auto; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput {
        float: left;
        width: 64%; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .liInput span {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .fileName {
        font-size: 16px; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .fileImg {
        float: left;
        text-indent: 20px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .fileImg img {
          margin: 10px;
          width: 100px;
          height: 100px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .fileImg img:nth-of-type(1) {
            margin-left: 0px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #administrativePenaltyId li .fileImg .fileDown a {
          color: blue; }
    .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li {
      overflow: auto; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput {
        float: left;
        width: 64%; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #attachment .enterpriseInformationContent #departmentRepairId li .liInput span {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
    .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li {
      overflow: auto; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput {
        float: left;
        width: 64%; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput input {
          background: #EEEEEE;
          border: 0px solid #bebebe;
          font-size: 14px;
          height: 38px;
          width: 57.5%;
          text-indent: 14px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .surfaceThree {
          position: relative;
          width: 213px;
          background: #36a3f7;
          border-radius: 7px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          margin: 0;
          float: left;
          font-size: 14px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .surfaceThree input[type="file"] {
            position: absolute;
            top: 0;
            left: 0; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .fileslist .fileItemName {
          color: #00a0e9;
          width: 85%;
          display: inline-block;
          vertical-align: middle;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput .fileslist .fileItemDel {
          margin-left: 20px;
          cursor: pointer;
          vertical-align: middle;
          color: #eb3e3e;
          font-weight: unset; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit #trainingNameId li .liInput span {
          display: inline-block;
          padding-top: 10px;
          color: #eb3e3e;
          font-weight: unset;
          margin-left: 30px; }
    .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent {
      overflow: auto; }
      .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li {
        overflow: auto;
        font-size: 14px;
        margin-top: 23px;
        position: relative; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liName {
          width: 29%;
          margin-right: 40px;
          float: left;
          text-indent: 0px;
          line-height: 40px;
          font-size: 16px;
          text-indent: 20px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liName span {
            display: inline-block;
            vertical-align: top;
            width: 290px;
            text-indent: 0px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput {
          float: left;
          width: 64%; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput input {
            background: #EEEEEE;
            font-size: 14px;
            width: 90%;
            height: 38px;
            border: 0px solid #bebebe;
            text-indent: 14px;
            outline: none; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .wiht {
            background: #fff; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput span {
            color: #eb3e3e;
            font-weight: unset;
            margin-left: 30px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .surfaceThree {
            position: relative;
            width: 213px;
            background: #36a3f7;
            border-radius: 7px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            margin: 0;
            float: left;
            font-size: 14px; }
            .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .surfaceThree input[type="file"] {
              position: absolute;
              top: 0;
              left: 0; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .fileslist .fileItemName {
            color: #00a0e9;
            width: 85%;
            display: inline-block;
            vertical-align: middle;
            font-weight: unset; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .fileslist .fileItemDel {
            margin-left: 20px;
            cursor: pointer;
            vertical-align: middle;
            color: #eb3e3e;
            font-weight: unset; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .liInput .myspan {
            display: inline-block;
            padding-top: 10px;
            color: #eb3e3e;
            font-weight: unset;
            margin-left: 30px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .fileName {
          font-size: 16px;
          text-indent: 20px; }
        .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .fileImg {
          float: left;
          text-indent: 20px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .fileImg img {
            margin: 10px;
            width: 100px;
            height: 100px; }
            .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .fileImg img:nth-of-type(1) {
              margin-left: 0px; }
          .lay-serviceVerifySHQY .enterpriseInformation .enterpriseInformationContent ul #noOverdue #credit .pxContent li .fileImg .fileDown a {
            color: blue; }
  .lay-serviceVerifySHQY .SHresult .repairInforContent ul li {
    overflow: auto; }
    .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .SHYJ {
      width: 10%; }
    .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .liInput {
      float: left;
      width: 64%; }
      .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .liInput input {
        background: #EEEEEE;
        font-size: 14px;
        height: 38px;
        width: 90%;
        text-indent: 14px;
        border: 0px solid #eeeeee; }
    .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father {
      float: left; }
      .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .leibie_span {
        display: inline-block;
        width: 140px;
        padding-top: 4px; }
      .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .leibie {
        display: inline-block;
        width: 700px;
        vertical-align: top;
        margin-left: 63px; }
      .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .cailiao {
        display: inline-block;
        width: 650px;
        vertical-align: top;
        margin-left: 260px; }
        .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .cailiao .cailiaoitem {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 20px; }
          .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .cailiao .cailiaoitem .cailiaoitemName label {
            display: inline-block;
            width: 146px;
            vertical-align: top;
            margin-left: 10px; }
          .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .cailiao .cailiaoitem .cailiaoitemBz {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-left: 35px; }
            .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .cailiao .cailiaoitem .cailiaoitemBz input {
              width: 100%;
              background: #EEEEEE;
              font-size: 14px;
              margin-top: 10px;
              height: 38px;
              text-indent: 14px;
              border: 1px solid #eeeeee; }
            .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .leibie_father .cailiao .cailiaoitem .cailiaoitemBz .wiht {
              background: #fff; }
    .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .SHBZ {
      width: 10%;
      margin-right: 30px;
      text-indent: 20px;
      line-height: 40px;
      font-size: 16px; }
    .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .SHBZ_textarea {
      text-indent: 20px; }
      .lay-serviceVerifySHQY .SHresult .repairInforContent ul li .SHBZ_textarea textarea {
        resize: unset;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 95%;
        border: 1px solid #eeeeee;
        height: 110px;
        padding: 10px;
        resize: vertical;
        -webkit-appearance: none;
        border-radius: 0; }
  .lay-serviceVerifySHQY .SHresult_look .repairInforContent ul li {
    font-size: 14px;
    margin-top: 23px; }
    .lay-serviceVerifySHQY .SHresult_look .repairInforContent ul li .SHYJ_look {
      display: inline-block;
      width: 10%;
      text-indent: 20px;
      font-size: 16px;
      line-height: 21px; }
    .lay-serviceVerifySHQY .SHresult_look .repairInforContent ul li .leibie_look {
      display: inline-block;
      width: 800px;
      vertical-align: top;
      font-size: 16px;
      line-height: 21px; }

.xyjApply {
  background-position-y: -14px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .xyjApply .creditEvaluate_applyObjection_content {
    width: 1200px;
    margin: 0px auto; }
    .xyjApply .creditEvaluate_applyObjection_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main {
      width: 100%;
      background: #fff;
      margin-bottom: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 20px;
      border: 1px solid #e6e6e6; }
      .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form {
        overflow: hidden; }
        .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .dataTable {
          padding: 0 10px; }
        .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form li.formTitle {
          height: 35px;
          background: #efefef;
          border: 1px solid #e6e6e6;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          line-height: 33px;
          padding-left: 10px;
          font-size: 15px;
          margin-bottom: 15px;
          font-weight: bold;
          position: relative; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form li.formTitle:before {
            content: ' ';
            width: 3px;
            height: 16px;
            position: absolute;
            top: 9px;
            left: 1px;
            background: #e22323;
            display: inline-block; }
        .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-form-item {
          margin-bottom: 40px; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-form-item .layui-form-label {
            width: 290px; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-form-item .layui-input-block {
            margin-left: 300px;
            width: 600px; }
        .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .evidentiary_material {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          opacity: 0; }
        .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .btnBottom {
          text-align: center;
          font-size: 0px; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .btnBottom .zyh_redBtn {
            margin-right: 20px; }
        .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block {
          margin-left: 150px; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag {
            vertical-align: top;
            margin-right: 5px; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag1 {
            background: #e5e5e5;
            border: none; }
            .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag1 .layui-icon {
              opacity: 0; }
            .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag1 p {
              position: absolute;
              bottom: 0;
              width: 100%;
              height: 24px;
              line-height: 24px;
              text-align: center;
              background: #474a4c;
              color: #fff;
              font-size: 12px; }
            .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag1 img {
              margin-top: 15px; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag2 {
            background: #e5e5e5;
            border: none; }
            .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag2 .layui-icon {
              opacity: 0; }
            .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag2 p {
              position: absolute;
              bottom: 0;
              width: 100%;
              height: 24px;
              line-height: 24px;
              text-align: center;
              background: #474a4c;
              color: #fff;
              font-size: 12px; }
            .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .layui-upload-drag2 img {
              margin-top: 15px; }
          .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .tips {
            position: absolute;
            width: 300px;
            top: 10px;
            left: 350px;
            color: #f79e19;
            font-size: 12px; }
            .xyjApply .creditEvaluate_applyObjection_content .creditEvaluate_applyObjection_main #creditEvaluate_applyObjection_form .layui-input-block .tips li {
              list-style: disc; }

.lay-xyjStart {
  min-height: 400px; }
  .lay-xyjStart .imgTitle {
    color: #222;
    font-size: 30px;
    background: url("./res/imgTitle.png") no-repeat;
    text-align: center;
    background-position-x: center;
    background-position-y: 75px;
    height: 130px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .lay-xyjStart .actionBtns .tableActionBtn {
    cursor: pointer;
    color: #16a5ef; }

.lay-xyjStart-detail .blockBox .model {
  padding: 6px;
  background: #f5f6fa;
  border: 1px solid #e4e5e7;
  font-weight: bold; }

.lay-xyjStart-detail .blockBox .usecontent {
  padding: 10px;
  padding-bottom: 0px; }
  .lay-xyjStart-detail .blockBox .usecontent li {
    height: 30px;
    font-size: 13px;
    margin-bottom: 17px; }
    .lay-xyjStart-detail .blockBox .usecontent li .float {
      width: 120px;
      float: left;
      text-align: right;
      height: 30px;
      line-height: 30px; }
      .lay-xyjStart-detail .blockBox .usecontent li .float .left {
        width: 150px; }
    .lay-xyjStart-detail .blockBox .usecontent li .floatRibht {
      float: left;
      width: 67%;
      border: 1px solid #ddd;
      height: auto;
      padding-left: 10px;
      min-height: 30px; }
    .lay-xyjStart-detail .blockBox .usecontent li .text {
      border: 1px solid #ddd;
      height: 30px;
      line-height: 30px;
      float: left;
      width: 65%;
      padding-left: 10px; }
    .lay-xyjStart-detail .blockBox .usecontent li.autoHeight {
      height: auto;
      overflow: hidden; }

.lay-creditEvaluate-xycn {
  background-color: #f6f6f6;
  width: 100% !important; }

.lay-creditEvaluate-xycn .xycnTitle {
  margin: 20px 0;
  text-align: center; }

.lay-creditEvaluate-xycn .xycnTitle h3 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 15px; }

.lay-creditEvaluate-xycn .editContent {
  background: #fff;
  width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 15px;
  padding: 15px; }

.lay-creditEvaluate-xycn .editContent .left {
  width: 850px;
  display: inline-block;
  margin-right: 25px; }

.lay-creditEvaluate-xycn .editContent .left .layui-table {
  margin: 0; }

.lay-creditEvaluate-xycn .editContent .left .layui-table .actionBtns a {
  font-size: 14px;
  color: #e22323;
  cursor: pointer;
  margin-right: 10px; }

.lay-creditEvaluate-xycn .editContent .right {
  width: 280px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 25px;
  background: #e6e6e6; }

.lay-creditEvaluate-xycn .editContent .right .title {
  font-size: 16px;
  font-weight: 900; }

.lay-creditEvaluate-xycn .editContent .right .tips {
  margin-top: 20px;
  font-size: 12px;
  color: #f19813; }

.lay-creditEvaluate-xycn .editContent .right .layui-upload-drag {
  width: 100%;
  margin-top: 10px; }

.creditEvaluate_newxycn_bg {
  background: url("./res/perfectInformation_banner.png") no-repeat;
  background-position-y: -1px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .noclick {
      cursor: no-drop; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .heade {
      height: 320px;
      width: 1200px;
      background: url("./res/perfectInformation_banner_head.png") no-repeat;
      background-size: 100% 100%;
      background-position: 61% 75%;
      text-align: center;
      padding-top: 65px;
      position: relative; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .heade .lineImg {
        position: absolute; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .heade .lineImg1 {
        left: 25px;
        top: 172px;
        -webkit-animation: myfirst 2s linear infinite alternate;
                animation: myfirst 2s linear infinite alternate; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .heade .lineImg2 {
        left: 39px;
        top: 150px;
        -webkit-animation: myfirst2 2.5s linear infinite alternate;
                animation: myfirst2 2.5s linear infinite alternate; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .heade .lineImg3 {
        left: 80px;
        top: 165px;
        -webkit-animation: myfirst3 2s linear infinite alternate;
                animation: myfirst3 2s linear infinite alternate; }

@keyframes myfirst {
  from {
    top: 172px; }
  to {
    top: 142px; } }

@keyframes myfirst2 {
  from {
    top: 150px; }
  to {
    top: 120px; } }

@keyframes myfirst3 {
  from {
    top: 165px; }
  to {
    top: 135px; } }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left {
      -webkit-box-shadow: 2px 2px 5px 1px #e8e8e8;
              box-shadow: 2px 2px 5px 1px #e8e8e8;
      background-color: #fff;
      width: 202px;
      float: left;
      margin-right: 25px; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_nav {
        border-top: 2px solid #e22323;
        height: 46px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_nav li {
          width: 50%;
          height: 44px;
          line-height: 44px;
          float: left;
          text-align: center;
          font-size: 15px;
          background-color: #dddddd;
          cursor: pointer; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_nav li.actives {
          color: #fff;
          background-color: #e22323; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_list {
        display: none; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_list li {
          height: 51px;
          font-size: 15px;
          border-bottom: 1px solid #e6e6e6;
          line-height: 50px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 160px;
          margin: 0px auto;
          cursor: pointer; }
          .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_list li p {
            display: inline-block;
            width: 137px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_list .activelinav {
          color: #e22323;
          position: relative; }
          .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_list .activelinav:before {
            content: ' ';
            border: 10px solid #f2f2f2;
            border-left-color: #ffffff;
            border-right: none;
            position: absolute;
            top: 15px;
            right: -31px; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_list li:last-child {
          border: none !important; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_left .contents_left_list.actives {
        display: block; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      float: left;
      width: 972px;
      min-height: 863px;
      position: relative;
      padding-bottom: 63px; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right .rightForm {
        height: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right .rightForm .layui-laypage .layui-laypage-curr .layui-laypage-em {
          background: #e22323; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right #mainForm2 {
        display: none; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right .bottomBtn {
        display: none;
        position: fixed;
        bottom: 0px;
        width: 970px;
        z-index: 9999;
        background: #fff;
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right .bottomBtn2 {
        bottom: 160px;
        width: 970px;
        z-index: 9999;
        background: #fff;
        height: 63px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 11px;
        font-size: 0px; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right .mainformContent {
        padding: 15px;
        padding-bottom: 80px; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right li.formTitle {
        height: 35px;
        background: #efefef;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 33px;
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        position: relative; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right li.formTitle:before {
          content: ' ';
          width: 3px;
          height: 16px;
          position: absolute;
          top: 9px;
          left: 1px;
          background: #e22323;
          display: inline-block; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right li.formTitle .addForm {
          font-weight: bold;
          float: right;
          color: #e22323;
          cursor: pointer;
          margin-right: 20px; }
          .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right li.formTitle .addForm:hover {
            color: #f43b3b; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right h2.tableTitle-zyh {
        font-size: 15px;
        font-weight: bold; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right .marginT15 {
        margin-top: 25px; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right #xxws-audit-header {
        height: 46px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #dddddd;
        margin-top: 15px; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right #xxws-audit-header li {
          width: 160px;
          height: 100%;
          font-size: 15px;
          color: #666;
          float: left;
          text-align: center;
          line-height: 44px;
          cursor: pointer; }
        .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .contents .contents_right #xxws-audit-header li.actives {
          color: #fff;
          background: #e22323; }
  .creditEvaluate_newxycn_bg .actionBtns-red a {
    color: #e22323;
    cursor: pointer; }
  .creditEvaluate_newxycn_bg .actionBtns-red a:hover {
    color: #f43b3b; }
  .creditEvaluate_newxycn_bg .actionBtns-red span {
    display: inline-block;
    width: 5px; }

.layui-form-zyhadd .layui-form-label {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.layui-form-zyhadd .layui-input-block {
  margin-left: 180px;
  margin-right: 20px; }

.creditEvaluate_newxycn_bg {
  background: url("./res/perfectInformation_banner.png") no-repeat;
  background-position-y: -1px;
  background-color: #f6f6f6;
  color: #333;
  width: 100% !important; }
  .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content {
    width: 1200px;
    margin: 0px auto; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .heade {
      height: 320px;
      width: 1200px;
      background: url("./res/perfectInformation_banner_head.gif") no-repeat;
      background-size: 120% 120%;
      background-position: 61% 75%;
      text-align: center;
      padding-top: 75px; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .layui-laypage .layui-laypage-curr .layui-laypage-em {
      background: #e22323; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content .imgTitle {
      color: #222;
      font-size: 30px;
      background: url("./res/imgTitle.png") no-repeat;
      text-align: center;
      background-position-x: center;
      background-position-y: 75px;
      height: 130px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content #mainForm {
      padding: 15px; }
      .creditEvaluate_newxycn_bg .creditEvaluate_newxycn_content #mainForm .dataTable {
        padding: 0px; }

#newxycn-layerBox {
  padding: 30px 0;
  font-size: 14px; }

.snswj {
  line-height: 38px; }
  .snswj a {
    cursor: pointer; }
  .snswj .xycnfile {
    width: 355px;
    float: left; }
  .snswj .choosefile {
    margin: 0px;
    padding: 10px 16px;
    color: white;
    background-color: #e22323;
    float: left;
    position: relative;
    overflow: hidden; }
  .snswj .download {
    color: #1e90ff;
    margin-left: 20px; }
  .snswj .evidentiary_material {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0; }
