* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
body {
  /*font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;*/
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  background-color: #F5F6F8;
  --color: #165dff;
}
body,
div,
dl,
dd,
dt,
ul,
li,
input,
select,
option,
button,
textarea,
form,
p,
a {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input,
select,
option,
textarea {
  outline: none;
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}
::-webkit-input-placeholder {
  color: #babbc3;
}
:-moz-placeholder {
  color: #babbc3;
}
::-moz-placeholder {
  color: #babbc3;
}
:-ms-input-placeholder {
  color: #babbc3;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(144, 146, 152, 0.3);
}
ul,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
textarea {
  resize: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.left {
  display: flex;
  flex-wrap: wrap;
}
.right {
  display: flex;
  justify-content: flex-end;
}
.between {
  display: flex;
  justify-content: space-between;
}
.around {
  display: flex;
  justify-content: space-around;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.centerT {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cutTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*登录*/
.loginWrap {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../images/admin-bg.jpg) center;
}
.loginWrap .login {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loginWrap .layui-form {
  display: block;
  width: 420px;
  border-radius: 6px;
  background: #fff;
  padding: 40px 40px 50px;
  margin-left: 780px;
}
.loginWrap .name {
  font-size: 28px;
  color: #1e2633;
  line-height: 42px;
  text-align: center;
  margin-bottom: 30px;
}
.loginWrap .layui-form-item {
  height: 42px;
  line-height: 42px;
  position: relative;
}
.loginWrap .icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.loginWrap .iconfont {
  font-size: 22px;
  color: #babbc3;
}
.loginWrap .layui-input {
  height: 42px;
  line-height: 42px;
  padding-left: 42px;
}
.loginWrap .layui-btn {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
}
/*头部*/
.header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  /*库存不足提示*/
}
.header .logo {
  width: 200px;
  height: 50px;
  padding: 10px 0;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header .logo .img {
  width: 30px;
  height: 30px;
  background: url(../images/logo.png) no-repeat;
  background-size: 30px;
}
.header .logo .text {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
}
.header .navbar {
  flex: 1;
}
.header .shrinkBtn {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 16px;
  cursor: pointer;
}
.header .shrinkBtn .iconfont {
  font-size: 24px;
  color: #666;
}
.header .shrinkBtn .text {
  width: 100%;
}
.header .user {
  height: 50px;
  padding: 0 16px;
  position: relative;
}
.header .user:hover .sub {
  display: block;
}
.header .username {
  color: #000;
  line-height: 50px;
  padding: 0 4px;
}
.header .username .iconfont {
  font-size: 18px;
  color: #666;
}
.header .icon-admin {
  font-size: 20px;
  margin-right: 4px;
}
.header .sub {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 98px;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: upbit;
  animation-name: upbit;
}
.header .sub li {
  height: 36px;
  line-height: 36px;
}
.header .sub li a {
  display: block;
  color: #333;
  padding: 0 20px;
}
.header .sub li a:hover {
  background-color: #f2f2f2;
  color: #000;
}
.header .layui-breadcrumb {
  flex: 1;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
}
.header .layui-breadcrumb a,
.header .layui-breadcrumb span {
  color: #606266 !important;
}
.header .stock-prompt {
  top: 9px !important;
  background: none !important;
}
.header .stock-prompt.layui-carousel > [carousel-item]:before {
  content: '';
}
.header .stock-prompt .item {
  background: none !important;
  line-height: 32px;
  height: 32px;
}
.header .stock-prompt .item a {
  color: #ff4949;
}
/*侧边栏*/
.sidenav {
  width: 200px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 112;
  overflow: auto;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.sidenav::-webkit-scrollbar {
  display: none;
}
.sidenav .nav {
  padding-top: 54px;
}
.sidenav a {
  display: block;
  overflow: hidden;
  color: #333;
  padding: 0 24px;
  height: 48px;
  line-height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.sidenav a:hover {
  color: var(--color);
}
.sidenav .item {
  margin-bottom: 4px;
}
.sidenav .item .item-a .text {
  font-size: 15px;
  padding-left: 30px;
}
.sidenav .item.show .sub {
  display: block;
}
.sidenav .item.show .item-a {
  color: var(--color);
}
.sidenav .item .icon {
  font-size: 20px;
  position: absolute;
  top: 0;
}
.sidenav .item .icon-arrow-down {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidenav .item .sub {
  display: none;
  padding: 0 4px;
}
.sidenav .item .sub .sub-a {
  height: 40px;
  line-height: 40px;
}
.sidenav .item .sub .sub-a.active {
  color: var(--color);
  background-color: #F5F6F8;
}
.sidenav .item .sub .text {
  padding-left: 26px;
}
.shrink .header .logo {
  width: 60px;
}
.shrink .header .text {
  display: none;
}
.shrink .sidenav {
  width: 60px;
  overflow: visible;
}
.shrink .sidenav .nav .item-a {
  padding: 0 0 0 20px;
}
.shrink .sidenav .nav .icon-arrow-down,
.shrink .sidenav .nav .text,
.shrink .sidenav .nav .sub {
  display: none;
}
.shrink .nav_popup {
  display: block;
  position: absolute;
  border: 3px solid rgba(60, 71, 76, 0);
}
.shrink .nav_popup div {
  border-radius: 5px;
  overflow: hidden;
  background-color: #20222a;
}
.shrink .nav_popup div a {
  color: rgba(255, 255, 255, 0.7);
}
.shrink .nav_popup div .icon-arrow-down {
  transform: rotate(0);
}
.shrink .nav_popup .item-a {
  padding-left: 56px;
}
.shrink .nav_popup.second {
  left: 60px;
}
.shrink .nav_popup .sub {
  width: 180px;
}
.shrink .nav_popup .sub .sub-li {
  width: 180px;
  background-color: rgba(0, 0, 0, 0.6);
}
.shrink .nav_popup .sub .sub-li a {
  padding-left: 56px;
}
.shrink .nav_popup .sub .sub-li a.active {
  background-color: #2e3c4d;
}
.shrink .nav_popup .icon {
  display: none;
}
.shrink .content {
  width: calc(100% - 92px);
  margin-left: 76px;
}
/*正文区域*/
.content {
  width: calc(100% - 232px);
  min-height: 100%;
  margin-left: 216px;
  padding-top: 66px;
  position: relative;
  -webkit-transition: width 0.3s ease, margin 0.3s ease;
  -o-transition: width 0.3s ease, margin 0.3s ease;
  transition: width 0.3s ease, margin 0.3s ease;
}
.content::-webkit-scrollbar {
  display: none;
}
/*正文区域*/
.wrap {
  padding: 16px 20px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}
/*checkbox勾选美化*/
.checkBox {
  width: 16px;
  height: 16px;
}
.checkBox input[type="checkbox"] {
  display: none;
}
.checkBox input[type="checkbox"]:disabled + span {
  background-color: #dadde7 !important;
  background-image: none !important;
}
.checkBox span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.checkBox input[type="checkbox"] + span {
  background-color: #fff;
  border: 1px solid #dadde7;
  border-radius: 2px;
}
.checkBox input[type="checkbox"]:checked + span {
  border: none;
  background: url(../images/check.png) no-repeat;
  background-size: 16px;
}
/*工具栏*/
.tools {
  width: 100%;
  border-radius: 2px;
  background-color: #fff;
  padding: 16px 20px 0;
  margin-bottom: 10px;
}
.tools .layui-form-item:not(:last-of-type) {
  margin-right: 16px;
}
.tools .layui-form-label {
  width: auto;
  padding: 6px 12px 6px 0;
}
.tools .layui-input {
  height: 32px;
  line-height: 32px;
}
.tools .input,
.tools .classify,
.tools .time {
  width: 218px;
}
.tools .select {
  width: 142px;
}
.tools .el-cascader {
  width: 218px !important;
  line-height: 32px;
}
.tools .el-cascader .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.tools .time .layui-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.tools .time .icon-calendar {
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 6px;
  z-index: 9;
}
.tools .add {
  padding-bottom: 16px;
}
.tools .add .layui-form-item {
  margin: 0 16px;
}
.tools .layui-form .add {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9edef;
}
.tools .layui-form.between .add {
  padding-bottom: 0;
  margin-bottom: 16px;
  border-bottom: none;
}
.sequence {
  width: 48px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #dcdee2;
  border-radius: 3px;
  color: #333;
}
.layui-table .state {
  display: inline-block;
  font-size: 12px;
  color: #fff !important;
  height: 24px;
  line-height: 24px !important;
  padding: 0 8px;
  border-radius: 3px;
}
.layui-table .state.green {
  background-color: #2faf6e;
}
.layui-table .state.blue {
  background-color: var(--color);
}
.layui-table .state.red {
  background-color: #ff4d4f;
}
.layui-table .state.yellow {
  background-color: #f49539;
}
.layui-table .state.orange {
  background-color: #ff5722;
}
.layui-table .state.gray {
  background-color: #999ea7;
}
.layui-table .state.purple {
  background-color: #748fe6;
}
.table.layui-table .check_box {
  width: 50px;
}
.table.layui-table td > a {
  color: #666;
}
.table.layui-table .num {
  color: var(--color);
}
.table.layui-table td p {
  line-height: 18px;
}
.table.layui-table .user-info img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.table.layui-table .user-info .info {
  width: calc(100% - 36px);
  text-align: left;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.table.layui-table .user-info .info p {
  line-height: 18px;
}
.table.layui-table .goods-info {
  max-width: 258px;
  min-width: 200px;
  text-align: left;
}
.table.layui-table .goods-info img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.table.layui-table .goods-info .info {
  width: calc(100% - 36px);
  line-height: 18px;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.table.layui-table .title {
  max-width: 240px;
  min-width: 120px;
  line-height: 18px;
}
.table.layui-table .title p {
  max-width: 240px;
  min-width: 120px;
}
.table.layui-table .banner img {
  width: 132px;
  height: 48px;
  border-radius: 4px;
}
.table.layui-table .logo img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.table.layui-table .plus {
  font-weight: bold;
  color: #2faf6e;
}
.table.layui-table .minus {
  font-weight: bold;
  color: #ff4949;
}
.table.layui-table .layui-form-switch {
  margin-top: 0;
  min-width: 40px;
  height: 20px;
  line-height: 20px;
  border: none;
  background-color: #dcdfe6;
}
.table.layui-table .layui-form-switch.layui-form-onswitch {
  border-color: var(--color);
  background-color: var(--color);
}
.table.layui-table .layui-form-switch.layui-form-onswitch i {
  margin-left: 0;
  left: 22px;
}
.table.layui-table .layui-form-switch i {
  top: 2px;
  left: 2px;
  background-color: #fff;
}
.order.layui-table thead tr th {
  border: none;
}
.order.layui-table .order-info:hover,
.order.layui-table .order-detail:hover {
  background-color: #f9f9f9;
}
.order.layui-table .order-detail:hover {
  background-color: #fff;
}
.order.layui-table .order-line {
  height: 16px;
}
.order.layui-table .order-info {
  background-color: #f9f9f9;
}
.order.layui-table .order-info .li {
  font-size: 13px;
  color: #333;
  display: inline-block;
  margin-right: 24px;
}
.order.layui-table .order-info .btns .btn {
  font-size: 13px;
  color: var(--color);
  padding: 0 12px;
  position: relative;
}
.order.layui-table .order-info .btns .btn:not(:last-of-type)::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 5px;
  right: 0;
}
.order.layui-table .goods-info {
  max-width: 250px;
  min-width: 200px;
  text-align: left;
}
.order.layui-table .goods-info .pic {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.order.layui-table .goods-info .pic img {
  width: 60px;
  height: 60px;
  border-radius: 2px;
}
.order.layui-table .goods-info .info {
  width: calc(100% - 70px);
  height: 60px;
  position: relative;
}
.order.layui-table .goods-info .name {
  font-size: 13px;
  line-height: 20px;
}
.order.layui-table .goods-info .param {
  height: 18px;
}
.order.layui-table .goods-info .param .text {
  max-width: 100%;
  font-size: 12px;
  color: var(--color);
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  background-color: rgba(22, 93, 255, 0.1);
  padding: 0 6px;
}
.order.layui-table .goods-info .sub {
  height: 22px;
  line-height: 22px;
}
.order.layui-table .goods-info .price {
  color: #ff4d4f;
}
.order.layui-table .goods-info .num span {
  color: #333;
  font-weight: bold;
  padding-left: 2px;
}
.order.layui-table .order-total {
  min-width: 152px;
  font-size: 13px;
}
.order.layui-table .order-total p {
  line-height: 18px;
}
.order.layui-table .order-total p span {
  color: #ff4d4f;
  font-weight: bold;
}
.order.layui-table .order-buyer {
  min-width: 112px;
  font-size: 13px;
}
.order.layui-table .order-buyer p {
  line-height: 18px;
}
.order.layui-table .order-address {
  min-width: 150px;
  max-width: 200px;
  text-align: left;
}
.order.layui-table .order-address li {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.order.layui-table .order-address li span {
  color: #333;
}
.order.layui-table .order-state {
  min-width: 98px;
}
.order.layui-table .order-star {
  min-width: 158px;
}
.order.layui-table .order-star .iconfont {
  font-size: 24px;
  color: var(--color);
}
.order.layui-table .order-operate {
  min-width: 98px;
}
.order.layui-table .order-content {
  max-width: 200px;
  text-align: left;
}
.order.layui-table .order-content p {
  line-height: 18px;
}
.order.layui-table .order-judge {
  width: 196px;
  text-align: left;
}
.order.layui-table .order-judge .img {
  width: 50px;
  height: 50px;
  margin: 3px 5px 3px 0;
}
/*订单详情页*/
.order-detail {
  width: 100%;
}
.order-detail .order-state {
  padding: 30px 0;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 16px;
}
.order-detail .order-state .state .li {
  position: relative;
}
.order-detail .order-state .state .li:not(:last-of-type) {
  margin-right: 40px;
}
.order-detail .order-state .state .li:not(:last-of-type)::after {
  content: '';
  width: 106px;
  height: 1px;
  background-color: rgba(22, 93, 255, 0.8);
  position: absolute;
  top: 27px;
  right: -74px;
}
.order-detail .order-state .state .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(22, 93, 255, 0.8);
}
.order-detail .order-state .state .icon .iconfont {
  font-size: 30px;
  color: #fff;
}
.order-detail .order-state .state .text {
  line-height: 18px;
  padding-top: 8px;
}
.order-detail .order-state .state .time {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.order-detail .order-state .status {
  padding-top: 30px;
}
.order-detail .order-state .status .tit {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 32px;
}
.order-detail .order-state .status .btns {
  margin-left: 20px;
}
.order-detail .order-info {
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 16px;
  padding: 20px 16px;
}
.order-detail .order-info .order_li {
  width: 25%;
}
.order-detail .order-info .tit {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 10px;
}
.order-detail .goods_info {
  height: 40px;
  line-height: 38px;
  border: 1px solid #dcdcdc;
  margin-top: 6px;
  margin-bottom: 10px;
}
.order-detail .goods_info .li {
  color: #333;
  width: 20%;
}
.order-detail .goods_info .li .label {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  padding: 0 40px;
  background-color: #f3f3f3;
  border-right: 1px solid #dcdcdc;
}
.order-detail .goods_info .li .text {
  font-size: 15px;
  font-weight: 700;
  flex: 1;
  padding-left: 16px;
}
.order-detail .goods_info .li .text .green {
  color: #2faf6e;
}
.order-detail .goods_info .li .text .blue {
  color: #2d6df2;
}
.order-detail .goods_info .li .text .red {
  color: #ff4949;
}
.order-detail .goods_info .li:not(:last-of-type) .text {
    border-right: 1px solid #dcdcdc;
} 
.order-detail .order-info li {
  display: flex;
  margin-bottom: 8px;
}
.order-detail .order-info li .t {
  width: 100px;
  text-align: right;
}
.order-detail .order-info li .text {
  flex: 1;
}
.order-detail .order-info .money .text {
  font-size: 16px;
  color: #ff4d4f;
}
.order-detail .order-goods {
  border-radius: 2px;
  background-color: #fff;
  padding: 20px 16px;
  margin-bottom: 16px;
}
.order-detail .order-goods a {
  color: var(--color) !important;
}
/*操作按钮*/
.operate a {
  font-size: 12px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  margin: 0 3px;
  border-radius: 3px;
}
.operate a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
.operate a .layui-icon-down {
  font-size: 10px;
  padding-left: 2px;
}
.operate span {
  padding-right: 2px;
}
.operate .green {
  background-color: #2faf6e;
}
.operate .blue {
  background-color: #2d6df2;
}
.operate .red {
  background-color: #ff4949;
}
.operate .yellow {
  background-color: #f49539;
}
.operate .orange {
  background-color: #ff5722;
}
.operate .gray {
  background-color: #999ea7;
}
.operate .purple {
  background-color: #748fe6;
}
/*编辑*/
.edit_wrap {
  width: 100%;
  height: calc(100vh - 132px);
  padding: 20px;
  border-radius: 2px;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
}
.edit_wrap .title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  padding-left: 28px;
  background-color: #f4f6f8;
  border-radius: 2px;
  position: relative;
  margin-bottom: 16px;
}
.edit_wrap .title:after {
  content: "";
  width: 3px;
  height: 14px;
  background: var(--color);
  position: absolute;
  top: 11px;
  left: 16px;
}
.edit_wrap .layui-form-item + .title {
  margin-top: 20px;
}
.edit_wrap .layui-form-label {
  height: 36px;
  padding: 0 12px 0 0;
  line-height: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.edit_wrap .layui-form-label.required:before {
  content: "*";
  color: #ff4949;
}
.edit_wrap .edit_table {
  margin-bottom: 16px;
}
.edit_wrap .layui-input-block {
  display: flex;
  width: 388px;
}
.edit_wrap .layui-input-block .layui-input,
.edit_wrap .layui-input-block .layui-textarea,
.edit_wrap .layui-input-block .layui-form-select {
  flex: 1;
}
.edit_wrap .layui-input-block .unit {
  width: 42px;
  height: 36px;
  line-height: 36px;
  background-color: #f4f8f9;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
}
.edit_wrap .layui-input-block.time {
  width: 388px;
  position: relative;
}
.edit_wrap .layui-input-block.time .layui-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.edit_wrap .layui-input-block.time .icon-calendar {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 6px;
  z-index: 9;
}
.edit_wrap .xmSelect {
  width: 388px;
  min-height: 36px;
}
.edit_wrap .layui-video {
  width: 352px;
  height: 206px;
}
.edit_wrap .layui-video video {
  width: 100%;
  height: 100%;
}
.edit_wrap .layui-form-upload {
  position: relative;
  border: 1px solid #eaeaea;
  box-sizing: unset;
}
.edit_wrap .layui-form-upload  a {
  display: block;
  width: inherit;
  height: inherit;
}
.edit_wrap .layui-form-upload.logo {
  width: 100px;
  height: 100px;
}
.edit_wrap .layui-form-upload.banner {
  width: 386px;
  height: 130px;
}
.edit_wrap .layui-form-upload .uploadBtn {
  width: inherit;
  height: inherit;
  border-radius: 2px;
  background: url(../images/uploadBtn.png) no-repeat center;
  cursor: pointer;
}
.edit_wrap .layui-form-upload .uploadBtn img {
  display: block;
  width: inherit;
  height: inherit;
}
.edit_wrap .layui-upload-list {
  min-height: 160px;
  width: 762px;
  padding: 10px 10px 0 10px;
  border: 1px dotted #aeaeae;
  border-radius: 2px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.edit_wrap .layui-upload-list .img {
  width: 140px;
  height: 140px;
  margin: 0 10px 10px 0;
  position: relative;
}
.edit_wrap .layui-upload-list .img:hover .close {
  display: block;
}
.edit_wrap .layui-upload-list .img:nth-child(5n) {
  margin-right: 0;
}
.edit_wrap .layui-upload-list .img img {
  width: 140px;
  height: 140px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.edit_wrap .layui-upload-list .img .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.edit_wrap .layui-upload-list .img .close span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  color: #ee0a24;
  border-radius: 50%;
  cursor: pointer;
}
.edit_wrap .editor {
  width: 920px;
  border: 1px solid #e6e6e6;
}
.edit_wrap .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-top: -16px;
  padding-left: 120px;
  margin-bottom: 12px;
}
.edit_wrap .layui-preview {
  background-color: #2faf6e;
  margin-left: 10px;
}
.layui-wrap {
  padding: 20px 20px 10px;
  border-radius: 2px;
  background-color: #f4f6f8;
  margin: -10px 0 20px 120px;
}
.layui-wrap .layui-btn.add {
  margin-bottom: 16px;
}
.layui-wrap .layui-table {
  margin-bottom: 10px;
}
.layui-wrap .layui-table tr:hover {
  background-color: #fff;
}
.layui-wrap .layui-table .layui-input {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.layui-wrap .layui-form-item {
  margin-bottom: 10px;
}
.layui-wrap .layui-input-block {
  width: 288px;
}
.layui-wrap .layui-input-block .layui-input,
.layui-wrap .layui-input-block .layui-textarea {
  background-color: #fff;
}
.layui-form-btns {
  width: 100%;
  height: 60px;
  padding: 14px 0 14px 140px;
  background-color: #fff;
  border-top: 1px solid #e9edef;
}
.layui-form-btns .layui-btn {
  padding: 0 22px;
}
.popUp {
  display: none;
  padding: 20px 20px 0;
}
.popUp .layui-input-block {
  display: flex;
  width: 300px;
}
.popUp .layui-input-block .layui-input,
.popUp .layui-input-block .layui-textarea,
.popUp .layui-input-block .layui-form-select {
  flex: 1;
}
.popUp .layui-input-block .unit {
  width: 42px;
  height: 36px;
  line-height: 36px;
  background-color: #f4f8f9;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
}
.popUp .layui-form-label {
  height: 36px;
  padding: 0 12px 0 0;
  line-height: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.popUp .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-top: -16px;
  padding-left: 120px;
  margin-bottom: 12px;
}
.popUp .xmSelect {
  width: 300px;
  min-height: 36px;
}
.popUp .layui-form-upload {
  position: relative;
  border: 1px solid #eaeaea;
  box-sizing: unset;
}
.popUp .layui-form-upload.logo {
  width: 80px;
  height: 80px;
}
.popUp .layui-form-upload.banner {
  width: 150px;
  height: 100px;
}
.popUp .layui-form-upload .uploadBtn {
  width: inherit;
  height: inherit;
  border-radius: 2px;
  background: url(../images/uploadBtn.png) no-repeat center;
  cursor: pointer;
}
.popUp .layui-form-upload .uploadBtn img {
  display: block;
  width: inherit;
  height: inherit;
}
.popUp .layui-btns {
  border-top: 1px solid #eee;
  padding: 20px 0;
  margin-top: 20px;
}
/*分页*/
.pages {
  height: 70px;
  padding: 30px 0 10px;
}
.pages .total {
  color: #333;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
}
.pages .pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.pages .pagination li {
  display: inline;
}
.pages .pagination li > a,
.pages .pagination li > span {
  position: relative;
  float: left;
  padding: 0 10px;
  height: 30px;
  margin-right: 4px;
  line-height: 28px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pages .pagination li:first-child > a,
.pages .pagination li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pages .pagination li > a:hover,
.pages .pagination li > span:hover,
.pages .pagination li > a:focus,
.pages .pagination li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #165dff;
  border-color: #165dff;
}
.pages .pagination .active > a,
.pages .pagination .active > span,
.pages .pagination .active > a:hover,
.pages .pagination .active > span:hover,
.pages .pagination .active > a:focus,
.pages .pagination .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #165dff;
  border-color: #165dff;
}
.pages .pagination .disabled > span,
.pages .pagination .disabled > span:hover,
.pages .pagination .disabled > span:focus,
.pages .pagination .disabled > a,
.pages .pagination .disabled > a:hover,
.pages .pagination .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pages .layui-input-block {
  width: 98px;
}
.pages .layui-input {
  height: 30px;
  line-height: 30px;
}
.pages select[lay-ignore] {
  height: 30px;
  padding: 3px 5px;
  border-radius: 2px;
  border: 1px solid #eee;
  cursor: pointer;
}
