.payment_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}
.head_title {
  font-weight: 400;
  font-size: 25px;
  color: #333333;
}
.payment_mation {
  width: 100%;
  height: 85px;
  background: #f3fded;
  display: flex;
  align-items: center;
  margin-top: 60px;
  padding: 0 15px;
}
.mation_main {
  display: flex;
  align-items: initial;
}
.payment_icon {
  width: 22px;
  height: 22px;
}
.mation_row {
  display: flex;
}
.mation_prompt {
  margin-left: 15px;
}
.prompt_title {
  font-weight: 400;
  font-size: 16px;
  color: #7abd54;
}
.prompt_subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.mation_text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.mation_price {
  display: inline;
  color: #c9151e;
  font-weight: 550;
}
.payment_card {
  margin-top: 40px;
  width: 100%;
  height: 665px;
  border: 5px solid #eaeaea;
  position: relative;
}

.payment_cashier {
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.cashier_logo {
  width: 104px;
  height: 104px;
}
.cashier_text {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-left: 50px;
  position: relative;
}
.cashier_text::after {
  position: absolute;
  top: -2px;
  left: -25px;
  width: 2px;
  height: 30px;
  background: #cdcdcd;
  content: "";
}
.payment_core {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.core_text {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.core_img {
  width: 241px;
  height: 220px;
}
.complete {
  width: 140px;
  height: 40px;
  background: #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.payment_qrcode {
  position: relative;
  margin-bottom: 30px;
}
.core_guide {
  position: absolute;
  top: -45px;
  width: 225px;
  height: 222px;
}
.m-success {
  margin-top: 60px;
}
.complete_details {
  width: 705px;
  margin: 0 auto;
  padding-top: 78px;
}
.complete_schedule {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.complete_icon {
  width: 98px;
  height: 110px;
}
.complete_text {
  font-weight: 400;
  font-size: 25px;
  color: #333333;
  margin-top: 20px;
}
.complete_infor {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.complete_price {
  display: inline;
  font-weight: 400;
  font-size: 20px;
  color: #c9151e;
}
.complete_operate {
  border-top: 1px solid #eeeeee;
  margin-top: 46px;
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operate_button {
  width: 200px;
  height: 48px;
  background: #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
  cursor: pointer;
}
.operate_blank {
  background: transparent;
  border: 1px solid #c9151e;
  color: #c9151e;
}
.cart_table {
  width: 100%;
  margin-top: 50px;
}
.table_head {
  width: 100%;
  height: 52px;
  background: #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
}
.all_checkbox {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.th_one {
  padding-left: 10px;
}
.cart_row {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.cart_view {
  width: 120px;
  height: 120px;
  margin-left: 15px;
  border-radius: 3px;
}
.cart_name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-right: 40%;
  display: block;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.table_head th {
  font-size: 16px;
  color: #666;
}
.cart_weight {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.cart_price {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.cart_stepping {
  width: fit-content;
  height: 30px;
  box-sizing: border-box;
  padding: 0 5px;
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
}
.stepping_input {
  width: 40px;
  text-align: center;
}
.stepping_plus,
.stepping_mins {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.card_arrange td {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
}
.cart_remove {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.cart_balance {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dddddd;
  margin-top: 40px;
}
.balance_left {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.balance_check {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.balance_check input {
  margin-right: 15px;
  width: 16px;
  height: 16px;
}
.balance_right {
  display: flex;
  align-items: center;
}
.balance_select {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.balance_select::after {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 1px;
  height: 33px;
  background: #ddd;
  content: "";
}
.select_number {
  display: inline;
  color: #c9151e;
  margin: 0 3px;
}
.balance_infro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 35px;
}
.infro_up {
  display: flex;
  align-items: center;
}

.infro_total {
  font-size: 16px;
  color: #333333;
}
.infro_price {
  font-size: 18px;
  color: #c9151e;
}
.infro_tips {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}
.balance_next {
  width: 136px;
  height: 62px;
  background: #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff !important;
  cursor: pointer;
}
.quality {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  border: 1px solid #dfdfdf;
  padding: 12px;
  border-bottom: none;
  width: fit-content;
  margin-top: 40px;
}
.quality_box {
  border: 1px solid #dfdfdf;
  padding: 5px 6px 20px 6px;
  position: relative;
}
.quality_box::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 123px;
  height: 1px;
  background: #fff;
  content: "";
}
.cart_join {
  width: 98%;
  height: 45px;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-top: 15px;
  cursor: pointer;
}
.cart_icon{
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.quality_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
  width: 100%;
}
.cart_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 80px 0;
}
.empty_img {
  width: 278px;
  height: 278px;
}
.cart_text {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin: 8px 0;
}
.cart_link {
  font-weight: 400;
  font-size: 16px;
  color: #005ea7;
  cursor: pointer;
}
