.payment .container {
  border:1px solid #e8e8e8;
  padding: 15px 20px 20px;
}
.item-info {
	margin-top: 25px;
  padding-bottom: 20px;
  border-bottom:1px solid #e8e8e8;
}
.item-info .item-title {
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.item-info .item-title .tips {
  color: #999;
  font-size: 14px;
}
.selector-wrap {
	display: flex;
	flex-wrap: wrap;
}
.selector-wrap .select-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
  height: 50px;
	color: #333;
	border: 2px solid #e8e8e8;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;
	font-size: 14px;
	white-space: nowrap;
	transition: all 0.1s linear;
	cursor: pointer;
  box-sizing: border-box;
}
.selector-wrap .select-item.active {
	border-color: #C9151E;
}

.insured-wrap .insured-form {
  width: 300px;
  padding: 15px;
  border: 2px solid #e8e8e8;
}
.insured-wrap .insured-form .option-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;

}
.insured-wrap .insured-form .option-title input {
  flex:1;
  font-size: 14px;
  line-height: 24px;
}
.insured-wrap .insured-form .option-title .input-feeIcon {
  font-size: 14px;
}
.insured-wrap .insured-form .option-value {
  margin-top: 5px;
  font-size: 14px;
}
.insured-wrap .text-desc {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
}

.cer-wrap {
/*  border:1px solid #e8e8e8;*/
}
.cer-wrap .cer-list {
}
.cer-wrap .cer-list .item {
  width: 110px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 2px solid #e8e8e8;
  cursor: pointer;
  margin-right: 15px;
}
.cer-wrap .cer-list .item.active {
  border-color: #C9151E;
}
.cer-wrap .cer-list .item .image {
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cer-wrap .cer-list .item .image img {
  width: 90px
}
.cer-wrap .cer-list .item .name {
  margin-top: 10px;
  font-size: 14px;
  height: 30px;
  line-height: 15px;
  text-align: center;
}
.cer-wrap .cer-list .item .price {
  text-align: center;
}
.cer-wrap .cer-list .item .price .text-red {
  color: #C8141D;
}
.cer-wrap .cer-goods {
  display: none;
  width: 100%;
  margin-top: 15px;
}
.cer-wrap .cer-goods.show {
  display: block;
}
.cer-wrap .cer-goods .goods-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 5px 0px;
}
.cer-wrap .cer-goods .goods-item .checkbox {
  margin-right: 10px;  
}
.cer-wrap .cer-goods .goods-item .checkbox i {
  font-size: 22px;
  color: #999;
}
.cer-wrap .cer-goods .goods-item.active .checkbox i  {
  color: #C8141D;
}
.cer-wrap .cer-goods .goods-item .cover {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
}
.cer-wrap .cer-goods .goods-item .cover img {
  width: 100%;
  height: 100%;
}
.cer-wrap .cer-goods .goods-item .content {
  flex:1;
  overflow: hidden;
}
.cer-wrap .cer-goods .goods-item .content .name {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  font-size: 14px;
}
.cer-wrap .cer-goods .goods-item .content .info {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.form-list {}

.form-list .item {
  display: flex;
  padding: 10px 0px;
  cursor: pointer;
}
.form-list .item .checkbox {
  margin-right: 10px;  
}
.form-list .item .checkbox i {
  font-size: 22px;
  color: #999;
}
.form-list .item.active .checkbox i  {
  color: #C8141D;
}
.form-list .item .content {
  font-size: 14px;
}
.form-list .item .content .name .text-bold {
  font-weight: bold;
}
.form-list .item .content .desc {
  color: #777;
}


.confirm_section {
  margin-top: 40px;
}
.address_title {
  font-size: 18px;
  color: #333333;
}
.address_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.min_175{
  min-height: 155px;
}
.address_card {
  width: 326px;
  min-height: 153px;
  margin: 0px 15px 20px 0px;
  padding: 20px 15px;
  box-sizing: border-box;
  /* border: 5px dashed #e7e7e7; */
  position: relative;
  background-image: url(../static/hdline.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.address_up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 10px;
}
.user_infor {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.user_phone {
  margin-left: 17px;
}
.default {
  width: 37px;
  height: 21px;
  background: #ffe5bf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  color: #bd8f4c;
}
.address_bottem {
  margin-top: 15px;
}
.address_content {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.operate_row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 12px;
  color: #2288ee;
}
.operate_text {
  margin-left: 30px;
  cursor: pointer;
  text-decoration-line: underline;
}
.current_default {
  background-image: url("../static/adsline.png");
  background-size: 100% 100%;
  border: none;
}
.default_icon,.defaulte_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 16px;
}
.increase_box {
  width: 100%;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.increase_icon {
  width: 32px;
  height: 32px;
}
.edit_mask {
  width: 825px;
  box-sizing: border-box;
  padding: 30px;
  display: none;
}
.edit_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edit_main {
  width: 220px;
}

.edit_titie {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  position: relative;
  width: fit-content;
}
.edit_input {
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 0 20px;
  box-sizing: border-box;
}
.input_li::placeholder {
  color: #999; 
}
.input_li {
  width: 100%;
  height: 80%;
}
.edit_max {
  width: 100%;
  margin: 30px 0;
}
.layui-input-block {
  margin: 15px 0 0 0 !important;
}
.required_symbol::after {
  position: absolute;
  top: 0;
  right: -8px;
  content: "*";
  font-size: 13px;
  color: #c9151e;
  font-weight: bold;
}
.submit_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.setup_default {
  margin: 20px 0 30px 0;
  display: flex;
  align-items: center;
}
.default_box {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.submit_buttons {
  width: 153px;
  height: 41px;
  background: #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff !important;
  margin-left: 20px;
  cursor: pointer;
}
.submit_grey {
  background: #999999;
}
.payment_cards {
  width: 221px;
  height: 47px;
  border: 2px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 20px 20px 0 0;
  cursor: pointer;
  position: relative;
}
.payment_cards:hover {
  border-color: #c9151e;
}
.payment_icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.invoice_box {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 40px;
  margin-top: 20px;
  box-sizing: border-box;
}
.invoice_row {
  display: flex;
  align-items: initial;
}
.invoice_title {
  font-weight: 400;
  font-size: 14px;
  color: #c9151e;
}
.invoice_right {
}
.invoice_flex {
  display: flex;
  align-items: center;
}

.invoice_option {
  width: 115px;
  height: 34px;
  border: 1px solid #dddddd;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-left: 20px;
  cursor: pointer;
}
.invoice_button {
  width: 115px;
  height: 34px;
  background: #c9151e;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 20px 0 0px 20px;
  cursor: pointer;
}
.butten_active{
  background: #c9151e;
  color: #ffffff;
}
.confirm_table {
  width: 100%;
  margin-top: 20px;
}
.confirm_tr {
  height: 45px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
}
.confirm_tr tr {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.table-head {
  width: 100%;
}
.table-head th,
.table-body th {padding: 0px 20px;text-align: center;}
.table-head th.table_one,
.table-body th.table_one {text-align: left;}
.table-body {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 0 0 30px 0;
  border-top: none;
  box-sizing: border-box;
}
.table-body table {
  width: 100%;
}
.table-body .table-body_total {
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 500px;
}
.table-body .table-body_total > span {
  width: 200px;
  font-size: 14px;
  padding: 0px 20px;
}

.goods_row {
  display: flex;
  padding: 15px 0px;
}
.goods_row .goods_view .goods_img {
  width: 90px;
  height: 90px;
  border-radius: 3px;
}
.goods_row .goods_infor {
  max-width: 358px;
  flex:1;
  overflow: hidden;
  padding: 10px 20px;
}
.goods_row .goods_infor .goods_name {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.goods_row .goods_infor .goods_parameter {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
}
.parameter_text {
  display: block;
  min-width: 120px;
  margin-right: 10px;
}
.remarks_box {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  width: 100%;
  border-top: none;
  padding: 25px;
}
.remarks_row {
  display: flex;
  align-items: center;
}
.remarks_text {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.remarks_input {
  width: 525px;
  height: 51px;
  border: 1px solid #eeeeee;
  padding: 15px;
  box-sizing: border-box;
  margin-left: 5px;
}

.table_text {
  font-weight: bold;
  color: #000;
}
.table_value {
  /*display: flex;
  align-items: flex-start;
  height: 100%;*/
}
.coupon_box {
  border: 1px solid #e7e7e7;
  padding: 10px 20px 30px 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
.coupon_main {
  margin-top: 20px;
}
.coupon_head {
  display: flex;
  align-items: center;
}
.head_icon {
  width: 14px;
  height: 14px;
}
.coupon_title {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin: 0 10px;
}
.coupon_subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.coupon_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.coupon_card {
  margin: 20px 20px 0 0;
  width: 203px;
  cursor: pointer;
}
.coupon_card .coupon_up {
  width: 100%;
  min-height: 70px;
  background: #d1d1d1;
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
  -webkit-mask-image: radial-gradient(
    circle at 50% 4px,
    transparent 7px,
    red 7.5px
  );
  -webkit-mask-position: 50% -7px;
  -webkit-mask-size: 18px 150%;
}
.coupon_card .coupon_limit {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.coupon_card .coupon_money {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
.coupon_card .coupon_reach {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-left: 6px;
}
.coupon_card .coupon_time {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.coupon_card .coupon_bottem {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coupon_card .coupon_category {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.chke_icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.coupon_card.active .coupon_up{
  background: #c9151e;
}
.coupon_card .chke_icon {
  display: none;
}
.coupon_card.active .chke_icon {
  display: block;
}
.coupon_detailed {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.coupon_detailed .coupon_drop {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.coupon_detailed .coupon_drop select {
    display: block;
    padding-left: 5px;
    padding-right: 10px;
    height: 30px;
    line-height: 1.3;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
    margin: 0px 8px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
}

.drop_card {
  width: 100px;
  margin-left: 6px;
}
.money_text {
  font-weight: 400;
  color: #c9151e;
}
.select_main {
  margin: 0 !important;
}
.balance_check {
  margin: 0 10px;
}
.cashiers {
  padding: 10px 0 20px 0;
}
.cashiers_row {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.cashiers_value {
  width: 100px;
  text-align: right;
}
.cashiers_card {
  width: 100%;
  height: 50px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  box-sizing: border-box;
}
.cashiers_final {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.cashiers_price {
  font-weight: bold;
  font-size: 18px;
  color: #c9151e;
  margin-left: 15px;
}
.cashiers_submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.cashiers_next {
  width: 168px;
  height: 40px;
  background: #c9151e;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff !important;
  cursor: pointer;
}

.user_box{
  border-bottom: none;
}
.order_active{
  border-color: #C9151E;
}
.invoice_value{
  font-size: 13px;
  color: #666666;
}
.invoice_infor{
  margin: 20px 0 0 20px;
  border: 1px solid #ECECEC;
  padding: 8px;
  box-sizing: border-box;
}
.m-t-8{
  margin: 8px 0;
}
.edit_flex{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.edit_button{
  font-size: 13px;
  color: #999;
  border: 1px solid #ECECEC;
  padding:1px 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.layui-icon-edit{
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.goods-choose .goods-choose__item {
	display: inline-block;
	width: 125px;
}
.goods-choose .goods-choose__item .image {
	width: 100%;
	height: 125px;
	overflow: hidden;
}
.goods-choose .goods-choose__item .image img {
	width: 100%;
	height: 100%;
}
.goods-choose .goods-choose__item .name {
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
}
.goods-choose .goods-choose__item .text-red {
	color: #C8141D;
	font-size: 14px;
}
.goods-choose .goods-choose__item .number-box {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 4px;
}
.goods-choose .goods-choose__item .number-box .number-box_mins,
.goods-choose .goods-choose__item .number-box .number-box_plus {
	width: 25px;
	height: 25px;
	background-color: rgb(235, 236, 238);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.goods-choose .goods-choose__item .number-box .number-box_mins img,
.goods-choose .goods-choose__item .number-box .number-box_plus img {
	width: 14px;
}
.goods-choose .goods-choose__item .number-box .number-box_input {
	height: 25px;
	flex:1;
	overflow: hidden;
	background-color: rgb(235, 236, 238);
	margin: 0px 2px;
	text-align: center;
}