﻿html,
body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
body {
  background: #f2f2f2;
  color: #000;
}
.layui-layout-admin .layui-logo {
  font-size: 19px;
}
.layui-side-menu .layui-side-scroll .layui-nav .layui-nav-item a {
  padding-left: 52px;
  border-radius: 5px;
}
.layui-side-menu .layui-side-scroll .layui-nav .layui-nav-item .iconfont {
  color: #fff;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: -11px;
  font-size: 14px;
}
.Index_V2 {
  position: relative;
  /* checkbox */
  /* radio */
}
.Index_V2 .JingTai_Tab ul {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: all 0.2s;
  margin-bottom: -1px;
}
.Index_V2 .JingTai_Tab ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
}
.Index_V2 .Index_Search {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.Index_V2 .Index_Search .btn {
  padding: 3px 12px;
}
.Index_V2 .Index_Search .more {
  padding: 0px 10px 0px 10px;
  margin-bottom: 10px;
  background: #f9f9f9;
}
.Index_V2 .Index_Search .select_1 .form-control {
  padding: 0px 0px;
  height: 28px;
}
.Index_V2 .Index_Search .select_2 {
  display: flex;
}
.Index_V2 .Index_Search .select_2 .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 50% !important;
}
.Index_V2 .Index_Search .select_2 .form-control {
  width: 50%;
  padding: 0px 0px;
  height: 26px;
}
.Index_V2 .Index_Search .select_3 {
  display: flex;
  width: calc(100% - 99px) !important;
}
.Index_V2 .Index_Search .select_3 .select2-container {
  width: 33.3% !important;
}
.Index_V2 .Index_Search .select_3 .form-control {
  width: 33.3%;
  padding: 0px 0px;
  height: 30px;
}
.Index_V2 .Index_Search .input_2 {
  display: flex;
  width: calc(100% - 99px) !important;
}
.Index_V2 .Index_Search .input_2 .form-control {
  width: 50%;
}
.Index_V2 .Index_Search .input_3 {
  display: flex;
  width: calc(100% - 99px) !important;
}
.Index_V2 .Index_Search .input_3 .form-control {
  width: 33.3%;
}
.Index_V2 .Index_Search input.form-control {
  height: 26px;
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  resize: none;
  border-radius: 0px;
  box-shadow: none;
}
.Index_V2 .Index_Search .ul_4 {
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
}
.Index_V2 .Index_Search .ul_4 li {
  float: left;
  overflow: hidden;
  width: 25%;
  margin-bottom: 10px;
}
.Index_V2 .Index_Search .ul_5 {
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
}
.Index_V2 .Index_Search .ul_5 li {
  float: left;
  overflow: hidden;
  width: 20%;
  margin-bottom: 10px;
}
.Index_V2 .Index_Search .S_Title {
  width: 62px;
  float: left;
  height: 32px;
  line-height: 32px;
}
.Index_V2 .Index_Search .S_Value {
  float: left;
  width: calc(100% - 100px);
  position: relative;
}
.Index_V2 .Index_Search .S_Value .iconfont {
  position: absolute;
  top: 8px;
  right: 5px;
}
.Index_V2 .Index_Search .S_Date {
  display: flex;
  width: calc(100% - 101px) !important;
}
.Index_V2 .Index_Search .S_Date .Date_Box {
  position: relative;
}
.Index_V2 .Index_Search .S_Date .Date_Box .iconfont {
  position: absolute;
  top: 4px;
  right: 2px;
}
.Index_V2 .Index_Search .Search_input {
  display: flex;
  padding: 10px 10px 0px 10px;
}
.Index_V2 .Index_Search .Search_input .form-control {
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 5px;
  resize: none;
  border-radius: 5px;
  box-shadow: none;
}
.Index_V2 .Index_Search .Search_input .LouPan_input {
  width: 190px;
}
.Index_V2 .Index_Search .Search_input .Dong_input {
  margin-left: 15px;
  width: 120px;
}
.Index_V2 .select2-container .select2-selection--single {
  height: 28px;
}
.Index_V2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}
.Index_V2 .btn-info {
  background-color: #0079fe;
  border-color: #0079fe;
  color: #fff !important;
}
.Index_V2 .btn-info:hover {
  background-color: #3394fe;
  border-color: #3394fe;
  color: #fff !important;
}
.Index_V2 .btn-success {
  background-color: #19be6b;
  border-color: #19be6b;
  color: #fff !important;
}
.Index_V2 .btn-success:hover {
  background-color: #16d17f;
  border-color: #16d17f;
}
.Index_V2 .btn-outline-info {
  color: #0079fe;
  border-color: #0079fe;
  background: #fff;
}
.Index_V2 .btn-outline-info:hover {
  color: #3394fe;
  border-color: #3394fe;
}
.Index_V2 .btn-w-md {
  width: 120px;
}
.Index_V2 .lyear-checkbox,
.Index_V2 .lyear-radio {
  display: block;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  padding-left: 22px;
  padding-right: 10px;
  font-weight: 400;
  min-height: 18px;
  height: auto !important;
  line-height: 18px !important;
}
.Index_V2 input[type=checkbox],
.Index_V2 input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.Index_V2 .lyear-checkbox input,
.Index_V2 .lyear-radio input {
  position: absolute;
  /*opacity: 0;*/
  display: none;
}
.Index_V2 .lyear-checkbox span::before,
.Index_V2 .lyear-radio span::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0px;
  border: 2px solid #ebebeb;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.Index_V2 .lyear-checkbox span::after,
.Index_V2 .lyear-radio span::after {
  content: '';
  position: absolute;
  display: none;
  width: 5px;
  height: 10px;
  left: 7px;
  top: 3px;
  border: solid #4d5259;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Index_V2 .lyear-checkbox span,
.Index_V2 .lyear-radio span {
  display: inline-block;
}
.Index_V2 .lyear-checkbox input:checked ~ span:after,
.Index_V2 .lyear-radio input:checked ~ span:after {
  display: inline-block;
}
.Index_V2 .lyear-checkbox:hover span::before,
.Index_V2 .lyear-radio:hover span::before {
  border-color: #ebebeb;
}
.Index_V2 .lyear-checkbox.checkbox-grey span::before,
.Index_V2 .lyear-checkbox.radio-grey span::before,
.Index_V2 .lyear-radio.checkbox-grey span::before,
.Index_V2 .lyear-radio.radio-grey span::before {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.Index_V2 .lyear-checkbox input:disabled + span,
.Index_V2 .lyear-radio input:disabled + span {
  cursor: not-allowed;
}
.Index_V2 .lyear-checkbox input:disabled + span::before,
.Index_V2 .lyear-checkbox input:disabled + span::after,
.Index_V2 .lyear-radio input:disabled + span::before,
.Index_V2 .lyear-radio input:disabled + span::after {
  opacity: 0.4;
}
.Index_V2 .checkbox-primary input:checked ~ span::before {
  background-color: #33cabb;
  border-color: #33cabb;
}
.Index_V2 .checkbox-primary input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-success input:checked ~ span::before {
  background-color: #19be6b;
  border-color: #19be6b;
}
.Index_V2 .checkbox-success input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-info input:checked ~ span::before {
  background-color: #0079fe;
  border-color: #0079fe;
}
.Index_V2 .checkbox-info input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-warning input:checked ~ span::before {
  background-color: #ff9900;
  border-color: #ff9900;
}
.Index_V2 .checkbox-warning input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-danger input:checked ~ span::before {
  background-color: #fa3534;
  border-color: #fa3534;
}
.Index_V2 .checkbox-danger input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-dark input:checked ~ span::before {
  background-color: #465161;
  border-color: #465161;
}
.Index_V2 .checkbox-dark input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-secondary input:checked ~ span::before {
  background-color: #e4e7ea;
  border-color: #e4e7ea;
}
.Index_V2 .checkbox-secondary input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-purple input:checked ~ span::before {
  background-color: #926dde;
  border-color: #926dde;
}
.Index_V2 .checkbox-purple input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-pink input:checked ~ span::before {
  background-color: #f96197;
  border-color: #f96197;
}
.Index_V2 .checkbox-pink input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-cyan input:checked ~ span::before {
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.Index_V2 .checkbox-cyan input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-yellow input:checked ~ span::before {
  background-color: #fcc525;
  border-color: #fcc525;
}
.Index_V2 .checkbox-yellow input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-brown input:checked ~ span::before {
  background-color: #8d6658;
  border-color: #8d6658;
}
.Index_V2 .checkbox-brown input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .lyear-radio span::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.Index_V2 .lyear-radio span::after {
  border: 0;
  height: 6px;
  left: 6px;
  top: 6px;
  width: 6px;
  background: #4d5259;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.Index_V2 .radio-primary input:checked ~ span::before {
  background-color: #33cabb;
  border-color: #33cabb;
}
.Index_V2 .radio-primary input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-success input:checked ~ span::before {
  background-color: #19be6b;
  border-color: #19be6b;
}
.Index_V2 .radio-success input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-info input:checked ~ span::before {
  background-color: #0079fe;
  border-color: #0079fe;
}
.Index_V2 .radio-info input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-warning input:checked ~ span::before {
  background-color: #ff9900;
  border-color: #ff9900;
}
.Index_V2 .radio-warning input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-danger input:checked ~ span::before {
  background-color: #fa3534;
  border-color: #fa3534;
}
.Index_V2 .radio-danger input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-dark input:checked ~ span::before {
  background-color: #465161;
  border-color: #465161;
}
.Index_V2 .radio-dark input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-secondary input:checked ~ span::before {
  background-color: #e4e7ea;
  border-color: #e4e7ea;
}
.Index_V2 .radio-secondary input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-purple input:checked ~ span::before {
  background-color: #926dde;
  border-color: #926dde;
}
.Index_V2 .radio-purple input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-pink input:checked ~ span::before {
  background-color: #f96197;
  border-color: #f96197;
}
.Index_V2 .radio-pink input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-cyan input:checked ~ span::before {
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.Index_V2 .radio-cyan input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-yellow input:checked ~ span::before {
  background-color: #fcc525;
  border-color: #fcc525;
}
.Index_V2 .radio-yellow input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-brown input:checked ~ span::before {
  background-color: #8d6658;
  border-color: #8d6658;
}
.Index_V2 .radio-brown input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .checkbox-inline,
.Index_V2 .radio-inline {
  display: inline-block;
}
.Index_V2 .form-horizontal .lyear-radio.radio-inline,
.Index_V2 .form-horizontal .lyear-checkbox.checkbox-inline {
  padding-top: 0px;
  margin-top: 8px;
}
.Index_V2 .checkbox-inline + .checkbox-inline,
.Index_V2 .radio-inline + .radio-inline {
  margin-left: 0px;
}
.Search_ul {
  position: absolute;
  z-index: 9;
  background: #fff;
  left: 72px;
  top: 85px;
  width: 400px;
  border: 1px solid #ddd;
}
.Search_ul li {
  border-bottom: 1px dashed #d7d7d7;
  padding: 8px;
  cursor: pointer;
  position: relative;
}
.Search_ul li .Qu {
  color: #999;
  margin-left: 10px;
}
.Search_ul li .ShangQuan {
  color: #999;
  margin-left: 4px;
}
.Search_ul li .State {
  background: #19be6b;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 7px;
  padding: 2px 4px;
  border-radius: 2px;
}
.Search_ul li .JunJia {
  position: absolute;
  right: 8px;
  top: 7px;
}
.Search_ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.Index_searchV2 {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.Index_searchV2 .ul_4 {
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
}
.Index_searchV2 .ul_4 li {
  float: left;
  overflow: hidden;
  width: 25%;
  margin-bottom: 10px;
}
.Index_searchV2 .ul_4 .S_Title {
  width: 70px;
  float: left;
  height: 32px;
  line-height: 32px;
}
.Index_searchV2 .ul_4 .S_Value {
  float: left;
  width: calc(100% - 100px);
  position: relative;
}
.Index_searchV2 .ul_4 input.form-control {
  height: 26px;
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  resize: none;
  border-radius: 0px;
  box-shadow: none;
}
.Index_Tu .layui-table-body {
  /* td:nth-child(4) {
            vertical-align: baseline;
        }*/
}
.Index_Tu .layui-table-body tr {
  border-bottom: solid 1px #eee;
  color: #000;
}
.Index_Tu .layui-table-body tr td {
  padding: 10px 0;
  border-top: none;
  border-left: none;
}
.Index_Tu .layui-table-body tr .FengMianImg {
  width: 84px;
  height: 64px;
  border: 1px solid #d9d9d9;
}
.Index_Tu .layui-table-body tr .ico-vr {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  bottom: 5px;
}
.Index_Tu .layui-table-body tr .ico-video {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 40px;
  bottom: 5px;
}
.Index_Tu .layui-table-body tr .fr_Name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.Index_Tu .layui-table-body tr .HouseStateName {
  background: #3a3839;
  color: #f5e5b1;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 4px;
}
.Index_Tu .layui-table-body tr .ShangQuan {
  margin-top: 2px;
}
.Index_Tu .layui-table-body tr .TagList {
  margin-top: 5px;
  height: 22px;
}
.Index_Tu .layui-table-body tr .TagList span {
  background: #e9e9ed;
  color: #20222A;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 5px;
}
.Index_Tu .layui-table-body tr .TagList span:nth-child(1) {
  margin-left: 0px;
}
.Index_Tu .layui-table-body tr .TagList .StateName {
  color: #fff;
}
.Index_Tu .layui-table-body tr .ShouJiaStr {
  font-weight: bold;
  color: #fa3534;
  font-size: 20px;
}
.Index_Tu .layui-table-body tr .ShouDanJia {
  margin-top: 5px;
  color: #999;
}
.Index_Tu .layui-table-body tr .layui-table-cell {
  height: initial;
  line-height: initial;
  padding: 0 10px;
}
.Index_Tab {
  margin: 0;
  background: #fff;
}
.Index_Tab .layui-tab-title .layui-this {
  color: #0079fe;
}
/*录入-旧的 */
.fangruan_form {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.fangruan_form .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  position: relative;
}
.fangruan_form .title .title-btn {
  position: absolute;
  top: -6px;
  right: 0px;
  z-index: 9;
  color: #0079fe;
  font-weight: initial;
  padding: 5px;
  cursor: pointer;
}
.fangruan_form .tips_msg {
  padding: 10px;
  border-radius: 5px;
  background: #ecf5ff;
  color: #126bfd;
  font-size: 13px;
}
.fangruan_form .tips_msg .tips_msg .tips_title {
  font-weight: bold;
}
.fangruan_form .tips_msg .tips_msg div {
  padding-bottom: 5px;
}
.fangruan_form .tips_msg-ios {
  padding: 10px;
  border-radius: 5px;
  background: #e9e9eb;
  color: #000;
  font-size: 13px;
}
.fangruan_form .tips_msg-ios .tips_msg .tips_title {
  font-weight: bold;
}
.fangruan_form .tips_msg-ios .tips_msg div {
  padding-bottom: 5px;
}
.fangruan_form .input-group-Tips {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.fangruan_form .form-control {
  color: #555;
}
.fangruan_form .form .formTitle span {
  color: #fa3534;
  vertical-align: bottom;
  top: 14px;
}
.fangruan_form .form .formValue .DanWei {
  position: absolute;
  right: 6px;
  top: 7px;
  background: #777;
  color: #fff;
  padding: 5px 4px;
}
.fangruan_form .form .formValue .DanWei2 {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #777;
  color: #fff;
  padding: 5px 4px;
}
.fangruan_form .form .LouCengCss {
  display: flex;
}
.fangruan_form .form .LouCengCss .form-control {
  width: 50%;
}
.fangruan_form .form .HuXing {
  overflow: hidden;
}
.fangruan_form .form .HuXing .form-control {
  width: 70px;
  float: left;
  margin-right: 5px;
}
.fangruan_form .form .HuXing .form-control:nth-child(1) {
  margin-left: 0px;
}
.fangruan_form .form .ZuoJi {
  display: flex;
}
.fangruan_form .form .ZuoJi .QuHao {
  width: 50px;
}
.fangruan_form .form .layui-upload .layui-upload-img {
  width: 92px;
  height: 92px;
}
.fangruan_form .Save {
  text-align: center;
  padding: 15px 0px;
}
.fangruan_form .Save .layui-btn-sm {
  height: auto;
  line-height: initial;
  padding: 10px 60px;
  font-size: 16px;
  letter-spacing: 4px;
  border-radius: 5px;
}
.fangruan_form .h_40 {
  height: 40px;
  line-height: 40px;
}
.fangruan_form .formValue:hover .search_ul {
  display: block;
}
.fangruan_form .search_ul {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #fff;
  display: none;
  padding-right: 10px;
}
.fangruan_form .search_ul ul {
  border: 1px solid #e4e6f0;
  max-height: 300px;
  overflow: auto;
}
.fangruan_form .search_ul ul li {
  cursor: pointer;
  padding: 5px;
}
.fangruan_form .search_ul ul li:hover {
  background: #ecf6fd;
}
/*录入-白色背景，参考岗位新增*/
.fangruan_form_white {
  margin: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.fangruan_form_white .form .formTitle span {
  top: 15px;
}
.fangruan_form_white .form .formValue input.form-control {
  border-radius: 5px;
}
.fangruan_form_white .form .formValue textarea.form-control {
  border-radius: 5px;
}
.fangruan_form_white .tips_msg {
  margin-bottom: 6px;
  padding: 8px 10px;
  background: #f5f5f7;
  border: 1px dashed #e5e5ea;
  border-radius: 6px;
  color: #555;
  font-size: 13px;
  line-height: 18px;
}
.fangruan_form_v2 {
  background: #fff;
  margin: 14px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}
.fangruan_form_v2 .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  margin-bottom: 10px;
}
.fangruan_form_v2 .title .title-btn {
  position: absolute;
  top: -6px;
  right: 0px;
  z-index: 9;
  color: #0079fe;
  font-weight: initial;
  padding: 5px;
  cursor: pointer;
}
.fangruan_form_v2 .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #2f6bff;
}
.fangruan_form_v2 .form-control {
  border-color: #ddd;
  color: #000;
}
.fangruan_form_v2 .form-control:focus {
  border-color: #0079fe;
}
.fangruan_form_v2 .fr-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 26px;
}
.fangruan_form_v2 .fr-form-grid .fr-edit-user .fangruan_form {
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(17, 24, 39, 0.06);
  border: 1px solid #eef2f7;
  padding: 16px 18px 18px 18px;
  margin-bottom: 14px;
}
.fangruan_form_v2 .fr-form-grid .fr-edit-user .fangruan_form .title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 14px 0;
  padding-left: 10px;
  position: relative;
}
.fangruan_form_v2 .fr-form-grid .fr-edit-user .fangruan_form .title:before {
  content: "";
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #2f6bff;
  position: absolute;
  left: 0;
  top: 3px;
}
.fangruan_form_v2 .fr-form-grid .formValue {
  min-width: 0;
  position: relative;
}
.fangruan_form_v2 .fr-form-grid .formValue.has-error .form-control.error {
  border-color: #fa3534;
  background-color: #fffafa;
}
.fangruan_form_v2 .fr-form-grid .formValue.has-error .select2-selection--single {
  border-color: #fa3534;
  background-color: #fffafa;
}
.fangruan_form_v2 .fr-form-grid .formValue.has-error .form-control-feedback.error {
  color: #e46f61;
  position: absolute;
  top: 28px;
  right: 0px;
  font-size: 16px;
  cursor: pointer;
  z-index: 99;
}
.fangruan_form_v2 .fr-form-grid .fr-label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 10px;
}
.fangruan_form_v2 .fr-form-grid .fr-label span {
  color: #fa3534;
  margin-right: 4px;
  font-weight: 700;
  width: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fangruan_form_v2 .fr-form-grid .fr-label .iconfont {
  margin-left: 5px;
  font-size: 14px;
  color: #2979ff;
  cursor: pointer;
}
.fangruan_form_v2 .fr-form-grid .fr-edit-user .form-control {
  width: 100%;
  height: 32px;
  border: 1px solid #e5eaf1;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  padding: 10px 12px;
  font-size: 14px;
  color: #111827;
  background: #fff;
}
.fangruan_form_v2 .fr-form-grid .fr-span-2 {
  grid-column: span 2;
}
.fangruan_form_v2 .fr-form-grid .fr-span-4 {
  grid-column: span 4;
}
.Right_Save {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-top: -200px;
  margin-left: 510px;
}
.Right_Save .btn {
  font-size: 14px;
}
.Right_Save .btn .iconfont {
  font-size: 16px;
}
.bottom_Save {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 99;
  margin-top: -200px;
}
.bottom_Save .btn {
  font-size: 14px;
}
.bottom_Save .btn .iconfont {
  font-size: 16px;
}
.FR_Line {
  height: 10px;
  background: #f2f2f2;
}
/* 瀛椾綋棰滆壊 */
.text-primary {
  color: #33cabb !important;
}
.text-secondary {
  color: #e4e7ea !important;
}
.text-success {
  color: #19be6b !important;
}
.text-info {
  color: #0079fe !important;
}
.text-warning {
  color: #ff9900 !important;
}
.text-danger {
  color: #fa3534 !important;
}
.text-pink {
  color: #f96197 !important;
}
.text-purple {
  color: #926dde !important;
}
.text-brown {
  color: #8d6658 !important;
}
.text-cyan {
  color: #57c7d4 !important;
}
.text-yellow {
  color: #fcc525 !important;
}
.text-gray {
  color: #868e96 !important;
}
.text-dark {
  color: #465161 !important;
}
.text-default {
  color: #4d5259 !important;
}
.text-muted {
  color: #868e96 !important;
}
.text-light {
  color: #616a78 !important;
}
.text-lighter {
  color: #a5b3c7 !important;
}
.text-fade {
  color: rgba(77, 82, 89, 0.7) !important;
}
.text-fader {
  color: rgba(77, 82, 89, 0.5) !important;
}
.text-fadest {
  color: rgba(77, 82, 89, 0.4) !important;
}
.text-white {
  color: #ffffff !important;
}
.text-transparent {
  color: transparent !important;
}
.RoleCss .select2-container {
  width: 19.65% !important;
}
.cursor_pointer {
  cursor: pointer;
}
.BtnSaveFangRuanV2 {
  background: #eee;
  border-top: 1px #ddd solid;
  text-align: right;
  padding: 6px 0;
  position: fixed;
  width: 100%;
  bottom: 0px;
}
.BtnSaveFangRuanV2 .BtnItem {
  margin-right: 10px;
}
.BtnSaveFangRuanV2 .BtnItem .btn {
  padding: 4px 8px;
}
.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
  background-color: #fe615a;
}
.Index_Menu_Btn ul {
  overflow: hidden;
}
.Index_Menu_Btn ul li {
  float: left;
  margin-right: 5px;
}
.FangRuan_none .layui-layer-setwin .layui-layer-close2 {
  top: -38px;
}
.FangRuan_Layer .layui-layer-title {
  background-color: #0079fe;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-bottom: 0px solid #F0F0F0;
}
.FangRuan_Layer .layui-layer-setwin {
  top: 11px;
}
.FangRuan_Layer .layui-layer-setwin span {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.FangRuan_Layer .layui-layer-setwin .layui-layer-min cite {
  background-color: #fff;
}
.FangRuan_Layer .layui-layer-setwin .layui-layer-min:hover cite {
  opacity: 0.7;
}
.FangRuan_Layer .layui-layer-setwin .layui-layer-max {
  background-position: -15px -40px;
}
.FangRuan_Layer .layui-layer-setwin .layui-layer-max:hover {
  opacity: 0.7;
}
.FangRuan_Layer .layui-layer-setwin .layui-layer-close1 {
  background-position: 1px -40px;
  cursor: pointer;
}
.FangRuan_Layer .layui-layer-ico {
  background: url(../../../../Content/icon/FangRuan_Layericon.png) no-repeat;
}
.FangRuan_Layer .layui-layer-btn {
  background: #eee;
  border-top: 1px #ddd solid;
  padding: 6px;
}
.FangRuan_Layer .layui-layer-btn a {
  margin: 0px 5px 0;
  padding: 0 8px;
  border-radius: 4px;
}
.FangRuan_Layer .layui-layer-btn .layui-layer-btn1 {
  background-color: #fa3534;
  color: #fff;
}
.FangRuan_Layer_details {
  border-radius: 12px !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.FangRuan_Layer_details .layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0;
  line-height: initial;
}
.FangRuan_Layer_details .layui-layer-setwin span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}
.FangRuan_Layer_details .layui-layer-setwin span:hover {
  background-color: #FF5722;
  opacity: 1;
}
.FangRuan_Layer_details .layui-layer-title {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.FangRuan_Layer_details .layui-layer-title .iconfont {
  margin-right: 4px;
  padding: 4px;
  font-size: 14px;
  border-radius: 5px;
  background: #0079fe;
  color: #ffffff;
  font-weight: initial;
}
.FangRuan_Layer_details iframe {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.FangRuan_Layer_white_btn {
  border-radius: 12px !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.FangRuan_Layer_white_btn .layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0;
  line-height: initial;
}
.FangRuan_Layer_white_btn .layui-layer-setwin span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}
.FangRuan_Layer_white_btn .layui-layer-setwin span:hover {
  background-color: #FF5722;
  opacity: 1;
}
.FangRuan_Layer_white_btn .layui-layer-title {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.FangRuan_Layer_white_btn .layui-layer-title .iconfont {
  margin-right: 4px;
  padding: 4px;
  font-size: 14px;
  border-radius: 5px;
  background: #0079fe;
  color: #ffffff;
}
.FangRuan_Layer_white_btn .layui-layer-btn {
  border-top: 1px solid #F0F0F0;
}
.FangRuan_Layer_white_btn .layui-layer-btn a {
  border-radius: 8px;
  line-height: 28px;
}
.FangRuan_Layer_white_btn .layui-layer-btn .layui-layer-btn0 {
  border-color: #0079fe;
  background-color: #0079fe;
}
.FangRuan_grey .layui-layer-title {
  background-color: #465161;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.FangRuan_grey .layui-layer-setwin {
  top: 14px;
}
.FangRuan_grey .layui-layer-setwin .layui-layer-close1 {
  background-position: 1px -40px;
  cursor: pointer;
}
.FangRuan_grey .layui-layer-ico {
  background: url(../../../../Content/icon/FangRuan_Layericon.png) no-repeat;
}
.FangRuan_grey .layui-layer-btn {
  background: #eee;
  border-top: 1px #ddd solid;
  padding: 6px;
}
.FangRuan_grey .layui-layer-btn a {
  margin: 0px 5px 0;
  padding: 0 8px;
  border-radius: 4px;
}
.FangRuan_grey .layui-layer-btn .layui-layer-btn1 {
  background-color: #fa3534;
  color: #fff;
}
.FangRuan_Greywhite {
  border-radius: 10px;
}
.FangRuan_Greywhite .layui-layer-title {
  background: #fafafa;
  /*  font-size: 17px;
        font-weight: bold;*/
  color: #000;
  border-bottom: 1px solid #e4e4e4;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 0px;
}
.FangRuan_Greywhite .layui-layer-setwin {
  top: 10px;
}
.FangRuan_Greywhite .layui-layer-setwin .layui-icon {
  color: #000;
}
.FangRuan_Greywhite .layui-layer-btn {
  border-top: 1px solid #e4e4e4;
  background: #fafafa;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.FangRuan_Greywhite .layui-layer-btn a {
  margin: 0px;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 28px;
}
.FangRuan_Greywhite .layui-layer-btn .layui-layer-btn0 {
  background: #0157e7;
  color: #fff;
}
.FangRuan_Greywhite .layui-layer-btn .layui-layer-btn1 {
  background: #ffffff;
  color: #666666;
  border: 1px solid #dddddd;
}
.FangRuan_Layer_white_filter {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
}
.FangRuan_Layer_Search {
  background: #f2f1f6;
  border-radius: 10px;
}
.FangRuan_Layer_Search .layui-layer-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.FangRuan_Layer_Search .layui-layer-title .iconfont {
  margin-right: 4px;
  padding: 4px;
  font-size: 14px;
  border-radius: 5px;
  background: #0079fe;
  color: #ffffff;
}
.FangRuan_Layer_Search .layui-layer-setwin {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
  line-height: initial;
}
.FangRuan_Layer_Search .layui-layer-setwin span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}
.FangRuan_Layer_Search .layui-layer-setwin span:hover {
  background-color: #FF5722;
  opacity: 1;
}
.FangRuan_Layer_Search .layui-layer-btn {
  border-top: 1px solid #ddd;
  padding: 8px 10px 8px 0px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.FangRuan_Layer_Search .layui-layer-btn .layui-layer-btn0 {
  border-color: #0079fe;
  background-color: #0079fe;
  color: #fff;
}
.FangRuan_Layer_Search .layui-layer-btn .layui-layer-btn1 {
  /* background-color: #fa3534;
            color: #fff;*/
}
.FangRuan_Layer_Search .layui-layer-btn a {
  border-radius: 8px;
  line-height: 28px;
  color: #000;
}
.FangRuan_Layer_Search .Page_Search .Search-form {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item {
  overflow: hidden;
  /*  height: 36px;*/
  line-height: 34px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-left {
  float: left;
  color: #666;
  width: 105px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right {
  float: left;
  width: calc(100% - 105px);
  overflow: hidden;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right .list-inline {
  float: left;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right .radio_input {
  float: left;
  display: flex;
  line-height: 24px;
  padding-top: 4px;
  margin-left: 15px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right .radio_input .form-control {
  height: 20px;
  width: 60px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right .radio_input .fangruan-xian {
  padding: 0px 2px;
  color: #828282;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right .fangruan-Date {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  height: 36px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right .fangruan-Date .form-control {
  width: 100px;
  height: 20px;
  line-height: 20px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .radio-item .radio-right .fangruan-Date input::placeholder {
  font-size: 12px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .recharge-test li.active {
  background: initial;
  color: #0079fe;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .recharge-test li {
  min-width: initial;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  border-radius: 0px;
  background-color: initial;
  margin-right: 15px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio .list-inline {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .search-radio p {
  margin: 0px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .form-control {
  height: 26px;
  border-color: #d9d9d9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #8b95a5;
  padding: 2px 6px;
  line-height: 26px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.FangRuan_Layer_Search .Page_Search .Search-form .form-control:focus {
  border-color: #0079fe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
}
.FangRuan_Layer_Search .Page_Search .Search-form .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 4px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 32px;
}
.FangRuan_Layer_Search .Page_Search .Search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.FangRuan_Layer_Search .Page_Search .iconfont {
  margin-right: 5px;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  background: #0079fe;
  color: #fff;
}
.FangRuan_Layer_Search .Page_Search .form {
  font-size: 14px;
}
.FangRuan_Layer_Search .Page_Search .form .formTitle {
  width: 95px;
  text-align: left;
  color: #777;
}
.FangRuan_Layer_Search .Page_Search .form-control {
  height: 30px;
}
.FangRuan_Layer_Search .Page_Search .DanWei {
  padding-left: 5px;
  height: 26px;
  line-height: 26px;
}
.FangRuan_Layer_Search .Page_Search .Xian {
  padding: 0px 5px;
}
.FangRuan_Layer_Search .Page_Search .XianV2 {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-bottom: 10px;
}
.FangRuan_Layer_Search .Page_Search .Value-2 {
  display: flex;
}
.FangRuan_Layer_Search .Page_Search .Value-2 .form-control {
  width: 110px;
}
.FangRuan_Layer_Search .Page_Search .select2-dropdown {
  z-index: 99999999;
}
.FangRuan_Layer_Search .Page_Search .Search-form-input .form tr .formValue .form-control {
  width: calc(100% - 10px);
}
.FangRuan_Layer_Form {
  border-radius: 15px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  background-color: #f1f0f5;
}
.FangRuan_Layer_Form .layui-layer-title {
  text-align: center;
  font-size: 16px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.FangRuan_Layer_Form .layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0;
  line-height: initial;
}
.FangRuan_Layer_Form .layui-layer-setwin span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}
.FangRuan_Layer_Form .layui-layer-setwin span:hover {
  background-color: #FF5722;
  opacity: 1;
}
.FangRuan_Layer_Form .layui-layer-btn {
  padding: 0 10px 10px;
}
.FangRuan_Layer_Form .layui-layer-btn .layui-layer-btn0 {
  margin: 0px;
  background-color: #2979ff;
  width: 100%;
  height: 38px;
  line-height: 37px;
  border-radius: 8px;
  color: #fff;
  font-weight: initial;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0px;
}
.FangRuan_Layer_Form .layui-layer-btn .layui-layer-btn1 {
  display: none;
}
.FangRuan_Layer_Select {
  border-radius: 15px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.FangRuan_Layer_Select .layui-layer-title {
  text-align: center;
  font-size: 16px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.FangRuan_Layer_Select .layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0;
  line-height: initial;
}
.FangRuan_Layer_Select .layui-layer-setwin span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}
.FangRuan_Layer_Select .layui-layer-setwin span:hover {
  background-color: #FF5722;
  opacity: 1;
}
.FangRuan_Layer_Select iframe {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.layui-layer-dialog {
  border-radius: 15px;
  /*  .layui-layer-ico, .layui-icon {
        background: url(../../../../Content/icon/FangRuan_Layericon.png) no-repeat;
    }*/
}
.layui-layer-dialog .layui-layer-title {
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.layui-layer-dialog .layui-layer-padding {
  font-family: MiSans, MI Lan Pro, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 25px 10px 60px;
}
.layui-layer-dialog .layui-layer-padding .layui-layer-ico {
  top: 22px;
  left: 17px;
}
.layui-layer-dialog .layui-layer-padding .layui-layer-face {
  top: 26px;
  font-size: 28px;
}
.layui-layer-dialog .layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-dialog .layui-layer-setwin span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}
.layui-layer-dialog .layui-layer-setwin span:hover {
  background-color: #FF5722;
  opacity: 1;
}
.layui-layer-dialog .layui-layer-btn {
  background: #fff;
  border-top: 0px #ddd solid;
  padding: 10px 10px 20px 10px;
  border-radius: 0px 0px 15px 15px;
  text-align: center;
}
.layui-layer-dialog .layui-layer-btn a {
  margin: 0px 5px 0;
  padding: 0 25px;
  border-radius: 20px;
  border: 0px solid #dedede;
  letter-spacing: 1px;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
  background-color: #2979ff;
  color: #fff;
  border-radius: 8px;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {
  background-color: #fa3534;
  color: #fff;
}
.Index_V2 .LayuiPager {
  margin-top: 10px;
}
.Index_V2 .LayuiPager .layui-table-body {
  background: #fff;
}
.Index_V2 .LayuiPager .layui-table-body .HeadImg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.Index_V2 .LayuiPager .layui-table-body .text_Tag {
  color: #fff;
  font-size: 12px;
  padding: 0px 12px;
  border-radius: 20px;
  height: 22px;
  line-height: 19px;
  display: inline-block;
  border: solid 1px;
}
.Index_V2 .LayuiPager .layui-table-body .text_Mai {
  background: #ffece8;
  color: #FF8062;
}
.Index_V2 .LayuiPager .layui-table-body .text_Zu {
  background: #e1f5ed;
  color: #33BE85;
}
.Index_V2 .LayuiPager .layui-table-body .text_MaiZu {
  background: #E8EEFD;
  color: #638FF9;
}
.Index_V2 .LayuiPager .layui-table-body .CustomerGouFangType_0 {
  background: #e0dadc;
  color: #4f4f4f;
}
.Index_V2 .LayuiPager .layui-table-body .CustomerGouFangType_1 {
  background: #fddde0;
  color: #bb4c53;
}
.Index_V2 .LayuiPager .layui-table-body .CustomerGouFangType_2 {
  background: #cefaed;
  color: #3cae8c;
}
.Index_V2 .LayuiPager .layui-table-body .JiBie {
  color: #f5a623;
}
.Index_V2 .LayuiPager .layui-table-body .CopyID {
  cursor: pointer;
}
.FangRuanPage {
  margin: 0px 0px 0px 0px;
}
.FangRuanPage .layui-table-view {
  border-color: #eee;
}
.FangRuanPage .layui-table-view .layui-table-header {
  background-color: #f7f7f7;
}
.FangRuanPage .layui-table-view .layui-table-header thead tr {
  background-color: #f7f7f7;
}
.FangRuanPage .layui-table-view .layui-table-header .layui-table-sort {
  margin-left: 1px;
}
.FangRuanPage .layui-table-view:after {
  background-color: #eee;
}
.FangRuanPage .layui-table-body {
  background: #fff;
}
.FangRuanPage .layui-table-body .layui-table-checked {
  background-color: initial;
}
.FangRuanPage .layui-table-page {
  padding: 4px 16px;
}
.FangRuanPage .layui-table-page .layui-table-pageview {
  height: 36px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage {
  display: flex;
  align-items: center;
  gap: 10px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage a {
  background: #fff;
  color: #000;
  border-radius: 8px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  min-width: 12px;
  width: auto;
  border: 1px solid #3c3c431a;
  font-size: 14px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage a:hover {
  border: 1px solid #007aff;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage span.layui-laypage-curr {
  border-radius: 8px;
  margin: 0 0px 0px 0px;
  padding: 0 10px;
  text-align: center;
  min-width: 12px;
  width: auto;
  height: 28px;
  line-height: 28px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-em {
  border-radius: 8px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-skip {
  display: flex;
  align-items: center;
  gap: 0px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 0px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-skip .layui-input {
  height: 30px;
  line-height: 30px;
  width: 42px;
  border-radius: 8px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-skip .layui-input:hover {
  border: 1px solid #007aff !important;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-skip .layui-laypage-btn {
  line-height: 28px;
  height: 30px;
  border-radius: 8px;
  padding: 0 0px;
  width: 50px;
  background: #fff;
  border: 1px solid #3c3c431a;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-skip .layui-laypage-btn:hover {
  border: 1px solid #007aff;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-count {
  height: 34px;
  line-height: 34px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 15px;
  color: #e53935;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-limits {
  height: 34px;
  line-height: 34px;
  margin-bottom: 0px;
}
.FangRuanPage .layui-table-page .layui-table-pageview .layui-laypage .layui-laypage-limits select {
  height: 30px;
  padding: 0px 8px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.FangRuanPage .layui-table-page select:focus {
  border-color: #0079fe !important;
}
.FangRuanPage .layui-table-page .layui-laypage-btn {
  color: #000;
  line-height: 24px;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  border-radius: 4px;
}
.FangRuanPage .layui-table-page .layui-laypage .layui-laypage-skip {
  color: #000;
}
.FangRuanPage .layui-table-header .layui-table {
  color: #000;
}
.FangRuanPage .layui-table-body .layui-table {
  color: #303133;
}
.FangRuanPage .layui-table .fangruan-index-iconfont,
.FangRuanPage .layui-table-view .fangruan-index-iconfont {
  overflow: hidden;
}
.FangRuanPage .layui-table .fangruan-index-iconfont i,
.FangRuanPage .layui-table-view .fangruan-index-iconfont i {
  float: left;
}
.FangRuanPage .layui-table .HeadImg,
.FangRuanPage .layui-table-view .HeadImg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.FangRuanPage .layui-table .btnactive,
.FangRuanPage .layui-table-view .btnactive {
  color: #3394fe !important;
}
.FangRuanPage .layui-table .BgActive,
.FangRuanPage .layui-table-view .BgActive {
  background: #f5f8ff !important;
}
.FangRuanPage .layui-table .singleClick,
.FangRuanPage .layui-table-view .singleClick {
  cursor: pointer;
  z-index: 99;
  color: #0079fe;
  padding: 2px 4px;
  border-radius: 5px;
}
.FangRuanPage .layui-table .singleClick:hover,
.FangRuanPage .layui-table-view .singleClick:hover {
  background: #e7e7e7;
}
.FangRuanPage .layui-table .CopyID:hover,
.FangRuanPage .layui-table-view .CopyID:hover {
  color: #40a9ff;
  text-decoration: underline;
}
.FangRuanPage .layui-table .Is_bg_true,
.FangRuanPage .layui-table-view .Is_bg_true {
  background-color: #e7f3ff;
  color: #1f87e8;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.FangRuanPage .layui-table .Is_bg_false,
.FangRuanPage .layui-table-view .Is_bg_false {
  background-color: #fce8e9;
  color: #e32c28;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.FangRuanPage .layui-table .text_Tag,
.FangRuanPage .layui-table-view .text_Tag {
  color: #fff;
  font-size: 12px;
  padding: 0px 12px;
  border-radius: 20px;
  height: 22px;
  line-height: 19px;
  display: inline-block;
  border: solid 1px;
}
.FangRuanPage .layui-table .text_Mai,
.FangRuanPage .layui-table-view .text_Mai {
  background: #ffece8;
  color: #FF8062;
}
.FangRuanPage .layui-table .text_Zu,
.FangRuanPage .layui-table-view .text_Zu {
  background: #e1f5ed;
  color: #33BE85;
}
.FangRuanPage .layui-table .text_MaiZu,
.FangRuanPage .layui-table-view .text_MaiZu {
  background: #E8EEFD;
  color: #638FF9;
}
.FangRuanPage .layui-table .CustomerGouFangType_0,
.FangRuanPage .layui-table-view .CustomerGouFangType_0 {
  background: #e0dadc;
  color: #4f4f4f;
}
.FangRuanPage .layui-table .CustomerGouFangType_1,
.FangRuanPage .layui-table-view .CustomerGouFangType_1 {
  background: #fddde0;
  color: #bb4c53;
}
.FangRuanPage .layui-table .CustomerGouFangType_2,
.FangRuanPage .layui-table-view .CustomerGouFangType_2 {
  background: #cefaed;
  color: #3cae8c;
}
.FangRuanPage .layui-table .JiBie,
.FangRuanPage .layui-table-view .JiBie {
  color: #f5a623;
}
.FangRuanPage .layui-table .CopyID,
.FangRuanPage .layui-table-view .CopyID {
  cursor: pointer;
}
.FangRuanPage .layui-table .Status_true,
.FangRuanPage .layui-table-view .Status_true {
  margin-top: 2px;
  background: #ebf2fd;
  color: #4e75e3;
  position: relative;
  height: 22px;
  line-height: 22px;
  padding: 0px 10px;
  font-size: 11px;
  border-radius: 5px;
}
.FangRuanPage .layui-table .Status_true .true-left,
.FangRuanPage .layui-table-view .Status_true .true-left {
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #3074ff;
  padding: 0px 3px;
  height: 22px;
  line-height: 22px;
}
.FangRuanPage .layui-table .Status_true .true-left .iconfont,
.FangRuanPage .layui-table-view .Status_true .true-left .iconfont {
  color: #fff;
  font-size: 12px;
}
.FangRuanPage .layui-table .Status_true .true-text,
.FangRuanPage .layui-table-view .Status_true .true-text {
  padding-left: 12px;
}
.FangRuanPage .layui-table .Status_false,
.FangRuanPage .layui-table-view .Status_false {
  margin-top: 2px;
  background: #ffedf1;
  color: #f95c76;
  position: relative;
  height: 22px;
  line-height: 22px;
  padding: 0px 10px;
  font-size: 11px;
  border-radius: 5px;
}
.FangRuanPage .layui-table .Status_false .true-left,
.FangRuanPage .layui-table-view .Status_false .true-left {
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f95c76;
  padding: 0px 3px;
  height: 22px;
  line-height: 22px;
}
.FangRuanPage .layui-table .Status_false .true-left .iconfont,
.FangRuanPage .layui-table-view .Status_false .true-left .iconfont {
  color: #fff;
  font-size: 12px;
}
.FangRuanPage .layui-table .Status_false .true-text,
.FangRuanPage .layui-table-view .Status_false .true-text {
  padding-left: 12px;
}
.FangRuanPage .IsCollection .iconfont {
  cursor: pointer;
}
.FangRuan_RightMenu {
  position: fixed;
  top: 8px;
  right: 0px;
  z-index: 9999;
  width: 38px;
}
.FangRuan_RightMenu ul {
  overflow: hidden;
}
.FangRuan_RightMenu ul li {
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.FangRuan_RightMenu ul li .iconfont {
  font-size: 18px;
  padding: 5px;
}
.FangRuan_RightMenu ul li .Menu_title {
  margin-top: -5px;
}
.FangRuan_RightMenu ul li:hover {
  color: #0079fe;
}
.FangRuan_RightBottomMenu {
  position: fixed;
  bottom: 55px;
  right: 0px;
  z-index: 9999;
  width: 38px;
}
.FangRuan_RightBottomMenu ul {
  overflow: hidden;
}
.FangRuan_RightBottomMenu ul li {
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.FangRuan_RightBottomMenu ul li .iconfont {
  font-size: 18px;
  padding: 5px;
}
.FangRuan_RightBottomMenu ul li:hover {
  color: #0079fe;
}
.GenJinBox {
  margin-top: 10px;
  background: #fff;
  padding: 0px 10px 10px 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.GenJinBox .layui-tab {
  margin: 0;
  position: relative;
}
.GenJinBox .layui-tab .layui-tab-content {
  margin-top: 10px;
}
.GenJinBox .layui-tab .GenJinBtn {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #0079fe;
  cursor: pointer;
  z-index: 9;
}
.GenJinBox .layui-tab li {
  min-width: 0px;
  padding: 0;
  margin-right: 15px;
}
.layui-rate {
  padding: 0px 0px 0px 0;
  font-size: 0;
}
.example-box {
  padding: 5px;
}
.input-group-TipsV2 {
  position: absolute;
  color: #0079fe;
  top: 9px;
  right: 10px;
}
.IsFangRuanLayer {
  border-radius: 10px !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}
.IsFangRuanLayer .layui-layer-setwin {
  display: none;
}
.IsFangRuanLayer .TipIcon {
  text-align: center;
  margin-top: 20px;
  height: 45px;
  line-height: 45px;
}
.IsFangRuanLayer .TipIcon .iconfont {
  font-size: 45px;
}
.IsFangRuanLayer .layer_Tips {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 5px;
  color: #fa3534;
}
.IsFangRuanLayer .layer_war {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}
.IsFangRuanLayer .layui-layer-btn {
  text-align: center;
  padding: 12px;
  background: #fff;
  border-top: 0px #ddd solid;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.IsFangRuanLayer .layui-layer-btn a {
  padding: 0 40px;
  height: 36px;
  line-height: 34px;
  border-radius: 10px;
  font-size: 14px;
  margin: 0px 10px 0px 10px;
  width: 110px;
  font-weight: bold;
}
.IsFangRuanLayer .layui-layer-btn .layui-layer-btn0 {
  border-color: #3482ff;
  background-color: #3482ff;
  color: #fff;
}
.IsFangRuanLayer .layui-layer-btn .layui-layer-btn0:hover {
  border-color: #2e74e2;
  background-color: #2e74e2;
  color: #fff;
  opacity: 1;
}
.IsFangRuanLayer .layui-layer-btn .layui-layer-btn1:hover {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  opacity: 1;
}
.fw_1000 {
  width: 1000px;
  background: #fff;
  margin: auto;
  margin-bottom: 10px;
}
.SaveMsg {
  display: none;
  background: #fff;
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 50px;
}
.SaveMsg .TipIcon .iconfont {
  font-size: 70px;
}
.SaveMsg .title {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 50px;
  letter-spacing: 5px;
}
.YaChuang-SaveMsg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
}
.YaChuang-SaveMsg .SaveMsgV2 {
  background: #fff;
  width: 500px;
  margin: auto;
  text-align: center;
  padding: 20px;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: -250px;
  border-radius: 10px;
}
.YaChuang-SaveMsg .SaveMsgV2 .TipIcon .iconfont {
  font-size: 70px;
}
.YaChuang-SaveMsg .SaveMsgV2 .title {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 50px;
  letter-spacing: 5px;
}
.layui-layer-msg {
  border-radius: 5px;
  letter-spacing: 1px;
  box-shadow: 0 0 12px #999;
}
.IsGenJin {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  /* 子元素横向排列 */
  justify-content: center;
  /* 相对父元素水平居中 */
  align-items: center;
}
.IsGenJin .IsGenJinBox {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.IsGenJin .IsGenJinBox .TipIcon .iconfont {
  font-size: 50px;
}
.IsGenJin .IsGenJinBox .Tips {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.IsGenJin .IsGenJinBox .fr_btn {
  margin-top: 20px;
}
.IsGenJin .IsGenJinBox .fr_btn .btn {
  width: 100%;
  padding: 12px;
}
.FangRuanUpdateLog {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  /* 子元素横向排列 */
  justify-content: center;
  /* 相对父元素水平居中 */
  align-items: center;
}
.FangRuanUpdateLog .UpdateLogBox {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 250px;
}
.FangRuanUpdateLog .UpdateLogBox .TipIcon {
  text-align: center;
}
.FangRuanUpdateLog .UpdateLogBox .TipIcon .iconfont {
  font-size: 50px;
}
.FangRuanUpdateLog .UpdateLogBox .Tips {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}
.FangRuanUpdateLog .UpdateLogBox .Date {
  color: #53565f;
  text-align: center;
  margin-top: 10px;
}
.FangRuanUpdateLog .UpdateLogBox .fr_btn {
  margin-top: 20px;
}
.FangRuanUpdateLog .UpdateLogBox .fr_btn .btn {
  width: 100%;
  background-color: #0079fe;
  border-color: #0079fe;
  color: #fff !important;
  padding: 8px 12px;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.fr_Tab {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.fr_Tab ul {
  position: relative;
  left: 0;
  height: 32px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-align: center;
  margin-bottom: 0px;
  pointer-events: auto;
}
.fr_Tab ul li {
  display: inline-block;
  border: 1px solid #0079fe;
  color: #0079fe;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 34px;
  position: relative;
  line-height: 30px;
  min-width: 50px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  border-left: 0px solid #0079fe;
  border-right: 0px solid #0079fe;
  background: #fff;
}
.fr_Tab ul li:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  border-left: 1px solid #0079fe;
}
.fr_Tab ul li:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #0079fe;
}
.fr_TabV2 {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fr_TabV2 ul {
  position: relative;
  left: 0;
  height: 32px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-align: center;
  margin-top: 10px;
}
.fr_TabV2 ul li {
  display: inline-block;
  border: 2px solid #e7e7e8;
  color: #000;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 34px;
  position: relative;
  line-height: 30px;
  min-width: 65px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  border-left: 0px solid #e7e7e8;
  border-right: 0px solid #e7e7e8;
  background: #e7e7e8;
}
.fr_TabV2 ul li:nth-child(1) {
  border-radius: 20px 0px 0px 20px;
  border-left: 2px solid #e7e7e8;
}
.fr_TabV2 ul li:nth-last-child(1) {
  border-radius: 0px 20px 20px 0px;
  border-right: 2px solid #e7e7e8;
}
.Details_center {
  position: relative;
  width: 1100px;
  margin: auto;
  left: 50%;
  margin-left: -575px;
  overflow: hidden;
}
.right_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px #00000033;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px #00000033;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.right_menu ul li {
  text-align: center;
  width: 45px;
  cursor: pointer;
}
.right_menu ul .menu_li {
  margin-bottom: 8px;
}
.right_menu ul .menu_li .GengDuo {
  padding-bottom: 5px;
}
.right_menu ul .more {
  background: #2c3e50;
  color: #fff;
  position: relative;
}
.right_menu ul .more .more_title {
  padding: 2px;
}
.right_menu ul .more .more_ul {
  position: absolute;
  top: 0px;
  right: 45px;
  border: 1px solid #eee;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.03);
  background: #fff;
  color: #333;
  width: 240px;
  display: none;
  overflow: hidden;
}
.right_menu ul .more .more_ul .more_li {
  width: 50%;
  float: left;
  padding: 10px;
}
.right_menu ul .more:hover {
  background: #2c3e50;
  color: #fff;
}
.right_menu ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.FangRuan_RightMenu {
  position: fixed;
  top: 8px;
  right: 0px;
  z-index: 99999;
  width: 38px;
}
.FangRuan_RightMenu ul {
  overflow: hidden;
}
.FangRuan_RightMenu ul li {
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.FangRuan_RightMenu ul li .iconfont {
  font-size: 18px;
  padding: 5px;
}
.FangRuan_RightMenu ul li:hover {
  color: #0079fe;
}
.CopyID .iconfont {
  cursor: pointer;
}
.topPanel .input-group-addon-V2 {
  color: #9b9b9b;
  position: absolute;
  right: 10px;
  top: 1px;
  z-index: 9;
}
.topPanel .fangruan-Refresh {
  padding: 7px 13px;
  border: 1px solid #d9d9d9;
  color: #1f1f1f;
}
.topPanel .fangruan-Refresh:hover {
  border: 1px solid #b9d6ff;
  color: #1677ff;
  background: #e8f1ff;
}
.topPanel .btn {
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 5px;
}
.topPanel .topPanel-right-btn {
  float: right;
}
.topPanel .topPanel-right-btn .btn .iconfont {
  font-size: 14px;
}
.fangruan-layui-alert .layui-layer-content {
  padding: 32px 32px 32px 76px;
  font-size: 18px;
  font-weight: bold;
  color: #020202;
}
.fangruan-layui-alert .layui-layer-content .iconfont {
  font-size: 36px;
  position: absolute;
  top: 32px;
  left: 25px;
  font-weight: initial;
}
.CunChuKongJian {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -400px;
  width: 800px;
}
.CunChuKongJian .btn-menu {
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 10px;
  color: #0079fe;
  overflow: hidden;
}
.CunChuKongJian .btn-menu li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.CunChuKongJian .Title {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding-top: 10px;
}
.CunChuKongJian .Title2 {
  margin-top: 20px;
}
.CunChuKongJian .Title2 span {
  color: #666666;
  padding: 0px 5px;
}
.CunChuKongJian .fangruan-progress {
  padding-top: 10px;
  padding-bottom: 10px;
}
.CunChuKongJian .ImgVideo {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CunChuKongJian .ImgVideo .ImgVideo-item {
  width: 352px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.CunChuKongJian .ImgVideo .ImgVideo-item .IcoBox .iconfont {
  font-size: 30px;
}
.CunChuKongJian .ImgVideo .ImgVideo-item .Title3 {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
}
.CunChuKongJian .ImgVideo .ImgVideo-item .ImgVideoCount {
  position: absolute;
  top: 28px;
  right: 40px;
}
.CunChuKongJian .ImgVideo .ImgVideo-item .ImgVideoCount ul {
  display: flex;
}
.CunChuKongJian .ImgVideo .ImgVideo-item .ImgVideoCount ul li {
  margin-left: 45px;
}
.CunChuKongJian .ImgVideo .ImgVideo-item .ImgVideoCount ul li div {
  font-size: 35px;
}
.CunChuKongJian .ImgVideo .ImgVideo-item .ImgVideoCount ul li div span {
  font-size: 14px;
  color: #999;
}
.CunChuKongJian .ImgVideo3 {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CunChuKongJian .ImgVideo3 .ImgVideo-item {
  width: 230px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 15px;
  position: relative;
}
.CunChuKongJian .ImgVideo3 .ImgVideo-item .Title3 {
  color: #000;
  font-size: 16px;
}
.CunChuKongJian .ImgVideo3 .ImgVideo-item .ImgVideoCount {
  position: absolute;
  top: 11px;
  right: 10px;
}
.CunChuKongJian .ImgVideo3 .ImgVideo-item .ImgVideoCount ul {
  display: flex;
}
.CunChuKongJian .ImgVideo3 .ImgVideo-item .ImgVideoCount ul li {
  margin-left: 15px;
}
.CunChuKongJian .ImgVideo3 .ImgVideo-item .ImgVideoCount ul li div {
  font-size: 26px;
}
.CunChuKongJian .ImgVideo3 .ImgVideo-item .ImgVideoCount ul li div span {
  font-size: 14px;
  color: #999;
}
.CunChuKongJian .layui-progress-big,
.CunChuKongJian .layui-progress-big .layui-progress-bar {
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  background-color: #ff2b3c;
}
.CunChuKongJian .layui-progress {
  background-color: #ffe8e7;
}
.CunChuKongJian .layui-progress-text {
  font-size: 20px;
}
.FangRuan-Index {
  overflow: hidden;
  color: #000;
}
.FangRuan-Index .FangRuan-Index-l {
  float: left;
  width: 250px;
}
.FangRuan-Index .FangRuan-Index-l .select-ul .select-li {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
}
.FangRuan-Index .FangRuan-Index-l .select-ul .select-li .iconV1 {
  color: #fff;
  background: #0d9dff;
  padding: 6px;
  border-radius: 6px;
  font-size: 16px;
}
.FangRuan-Index .FangRuan-Index-l .select-ul .select-li .title {
  font-size: 16px;
  padding-left: 10px;
  font-weight: bold;
  font-family: MiSans, MI Lan Pro, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #000;
}
.FangRuan-Index .FangRuan-Index-l .select-ul .select-li .icon-youbian {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #999;
}
.FangRuan-Index .FangRuan-Index-l .select-ul .selected {
  background: #ebebeb !important;
}
.FangRuan-Index .FangRuan-Index-r {
  float: left;
  width: calc(100% - 250px);
}
.fangruan-filter-Search .Search-form {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
.fangruan-filter-Search .Search-form .search-radio .radio-item {
  overflow: hidden;
  /*  height: 36px;*/
  line-height: 36px;
}
.fangruan-filter-Search .Search-form .search-radio .radio-item .radio-left {
  float: left;
  color: #777;
  width: 105px;
}
.fangruan-filter-Search .Search-form .search-radio .radio-item .radio-right {
  float: left;
  width: calc(100% - 105px);
  overflow: hidden;
}
.fangruan-filter-Search .Search-form .search-radio .radio-item .radio-right .list-inline {
  float: left;
}
.fangruan-filter-Search .Search-form .search-radio .radio-item .radio-right .radio_input {
  float: left;
  display: flex;
  line-height: 24px;
  padding-top: 6px;
}
.fangruan-filter-Search .Search-form .search-radio .radio-item .radio-right .radio_input .form-control {
  height: 18px;
  width: 42px;
}
.fangruan-filter-Search .Search-form .search-radio .radio-item .radio-right .radio_input .fangruan-xian {
  padding: 0px 2px;
  color: #828282;
}
.fangruan-filter-Search .Search-form .search-radio .recharge-test li.active {
  background: initial;
  color: #0079fe;
}
.fangruan-filter-Search .Search-form .search-radio .recharge-test li {
  min-width: initial;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  color: #272125;
  text-align: center;
  border-radius: 0px;
  background-color: initial;
  margin-right: 15px;
}
.fangruan-filter-Search .Search-form .search-radio .list-inline {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.fangruan-filter-Search .Search-form .search-radio p {
  margin: 0px;
}
.fangruan-filter-Search .Search-form .form-control {
  height: 28px;
  border-color: #d9d9d9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #8b95a5;
  padding: 2px 6px;
  line-height: 28px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fangruan-filter-Search .Search-form .form-control:focus {
  border-color: #0079fe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
}
.fangruan-filter-Search .Search-form .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
}
.fangruan-filter-Search .Search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 34px;
}
.fangruan-filter-Search .Search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.fangruan-filter-Search .iconfont {
  margin-right: 5px;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  background: #0079fe;
  color: #fff;
}
.fangruan-filter-Search .form {
  font-size: 14px;
}
.fangruan-filter-Search .form .formTitle {
  width: 95px;
  text-align: left;
  color: #777;
}
.fangruan-filter-Search .form-control {
  height: 30px;
}
.fangruan-filter-Search .DanWei {
  padding-left: 5px;
  height: 26px;
  line-height: 26px;
}
.fangruan-filter-Search .Xian {
  padding: 0px 5px;
}
.fangruan-filter-Search .XianV2 {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-bottom: 10px;
}
.fangruan-filter-Search .Value-2 {
  display: flex;
}
.fangruan-filter-Search .Value-2 .form-control {
  width: 110px;
}
.fangruan-filter-Search .select2-dropdown {
  z-index: 99999999;
}
.top_user_card {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 #FAFAFA;
  box-sizing: border-box;
  z-index: 99;
}
.top_user_card .fr_container {
  /*  width: 1100px;
        margin: auto;*/
  padding: 10px;
  position: relative;
}
.top_user_card .fr_container .fr_user {
  display: flex;
}
.top_user_card .fr_container .fr_user .Head img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.top_user_card .fr_container .fr_user .user_info {
  margin-left: 10px;
}
.top_user_card .fr_container .fr_user .user_info .TrueName {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.top_user_card .fr_container .fr_phone {
  position: absolute;
  top: 0px;
  left: 200px;
  height: 65px;
  line-height: 65px;
}
.top_user_card .fr_container .fr_phone .iconfont {
  color: #fa3534;
  font-size: 22px;
}
.top_user_card .fr_container .fr_phone span {
  color: #fa3534;
  font-size: 22px;
  font-weight: bold;
}
.fangruan-form-2024 {
  width: 800px;
  margin: 0 auto;
  margin-top: 10px;
}
.fangruan-form-2024 .tips_msg {
  padding: 10px;
  border-radius: 5px;
  background: #ecf5ff;
  color: #126bfd;
}
.fangruan-form-2024 .tips_msg .tips_msg .tips_title {
  font-weight: bold;
}
.fangruan-form-2024 .tips_msg .tips_msg div {
  padding-bottom: 5px;
}
.fangruan-form-2024 .fangruan_model {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.fangruan-form-2024 .model_title h3 {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fangruan-form-2024 .customer_model_tr {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.fangruan-form-2024 .customer_tr_title {
  width: 100px;
  font-size: 15px;
  font-weight: bold;
}
.fangruan-form-2024 .customer_model tr {
  height: 50px;
}
.fangruan-form-2024 .input-group-addon {
  padding: 7px 4px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: #888;
  text-align: center;
  top: 6px;
  right: 15px;
  width: auto;
  position: absolute;
  border-radius: 0;
}
.fangruan-form-2024 .formValue input.form-control {
  height: 38px;
  line-height: 38px;
  color: #000;
  padding-right: 36px;
}
.fangruan-form-2024 .formValue select.form-control {
  height: 38px;
  line-height: 38px;
}
.fangruan-form-2024 .HuXing {
  margin-top: 5px;
}
.fangruan-form-2024 .HuXing .formTitle {
  width: 42px;
  padding-right: 5px;
}
.fangruan-form-2024 .HuXing .form-control {
  width: 100px;
}
.fangruan-form-2024 .select2-container .select2-selection--single {
  height: 38px;
}
.fangruan-form-2024 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.fangruan-form-2024 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.fangruan-form-2024 .fangruan_model_Save {
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.fangruan-form-2024 .fangruan_model_Save .btn {
  height: 40px;
  line-height: 40px;
  padding: 0px;
  width: 150px;
}
.fangruan-upload-tips {
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e4e6f0;
}
.fangruan-upload-tips .tips-title {
  font-weight: bold;
  color: #126bfd;
}
.fangruan-upload-tips .des {
  margin-top: 10px;
}
.fangruan-index-2024 {
  background: #fff;
  padding: 10px 10px;
  border: 0px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.fangruan-index-2024 .topPanel {
  height: initial;
  line-height: initial;
  background: #fff;
  border: 0px solid #eee;
}
.fangruan-index-2024 .topPanel .toolbar {
  margin-left: 0px;
}
.fangruan-index-2024 .search {
  margin-top: 0px;
}
.fangruan-index-2024 .search ul {
  overflow: hidden;
  margin-bottom: 0px;
}
.fangruan-index-2024 .search ul li {
  float: left;
  margin-right: 10px;
}
.fangruan-index-2024 .search ul li .btn {
  height: 30px;
  line-height: 30px;
  padding: 0px 12px;
  border-radius: 5px;
  width: 70px;
}
.fangruan-index-2024 .search ul li .btn .iconfont {
  font-size: 13px;
}
.fangruan-index-2024 .search .select2-container .select2-selection--single {
  height: 32px;
}
.fangruan-index-2024 .search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.fangruan-index-2024 .search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.fangruan-index-2024 .form-control {
  height: 26px;
  border-color: #d9d9d9;
  color: #8b95a5;
  padding: 2px 6px;
  line-height: 26px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fangruan-index-2024 .form-control:focus {
  border-color: #0079fe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
}
.fangruan-Customer-index .FangRuanPage {
  margin-right: 0px;
}
.fangruan-Customer-index .layui-table thead tr {
  background-color: #fff;
}
.fangruan-Customer-index .layui-table-view .layui-table-body .layui-table-cell {
  height: initial;
  line-height: initial;
}
.fangruan-Customer-index .layui-table-view .layui-table-body .layui-table tr {
  border-top: 1px solid #eee;
}
.fangruan-Customer-index .YiYuanTypehtml .iconfont {
  color: #f5a623;
  font-weight: initial;
  margin-right: 5px;
  font-size: 16px;
}
.fangruan-Customer-index .Customer-tag {
  margin-top: 10px;
}
.fangruan-Customer-index .Customer-tag span {
  background: #e8efff;
  color: #4361f3;
  font-size: 11px;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px;
  border-radius: 5px;
}
.fangruan-Customer-index .CustomerState {
  background: #19be6b;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 5px;
}
.fangruan-Customer-index .Name {
  font-weight: bold;
}
.fangruan-Customer-index .AddDateStr {
  margin-top: 5px;
}
.fangruan-Contract-index .layui-table thead tr {
  background-color: #fff;
}
.fangruan-Contract-index .layui-table-view .layui-table-body .layui-table-cell {
  height: initial;
  line-height: initial;
}
.fangruan-Contract-index .layui-table-view .layui-table-body .fangruan-tag {
  background: #909399;
  font-size: 12px;
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  box-sizing: border-box;
  line-height: 18px;
  font-weight: bold;
}
.fangruan-admin-index .FangRuanPage {
  margin: 10px 0px 0px 0px;
}
.fangruan-admin-index .layui-table-view .layui-table-body .layui-table-cell {
  height: initial;
  line-height: initial;
}
.fangruan-admin-index .UserHead {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.fangruan-admin-index .Status_you {
  background: #e5f3fe;
  color: #2573f1;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 30px;
}
.fangruan-admin-index .Status_wu {
  background: #feefee;
  color: #fc6762;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 30px;
}
.fangruan-admin-index .TrueName {
  font-size: 18px;
  font-weight: bold;
}
.fangruan-Property-List .FangRuanPage {
  margin-right: 0px;
}
.fangruan-Property-List .layui-table thead tr {
  background-color: #fff;
}
.fangruan-Property-List .layui-table-view .layui-table-body .layui-table-cell {
  height: initial;
  line-height: initial;
}
.fangruan-Property-List .layui-table-view .layui-table-body .layui-table td {
  padding: 5px 0;
}
.fangruan-Property-List .fr_Name {
  font-size: 16px;
  font-weight: bold;
}
.fangruan-Property-List .ShangQuan {
  margin-top: 5px;
}
.fangruan-Property-List .JunJiaShou {
  font-size: 18px;
  color: #fa3534;
  font-weight: bold;
}
.fangruan-Property-List .PingFang {
  color: #fa3534;
}
.fangruan-Property-List .FengMianUrl {
  width: 75px;
  height: 58px;
}
.fangruan-Property-List .FengMianUrl img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.fangruan-Property-List .default_FengMian {
  position: relative;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 58px;
  border-radius: 5px;
}
.fangruan-Property-List .default_FengMian img {
  width: 48px;
  height: 48px;
}
.fangruan-radio {
  margin: 10px;
}
.fangruan-radio .Form_Fields {
  padding: 10px;
}
.fangruan-radio .tips_msg {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  color: #126bfd;
}
.fangruan-radio .example-box {
  background: #fff;
  border-radius: 10px;
  padding: 0px 10px;
}
.fangruan-radio .example-box .fangruan-radio-box {
  border-top: 1px solid #eee;
}
.fangruan-radio .example-box .fangruan-radio-box:nth-child(1) {
  border-top: 0px solid #e7eaef;
}
.fangruan-radio .example-box .lyear-radio:hover {
  color: #2979ff;
}
.fangruan-radio .radio-inline {
  display: flex;
  align-items: center;
  padding-left: 0;
  min-height: 40px;
  line-height: 40px !important;
  border-top: 1px solid #f2f2f2;
}
.fangruan-radio .radio-inline:nth-child(1) {
  border-top: 0px solid #f2f2f2;
}
.fangruan-radio .checkbox-inline + .checkbox-inline,
.fangruan-radio .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0px;
}
.fangruan-radio .lyear-radio span,
.fangruan-radio .lyear-checkbox span {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 25px;
}
.fangruan-radio .lyear-checkbox span::before,
.fangruan-radio .lyear-radio span::before {
  top: 11px;
  left: auto;
  right: 0;
}
.fangruan-radio .lyear-radio span::after {
  border: 0;
  height: 0px;
  left: auto;
  right: 14px;
  top: 0px;
  width: 0px;
  background: #4d5259;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "✓";
  transform: initial;
  font-weight: bold;
  color: #fff;
}
.fangruan-radio .fr-bottom-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 12px 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
}
.fangruan-radio .fr-bottom-actions .fr-bottom-btn {
  height: 35px;
  border-radius: 10px;
  border: 1px solid #0079fe;
  background: #0079fe;
  color: #fff;
  font-size: 14px;
  padding: 0 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
}
.fangruan-radio .fr-bottom-actions .fr-bottom-btn-primary {
  flex: 1 1 auto;
  border-color: #00b578;
  background: #00b578;
  color: #fff;
  min-width: 0;
  font-weight: 600;
}
.fangruan-radio .fr-bottom-actions .fr-bottom-btn:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.fangruan-radio-all {
  padding: 10px;
}
.fangruan-radio-all .example-box {
  display: flex;
  flex-wrap: wrap;
  /* 允许项目换行 */
  justify-content: space-between;
  /* 项目之间的间隙 */
}
.fangruan-radio-all .example-box .fangruan-radio-box {
  flex: 0 0 calc(33.3% - 10px);
  margin-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.fangruan-radio-all .example-box .fangruan-radio-box .checkbox-inline,
.fangruan-radio-all .example-box .fangruan-radio-box .radio-inline {
  display: inline-block;
  width: 100%;
}
.readonly {
  background-color: #f5f5f5 !important;
  cursor: pointer;
}
.Shared_Form_HouseUseType {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e2e2e2;
  width: 800px;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 50%;
  margin-left: -400px;
}
.Shared_Form_HouseUseType li {
  float: left;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.fangruan-index-footer-btn {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 9;
  background: #ebebeb;
  border-radius: 4px;
  /* span {
        color: #0079fe;
        padding: 5px;
        cursor: pointer;
        border-radius: 4px;
    }

    span:hover {
        background: #ebebeb;
    }*/
}
.fangruan-index-footer-btn .fangruan-table-displaysettings {
  overflow: hidden;
  padding: 4px 6px;
}
.fangruan-index-footer-btn .fangruan-table-displaysettings div {
  float: left;
  padding: 0px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #8b8c8f;
}
.fangruan-index-footer-btn .fangruan-table-displaysettings div .iconfont {
  font-size: 14px;
}
.fangruan-index-footer-btn .fangruan-table-displaysettings div:hover {
  color: #000;
}
.fangruan-index-footer-btn .fangruan-table-displaysettings .selected {
  box-shadow: rgba(25, 25, 26, 0.12) 0px 2px 8px 0px, rgba(25, 25, 26, 0.08) 0px 0px 1px 0px;
  background: #ffffff;
  color: #000;
  cursor: initial;
}
.fangruan-layui-tab-layer {
  margin: 0px;
}
.fangruan-layui-tab-layer .layui-tab-title {
  text-align: center;
  background: #fff;
  margin-bottom: 0px;
}
.fangruan-layui-tab-layer .layui-tab-title .layui-this:after {
  border-bottom: 3px solid #2979ff !important;
  left: 50%;
  width: 20px;
  margin-left: -10px;
}
.fangruan-layui-tab-layer .layui-tab-content {
  padding: 0;
}
.fangruan-layui-tab-layer .layui-tab-content .FangRuanPage {
  margin: 10px;
}
.fangruan-index-right-count {
  position: absolute;
  bottom: 11px;
  z-index: 99;
  right: 10px;
}
.fangruan-index-right-count ul {
  overflow: hidden;
}
.fangruan-index-right-count ul li {
  float: left;
  margin-left: 40px;
}
.fangruan-index-right-count ul li span {
  color: #666;
}
.fangruan-Loading {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}
.fangruan-Loading .fangruan-showLoading {
  background: #4c4c4c;
  color: #dbdbdb;
  width: 120px;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  margin-top: -40px;
}
.fangruan-Loading .fangruan-showLoading .title {
  margin-top: 5px;
}
.icon_fangruan_empty .empty-img img {
  width: 220px;
}
.icon_fangruan_empty .empty-title {
  color: #000;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
}
.fangruan-Loading {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}
.fangruan-Loading .fangruan-showLoading {
  background: #4c4c4c;
  color: #dbdbdb;
  width: 120px;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  margin-top: -40px;
}
.fangruan-Loading .fangruan-showLoading .title {
  margin-top: 5px;
}
.laydate-theme-fangruan-date-ios {
  border-radius: 10px;
  color: #000;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-header {
  line-height: 22px;
  padding: 8px;
  background: #f9f9f9;
  border-bottom: 1px solid #d9d9dd;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-header .laydate-set-ym {
  color: #000;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-header .laydate-set-ym span:hover {
  background: #eee;
  border-radius: 5px;
  color: #000;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-header i {
  color: #000;
  font-size: 14px;
  top: 8px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-header i:hover {
  background: #eee;
  border-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-this {
  background-color: #20222A !important;
  border-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-this div {
  background-color: #20222A;
  border-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-content {
  padding: 0px 10px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-content td div:hover {
  border-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-content td:hover {
  border-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-content li:hover {
  border-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-main .layui-laydate-content .layui-laydate-list {
  padding: 0px 10px;
}
.laydate-theme-fangruan-date-ios .laydate-time-list ol li {
  width: 100%;
}
.laydate-theme-fangruan-date-ios .layui-laydate-footer {
  color: #000;
}
.laydate-theme-fangruan-date-ios .layui-laydate-footer .laydate-footer-btns span {
  margin: 0 0 0 -1px;
  background: #f2f2f6;
  border: 1px solid #C9C9C9;
  border-radius: 0px;
  color: #000;
}
.laydate-theme-fangruan-date-ios .layui-laydate-footer .laydate-footer-btns span:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-footer .laydate-footer-btns span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.laydate-theme-fangruan-date-ios .layui-laydate-footer .laydate-footer-btns span:hover {
  color: #000;
}
.Index .layui-nav-tree .layui-nav-child dd {
  margin: 0px 10px;
  border-radius: 5px;
}
.fangruan-msg-success {
  border: 1px solid #e3f2ff;
  background: #e3f2ff;
}
.fangruan-msg-success .layui-layer-content {
  padding: 20px 20px 20px 60px;
  color: #0083fe;
}
.fangruan-msg-success .layui-layer-content .iconfont {
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 18px;
}
.fangruan-msg-error {
  border: 1px solid #fce8e9;
  background: #fce8e9;
}
.fangruan-msg-error .layui-layer-content {
  padding: 20px 20px 20px 60px;
  color: #f22625;
}
.fangruan-msg-error .layui-layer-content .iconfont {
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 18px;
}
.BatchHtml {
  display: none;
}
.BatchHtml ul {
  background: #fff;
  margin: 10px;
  border-radius: 8px;
}
.BatchHtml ul li {
  border-top: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}
.BatchHtml ul li .iconfont {
  background: #3482ff;
  color: #fff;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 9px;
  left: 10px;
}
.BatchHtml ul li span {
  margin-left: 42px;
}
.BatchHtml ul li:nth-child(1) {
  border-top: 0px solid #cecece;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.BatchHtml ul li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.BatchHtml ul li:hover {
  background: #e5e4e9;
}
.fangruan-table-search {
  margin-top: 10px;
}
.fangruan-table-search ul {
  position: relative;
  left: 0;
  height: 32px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  margin-bottom: 0px;
}
.fangruan-table-search ul li {
  display: inline-block;
  border: 1px solid #0079fe;
  color: #0079fe;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 34px;
  position: relative;
  line-height: 30px;
  min-width: 50px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  border-left: 0px solid #0079fe;
  border-right: 0px solid #0079fe;
  background: #fff;
}
.fangruan-table-search ul li:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  border-left: 1px solid #0079fe;
}
.fangruan-table-search ul li:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #0079fe;
}
.fangruan-table-search ul .selected {
  color: #fff !important;
  background: #0079fe !important;
}
.fangruan-table-search-2 ul {
  position: relative;
  left: 0;
  height: 32px;
  white-space: nowrap;
  font-size: 0;
  border-bottom: 1px solid #e9edf1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  margin-bottom: 0px;
}
.fangruan-table-search-2 ul li {
  display: inline-block;
  color: #666;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 32px;
  position: relative;
  padding: 0 12px;
  margin-right: 24px;
  text-align: left;
  cursor: pointer;
  background: transparent;
}
.fangruan-table-search-2 ul .selected {
  color: #3072F6 !important;
}
.fangruan-table-search-2 ul .selected::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #3072F6;
  border-radius: 2px;
}
.fangruan-table-2026 {
  margin: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.fangruan-table-2026 .FangRuanPage {
  margin: 10px 0px 0px 0px;
}
.fangruan-table-2026 .FangRuanPage .layui-table th {
  background: #f5f6f8;
  border-color: #e4e7ed;
}
.fangruan-table-2026 .FangRuanPage .layui-table td {
  border-color: #e4e7ed;
}
.fangruan-index-table {
  background: #fff;
  padding: 10px 15px;
  margin: 10px;
  border-radius: 5px;
}
.fangruan-index-table .topPanel {
  height: initial;
  line-height: initial;
  border: 0px solid #d9d9d9;
}
.fangruan-index-table .topPanel .toolbar {
  margin-left: 0px;
}
.fangruan-index-table .FangRuanPage {
  margin: 10px 0px 0px 0px;
}
.fangruan-index-table .FangRuanPage .layui-table-header {
  background: #f5f6f8;
}
.fangruan-index-table .FangRuanPage .layui-table-header thead tr {
  background: #f5f6f8;
}
.fangruan_index_Search .Search-form .search-radio .radio-item {
  overflow: hidden;
  /*  height: 36px;*/
  line-height: 36px;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-left {
  float: left;
  color: #666;
  width: 105px;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right {
  float: left;
  width: calc(100% - 105px);
  overflow: hidden;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right .list-inline {
  float: left;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right .radio_input {
  float: left;
  display: flex;
  line-height: 24px;
  padding-top: 6px;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right .radio_input .form-control {
  height: 20px;
  width: 42px;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right .radio_input .fangruan-xian {
  padding: 0px 2px;
  color: #828282;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right .fangruan-Date {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  height: 36px;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right .fangruan-Date .form-control {
  width: 100px;
  height: 20px;
  line-height: 20px;
}
.fangruan_index_Search .Search-form .search-radio .radio-item .radio-right .fangruan-Date input::placeholder {
  font-size: 12px;
}
.fangruan_index_Search .Search-form .search-radio .recharge-test li.active {
  background: initial;
  color: #0079fe;
}
.fangruan_index_Search .Search-form .search-radio .recharge-test li {
  min-width: initial;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  border-radius: 0px;
  background-color: initial;
  margin-right: 15px;
}
.fangruan_index_Search .Search-form .search-radio .list-inline {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.fangruan_index_Search .Search-form .search-radio p {
  margin: 0px;
}
.fangruan_index_Search .Search-form .form-control {
  height: 28px;
  border-color: #d9d9d9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #8b95a5;
  padding: 2px 6px;
  line-height: 28px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fangruan_index_Search .Search-form .form-control:focus {
  border-color: #0079fe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 202, 187, 0);
}
.fangruan_index_Search .Search-form .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 4px;
}
.fangruan_index_Search .Search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 34px;
}
.fangruan_index_Search .Search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.fangruan_index_Search .iconfont {
  margin-right: 5px;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  background: #0079fe;
  color: #fff;
}
.fangruan_index_Search .form {
  font-size: 14px;
}
.fangruan_index_Search .form .formTitle {
  width: 95px;
  text-align: left;
  color: #777;
}
.fangruan_index_Search .form-control {
  height: 30px;
}
.fangruan_index_Search .DanWei {
  padding-left: 5px;
  height: 26px;
  line-height: 26px;
}
.fangruan_index_Search .Xian {
  padding: 0px 5px;
}
.fangruan_index_Search .XianV2 {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-bottom: 10px;
}
.fangruan_index_Search .Value-2 {
  display: flex;
}
.fangruan_index_Search .Value-2 .form-control {
  width: 110px;
}
.fangruan_index_Search .select2-dropdown {
  z-index: 99999999;
}
.fr-sort-options.fr-sort-dialog {
  padding: 10px;
}
.fr-sort-options.fr-sort-dialog .fr-sort-list {
  padding: 0px 20px;
  max-height: 520px;
  overflow: auto;
  border-radius: 5px;
  background: #fff;
}
.fr-sort-options.fr-sort-dialog .fr-sort-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f1f1f1;
}
.fr-sort-options.fr-sort-dialog .fr-sort-row:last-child {
  border-bottom: none;
}
.fr-sort-options.fr-sort-dialog .fr-sort-row-label {
  font-size: 14px;
  color: #333;
}
.fr-sort-options.fr-sort-dialog .fr-sort-row-options {
  display: flex;
  align-items: center;
  gap: 18px;
}
.fr-sort-options.fr-sort-dialog .fr-sort-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  color: #666;
}
.fr-sort-options.fr-sort-dialog .fr-sort-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.fr-sort-options.fr-sort-dialog .fr-radio-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  box-sizing: border-box;
}
.fr-sort-options.fr-sort-dialog .fr-sort-radio input:checked + .fr-radio-dot {
  border-color: #2979ff;
}
.fr-sort-options.fr-sort-dialog .fr-sort-radio input:checked + .fr-radio-dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2979ff;
  transform: translate(-50%, -50%);
}
.fr-sort-options.fr-sort-dialog .fr-sort-empty {
  padding: 24px 0;
  text-align: center;
  color: #999;
}
.fr-view-mode-options.fr-view-mode-dialog {
  padding: 10px;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-list {
  padding: 0 20px;
  background: #fff;
  border-radius: 5px;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  user-select: none;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-row:last-child {
  border-bottom: none;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-label {
  font-size: 14px;
  color: #333;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-input:checked + .fr-view-mode-dot {
  border-color: #2979ff;
}
.fr-view-mode-options.fr-view-mode-dialog .fr-view-mode-input:checked + .fr-view-mode-dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2979ff;
  transform: translate(-50%, -50%);
}
.fr-search-v2 {
  margin: 10px 10px 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 4px;
}
.fr-search-v2 *,
.fr-search-v2 *:before,
.fr-search-v2 *:after {
  box-sizing: border-box;
}
.fr-search-v2 .fr-search-v2_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 10px;
  align-items: center;
}
.fr-search-v2 .fr-search-v2_item {
  display: flex;
  align-items: center;
  min-width: 0;
}
.fr-search-v2 .fr-search-v2_label {
  flex: 0 0 auto;
  width: 56px;
  font-size: 12px;
  color: #3d3d3f;
  line-height: 1;
  white-space: nowrap;
}
.fr-search-v2 .fr-search-v2_control {
  flex: 1 1 auto;
  min-width: 0;
}
.fr-search-v2 .fr-search-v2_range {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
}
.fr-search-v2 .fr-search-v2_dash {
  flex: 0 0 auto;
  font-size: 12px;
  color: #9aa3af;
  line-height: 1;
  user-select: none;
}
.fr-search-v2 .fr-search-v2_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}
.fr-search-v2 .fr-search-v2_item--actions .fr-search-v2_label {
  display: none;
}
.fr-search-v2 .fr-search-v2_item--actions .fr-search-v2_control {
  width: 100%;
}
.fr-search-v2 .fr-search-v2_item--actions {
  width: auto;
  max-width: none;
  justify-self: end;
  grid-column: 4 / -1;
  grid-row: 2;
}
.fr-search-v2 .fr-search-v2_btn {
  width: 90px;
  flex: 0 0 90px;
  height: 32px;
  padding: 6px 0;
  font-size: 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fr-search-v2 .fr-search-v2_btn--ghost {
  background: #f5f7fb;
  border-color: #dbe3f0;
  color: #3b4a66;
}
.fr-search-v2 .fr-search-v2_actions-row {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.fangruan-list-page {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.fangruan-list-page .fr-list-tab {
  color: #000;
  font-weight: bold;
}
.fangruan-list-page .fr-list-tab ul {
  overflow: hidden;
}
.fangruan-list-page .fr-list-tab ul li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 14px;
}
.fangruan-list-page .fr-list-tab ul .selected {
  background: #edf2fe;
  color: #2373f7;
  padding: 0px 16px;
}
.fr-toolbar-search {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}
.fr-search-panel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
.fr-search-panel .fr-search-panel_right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fr-search-panel .fr-search-panel_fields {
  flex: 0 0 auto;
}
.fr-search-panel .fr-search-panel_fields ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fr-search-panel .fr-search-panel_fields li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fr-search-panel .fr-search-panel_fields .form-control {
  width: 70px;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  outline: none;
}
.fr-search-panel .fr-search-panel_fields input:focus {
  border-color: #0079fe;
}
.fr-search-panel .fr-search-panel_search {
  width: 270px;
}
.fr-search-panel .fr-search-panel_toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fr-search-panel .fr-search-panel_toggle .fr-search-btn {
  height: 100%;
  border: none;
  border-left: 1px solid #0079fe;
  background: #0079fe;
  color: #fff;
  padding: 0px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
}
.fr-search-panel .fr-search-panel_toggle .fr-search-btn:hover {
  background: #3394fe;
}
.fr-search-panel .fr-search-panel_toggle .fr-search-btn .iconfont {
  font-size: 14px;
}
.fr-search-panel .fr-search-panel_toggle .fr-toggle-more-btn {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  border: 1px solid #0079fe;
  background: #fff;
  color: #0079fe;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.fr-search-panel .fr-search-panel_toggle .fr-toggle-more-btn .iconfont {
  font-size: 12px;
}
.fr-search-panel .fr-search-bar {
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 32px;
  border-radius: 5px;
}
.fr-search-panel .fr-search-bar .fr-search-type-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #eee;
  height: 100%;
  background-color: #f9f9f9;
  cursor: pointer;
  min-width: 95px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fr-search-panel .fr-search-bar .fr-search-type-wrapper .fr-current-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
}
.fr-search-panel .fr-search-bar .fr-search-type-wrapper .fr-current-type .iconfont {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.fr-search-panel .fr-search-bar .fr-search-type-wrapper .fr-search-type-list {
  position: absolute;
  top: 100%;
  left: -1px;
  min-width: 100px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 100;
  padding: 5px;
  margin-top: 5px;
  list-style: none;
}
.fr-search-panel .fr-search-bar .fr-search-type-wrapper .fr-search-type-list li {
  padding: 8px 15px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  transition: all 0.2s;
  border-radius: 5px;
  /* &:hover {
                            background-color: #f5f7fa;
                            color: #269b6e;
                        }*/
}
.fr-search-panel .fr-search-bar .fr-search-type-wrapper .fr-search-type-list li.active {
  background-color: #eff3ff;
  color: #1f5fff;
}
.fr-search-panel .fr-search-bar .fr-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 100%;
}
.fr-search-panel .fr-search-bar .fr-input-wrapper .iconfont {
  color: #999;
  font-size: 16px;
  margin-right: 8px;
}
.fr-search-panel .fr-search-bar .fr-input-wrapper .fr-search-input {
  flex: 1;
  border: none;
  outline: none;
  height: 100%;
  font-size: 14px;
  color: #333;
  background: transparent;
  width: 100%;
}
.fr-search-panel .fr-search-bar .fr-input-wrapper .fr-search-input::placeholder {
  color: #999;
}
.Select_Add {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}
.Select_Add .Select_page {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0px;
}
.Select_Add .Select_actions {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  gap: 20px;
  justify-content: center;
}
.Select_Add .action-card {
  position: relative;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
  user-select: none;
}
.Select_Add .action-icon {
  width: 108px;
  height: 65px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 122, 255, 0.06);
}
.Select_Add .action-icon .iconfont {
  color: #fff;
  font-size: 50px;
}
.Select_Add .action-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
}
.Select_Add .badge-recommend {
  position: absolute;
  left: -8px;
  top: 12px;
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 6px 14px rgba(255, 77, 79, 0.25);
}
.fr-form-2026 {
  /* 顶部导航栏 */
  /* 按钮样式 */
  /* 主体内容 */
  /* 卡片样式 */
  /* 表单网格 */
  /* 输入框样式 */
  /* 原生select隐藏，由自定义组件替代 */
  /* 输入框带单位 */
  /* Checkbox 多选 */
  /* 户型选择 */
  /* 分区显示/隐藏 */
  /* 模态框 */
  /* 搜索图标 */
  /* ========================================
           自定义下拉组件样式
           ======================================== */
  /* 下拉组件容器 */
  /* 触发器（显示选中值） */
  /* 下拉箭头 */
  /* 下拉面板 */
  /* 美化滚动条 */
  /* 下拉选项 */
  /* 选项对勾图标 */
}
.fr-form-2026 .fr-form-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.fr-form-2026 .fr-form-navbar-inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.fr-form-2026 .fr-form-navbar-center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  min-width: 0;
}
.fr-form-2026 .fr-form-sale-type {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  background: #e8e8e8;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
  width: 520px;
  max-width: 100%;
  height: 38px;
}
.fr-form-2026 .fr-sale-tab {
  flex: 1 1 0;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.fr-form-2026 .fr-sale-tab input[type="radio"] {
  display: none !important;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fr-form-2026 .fr-form-sale-type .layui-form-radio,
.fr-form-2026 .fr-form-sale-type .layui-form-radioed {
  display: none !important;
}
.fr-form-2026 .fr-sale-tab span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 8px;
  background: transparent;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.fr-form-2026 .fr-sale-tab input:checked ~ span {
  background: #fff;
  color: #000;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.fr-form-2026 .fr-sale-tab span:hover {
  color: #333;
}
.fr-form-2026 .fr-form-switch {
  display: flex;
}
.fr-form-2026 .fr-form-switch .switch-text {
  padding-left: 10px;
}
.fr-form-2026 .fr-form-switch .layui-form-checkbox,
.fr-form-2026 .fr-form-switch .layui-form-switch {
  display: none !important;
}
.fr-form-2026 .fr-form-navbar-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fr-form-2026 .fr-form-navbar-actions {
  display: flex;
  gap: 12px;
}
.fr-form-2026 .btn {
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fr-form-2026 .btn-primary {
  background: #00AE66;
  color: #fff;
}
.fr-form-2026 .btn-primary:hover {
  background: #009955;
}
.fr-form-2026 .btn-outline {
  background: #fff;
  color: #00AE66;
  border: 1px solid #00AE66;
}
.fr-form-2026 .btn-outline:hover {
  background: #f0fff7;
}
.fr-form-2026 .btn-block {
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
.fr-form-2026 .fr-form-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}
.fr-form-2026 .card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
  overflow: visible;
}
.fr-form-2026 .card-header {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.fr-form-2026 .card-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #00AE66;
  border-top-left-radius: 6px;
}
.fr-form-2026 .card-body {
  padding: 20px;
}
.fr-form-2026 .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fr-form-2026 .form-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.fr-form-2026 .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.fr-form-2026 .form-group.full-width {
  grid-column: span 3;
}
.fr-form-2026 .form-group.span-2 {
  grid-column: span 2;
}
.fr-form-2026 .form-group.span-3 {
  grid-column: span 3;
}
.fr-form-2026 #Supporting.example-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 0px 0px;
}
.fr-form-2026 #Supporting.example-box .lyear-checkbox {
  margin: 0;
  padding: 6px 12px;
  background: #f8f8f8;
  border-radius: 4px;
}
.fr-form-2026 #Supporting.example-box .lyear-checkbox span {
  padding-left: 16px;
  font-size: 13px;
}
.fr-form-2026 #Supporting.example-box .lyear-checkbox span::before {
  left: 6px;
  top: 6px;
  border-radius: 2px;
}
.fr-form-2026 #Supporting.example-box .lyear-checkbox span::after {
  left: 12px;
  top: 8px;
}
.fr-form-2026 .form-group.span-4 {
  grid-column: span 4;
}
.fr-form-2026 .form-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.fr-form-2026 .required {
  color: #ff4d4f;
}
.fr-form-2026 .form-input {
  height: 34px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 100%;
}
.fr-form-2026 .form-input:focus {
  outline: none;
  border-color: #00AE66;
  box-shadow: 0 0 0 3px rgba(0, 174, 102, 0.1);
}
.fr-form-2026 .form-input::placeholder {
  color: #bbb;
}
.fr-form-2026 .form-select {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fr-form-2026 .form-textarea {
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  min-height: 100px;
  width: 100%;
  font-family: inherit;
}
.fr-form-2026 .form-textarea:focus {
  outline: none;
  border-color: #00AE66;
  box-shadow: 0 0 0 3px rgba(0, 174, 102, 0.1);
}
.fr-form-2026 .input-with-unit {
  display: flex;
  align-items: center;
  gap: 0;
}
.fr-form-2026 .input-with-unit .form-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
}
.fr-form-2026 .input-unit {
  height: 34px;
  padding: 0 12px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.fr-form-2026 .input-with-unit .custom-select-wrapper {
  width: 65px;
  padding-left: 5px;
}
.fr-form-2026 .fr-input-group {
  display: flex;
  align-items: center;
  gap: 0;
}
.fr-form-2026 .fr-input-group .custom-select-wrapper {
  width: 70px;
  padding-left: 5px;
}
.fr-form-2026 .checkbox-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.fr-form-2026 .checkbox-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.fr-form-2026 .checkbox-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #00AE66;
  cursor: pointer;
}
.fr-form-2026 .checkbox-item span {
  font-size: 14px;
  color: #333;
}
.fr-form-2026 .room-select-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fr-form-2026 .room-select-item {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 0;
  min-width: 0;
}
.fr-form-2026 .room-select-item .custom-select-wrapper {
  width: 100%;
}
.fr-form-2026 .room-label {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
.fr-form-2026 .section-hidden {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.fr-form-2026 .section-visible {
  display: block;
  opacity: 1;
  max-height: 2000px;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.fr-form-2026 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fr-form-2026 .modal-overlay.active {
  display: flex;
  opacity: 1;
}
.fr-form-2026 .modal-overlay-light {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fr-form-2026 .modal-overlay-light .fr-success-card {
  width: 460px;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  padding: 26px 24px 18px;
  position: relative;
}
.fr-form-2026 .modal-overlay-light .fr-success-close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}
.fr-form-2026 .modal-overlay-light .fr-success-top {
  text-align: center;
  padding-top: 6px;
}
.fr-form-2026 .modal-overlay-light .fr-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #00c853;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0, 200, 83, 0.28);
}
.fr-form-2026 .modal-overlay-light .fr-success-icon svg {
  width: 32px;
  height: 32px;
}
.fr-form-2026 .modal-overlay-light .fr-success-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2329;
  margin: 0;
}
.fr-form-2026 .modal-overlay-light .fr-success-subtitle {
  font-size: 12px;
  color: #86909c;
  margin: 6px 0 14px;
}
.fr-form-2026 .modal-overlay-light .fr-success-info {
  background: #f1fbf5;
  border: 1px solid #d6f5e2;
  border-radius: 8px;
  padding: 10px 12px;
}
.fr-form-2026 .modal-overlay-light .fr-success-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
  font-size: 12px;
}
.fr-form-2026 .modal-overlay-light .fr-success-row:last-child {
  border-bottom: none;
}
.fr-form-2026 .modal-overlay-light .fr-success-key {
  color: #86909c;
}
.fr-form-2026 .modal-overlay-light .fr-success-val {
  color: #1f2329;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr-form-2026 .modal-overlay-light .fr-success-val.is-green {
  color: #00b42a;
  font-weight: 700;
}
.fr-form-2026 .modal-overlay-light .fr-success-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}
.fr-form-2026 .modal-overlay-light .fr-success-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00b42a;
  box-shadow: 0 0 0 3px rgba(0, 180, 42, 0.15);
  flex: 0 0 auto;
}
.fr-form-2026 .modal-overlay-light .fr-success-warn {
  margin-top: 12px;
  background: #fff7e6;
  border: 1px solid #ffe1b0;
  color: #7a4b00;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.fr-form-2026 .modal-overlay-light .fr-success-warn i {
  color: #ff7d00;
  margin-top: 2px;
}
.fr-form-2026 .modal-overlay-light .fr-success-actions {
  margin-top: 14px;
}
.fr-form-2026 .modal-overlay-light .fr-success-btn {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #00b42a;
  color: #00b42a;
  background: #fff;
  font-weight: 700;
}
.fr-form-2026 .modal-overlay-light .fr-success-btn:hover {
  background: rgba(0, 180, 42, 0.06);
}
.fr-form-2026 .modal-overlay-light.active {
  display: flex;
  opacity: 1;
}
.fr-form-2026 .modal {
  background: #fff;
  border-radius: 12px;
  width: 420px;
  max-width: 90%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.fr-form-2026 .modal-overlay.active .modal {
  transform: scale(1);
}
.fr-form-2026 .modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fr-form-2026 .modal-close {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.fr-form-2026 .modal-close:hover {
  background: #f5f5f5;
  color: #666;
}
.fr-form-2026 .modal-body {
  padding: 24px;
}
.fr-form-2026 .modal-body p {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.fr-form-2026 .modal-body .info-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}
.fr-form-2026 .modal-body .info-item:last-child {
  border-bottom: none;
}
.fr-form-2026 .modal-body .info-label {
  color: #999;
}
.fr-form-2026 .modal-body .info-value {
  color: #333;
  font-weight: 500;
}
.fr-form-2026 .modal-footer {
  padding: 16px 24px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.fr-form-2026 .search-input-wrapper {
  position: relative;
}
.fr-form-2026 .search-input-wrapper .form-input {
  padding-right: 36px;
}
.fr-form-2026 .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.fr-form-2026 .custom-select-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}
.fr-form-2026 .custom-select-trigger {
  height: 34px;
  padding: 0 34px 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  user-select: none;
}
.fr-form-2026 .custom-select-trigger:hover {
  border-color: #ccc;
}
.fr-form-2026 .custom-select-trigger:focus {
  outline: none;
  border-color: #00AE66;
  box-shadow: 0 0 0 3px rgba(0, 174, 102, 0.1);
}
.fr-form-2026 .custom-select-trigger.placeholder {
  color: #bbb;
}
.fr-form-2026 .custom-select-trigger.selected {
  color: #333;
}
.fr-form-2026 .custom-select-trigger.open {
  border-color: #00AE66;
  box-shadow: 0 0 0 3px rgba(0, 174, 102, 0.1);
}
.fr-form-2026 .custom-select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-80%);
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.fr-form-2026 .custom-select-trigger.open .custom-select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.fr-form-2026 .custom-select-arrow svg {
  width: 100%;
  height: 100%;
}
.fr-form-2026 .custom-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
}
.fr-form-2026 .custom-select-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fr-form-2026 .custom-select-dropdown::-webkit-scrollbar {
  width: 6px;
}
.fr-form-2026 .custom-select-dropdown::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}
.fr-form-2026 .custom-select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.fr-form-2026 .custom-select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
.fr-form-2026 .custom-select-option {
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid #f0f0f0;
  user-select: none;
}
.fr-form-2026 .custom-select-option:last-child {
  border-bottom: none;
}
.fr-form-2026 .custom-select-option:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fr-form-2026 .custom-select-option:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fr-form-2026 .custom-select-option:hover {
  background-color: #00AE66;
  color: #fff;
}
.fr-form-2026 .custom-select-option.selected {
  background-color: #f0fff7;
  color: #00AE66;
}
.fr-form-2026 .custom-select-option.selected:hover {
  background-color: #00AE66;
  color: #fff;
}
.fr-form-2026 .custom-select-check {
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.fr-form-2026 .custom-select-option.selected .custom-select-check {
  opacity: 1;
}
.fr-form-2026 .layui-form-select {
  width: 100%;
  display: block;
}
.fr-form-2026 .layui-form-select .layui-select-title {
  position: relative;
}
.fr-form-2026 .layui-form-select .layui-select-title input {
  height: 34px;
  padding: 0 30px 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fr-form-2026 .layui-form-select .layui-select-title input::placeholder {
  color: #bbbbbb !important;
  opacity: 1;
}
.fr-form-2026 .layui-form-select .layui-select-title input::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.fr-form-2026 .layui-form-select .layui-select-title input::-ms-input-placeholder {
  color: #bbbbbb !important;
}
.fr-form-2026 .layui-form-select .layui-select-title input:hover {
  border-color: #ccc;
}
.fr-form-2026 .layui-form-select.layui-form-selected .layui-select-title input,
.fr-form-2026 .layui-form-select .layui-select-title input:focus {
  outline: none;
  border-color: #00AE66;
  box-shadow: 0 0 0 3px rgba(0, 174, 102, 0.1);
}
.fr-form-2026 .layui-form-select:not(.fr-layui-select-placeholder) .layui-select-title input {
  color: #333 !important;
}
.fr-form-2026 .layui-form-select .layui-edge {
  display: none;
}
.fr-form-2026 .layui-form-select .layui-select-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%204L6%208L10%204%22%20stroke%3D%22%23999%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.fr-form-2026 .layui-form-select.layui-form-selected .layui-select-title:after {
  transform: translateY(-50%) rotate(180deg);
}
.fr-form-2026 .layui-form-select dl {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  max-height: 240px;
  padding: 0px 0;
}
.fr-form-2026 .layui-form-select dl dd,
.fr-form-2026 .layui-form-select dl dt {
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  font-size: 14px;
}
.fr-form-2026 .layui-form-select dl dd {
  border-bottom: 1px solid #f0f0f0;
  color: #333;
}
.fr-form-2026 .layui-form-select dl dd:last-child {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fr-form-2026 .layui-form-select dl dt:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fr-form-2026 .layui-form-select dl dd:hover {
  background-color: #00AE66;
  color: #fff;
}
.fr-form-2026 .layui-form-select dl dd.layui-this {
  background-color: #f0fff7;
  color: #00AE66;
  font-weight: initial;
}
.fr-form-2026 .layui-form-select dl dd.layui-this:hover {
  background-color: #00AE66;
  color: #fff;
}
.fr-form-2026 .layui-form-select dl dd.layui-select-tips {
  padding-left: 14px !important;
}
.fr-form-2026 .input-with-unit .layui-form-select {
  width: 65px;
  padding-left: 5px;
}
.fr-form-2026 .fr-input-group .layui-form-select {
  width: 90px;
  padding-left: 5px;
}
.fr-form-2026 .room-select-item .layui-form-select {
  width: 100%;
}