.cart section {
  margin-bottom: 15px !important;
  border-radius: 21px;
  padding: 20px;
  border: 1px solid #f0f0f0;

}
.cart .mobile_img {
  padding: 10px 0;
}
/* =======cart-box============ */
main section {
  background-color: #f9f9f9;
}

.cart-box {
  background-color: #f9f9f9;
  border-radius: 21px 21px 0px 0px;
  overflow: hidden;

}

.list-each-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-cart .list-each-bottom .num-change .reduce,
.shopping-cart .list-each-bottom .num-change .add {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  font-size: 18px;
  cursor: pointer;
  line-height: 28px;
  transition: all 0.3s;
}

.shopping-cart .list-each-bottom .num-change .add {
  background: #f25b61;
  color: #fff;
}

.shopping-cart .list-each-bottom .num-change {
  display: flex;
  align-items: center;
  width: 150px;
  border: 1px solid #f25b61;
  border-radius: 20px;
  height: 30px;
  overflow: hidden;
}

.shopping-cart .list-each-bottom .num-change .item-num {
  width: 65px;
  height: 28px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  border-left: 1px solid #f25b61;
  border-right: 1px solid #f25b61;
}

.list-each-first .list-each-c {
  color: #fff;
}

.price-change em {
  font-style: normal;
}

.price-change span {
  color: #f25b61;
  font-size: 18px;
}

.list-each-first .list-each-c span {
  margin-left: 15px;
  color: #f4443b;
  margin-right: 10px;
}

.delete-cart {
  cursor: pointer;
}

.list-each-last .list-each-c .del {
  width: 90px;
  height: 36px;
  border-radius: 5px;
  background-color: #fff;
  line-height: 36px;
  border-radius: 4px;
  padding: 1px;
}

.list-each-last .list-each-c .del buttom {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #1f99b1;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* ========discount=========== */
.discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 15px 30px 15px;
}

.discount .discount-input-box-c {
  padding: 1px;
  box-sizing: border-box;
  height: 40px;
  border-radius: 7px;
  line-height: 40px;
}

.discount .discount-input-box-w {
  display: flex;
  align-items: center;
}

.discount .discount-input-box {
  padding-left: 10px;
  background-color: #fff;
  border-radius: 7px;
  border: none;
  height: 100%;
  width: 100%;
  font-size: 24px;
  color: #363537;
}

#discount-apply {
  width: 138px;
  height: 40px;
  background-color: #1f99b1;
  border-radius: 5px;
  margin-left: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  padding: 0;
  border: none;
}

.discount .clear-all,
.discount .cart-clear {
  width: 100px;
  height: 40px;
  background-color: #dddddd4d;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #999;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s;
  border:1px solid #d4d4d4;
}

.discount .shopp {
  padding: 0 10px;
  background-color: #f25b61;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 20px;
}

/* =======total-amount-w============ */
.total-amount-w {
  margin-top: 15px;
  padding: 1px;
  border-radius: 10px;
}

.total-amount-c {
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 9px;
  line-height: 35px;
  font-size: 18px;
  color: #363537;
  padding: 0 10px;
}

  .total-amount-c p span{
    font-size: 14px;
  }


.total-amount-c p {
  display: flex;
  justify-content: space-between;
}

.total-amount-c .dashed {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  float: right;
}

.total-amount-c .total-payment {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.total-amount-c .total-amount,
.total-amount-c .payment-fee,
.total-amount-c .vip_total_money,
.total-amount-c .all-payment-fee {
  color: #f25b61;
  font-size: 16px;
}
/* ====== Mother day ======= */
section.mother_day > h3 {
  color: #363537;
  font-size: 22px;
  font-weight: 500;
}
section.mother_day .mother_check {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.checkbox_select span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #929292;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.checkbox_select span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #0060DF;
  display: none;
}

.checkbox_select.active span::after {
    display: inline-block;
}

.checkbox_select.active span i {
  width: 8px;
  height: 8px;
  background-color: #a1aed4;
  display: block
}
.mother_gift {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0px 36px;
}
.mother_gift .gift_slogan span:first-child {
  color: #F25B61;font-size: 15px;
}
.mother_gift .gift_slogan span:last-child {
  color: #666666;font-size: 14px;
}
.mother_gift .gift_img {
  width: 120px;
  height: 108px;
  margin-right: 20px;
}

/* ====== Mother day ======= */

/* ======Customer======= */
section.customer,
section.player,
section.payment {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
}

section.customer > h3,
section.player > h3,
section.payment > h3 {
  color: #363537;
  font-size: 22px;
  font-weight: 500;
}

.customer .customer-box {
  margin-top: 25px;
}

.customer .customer-box-m {
  display: inline-block;
  background-color: #fff;
  padding: 0px 15px;
  border-radius: 8px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
}
.customer .phone {
  padding-right: 11px;
}

.customer .email {
  width: 360px;
}

.customer .customer-box-m input {
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  border: none;
  background-color: #fff;
  font-size: 13.33px;
  color: #363537;
  padding-left: 15px;
}

.customer .customer-box-m .country {
  width: 125px;
  height: 40px;
  border: 0px !important;
  background-color: #fff !important;
  font-size: 13.33px;
  color: #363537;
  border-radius: 7px;
  text-transform: none !important;
  outline: none !important;
  background-position: right -28px top 20px !important;
  text-align-last: center;
}

.customer .customer-box-m .phone {
  width: 170px;
}

.customer .select-phone {
  margin-top: 16px;
}

/* ======player======= */
.player .player-att > p {
  margin-bottom: 15px;
  color: #666;
  font-size: 13px;
  line-height: 21px;
}

.player .player-att .attentions {
  font-size: 16px !important;
  margin-top: 15px;
}

.player-box-m {
  display: inline-block;
  background-color: #fff;
  padding: 1px;
  border-radius: 8px;
}

.player-box-m .dodo-coden {
  width: 395px;
  height: 50px;
  border: none;
  background-color: #fff;
  font-size: 20px;
  color: #363537;
  padding-left: 28px;
  border-radius: 8px;
}

.dodo-code,
.island {
  width: 300px;
  height: 40px;
  border: none;
  background-color: #fff;
  font-size: 13.33px;
  color: #363537;
  padding-left: 15px;
  border-radius: 8px;
  margin-left: 5px;
  border: 1px solid #eee;
}

.island-box {
  margin-top: 25px;
}

/* ======payment===== */
.payment .payment-box {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 15px 0;
}

.payment .payment-box li {
  background: #fff;
  height: 70px;
  margin-right: 15px;
  display: flex;
  position: relative;
  margin-bottom: 15px;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  min-width: 170px;
  /* display: flex;
  justify-content: center; */
  border: 1px solid #fff;
}

.payment .payment-box .payment-box-c {
  background-color: #fff;
  display: flex;
  align-items: center;
}

.payment .payment-box li input,
.payment .checking input {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right:5px;
}

.payment .payment-box li input[type="radio"]:checked::after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  background-image: url("/acbellsbuy/images/cart/active.png");
  width: 21px;
  height: 21px;
  border-radius: 10px;
  background-color: #06a140;
}

.payment .payment-box li label .withdrwa_fee {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 12px;
  background-color: #3dad2e;
  color: #fff;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #fff;
  padding: 0 18px;
  border-radius: 25px;
}

.payment .payment-box li label {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.payment .payment-box li label img {
  /* border-radius: 6px;
  box-shadow: 0 1px 4px #424243; */
  max-width: 140px;
  cursor: pointer;
  max-height: 60px;
  /* box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); */
  border-radius: 1px;
}
.payment .checking{
  padding-left: 8px;
}
.payment .checking input {
  margin: 0;
}

.payment .checking input[type="radio"]:checked::after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  background-image: url("/acbellsbuy/images/cart/active.png");
  width: 21px;
  height: 21px;
  border-radius: 10px;
  background-color: #06a140;
}

.payment .checking label span {
  color: #363537;
  font-size: 14px;
}

.payment .pay-now {
  text-align: center;
}

.payment .pay-now button {
  border: none;
  border-radius: 7px;
  cursor: pointer;
  margin: 25px 0 15px 0;
  outline: none;
}

/* =============empty==================== */
.empty {
  padding: 50px;
}

.empty .empty-c {
  text-align: center;
  padding: 40px 40px 20px 40px;
}

.empty {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.empty .empty-c .empty-inner {
  margin-bottom: 16px;
}

.empty .empty-c .empty-inner img {
  width: 150px;
  height: auto;
}

/* ==============cart-price-box================ */
.payFree {
  width: 70%;
}

.payment-fee {
  width: 30%;
  text-align: right;
}

.cart .cart-price-box {
  background-color: #f9f9f9;
  padding: 15px;
  width: 370px;
  position: fixed;
  text-align: center;
  border-top: 43px solid #686868;
  z-index: 99;
  box-shadow: 0 -1px 13px 1px rgb(104 104 104 / 20%);
}

.cart .cart-price-box .discount {
  margin-top: 15px;
  padding: 0;
}

.cart .cart-price-box .discount .discount-input-box {
  border-radius: 20px;
  font-size: 13.33px;
  width: 210px;
  border:1px solid #eee;
}

.cart .cart-price-box .discount #discount-apply {
  background-color: #f25b61;
  border-radius: 20px;
  margin-left: 15px;
  width: 75px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}

.cart .cart-price-box h3 {
  text-align: left;
  margin-top: -45px;
  font-size: 18px;
  color: #fff;
}

.cart .cart-price-box .pay-now {
  width: 100%;
  border: none;
  padding: 10px;
  margin: 15px 0 5px 0;
  background-color: #f25b61;
  color: #fff;
  font-size: 16px;
  border-radius: 24px;
  transition: all 0.3s;
}

.shopping {
  padding: 10px 20px;
  background-color: #1f99b1;
  font-size: 18px;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s;
}

.shopping:hover {
  color: #fff;
  background-color: #21c1e0;
}

.list-each-first .list-each-c .item-title {
  color: #363537;
}

/* ==============Phone================ */
@media (max-width: 576px) {

  section.mother_day .mother_check {
    align-items: flex-start;
  }
  section.mother_day .mother_check .checkbox_select {
    margin-top: 4px;
  }
  .mother_gift {
    margin-top: 8px;
    display: block;
    padding: 0px 0px 0px 36px;
  }
  .mother_gift .gift_slogan {
    margin-top: 8px;
  }
  .mother_gift .gift_slogan span:first-child {
    color: #F25B61;font-size: 14px;
  }
  .mother_gift .gift_slogan span:last-child {
    color: #666666;font-size: 13px;
  }
  .discount {
    margin-top: 15px;
    padding: 0 15px 15px 15px;
  }

  .discount .shopp {
    font-size: 14px;
    font-weight: 500;
  }

  .price-change {
    width: 60px;
    text-align: center;
  }

  .shopping-cart td {
    padding: 5px;
  }

  .shopping-cart td .list-each-w .list-each-c {
    flex-wrap: wrap;
    text-align: center;
    /* justify-content: center; */
    font-size: 14px;
  }

  .shopping-cart td .list-each-w .list-each-c .img-box {
    width: 60px;
    height: 60px;
  }

  .shopping-cart td .list-each-w .list-each-c img {
    max-height: 50px;
  }

  .cart section {
    padding: 15px;
  }

  .cart .cart-price-box {
    position: relative;
    width: 100%;
    top: 0 !important;
  }
  .cart .cart-price-box h3 {
    margin-left: 11px;
  }

  .payment .payment-box li {
    min-width: 45%;
    height: 50px;
  }

  .payment .payment-box li label .withdrwa_fee {
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
  }

  .empty-c h3 {
    font-size: 14px;
    color: #666;
  }
  .empty .empty-c {
    padding: 0px;
  }

  .empty .empty-c .empty-inner img {
    width: 35%;
  }

  .discount .discount-input-box-c {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .customer .customer-box-m input {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .dodo-code,
  .island {
    width: 100%;
  }

  .island-box {
    margin-top: 8px;
    margin-left: 3px;
    margin-right: 0px;
  }

  .player-box-m .dodo-code,
  .player-box-m .island {
    width: 85vw;
    height: 40px;
    line-height: 40px;
  }

  .payment .payment-box,
  .customer .customer-box {
    padding: 0;
    margin: 0;
    margin-top: 18px;
  }

  /* .payment .payment-box li {
    width: 50%;
  } */

  .payment .pay-now img {
    width: 100%;
  }

  .payment .payment-box li label img {
    width: 7rem;
    height: auto;
  }

  .payment .checking {
    padding: 0;
    display: flex;
    padding-left: 20px;
  }

  .payment .checking span {
    margin-left: 15px;
  }

  .player .code-island {
    margin: 0;
  }
  .player .code-island span{
    margin-bottom: ;
  }

  .customer .select-phone {
    display: flex;
    align-items: center;
  }

  .customer .customer-box-m .country {
    width: 30vw;
    height: 40px;
    line-height: 40px;
  }

  .customer .customer-box-m .phone {
    width: 32vw;
  }

  .customer .customer-box-m {
    /*width: 70vw;*/
    width: 100%;
  }

  .customer .phone {
    padding-right: 0px;
    padding-left: 3px;
  }

  #discount-apply,
  .discount .clear-all {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .discount .clear-all {
    /*margin-left: 10px;*/
  }

  .shopping-cart .list-each-bottom .num-change .reduce,
  .shopping-cart .list-each-bottom .num-change .add {
    line-height: 30px;
    font-size: 16px;
  }

  .shopping-cart .list-each-bottom .num-change .item-num {
    width: 55px;
  }

  .shopping-cart .list-each-bottom .price-change {
    margin: 0;
  }

  .list-each-last .list-each-c .del {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }

  .list-each-last .list-each-c .del buttom {
    font-size: 16px;
  }

  .list-each-first .list-each-c .item-title {
    margin-top: 10px;
    text-align: left;
    margin-left: 5px;
  }

  section .cart-box table thead {
    height: 35px;
  }

  .cart .cart-price-box .pay-now {
    width: 90%;
    padding: 6px;
  }
}

.shopping-cart .title > div {
  display: flex;
  align-items: center;
  background-color: #686868;
  color: #fff;
  height: 45px;
}

.shopping-cart .title > div > div {
  width: 19.5%;
  text-align: center;
}

.shopping-cart .title .title-b {
  width: 55%;
  font-size: 18px;
}

.shopping-cart .list-each-items {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-cart .list-each-items .list-each-c {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 55%;
  font-size: 14px;
}


.shopping-cart .list-each-items .list-each-bottom,
.shopping-cart .list-each-items .price-change {
  width: 21.5%;
}

.shopping-cart .list-each-items .price-change {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-cart .list-each-items .img-box {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-cart .list-each-items .img-box > img {
  max-width: 70px;
  max-height: 70px;
}

.shopping-cart .list-each-items .red {
  color: #f25b61;
  margin: 0 10px;
}



.modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 999;
  display: none;
}
.dialog_tips{
  position: fixed;
  background: #fff;
  width: 480px;
  padding: 14px 32px 30px;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
  display: none;
}
.dialog_tips .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.dialog_tips .title{
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.dialog_tips p{
  font-size: 16px;
  color: #666;
}

@media (max-width: 576px) {
  .shopping-cart .title {
    display: none;
  }

  .shopping-cart .list-each-items .list-each-c {
    width: 100%;
  }

  .shopping-cart .list-each-items {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .cart-box {
    padding: 10px;
  }

  .shopping-cart .list-each-items .item-title {
    width: 64%;
    line-height: 16px;
  }

  .list-each-bottom {
    margin: 10px 0;
  }

  .shopping-cart .list-each-items .list-each-bottom,
  .shopping-cart .list-each-items .price-change {
    width: 45%;
  }

  .shopping-cart .list-each-items .img-box > img {
    max-width: 50px;
    max-height: 50px;
  }

  .shopping-cart .list-each-items .img-box {
    /*width: 65px;*/
    height: 35px;
  }
  section.customer > h3,
  section.player > h3,
  section.payment > h3 {
    color: #363537;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .dialog_tips{
    width: 90%;
  }
}

/*  继续支付 */

.time_title {
  text-align: center;
  margin-top: 20px;
}
.times {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin: 20px 0;
}
.times span {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: #3dad2e;
  margin: 0 5px;
}
.information {
  display: flex;
  /*justify-content: space-between;*/
  margin: 20px 0;
}
.infomation .user-info {
  margin-right: 20px;
}
.common-info {
  padding: 18px 25px 35px;
  /*background: #f3f3f3;*/
  border-radius: 5px;
}
.common-info h2 {
  margin-bottom: 16px;
  color: #363537;
  font-size: 25px;
  font-weight: 500;
}
.common-info li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}
.common-info li span {
  padding-left: 30px;
  text-align: left;
}
.common-info li {
  display: flex;
}
