@charset "utf-8";

/* CSS Document */

* {
  outline: none;
}

/*主题*/

:root {
  --head_height: 5rem;
  --colour1: #193c86;
  --colour2: #2b61d4;
  --colour3: #6fd8ed;
  --dark: #262626;
  --title: #262626;
  --text: #4d4d4d;
  --small_text: #999;
  --tips_text: #ccc;
  --grey_bg: #f7f7f7;
  --grey_bg2: #f0f0f0;
  --text-bg: #193c86;
  --border_colour: rgba(0, 0, 0, 0.08);
  --shadow: rgb(40, 43, 109, 0.1);
}

body {
  margin: 0px;
  padding: 0px;
  background: #f5f6fc;
  position: relative;
}
body,
html {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  color: var(--text);
}

.font-weight-light {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 300 !important;
}

.font-weight-normal {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400 !important;
}

.font-weight-medium {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 500 !important;
}

.font-weight-bold {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 900 !important;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Light.ttf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Black.ttf);
  font-weight: 900;
  font-style: normal;
}

a:link {
  color: inherit;
}

/*未访问样式*/

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:focus,
button:hover {
  outline: none;
}
button {
  cursor: pointer;
}
dd,
dl,
dt,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a.text-link {
  color: inherit;
}
a.text-link:hover {
  color: var(--colour2) !important;
  text-decoration: underline !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /*设置input变色时间非常长*/
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 111111s ease-out, background-color 111111s ease-out;
}
h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

i {
  font-weight: normal;
}

hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 1.5rem 0px;
}

p {
  margin-bottom: 1.25em;
  font-size: 0.9375rem;
  line-height: 1.5em;
  color: var(--text);
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0em;
}

pre {
  display: block;
  border: none;
  background: none;
  font-size: 1rem;
  line-height: 1.75em;
  color: var(--text);
  padding: 0px;
  white-space: pre-wrap;
  font-family: Arial, "微软雅黑", Microsoft YaHei;
}
.text-small {
  color: var(--small_text);
}
.colour1 {
  color: var(--colour1);
}

.colour2 {
  color: var(--colour2);
}
section {
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
}

/*页面滚动条*/

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #ebebeb;
}

::-webkit-scrollbar-thumb {
  background-color: var(--text-bg);
}

/*滚动条背景*/

/*滚动容器滚动条定制*/
/*lenis 不滚动容器*/
[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll-box {
  padding-right: 2vw;
  overflow-y: auto;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #1d1d1d;
}

.scroll-box::-webkit-scrollbar {
  /*背景*/
  width: 10px;
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar-thumb {
  /*滚动条*/
  border: solid 2px #eaeaea;
  width: 6px;
  border-radius: 10px;
  background-color: var(--colour1);
}

.scroll-box::-webkit-scrollbar-corner {
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar {
  height: 10px;
}

/*滚动条设置*/

/*页面选中*/

::selection {
  background: var(--text-bg);
  color: #fff;
}

::-moz-selection {
  background: var(--text-bg);
  color: #fff;
}

::-webkit-selection {
  background: var(--text-bg);
  color: #fff;
}

/*表单*/

form > div,.form > div {
  margin-top: 1rem;
}

form > div:last-child,.form > div:last-child {
  margin-bottom: 0;
}

form div.row,.form div.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

form div.row > div,.form div.row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom:  0.5rem;
}

form p,.form p {
  margin-bottom: 0.375rem;
  font-size: 85%;
  opacity: 0.8;
}
form input,
form select,
.form input,
.form select {
  padding: 0 1rem;
  width: 100%;
  line-height: 3.25em;
  height: 3.25em;
  font-size: 0.9375rem;
  color: var(--text);
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
form input[disabled],.form input[disabled] {
  color: var(--small_text);
}
form input[readonly],.form input[readonly] {
  background-color: var(--grey_bg) !important;
}
form input:-internal-autofill-selected,.form input:-internal-autofill-selected {
  background: #fff !important;
}
form select,.form select {
  color: var(--text);
  padding-right: 2.5rem;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 1rem 1rem;
  border-radius: 0.25rem;
}

form select option,.form select option  {
  font-weight: normal;
  display: block;
  min-height: 2em;
  padding: 0px 2px 1px;
  white-space: nowrap;
  cursor: pointer;
}
form select option[disabled],.form select option[disabled] {
  color: var(--small_text);
  background-color: var(--grey_bg);
}
textarea,
form textarea,.form textarea{
  padding: 1rem;
  width: 100%;
  line-height: 1.5em;
  height: 10em;
  font-size: 1rem;
  color: var(--text);
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
}
form button,.form button {
  line-height: 3.25em;
  height: 3.25em;
  font-size: 0.9375rem;
  color: var(--text);
  border: 1px solid var(--border_colour);
  background: var(--grey_bg);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
form button:not(.btn),.form button:not(.btn) {
  padding: 0 2em;
}
form button:hover,.form button:hover {
  color: #fff;
  border: 1px solid var(--colour2);
  background: var(--colour2);
}
form a.btn,
form button.btn,
.form a.btn,
.form button.btn {
  padding: 0 3rem;
  font-size: 0.9375rem;
  line-height: 3rem;
  height: 3rem;
  border: none;
  color: #fff;
  background: var(--colour2);
  cursor: pointer;
  transition: all 0.4s;
}
form a.btn:hover,
form button.btn:hover,
.form a.btn:hover,
.form button.btn:hover {
  color: #fff !important;
  background: var(--colour3);
}
form .form-check-label,
.form .form-check-label{
  padding-left: 1.25rem;
  cursor: pointer;
}
form .form-check-label,.form .form-check-label{
  font-size: 0.875rem;
}
form .form-check-label a,.form .form-check-label a {
  color: inherit;
  transition: all 0.4s;
}
form .form-check-label a:hover,.form .form-check-label a:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.form-check-input {
  margin-top: 0.375rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

/*input特殊展示效果*/
.input-box {
  position: relative;
}

.input-box label {
  position: absolute;
  z-index: 1;
  left: 0.675rem;
  top: 1.125em;
  font-size: 0.9375rem;
  line-height: 1em;
  margin: 0;
  padding: 0 0.5rem;
  color: #999;
  background: #fff;
  transition: all 0.4s;
  transform-origin: left top;
}
.input-box :focus-within ~ label,
.input-box .not-empty ~ label {
  transform: scale(0.733) translateY(calc(-1.875em)) translateX(calc(0.25rem));
  user-select: none;
}
.input-box label span {
  color: red;
}
.input-box a.code-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 0 1em;
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  color: var(--text);
  background: var(--grey_bg);
  border-radius: 0 0.25rem 0.25rem 0;
  transition: all 0.4s;
}
.input-box a.code-btn:hover {
  color: #fff;
  background: var(--colour2);
}
.input-box a.code-btn span {
  font-size: 0.875rem;
  color: inherit;
}

/* 按钮 */

.layout-btn {
  position: relative;
  display: block;
  width: auto;
  height: 3.25em;
  background: var(--colour2);
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  border-radius: 0.25rem;
  overflow: hidden;
}

.layout-btn:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--grey_bg);
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}

.layout-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colour2);
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}

.layout-btn > div {
  position: relative;
  z-index: 8;
  top: 50%;
  width: 100%;
  height: 1.5rem;
  margin-top: -0.75rem;
  overflow: hidden;
}

.layout-btn > div > span {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 1.5rem;
  line-height: 1.5rem;
  top: 0;
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}

.layout-btn > div > span:first-of-type {
  color: #333;
  transform: translateY(1.5rem);
}

.layout-btn > div > span:last-of-type {
  color: #fff;
  transform: translateY(0);
}

.layout-btn:hover {
  background: var(--colour3);
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}

.layout-btn:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}

.layout-btn:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}

.layout-btn:hover > div > span:first-of-type {
  transform: translateY(0);
}

.layout-btn:hover > div > span:last-of-type {
  transform: translateY(-1.5rem);
}
.layout-btn.small {
  max-width: 10rem;
  height: 3.25rem;
  font-size: 0.875rem;
  box-shadow: none;
}

/*表格边框样式*/

table,
tbody,
tr,
td {
  border: none;
}

table tr {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

table td {
  line-height: 1.5em;
  padding: 1rem 1.125rem;
  border-top: 1px solid #e6e6e6;
}

table td p {
  margin: 0px;
}

/*页面内容宽度*/

.container {
  max-width: 1550px;
  width: 90%;
}
.small-content {
  max-width: 50vw;
  margin: auto;
}
.sticky {
  position: sticky;
  top: 0;
}

/*图片包含*/

.obj-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

/*图片裁切*/

.obj-cover,
.obj-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.obj-cover img {
  width: 100%;
  height: 100%;
}

/*图片放大*/

.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.6s;
}

.zoom-img:hover img {
  transform: scale(1.075);
}

/*响应式图片等比居中*/

.img-center {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.img-center img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.zoom-img:hover .img-center img,
.zoom-img.img-center:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.075);
  transform: translate(-50%, -50%) scale(1.075);
}

/*弹出设置*/
.modal .modal-dialog {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.modal-content {
  border: none;
}
/*背景裁切*/

.bg-cover {
  background-position: center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.grey-box {
  background: var(--grey_bg);
}

/*内页翻页*/

.page-box {
  padding-top: 2rem;
}

.page {
  font-size: 0;
  color: var(--text);
}

.page span {
  display: inline-block;
  padding: 0 14px;
  margin: 0 4px;
  font-size: 14px;
  line-height: 3em;
  color: var(--text);
}

.page a {
  display: inline-block;
  margin: 0 1px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  background: #f7f7f7;
  transition: all 0.4s;
}

.page a:first-of-type {
  border-radius: 4px 0 0 4px;
}

.page a:last-of-type {
  border-radius: 0 4px 4px 0;
}

.page a.active {
  font-weight: bold;
  color: #fff;
  background: var(--colour2);
}

.page input {
  display: inline-block;
  width: 4rem;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 3em;
  height: 3em;
  color: #666;
  border-radius: 4px;
  border: 1px solid var(--grey_bg);
  overflow: hidden;
  transition: all 0.4s;
}

.page button {
  padding: 0 18px;
  margin: 0px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  border: 1px solid var(--border_colour);
  background: var(--grey_bg);
  cursor: pointer;
  transition: all 0.4s;
}

.page form {
  display: inline-block;
}

.grey-box .page a,
.products-list .page a {
  background: #fff;
}

.grey-box .page a.active,
.products-list .page a.active {
  color: #fff;
  background: var(--colour2);
}
.page a:hover,
.page button:hover {
  color: #fff !important;
  background: var(--colour2);
}

@media (max-width: 767.8px) {
  .page {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page a,
  .page span {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page input {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page button {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page input {
    font-size: 13px;
    line-height: 2.5em;
    height: 2.5em;
  }
}

/*账户页面*/

/* 登录页 */
.login {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.loagin-bg {
  width: 100%;
  height: 100%;
  background: url(images/account/loading-bg.jpg) center no-repeat;
  background-size: cover;
}
.login-box {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-box .content {
  width: 26rem;
  max-width: 100%;
  max-height: 100vh;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}
.login-box .content .logo {
  margin-bottom: 1rem;
  text-align: center;
}
.login-box .content .logo img {
  margin-bottom: 0.5rem;
  height: 2em;
}
.login-box .content .logo .title {
  font-size: 0.9375rem;
}

.login-nav {
  margin-bottom: 1.5rem;
  gap: 1.5rem;
}
.login-nav .nav-link {
  padding: 0.5rem 0;
  border: none;
  background: none !important;
}
.login-nav .nav-link.active {
  color: var(--colour2);
  border-bottom: 0.125rem solid var(--colour2) !important;
}
.login-content {
  margin-bottom: 1.5rem;
}
.login-content .layout-btn {
  margin-top: 1.5rem;
}
.loading-copyright {
  width: 100%;
  padding: 2rem 0;
  font-size: 0.875rem;
}
.login .loading-copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
}
@media (max-width: 767.8px) {
  .login {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    height: auto;
  }
  .loagin-bg {
    width: 100vw;
    height: 61.8vw;
    order: 0;
  }
  .login-box {
    order: 1;
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .login-box .content {
    width: 100vw;
  }
  .loading-copyright {
    order: 2;
    padding: 1rem 0;
  }
  .login .loading-copyright {
    position: static;
    color: var(--text);
  }
}
/*忘记密码*/
.passcard-box {
  padding-top: var(--head_height);
  width: 100%;
  max-width: 55rem;
  margin: auto;
}
.passcard-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.9375rem;
}
.passcard-head .logo img {
  height: 2.25rem;
}
.passcard-head a {
  color: var(--colour2);
}
.passcard-body {
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
}
.passcard-title {
  font-size: 1.25rem;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background: var(--colour2);
}
.passcard-center {
  padding: 3em 2rem;
}
.passcard-center .row {
  gap: 1.25rem 0;
}
.passcard-reg {
  margin: auto;
  max-width: 40rem;
}
.passcard-reg small {
  display: inline-block;
  line-height: 1em;
  margin-top: 0.75rem;
}
.passcard-reg .btn {
  width: 100%;
}
@media (max-width: 991.8px) {
  .passcard-box {
    padding-top: 2rem;
    width: 100%;
    max-width: 100%;
  }
  .passcard-head {
    flex-wrap: wrap;
    justify-content: center;
  }
  .passcard-head .logo img {
    height: 2rem;
  }
  .passcard-head > div {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .passcard-body {
    border-radius: 0;
  }
  .passcard-title {
    font-size: 1.125rem;
  }
  .passcard-center .row {
    gap: 1rem 0;
  }
}
/*重置密码*/
.password-get {
  max-width: 22rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
.password-get > div {
  width: 100%;
  margin-bottom: 0;
}
.password-get .btn {
  width: 100%;
}
/*账户界面公共*/
.account {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: var(--head_height);
}
.account > form,
.account > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account-top {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid var(--border_colour);
  background: #fff;
}
.account-top,
.account-top .container {
  padding-left: calc(5vw * 0.7);
  padding-right: calc(5vw * 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--head_height);
}
.account-top .logo {
  flex-shrink: 0;
  text-align: center;
}

.account-top .logo img {
  height: 2.25rem;
}
.account-top .right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 100%;
  margin-right: 2rem;
}
.account-top .right .top-search {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 3vw;
}
.account-top .right .top-search .wap-icon {
  display: none !important;
}
.account-top .right .top-search input {
  width: 20rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border_colour);
  border-right: none;
  background: var(--grey_bg);
  border-radius: 0.25rem 0 0 0.25rem;
}
.account-top .right .top-search a {
  display: block;
  padding: 0 1rem;
  font-size: 1.125rem;
  line-height: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border_colour);
  border-left: none;
  background: var(--grey_bg);
  border-radius: 0 0.25rem 0.25rem 0;
  transition: all 0.4s;
}
.account-top .right .top-search a:hover {
  color: #fff;
  background: var(--colour2);
}
.account-top .right .top-search a span {
  color: inherit;
  font-size: inherit;
}
.account-top .right .top-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
}
.account-top .right .top-btn > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: inherit;
  transition: all 0.4s;
}
.account-top .right .top-btn > a:hover {
  color: var(--colour2);
}
.account-top .right .top-btn > a span.icon,
.account-top .right .top-search .wap-icon {
  display: inline-block;
  font-size: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  display: inline-block;
  background: var(--grey_bg);
  border-radius: 50%;
  margin-right: 0.5rem;
  transition: all 0.4s;
}
.account-top .right .top-btn > a:hover span.icon {
  background: var(--colour2);
  color: #fff;
}
.account-top .right .top-btn > a span.qty {
  margin-left: 0.25rem;
  color: var(--small_text);
}
.account-top .right .top-btn > a span.qty:before {
  content: "(";
}
.account-top .right .top-btn > a span.qty:after {
  content: ")";
}
.account-top .user .dropdown-menu {
  left: auto;
  right: -1rem;
  margin-top: 0;
  padding: 0.5rem 0;
  box-shadow: 0 0 1rem var(--border_colour);
  border-radius: 0 0 0.25rem 0.25rem;
  border: none;
}

.account-top .user .dropdown-menu ul a {
  display: block;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
  line-height: 2rem;
  color: var(--text);
  transition: all 0.4s;
}
.account-top .user .dropdown-menu ul a:hover {
  color: var(--colour2);
  background: var(--grey_bg);
}
.account-top .user .dropdown-menu ul a span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.375rem;
  font-size: 1.25rem;
  line-height: 2rem;
  color: inherit;
}

.account .account-left {
    padding-top: 1rem;
  width: 14rem;
}
.account .account-left > div {
  position: sticky;
  top: calc(var(--head_height) + 1rem);
  width: 100%;
  padding: 1.5rem 0;
  padding-right: 0;
  background: #fff;
  border-radius: 0.25rem;
}
.account .account-nav a {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  padding: 1rem 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: var(--text);
  background: #fff;
  transition: all 0.4s;
}
.account .account-nav .active a {
  color: var(--colour2);
  background: var(--grey_bg);
  font-weight: bold;
  border-right: 0.25rem solid var(--colour2);
}
.account .account-nav a .icon {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: var(--colour2);
}
.account .account-right {
  width: calc(100% - 15rem);
}
.account-title {
  margin: 0 0 2rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  color: var(--colour2);
  border-left: 0.25rem solid var(--colour2);
}

.account .account-right .content {
  width: 100%;
  margin-top: 1rem;
  padding: calc(1rem + 2.5vw * 0.7);
  background: #fff;
  border-radius: 0.25rem;
}
.account .account-right .content:last-of-type {
  margin-bottom: 0rem !important;
}

@media (min-width: 992px) {
  /*PC端展开，wap端折叠*/
  .wap-collapse-btn {
    display: block;
    padding-right: 1rem;
    cursor: auto;
  }
  .wap-collapse-content {
    display: block !important;
  }
  .account-left .wap-collapse-btn {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  :root {
    --head_height: 3.5rem;
  }
  .account-top,
  .account-top .container {
    padding: 0 1rem;
  }
  .account-top .logo img {
    height: 1.5rem;
  }
  .account-top .right {
    gap: 0.5rem;
    margin-right: 0;
  }
  .account-top .right .top-search {
    margin: 0;
  }
  .account-top .right .top-search input,
  .account-top .right .top-search a {
    display: none;
  }
  .account-top .right .top-search .wap-icon {
    display: block !important;
  }
  .account-top .right .top-btn > a span.icon,
  .account-top .right .top-search .wap-icon {
    margin-right: 0;
  }
  .account-top .right .top-btn > a span.title {
    display: none;
  }
  .account-top .right .top-btn > a {
    position: relative;
  }

  .account-top .right .top-btn > a:hover span.icon {
    background: var(--grey_bg);
    color: var(--text);
  }
  .account-top .right .top-btn > a span.qty {
    position: absolute;
    top: -0.25rem;
    right: -0.125rem;
    z-index: 2;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.625rem;
    border-radius: 50%;
    color: #fff;
    background: var(--colour2);
  }
  .account-top .right .top-btn > a span.qty:before,
  .account-top .right .top-btn > a span.qty:after {
    content: "(";
    display: none;
  }
  .account .account-left {
    width: 100%;
    margin-top: 1rem;
  }
  .account .account-left > div {
    padding: 0.75rem 1rem;
  }
  .account .account-nav {
    margin-top: 1rem;
    padding-top: 0.375rem;
    border-top: 1px solid var(--border_colour);
  }
  .account .account-nav a {
    margin: 0;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    line-height: 2em;
  }
  .account .account-nav .active a {
    background: none;
    border: none;
  }
  .account .account-right {
    width: 100%;
  }
  .account .account-right .content {
    padding: 2rem 1.5rem;
  }
  /*PC端展开，wap端折叠*/
  .wap-collapse-btn {
    position: relative;
    display: block;
    padding-right: 2rem;
    cursor: auto;
    font-size: 0.9375rem;
  }
  .wap-collapse-btn:before {
    content: "\b22";
    font-family: "iconfont" !important;
    font-style: normal;
    position: absolute;
    right: 0.25em;
    top: 50%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transform: translate(0%, -50%) rotate(0deg);
    transition: transform 0.4s;
  }
  .wap-collapse-btn:not(.collapsed):before {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .wap-collapse-content {
  }
}
/*个人信息*/
.account .account-right .user-content {
  display: flex;
  align-items: center;
}
.account .account-right .user-content .user-img {
  display: flex;
  flex-shrink: 0;
  width: 4rem;
  height: 100%;
  overflow: hidden;
}
.account .account-right .user-content .user-img img {
  border-radius: 50%;
}
.account .account-right .user-content .user-info {
  width: 100%;
  padding: 0 2rem;
}
.account .account-right .user-content .user-info span {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: var(--small_text);
}
.account .account-right .user-content .user-info .loading-out {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: var(--small_text);
}

.account .account-right .user-content .user-btn {
  margin-top: 0.375rem;
}
.account .account-right .user-content .user-btn a {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0 1rem;
  font-size: 0.875rem;
  color: var(--small_text);
  background: var(--grey_bg);
  border-radius: 0.25rem;
  border: 1px solid var(--border_colour);
  transition: all 0.4s;
}
.account .account-right .user-content .user-btn a:hover {
  color: #fff;
  background: var(--colour2);
  border: 1px solid var(--colour2);
}
.account .account-right .user-content .user-btn {
  flex-shrink: 0;
}

.edit-password-nav {
  border-bottom: none;
  gap: 0.5rem;
  margin-bottom: 2rem;
  max-width: 60rem;
}
.edit-password-nav .nav-item {
  width: 14rem;
  max-width: calc(50% - 0.25rem);
}

.edit-password-nav .nav-link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.875em;
  color: var(--text);
  text-align: center;
  border: 1px solid var(--border_colour);
  background: var(--grey_bg);
  border-radius: 0.25rem;
}
.edit-password-nav .nav-item.show .nav-link,
.edit-password-nav .nav-link.active {
  color: var(--colour2);
  border: 1px solid var(--colour2);
  background: #fff;
}

.edit-password-nav .nav-item.show .nav-link:before,
.edit-password-nav .nav-link.active:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  border-top: 0.625rem solid var(--colour2);
  border-left: 0.75rem solid var(--colour2);
  border-right: 0.75rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transition: all 0.4s;
}
.edit-password-nav .nav-item.show .nav-link:after,
.edit-password-nav .nav-link.active:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.125rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.25rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.account .account-right #user-dashboard.content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.dashboard-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.dashboard-list li {
  border-right: 1rem;
  border-radius: 0.25rem;
  color: var(--small_text);
  white-space: nowrap;
  text-align: center;
}
.dashboard-list li span.icon {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  color: var(--colour2);
}
.dashboard-list li span.data-info {
  margin-right: 0.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 991.98px) {
  .account .account-right .user-content .user-img {
    width: 3rem;
  }
  .account .account-right #user-dashboard.content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dashboard-list li span.icon {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .dashboard-list {
    justify-content: flex-start;
  }
  .dashboard-list li {
    width: calc(33.33% - 1.5rem);
  }
}
/*头部搜索*/

#search-modal .modal-dialog {
  margin: 0;
  width: 100vw;
  max-width: none;
  transition: all 0.4s;
  opacity: 0;
}
#search-modal.show .modal-dialog {
  opacity: 1;
}

#search-modal .modal-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: none;
  height: 100vh;
}
#search-modal .search-close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  z-index: 2;
  font-size: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border: none;
  background: var(--grey_bg);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
#search-modal .search-close:hover {
  background: var(--colour2);
  color: #fff;
}

#search-modal .search-close .icon {
  font-size: inherit;
  color: inherit;
}
#search-modal .modal-header {
  width: 800px;
  max-width: 90%;
  padding: 0rem;
  border-bottom: none;
}

#search-modal .modal-header form {
  display: flex;
  justify-content: center;
  width: 100%;
}

#search-modal .modal-header input,
#search-modal .modal-header button {
  border: none;
  border-radius: 0;
  background: none;
}

#search-modal .modal-header input {
  padding: 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.875em;
  height: 3.875em;
  width: 0;
  background: var(--grey_bg);
  transition: all 0.8s;
}
#search-modal.show .modal-header input {
  width: 100%;
  border-radius: 0.25rem 0 0 0.25rem;
  transition-delay: 0.3s;
}

#search-modal .modal-header button {
  width: auto;
  cursor: pointer;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.5rem;
  background: var(--colour2);
  border-radius: 0 0.25rem 0.25rem 0;
  transition: all 0.4s;
}
#search-modal .modal-header button:hover {
  color: #fff;
  background: var(--colour3);
}
#search-modal .modal-header button span {
  color: inherit;
  font-size: inherit;
}
#search-modal .modal-body {
  width: 800px;
  max-width: 90%;
  flex: 0 0 auto !important;
  padding: 2rem 1.5rem;
}
#search-modal.show .modal-body {
  animation-name: fadeInUp;
  animation-duration: 1.125s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
#search-modal .hot-search {
  margin-top: 2rem;
}
#search-modal .hot-search strong {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
#search-modal .hot-search a {
  display: inline-block;
  padding: 0 1em;
  margin: 0.25rem;
  font-size: 0.875rem;
  line-height: 2.5em;
  color: var(--dark);
  border-radius: 2em;
  background: var(--grey_bg);
  transition: all 0.4s;
}

#search-modal .hot-search a:hover {
  color: #fff;
  background: var(--colour2);
}
/*个人中心*/
.user-form {
  margin-bottom: 0;

  max-width: 60rem;
}
.user-form .row > div {
  margin-bottom: 1.75rem;
}
.user-form .row > div:last-of-type {
  margin-bottom: 0;
}
.user-form .row > div .small-text {
  font-size: 0.875rem;
  line-height: 1em;
  margin-bottom: 0.75rem;
}
.user-form .row > div .small-text .icon {
  font-size: 1.25rem;

  vertical-align: middle;
  color: var(--colour2);
}
.user-form .row > div a.text-link {
  font-size: 0.875rem;
  color: inherit;
}

/*地址*/
.addresses-list li {
  padding-bottom: 30px;
}
.addresses-list li > div {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
  background: var(--grey_bg);
  border: 1px solid var(--grey_bg);
  border-radius: 0.25rem;
}
.addresses-list li.active > div {
  background: #fff;
  border: 1px solid var(--colour2);
}
.addresses-list li.active > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  border-top: 1rem solid var(--colour2);
  border-left: 1.5rem solid var(--colour2);
  border-right: 1.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  transition: all 0.4s;
}
.addresses-list li.active > div:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.25rem;
  left: 0.375rem;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.addresses-list li > div p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.addresses-list li .btn {
  padding: 0;
  margin-top: 0.5rem;
}
.addresses-list li .btn a {
  display: inline-block;
  margin: 0.25rem 0;
  margin-right: 0.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 2em;
  color: var(--small_text);
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid var(--border_colour);
  transition: all 0.4s;
}
.addresses-list li .btn a:first-of-type {
  color: #fff;
  background: var(--colour2);
  border: 1px solid var(--colour2);
}
.addresses-list li .btn a:hover {
  display: inline-block;
  margin: 0.25rem 0;
  margin-right: 0.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 2em;
  color: #fff;
  background: var(--colour3);
  border-radius: 0.25rem;
  border: 1px solid var(--colour3);
  transition: all 0.4s;
}

.account button.add-btn {
  padding: 0 3rem;
  font-size: 1rem;
  line-height: 3rem;
  height: 3rem;
  border: none;
  color: #fff;
  background: var(--colour2);
  cursor: pointer;
  transition: all 0.4s;
}

.account button.add-btn:hover {
  color: #fff;
  background: var(--colour3);
}

/*优惠券管理*/
.coupons-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 0.75rem;
  margin-top: 3rem;
}
.coupons-list .item {
  position: relative;
  width: 14.125rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  background: linear-gradient(45deg, var(--colour2) 0%, var(--colour3) 100%);
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}

.coupons-list .item:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  display: block;
  background: linear-gradient(
      -45deg,
      transparent 33.33%,
      #fff 33.33%,
      #fff 66.666%,
      transparent 66.666%
    ),
    linear-gradient(
      45deg,
      transparent 33.33%,
      #fff 33.33%,
      #fff 66.666%,
      transparent 66.666%
    );
  background-size: 0.375rem 1rem;
}
.coupons-list .item,
.coupons-list .item p {
  line-height: 1.5em;
  color: #fff;
}
.coupons-list .item .info {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  border-bottom: 1px dashed #fff;
}
.coupons-list .item .info:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
}
.coupons-list .item .info:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
}
.coupons-list .item .price {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: bold;
}
.coupons-list .item .price small {
  margin-right: 0.25rem;
  font-weight: normal;
  vertical-align: middle;
}
.coupons-list .item .limit {
  margin-top: 0.75rem;
  margin-right: 2rem;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  line-height: 2em;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
}

.coupons-list .item .coupons-link {
  display: block;
  width: 70%;
  margin: auto;
  font-size: 0.75rem;
  line-height: 2.5em;
  color: var(--title);
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #f4e6d6, #ffd9a8);
  border-radius: 0.25rem;
}
.coupons-list .item .coupons-link:hover {
  background: linear-gradient(90deg, #ffd9a8, #ffd9a8);
}
/*优惠券状态*/
.coupons-list .item.used {
  background: linear-gradient(45deg, #d3ddf4 0%, #d6f0f7 100%);
}
.coupons-list .item.used:before,
.coupons-list .item.useless:before,
.coupons-list .item.disable:before {
  position: absolute;
  z-index: 1;
  bottom: 0.75rem;
  right: -0.375rem;
  display: inline-block;
  padding: 0 2em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.25em;
  color: #456aba;
  border: 2px solid #456aba;
  border-radius: 0.25rem;
  transform: rotate(-20deg);
}
.coupons-list .item.used,
.coupons-list .item.used p {
  line-height: 1.5em;
  color: #456aba;
}

.coupons-list .item.used {
  padding-bottom: 0;
}
.coupons-list .item.used:before {
  content: "已使用";
}
.coupons-list .item.used:after {
  display: none;
}
.coupons-list .item.used .info {
  margin-bottom: 0;
}
.coupons-list .item.used .coupons-link {
  display: none;
}

.coupons-list .item.useless:before {
  content: "已过期";
  color: var(--small_text);
  border: 2px solid var(--small_text);
}
.coupons-list .item.useless .coupons-link,
.coupons-list .item.disable .coupons-link {
  opacity: 0;
  visibility: hidden;
}

.coupons-list .item.useless,
.coupons-list .item.disable {
  background: linear-gradient(45deg, var(--grey_bg) 0%, var(--grey_bg2) 100%);
}
.coupons-list .item.useless,
.coupons-list .item.useless p,
.coupons-list .item.disable,
.coupons-list .item.disable p {
  color: var(--small_text);
}
.coupons-list .item.disable:before {
  content: "已失效";
  color: var(--small_text);
  border: 2px solid var(--small_text);
}
/*订单管理*/
#orders-query {
  font-size: 0.9375rem;
}
#orders-query form .row > div {
  margin-bottom: 1.25rem;
}
#orders-query form .row > div:last-of-type {
  margin-bottom: 0;
}
.orders-time {
  display: flex;
  align-items: center;
}
.orders-time span {
  flex-shrink: 0;
}
.orders-time .container {
  margin: auto !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.orders-time .container input,
.orders-time .container select {
  padding: 0 1rem;
  line-height: 3.25em;
  height: 3.25em;
  font-size: 0.9375rem;
  color: var(--text);
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.orders-time .container input:focus {
  box-shadow: none !important;
}
.orders-time .container .input-group-text {
  padding: 0.375rem 1rem;
  background: var(--grey_bg);
  transition: all 0.4s;
}
.orders-time .container .input-group-text:hover {
  color: #fff;
  background: var(--colour2);
  border-color: var(--colour2);
}
.orders-time .container .input-group-text .icon {
  font-size: 1.125rem;
}

.orders-contract {
  width: auto;
  display: flex;
  align-items: center;
}
.orders-contract button {
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.orders-contract span {
  flex-shrink: 0;
}
.orders-list {
  font-size: 0.875rem;
}
.orders-list li {
  margin-top: 1rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
}
.orders-list .orders-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border_colour);
  background: var(--grey_bg);
}
.orders-list .orders-head span {
  margin-right: 1.25rem;
}
.orders-list .orders-head .delete {
  font-size: 1.125rem;
  border: none;
  background: none;
  color: var(--small_text);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.orders-list .orders-head .delete:hover {
  color: #fff;
  background: var(--colour3);
}
.orders-list .orders-content {
  display: flex;
}
.orders-list .orders-content p {
  font-size: 0.875rem;
  line-height: 1.375em;
  margin-bottom: 0.5rem;
}
.orders-list .orders-content p:last-of-type {
  margin-bottom: 0;
}
.orders-list .orders-content > div {
  padding: 1rem;
  border-left: 1px solid var(--border_colour);
}

.orders-list .orders-content > div:first-child {
  border-left: none;
}
.orders-list .orders-content > div.item {
  width: 100%;
  padding: 0 1rem;
}
.orders-list .orders-content > div.item dd {
  width: 100%;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border_colour);
}

.orders-list .orders-content > div.item dd:first-child {
  border-top: none;
}
.orders-list .orders-content > div.item dd img {
  width: 3.5rem;
  margin-right: 1rem;
}
.orders-list .orders-content > div.item dd .info {
  flex-grow: 1;
}
.orders-list .orders-content > div.item dd .info a.name {
  font-size: 1rem;
}
.orders-list .orders-content > div.item dd .summary {
  width: 30%;
  color: var(--small_text);
}
.orders-list .orders-content > div.item dd .summary p {
  color: var(--small_text);
}
.orders-list .orders-content > div.step {
  flex-shrink: 0;
  width: 12rem;
}
.orders-list .orders-content > div.step .icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.orders-list .orders-content > div.step a.text-link {
  text-decoration: underline;
}
.orders-list .orders-content > div.step p.state {
  margin-top: 1rem;
}
.orders-list .orders-content > div.step .icon.icon-hezi {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.orders-list .orders-content > div.step .icon.icon-wuliuxinxi {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.orders-list .orders-content > div.step .icon.icon-close {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.orders-list .orders-content > div.state {
  flex-shrink: 0;
  width: 10rem;
}
.orders-list .orders-content > div.action {
  flex-shrink: 0;
  width: 8rem;
}
.orders-list .orders-content > div.action a {
  display: block;
  padding: 0.125rem 0;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  text-align: center;
  color: var(--text);
  background: var(--grey_bg);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.orders-list .orders-content > div.action a:first-child {
  color: #fff;
  background: var(--colour2);
}
.orders-list .orders-content > div.action a:hover {
  color: #fff;
  background: var(--colour3);
}

/*订单详情*/
#orders-info .action-btn a {
  display: inline-block;
  padding: 0.25em 1em;
  font-size: 0.875rem;
  color: var(--text);
  background: var(--grey_bg);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
#orders-info .action-btn a:hover {
  color: #fff;
  background: var(--colour3);
}
.orders-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.orders-info-list li {
  width: calc(50% - 0.75rem);
}
.orders-info-list li .title {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
.orders-info-list li p {
  font-size: 0.875rem;
  line-height: 1.75em;
}
.orders-info-list li p .total {
  font-size: 1.25rem;
}
a.logistics-btn {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 2.5em;
  padding: 0 1.25em;
  color: var(--text) !important;
  background: var(--grey_bg);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
a.logistics-btn:not(.collapsed) {
  color: #fff !important;
  background: var(--colour2);
}
a.logistics-btn .icon {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  transition: transform 0.4s;
}
a.logistics-btn:not(.collapsed) .icon {
  transform: rotate(180deg);
}
#logistics li {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
  width: 100%;
  color: var(--small_text);
}
#logistics li p {
  color: var(--small_text);
}
#logistics li:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  left: 0%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--border_colour);
  border-radius: 50%;
}
#logistics li:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0.25rem;
  width: 1px;
  height: calc(100% - 0.5rem);
  background-color: var(--border_colour);
}
#logistics li:last-child:after {
  display: none;
}
#logistics li .title {
}
#logistics li .title .state {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
}

#logistics li:first-of-type:before {
  background: var(--colour2);
}
#logistics li:first-of-type .title {
  color: var(--colour2);
}
.invoice {
  margin-top: 1.5rem;
}
.invoice a.lightbox {
  display: inline-block;
  width: 12rem;
  padding-bottom: 8rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
}
.invoice img {
  max-width: 90%;
  max-height: 88%;
}

/*售后记录*/
.orders-service-list {
  font-size: 0.875rem;
  line-height: 2rem;
  border-radius: 0.25rem;
  border: 1px solid var(--border_colour);
}
.orders-service-list li {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border_colour);
}
.orders-service-list li:first-of-type {
  font-weight: bold;
  border-top: none;
  background: var(--grey_bg);
}
.orders-service-list li > div {
  padding: 0.5rem 1rem;
  width: 15%;
}
.orders-service-list li .sort {
  width: 4rem;
  text-align: center;
}
.orders-service-list li .order {
  width: 30%;
}
.orders-service-list li .action {
  width: 5rem;
}

.orders-service-list li .order a {
  font-size: 1rem;
}
.orders-service-list li .action button {
  font-size: 1.25rem;
  border: none;
  background: none;
  color: var(--small_text);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.orders-service-list li .action button:hover {
  color: #fff;
  background: var(--colour3);
}

/*商品售后*/
.orders-details-list {
  font-size: 0.875rem;
  line-height: 1.5em;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
}
.orders-details-list li {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border_colour);
}
.orders-details-list li:first-of-type {
  font-weight: bold;
  color: var(--title);
  border-top: none;
  background: var(--grey_bg);
}
.orders-details-list li > div {
  padding: 0.75rem 1rem;
}
.orders-details-list .name a {
  font-size: 1rem;
}
.orders-details-list li .name {
  width: 20%;
}
.orders-details-list li .params {
  width: auto;
  flex-grow: 1;
}
.orders-details-list li .price {
  width: 18%;
}
.orders-details-list li .qty {
  width: 12%;
}
.orders-details-list li .total {
  width: 18%;
}
.orders-details-list .price-box {
  position: relative;
  display: inline-block;
}
.orders-details-list s {
  font-size: 0.75rem;
  color: var(--small_text);
}
.orders-details-list span.colour2 {
  font-size: 1.125rem;
}
/*消息管理*/
.account-msg-list {
  font-size: 0.875rem;
  line-height: 1.5em;
  border-radius: 0.25rem;
  color: var(--text);
  border: 1px solid var(--border_colour);
}

.account-msg-list li {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border_colour);
}
.account-msg-list li:first-of-type {
  font-weight: bold;
  color: var(--title);
  border-top: none;
  background: var(--grey_bg);
}
.account-msg-list li > div {
  padding: 1rem;
}
.account-msg-list input,
.account-msg-list label {
  cursor: pointer;
}

.account-msg-list li > div.item {
  flex-shrink: 0;
  position: relative;
  padding-left: 2.25rem;
  width: 5.5rem;
}
.account-msg-list li > div.item .form-check-input {
  top: 50%;
  margin-top: -0.5rem;
}
.account-msg-list li > div.state,
.account-msg-list li > div.reply {
  width: 6rem;
  flex-shrink: 0;
}

.account-msg-list li > div.state.unread {
  color: var(--colour2);
}
.account-msg-list li > div.state.read,
.account-msg-list li > div.reply.read {
  color: var(--small_text);
}

.account-msg-list li > div.title {
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.account-msg-list li > div.time {
  flex-shrink: 0;
  width: 15%;
  min-width: 10rem;
  color: var(--small_text);
}

.account-msg-head,
.account-msg-bottom {
  margin-top: 1rem;
  font-size: 0.875rem;
  padding-left: 2.25rem;
}
.account-msg-head {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0;
}
.account-msg-head input,
.account-msg-head label,
.account-msg-bottom input,
.account-msg-bottom label {
  cursor: pointer;
}
.account-msg-head input,
.account-msg-bottom input {
}

.account-msg .meta {
  font-size: 0.875rem;
  color: var(--small_text);
}
.account-msg .card pre {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.75em;
}

.article-page {
  display: flex;
  justify-content: space-between;
  color: var(--small_text);
}
.article-page span,
.article-page a {
  display: inline-block;
  max-width: calc(50% - 1rem);
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
/*购物车*/
.invoice-default {
  font-size: 0.875rem;
  border-top: 1px solid var(--border_colour);
}
.invoice-default thead {
  font-weight: bold;
  background: var(--grey_bg);
}

.invoice-default tr td {
  border: none;
}

.invoice-default tr td .default {
  flex-shrink: 0;
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0 1em;
  font-size: 0.75rem;
  color: var(--small_text);
  background: var(--grey_bg);
  border-radius: 0.25rem;
}
.invoice-default tr td a {
  color: inherit;
  transition: all 0.4s;
}
.invoice-default tr td a:hover {
  color: var(--colour2);
  text-decoration: underline;
  transition: all 0.4s;
}

.account-foot {
  width: 100%;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background: none !important;
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.cart-foot {
  margin-bottom: 0;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background: none;
}
/**/

.breadcrumb {
  width: 100%;
  padding: 1.5rem 0px;
  margin: 0;
  background: none;
}

.breadcrumb a {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: var(--text);
  transition: all 0.4s;
}

.breadcrumb a.done {
  color: #20c997;
}
.breadcrumb a.active {
  color: var(--colour2);
}
.breadcrumb a.done:hover {
  color: #20c997;
}
.breadcrumb a.active:hover {
  color: var(--colour2);
}
.breadcrumb a:after {
  content: "";
  display: inline-block;
  margin: 0 0.5rem;
  width: 1.5rem;
  height: 0.125rem;
  background: var(--border_colour);
}
.breadcrumb a:last-of-type:after {
  display: none;
}

.breadcrumb a span {
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  text-align: center;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 50%;
}
.breadcrumb a.done span {
  color: #fff;
  background: #20c997;
}
.breadcrumb a.active span {
  color: #fff;
  background: var(--colour2);
}

.form-inline {
  margin-bottom: 1rem;
}

.cart-box .dropdown {
  display: inline-block;
}
.price .dropdown-menu {
  top: calc(100% + 0.375rem) !important;
  left: 50% !important;
  min-width: 10rem;
  padding: 1rem 1.5rem;
  border: 1px solid var(--colour2);
  font-size: 0.9375rem;
  color: var(--text);
  box-shadow: 0 0 1rem -0.25rem var(--shadow);
  transition: all 0.3s ease-out; /* 设置过渡效果 */
}
.price .dropdown-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.375rem;
  left: 50%;
  margin-left: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-left: 1px solid var(--colour2);
  border-bottom: 1px solid var(--colour2);
  transform: rotate(135deg);
  transition: all 0.4s;
}
.price .dropdown-menu.show {
  transform: translate(-50%, 0%) !important; /* 展开时不缩放 */
}

.price .dropdown-menu .title {
  margin-bottom: 0.5rem;
  color: var(--text);
  font-size: 0.875rem;
  font-weight: bold;
}
.price .dropdown-menu .title {
  margin-bottom: 0.5rem;
  color: var(--text);
  font-size: 0.875rem;
  font-weight: bold;
}
.price .dropdown-menu ul {
  min-height: 6rem;
}

.cart-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-box {
  width: 100%;
  padding: calc(1rem + 2vw * 0.7);
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  background: #fff;
}
.cart-box a.toBuy{display:inline-block; color:#fff; font-size:0.9375rem; padding:0.5em 1.5em; border-radius:0.25rem; background:var(--colour2); transition: all 0.4s;}
.cart-box a.toBuy:hover{ background:var(--colour3) ;}
.cart-title {
  margin-bottom: 1rem;
}
.cart-item {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
}
.cart-item li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5em;
  border-bottom: 1px solid var(--border_colour);
}
.cart-item li:last-of-type {
  border-bottom: none;
}
.cart-item li:first-of-type {
  background: var(--grey_bg);
  font-weight: bold;
  line-height: 1.75em;
  color: var(--title);
}
.cart-item li > div {
  padding: 1rem 0;
}
.cart-item li .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1rem;
  padding-right: 1rem;
  flex-grow: 1;
  line-height: 1.5em;
}
.cart-item li .item {
  position: relative;
  padding: 0;
  padding-left: 2rem !important;
  width: 7rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.cart-item li .name {
  width: 8rem;
}
.cart-item li .params {
  width: 12rem;
}
.cart-item li .stock {
  width: 3.5rem;
}
.cart-item li .price {
  width: 7rem;
}
.cart-item li .qty {
  width: 8rem;
}
.cart-item li .total {
  width: 6rem;
}
.cart-item li .action {
  width: 6rem;
  padding-left: 0;
  flex-shrink: 0;
  flex-shrink: 0;
}

.cart-item .item .form-check-label {
  flex-grow: 0;
  margin: 0;
}
.cart-item .item .form-check-input {
  top: 50%;
  margin-top: -0.5rem;
}

.cart-item .item .img {
  position: relative;
  display: inline-block;
}
.cart-item .item .img > img {
  width: 4rem;
  margin: 0 0.5rem;
}
.cart-item .item .img-big {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 100%;
  width: 12rem;
  transform: scale(0.8) translate(0%, -50%);
  padding: 1rem;
  opacity: 0;
  background: #fff;
  border: 1px solid var(--border_colour);
  box-shadow: 0 0 1rem -0.25rem var(--shadow);
  border-radius: 0.25rem;
  transition: all 0.3s;
}
.cart-item .item .img-big:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -0.5rem;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-left: 1px solid var(--border_colour);
  border-bottom: 1px solid var(--border_colour);
  transform: rotate(45deg);
  transition: all 0.4s;
}
.cart-item .item .img:hover .img-big {
  padding: 0.5rem;
  transform: scale(1) translate(0%, -50%);
  opacity: 1;
  visibility: visible !important;
  transition: all 0.3s;
}

.cart-item .name {
  position: relative;
  white-space: nowrap;
}
.cart-item .name .text-link {
  font-size: 1rem;
}

.cart-item .web-hide {
  display: none;
  white-space: nowrap;
}
.cart-item .name .form-check-label {
  padding-left: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}

.cart-item .name a {
  display: inline-block;
  white-space: nowrap;
  color: var(--text);
}

.cart-item .price-btn {
  padding: 0.125rem;
}
.cart-item .show .price-btn {
  color: var(--colour2);
}
.cart-item .price-box .price-btn .icon {
  display: inline-block;
  transition: all 0.4s;
}
.cart-item .price-box.show .price-btn .icon {
  transform: rotate(-180deg);
}
form.quantity-holder {
  margin-bottom: 0;
  width: 8rem;
  display: flex;
}
form.quantity-holder .quantity {
  padding: 0 0.5rem;
  width: 3.5rem;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 2rem;
  border-radius: 0;
  border: 1px solid var(--border_colour);
  border-left: none;
  border-right: none;
  text-align: center;
}
form.quantity-holder .minus,
form.quantity-holder .plus {
  padding: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--border_colour);
  background: #fff;
  transition: all 0.4s;
}
form.quantity-holder .minus:hover,
form.quantity-holder .plus:hover {
  color: #fff;
  border: 1px solid var(--colour2);
  background: var(--colour2);
}
form.quantity-holder .minus {
  border-radius: 0.25rem 0 0 0.25rem;
}
form.quantity-holder .plus {
  border-radius: 0 0.25rem 0.25rem 0;
}
form.quantity-holder .minus .icon,
form.quantity-holder .plus .icon {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.cart-item .total s {
  display: block;
  font-size: 0.75rem;
  color: var(--small_text);
}
.cart-item .total span.colour2 {
  font-size: 1rem;
}
a.cart-coupon-btn {
  margin-bottom: 0.25rem;
  padding: 0 0.25rem;
  border: 1px solid var(--colour2);
  line-height: 0;
  border-radius: 0.25rem;
  background: #f3fbfe;
}
.cart-coupon-btn span {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: var(--colour2);
  vertical-align: middle;
}

.cart-box .cart-coupon-menu {
  min-width: 30rem;
}

.cart-coupon-menu .radio {
  display: block;
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border_colour);
}
.cart-coupon-menu .radio:last-child {
  border-bottom: none;
}
.cart-coupon-menu .radio .custom-radio {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.cart-coupon-menu .radio .info {
  display: flex;
  align-items: center;
}
.cart-coupon-menu .radio .coupon-price {
  position: relative;
  display: inline-block;
  margin-right: 1.25rem;
  /*padding-left: 0.25rem;*/
  width: 4.5rem;
  font-size: 0.9375rem;
  line-height: 2em;
  text-align: center;
  color: var(--colour2);
  background: #f3fbfe;
  border: 1px solid var(--colour2);
  border-radius: 0.25rem;
}

.cart-coupon-menu .radio.grey .coupon-price {
  color: var(--small_text);
  border: 1px solid var(--border_colour);
  background: var(--grey_bg);
}

.cart-coupon-menu .radio .info .text {
  flex-grow: 1;
  font-size: 0;
}
.cart-coupon-menu .radio .info .text span {
  display: block;
  font-size: 1rem;
  line-height: 1.5em;
  color: var(--colour2);
}
.cart-coupon-menu .radio.grey .info .text span {
  color: var(--text);
}
.cart-coupon-menu .radio .info .text small {
  font-size: 0.75rem;
  line-height: 1.5em;
  color: var(--small_text);
}
.cart-coupon-menu .radio .info .coupon-btn {
  display: inline-block;
  min-width: 4rem;
  margin-left: 1rem;
  padding: 0 0.75em;
  font-size: 0.875rem;
  line-height: 2em;
  color: #fff;
  text-align: center;
  background: var(--colour2);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.cart-coupon-menu .radio .info .coupon-btn:hover {
  background: var(--colour3);
}

.cart-coupon-menu .radio.grey .info .coupon-btn {
  color: var(--small_text);
  background: var(--grey_bg);
}
.cart-item .action a {
  display: inline-block;
  padding: 0 0.75em;
  line-height: 2em;
  color: var(--text);
  border-radius: 0.25rem;
  background: var(--grey_bg);
  transition: all 0.4s;
}
.cart-item .action a:hover {
  color: #fff;
  background: var(--colour2);
}

/*购物车摘要*/
.cart-order-summary {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 0.875rem;
  background: #fff;
  position: sticky;
  bottom: 0;
  z-index: 99;
}
.cart-item-summary.sticky {
  border-top: 1px solid var(--border_colour);
  box-shadow: 0 -0.5rem 0.5rem -0.5rem var(--shadow);
}

.cart-order-summary .order {
  display: flex;
  line-height: 1.75rem;
}

.cart-order-summary .form-check-label {
  padding-left: 1.375rem;
  vertical-align: middle;
}
.cart-order-summary .order .colour2 {
  font-size: 125%;
}
.cart-order-summary .action {
  margin-left: 1rem;
}
.cart-order-summary .action a {
  display: inline-block;
  padding: 0 0.75em;
  font-size: 0.875rem;
  line-height: 2em;
  color: var(--text);
  border-radius: 0.25rem;
  background: var(--grey_bg);
  transition: all 0.4s;
}
.cart-order-summary .action a:hover {
  color: #fff;
  background: var(--colour2);
}
.cart-order-summary .order-totals {
  display: flex;
  align-items: center;
}
.cart-order-summary .order-totals .orde-summary {
  text-align: right;
  margin-right: 1.5rem;
  line-height: 1.5rem;
}
.cart-order-summary .order-totals .orde-summary .price {
  font-size: 1.375rem;
}
.cart-order-summary .order-totals .orde-proceed a {
  display: inline-block;
  padding: 0 2.5rem;
  font-size: 0.9375rem;
  line-height: 3em;
  color: #fff;
  background: var(--colour2);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.cart-order-summary .order-totals .orde-proceed a:hover {
  background: var(--colour3);
}
/*购物车end*/

/*结算*/
/*表格弹出*/
.btn-title {
  display: inline-block;
  padding: 0 1.5em;
  font-size: 0.875rem;
  line-height: 2.5em;
  color: var(--text);
  background: var(--grey_bg);
  border: none;
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.btn-title:hover {
  color: #fff !important;
  background: var(--colour2);
}

.form-modal .modal-content {
  width: 38rem;
}
.form-modal .modal-content  .row > div {
  margin-bottom: 1.5rem;
}
.form-modal .modal-content  .row > div:last-of-type {
  margin-bottom: 0;
}

.form-modal .modal-content .modal-header {
  padding: 1rem 1.5rem;
  color: #fff;
  background: var(--colour2);
}
.form-modal .modal-content .modal-header .title {
  margin-bottom: 0;
  color: #fff;
}

.form-modal .modal-content .modal-header button.close {
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
}
.form-modal .modal-content .modal-header button.close:hover {
  opacity: 1;
}
.form-modal .modal-content .modal-header button.close span.icon {
  color: inherit;
  font-size: inherit;
}
.form-modal .modal-content .modal-body {
  padding: 2.5rem 1.5rem 2rem;
}
.form-modal .modal-content form button {
  color: #fff;
  background: var(--colour2);
  border: var(--colour2);
}
.form-modal .modal-content form button:hover {
  background: var(--colour3);
  border: var(--colour3);
}
/*表格弹出end*/

.cart-addresses {
  width: 100%;
}
.cart-addresses li {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 0.75rem 0;
  font-size: 0.875rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  border: 1px solid var(--border_colour);
  background: var(--grey_bg);
  cursor: pointer;
  transition: all 0.4s;
}
.cart-addresses li.active {
  border: 1px solid var(--colour2);
  background: #fff;
}

.cart-addresses li.active:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  border-top: 0.625rem solid var(--colour2);
  border-left: 0.75rem solid var(--colour2);
  border-right: 0.75rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transition: all 0.4s;
}
.cart-addresses li.active:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.125rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.25rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.cart-addresses li .info {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  width: calc(100% - 8rem);
}
.cart-addresses li .info div {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.cart-addresses li .info div span {
  margin-right: 0.5rem;
}

.cart-addresses li .info div span:first-of-type {
  font-weight: bold;
  color: var(--title);
}
.cart-addresses li .info div span:last-of-type {
  margin-right: 0rem;
}
.cart-addresses li .info .default {
  flex-shrink: 0;
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0 1em;
  font-size: 0.75rem;
  color: var(--small_text);
  background: #fff;
  border-radius: 0.25rem;
}
.cart-addresses li.active .info .default {
  color: var(--small_text);
  background: var(--grey_bg);
}
.cart-addresses li .action {
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.4s;
}
.cart-addresses li:hover .action {
  opacity: 1;
}
.cart-addresses li .action a {
  margin-left: 0.5rem;
  color: var(--colour2);
}
.cart-addresses li .action a:first-of-type {
  margin-left: 0rem;
}
.cart-addresses li .action a:hover {
  text-decoration: underline;
}

.invoice-pills {
  margin-top: 1rem;
  gap: 0 1rem;
}
.invoice-pills .nav-link {
  min-width: 10rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--text);
  text-align: center;
  border: 1px solid var(--border_colour);
  background: var(--grey_bg);
}
.invoice-pills .nav-link.active {
  color: #fff;
  border: 2px solid var(--colour2);
  background: var(--colour2);
}
.cart-confirm-list {
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  border: 1px solid var(--border_colour);
}
.cart-confirm-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1rem;
  border-top: 1px solid var(--border_colour);
}
.cart-confirm-list li:first-of-type {
  border-top: none;
  font-weight: bold;
  color: var(--title);
  background: var(--grey_bg);
}

.cart-confirm-list li > div {
  padding: 1rem 0;
}
.cart-confirm-list li .ant {
  flex-shrink: 0;
  width: 6%;
  text-align: center;
}
.cart-confirm-list li .item {
  flex-grow: 1;
}
.cart-confirm-list li .params {
  width: 30%;
}
.cart-confirm-list li .qty,
.cart-confirm-list li .price,
.cart-confirm-list li .total {
  flex-shrink: 0;
  width: 12%;
}
.cart-confirm-list li:first-of-type .total {
  color: inherit;
}
.cart-confirm-list li .total {
  font-size: 0.9375rem;
  color: var(--colour2);
}
.cart-confirm-list li .wap-text {
  display: none;
}
.coupon-pills {
  gap: 1rem;
  margin: 0.5rem 0 1.5rem;
}
.coupon-pills .nav-link {
  padding: 0;
  font-size: 0.875rem;
  font-weight: bold;
  background: none !important;
  border-radius: 0;
}
.coupon-pills .nav-link.active {
  color: var(--colour2);
  border-bottom: 0.125rem solid var(--colour2);
}

.cart-coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.cart-coupon li {
  position: relative;
  width: 16.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.cart-coupon li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem 2rem 2rem;
  font-size: 0.75rem;
  color: inherit;
}
.cart-coupon li a .price {
  display: flex;
  gap: 0.125rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.cart-coupon li a .price small {
  font-weight: normal;
  font-size: 75%;
}
.cart-coupon li a .limit {
  padding: 0 0.75em;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
}
.cart-coupon li a .time,
.cart-coupon li a .type {
  width: 100%;
  line-height: 1.75em;
}

.cart-coupon li.selected {
  color: #fff!important;
  background: linear-gradient(to right, var(--colour2) 0%, var(--colour3) 100%)!important;
}
.cart-coupon li.disabled {
  cursor: default;
  color: var(--small_text);
  background: var(--grey_bg);
}

.cart-coupon li.inactive:before,
.cart-coupon li.selected:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(100% - 1.5rem);
  width: 20rem;
  height: 20rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(0%, -50%);
  opacity: 0.2;
}
.cart-coupon li.disabled:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(100% - 1.5rem);
  width: 20rem;
  height: 20rem;
  background-color: var(--dark);
  border-radius: 50%;
  transform: translate(0%, -50%);
  opacity: 0.03;
}

.cart-coupon li.inactive {
  color: #456aba;
  background: linear-gradient(to right, #d3ddf4 0%, #d6f0f7 100%);
}

.cart-coupon li.disabled a .limit {
  background: rgba(0, 0, 0, 0.05);
}

.cart-coupon li.selected a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0.125rem;
  width: 0;
  height: 0;
  border-top: 0.75rem solid #fff;
  border-left: 1.125rem solid #fff;
  border-right: 1.125rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-radius: 0.25rem 0 0 0;
  transition: all 0.4s;
}
.cart-coupon li.selected a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.25rem;
  left: 0.375rem;
  width: 1rem;
  height: 0.5rem;
  border-left: 0.125rem solid var(--colour2);
  border-bottom: 0.125rem solid var(--colour2);
  transform: rotate(-40deg);
  transition: all 0.4s;
}
.cart-order-summary.order-totals-confirm {
  padding: 0;
}
.cart-order-summary.order-totals-confirm .order-totals {
  display: block;
  text-align: right;
}
.cart-order-summary.order-totals-confirm .order-totals .orde-summary {
  margin: 0;
}
.cart-order-summary.order-totals-confirm .order-totals .orde-proceed {
  margin-top: 1.5rem;
}

.cart-order-sticky {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 0;
  box-shadow: 0 0 1rem var(--shadow);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.cart-order-summary.show-hide .cart-order-sticky {
  opacity: 1;
  visibility: visible;
}
.cart-order-sticky .container {
  display: flex;
  justify-content: space-between;
}
.cart-order-summary.order-totals-confirm .cart-order-sticky .order-totals {
  display: flex;
  align-items: center;
}
.cart-order-summary.order-totals-confirm .cart-order-sticky .orde-proceed {
  margin-top: 0;
  margin-left: 1.5rem;
}
/*结算end*/
/*支付*/
.pay-info,
.pay-info p {
  font-size: 0.875rem;
}
.pay-pills {
  gap: 1rem;
  margin-top: 1rem;
}
.pay-pills .nav-link {
  display: flex;
  padding: 1em 3em;
  align-items: center;
  font-size: 0.875rem;
  color: var(--text);
  border: 1px solid var(--border_colour);
  background: var(--grey_bg);
}
.pay-pills .nav-link.active {
  color: var(--colour2);
  border: 1px solid var(--colour2);
  background: #fff;
}
.pay-pills .nav-link img {
  height: 2rem;
  margin-right: 0.5rem;
}
.pay-tab,
.pay-tab p {
  font-size: 0.875rem;
}
.pay-tab .content {
  padding-top: 2rem;
  display: inline-block;
  text-align: center;
}
.pay-tab .code {
  width: 200px;
  padding: 0.25rem;
  border: 1px solid var(--border_colour);
}
.pay-tab .alert {
  margin-top: 1rem;
  display: inline-block;
  width: 20rem;
  max-width: 80%;
}
.bank-nav {
  align-items: center;
  margin-top: 2rem;
  gap: 0 1rem;
  border: none !important;
}
.bank-nav a {
  position: relative;
  padding: 0.25em 2em;
  background: var(--grey_bg);
  border-radius: 0.25rem !important;
}
.bank-nav .nav-link.active {
  color: var(--colour2);
  background-color: #fff;
  border: 1px solid var(--colour2);
}

.bank-nav .nav-link.active:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  border-top: 0.625rem solid var(--colour2);
  border-left: 0.75rem solid var(--colour2);
  border-right: 0.75rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transition: all 0.4s;
}
.bank-nav .nav-link.active:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.125rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.25rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.bank-list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-left: 1rem;
}
.bank-list li {
  width: 10rem;
}
.bank-list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--border_colour);
}
.bank-list .active a {
  border: 1px solid var(--colour2);
}
.bank-list .active a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  border-top: 0.625rem solid var(--colour2);
  border-left: 0.75rem solid var(--colour2);
  border-right: 0.75rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transition: all 0.4s;
}
.bank-list .active a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.125rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.25rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.bank-list a img {
  width: 100%;
}

.pay-to {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.5rem;
}
.pay-to .title {
  font-size: 0.9375rem;
}
.pay-to p {
  margin-bottom: 0.5rem;
}
.pay-to > div {
  width: 50%;
}
.pay-to > div.right {
  padding-left: 2rem;
  border-left: 1px solid var(--border_colour);
}
.upload .row > div {
  margin-top: 0.75rem;
}
.upload .img {
  display: inline-block;
  width: 12rem;
  padding-bottom: 8rem;
  border-radius: 0.25rem;
}
.upload .img img {
  max-width: 90%;
  max-height: 88%;
}
input[type="file"] {
  padding: 0.5rem;
  line-height: 1.5em;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
  cursor: pointer;
  color: var(--small_text);
  transition: all 0.4s;
}
input[type="file"]:hover {
  color: var(--text);

  border: 1px solid var(--colour2);
}

a.btn-checkout {
  display: inline-block;
  min-width: 11rem;
  padding: 0 3em;
  font-size: 0.9375rem;
  line-height: 3.25em;
  color: #fff;
  background: var(--colour2);
  text-align: center;
  border-radius: 0.25rem;
  transition: all 0.4s;
}
a.btn-checkout:hover {
  background: var(--colour3);
}
/*支付end*/
/*完成支付*/
.pay-off {
  display: flex;
  margin-top: 1rem;
}
.pay-off .left {
  display: flex;
  align-items: center;
}
.pay-off .left span {
  margin: 0;
  font-weight: bold;
  color: var(--colour2);
}
.pay-off .left img {
  max-width: 4rem;
  max-height: 4rem;
  margin-right: 1rem;
}
.pay-off .right {
  margin-left: 5%;
  padding-left: 5%;
  font-size: 0.875rem;
  border-left: 1px solid var(--border_colour);
}
.pay-off .right .text-link {
  color: var(--colour2);
}

.pay-off .right .price {
  font-size: 1.5rem;
}
/*完成支付end*/
@media (max-width: 1399.98px) {
  .cart-item li .desc {
    gap: 0 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  /*购物车end*/
  .cart-item li:first-of-type {
    display: none;
  }
  .cart-item li {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cart-item li > div {
    flex-shrink: 0;
    padding: 1rem;
  }
  .cart-item li .item {
    width: 9rem;
    padding-top: 1rem;
  }
  .cart-item .item .img > img {
    width: 5rem;
  }
  .cart-item li .desc {
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 16rem);
  }
  .cart-item li .name {
    order: 0;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cart-item .web-hide {
    display: inline-block;
  }
  .cart-item .name .text-link {
    font-size: 1.25rem;
  }
  .cart-item li .action {
    order: 2;
  }
  .cart-item li .params,
  .cart-item li .stock {
    order: 0;
    width: 100%;
  }
  .cart-item li .price,
  .cart-item li .qty,
  .cart-item li .total {
    order: 1;
    padding-top: 1rem;
  }
  .cart-item li .total {
    display: flex;
    align-items: flex-start;
    width: 9rem;
  }
  .cart-item li .total > div {
    display: inline-block;
    white-space: nowrap;
  }
  .cart-item .total s {
    display: inline-block;
    margin-right: 0.5rem;
  }
  .cart-item li .price {
    width: auto;
  }
  .cart-item li .price a.cart-coupon-btn {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  /*购物车end*/
}
@media (max-width: 991.98px) {
  .container {
    width: 100%;
  }
  /*购物车*/
  .cart-item li {
    padding-top: 0.5rem;
  }
  .cart-item li .item {
    width: calc(100% - 10rem);
  }
  .cart-item .item .img > img {
    width: 4rem;
  }
  .cart-item li .action {
    order: 1;
  }
  .cart-item li .desc {
    padding: 1.5rem 2rem;
    padding-top: 0;
    order: 2;
    width:100%;
  }
  .cart-item li .price,
  .cart-item li .qty,
  .cart-item li .total {
    width: 100%;
  }
  .cart-item li .price > div {
    width: 100%;
  }
  .cart-item li .price > div.cart-coupon-box {
    margin-bottom: 0.25rem;
  }
  .price .dropdown-menu:before {
    left: 1.5rem;
  }
  .price .dropdown-menu {
    left: 0 !important;
  }
  .price .dropdown-menu.show {
    transform: translate(0%, 0%) !important;
  }
  .price .dropdown-menu {
  }
  .cart-box .cart-coupon-menu {
    width: 100%;
    min-width: auto;
  }

  .cart-order-summary {
    flex-wrap: wrap;
  }
  .cart-order-summary .order {
    width: 100%;
  }
  .cart-order-summary .order-totals {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  .cart-order-summary .order-totals .orde-summary {
    margin-right: 0;
    text-align: left;
  }
  .cart-order-summary.order-totals-confirm .order-totals {
    margin-right: 0;
    text-align: left;
  }

  /*购物车end*/
  /*结算*/
  .cart-addresses li {
    padding: 1.5rem;
  }
  .cart-addresses li .info {
    width: calc(100% - 8rem);
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .cart-addresses li .info div {
    order: 1;
    white-space: wrap;
    width: 100%;
  }
  .cart-addresses li .info div span {
    display: block;
    width: 100%;
  }
  .cart-addresses li .info div span.wap-hide {
    display: none;
  }
  .cart-addresses li .info .default {
    order: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .cart-addresses li .action {
    opacity: 1;
    width: 6rem;
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  .cart-addresses li.active .action {
    opacity: 1;
  }
  .cart-addresses li .action a {
    display: block;
    padding: 0 1.5em;
    margin-left: 0;
    margin-top: 0.75rem;
    line-height: 2.5em;
    background: var(--colour2);
    text-align: center;
    color: #fff;
    border-radius: 0.25rem;
  }
  .cart-addresses li .action a:first-of-type {
    margin-top: 0;
  }
  .cart-addresses li .action a.delete {
    color: var(--text);
    background: #fff;
  }
  .cart-addresses li.active .action a.delete {
    background: var(--grey_bg);
  }
  .cart-addresses li .action a:hover {
    text-decoration: none;
  }

  .cart-confirm-list li .ant {
    display: none;
  }
  .cart-confirm-list li .item {
    padding-left: 1rem;
  }
  .cart-order-sticky .container {
    flex-wrap: wrap;
  }
  .cart-order-summary.order-totals-confirm .cart-order-sticky .orde-proceed {
    margin-left: 0;
  }
  /*结算结算end*/
  /*支付*/
  .pay-pills .nav-link {
    padding: 0.75em 2em;
  }
  .pay-pills .nav-link img {
    height: 1.5rem;
  }
  .pay-to > div {
    width: 100%;
  }
  .pay-to {
    padding: 1.5rem;
  }
  .pay-to > div.right {
    padding-left: 0;
    border-left: none;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--border_colour);
  }
  /*支付end*/
}
@media (max-width: 767.98px) {
  /*购物车面包屑*/
  .breadcrumb a span {
    display: none;
  }
  .breadcrumb a:after {
    width: 0.75rem;
  }
  /*页脚*/
  .foot-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-bottom .foot-copyright {
    order: 1;
  }
  .foot-bottom .foot-sub-list {
    order: 0;
  }
  /*购物车*/
  .cart-order-summary .order {
    justify-content: space-between;
  }
  .cart-order-summary .order-totals {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  /*购物车*/
  /*结算结算*/
  .cart-addresses li {
    flex-wrap: wrap;
  }
  .cart-addresses li .info {
    width: 100%;
  }
  .cart-addresses li .action {
    width: 100%;
  }
  .cart-addresses li .action a {
    display: inline-block;
    margin: 0 0.5rem 0 0;
  }
  .invoice-pills li {
    width: calc(50% - 0.5rem);
  }
  .invoice-pills .nav-link {
    min-width: auto;
    width: 100%;
    font-size: 0.875rem;
  }

  .modal-open .modal.form-modal {
    padding: 0 !important;
    overflow: hidden;
  }
  .form-modal {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
  }
  .form-modal .modal-dialog,
  .form-modal .modal-content {
    width: 100vw;
    height: 100vh;
  }
  .form-modal .modal-content,
  .form-modal .modal-content .modal-header {
    border: none;
  }
  .form-modal .modal-content .modal-body {
    overflow-y: auto;
  }
  .cart-confirm-list {
    border-top: none;
  }
  .cart-confirm-list li:first-of-type {
    display: none;
  }
  .cart-confirm-list li {
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: flex-start;
  }
  .cart-confirm-list li .item {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .cart-confirm-list li .params {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .cart-confirm-list li .qty,
  .cart-confirm-list li .price,
  .cart-confirm-list li .total {
    width: auto;
    padding: 0;
  }
  .cart-confirm-list li .wap-text {
    display: inline-block;
  }
  /*结算结算end*/

  /*支付*/
  .pay-info font {
    display: inline-block;
  }
  /*支付 end*/
}
@media (max-width: 565.98px) {
  /*结算结算*/
  .cart-coupon li {
    width: 100%;
  } /*结算结算end*/
  /*支付成功*/
  .pay-off {
    flex-wrap: wrap;
  }
  .pay-off .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pay-off .right {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}