/* ==========================================================================
   全局
   ========================================================================== */
.content {
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.inner_nav {
  padding: .15rem 0;
  border-bottom: 1px solid #ccc;
}

.breadcrumb {
  color: #333;
  font-size: var(--font16);
  font-weight: 400;
}

.breadcrumb span {
  margin: 0 .05rem;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb a:hover {
  color: var(--primary);
}




/* ==========================================================================
   产品列表
   ========================================================================== */
.filter_main {
  background: #eef0f2;
  padding: .1rem 0;
}

.filter_item {
  border-bottom: 1px solid #dde0e3;
  padding: .15rem 0;
}

.type_title {
  font-size: var(--font16);
  color: #555;
  min-width: .6rem;
}

.type_list {
  gap: .1rem;
}

.type_link {
  font-size: var(--font16);
  color: #555;
  border-radius: 50px;
  padding: .05rem .15rem;
}

.type_link.on {
  background: #eb1a21;
  color: #fff;
}


.sort_main {
  border-bottom: 1px solid #eef0f2;
}

.sort_flex {
  align-items: center;
  justify-content: space-between;
  padding: .1rem 0;
}

.pro_search {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #eef0f2;
  width: 3rem;
}

.pro_input {
  color: #333;
  font-size: var(--font14);
  font-weight: 400;
  width: calc(100% - 0.3rem);
  padding: 0 .1rem;
}

.pro_button {
  width: .3rem;
  height: .3rem;
  background: url(../images/icon03.svg) no-repeat center;
  background-size: .2rem auto;
}

.sort_list {
  gap: .2rem .4rem;
}

.sort_link {
  font-size: var(--font16);
  color: #333;
}


.pro_main {
  padding: .4rem 0;
}

.pro_list {
  gap: .4rem;
}

.pro_list li {
  width: calc(20% - .32rem);
}

.pro_box {
  border: 1px solid #d4d7db;
  padding: .1rem;
  transition: all .35s;
}

.pro_box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.pro_area {
  padding: .1rem;
}

.pro_name {
  font-size: var(--font16);
  color: #333;
  height: calc(var(--font16) * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.pro_menu {
  margin-top: .1rem;
  justify-content: space-between;
}

.pro_price {
  font-size: var(--font20);
  color: var(--primary);
}

.pro_i {
  font-size: var(--font20);
  color: #333;
}

.pro_i i:hover {
  color: var(--primary);
}


@media only screen and (max-width: 500px) {
  .pro_list li {
    width: calc(50% - .2rem);
  }
}











/* ==========================================================================
   产品详情
   ========================================================================== */
.prodet_flex {
  justify-content: space-between;
  padding: .4rem 0;
}

.prodet_left {
  width: 40%;
}

.prodet_right {
  width: calc(60% - 1rem);
}

.prodet_img {
  border: 1px solid #ccc;
}

.swiper_theme {
  margin-bottom: 10px;
}

.swiper_thumb {
  position: relative;
}

.pro_next,
.pro_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: var(--font32);
  cursor: pointer;
  z-index: 9;
}

.pro_next {
  right: -0.3rem;
}

.pro_prev {
  left: -0.3rem;
}

.swiper_thumb .swiper-slide {
  opacity: 0.4;
}

.swiper_thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.prodet_name {
  font-size: var(--font20);
}

.prodet_price {
  align-items: baseline;
  gap: .15rem;
  margin: .2rem 0 .2rem;
}

.price_h5 {
  font-size: var(--font18);
}

.price_h4 {
  font-size: var(--font22);
  color: var(--primary);
}

.price_h6 {
  font-size: var(--font16);
  color: #999;
  text-decoration: line-through;
}

.prodet_info {
  font-size: var(--font16);
  padding: .2rem 0 .2rem;
  line-height: 2;
}

.prodet_num {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.add_minus {
  width: .42rem;
  height: .42rem;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
}

.num_input {
  width: .95rem;
  border: none;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 1);
  font-size: var(--font18);
  font-weight: 700;
}

.prodet_label {
  font-size: var(--font18);
}

.prodet_select {
  padding: .3rem 0;
  align-items: center;
  gap: .15rem;
  border-top: 1px solid #e8ebef;
}

.pro_addCart {
  background: var(--primary);
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  line-height: 1;
  font-weight: 700;
  min-height: .55rem;
  min-width: 2.25rem;
  padding: .15rem .25rem;
}

.pro_addCart:hover {
  color: #fff;
}

.prodet_main {
  margin: .5rem 0;
  padding: .4rem 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.tab_list {
  justify-content: center;
  gap: .3rem;
}

.tab_list .tab_item {
  cursor: pointer;
  border: 1px solid #cccccc;
  background: #fff;
  padding: .1rem .25rem;
  font-size: var(--font16);
  transition: all .3s;
}

.tab_list .tab_item:hover,
.tab_list .tab_item.selected {
  background: var(--primary);
  color: #fff;
}

.tab_main {
  padding: .5rem;
}

.tab_part {
  font-size: var(--font16);
  color: #333;line-height: 2;
}

.recommend_title {
  font-size: var(--font28);
  color: #333;
  text-align: center;
}

.recommend_swiper .pro_box {
  margin: .2rem;
}

.recommend_swiper {
  padding: .4rem 0 .8rem;
  position: relative;
}

.recommend_swiper .swiper-button-next:after,
.recommend_swiper .swiper-button-prev:after {
  font-size: var(--font32);
  color: var(--primary);
}

.recommend_swiper .swiper-button-next {
  right: -0.2rem;
}

.recommend_swiper .swiper-button-prev {
  left: -0.2rem;
}









/* ==========================================================================
   登录界面
   ========================================================================== */
.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(28, 90, 146, .1);
}

.login_bg {
  padding: 1rem 0;
  min-height: 7.96rem;
  background: url(../images/login.png) no-repeat center;
  background-size: cover;
}

.login_wrapper {
  padding: 0 20px;
}

.login_tab {
  border-radius: .1rem .1rem 0px 0px;
  overflow: hidden;
}

.login_item {
  width: 50%;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  font-weight: 700;
  background: rgba(255, 255, 255, .4);
  padding: .15rem 0;
  cursor: pointer;
}

.login_item.on {
  color: var(--primary);
  font-size: var(--font18);
  font-weight: 700;
  background: rgba(255, 255, 255, 1);
  border-top: .03rem solid rgba(235, 201, 97, 1);
}

.login_main {
  padding: .65rem 1rem;
  background: #fff;
}

.login_list li:not(:last-of-type) {
  margin-bottom: .25rem;
}

.login_box {
  align-items: center;
}

.login_lable {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 700;
  flex-shrink: 0;
  margin-right: .18rem;
}

.login_yzm {
  flex-shrink: 0;
  margin-left: .18rem;
  width: 80px;
}

.login_main .login_btn {
  width: 100%;
  border-radius: .05rem;
  background: var(--primary);
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  font-weight: 700;
  height: .6rem;
  line-height: .58rem;
}

.login_forget {
  justify-content: flex-end;
  margin-top: .1rem;
}

.loginForget_link {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font14);
  font-weight: 400;
}

.login_box .layui-input-wrap {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .login_main {
    padding: .3rem .4rem;
  }
}










/* ==========================================================================
   注册界面
   ========================================================================== */
.register .login_lable {
  width: calc(var(--font16) * 5);
  text-align: right;
}

.login_main .receive_msg {
  margin-left: .18rem;
  background-color: #FFB800;
}

@media only screen and (max-width: 500px) {
  .login_main .receive_msg {
    font-size: 12px;
    padding: 0 5px;
  }
}










/* ==========================================================================
     购物车
     ========================================================================== */
.cart_step {
  gap: 1.9rem;
  justify-content: center;
  padding: .6rem 0;
}

.cartStep_box {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cartStep_box:not(:last-of-type)::before {
  content: "";
  position: absolute;
  right: -1.65rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1px;
  background: rgba(153, 153, 153, 1);
}

.cartStep_img {
  width: .64rem;
  height: .64rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.cartStep_box:nth-child(1) .cartStep_img {
  background-image: url(../images/cart01.svg);
}

.cartStep_box:nth-child(2) .cartStep_img {
  background-image: url(../images/cart02.svg);
}

.cartStep_box:nth-child(3) .cartStep_img {
  background-image: url(../images/cart03.svg);
}

.cartStep_box:nth-child(4) .cartStep_img {
  background-image: url(../images/cart04.svg);
}

.cartStep_h4 {
  color: rgba(153, 153, 153, 1);
  font-size: var(--font20);
  font-weight: 400;
  text-align: center;
}

.cart_step.phase4 .cartStep_box:nth-child(1) .cartStep_h4,
.cart_step.phase3 .cartStep_box:nth-child(1) .cartStep_h4,
.cart_step.phase2 .cartStep_box:nth-child(1) .cartStep_h4,
.cart_step.phase1 .cartStep_box:nth-child(1) .cartStep_h4 {
  color: #000;
}

.cart_step.phase4 .cartStep_box:nth-child(1) .cartStep_img,
.cart_step.phase3 .cartStep_box:nth-child(1) .cartStep_img,
.cart_step.phase2 .cartStep_box:nth-child(1) .cartStep_img,
.cart_step.phase1 .cartStep_box:nth-child(1) .cartStep_img {
  background-image: url(../images/cart01_b.svg);
}

.cart_step.phase4 .cartStep_box:nth-child(2) .cartStep_h4,
.cart_step.phase3 .cartStep_box:nth-child(2) .cartStep_h4,
.cart_step.phase2 .cartStep_box:nth-child(2) .cartStep_h4 {
  color: #000;
}

.cart_step.phase4 .cartStep_box:nth-child(2) .cartStep_img,
.cart_step.phase3 .cartStep_box:nth-child(2) .cartStep_img,
.cart_step.phase2 .cartStep_box:nth-child(2) .cartStep_img {
  background-image: url(../images/cart02_b.svg);
}

.cart_step.phase4 .cartStep_box:nth-child(1)::before,
.cart_step.phase3 .cartStep_box:nth-child(1)::before,
.cart_step.phase2 .cartStep_box:nth-child(1)::before {
  background: rgba(28, 90, 146, 1);
}

.cart_step.phase3 .cartStep_box:nth-child(3) .cartStep_h4,
.cart_step.phase4 .cartStep_box:nth-child(3) .cartStep_h4 {
  color: #000;
}

.cart_step.phase3 .cartStep_box:nth-child(3) .cartStep_img,
.cart_step.phase4 .cartStep_box:nth-child(3) .cartStep_img {
  background-image: url(../images/cart03_b.svg);
}

.cart_step.phase3 .cartStep_box:nth-child(2)::before,
.cart_step.phase4 .cartStep_box:nth-child(2)::before {
  background: rgba(28, 90, 146, 1);
}

.cart_step.phase4 .cartStep_box:nth-child(4) .cartStep_h4 {
  color: #000;
}

.cart_step.phase4 .cartStep_box:nth-child(4) .cartStep_img {
  background-image: url(../images/cart04_b.svg);
}

.cart_step.phase4 .cartStep_box:nth-child(3)::before {
  background: rgba(28, 90, 146, 1);
}

.cart_main {
  padding: 0 0 .8rem;
}

.cart_thead {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 400;
  padding: .3rem .4rem;
  background: rgba(235, 238, 247, 1);
}

.cart_table .layui-form-checkbox[lay-skin=primary]>div {
  color: #000;
  font-size: var(--font16);
}

.cart_table .layui-form-checked[lay-skin=primary]>i {
  border-color: #1C5A92 !important;
  background-color: #1C5A92;
  color: #fff;
}

.cart_table .layui-form-checkbox[lay-skin=primary]:hover>i {
  border-color: #1C5A92;
}

.cart_th:nth-child(1) {
  width: 1rem;
}

.cart_th:nth-child(2) {
  width: calc(100% - 9.5rem);
}

.cart_th:nth-child(4) {
  width: 2.5rem;
  text-align: center;
}

.cart_th:nth-child(3),
.cart_th:nth-child(5),
.cart_th:nth-child(6) {
  width: 2rem;
  text-align: center;
}

.cart_tbody {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.cart_box {
  padding: .3rem .4rem;
}

.cart_box:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart_td:nth-child(1) {
  width: 1rem;
}

.cart_td .pic {
  width: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.cart_td:nth-child(3) {
  width: calc(100% - 10.9rem);
  margin-left: .4rem;
}

.cart_td:nth-child(4),
.cart_td:nth-child(6),
.cart_td:nth-child(7) {
  width: 2rem;
  text-align: center;
}

.cart_td:nth-child(5) {
  width: 2.5rem;
  justify-content: center;
  align-items: flex-start;
}

.cart_td {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.cart_txt1 {
  font-size: var(--font18);
  font-weight: 700;
}

.cart_td:nth-child(7) {
  flex-direction: column;
  align-items: center;
}

.fav_btn {
  margin-top: 6px;
  background: rgba(237, 178, 0, 1);
}


.cart_tfoot {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 400;
  background: rgba(235, 238, 247, 1);

}

.cartTf_flex {
  width: calc(100% - 2.6rem);
  align-items: center;
  padding: .3rem .4rem;
}

.cart_tf:nth-child(1) {
  width: 1rem;
}

.cart_tf:nth-child(3) {
  margin-left: auto;
  align-items: center;
}

.delete_select {
  line-height: 1;
}

.cart_tf .red {
  color: rgba(202, 22, 22, 1);
  font-size: var(--font24);
  font-weight: 700;
}

.cart_confirm {
  width: 2.6rem;
  background: linear-gradient(180.00deg, rgba(255, 192, 0, 1), rgba(255, 166, 0, 1));
  color: rgba(255, 255, 255, 1);
  font-size: var(--font24);
  font-weight: 700;
}

@media only screen and (max-width: 920px) {
  .cart_thead {
    display: none;
  }

  .cart_td:nth-child(3) {
    width: calc(100% - 2.4rem);
  }

  .cart_td:nth-child(4) {
    display: none;
  }

  .cart_td:nth-child(5),
  .cart_td:nth-child(6),
  .cart_td:nth-child(7) {
    flex: 1;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .cart_step {
    gap: 20px;
  }

  .cartStep_box {
    width: calc(50% - 10px);
  }

  .cartStep_box:not(:last-of-type)::before {
    right: -35px;
    width: 50px;
  }

  .cartStep_box:nth-child(2)::before {
    display: none;
  }

  .cart_td:nth-child(1) {
    width: 30px;
  }

  .cart_td .pic {
    width: 60px;
  }

  .cart_td:nth-child(3) {
    width: calc(100% - 100px);
    margin-left: 10px;
  }

  .cart_td .add_minus {
    width: 24px;
    height: 24px;
  }

  .cart_tf:nth-child(1) {
    width: 80px;
  }
}




/* 订单信息 */
.confirm_part {
  margin-bottom: .4rem;
}

.confirm_heading {
  justify-content: space-between;
  background: rgba(235, 238, 247, 1);
}

.confirm_h3 {
  width: calc(100% - 2.35rem);
  padding: .3rem 0 .3rem .6rem;
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 700;
}

.return_cart {
  width: 2.35rem;
  background: rgba(28, 90, 146, 1);
  color: rgba(255, 255, 255, 1);
  font-size: var(--font16);
  font-weight: 700;
}

.return_cart i {
  margin-right: 10px;
}

.return_cart:hover {
  color: #fff;
}

.confirm_table {
  padding: 0 .4rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.confirm_thead {
  padding: .3rem .4rem;
}

.confirm_th {
  color: rgba(85, 85, 85, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.confirm_th:nth-child(1) {
  width: calc(100% - 6rem);
}

.confirm_th:nth-child(2),
.confirm_th:nth-child(3),
.confirm_th:nth-child(4) {
  width: 2rem;
  text-align: center;
}

.confirm_box {
  padding: .3rem .4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.confirm_td {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.confirm_td .pic {
  width: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.confirm_td:nth-child(2) {
  margin-left: .3rem;
  width: calc(100% - 7.3rem);
}

.confirm_td:nth-child(3),
.confirm_td:nth-child(4),
.confirm_td:nth-child(5) {
  width: 2rem;
  text-align: center;
}

.confirm_address {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem;
}

.confirm_address .layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #1C5A92;
}

.confirm_address .layui-form-radio>* {
  font-size: var(--font16);
}

.address_radio {
  align-items: center;
}

.address_tool {
  align-items: center;
  gap: .1rem;
}

.address_edit {
  margin: 6px 0 0;
  font-size: var(--font14);
  background: #db0000;
  color: #fff;
  padding: .03rem .1rem;
  border-radius: .04rem;
}

.address_edit:hover {
  color: #fff;
}

.confirm_info {
  justify-content: space-between;
  background: #EBEEF7;
  padding: .4rem;
}

.confirm_flex {
  align-items: center;
}

.confirm_h4 {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 700;
  margin-bottom: 10px;
}

.confirm_h5 {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font14);
  font-weight: 400;
  margin-top: 5px;
}

.confirm_left .lb-solid {
  color: rgba(237, 154, 17, 1);
  font-size: .77rem;
  line-height: 1;
}

.confirm_right {
  margin-left: .35rem;
}

.confirm_numprice {
  gap: .4rem;
  align-items: center;
}

.confirm_h5 .red {
  color: rgba(195, 21, 21, 1);
  font-size: var(--font18);
  font-weight: 700;
}

.confirm_h5.h5_flex {
  align-items: center;
}


@media only screen and (max-width: 768px) {
  .confirm_btn {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }

  .confirm_btn .cart_confirm {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 500px) {
  .confirm_thead {
    display: none;
  }

  .confirm_box {
    padding: 15px 0;
  }

  .confirm_box:nth-child(1) {
    border: none;
  }

  .confirm_td .pic {
    width: 70px;
  }

  .confirm_td:nth-child(2) {
    margin-left: 10px;
    width: calc(100% - 80px);
  }

  .confirm_td:nth-child(3) {
    display: none;
  }

  .confirm_td:nth-child(4),
  .confirm_td:nth-child(5) {
    width: 50%;
    margin-top: 10px;
  }

  .confirm_flex {
    width: 100%;
  }

  .confirm_info {
    gap: 20px;
  }

  .confirm_btn {
    margin-top: 0px;
  }
}




/* 上传付款凭证 */
.payment_box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .6rem;
}

.payment_price {
  color: rgba(28, 90, 146, 1);
  font-size: var(--font16);
  font-weight: 700;
  align-items: center;
}

.payment_price .red {
  color: rgba(195, 21, 21, 1);
  font-size: var(--font24);
  font-weight: 700;
  margin-left: .3rem;
}

.instruction {
  color: rgba(202, 22, 22, 1);
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.75;
  margin: .3rem 0;
}

.payment_account {
  padding: .15rem .4rem;
  border: .03rem solid rgba(28, 90, 146, 1);
  gap: .5rem;
}

.payment_h4 {
  color: rgba(28, 90, 146, 1);
  font-size: var(--font18);
  font-weight: 500;
}

.evidence {
  margin-top: .3rem;
}

#payment_evidence {
  margin-top: 10px;
  border-radius: 5px;
  background: rgba(195, 21, 21, 1);
}

.layui-upload-list {
  display: flex;
  gap: .1rem;
  margin: 0;
}

.layui-upload-list img {
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 1rem;
  height: 1rem;
}

.payment_flex {
  justify-content: space-between;
  background: #EBEEF7;
  margin-top: .4rem;
}

.payment_left {
  width: calc(100% - 2.6rem);
  justify-content: space-between;
  align-items: center;
  padding: .2rem .6rem;
}

.payment_total {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 700;
  align-items: center;
}

.payment_total .red {
  color: rgba(195, 21, 21, 1);
  font-size: var(--font24);
  font-weight: 700;
  margin-left: .15rem;
}

.payment_intro {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.payment_right .cart_confirm {
  height: 100%;
}

@media only screen and (max-width: 1280px) {
  .payment_box {
    padding: .4rem;
  }
}

@media only screen and (max-width: 500px) {
  .payment_account {
    gap: 10px;
  }

  #payment_evidence {
    font-size: 12px;
  }

  .payment_left {
    width: 100%;
    padding: 5px;
  }

  .payment_intro {
    margin-top: 5px;
  }
}


.completed_part {
  border: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: center;
}

.completed_box {
  padding: 1rem 0;
}

.completed_h3 {
  text-align: center;
  color: rgba(28, 90, 146, 1);
  font-size: var(--font24);
  font-weight: 700;
  margin-bottom: .2rem;
}

.completed_h3 .blue {
  margin-left: .15rem;
  font-size: var(--font32);
}

.completed_h3 .red {
  font-size: var(--font32);
  color: rgba(195, 21, 21, 1);
  margin: 0 .15rem;
}

.completed_list {
  margin-top: .5rem;
  justify-content: center;
  gap: .5rem;
}

.completed_btn {
  min-width: 1.88rem;
  min-height: .55rem;
  border-radius: 5px;
  background: rgba(28, 90, 146, 1);
  padding: .1rem .3rem;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  font-weight: 700;
}

.completed_btn:hover {
  color: #fff;
}

.del_btn {
  min-width: .9rem;
  min-height: .3rem;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font14);
  line-height: 1;
  font-weight: 400;
  border-radius: .05rem;
  background: rgba(202, 22, 22, 1);
  padding: 5px 15px;
}

.del_btn i {
  margin-right: 10px;
}

.del_btn:hover {
  color: #fff;
}

.fav_btn {
  margin-top: 6px;
  background: rgba(237, 178, 0, 1);
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, .5);
}

.popup_content {
  padding: .4rem;
}

.layui-form-select dl dd.layui-this {
  color: var(--primary);
}

.address_box {
  align-items: center;
}

.address_label {
  min-width: 100px;
}

.area_list {
  gap: 10px;
}

.address_list {
  flex-direction: column;
  row-gap: 10px;
}

.payment_list {
  gap: .2rem;
}

.payment_img {
  width: 2.5rem;
  height: 1rem;
  border: .03rem solid #999;
}

.active .payment_img {
  border-color: var(--primary);
}

.payment_img img {
  max-height: 100%;
}











/* ==========================================================================
   产品列表
   ========================================================================== */
.inner_main {
  padding: .6rem 0 1rem;
}

.inner_title {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font30);
  line-height: 1;
  font-weight: 700;
  margin-bottom: .6rem;
  text-align: center;
}

.inner_flex {
  justify-content: space-between;
}

.inner_left {
  width: 2.7rem;
}

.inner_right {
  width: calc(100% - 3.1rem);
  border-top: 3px solid rgba(206, 22, 22, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem;
}

.side_nav {
  border-top: 3px solid rgba(206, 22, 22, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.sideNav_title {
  padding: .25rem 0 .25rem .4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 1);
  font-size: var(--font20);
  font-weight: 700;
}

.sideNav_box {
  padding: .4rem 0 .4rem .4rem;
}

.sideNav_link {
  color: #555555;
  font-size: var(--font16);
  line-height: 2;
  font-weight: 400;
}

.sideNav_link.on {
  color: rgba(206, 22, 22, 1);
  font-weight: 700;
}

.sideNav_link i {
  color: rgba(235, 201, 97, 1);
  margin-right: .14rem;
}

.inner_area {
  flex-direction: column;
  height: 100%;
}

.inner_msg {
  color: #555555;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 2;
}

.inner_left .side_nav:not(:last-child) {
  margin-bottom: .3rem;
}

@media only screen and (max-width: 1280px) {
  .inner_right {
    padding: .4rem .5rem;
  }
}

@media only screen and (max-width: 768px) {
  .inner_right {
    padding: .4rem;
  }

  .side_contact,
  .sideNav_box {
    padding: 20px 0 20px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .inner_left {
    display: none;
  }

  .inner_right {
    padding: .4rem;
    width: 100%;
  }
}


.collect_list li {
  margin-bottom: .2rem;
}

.collect_box {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.collect_date {
  color: rgba(85, 85, 85, 1);
  font-size: var(--font14);
  font-weight: 400;
  background: #EEEFF3;
  padding: .1rem 0 .1rem .45rem;
}

.collect_flex {
  padding: .35rem .6rem;
}

.collect_img .pic {
  width: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.collect_info {
  margin-left: .5rem;
}

.collect_txt1 {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font18);
  font-weight: 700;
}

.collect_txt2 {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font14);
  font-weight: 400;
}

.collect_price {
  margin: 0 auto;
}

.collect_txt3 {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font14);
  font-weight: 700;
}

.del_btn {
  min-width: .9rem;
  min-height: .3rem;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font14);
  line-height: 1;
  font-weight: 400;
  border-radius: .05rem;
  background: rgba(202, 22, 22, 1);
  padding: 5px 15px;
}

.del_btn i {
  margin-right: 10px;
}

.del_btn:hover {
  color: #fff;
}


.inner_right #Lb_pager {
  margin: .6rem 0 0;
}

@media only screen and (max-width: 768px) {
  .collect_flex {
    padding: .2rem;
  }
}

@media only screen and (max-width: 500px) {
  .collect_delete {
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .collect_img .pic {
    width: 70px;
  }

  .collect_info {
    margin-left: 10px;
  }
}








/* ==========================================================================
   会员信息
   ========================================================================== */
.member_main {
  height: 100%;
}

.member_title {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font18);
  font-weight: 700;
  text-align: center;
  margin-bottom: .4rem;
}

.member_item {
  margin-bottom: .2rem;
  align-items: center;
}

.member_label {
  width: 0.8rem;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font16);
  font-weight: 400;
  flex-shrink: 0;
}

.member_box .layui-input {
  width: 3.1rem;
  color: rgba(118, 118, 125, 1);
}

.member_item:last-of-type {
  justify-content: flex-end;
}

.member_box .layui-btn {
  width: 3.1rem;
  background: var(--primary);
}

@media only screen and (max-width: 500px) {

  .member_box .layui-btn,
  .member_box .layui-input {
    width: 240px;
  }
}











/* ==========================================================================
   地址管理
   ========================================================================== */
.newAddress_link {
  padding: .1rem .2rem;
  background: var(--primary);
  color: #fff;
}

.newAddress_link:hover {
  color: #fff;
}

.location_list {
  gap: .3rem;
  margin-top: .4rem;
}

.location_list li {
  width: calc(50% - .15rem);
}

.location_box {
  border: 1px solid #c7c7c7;
  padding: .1rem .2rem;
}

.location_btn {
  margin-top: .1rem;
  justify-content: flex-end;
  gap: .1rem;
}

.location_click {
  color: var(--primary);
}

.location_click:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 500px) {
  .location_list li {
    width: 100%;
  }
}









/* ==========================================================================
     Pagination分页
     ========================================================================== */
#Lb_pager {
  margin: .3rem 0;
}

#Lb_pager .pages {
  justify-content: center;
  gap: .1rem;
}

#Lb_pager .pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .4rem;
  height: .4rem;
  color: rgb(0, 0, 0);
  font-size: var(--font16);
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 4px;
  transition: all.3s;
}

#Lb_pager .pages .pgnext {
  font-size: var(--font18);
}

#Lb_pager .pages a.pgcurrent {
  color: #fff;
  cursor: default;
  background-color: var(--primary);
  border-color: var(--primary);
}

#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary);
  border-color: var(--primary);
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}




/* ==========================================================================
   订单中心
   ========================================================================== */
.side_nav2 {
  margin-top: .3rem;
}

.order_list {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.order_item {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.order_head {
  align-items: center;
  justify-content: space-between;
  background: #EEEFF3;
  padding: .1rem .45rem;
  color: #555;
  font-size: var(--font14);
}

.order_no {
  flex: 1;
  margin: 0 .2rem;
}

.order_svc {
  color: #555;
  font-size: var(--font14);
  white-space: nowrap;
}

.order_svc i {
  margin-right: .04rem;
}

.order_body {
  align-items: stretch;
}

.goods_list {
  flex: 1;
  min-width: 0;
}

.goods_item {
  align-items: center;
  padding: .25rem .45rem;
  border-bottom: 1px solid #eee;
}

.goods_item:last-child {
  border-bottom: none;
}

.goods_img {
  flex-shrink: 0;
  width: .8rem;
  height: .8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.goods_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.goods_info {
  flex: 1;
  min-width: 0;
  margin: 0 .3rem;
}

.goods_name {
  display: block;
  color: #333;
  font-size: var(--font14);
  line-height: 1.5;
}

.goods_num {
  flex-shrink: 0;
  color: #666;
  font-size: var(--font14);
}

.order_side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  flex-shrink: 0;
  padding: .2rem .15rem;
  border-left: 1px solid #eee;
  text-align: center;
}

.order_total {
  color: #333;
  font-size: var(--font14);
  margin-bottom: .08rem;
}

.order_total em {
  font-style: normal;
  font-weight: 700;
}

.order_state {
  color: #333;
  font-size: var(--font14);
  margin-bottom: .12rem;
}

.order_state em {
  font-style: normal;
}

.state_wait {
  color: var(--primary);
}

.state_ship {
  color: #e6a100;
}

.state_done {
  color: #52a052;
}

.order_act {
  font-size: var(--font14);
  line-height: 1.8;
}

.order_act a {
  color: #555;
}

.order_act a:hover {
  color: var(--primary);
}

.order_tip {
  color: #888;
  font-size: var(--font12);
  margin-bottom: .1rem;
  line-height: 1.4;
}

.order_tip em {
  font-style: normal;
  color: var(--primary);
}

.order_empty {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #EEEFF3;
  padding: .6rem .2rem;
  text-align: center;
  color: #555;
  font-size: var(--font16);
}

.inner_right .order_empty+#Lb_pager {
  margin-top: .6rem;
}

.act_pay,
.act_confirm,
.act_logistics {
  color: var(--primary);
}

.act_sep {
  margin: 0 .06rem;
  color: #ccc;
}

.inner_right .order_list+#Lb_pager {
  margin-top: .6rem;
}

@media only screen and (max-width: 768px) {
  .order_head {
    flex-wrap: wrap;
    gap: .05rem .1rem;
    padding: .1rem .2rem;
  }

  .order_no {
    width: 100%;
    margin: 0;
    order: 3;
  }

  .order_body {
    flex-direction: column;
  }

  .order_side {
    width: 100%;
    border-left: none;
    border-top: 1px solid #eee;
    padding: .15rem .2rem;
  }

  .goods_item {
    padding: .15rem .2rem;
  }
}

@media only screen and (max-width: 500px) {
  .goods_img {
    width: .6rem;
    height: .6rem;
  }

  .goods_info {
    margin: 0 .15rem;
  }
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--primary) !important;
}