/* 全局 */
ul li {
  list-style: none;
}

i {
  font-style: normal;
}

.navbar {
  padding: 0;
}
.hide{display: none;}
/* WebKit browsers */
input:-internal-autofill-selected {
  background-color: #ffffff !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important;
}
/* 修改自动填充背景色和文字颜色 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #F7F8F9 inset !important; /* 背景色 */
  -webkit-text-fill-color: #1C2534 !important; /* 文字颜色 */
  transition: background-color 5000s ease-in-out 0s; /* 防止闪烁 */
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input {
  outline-color: white;
  font-size: 14px;
}
select:focus-visible {
  outline: none !important;
}
textarea:focus-visible {
  outline: none !important;
}
/* 覆盖 */
/*@media (min-width: 992px) {*/
/*.sidebar + .right-column {*/
/*margin-left: 240px;*/
/*}*/
/*}*/

/* 背景板 */
.bg-white {
  background: #ffffff;
  clear: both;
  overflow: hidden;
}
.auth-form .bg-white {
  background: #F4F6F8 !important;
  clear: both;
  overflow: hidden;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #1890ff;
}

/* 按钮 */

.btn-two {
  width: 180px;
  clear: both;
  margin: 0px auto;
}

.btn-two button {
  display: block;
  margin-right: 8px;
  float: left;
  padding: 0 15px;
}

.btn-white-border {
  border: 1px solid #EDEDED;
  background-color: #F4F6F8;
  margin-left: 8px;
}
.btn-white-border:hover {
  opacity: 0.7;
}
.btn-white-border:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #037EF6;
  border-color: #037EF6;
  margin-left: 8px;
}
.btn-primary:hover {
  background-color: #037EF6;
  border-color: #037EF6;
  opacity: 0.7;
}
.btn-primary:focus {
  box-shadow: none !important;
}
.btn:focus {
  box-shadow: none;
}

/*查询按钮*/
.search-btn {
  width: 80px;
  height: 36px;
  background: #037EF6;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  margin-right: 10px;
  position: relative;
  padding-right: 15px;
}
.search-btn:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 14px; /* 每个条纹的高度 */
  height: 14px;
  background: url(../image/common/search_btn_icon.svg) no-repeat;
}

.btn-style .search-btn {
  width: 104px;
  padding-right: 29px;
}
.btn-style .search-btn:before {
  left: 25px;
}

/*清空按钮*/
.clear-btn {
  width: 80px;
  height: 36px;
  background: #F4F6F8;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  position: relative;
  padding-right: 15px;
  margin-left: 0;
}
.clear-btn:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 14px; /* 每个条纹的高度 */
  height: 14px;
  background: url(../image/common/clear_btn_icon.svg) no-repeat;
}
.btn-style .clear-btn {
  width: 104px;
  padding-right: 29px;
}
.btn-style .clear-btn:before {
  left: 25px;
}
.clear-btn:hover {
  opacity: 0.7;
  color: #748191;
}

/*导出按钮*/
.export-btn {
  width: 104px;
  height: 36px;
  background: #037EF6;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  position: relative;
  padding-right: 12px;
  margin-left: 10px;
}
.export-btn:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 14px; /* 每个条纹的高度 */
  height: 14px;
  background: url(../image/common/export_icon.svg) no-repeat;
}
.export-btn:hover {
  opacity: 0.7;
  color: #FFFFFF;
}

table tr td .table-btn-danger {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  height: 26px;
  font-style: normal;
  text-decoration-line: none;
  background: #DD3509;
  border: none;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
table tr td .table-btn-danger:hover {
  opacity: 0.7;
  color: #ffffff;
  text-decoration-line: none;
}
table tr td .table-btn-danger:focus {
  outline: none;
}
table tr td  .table-btn-primary {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  height: 26px;
  font-style: normal;
  text-decoration-line: none;
  background: #037EF6;
  border: none;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
table tr td .table-btn-primary:hover {
  opacity: 0.7;
  color: #ffffff;
  text-decoration-line: none;
}
table tr td .table-btn-primary:focus {
  outline: none;
  box-shadow: none;
}
table tr td button:last-child {
  margin-right: 0px;
}

/*输入框*/
.input-disabled {
  border: 0 !important;
  background: #ffffff;
  color: #666666 !important;
  font-size: 14px !important;
}

/*通用输入框*/


/* 提示条 */
.global-point {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  clear: both;
  margin: 0px 30px;
  padding: 8px 10px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
}

.global-point span, .global-point a {
  display: block;
  width: 50%;
  float: left;
}

.global-point a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  transition: color .3s;
  text-align: right;
  padding-right: 15px;
}

/* 弹窗 */
/* .modal-header .close {padding: 0;margin: 0;} */
/*下拉框*/
.select-style1 {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  height: 36px !important;
  padding: 8px 11px;
  color: #1C2534;
  font-size: 14px;
  line-height: 1.5;
  background-color: #F7F8F9;
  background-image: none;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  transition: all .3s;
  width: 245px;
}

.select-style2 {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 25.5%;
  height: 36px !important;
  padding: 5px 11px;
  color: #1C2534;
  font-size: 14px;
  line-height: 1.5;
  background-color: #F7F8F9;
  background-image: none;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  transition: all .3s;
}

/*复选框*/
.check-on {
  border: 1px solid #1890ff !important;
  background: #1890ff !important;
  color: white !important;
  cursor: pointer;
}

.check-off {
  border: 1px solid #cccccc !important;
  color: #ffffff !important;
  cursor: pointer;
}

/*加载中*/
.loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 9002;
}

.loading-box img {
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -4%;
  top: 50%;
  margin-top: -4%;
  width: 8%;
}
/*系统设置*/
#systemSetting{

  position: absolute;
  bottom: -90px;
  right: 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  z-index: 1;
  padding: 0;
  width: 100px;
}
#systemSetting li{
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
/* 查询条件 */
.select-term {
  overflow: hidden;
}

.select-term ul {
  overflow: hidden;
  width: 100%;
}
/*.select-term ul li:nth-last-child(-n+3) {*/
/*  margin-bottom: 0;*/
/*}*/


.select-term ul li .box{
  width: 71%;
  float: left;
}
/* 查询标题 */
.select-title {
  margin-bottom: 10px;
  overflow: hidden;
}

.select-title .h1 {
  width: 50%;
  float: left;
  margin-bottom: 0px !important;
}

.select-title .h1 h1 {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  opacity: .85;
  margin-bottom: 0px !important;
}

.select-title .handle {
  text-align: left;
}

.select-title .handle .blue-button {
  margin-right: 10px;
  margin-left: 0;
  height: 36px;
  background: #037EF6;
  border-radius: 5px;
  padding: 0 20px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  font-style: normal;
}
.select-title .handle .blue-button img {
  width: 14px;
  heigth: 14px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.select-title .handle .blue-button:hover {
  opacity: 0.7;
  border-color: transparent;
}
.copSearch-btn .blue-button {
  margin-right: 0px;
  margin-left: 0;
  height: 36px;
  background: #037EF6;
  border-radius: 5px;
  padding: 0 20px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  font-style: normal;
}
.copSearch-btn .blue-button img {
  width: 14px;
  heigth: 14px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.copSearch-btn .blue-button:hover {
  opacity: 0.7;
  border-color: transparent;
}
/* 查询表格 */
.select-table {
  display: block;
  width: 100%;
}

.select-table table {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.select-table table tr {
  border-bottom: 1px solid #EDEDED;
  background: #fff;
}
.select-table table tr:hover {
  background: #F8FAFB;
}
.select-table table tr:first-child {
  background: #F4F6F8;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
}
.select-table table tr:first-child:hover {
  background: #F4F6F8;
}

.select-table table tr th, .select-table table tr td {
  padding: 14px;
  text-align: left;
  padding: 12px 15px;
}
.select-table.box table tr th, .select-table.box table tr td {
  border-right: 1px solid #EDEDED;
  padding: 12px 20px;
}
.select-table.box table tr th:last-child, .select-table.box table tr td:last-child {
  border-right: none;
}
.select-table table tr th:first-child, .select-table table tr td:first-child {
  padding-left: 20px;
}
.select-table table tr:first-child {
  border: none;
}
.select-table table tr th:last-child, .select-table table tr td:last-child {
  padding-right: 20px;
}
.select-table table tr {
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
}

.select-table table tr th {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  position: relative;
}
/* 隐藏原生resize控件 */
/*.select-table table tr th::-webkit-resizer {*/
/*  display: none;*/
/*}*/
.select-table table tr td {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1C2534;
  line-height: 20px;
  text-align: left;
  font-style: normal;

}

.select-table table tr td a {
  cursor: pointer;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #037EF6 !important;
  line-height: 20px;
  font-style: normal;
  text-decoration: underline !important;
  background: none;
  border: none;
  margin-right: 10px;
}
.select-table table tr td a:last-child {
  margin-right: 0px;
}
.select-table table tr td a:hover {
  text-decoration-line: underline;
  background: none;
  border: none;
  opacity: 0.7;
}


.select-table table tr td.operation-column a {
  cursor: pointer;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff !important;
  height: 26px;
  font-style: normal;
  text-decoration: none !important;
  background: #037EF6;
  border: none;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.select-table table tr td.operation-column a:last-child {
  margin-right: 0px;
}

.select-table table tr td.operation-column a:hover {
  text-decoration-line: none;
  opacity: 0.7;
  color: #ffffff;
  border: none;
}
.ydx_icon {
  position: absolute;
  top: -8px;
  right: -6px;
}


.select-table table tr td .i {
  position: relative;
  top: -.06em;
  display: inline-block;
  width: 1px;
  height: .9em;
  margin: 0 1px;
  vertical-align: middle;
  background: #e8e8e8;
}

/* 分页 */
.paging {
  clear: both;
  float: right;
  margin-top: 20px;
  margin-right: 30px;
}

.paging ul li {
  float: left;
  margin-left: 10px;
}

.paging ul li a {
  display: block;
  height: 32px;
  min-width: 32px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  transition: all .3s;
  line-height: 32px;
}

/* 基础表单 */
.form-a {
  width: 70%;
  margin: 0px auto;
}

.form-a .form-a-row {
  margin: 20px;
  /*overflow: hidden;*/
  clear: both;
}

.form-a label {
  width: 16%;
  text-align: right;
  display: inline-block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 36px;
  font-style: normal;
  margin-bottom: 0;
  margin-left: 8%;
}
.form-a .form-a-row .fill_name {
  margin-right: 50px;
  line-height: 36px;
}
.form-a .form-a-row .fill_name:last-child {
  margin-right: 0px;
}
.form-a.auth-result-box label {
  line-height: 20px;
}

.form-a .box {
  width: 63%;
  float: right;
  margin-right: 13%;
  min-width: 500px;
}
.auth-form .form-a .form-button-row {
  padding: 30px 20px 60px !important;
  background: #fff;
  margin: 0 !important;
}
.auth-form .form-a .form-a-row a:not(.add-owner-btn) {
  color: #037EF6;
  text-decoration-line: underline;
  margin-right: 20px;
}
.form-a .form-button-row .box {
  margin-right: calc(13% - 20px);
  margin-left: 20px;
}
.form-a .form-button-row .box button:hover {
  opacity: 0.7;
}
.form-a .form-button-row .box .submit-btn {
  width: 107px;
  height: 36px;
  background: #037EF6;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  margin-right: 20px;
  position: relative;
  padding-right: 30px;
}

.form-a .form-button-row .box .submit-btn:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 11px;
  width: 14px; /* 每个条纹的高度 */
  height: 14px;
  background: url(../image/common/tj_icon.svg) no-repeat;
}

.form-a .form-button-row .box .reject-btn {
  width: 115px;
  height: 36px;
  background: #DD3509;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  margin-right: 20px;
  position: relative;
  padding-right: 20px;
}

.form-a .form-button-row .box .reject-btn:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 11px;
  width: 14px; /* 每个条纹的高度 */
  height: 14px;
  background: url(../image/common/dh_icon.svg) no-repeat;
}

.form-a .form-a-row .print-btn-primary {
  width: 104px;
  height: 36px;
  background-color: #037EF6;
  background-image: url(../image/common/print_icon.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 28px 11px;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  padding-right: 29px;
  margin-top: 10px;
}

.form-a .form-button-row .box .next-step-btn {
  /*width: 121px;*/
  height: 36px;
  background-color: #037EF6;
  background-image: url(../image/common/rz_icon.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 30px top 11px;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  padding: 0 47px 0 30px;
  margin-right: 20px;
}

.form-a .form-button-row .box .back-step-btn {
  width: 121px;
  height: 36px;
  background-color: #F4F6F8;
  background-image: url(../image/common/back_step_icon.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 30px 11px;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 20px;
}

.form-a .form-button-row .box .submit-btn.change-submit-btn {
  padding-right: 20px;
  width: 115px;
}
.form-a .form-button-row .box .submit-btn.change-handler-submit-btn {
  padding-right: 20px;
  width: 160px;
}
.form-a .form-button-row .box .submit-btn.change-handler-submit-btn:before {
  left: 20px;
}
.form-a .form-button-row .box .submit-btn.change-submit-btn:before {
  left: 20px;
}
.form-a .form-button-row .box .cancel-btn {
  width: 107px;
  height: 36px;
  background: #F4F6F8;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
}
.form-a .form-button-row .box .cancel-btn:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 11px;
  width: 14px; /* 每个条纹的高度 */
  height: 14px;
  background: url(../image/common/qx_icon.svg) no-repeat;
}
.form-a .form-button-row .box button img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.form-a .box input[type=text], .form-a .box input[type=password], .form-a .box textarea, .form-a .box select {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  height: 36px;
  padding: 8px 11px;
  color: #1C2534;
  font-size: 14px;
  line-height: 1.5;
  background-color: #F7F8F9;
  background-image: none;
  border: 1px solid #EDEDED !important;
  border-radius: 5px;
  transition: all .3s;
  width: 500px;
}
.form-a .box input[type=text]:disabled, .form-a .box input[type=password]:disabled, .form-a .box textarea:disabled, .form-a .box select:disabled {
  background-color: #EDEDED !important;
  color: #748191;
}
.form-a .box input[type=text]:not(.Wdate)[readonly], .form-a .box input[type=password][readonly], .form-a .box textarea[readonly], .form-a .box select[readonly] {
  background-color: #EDEDED !important;
  color: #748191;
}
.form-a .box select {
  width: 245px;
}
.form-a .box select:first-child {
  margin-right: 7px;
}
.form-a .box .form-group select{
  margin-right: 0px;
}
.form-a .box .getCodeBtn {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #037EF6;
  height: 36px;
  line-height: 20px;
  position: absolute;
  left: 410px;
  cursor: pointer;
  border: none;
  width: 88px;
  top: 0;
}
.form-a .box .getCodeBtn:focus {
  box-shadow: none;
}
.form-a .box .getCodeBtn:disabled {
  cursor: not-allowed;
}

.form-a .box .input-text100 {
  width: 500px;
  display: block;
  height: 177px;
}

.form-a .box .textarea100 {
  width: 500px;
  height: 177px;
}

.form-a .box .selecta, .form-b .box .selecta {
  width: 50%;
  height: 32px;
}

.form-a .box.radio-box span, .form-b .box .radio-box span {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 12px;
}

.form-a .box.radio-box span label, .form-a .box.radio-box span input[type=radio], .form-b .box .radio-box span label, .form-b .box .radio-box span input[type=radio] {
  display: block;
  float: left;
  width: auto;
  color: #666666;
}

.form-a .box.radio-box span i {
  float: left;
  display: block;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 10px;
}

/*表单提示弹窗*/
#Validform_msg {
  display: none !important;
}

/* 高级表单 */
.form-b .h1 {
  color: rgba(0, 0, 0, .85);
  font-weight: 500;
  font-size: 16px;
}

.form-b .box {
  padding: 24px;
}

.form-b .form-b-row {
}

.form-b .form-b-row label {
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  display: block;
}

.form-b .box input[type=text], .form-b .box textarea, .form-b .box select {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  line-height: 1.5;
  width: 75%;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
}

.form-b .box .p {
  font-size: 3rem;
  color: #fd7e14;
}

.form-b .box .p span {
  font-size: 14px;
  color: #666666;
}

.form-b .box > div {
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.form-b .box .selecta {
  width: 75%;
}

.form-b .box .radio-box span i {
  float: left;
}

.form-b .box .radio-box span label {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 10px;
}

.form-select-tree {
  width: 24.5% !important;
}

/* 登入页 */
.login-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;

}

.login-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background: url(../image/common/dl_ch_250724_img.png) no-repeat;
  overflow: hidden;
  background-size: contain;
  /*background-position: center center;*/
  z-index: 1;
  overflow-y: scroll;
}

.login-box .left {
  background: #ffffff;
  float: left;
  height: 100%;
}

.login-box .left img {
  display: block;
  width: 100%;
  height: 100%;
}

.login-box .right {
  background: #ffffff;
  width: 327px;
  height: 517px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(30% + 242px);
}


.login-box .right .login-register-box {
  height: 32px;
  margin-top: 50px;
  border-bottom: 1px solid rgba(224,228,231,1);
  line-height: 20px;
  margin-bottom: 20px;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.login-box .right .login-btn {
  display: inline-block;
  /*width: 64px;*/
  height: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #1C2534;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  border-bottom: 2px solid #027EF3;
}

.login-box .right .register-btn {
  display: inline-block;
  /*width: 64px;*/
  height: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #748191;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.m-l-50 {
  margin-left: 50px;
}

.login-form-box {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  /*height: 40px;*/
  /*line-height: 36px;*/
}
.login-form-box .login-input-label {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1C2534;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 5px;
}
.validate-message {
  position: absolute;
  font-size: 12px;
  color: #DD3509;
  margin-top: 2px;
  line-height: 16px;
  text-align: left;
  white-space: nowrap;
}
.login-form-box .login-input-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 13px;
  left: 12px;
}

.login-form-box .login-input-eye-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 36px;
  right: 12px;
  cursor: pointer;
}
.form-a-row .login-input-eye-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: calc(23% + 470px);
  cursor: pointer;
}

.login-form-box i {
  display: inline-block;
  width: 10%;
  font-size: 24px;
  color: #aaaaaa;
}

.login-form-box input[type=text], .login-form-box input[type=password] {
  border: 1px solid #e8e8e8 !important;
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  height: 40px;
  padding-left: 12px;
  outline-color: #e8e8e8 !important;
  border-radius: 5px;
  background: #F7F8F9;
  color: #1C2534;
}

.img-code {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 40px;
}
.user-agreement {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #748191;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.user-agreement a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #142E3B;
  font-weight: 400;
  /*margin-left: 10px;*/
  position: relative;
}
.user-agreement a img {
  position: absolute;
  right: 0;
  top: -12px;
}
.user-agreement input[type=checkbox] {
  width: 14px;
  height: 14px;
  vertical-align: bottom;
}
.change-code {
  text-align: right;
  height: 17px;
  line-height: 17px;
  margin-top: 2px;
}
.change-code a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #748191;
}
.login-button {
  width: 328px;
  height: 40px;
  background: #037EF6;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 50px 0 0px 0;

}
/* 弹窗表单 */
.pop-form {
  width: 100%;
}

.pop-form tr {
  border-bottom: 1px solid #e8e8e8;
}

.pop-form tr:last-child {
  border-bottom: 0;
}

.pop-form tr td {
  padding: 10px 0;
  text-align: center;
}

.pop-form tr td label {
  margin-bottom: 0;
  width: 27%;
  text-align: right;
}

.pop-form tr td input[type=text] {
  border: 0;
  background: #ffffff;
}

.modal-content {
  border-radius: 0.5rem;
}

/*临时*/
.span3 {
  width: 25%;
  margin-bottom: 16px;
  float: left;
}

/*模拟选项卡*/
.test-tab {
  clear: both;
  width: 100%;
  background: #ffffff;
}

.test-tab ul {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}

.test-tab ul li {
  float: left;
  display: block;
  border: 1px solid #ffffff;
  padding: 10px 15px;
}

.test-tab ul li span {
  display: block;
  float: left;
  color: #7dc3ff;
}

.test-tab ul li i {
  display: block;
  float: left;
  margin-left: 8px;
  color: #7dc3ff;
}

.test-tab ul li.select {
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #f0f2f5;
  background: #f0f2f5;
  border-radius: 4px 4px 0 0;
}

.test-tab ul li.select span, .test-tab ul li.select i {
  font-weight: bold;
  color: #777777;
}

/*分页*/
.pagination-none{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #748191;
}
.pagination ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pagination ul li {
  padding: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  min-width: 36px;
  min-height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  color: #606266;
  border-radius: 6px;
  margin: 0 1px;
  border: 1px solid #ebebeb;
  height: 30px
}

.pagination ul li:hover {
  transform: scale(1.1);
  background-color: #f4f6f8
}

.pagination li.active {
  background: #E5F3FD;
  color: #037EF6;
  cursor: not-allowed
}

.pagination li.disabled {
  cursor: not-allowed
}

.pagination li.totalPage {
  background: 0 0;
  cursor: default;
  border: none;
  padding: 0 6px
}

.pagination li.totalPage:hover {
  transform: none;
  background-color: #fff
}

.pagination li input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: none;
  padding: 3px 5px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 40px;
  height: 25px;
  margin: 0 6px
}

.pagination li input:focus {
  border-color: #98a6ad
}

.pagination {
  user-select: none
}

.pagination ul:nth-child(2) {
  border-radius: 6px
}

/*上传图片*/
#imgLook {
  float: left;
  position: relative;
  padding: 10px 0;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-top: 10px;
}

#FirstfileImg {
  opacity: 0;
  position: absolute;
}
/*工作消息提醒弹窗*/
#workMessageBox{
  position: absolute;
  bottom: 0;
  right: 0;
}
.word-message-pop{
  position: fixed;
  right: 0;
  /*top: 0px;*/
  width: 300px;
  height: 200px;
  box-shadow: 0px 0px 15px #cccccc;
  background: #ffffff;
  border:1px solid #e8e8e8;
}
.word-message-pop .title{
  margin: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.word-message-pop .title a,.word-message-pop .title label{
  display: block;
}
.word-message-pop .title a{
  float: right;
  text-decoration: none;
}
.word-message-pop .title label{
  float: left;
  font-size: 15px;
}
.word-message-pop p{
  display: block;
  margin: 10px;
  text-align: center;
  font-size:14px;
  height: 80px;

}
.word-message-pop p span{
  display: block;
  padding-top: 20px;
}
.word-message-pop p i{
  color: #fb5e5c;
}
.word-message-pop button{
  display: block;
  margin: 0px auto;
  padding: 5px 25px;
}
/*弹窗标题*/
.pop-h1{
  font-size:16px;
  color: #222222;
}
/*首页*/
.homepage-bgimg{
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  z-index: 0;
}

.homepage-signbg{
  width: 24%;
  height: 18rem;
  margin: 0px auto;
  z-index: 1;
  position:relative;
}
.homepage-signbg label,.homepage-signbg p,.homepage-signbg span{
  z-index: 2;
  position: relative;
  color: #ffffff !important;
}
.homepage-signbg label{
  margin-top: 40px;
  margin-left: 40px;
  font-size: 16px;
}
.homepage-signbg p{
  margin-top: 10px;
  text-align: right;
  margin-right: 50px;
  font-size:5rem !important;
}
.homepage-signbg p span{
  font-size: 18px !important;
}
.homepage-signbg img{
  position: absolute;
  width: 100%;
  /*height: 14rem;*/
  z-index: 1;
  top: 1.6rem;
  left: 0;
}
.homepage-signbg a{
  text-decoration: none;
}
/*客户资料编辑标签*/
.customer-sign-select{
  /*width: 24%;*/
  padding: 0px 10px;
  height: 30px;
  border-radius: 4px;
  float: left;
  margin: 0px auto;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin-right: 1%;
  margin-top: 10px;
}
.customer-sign-select.select{
  /*border:1px solid #000000;*/
}
.customer-sign-select span i{
  font-size: 8px;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.customer-sign.select{

}
/*左侧菜单样式*/
.sidebar.bg-dark .nav .nav-item .nav-link.nav-parent + ul.nav .nav-link, .sidebar .nav .nav-item .nav-link.nav-parent + ul.nav .nav-link{
  padding-left: 37px !important;
  min-height: 40px;
  height: auto;
  margin: 0 20px 0 20px;
}
/*日期控件样式覆盖*/
.form-horizontal fieldset{
  float: left;
}
.form-horizontal input{
  width: 100%;
}
.box .input-group{
  z-index: 0;
  border: 1px solid #d9d9d9;
}
.box .input-group input{
  background: none !important;
  border:0;
  float: left;
  outline:none;
  border:0px;
}
.box .input-group input:focus{
  outline:none;
  border:0px;
  background-color: rgba(0, 0, 0, 0);// 透明背;
}
.box .input-group i{
  position: initial !important;
  float: right;
  margin-right: 5px;
}
/*列表数据权限*/
.list-data-limits{
  border-top: 1px solid #e8e8e8;
}
.list-data-limits li{
  float: left;
}
.list-data-limits li:nth-child(1){
  width: 50%;
}
.list-data-limits li:nth-child(2){
  width: 50%;
}
/*列表蓝色文字*/
.blue-caozuo{
  position: relative;
}
.blue-caozuo a{
  color: #1890ff;
  cursor: pointer;
}
.blue-caozuo a i{
  font-size: 16px;
}
.more-caozuo {
  height: 14px;
  position: absolute !important;
  right: -5px;
  bottom: 35%;

}
.more-caozuo a:hover{
  text-decoration:none;
}
.more-caozuo a i{
  font-size: 24px;
}
/*菜单收回*/
#menuPackUp{
  color: #666666;
  margin-left: 15px;
}
#menuPackUp i{
  font-size: 14px;
}
/*必填项*/
.required-fields{
}
/*.input-group{*/
/*width: 70% !important;*/
/*}*/
/*覆盖样式*/
.menuTree-left {
  background-color: #ffffff;
  /*width: 100% !important;*/
  /*height: 845px;*/
}
.sidebar.bg-dark .nav .nav-item .nav-link, .sidebar .nav .nav-item .nav-link{
  padding-left: 7px !important;
  padding-right: 10px !important;
}
/*内页tab*/
.badge-info{
  background: #bbbbbb !important;
}
.inside-nav .active .badge-info {
  color: #ffffff !important;
  background-color: #fb5e5c !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #dee2e6 !important;
}
.table-info, .table-info>td, .table-info>th {
  background-color: #ffffff;
}
/*.btn-danger {*/
/*color: #fff;*/
/*background-color: #ffffff;*/
/*border-color: #fb5e5c;*/
/*}*/
.inside-nav-box.bg-white{
  background: #eeeeee !important;
  overflow: hidden;
}


.powerlistheight {
  height: 845px;
  overflow: hidden;
}
input[type='date']::-webkit-inner-spin-button {
  display: none;
}


/*1366分辨率设置*/
@media (max-width: 1366px) {
  .homepage-signbg p{
    margin-top: 0px;
    text-align: right;
    margin-right: 20px;
    font-size:3rem !important;
  }
  #changeCode{
    font-size: 12px;
  }
}
/*1360分辨率设置*/
@media (max-width: 1360px) {
  .homepage-signbg p{
    margin-top: 0px;
    text-align: right;
    margin-right: 20px;
    font-size:3rem !important;
  }
  #changeCode{
    font-size: 12px;
  }
  /*首页个人信息*/
  #indexPerson p{
    font-size: 14px !important;
    margin-bottom: 0;
  }
  #indexPerson label{
    font-size: 12px;
    color: #666666;
  }
}



@media (max-width: 1920px) {
  .select-term ul li{
    width: 33.3%;
    margin-left: 0;
  }
  .select-label {
    float: left;
    text-align: right;
    width: 33%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #748191;
    line-height: 36px;
    font-style: normal;
    margin-bottom: 0;
  }

  .select-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 67% !important;
    height: 36px !important;
    padding: 5px 11px;
    color: #1C2534;
    font-size: 14px;
    line-height: 1.5;
    background-color: #F7F8F9;
    background-image: none;
    border: 1px solid #EDEDED !important;
    border-radius: 5px;
    transition: all .3s;
  }
  .select2-container--default {
    width: 67% !important;
    height: 36px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 36px !important;
    color: #1C2534;
    font-size: 14px;
    line-height: 36px;
  }
  .select2-container--default .select2-selection--single {
    background-color: #F7F8F9;
    border: 1px solid #EDEDED !important;
    border-radius: 5px;
    height: 36px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
  }
}
@media (max-width: 1366px) {
  .select-term ul li{
    width: 50%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .select-label {
    float: left;
    text-align: right;
    width: 30%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #748191;
    line-height: 36px;
    font-style: normal;
    margin-bottom: 0;
  }

  .select-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 70% !important;
    height: 36px !important;
    padding: 5px 11px;
    color: #1C2534;
    font-size: 14px;
    line-height: 1.5;
    background-color: #F7F8F9;
    background-image: none;
    border: 1px solid #EDEDED !important;
    border-radius: 5px;
    transition: all .3s;
  }
  .select2-container--default {
    width: 70% !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 36px !important;
    color: #1C2534;
    font-size: 14px;
    line-height: 36px;
  }
  .select2-container--default .select2-selection--single {
    background-color: #F7F8F9;
    border: 1px solid #EDEDED !important;
    border-radius: 5px;
    height: 36px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
  }
}

/*上传组件*/
.chuan-box {
  display: inline-block;
  width: 180px;
  height: 120px;
  position: relative;
  margin-right: 20px;
}
div.chuans{
  display: inline-block;
  position: relative;
  width: 180px;
  height: 120px;
  border-radius: 3px;
  border:1px dashed #EDEDED;
  overflow: hidden;
  cursor: pointer;
  background: #F7F8F9;
}
.chuans.front-ID {
  background: url("../image/common/front-ID-bg.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.chuans.back-ID {
  background: url("../image/common/back-ID-bg.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.chuans.hand-ID {
  background: url("../image/common/hand-ID-bg.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.chuans.business-ID {
  background: url("../image/common/business-ID-bg.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.chuans.authorization-ID {
  background: url("../image/common/authorization-ID-bg.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.upload-text {
  text-align: center;
  display: inline-block;
  height: 52px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #748191;
  line-height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}
.upload-text img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.upload-text span {
  color: #037EF6;
}
div.chuans .btn-file {
  width: 100%;
  height: 160px;
  margin-left: 0px;
}
.uploadImg{
  display: inline-block !important;
  width: 100% !important;
  height: 100% !important;
  opacity:0 !important;
  z-index:999999 !important;
}
.p-pic {
  position: absolute;
  top: 0;
  left: 0;
}
img.delx {
  position: absolute;
  right: 5px;
  top: 5px;
  display:none;
  cursor: pointer;
}
.progress {
  margin: 20px;
  width: calc(100% - 40px);
  height: auto;
  padding: 30px;
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #EDEDED;
}
.progress:has(.help-word-ul) {
  margin-top: 0px;
  margin-bottom: 10px;
}
.progress-step {
  height: 46px;
  background: #F4F6F8;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #748191;
  line-height: 46px;
  text-align: center;
  font-style: normal;
  margin-right: 6px;
  flex: 1;
  position: relative;
}
.progress-step:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 10px solid #F4F6F8;
}
.progress-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 10px solid #FFFFFF;
}
.progress-step.progress-step-light {
  background: #037EF6;
  color: #FFFFFF;
}
.progress-step.progress-step-light:not(:first-child)::before {
  border-right: 10px solid #037EF6;
}
.progress-step:last-child {
  margin-right: 0;
  border-radius: 0px 5px 5px 0px;
}
.progress-step:first-child {
  border-radius: 5px 0px 0px 5px;
}

#distpicker {
  display: flex;
}
#distpicker .form-group {
  margin-right: 10px;
}
.auth-header {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600 !important;
  font-size: 18px;
  color: #1C2534;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.auth-header img {
  width: 20px;
  height: 20px;
  vercital-align: middle;
  margin-bottom: 4px;
  margin-right: 10px;
}
.auth-header-no {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600 !important;
  font-size: 20px;
  color: #1C2534;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 20px;
}
.auth-form {
  padding: 0px 20px 20px 20px;
  background: #F4F6F8;
}
.auth-form.row {
  margin: 0 !important;
}
.auth-form.row .form-a {
  width: 100%;
  background: #F4F6F8;
}
.auth-form .form-a-box {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
}
.auth-form .form-a label {
  vertical-align: top;
}
.auth-form .form-a .form-a-row {
  margin: 20px;
  overflow: hidden;
}
.auth-form .form-a .form-a-row:has(input[type="radio"]) {
  margin-bottom: -8px;
}
.auth-form .form-a .form-a-row .copyright-box {
  display: flex;
  flex-wrap: wrap;
}
.auth-form .form-a .form-a-row .copyright-box li {
  width: 150px;
  height: 30px;
}
.auth-form .form-a .form-a-row .fill_name {
  margin-right: 50px;
  line-height: 36px;
  color: #748191;
}
.auth-form .form-a .form-a-row .fill_name:last-child {
  margin-right: 0px;
}
.auth-form .form-a .form-a-row .delx {
  color: #DD3509 !important;
  margin-left: 20px;
  width: 20px;
}
.upload-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #748191;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.upload-area {
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 20px;
}
.upload-tip-message {
  width: 500px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #748191;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.auth-result {
  margin: 20px;
  width: calc(100% - 40px);
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  padding: 89px 0 374px 0;
  text-align: center;
}
.auth-result-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.auth-form .form-a .font-normal {
  display: block;
  margin-left: calc(23% + 5px);
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.auth-form .form-a .font-normal .font-normal-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #1C2534;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.auth-check-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1C2534;
  line-height: 20px;
  font-style: normal;
  margin-bottom: 10px;
}
.auth-check {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #748191;
  line-height: 26px;
  font-style: normal;
}
.auth-border {
  width: 100%;
  height: 2px;
  background: #cccccc;
  margin-top: 20px;
  margin-bottom: 50px;
}
.authentication-btn {
  margin-top: 12px;
  width: 121px;
  height: 36px;
  background: #037EF6;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 288px;
}
.auth-opnion {
  margin: 30px auto 50px;
  width: 800px;
  height: auto;
  background: #FAFAFA;
  padding: 20px 30px;
}
.auth-opnion-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1C2534;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  margin-bottom: 9px;
}
.auth-opnion-content {
  padding-left: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  position: relative;
}
.auth-opnion-content img {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}
.auth-value {
  width: 64%;
  display: inline-block;
  line-height: 36px;
  word-wrap: break-word
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1C2534;
  text-align: left;
  font-style: normal;
}
.auth-result-box .auth-value {
  line-height: 20px;
}
.auth-value .change-btn-link {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #037EF6;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  cursor: pointer;
}
.auth-value .change-btn-link:hover {
  opacity: 0.7;
  color: #037EF6;
}
.correction-opinions {
  width: 100%;
  line-height: 22px;
  background-color: rgba(255, 244, 227, 1);
  box-sizing: border-box;
  border:1px solid rgba(255, 209, 139, 1);
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #c07400;
  word-break: break-all;
}

.modify-opinions {
  padding: 5px 0px;
  width: calc(100% - 40px);
  line-height: 26px;
  background: #FDEBE6;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #DD3509;
  text-align: left;
  font-style: normal;
  margin: 0 20px 10px;
}
.modify-opinions img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  margin-bottom: 2px;
  margin-right: 10px;
}
.preLine {
  white-space: pre-line;
}
.total-modify-opinions-box {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 9999;
  padding: 13px 20px 15px;
  width: 55px;
  background: #FDEBE6;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
}
.total-modify-opinions-box .total-modify-opinions-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #DD3509;
  line-height: 19px;
}
.total-modify-opinions-box .total-modify-opinions-title img {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  margin-left: -7px;
}
.total-modify-opinions-box .total-modify-opinions-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 22px;
  text-align: justify;
  font-style: normal;

}
.total-modify-opinions-dialog {
  display: none;
}
.total-modify-opinions-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 999999;
}
.total-modify-opinions-div {
  width: 620px;
  height: calc(100vh - 100px);
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(28,37,52,0.5);
  border-radius: 5px;
  position: fixed;
  opacity: 1;
  left: calc(50% - 310px);
  top: calc(50% - 50vh + 50px);
  z-index: 999999;
  font-size: 14px;
}
.total-modify-opinions-dialog-header {
  width: 100%;
  height: 52px;
  padding: 15px 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #1C2534;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.total-modify-opinions-dialog-header img {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.total-modify-opinions-center {
  height: calc(100% - 110px);
  padding: 10px 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.total-modify-opinions-content {
  width: 100%;
  min-height: 100%;
  background: #F7F8F9;
  padding: 10px 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}
.total-modify-opinions-content div {
  white-space: pre-line;
}
.total-modify-opinions-footer {
  width: 100%;
  height: 60px;
  border-top: 1px solid #EDEDED;
  padding: 14px 30px;
}
.total-modify-opinions-btn {
  float: right;
  height: 32px;
  background: #037EF6;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  padding: 0 29px;
}
.signature-tip {
  padding: 5px 0px;
  width: calc(100% - 40px);
  line-height: 26px;
  background: #FFF5E0;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #B58112;
  text-align: left;
  font-style: normal;
  margin: 20px 20px -10px 20px;
}
.signature-tip img {
  width: 14px;
  height: 14px;
  margin: 0px 10px 2px 10px;
}
.order-box {
  margin: 30px 20px 15px 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #1C2534;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.order-box img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.row-bottom {
  margin: 30px 20px 20px 20px;
  border-bottom: 1px solid #EDEDED;
}
.order-all-box {
  margin: 0px 0px 20px 0px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #1C2534;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.order-all-account {
  display: inline-block;
  width: auto;
  height: 23px;
  background: #E5F3FD;
  border-radius: 13px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #084478;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
}
.order-all-money {
  display: inline-block;
  width: auto;
  height: 23px;
  background: #FDEBE6;
  border-radius: 13px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #DD3509;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
}
.order-all-box1 {
  margin-bottom: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 36px;
  font-style: normal;
}
.order-all-box1 span {
  color: #1C2534;
}
.order-pay-btn {

}
.order-pay-btn .btn-primary {
  margin-left: 20px;
  width: 107px;
  height: 36px;
  background: #037EF6;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  font-style: normal;
}
.order-pay-btn .btn-primary img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-bottom: 2px;
}




body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial,"微软雅黑";
  font-size: 12px;
  color: #434343;
  background: #F4F6F8;
}
.clear {
  clear: both;
  font-size: 0px;
}
ul,li {
  list-style: none;
}
img {
  border: none;
}

/*头部开始的样式*/
.top{
  width: 80%;
  height: 80px;
  margin: 0 auto;
  border-bottom: 1px solid #f1f1f1;

}
.top a{
  float: left;
}
.top p{
  float: right;
  font-size: 12px ;
  line-height: 100px;

}
.goods{
  width: 80%;
  height: 46px;
  margin: 0 auto;
  line-height: 30px;
}
/*商品名称收款方*/
.goods_name{
  width: 70%;
  height: 30px;
  float: left;
  font-size: 20px;
  display: block;
  font-weight:bold;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  letter-spacing:1px;
}

.account{
  float: right;
  font-size:14px ;
}
/*支付信息模块开始*/
.cot{
  width: 80%;
  height: 500px;
  margin: 0 auto;
  background: #fff;
  -moz-box-shadow:2px 1px 20px 2px #e4e4e4; /* 老的 Firefox */
  box-shadow:2px 1px 20px 2px #e4e4e4;
}
.cot_1{
  padding-top: 10px;
  background: #f7f7f7;
  height: 32px;
  margin-bottom: 18px;
}
.wechat{
  font-size: 18px;
  float: left;
  padding-left: 20px;
  color: #34c01b;

}
.wechat img{
  width: 20px;
  margin-right: 5px;

}

/* 支付超时刷新哪行的样式 */
.new{
  color: #d90000;
  line-height: 30px;
  text-align: center;

}
.new a{
  color: #2d78f4;
  text-decoration: underline;
}
/*  支付金额 */
.money{
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  letter-spacing:1px;

}
.money strong{
  font-size: 18px;
  color: red;
}
/*左侧占位*/
.box1{
  float: left;
  width: 15%;
  height: 1px;}
/*  二维码的样式 */
.ewm{
  width: 40%;
  height: 400px;
  margin:0 auto;
  float: left;
}
.ewm_img{width: 260px;height: 260px; display: block; margin: 0 auto ;	border: 1px solid #f2f2f2;}
/*按钮的样式*/
.ewm button{
  outline:none;
  border-radius:10px;
  border: none;
  color: white;
  width: 120px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 20px 8px 0px;
  cursor:pointer;
}
.but_box{
  margin: 0 auto;
  width: 276px;;
}
/* 两个按钮的颜色 */
.but_1{
  background:#4CAF50;
}
.but_2{
  background: #2d78f4;
}
/*  右侧展示图片模块 */
.cot_2{
  float: left;
  width: 440px;
  text-align: center;
  color: #fe961e;
  font-size: 14px;
  letter-spacing: 1px;
}
.cot_2 img{
  width: 300px;
  height: 200px;;
  margin: 110px 0 50px;

}
.outline-tip {
  color: #ff0000;
  margin: 20px 0px 0px 20px;
}
#zoom_content img {
  width: 60% !important;
  height: 60% !important;
}
textarea::-webkit-input-placeholder {
  color: #cccccc !important;
}
.portal-link {
  color: #037EF6 !important;
  text-decoration: underline;
}
.portal-download {
  position: absolute;
  left: 194px;
  width: 200px;
  bottom: 0;
}
.file-btn {
  position: relative;
  width: 104px;
  height: 36px;
  background-color: #F4F6F8;
  background-image: url(../image/common/sc_w_icon.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 11px 11px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 36px;
  text-align: right;
  font-style: normal;
  padding: 0 18px 0 0;
  margin-left: 0;
}
.file-btn:hover {
  background-color: #E5F3FD;
  border: 1px solid #037EF6;
  color: #037EF6;
  background-image: url(../image/common/sc_h_icon.svg);
}
.file-btn:active {
  background-color: #E5F3FD !important;
  border: 1px solid #037EF6 !important;
  color: #037EF6 !important;
}


.file-box {
  width: 102px;
  height: 36px;
  position: absolute;
  top:0px;
  left: 0px;
  opacity: 0;
}
.file-input {
  height: 100%;
  width: 100%;
}
.btn-file {
  height: 100%;
  width: 100%;
}
.not-select-btn {
  width: 90px;
  height: 32px;
  background: #F4F6F8;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  text-align: center;
  font-style: normal;
  margin-right: 10px;
}
.not-select-btn:hover {
  opacity: 0.7;
  color: #748191;
}
.not-select-btn:focus {
  border: 1px solid #EDEDED;
}
.select-btn {
  width: 90px;
  height: 32px;
  background-color: #037EF6;
  background-image: url('../image/common/rz_xz_icon.png');
  background-size: 90px 32px;
  background-repeat: no-repeat;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  margin-right: 10px;
}
.select-btn:hover {
  opacity: 0.7;
  color: #fff;
}
.select-btn:focus {
  border: none;
}
.add-owner-btn {
  display: inline-block;
  /*width: 152px;*/
  padding: 0 10px 0 30px;
  height: 36px;
  background-color: #F4F6F8;
  background-image: url(../image/common/add_w_icon.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 11px 11px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 36px;
  text-align: right;
  font-style: normal;
  /*padding: 0 10px 0 0;*/
  margin-left: 0;
  margin-top: 10px;

}
.add-owner-btn:hover {
  background-color: #E5F3FD;
  border: 1px solid #037EF6;
  color: #037EF6 !important;
  background-image: url(../image/common/add_h_icon.svg);
  text-decoration: none;
}
.add-owner-btn:focus {
  outline: none;
}
.split-border {
  border-top: 1px solid #EDEDED;
  margin-top: 10px;
  margin-left: -5px;
}
input[type=password]::-ms-reveal {
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
}
.app-title {
  height: 54px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303030;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px #E0E4E7;
  line-height: 54px;
  margin-bottom: 21px;
  border-radius: 2px;
  padding-left: 24px;
  margin-top: 24px;
}
div.amount span{
  margin-top: 5px;
}
div.amount ul{
  display: block;
}

div.amount ul li.left {
  width: 133px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E0E4E7;
  border-radius: 5px;
  margin-bottom: 20px;
}
.service-buyul-other{
  padding-left: 76px;
}
div.amount ul li.left a {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  float: left;
  border: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
div.amount ul li.left a.buy-cut i,.counter-cut i{
  display: block;
  background: url("../image/common/cut-icon.png") no-repeat;
  background-size: cover;
  width: 40px;
  height:40px;
  margin: 0px auto;
}
div.amount ul li.left a.buy-add i,.counter-add i{
  display: block;
  background: url("../image/common/add-icon.png") no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin: 0px auto;
}
div.amount ul li.left button:last-child{
  font-size: 26px;
}

div.amount ul li.left input {
  width: 51px;
  height: 38px;
  float: left;
  border: 0;
  text-align: center;
  background: #F2F2F2;
}
.message-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px -2px 7px 0px rgba(12,47,43,0.12), 0px -2px 4px 0px rgba(224,228,231,0.5);
  line-height: 80px;
  padding-left: 48px;
  font-size: 14px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #666666;
  text-shadow: 0px -2px 7px rgba(12,47,43,0.12);
}
.btn-link {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 198px;
  background: #1790FF;
  box-shadow: 0px -2px 7px 0px rgba(12,47,43,0.12);
  color: #F7F7F7 !important;
  margin: 15px 0px;
  float: right;
  font-size: 18px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  border-radius: 4px;
  text-shadow: 0px -2px 7px rgba(12,47,43,0.12);
  text-decoration: none !important;
}
.btn-link img {
  margin-right: 7px;
  margin-bottom: 2px;
}
@media (max-width: 1920px) {
  .message-box {
    padding-right: 165px;
  }
  .recharge-top {
    height: calc(100% - 182px);
  }
}
@media (max-width: 1366px) {
  .message-box {
    padding-right: 0px;
  }
  .recharge-top {
    height: auto;
  }
}


/*支付状态;各种状态*/
.pay-status-waitpay, .status-yellow {
  display: inline-block;
  height: 24px;
  background: #FFF5E0;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #B58112;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
}
.pay-status-reject, .status-red {
  display: inline-block;
  height: 24px;
  background: #FDEBE6;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #DD3509;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
}
.pay-status-paied, .status-green {
  display: inline-block;
  height: 24px;
  background: #DFFBF9;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #009489;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
}
.pay-status-nopaied, .status-gray {
  display: inline-block;
  height: 24px;
  background: #F4F6F8;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #748191;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
}
.status-blue {
  display: inline-block;
  height: 24px;
  background: #E5F3FD;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #084478;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
}
.color-red {
  color: #DD3509 !important;
  line-height: 20px !important;
  margin: 8px 0 10px 0;
}
.serialNumber-box {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #1C2534 !important;
  line-height: 20px !important;
  text-align: left !important;
  font-style: normal;
  margin-bottom: 10px;
}
.checkbox-box {
  display: inline-block;
  position: relative;
  width: auto;
  height: 40px;
  background: #F7F8F9;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1C2534;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  padding: 0 20px;
  margin-right: 20px;
}
.checkbox-btn:disabled {
  cursor: not-allowed;
}
.checkbox-btn {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  top: 0;
  left: 0;
}

.checkbox-box:has(.checkbox-btn:checked) {
  background: #E5F3FD;
  border: 1px solid #037EF6;
  color: #037EF6;
}
.checkbox-box:has(.checkbox-btn:checked):before {
  content: "";
  position: absolute;
  right: -3px;
  top: -7px;
  width: 20px; /* 每个条纹的高度 */
  height: 20px;
  background: url(../image/common/checkbox_xz_icon.svg) no-repeat;
  z-index: 3;
}
.row-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #1C2534;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  margin: 20px;
  padding: 20px;
  background: #ffffff;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  display: none;
}
.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0;
}

/*@-moz-document url-prefix() {*/
  .select-table {
    position: relative;
  }
  .select-table table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
    position: relative; /* 创建定位上下文 */

  }
  .select-table table tbody {
    display: table;
    width: 100%;
  }
.select-table table tbody th.operation-column {
  position: sticky;
  right: -1px;
  background-color: #F4F6F8;
  z-index: 2;
  padding-left: 20px;
}
  .select-table table tbody td.operation-column {
    position: sticky;
    right: -1px;
    background-color: #fff;
    z-index: 2;
    padding-left: 20px;
    border-bottom: 1px solid #EDEDED;
    background-clip: padding-box;
  }
.select-table .search-list tbody .operation-column:before {
  content: "";
  position: absolute;
  left: 10px; /* 阴影偏移量 */
  top: 0;
  height: 100%;
  width: 10px;
  box-shadow: -5px 0px 5px 1px rgba(120,132,148,0.1);
  pointer-events: none;
}

.select-table table tbody td.operation-column:hover {
  background: #F8FAFB;
}
.select-table .no-shadow tbody .operation-column:before {
  box-shadow: none;
}

/*}*/


