@-weibit-keyframes musicMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
p span{
  text-wrap: initial !important;
}
.lazyload {
  min-height: 50px;

}
:root {
  --border-radius: 30px 4px 30px 4px;
  --color1: #484d53;
  --color2: #fd7014;
  --color3:#3fa8ff;
  --color4:#3fa8ff;
}

/* UIKit通知组件美化 */
.uk-notification {
  /* 使用自定义动画效果 */
  animation: slideInRight 0.3s ease-out forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.uk-notification-message {
  /* 使用项目的圆角样式 */
  border-radius: 8px;
  /* 添加阴影效果增强立体感 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* 调整字体大小和行高 */
  font-size: 14px;
  line-height: 1.5;
  /* 增加内边距 */
  padding: 12px 16px;
  /* 添加边框增强层次感 */
  border-left: 4px solid var(--color2);
}

/* 成功状态的通知样式 - 使用橙色配色 */
.uk-notification-message-success {
  /* 使用项目的主色调 */
  background-color: #fff7e6;
  color: #78350f;
  border-left-color: var(--color2);
}

/* 悬停效果 */
.uk-notification-message:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease;
}

.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.pac {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
a {
  text-decoration: none;
  color: #2f2e3f;
}
a:hover {
  text-decoration: none;
  color: #000;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden ;
}
body {
  background: #f0f1f2;
}
img {
  max-width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}

body {
  overflow-x: hidden;
}
.w {
  width: 1300px;
  margin: 0 auto;
}
.w:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}

.colm {
  padding: 50px 0;
}
.colmt {
  padding-top: 50px;
}

.view-button {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--color1);
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  transition: all 0.3s ease;
}

.view-button:hover ,a:hover .view-button{
background-color: var(--color2);
  color: #fff;
}

.view-button-white {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  transition: all 0.3s ease;
}

.view-button-white:hover ,a:hover .view-button-white{
  background-color: #fff;
    color: #333;
  }

.contact-button {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid var(--color2);
  color:  var(--color2);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button:hover {
  background-color:  var(--color2);
  color: #fff;
}

/* 瀵艰埅 */
.head_ul_bg {
  border-top: 1px solid #eeeeee;
  z-index: 999;background: #fff;
  position: relative;
  margin-bottom: 21px;
}
.head_box {
  z-index: 999;
  padding-bottom: 4px;
  /* background: url(../../module/images/top_bg.png) center top; */
}
.head_box_bg {
  background: #fff;
}

.head_box:after {
  clear: both;
  content: "";
  display: block;
}

.head_right {
  float: left;
  padding-top:36px;
  width: 350px;
  margin-left: 137px;
}

.head_right form {
  display: inline-block;
  float: left;
  color: #ffffff;
  position: relative;
}

.head_right form input {
  border: none;
  width:350px;
  background: none;
  padding-left: 18px;
  padding-right: 70px;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
  background: #fff;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  float: left;
  color: #000;
}

.head_right form button {
  background:#d61518 url(../../module/images/i.png) no-repeat center center;
  border: none;
  cursor: pointer;
  width: 63px;
  height: 42px;border-radius:  0 42px 42px 0;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.head_right  form{
  display: inline-block;
  width: 100%;
}
.hot-search {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-left: 19px;
  padding-top: 6px;
  line-height: 35px;
}
.hot-search h3 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  flex-shrink: 0;
}
.hot-search ul {
  margin: 0;
  padding: 0;
}
.hot-search li {
  display: inline;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.hot-search  li::after {
  content: "、";
  display: inline-block;
}
.hot-search  li:last-child::after {
  display: none;
}
.hot-search a:hover {
 color: #d61518;
}
.head_right form input::-webkit-input-placeholder {
  color: #999999;
}


.language-switch {
  float: right;
  margin-left: 20px;
  margin-top:42px;
}

.lang-item {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  transition: all 0.3s ease;
}

.lang-item:hover {
  /* background: rgba(78, 205, 196, 0.1); */
  color: #017fb2;
}

.lang-item.active {
  /* color: #fff; */
}

.lang-item img {
  /* width: 20px;
  height: 15px; */
  margin-right: 9px;
  object-fit: cover;
}

.lang-item span {
  font-weight: 500;
}

.head_ul_bg.hv {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  background: #fff;
  border-top: none;
  transition: ease all .3s;
}

.head_ul_bg.hv a {
  color: #000;
}

.head_ul_bg.papehv {
  background: #fff;
  position: fixed;
  z-index: 10000;
  box-shadow: 0 2px 4px 0 rgba(19, 17, 67, 0.13);
  transition: ease all .3s;
}

.head_ul_bg.papehv a {
  color: #333333;
}

.head_logo {
  float: left;
  line-height: 117px;
}

.head_ul {
}

.head_ul .w {
  position: relative;
}

.head_ul ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  place-content: stretch space-between;
  align-items: stretch;
}


.head_ul li {
  display: table-cell;
  color: #000000;
  position: relative;
  width: 180px;
  margin-right: 1px;
  z-index: 999;
  z-index: 99999;
}

.head_ul li a {
  color: #000000;
  position: relative;
  line-height: 50px;
  width: 100%;
  text-align: center;
}



.head_ul li a h2 {
  font-size: 16px;
  color: #000;
  position: relative;
  z-index: 9;
  font-weight: normal;
  transition: all 0.3s ease;
  overflow: hidden;
  margin: 0;
  line-height: 50px;
}

.head_ul li.active a h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;height: 4px;
  background: #d61518;
  transform: translateX(-50%);
  width: 30px;
  transition: transform 0.3s ease-out;
}

.head_ul li a h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;height: 4px;
  background: #d61518;
  transform: translateX(-50%);
  width: 0px;
  transition: all 0.3s ease;
}
.head_ul li a:hover h2:before,
.head_ul li.hv h2:before,
.head_ul li.hover h2:before,
.head_ul li.now h2:before {
  width: 30px;
}

.head_ul li a:hover h2 {
  color: #000;
}

.head_ul li.hv h2 {
  color: #000;
}

.head_ul li.hover h2{
  color: #000;
}

.head_ul li.now h2 {
  color: #000;
}

.head_ul li.hv a,
.head_ul li:hover a,
.head_ul li.now a,
.head_ul li.active a {
  color: #000;
}
.head_ul li.active h2 {
  color: #000;
}
.head_ul li.hv dd a {
  color: #000;
}

.head_ul dl {
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top:50px;
  background: #fff;
  color: #000;
  z-index: 99999;
  text-align: center;
  flex-wrap: wrap;
  display: none;
}

.head_ul dl:after {
  clear: both;
  content: "";
  display: block;
}

.head_ul dl dl {
  margin: 0 3%;
  float: left;
  width: 44%;
  padding: 40px 0;
  z-index: 99999;
}

.head_ul dl dt a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.head_ul dl dd a {
  font-size: 15px;
  color: #000;
  transition: ease all .2s;
  height: 44px;
  line-height: 44px;
}

.head_ul dl dd a:hover {
  color: #f00;
  background: #fff!important;
}

.head_ul dl a {
  padding: 0 !important;
  margin: 0;
  width: 100%;
  display: inline-block;

  background: none !important;
}

.head_ul dl a:hover {
  color: #c6a67a;
}

.head_ul dl span {
  padding: 0 11px;
  color: #727B95;
}

.jzk_toggle_01 {
  display: none;
  width: 26px;
  z-index: 2;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  top: 33px;
  right: 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
}

.jzk_toggle_01 .jzk_icon_01 {
  width: 26px;
  height: 2px;
  background-color: #017fb2;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.jzk_toggle_01 .jzk_icon_01:before,
.jzk_toggle_01 .jzk_icon_01:after {
  width: 26px;
  height: 2px;
  background-color: #017fb2;
  border-radius: 2px;
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.jzk_toggle_01 .jzk_icon_01:before {
  top: -9px;
}

.jzk_toggle_01 .jzk_icon_01:after {
  top: 9px;
}

.jzk_open .jzk_toggle_01 {
  box-shadow: none;
}

.jzk_open .jzk_toggle_01 .jzk_icon_01:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.jzk_open .jzk_toggle_01 .jzk_icon_01:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.jzk_open .jzk_toggle_01 .jzk_icon_01 {
  width: 0;
}

.head_box.hv .jzk_toggle_01 .jzk_icon_01 {
  background-color: #065569;
}

.head_box.hv .jzk_toggle_01 .jzk_icon_01:before,
.head_box.hv .jzk_toggle_01 .jzk_icon_01:after {
  background-color: #065569;
}

/* 鎼滅储 */
.layui_search {
  display: none;
  padding: 30px;
}

.layui_search form {
  display: inline-block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #D5D5D5;
  border-radius: 32px;
  position: relative;
}

.layui_search input {
  background: none;
  border: none;
  font-size: 16px;
  color: #8B8B8B;
  padding-left: 21px;
  width: 100%;
}

.layui_search button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  cursor: pointer;
  padding-right: 17px;
  padding-top: 8px;
}

.opclass {
  border-radius: 12px !important;
}

.addt {
  position: absolute;
  right: 0;
  top: 13px;
  width: 44px;
  height: 58px;
  padding-top: 14px;
  padding-right: 0;
  display: none;
  z-index: 9999;
}

.addt:after {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: ease all .2s;
  background: #fff;
  position: absolute;
}

.addt:before {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: ease all .2s;
  background: #fff;
  position: absolute;
  transform: rotate(90deg);
}

.addt.hv:after {
  background: #fff;
}

.addt.hv:before {
  background: #fff;
  transform: rotate(0deg);
}

.head_ul li.hv dl a:after,
.head_ul li:hover dl a:after {
  display: none;
}

.head_box.hv .head_ul li.hv a:after,
.head_box.hv .head_ul li:hover a:after {
  background: #065569;
}

.head_logo img {
  transition: ease all .4s;
}

.mobile-lang-toggle {
  display: none;
}

.footbg {
    background-color: #434343;
    padding: 35px 0 0;
    max-width: 100%;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
}

.footer-content {
    width: 100%;
    padding-bottom: 26px;
    overflow: hidden;
    height: auto;
}
.footer-bottom-line {
  display: inline-block;
padding-right: 48px;
}
.footer-bottom-line a::after{
  content: '|';
  display:inline-block;
  padding: 0 5px;
}
.footer-bottom-line a:last-child::after{
  display:none;
}

.footer-bottom p{display: inline-block;}
.footer-section {
  float: left;
  min-width: 110px;
}

.footer-section:last-child {
}
.footer-section-r {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  float: right;
}
.footer-section h3 {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: none;
    font-weight: 500;
    position: relative;
}
.footer-section h3 a{
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: none;
    font-weight: 500;
    position: relative;
}

.footer-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.footer-section a {
    color: #999999;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.2s ease;
}

.footer-section a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* 中国工厂部分样式 */
.footer-company {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}

.footer-company h3 {
    color: #999999;
    font-size:24px;
    font-weight: 500;
    text-align: right;
    margin-top: 0;
    line-height: 0.2;
    padding: 0;
    bottom: 0;
}

.footer-company p {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding: 0;
    bottom: 0;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 14px;
}

.footer-qrcode {
    margin: 10px 0;
    text-align: right;
    float: right;
}

.footer-qrcode img {
    width: 100px;
    height: 100px;
    background: #fff;
    margin-left: 40px;
    display: inline-block;
}

.footer-bottom {
    background-color: #3a3a3a;
    border-top: none;
    padding:8px 0;
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 1.8;
    margin: 0 auto;
    border-top: none;
}
.footer-bottom a{
    color: #999999;
}
.footer-bottom a:hover{
    color: #fff;
}

.footer-bottom p {
  margin: 5px 0;
}

.footer-bottom p {
  margin: 5px 0;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff702d 0%, #ff4703 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ec6121 0%, #f55b23 100%);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    color: white;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.back-to-top:hover i {
    transform: translateY(-2px);
}

/* QR Code Popup Styles */
.social-icons {
display: flex;
gap: 15px;
text-align: center;
justify-content: center;
padding-bottom: 12px;
}

.social-icons a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 50%;
background-color: #f1f1f1;
color: var(--color2);
text-decoration: none;
transition: all 0.3s ease-in-out;
position: relative;
}

.social-icons a:hover {
background-color: var(--color2);
color: #fff;
transform: translateY(-3px);
}
.social-icons a:hover i {
color: #fff;
}

.social-icon-qr {
position: relative;
}

.qr-popup {
position: absolute;
bottom: 45px;
left: 50%;
transform: translateX(-50%) scale(0.8);
background-color: #fff;
border-radius: 8px;
padding: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 10;
pointer-events: none;
}

.qr-popup:after {
content: '';
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #fff;
}

.qr-popup img {
width: 120px;
height: 120px;
max-width:120px;
display: block;
}

.social-icon-qr:hover .qr-popup {
opacity: 1;
visibility: visible;
transform: translateX(-50%) scale(1);
}

.main-content-container {
    display: flex;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
}

.news-article {
    flex: 3;
    margin-right: 30px;
}

.news-article h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.share-icons i {
    margin-left: 10px;
    cursor: pointer;
}

.article-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news-article p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.hot-news-sidebar {
    flex: 1;
}

.hot-news-sidebar h2 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.hot-news-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.hot-news-item:last-child {
    border-bottom: none;
}

.hot-news-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
}

.hot-news-item p {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.hot-news-item span {
    font-size: 12px;
    color: #999;
    display: block;
}
.papexnav {
    line-height: 56px;
    border-bottom: 1px solid #eee
}

.papexnav .k1 {
    color: #de0a0a;
    font-size: 24px;
    padding: 0 20px 0 0;
    float: left;
    position: relative;
}

.papexnav .k1::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 1px;
    background: #d2d2d2;
    height: 23px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.papexnav .k2 {
    float: left;
    padding-left:12px;
}

.papexnav .k2 li {
    float: left
}

.papexnav .k2 li a {
    color: #999;
    padding: 0 16px;
    margin-left: 1px;
    font-size: 16px;
    display: inline-block;
    transition: all 0.1s ease-in-out;
}

.papexnav .k2 li a.hv,.papexnav .k2 li a:hover {
    color: #de0a0a;
}

.pape-content {

}
.pape-content-title {
    width: 100%;
    text-align: center;
    padding-bottom: 16px;
}
.pape-content-title h3{
        font-size: 36px;
        font-family: "Microsoft YaHei";
        color: rgb(51, 51, 51);
        line-height: 1.3;
        font-weight: 400;
        text-align: center;
        padding-bottom: 16px;

}
.pape-content-text {
        font-size: 16px;
        font-family: "Microsoft YaHei";
        color: rgb(51, 51, 51);
        line-height: 1.875;
        text-align: justifyLeft;
        text-indent: 32px;
}

.kpape {
    padding: 20px 0 ;
    width: 100%;
    display: inline-block;
}
.kpape ul{
    gap:10px 28px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.kpape li {
    width: calc(25% - 28px);
    float: left;
    text-align: center;
    padding-bottom: 10px;
}
.kpape li img{
    width: 100%;
    padding: 10px ;
    border: 1px solid #eeeeee;
}

.kpape li h3 {
    color: #333;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding-top: 12px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        line-height: 2;
}

.kpape_show {
    padding: 50px 0
}

.kpape_show p {
    padding-bottom: 15px;
    line-height: 30px
}

.kpape_show .k1 {
    float: left;
    width: 60%
}

.kpape_show .k2 {
    float: right;
    width: 35%
}

.k_panav {
    text-align: center;
    padding-top: 8pxx;
    padding-bottom: 10px
}

.k_panav li {
    display: inline-block
}

.k_panav li a {
    background: #eeeff3;
    line-height: 40px;
    height: 40px;
    color: #333;
    margin: 0 5px;
    padding: 0 16px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.k_panav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #017fb2;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.k_panav li a:hover:before,
.k_panav li a.hover:before {
    transform: scaleX(1);
}

.k_panav li a:hover,
.k_panav li a.hover {
    color: #fff;
}

.inner-news-section {
    /* padding: 40px 0; */
}

.inner-news-item {
    padding: 16px 35px 16px;
}
.inner-news-item:nth-child(2n) {
  background: #f8f8f8;
}
.inner-news-item:first-child {
    padding:  0 35px 24px 35px;
}

.inner-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.inner-news-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0;
    flex-grow: 1;
    padding-right: 20px;
}
.inner-news-item a h3 ,.inner-news-item a:hover p,.inner-news-item a:hover span{
    transition: all .25s ease-in-out;
}
.inner-news-item a:hover h3 ,
.inner-news-item a:hover span  {
    color: #d61518;
}
.inner-news-date {
    font-size: 16px;
    color: #999;
    flex-shrink: 0;
}

.inner-news-description {
    font-size: 16px;
    color: #999999;
    line-height: 1.8;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* News Detail Styles */
.detail-news-container {
    padding: 10px  30px 50px;
}

.detail-news-title {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}

.detail-news-meta {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom:30px;
    border-bottom: 1px solid #eee;
}

.detail-news-content {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.detail-news-content p {
    margin-bottom: 1em;
}

/* News Detail Pagination Styles */
.detail-news-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom:30px;
    border-top: 1px solid #eee;
}

.detail-prev-news a,
.detail-next-news a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.detail-prev-news a:hover,
.detail-next-news a:hover {
    color: #de0a0a;
}

.detail-prev-news i,
.detail-next-news i {
    color: #de0a0a;
    margin: 0 5px;
}

.zyxq {
    float: left;
    margin-top: 27px;
  }
  .zyxq li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
  }
  .zyxq .zyxq_1 {
    float: left;
    margin-right: 25px;
    width: 250px;
  }
  .zyxq .zyxq_2 {
    float: left;
    width: calc(100% - 375px);
  }
  .zyxq h3 {
    color: #3E3E3E;
    font-size: 20px;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
  }
  .zyxq p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    display: inline-block;
    color: #656565;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 3px;
  }
  .zyxq span {
    color: #8B8B8B;
    font-size: 14px;
    display: inline-block;
    width: 100%;
  }
  .zyxq li:hover h3 {
    margin-left: 12px;
    color: #de0a0a;
  }

  /* icpn-cart */
  .cart-icon {
    background: url('../images/cart.png') no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: white;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 0px;
    bottom: 15px;border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
  .note-icon {
    background: url('../images/note.png') no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
}
  .cart-icon:hover,.header-cart:hover .shopping-cart {
    animation: bounce 0.6s ease-in-out 1;
    animation-fill-mode: forwards;
  }

  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-4px);
    }
    60% {
      transform: translateY(-4px);
    }
    100% {
      transform: translateY(0);
    }
    bottom: 15px;border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
  .shopping-cart {
    background: url('../images/index_06.png') no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
}
.iconthumbn {
    background: url('../images/iconthumbnailO.png') no-repeat center center;
    background-size: cover;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    cursor: pointer;
}

.mb-36{
    margin-bottom: 36px;
}
.pt10{
    padding-top: 10px !important;
}

.pt15{
    padding-top: 15px !important;
}
.pt20{
    padding-top: 20px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb40{
    margin-bottom: 40px !important;
}

.neu-pt5 .tabbed-section{
    padding-top: 30px;
}

.bbe {
    border-bottom: 1px solid #eeeeee;
}
.tal {
  text-align: left !important;
}
.tac{
  text-align: center !important;
}
.disnone {
  display: none !important;
}
.fz14 {
  font-size: 14px !important;
}
.w300    {
    width: 229px !important;
}
.cc999{
    color: #999999;
    font-size: 14px !important;
}


.fz14b {
  color: #333333 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.product-tabs-section-index .product-price  {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


.header-cart {
    float: left;
    position: relative;
    margin-top: -3px;
    margin-right: 10px;
}

.header-cart a {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #666;
    transition: all 0.3s ease;
}

.header-cart a:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.header-cart i {
    font-size: 16px;
    margin-right: 8px;
}

.header-cart span {
    font-size: 14px;
}
.language-switch>span{
    font-size: 12px;
    display: inline-block;
    color: #e8e6e6;
}
.language-switch>a{
    display: inline-block;
}
/* 新品热销通用标签切换样式 */
.product-tabs-section {
    padding: 10px 0;
}

.tabbed-section {
    background: #fff;
    padding: 22px 20px;
}


.tabbed-header {
    width: 100%;
    display: inline-block;
    background: url(../images/xian.png) repeat-x left center;
}

.tabbed-header h3 {
    font-size: 26px;
    color: #333333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding-left: 16px;
    float: left;
    font-weight: normal;
    background: #fff;
    padding-right: 14px;
}

.tabbed-header h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 24px;
    background: #d0021b;
    border-radius: 2px;
}
.product-tabs-section .more-link{
    float: right;
    margin-top: 11px;
    padding-left: 12px;
    background: #fff;
    font-size: 12px;
    color: #666;
}

.tabbed-controls {
    float: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 7px;
}

.tabbed-controls::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #e5e5e5;
    z-index: 0;
}

.tab-btn {
    position: relative;
    z-index: 1;
    background: #ecf3fb;
    color: #666;
    border-radius: 999px;
    padding: 2px 12px;
    font-size: 14px;
    border: none;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 5px;
}

.tab-btn:hover {
    color: #fff;
  background-color: rgb(255, 153, 0);
}

.tab-btn.is-active {
     background-color: rgb(255, 153, 0);
    color: #fff;
}

.tabbed-panels {
    margin-top: 24px;
    width: 100%;
}

.tab-panel {
    display: none;
}

.tab-panel.is-active {
    display: block;
}

.product-card-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 17px ;
}

.product-card {
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); */
}

.product-thumb {
    position: relative;
    padding-top: 100%;
    background: #fafafa;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden;
}

.product-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.product-card:hover .product-thumb img {
    transform: scale(1.05);
}

.product-tag {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 4px 10px;
    background: rgba(255, 138, 0, 0.92);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
}

.product-info {
    padding: 8px 0px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.product-info h4 {
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1.35;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.product-info p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
    min-height: 36px;
}

.product-price-row {
    margin-top: auto;
    border-top: 1px dashed #e6e5e4;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-top: 10px;
}

.product-price {
    color: #ff3300;
    font-size: 16px;font-weight: normal;
    font-weight: 600;
}

.product-origin {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

/* 购物车样式 */
.cart-content {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #ffffff;
}

.cart-table {
    width: 100%;
}

.cart-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.cart-header .cart-row {
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 10px 0;
}

.cart-col {
    text-align: center;
}

.cart-col.select-all,
.cart-col.select-item {
    width: 80px;
}

.cart-col.product {
    width: 100px;
}

.cart-col.spec {
    width: 110px;
}

.cart-col.price,
.cart-col.quantity,
.cart-col.total {
    width: 120px;
    text-align: right;
    padding-right: 20px;
}

.cart-col.action {
    width: 80px;
}

.cart-col.product-info {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 10px;
    width: 350px;
}

.product-image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    object-fit: cover;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.product-spec {
    text-align: left;
    padding: 0 10px;
}

.product-spec p {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.product-price .current-price {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
}

.quantity-input {
    width: 50px;
    height: 30px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 14px;
}

.product-total .total-price {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
}

.action-btn .delete-btn {
    background-color: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
}

.action-btn .delete-btn:hover {
    color: #ff0000;
}

.cart-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 0;
    margin-top: 20px;
}

.cart-total-info {
    font-size: 16px;
    margin-right: 30px;
}

.selected-items {
    color: #666;
    margin-right: 20px;
}

.total-amount {
    font-weight: bold;
}

.total-amount strong {
    color: #ff0000;
    font-size: 20px;
}

.submit-order-btn {
    background-color: #d61518;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.submit-order-btn:hover {
    background-color: #b31215;
}
.original-price2 {
    color: #999 !important;
    font-size: 12px !important;
    text-decoration: line-through;
  text-align: left !important;
    padding-left: 20px !important;
}
.current-price2 {
    color: #ff3300 !important;
    font-size: 16px !important;
    padding-left: 20px !important;
  text-align: left !important;
}
.box-delete {
    width: 60px;
}
.total {
    width: 124px;
    color: #333333;
    font-size: 14px !important;
}
.total-num {
    width: 124px;
    color: #333333;
    font-size: 14px !important;
}
.w418{
    width: 468px !important;
}


/* 新增横栏区域样式 */
.new-section {
    background-color: #fff;
    margin-bottom: 17px;
}

/* 左侧菜单样式 */
.section-left {
    width:240px;
    padding: 10px 20px 0;
    margin-bottom: 12px;
    float: left;
}

.section-left h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #d61518;
    padding-bottom: 10px;
}

.section-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-left ul li {
    margin-bottom: 0;
}

.section-left ul li:last-child {
    border-bottom: none;
}

.section-left ul li a {
    display: block;
    padding: 8px 10px 9px 0;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.section-left ul li a::after {
    content: ' ';
    background: url('../images/lir.png') no-repeat center center;
    position: absolute;
    width: 5px;
    height: 8px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
}

.section-left ul li a:hover {
    color: #d61518;
    padding-left: 8px;
}

/* 左侧分类激活状态 */
.category-list li.active a {
    color: #d61518;
    font-weight: bold;
}

/* 内容块默认隐藏 */
.section-left-bbox-b {
    display: none;
}

/* 激活的内容块显示 */
.section-left-bbox-b.active {
    display: block;
}

/* 中间轮播样式 */
.section-middle {
    width: 826px;
    float: left;
}

.section-middle h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #d61518;
    padding-bottom: 10px;
}

.banner-carousel {
    position: relative;
    height: 480px;
    overflow: hidden;
    background-color: #fff;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.carousel-caption h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.carousel-caption p {
    font-size: 12px;
    margin: 0;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.carousel-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    width: 30px;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background-color: rgba(214, 21, 24, 0.8);
}

/* 国家展馆图片列表样式 */
.country-gallery {
    display: flex;
    flex-wrap: wrap;
    /* padding: 10px 0; */
}

.country-item {
    width:11.11%;
    text-align: center;
    padding-bottom: 10px;
}

.country-item img {
    width: 118px;
    height: auto;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    object-fit: cover;
}

.country-title {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

/* 右侧联系方式样式 */
.section-right {
    float: left;
    width: 230px;
    padding: 0 20px;
}

.section-right h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #d61518;
    padding-bottom: 10px;
}

.contact-info {
    background-color: #fff;
    padding: 8px 15px 4px 15px;
    border-radius: 4px;
    color: #999999;
    text-align: center;
}
.contact-info img{
    margin-right: 6px;
}

.contact-info p {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
}

.contact-info p i {
    color: #d61518;
    margin-right: 8px;
}
.contact-info-qr {
    text-align: center;
}

.contact-info-email {
    background-color: #f2f2f2;
    border-radius: 35px;
    line-height: 35px;
    height: 35px;
    margin-top: 10px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    padding: 0 8px;
}
.contact-info-email img{
    margin-right: 6px;
}

/* 服务保障样式 */
.service-guarantees {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:5px 0;
}

.guarantee-item {
    width: calc(50% - 5px);
    background-color: #fff;
    padding: 10px 8px 0 8px ;
    border-radius: 4px;
    text-align: center;
}

.guarantee-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 3px;
}

.guarantee-item span {
    font-size: 12px;
    color: #333;
}

/* 客服电话样式 */
.customer-service {
    padding:3px;border: 1px solid #eeeeee;
    border-radius: 4px;
    margin-top: 10px;
    border-radius: 45px;
    text-align: center;
}

.service-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
}

.service-title::before,
.service-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #999;
}

.service-title::before {
    left: -25px;
}

.service-title::after {
    right: -25px;
}

.service-number {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.contact-info-email i {
    color: #d61518;
    margin-right: 8px;
}

.qr-code {
    margin-top: 20px;
    text-align: center;
}

.qr-code img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.qr-code p {
    font-size: 12px;
    color: #999;
    margin: 0;
}
.ggulo {
    width: 100%;
    margin:10px 0;
}

/* 留言板样式 */
.product-tabs-section-index .tabbed-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}


/* 左侧客服信息样式 */

.contact-text p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    line-height: 1.6;
}

.work-time {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

/* 右侧留言表单样式 */
.message-form {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d61518;
}

.form-group textarea {
    height: 150px;
    resize: vertical;
}

.submit-btn {
    background-color: #d61518;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 200px;
    align-self: flex-end;
}
.submit-btn:hover {
    background-color: #b81215;
}
.message-contact {
    padding-left: 96px;
    padding-top: 47px;
    float: left;
}
.message-form {
    width: 650px;
    float: right;
    margin-top: 20px;
    margin-right: 97px;
    padding-bottom: 30px;
}
.contact-text {
    width: 300px;
    color: #999999;
    font-size: 16px;
}
.contact-text p {
    color: #999999;
    font-size: 16px;
}
.contact-text2 {
    font-size: 16px;
    color: #999999;
    margin-top: 29px;
}
.contact-text3 {
    color: #666;
    padding: 5px 0;
    font-size: 24px;
}
.contact-text4{
    color: #999999;
}
.message-board-content {
    height: auto;width: 100%;
    display: inline-block;
    overflow: hidden;

}

.submit-btn2 {
    background-color: #d61518;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 270px;
    max-width: 270px;
}
.submit-btn2:hover {
    background-color: #b81215;
}
.message-form input,.message-form textarea{
    font-size: 16px;
    padding:15px 20px;
}
.pape_bg {
    padding: 0px 0 40px;
}

.pape_bg .w {
}

.pape_l {
    width: 200px;
    float: left;
    overflow: hidden;
}

.help-center-title {
    background-color: #e60012;
    color: #fff;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}

.pape_l_ul {
    list-style: none;
    padding: 8px 0 12px;
    margin: 0;
    background-color: #fff;
}

.pape_l_ul li {

}

.pape_l_ul li:last-child {
    border-bottom: none;
}

.pape_l_ul li a {
    display: block;
    padding: 10px 25px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
}

.pape_l_ul li a:hover {
    background-color: #fafafa;
    color: #e60012;
}

.pape_l_ul li.active a {
    color: #e60012;
    font-weight: bold;
    position: relative;
}


.pape_r {
    width: 1080px;
    float: right;
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.pape_r .pagination {
    padding: 47px 0 57px;
}

.pape_op {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    line-height: 40px;
}

.pape_op {
    margin-bottom: 30px;
}

.pape_op h3 {
    color: #333;
    font-size: 24px;
    min-width: 110px;
    text-align: center;
    font-weight: 500;
    padding: 5px 10px 16px;
    display: inline-block;
    margin: 0;
    position: relative;
}

.pape_op h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #d61518;
}

/* 添加收货地址按钮样式 */
.add-address-btn {
    float: right;
    padding:0px 20px;
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    color: #cc0000;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-top: 5px;
    line-height: 38px;
}
.add-address-btn i {
    margin-left: 5px;
}

.add-address-btn:hover {
    border-color: #d61518;
    color: #d61518;
}

.add-address-btn .note-icon {
    margin-right: 5px;
    vertical-align: middle;
}
.pape_r_box {
  padding: 12px 32px 40px;
}


.pape_r_box h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pape_r_box h4:first-child {
    margin-top: 0;
}

.pape_r_box p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.pape_r_box p:last-child {
    margin-bottom: 0;
}

/* 猜你想搜区块样式 */
.guess-you-like {
    font-size: 14px;
    line-height: 1.8;
}

.guess-you-like span {
    color: #999999;
    margin-right: 12px;
}

.guess-you-like a {
    color: #333333;
    text-decoration: none;
    margin-right: 16px;
    transition: color 0.3s ease;
}

.guess-you-like a:hover {
    color: #d61518;
}

/* 订单备注样式 */
.order-remark {
    margin: 30px 0 60px 12px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.remark-label {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
}

.remark-input {
    width: 629px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(251, 251, 251);

}

.remark-input:focus {
    outline: none;
    border-color: #d61518;
    box-shadow: 0 0 5px rgba(214, 21, 24, 0.2);
}

/* 新闻资讯栏目样式 */
.news-section {
    margin-bottom: 30px;
    padding: 0 37px;
}
.box-p37 {
    padding: 0 37px 17px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    background: url('../images/bgd.png') repeat-x center center;
}
.news-header a{
    background: #fff;
    padding-left: 15px;
    font-size: 14px;
}
.more-red {
    color: #e60012;
    display: inline-block;
}
.about-section {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
}
.about-section p{
    padding: 0 10px 10px;
}
.news-title {
    background-color: #e60012;
    color: white;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 38px;
}

.news-more {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.news-content {
    display: flex;
    gap: 37px;
}

.news-left {
    width: 50%;
    display: flex;
    margin-top:8px;
    flex-direction: column;
}

.news-right {
    width: 50%;
}

.news-image {
    width: 100%;
    height: 364px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-left-content {
    background: #f8f8f8;
    padding: 12px 15px;
}
.news-left-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.news-left-content p {
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    margin: 0;
}

.news-list {
    display: flex;
    flex-direction: column;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    transition: all 0.3s ease;
}

.news-item:hover {
    padding-left: 10px;
}

.news-item:hover a {
    color: #e60012;
}

.news-item a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    flex: 1;
    margin-right: 20px;
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
}

.news-item a::before {
    content: " ";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    background: #e60012;
}

.news-item a:hover {
    color: #e60012;
}

.news-date {
    color: #999;
    font-size: 16px;
}

/* 国际馆产品列表样式 */
.international-product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px;
    margin-bottom: 20px;
}
.international-product-list-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:25px;
    margin-bottom: 20px;
}

.international-product-item {
    border-radius: 5px;
    overflow: hidden;
}

.international-product-item:hover {
}

.international-product-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 4px;
    justify-content: center;
    background-color: #f9f9f9;
}

.international-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.international-product-item:hover .international-product-image img {
    transform: scale(1.05);
}

.international-product-title {
}
.international-product-title h3{
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 4px;
    color: #333333;
    line-height: 1.5;font-weight: normal;
    /* 限定超出两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.international-product-title p{
    font-size: 14px;
    color: #999999;

    /* 限定超出两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;


    line-height: 1.5;font-weight: normal;
}

/* 订单详细页面样式 */
.order-detail-container {
}

/* 商品列表样式 */
.order-products {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.order-products .order-product-item:first-child {
    padding-top: 0;
}
.order-products-cart .order-product-item:first-child {
    background: none!important;
    border-bottom: none;

}
.order-products-cart-top .order-product-description,.order-products-cart-top .order-product-quantity,.order-products-cart-top .order-product-total,.order-products-cart-top .order-product-actions{
    padding-top: 0;
    font-weight: bold;
    color: #333333!important;
    font-size: 14px!important;
}
.pt12 {
    padding-top: 12px!important;
}
.order-product-left.w418 {
    position: relative;
    padding-left: 30px;
}
.item-checkbox-label{
    font-weight: normal;
}
.delete-btnc{
    padding: 4px 12px;
    color: #666666;
    border: none;
    border-radius:7px;
    font-size: 14px;
    background: none;
    border: 1px solid #eeeeee;
    cursor: pointer;
    position: relative;
    margin-top: -3px;
    margin-left: 29px;
}
.delete-btnc:hover {
    color: #cc0010;
}
.item-checkbox2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.order-product-item {
    display: flex;
    padding: 20px 0;
    align-items: flex-start;
    justify-content: space-between;
}

.order-product-item:last-child {
    border-bottom: none;
}

/* 左侧图片文字区块 */
.order-product-left {
    width: 310px;
    display: flex;
    align-items: flex-start;
}

.order-product-image {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    overflow: hidden;
    min-width: 70px;
    border-radius: 3px;
    flex: 1;
}

.order-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-product-name {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    padding-top: 12px;
    margin: 0;
}

/* 详细描述区块 */
.order-product-description {
    width: 280px;
    font-size: 14px;
    padding-top: 12px;
    color: #666;
    line-height: 1.4;
    word-break: break-all; /* 允许在单词内换行 */
    word-wrap: break-word; /* 允许长单词或URL地址换行到下一行 */
    white-space: normal; /* 正常显示空白字符，允许自动换行 */
}

/* 价格数量区块 */
.order-product-quantity {
    width: 100px;
    text-align: center;
    font-size: 16px;
    padding-top: 12px;
    font-weight: bold;
    color: #333;
}

/* 总价区块 */
.order-product-total {
    width: 150px;
    text-align: right;
    padding-top: 12px;
    font-size: 14px;

    color: #333333;
}

/* 商品操作按钮 */
.order-product-actions {
    width: 100px;
    padding-top: 12px;
    text-align: right;
}

/* 删除订单按钮 */

.delete-order-btn {
    padding: 8px 18px;
    background-color: #e60012;
    color: white;
    border: none;
    border-radius:7px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.delete-order-btn:hover {
    background-color: #cc0010;
}
/* 订单信息条样式 */
.order-info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 0px;
    font-size: 14px;
}

.order-date {
    color: #333;
    margin-right: 20px;
}

.order-number {
    color: #333;
    flex: 1;
}

.order-right {
    display: flex;
    align-items: center;
}

/* 订单状态标签 */
.order-status {
    font-size: 14px;
    color: #e60012;
    padding: 2px 8px;
    font-weight: normal;
    margin-right: 15px;
}

/* 查看详情按钮 */
.view-details {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.view-details:hover {
    color: #e60012;
}

  .order-product-quantity span{
      font-size: 12px;
    padding-left: 4px;
    color: #999999;
}

/* 订单信息和收件人信息样式 */
.order-info-section {
    margin-bottom: 30px;
}

.order-info-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.order-info-container {
    margin-bottom: 20px;
}

.order-info-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 18px 5px;
    font-size: 14px;
}

/* 隔行变色 */
.order-info-row:nth-child(odd) {
    background-color: #f9f9f9;
    padding: 11px 5px;
}

.order-info-item {
    width: 33.33%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.order-info-item.full-width {
    width: 100%;
}

.order-info-label {
    display: inline-block;
    min-width: 70px;
    color: #333;
    font-weight: normal;
}

.order-info-value {
    color: #333;
}

.order-info-value.status {
}

/* 收件人信息样式 */
.recipient-info {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    padding-top: 6px;
    padding-bottom: 40px;
}

.recipient-info p {
    margin: 0 0 6px 0;
}

.recipient-info p:last-child {
    margin-bottom: 0;
}

/* 分页器样式 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 57px 0;
}

.pagination li >a ,.pagination li >span ,.pagination input[type="submit"]{
    display: inline-block;
    padding: 10px 14px;
    margin: 0 2px;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    color: #333;background-color: #f3f3f3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a:hover {
    color: #d61518;
}

.pagination a.active,.pagination .active  span{
    background-color: #d61518;
    border-color: #d61518;
    color: #fff;
}
.pagination a.active:hover,.pagination a:hover {
    background-color: #fff;
    border-color: #f1f1f1;
    color: #d61518;
}
.pagination a.no-page,.pagination a.active.no-page {
    background-color: #fff;
    border-color: #f3f3f3;
    color: #999;
}

.pagination .ellipsis {
    padding: 8px 12px;
    color: #999;
}

.pagination .page-info {
    margin: 0 6px;
    color: #666;
    font-size: 14px;
}
.pagination .next-page {
    margin-right: 20px;
}

.pagination input[type="text"] {
    width: 40px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #e0e0e0;
    margin: 0 5px;
    text-align: center;font-size: 12px;
}

.pagination input[type="text"]:focus {
    outline: none;
    border-color: #d61518;
}

.pagination button {
    padding: 8px 15px;
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    color: #333;font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination button:hover {
    border-color: #d61518;
    color: #d61518;
}
.order-products-over {
    border-bottom: none;
}
.order-products-over .order-product-item{
    border-bottom: 1px solid #eeeeee;
}
.order-products-over .order-product-item:last-child{
    border-bottom: none;
}
.order-products-over .order-product-left{
    width: 350px;
}
.order-products-over .order-product-image{
    width: 120px;
    min-width: 120px; /* 添加min-width确保图片不会被压缩 */
    max-width: 120px; /* 添加min-width确保图片不会被压缩 */
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}
.order-products-over .order-product-name{
    font-size: 16px;
}
.order-products-over .order-product-description{
    font-size: 12px;
    width: 110px;
    word-break: break-all; /* 允许在单词内换行 */
    word-wrap: break-word; /* 允许长单词或URL地址换行到下一行 */
    white-space: normal; /* 正常显示空白字符，允许自动换行 */
}
.order-product-description2{
    font-size: 12px;
    width: 130px;
    word-break: break-all; /* 允许在单词内换行 */
    word-wrap: break-word; /* 允许长单词或URL地址换行到下一行 */
    white-space: normal; /* 正常显示空白字符，允许自动换行 */
}
.order-products-over .order-product-quantity{
    font-size: 16px;
    display: inline-block;
    text-align: right;font-weight: bold;
}
.order-products-over .order-product-quantity span{
    width: 100%;
    font-size: 16px;color: #333333;
    display: inline-block;font-weight: normal;
    text-align: right;
}
.order-products-over .order-product-total{
    font-size: 16px;
}
.order-products-over {
        margin-bottom: 0px;
}
.order-products-over:last-child{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

/* 收货地址列表样式 */
.address-list {
    margin-top: 20px;
}

.address-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 40px;
}

.address-table th,
.address-table td {
    text-align: left;
}

.address-table th {
    padding: 12px 15px;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #333;
}

.address-table td {
    color: #666;
    padding:24px 15px;
    border-bottom: 1px solid #eeeeee;
}
.address-table tr {

}
.address-table tr:last-child td {
    /* border-bottom: none; */
}

.address-edit {
    color: #333333;
    text-decoration: none;
    margin:0 7px;
    transition: color 0.3s ease;
}

.address-edit:hover {
    color: #e60012;
    text-decoration: underline;
}
.order-products-cart {
    margin-bottom: 20px;
}

/* 价格样式 */
.order-product-quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.current-price {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.original-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

/* 表头样式 */
.order-products-cart .order-product-item:first-child {
    background-color: #f9f9f9;
    font-weight: bold;
    padding: 15px 0;
}

/* 全选复选框样式 */
.select-all-checkbox {
    margin-right: 8px;
    cursor: pointer;
}

/* 商品复选框样式 */
.item-checkbox {
    margin-right: 15px;
    cursor: pointer;
    vertical-align: middle;
}

/* 商品行样式 */
.order-products-cart .order-product-item:not(:first-child) {
    padding: 22px 0;
}

/* 左侧区域样式调整 */
.order-products-cart .order-product-left {
    display: flex;
}

/* 数量控制样式 */
.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center
}
.quantity-btn {
    width: 32px;
    height: 32px;
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #d2d2d2;
    font-size: 16px;
}

.quantity-input {
    width: 38px;
    height: 32px;
    text-align: center !important;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    /* 隐藏数字输入框的默认上下增减按钮 */
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

/* Chrome, Safari, Edge等WebKit浏览器 */
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
}

/* 总价样式 */
.total-price {
    color: #ff3300 ;
    font-weight: bold;
    margin-right: 15px;
    font-size: 18px;
}

/* 删除按钮样式 */
.delete-btn {
    background-color: transparent;
    color: #666;
    border: none;
    cursor: pointer;
    /* padding: 5px 10px; */
}

.delete-btn:hover {
    color: #d61518;
}

/* 合计区域样式 */
.cart-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    margin-top: 20px;
}

.cart-total-info {
    margin-right: 30px;
}

.selected-items {
    margin-right: 20px;
    color: #666;
}

.total-amount {
    font-size: 14px;
    color: #333;
}

.total-amount strong {
    color: #ff461b;
    font-size: 18px;
}

/* 提交订单按钮样式 */
.submit-order-btn {
    background-color: #ff461b;
    color: white;
    border: none;
    padding:10px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-order-btn:hover {
    background-color: #e43007;
}

.minus {
    border-radius: 7px 0 0 7px;
}
.plus {
    border-radius: 0 7px 7px 0;
}

.quantity-btn {
    font-size: 20px;
    color: #3b3b3b !important;
    font-weight: normal;
}
.order-product-quantity2 {
    margin:0 30px;
    text-align: center;
}
.select-all-checkbox,.item-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.bdn {
    border: none !important;
}
.ototal-num ,.total {
    width: 90px;
}
.titkx {
    padding-left: 15px;
    width: 100%;
    padding-bottom: 13px;
}
.titkx h3{
    font-size: 18px;
    color: #333333;font-weight: bold;
}
.titkx h3::after{
    content: " ";
    display: block;
    width: 5px;
    height: 20px;
    border-radius: 3px;
    background-color: #d61518;
    margin-top: 2px;
    margin-right: 7px;
    float: left;
}

/* 登录表单样式 */
.login-container {
    padding: 30px 0 60px;
}

.login-form {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 20px;
}

.login-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.login-left {
    /* flex: 0 0 350px; */
    padding-right: 40px;
    text-align: left;
}

.login-left img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.login-welcome {
    text-align: left;
}

.login-welcome p {
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    margin: 5px 0;
}

.login-right {
    width: 360px;
}

.login-title {
    color: #e60012;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.login-right .layui-form-item {
    margin-bottom: 30px;
    margin-right: 0;
}

.login-right .layui-form-label {
    width: 100px;
    text-align: right;
    padding-right: 15px;
    color: #666;
}

.login-right .layui-input-block {
    margin-left: 100px;
}

.login-right .layui-input {
    height: 40px;
    border-color: #eeeeee;
    background: #fbfbfb;
}
.verification {
    width: 150px !important;
    margin-right: 0 !important;
}


.login-right .layui-input:focus {
    border-color: #e60012;
}

.login-right .captcha-img {
    width: 96px;
    height: 42px;
    margin-left: 10px;
    margin-right: 0;
}

.login-right .captcha-img img {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
}

.login-right .login-btn {
    width: 100%;
    height: 45px;
    background-color: #ff6600;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-right .login-btn:hover {
    background-color: #ff5500;
    opacity: 1;
}

/* 收货地址样式 */
.shipping-address-section {
    margin: 20px 0;
    padding: 18px 15px;
    background: #fbfbfb;
    border-radius: 4px;
}
.shipping-address-section .titkx{
    padding-left: 0;
    padding-bottom: 22px;
}
.address-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
    /* min-height: 120px;  */
    /* 默认只显示一行 */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.address-container.expanded {
    max-height: 1000px; /* 展开后显示全部 */
}

.address-card {
    flex: 0 0 calc(25% - 15px); /* 一行显示4个 */
    /* min-width: 250px; */
    border: 1px solid #fff;
    border-radius: 8px;
    padding:16px 20px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
}

.address-card:hover {
    border-color: #d61518;
}

.address-card.selected {
    border-color: #d61518;
    box-shadow: 0 0 5px rgba(214, 21, 24, 0.2);
}

.address-content {
    display: flex;
    flex-direction: column;
}

.address-text {
    font-size: 14px;
    color: #666666;
}

.address-detail {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.address-contact {
    font-size: 14px;
    color: #333333;
}

.hidden-address {
    display: none;
}

.address-container.expanded .hidden-address {
    display: block;
}

.show-all-address {
    margin-top: 10px;
    padding:8px 0 ;
}

.toggle-address {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.toggle-address:hover {
    color: #d61518;
  }

.arrow-icon {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
  }

  .login-form-box {
    max-width: 1200px;
    padding: 0px ;
  }
  .login-right-box {
    width: 726px;
  }
  .login-container2 .login-left{
    padding-top: 25px;
  }
  .layui-input-block-boxw {
    width: 260px;
  }
  .layui-input-block-boxw2 {
    width: 420px;
  }
  .layui-word-aux {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 370px;
  }
  .login-container2 {
    padding-bottom: 30px;
  }


  /* 产品详情 */
  .jzk_product_show .jzk_product_l {
	width: 44%;
	float: left;
	text-align: center;
}
.jzk_product_show .jzk_product_l .swiper-button-prev,
.jzk_product_show .jzk_product_l .swiper-button-next {
	background: none;
	font-size: 48px;
	color: #5dacd6;
}
.fu_pro_t {
	margin-bottom: 36px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.fu_pro_l {
	width: 685px;
    text-align: left;
}
.fu_pro_top {
    margin-bottom: 30px;
    position: relative;
}
.w_fu_pro_r {
	display: none;
}
.fu_pro_r {
	width: 548px;
	padding: 27px 27px 65px;
    /* margin: 25px 0 0 -25px; */
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px 0px rgba(156, 156, 156, 0.47);
	max-height: calc(100vh - 184px);
	overflow-y: auto;
    text-align: left;
    flex-shrink: 0;
    align-self: flex-start;
    position: relative;
    z-index: 100;
}

/* 自定义滚动条样式 */
.fu_pro_r::-webkit-scrollbar {
	width: 4px; /* 滚动条宽度 */
}

.fu_pro_r::-webkit-scrollbar-track {
	background: #fff; /* 滚动条轨道背景 */
	border-radius: 3px;
}

.fu_pro_r::-webkit-scrollbar-thumb {
	background: #e6e9eb; /* 滚动条滑块背景 */
	border-radius: 3px;
}

.fu_pro_r::-webkit-scrollbar-thumb:hover {
	background: #d8d8d8; /* 滚动条滑块悬停背景 */
}

/* 右侧产品详情样式 */
.product-title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	line-height: 1.3;
}

.product-code {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.product-price-section {
	background-color: #f9f9f9;
	padding: 19px;border-radius: 4px;
	margin-bottom: 25px;
}

.product-price {
	margin-bottom: 15px;
}

.product-price .price-label {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;font-weight: normal;
}

.product-price .current-price {
	font-size: 28px;
	color: #ff3300;
	font-weight: bold;
	margin-right: 10px;
}

.product-price .original-price {
	font-size: 12px;
    padding-left: 5px;
	color: #999;font-weight: normal;
	text-decoration: line-through;
	margin-right: 10px;
}

.product-price .moq {
	font-size: 12px;font-weight: normal;
	color: #333333;
}

.product-specs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}

.product-specs .spec-item {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.product-specs .spec-label {
	font-size: 16px;
	color: #999999;
	margin-right: 5px;
}

.product-specs .spec-value {
	font-size: 20px;
    font-weight: bold;
	color: #666666;
}

.product-specs .spec-unit {
    font-size: 14px;
    color: #999999;
    padding-left: 4px;
}



.color-options {
	margin-bottom: 20px;
    height: auto;overflow: hidden;
}
.option-title {
	font-size: 12px;
	color: #89898a;
	margin-bottom: 10px;
}

.color-list {
    width: 100%;
    float: left;
}

.color-item {
	display: flex;
	align-items: center;
	padding: 4px;
    float: left;
	border: 1px solid #eee;
	margin-bottom: 8px;
	cursor: pointer;
    border-radius: 6px;
    padding-right: 15px;
	transition: all 0.3s ease;
}

.color-item:hover {
	border-color: #ff5000;
}

.color-item.active {
	border-color: #ff5000;
    color: #ff5000;
}
.color-item.active span {
    color: #ff5000;
    position: relative;
    margin-top: -2px;
}

.color-item img {
	width: 32px;
	height: 32px;
    overflow: hidden;
    border-radius: 3px;
	object-fit: cover;
	margin-right: 8px;
}

.color-item span {
	font-size: 14px;
	color: #333;
	flex: 1;
}

.quantity-section {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.quantity-label {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-right: 20px;
}

.quantity-control {
	display: flex;
	align-items: center;
}

.quantity-btn {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quantity-input {
	width: 60px;
	height: 30px;
	text-align: center;
}

.stock-info {
	font-size: 14px;
	color: #666;
	margin-left: 15px;
}

.action-buttons {
	display: flex;
	position: sticky;
	bottom: 0;
	padding: 12px;
    margin-left: -12px;

    bottom: -50px;
    background-color: hsla(0, 0%, 100%, .96);
    border-radius: 20px;
	z-index: 10;
    /* box-shadow: 0 12px 36px 0 rgba(31, 31, 51, .12); */
    border: 1px solid rgba(0, 0, 0, .02);
}

.btn-order, .btn-cart {
	padding: 9px 20px;
    min-width: 120px;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease;
}

.btn-order {
  border-radius: 8px;
  background-image: -moz-linear-gradient( 0deg, rgb(255,204,102) 0%, rgb(255,112,45) 0%, rgb(255,71,3) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,204,102) 0%, rgb(255,112,45) 0%, rgb(255,71,3) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,204,102) 0%, rgb(255,112,45) 0%, rgb(255,71,3) 100%);
	color: #fff;
    margin-right: 17px;
}

.btn-order:hover {
	background-color: #c00010;
}

.btn-cart {
  border-width: 1px;
  border-color: rgb(255, 71, 4);
  border-style: solid;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
	color: #d61518;
}

.btn-cart:hover {
	background-color: #e68600;
  border-color: #e68600;
	color: #fff;
}


.fu_pro_r ul {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.fu_pro_r ul li {
	width: 48%;
	margin-right: 2%;
	float: left;
	border-bottom: 1px solid #dcdcdc;
	background:  url(../../images/li.png) 0 27px no-repeat;
	font-size: 16px;
	line-height: 1.8;
	padding: 16px 6px 10px 16px;
}
.fu_pro_r ul li span {
	color: #767676;
}
.fu_pro_r ul li p {
	color: #161616;
}
.btn_bn {
	width: 156px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #583122;
	border: 1px solid #583122;
	font-size: 16px;
	transition: 0.3s ease-in-out;
	margin-right: 12px;
	display: inline-block;
	border-radius: 20px;
}
.btn_bn:hover {
	background: #583122;
	color: #fff;
}
.gallery-thumbs {
	float: left;
	margin-right: 15px;
	width: 74px;
    overflow: hidden;
	height:580px;
}
.gallery-thumbs img {
	width: 100%;border-radius: 4px;
	height: 74px;
	border:2px #fff solid;
	background: #ffffff;
}
.gallery-top {
	float: right;
	width: 580px;
    overflow: hidden;
	background: #ffffff;
}
.gallery-top img {
	width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide {
	opacity: 1;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active img {
	border:2px #ff6a28 solid;
}

/* 新增产品参数层样式 */
.product-params-layer {
    float: right;
    width: 580px;
    height: 580px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 25px 35px;
    background-color: #f9f9f9;
    border-radius: 6px;
    display: none;
}

.product-params-layer .params-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.product-params-layer .params-item:last-child {
    border-bottom: none;
}

.product-params-layer .params-label {
    color: #868687;
    font-size: 14px;
    width: 100px;
}

.product-params-layer .params-value {
    color: #333;
    font-size: 14px;
    flex: 1;
    text-align: left;
}

/* 产品参数模块样式 */
.fu_pro_top {
	width: 100%;
    display: inline-block;

}
.product-params {
	width: 100%;
	margin: 0 0 14px;
	padding: 15px;
	background-color: #f9f9f9;
	border-radius: 4px;
    display: inline-block;
}


.params-container {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	border-radius: 4px;
	overflow: hidden;
}

.param-item {
	width: 60%;
	box-sizing: border-box;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
}

.param-item:nth-child(2n) {
	border-right: none;
	width: 40%;
}

.param-item:nth-last-child(1),
.param-item:nth-last-child(2) {
	border-bottom: none;
}

.param-name {
	color: #868687;
    font-size: 12px;
    width: 90px;
	white-space: nowrap;
}

.param-info {
	color: #333;
	flex: 1;font-size: 14px;
	text-align: left;
}
.product-detail {
    line-height: 1.8;
}
.product-detail p{
}
.product-box-det {
    background: #fff;
    height: auto;
    overflow: visible;
    position: relative;
    padding: 27px 21px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/* 确保参数信息标题在灰色区块上方 */
.params-title {
	margin: 10px 0 15px 0;
	padding: 0;
	color: #333;
	font-size: 22px;
	font-weight: bold;
}


.product-quantity-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.product-quantity-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.iconthumbn-box {
    text-align: center;
    width: 74px;
    height: 74px;
    background: #f2f2f3;
    display: inline-block;
    border-radius: 4px;
    padding-top: 13px;
    cursor: pointer;
    border: 2px solid #f2f2f3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999999;
}
.iconthumbn-box span{
    display: inline-block;
    width: 100%;
    color: #999999;
    font-size: 14px;
}
.iconthumbn-box:hover {
    background-color: rgba(255, 80, 0, .08);
    color: #ff5000;
    border: 2px solid #ff5000;
}
.iconthumbn-box:hover span{
    color: #ff5000;
}
.iconthumbn {
    background: url('../images/iconthumbnailO.png') no-repeat center center;
    background-size: cover;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    cursor: pointer;
}
.iconthumbn-box:hover .iconthumbn{
    background: url('../images/iconthumbnailOh.png') no-repeat center center;
}
.product-card-l {
    float: left;
    width: 260px;
    margin-right: 17px;
}
.product-card-r {
    width: 980px;
    grid-template-columns: repeat(4, 1fr);
}
.tabbed-panels {
    display: inline-block;
}
.bgnone {
    background: none !important;
}

.w270px {
    width: 270px;
}
.section-left {
    position: relative;z-index: 99;
}
.section-left-bbox {
}
.section-left-bbox-b {
    display: none;
    width: 1059px;
    padding:20px 35px;
    height: auto;
    overflow: hidden;
    border: 2px solid #ff4000;
    position: absolute;z-index: 9999;
    top: 0;left: 100%;
    background: #fff;
    min-height: 400px;
}
.section-left-bbox .section-left-bboxt{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #ff2900;
    padding-bottom: 8px;
}
.section-left-bbox dl{
    width: 40%;
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin-right: 10%;
    padding-bottom: 8px;
}
.section-left-bbox dt{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
    border-bottom: 1px solid #ff4000;
    margin-bottom: 8px;
}
.section-left-bbox dt a{
    color: #333333;
}
.section-left-bbox dd{
 float: left;
 display: inline-block;
 color: #666666;
 font-size: 12px;
 margin-right: 17px;
 line-height: 28px;
}
.section-left-bbox dd a{
 color: #666666;
}



/* 面板基础样式 */
.panel-default {
  border: 1px solid #e5e6e7;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: 20px 0;
  padding: 25px;
}

/* 表单水平布局基础样式 */
.form-horizontal {
  width: 100%;
}

/* 表单项间距 */
.pape_r .form-group {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    flex-direction: row;
}
.pape_r .form-group  .col-sm-2 {
    padding-right: 12px;
}
/* 标签样式 */
.control-label {
  font-weight: 500;
  color: #333;
  text-align: right;
  padding-top: 7px;
  margin-bottom: 0;
}

/* 输入框容器样式 */
.col-xs-12 {
  width: 100%;
}

/* 响应式布局：小屏幕左对齐，大屏幕右对齐 */
@media (min-width: 768px) {
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
}

/* 输入框样式 */
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* 输入框聚焦效果 */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* 按钮基础样式 */
.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  user-select: none;
  transition: all 0.2s;
}

/* 浮雕按钮效果 */
.btn-embossed {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

/* 主要按钮（提交） */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover:not(.disabled) {
  background-color: #286090;
  border-color: #204d74;
}

/* 默认按钮（重置） */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* 禁用按钮样式 */
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

/* 按钮间距 */
.form-group button {
  margin-right: 10px;
}

/* 底部按钮区域间距调整 */
.normal-footer {
  margin-top: 10px;
}