﻿/**** 删除 *****/
.deleteTips .layui-layer-content {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) \9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) \9;
  width: 130px;
  min-height: 55px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65) !important;
  text-align: center;
  padding-bottom: 35px !important;
}

.deleteTips .layui-layer-content i.layui-icon-about {
  color: #faad14 !important;
}

.deleteTips .layui-layer-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.deleteTips .layui-layer-btn a {
  height: 18px;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  font: 400 12px Arial;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.deleteTips .layui-layer-btn .layui-layer-btn0 {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.deleteTips .layui-layer-btn .layui-layer-btn0:hover {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}

.deleteTips .layui-layer-btn .layui-layer-btn1 {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}

.deleteTips .layui-layer-btn .layui-layer-btn1:hover {
  color: #096dd9;
  border-color: #096dd9;
}

/** 隐藏发票表单 **/

.empty {
  padding: 100px 0;
  text-align: center;
  font-size: 16px;
  color: #999;
}

/** 搜索 **/
.serBox {
  overflow: hidden;
}

.serBox.on {
  position: relative;
  overflow: visible;
}

.search-result {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  z-index: 999;
  margin-top: 3px;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-loading {
  text-align: center;
  display: none;
}

.search-result dl {
  line-height: 2;
}

.search-result dl + dl {
  margin-top: 1em;
}

.search-result dl dt,
.search-result dl dd {
  padding: 0 20px;
}

.search-result dl dt {
  font-weight: bold;
  color: #333;
}

.search-result dl dd {
  color: #999;
  cursor: pointer;
  transition: 0.3s;
}

.search-result dl dd:hover {
  background-color: #f9f9f9;
}

.search-result dl dd a {
  display: block;
}

.serInt input::-webkit-input-placeholder {
  color: inherit;
}

.no-results {
  position: fixed;
  top: 100px;
  right: 20px;
  max-width: 300px;
  color: #ff5722;
  background-color: #ffe3db;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.no-results.show {
  opacity: 1;
  visibility: visible;
}

.no-results .icon {
  margin-right: 10px;
}

.price-through {
  font-size: 0.8em;
  text-decoration: line-through;
  font-style: normal;
}
