@charset "UTF-8";
/*通用*/
/*通用*/
input {
  height: 24px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #e5e5e5;
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out; }
  input:hover {
    border: 1px solid #108ee9; }

textarea {
  height: 24px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #e5e5e5;
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out; }
  textarea:hover {
    border: 1px solid #108ee9; }

button {
  cursor: pointer;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #FFF;
  padding: 0 12px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle; }
  button i {
    margin-right: 5px; }
  button.blue {
    background: #108ee9;
    color: #FFF;
    border-color: #108ee9;
    padding: 0 15px; }
    button.blue:hover {
      background: #49a9ee;
      border-color: #49a9ee;
      color: #FFF;
      -webkit-transition: all 0.3s ease-out; }
  button.red {
    background: #ff2724;
    color: #FFF;
    border-color: #ff2724; }
    button.red:hover {
      background: #fb4947;
      color: #FFF;
      border-color: #fb4947;
      opacity: .8; }
  button:hover {
    border-color: #108ee9;
    color: #108ee9;
    -webkit-transition: all 0.3s ease-out; }

.red {
  color: #ff2724; }

.red1 {
  color: #f94100; }

.blue {
  color: #108ee9; }

.green {
  color: #4dbe0f; }

.brown {
  color: #ee8c01; }

.gray {
  color: #999; }

.must {
  color: #ff2724; }

.bold {
  font-weight: bold; }

.minauto {
  min-width: inherit !important; }

.selectshow {
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .selectshow:after {
    font-family: anticon !important;
    font-style: normal;
    vertical-align: baseline;
    text-transform: none;
    text-rendering: auto;
    position: absolute;
    content: "\E61D";
    right: -15px;
    top: 7px;
    font-size: 12px;
    -webkit-transform: scale(0.8);
    -webkit-transition: all 0.3s ease-out; }
  .selectshow:hover .scm-input {
    border-color: #108ee9; }
  .selectshow.on:after {
    -webkit-transform: rotate(-180deg) scale(0.8);
    top: 6px; }
  .selectshow:hover {
    color: #108ee9; }

.hand {
  cursor: pointer; }

a {
  color: #666; }

a:hover {
  text-decoration: none;
  color: #108ee9; }

.icon-qq {
  width: 18px;
  height: 20px;
  margin: 0 5px -8px;
  display: inline-block;
  background: url(../images/qq.png) no-repeat; }

.skin-searchMore {
  border-radius: 4px !important; }
  .skin-searchMore .form-list {
    min-width: inherit; }
  .skin-searchMore .operation {
    margin: 0 10px; }
  .skin-searchMore .layui-layer-close:hover {
    background: url(../images/layerclose.png) no-repeat 0 1px;
    opacity: 1 !important; }
  .skin-searchMore .layui-layer-title {
    border-radius: 4px 4px 0 0;
    border-color: #e9e9e9;
    background: #fff;
    color: #333;
    font-weight: 700; }
  .skin-searchMore .layui-layer-btn {
    text-align: right;
    padding: 7px 4px 7px 10px !important;
    border-top: 1px solid #e9e9e9; }
    .skin-searchMore .layui-layer-btn a {
      padding: 0 18px;
      height: 32px;
      line-height: 32px;
      border-radius: 4px; }
    .skin-searchMore .layui-layer-btn .layui-layer-btn1 {
      background: transparent; }
      .skin-searchMore .layui-layer-btn .layui-layer-btn1:hover {
        border-color: #108ee9;
        color: #108ee9;
        transition: all 0.3s ease-out; }
    .skin-searchMore .layui-layer-btn .layui-layer-btn0 {
      background: #108ee9;
      border-color: #108ee9; }
  .skin-searchMore .button-total {
    position: fixed;
    bottom: 0;
    left: 10px; }
    .skin-searchMore .button-total > div {
      float: left;
      line-height: 47px;
      margin-right: 20px; }
      .skin-searchMore .button-total > div span {
        color: #f94100; }
  .skin-searchMore .box-table {
    margin-bottom: 10px; }

.skin-overflow .layui-layer-content {
  overflow: visible !important; }

.mycheckbox em,
.mycheckbox-read em, .mycheckbox-readCheck em {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px; }
  .mycheckbox em:hover,
  .mycheckbox-read em:hover, .mycheckbox-readCheck em:hover {
    border-color: #108ee9; }

.mycheckbox-read em {
  background: #eaeaea; }

.mycheckbox.active em, .mycheckbox-readCheck em {
  background: #108ee9;
  border-color: #108ee9; }
  .mycheckbox.active em:after, .mycheckbox-readCheck em:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 1px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.mycheckradio em,
.mycheckradio-read em, .mycheckradio-readCheck em {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px; }
  .mycheckradio em:hover,
  .mycheckradio-read em:hover, .mycheckradio-readCheck em:hover {
    border-color: #108ee9; }

.mycheckradio-read em {
  background: #eaeaea; }

.mycheckradio.active em, .mycheckradio-readCheck em {
  background: #108ee9;
  border-color: #108ee9; }
  .mycheckradio.active em:after, .mycheckradio-readCheck em:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    top: 3px;
    left: 3px;
    border-radius: 50%; }

.box-table-quick {
  margin: 0 10px 0;
  height: 36px;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  border-radius: 3px;
  padding: 0 13px 0 13px; }
  .box-table-quick ul {
    position: absolute;
    width: auto;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
    top: 34px;
    left: 0;
    line-height: 25px;
    padding: 2px 0;
    z-index: 3;
    max-height: 150px;
    overflow: auto; }
    .box-table-quick ul li {
      padding: 2px 16px;
      white-space: nowrap;
      cursor: pointer; }
      .box-table-quick ul li:hover {
        color: #108ee9;
        background: #ecf6fd; }
  .box-table-quick .quick-sort .sort-item {
    float: left;
    padding: 0 24px 0 10px;
    line-height: 36px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    border-width: 0 1px 0 1px; }
    .box-table-quick .quick-sort .sort-item.activeColor {
      color: #108ee9; }
    .box-table-quick .quick-sort .sort-item.activeloc i:before {
      content: "\e61a"; }
  .box-table-quick .quick-notice {
    float: left;
    color: #ee8c01;
    line-height: 36px;
    margin-left: 5px; }
    .box-table-quick .quick-notice span {
      margin-left: 20px; }
  .box-table-quick .quick-page {
    float: right;
    margin-right: 15px; }
    .box-table-quick .quick-page p {
      float: left;
      line-height: 34px; }
      .box-table-quick .quick-page p .anticon {
        margin: 0 5px;
        cursor: pointer; }
        .box-table-quick .quick-page p .anticon:hover {
          color: #108ee9; }
      .box-table-quick .quick-page p span.now {
        color: #108ee9; }

.tableselect-add button {
  height: 22px; }
  .tableselect-add button.disabled {
    background: #999;
    border-color: #999; }

.slidebar-inner {
  position: absolute;
  left: -36px;
  width: 36px;
  height: 100%; }
  .slidebar-inner .slidebar-car {
    position: absolute;
    background: #ff2724;
    top: 70px;
    width: 38px;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px 0 0 4px;
    z-index: 2; }
    .slidebar-inner .slidebar-car:hover {
      transition: all 0.3s ease-out;
      background: #fb4947; }
    .slidebar-inner .slidebar-car i {
      font-size: 18px; }
    .slidebar-inner .slidebar-car p {
      width: 12px;
      margin: 5px auto 0;
      line-height: 14px;
      font-size: 12px; }
    .slidebar-inner .slidebar-car .num {
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: inline-block;
      background: #fff;
      color: #ff2724;
      margin-top: 5px;
      line-height: 22px; }
  .slidebar-inner .slidebar-totop,
  .slidebar-inner .slidebar-qq {
    position: absolute;
    bottom: 140px;
    height: 36px;
    margin-bottom: 1px;
    background: #108ee9;
    border-radius: 5px 0 0 5px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    color: #fff; }
    .slidebar-inner .slidebar-totop i,
    .slidebar-inner .slidebar-qq i {
      font-size: 26px;
      margin-top: 5px; }
  .slidebar-inner .slidebar-totop {
    opacity: 0; }
  .slidebar-inner .slidebar-qq {
    bottom: 178px; }
    .slidebar-inner .slidebar-qq .icon-slidebar-qq {
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(../images/slidebar-qq.png) no-repeat;
      background-size: 100%;
      margin-top: 7px; }

.list-wrap-empty {
  text-align: center;
  position: relative; }
  .list-wrap-empty .list-wrap-empty-infor {
    height: 162px;
    position: absolute;
    top: 50%;
    margin-top: -91px;
    left: 50%;
    margin-left: -55px; }
    .list-wrap-empty .list-wrap-empty-infor div {
      color: #999; }
  .list-wrap-empty .icon-shoppingcart {
    font-size: 130px;
    color: #eee;
    margin-bottom: 20px;
    margin-left: -20px; }

.slidebar-wrap {
  height: 100%;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 400px;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05); }
  .slidebar-wrap .slidebar {
    overflow: hidden; }
    .slidebar-wrap .slidebar .group {
      margin: 10px; }
      .slidebar-wrap .slidebar .group .select-search {
        width: 100%;
        left: 0; }
        .slidebar-wrap .slidebar .group .select-search li {
          overflow: hidden;
          text-overflow: ellipsis; }
    .slidebar-wrap .slidebar .group .scm-input-wrap {
      float: none;
      display: block; }
    .slidebar-wrap .slidebar .group-text {
      text-align: center; }
  .slidebar-wrap .list-wrap {
    overflow: auto; }
  .slidebar-wrap .list-total {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    height: 70px;
    padding: 10px; }
    .slidebar-wrap .list-total .list-total-left {
      float: left; }
      .slidebar-wrap .list-total .list-total-left span {
        color: #f94100;
        line-height: 24px;
        font-weight: bold; }
    .slidebar-wrap .list-total button {
      float: right;
      margin-top: 8px;
      padding: 0 30px; }
  .slidebar-wrap .list-total-price {
    padding-left: 18px; }

.list-section .name {
  background: #f7f7f7;
  height: 36px;
  line-height: 36px;
  padding-left: 10px; }

.list-section .list-item {
  position: relative;
  padding: 15px 10px 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5; }
  .list-section .list-item:hover {
    background: #ecf6fd;
    transition: all 0.3s ease-out; }
    .list-section .list-item:hover .sum .delete {
      display: block; }
  .list-section .list-item p {
    float: left;
    padding: 0 10px; }
  .list-section .list-item .infor:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .list-section .list-item .infor label {
    float: left;
    margin-left: 10px;
    margin-top: 2px; }
  .list-section .list-item .infor p {
    padding: 0 0 0 4px;
    /*width:344px;*/
    word-break: break-all;
    line-height: 16px;
    color: #333;
    font-weight: bold;
    white-space: nowrap; }
  .list-section .list-item .infor .line {
    border-right: 1px solid #ccc;
    margin: 0 10px; }
  .list-section .list-item .sum {
    margin-left: 23px;
    margin-top: 10px; }
    .list-section .list-item .sum:after {
      content: "";
      display: block;
      height: 0;
      clear: both; }
    .list-section .list-item .sum p span {
      font-weight: bold; }
    .list-section .list-item .sum .delete {
      float: right;
      color: #108ee9;
      display: none;
      margin-top: 5px; }
  .list-section .list-item .count {
    float: left; }
    .list-section .list-item .count button {
      float: left;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 20px;
      font-size: 16px;
      cursor: pointer;
      padding: 0; }
    .list-section .list-item .count .scm-btnMinus {
      border-radius: 3px 0 0 3px;
      border-right: 0; }
      .list-section .list-item .count .scm-btnMinus:hover {
        border-color: #e5e5e5; }
    .list-section .list-item .count .scm-btnAdd {
      border-radius: 0px 3px 3px 0;
      border-left: 0; }
      .list-section .list-item .count .scm-btnAdd:hover {
        border-color: #e5e5e5; }
    .list-section .list-item .count input {
      float: left;
      width: 60px;
      text-align: center;
      border-radius: 0; }
  .list-section .list-item .calec {
    overflow: hidden;
    margin: 15px 0 0px 23px;
    line-height: 24px; }
  .list-section .list-item .fr {
    float: right; }
  .list-section .list-item .state {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    background-color: #f5f5f5;
    color: #999; }
    .list-section .list-item .state.active {
      background-color: #ff2724;
      color: #fff; }
