﻿body {
  background: #f1f0f5;
  color: #000;
}
.Index_V2 {
  /* checkbox */
  /* radio */
}
.Index_V2 .Index_Search {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
}
.Index_V2 .Index_Search .Search_Btn {
  text-align: center;
  padding: 0px 10px 10px 10px;
}
.Index_V2 .Index_Search .Search_Btn .btn {
  padding: 8px 8px;
}
.Index_V2 .Index_Search .select_1 .form-control {
  padding: 0px 0px;
  height: 30px;
}
.Index_V2 .Index_Search .select_2 {
  display: flex;
  width: calc(100% - 119px) !important;
}
.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: 30px;
}
.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: 30px;
  line-height: 30px;
  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 .S_Title {
  width: 70px;
  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_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_ul {
  position: absolute;
  z-index: 9;
  background: #fff;
  left: 81px;
  top: 43px;
  width: 340px;
  border: 1px solid #ddd;
}
.Index_V2 .Index_Search .Search_ul li {
  border-bottom: 1px dashed #d7d7d7;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.Index_V2 .Index_Search .Search_ul li .Qu {
  color: #999;
  margin-left: 10px;
}
.Index_V2 .Index_Search .Search_ul li .ShangQuan {
  color: #999;
  margin-left: 4px;
}
.Index_V2 .Index_Search .Search_ul li .State {
  background: #15c377;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 7px;
  padding: 2px 4px;
  border-radius: 2px;
}
.Index_V2 .Index_Search .Search_ul li .JunJia {
  position: absolute;
  right: 8px;
  top: 7px;
}
.Index_V2 .Index_Search .Search_ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.Index_V2 .select2-container .select2-selection--single {
  height: 32px;
}
.Index_V2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.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: #15c377;
  border-color: #15c377;
  color: #fff !important;
}
.Index_V2 .btn-success:hover {
  background-color: #16d17f;
  border-color: #16d17f;
}
.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: 30px;
  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: #15c377;
  border-color: #15c377;
}
.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: #faa64b;
  border-color: #faa64b;
}
.Index_V2 .checkbox-warning input:checked ~ span::after {
  border-color: #fff;
}
.Index_V2 .checkbox-danger input:checked ~ span::before {
  background-color: #f96868;
  border-color: #f96868;
}
.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: #15c377;
  border-color: #15c377;
}
.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: #faa64b;
  border-color: #faa64b;
}
.Index_V2 .radio-warning input:checked ~ span::after {
  background-color: #fff;
}
.Index_V2 .radio-danger input:checked ~ span::before {
  background-color: #f96868;
  border-color: #f96868;
}
.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;
}
.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: 30px;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  resize: none;
  border-radius: 0px;
  box-shadow: none;
}
.Index_searchV2 .Search_Btn {
  text-align: center;
  padding: 0px 10px 0px 10px;
}
.Index_searchV2 .Search_Btn .btn {
  padding: 8px 8px;
}
.Index_searchV2 .Search_Btn .btn-w-md {
  width: 120px;
}
.Index_searchV2 .Search_Btn .btn-info {
  background-color: #0079fe;
  border-color: #0079fe;
  color: #fff !important;
}
.Index_searchV2 .Search_Btn .btn-info:hover {
  background-color: #3394fe;
  border-color: #3394fe;
  color: #fff !important;
}
/* 瀛椾綋棰滆壊 */
.text-primary {
  color: #33cabb !important;
}
.text-secondary {
  color: #e4e7ea !important;
}
.text-success {
  color: #15c377 !important;
}
.text-info {
  color: #0079fe !important;
}
.text-warning {
  color: #faa64b !important;
}
.text-danger {
  color: #f96868 !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;
}
.Index_Tu {
  margin-right: 5px;
  margin-bottom: 10px;
}
.Index_Tu .layui-table td,
.Index_Tu .layui-table th {
  border-width: 0px;
  border-style: solid;
  border-color: #eee;
}
.Index_Tu .layui-table-header .layui-table-cell {
  height: initial;
  line-height: initial;
  padding: 10px;
}
.Index_Tu .layui-table-body {
  /* td:nth-child(4) {
            vertical-align: baseline;
        }*/
}
.Index_Tu .layui-table-body tr {
  border-bottom: solid 1px #eee;
}
.Index_Tu .layui-table-body tr td {
  padding: 15px 0;
  border-top: none;
  border-left: none;
}
.Index_Tu .layui-table-body tr .FengMianImg {
  width: 84px;
  height: 64px;
}
.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 .LouPanName {
  font-weight: bold;
  color: #000;
}
.Index_Tu .layui-table-body tr .ShangQuan {
  margin-top: 2px;
  color: #999;
}
.Index_Tu .layui-table-body tr .TagList {
  margin-top: 5px;
  height: 22px;
}
.Index_Tu .layui-table-body tr .TagList .iconfont {
  font-size: 12px;
}
.Index_Tu .layui-table-body tr .ShouJiaStr {
  font-weight: bold;
  color: #f96868;
  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;
}
.ChengJiaoList {
  margin-top: 20px;
  padding: 20px;
}
.ChengJiaoList .Title {
  font-size: 22px;
  font-weight: bold;
}
.ChengJiaoList a {
  color: #333;
}
.ChengJiaoList ul {
  margin-top: 20px;
  overflow: hidden;
}
.ChengJiaoList ul li {
  overflow: hidden;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.ChengJiaoList ul li .title {
  margin-left: 5px;
}
.ChengJiaoList ul li .Date {
  color: #bbb;
}
.FangRuan_Layer .layui-layer-title {
  background-color: #0079fe;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.FangRuan_Layer .layui-layer-setwin {
  top: 14px;
}
.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: #f96868;
  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: #f96868;
  color: #fff;
}
.layui-layer-dialog .layui-layer-title {
  background-color: #0079fe;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.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: #eee;
  border-top: 1px #ddd solid;
  padding: 6px;
}
.layui-layer-dialog .layui-layer-btn a {
  margin: 0px 5px 0;
  padding: 0 8px;
  border-radius: 4px;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {
  background-color: #f96868;
  color: #fff;
}
.FangRuanPage .layui-form {
  margin: 0px 0;
}
.FangRuanPage .layui-table-body {
  background: #fff;
}
.FangRuanPage .layui-table-page {
  background: #fff;
  text-align: center;
}
.FangRuanPage .layui-table-page .layui-laypage-curr .layui-laypage-em {
  background-color: #0079fe;
}
.FangRuanPage .layui-table-page select:focus {
  border-color: #0079fe !important;
}
.FangRuanPage .layui-table-page .layui-laypage-btn {
  color: #333;
}
.FangRuanPage .layui-table,
.FangRuanPage .layui-table-view {
  margin: 0px 0;
}
.FangRuanPage .layui-table .State_true,
.FangRuanPage .layui-table-view .State_true {
  background: #effbf7;
  color: #32b496;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .State_false,
.FangRuanPage .layui-table-view .State_false {
  background: #ffeeeb;
  color: #f5715b;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}
.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: #fff6e5 !important;
}
.FangRuanPage .layui-table .layui-table-page,
.FangRuanPage .layui-table-view .layui-table-page {
  text-align: center;
}
.FangRuanPage .layui-table .layui-table-page .layui-laypage-count,
.FangRuanPage .layui-table-view .layui-table-page .layui-laypage-count {
  color: #f96868;
}
.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: #0079fe;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
}
.FangRuanPage .layui-table .Is_bg_false,
.FangRuanPage .layui-table-view .Is_bg_false {
  background-color: #f96868;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
}
.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 .KeyState,
.FangRuanPage .layui-table-view .KeyState {
  background: #fecf37;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .IsXian,
.FangRuanPage .layui-table-view .IsXian {
  background: #76e9d6;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .IsXianZu,
.FangRuanPage .layui-table-view .IsXianZu {
  background: #76e9d6;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .You,
.FangRuanPage .layui-table-view .You {
  background: #fd9fa0;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .IsCheWei,
.FangRuanPage .layui-table-view .IsCheWei {
  background: #6ed6fe;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .WtType,
.FangRuanPage .layui-table-view .WtType {
  background: #faa64b;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .IsHaveImages,
.FangRuanPage .layui-table-view .IsHaveImages {
  background: #71c1fe;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .VRUrlTag,
.FangRuanPage .layui-table-view .VRUrlTag {
  background: #57c7d4;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .Video,
.FangRuanPage .layui-table-view .Video {
  background: #fdab73;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .VRUrl,
.FangRuanPage .layui-table-view .VRUrl {
  background: #fd6ed8;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-table .IsCollect,
.FangRuanPage .layui-table-view .IsCollect {
  background: #fed235;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.FangRuanPage .layui-laypage-skip {
  display: none;
}
.topPanel .input-group-addon-V2 {
  color: #9b9b9b;
  position: absolute;
  right: 10px;
  top: 1px;
  z-index: 9;
}
.topPanel .ListMenuBtn {
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
.topPanel .ListMenuBtn i {
  font-size: 14px;
  padding-right: 2px;
}
.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 .example-box {
  position: absolute;
  top: 0px;
  right: 0px;
}
.topPanel .MyIndex {
  position: absolute;
  top: 10px;
  right: 10px;
}
.topPanel .MyIndex ul {
  display: flex;
  border: 1px solid #dbdbdb;
  height: 26px;
  line-height: 26px;
}
.topPanel .MyIndex ul li {
  width: 32px;
  height: 26px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.topPanel .MyIndex ul .selected {
  background: #dbdbdb;
  cursor: initial;
}
.topPanel .list-menu {
  position: absolute;
  top: 0px;
  right: 76px;
  cursor: pointer;
}
.topPanel .list-menu ul {
  overflow: hidden;
  margin-bottom: 0px;
}
.topPanel .list-menu ul li {
  float: left;
  margin-right: 10px;
}
.topPanel .list-menu ul li .btn {
  padding: 5px 12px;
}
.topPanel .GengDuoSearch .btn {
  height: 26px !important;
  padding: 2px 10px !important;
}
.topPanel .GengDuoSearch .btn:hover {
  border: 1px solid #b9d6ff;
  color: #1677ff;
  background: #e8f1ff;
}
.topPanel .SearchBtn .btn {
  height: 26px !important;
  padding: 2px 10px !important;
}
.Page_Search {
  padding-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}
.Page_Search .iconfont {
  margin-right: 5px;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  background: #0079fe;
  color: #fff;
}
.Page_Search .form {
  font-size: 15px;
}
.Page_Search .form .formTitle {
  width: 110px;
  text-align: left;
}
.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;
}
.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;
}
.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;
}
.fangruan_form {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
.fangruan_form .input-group-addon {
  border-color: initial;
  background-color: initial;
  -webkit-border-radius: initial;
  border-radius: 0;
  border: 0px solid #ddd;
  color: #2655ff;
}
.fangruan_form .title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
.fangruan-form-table {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}