.block {
  display: block;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
}

body, html {
  width: 100%;
  height: 100%;
}
.mt3{
  margin-top: 3px;
}
.mt4{
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt-10 {
  margin-top: -10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mtp10 {
  margin-top: 10%;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}
.ml15{
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr35 {
  margin-right: 35px;
}

.mb10 {
  margin-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}
.pl15{
  padding-left: 15px;
}
.pl20{
  padding-left: 20px;
}
.pl30{
  padding-left: 30px;
}
.p5 {
  padding: 5px;
}
.plr10{
  padding: 0px 10px;
}
.pr20{
  padding-right: 20px;
}
.pr25{
  padding-right: 25px;
}
.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}
.pb5{
  padding-bottom: 5px;
}
.pb10{
  padding-bottom: 10px;
}
.pt2 {
  padding-top: 2px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding: 10px;
}
.p0l3{
  padding: 0px 0px 0px 3px;
}
.brl-5 {
  border-radius: 5px;
}

.brl-10 {
  border-radius: 10px;
}

.brl-15 {
  border-radius: 15px;
}

.em-show-edit {
  font-style: normal;
  border-bottom: 1px #3c8dbc dashed;
}

.red {
  color: red !important;
}

.p-absolute {
  position: absolute;
}

.wd50 {
  width: 50px !important;
}
.wd80{
  width: 80px;
}
.wdp50{
  width: 50%;
}
.wdp75{
  width: 75%;
}
.wdp98 {
  width: 98% !important;
}
.wdp100 {
  width: 100% !important;
}

.mtp50 {
  margin-top: 50% !important;
}

.mtp60 {
  margin-top: 60% !important;
}

.hdp100 {
  height: 100% !important;
}
.wdp5{
  width: 5%;
}
.wdp10{
  width: 10%;
}
.wdp15{
  width: 15%;
}
.wdp20{
  width: 20%;
}
.wdp30{
  width: 30%;
}
.wdp35{
  width: 35%;
}
.wdp40{
  width: 40%;
}
.wdp90 {
  width: 90%;
}
.wdp94{
  width: 94%;
}
.wd100 {
  width: 100px;
}

.wd150 {
  width: 150px !important;
}

.wd180 {
  width: 180px;
}

.wd200 {
  width: 200px !important;
}

.wd280 {
  width: 280px !important;
}

.wd340 {
  width: 340px !important;
}
.hd60{
  height: 60px;
}
.hd100 {
  height: 100px;
}

.hd200 {
  height: 200px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.show-mask {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.margin-auto {
  margin: 0 auto;
}

.bt30 {
  bottom: 30px !important;
}

.fs15 {
  font-size: 15px;
}

.opacity-0 {
  opacity: 0;
}

.add-top-nav {
  position: fixed;
  top: 0;
  height: 80px;
  z-index: 8888;
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px #ccc solid;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
}
.add-top-nav .add-close-btn {
  background: rgba(0, 0, 0, 0.05);
}
.add-top-nav div {
  float: left;
}
.add-top-nav .add-top-nav-title {
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  font-size: 20px;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.no-padding {
  padding: 0px !important;
}

.add-content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow-y: auto;
  min-height: 700px;
  margin-top: 80px;
  text-align: center;
}
.add-content-box .add-content-info {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.add-content-box .add-content-details-info {
  width: 600px;
}
.add-content-box .add-content-details-info .content-details-title {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
.add-content-box .add-content-details-info .content-details-table {
  width: 600px;
  float: left;
  height: 46px;
  line-height: 46px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  position: relative;
}
.add-content-box .add-content-details-info .content-details-table .details-name {
  display: block;
  width: 200px;
  border-right: 1px #f2f2f2 solid;
  float: left;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  background-color: #f2f2f2;
  height: 100%;
}
.add-content-box .add-content-details-info .content-details-table .details-input {
  display: block;
  float: left;
  width: 398px;
  overflow: hidden;
}
.add-content-box .add-content-details-info .content-details-top-line {
  border-top: 1px #ccc solid;
}
.add-content-box .add-content-details-info .content-details-bottom-line {
  border-bottom: 1px #ccc solid;
}
.add-content-box .add-content-details-btn {
  width: 200px;
}
.add-content-box .content-details-desc {
  height: 150px !important;
}
.add-content-box .details-input .input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 10px;
  font-size: 14px;
  outline: none !important;
  border: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.add-content-box .details-input .input:focus {
  font-size: 20px;
  outline: none !important;
  border: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.add-content-box .content-details-table-focus {
  border-bottom: 1px #006aff solid !important;
}
.add-content-box .details-name-focus {
  background-color: #cce1ff !important;
}
.add-content-box .details-input .input-textare {
  width: 104%;
  height: 148px;
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  outline: none !important;
  border: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.add-content-box .details-input .input-textare:focus {
  font-size: 20px;
  line-height: 20px;
  outline: none !important;
  border: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mask-div {
  width: 100%;
  position: fixed;
  height: 100%;
  display: block;
  border: 1px #ccc solid;
  background: #ccc;
  top: 0;
  z-index: 5;
}

.hidden {
  display: none !important;
}

.a-left-block {
  display: block;
  width: 100%;
  float: left;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  padding-left: 10px;
}

.a-left-block:hover, .a-left-block-active {
  background-color: #cce1ff;
  text-decoration: none;
}

.search-insert {
  max-height: 150px;
  overflow: auto;
}

.input-search-input-click {
  cursor: pointer;
}

.food-left-details {
  width: 80%;
  margin: 0 auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.food-left-details span {
  display: block;
  width: 100%;
}

.food-details-img {
  width: 100%;
  display: block;
}

.food-details-img img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.line-height-34 {
  line-height: 34px;
  height: 34px;
}

.bg-fff-shadow-line {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
}

.bg-e0-shadow-line {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(224, 224, 224, 0.5);
          box-shadow: 1px 1px 5px rgba(224, 224, 224, 0.5);
}

.bottom-line-ccc {
  border-bottom: 1px #ccc solid;
}
.bottom-line-eee {
  border-bottom: 1px #eee solid;
}

.input-form-control {
  outline: none !important;
  border: none !important;
  width: 100%;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.input-form-control:focus {
  line-height: 30px;
  height: 30px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cursor-show {
  cursor: pointer;
}
.cursor-move{
  cursor: move;
}
.display-block {
  display: block;
}
.display-flex{
  display: flex;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fn20 {
  font-size: 20px;
}
.fn30{
  font-size: 30px;
}
.fn25{
  font-size: 25px;
}
.fn18 {
  font-size: 18px;
}

.fn17 {
  font-size: 17px;
}

.wd120 {
  width: 120px;
}

.wd150 {
  width: 150px;
}

.wd170 {
  width: 170px;
}

.wd310 {
  width: 310px;
}

.over-hidden {
  overflow: hidden;
}

.fclb0 {
  color: #b0b0b0;
}

.fcl9 {
  color: #999;
}
.fclc{
  color: #ccc;
}

.a-no-drop {
  cursor: no-drop !important;
}

.bg-ccc {
  background-color: #ccc;
}

.bg-eee {
  background-color: #eee;
}

.bg-000 {
  background-color: #000;
}

.bg-fff {
  background-color: #fff;
}

.btr-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fcl-fff {
  color: #fff;
}
.fcl-09{
  color: #090909;
}
.fcl-000{
  color: #000;
}
.load-effect {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  margin-top: 25%;
}

.load-effect span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.load-effect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-animation-delay: 0.13s;
}

.load-effect span:nth-child(2) {
  left: 14px;
  top: 14px;
  -webkit-animation-delay: 0.26s;
}

.load-effect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -8px;
  -webkit-animation-delay: 0.39s;
}

.load-effect span:nth-child(4) {
  top: 14px;
  right: 14px;
  -webkit-animation-delay: 0.52s;
}

.load-effect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-animation-delay: 0.65s;
}

.load-effect span:nth-child(6) {
  right: 14px;
  bottom: 14px;
  -webkit-animation-delay: 0.78s;
}

.load-effect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  -webkit-animation-delay: 0.91s;
}

.load-effect span:nth-child(8) {
  bottom: 14px;
  left: 14px;
  -webkit-animation-delay: 1.04s;
}

.show-load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.border-ccc-line {
  border: 1px #ccc solid;
}

.fw-block {
  font-weight: bold;
}

.line-height-40 {
  height: 40px;
  line-height: 40px;
}
.line-height-50 {
  height: 50px;
  line-height: 50px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.plfb-10 {
  padding: 0px 10px 10px 10px;
}

.btn-black {
  background-color: #000;
  color: #fff;
}

.btn-black:hover {
  color: #fff;
}

.wd250 {
  width: 250px;
}

.btlbor-10 {
  border-top-left-radius: 10px;
}

.btrbor-10 {
  border-top-right-radius: 10px;
}

.bblbor-10 {
  border-bottom-left-radius: 10px;
}

.bbrbor-10 {
  border-bottom-right-radius: 10px;
}
.right-show-div{
  position: fixed;
  top: 0px;
  right: 0;
  width: 0;
  height: 100%;
  transition: 0.5s;
  z-index: 88889;
}
.t10{
  top: 10px;
}
.t20{
  top: 20px;
}
.t30{
  top: 30px;
}
.t40{
  top: 40px;
}
.t50{
  top: 50px;
}
.b10{
  bottom: 10px;
}
.b20{
  bottom: 20px;
}
.b30{
  bottom: 30px;
}
.b40{
  bottom: 40px;
}
.b50{
  bottom: 50px;
}
.btn-line-l5{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-line-r5{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-line-l10{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.btn-line-r10{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*开关*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display:none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.no-margin{
  margin: 0px !important;
}
.nav-sub-title{
  margin-top: -5px;
  font-weight: bold;
  color: #ccc;
}
.border-red-line{
  border: 1px red solid !important;
}
.sort-click .bi{
  color: #3c8dbc;
}
.wdp70{
  width: 70%;
}
.wdp60{
  width: 60%;
}
.wd140{
  width: 140px;
}
.wd70{
  width: 70px;
}
.overflow-height-300{
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.wdp80{
  width: 80%;
}
.wdp85{
  width: 85%;
}
.mb5{
  margin-bottom: 5px;
}
.bb-line-search-input{
  width: 100%;
  border: none;
  border-bottom: 1px #ccc solid;
  outline: none;
  padding: 5px;
  font-size: 18px;
}
.zoom-2{
  zoom: 2;
}
.zoom-1-5{
  zoom: 1.5
}
.z-index-9{
  z-index: 9;
}
.z-index-99{
  z-index: 99;
}
.z-index-999{
  z-index: 999;
}
.z-index-9999{
  z-index: 9999;
}
.z-index-99999{
  z-index: 99999;
}
.z-index-999999{
  z-index: 999999;
}
.right0{
  right: 0;
}
.right10{
  right: 10px;
}
.right-5{
  right: -5px;
}
.right-10{
  right: -10px;
}
.right-20{
  right: -20px;
}
.right-30{
  right: -30px;
}
.food-items-name-span{
  overflow: hidden;
  height: 34px;
  display: block;
  width: 86%;
  float: left;
}
.table-overflow-85{
  max-height: 85vh;
  overflow: auto;
}