@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  font: 14px "微软雅黑";
  height: 100%;
}

body {
  overflow-y: auto;
  background-color: #f3f3f4;
}

.const-width-container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #f3f3f4;
}

.p-10 {
  padding: 10px;
}

.lhonething-title {
  color: #303133;
  font-size: 22px;
  padding-bottom: 15px;
  text-align: center;
}

.btn-groups {
  padding: 10px 0;
  text-align: center;
}

.b-t-1 {
  border-top: 1px solid silver;
}

.btn-icon-span {
  position: relative;
  top: 2px;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #1e9fff !important;
}

.layui-form-checkbox[lay-skin="primary"] {
  padding-left: 20px !important;
}

.layui-form-checked[lay-skin="primary"] i {
  border-color: #1e9fff !important;
  background-color: #1e9fff !important;
  color: #fff;
}

.layui-layer-title {
  background-color: #1e9fff !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.common-box-title {
  color: black;
  font-family: 微软雅黑;
  height: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.common-box-title span {
  color: blue;
  position: relative;
  top: 1px;
}

.tip-box {
  background-color: #f5f6f8;
  font-size: 14px;
  color: #eb7521;
  padding: 5px;
}

.m-t-15 {
  margin-top: 15px;
}

.choose-item {
  padding: 5px;
  font-size: 14px;
  background-color: #efecec;
  color: #303133;
  display: inline-block;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
}

.choose-item:hover {
  background-color: blue;
  color: white;
}

.choose-item.active {
  background-color: blue;
  color: white;
}

iframe {
  min-height: 500px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #1e9fff !important;
}

.layui-laypage a:hover {
  color: #1e9fff !important;
}

.d-n {
  display: none !important;
}

input[readonly],
input[disabled] {
  cursor: pointer;
  background-color: rgba(239, 239, 239, 0.3) !important;
}

#treeHy {
  height: 220px;
  overflow: auto;
}

.nav-title {
  font-family: 微软雅黑;
  font-size: 26px;
  color: #333333;
  margin-top: 20px;
  font-weight: bold;
}

.next-header {
  height: 55px;
  line-height: 55px;
}

.next-header span {
  font-family: 微软雅黑;
  font-size: 16px;
  color: #313131;
}

.next-header img {
  position: relative;
  top: -2px;
}

.next-header div {
  text-align: center;
  position: relative;
  top: -55px;
  font-family: 微软雅黑;
  font-size: 20px;
  color: #313131;
  font-weight: 600;
  height: 10px;
}

.mustFlag {
  color: red;
}

.lhonething-index {
  height: 100%;
}

.lhonething-index .lhonething-header {
  background: #ffffff;
  position: relative;
  height: 80px;
}

.lhonething-index .lhonething-header .const-width-container {
  line-height: 80px;
  overflow: hidden;
}

.lhonething-index .lhonething-header .const-width-container .header-left {
  font-size: 0;
  float: left;
}

.lhonething-index .lhonething-header .const-width-container .header-right {
  float: right;
}

.lhonething-index .lhonething-header .const-width-container .header-right a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.lhonething-index .lhonething-header .const-width-container .header-right a:hover {
  color: #1e9fff;
}

.lhonething-index .lhonething-header .const-width-container .header-right .line {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}

.lhonething-index .lhonething-header .const-width-container .header-right .login-container {
  display: inline-block;
}

.lhonething-index .lhonething-header .const-width-container .header-right .login-container .line:not(:first-child) {
  position: relative;
  top: -5px;
}

.lhonething-index .lhonething-header .const-width-container .header-right .login-info {
  display: inline-block;
  font-size: 0;
}

.lhonething-index .lhonething-header .const-width-container .header-right .login-info span.line {
  font-size: 16px;
  margin: 0 12px;
}

.lhonething-index .lhonething-header .const-width-container .header-right .login-info .info-item {
  cursor: pointer;
  display: inline-block;
}

.lhonething-index .lhonething-header .const-width-container .header-right .login-info .info-item span {
  font-size: 14px;
  margin-left: 5px;
}

.lhonething-index .lhonething-header .const-width-container .header-right .login-info .info-item:nth-child(3):hover,
.lhonething-index .lhonething-header .const-width-container .header-right .login-info .info-item:nth-child(5):hover {
  color: #1e9fff;
}

.lhonething-index .lhonething-header img.logo {
  vertical-align: middle;
  display: inline-block;
  width: 200px;
  height: 45px;
  cursor: pointer;
}

.lhonething-index .lhonething-header span.logo-text {
  vertical-align: middle;
  line-height: 50px;
  display: inline-block;
  font-size: 22px;
  height: 45px;
  margin-left: 20px;
  letter-spacing: 1px;
  color: #222222;
}
.areaName {
  cursor: pointer;
}
.areaName :hover {
  color: #1e9fff;
}
.lhonething-index .lhonething-nav {
  height: 100px;
  background: url("../img/nav_bg.png") no-repeat;
  background-size: 100% 100%;
}

.lhonething-index .lhonething-nav .const-width-container {
  line-height: 100px;
  height: 100px;
}

.lhonething-index .lhonething-nav .left-onethingname {
  float: left;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
}

.lhonething-index .lhonething-nav .layui-nav {
  background-color: inherit !important;
  padding: 0;
  float: right;
}

.lhonething-index .lhonething-nav .layui-nav .layui-nav-item {
  line-height: 50px;
}

.lhonething-index .lhonething-nav .layui-nav .layui-nav-item a {
  font-size: 16px;
}

.lhonething-index .lhonething-section {
  min-height: calc(100% - 200px);
  margin-top: 20px;
}

.step-container {
  float: left;
  font-size: 0;
  margin-left: 100px;
  overflow: hidden;
  height: 100px;
  line-height: 100px;
}

.step-container .step-item {
  width: 140px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  cursor: not-allowed;
  color: white;
  vertical-align: middle;
}

.step-container .step-item img {
  display: none;
}

.step-container .step-item span {
  position: relative;
  top: 1px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  color: #bbbbbb;
}

.step-container .step-img {
  transform: rotate(-90deg);
  width: 25px;
  margin: 0 10px;
}

.step-container .step-item.active {
  cursor: pointer !important;
}

.step-container .step-item.active span {
  color: #fe9601;
}

.step-container .step-item.wc {
  cursor: pointer !important;
}

.step-container .step-item.wc span {
  color: #1a64cf;
}

.lct-img-container {
  text-align: center;
}

.lct-img-container img {
  margin-top: 20px;
}

.layui-form-label {
  font-size: 14px;
  font-weight: bolder !important;
  color: #313131;
  padding: 5px !important;
  line-height: 25px !important;
  position: relative;
  top: 2px;
}

.layui-input,
.layui-select,
.layui-textarea {
  font-size: 14px;
}

textarea[readonly] {
  cursor: pointer;
}

.layui-input-one .layui-input:first-child {
  display: inline-block;
  vertical-align: bottom;
}

.layui-input-one .layui-form-select {
  display: inline-block;
  margin: 0 1px;
}

dd a {
  cursor: pointer;
}

.wl-item {
  position: relative;
  font-size: 0;
}

.wl-item .label-form-inline {
  font-size: 0;
  display: inline-block;
  width: 45%;
}

.wl-item .label-form-inline + .label-form-inline {
  margin-left: 5px;
}

.wl-item .label-form-inline span {
  display: inline-block;
  font-size: 14px;
  width: 70px;
}

.wl-item .label-form-inline input {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 75px);
}

.wl-item img {
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  top: -4px;
}

.wl-item + .wl-item {
  margin-top: 10px;
}

.wljy {
  position: relative;
  top: 3px;
}

.jyfw-container {
  display: table;
  width: 100%;
}

.jyfw-container > div {
  display: table-cell;
  font-size: 14px;
  width: 48%;
}

.recom-box {
  border: 1px solid #dfe4e9;
  border-radius: 4px;
  height: 100%;
}

.recom-box .recom-title {
  background: #f9fbfd;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border-bottom: 1px solid #dfe4e9;
}

.recom-box .recom-title .right {
  font-size: 14px;
  float: right;
  color: #448ddf;
  margin-right: 15px;
  cursor: pointer;
}

.recom-box .nav {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.recom-box .nav.active {
  border-bottom: 2px solid #448ddf;
  font-size: 14px;
  font-weight: bold;
  color: #448ddf;
}

.recom-search {
  position: relative;
  border-bottom: 1px solid #dfe4e9;
}

.recom-search .search-img {
  position: absolute;
  top: 9px;
  right: 14px;
  cursor: pointer;
  height: 18px;
}

.recom-search input {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: none;
  height: 35px;
  padding-left: 18px;
  padding-right: 45px;
}

.recom-res .in-box {
  overflow-y: auto;
  padding: 0 10px;
  height: 240px;
  margin-top: 10px;
}

.recom-res .recom-item {
  padding: 0px 0 3px 0;
}

.recom-res .recom-item .item-title {
  background: #f0f4f9;
  height: 35px;
  line-height: 35px;
}

.recom-res .recom-item .item-title .recom-btn {
  float: left;
  height: 35px;
  width: 35px;
  cursor: pointer;
}

.recom-res .recom-item .item-title .recom-btn .show-img {
  float: left;
  height: 14px;
  margin: 11px;
}

.recom-res .recom-item .item-title .recom-btn.show-res .hide-img {
  display: none;
}

.recom-res .recom-item .recom-btn .hide-img {
  float: left;
  width: 17px;
  margin: 9px;
}

.recom-res .item-box .recom-item .item-title {
  background: #fcfbfb;
  padding-left: 15px;
}

.recom-res .recom-item .recom-all {
  font-size: 14px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
  color: #999;
}

.recom-res .li {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #e0e1e3;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  max-width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recom-select .li.orange,
.recom-res .li.orange {
  color: #ff9900;
}

.recom-select .li.red,
.recom-res .li.red {
  color: #f56c58;
}

.recom-res .li.active {
  position: relative;
  border: 1px solid #448ddf;
}

.recom-res .li.active:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: -1px;
  background-color: #448ddf;
  background-image: url("../img/name_list/active_mark.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 1px;
}

.recom-item > .item-box,
.recom-item .recom-item > .item-box {
  height: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  overflow: hidden;
}

.recom-item.active > .item-box,
.recom-item .recom-item.active > .item-box {
  height: auto;
  visibility: visible;
}

.recom-imp-tit {
  font-size: 14px;
  color: #eb7521;
  padding: 8px 16px;
  background-color: #fff9f7;
  border-bottom: 1px solid #fadfd9;
  margin-bottom: 10px;
}

.recom-select .li {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  min-height: 25px;
  line-height: 29px;
  float: left;
}

.recom-select .click-node {
  background: white;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.recom-select .li .delete-recom {
  position: absolute;
  right: 9px;
  top: -5px;
  cursor: pointer;
  display: none;
}

.recom-select .li:last-child .comma {
  opacity: 0;
}

.recom-select .li:hover .text {
  background: #f0f4f9;
}

.recom-select .li:hover .delete-recom {
  display: block;
}

.recom-select {
  padding: 10px;
  box-sizing: border-box;
}

.recom-select .cursor-icon {
  height: 21px;
  float: left;
  padding: 0 4px;
  cursor: pointer;
}

.lobibox-notify-body {
  padding: 20px;
  background-color: #2e79b4;
  color: #fff;
}

.lobibox-notify-title {
  font-size: 20px;
  text-align: left;
}

.lobibox-notify-msg {
  overflow: hidden;
  text-align: left;
  font-size: 13px;
}

.divlist {
  padding-left: 35px;
  min-height: 66px;
  cursor: pointer;
}

.divlist.active {
  background-color: #f1f2f5;
}

.check-img {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  padding-top: 15px;
}

.check-img img {
  vertical-align: middle;
  margin-bottom: 12px;
  border: 0;
}

.bottom-info {
  display: inline-block;
  width: 980px;
}

.bottom-info div:first-child {
  padding-top: 15px;
  font-family: 微软雅黑;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.d-i-b {
  width: 15%;
  display: inline-block;
  padding-bottom: 10px;
  font-family: 微软雅黑;
  font-size: 14px;
  color: #777777;
}

.info01 {
  width: 25%;
}

.info02 {
  width: 55%;
}

.layui-form-radio > i {
  margin-right: 5px !important;
  font-size: 20px !important;
}

.layui-form-radio div {
  position: relative;
  top: 2px;
}

.layui-required {
  position: relative;
}

.layui-required::before {
  content: "*";
  /*position: absolute;
  left: -12px;
  top: 1px; */
  color: red;
  font-size: 20px;
  display: inline-block;
  transform: translateY(6px);
  margin-right: 5px;
}

.conetntDiv {
  overflow-y: auto;
  height: 430px;
}

.conetntDiv p {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-indent: 2em;
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: 2px;
  font-family: 微软雅黑;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}
.qrCode-container {
  width: 360px;
  text-align: center;
}
.img-container {
  float: right;
  margin: 15px auto;
  width: 220px;
  background-image: url("../img/ysb.png");
  height: 268px;
  padding-top: 41px;
}
.img-container1 {
  float: left;
  margin: 15px auto;
  width: 230px;
}
.bj-small-title {
  display: inline-block;
  font-size: 24px;
  height: 55px;
  line-height: 55px;
  margin: 0 30px;
  border-bottom: 2px solid #3d3d3d;
  width: 1140px;
}
.part-table {
  border-collapse: collapse;
  border: none;
  padding: 20px 30px 40px;
}

.part-table td {
  border: solid #d7d8d9 1px;
  font-size: 14px;
}
.part_13 {
  min-width: 160px;
  padding: 10px 12px;
  line-height: 20px;
  background: #f1f2f3;
}
.part_14 {
  padding: 8px 12px;
  line-height: 24px;
}
.icon-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: #448af0 solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin: 0 5px 0 2px;
}
.p-r-box {
  position: relative;
}
.p-r-box .box-radio {
  position: absolute;
  top: -4px;
  left: 80px;
}
.dsh-container {
  border: 1px solid #d3d2d2;
  border-top: none;
  padding: 10px;
}
.dsh-container .dsh-item + .dsh-item {
  margin-top: 10px;
}
.dsh-container .dsh-item span,
.layui-form-select {
  display: inline-block;
  vertical-align: middle;
}
.dsh-container .dsh-item .dsh-label01 {
  width: 90px;
}
.dsh-container .dsh-item .layui-form-select {
  width: 180px;
}
.dsh-container .dsh-item .sc {
  color: red;
  cursor: pointer;
}
.p-15 {
  padding: 15px;
}
.p-l-80 {
  padding-left: 80px;
}
.collTtile,
.fzjgDiv {
  height: 46px;
  background-color: #f5f7f8;
  border: 1px solid #d3d2d2;
  line-height: 46px;
  padding-left: 30px;
  color: #313131;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.fzjgDiv .tax-title {
  margin: 0 !important;
}
.fzjgDiv img {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.collTtile > button {
  margin-top: 7px !important;
  margin-right: 40px !important;
  cursor: pointer;
  width: 101px;
  height: 32px;
  float: right;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.m-l-200 {
  margin-left: 100px;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.h-header,
.h-s-header {
  margin-bottom: 20px;
}
.h-header .el-steps {
  flex: 1;
}
.h-s-header .el-steps {
  flex: 1;
  max-width: 500px;
  padding: 10px 15px;
  justify-content: center;
}
.h-header .el-steps {
  flex: 1;
  max-width: 800px;
}
.textItem p {
  line-height: 38px;
  font-size: 16px;
}
.btn-group {
  margin-top: 20px;
  text-align: center;
}
.piets {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #eee;
  color: #8b6421;
  border-radius: 3px;
  padding: 15px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.formBox {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
.tab-filedset {
  margin-top: 40px;
  position: relative;
  padding: 40px 10px 10px 10px !important;
}
.layui-elem-field legend {
  color: dodgerblue;
}
.tab-filedset > .filed-title {
  color: dodgerblue;
  margin-bottom: 20px;
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ffffff;
  display: inline-block;
  font-size: 20px;
}
.p-a-10 {
  padding: 10px !important;
}
.input-tips {
  margin-left: 10px;
  color: red;
  position: relative;
  top: -12px;
  white-space: nowrap;
}
.el-form-item .el-input-number,
.el-form-item .el-select,
.el-form-item .el-date-editor {
  width: 100% !important;
}
.form-box {
  margin-top: 20px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml0 .el-form-item__content {
  margin-left: 0 !important;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.plr20 {
  padding: 0 20px;
}
th {
  background-color: #f8f8f8 !important;
}
.tree-sel .el-form-item__content {
  line-height: inherit !important;
}
.scfj {
  padding: 15px;
}
.scfj_list {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
  margin-right: 20px;
  background-image: url("../img/scfjbj.png");
  margin-bottom: 20px;
}
.scfj_con {
  display: flex;
  justify-content: space-between;
}
.scfj_title {
  overflow: hidden;
}
.scfj_img {
  position: relative;
  float: left;
  margin-right: 16px;
}
.wenjian {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.wczt {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0px;
  right: -5px;
}
.scfj_titlecon {
  float: left;
  padding-top: 6px;
}
.scfj_titlecon h2 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  margin-bottom: 6px;
}
.scfj_titlecon p {
  font-size: 14px;
  color: rgb(153, 153, 153);
}
.scfj_anniu {
  height: 38px;
  width: 100px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  margin-top: 10px;
  cursor: pointer;
}
.scfj_anniu1 {
  height: 38px;
  width: 100px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  margin-top: 10px;
  cursor: pointer;
  background-color: rgb(10, 132, 255);
}
.scfj_anniu img {
  display: inline-block;
}
.shengcheng {
  background: rgb(95, 184, 120);
}
.shangchuan {
  background-color: rgb(30, 159, 255);
}
.scfj_con .title {
  font-size: 18px;
  text-align: center;
  padding: 0px 20px;
  height: 130px;
  margin-top: 60px;
}
.scfj_btn {
  display: flex;
  justify-content: space-between;
  margin: 0px 40px;
  overflow: auto;
}
.btn {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}
.scfj_bottomcon {
  margin-top: 20px;
}
.scfj_bottomlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.scfj_bottomlist:last-of-type {
  margin-bottom: 0px;
}
.scfj_bottomtitle h2 {
  font-size: 14px;
  color: rgb(51, 51, 51);
}
.scfj_bottomtitle p {
  font-size: 12px;
  color: rgb(153, 153, 153);
}
.scfj_bottombut {
  overflow: hidden;
}
.scfj_bottombutcon {
  width: 72px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.yulan {
  color: rgb(30, 159, 255);
}
.xiazai {
  color: rgb(30, 159, 255);
}
.shanchu {
  color: rgb(255, 87, 34);
}
.btnGroup div {
  display: inline-block;
  margin-left: 10px;
}
.checkbox-vertical {
  display: flex;
  flex-direction: column;
}
.custom-validate .el-form-item__error {
  top: 70% !important;
}
.layui-font-red {
  color: #ff5722 !important;
}
.table-con {
  width: calc(100% - 10px);
}
.form-checkbox {
  line-height: 30px;
  position: relative;
  top: 6px;
}
.c-p {
  cursor: pointer;
}