﻿@charset "utf-8";

/* 口令弹窗 */
.float-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
  z-index: 1999;
  display: none;
}

.float-modal .float-ads {
  position: absolute;
  width: 90%;
  max-width: 360px;
  top: 50%;
  left: 0%;
  right: 0;
  margin: auto;
  margin-top: -70px;
  background: #fff;
  text-align: center;
  padding: 30px 0;
  border-radius: 15px;
}

.float-modal .float-ads h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 30px;
}

.float-modal .float-ads button {
  background: #8b2324;
  border: none;
  color: #fff;
  white-space: nowrap;
  padding: 8px 32px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.s_tmpl_footer {
  max-width: 360px;
  position: fixed;
  width: 360px;
  bottom: 0;
  right: 10px;
  z-index: 11;
  box-sizing: border-box;
  transform: none;
  content: "rb";
  border-left: 2px solid #8b2324;
  border-right: 2px solid #8b2324;
  min-height: 0px;
  transition: all ease .5s;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1000;
}

.s_tmpl_footer .inquirbox {
  padding: 10px;
}

.s_tmpl_footer .inquirbox .row {
  margin-bottom: 8px;
}

.s_tmpl_footer .inquirbox input[type="text"],
.s_tmpl_footer .inquirbox textarea {
  padding: 7px 10px;
}

.s_tmpl_footer .inquirbox .row .col-sm-6 {
  width: 49%;
}

.s_tmpl_footer .tips {
  line-height: 18px;
  padding: 10px 10px 0;
}

.js_editor_click {
  padding: 10px;
  color: #fff;
  background: #8b2324;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.js_editor_click .e_icon-8 {
  color: #fff;
}


.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .43);
  font-family: arial;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0
}

.inquirbox .row {
  margin-bottom: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: #8b2324;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 0;
}




.side-bar {
  top: 50%;
  margin-top: -220px;
  position: fixed;
  right: 10px;
  z-index: 999;
}

.side-bar a,
.side-bar #gotop {
  display: block;
  cursor: pointer;
  height: 38px;
  position: relative;
  color: #676767;
  text-align: center;
  box-sizing: border-box;
  width: 38px;
  background: rgba(139, 35, 36, .73);
  text-align: center;
  margin-bottom: 5px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.side-bar a i,
.side-bar #gotop i {
  display: inline-block;
  font-size: 23px;
  color: #fff;
  position: relative;
  line-height: 38px;
}



.side-bar #gotop {
  display: none;
}



.side-bar a:hover,
.side-bar #gotop:hover {
  background: rgba(139, 35, 36, .93);
}



.side-bar a.wx .wx-box {
  width: 142px;
  height: 193px;
  position: absolute;
  right: 65px;
  top: -50px;
  display: none;
}


.side-bar a.wx .wx-box .box {
  width: 142px;
  padding: 5px;
  border: 5px solid rgba(139, 35, 36, .9);
  text-align: center;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
}

.side-bar a.wx .wx-box .box img {
  width: 100%;
}

.side-bar a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}



.side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 70px;
}

.side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;

}

.side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid rgba(139, 35, 36, .73);
}

.side-bar a.tel .wx-box {
  top: 0;
  height: auto;
  width: auto;
}

.side-bar a.wx.tel .wx-box .arrowPanel {
  top: 15px;
}

.side-bar a.tel .wx-box .box {
  width: auto
}

.side-bar a.wx.tel .wx-box .box {
  width: auto;
  font-size: 16px;
  white-space: nowrap;
  padding: 8px 10px;
}

.side-bar a.wx:hover .wx-box {
  display: block;
}

.shopping {
  position: relative;
}

.shopping a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.shopping span {
  width: 22px;
  height: 22px;
  background: #f00;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  text-align: center;
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: none;
}

.custom-switch {
  padding-left: 5rem
}

.custom-switch .custom-control-label::before {
  left: -3rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem
}

.custom-switch .custom-control-label::after {
  top: 3px;
  left: calc(-3rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(139, 35, 36, 0.3)
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 3.2rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #8b2324;
  background-color: #8b2324
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(139, 35, 36, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgba(139, 35, 36, 0.3)
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: rgba(139, 35, 36, 0.3);
  border-color: rgba(139, 35, 36, 0.3)
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat
}

.e_cookie-103 .p_btSet,
.e_cookie-103 .p_btAllow,
.e_cookie-103 .p_btRefuse,
.e_cookie-103 .p_btConfirm {
  min-width: 140px;
  border-width: 1px;
  margin: 0 5px;
}


.e_cookie-103 .btn {
  color: #212529;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}

.e_cookie-103 .btn-primary {
  color: #fff;
  background-color: #8b2324;
  border-color: #8b2324;
}

.e_cookie-103 .btn-outline-primary {
  color: #8b2324;
  border-color: #8b2324;
}


.e_cookie-103 .p_btContent {
  width: 100%;
  padding: 30px;
  background: #f3f3f3;
  text-align: center;
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  border-top: 1px solid #ddd;
  box-shadow: 0px 0 60px rgba(0, 0, 0, 0.5);
  z-index: 99998;
  display: none
}

.e_cookie-103 .p_btH3 {
  font-size: 22px;
  color: #000;
  text-align: center;
}

.e_cookie-103 .p_btP {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}

.e_cookie-103 .p_btBtn {
  text-align: center
}

.e_cookie-103 .p_btSet,
.e_cookie-103 .p_btAllow,
.e_cookie-103 .p_btRefuse,
.e_cookie-103 .p_btConfirm {
  min-width: 140px;
  border-width: 1px;
  margin: 0 5px
}

.e_cookie-103 .p_mdContent {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.e_cookie-103 .p_close {
  position: absolute;
  right: 30px;
  top: 30px
}

.e_cookie-103 .icon {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -3px;
  fill: currentColor;
}


.e_cookie-103 .p_mdMain {
  background: #f3f3f3;
  width: 85%;
  max-width: 1200px;
  padding: 50px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  box-sizing: border-box;
  transform: translateY(-20px) translateX(-50%);
  box-shadow: 0px 0 60px rgba(0, 0, 0, 0.5);
  border-radius: 6px
}

.e_cookie-103 .p_mdList {
  border-top: 1px solid #aaa;
  margin: 30px 0;
  padding: 30px 0;
}

.e_cookie-103 .p_switch {
  font-weight: bold
}

.e_cookie-103 .p_itemPrompt {
  padding: 10px 0 10px 50px;
  display: none;
  line-height: 20px;
}

.e_cookie-103 .p_mdItem {
  position: relative
}

.e_cookie-103 .p_mdItem+.p_mdItem {
  margin-top: 20px
}

.e_cookie-103 .p_plus {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  z-index: 99
}

.e_cookie-103 .p_plus::after {
  content: " + "
}

.e_cookie-103 .p_plus.p_active::after {
  content: " - "
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.3);
}

.openmodal .modal {
  display: block;
  opacity: 1;
}


#inquiry-dialog-modal .modal-dialog {
  margin-top: 15vh;
  max-width: 700px;
  padding: 15px;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  margin: 0 auto;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}

.modal-header span {
  font-size: 35px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-body {
  padding: 20px 20px;
  width: 100%;
  box-sizing: border-box;
}

.message-product {
  display: flex;
  line-height: 22px;
  margin: 0 0px 10px;
}

.modal-body .proLeftimg {
  width: 110px;
  border: 1px solid #ddd;
  margin-right: 15px;
  height: 110px;
}

.modal-body .proLeftimg img {
  width: 100%;
}

.modal-body .proRight {
  flex: 1;
  color: #666;
}

.message-product-title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}

.modal-body .in_search_box .seaLeft .Left_top .list,
.modal-body .in_search_box .seaLeft .left_bottom {
  margin: 0 0 10px;
}

.modal-body .in_search_box .seaLeft .Left_top .list:nth-child(1) {
  margin-right: 10px;
}

.modal-body .in_search_box .seaLeft .Left_top .list:nth-child(2) {
  margin-right: 0;
  margin-left: 10px;
}

.modal-body .in_search_box .seaLeft .Left_top {
  margin-bottom: 0;
}

.modal-body .in_search_box .seaBtn {
  width: calc(100% - 0px);
  margin: 15px 0;
  border-radius: 4px;
  background: #8b2324;
}


.nycarbox {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.cartTable {
  margin: 0 auto;
  overflow: hidden;
}

.cartTable .cartList {
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.cartTable .cartList .title {
  display: flex;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-right: 0;
}

.cartTable .cartList .title li {
  height: 46px;
  line-height: 46px;
  width: 220px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #f5f5f5;
  position: relative;
}

.cartTable .cartList .title li.act03 {
  flex: 1;
}

.cartTable .cartList .title li:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #e6e6e6;
}

.cartTable .cartList .td {
  display: flex;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-top: 0;
}

.cartTable .cartList .td li {
  /* height: 200px; */
  width: 220px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
}

.cartTable .cartList .td li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.cartTable .cartList .td li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cartTable .cartList .td li span {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: auto;
  margin-top: -20px;
  left: 0;
  right: 0;
}

.cartTable .cartList .td li.act01,
.cartTable .cartList .title .act01 {
  width: 100px;
}

.cartTable .cartList .td li.act06,
.cartTable .cartList .title .act06 {
  width: 90px;
}

.cartTable .cartList .td li.act01 {
  height: 100px;
}

.cartTable .cartList .td li.act03 {
  flex: 1;
}

.cartTable .cartList .td li:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #e6e6e6;
}

.cartTable .cartList .td li.act05 .btn {
  height: 30px;
  width: 100px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
}

.cartTable .cartList .td li.act05 .btn>a {
  color: #333333;
  font-size: 18px;
  width: 30px;
}

.cartTable .cartList .td li.act05 .btn input {
  height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  width: 30px;
}

.cartTable .cartList .del {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  background: url(../images/del.png) center center no-repeat #f5f5f5;
  cursor: pointer;
  background-size: 30%;
}

.cartForm {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin: 20px auto 80px;
  padding: 50px;
}

.cartForm .tips {
  font-size: 18px;
  color: #757575;
  margin-bottom: 30px;
}

.cartForm .list {
  height: 50px;
  line-height: 50px;
  padding-left: 170px;
  font-size: 18px;
  color: #808080;
  margin-bottom: 25px;
  position: relative;
}

.cartForm .list span {
  position: absolute;
  left: 0;
  top: 0;
}

.cartForm .list input {
  font-size: 18px;
  color: #333333;
  border: 1px solid #e6e6e6;
  height: 50px;
  padding: 0 10px;
  width: 500px;
}

.cartForm .list.textarea {
  height: 200px;
}

.cartForm .list.textarea textarea {
  font-size: 18px;
  color: #333333;
  width: 900px;
  height: 180px;
  border: 1px solid #e6e6e6;
  padding: 10px;
}

.cartForm .last {
  margin-left: 170px;
}

.cartForm .last .btn {
  width: 450px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #005bbc;
  border: 0;
}

.cartForm .last .btn.Reset {
  margin-left: 17px;
}

.cartTitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0;
}

@media screen and (max-width: 1000px) {

  .cartTitle {
    padding: 20px 0;
  }

  .nycarbox {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .cartTable .cartList .title li:nth-child(2),
  .cartTable .cartList .title li:nth-child(3),
  .cartTable .cartList .td li:nth-child(2),
  .cartTable .cartList .td li:nth-child(3) {
    display: none;
  }

  .cartTable .cartList .td li,
  .cartTable .cartList .title li {
    width: 100%;
  }

  .cartTable .cartList .td li.act01,
  .cartTable .cartList .title .act01 {
    width: 180px;
  }

  .cartForm {
    padding: 20px;
  }

  .cartForm .list {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .cartForm .list span {
    position: relative;
    top: 0;
  }

  .cartForm .list input,
  .cartForm .last .btn {
    width: 70vw;
  }

  .cartForm {
    padding: 20px;
  }

  .cartForm .last {
    margin: 0;
  }


  .side-bar a,
  .side-bar #gotop {
    width: 32px;
    height: 32px;
  }

  .side-bar a i,
  .side-bar #gotop i {
    line-height: 32px;
    font-size: 20px;
  }

  .e_cookie-103 .p_mdMain {
    padding: 15px;
    width: 95%;
  }

  .e_cookie-103 .p_btContent {
    padding: 30px 10px;
  }

  .modal-body .in_search_box .seaLeft .Left_top {
    display: flex;
  }

  .modal-body .proLeftimg {
    width: 80px;
    height: 80px;
  }

  .message-product-summary {
    -webkit-line-clamp: 2;
  }
}