@charset "UTF-8";
:root {
  --primary-color: #f13a3a;
  --secondary-color: #4ecdc4;
  --dark-color: #2d3436;
  --light-color: #f9f9f9;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
strong,
span,
pre,
input {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  clear: both;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: #333;
  font-size: 14px;
  font-family: Arial, "微软雅黑";
  line-height: 22px;
}

img {
  border: 0px;
}

ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  background-repeat: no-repeat;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  content: " ";
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

input,
textarea,
select {
  font-family: "微软雅黑";
  outline: none;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
select,
textarea {
  font-family: "Microsoft Yahei";
  border: none;
  border-radius: 0;
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  tap-hightlight-color: transparent;
  -webkit-touch-callout: none;
  touch-callout: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.z-transition {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .commonleft {
    float: left;
  }
  .commonright {
    float: right;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .commonleft {
    float: left;
  }
  .commonright {
    float: right;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.visible-lg,
.visible-md,
.visible-sm {
  display: none;
}

.hidden-lg,
.hidden-md,
.hidden-sm {
  display: none;
}

@media (min-width: 767px) {
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 991px) {
  .visible-md {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
  .hidden-lg {
    display: block;
  }
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.commonweb {
  width: 1200px;
  margin: auto;
}

.header {
  padding: 40px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header .commonweb {
  width: 1200px;
  margin: 0 auto;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logoimg {
  display: flex;
  align-items: center;
  
}

.header .logoimg img {
  width: 80px;
  height: auto;
}
.logoimg {
  display: flex;
  align-items: center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.logo-cn {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.logo-en {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}
.header .top-right {
  display: flex;
  align-items: center;
}
.header .top-right .search-box {
  flex: 1;
  max-width: 800px;
  margin: 0 50px;
}
.header .top-right .search-box .searchForm {
  display: flex;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
}
.header .top-right .search-box .search-input {
  flex: 1;
  width: 300px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border: none;
  outline: none;
}
.header .top-right .search-box .search-btn {
  width: 80px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: var(--primary-color);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.header .top-right .search-box .search-btn:hover {
  opacity: 0.8;
}
.header .top-right .service-info {
  display: flex;
  gap: 30px;
}
.header .top-right .service-info .service-item {
  display: flex;
  align-items: center;
}
.header .top-right .service-info .service-item .service-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-size: contain;
}
.header .top-right .service-info .service-item .icon-genuine {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRBRkFFMDRCNUY4QzExRTY5MEFGRDhCMjQzREEwNTI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRBRkFFMDRDNUY4QzExRTY5MEFGRDhCMjQzREEwNTI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEFGQUUwNDk1RjhDMTFFNjkwQUZEOEIyNDNEQTA1MjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEFGQUUwNEE1RjhDMTFFNjkwQUZEOEIyNDNEQTA1MjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz523g6mAAAEAklEQVR42tSaS0hUURjHz1xDqGaiKAsqTYusaGFNL3OV0gOKFi16YRRBWhsLhFZB2aJNmhi1SCOQyJ6LIBc90WjRy6ZsIaWRWoKQhWFNRgNR/6/5T9zMmbkzXu/c88FvM8w95/vf8/i+75zrGSgoUDZZJigES8E8kA2mgPHAA4LgE+gG7eAZaAY9dnQ+ZoTPZ4FdYBudvg8eg5ugE3wE3/hfEZQBcsACsAFUUtxlcB68c1pIHjgEisAlsIcCfsV45gfo52jc4m8ejuB2EABN4Bh4mahDRoL/nwrq+cafcPqUgUdxREQzeaYFlLOtJ2y7nn2NipDNoI1vNRec4Ly3y4JsM5d9tLFPS+axsNjTQQ0XcjF4rpwxP2jgujsAQiMZES9oBDPBCgdFKPa1HMygD95khYwDd7g9bgJflPP2lX330JdxiQpJ51t4BUrAT5U6+0kfxJcb9M2ykBouvtIkdyO77Rd9kZh00qqQrWAd2JnikRhuZMSntQzAMYVMB6fBFjCg3GcD9O0UfY0qpJKpQkC51wL0sTKaED9jRUWMRiJrZjSptSDmCFhFn/8TchhUc8tzu8lGdJw+/xPZZzGtzrE57RB7C2aDOrDXxnbHMluWQN0VGZEdTAeCSh/7Di6C3eapVUwhulkDw8UfIZksip5pKER8nihT12Bx1JREBF9t2mlKUxjxpVwuNFihPVb6mvi+yGAh06GxECmd54mQOQ4JsRJM7ybR7pvIGpGTjT6NR+SDLHgRMsGhoqmOpyaxWJNk8eUzlP6WHokjMho+jYWI70ERIqeB0zQWMgl8NpjU5WosZC7oNLj16ixEDszbDeYr+RoLEd9bDeZZRdz+dDMPq9pmESKHX5+Yc+lmS3gg0WmY8vpiDYVIQXjFXOpmg6csSaNVibUOpuv3LET5YUvdbvAQ7NNoNEroc5d5RCLzrZFbsdtrdy/T942KNwTmXCvAauuoBqNRocL3Jn+vOYbeIR5U4fu7C+CFS0UsVuEL2Dzzj0Oz314VvhO86NJE0scdtoy+RhUidpnDJqOS5iIRafTpAX1U8YSIHeCCOuOSiO+hL+LT/uH+EE1IiDvCQnA2xSOTRh8W0qdQIkLEBlX4UkUO8K6naM342HcmfRmM9sd4pW6Qb6GXkd/voAg/++ylDzFjm5WaPcSIL0f4t0GVinNVbEOwq2JfR9h3KN5DiRw+XOM8zWAxVm6zIC/b7GAf0tdVqw8neorSx2C0ngWN5Ghyn7cyyd0t8lFNNdvKZ9u7VIJnbcl+HdSqwpeSkc+czoHJTHHkLPY1k7k+09z28k1Lhj2fTktR1M8AvESN4DMnj40fnmXRsWVMPKU0mGKafuYPz2T6tFD4ezs6/y3AAHl5ByCRWPvbAAAAAElFTkSuQmCC");
}
.header .top-right .service-info .service-item .icon-users {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1NDgwRDA4NUY4QzExRTZCRUIwRkZDMDkwNUQ0MkE5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1NDgwRDA5NUY4QzExRTZCRUIwRkZDMDkwNUQ0MkE5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTU0ODBEMDY1RjhDMTFFNkJFQjBGRkMwOTA1RDQyQTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTU0ODBEMDc1RjhDMTFFNkJFQjBGRkMwOTA1RDQyQTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BUfSqAAAFgElEQVR42syae2wUVRTGZ7d1lbpNfFBFtBWrtmp9UXzUqn9AAkRNEzURNaiNiRgwVgxiEyWxJgb/QG0gGm18Nig+MJGk+ABNKD6iIPUVRWGJLdBYS0VMpaJUsZ5DfmOu6+527szdLV/ypdvNzL3nzL33nO+cndhgfb3nCOXCqcILhNXCScLxwiOFMeGQcLdwu3CrsEvYKex1MXlxxPsrhI3CGzB6vXCD8B1ht/An4W9cqw6VCU8Rnim8SvgIzr0qXC7cUWhHzhMuEk4TviK8DQdGctyzX7iH1VjDdzFW8EbhZ8J1wsXCr2wNiltef5ywnSe+ke3TJPxkFCeyQe/ZJFzAWBsZu5258uLIdcLNPNUq4WPse1cYYswq5tjMnIEQC3DYE8KlHOTZws+9wqBWuIJzN184HGVFksLVwpOEFxfQCY+5LhKeiA3JsI6UCN8lPF4j/NUrPPYydy+2lNg6kuApfCecIzzgjR0OYIPa0oFtgR1ZyuG7PWQ0co0RbNGctCyoI9cLZwpvGeOVyLQyatMMEnBORyYKnxDOEg56hx4Gse1xbM0afjXc9QvvsRhc5cb7wj9DbsPDmfdui3s030wgHfxPotSSK6oDDjaPZf4IDRUFqtNa+Hs/0SoXWpA6tX5KMLfWA8LWAIMo3hA+KbxaOE74Y0RHdqDb7kRsTgygApZg83/OyMnCS4VtASa9g9i+ktV7k2WOgmOE1woXsipvB7jnaWE9avpfR25inwbRTou5TqNbyqg3opYTP7P3l6GuR8PvwpeFt5qOzMaRIDgKderjMAfR6C/j8wvCvwPet4IHetCRcpazy2Li7Wn71SUSRMAg6OLBVsY5ZOssQ+fZxuedDhLnUFo4TlhkfC2Xp8ap0DZYTKqlaYPx/wCMgq/THpLNmVPbz49TyKQsblQVemzad90RHVljfG62XGHNJ9XqyKmWjjzE36eM71ZGcKLPWNFqwmmbxf3b/DNSZrk1trAqc4X3sqLPR3BkCX9nGU2HZov7d+mBV601EiIPaNz/xpAzJ+BYi+U4+0iGekZO57uZPCgb7I+HfIoa92vQRZ+ieR4MMc5CUsAfrOo5IZxI+Op3kJp8rxcdN9NoC3pIz3AwpwaelD4N7QYe7yiZvSh8OMB1veQvFzha+Is68j0H1hUWoX+yrbCKzMlEKxfQs9VdTOitCqg4g6Idg1XmnyY8gtzQQRHmEhpwthajV67IQ1mqCuBZ4WWE+FV5Kn/rhO/F0VnTHEjxTJgu/JBCrDUP48eoajvjHLzdaC7X0G3rtzq/zcP4U2hIdBcbul5rkk0OJzmX4uc+kt5BcSf8gUjpAloQvmZ2USaR2Cod1RcdhkLuZ1UqjGw+2VLfZcI4an3tSffEjULpY2SGC5xlfJ5gOKEooeaIijnY3JPe19L9tppQHHVVytmqmcpgbd+8FXH8JMqgwW8HuWjQ+bic/ZpkjP4sVWcJuWUXYb8nxFyPIlQzNug8ZLlK6ZeEX1gO3sDgilJDzeZqYkynrWMDPV+N6Z2WeIYip4k2S6nlBM3EdRvaOlHKrmlKlziZZLz+VLyeVSnyDh0UYdMH2OiN5ohiPnu9LU8ZP0wGb8OmuzJdkM2RYfa8Fk/PjPHKFGFDDTYN2zjiJ64ZhNJVIc6MC5Qydzm27Mt24Wil7hBPoc8oaQuFWubsw4acuS1IzT5MxtcW/lpieDKPDiSZYy3NjLneKL+xB3XEx+vs0zJ00gLHDiUZM8UcNTb9MtsuygDJ6EoKGtVo+nveJSGjm/9STStj1TF2o2WvLfTbQV/SUPNfc3qObkYncn0L0mPA2NtJnnQl3ZM6iqI9JOApXoTXnGIOXzyrwLALEZ5aGow3tp/54lmK2kcd3+li8n8EGAAgAkS9rxkVQAAAAABJRU5ErkJggg==");
}
.header .top-right .service-info .service-item .service-text h4 {
  margin-bottom: 2px;
  color: #333;
  font-size: 16px;
}
.header .top-right .service-info .service-item .service-text p {
  color: #999;
  font-size: 12px;
}

.footer {
  padding: 50px 0 20px;
  color: #fff;
  background-color: #333;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer .footer-info h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
}
.footer .footer-info p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
}
.footer .footer-info p:hover {
  color: #fff;
}
.footer .footer-qrcode {
  text-align: center;
}
.footer .footer-qrcode img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer .footer-qrcode p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footer .footer-copyright {
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.nav-section {
  background-color: #2b2b2b;
  position: relative;
  z-index: 100;
}

.main-nav {
  display: flex;
  position: relative;
}
.main-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav .nav-list li {
  position: relative;
  margin-right: 60px;
}
.main-nav .nav-list li a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.main-nav .nav-list li a:hover, .main-nav .nav-list li a.active {
  background-color: var(--primary-color);
}
.main-nav .category-nav {
  position: relative;
  margin-right: 20px;
}
.main-nav .category-nav .category-title {
  display: block;
  padding: 15px 70px;
  width: 232px;
  box-sizing: border-box;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.main-nav .category-nav .category-title:before {
  content: "≡";
  margin-right: 10px;
}
.main-nav .category-nav .category-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 232px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
}
.main-nav .category-nav .category-list li .item {
  padding: 24px;
  border-bottom: 1px dashed #ededed;
  border-right: 1px solid #ededed;
}
.main-nav .category-nav .category-list li .item .item-links a {
  font-size: 14px;
  color: #999;
  margin-right: 16px;
  transition: all 0.3s;
}
.main-nav .category-nav .category-list li:hover h3 a,
.main-nav .category-nav .category-list li:hover .item > .item-links a {
  color: var(--primary-color);
}
.main-nav .category-nav .category-list li:hover .item {
  border-bottom-style: solid;
  border-right: 0;
}
.main-nav .category-nav .category-list li:last-child {
  border-bottom: none;
}
.main-nav .category-nav .category-list li h3 a {
  display: block;
  padding: 0px 0 5px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.main-nav .category-nav .category-list li .subcategory {
  position: absolute;
  top: 0;
  left: 232px;
  width: 250px;
  min-width: 250px;
  max-width: 576px;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 24px;
  box-sizing: border-box;
  display: none;
  z-index: 10;
}
.main-nav .category-nav .category-list li .subcategory li {
  border-bottom: 1px solid #eee;
}
.main-nav .category-nav .category-list li .subcategory li:last-child {
  border-bottom: none;
}
.main-nav .category-nav .category-list li .subcategory li a {
  padding: 10px 0;
  font-size: 13px;
  color: #666;
  display: block;
  transition: all 0.3s;
}
.main-nav .category-nav .category-list li .subcategory li a:hover {
  color: var(--primary-color);
}
.main-nav .category-nav .category-list li:hover .subcategory {
  display: block;
}

.banner {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.banner .banner-text h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.banner .banner-text h2 span {
  display: inline-block;
  padding: 0 10px;
}
.banner .banner-text h2 span:first-child {
  color: var(--primary-color);
}
.banner .banner-text .line {
  width: 40px;
  height: 3px;
  background: #fff;
  margin: 20px auto 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.new-products {
  padding: 40px 0;
}
.new-products .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.new-products .section-title .icon-new {
  width: 32px;
  height: 32px;
  background: url("data:image/png;base64,UklGRt4CAABXRUJQVlA4WAoAAAAQAAAAJQAAJQAAQUxQSOcBAAABkAPZtmlb89u2bdu2jWdF30b0bEbftm3btm2bDyM49979mEfEBCj9LTc+2N/PP7CSpJIBAX4O+wdPqGQn6Cc2+0tqifmfSBu+2O0iqWEyQIiksqQckqamkkC4tOrYD6CDpHrAr+Mrz5ot+F1PUpaK0ThJ6sysKpklVX1istqt+OkPt1Y5q0xVSRUratiyWx/PFylr4ldrLdZ3Q2Tt9QLrEb01cKpwGBITgZXKpFAgKRE+aZ9B7ixP+P3s9tW78a9XPtvwlfvX7z3+CRXKNm9qt7kk5f9F4v9/r++ciAGWn7r98u//BGgh0zLx2IzfAhz6j22zfEm2/oRuSDy48LudViY19BB4eyFm+Y2q5YocXRN15o1FXnMdlLTAqah7P9d9u7axR9JOduzY797Xs3wZHJW0gdHSZoBiknL9A3ZLzphU8Gne8yNAgKxTAb4NbDp6vkFtjcL6WtYcuot1shYabB/e30bZlp6SRrQtYsOpOgbrX+keMF3xoyT1iZcP8F+rTCLI6w9btJb2kupwSKsgSv9M/GnYiW2aAp0lNYAgraZlA0z8GFfASVOALpIaAr4aXtrfKABvFd+AQ+wpp0nJcPI4Nh2Ak2eN/LHvkGkGFZZKZqaScqlEoSkXZ1Gonf6SWiZHpFItAFZQOCDQAAAAsAYAnQEqJgAmAD5tKpJFpCKhlxoHMEAGxLUAZoSgrN8G+1Wpo7TOeA53rTdPQA/UDyQPhiAPs9ISwVKsgAAA/uLgpuOHyUXz61xZI7zfZL/5ouO//8/8f9bURp47/H5fyv9oDXT/I07jf3Xt/pcRD1WmZEWGp9rJFmFO9ei5h2UlWthS7BVVv/Ud1uOCxxKkgNWXpIAF6Fi8ldG9Dtd5+Qxwv8PzP4vxc/u+DngE/0f7YX15BbRL+dgzOYte+AHNcf/c5ybqP/0Np9Tf9+QAAA==") no-repeat center/contain;
  margin-right: 10px;
}
.new-products .section-title h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.new-products .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.new-products .product-item {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.new-products .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.new-products .product-item .product-img {
  width: 270px;
  height: 270px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.new-products .product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.new-products .product-item .product-img img:hover {
  transform: scale(1.05);
}
.new-products .product-item .product-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-products .product-item .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-products .product-item .product-price .new-price {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
}
.new-products .product-item .product-price .old-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

.hot-products {
  padding: 40px 0;
}
.hot-products .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.hot-products .section-title .icon-hot {
  width: 32px;
  height: 32px;
  background: url("data:image/png;base64,UklGRkgCAABXRUJQVlA4WAoAAAAQAAAAJQAAJQAAQUxQSLEBAAABkINt27E3T6rNxupubifbtm3bto3YGWvb3mybv//oGp73e/v9qdaImACxbRwd00AiXjAVYEekCtzEuNJUs28Dd8aCf+AwoKraCKSXcOMO4Voio+GciOxCvyrpwie+iYg8hErSENjzEja5cBh6i0hfWCXXoJPIB5660BhoKlIgi1Nl4LpIxe9ccEHSgGEiybw9CW2l2ifo74ZkAIdK1MgBXkvPEBwTdxcD3rQAcC0VOChud7wfgEAgEMglOxAjv7j0wYP7xrtHHnk8P7XH4/GcunXfeO9JuiIPqvd8mj9qvHn01OfKu3DUePOYqa/xqDcsEtseaqHYtsZvmmvVTU2yakDItNiqr5pt1Yxg3ppl1UmNtapNyLTGaojaaNUXv8mXEh1jjo7/okiJjjFHx3v5qd4RcY/KUe+uGC9fzzXcvnxFX36kUFue/yCzvDjOVMni/Jjgq0NKZBE/xLmdGmVxgJPiOAdPYae+arbFKY47LY7Mqf+HH4WcuqjxFgftguLcX62xuG2zDI4sW7J06dKli9e8UeEtS5YuXbp0ydJEuOC0gYhed6q578xJ188caawAAFZQOCBwAAAAcAQAnQEqJgAmAD5tLpNGpCKhoScskIANiWIA011BfgAAvZl22xx1NHYYSbgA/uPd//Ljf/loH//K3D8tEhXTyL+4OPUafDT8nf1N/7uKDEKP9lwrKdkyRrreg7/Z3/qsV/cmNTf+qxX9wQSvWgAAAA==") no-repeat center/contain;
  margin-right: 10px;
}
.hot-products .section-title h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}
.hot-products .section-title .subtitle {
  color: #999;
  font-size: 14px;
}
.hot-products .product-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
.hot-products .product-banner {
  grid-column: 1/3;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.hot-products .product-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.hot-products .product-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
}
.hot-products .product-banner .banner-text p {
  font-size: 16px;
  margin: 5px 0;
}
.hot-products .product-banner .banner-text p:last-child {
  margin-top: 15px;
  font-size: 24px;
}
.hot-products .product-list {
  display: contents;
}
.hot-products .product-item {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.hot-products .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.hot-products .product-item .product-img {
  width: 270px;
  height: 270px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.hot-products .product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.hot-products .product-item .product-img img:hover {
  transform: scale(1.05);
}
.hot-products .product-item .product-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-products .product-item .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hot-products .product-item .product-price .new-price {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
}
.hot-products .product-item .product-price .old-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

.search-header {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.search-header .search-title {
  font-size: 24px;
  color: #333;
}
.search-header .search-title .keyword {
  color: var(--primary-color);
}
.search-header .search-filter {
  display: flex;
  gap: 20px;
}
.search-header .search-filter .filter-item {
  padding: 8px 15px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.search-header .search-filter .filter-item:hover, .search-header .search-filter .filter-item.active {
  color: var(--primary-color);
}
.search-header .search-filter .filter-item.active {
  background: rgba(var(--primary-color-rgb), 0.1);
  border-radius: 4px;
}

.search-results {
  padding: 30px 0;
}
.search-results .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.search-results .product-item {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.search-results .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.search-results .product-item .product-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.search-results .product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.search-results .product-item .product-img img:hover {
  transform: scale(1.05);
}
.search-results .product-item .product-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-results .product-item .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-results .product-item .product-price .new-price {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
}
.search-results .product-item .product-price .old-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

.pro-container {
  background: #f5f5f5;
}

.breadcrumb {
  padding: 20px 0;
  color: #999;
  font-size: 14px;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}
.breadcrumb a:hover {
  color: var(--primary-color);
}
.breadcrumb span {
  margin: 0 10px;
}

.product-nav {
  margin-bottom: 30px;
  background: #fff;
}
.product-nav .category-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 10px solid #f5f5f5;
}
.product-nav .category-tabs .tab-item {
  padding: 15px 0;
  margin: 10px 30px 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.product-nav .category-tabs .tab-item:hover {
  color: var(--primary-color);
}
.product-nav .category-tabs .tab-item.active {
  color: var(--primary-color);
}
.product-nav .category-tabs .tab-item.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.product-nav .subcategory-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  gap: 15px;
  padding: 20px 0;
}
.product-nav .subcategory-list .subcategory-item {
  padding: 8px 20px;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  background: #f5f5f5;
  transition: all 0.3s;
}
.product-nav .subcategory-list .subcategory-item:first-child {
  color: #333;
  font-weight: bold;
}
.product-nav .subcategory-list .subcategory-item:hover, .product-nav .subcategory-list .subcategory-item.active {
  color: #fff;
  background: var(--primary-color);
}

.product-section {
  padding-bottom: 100px;
}
.product-section .product-filter {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.product-section .product-filter .filter-item {
  padding: 8px 15px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.product-section .product-filter .filter-item:hover, .product-section .product-filter .filter-item.active {
  color: var(--primary-color);
}
.product-section .product-filter .filter-item.active {
  background: rgba(var(--primary-color-rgb), 0.1);
  border-radius: 4px;
}
.product-section .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-section .product-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s;
}
.product-section .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.product-section .product-item .product-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 4px;
  background: #f5f5f5;
}
.product-section .product-item .product-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.product-section .product-item .product-img img:hover {
  transform: scale(1.05);
}
.product-section .product-item .product-name {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section .product-item .product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product-section .product-item .product-price .new-price {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
}
.product-section .product-item .product-price .old-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

.detail-container {
  padding: 0 0 80px;
  background: #f5f5f5;
}

.product-detail {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}

.product-gallery {
  width: 450px;
  flex-shrink: 0;
}
.product-gallery .main-image {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.product-gallery .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery .thumb-list {
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.product-gallery .thumb-list .swiper-slide {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.product-gallery .swiper-slide.active {
  border-color: #e93323;
}
.product-gallery .swiper-slide img {
  display: block;
  width: 80px;
  height: 80px;
}
.product-gallery .thumb-list .swiper-button-prev,
.product-gallery .thumb-list .swiper-button-next {
  top: 0;
  width: 25px;
  height: 100%;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 12px 22px;
  z-index: 10;
  cursor: pointer;
}
.product-gallery .swiper-button-prev:after,
.product-gallery .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}
.product-gallery .swiper-button-prev {
  left: 0;
}
.product-gallery .swiper-button-next {
  right: 0;
}

.product-info {
  flex: 1;
}
.product-info .product-title {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
}
.product-info .product-price {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.product-info .product-price .price-box {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.product-info .product-price .price-box .label {
  color: #666;
}
.product-info .product-price .price-box .new-price {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: bold;
}
.product-info .product-price .price-box .old-price {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
}
.product-info .product-price .sale-info {
  color: #999;
  font-size: 14px;
}
.product-info .product-attrs {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.product-info .product-attrs .attr-item {
  display: flex;
  margin-bottom: 15px;
}
.product-info .product-attrs .attr-item .label {
  width: 80px;
  color: #666;
}
.product-info .product-attrs .attr-item .value {
  color: #333;
}
.product-info .contact-info {
  padding-top: 20px;
}
.product-info .contact-info h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.product-info .contact-info .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 30%;
}
.product-info .contact-info .info-list .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-info .contact-info .info-list .info-item .iconfont {
  font-size: 24px;
  margin-right: 10px;
  color: var(--primary-color);
}
.product-info .contact-info .info-list .info-item span {
  color: #666;
}
.product-info .contact-info .qrcode-box {
  width: 120px;
  text-align: center;
}
.product-info .contact-info .qrcode-box img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 8px;
}
.product-info .contact-info .qrcode-box p {
  color: #666;
  font-size: 14px;
}

.detail-content {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.detail-content .detail-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}
.detail-content .detail-tabs .tab-item {
  padding: 15px 30px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.detail-content .detail-tabs .tab-item.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.detail-content .detail-body {
  padding: 30px;
  color: #666;
  line-height: 1.8;
}
.detail-content .detail-body p {
  margin-bottom: 15px;
}
.detail-content .detail-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.detail-content .detail-body ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.detail-content .detail-body img {
  width: 100%;
  margin-bottom: 20px;
}
.detail-content .detail-body .detail-images img {
  width: 100%;
  margin-bottom: 20px;
}

.news-section {
  padding: 30px 0 60px;
}
.news-section .news-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.news-section .news-tabs .tab-item {
  padding: 8px 20px;
  color: #666;
  font-size: 16px;
  border-radius: 20px;
  transition: all 0.3s;
}
.news-section .news-tabs .tab-item:hover, .news-section .news-tabs .tab-item.active {
  color: #fff;
  background: var(--primary-color);
}
.news-section .news-list .news-item {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.news-section .news-list .news-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.news-section .news-list .news-item:hover .news-img img {
  transform: scale(1.05);
}
.news-section .news-list .news-item .news-img {
  width: 300px;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.news-section .news-list .news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news-section .news-list .news-item .news-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-section .news-list .news-item .news-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.news-section .news-list .news-item .news-title a {
  color: #333;
  transition: all 0.3s;
}
.news-section .news-list .news-item .news-title a:hover {
  color: var(--primary-color);
}
.news-section .news-list .news-item .news-desc {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  flex: 1;
}
.news-section .news-list .news-item .news-meta {
  color: #999;
  font-size: 14px;
  display: flex;
  gap: 20px;
}
.news-section .news-list .news-item .news-meta .iconfont {
  margin-right: 5px;
}
.news-section .pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.news-section .pagination .page-item,
.news-section .pagination .page-more {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: #666;
  transition: all 0.3s;
}
.news-section .pagination .page-item:hover:not(.disabled),
.news-section .pagination .page-more:hover:not(.disabled) {
  color: var(--primary-color);
  background: #f5f5f5;
}
.news-section .pagination .page-item.active,
.news-section .pagination .page-more.active {
  color: #fff;
  background: var(--primary-color);
}
.news-section .pagination .page-item.disabled,
.news-section .pagination .page-more.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.news-section .pagination .prev,
.news-section .pagination .next {
  padding: 0 15px;
}

.news-container {
  padding-bottom: 40px;
}

.news-detail {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}
.news-detail .article-header {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.news-detail .article-header .article-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}
.news-detail .article-header .article-meta {
  color: #999;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.news-detail .article-header .article-meta .iconfont {
  margin-right: 5px;
}
.news-detail .article-content {
  color: #333;
  line-height: 1.8;
}
.news-detail .article-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.news-detail .article-content h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  color: #333;
}
.news-detail .article-content img {
  max-width: 100% !important;
  height: auto !important;
  margin: 20px auto;
  display: block;
  border-radius: 4px;
}
.news-detail .article-footer {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.news-detail .article-footer .share-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.news-detail .article-footer .share-box .share-label {
  color: #666;
  margin-right: 15px;
}
.news-detail .article-footer .share-box .share-item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s;
}
.news-detail .article-footer .share-box .share-item .iconfont {
  font-size: 20px;
  color: #666;
}
.news-detail .article-footer .share-box .share-item:hover {
  background: var(--primary-color);
}
.news-detail .article-footer .share-box .share-item:hover .iconfont {
  color: #fff;
}
.news-detail .article-footer .nav-box .prev-next {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-detail .article-footer .nav-box .prev-next a {
  color: #666;
  transition: all 0.3s;
}
.news-detail .article-footer .nav-box .prev-next a .label {
  color: #999;
}
.news-detail .article-footer .nav-box .prev-next a:hover {
  color: var(--primary-color);
}

.contact-container {
  padding: 0 0 80px;
  background: #f5f5f5;
}

.contact-section .contact-header {
  text-align: center;
  margin-bottom: 50px;
}
.contact-section .contact-header .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}
.contact-section .contact-header .subtitle {
  color: #666;
  font-size: 16px;
}
.contact-section .contact-content .contact-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  margin-bottom: 40px;
}
.contact-section .contact-content .contact-card .card-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
}
.contact-section .contact-content .contact-card .card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contact-section .contact-content .contact-card .card-item:hover .iconfont {
  background: var(--primary-color);
  color: #fff;
}
.contact-section .contact-content .contact-card .card-item .iconfont {
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(var(--primary-color-rgb), 0.1);
  color: var(--primary-color);
  margin-bottom: 20px;
  transition: all 0.3s;
}
.contact-section .contact-content .contact-card .card-item .info h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.contact-section .contact-content .contact-card .card-item .info p {
  color: #666;
  font-size: 15px;
}
.contact-section .contact-content .contact-box {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  gap: 40px;
}
.contact-section .contact-content .contact-box .qrcode-section {
  display: flex;
  gap: 30px;
  padding-right: 40px;
  border-right: 1px solid #eee;
}
.contact-section .contact-content .contact-box .qrcode-section .qrcode-item {
  text-align: center;
}
.contact-section .contact-content .contact-box .qrcode-section .qrcode-item img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.contact-section .contact-content .contact-box .qrcode-section .qrcode-item p {
  color: #666;
  font-size: 14px;
}
.contact-section .contact-content .contact-box .intro-section {
  flex: 1;
}
.contact-section .contact-content .contact-box .intro-section h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.contact-section .contact-content .contact-box .intro-section h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 16px;
  background: var(--primary-color);
  border-radius: 2px;
}
.contact-section .contact-content .contact-box .intro-section p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}
.contact-section .contact-content .contact-box .intro-section p:last-child {
  color: #999;
  font-size: 14px;
}

@media (max-width: 991px) {
  .commonweb {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .header {
    padding: 0px 0 15px;
  }
  .header .commonweb {
    width: 100%;
    padding: 0;
  }
  .header .header-content {
    flex-direction: column;
  }
.header .logo-text{
display:none}
  .header .mob-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .header .mob-box .logoimg {
    margin-bottom: 0px;
    margin-left: 15px;
    width: 50px;
    height: 50px;
  }
  .header .mob-box .logoimg img {
    display: block;
  }
  .header .mob-box .menu-btn {
    width: 24px;
    height: 24px;
    padding: 15px;
    cursor: pointer;
  }
  .header .mob-box .menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header .mob-box .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .mob-box .menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .header .mob-box .menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header .top-right {
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .header .top-right .search-box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  .header .top-right .service-info {
    width: 100%;
    justify-content: space-around;
    gap: 15px;
  }
  .header .top-right .service-info .service-item .service-icon {
    width: 30px;
    height: 30px;
  }
  .header .top-right .service-info .service-item .service-text h4 {
    font-size: 14px;
  }
  .header .top-right .service-info .service-item .service-text p {
    font-size: 10px;
  }
  .footer {
    padding: 30px 0 15px;
  }
  .footer .footer-content {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-info {
    margin-bottom: 20px;
  }
  .footer .footer-info h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .footer-info p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .footer .footer-qrcode img {
    width: 100px;
    height: 100px;
  }
  .footer .footer-qrcode p {
    font-size: 12px;
  }
  .footer .footer-copyright {
    padding-top: 15px;
  }
  .footer .footer-copyright p {
    font-size: 10px;
  }
  .nav-section {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  .nav-section .commonweb {
    width: 100%;
    padding: 0;
  }
  .nav-section .main-nav {
    position: relative;
  }
  .nav-section .main-nav .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .nav-section .main-nav .nav-list.active {
    display: block;
  }
  .nav-section .main-nav .nav-list li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .nav-section .main-nav .nav-list li a {
    display: block;
    padding: 15px;
    color: #333;
    font-size: 14px;
    text-align: left;
  }
  .nav-section .main-nav .nav-list li a.active {
    color: var(--primary-color);
    background: none;
  }
  .nav-section .main-nav .nav-list li:last-child {
    border-bottom: none;
  }
  .nav-section .main-nav .category-nav {
    display: none;
  }
  .banner {
    height: 180px;
  }
  .banner img {
    width: 100%;
  }
  .banner .banner-text {
    width: 90%;
  }
  .banner .banner-text h2 {
    font-size: 20px;
  }
  .banner .banner-text h2 span {
    padding: 0 5px;
  }
  .banner .banner-text .line {
    width: 30px;
    height: 2px;
    margin: 15px auto 0;
  }
  .new-products {
    padding: 20px 0;
  }
  .new-products .section-title {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .new-products .section-title .icon-new {
    width: 24px;
    height: 24px;
  }
  .new-products .section-title h2 {
    font-size: 18px;
  }
  .new-products .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 15px;
  }
  .new-products .product-item {
    padding: 8px;
  }
  .new-products .product-item .product-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .new-products .product-item .product-name {
    font-size: 13px;
    height: 36px;
    margin-bottom: 8px;
  }
  .new-products .product-item .product-price .new-price {
    font-size: 15px;
  }
  .new-products .product-item .product-price .old-price {
    font-size: 12px;
  }
  .hot-products {
    padding: 20px 0;
  }
  .hot-products .section-title {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .hot-products .section-title .icon-hot {
    width: 24px;
    height: 24px;
  }
  .hot-products .section-title h2 {
    font-size: 18px;
  }
  .hot-products .product-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 15px;
  }
  .hot-products .product-wrapper .product-banner {
    margin-bottom: 15px;
    padding: 0 0px;
  }
  .hot-products .product-wrapper .product-banner img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .hot-products .product-wrapper .product-banner .banner-text p {
    font-size: 14px;
  }
  .hot-products .product-wrapper .product-banner .banner-text p:first-child {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .hot-products .product-wrapper .product-list {
    padding: 0 15px;
  }
  .hot-products .product-wrapper .product-item {
    padding: 8px;
  }
  .hot-products .product-wrapper .product-item .product-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .hot-products .product-wrapper .product-item .product-name {
    font-size: 13px;
    height: 36px;
    margin-bottom: 8px;
  }
  .hot-products .product-wrapper .product-item .product-price .new-price {
    font-size: 15px;
  }
  .hot-products .product-wrapper .product-item .product-price .old-price {
    font-size: 12px;
  }
  .product-nav {
    margin-bottom: 15px;
  }
  .product-nav .category-tabs .tab-item {
    font-size: 14px;
    padding: 10px 0;
    margin: 5px 10px 5px;
  }
  .product-nav .subcategory-list {
    margin-left: 10px;
    padding: 10px 0;
  }
  .product-nav .subcategory-list .subcategory-item {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px 0;
  }
  .product-section .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-section .product-item {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
  }
  .product-section .product-item:hover {
    box-shadow: none;
    transform: none;
  }
  .product-section .product-item .product-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #f5f5f5;
  }
  .product-section .product-item .product-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
  }
  .product-section .product-item .product-img img:hover {
    transform: none;
  }
  .product-section .product-item .product-name {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.4;
    height: 36px;
    -webkit-line-clamp: 2;
  }
  .product-section .product-item .product-price {
    gap: 6px;
  }
  .product-section .product-item .product-price .new-price {
    font-size: 15px;
  }
  .product-section .product-item .product-price .old-price {
    font-size: 12px;
  }
  .detail-container {
    padding: 0 0 40px;
  }
  .detail-container .breadcrumb {
    padding: 15px;
    font-size: 12px;
  }
  .product-detail {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px;
  }
  .product-gallery {
    width: 100%;
  }
  .product-gallery .main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 10px;
  }
  .product-gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-gallery .thumb-list {
    padding: 0 25px;
    margin: 10px 0;
  }
  .product-gallery .thumb-list .swiper-slide {
    width: 60px;
    height: 60px;
  }
  .product-gallery .thumb-list .swiper-slide img {
    width: 60px;
    height: 60px;
  }
  .product-info .product-title {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.4;
  }
  .product-info .product-price {
    padding: 15px 0;
  }
  .product-info .product-price .price-box {
    gap: 8px;
    margin-bottom: 8px;
  }
  .product-info .product-price .price-box .label {
    font-size: 14px;
  }
  .product-info .product-price .price-box .new-price {
    font-size: 22px;
  }
  .product-info .product-price .price-box .old-price {
    font-size: 14px;
  }
  .product-info .product-price .sale-info {
    font-size: 12px;
  }
  .product-info .product-attrs {
    padding: 15px 0;
  }
  .product-info .product-attrs .attr-item {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-info .product-attrs .attr-item .label {
    width: 60px;
  }
  .product-info .contact-info {
    padding-top: 15px;
  }
  .product-info .contact-info h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .product-info .contact-info .contact-content {
    flex-direction: column-reverse;
    padding-right: 0;
    align-items: center;
    gap: 15px;
  }
  .product-info .contact-info .info-list {
    width: 100%;
  }
  .product-info .contact-info .info-list .info-item {
    margin-bottom: 10px;
    justify-content: center;
  }
  .product-info .contact-info .info-list .info-item .iconfont {
    font-size: 20px;
  }
  .product-info .contact-info .info-list .info-item span {
    font-size: 14px;
  }
  .product-info .contact-info .qrcode-box {
    width: 100px;
  }
  .product-info .contact-info .qrcode-box img {
    width: 100px;
    height: 100px;
  }
  .detail-content {
    border-radius: 6px;
  }
  .detail-content .detail-tabs .tab-item {
    padding: 12px 20px;
    font-size: 15px;
  }
  .detail-content .detail-body {
    padding: 15px;
    font-size: 14px;
  }
  .detail-content .detail-body p {
    margin-bottom: 12px;
  }
  .detail-content .detail-body ul {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .detail-content .detail-body ul li {
    margin-bottom: 8px;
  }
  .detail-content .detail-body img {
    margin-bottom: 15px;
  }
  .news-section {
    padding: 15px 0 30px;
  }
  .news-section .news-tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 15px 10px;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
  }
  .news-section .news-tabs::-webkit-scrollbar {
    display: none;
  }
  .news-section .news-tabs .tab-item {
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    margin-right: 10px;
  }
  .news-section .news-list .news-item {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .news-section .news-list .news-item:hover {
    transform: none;
    box-shadow: none;
  }
  .news-section .news-list .news-item .news-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .news-section .news-list .news-item .news-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-section .news-list .news-item .news-desc {
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-section .news-list .news-item .news-meta {
    font-size: 12px;
    gap: 15px;
  }
  .news-section .pagination {
    margin-top: 20px;
    gap: 5px;
  }
  .news-section .pagination .page-item,
  .news-section .pagination .page-more {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .news-section .pagination .prev,
  .news-section .pagination .next {
    padding: 0 12px;
  }
  .news-container {
    padding-bottom: 20px;
  }
  .news-detail {
    padding: 15px;
  }
  .news-detail .article-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news-detail .article-header .article-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news-detail .article-header .article-meta {
    font-size: 12px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .news-detail .article-content {
    font-size: 14px;
  }
  .news-detail .article-content p {
    margin-bottom: 15px;
  }
  .news-detail .article-content h2 {
    font-size: 18px;
    margin: 20px 0 15px;
  }
  .news-detail .article-content img {
    margin: 15px 0;
    max-width: 100% !important;
    height: auto !important;
  }
  .news-detail .article-footer {
    margin-top: 30px;
    padding-top: 20px;
  }
  .news-detail .article-footer .share-box {
    margin-bottom: 20px;
    justify-content: center;
  }
  .news-detail .article-footer .share-box .share-item {
    width: 32px;
    height: 32px;
  }
  .news-detail .article-footer .share-box .share-item .iconfont {
    font-size: 18px;
  }
  .news-detail .article-footer .nav-box .prev-next {
    gap: 12px;
  }
  .news-detail .article-footer .nav-box .prev-next a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contact-section .contact-header {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .contact-section .contact-header .title {
    font-size: 24px;
  }
  .contact-section .contact-header .subtitle {
    font-size: 14px;
  }
  .contact-section .contact-content .contact-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
  .contact-section .contact-content .contact-card .card-item {
    padding: 20px 15px;
  }
  .contact-section .contact-content .contact-card .card-item:hover {
    transform: none;
  }
  .contact-section .contact-content .contact-card .card-item .iconfont {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .contact-section .contact-content .contact-card .card-item .info h3 {
    font-size: 16px;
  }
  .contact-section .contact-content .contact-card .card-item .info p {
    font-size: 14px;
  }
  .contact-section .contact-content .contact-box {
    padding: 20px;
    flex-direction: column;
    gap: 30px;
  }
  .contact-section .contact-content .contact-box .qrcode-section {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #eee;
    justify-content: center;
  }
  .contact-section .contact-content .contact-box .qrcode-section .qrcode-item img {
    width: 120px;
    height: 120px;
  }
  .contact-section .contact-content .contact-box .intro-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contact-section .contact-content .contact-box .intro-section p {
    font-size: 14px;
  }
}