﻿/* 0.bill */
.bill {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 1.bill-menu */
.bill-side {
  width: 230px;
}

.bill-cons {
  width: calc(100% - 260px);
}

.bill-area {
  width: 100%;
  height: auto;
}

.bill-menu {
  width: 100%;
  height: auto;
}

.bill-menu h3 {
  width: 100%;
  height: 60px;
  background-color: #2c86d4;
  color: #ffffff;
  font-size: 23px;
  overflow: hidden;
  padding: 0 20px;
  margin-top: 0;
}

.bill-menu h3 i {
  font-style: normal;
  line-height: 60px;
}

.bill-menu h3 img {
  float: right;
  width: 24px;
  height: 24px;
  margin-top: 17px;
}

.bill-menu ul {
  width: 100%;
  padding: 0 20px;
  margin-top: 15px;
}

.bill-menu ul span,
.bill-menu ul a {
  display: block;
}

.bill-menu ul span {
  font-weight: bold;
}

.bill-menu ul span a {
  color: #000000;
  font-size: 17px;
}

.bill-menu ul .item {
  padding-left: 17px;
  margin: 10px 0;
}

.bill-menu ul .item a {
  font-size: 15px;
  line-height: 32px;
  color: #000000;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.bill-menu ul .item a:hover {
  transform: scale(1.03);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.bill-menu ul .item a.active {
  color: #2c86d4;
}

.bill .bill-side .bill-close {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: right;
  color: #37641f;
  font-size: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 7px;
  display: none;
  cursor: pointer;
}

.bill .bill-cons .bill-pou {
  display: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 9px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  line-height: 23px;
}

.bill .bill-cons .bill-pou span {
  font-size: 15px;
  font-weight: bold;
}

.bill .bill-cons .bill-pou img {
  float: right;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .bill .bill-side {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 680px;
    display: none;
    z-index: 300;
    background-color: #f7f7f7;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    overflow: hidden;
  }
  .bill-menu {
    height: 45vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .bill .bill-side .bill-close {
    display: block;
  }
  .bill .bill-cons .bill-pou {
    display: block;
  }
  .bill .bill-cons {
    width: 100%;
    padding-left: 0;
  }
  .bill-menu h3 {
    height: 47px;
    font-size: 17px;
    padding: 0 15px;
  }
  .bill-menu h3 i {
    line-height: 47px;
  }
  .bill-menu h3 img {
    width: 19px;
    height: 19px;
    margin-top: 13px;
  }
  .bill-menu ul {
    padding: 0 15px;
  }
  .bill-menu ul span a {
    font-size: 14px;
  }
  .bill-menu ul .item {
    padding-left: 0;
    margin: 0 0 7px;
  }
  .bill-menu ul .item a {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
  }
  .bill-menu ul .item a:not(:last-child) {
    margin-right: 7px;
  }
}

/* 2.bill-bill-crumbs */
.bill-crumbs {
  line-height: 40px;
  font-size: 17px;
  margin: 15px 0 0;
  padding-bottom: 0;
  border-bottom: 2px solid #d2d2d2;
}

.bill-crumbs img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.bill-crumbs a,
.bill-crumbs i {
  color: #5c5c5c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.bill-crumbs i {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.bill-crumbs span {
  color: #5c5c5c;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .bill-crumbs {
    margin: 10px 0;
    font-size: 14px;
    line-height: 27px;
  }
  .bill-crumbs img {
    width: 15px;
    margin-right: 3px;
  }
  .bill-crumbs i {
    margin-left: 3px;
    margin-right: 3px;
  }
}

/* 3.cher */
.cher {
  padding: 30px 20px 50px;
  border-bottom: 2px solid #e4e4e4;
}

.cher-border {
  border: 2px solid #e4e4e4;
  border-radius: 5px;
}

/* 3-1.cher-hunt */
.cher-hunt {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px 30px;
}
.cher-hunt2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f5f5;

}
.cher-hunt-box {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  overflow: hidden;
}

.cher-hunt-sear {
  float: left;
  border: 2px solid #cdcdcd;
  width: calc(100% - 85px);
  height: 100%;
}

.cher-hunt .cher-add {
  float: right;
  display: block;
  width: 85px;
  line-height: 42px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #327ab9;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
}
.cher-hunt .cher-add a{

  color: #ffffff;
}
.bill-view {
  margin: 50px auto;
  width: 100%;
  font-size: 14px;
}
.bill-view tr{
  height: 30px;
  font-size: 14px;
}
.cher-hunt-sear em {
  float: left;
  display: block;
  width: 75px;
  line-height: 40px;
  height: 100%;
  box-sizing: border-box;
  border-right: 2px solid #cdcdcd;
  text-align: center;
  background-color: #eeeeee;
  font-size: 15px;
  cursor: pointer;
  color: #6a6a6b;
}

.cher-hunt-sear input {
  float: right;
  width: calc(100% - 75px);
  height: 100%;
  border: 0;
  outline: 0;
  background-color: #ffffff;
  font-size: 15px;
  padding: 0 15px;
  color: #a4a3a2;
}

.cher-hunt-sear input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #a4a3a2;
}
.cher-hunt-sear input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a4a3a2;
}
.cher-hunt-sear input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a4a3a2;
}
.cher-hunt-sear input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a4a3a2;
}

@media (max-width: 1000px) {
  .cher-border {
    border-radius: 2px;
  }
  .cher {
    padding: 15px 0 30px;
  }
  .cher-hunt {
    padding: 0;
  }
  .cher-hunt.cher-border {
    border: 0;
  }
  .cher-hunt-box {
    border-radius: 0;
    height: 38px;
  }
  .cher-hunt-sear {
    width: calc(100% - 65px);
  }
  .cher-hunt .cher-add {
    width: 65px;
    font-size: 14px;
    line-height: 38px;
  }
  .cher-hunt-sear {
    border: 1px solid #cdcdcd;
  }
  .cher-hunt-sear em {
    width: 55px;
    font-size: 14px;
    line-height: 36px;
    border-right: 1px solid #cdcdcd;
  }
  .cher-hunt-sear input {
    width: calc(100% - 55px);
    font-size: 13px;
    padding: 0 10px;
  }
}

/* 3-2.cher-type */
.cher-type {
  margin-top: 5px;
}

.cher-type li {
  margin-top: 20px;
  padding: 25px 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.cher-type li:first-child {
  margin-top: 0;
}

.cher-type li .cher-txt {
  width: calc(100% - 220px);
}

.cher-type li .cher-set {
  width: 180px;
}

.cher-type li .cher-txt dl {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #656662;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cher-type li .cher-txt dl:last-child {
  margin-bottom: 0;
}

.cher-type li .cher-txt dl dd {
  line-height: 30px;
}

.cher-type li .cher-txt dl dd:first-child {
  width: 90px;
  text-align: justify;
  text-align-last: justify;
}

.cher-type li .cher-txt dl dd:last-child {
  width: calc(100% - 105px);
}

.cher-type li .cher-set .cher-del {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: #327ab9;
  font-size: 13px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 3px;
  margin-top: 5px;
}


.cher-type li .cher-set .cher-del i {
  font-style: normal;
  color: #ffffff;
}
.cher-type li .cher-set .cher-del img {
  width: 17px;
  height: 17px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.cher-fault label {
  font-weight: normal;
  color: #6c6b6a;
  margin-left: 3px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.cher-fault input[type="checkbox"] {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}

@media (max-width: 1000px) {
  .cher-type li {
    margin-top: 15px;
    padding: 20px 15px;
    flex-direction: column;
  }
  .cher-type li .cher-txt {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .cher-type li .cher-set {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .cher-fault label {
    font-size: 12px;
    margin-left: -2px;
  }
  .cher-fault input[type="checkbox"] {
    width: 10px;
    height: 10px;
    margin-bottom: -1px;
  }
  .cher-type li .cher-set .cher-del {
    margin-top: 0;
    margin-left: 10px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .cher-type li .cher-set .cher-del img {
    width: 13px;
    height: 13px;
  }
  .cher-type li .cher-txt dl {
    font-size: 13px;
  }
  .cher-type li .cher-txt dl dd {
    line-height: 24px;
  }
  .cher-type li .cher-txt dl dd:first-child {
    width: 75px;
  }
  .cher-type li .cher-txt dl dd:last-child {
    width: calc(100% - 85px);
  }
}

/* 4.bill-add */
.bill-add {
  margin: 50px auto;
  max-width: 580px;
  width: 100%;
}

.bill-form li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  overflow: hidden;
}

.bill-form li:first-child {
  margin-top: 0;
}

.bill-form li span {
  font-size: 15px;
  color: #4d4d4d;
  font-weight: bold;
  width: 110px;
  text-align: right;
}

.bill-form li em {
  display: block;
  font-size: 18px;
  color: #ff2e2e;
  width: 10px;
  text-align: right;
}
.bill-form li em span{
  color: #ff2e2e;
}

.bill-form li .gp {
  width: calc(100% - 140px);
  overflow: hidden;
}

.bill-form li:nth-child(1) .gp,
.bill-form li:nth-child(2) .gp {
  width: calc(100% - 120px);
}

.bill-form li .gp input {
  height: 34px;
  border: 2px solid #dddddd;
  outline: 0;
  font-size: 14px;
  padding: 0 10px;
  color: #a4a3a2;
  resize: none;
  border-radius: 3px;
  background-color: #ffffff;
}
.bill-form li .gp textarea {
  width: 100%;
  height: 90px;
  border: 2px solid #dddddd;
  outline: 0;
  background-color: #ffffff;
  font-size: 14px;
  padding: 7px 10px;
  color: #a4a3a2;
  resize: none;
  border-radius: 5px;
}

.bill-form li .gp select {
  max-width: 180px;
  width: 100%;
  height: 38px;
  border: 2px solid #dddddd;
  outline: 0;
  background-color: transparent;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 10px;
}

.bill-form li .gp .opts {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bill-form li .gp .opts label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.bill-form li .gp .opts input[type="radio"] {
vertical-align: bottom;
}

.bill-form li .gp .opts s {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: auto;
  padding: 0px 50px 0px 10px;
  text-align: center;
  font-weight: normal;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bill-form li .gp .opts input[type="radio"]:checked + s {
  background-color: #fef0d3;
  border-color: #e1941f;
  color: #9b630e;
}

.bill-add .cher-fault {
  margin-top: 30px;
  margin-left: 120px;
}

.bill-add .cher-fault label {
  color: #4d4d4d;
}

.bill-add .bill-save {
  margin-top: 30px;
  margin-left: 120px;
}

.bill-add .bill-save span {
  display: inline-block;
  width: 85px;
  height: 36px;
  border-radius: 3px;
  font-size: 14px;
  color: #4d4d4d;
  text-align: center;
  cursor: pointer;
}
/*
.bill-add .bill-save span:first-child {
  margin-right: 15px;
  color: #ffffff;
  background-color: #327ab9;
  line-height: 36px;
}

.bill-add .bill-save span:last-child {
  border: 2px solid #dddddd;
  line-height: 34px;
}
*/
/* 新增提交按钮修改 */
.bill-add .bill-save .bill-save-btns {
  display: inline-block;
  width: 85px;
  height: 36px;
  border-radius: 3px;
  font-size: 14px;
  color: #4d4d4d;
  text-align: center;
  cursor: pointer;
  outline: 0;
  border: 0;
}
/* 新增提交按钮修改 */
.bill-add .bill-save span:first-child .bill-save-btns {
  margin-right: 15px;
  color: #ffffff;
  background-color: #327ab9;
  line-height: 36px;
}
/* 新增提交按钮修改 */
.bill-add .bill-save span:last-child .bill-save-btns {
  border: 2px solid #dddddd;
  line-height: 34px;
}
/* 发票信息新增按钮 */
.cher-add-btns {
  float: right;
  display: block;
  width: 85px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  text-align: center;
  background-color: #327ab9;
  font-size: 13px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 3px;
  margin-bottom: 20px;
}
.cher-add-btns a {
    color: #ffffff;
}
@media (max-width: 1000px) {
  .bill-form li {
    margin-top: 10px;
  }
  .bill-form li span {
    font-size: 12px;
    width: 85px;
  }
  .bill-form li .gp {
    width: calc(100% - 100px);
  }

  .bill-form li:nth-child(1) .gp,
  .bill-form li:nth-child(2) .gp {
    width: calc(100% - 90px);
  }

  .bill-form li .gp textarea {
    border-radius: 3px;
    font-size: 12px;
    padding: 7 9px;
    height: 65px;
  }

  .bill-form li .gp select {
    height: 36px;
    font-size: 12px;
    padding: 0 7px;
  }
  .bill-form li .gp .opts {
    flex-direction: column;
  }
  .bill-form li .gp .opts s {
    font-size: 12px;
    line-height: 25px;
    padding: 7px 15px;
  }
  .bill-add .cher-fault {
    margin-top: 0;
    margin-left: 90px;
  }
  .bill-add .bill-save {
    margin-top: 15px;
    margin-left: 90px;
  }
  .bill-add .bill-save span {
    width: 65px;
    font-size: 13px;
    height: 32px;
  }
  .bill-add .bill-save span:first-child {
    margin-right: 10px;
    line-height: 33px;
  }
  .bill-add .bill-save span:last-child {
    line-height: 30px;
  }
}

/* 5.tage */
.shop {
  padding: 30px 0 160px;
}

.tage {
  margin-top: 30px;
}

.tage ul {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 15px;
}
.tage ul th{
  text-align: center; 
  font-size: 15px;
    height: 35px;
}
.tage ul td{
  text-align: center; 
  font-size: 14px;
    height: 32px;
}
.bill-view th{
  text-align: center; 
  font-size: 15px;
    height: 35px;
}
.title_top {
	background-color:#A5C8F0;
	font-weight:bold;
	font-size:14px;
	border:#77AEEE 1px solid;
}
.bill-view td{
  
  font-size: 14px;
    height: 32px;
}
.tage ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tage ul li span {
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
  width: 11%;
  min-width: 90px;
  padding: 15px 5px;
  margin: 0;
  text-align: center;
  border-bottom: 2px solid #e9e9e9;
}

.tage ul li span input {
  width: 10px;
  height: 10px;
}

.tage ul li:first-child span {
  color: #ffffff;
  font-weight: bold;
  background-color: #2279c8;
  border-bottom: 0;
}

.tage ul li span:nth-child(1) {
  width: 30px;
  min-width: 30px;
}

.tage ul li span:nth-child(2) {
  min-width: 120px;
}

.tage ul li span:nth-child(3) {
  min-width: 230px;
}

.tage ul li span:nth-child(8) {
  color: #f0229e;
}

.tage ul li:first-child span:nth-child(8) {
  color: #ffffff;
}

.tage ul li span:nth-child(10) {
  min-width: 120px;
}

.tage ul li span:nth-child(11) {
  min-width: 85px;
}

.tage ul li span:nth-child(10) i {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #676668;
  cursor: pointer;
}

.tage-total {
  margin-top: 20px;
  overflow: hidden;
}

.tage-total .tage-set {
  float: left;
}

.tage-total .tage-price {
  float: right;
}

.tage-total .tage-set span {
  display: inline-block;
  width: 85px;
  height: 36px;
  line-height: 37px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.tage-total .tage-set span:first-child {
  margin-right: 10px;
  background-color: #327ab9;
}

.tage-total .tage-set span:last-child {
  background-color: #da534f;
}

.tage-total .tage-price dl {
  font-size: 15px;
  color: #000000;
  padding-bottom: 5px;
  border-bottom: 2px solid #dddddd;
}

.tage-total .tage-price dl dd {
  line-height: 30px;
}

.tage-total .tage-price p {
  font-size: 17px;
  font-weight: bold;
  margin-top: -5px;
}

.tage-total .tage-price p b {
  color: #fe0000;
}

@media (max-width: 1000px) {
  .shop {
    margin-top: 20px;
  }
  .tage ul {
    font-size: 13px;
  }
  .tage ul li input {
    width: 9px;
    height: 9px;
  }
  .tage ul li span {
    padding: 10px 5px;
  }
  .tage ul li span:nth-child(10) i {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
  }
  .tage-total {
    margin-top: 10px;
  }
  .tage-total .tage-set span {
    width: 60px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .tage-total .tage-set span:first-child {
    margin-right: 3px;
  }
  .tage-total .tage-price dl {
    font-size: 13px;
  }
  .tage-total .tage-price dl dd {
    line-height: 24px;
  }
  .tage-total .tage-price p {
    font-size: 14px;
    margin-top: -9px;
  }
}

/* 6.mation */
.mation {
  margin-top: 20px;
}

.mation li {
  margin-top: 20px;
  border: 2px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
}

.mation li:first-child {
  margin-top: 0;
}

.mation li span {
  float: right;
  display: block;
  width: 60px;
  height: 28px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.mation li .sub span {
  background-color: #faa42b;
}

.mation li .bom span {
  background-color: #327ab9;
}

.mation li .sub {
  font-size: 15px;
  color: #000000;
  padding: 10px 15px 7px;
  background-color: #eeeeee;
  border-bottom: 2px solid #dddddd;
  overflow: hidden;
}

.mation li .sub em {
  line-height: 30px;
}

.mation li .sub em i {
  font-style: normal;
  color: #ff0101;
}

.mation li .bom {
  padding: 20px 15px;
}

.mation li .bom .sear {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  background-color: #ececec;
  border-bottom: 2px solid #dddddd;
  overflow: hidden;
}

.mation li .bom .sear em {
  float: left;
  font-size: 14px;
  width: 60px;
  text-align: center;
  line-height: 34px;
  color: #000000;
  cursor: pointer;
}

.mation li .bom .sear input {
  float: right;
  width: calc(100% - 60px);
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 13px;
  margin-bottom: -3px;
}

.mation li .bom .item dd {
  width: 100%;
  border-bottom: 2px solid #dddddd;
  padding: 15px 10px 10px;
  overflow: hidden;
  background-color: #ececec;
  font-size: 15px;
  line-height: 28px;
}

.mation li .bom .item dd:nth-child(even) {
  background-color: #f6f6f6;
}

.mation li .bom .item dd label {
  float: right;
  width: calc(100% - 30px);
  font-weight: normal;
  color: #000000;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.mation li .bom .item dd label input {
  margin-right: 3px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.mation li .bom .item dd label s {
  text-decoration: none;
}

.mation li .bom .item dd label i {
  font-style: normal;
  color: #fe0000;
}

.mation li .bom .ress {
  padding: 10px 10px 0;
  display: flex;
}

.mation li .bom .ress em {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin-right: 5px;
}

.mation li .bom .ress label {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  margin-top: 10px;
}

.mation li .bom .ress label:first-child {
  margin-top: 0;
}

.mation li .bom .ress label input {
  margin-right: 3px;
  margin-bottom: 6px;
  vertical-align: middle;
}

.mation li .bom .ress label s {
  text-decoration: none;
}

.mation li .bom .ress label i {
  font-style: normal;
  background-color: #efad4d;
  color: #ffffff;
  margin-left: 5px;
  padding: 3px 7px;
  font-size: 12px;
}

.mation-num {
  margin-top: 20px;
  border-top: 2px solid #e0e0e0;
  background-color: #ececec;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mation-num .mation-price {
  padding: 20px 15px;
  color: #000000;
}

.mation-num .mation-price dl {
  margin-bottom: 0;
  display: inline-block;
  font-size: 15px;
}

.mation-num .mation-price dl dd {
  line-height: 30px;
}

.mation-num .mation-price p {
  display: inline-block;
  margin-left: 20px;
  font-size: 17px;
  font-weight: bold;
}

.mation-num .mation-price p b {
  color: #fe0000;
  font-size: 19px;
}

.mation-num .mation-mit em {
  color: #fe761d;
  font-size: 15px;
  margin-right: 20px;
  line-height: 40px;
}

.mation-num .mation-mit span {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fe761d;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
.mation-num .mation-mit span input {
border: none;
background: #fe761d;
}
@media (max-width: 1000px) {
  .mation li {
    margin-top: 15px;
    border-radius: 3px;
  }
  .mation li span {
    width: 50px;
    height: 24px;
    line-height: 26px;
  }
  .mation li .sub {
    font-size: 13px;
    padding: 10px 10px 7px;
  }
  .mation li .sub em {
    line-height: 25px;
  }
  .mation li .bom {
    padding: 0;
  }
  .mation li .bom .item dd:last-child {
    border-bottom: 0;
  }
  .mation li .bom .item dd label {
    width: 100%;
  }
  .mation li .bom .item dd {
    font-size: 12px;
    line-height: 23px;
  }
  .mation li .bom .item dd label input {
    width: 11px;
    height: 11px;
  }
  .mation li .bom .ress {
    border-top: 2px solid #dddddd;
    flex-direction: column;
  }
  .mation li .bom .ress em {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
  }
  .mation li .bom .ress label {
    font-size: 12px;
    margin-top: 5px;
  }
  .mation li .bom .ress label i {
    padding: 0 3px;
  }
  .mation li .bom .ress label input {
    width: 11px;
    height: 11px;
  }
  .mation-num {
    flex-direction: column;
    padding: 15px 5px;
  }
  .mation-num .mation-price {
    padding: 0 0 10px;
  }
  .mation-num .mation-price dl {
    font-size: 13px;
  }
  .mation-num .mation-price dl dd {
    display: inline-block;
    line-height: 27px;
  }
  .mation-num .mation-price dl dd:first-child {
    margin-right: 3px;
  }
  .mation-num .mation-price p {
    margin-left: 3px;
    font-size: 13px;
  }
  .mation-num .mation-price p b {
    font-size: 13px;
  }
  .mation-num .mation-mit {
    text-align: center;
  }
  .mation-num .mation-mit em {
    font-size: 13px;
    display: block;
    margin-right: 0;
  }
  .mation-num .mation-mit span {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
}
