* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  color: inherit;
}

a[target="_blank"]::after {
  display: inline-block;
  content: "";
  margin: 0 0 0 5px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background-image: url(../images/ic_blank.svg);
  background-repeat: no-repeat;
  background-size: 10px;
}

:root {
  --bs-blue: #0061af;
  --btn-color: #3074b8;
  --a-hover-red: #cf142b;
  --small-font-size: 12px;
  --base-font-size: 14px;
  --bs-btn-bg: #2661a9;
  --bs-font-szie: 14px;
}

@media (min-width: 768px) {
  :root {
    --bs-font-szie: 14px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
}

@media (min-width: 1400px) {
  :root {
    --bs-font-szie: 16px;
  }
}

@media (min-width: 1600px) {
  :root {
    --bs-font-szie: 18px;
  }
}

@media (min-width: 1800px) {
  :root {
    --bs-font-szie: 20px;
  }
}

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #cf142b;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

html {
  font-size: var(--bs-font-szie);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--bs-font-szie);
  line-height: 1.5;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
}

.btn {
  --bs-btn-border-color: #2661a9;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: #2661a9;
  --bs-btn-hover-border-color: #2661a9;
  --bs-btn-color: #2661a9;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  white-space: nowrap;
}

.btn-primary {
  --bs-btn-bg: #3278ba;
  --bs-btn-color: #ffffff;
}

.btn-outline-primary {
  --bs-btn-border-color: #2661a9;
}

.btn:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1800px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1680px;
  }
}

.common-container {
  max-width: 1700px;
  padding: 0 100px;
  margin: 0 auto;
}

.common-bg {
  background-image: url(../images/bg_06.png);
  background-position: center 100px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.common-innner {
  padding: 4rem 0;
}

.layui-form-item {
  width: 100%;
}

.layui-form-label {
  flex: 0 0 150px;
}

.layui-input-block {
  margin-left: 0;
}

.layui-input,
.layui-textarea {
  border-color: #dcdcdc !important;
  background-color: #f3f7fb;
}

.layui-input:focus,
.layui-textarea:focus P {
  border-color: var(--bs-blue) !important;
  box-shadow: 0 0 0 3px rgba(0, 97, 175, 0.08);
}

.layui-btn-primary:hover,
.layui-laydate-footer span:hover {
  border-color: var(--bs-blue) !important;
}

.layui-laydate-footer span:hover {
  color: var(--bs-blue);
  border-color: var(--bs-blue) !important;
}

.layui-form-select dl dd.layui-this {
  color: var(--bs-blue);
}

.layui-btn {
  background-color: var(--bs-blue);
}

.common-form .tag {
  height: 16px;
  font-size: 10px;
  border: 1px solid var(--bs-blue);
  color: var(--bs-blue);
  padding: 0 2px;
  white-space: nowrap;
  /* display: block; */
}

.common-form .privacy-policy-link {
  text-decoration: underline;
  color: var(--bs-blue);
  list-style: 2;
}

.form-control,
.form-select {
  border-radius: 0;
  --bs-form-control-bg: #f3f7fb;
  line-height: 2;
}

.form-check-input:checked {
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}

.form-control:focus,
.form-select:focus,
.login-wrapper .login-form-contnet .form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0.2rem 0.1rem rgba(13, 110, 253, 0.2);
}

.submit-btn {
  width: 300px;
  max-width: 100%;
  color: #ffffff;
  height: 4rem;
  position: relative;
  font-size: 1.2rem;
}

.submit-btn img {
  position: absolute;
  width: 10%;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

.header {
  position: relative;
  z-index: 6;
}

.header-top {
  background-color: var(--bs-blue);
  padding: 1rem 0;
}

.header-home {
  background-color: rgba(0, 97, 175, 0.8);
}

.header-top .logo {
  max-width: 29rem;
}

.search-from {
  max-width: 100%;
  width: 35rem;
  background-image: url(../images/bg_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.search-from .form-control {
  background-color: transparent;
  border: 0;
  height: 3rem;
  color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 6rem;
  outline: none;
}

.search-from .form-control::placeholder {
  color: #ffffff;
}

.search-from .form-control:focus {
  box-shadow: none;
}

.search-from .input-text {
  background-color: transparent;
  position: absolute;
  width: 5rem;
  height: 100%;
  right: 0;
  top: 0;
  font-weight: bold;
  color: var(--bs-blue);
  cursor: pointer;
  user-select: none;
  border: 0;
}

.search-from .input-text:active {
  border: 0;
  background-color: transparent;
}

.header-column {
  background-color: #ffffff;
  padding: 1rem 0;
  overflow: hidden;
}

.header-nav {
  white-space: nowrap;
}

.header-nav a {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}

.header-nav a + a {
  margin-left: 7%;
}

.phone-btn {
  width: 30px;
  height: 22px;
  position: relative;
}

.phone-btn span {
  width: 100%;
  height: 4px;
  background-color: var(--bs-blue);
  border-radius: 2px;
  display: block;
  z-index: 888;
}

.phone-btn span.top {
  left: 0;
  position: absolute;
  top: 0;
}

.phone-btn span.center {
  margin: 9px 0;
  position: relative;
}

.phone-btn span.bottom {
  left: 0;
  position: absolute;
  bottom: 0;
}

.phone-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
  overflow-y: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: none;
}

.phone-nav .icon-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
}

.phone-nav > ul {
  width: 80%;
  height: 100%;
  padding-top: 50px;
  overflow-y: auto;
  background-color: var(--bs-blue);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.phone-nav > ul > li {
  border-bottom: 1px solid #1a6aaf;
  position: relative;
}

.phone-nav > ul > li:first-child {
  border-top: 1px solid #1a6aaf;
}

.phone-nav > ul > li .more {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 25px;
  display: none;
}

.phone-nav > ul > li.active .more {
  display: block;
}

.phone-nav > ul > li > a {
  line-height: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.phone-nav > ul > li ul {
  display: none;
}

.phone-nav > ul > li ul li a {
  font-size: 14px;
  padding: 2px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  background-color: #154670;
}

.phone-nav.active > ul {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header-funtion {
  color: var(--bs-blue);
}

.header-funtion a {
  white-space: nowrap;
}

.header-funtion a:hover {
  color: var(--a-hover-red);
}

.header-funtion .line {
  padding: 0 1rem;
}

.header-column .cart {
  margin-left: 20px;
  margin-right: 20px;
}

.header-column .cart svg {
  fill: var(--bs-blue);
}

.header-column .cart:hover svg {
  fill: var(--a-hover-red);
}

.common-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url(../images/bg_img_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.banner-title h3 {
  font-size: 1.6rem;
}

.banner-title .line {
  height: 1px;
  width: 1.5rem;
  background-color: #ffffff;
  line-height: 1;
  margin: 0 0.5rem;
}

.banner-title .text {
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1600px) {
  .header-nav a,
  .header-funtion a {
    font-size: 20px;
  }

  .common-banner .container {
    max-width: 1470px;
  }

  .banner-title h3 {
    font-size: 40px;
  }
}

@media (min-width: 1800px) {
  .header-nav a,
  .header-funtion a {
    font-size: 24px;
  }

  .banner-title h3 {
    font-size: 50px;
  }
}

.footer {
  background-color: var(--bs-blue);
  padding: 3rem 0;
  color: #ffffff;
}

.footer-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-wrapper .logo {
  max-width: 80%;
  width: 29rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.footer-wrapper .contact-information {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.footer-nav .line {
  padding: 0 5px;
}

.home-title {
  margin-bottom: 25px;
}

.home-title h3 {
  font-size: 1.2rem;
}

.home-title .line {
  height: 1px;
  width: 30px;
  background-color: var(--bs-blue);
  line-height: 1;
  margin: 0 10px;
}

.home-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/banner_01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.home-banner {
  background-image: url(../images/banner_01.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #ffffff;
  position: relative;
}

.home-banner .common-container {
  z-index: 2;
}

#particles-js {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.home-banner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-banner h2 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.home-banner h3 {
  font-size: 2rem;
  line-height: 1.8;
}

.home-banner .link {
  border-bottom: 1px solid #ffffff;
  line-height: 2;
  margin-bottom: 100px;
}

.home-banner .buttons a {
  width: 13rem;
  height: 2.5rem;
  color: var(--bs-blue);
}

.home-banner .buttons a:hover {
  color: #ffffff;
}

.home-banner .buttons .icon {
  width: 1.2rem;
  padding-top: 100%;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.home-banner .button1 {
  position: relative;
  background-image: url(../images/bg_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.home-banner .button1 .icon {
  background-image: url(../images/bg_04.png);
}

.home-banner .button1:hover {
  background-image: url(../images/bg_01_hover.png);
}

.home-banner .button1:hover .icon {
  background-image: url(../images/bg_04_hover.png);
}

.home-banner .button2 {
  margin-left: -3rem;
  position: relative;
  background-image: url(../images/bg_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.home-banner .button2 .icon {
  background-image: url(../images/bg_05.png);
}

.home-banner .button2:hover {
  background-image: url(../images/bg_02_hover.png);
}

.home-banner .button2:hover .icon {
  background-image: url(../images/bg_05_hover.png);
}

.home-title .link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: var(--bs-blue);
}

.home-content {
  padding: 4rem 0 5rem;
  background-color: #ffffff;
  overflow: hidden;
}

.home-content .buttons {
  padding-top: 2.2rem;
}

.home-content .button {
  --bs-btn-border-radius: 0;
  --bs-btn-bg: #3278ba;
  max-width: 100%;
  width: 15rem;
  height: 3rem;
  position: relative;
}

.home-content .button img {
  position: absolute;
  width: 13%;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

.social-overview {
  margin-bottom: 2.5rem;
}

.handling-goods .content p {
  margin-bottom: 1rem;
}

.handling-goods .content .text2 {
  font-size: var(--small-font-size);
}

.home-news .news-date {
  font-size: var(--small-font-size);
  color: var(--bs-blue);
  font-weight: 600;
}

.home-news-item {
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding-right: 10%;
}

.home-news-item::after {
  content: "";
  width: 100px;
  border-bottom: 1px solid var(--bs-blue);
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.home-news-item + .home-news-item {
  margin-top: 1rem;
}

.home-news-item img {
  position: absolute;
  width: 6%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.home-news-item .news-title {
  width: 100%;
}

.news-details .news-date {
  font-weight: bold;
  color: var(--bs-blue);
}

.news-details .news-title {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  line-height: 1.6;
}

.news-details .news-title::after {
  content: "";
  width: 100px;
  border-bottom: 1px solid var(--bs-blue);
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.news-details .news-content {
  padding: 70px 0 100px;
  line-height: 1.8;
}

.news-details .back-newws {
  max-width: 500px;
  margin: 0 auto;
}

.news-details .back-newws {
  --bs-btn-border-radius: 0;
  --bs-btn-bg: #3278ba;
  max-width: 100%;
  width: 300px;
  height: 60px;
  position: relative;
  font-size: 20px;
}

.news-details .back-newws img {
  width: 13%;
}

.login-wrapper .title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 50px;
}

.login-wrapper .title::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.login-wrapper .login-form-contnet {
  max-width: 700px;
  margin: 0 auto;
}

.login-wrapper .login-form-contnet .form-control {
  border: 1px solid #dcdcdc;
  outline: none;
}

.login-wrapper .login-form-contnet .form-control::placeholder {
  color: #ffffff;
}

.login-wrapper .login-form-contnet .form-control:focus {
  box-shadow: none;
}

.login-wrapper .login-form-contnet .form-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  margin-right: 5px;
}

.login-wrapper .login-form-contnet .agree-text {
  color: var(--bs-blue);
  text-decoration: underline;
  user-select: none;
}

.login-wrapper .send-sms {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  color: var(--bs-blue);
  border-color: var(--bs-blue);
}

.login-wrapper .submit-btn {
  width: 100%;
}

.login-wrapper .other-link a {
  color: var(--bs-blue);
  text-decoration: underline;
}

.login-wrapper .other-link .line {
  padding: 0 10px;
}

.company-content {
  max-width: 1400px;
}

.company-title {
  margin-bottom: 40px;
}

.company-text {
  line-height: 2;
  font-weight: bold;
}

.company-content .title {
  position: relative;
  padding-left: 15px;
}

.company-content .title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: var(--bs-blue);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.company-overview,
.history-list {
  border-top: 1px solid #dcdcdc;
}

.company-overview > div,
.history-list-item {
  border-bottom: 1px solid #dcdcdc;
}

.company-overview .left-name {
  flex: 0 0 80px;
  font-weight: bold;
}

.history-list-item .date {
  flex: 0 0 200px;
  font-weight: bold;
}

.privacy-policy {
  line-height: 2;
}

.privacy-policy .text1 {
  font-size: 16px;
}

.privacy-policy .sub-title {
  position: relative;
  padding-left: 20px;
}

.privacy-policy .sub-title::before {
  content: "";
  width: 4px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bs-blue);
}

.consultation-info {
  border: 1px solid #dcdcdc;
}

.consultation-info .label {
  flex: 0 0 80px;
  font-weight: 600;
}

.consultation-info ul li + li {
  border-top: 1px solid #dcdcdc;
}

.news-wrapper .title {
  font-size: 1.3rem;
  font-weight: bold;
}

.year-list a {
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
}

.news-list {
  padding-top: 30px;
}

.news-list .news-date {
  color: var(--bs-blue);
  font-size: 12px;
}

.news-list li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.news-list li::after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: var(--bs-blue);
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}

.news-list .news-title {
  position: relative;
  padding-right: 50px;
}

.news-list li .more {
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.contact-wrapper .text {
  line-height: 2;
}

.contact-wrapper .title {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}

.contact-wrapper .title::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-wrapper .form {
  padding: 5%;
  border: 1px solid #dcdcdc;
}

.contact-wrapper .form .line {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.member-center-content {
  overflow: hidden;
}

.member-center-left {
  flex: 0 0 240px;
}

.member-center-left .title {
  color: #ffffff;
  text-align: center;
  background-color: var(--bs-blue);
  padding: 15px 10px;
  font-weight: bold;
}

.member-center-nav {
  border: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.member-center-nav a {
  margin-right: 1rem;
  font-size: 1.2rem;
}

.member-center-nav a:last-child {
  margin-right: 0;
}

.member-center-nav a.active {
  color: var(--bs-blue);
  font-weight: bold;
}

.member-center-title {
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}

.member-center-title::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 5px solid var(--bs-blue);
  position: absolute;
}

.personal-information {
  font-size: 1rem;
  padding-top: 10px;
}

.personal-information .certified {
  color: var(--bs-blue);
  margin-bottom: 10px;
}

.personal-information .certified span {
  color: #ff0000;
}

.personal-information .info-item {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}

.change-password {
  max-width: 640px;
}

.change-password .send-code {
  font-size: inherit;
  height: 100%;
  width: 100%;
  --bs-btn-padding-x: 0.5rem;
}

.addAddress {
  --bs-btn-font-size: 16px;
}

.addAddress span {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1;
}

.member-table {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  min-width: 850px;
}

.member-table thead th {
  background-color: var(--bs-blue);
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}

.member-table td {
  vertical-align: middle;
  padding: 1rem;
}

.member-table thead tr th:last-child {
  width: 200px;
}

.member-table .operations .btn + .btn {
  margin-left: 10px;
}

.invoice-information {
  min-height: 300px;
}

.invoice-information .verified {
  color: #ff0000;
}

.invoice-information .member-table thead tr th:last-child {
  width: 140px;
}

@media (min-width: 1600px) {
  .member-table {
    font-size: 18px;
  }

  .member-table .btn {
    font-size: 18px;
  }
}

.common-layer {
  width: 850px;
  max-width: 100%;
  max-height: 90vh;
  padding: 2.5rem;
  position: relative;
}

.common-layer .close-layer {
  position: absolute;
  width: 1.8rem;
  z-index: 10;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.common-layer .warning {
  background-color: #f3f7fb;
  padding: 30px;
}

.common-layer .title {
  position: relative;
  padding-left: 10px;
  line-height: 1;
}

.common-layer .title::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 4px solid var(--bs-blue);
  position: absolute;
}

.product-info_img {
  max-width: 50%;
  margin: 0 auto;
}

.product-info_base {
  flex: 1;
}

.product-info_base .product-name {
  line-height: 0.9;
  border-bottom: 1px solid var(--bs-border-color-translucent);
  padding-bottom: 15px;
  color: var(--bs-blue);
  position: relative;
}

.product-info_base .product-name::after {
  content: "";
  width: 100px;
  border-bottom: 1px solid var(--bs-blue);
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: 6;
}

.product-info_base .list-group {
  max-width: 620px;
}

.product-info_base .list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-bg: transparent;
}

.product-info_base .list-group-item b {
  margin-right: 5px;
}

.product-detail_content {
  background-color: #f9f9f9;
  padding: 1rem 2.5rem;
}

.product-detail_item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-detail_label {
  color: #898989;
}

.product-table .table {
  min-width: 850px;
}

.product-table thead {
  background-color: #4c4c4c;
}

.product-table thead th {
  color: #ffffff;
}

.product-table thead tr th:last-child {
  width: 250px;
}

.product-table td {
  vertical-align: middle;
}

.product-table .table {
  min-width: auto;
}

.product-shop thead tr th {
  width: 25%;
}

.product-wrapper .operation-btn {
  max-width: 100%;
  width: 400px;
}

/* .product-wrapper .btn-primary {
  --bs-btn-bg: #2661a9;
  background-color: var(--bs-btn-bg);
} */

.product-wrapper .change-num {
  width: 130px;
  margin: 0 auto;
}

.product-wrapper .change-num .btn {
  width: 40px;
  height: 40px;
  line-height: 30px;
  padding: 0;
  font-size: 30px;
  border: 1px solid #dddddd;
}

.product-wrapper .change-num input {
  width: 42px;
  height: 40px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
}

.common-layer .append-title {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
  z-index: 99;
  color: #3279bb;
  border-bottom: 1px solid #3279bb;
  cursor: pointer;
}

.confirm-info-content {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.confirm-info-content .info-item,
.confirm-info-content .form-check {
  border-bottom: 1px solid #c2c2c2;
}

.confirm-info-content .form-check input {
  cursor: pointer;
}

.confirm-info-content .list .list-item {
  border: 1px solid #c2c2c2;
}

.confirm-info-layer .submit-btn {
  max-width: 45%;
}

.page-wrapper {
  flex-wrap: wrap;
  gap: 8px;
}

.page-wrapper .page-prev,
.page-wrapper .page-next {
  width: 66px;
  height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-wrapper span.page-prev,
.page-wrapper span.page-next {
  cursor: not-allowed;
}

.page-wrapper .page-number {
  min-width: 44px;
  height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  padding: 5px;
}

.page-wrapper .page-number.active {
  color: #ffffff;
  background-color: #0061af;
  border-color: #0061af;
}

.page-wrapper .page-more {
  border-color: transparent;
  line-height: 40px;
  padding-bottom: 10px;
  width: 30px;
}

@media (min-width: 1600px) {
  .product-info_base .list-group-item {
    --bs-list-group-item-padding-y: 0.8rem;
  }

  .product-detail_item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.invoice-information .layui-form {
  max-width: 670px;
}

.invoice-information_title {
  color: var(--bs-blue);
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.5rem;
}

.order-list .order-info_top {
  background-color: var(--bs-blue);
  color: #ffffff;
  padding: 10px 20px;
}

.order-list .order-info_top .date {
  flex: 0 0 150px;
}

.order-list .order-info_top .estimate {
  white-space: nowrap;
}

.order-list .order-info_top .estimate img {
  margin-right: 10px;
}

.order-info_content {
  padding: 1.5rem;
  border: 1px solid #dcdcdc;
  border-top: 0;
}

.order-info_content .image {
  max-width: 50%;
  flex: 0 0 150px;
}

.order-info_content .order-detail .name {
  font-size: 1.2rem;
}

.order-info_content .order-detail_tag {
  color: var(--bs-blue);
}

.order-info_content .order-detail_tag span {
  margin-right: 10px;
}

.order-info_content .btn {
  white-space: nowrap;
  --bs-btn-font-size: 1rem;
}

.order-wrapper > .row {
  --bs-gutter-x: 0.5rem;
}

.order-wrapper .layui-input,
.order-wrapper .layui-btn {
  height: 36px;
}

.order-wrapper .layui-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.order-detail-wrapper .list-group-item {
  --bs-list-group-item-padding-y: 1rem;
  --bs-list-group-item-padding-x: 0;
}

.order-detail-wrapper .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 1px;
}

.order-detail-wrapper .form-check-input {
  --bs-border-color: #333333;
}

.search-result {
  color: #141414;
}

.search-wrappe .search-from {
  margin: 0 auto;
  background-image: url(../images/search_bg_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.search-wrappe .search-from .form-control {
  color: #000000;
}

.search-wrappe .input-text {
  color: #ffffff;
}

.search-result .title {
  font-size: 1.5rem;
  color: var(--bs-blue);
}

.search-result a {
  transition: all 0.2s;
}

.search-result a:hover {
  color: #0061af;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
}

.search-result .pro-detail {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.search-result .pro-detail::after {
  content: "";
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid var(--bs-blue);
  z-index: 6;
}

.search-result .pro-img {
  width: 50%;
  margin: 0 auto 2rem;
}

.search-result .pro-name {
  font-size: 1.2rem;
  color: var(--bs-blue);
  margin-bottom: 5px;
}

.search-result .pro-manufacturer {
  margin-bottom: 5px;
}

.search-result .pro-tag span {
  margin-bottom: 5px;
}

.search-result .results_unmatch {
  max-width: 900px;
  border: 1px solid #dcdcdc;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}

.search-result .results_text {
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}

.search-result .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.search-result a.submit-btn:hover {
  color: #ffffff;
}

.order-detail-wrapper .btn {
  --bs-btn-font-size: 0.9rem;
  --bs-btn-padding-x: 1.5rem;
}

.selectAll-wrapper {
  padding-left: 1rem;
}

.selectAll-wrapper label {
  color: #0061af;
  user-select: none;
  cursor: pointer;
}

.car-table .member-table {
  min-width: 1130px;
}

.cart-shopping .title {
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}

.cart-shopping .title::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 5px solid var(--bs-blue);
  position: absolute;
}

.cart-shopping .form-check-input {
  margin-right: 10px;
  margin-left: 1rem;
}

.cart-shopping .layui-form {
  margin-right: 10px;
}

.cart-shopping .delete {
  color: #ff1010;
  user-select: none;
  cursor: pointer;
}

.cart-shopping .price span {
  color: #ff1010;
}

.brand-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.brand-wrapper .brand-item,
.brand-swiper .brand-item {
  border: 1px solid #d7d7d7;
  padding: 0.8rem 1.5rem;
}

.brand-wrapper .brand-item img,
.brand-swiper .brand-item img {
  max-width: 100%;
}

.brand-info_img {
  width: 100%;
  padding: 20px;
  border: 1px solid #d7d7d7;
  margin-bottom: 1.5rem;
}

.brand-info_img img {
  max-width: 80%;
}

.brand-info_base .brand-name {
  line-height: 0.9;
  border-bottom: 1px solid var(--bs-border-color-translucent);
  padding-bottom: 15px;
  color: var(--bs-blue);
  position: relative;
}

.brand-info_base .brand-name::after {
  content: "";
  width: 100px;
  border-bottom: 1px solid var(--bs-blue);
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: 6;
}

.brand-info_base .list-group {
  max-width: 620px;
}

.brand-info_base .list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-bg: transparent;
}

.brand-info_base .list-group-item b {
  margin-right: 5px;
}

.brand-detail {
  border: 1px solid #4c4c4c;
}

.brand-detail .title {
  font-size: 1.2rem;
  padding: 0.7rem 2rem;
  background-color: #4c4c4c;
  color: #ffffff;
  font-weight: bold;
}

.brand-detail .text {
  padding: 2rem;
  color: #141414;
  line-height: 2;
}

.brand-wrapper .back-btn {
  max-width: 100%;
  margin: 0 auto;
}

.brand-wrapper .back-btn {
  --bs-btn-border-radius: 0;
  --bs-btn-bg: #3278ba;
  max-width: 100%;
  width: 22rem;
  height: 3rem;
  position: relative;
}

.brand-wrapper .back-btn img {
  width: 13%;
}

.shop-list {
  max-width: 1460px;
  margin: 0 auto;
}

.shop-list_title {
  position: relative;
  padding-left: 20px;
}

.shop-list_title::before {
  content: "";
  width: 4px;
  height: 70%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bs-blue);
}

.shop-list .info {
  font-size: 1.1rem;
}

.shop-list .nav {
  border-bottom: 1px solid var(--bs-blue);
}

.shop-list .nav .nav-link {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  color: var(--bs-blue);
  transition: all 0.2s;
  white-space: nowrap;
}

.shop-list .nav .nav-link.active,
.shop-list .nav .nav-link:hover {
  background-color: var(--bs-blue);
  color: #ffffff;
}

.shop-list .nav-title {
  color: var(--bs-blue);
}

.shop-list_content li {
  background-color: #f9f9f9;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.6rem;
  --bs-gutter-x: 1rem;
}

.shop-list_content li .shop-address span {
  padding: 0 5px;
}

.page-top {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/backTop.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 66;
  right: 1rem;
  bottom: 2rem;
  cursor: pointer;
}

.chat-bot {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/chatbot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 66;
  right: 1rem;
  bottom: 5rem;
  cursor: pointer;
}

@media (min-width: 576px) {
  .header-top {
    padding: 1.5rem 0;
  }

  .home-banner .buttons .icon {
    width: 1.5rem;
  }

  .home-banner .buttons a {
    width: 20rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }

  .common-banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .brand-info_img {
    flex: 0 0 20rem;
    width: auto;
    padding: 0;
  }

  .brand-info_base {
    flex: 1;
    padding-left: 2.5rem;
  }

  .company-overview .left-name {
    flex: 0 0 100px;
  }

  .search-result .title {
    font-size: 2rem;
  }

  .search-result .pro-img {
    margin-right: 1rem;
    flex: 0 0 150px;
    margin-bottom: 0;
  }

  .search-result .pro-tag span {
    margin-bottom: 0;
  }

  .search-result .pro-tag span + span {
    margin-left: 20px;
  }

  .search-result .pro-detail::after {
    width: 100px;
  }

  .search-from .form-control {
    height: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 7.5rem;
  }

  .search-from .input-text {
    width: 7.2rem;
    font-size: 1.2rem;
  }

  .news-wrapper .title {
    font-size: 2rem;
  }

  .consultation-info .label {
    flex: 0 0 100px;
  }

  .product-info_img {
    flex: 0 1 400px;
  }

  .product-info_base {
    flex: 1 1 1000px;
    padding-left: 2.5rem;
  }

  .order-list .order-info_top .number {
    padding: 0 1rem;
  }

  .order-info_content .image {
    flex: 0 0 150px;
  }

  .order-info_content .order-detail {
    padding: 0 1rem;
  }

  .confirm-info-content .info-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .header-funtion a {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .member-center-nav {
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 15px 30px;
    display: block;
  }

  .member-center-nav a {
    padding: 10px;
    margin-right: 0;
  }

  .member-center-nav a.active {
    color: var(--bs-blue);
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  .home-content {
    padding: 80px 0 100px;
  }

  .home-content .row {
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .member-center-left {
    flex: 0 0 300px;
  }

  .member-center-nav {
    padding: 20px 40px;
  }

  .order-list .order-info_top {
    padding: 15px 30px;
  }

  .invoice-information_title {
    font-size: 1.7rem;
  }

  .home-content .row {
    --bs-gutter-x: 5rem;
  }
}

@media (min-width: 1600px) {
  .member-center-left {
    flex: 0 0 366px;
  }

  .member-center-nav {
    padding: 30px 50px;
  }

  .order-wrapper > .layui-form {
    font-size: 16px;
  }

  .order-wrapper .layui-input,
  .order-wrapper .layui-btn {
    height: 44px;
  }

  .member-table .operations .btn {
    font-size: 16px;
  }

  .invoice-information_title {
    font-size: 2rem;
  }

  .home-content .row {
    --bs-gutter-x: 6rem;
  }

  .brand-detail .text {
    font-size: 0.9rem;
  }
}

@media (min-width: 1800px) {
  .order-info_content .btn {
    --bs-btn-font-size: 18px;
  }
}
