.shopping_pro {
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
}
.process {
  /*height: 120px;*/
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}
.process_con {
  display: flex;
  flex-direction: row;
}
.process .process_title {
  padding: 20px 0 0;
  text-align: center;
}
.process .process_title b {
  color: #467CBF;
}
.process .process_item {
  width: calc(100% / 3);
  padding: 26px 0;
  text-align: center;
  position: relative;
}
.process .process_item p {
  line-height: 1.8;
  font-size: 16px;
  padding-top: 4px;
}
.process .process_item .item_lint{
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  left: calc(50% + 30px);
  height: 1px;
  top: calc(26px + 45px / 2);
  background-color: #e8e8e8;
}
.process .process_item img {
  display: block;
  width: 44px;
  height: 45px;
  margin: 0 auto;
}
.shop_content {
  margin-top: 10px;
  /*padding-bottom: 70px;*/
  padding-bottom: 10px;
  /* height: 720px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shop_content .adse_content_fix_g {
  background: #fff;
  width: calc(100% - 270px);
  padding: 0 20px 20px;
  position: relative;
}
.shop_content .table_content {
  padding-bottom: 40px;
}
.shop_content .shop_aside {
  background: #fff;
  width: 260px;
  padding: 0 20px;
  min-height: 500px;
}

.content .header-cot{
  height: 50%;
}
.table_con {
  width: 100%;
}
.no_shop {
  min-height: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
.table_con tbody{
  height: 50px;
  line-height: 50px;
}
.table_con tbody tr {
  position: relative;
}
.table_con tbody:last-child tr {
  border-bottom: 1px solid #e8e8e8;
}
.table_con tbody tr.hd::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -20px;
  right: -20px;
  height: 1px;
  background-color: #e8e8e8;
}
.table_con .td_tit h2{
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.table_con .td_tit p {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  vertical-align: bottom;
}
.table_con .td_tit p.first{
  padding-top: 18px;
}
.table_con .td_tit p span {
  color: #467CBF;
  line-height: 18px;
}
.img_td {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.img_td img {
  display: block;
  width: 120px;
  height: 100px;
}
.img_td .td_tit {
  margin-left: 20px;
  width: calc(100% - 140px);
}
.table_con tbody td {
  padding: 24px 0;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.table_con .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_con .check.on:before {
  background-image: url(../img/checked1.png);
}
.table_con .check:before {
  cursor: pointer;
}
.table_con .check:before {
  display: block;
  content: "";
  background-image: url(../img/checked2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.operate-num .input {
  width: 106px;
  height: 44px;
  border: #efefef solid 1px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.operate-num .input input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding-right: 42px;
  background: transparent;
  font-family: Arial,"微软雅黑";
  outline: none;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.operate-num .input .btns {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42px;
  background: #f8f9fb;
  border-left: #efefef solid 1px;
}
.operate-num .input .btns div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "iconfont";
  height: 20px;
  cursor: pointer;
  color: #999;
}
.addProduct .jn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "iconfont";
  height: 20px;
  cursor: pointer;
  color: #999;
  border-bottom: #efefef solid 1px;
}
.operate-num .input .addProduct i {
  width: 16px;
  height: 28px;
}
.operate-num .input .addProduct .j i {
  background: url(../img/xiangYou.png) center no-repeat;
  background-size: 16px;
  -webkit-transform: rotate(90deg) scale(0.4);
  -ms-transform: rotate(90deg) scale(0.4);
  transform: rotate(90deg) scale(0.4);
}
.operate-num .input .addProduct .jn i {
  background: url(../img/xiangZuo.png) center no-repeat;
  background-size: 16px;
  -webkit-transform: rotate(90deg) scale(0.4);
  -ms-transform: rotate(90deg) scale(0.4);
  transform: rotate(90deg) scale(0.4);
}

.table_con tr td.del i{
  display: inline-block;
  cursor: pointer;
  width: 34px;
  height: 36px;
  background: url(../img/del.png) center no-repeat;
  transform: scale(0.6);
  font-size: 20px;
}
.table_con tr td.del i.on {
  background: url(../img/delOn.png) center no-repeat !important;
}
.table_con tr td.del i:hover {
  background: url(../img/delOn.png) center no-repeat !important;
}
.shop_content .shop_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
}
.shop_footer p {
  text-decoration: none;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
}
.shop_footer p a {
  color: #467CBF !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.shop_footer p a:hover {
  /* color: #467CBF !important; */
  text-decoration: underline !important;
}
.shop_footer > a {
  color: #467CBF;
}

.shop_aside .aside_con h2{
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.shop_aside .aside_con h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -20px;
  right: -20px;
  height: 1px;
  background-color: #e8e8e8;
}
.aside_con .order_con {
  padding: 10px 0 20px;
}
.aside_con .order_con .order_xx {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.aside_con .order_con .order_xx .order_total {
  color: #333333;
  font-weight: bold;
}
.aside_con .order_con .order_xx p {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #666666;
}
.aside_con .order_con .order_xx p:last-child {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  min-width: 100px;
  text-align: right;
}
.aside_con .order_con .order_xx .order_price{
  color: #E23131 !important;
}
.operate {
  width: 100%;
  padding: 6px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  background-color: #f2f2f2;
}
.operate.on {
  color: #fff;
  background-color: #e23131;
}
.operate:hover {
  width: 100%;
  padding: 6px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  background-color: #e23131;
}
.pay_con {
  margin-top: 20px;
  width: 100%;
  padding: 0 15px;
}
.pay_con .pay_type {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.pay_con .pay_type a,
.pay_con .pay_type a img {
  height: 24px;
  width: auto;
}

/*
  弹框
*/
.shop_dialog {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.shop_dialog.show {
  opacity: 1;
  visibility: visible;
}
.shop_dialog .shop_container {
  width: 440px;
  min-height: 224px;
  background: #fff;
  border-radius: 10px;
}
.shop_container .hd_con {
  position: relative;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e8e8e8;
}
.shop_container .hd_con p{
  padding-left: 20px;
  font-weight: 600;
}
.shop_container .hd_con .close {
  cursor: pointer;
  background: url(../img/close.png) center no-repeat;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
}
.shop_container .sp_con {
  padding: 20px;
}
.shop_container .sp_con p {
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 20px 0;
  text-align: center;
}
.shop_container .sp_con .shop_bt {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.shop_container .sp_con .shop_bt .dia_bt {
  margin: 0 10px;
  width: 100%;
  font-size: 14px;
  padding: 8px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ececec;
}
.shop_container .sp_con .shop_bt .dia_bt:hover {
  color: #fff;
  background-color: #467cbf;
}
.shop_container .sp_con .shop_bt .dia_bt.on {
  color: #fff;
  background-color: #467cbf;
}

.adse_hd {
  padding: 0 20px;
  border-bottom: 1px solid #ececec;
}
.adse_address {
  padding: 0 !important;
  background: #f6f7f9 !important;
}
.adse_address .shipping_ads {
  background: #fff;
  margin-bottom: 10px;
}
.adse_address .shipping_ads:last-child {
  margin-bottom: 0 !important;
}
.shipping_ads h2{
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: bold;
  color: #333333;
}
.shipping_ads .adse_container_fixed {
  padding: 20px 30px;
  vertical-align: bottom;
  position: relative;
}
.shipping_ads .adse_container_fixed .adse_xx p {
  display: inline-block;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #666666;
  height: 24px;
  line-height: 24px;
}
.shipping_ads .adse_container_fixed .adse_xx p span {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #333333;
  height: 16px;
  line-height: 20px;
}
.shipping_ads .adse_container_fixed .adse_xx {
  border: 1px solid #f0ebeb;
  padding: 26px 45px 26px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.shipping_ads .adse_container_fixed .adse_xx p {
  padding-right: 45px;
  margin-bottom: 10px;
}
.shipping_ads .adse_container_fixed .abse_edit {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 80px;
  border-radius: 20px;

}

.abs_edit {
  width: 100%;
  font-size: 14px;
  padding: 4px 10px !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
}

.abs_edit i {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/edit.png) center no-repeat;
  transform: scale(0.6);
}
.abs_edit:hover {
  color: #78a0d0;
  background-color: #ecf2f8;
}
.abs_edit.on {
  color: #78a0d0;
  background-color: #ecf2f8;
}

.method .card_via{
  padding-bottom: 10px;
}
.method .card_via:last-child{
  padding-bottom: 0px !important;
}
.card_via {
  margin-left: 40px;
  position: relative;
}
.card_via .via_cn {
  border: 1px solid #f0ebeb;
  padding: 18px 16px;
  margin-bottom: 10px;
}
.via_flex {
  display: flex;
  justify-content: space-between;
}

.card_via.on .checked {
  background-image: url(../img/checked3.png);
}
.card_via .checked {
  cursor: pointer;
}
.card_via .checked {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../img/checked4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}


.card_via .via_cn p {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  font-size: 14px;
}
.card_via .via_cn p span {
  color: #000;
  font-weight: 600;
}
.card_via .via_cn p.em {
  padding-bottom: 10px;
  color: #333333;
}
.card_via .via_cn img {
  display: block;
  width: auto;
  height: 50px;
}
.card_via .via_cn .card_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.card_via .via_cn .card_list img{
  margin-right: 10px;
  display: block;
  width: auto;
  height: 50px;
}


.adse_text_fl {
  width: 100%;
  height: 200px;
  background: #f7f8f9;
  border: 1px solid #E4E7EA;
  padding: 10px;
}
.adse_text_fl {
  height: 100px!important;
  line-height: 30px!important;
  resize: none;
  overflow-y: overlay;
}









.shop_form {
  padding: 30px 35px;
  border: 1px solid #f0ebeb;
  background: #f7f8f9;
  text-align: right;
}
.shop_input {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.shop_input label {
  width: 140px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0 !important;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  color: #333333;
}
.shop_input input {
  width: calc(100% - 140px);
  height: 30px;
  line-height: 30px;
  background: #FFFFFF;
  border: 1px solid #fff;
  padding: 2px 8px;
}
.form_flex{
  display: flex;
  justify-content: space-between;
}
.form_flex .shop_input{
  width: 50%;
}

#shop_addr .adse_container_fixed {
  display: none;
}
#shop_addr .adse_container_fixed.show {
  display: block;
}
#shop_addr .adse_container_fixed .shop_dia_bt {
  text-align: left;
  margin: 0 0 0 10px;
  width: 130px;
  font-size: 14px;
  padding: 8px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #467cbf;
  background-color: #ffffff;
  border: 1px solid #467cbf;
}
#shop_addr .adse_container_fixed .shop_dia_bt:hover {
  color: #fff;
  background-color: #467cbf;
}
#shop_addr .adse_container_fixed .shop_dia_bt.on {
  color: #fff;
  background-color: #467cbf;
}
.adse_detail .table_content {
  padding: 0 20px 20px;
}








.congrate_shop {
  min-height: 800px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 0;
}
.congrate_shop img{
  width: 206px;
  height: 116px;
}
.congrate_shop p {
  width: 70%;
  word-wrap: break-word;
  text-align: center;
}

.congrate_shop .handle_cl {
  margin: 50px 10px;
  width: 200px;
  font-size: 14px;
  padding: 8px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #467cbf;
  background-color: #ffffff;
  border: 1px solid #467cbf;
}
.congrate_shop .handle_cl:hover {
  color: #fff;
  background-color: #467cbf;
}
.congrate_shop .handle_cl.on {
  color: #fff;
  background-color: #467cbf;
}
.shop_mb {
  display: none;
}
/*.mb-textarea_xxx {*/
/*  display: none;*/
/*}*/

.mb-textarea_xxx {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f7f8f9;
  border: 1px solid #fff;
  padding: 2px 8px;
}


.adse_3_gai {
  background-color: #f7f8f9;
}
.mb_table_con3 {
  display: none;
}

@media (max-width:996px) {
  .shop_content {
    flex-direction: column !important;
  }
  .shop_content .adse_content_fix_g,
  .shop_content .shop_aside {
    width: 100%;
  }
  .shop_content .shop_aside {
    margin-top: 10px;
  }

}
@media (max-width:800px) {
  .table_con tbody:first-child {
    display: none;
  }
  .table_con .hd{
    display: none;
  }
  .shop_content .table_con {
    display: none;
  }
  .card_input {
    width: 100% !important;
  }


  .shop_mb {
    display: block;
  }
  .table_con {
    display: none;
  }
  .shop_list_mb {
    padding-left: 16px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
  }

  .shop_list_mb .check {
    position: absolute;
    left: 0;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop_list_mb .check.on:before {
    background-image: url(../img/checked1.png);
  }
  .shop_list_mb .check:before {
    cursor: pointer;
  }
  .shop_list_mb .check:before {
    display: block;
    content: "";
    background-image: url(../img/checked2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }

  .shop_list_mb .mb_xx {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .mb_xx .td_tit,
  .mb_xx img {
    margin-left: 20px;
  }
  .mb_xx img {
    display: block;
    width: 120px;
    height: 100px;
  }

  .mb_xx .td_tit h2{
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
  }
  .mb_xx .td_tit p {
    padding: 2px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    vertical-align: bottom;
  }
  .mb_xx .td_tit p.first{
    padding-top: 18px;
  }
  .mb_xx .td_tit p.last{
    padding-top: 10px;
    font-size: 16px;
    color: #e33d3d;
  }
  .mb_xx .td_tit p span {
    color: #467CBF;
    line-height: 18px;
  }
  .process {
    padding: 0 6px;
  }
  .mb_xx .operate-num {
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }


  .mb_xx .operate-num .del i{
    display: inline-block;
    cursor: pointer;
    width: 34px;
    height: 36px;
    background: url(../img/del.png) center no-repeat;
    transform: scale(0.6);
    font-size: 20px;
  }
  .mb_xx .operate-num .del i.on {
    background: url(../img/delOn.png) center no-repeat !important;
  }
  .mb_xx .operate-num .del i:hover {
    background: url(../img/delOn.png) center no-repeat !important;
  }

  .pay_con {
    padding: 0 100px;
  }
  .pay_con .pay_type a, .pay_con .pay_type a img {
    height: 36px;
    width: auto;
  }


  .shipping_ads .adse_container_fixed {
    position: static;
  }
  #shop_addr {
    position: relative;
  }
  .shipping_ads .adse_container_fixed .abs_edit {
    top: 5px;
    right: 20px;
    width: 80px;
    border-radius: 20px;
  }
  .shipping_ads .adse_container_fixed .adse_xx {
    border: 0px solid #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .shipping_ads .adse_container_fixed .adse_xx p {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    /* height: auto; */
  }
  .shipping_ads .adse_container_fixed .adse_xx p.flex_col {
    height: auto;
    flex-direction: column;
  }
  .shipping_ads .adse_container_fixed .adse_xx p span {
    display: inline-block;
    max-width: 400px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #333333;
    line-height: 20px;

    overflow: hidden;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .shipping_ads .adse_container_fixed .adse_xx .flex_col span {
    max-width: 100% !important;
    margin-top: 10px;
  }

  .via_flex .cn_xx{
    padding-right: 10px;
  }

  .card_via .checked {
    top: 0;
    transform: none;
  }
  .card_via .via_cn {
    border: 0px solid #fff;
    padding: 0;
  }
  .card_via .via_cn img {
    height: 40px !important;
  }
  .method .card_via {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .method .card_via:last-child {
    border-bottom: 0px solid #fff;
  }
  .shipping_ads .adse_container_fixed {
    padding: 20px;
  }
  .form_flex .shop_input {
    flex-direction: column;
    margin: 0 10px;
  }
  .shop_input {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .shop_input label {
    text-align: left;
  }
  .shop_input input {
    width: 100%;
    background: #f7f8f9;
  }
  .shop_form {
    padding: 0;
    border: 0px solid #fff;
    background: #fff;
    text-align: center;
  }
  .form_flex {
    margin: 0 -10px;
  }
  .shop_form > div > .shop_input input {
    display: none;
  }

  .shop_form > div > .shop_input textarea {
    border: 1px solid #fff;
    padding: 2px 8px;
    width: 100%;
    background: #f7f8f9;
    height: 100px!important;
    line-height: 30px!important;
    resize: none;
    overflow-y: overlay;
  }
  /*.mb-textarea_xxx {*/
  /*  display: block !important;*/
  /*}*/
  #shop_addr .adse_container_fixed .shop_dia_bt {
    display: block !important;
    width: 100%;
    margin: 40px 0 20px;
  }
  #shop_addr .adse_container_fixed .shop_dia_bt:last-child {
    margin: 0;
  }
  .mb_table_con3 {
    display: block !important;
  }

  .mb_table_con3 tbody:last-child tr {
    display: flex;
    flex-direction: column;
  }
  .mb_table_con3 .img_td .td_tit {
    margin: 0;
  }
  .mb_table_con3 {
    display: block;
  }
  .mb_table_con3 tbody td {
    padding: 20px 0 0px;
  }
  .mb_table_con3 .flex_td {
    display: flex;
    justify-content: row;
  }
  .mb_table_con3 .td_tit h2 {
    font-size: 16px;
  }
  .mb_table_con3 .td {
    padding: 20px 0;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
  }

  .mb_list {
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f8f9;
  }

  .flex_td .td_2,
  .flex_td .td_3 {
    padding: 10px 0;
    font-size: 16px;

  }
  .flex_td .td_2 {
    padding-right: 20px;
    font-family: Open Sans;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    font-size: 16px;
  }
  .flex_td .td_2 span {
    font-weight: 550;
    padding-left: 20px;
  }
  .flex_td .td_3 span {
    font-weight: 600;
    padding-left: 20px;
    color: #E23131;
  }

  .mb_table_con3 .mb_list > p{
    color: #E23131;
    font-size: 18px;
  }
  .mb_table_con3 h2 {
    height: auto;
  }
  .process .process_item p {
    font-size: 13px;
  }
  .adse_text_fl {
    height: auto !important;
  }
  .shop_container .sp_con .shop_bt .dia_bt {
    padding: 8px 10px !important;
  }
  .shop_dialog .shop_container {
    width: 360px;
  }
}




.card_input {
  width: 60%;
  display: none;
}
.card_via.on .card_input {
  display: block;
}
.card_input.on {
  display: block;
  width: 100%;
}
.card_input.on p {
  font-size: 9px;
  font-family: Open Sans;
  font-weight: 400;
  color: #333333;
  line-height: 12px;
  padding: 6px 0;
  text-align: left;
}
.card_input .card_xz {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 4px;
  cursor: pointer;
}
.card_input .card_xz p {
  padding-left: 10px;
}
.card_input .card_xz.on {
  border: 1px solid #467CBF;
  background: #ecf2f8;
  position: relative;
}
.card_input .card_xz.on::after {
  position: absolute;
  content: "";
  background: url(../img/gou.png);
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}
.input_iu input:focus {
  border: 1px solid #467CBF;
}
.card_input .card_xz img {
  width: 58px;
  height: 14px;
}
.card_input .or {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 10px 0 0;
  position: relative;
}
.card_input .or::after {
  content: "";
  position: absolute;
  width: 46%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #f8f8f8;
}
.card_input .or::before {
  content: "";
  position: absolute;
  width: 46%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #f8f8f8;
}
.form_iu {
  /* border: 1px solid #f0ebeb;
  background: #f7f8f9; */
  text-align: right;
}
.input_iu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px 10px;
}
.input_iu label {
  width: 140px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0 !important;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  color: #333333;
}
.input_iu label em {
  color: red;
  font-weight: 600;
}
.input_iu input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f7f8f9;
  border: 1px solid #efeff0;
  padding: 2px 8px;
}

.input_iu #card,
.input_iu #cardNumber,
.input_iu #cvc,
.input_iu #expiry {
  width: 100%;
  height: 36px;
  line-height: 30px;
  background: #f7f8f9;
  border: 1px solid #efeff0;
  padding: 2px 8px;
}

.form_iu{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}
.form_iu .input_iu{
  width: 50%;
}
.wh100 {
  width: 100% !important;
}
.input_pay {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px 10px;
}
.input_pay button {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  white-space: nowrap;
  outline: none;
  appearance: none;
  border-radius: 6px;
  border-width: 0px;
  border-style: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none;
  cursor: pointer;
  background: rgb(97, 47, 255);
  color: rgb(255, 255, 255);
  margin-top: 8px;
  height: 40px;
}

/* 按钮被按下去的颜色 */
.button-hover{
  background-color: #96d3ef;
}
/* 按钮disabled的样式 */
.input_pay button[disabled] {
  background-color: #9f6dff;
}










/*
  弹框 成功
*/
.success_dialog {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.success_dialog.show {
  opacity: 1;
  visibility: visible;
}
.success_dialog .success_container {
  width: 440px;
  /*min-height: 224px;*/
  background: #fff;
  border-radius: 10px;
}
.success_container .hd_con {
  position: relative;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e8e8e8;
}
.success_container .hd_con p{
  padding-left: 20px;
  font-weight: 600;
}
.success_container .hd_con .close {
  cursor: pointer;
  background: url(../img/close.png) center no-repeat;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
}
.success_container .sp_con {
  padding: 20px;
}
.success_container .sp_con p {
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 20px 0;
  text-align: center;
}
.success_container .sp_con .shop_bt {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.success_container .sp_con .shop_bt .dia_bt {
  margin: 0 10px;
  width: 100%;
  font-size: 14px;
  padding: 8px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ececec;
}
.success_container .sp_con .shop_bt .dia_bt:hover {
  color: #fff;
  background-color: #467cbf;
}
.success_container .sp_con .shop_bt .dia_bt.on {
  color: #fff;
  background-color: #467cbf;
}


/* ===============弹框================= */
/*
  弹框
*/
.shop_dialog_uuid {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.shop_dialog_uuid.show {
  opacity: 1;
  visibility: visible;
}
.shop_dialog_uuid .shop_container {
  width: 440px;
  /*min-height: 224px;*/
  background: #fff;
  border-radius: 10px;
}
.shop_dialog_uuid .shop_container .hd_con {
  position: relative;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e8e8e8;
}
.shop_dialog_uuid .shop_container .hd_con p{
  padding-left: 20px;
  font-weight: 600;
}
.shop_dialog_uuid .shop_container .hd_con .close {
  cursor: pointer;
  background: url(../img/close.png) center no-repeat;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
}
.shop_dialog_uuid .shop_container .sp_con {
  padding: 20px;
}
.shop_dialog_uuid .shop_container .sp_con p {
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 20px 0;
  text-align: center;
}
.shop_dialog_uuid .shop_container .sp_con .shop_bt {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.shop_dialog_uuid .shop_container .sp_con .shop_bt .dia_bt {
  margin: 0 10px;
  width: 100%;
  font-size: 14px;
  padding: 8px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ececec;
}
.shop_dialog_uuid .shop_container .sp_con .shop_bt .dia_bt:hover {
  color: #fff;
  background-color: #467cbf;
}
.shop_dialog_uuid .shop_container .sp_con .shop_bt .dia_bt.on {
  color: #fff;
  background-color: #467cbf;
}
/* ============================================*/
/*.form_flex label:before {*/
/*  content: "*";*/
/*  color: #CE1B1B;*/
/*  margin-right: 2px;*/
/*}*/
/*.shop_input label:before {*/
/*  content: "*";*/
/*  color: #CE1B1B;*/
/*  margin-right: 2px;*/
/*}*/


.shop_input label.no:before {
  display: none !important;
}

.shop_input input::-webkit-calendar-picker-indicator {
  padding-bottom: 18px !important;
}

/*
  加载动画 start
*/
.request-loading-view {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.request-loading-view.show {
  opacity: 1;
  visibility: visible;
}
.loading {
  border: 6px solid rgba(0, 0, 0, 0.01);
  border-radius: 50%;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.4s linear infinite;
  animation: spin 1.4s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.no_login {
  padding: 200px 0;
  text-align: center;

}
.no_login .txt {
  font-size: 16px;
}
.no_login .p-btn {
  margin: 20px auto;
}
/*
  加载动画 end
*/

.label_last {
  box-sizing: border-box;
  color: #467CBF !important;
  background-color: white !important;
  border: 1px solid #eeeeee !important;
  padding: 3px 8px !important;
}

.proDetail .infoBox .textBox .beizhu .contact, .contactOrder {
  width: 160px;
  height: 60px;
  line-height: 60px;
  background: #467CBF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.proDetail .infoBox .textBox .beizhu {
  margin-top: 5px;
}

.contactBtnGroup {
  display: flex;
  margin-top: 20px;
}

.addToCart {
  display: flex;
  background: #e23131 !important;
  padding: 0 16px;
  width: 150px;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}

/*.addToCart:before {*/
/*  display: block;*/
/*  content: "";*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background: url(https://datasave.qsfptek.com/oss_static/img/product_carti.png) no-repeat;*/
/*  background-size: contain;*/
/*  margin-right: 5px;*/

/*}*/

.addToCart:hover {
  color: #FFFFFF !important;
}

.contactOrder {
  background: #467CBF !important;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  display: block;
  width: fit-content;
  margin-right: 10px;
}

.contactOrder:hover {
  color: #FFFFFF;
}

.noclick {
  cursor: no-drop;
  background-color: #cdcdcd !important;
  height: 48px;
  color: #FFFFFF;
  line-height: 48px;
  padding: 0 16px;
  display: block;
  width: fit-content;
  margin-right: 10px;
  font-weight: bold;
}

.enableclick {
  background-color: #E23131 !important;
  height: 48px;
  color: #FFFFFF;
  line-height: 48px;
  padding: 0 16px;
  display: block;
  width: fit-content;
  margin-right: 10px;
  font-weight: bold;
}

.noclick:hover, .enableclick:hover {
  color: #FFFFFF !important;
}

.write_review {
  color: #467cbf;
}

.write_review:hover {
  text-decoration: underline !important;
  color: #467cbf;
}

.blank_page .blank_contain {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blank_page .blank_contain img {
  width: 32px;
  height: 28px;
  margin-right: 10px;
}

.blank_page .blank_contain p a {
  color: #467cbf;
}

.blank_page .blank_contain p a:hover {
  text-decoration: underline !important;
  color: #467cbf;
}

#pageBoxLayui {
  text-align: center;
}

#layui_pages a {
  display: inline-block;
  padding: 0 !important;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #FFFFFF;
  border: 0px solid #EEEEEE;
  border-radius: 5px;
  font-size: 16px;
  color: #999;
  margin: 0 6px;

}

#layui_pages a {
  margin: 0 6px;
}

#layui_pages a:first-child,
#layui_pages a:last-child {
  /*border: 1px solid #EEEEEE !important;*/
  margin: 0 10px;
  font-size: 18px;
}

#layui_pages a:hover {
  color: #000;
}

#layui_pages .layui-laypage-em {
  background-color: #fff;
}

#layui_pages .layui-laypage-curr {
  margin-bottom: 0;
}

#layui_pages .layui-laypage-curr em {
  color: #ffffff;
  font-size: 16px;
  background-color: #467cbf;
}

#layui_pages .layui-laypage span {
  border: 0px solid #eee;
  padding: 0 10px;
}

.proDetail .quanBox .moreBtn {
  background: #ffffff !important;
}

.xinxi {
  width: 450px;
}
.posi_d {
  position: relative;
  height: 100%;
  /*width: 100%;*/
}
.submitBox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  float: left;
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 35px;
  line-height: 35px;
}
.adPl {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}
.adPl .subtCount,
.adPl .addOCunt {
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #f8f9fb;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  cursor: pointer;
}
.adPl .num {
  width: 40px;
  border: 0;
  text-align: center;
}
.submitBox a {
  font-size: 14px;
  color: #434241;
  margin: 0 20px;
  display: block;
  float: left;
  line-height: 56px;
  border-bottom: 2px solid #ffffff;
}
.addCartData {
  display: flex;
  font-size: 14px;
  background: #e23131 !important;
  padding: 0 8px;
  min-width: 100px;
  margin-left: 10px;
  color: #ffffff;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.add_to_cart {
  cursor: pointer;
}

.diaInput {
  width: calc(100% - 140px);
}
.diaInput input {
  width: 100% !important;
}
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner {
  border-color: #f7f8f9 !important;
}
.el-input__inner:hover {
  border-color: #f7f8f9 !important;
}
.el-input__inner {
  border-radius: 0 !important;
}
.sp_con2 {
  padding: 0 20px !important;
}

#cl {
  width: calc(100% - 300px);
  height: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
}
#cl::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
#cl::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px #efefef;
  background: #e5e7e9;
}
#cl::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  background: #ffffff;
}

@media (max-width: 800px) {
  .shop_input .diaInput {
    width: 100% !important;
  }
  .cr_f .el-input--suffix .el-input__inner {
    padding-right: 8px !important;
  }
}

/*视频播放图标*/
.proDetail .infoBox .imgBox .imgpart .pic img {
  cursor: pointer;
 width: 100%;
 height: 100%;
 position: absolute;
}
img.playVideoIcon {
  width: 50px !important;
  z-index: 1;
  height: 50px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal{
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0!important;
  left: 0!important;
  background-color: rgba(0,0,0,.3);
  z-index: 100 !important;
  overflow: hidden !important;
}
.videoModal .mask{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(25,25,26,.8);
  z-index: 100;
  overflow: hidden;
}
.modal-content{
  width: 880px;
  max-width: 100%;
  /*padding: 0 10px;*/
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
#videoModal .modal-body{
  position: relative;
  /*margin: 26px auto 20px;*/
  max-height: 800px;
  padding:0rem;
  margin-bottom: -5px;
}

.modal-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-body  video {
  width: 880px;
  height: 495px;
}

.videoHead{
  font-size: 20px;
  line-height: 30px;
  margin-right: 20px;
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #19191a;
}

@media (max-width: 1000px) {
  #infoBox_commodity .fill_box .custom_input label {
    width: 130px;

  }
  #infoBox_commodity .fill_box .custom_input .custom_it {
    width: 240px;
  }
  .custom_it input, .custom_it .el-input--suffix {
    width: 300px !important;
  }
  .custom_length {
    width: calc(100% - 130px);
  }
}



.submitOrderBtn{
  font-size: 12px;
  font-family: PingFang SC;
  white-space: nowrap;
  color: #467CBF;
  padding: 10px 16px;
  border: 1px solid  #467CBF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recently_buttonNext,
.recently_buttonPrev{
  width: 28px;
  height: 67px;
  background-color: #ADADAD;
  color: #fff;
  font-size: 12px;
  position:absolute;
  z-index: 1;
}
.recently_buttonNext:hover,
.recently_buttonPrev:hover{
  background-color: #467CBF;
}
.recently_buttonNext{
  right: 0 !important;
}
.recently_buttonPrev{
  left: 0 !important;
}
.recently_buttonNext:after, .recently_buttonPrev:after{
  font-size: 18px;
}
.recently_viewed .swiper-button-prev,
.recently_viewed .swiper-button-next{
  background-image: none !important;
}

.recently_viewed {
  background: #ffffff;
}
.recently_viewed .viewTit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding: 16px 30px !important;
  border-bottom: 1px solid #EEEEEE;
}
.recently_viewed .recently_fls {
  padding: 20px 30px !important;
  position: relative;
  overflow: hidden;
}
.recently_pore {
  position: relative;
}
.recently_price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 16px 0 23px 0;
}
.recently_price b {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #E23131;
  line-height: 20px;
  white-space: nowrap;
}
.recently_price s {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #9E9E9E;
  line-height: 20px;
  white-space: nowrap;
}
.tit_view {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 100px;
}
#recently_swiper .recently_imgBox {
  display: block;
  position: relative;
}
.recently_imgBox .recently_add {
  position: absolute;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
  -webkit-transition: all .3s;
  -o-transition: .3s all;
  transition: all .3s;
  font-size: 12px;
  line-height: 18px;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.recently_imgBox:hover .recently_add {
  display: flex !important;
}
.recently_imgBox .recently_add:hover {
  background: rgba(25,25,26,.04);
}
.recently_imgBox .recently_add .recently_cart_img {
  width: 24px !important;
  height: 24px !important;
}
.shop_content .adse_content_fix_g .img_td img {
  cursor: pointer;
}
.shop_content .adse_content_fix_g .img_td .td_tit h2:hover{
  cursor: pointer;
  text-decoration: underline !important;
}


/*改商品流程*/
.shipping_address {
  padding: 20px 10px 20px 30px;
  vertical-align: bottom;
  position: relative;
}
.address_con {
  overflow-y: scroll;
  padding-right: 15px;
  height: 380px;
}
.bill_address {
  height: 360px;
}
.address_con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.address_con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px #efefef;
  background: #e5e7e9;
}
.address_con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  border-radius: 4px;
  background: #ffffff;
}

.shipping_address .address_list {
  border: 1px solid #f0ebeb;
  padding: 10px 20px 20px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.shipping_address .address_list .address_edit {
  position: absolute;
  right: 10px;
  top: 10px;
}
.shipping_address .address_list .address_edit i {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/edit.png) center no-repeat;
  transform: scale(0.6);
}
.shipping_address .address_list .address_edit {
  width: 80px;
  font-size: 14px;
  padding: 4px 10px !important;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #5587c4;
  background-color: #ecf2f8;
  /*border: 1px solid #ececec;*/
  display: flex;
  align-items: center;
}
.address_list h2 {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px;
  font-weight: 500;
}
.address_list p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
.shipping_address .address_list.on{
  border: 1px solid #c7d6e9;
  position: relative;
  background: #f7f8f9;
}

.shipping_address .address_list.on::after {
  position: absolute;
  content: "";
  background: url(../img/gou_ads.png) no-repeat;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}
.shipping_flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #ececec;
}
.shipping_flx p {
  color: #467CBF;
  font-size: 14px;
}

.shipping_flx p:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
.adse_container_fixed .info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  border: 1px dashed #fcdd84;
  background: #fef8e5;
  padding: 10px 20px;
  border-radius: 6px;
}
.adse_container_fixed .info img {
  display: block;
  width: auto;
  height: 21px;
  padding-right: 10px;
}
.adse_container_fixed .info p {
  color: #666666;
  font-size: 14px;
}

.address_dialog {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.address_dialog.show {
  opacity: 1;
  visibility: visible;
}
.address_dialog .address_container {
  width: 900px;
  min-height: 224px;
  background: #fff;
  border-radius: 10px;
}
.address_dialog .address_container .hd_con {
  position: relative;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e8e8e8;
}
.address_dialog .address_container .hd_con p {
  padding-left: 20px;
  font-weight: 600;
}
.address_dialog .address_container .hd_con .close {
  cursor: pointer;
  background: url(../img/close.png) center no-repeat;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
}
.address_container .cd_con {
  padding: 20px;
}
.address_dialog .cd_con .address_form {
  /*padding: 30px 35px;*/
  /*border: 1px solid #f0ebeb;*/
  background: #ffffff;
  text-align: center;
}
.address_dialog .cd_con .address_form .shop_input input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f7f8f9;
  border: 1px solid #fff;
  padding: 2px 8px;
}
.address_form .address_btn {
  display: inline-block;
  margin: 0 10px 10px;
  width: 120px;
  font-size: 14px;
  padding: 8px 0 !important;
  border-radius: 4px;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ececec;
}
.address_form .address_btn.on {
  color: #fff;
  background-color: #467cbf;
}
.address_form .address_btn:hover {
  color: #fff;
  background-color: #3b73b8;
}
.address_form .shop_input {
  flex-direction: column!important;
}
.address_form .shop_input label {
  text-align: left !important;
  width: auto !important;
}
.form_flex {
  margin: 0 -20px;
}
.form_flex .shop_input {
  padding: 0 20px;
  margin-bottom: 0 !important;
}
.address_select {
  width: 100%;
}
.address_phone {
  display: flex;
  flex-direction: row;
}
.address_phone .qh_d {
  width: 150px;
}
.address_phone input{
  width: calc(100% - 150px);
}
.cart3_list {
  border: 1px solid #f0ebeb;
  padding: 10px 20px 20px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  vertical-align: bottom;
  background: #f7f8f9;
}
.cart3_list p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
.cart3_list h2 {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px;
  font-weight: 500;
}
/*地址列表*/
.address_book {
  background: #ffffff;
  width: calc(100% - 264px);
  padding: 0 20px 46px;
  float: right;
  display: block;
}
.address_book .address_tit {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
}
.address_book .address_tit h1 {
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  font-weight: bold;
  color: #333333;
}
.address_book .address_tit{
  position: relative;
  display: flex;
  align-items: center;
}
.address_book .address_tit .address_edit i {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/tb_jh.png) center no-repeat;
  transform: scale(0.6);
}
.address_book .address_tit .address_edit {
  /*width: 80px;*/
  font-size: 14px;
  padding: 4px 10px !important;
  border-radius: 20px;
  text-align: center;
  color: #5587c4;
  background-color: #ecf2f8;
  /*border: 1px solid #ececec;*/
  display: flex;
  align-items: center;
}

.address_list_content .address_list {
  border: 1px solid #f0ebeb;
  padding: 10px 20px 20px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.address_list_content .address_list .address_edit i {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/edit.png) center no-repeat;
  transform: scale(0.6);
}
.address_list_content .address_list .address_edit {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  font-size: 14px;
  padding: 4px 10px !important;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #5587c4;
  background-color: #ecf2f8;
  /*border: 1px solid #ececec;*/
  display: flex;
  align-items: center;
}
.address_list_content .address_list h2 {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px;
  font-weight: 500;
}
.address_list_content .address_list p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
.address_list_content .address_list.on{
  border: 1px solid #c7d6e9;
  position: relative;
  background: #f7f8f9;
}

.address_list_content .address_list.on::after {
  position: absolute;
  content: "";
  background: url(../img/gou_ads.png) no-repeat;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.address_c {
  margin-top: 10px;
  width: 100%;
}
.address_c .address_nav {
  padding-top: 10px;
  display: flex;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.address_c .address_nav p {
  height: 34px;
  line-height: 34px;
  padding-right: 20px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.address_c .address_nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #f5f5f5;

}

.address_c .address_nav p.on {
  color: #5184c3;
}
.address_c .address_nav p.on:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 20px;
  height: 2px;
  z-index: 10;
  background: #5184c3 !important;
}
.address_ck .checked{
  margin-right: 6px;
  display: block;
  background-image: url(../img/checked4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.address_ck.on .checked {
  background-image: url(../img/checked3.png);
}
.ck_edit {
  display: block;
  width: 80px;
  font-size: 14px;
  padding: 4px 10px !important;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #5587c4;
  height: auto;
}
.ck_edit p {
  position: relative;
  padding-left: 26px;
  text-align: left;
  margin-left: 10px;
  /*min-width: 40px;*/
}
.ck_edit .k_edit::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/c_edit.png) center no-repeat;
  transform: scale(0.6);
}
.ck_edit .k_edit:hover::after {
  background: url(../img/c_edit_on.png) center no-repeat;
}
.ck_edit .k_remove::after {
   content: "";
   position: absolute;
   top: -4px;
  left: -5px;
   display: block;
   width: 32px;
   height: 32px;
   background: url(../img/c_del.png) center no-repeat;
   transform: scale(0.6);
 }
.ck_edit .k_remove:hover::after {
  background: url(../img/c_del_on.png) center no-repeat;
}
.ck_edit p:hover {
  color: #5587c4;
}
.address_list_content .address_ck {
  display: flex;
  align-items: center;
}
.address_list_content .address_list .address_list_info {
  flex: 1;
}
.address_list_content .address_list .address_ck {
  flex: 0.4;
}
.address_list_content .address_list .ck_edit {
  flex: 0.2;
}

@media (max-width:800px) {
  /*.txt_ads_xxx {*/
  /*  display: none !important;*/
  /*}*/
}

@media (max-width:600px) {
  .recently_price {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .address_dialog .address_container{
    position: relative;
    transform: translateX(0);
  }
  .address_dialog .address_container{
    height: 100%;
    margin-left: 55px;
    border-radius: 0;
    /*transform: translateX(100%);*/
    transition: all 0.3s;
  }
  .address_dialog .form_flex {
    margin: 0 !important;
    flex-direction: column;
  }
  .form_flex .shop_input {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .address_dialog .address_container .el-input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .address_container .cd_con .address_form{
    height: 550px;
    overflow-y: scroll;
  }

  .note_flx .cd_con .address_form{
    height: auto !important;
    overflow-y: visible !important;
    display: flex;
    justify-content: center;
  }

  .address_dialog .address_container .address_form .address_btn{
    float: left;
    margin: 0 10px 10px 0 !important;
  }
  .adse_content_fix_g .shipping_address {
    padding: 10px 5px 10px 10px;
  }
  .shipping_flx {
    padding: 10px !important;
  }
  .adse_content_fix_g .shipping_address .address_con {
    padding-right: 5px !important;
  }
  .voa_adrs .card_via .via_cn {
    padding-bottom: 10px;
    border-bottom: 1px solid  #e8e8e8;
  }
  .shipping_ads .adse_container_fixed {
    padding: 10px !important;
  }
  .shipping_ads h2 {
    height: auto !important;
  }
  .shipping_address .address_list .address_edit {
    width: 60px;
    font-size: 12px;
    padding: 2px 6px !important;
    border-radius: 15px;
  }
  .mb-textarea_xxx {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f7f8f9;
    border: 1px solid #fff;
    padding: 2px 8px;
  }
  .address_container .cd_con {
    padding: 10px !important;
  }
  .address_dialog .address_container .hd_con p {
    padding-left: 10px !important;
  }
  .img_td .td_tit {
    width: 100% !important;
  }
  .mb_table_con3 .mb_list > p {
    font-size: 16px;
  }
  .flex_td .td_2, .flex_td .td_3 {
    font-size: 12px !important;
    display: flex;
    align-items: center;
  }
  .adse_detail .table_content {
    padding: 0 10px 10px;
  }
  .address_book {
    width: 100%;
  }
  .address_list_content .address_list {
    flex-direction: column;
    align-items: flex-start;
  }
  .address_list_content .address_list .address_list_info,
  .address_list_content .address_list .address_ck,
  .address_list_content .address_list .ck_edit {
    padding-bottom: 10px !important;
  }
  .address_list_content .address_list .ck_edit {
    display: flex;
    padding-left: 0 !important;
  }
  .address_list_content .address_list .ck_edit .k_edit{
    margin-left: 0 !important;
  }
  .address_book {
    padding: 0 10px 20px;
    margin-bottom: 10px !important;
  }
  .address_c .address_nav {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .address_book .address_tit .address_edit {
    font-size: 12px;
    padding: 2px 6px !important;
    border-radius: 16px;
  }
  .topDiv {
    height: 71px;
  }
  .ic_contain {
    width: 100%;
  }
  .adv_cfs .list_bg .list_container {
    height: auto !important;
  }
  .shop_dialog_uuid .shop_container {
    width: 80% !important;
  }
  .adse_hd {
    padding: 0 10px !important;
  }
}

@media (max-width: 960px) {
  .address_list_content .address_list .address_list_info {
    flex: 0.8;
  }
  .address_list_content .address_list .address_ck {
    flex: 0.6;
  }
  .address_list_content .address_list .ck_edit {
    flex: 0.4;
  }
}

.address_form .el-form-item{
  /*margin-bottom: 0 !important;*/
}
.el-form-item__content {
  line-height: 30px !important;
}
.shop_input label {
  height: 20px !important;
  line-height: 20px !important;
}

.address_form .shop_input .el-form-item{
  display: flex;
  flex-direction: column;
}
.address_select .is-disabled input{
  background: #f2f2f2 !important;
}
.flx_center {
  text-align: center;
  padding: 20px 0;
}

.cart3_list2 {
  border: 1px solid #f0ebeb;
  padding: 10px 20px 20px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  vertical-align: bottom;
  /*background: #f7f8f9;*/
  width: 100%;
  margin-top: 12px;
}
.cart3_list2 p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
.cart3_list2 h2 {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px;
  font-weight: 500;
}
.address_label_con {
  margin-top: 12px;
  width: 100%;
  display: flex;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #4B5C72;
  align-items: flex-start;
  flex-direction: column;
  white-space: nowrap;
}
.address_label_con > p {
  position: relative;
  padding-left: 7px;
}
.address_label_con > p:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 6px;
  background-color: #4B5C72;
  margin-right: 5px;
}
.add_reorder {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #467CBF;
  line-height: 22px;
}
.add_reorder:hover {
  cursor: pointer;
  text-decoration: underline !important;
}
.flx_status {
  display: flex;
  justify-content: space-between;
}
.note_flx {
  min-height: auto !important;
  width: 600px !important;
}
.note_flx .note_p {
  text-align: center;
  padding: 40px 40px 20px;
}

.layui-layer-page {
  margin: 20px;
  width: 50%;
  /*aspect-ratio: 1/1;*/
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.xc .shop_container {
  width: 600px !important;
}
.xc .shop_container .hd_con {
  border-bottom: 0px solid #fff;
}
.xc .shop_container {
  position: relative;
}
.xc .shop_container .close {
  cursor: pointer;
  background: url(../img/close.png) center no-repeat;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.xc .shop_container .sp_con {
  padding: 25px !important;
}
@media (max-width:996px) {
  .layui-layer-page {
    margin: 20px;
    width: calc(100% - 40px) !important;
    /*aspect-ratio: 1/1;*/
    left: auto !important;
  }

}
