﻿html,
body {
  overflow-x: hidden;
}
body {
  background: #f1f0f5;
  color: #000;
}
.layui-layout-admin .layui-logo {
  font-size: 19px;
}
.layui-side-menu .layui-side-scroll .layui-nav .layui-nav-item a {
  padding-left: 55px;
}
.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;
}
.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 .StateName {
  position: absolute;
  top: 0px;
  left: 10px;
  background: #2a86ff;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  z-index: 9;
}
.Index_Tu .layui-table-body tr .fr_Name {
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  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 .iconfont {
  font-size: 16px;
}
.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: 10px;
}
.fangruan_form .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 7px;
  padding-left: 10px;
  color: #000;
}
.fangruan_form .tips_msg {
  padding: 10px;
  border-radius: 10px;
  background: #ecf5ff;
  color: #126bfd;
}
.fangruan_form .tips_msg .tips_msg .tips_title {
  font-weight: bold;
}
.fangruan_form .tips_msg .tips_msg div {
  padding-bottom: 5px;
}
.fangruan_form .form-control {
  color: #555;
}
.fangruan_form .Value {
  border: 1px solid #e4e6f0;
  padding: 10px;
  margin-top: 10px;
}
.fangruan_form .Value .form .formTitle span {
  color: #fa3534;
  vertical-align: bottom;
}
.fangruan_form .Value .form .formValue .DanWei {
  position: absolute;
  right: 6px;
  top: 7px;
  background: #777;
  color: #fff;
  padding: 5px 4px;
}
.fangruan_form .Value .form .formValue .DanWei2 {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #777;
  color: #fff;
  padding: 5px 4px;
}
.fangruan_form .Value .form .LouCengCss {
  display: flex;
}
.fangruan_form .Value .form .LouCengCss .form-control {
  width: 50%;
}
.fangruan_form .Value .form .HuXing {
  overflow: hidden;
}
.fangruan_form .Value .form .HuXing .form-control {
  width: 70px;
  float: left;
  margin-right: 5px;
}
.fangruan_form .Value .form .HuXing .form-control:nth-child(1) {
  margin-left: 0px;
}
.fangruan_form .Value .form .ZuoJi {
  display: flex;
}
.fangruan_form .Value .form .ZuoJi .QuHao {
  width: 50px;
}
.fangruan_form .Value .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;
}
.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_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_Layer_white_filter {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
}
.FangRuan_Layer_Search {
  background: #f2f1f6;
}
.FangRuan_Layer_Search .layui-layer-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.FangRuan_Layer_Search .layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 0;
  line-height: initial;
}
.FangRuan_Layer_Search .layui-layer-btn {
  border-top: 1px solid #ddd;
  padding: 8px 10px 8px 0px;
}
.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 {
  margin: 0px 5px 0;
  padding: 0 8px;
  border-radius: 4px;
}
.layui-layer-dialog {
  border-radius: 15px;
}
.layui-layer-dialog .layui-layer-title {
  background-color: #0079fe;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.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-setwin {
  top: 14px;
}
.layui-layer-dialog .layui-layer-setwin .layui-layer-close1 {
  background-position: 1px -40px;
  cursor: pointer;
}
.layui-layer-dialog .layui-layer-ico {
  background: url(../../../../Content/icon/FangRuan_Layericon.png) no-repeat;
}
.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;
}
.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-top: 10px;
  background: #fff;
}
.FangRuanPage .layui-table-view {
  border-color: #d9d9d9;
}
.FangRuanPage .layui-table-view .layui-table-header .layui-table-sort {
  margin-left: 1px;
}
.FangRuanPage .layui-table-view:after {
  background-color: #d9d9d9;
}
.FangRuanPage .layui-table-body {
  background: #fff;
}
.FangRuanPage .layui-table-page .layui-laypage-curr .layui-laypage-em {
  background-color: #1E9FFF;
}
.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 #d9d9d9;
}
.FangRuanPage .layui-table,
.FangRuanPage .layui-table-view {
  color: #000;
  /* //钥匙
        .KeyState {
            background: #fecf37;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .IsXian {
            background: #76e9d6;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .IsXianZu {
            background: #76e9d6;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .You {
            background: #fd9fa0;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .IsCheWei {
            background: #6ed6fe;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .WtType {
            background: #ff9900;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .IsHaveImages {
            background: #71c1fe;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .VRUrlTag {
            background: #57c7d4;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .Video {
            background: #fdab73;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .VRUrl {
            background: #fd6ed8;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }

        .IsCollect {
            background: #fed235;
            color: #fff;
            padding: 4px;
            border-radius: 4px;
        }*/
}
.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: #ecf5ff !important;
}
.FangRuanPage .layui-table .fr_NameV2,
.FangRuanPage .layui-table-view .fr_NameV2 {
  cursor: pointer;
  z-index: 99;
  color: #0079fe;
}
.FangRuanPage .layui-table .layui-table-page .layui-laypage-count,
.FangRuanPage .layui-table-view .layui-table-page .layui-laypage-count {
  color: #fa3534;
}
.FangRuanPage .layui-table .CopyID,
.FangRuanPage .layui-table-view .CopyID {
  cursor: pointer;
}
.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 {
  background: #e5fbf9;
  color: #1adfca;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 20px;
}
.FangRuanPage .layui-table .Status_false,
.FangRuanPage .layui-table-view .Status_false {
  background: #feefee;
  color: #fc6762;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 20px;
}
.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 rgb(0 0 0%);
}
.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;
}
.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: 18px;
  letter-spacing: 2px;
  margin-top: 10px;
  font-weight: bold;
  color: #030303;
}
.IsFangRuanLayer .layui-layer-btn {
  text-align: center;
  padding: 12px;
  background: #eee;
  border-top: 1px #ddd solid;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.IsFangRuanLayer .layui-layer-btn a {
  padding: 0 40px;
  height: 35px;
  line-height: 32px;
  border-radius: 20px;
  font-size: 16px;
  margin: 0px 10px 0px 10px;
}
.IsFangRuanLayer .layui-layer-btn .layui-layer-btn0 {
  border-color: #0289fe;
  background-color: #0289fe;
  color: #fff;
}
.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 {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.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;
}
.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 rgb(0 0 0%);
  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: 30px;
  line-height: 30px;
  padding: 0px 12px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 5px;
}
.topPanel .fangruan-toolbar {
  margin-left: 4px;
}
.topPanel .fangruan-toolbar .btn .iconfont {
  font-size: 13px;
}
.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);
}
.Page_Search .Search-form {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
.Page_Search .Search-form .search-radio .radio-item {
  overflow: hidden;
  /*  height: 36px;*/
  line-height: 36px;
}
.Page_Search .Search-form .search-radio .radio-item .radio-left {
  float: left;
  color: #777;
  width: 105px;
}
.Page_Search .Search-form .search-radio .radio-item .radio-right {
  float: left;
  width: calc(100% - 105px);
  overflow: hidden;
}
.Page_Search .Search-form .search-radio .radio-item .radio-right .list-inline {
  float: left;
}
.Page_Search .Search-form .search-radio .radio-item .radio-right .radio_input {
  float: left;
  display: flex;
  line-height: 24px;
  padding-top: 6px;
}
.Page_Search .Search-form .search-radio .radio-item .radio-right .radio_input .form-control {
  height: 18px;
  width: 42px;
}
.Page_Search .Search-form .search-radio .radio-item .radio-right .radio_input .fangruan-xian {
  padding: 0px 2px;
  color: #828282;
}
.Page_Search .Search-form .search-radio .recharge-test li.active {
  background: initial;
  color: #0079fe;
}
.Page_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;
}
.Page_Search .Search-form .search-radio .list-inline {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.Page_Search .Search-form .search-radio p {
  margin: 0px;
}
.Page_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;
}
.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);
}
.Page_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;
}
.Page_Search .Search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #475059;
  line-height: 34px;
}
.Page_Search .Search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.Page_Search .iconfont {
  margin-right: 5px;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  background: #0079fe;
  color: #fff;
}
.Page_Search .form {
  font-size: 14px;
}
.Page_Search .form .formTitle {
  width: 95px;
  text-align: left;
  color: #777;
}
.Page_Search .form-control {
  height: 30px;
}
.Page_Search .DanWei {
  padding-left: 5px;
  height: 26px;
  line-height: 26px;
}
.Page_Search .Xian {
  padding: 0px 5px;
}
.Page_Search .XianV2 {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-bottom: 10px;
}
.Page_Search .Value-2 {
  display: flex;
}
.Page_Search .Value-2 .form-control {
  width: 110px;
}
.Page_Search .select2-dropdown {
  z-index: 99999999;
}
.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: #475059;
  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;
}
.fangruan-form-2024 .tips_msg {
  padding: 10px;
  border-radius: 10px;
  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: 20px;
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}
.fangruan-form-2024 .model_title h3 {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
}
.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: #0079fe;
  text-align: center;
  top: 6px;
  right: 6px;
  width: auto;
  position: absolute;
  border-radius: 0;
}
.fangruan-form-2024 .formValue input.form-control {
  height: 38px;
  line-height: 38px;
  color: #000;
}
.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: 1px solid #d9d9d9;
  position: relative;
}
.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: 10px;
}
.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: 32px;
  line-height: 32px;
  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: 34px;
}
.fangruan-index-2024 .search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.fangruan-index-2024 .search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.fangruan-index-2024 .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-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;
}
.fangruan-admin-index .layui-table-view .layui-table-body .layui-table-cell {
  height: initial;
  line-height: initial;
}
.fangruan-admin-index .UserHead {
  width: 65px;
  height: 65px;
}
.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: 65px;
  height: 50px;
  border: 1px solid #f2f2f2;
}
.fangruan-radio .Form_Fields {
  padding: 10px;
}
.fangruan-radio .tips_msg {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  color: #126bfd;
}
.fangruan-radio .example-box {
  background: #fff;
  border-radius: 10px;
  padding: 0px 10px;
}
.fangruan-radio .example-box .lyear-radio:hover {
  color: #2979ff;
}
.fangruan-radio .radio-inline {
  display: block;
  padding-left: 25px;
  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-checkbox span::before,
.fangruan-radio .lyear-radio span::before {
  top: 11px;
}
.fangruan-radio .lyear-radio span::after {
  border: 0;
  height: 0px;
  left: 4px;
  top: 0px;
  width: 0px;
  background: #4d5259;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "✓";
  transform: initial;
  font-weight: bold;
  color: #fff;
}
.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;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.fangruan-index-footer-btn span {
  color: #0079fe;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
}
.fangruan-index-footer-btn span:hover {
  background: #ebebeb;
}
.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;
}