@font-face {
  font-family: 'yytFont';
  /* 仓耳渔阳体 */
  src: url('../font/yyt.ttf') format('truetype');
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  background-color: #191919;
  overflow-x: hidden;
  font-family: 'yytFont', 'fantasy', 'initial';
}
input {
  border: none;
}
input:focus {
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
form .form-control:focus {
  border-color: #ff8488;
  box-shadow: 0 0 0 4px rgba(173, 12, 19, 0.15);
}
.form-check-input:checked {
  background-color: #8C1C21;
  border-color: #AD0C13;
}
.form-check-input:focus {
  box-shadow: 0 0 0 4px rgba(173, 12, 19, 0.3);
}
.search-selcet {
  position: relative;
}
.search-selcet .dropdown-options {
  width: 100%;
  max-height: 320px;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50px;
  left: 0;
  overflow: auto;
  transition: all 0.4s ease;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
.search-selcet .dropdown-options .dropdown-item {
  padding: 8px 12px;
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-selcet .dropdown-options .dropdown-item:hover {
  background-color: #EFEFEF;
}
.search-selcet .dropdown-options .active-item {
  font-weight: 600;
  color: #AD0C13;
}
.tooltip {
  z-index: 3008;
}
/* 细滚动条样式 */
.thinSCroll {
  /* 滚动条样式 */
  /* 滑块样式 */
  /* 滚动条轨道样式 */
}
.thinSCroll ::-webkit-scrollbar {
  width: 10px;
}
.thinSCroll ::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  opacity: 0.7;
  border-radius: 10px;
}
.thinSCroll ::-webkit-scrollbar-track {
  background-color: #797979;
  border-radius: 10px;
}
.selectSCroll {
  /* 滚动条样式 */
  /* 滑块样式 */
  /* 滚动条轨道样式 */
}
.selectSCroll ::-webkit-scrollbar {
  width: 5px;
}
.selectSCroll ::-webkit-scrollbar-thumb {
  background-color: #9F9F9F;
  opacity: 0.7;
  border-radius: 5px;
}
.selectSCroll ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 5px;
}
.sm-display-b {
  display: none;
}
.sm-display-n {
  display: block;
}
.displayn {
  display: none!important;
}
.flyer-img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 3008;
}
#nav {
  position: fixed;
  width: 100%;
  padding: 28px 100px 24px;
  background-color: transparent;
  z-index: 2008;
  transition: all 0.2s ease;
}
#nav .nav-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-t .nt-title {
  min-width: 104px;
  font-size: 26px;
  font-weight: 600;
}
#nav .nav-t .nt-marquee {
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
  padding: 0 16px;
  text-align: center;
  background-color: #EDEDED;
  color: #000000;
  overflow: hidden;
}
#nav .nav-t .nt-marquee .swiper-slide {
  white-space: nowrap;
  cursor: pointer;
}
#nav .nav-t .nt-marquee .swiper-slide a {
  color: #333333;
}
#nav .nav-t .nt-marquee .swiper-slide a:hover {
  text-decoration: underline;
}
#nav .nav-t .nt-search {
  height: 40px;
  margin-left: 26px;
  position: relative;
}
#nav .nav-t .nt-search img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
#nav .nav-t .nt-search .nt-search-input {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 8px 0 32px;
  background-color: #E5E5E5;
}
#nav .nav-t .nt-tools {
  display: flex;
}
#nav .nav-t .nt-tools > div {
  margin-left: 24px;
  position: relative;
}
#nav .nav-t .nt-tools > div:first-child {
  margin-left: 48px;
}
#nav .nav-t .nt-tools > div img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#nav .nav-t .nt-tools > div img:hover {
  transform: scale(1.2);
}
#nav .nav-t .nt-tools .tools-lg:hover .dropdowns-lg {
  transform: scaleY(1);
  opacity: 1;
}
#nav .nav-t .nt-tools .tools-lg .dropdowns-lg {
  padding: 8px 0;
  position: absolute;
  top: 26px;
  left: -14px;
  z-index: 3008;
  transition: all 0.4s ease;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .nav-t .nt-tools .tools-lg .dropdowns-lg ul {
  backdrop-filter: blur(10px);
  border-radius: 8px;
  background-color: #191919;
  box-shadow: 0 0 10px #000000 !important;
}
#nav .nav-t .nt-tools .tools-lg .dropdowns-lg ul li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
#nav .nav-t .nt-tools .tools-lg .dropdowns-lg ul li a img {
  width: 25px;
  height: 13px;
  object-fit: cover;
  margin-right: 4px;
}
#nav .nav-t .nt-tools .tools-lg .dropdowns-lg ul li a span {
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
}
#nav .nav-t .nt-tools .tools-lg .dropdowns-lg ul li:hover {
  background-color: #646464;
}
#nav .nav-t .nt-tools .tools-cy:hover .dropdowns-cy {
  transform: scaleY(1);
  opacity: 1;
}
#nav .nav-t .nt-tools .tools-cy .dropdowns-cy {
  padding: 8px 0;
  position: absolute;
  top: 26px;
  left: -14px;
  z-index: 3008;
  transition: all 0.4s ease;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .nav-t .nt-tools .tools-cy .dropdowns-cy ul {
  backdrop-filter: blur(10px);
  border-radius: 8px;
  background-color: #191919;
  box-shadow: 0 0 10px #000000 !important;
}
#nav .nav-t .nt-tools .tools-cy .dropdowns-cy ul li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
#nav .nav-t .nt-tools .tools-cy .dropdowns-cy ul li a .symbol {
  /* display: inline-block; */
  margin-right: 4px;
}
#nav .nav-t .nt-tools .tools-cy .dropdowns-cy ul li a span {
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
}
#nav .nav-t .nt-tools .tools-cy .dropdowns-cy ul li:hover {
  background-color: #646464;
}
#nav .nav-t .shop-car-dialog {
  width: 500px;
  height: calc(100% - 32px);
  top: 16px;
  right: 16px;
  border-radius: 10px;
}
#nav .nav-t .shop-car-dialog .offcanvas-header .offcanvas-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  transform: translateX(16px);
}
#nav .nav-t .shop-car-dialog .offcanvas-body {
  padding: 0 16px 195px;
  background-color: #F9F9F9;
  border-radius: 10px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box {
  margin: 0 -16px;
  background-color: #FFFFFF;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding {
  padding: 16px 16px 0;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DFDFDF;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-l {
  margin-right: 8px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-l img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r {
  width: 100%;
  padding: 0 8px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r > div {
  margin: 8px 0;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-t .item-rt-name {
  font-size: 14px;
  margin-right: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-t .item-rt-del {
  cursor: pointer;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-t .item-rt-del img {
  width: 14px;
  object-fit: cover;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-b .quantity-input {
  display: flex;
  align-items: center;
  width: 114px;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 16px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-b .quantity-input .quantity-btn {
  width: 38px;
  height: 26px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  background-color: transparent;
  color: #000000;
  transition: all 0.2s ease;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-b .quantity-input .quantity-btn:hover {
  background: #EFEFEF;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-b .quantity-input .quantity-value-pc {
  width: 38px;
  height: 26px;
  text-align: center;
  border: none;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  font-size: 14px;
  background-color: transparent;
  color: #000000;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-r .item-r-b .total-price {
  font-size: 12px;
  font-weight: 600;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-empty {
  padding: 16px 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-empty img {
  width: 88px;
  margin-bottom: 24px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-empty span {
  font-size: 14px;
  margin-left: 16px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 16px 0;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DFDFDF;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-l {
  margin-right: 8px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-l img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-r {
  width: 100%;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-r .item-r-l {
  margin-right: 16px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-r .item-r-l .item-rl-t {
  font-size: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-r .item-r-l .item-rl-b {
  font-size: 12px;
  font-weight: 600;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-r .item-r-r {
  width: 80px;
  flex-shrink: 0;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-r .item-r-r > div {
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  background-color: #8C1C21;
  border-radius: 4px;
  cursor: pointer;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-btn {
  width: 100%;
  padding: 24px 0 16px;
  border: 1px solid #DFDFDF;
  background-color: #F9F9F9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-btn .shop-car-btn-padding {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-btn .shop-car-btn-padding .car-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-btn .shop-car-btn-padding .car-details > div {
  font-size: 14px;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-btn .shop-car-btn-padding .fukuan {
  height: 46px;
  background-color: #8C1C21;
  color: #FFFFFF;
  margin: 12px 0;
}
#nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-btn .shop-car-btn-padding .gouwu {
  height: 46px;
  color: #8C1C21;
  border: 1px solid #8C1C21;
}
#nav .nav-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 12% 0;
}
#nav .nav-b li {
  padding: 0 0 4px;
  margin: 0 8px;
}
#nav .nav-b li:not('.menu-more') {
  overflow: hidden;
}
#nav .nav-b li a {
  color: #FFFFFF;
  font-size: 18px;
  white-space: nowrap;
}
#nav .nav-b .hvr-underline-from-center::before {
  background: #AD0C13;
}
#nav .nav-b .active-li {
  font-weight: 600;
}
#nav .nav-b .menu-more {
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .nav-b .menu-more img {
  width: 17px;
  margin-left: 4px;
  transition: all 0.4s ease;
}
#nav .nav-b .menu-more .menu-more-dialog {
  backdrop-filter: blur(10px);
  border-radius: 8px;
  background-color: #191919;
  box-shadow: 0 0 10px #000000 !important;
  position: absolute;
  top: 32px;
  left: -24px;
  transition: all 0.4s ease;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .nav-b .menu-more .menu-more-dialog li a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
}
#nav .nav-b .menu-more .menu-more-dialog li:hover {
  background-color: #646464;
}
#nav .nav-b .menu-more:hover img {
  transform: rotate(180deg);
}
#nav .nav-b .menu-more:hover .menu-more-dialog {
  transform: scaleY(1);
  opacity: 1;
}
#nav .toast-container .toast .toast-header {
  display: flex;
  align-items: center;
}
#nav .toast-container .toast .toast-header .toast-icon {
  width: 18px;
  margin-right: 4px;
}
#nav .toast-container .toast .toast-body {
  font-size: 18px;
  padding: 16px;
  color: #000000;
  background-color: #FFFFFF;
}
#nav #staticBackdrop {
  color: #000000;
}
#nav #staticBackdrop .modal-dialog .modal-content .modal-footer > button {
  width: 20%;
}
#nav #staticBackdrop .modal-dialog .modal-content .modal-footer .close-btn {
  border-color: #AD0C13;
  color: #AD0C13;
}
#nav #staticBackdrop .modal-dialog .modal-content .modal-footer .close-btn:hover {
  background-color: transparent;
  border-color: #8C1C21;
  color: #8C1C21;
}
#nav #staticBackdrop .modal-dialog .modal-content .modal-footer .confirm-btn {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#nav #staticBackdrop .modal-dialog .modal-content .modal-footer .confirm-btn:hover {
  background-color: #8C1C21;
}
#home {
  padding-top: 143px;
}
#home .home-banner {
  padding: 0 100px;
  overflow: hidden;
}
#home .home-banner #banner-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#home .home-a .homea-title {
  font-size: 60px;
  text-align: center;
  padding: 40px;
}
#home .home-a .homea-swiper {
  margin: 0 180px;
  overflow: hidden;
}
#home .home-a .homea-swiper .swiper-wrapper a {
  color: #FFFFFF;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-a {
  border-radius: 16px;
  overflow: hidden;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-a img {
  width: 100%;
  aspect-ratio: 1.4889;
  object-fit: cover;
  transition: all 0.4s ease;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-a img:hover {
  transform: scale(1.1);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-b {
  width: 98px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #AD0C13;
  border-radius: 15px;
  position: absolute;
  top: 16px;
  left: 12px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-c {
  font-size: 16px;
  margin: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-l {
  font-size: 20px;
  margin-right: 4px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-r {
  font-size: 14px;
  text-decoration: line-through;
  color: #BD0003;
}
#home .home-b {
  margin: 40px 0 0;
  padding: 40px 0;
  background-color: #2A2A2A;
}
#home .home-b .homeb-title {
  font-size: 30px;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 40px;
}
#home .home-b .homeb-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-b .homeb-content img {
  width: 100px;
  object-fit: cover;
  margin: 0 48px;
}
#home .home-c {
  background: url(../img/homec-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 63% 63%;
}
#home .home-c .homec-title {
  font-size: 60px;
  text-align: center;
  padding: 40px 0;
}
#home .home-c .homec-content {
  margin: 0 150px 0 180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#home .home-c .homec-content .prod-item {
  position: relative;
  flex-basis: calc(33.3333% - 30px);
  margin: 0 30px 30px 0;
}
#home .home-c .homec-content .prod-item:nth-child(3n) {
  margin-right: 0;
}
#home .home-c .homec-content .prod-item a {
  color: #FFFFFF;
}
#home .home-c .homec-content .prod-item .item-a {
  border-radius: 16px;
  overflow: hidden;
}
#home .home-c .homec-content .prod-item .item-a img {
  width: 100%;
  aspect-ratio: 1.4889;
  object-fit: cover;
  transition: all 0.4s ease;
}
#home .home-c .homec-content .prod-item .item-a img:hover {
  transform: scale(1.1);
}
#home .home-c .homec-content .prod-item .item-b {
  width: 98px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #AD0C13;
  border-radius: 15px;
  position: absolute;
  top: 16px;
  left: 12px;
}
#home .home-c .homec-content .prod-item .item-c {
  font-size: 16px;
  margin: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#home .home-c .homec-content .prod-item .item-d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
#home .home-c .homec-content .prod-item .item-e .iteme-l {
  font-size: 20px;
  margin-right: 4px;
}
#home .home-c .homec-content .prod-item .item-e .iteme-r {
  font-size: 14px;
  text-decoration: line-through;
  color: #BD0003;
}
#home .home-d {
  margin: 40px 0;
  padding: 40px 0;
  background-color: #2A2A2A;
}
#home .home-d .homed-title {
  font-size: 60px;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 40px;
}
#home .home-d .homed-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-d .homed-content img {
  width: 133px;
  object-fit: cover;
  margin: 0 48px;
}
#home .home-e .homee-t {
  font-size: 60px;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 24px;
}
#home .home-e .homee-c {
  padding: 0 180px;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 40px;
}
#home .home-e .homee-b {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#home .home-e .homee-b .homeeb-item {
  width: 15%;
  cursor: pointer;
  transition: all 0.6s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
#home .home-e .homee-b .homeeb-item a {
  color: #FFFFFF;
}
#home .home-e .homee-b .homeeb-item img {
  width: 700px;
  height: 485px;
  object-fit: cover;
}
#home .home-e .homee-b .homeeb-item .mask {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-size: 20px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
}
#home .home-e .homee-b .homeeb-item-all {
  width: 160px;
  background-color: #8C1C21;
  font-size: 20px;
}
#home .home-e .homee-b .homeeb-item-all a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-e .homee-b .active {
  width: 700px;
}
#home .home-e .homee-b .active .mask {
  opacity: 0;
}
#home .home-e .homee-b .active-all {
  width: 350px;
}
#home .home-f .homef-t {
  font-size: 60px;
  text-align: center;
  padding: 0 40px;
  margin: 40px 0;
}
#home .home-f .homef-content .homef-swiper-item {
  margin-bottom: 24px;
}
#home .home-f .homef-content .homef-swiper-item .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  align-items: stretch;
}
#home .home-f .homef-content .homef-swiper-item .swiper-wrapper .swiper-slide {
  background-color: #2A2A2A;
  border-radius: 16px;
  padding: 24px;
}
#home .home-f .homef-content .homef-swiper-item .swiper-wrapper .swiper-slide .slide-t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
#home .home-f .homef-content .homef-swiper-item .swiper-wrapper .swiper-slide .slide-t .slide-t-t {
  font-size: 20px;
  margin-right: 4px;
}
#home .home-f .homef-content .homef-swiper-item .swiper-wrapper .swiper-slide .slide-b {
  font-size: 16px;
  line-height: 29px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#product {
  padding-top: 143px;
}
#product .product-title {
  font-size: 30px;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 24px;
}
#product .product-content {
  display: flex;
  padding: 0 60px;
}
#product .product-content .content-l {
  width: 350px;
  padding: 0 48px 0 12px;
  flex-shrink: 0;
}
#product .product-content .content-l .screening-box .screening-t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
#product .product-content .content-l .screening-box .screening-t img {
  width: 20px;
  object-fit: cover;
  margin-right: 8px;
}
#product .product-content .content-l .screening-box .screening-t span {
  font-size: 16px;
}
#product .product-content .content-l .screening-box .screening-m {
  margin-bottom: 32px;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-t {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-m .input-box {
  position: relative;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-m .input-box span {
  position: absolute;
  top: 9px;
  left: 9px;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-m .input-box input {
  width: 130px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  border: 1px solid #6F6F6F;
  border-radius: 4px;
  background-color: transparent;
  color: #FFFFFF;
  padding: 0 8px 0 24px;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-b {
  height: 2px;
  border: 1px solid #383838;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-b .noUi-base .noUi-connects {
  height: 2px;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-b .noUi-base .noUi-connects .noUi-connect {
  height: 2px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-b .noUi-base .noUi-origin .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 2px solid #FFFFFF;
  background: #000;
  box-shadow: none;
  top: -7px;
  cursor: pointer;
}
#product .product-content .content-l .screening-box .screening-m .screeningm-b .noUi-base .noUi-origin .noUi-handle::before,
#product .product-content .content-l .screening-box .screening-m .screeningm-b .noUi-base .noUi-origin .noUi-handle::after {
  width: 0;
}
#product .product-content .content-l .screening-box .screening-b .screeningb-t {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product .product-content .content-l .screening-box .screening-b .screeningb-c .form-check {
  margin-bottom: 12px;
}
#product .product-content .content-l .screening-box .screening-b .screeningb-c .form-check .form-check-input {
  cursor: pointer;
}
#product .product-content .content-l .screening-box .screening-b .screeningb-c .form-check .form-check-label {
  font-size: 16px;
  cursor: pointer;
}
#product .product-content .content-r .contnet-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#product .product-content .content-r .contnet-box a {
  display: inline-block;
  position: relative;
  flex-basis: calc(25% - 12px);
  margin: 0 15px 30px 0;
  color: #FFFFFF;
}
#product .product-content .content-r .contnet-box a:nth-child(4n) {
  margin-right: 0;
}
#product .product-content .content-r .contnet-box .prod-item .item-a {
  border-radius: 2px;
  overflow: hidden;
}
#product .product-content .content-r .contnet-box .prod-item .item-a img {
  width: 100%;
  aspect-ratio: 1.4889;
  object-fit: cover;
  transition: all 0.4s ease;
}
#product .product-content .content-r .contnet-box .prod-item .item-a img:hover {
  transform: scale(1.1);
}
#product .product-content .content-r .contnet-box .prod-item .item-c {
  font-size: 16px;
  margin: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#product .product-content .content-r .contnet-box .prod-item .item-d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
#product .product-content .content-r .contnet-box .prod-item .item-e .iteme-l {
  font-size: 20px;
  margin-right: 4px;
}
#product .product-content .content-r .contnet-box .prod-item .item-e .iteme-r {
  font-size: 14px;
  text-decoration: line-through;
  color: #7A7A7A;
}
.no-left-screening .product-content {
  padding: 0 180px!important;
}
.no-left-screening .product-content .content-l {
  display: none!important;
}
#product-details {
  padding-top: 143px;
}
#product-details .details-a {
  padding: 0 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#product-details .details-a .detailsa-l {
  width: 53%;
  margin-right: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#product-details .details-a .detailsa-l .detailsa-swiper {
  width: 130px;
  height: 480px;
  flex-shrink: 0;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  /* .swiper-pagination {
          height: 480px;
          position: absolute;
          top: 0;
          left: auto;
          right: 0;
          .swiper-pagination-progressbar-fill {
            background-color: #AD0C13;
          }
        } */
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide img {
  width: 120px;
  height: 81px;
  border-radius: 2px;
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .active-img {
  border: 2px solid #AD0C13;
}
#product-details .details-a .detailsa-l .detailsa-preview {
  min-height: 480px;
  max-height: 560px;
  cursor: pointer;
}
#product-details .details-a .detailsa-l .detailsa-preview img {
  width: 100%;
  min-height: 480px;
  max-height: 560px;
  object-fit: contain;
  border-radius: 8px;
}
#product-details .details-a .detailsa-r {
  width: 45%;
}
#product-details .details-a .detailsa-r .detailsa-r-a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-a .detailsa-ra-title {
  max-width: 83%;
  font-size: 30px;
  margin-right: 2%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#product-details .details-a .detailsa-r .detailsa-r-b {
  font-size: 40px;
  color: #FA1F07;
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-c {
  font-size: 16px;
  line-height: 28px;
  color: #878787;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-d {
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-d .detailsa-rd-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
#product-details .details-a .detailsa-r .detailsa-r-d .detailsa-rd-item img {
  width: 20px;
  object-fit: cover;
  margin-right: 8px;
}
#product-details .details-a .detailsa-r .detailsa-r-d .detailsa-rd-item span {
  font-size: 14px;
}
#product-details .details-a .detailsa-r .detailsa-r-e {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-e .quantity-input {
  display: flex;
  align-items: center;
  width: 120px;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-e .quantity-input .quantity-btn {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  background-color: transparent;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
#product-details .details-a .detailsa-r .detailsa-r-e .quantity-input .quantity-btn:hover {
  background: #000000;
}
#product-details .details-a .detailsa-r .detailsa-r-e .quantity-input .quantity-value {
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  border-left: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  font-size: 16px;
  background-color: transparent;
  color: #FFFFFF;
}
#product-details .details-a .detailsa-r .detailsa-r-e .addCar-box {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}
#product-details .details-a .detailsa-r .detailsa-r-e .addCar-box img {
  width: 20px;
  object-fit: cover;
  margin-right: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-e .addCar-box span {
  font-size: 16px;
  font-weight: 600;
}
#product-details .details-a .detailsa-r .detailsa-r-f {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #8C1C21;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-g .accordion {
  border: none;
}
#product-details .details-a .detailsa-r .detailsa-r-g .accordion .accordion-item {
  background-color: transparent;
  color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #3B3B3B;
}
#product-details .details-a .detailsa-r .detailsa-r-g .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-g .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
#product-details .details-a .detailsa-r .detailsa-r-g .accordion .accordion-item .accordion-collapse .accordion-body .accordion-row {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
#product-details .details-b {
  margin: 40px 0 0;
  padding: 40px 0;
  background-color: #2A2A2A;
}
#product-details .details-b .detailsb-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
#product-details .details-b .detailsb-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-details .details-b .detailsb-content img {
  width: 100px;
  object-fit: cover;
  margin: 0 48px;
}
#product-details .details-c .detailsc-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product-details .details-c .detailsc-item > div {
  width: 50%;
}
#product-details .details-c .detailsc-item .detailsc-item-text {
  text-align: center;
  padding: 0 64px;
}
#product-details .details-c .detailsc-item .detailsc-item-text .text-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#product-details .details-c .detailsc-item .detailsc-item-text .text-cont {
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#product-details .details-c .detailsc-item .detailsc-item-img img {
  width: 100%;
  object-fit: cover;
}
#product-details .details-d {
  padding: 40px 0;
  background-color: #2A2A2A;
}
#product-details .details-d .detailsd-title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}
#product-details .details-d .detailsd-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-details .details-d .detailsd-content img {
  width: 133px;
  object-fit: cover;
  margin: 0 48px;
}
#product-details .details-e {
  padding: 40px 180px;
}
#product-details .details-e .detailse-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
#product-details .details-e .detailse-t .detailse-t-l .detailse-tl-t {
  font-size: 30px;
  margin-bottom: 8px;
}
#product-details .details-e .detailse-t .detailse-t-l .detailse-tl-m {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#product-details .details-e .detailse-t .detailse-t-l .detailse-tl-m .detailse-tlm-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product-details .details-e .detailse-t .detailse-t-l .detailse-tl-m .detailse-tlm-l .rating-text {
  font-size: 24px;
  margin-right: 2px;
}
#product-details .details-e .detailse-t .detailse-t-l .detailse-tlmr-b {
  width: max-content;
  font-size: 14px;
  padding: 12px 30px;
  margin-top: 16px;
  border-radius: 4px;
  background-color: #8C1C21;
  cursor: pointer;
}
#product-details .details-e .detailse-t .detailse-t-r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#product-details .details-e .detailse-t .detailse-t-r > div {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 12px;
  border: 1px solid #595959;
  border-radius: 2px;
  margin-left: 16px;
  cursor: pointer;
}
#product-details .details-e .detailse-b {
  column-count: 4;
  column-gap: 16px;
}
#product-details .details-e .detailse-b .detailse-b-item {
  break-inside: avoid;
  background-color: #232323;
  border-radius: 12px;
  margin-bottom: 20px;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-img {
  position: relative;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-img img {
  width: 100%;
  object-fit: cover;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-img .rating-container {
  padding: 7px 14px;
  background-color: #232323;
  border-radius: 15px;
  box-shadow: 0px 4px 24px 0px #666666;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text {
  padding: 24px 8px 8px;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-t .detailse-bitt-l {
  font-size: 14px;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-t .detailse-bitt-r {
  font-size: 12px;
  color: #999999;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-c {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-b {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-b .detailse-bitb-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-b .detailse-bitb-item img {
  width: 14px;
  object-fit: cover;
  margin-right: 4px;
}
#product-details .details-e .detailse-b .detailse-b-item .detailse-b-item-text .detailse-bit-b .detailse-bitb-item span {
  font-size: 14px;
  color: #5D5D5D;
}
#product-details .commentModal {
  z-index: 3008;
}
#product-details .commentModal .modal-dialog {
  max-width: 645px;
}
#product-details .commentModal .modal-dialog .modal-content .modal-header .modal-title {
  color: #000000;
}
#product-details .commentModal .modal-dialog .modal-content .modal-body form > div {
  margin-bottom: 24px;
}
#product-details .commentModal .modal-dialog .modal-content .modal-body form > div .dropzone {
  min-height: 88px;
  padding: 0;
  color: #595C5F;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
#product-details .commentModal .modal-dialog .modal-content .modal-body form > div .dropzone .dz-preview .dz-success-mark,
#product-details .commentModal .modal-dialog .modal-content .modal-body form > div .dropzone .dz-preview .dz-error-mark {
  margin-top: -37px;
}
#product-details .commentModal .modal-dialog .modal-content .modal-body form > div .dropzone .dz-preview .dz-remove {
  margin-top: 4px;
}
#product-details .commentModal .modal-dialog .modal-content .modal-footer > button {
  width: 20%;
  margin-left: 12px;
}
#product-details .commentModal .modal-dialog .modal-content .modal-footer .close-btn {
  border-color: #AD0C13;
  color: #AD0C13;
}
#product-details .commentModal .modal-dialog .modal-content .modal-footer .close-btn:hover {
  background-color: transparent;
  border-color: #8C1C21;
  color: #8C1C21;
}
#product-details .commentModal .modal-dialog .modal-content .modal-footer .submit-btn {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#product-details .commentModal .modal-dialog .modal-content .modal-footer .submit-btn:hover {
  background-color: #8C1C21;
}
#product-details .product-other .other-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 24px;
}
#product-details .product-other .other-swiper {
  margin: 0 180px;
  overflow: hidden;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide a {
  color: #FFFFFF;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-a {
  border-radius: 8px;
  overflow: hidden;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-a img {
  width: 100%;
  aspect-ratio: 1.4889;
  object-fit: cover;
  transition: all 0.4s ease;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-a img:hover {
  transform: scale(1.1);
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-b {
  width: 104px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  background-color: #FFA41C;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-c {
  font-size: 16px;
  margin: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-l {
  font-size: 20px;
  margin-right: 4px;
}
#product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-r {
  font-size: 14px;
  text-decoration: line-through;
  color: #7A7A7A;
}
#blog .blog-bg {
  position: absolute;
  top: 0;
  left: 0;
}
#blog .blog-bg img {
  width: 100%;
  object-fit: cover;
}
#blog .blog-content {
  position: relative;
  z-index: 1008;
  padding: 396px 15% 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#blog .blog-content .blog-content-item {
  width: calc(33.33% - 12px);
  margin: 0 18px 18px 0;
  border-radius: 4px;
  cursor: pointer;
}
#blog .blog-content .blog-content-item:nth-child(3n) {
  margin-right: 0;
}
#blog .blog-content .blog-content-item a {
  color: #FFFFFF;
}
#blog .blog-content .blog-content-item .item-a img {
  width: 100%;
  aspect-ratio: 1.0979;
}
#blog .blog-content .blog-content-item .item-b {
  font-size: 20px;
  padding: 0 12px;
  margin: 8px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#blog .blog-content .blog-content-item .item-c {
  font-size: 16px;
  text-decoration: underline;
  text-align: right;
  padding: 0 12px;
}
#blog .blog-pag {
  padding-bottom: 0;
}
#blog-details {
  padding: 143px 100px 0;
  margin: 0 13%;
}
#mine {
  padding: 143px 180px 40px;
}
#mine .hover-line {
  cursor: pointer;
}
#mine .hover-line:hover {
  text-decoration: underline;
}
#mine .text-line {
  cursor: pointer;
  text-decoration: underline;
}
#mine .mine-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mine .mine-a > div {
  font-size: 16px;
  cursor: pointer;
}
#mine .mine-a > div:hover {
  text-decoration: underline;
}
#mine .mine-b {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
#mine .mine-c {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#mine .mine-c ul {
  width: 220px;
  flex-shrink: 0;
  margin-right: 40px;
}
#mine .mine-c ul li {
  font-size: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mine .mine-c .orde-table {
  width: 100%;
}
#mine .mine-c .orde-table .table tr th {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 18px;
  vertical-align: middle;
}
#mine .mine-c .orde-table .table tr td {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 16px;
  vertical-align: middle;
  white-space: nowrap;
}
#mine .mine-c .orde-table .table tr td .td-tips {
  font-size: 12px;
  color: #CCCCCC;
}
#mine .mine-c .orde-table .table tr td button,
#mine .mine-c .orde-table .table tr td a {
  display: inline-block;
  padding: 2px 12px;
  margin: 4px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #8C1C21;
}
#mine .mine-c .orde-table .table tr td button:hover,
#mine .mine-c .orde-table .table tr td a:hover {
  background-color: #AD0C13;
}
#mine .mine-c .no-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 260px;
}
#mine .mine-c .no-data img {
  width: 213px;
  object-fit: cover;
}
#mine .mine-c .no-data span {
  font-size: 18px;
}
#mine .modifyModal {
  z-index: 3008;
}
#mine .modifyModal .modal-header {
  padding: 16px 32px;
  border: none;
}
#mine .modifyModal .modal-header .modal-title {
  font-size: 18px;
  color: #000000;
}
#mine .modifyModal .modal-body {
  padding: 16px 32px 0;
}
#mine .modifyModal .modal-body form .col-form-label {
  color: #000000;
}
#mine .modifyModal .modal-body form .form-control {
  height: 48px;
}
#mine .modifyModal .modal-footer {
  width: 100%;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
#mine .modifyModal .modal-footer > button {
  width: 45%;
  height: 48px;
}
#mine .modifyModal .modal-footer .close-btn {
  border-color: #AD0C13;
  color: #AD0C13;
}
#mine .modifyModal .modal-footer .close-btn:hover {
  background-color: transparent;
  border-color: #8C1C21;
  color: #8C1C21;
}
#mine .modifyModal .modal-footer .submit-btn {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#mine .modifyModal .modal-footer .submit-btn:hover {
  background-color: #8C1C21;
}
#adress {
  padding: 143px 180px 40px;
}
#adress .adress-a > div {
  font-size: 16px;
  cursor: pointer;
}
#adress .adress-a > div:hover {
  text-decoration: underline;
}
#adress .adress-b {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
#adress .adress-c .adress-c-add {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#adress .adress-c .adress-c-add img {
  width: 18px;
  object-fit: cover;
  margin-right: 4px;
}
#adress .adress-c .adress-c-add span {
  font-size: 18px;
  font-weight: 600;
}
#adress .adress-c .no-address {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#adress .adress-c .no-address img {
  width: 213px;
  object-fit: cover;
}
#adress .adress-c .no-address span {
  font-size: 18px;
}
#adress .adress-c .adress-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
#adress .adress-c .adress-list .adress-item {
  width: calc(25% - 22.5px);
  padding: 16px 16px 8px;
  margin: 0 30px 30px 0;
  font-size: 16px;
  background-color: #181C20;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#adress .adress-c .adress-list .adress-item:nth-child(4n) {
  margin-right: 0;
}
#adress .adress-c .adress-list .adress-item > div {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#adress .adress-c .adress-list .adress-item .isDefault {
  /* height: 24px; */
}
#adress .adress-c .adress-list .adress-item .item-btn-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#adress .adress-c .adress-list .adress-item .item-btn-box > div {
  cursor: pointer;
  text-decoration: underline;
  margin-right: 8px;
}
#adress .modifyModal {
  z-index: 3008;
}
#adress .modifyModal .modal-header {
  padding: 16px 32px;
  border: none;
}
#adress .modifyModal .modal-header .modal-title {
  font-size: 18px;
  color: #000000;
}
#adress .modifyModal .modal-body {
  padding: 16px 32px 0;
}
#adress .modifyModal .modal-body form .form-control {
  height: 48px;
  margin-bottom: 16px;
}
#adress .modifyModal .modal-body form .form-check {
  font-size: 14px;
  color: #000000;
}
#adress .modifyModal .modal-footer {
  width: 100%;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
#adress .modifyModal .modal-footer > button {
  width: 45%;
  height: 48px;
}
#adress .modifyModal .modal-footer .close-btn {
  border-color: #AD0C13;
  color: #AD0C13;
}
#adress .modifyModal .modal-footer .close-btn:hover {
  background-color: transparent;
  border-color: #8C1C21;
  color: #8C1C21;
}
#adress .modifyModal .modal-footer .submit-btn {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#adress .modifyModal .modal-footer .submit-btn:hover {
  background-color: #8C1C21;
}
#adress .delModal {
  z-index: 3008;
}
#adress .delModal .modal-header {
  padding: 16px 32px;
  border: none;
}
#adress .delModal .modal-header .modal-title {
  font-size: 18px;
  color: #000000;
}
#adress .delModal .modal-body {
  padding: 8px 32px;
  color: #000000;
}
#adress .delModal .modal-footer {
  width: 100%;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
#adress .delModal .modal-footer > button {
  width: 45%;
  height: 48px;
}
#adress .delModal .modal-footer .close-btn {
  border-color: #AD0C13;
  color: #AD0C13;
}
#adress .delModal .modal-footer .close-btn:hover {
  background-color: transparent;
  border-color: #8C1C21;
  color: #8C1C21;
}
#adress .delModal .modal-footer .submit-btn {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#adress .delModal .modal-footer .submit-btn:hover {
  background-color: #8C1C21;
}
#login {
  padding: 143px 180px 40px;
}
#login .login-a > div {
  font-size: 16px;
  cursor: pointer;
}
#login .login-a > div:hover {
  text-decoration: underline;
}
#login .login-b {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
#login .login-c {
  display: flex;
  justify-content: center;
}
#login .login-c .login-c-login {
  width: 520px;
  border: 1px solid #646464;
  border-radius: 4px;
}
#login .login-c .login-c-login .login-c-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login .login-c .login-c-login .login-c-tabs .nav-item {
  width: 50%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #797979;
  border-bottom: 1px solid #646464;
  cursor: pointer;
}
#login .login-c .login-c-login .login-c-tabs .active-item {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#login .login-c .login-c-login .login-c-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 48px 0;
  position: relative;
}
#login .login-c .login-c-login .login-c-form .login-password,
#login .login-c .login-c-login .login-c-form .register-password {
  padding: 0 48px 0 8px!important;
}
#login .login-c .login-c-login .login-c-form img {
  width: 16px;
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  right: 64px;
}
#login .login-c .login-c-login .login-c-form .form-input {
  width: 100%;
  height: 54px;
  background-color: transparent;
  color: #FFFFFF;
  margin-bottom: 16px;
  border: 1px solid #646464;
  padding: 0 8px;
}
#login .login-c .login-c-login .login-c-form .forget-password {
  font-size: 15px;
  color: #646464;
  margin: -8px 0 16px;
  cursor: pointer;
}
#login .login-c .login-c-login .login-c-form .forget-password:hover {
  text-decoration: underline;
}
#login .login-c .login-c-login .login-form img {
  top: 138px;
}
#login .login-c .login-c-login .register-form img {
  top: 208px;
}
#login .login-c .login-c-login .login-c-btn {
  padding: 0 48px 32px;
}
#login .login-c .login-c-login .login-c-btn .submit-btn,
#login .login-c .login-c-login .login-c-btn .register-btn {
  width: 100%;
  height: 48px;
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#login .login-c .login-c-login .login-c-btn .submit-btn:hover,
#login .login-c .login-c-login .login-c-btn .register-btn:hover {
  background-color: #8C1C21;
}
#login .login-c .login-c-forget {
  width: 520px;
  padding: 32px 48px;
  border: 1px solid #646464;
  border-radius: 4px;
}
#login .login-c .login-c-forget .forget-title {
  text-align: center;
  margin-bottom: 20px;
}
#login .login-c .login-c-forget .forget-label {
  margin-bottom: 12px;
}
#login .login-c .login-c-forget .forget-email {
  width: 100%;
  height: 54px;
  background-color: transparent;
  color: #FFFFFF;
  margin-bottom: 16px;
  border: 1px solid #646464;
  padding: 0 8px;
}
#login .login-c .login-c-forget .forget-btn .submit-btn-forget {
  width: 100%;
  height: 48px;
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#login .login-c .login-c-forget .forget-btn .submit-btn-forget:hover {
  background-color: #8C1C21;
}
#order {
  padding: 143px 180px 40px;
}
#order .my-address .address-title {
  margin-bottom: 24px;
}
#order .my-address .address-title .title-l {
  font-size: 18px;
  font-weight: 600;
  margin-right: 8px;
}
#order .my-address .address-title .title-m {
  font-size: 14px;
  cursor: pointer;
}
#order .my-address .address-title .title-m:hover {
  text-decoration: underline;
}
#order .my-address .address-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#order .my-address .address-box .address-item {
  width: calc(25% - 22.5px);
  padding: 16px 16px 8px;
  margin: 0 30px 30px 0;
  font-size: 16px;
  background-color: #181C20;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
}
#order .my-address .address-box .address-item:nth-child(4n) {
  margin-right: 0;
}
#order .my-address .address-box .address-item > div {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#order .my-address .address-box .address-item .isDefault {
  height: 24px;
}
#order .my-address .address-box .active-item {
  background-color: #2a343d;
}
#order .order-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#order .order-box .consignee-details {
  width: 53%;
  margin-right: 2%;
}
#order .order-box .consignee-details .consignee-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
#order .order-box .consignee-details form .form-control {
  height: 48px;
  margin-bottom: 16px;
  background-color: transparent;
  color: #FFFFFF;
  border-color: #DDDDDD;
}
#order .order-box .consignee-details form .form-control::placeholder {
  color: #646464;
}
#order .order-box .consignee-details form .form-textArea {
  height: auto;
}
#order .order-box .order-details {
  width: 45%;
  padding: 24px;
  margin-top: 51px;
  border: 2px solid #DDDDDD;
  border-radius: 4px;
}
#order .order-box .order-details .order-t {
  margin-bottom: 24px;
}
#order .order-box .order-details .order-t .order-t-t {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #646464;
  padding: 8px 0;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-c {
  max-height: 247px;
  font-size: 14px;
  padding: 0 4px;
  margin: 8px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-c::-webkit-scrollbar {
  display: none;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-c .order-tcc-item {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-c .order-tcc-item ul li {
  margin-bottom: 4px;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-c .order-tcc-item ul li .li-label {
  font-weight: 600;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-c .order-tcc-item ul li .li-value {
  color: #DDDDDD;
}
#order .order-box .order-details .order-t .order-t-c .order-tc-c .order-tcc-item .order-item-price {
  width: 76px;
  font-weight: 600;
  text-align: right;
  flex-shrink: 0;
}
#order .order-box .order-details .order-t .order-t-c .border-t {
  border-top: 1px solid #646464;
}
#order .order-box .order-details .order-c .form-check {
  margin-bottom: 8px;
}
#order .order-box .order-details .order-c .form-check .form-check-label {
  font-size: 16px;
}
#order .order-box .order-details .order-c .form-check .form-check-label .paypal-introduce {
  margin-left: 12px;
}
#order .order-box .order-details .order-c .form-check .form-check-label .paypal-introduce a {
  font-size: 14px;
  color: #FFFFFF;
}
#order .order-box .order-details .order-c .form-check .form-check-label .paypal-introduce a:hover {
  text-decoration: underline;
}
#order .order-box .order-details .order-c .form-check .pay-text {
  max-height: 50px;
  padding: 4px 0;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.4s ease;
}
#order .order-box .order-details .order-b .form-check {
  margin-bottom: 16px;
}
#order .order-box .order-details .order-b .form-check .form-check-label {
  font-size: 14px;
}
#order .order-box .order-details .order-b .form-check .form-check-label .hover-color {
  text-decoration: underline;
  cursor: pointer;
}
#order .order-box .order-details .order-b .form-check .form-check-label .hover-color:hover {
  color: #AD0C13;
}
#order .order-box .order-details .order-b .form-check .form-check-label .text-color {
  color: #AD0C13;
}
#order .order-box .order-details .order-b .form-check .terms-dialog {
  z-index: 3008;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog {
  max-width: 800px;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog .modal-content .modal-header {
  color: #000000;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog .modal-content .modal-body {
  color: #000000;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog .modal-content .modal-footer button {
  padding: 6px 32px;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog .modal-content .modal-footer .close-btn {
  border-color: #AD0C13;
  color: #AD0C13;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog .modal-content .modal-footer .close-btn:hover {
  background-color: transparent;
  border-color: #8C1C21;
  color: #8C1C21;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog .modal-content .modal-footer .agree-btn {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#order .order-box .order-details .order-b .form-check .terms-dialog .modal-dialog .modal-content .modal-footer .agree-btn:hover {
  background-color: #8C1C21;
}
#order .order-box .order-details .order-b .order-btn-box {
  display: flex;
}
#order .order-box .order-details .order-b .order-btn-box > button {
  width: 100%;
}
#order .order-box .order-details .order-b .order-btn-box .pay-btn-r {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#order .order-box .order-details .order-b .order-btn-box .pay-btn-r:hover {
  background-color: #8C1C21;
}
#order .order-box .order-details .order-b .order-btn-box .pay-btn-y {
  border-color: #e4af33;
  background-color: #ffc439;
  margin-right: 8px;
}
#order .order-box .order-details .order-b .order-btn-box .pay-btn-y:hover {
  filter: brightness(0.95);
}
#order .order-box .order-details .order-b .order-btn-box .pay-btn-b {
  margin-left: 8px;
}
#order .order-box #loginPaypalModal {
  z-index: 3008;
}
#order .order-box #loginPaypalModal .modal-dialog {
  max-width: 645px;
}
#order .order-box #loginPaypalModal .modal-dialog .modal-content .modal-header {
  color: #000000;
}
#order .order-box #loginPaypalModal .modal-dialog .modal-content .modal-body .modal-iframe {
  width: 100%;
  min-height: 560px;
}
#order-details {
  min-width: 1400px;
  padding: 143px 180px 40px;
}
#order-details .order-details-a > div {
  font-size: 16px;
  cursor: pointer;
}
#order-details .order-details-a > div:hover {
  text-decoration: underline;
}
#order-details .order-details-b {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
#order-details .order-details-c .order-dc-t {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 24px;
}
#order-details .order-details-c .order-dc-t .order-dct-l {
  width: 49%;
  margin-right: 2%;
  padding: 16px 24px;
  background-color: #2A2A2A;
  border-radius: 4px;
}
#order-details .order-details-c .order-dc-t .order-dct-l .order-dctl-t {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#order-details .order-details-c .order-dc-t .order-dct-l .order-dctl-t .edit-btn {
  display: none;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
#order-details .order-details-c .order-dc-t .order-dct-l .order-dctl-t .edit-btn:hover {
  font-weight: 600;
  text-decoration: underline;
}
#order-details .order-details-c .order-dc-t .order-dct-l ul {
  height: 104px;
}
#order-details .order-details-c .order-dc-t .order-dct-l ul li {
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#order-details .order-details-c .order-dc-t .order-dct-r {
  width: 49%;
  padding: 16px 24px;
  background-color: #2A2A2A;
  border-radius: 4px;
}
#order-details .order-details-c .order-dc-t .order-dct-r .order-dctr-t {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
#order-details .order-details-c .order-dc-t .order-dct-r ul {
  height: 104px;
  overflow-y: auto;
}
#order-details .order-details-c .order-dc-t .order-dct-r ul li {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#order-details .order-details-c .order-dc-t .order-dct-r ul .active-item {
  color: #FFFFFF;
}
#order-details .order-details-c .order-dc-b {
  border: 1px solid #646464;
}
#order-details .order-details-c .order-dc-b .order-dcb-a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  color: #797979;
}
#order-details .order-details-c .order-dc-b .order-dcb-a .order-dcba-t {
  margin-right: 40px;
}
#order-details .order-details-c .order-dc-b .order-dcb-a .order-dcba-b {
  margin-left: auto;
}
#order-details .order-details-c .order-dc-b .order-dcb-a .order-dcba-b .status-finish {
  color: #FFFFFF;
  font-weight: 600;
}
#order-details .order-details-c .order-dc-b .order-dcb-a .order-dcba-b .status-waiting {
  color: #FA1F07;
  font-weight: 600;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table {
  margin: 0;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr {
  border-color: #646464;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr th {
  font-size: 16px;
  font-weight: 600;
  padding: 24px 8px;
  text-align: center;
  color: #FFFFFF;
  background-color: #2A2A2A;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr td {
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: transparent;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr td .product-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr td .product-box img {
  width: 160px;
  height: 160px;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr td .product-box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr td .product-box > div > div {
  margin: 8px;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr td .color-red {
  color: #FA1F07;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr .textr {
  text-align: right;
  padding-right: 24px;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr .textr > div {
  text-align: right;
  white-space: nowrap;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr .verticalSub {
  vertical-align: sub;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr .pay-btn {
  margin-top: 8px;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table tr .pay-btn a {
  padding: 8px 32px;
  color: #FFFFFF;
  background-color: #8C1C21;
  border-radius: 2px;
}
#order-details .order-details-c .order-dc-b .order-dcb-b .table .price-row td > div {
  height: 38px;
  padding: 4px 0;
}
#order-details .unpaid .order-dc-t .order-dct-t {
  display: none!important;
}
#order-details .unpaid .order-dc-t .order-dct-l {
  width: 100%;
  margin: 0;
}
#order-details .unpaid .order-dc-t .order-dct-l .order-dctl-t .edit-btn {
  display: inline-block;
}
#order-details .unpaid .order-dc-t .order-dct-r {
  display: none;
}
#order-details .unpaid .paid-row {
  display: none!important;
}
#order-details .paid .unpaid-row {
  display: none!important;
}
#order-details .modifyModal {
  z-index: 3008;
}
#order-details .modifyModal .modal-header {
  padding: 16px 32px;
  border: none;
}
#order-details .modifyModal .modal-header .modal-title {
  font-size: 18px;
  color: #000000;
}
#order-details .modifyModal .modal-body {
  padding: 16px 32px 0;
}
#order-details .modifyModal .modal-body form .form-control {
  height: 48px;
  margin-bottom: 16px;
}
#order-details .modifyModal .modal-body form .form-check {
  font-size: 14px;
  color: #000000;
}
#order-details .modifyModal .modal-footer {
  width: 100%;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
#order-details .modifyModal .modal-footer > button {
  width: 45%;
  height: 48px;
}
#order-details .modifyModal .modal-footer .close-btn {
  border-color: #AD0C13;
  color: #AD0C13;
}
#order-details .modifyModal .modal-footer .close-btn:hover {
  background-color: transparent;
  border-color: #8C1C21;
  color: #8C1C21;
}
#order-details .modifyModal .modal-footer .submit-btn {
  border-color: #AD0C13;
  background-color: #AD0C13;
}
#order-details .modifyModal .modal-footer .submit-btn:hover {
  background-color: #8C1C21;
}
#footer {
  padding: 40px 80px 24px;
  position: relative;
}
#footer .footer-box {
  padding: 40px 120px 24px;
  background-color: #525252;
  border-radius: 40px;
}
#footer .footer-box .footer-a {
  font-size: 40px;
  margin-bottom: 40px;
}
#footer .footer-box .footer-b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .footer-box .footer-b .footer-b-l {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .footer-box .footer-b .footer-b-l .footer-bl-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
#footer .footer-box .footer-b .footer-b-l ul li {
  font-size: 20px;
  margin-bottom: 16px;
  color: #FFFFFF;
}
#footer .footer-box .footer-b .footer-b-l ul li a {
  color: #FFFFFF;
}
#footer .footer-box .footer-b .footer-b-l ul li a:hover {
  text-decoration: underline;
}
#footer .footer-box .footer-b .footer-b-l ul .icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .footer-box .footer-b .footer-b-l ul .icon-box img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
#footer .footer-box .footer-c {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#footer .footer-box .footer-c .footerc-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-box .footer-c .footerc-l img {
  width: 38px;
  object-fit: cover;
  margin: 0 8px;
}
#footer .footer-box .footer-c .footerc-r {
  font-size: 14px;
  color: #8E8FA1;
}
.statement {
  margin-bottom: 8px;
  text-align: center;
}
.statement a {
  font-size: 12px;
  color: #FFFFFF;
}
.statement a:hover {
  text-decoration: underline;
}
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 40px;
}
@media (max-width: 1560px) {
  #nav .nav-b {
    margin: 20px 8% 0;
  }
  #blog-details {
    margin: 0 8%;
  }
}
@media (max-width: 1440px) {
  #nav .nav-b {
    margin: 20px 2% 0;
  }
  #blog-details {
    margin: 0 2%;
  }
}
@media (max-width: 1200px) {
  #nav .nav-b {
    margin: 20px 1% 0;
  }
  #blog-details {
    margin: 0 1%;
  }
}
@media (max-width: 992px) {
  .sm-display-b {
    display: block;
  }
  .sm-display-n {
    display: none!important;
  }
  #nav {
    width: 100vw;
    padding: 16px;
  }
  #nav .nav-t {
    flex-direction: column;
  }
  #nav .nav-t .nt-marquee {
    width: 100%;
    margin-bottom: 16px;
  }
  #nav .nav-t .nt-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nav .nav-t .nt-menu .menu-title {
    font-size: 20px;
  }
  #nav .nav-t .nt-menu .menu-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nav .nav-t .nt-menu .menu-tools img {
    width: 22px;
    object-fit: cover;
    margin-left: 12px;
  }
  #nav .nav-t .shop-car-dialog {
    width: 100%;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
  }
  #nav .nav-t .shop-car-dialog .offcanvas-body {
    border-radius: 0;
  }
  #nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-box .shop-car-box-padding .car-item .item-l img {
    width: 80px;
    height: 80px;
  }
  #nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-other .other-box .other-item .item-l img {
    width: 80px;
    height: 80px;
  }
  #nav .nav-t .shop-car-dialog .offcanvas-body .shop-car-btn {
    border-radius: 0;
  }
  #nav .nav-t .sm-search-dialog {
    height: 40vh;
  }
  #nav .nav-t .sm-search-dialog .offcanvas-header {
    padding: 40px 24px 0;
  }
  #nav .nav-t .sm-search-dialog .offcanvas-header > div {
    font-size: 16px;
    margin-right: 16px;
  }
  #nav .nav-t .sm-search-dialog .offcanvas-body {
    padding: 16px 24px;
  }
  #nav .nav-t .sm-search-dialog .offcanvas-body .sm-search-box {
    position: relative;
    flex-grow: 1;
  }
  #nav .nav-t .sm-search-dialog .offcanvas-body .sm-search-box img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  #nav .nav-t .sm-search-dialog .offcanvas-body .sm-search-box .nt-search-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 36px 0 0;
    border-bottom: 1px solid #E5E5E5;
  }
  #nav .nav-t .sm-menu-dialog {
    width: 250px;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-header {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #DFDFDF;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-header img {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-header .btn-close {
    margin-left: auto;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body {
    width: 100%;
    height: calc(100vh - 53px);
    padding: 0;
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul {
    width: 100%;
    padding: 16px;
    overflow: auto;
    flex-shrink: 0;
    transition: all 0.4s ease;
    transform: translateX(0);
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul li {
    height: 48px;
    line-height: 48px;
    overflow-x: scroll;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul li::-webkit-scrollbar {
    display: none;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul li:last-child {
    margin-bottom: 48px;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul li a {
    color: #000000;
    font-size: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul li a img,
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul li a .symbol {
    margin-right: 4px;
  }
  #nav .nav-t .sm-menu-dialog .offcanvas-body ul .active-li {
    font-weight: 600;
  }
  #home {
    padding-top: 118px;
  }
  #home .home-banner {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #home .home-banner #banner-video {
    width: auto;
    height: calc(100vh - 118px);
  }
  #home .home-a {
    padding: 0 16px;
  }
  #home .home-a .homea-title {
    font-size: 20px;
    text-align: left;
    padding: 24px 0;
  }
  #home .home-a .homea-swiper {
    margin: 0;
  }
  #home .home-b .homeb-title {
    padding: 0 16px;
    font-size: 16px;
  }
  #home .home-b .homeb-content {
    justify-content: space-evenly;
  }
  #home .home-b .homeb-content img {
    width: 47px;
    margin: 0;
  }
  #home .home-c {
    padding: 0 16px;
  }
  #home .home-c .homec-title {
    font-size: 20px;
    text-align: left;
    padding: 24px 0;
  }
  #home .home-c .homec-content {
    margin: 0;
  }
  #home .home-c .homec-swiper {
    overflow: hidden;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide a {
    color: #FFFFFF;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide .slide-a img {
    width: 100%;
    aspect-ratio: 1.4889;
    object-fit: cover;
    border-radius: 16px;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide .slide-b {
    width: 98px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #AD0C13;
    border-radius: 15px;
    position: absolute;
    top: 16px;
    left: 12px;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide .slide-c {
    font-size: 16px;
    margin: 12px 0;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide .slide-d {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-l {
    font-size: 20px;
    margin-right: 4px;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-r {
    font-size: 14px;
    text-decoration: line-through;
    color: #BD0003;
  }
  #home .home-d .homed-title {
    padding: 0 16px;
    font-size: 16px;
  }
  #home .home-d .homed-content {
    justify-content: space-evenly;
  }
  #home .home-d .homed-content img {
    width: 60px;
    margin: 0;
  }
  #home .home-e .homee-t {
    padding: 0 16px;
    font-size: 20px;
  }
  #home .home-e .homee-c {
    font-size: 12px;
    padding: 0 24px;
  }
  #home .home-e .homee-b {
    flex-direction: column;
  }
  #home .home-e .homee-b .homeeb-item {
    width: 100%;
  }
  #home .home-e .homee-b .homeeb-item img {
    width: 100%;
    height: auto;
  }
  #home .home-e .homee-b .homeeb-item .mask {
    font-size: 16px;
  }
  #home .home-e .homee-b .homeeb-item-all {
    width: 70%;
    height: 80px;
    font-size: 16px;
  }
  #home .home-f .homef-t {
    padding: 0 16px;
    font-size: 20px;
  }
  #home .home-f .homef-content {
    overflow: hidden;
  }
  #product {
    padding-top: 118px;
  }
  #product .product-title {
    padding: 0 64px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #product .product-title .screening-box {
    position: absolute;
    right: 16px;
  }
  #product .product-title .screening-box img {
    width: 12px;
    object-fit: cover;
  }
  #product .product-title .screening-box span {
    font-size: 12px;
  }
  #product .product-title .sm-screen-dialog {
    width: 300px;
    z-index: 3008;
    overflow-y: scroll;
  }
  #product .product-title .sm-screen-dialog .offcanvas-header {
    border-bottom: 1px solid #CECFD1;
  }
  #product .product-title .sm-screen-dialog .offcanvas-header span {
    font-size: 16px;
    font-weight: bold;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body {
    height: calc(100% - 57px);
    padding: 16px 24px 16px 16px;
    position: relative;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item {
    margin-bottom: 32px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-t {
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-m {
    height: 4px;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
    margin-bottom: 24px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-m .noUi-base .noUi-connects {
    height: 4px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-m .noUi-base .noUi-connects .noUi-connect {
    height: 4px;
    background: #000000;
    border: 1px solid #000000;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-m .noUi-base .noUi-origin .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 2px solid #000000;
    background: #000;
    box-shadow: none;
    top: -7px;
    cursor: pointer;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-m .noUi-base .noUi-origin .noUi-handle::before,
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-m .noUi-base .noUi-origin .noUi-handle::after {
    width: 0;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-b .input-box {
    width: 50%;
    position: relative;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-b .input-box .price-icon {
    position: absolute;
    top: 0px;
    left: 2px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-b .input-box .price-range {
    position: absolute;
    top: 0;
    right: 2px;
    color: #787878;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-b .input-box input {
    width: 100%;
    padding: 0 8px 0 16px;
    border-bottom: 1px solid #CECFD1;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-b .input-line {
    margin: 0 12px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-c .form-check-sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    margin-bottom: 12px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-item .screen-item-c .form-check-sm .form-check-label {
    text-align: left;
    font-size: 14px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-btn-box .screen-btn {
    width: 102px;
    height: 32px;
    border-radius: 8px;
    margin: 0 8px;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-btn-box .screen-close {
    color: #8C1C21;
    background: #FFFFFF;
    border: 1px solid #8C1C21;
  }
  #product .product-title .sm-screen-dialog .offcanvas-body .screen-btn-box .screen-sure {
    color: #FFFFFF;
    background: #8C1C21;
    border: 1px solid #8C1C21;
  }
  #product .product-content {
    padding: 0;
  }
  #product .product-content .content-r .contnet-box a {
    width: calc(50% - 24px);
    margin: 0 8px 16px 16px;
    flex-basis: auto;
  }
  #product .product-content .content-r .contnet-box a:nth-child(2n) {
    margin: 0 16px 16px 8px;
  }
  #product .product-content .content-r .contnet-box .prod-item .item-c {
    font-size: 14px;
  }
  #product .product-content .content-r .contnet-box .prod-item .item-d {
    justify-content: center;
  }
  #product .product-content .content-r .contnet-box .prod-item .item-e .iteme-l {
    font-size: 16px;
  }
  #product .product-content .content-r .contnet-box .prod-item .item-e .iteme-r {
    font-size: 14px;
  }
  .no-left-screening .product-title .screening-box {
    display: none;
  }
  .no-left-screening .product-content {
    padding: 0!important;
  }
  #product-details {
    padding-top: 118px;
  }
  #product-details .details-a {
    flex-direction: column;
    padding: 0 16px;
  }
  #product-details .details-a .detailsa-l {
    width: 100%;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #product-details .details-a .detailsa-l .detailsa-swiper {
    order: 2;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.4814;
  }
  #product-details .details-a .detailsa-l .detailsa-preview {
    order: 1;
    min-height: auto;
    max-height: 530px;
    margin-bottom: 16px;
  }
  #product-details .details-a .detailsa-l .detailsa-preview img {
    min-height: auto;
  }
  #product-details .details-a .detailsa-r {
    width: 100%;
  }
  #product-details .details-a .detailsa-r .detailsa-r-a {
    flex-direction: column;
    align-items: flex-start;
  }
  #product-details .details-a .detailsa-r .detailsa-r-a .detailsa-ra-title {
    max-width: 100%;
    font-size: 18px;
    margin: 0 0 8px 0;
    -webkit-line-clamp: 2;
  }
  #product-details .details-a .detailsa-r .detailsa-r-a .rating-container {
    margin-left: -5px;
  }
  #product-details .details-a .detailsa-r .detailsa-r-b {
    font-size: 20px;
  }
  #product-details .details-a .detailsa-r .detailsa-r-c {
    font-size: 14px;
  }
  #product-details .details-a .detailsa-r .detailsa-r-e {
    flex-direction: column;
    align-items: flex-start;
  }
  #product-details .details-a .detailsa-r .detailsa-r-e .quantity-input {
    margin-bottom: 16px;
  }
  #product-details .details-a .detailsa-r .detailsa-r-e .addCar-box {
    width: 100%;
  }
  #product-details .details-b {
    margin-top: 24px;
  }
  #product-details .details-b .detailsb-title {
    font-size: 16px;
  }
  #product-details .details-b .detailsb-content {
    justify-content: space-evenly;
  }
  #product-details .details-b .detailsb-content img {
    width: 47px;
    margin: 0;
  }
  #product-details .details-c .detailsc-item {
    flex-direction: column;
  }
  #product-details .details-c .detailsc-item > div {
    width: 100%;
  }
  #product-details .details-c .detailsc-item .detailsc-item-text {
    order: 2;
    padding: 32px 16px;
  }
  #product-details .details-c .detailsc-item .detailsc-item-text .text-title {
    font-size: 18px;
  }
  #product-details .details-c .detailsc-item .detailsc-item-text .text-cont {
    font-size: 14px;
    line-height: 26px;
  }
  #product-details .details-c .detailsc-item .detailsc-item-img {
    order: 1;
  }
  #product-details .details-d .detailsd-title {
    font-size: 16px;
  }
  #product-details .details-d .detailsd-content {
    justify-content: space-evenly;
  }
  #product-details .details-d .detailsd-content img {
    width: 60px;
    margin: 0;
  }
  #product-details .details-e {
    padding: 24px 16px;
  }
  #product-details .details-e .detailse-t {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  #product-details .details-e .detailse-t .detailse-t-l {
    width: 100%;
  }
  #product-details .details-e .detailse-t .detailse-t-l .detailse-tl-t {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #product-details .details-e .detailse-t .detailse-t-l .detailse-tl-m {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
  #product-details .details-e .detailse-t .detailse-t-l .detailse-tl-m .detailse-tlm-l .rating-text {
    font-size: 18px;
  }
  #product-details .details-e .detailse-t .detailse-t-l .detailse-tl-m .detailse-tlm-r .detailse-tlmr-b {
    padding: 6px 9px;
    margin: 0;
  }
  #product-details .details-e .detailse-t .detailse-t-r {
    width: 100%;
    justify-content: flex-start;
  }
  #product-details .details-e .detailse-t .detailse-t-r > div {
    height: 32px;
    line-height: 32px;
    margin: 0 16px 0 0;
  }
  #product-details .details-e .detailse-b {
    column-count: 1;
  }
  #product-details .commentModal .modal-dialog .modal-content .modal-body form > div {
    margin-bottom: 16px;
  }
  #product-details .product-other .other-title {
    font-size: 16px;
  }
  #product-details .product-other .other-swiper {
    margin: 0 16px 24px;
  }
  #product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-b {
    width: 92px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  #product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-c {
    font-size: 14px;
  }
  #product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-l {
    font-size: 16px;
  }
  #product-details .product-other .other-swiper .swiper-wrapper .swiper-slide .slide-e .slidee-r {
    font-size: 14px;
  }
  #blog .blog-content {
    padding: 143px 16px 0;
  }
  #blog .blog-content .blog-content-item {
    width: 100%;
    margin: 0 0 16px;
  }
  #blog .blog-content .blog-content-item .item-b {
    font-size: 15px;
  }
  #blog .blog-content .blog-content-item .item-c {
    font-size: 12px;
  }
  #blog .blog-pag {
    padding-bottom: 24px;
  }
  #blog-details {
    padding: 143px 16px 24px;
    margin: 0;
  }
  #mine {
    padding: 126px 16px 24px;
  }
  #mine .mine-a > div {
    font-size: 12px;
  }
  #mine .mine-b {
    font-size: 16px;
    margin: -24px 0 24px;
  }
  #mine .mine-c {
    flex-direction: column;
  }
  #mine .mine-c ul {
    width: 100%;
    margin: 0;
  }
  #mine .mine-c ul li {
    font-size: 14px;
  }
  #mine .mine-c .order-title {
    font-size: 14px;
    margin: 4px 0;
  }
  #mine .mine-c .orde-table {
    overflow-x: scroll;
  }
  #mine .mine-c .orde-table .table tr th,
  #mine .mine-c .orde-table .table tr td {
    font-size: 14px;
  }
  #mine .mine-c .no-data {
    margin: 40px 0;
  }
  #mine .mine-c .no-data img {
    width: 140px;
  }
  #mine .mine-c .no-data span {
    font-size: 14px;
  }
  #adress {
    padding: 126px 16px 0;
  }
  #adress .adress-a > div {
    font-size: 14px;
  }
  #adress .adress-b {
    font-size: 16px;
    margin: -24px 0 24px;
  }
  #adress .adress-c .adress-c-add img {
    width: 14px;
  }
  #adress .adress-c .adress-c-add span {
    font-size: 14px;
  }
  #adress .adress-c .no-address {
    margin: 40px 0;
  }
  #adress .adress-c .no-address img {
    width: 140px;
  }
  #adress .adress-c .no-address span {
    font-size: 14px;
  }
  #adress .adress-c .adress-list {
    flex-direction: column;
    margin: 24px 0;
  }
  #adress .adress-c .adress-list .adress-item {
    width: 100%;
    font-size: 14px;
    margin: 0 0 24px;
    position: relative;
  }
  #adress .adress-c .adress-list .adress-item .isDefault {
    height: 24px;
  }
  #adress .adress-c .adress-list .adress-item .item-btn-box {
    position: absolute;
    top: 16px;
    right: 14px;
    margin: 0;
  }
  #login {
    padding: 126px 16px 0;
  }
  #login .login-a > div {
    font-size: 14px;
  }
  #login .login-b {
    font-size: 16px;
    margin: -24px 0 24px;
  }
  #login .login-c {
    margin: 0 -16px;
  }
  #login .login-c .login-c-login {
    border: none;
  }
  #login .login-c .login-c-login .login-c-tabs .nav-item {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }
  #login .login-c .login-c-login .login-c-form {
    padding: 24px 24px 0;
    align-items: flex-end;
  }
  #login .login-c .login-c-login .login-c-form img {
    right: 48px;
  }
  #login .login-c .login-c-login .login-c-form .form-input {
    height: 44px;
  }
  #login .login-c .login-c-login .login-c-form .forget-password {
    font-size: 14px;
    margin: -8px 0 8px;
  }
  #login .login-c .login-c-login .login-form img {
    top: 99px;
  }
  #login .login-c .login-c-login .register-form img {
    top: 159px;
  }
  #login .login-c .login-c-login .login-c-btn {
    padding: 0 24px 24px;
  }
  #login .login-c .login-c-login .login-c-btn .submit-btn,
  #login .login-c .login-c-login .login-c-btn .register-btn {
    height: 44px;
  }
  #login .login-c .login-c-forget {
    padding: 24px 16px;
    border: none;
  }
  #login .login-c .login-c-forget .forget-title {
    font-size: 14px;
    text-align: left;
    margin-bottom: 16px;
  }
  #login .login-c .login-c-forget .forget-label {
    font-size: 15px;
    margin-bottom: 16px;
  }
  #login .login-c .login-c-forget .forget-email {
    height: 44px;
  }
  #login .login-c .login-c-forget .forget-btn .submit-btn {
    height: 44px;
  }
  #order {
    padding: 126px 16px 24px;
  }
  #order .my-address .address-title {
    margin-bottom: 16px;
  }
  #order .my-address .address-title .title-l {
    font-size: 16px;
  }
  #order .my-address .address-mob-swiper {
    margin-bottom: 24px;
    overflow: hidden;
  }
  #order .my-address .address-mob-swiper .swiper-wrapper .swiper-slide {
    font-size: 14px;
    padding: 8px 16px;
    background-color: #181C20;
  }
  #order .my-address .address-mob-swiper .swiper-wrapper .swiper-slide > div {
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #order .my-address .address-mob-swiper .swiper-wrapper .active-item {
    background-color: #2a343d;
  }
  #order .order-box {
    flex-direction: column;
  }
  #order .order-box .consignee-details {
    width: 100%;
    margin: 0;
  }
  #order .order-box .consignee-details .consignee-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #order .order-box .consignee-details form .form-control {
    height: 44px;
  }
  #order .order-box .consignee-details form .form-textArea {
    height: auto;
  }
  #order .order-box .order-details {
    width: 100%;
    padding: 16px 16px 0;
    margin: 0;
    border: 1px solid #DDDDDD;
  }
  #order .order-box .order-details .order-b .order-btn-box {
    flex-direction: column;
  }
  #order .order-box .order-details .order-b .order-btn-box > button {
    width: 100%;
    margin: 0 0 16px!important;
  }
  #order-details {
    min-width: auto;
    padding: 126px 16px 40px;
  }
  #order-details .order-details-a > div {
    font-size: 14px;
  }
  #order-details .order-details-b {
    font-size: 16px;
    margin: -24px 0 24px;
  }
  #order-details .order-details-c .order-dc-t {
    flex-direction: column;
  }
  #order-details .order-details-c .order-dc-t .order-dct-t {
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    background-color: #2A2A2A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  #order-details .order-details-c .order-dc-t .order-dct-t .order-dctt-label {
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
    margin-right: 8px;
  }
  #order-details .order-details-c .order-dc-t .order-dct-t .order-dctt-value {
    font-size: 13px;
    padding-right: 10px;
    color: #797979;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #order-details .order-details-c .order-dc-t .order-dct-t img {
    width: 7px;
    position: absolute;
    top: 21px;
    right: 12px;
  }
  #order-details .order-details-c .order-dc-t .order-dct-l {
    width: 100%;
    padding: 16px;
    margin: 0;
  }
  #order-details .order-details-c .order-dc-t .order-dct-l ul {
    height: auto;
  }
  #order-details .order-details-c .order-dc-t .order-dct-l ul li {
    -webkit-line-clamp: none;
  }
  #order-details .order-details-c .order-dc-t .order-dct-r {
    display: none;
  }
  #order-details .order-details-c .order-dc-b {
    padding: 0;
    border: 0;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-a {
    font-size: 14px;
    padding: 0;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-a .order-dcba-t {
    margin-right: 16px;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-t .order-dcbct-item {
    padding: 8px 0;
    margin: 8px 0;
    border-top: 1px solid #DFDFDF;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-t .order-dcbct-item .item-l {
    width: calc(100% - 98px);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-t .order-dcbct-item .item-l .item-l-l {
    width: 64px;
    height: 64px;
    margin-right: 4px;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-t .order-dcbct-item .item-l .item-l-r {
    width: calc(100% - 64px);
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-t .order-dcbct-item .item-l .item-l-r > div {
    width: 100%;
    height: 23px;
    margin: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-t .order-dcbct-item .item-r {
    width: 98px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-t .order-dcbct-item .item-r > div {
    height: 23px;
    font-size: 14px;
    margin: 4px 0;
    white-space: nowrap;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-m {
    font-size: 14px;
    padding: 8px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-m .order-dcbcm-item {
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-m .order-dcbcm-item .order-dcbcmi-l {
    margin-right: 8px;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-m .order-dcbcm-item .color-red {
    color: #FA1F07;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-paid {
    font-size: 14px;
    padding: 8px 0;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-paid .paid-item {
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-paid .paid-item .paid-item-l {
    margin-right: 8px;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-unpaid {
    font-size: 14px;
    padding: 8px 0;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-unpaid .unpaid-item {
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-unpaid .unpaid-item .unpaid-item-l {
    margin-right: 8px;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-unpaid .unpaid-item .color-red {
    color: #FA1F07;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-unpaid .unpaid-item-btn {
    text-align: right;
    margin-top: 24px;
  }
  #order-details .order-details-c .order-dc-b .order-dcb-c .order-dcbc-b .order-dcbcb-unpaid .unpaid-item-btn a {
    font-size: 16px;
    padding: 10px 40px;
    color: #FFFFFF;
    background-color: #8C1C21;
    border-radius: 2px;
  }
  #logistics-details {
    padding: 126px 16px 40px;
  }
  #logistics-details .logistics-details-a > div {
    font-size: 14px;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-t {
    font-size: 16px;
    margin: 16px 0;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c {
    max-height: 250px;
    overflow-y: auto;
    padding: 16px 8px;
    margin-bottom: 16px;
    background-color: #2A2A2A;
    border-radius: 4px;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 16px;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
    border-left: 2px solid #797979;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline-item {
    position: relative;
    left: 5px;
    display: flex;
    align-items: center;
    color: #797979;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline-item .timeline-i-b {
    width: 8px;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline-item .timeline-i-b .timeline-icon {
    width: 8px;
    height: 8px;
    background-color: #797979;
    border-radius: 50%;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline-item .timeline-content {
    width: 100%;
    padding: 8px 16px;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline-item .timeline-content .timeline-c-t {
    margin-bottom: 8px;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .timeline-item .timeline-content .timeline-c-c {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .active-item {
    color: #FFFFFF;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-c .active-item .timeline-i-b .timeline-icon {
    background-color: #FFFFFF;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-b {
    padding: 8px 16px;
    background-color: #2A2A2A;
    border-radius: 4px;
  }
  #logistics-details .logistics-details-b .logistics-detailsb-b .logistics-detailsbb-item {
    margin: 8px 0;
  }
  #footer {
    padding: 0 16px 8px;
  }
  #footer .footer-box {
    padding: 24px 16px;
    border-radius: 14px;
  }
  #footer .footer-box .footer-a {
    font-size: 30px;
    text-align: center;
    margin-bottom: 8px;
  }
  #footer .footer-box .footer-b {
    flex-direction: column;
  }
  #footer .footer-box .footer-b .footer-b-l {
    width: 100%;
    order: 2;
    flex-wrap: wrap;
  }
  #footer .footer-box .footer-b .footer-b-l > div {
    width: 100%;
  }
  #footer .footer-box .footer-b .footer-b-l > div .footer-bl-title {
    font-size: 20px;
    margin: 24px 0;
  }
  #footer .footer-box .footer-b .footer-b-l > div .sm-mt {
    margin: 8px 0 24px;
  }
  #footer .footer-box .footer-b .footer-b-l > div ul li {
    font-size: 14px;
  }
  #footer .footer-box .footer-b .footer-b-l > div ul .icon-box img {
    width: 30px;
    height: 30px;
  }
  #footer .footer-box .footer-b .footer-b-r {
    width: 100%;
    order: 1;
  }
  #footer .footer-box .footer-b .footer-b-r .footer-br-title {
    font-size: 14px;
  }
  #footer .footer-box .footer-b .footer-b-r .footer-input {
    height: 40px;
    border-radius: 8px;
    font-size: 12px;
    padding: 0 112px 0 16px;
  }
  #footer .footer-box .footer-b .footer-b-r .footer-btn {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border-radius: 8px;
    right: 4px;
    bottom: 4px;
  }
  #footer .footer-box .footer-c {
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #DFDFDF;
    overflow: hidden;
  }
  #footer .footer-box .footer-c .footerc-l {
    justify-content: center;
    margin: 0;
  }
  #footer .footer-box .footer-c .footerc-l img {
    width: 31px;
    margin: 0 16px 0 0;
  }
  #footer .footer-box .footer-c .footerc-r {
    font-size: 12px;
  }
  #pagination ul li a {
    font-size: 14px;
  }
  #pagination ul li span {
    font-size: 14px;
  }
}
