body {
  background: #fff;
  font-family: Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo,
    "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB",
    "Hiragino Sans GB W3", sans-serif;
  line-height: 1.6;
  color: #333333;
  font-size: 14px;
}

a {
  color: #333;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-size: 14px;
}

a:hover,
a:focus {
  color: #ff0000 !important;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

video {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h3 {
  font-size: 18px;
}

[class*="am-u-"] {
  padding: 0px;
}

[class*="am-animation-"] {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

#translate {
  display: none;
}

.am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
.am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
.am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
.am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
  font-size: 14px;
  border-color: #e6e6e6;
  border-width: 1px;
  padding: 10px;
  border-radius: 5px;
}

.am-table>thead>tr>th,
.am-table>tbody>tr>th,
.am-table>tfoot>tr>th,
.am-table>thead>tr>td,
.am-table>tbody>tr>td,
.am-table>tfoot>tr>td {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 2px;
}

.am-radius {
  border-radius: 5px !important;
}

.am-btn {
  font-size: 14px;
  transition: all ease-in-out 0.5s;
  border-radius: 3px;
}

.am-bg-main {
  background: #f6f6f6;
}

/* 大尺寸PC */
@media screen and (min-width: 1600px) {
  .am-container {
    max-width: 1400px;
    padding: 0 20px;
  }

  .am-container-avg {
    max-width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
  }

  .rec-sell-fr-img .am-img {
    overflow: hidden;
    padding-bottom: calc(170.5% + 40px);
    display: block;
  }
}

/* 小屏pc */
@media screen and (max-width: 1599px) {
  .am-container {
    width: 1280px;
    padding: 0 40px;
    max-width: none;
  }

  .am-container-avg {
    width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .banner {
    max-height: 800px;
  }

  .rec-sell-fr-img .am-img {
    overflow: hidden;
    padding-bottom: calc(183.666% + 40px);
    display: block;
  }
}

/* 笔记本/pad */
@media screen and (max-width: 1024px) {
  body {
    width: 1024px;
  }

  .am-container {
    width: 1024px;
    padding: 0 40px;
    max-width: none;
  }

  .am-container-avg {
    width: 1024px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .rec-sell-fr-img .am-img {
    overflow: hidden;
    padding-bottom: calc(220%);
    display: block;
  }
}

.am-btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.5s ease-out;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.am-btn-lg {
  font-size: 16px;
}

.am-btn-primary:hover,
.am-btn-primary:focus {
  background: linear-gradient(to right, #ff7e5f, #ff0000bf);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.02);
  transition: all ease-in-out 0.5s;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  border-color: #ff0000;
  color: #fff !important;
  background-color: #ff0000;
}

.am-btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
}

.am-container-sm {
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.am-panel-bd {
  padding: 20px;
}

.am-panel-default,
.am-panel-group .am-panel-hd+.am-panel-collapse .am-panel-bd {
  border-color: #e6e6e6;
  border-radius: 5px;
}

.am-text-primary {
  color: #ff0000 !important;
}

.am-truncate-lines {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.am-img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.am-img {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.am-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.am-d-flex {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.am-box {
  overflow: hidden;
}

.am-shadow {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.02);
  transition: all ease-in-out 0.5s;
}

.am-shadow:hover {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.am-a-hover:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.am-gotop-fixed .am-gotop-icon {
  border-radius: 10px;
}
 
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #ff0000;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-button-prev {
  background: none;
  border: 1px solid #e6e6e6;
  border-width: 1px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  left: 0;
  border-radius: 100%;
  background-color: #fff;
}

.swiper-button-next {
  background: none;
  border: 1px solid #e6e6e6;
  border-width: 1px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  right: 0;
  border-radius: 100%;
  background-color: #fff;
}

.swiper-button-prev i,
.swiper-button-next i {
  position: absolute;
  top: -1px;
  left: 0;
  width: 38px;
  height: 38px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper-center-prev {
  bottom: 0.4px;
  top: auto;
  left: 50%;
  margin-left: -4.5rem;
}

.swiper-center-next {
  bottom: 0.4px;
  top: auto;
  right: 50%;
  left: auto;
  margin-right: -4.5rem;
}

/* header */
.headhide {
  top: -100px !important;
  transition: all ease-in-out 1s;
  background: #fffcf5 !important;
}

.header {
  background: #333;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all ease-in-out 0.5s;
}

.header:hover {
  transition: all ease-in-out 1s;
  background: #fff !important;
  border-bottom: 1px solid #e6e6e6;
}

.header:hover .menu a,
.header:hover .head-fr a {
  color: #333;
}

.logo {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  margin-top: 12px;
}

.logo img {
  height: 60px;
}

/* -------- 导航-------- */

.menu li {
  line-height: 89px;
  position: relative;
  text-align: center;
}

.menu .top-level {
  position: relative;
  font-weight: bold;
  color: #fff;
}

/* 
.menu .top-level::after {
    content: '';
    background: #FF0000;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
} */

.menu .top-level:hover,
.menu .active {
  color: #ff0000;
}

.menu .top-level:hover::after,
.menu .active::after {
  width: 100%;
}

.menu .sub-menu {
  background: #fff;
  width: 150%;
  left: -25%;
  padding: 0 20px;
  display: none;
  position: absolute;
  z-index: 999;
  font-size: 14px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.menu .sub-menu a {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  font-size: 14px;
}

.menu .sub-menu li:last-child a {
  border: none;
}

.menu .sub-menu a:hover {
  color: #ff0000;
}

/* -------- 搜索 -------- */
.head-fr {
  float: right;
  /* overflow: hidden; */
  line-height: 90px;
  text-align: right;
}

.head-fr a {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}

 

.head-fr a i {
  margin-right: 2px;
}

.head-fr .search-form {
  position: absolute;
  left: -120px;
  top: 25px;
  width: 250px;
  display: none;
}

.head-fr .search-form .am-btn {
  position: absolute;
  top: 0;
  padding: 10px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0;
}

.head-fr .search-form .am-btn:hover {
  transform: translate3d(0, 0px, 0);
}

/* 产品筛选 */
.menu-pro {
  padding: 30px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.02);
  display: none;
}

.menu-pro-fl {
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
}

.menu-pro-fl li {
  padding: 10px 0;
}

.menu-pro-fl a {
  font-size: 18px;
  font-weight: bold;
}

.menu-pro-fl .active a {
  color: #ff0000;
}

.menu-pro-fr {
  padding: 0px 20px 0px 80px;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}

.menu-pro-fr .active {
  display: block;
  opacity: 1;
}

.menu-pro-tabcontent {
  overflow: hidden;
}

.menu-pro-tabcontent h4 {
  font-size: 16px;
  display: block;
  margin: 10px 0;
}

.menu-pro-tabcontent a {
  display: block;
  margin-bottom: 10px;
  color: #666;
}

/* -------- 轮播 -------- */
.ibanner {
  background: #232323;
  max-height: 100vh;
  margin-top: 90px;

  overflow: hidden;
}

.ibanner-swiper {
  height: 100%;
  overflow: hidden;
}

.ibanner-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* iproducts-class */
.iproducts-class {
  overflow: hidden;
  padding: 40px 0;
  background: linear-gradient(180deg, #f3f3f3 0%, #f9f9f9 100%);
}

.iproducts-class a {
  display: block;
  overflow: hidden;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.001);
  transition: all ease-in-out 0.5s;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.iproducts-class-img {
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

/* iabout */
.iabout {
  padding: 80px 0 0;
  overflow: hidden;
}

.iabout-info {
  overflow: hidden;
}

.iabout-info .en {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
}

.iabout-info .tit {
  overflow: hidden;
  font-size: 36px;
  margin: 40px 0;
  color: #666;
}

.iabout-info .tit span {
  color: #333;
  font-weight: bold;
}

.iabout-info .txt {
  overflow: hidden;
  font-size: 18px;
  color: #666;
}

.iabout-img {
  overflow: hidden;
  text-align: center;
}

/* title */
.title {
  overflow: hidden;
  text-align: center;
  margin: 0 0 30px;
}

.title h2 {
  font-size: 48px;
  position: relative;
  padding-bottom: 20px;
}

.title h2::after {
  width: 80px;
  margin-left: -40px;
  left: 50%;
  bottom: 0;
  background: #ff0000;
  height: 8px;
  border-radius: 5px;
  content: "";
  position: absolute;
}

.title h2 span {
  margin-right: 5px;
}

.title h3 {
  font-size: 36px;
  position: relative;
}

/* isolution */
.isolution {
  overflow: hidden;
  padding-top: 60px;
}

.isolution-fl {
  overflow: hidden;
}

.isolution-fl li,
.isolution-c li,
.isolution-fr li {
  overflow: hidden;
  padding: 20px;
}

.isolution-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.isolution-fl-img {
  overflow: hidden;
  padding-bottom: 75%;
}

.isolution-c-img {
  overflow: hidden;
  padding-bottom: 160%;
}

.isolution-fr-img {
  overflow: hidden;
  padding-bottom: 75%;
}

.isolution-txt {
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.isolution-txt h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

.isolution-txt a {
  color: #fff;
  display: block;
}

/* iservice */
.iservice {
  overflow: hidden;
  padding: 40px 0;
}

.iservice-fl,
.iservice-fr {
  padding: 20px;
}

.iservice-info {
  background: linear-gradient(90deg, #f6f6f6 0%, #e0e0e0 100%);
  overflow: hidden;
  border-radius: 10px;
  height: 620px;
}

.iservice-info .am-box {
  padding: 80px;
}

.iservice-info h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.iservice-info p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.iservice-fr-img {
  overflow: hidden;
  height: 620px;
  border-radius: 10px;
}

/* inews */
.inews {
  overflow: hidden;
  padding-bottom: 60px;
}

.inews-fl,
.inews-fr {
  padding: 20px;
}

.inews-tit {
  overflow: hidden;
  padding-top: 80px;
}

.inews-tit h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.inews-tit p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.inews-swiper {
  padding: 10px 0;
}

.inews-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f6f6f6;
}

.inews-item-img {
  overflow: hidden;
  padding-bottom: 75%;
}

.inews-item-info {
  overflow: hidden;
  width: 100%;
  padding: 20px;
  transition: all ease-in 0.5s;
  height: 120px;
  position: relative;
}

.inews-item-info p {
  position: absolute;
  bottom: 20px;
}

.inews-item-info:hover {
  background-color: #fff;
  transition: all ease-in 0.5s;
}

/* 新闻列表 */
.news-list {
  overflow: hidden;
  padding: 0px 0 50px;
}

.news-list li {
  padding: 10px;
}

/* footer */
.footer {
  overflow: hidden;
  padding: 40px 0 0;
  background: #232323;
}

.footer-link {
  overflow: hidden;
}

.footer-link h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #fff;
}

.footer-link li a {
  display: block;
}

.footer-menu {
  padding-left: 40px;
}

.footer-menu-item {
  padding: 0 10px;
}

.footer-menu a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.footer-form h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-form .am-form-icon .am-form-field {
  padding-left: 1em !important;
  background: none;
}

.footer-form .am-form-icon [class*="am-icon-"] {
  right: 1em;
  left: auto;
  color: #fff;
}

.copyright {
  overflow: hidden;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #8888886a;
  text-align: center;
  color: #888;
}

.copyright a {
  color: #e6e6e6;
}

/* banner */

.banner {
  background: #232323;
  height: 600px;
  overflow: hidden;
  margin-top: 90px;
}

.banner-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-content {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.banner-item .am-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner-info {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;
  width: 80%;
}

.banner-info h2 {
  font-size: 48px;
}

.banner-info p {
  font-size: 20px;
  text-transform: capitalize;
  margin: 20px 0 40px;
}

.banner-inner {
  margin-top: 90px;
  overflow: hidden;
}

/* service-step */

.service-step {
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 60px;
}

.service-step li {
  padding: 20px;
}

.service-step li a:hover .service-step-info {
  color: #ff0000;
  padding: 40px 50px;
  transition: all ease-in-out 0.5s;
}

.service-step-item {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  position: relative;
}

.service-step-img {
  overflow: hidden;
  padding-bottom: 80%;
}

.service-step-info {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 100px 0;
  font-size: 20px;
  color: #fff;
  transition: all ease-in-out 0.5s;
  text-align: center;
  height: 100%;
}

/* partner */
.partner {
  overflow: hidden;
  padding-bottom:60px;
}

.partner-container {
  background: url(../images/pantner-bg.png) no-repeat center;
  overflow: hidden;
}

.partner-fl,
.partner-fr {
  padding: 20px;
}

.partner-tit {
  overflow: hidden;
  padding-top: 80px;
}

.partner-tit h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.partner-tit p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

/* about  */
.about {
  padding: 60px 0;
  overflow: hidden;
}

.about-container {
  overflow: hidden;
  background: linear-gradient(90deg, #e6e6e6 0%, #fff 60%);
  padding: 60px 0;
}

.about-fl {
  padding: 20px;
  overflow: hidden;
}

.about-info {
  overflow: hidden;
}

.about-info h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.about-info p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.about-fr {
  padding: 20px;
  overflow: hidden;
}

.about-img {
  overflow: hidden;
  border-radius: 10px;
}

/* culture  */
.culture {
  overflow: hidden;
  padding: 0px 0 0;
}

.culture-container {
  overflow: hidden;
  background: linear-gradient(-90deg, #e6e6e6 0%, #fff 60%);
  padding: 60px 0;
}

.culture-fl {
  padding: 20px;
  overflow: hidden;
}

.culture-info {
  overflow: hidden;
}

.culture-info h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.culture-info p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.culture-fr {
  padding: 20px;
  overflow: hidden;
}

.culture-img {
  overflow: hidden;
  border-radius: 10px;
}

/* honor */
.honor {
  overflow: hidden;
  padding: 60px 0;
}

.honor-swiper {
  overflow: hidden;
  padding: 20px 0;
}

.honor-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.honor-item-img {
  overflow: hidden;
  padding-bottom: 150%;
  border-radius: 10px;
}

.honor-item-info {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 40px;
  bottom: 0;
  left: 0;
  color: #fff;
  transition: all ease-in 0.5s;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.01) 0%,
      rgba(0, 0, 0, 0.1) 50%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.honor-item-info:hover {
  background: rgba(11, 11, 11, 0.2);
  transition: all ease-in 0.5s;
}

.honor-item-info h3 {
  font-size: 18px;
}

.honor-item-info a {
  color: #fff;
}

/* contact */
.contact {
  overflow: hidden;
  padding: 60px 0;
  background: #f6f6f6;
}

.contact-container {
  overflow: hidden;
  background-size: cover;
}

.contact-info {
  overflow: hidden;
}

.contact-info li {
  padding: 20px;
  overflow: hidden;
}

.contact-item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-item p {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-form {
  overflow: hidden;
  text-align: center;
}

.contact-form h2 {
  font-size: 36px;
  margin-top: 60px;
}

.contact-form p {
  font-size: 18px;
  margin: 40px 0;
}

.contact-form li {
  padding: 20px;
}

/* banner-article */

.banner-article {
  background: #232323;
  height: 520px;
  overflow: hidden;
  margin-bottom: 60px;
}

.banner-article-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-detail-g {
  overflow: hidden;
  padding-top: 150px;
}

/* am-article */

.am-article {
  padding: 0 0 60px;
}

.am-article-hd {
  overflow: hidden;
  margin-bottom: 40px;
}

.am-article-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.am-article-meta {
  font-size: 16px;
  color: #666;
}

.am-article-bd {
  overflow: hidden;
  line-height: 2;
  font-size: 16px;
}

/* question */
.question {
  overflow: hidden;
  padding-top: 60px;
}

.question-container {
  overflow: hidden;
  position: relative;
}

.question-fl {
  padding: 20px;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-fr {
  padding: 20px;
  background: url(../images/pantner-bg.png) no-repeat center;
  background-size: cover;
}

.question-tit {
  overflow: hidden;
  padding-top: 60px;
}

.question-tit h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.question-tit p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.question-fr li {
  padding: 20px;
}

.question-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 40px;
  display: flex;
  align-items: center;
}

.question-item-img {
  overflow: hidden;
  text-align: center;
}

.question-item-img img {
  width: 80px;
  height: 80px;
}

.question-item-info {
  overflow: hidden;
  transition: all ease-in 0.5s;
  font-size: 20px;
}

/* service-area */
.service-area {
  padding-top: 60px;
  overflow: hidden;
}

.service-area-container {
  overflow: hidden;
  border-radius: 10px;
}

.service-area-item {
  overflow: hidden;
  position: relative;
  width: 21.99%;
  float: left;
}

.service-area-item-active {
  width: 34%;
}

.service-area-img {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 680px;
}

.service-area-img-tit {
  position: absolute;
  bottom: 0;
  padding: 40px;
  font-size: 20px;
  left: 0;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-align: center;
  color: #fff;
  width: 100%;
}

.service-area a:hover .service-area-info {
  opacity: 1;
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.service-area-info {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 60px 40px;
  top: 0;
  color: #fff;
  transition: all ease-in-out 0.5s;
  background: linear-gradient(180deg, #ff0000b3 0%, #00000000 50%);
}

.service-area-info h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.service-area-info p {
  font-size: 18px;
  color: #fff;
}

.service-area-item-active .service-area-img-tit {
  opacity: 0;
}

.service-area-item-active .service-area-info {
  opacity: 1;
  display: block;
  transition: all ease-in-out 0.5s;
}

/* after-service  */
.after-service {
  overflow: hidden;
  padding: 60px 0;
  background: #f6f6f6;
  margin-top: 60px;
}

.after-service-fl {
  padding: 20px;
  overflow: hidden;
  text-align: right;
}

.after-service-info {
  overflow: hidden;
  padding: 60px 0 0;
}

.after-service-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ff0000;
}

.after-service-info p {
  margin-top: 60px;
}

.after-service-fr {
  padding: 20px;
  overflow: hidden;
}

.after-service-img {
  overflow: hidden;
}

/* down */
.down {
  overflow: hidden;
  padding: 60px 0 0px;
}

.down-container {
  overflow: hidden;
  background: url(../images/down-bg.png) #f6f6f6 left center no-repeat;
  padding: 60px 0;
}

.down-fl {
  overflow: hidden;
}

.down-fl h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.down-fl li a {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  color: #666;
}

.down-fl li a:hover,
.down-fl li a.active {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

.down-swiper {
  overflow: hidden;
  padding: 0px 0;
}

.down-item {
  position: relative;
  overflow: hidden;
  padding: 20px;

}

.down-item-img {
  overflow: hidden;
  padding-bottom: 100%;
    border-radius: 10px;
}

.down-item-info {
  overflow: hidden;
  margin: 20px 0 0;
}

.down-item-info h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
 

.down-item-info a {
  color: #ff0000; 
  text-decoration: underline;
}

.down-item-info a:hover {
  color: #f76d03 !important;
}

/* service-form */

.service-form {
  background: linear-gradient(180deg,
      rgb(255 255 255 / 0%) 60%,
      rgb(35 35 35) 60%);
  overflow: hidden;
  padding: 60px 0 0;
}

.service-form-container {
  padding: 20px 20px;
  overflow: hidden;
}

.service-form-content {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 40px;
  background: #fff;
}

.service-form-content .am-form-group {
  overflow: hidden;
  padding: 10px;
}

.service-form-content .am-form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}

.service-form-content .am-form-group input {
  /* font-size: 16px; */
}

/* best-sell */
.best-sell {
  overflow: hidden;
  padding-top: 60px;
}

.best-sell1 {
  overflow: hidden;
  padding-bottom: 60px;
}

.best-sell2 {
  overflow: hidden;
  background: #f6f6f6;
  padding: 60px 0;
}

.best-sell3 {
  /* background: linear-gradient(0deg, rgb(255 255 255 / 0%) 10%, rgb(35 35 35) 10%); */
  background: #232323;
  overflow: hidden;
  padding: 80px 0;
}

.best-sell3 .best-sell-info {
  color: #fff;
}

.best-sell-fl {
  padding: 10px 30px 10px 10px;
  overflow: hidden;
}

.best-sell-info {
  padding: 80px 0 0;
}

.best-sell-info h2 {
  font-size: 36px;
}

.best-sell-info h3 {
  overflow: hidden;
  font-size: 18px;
  margin: 20px 0;
}

.best-sell-info .txt {
  overflow: hidden;
  font-size: 16px;
  color: #666;
  margin: 20px 0;
}

.best-sell-info .price {
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
  padding: 20px 0 0;
}

.best-sell-info .price span {
  margin-right: 20px;
  color: #e93323;
}

.best-sell-fr {
  padding: 10px;
  overflow: hidden;
}

.best-sell-img {
  overflow: hidden;
  text-align: center;
  padding-bottom: 100%;
  border-radius: 20px;
}

/* rec-sell */
.rec-sell {
  overflow: hidden;
  background: #f6f6f6;
  padding: 60px 0 50px;
}

.rec-sell-fl {
  overflow: hidden;
}

.rec-sell-fl li {
  padding: 10px;
  overflow: hidden;
}

.rec-sell-item {
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: all ease-in-out 0.5s;
}

.rec-sell-item:hover {
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.02);
  transition: all ease-in-out 0.5s;
}

.rec-sell-info {
  overflow: hidden;
}

.rec-sell-info h3 {
  height: 54px;
  overflow: hidden;
}

.rec-sell-info .price {
  overflow: hidden;
  font-size: 16px;
  color: #ff0000;
  margin: 10px 0;
}

.rec-sell-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.rec-sell-img .am-img {
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 10px;
  display: block;
}

.rec-sell-fr li {
  padding: 20px;
}

.rec-sell-fr-img {
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.btn-container {
  overflow: hidden;
  display: flex;
  padding: 20px 0 0;
  margin-top: 20px;
  justify-content: center;
  border-top: 1px solid #f6f6f6;
}

.btn-container a {
  display: block;
  margin-right: 20px;
}

/* products-class */
.products-class {
  overflow: hidden;
  padding: 130px 0 30px;
  background: #f6f6f6;
}

.products-class-fl {
  overflow: hidden;
  padding: 20px;
}

.products-class-fr {
  overflow: hidden;
}

.products-class-fr li {
  overflow: hidden;
  padding: 10px;
}

/*products  */
.products {
  overflow: hidden;
  padding: 0px 0 70px;
  background: #f6f6f6;
}

.products li {
  padding: 10px;
}

.product-list-item {
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.product-list-item:hover {
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.02);
  transition: all ease-in-out 0.5s;
}

.product-list-info {
  overflow: hidden;
}

.product-list-info h4 {
  height: 48px;
  overflow: hidden;
}

.product-list-info .txt {
  color: #666;
  margin: 10px 0 10px;
}

.product-list-info .price {
  overflow: hidden;
  font-size: 16px;
  color: #666;
}

.product-list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.product-list-img .am-img {
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
}

.default-img,
.hover-img {
  width: 100%;
  transition: opacity 0.3s, transform 0.3s;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.am-img:hover .default-img {
  opacity: 0;
}

.am-img:hover .hover-img {
  opacity: 1;
}

/* 勾选 */
.product-list-checkbox {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-list-fr li {
  padding: 20px;
}

.product-list-fr-img {
  overflow: hidden;
  text-align: center;
  padding: 80px;
}

.product-list-fr-img .am-img {
  overflow: hidden;
  padding-bottom: 200%;
  display: block;
}

/* -------------------------products-details *----------------/
/* products-desc */
.products-desc {
  overflow: hidden;
  padding: 130px 0 40px;
}

.products-desc-fl {
  padding: 10px;
  height: 750px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Firefox 滚动条优化 */
  scrollbar-width: thin;
  scrollbar-color: #999 #f6f6f6;
}

/* WebKit 滚动条优化 */
.products-desc-fl::-webkit-scrollbar {
  width: 6px;
  /* 竖向滚动条宽度 */
  height: 6px;
  /* 横向滚动条高度 */
}

.products-desc-fl::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.products-desc-fl::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
  transition: background 0.2s;
}

.products-desc-fl::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.products-desc-info {
  overflow: hidden;
}

.products-desc-info-tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.products-desc-info-txt {
  overflow: hidden;
  font-size: 16px;
  color: #666;
}

.products-desc-info-price {
  overflow: hidden;
  font-size: 18px;
  margin: 10px 0;
  color: #e93323;
}

.products-desc-info-select {
  overflow: hidden;
}

.products-desc-info-select h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.products-desc-info-shop {
  overflow: hidden;
  padding: 20px 0;
}

.products-desc-info-shop-num {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}

.products-desc-info-trait {
  overflow: hidden;
  padding-top: 20px;
}

.products-desc-info-trait-list {
  overflow: hidden;
  font-size: 16px;
  color: #888;
}

.products-desc-info-trait-list li {
  padding: 5px 0;
}

.products-desc-info-trait h3 {
  margin-bottom: 20px;
}

.products-desc-fr {
  padding: 10px;
  overflow: hidden;
}

.products-desc-img {
  overflow: hidden;
  padding: 40px;
  text-align: center;
}

.products-desc-img img {
  width: 480px;
  height: 480px;
}

/* products-details */
.products-details {
  overflow: hidden;
  padding-bottom: 60px;
}

.products-details .am-nav-tabs {
  border-bottom: 2px solid #ff0000;
}

.products-details .am-nav-tabs a {
  font-size: 18px;
  color: #ff0000;
  padding: 10px 80px;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.products-details .am-nav-tabs>li>a:hover,
.products-details .am-nav-tabs>li.am-active>a,
.products-details .am-nav-tabs>li.am-active>a:focus,
.products-details .am-nav-tabs>li.am-active>a:hover {
  border: none;
  background: #ff0000;
  color: #fff !important;
}

.products-details .am-tabs-bd {
  border: none;
}

.products-details .am-tabs-bd .am-tab-panel {
  padding: 0;
  border: none;
}

/* products-details-gs */
.products-details-gs {
  overflow: hidden;
}

.products-details-gs-info {
  overflow: hidden;
  padding: 20px 0;
  font-size: 16px;
}

.products-details-table {
  overflow: hidden;
}

.products-details-table td {
  padding: 20px 0 !important;
  /* border: none!important; */
  border-color: #f3f3f3 !important;
  font-size: 16px !important;
}

.products-details-table .tit {
  font-size: 16px;
}

.products-details-table .info {
  color: #666;
  font-size: 16px;
}

/* products-details-lzj */
.products-details-lzj {
  overflow: hidden;
}

.products-details-lzj li {
  padding: 10px;
}

.products-details-lzj-item {
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: all ease-in-out 0.5s;
}

.products-details-lzj-item:hover {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
}

.products-details-lzj-item-img {
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 100%;
}

.products-details-lzj-item-info h4 {
  overflow: hidden;
  margin: 10px 0;
  height: 48px;
}

.products-details-lzj-item-info p {
  color: #666;
}

.products-details-lzj-item-info .price {
  font-size: 16px;
  margin-bottom: 10px;
}

/* products-details-jlx */
.products-details-jlx {
  padding: 20px 0;
  overflow: hidden;
}

.products-details-jlx .am-panel-group .am-panel {
  margin-bottom: 20px;
  border-radius: 5px;
}

.products-details-jlx .am-panel-hd {
  padding: 10px 20px;
  font-size: 18px;
  overflow: hidden;
  background: #fff !important;
  border-color: #e6e6e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* products-details-solution */
.products-details-solution-tit {
  overflow: hidden;
  padding: 40px;
  text-align: center;
}

.products-details-solution-tit h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* products-details-qa */

.products-details-qa-form {
  background: #fff;
  line-height: 34px;
  font-size: 16px;
  border-radius: 5px;
}

.products-details-qa-list li {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}

.products-details-qa-list li:last-child {
  border-bottom: none;
}

.products-details-qa-list .q {
  font-size: 16px;
  margin-bottom: 10px;
}

.products-details-qa-list .a {
  font-size: 16px;
  color: #888;
}

/* products-details-zy */
.products-details-zy {
  overflow: hidden;
}

.products-details-zy-tit {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.products-details-zy-list li {
  padding: 20px;
}

.products-details-zy-list li a {
  font-size: 16px;
  margin-left: 10px;
}

/* product-details-list */
.product-details-list {
  overflow: hidden;
  padding: 60px 0;
}

.product-details-list li {
  padding: 10px;
}

.product-details-list .product-list-item:hover {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
}

.product-details-list-fl {
  overflow: hidden;
}

.product-details-list-fr {
  overflow: hidden;
  padding: 0 20px;
}

.product-details-list-shop {
  overflow: hidden;
  text-align: center;
  padding-top: 80px;
  font-size: 16px;
}

.product-details-list-shop img {
  width: 73px;
  height: 72px;
  margin-bottom: 20px;
}

.product-details-list-shop-price {
  color: #ff0000;
  margin: 20px 0;
}

/* products-desc-thumbs */
.products-desc-thumbs {
  overflow: hidden;
  padding: 20px;
  max-width: 600px;
}

.products-desc-thumbs-top {
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.01);
  background: #fff;
}

.products-desc-thumbs-top-item {
  overflow: hidden;
  text-align: center;
}

.products-desc-thumbs-top-img { 
    padding: 0 0 100%;
}

/* products-desc-thumbs-small */

/* .products-desc-thumbs-small .swiper-slide {
  opacity: 0.8;
}

.products-desc-thumbs-small .swiper-slide-active {
  opacity: 1;
}

.products-desc-thumbs-small .swiper-slide-active .products-desc-thumbs-small-item {
  border-color: #ff0000;
} */

.products-desc-thumbs-small-item {
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 2px solid #e6e6e6;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}

.products-desc-thumbs-small-img {
  padding-bottom: 100%;
}

/* email */
.products-desc-email {
  overflow: hidden;
  margin: 20px 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}

.products-desc-email i {
  color: #ff0000;
}

.products-desc-email a {
  color: #ff0000;
}

.products-desc-email a:hover {
  color: #ff7e5f;
}

/* 折叠面板 */
.products-desc-panel .am-panel {
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
}

.products-desc-panel .am-panel-hd {
  background: #e6e6e6;
  border-radius: 0;
}

.products-desc-panel .am-panel-bd li {
  margin: 10px 0;
}

.products-desc-panel .am-panel-title {
  font-size: 16px;
  padding: 5px;
}

#products-details-jlx2 a {
  display: block;
  color: #888;
  text-decoration: underline;
}

/* ------------修改结束------------ */

/* 放大镜 */
.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: none;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}

.zoomDiv img {
  max-width: none !important;
}

.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

/* ie9以下提示 */
.ie9-alert {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, rgba(0, 0, 0, 0.2));
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.9);
}

.ie9-alert .am-modal-dialog {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, rgba(224, 224, 224, 0.2));
  border-radius: 10px;
  background: #fff;
  max-width: 320px;
  padding: 0px 20px 0;
}

/* 登录 */
.login-g {
  padding: 150px 0 0px;
  overflow: hidden;
  position: relative;
  height: 680px;
  background: linear-gradient(180deg,
      rgb(255 255 255 / 0%) 60%,
      rgb(35 35 35) 60%);
  background-color: #f6f6f6;
}

.login-tit {
  overflow: hidden;
}

.login-tit h2 {
  font-size: 36px;
}

.login-tit h1 {
  font-size: 60px;
  color: #ff0000;
}

.login-container {
  background: #fff;
  width: 400px;
  padding: 40px 40px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  border-radius: 10px;
  margin-left: -200px;
}

.login-container .am-form-group {
  overflow: hidden;
  padding: 5px 0;
}

.login-container .am-form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

/* 注册 */
.register-g {
  overflow: hidden;
  padding: 150px 0 60px;
}

.register-tit {
  overflow: hidden;
  margin-bottom: 20px;
}

.register-tit h2 {
  font-size: 36px;
}

.register-g .am-form-group {
  overflow: hidden;
  padding: 5px 0;
}

.register-g .am-form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

/* 购物车 */
.shopping-g {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  position: fixed;
  transform: scale(0);
}

.shopping-g-dialog {
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  /* display: none; */
  width: 0;
  opacity: 0;
  transition: all ease-in-out 0.1s;
}

.shopping-g-hd {
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  width: 0;
  opacity: 0;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 8;
  transition: all ease-in-out 0.1s;
}

.shopping-g-hd .am-close {
  left: 10px;
  right: auto;
  top: 10px;
  font-size: 20px;
  color: #ff0000;
  opacity: 0.5;
  position: absolute;
  z-index: 99;
}

.shopping-g-hd .am-close:hover {
  opacity: 1;
}

.shopping-g-hd h3 {
  font-size: 18px;
  text-align: center;
}

.shopping-g-bd {
  padding: 20px;
}

.shopping-g li {
  padding: 10px;
}

.shopping-item {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.shopping-img {
  padding-bottom: 75%;
}

.shopping-info {
  overflow: hidden;
  padding: 0 20px;
  text-align: left;
}

.shopping-info-tit {
  font-weight: bold;
}

.shopping-info-price {
  color: #ff0000;
  margin: 5px 0 0;
}

.shopping-info-shop {
  overflow: hidden;
  padding: 10px 0;
}

.shopping-info-shop-num {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 1em;
  padding-right: 1em;
}

.shopping-info-shop-btn {
  text-align: center;
}

.shopping-info-shop-btn a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  padding: 0;
  line-height: 30px;
}

/* 购物车结算 */
.shopping-settle {
  overflow: hidden;
  position: fixed;
  width: 0;
  opacity: 0;
  bottom: 0;
  padding: 20px 40px 10px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  box-shadow: 5px -10px 10px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.1s;
}

.shopping-settle-price {
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 10px;
}

.shopping-settle-price .am-fr {
  overflow: hidden;
  color: #ff0000;
}

/* 购物车界面弹出 */
.am-dimmer-active .shopping-g {
  transform: scale(1);
}

.am-dimmer-active .shopping-g-dialog {
  width: 480px;
  display: block;
  opacity: 1;
  transition: all ease-in-out 0.1s;
}

.am-dimmer-active .shopping-g-hd {
  width: 480px;
  display: block;
  opacity: 1;
  transition: all ease-in-out 0.1s;
}

.am-dimmer-active .shopping-settle {
  width: 480px;
  display: block;
  opacity: 1;
  transition: all ease-in-out 0.1s;
}

/* 结算页面 */
.shopping-settlement-g {
  padding: 160px 0 80px;
  overflow: hidden;
}

.shopping-settlement-g h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.shopping-settlement-fl {
  overflow: hidden;
}

.shopping-settlement-form {
  overflow: hidden;
  padding: 40px 0;
}

.pay_selected {
  border: #ff0000 1px solid;
}

.shopping-settlement-form .am-form-group {
  overflow: hidden;
  padding: 10px;
}

.shopping-settlement-form .am-form-group label {
  margin-bottom: 10px;
}

.shopping-settlement-fr {
  overflow: hidden;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
}

.shopping-settlement-fr-total {
  overflow: hidden;
  padding-top: 20px;
}

.shopping-settlement-fr-total p {
  margin-bottom: 10px;
}

.page {
  width: 100%;
  text-align: center;
}

/* 分页容器样式 */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  justify-content: center;
}

/* 分页项（包括页码、上一页、下一页等）的通用样式 */
.pagination li {
  margin: 0 5px;
  padding: 0px;
}

/* 分页链接的样式 */
.pagination a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* 分页链接悬停时的样式 */
.pagination a:hover {
  background-color: #e7e7e7;
  border-color: #ccc;
}

/* 当前页码（活动状态）的样式 */
.pagination .active {
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #ffffff;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* 禁用状态的页码样式（如果需要） */
.pagination .disabled {
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}

.attribute {
  min-height: 70px;
  width: 98%;
  font-size: 12px;
  color: #282828;
  overflow: hidden;
  position: relative;
}

.attribute-warning {
  border: 1px solid #f40 !important;
  padding: 20px;
}

.item {
  overflow: hidden;
}

.item-name {
  float: left;
  text-align: right;
  padding-top: 28px;
}

.item-items {
  width: 90%;
  float: left;
  position: relative;
}

.item-items li {
  list-style: none;
  float: left;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  margin-left: 3%;
  margin-left: 3%;
  width: 96%;
  margin-top: 5px;
  cursor: pointer;
}

.item-items li:hover {
  border: 1px solid #e93323;
  color: #e93323;
}

.item-active {
  border: 1px solid #e93323 !important;
  color: #e93323;
}

.item-disabled {
  background-color: #f7f7f7;
  border: 1px dashed #ccc !important;
  color: #999;
}

.item-active:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 24px;
}

.jq-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: white;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  position: relative;
}

.modal-content span {
  font-size: 36px;
  float: right;
}

@media screen and (max-width: 640px) {
  body {
    line-height: 1.6;
    width: 100%;
    font-size: 15px;
  }

  [class*="am-u-"] {
    padding: 0;
  }

  .am-container {
    padding: 0 15px;
    width: 100%;
  }

  .am-container-avg {
    padding: 0 10px;
    width: 100%;
  }

  .am-container-sm {
    padding: 0 15px;
  }

  .am-sm-flex {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
  }

  .am-form-group {
    margin-bottom: 15px;
  }

  .am-btn::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 0.5s ease-out;
  }

  .am-btn-primary:hover,
  .am-btn-primary:focus {
    background: linear-gradient(to right, #ff7e5f, #ff0000bf);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.02);
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-color: #ff0000;
    color: #fff !important;
    background-color: #ff0000;
  }

  /* header */
  .am-header-default {
    background: #111;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 8;
  }

  .am-menu-offcanvas1 .am-menu-toggle {
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  .am-menu-offcanvas1 .am-menu-nav {
    padding-top: 0px;
    /* border: none; */
  }

  .am-menu-offcanvas1 .am-menu-nav>li>a {
    /* border-top: none; */
  }

  .am-menu-offcanvas1 .am-menu-nav>.am-parent>a:after {
    content: "\f105";
  }

  .am-menu .am-menu-sub-small {
    background: #666;
    padding: 20px;
    margin-bottom: 10px;
  }

  .am-menu .am-menu-sub-small h4 {
    color: #fff;
    margin: 5px 0;
  }

  .am-menu .am-menu-sub-small a {
    padding: 0.2rem 0;
  }

  .logo {
    padding-left: 5px;
    margin: 0;
    line-height: 50px;
    height: 50px;
  }

  .logo img {
    height: 30px;
  }

  /* -------- 轮播 -------- */
  .ibanner {
    background: #333;
    margin-top: 49px;
    overflow: hidden;
  }

  .banner-prev,
  .banner-next {
    display: none;
  }

  /* .iproducts-class */
  .iproducts-class {
    padding: 15px 0;
  }

  .wap-more {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 0;
    color: #999;
  }

  /* iabout */
  .iabout {
    padding: 30px 0;
    overflow: hidden;
  }

  .iabout-info {
    overflow: hidden;
    margin-bottom: 15px;
  }

  .iabout-info .tit,
  .iabout-info .txt {
    overflow: hidden;
    color: #666;
    font-size: 15px;
    margin: 10px 0;
  }

  .iabout-img {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
  }

  .iabout-img img {
    width: 100%;
  }

  /* title */
  .title {
    overflow: hidden;
    text-align: center;
    margin: 0 0 15px;
  }

  .title h2 {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .title h2::after {
    width: 40px;
    margin-left: -20px;
    left: 50%;
    bottom: 0;
    background: #ff0000;
    height: 4px;
    border-radius: 2px;
    content: "";
    position: absolute;
  }

  .title h2 span {
    margin-right: 2px;
  }

  .title .en {
    color: #e6e6e6;
    text-transform: uppercase;
  }

  /* isolution */
  .isolution {
    overflow: hidden;
    background: #eee;
    padding: 30px 0 20px;
  }

  .isolution li {
    overflow: hidden;
    padding: 0 5px 10px;
  }

  .isolution-item {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
  }

  .isolution-img,
  .isolution-fl-img,
  .isolution-fr-img {
    overflow: hidden;
    padding-bottom: 36%;
  }

  .isolution-txt {
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }

  .isolution-txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .isolution-txt a {
    color: #fff;
    display: block;
    font-size: 14px;
  }

  /* iservice */
  .iservice {
    overflow: hidden;
    padding: 30px 0;
  }

  .iservice-info {
    background-image: url(../images/iservice-bg.png);
    background-size: cover;
    overflow: hidden;
    height: 200px;
    border-radius: 5px;
    text-align: center;
  }

  .iservice-info .am-box {
    color: #fff;
    padding: 60px 20px 0;
  }

  .iservice-fl,
  .iservice-fr {
    padding: 0 5px;
  }

  .iservice-info h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .iservice-info a {
    color: #fff;
  }

  /* inews */
  .news-list {
    overflow: hidden;
    padding: 30px 0 20px;
  }

  .inews {
    overflow: hidden;
    padding-bottom: 15px;
  }

  .inews .am-box {
    padding: 0 5px;
  }

  .inews li {
    padding: 0 5px 15px;
  }





  .inews-item-info {
    overflow: hidden;
    padding: 10px;
    height: auto;
  }

  .inews-item-info h4 {
    font-size: 16px;
    height: 54px;
  }

  .inews-item-info p {
    font-size: 12px;
    color: #999;
    position: relative;
    bottom: 0;
  }

  /* footer */
  .footer {
    overflow: hidden;
    padding: 30px 0 0;
    background: #232323;
  }

  .footer-logo {
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .footer-link {
    overflow: hidden;
    text-align: center;
  }

  .footer-link li a {
    display: block;
  }

  .footer-menu {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 5px;
  }

  .footer-menu .am-list {
    margin: 0;
  }

  .footer-menu .am-list>li {
    background: none;
    border-color: #333;
  }

  .footer-menu a {
    display: block;
    color: #fff;
    margin: 0;
  }

  .copyright {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #333;
    text-align: center;
    color: #666;
    margin-top: 30px;
    font-size: 14px;
  }

  .copyright a {
    color: #e6e6e6;
  }

  /* banner */

  .banner {
    background: #333;
    height: 240px;
    overflow: hidden;
    margin-top: 49px;
  }

  .banner-item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .banner-content {
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  .banner-item .am-container {
    position: relative;
    overflow: hidden;
    height: 100%;
  }

  .banner-info {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #fff;
  }

  .banner-info h2 {
    font-size: 20px;
  }

  .banner-info p {
    font-size: 14px;
    text-transform: capitalize;
    margin: 10px 0 0px;
  }

  .banner-inner {
    margin-top: 48px;
    overflow: hidden;
  }

  /* service-step */

  .service-step {
    overflow: hidden;
    padding: 30px 0;
  }

  .service-step li {
    padding: 5px;
  }

  .service-step-item {
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: relative;
  }

  .service-step-img {
    overflow: hidden;
    padding-bottom: 80%;
  }

  .service-step-info {
    padding: 60px 0;
  }

  /* partner */
  .partner {
    overflow: hidden;
    padding-bottom: 30px;
  }

  .partner .am-container-avg {
    padding: 0 15px;
  }

  .partner-tit {
    overflow: hidden;
    padding: 0;
  }

  .partner-tit h2 {
    margin: 15px 0;
    font-size: 20px;
  }

  .partner-tit p {
    color: #666;
    margin-bottom: 0px;
    font-size: 15px;
  }

  /* about  */
  .about {
    padding: 30px 0;
    overflow: hidden;
  }

  .about-container {
    padding: 30px 0;
  }

  .about-info {
    overflow: hidden;
    background: linear-gradient(90deg, #e6e6e6 0%, #f6f6f6 40%);
    padding: 0px 5px;
    margin-bottom: 15px;
  }

  .about-info h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .about-info p {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .about-img {
    overflow: hidden;
    border-radius: 5px;
    padding: 0 5px;
  }

  /* culture  */
  .culture {
    overflow: hidden;
    padding: 0px 0 0;
  }

  .culture-container {
    padding: 30px 0;
  }

  .culture-container .am-box {
    padding: 0 5px;
  }

  .culture-info {
    overflow: hidden;
    padding: 0px 5px;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .culture-info h2 {
    font-size: 20px;
    margin: 15px 0;
  }

  .culture-info p {
    color: #666;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .culture-img {
    overflow: hidden;
    border-radius: 5px;
  }

  /* honor */
  .honor {
    overflow: hidden;
    padding: 30px 0;
  }

  .honor-swiper {
    overflow: hidden;
    padding: 0 5px;
  }

  .honor-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .honor-item-img {
    overflow: hidden;
    padding-bottom: 150%;
    border-radius: 5px;
  }

  .honor-item-info {
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    color: #fff;
    transition: all ease-in 0.5s;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.01) 0%,
        rgba(0, 0, 0, 0.1) 50%);
  }

  .honor-item-info a {
    color: #fff;
  }

  /* contact */
  .contact {
    overflow: hidden;
    padding: 30px 0 15px;
    background: #f6f6f6;
  }

  .contact-container {
    overflow: hidden;
    background-size: cover;
  }

  .contact-container .am-container-avg {
    padding: 0 15px;
  }

  .contact-info {
    overflow: hidden;
  }

  .contact-info li {
    padding: 0 0 15px;
    overflow: hidden;
  }

  .contact-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .contact-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
  }

  .contact-form {
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
  }

  .contact-form h2 {
    font-size: 20px;
    margin: 0;
  }

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

  .contact-form li {
    padding: 0;
  }

  /* banner-article */

  .banner-article {
    background: #232323;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0px;
  }

  .banner-article-item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* am-article */
  .news-detail-g {
    padding-top: 80px;
  }

  .am-article {
    padding: 0 0 40px;
  }

  .am-article-hd {
    overflow: hidden;
    margin-bottom: 15px;
  }

  .am-article-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .am-article-meta {
    font-size: 14px;
    color: #666;
  }

  .am-article-bd {
    overflow: hidden;
    line-height: 2;
  }

  /* question */
  .question {
    overflow: hidden;
    padding: 30px 0 25px;
  }

  .question-container {
    overflow: hidden;
    position: relative;
  }

  .question-fl {
    position: relative;
  }

  .question-fr li {
    padding: 5px;
  }

  .question-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #f6f6f6;
    padding: 20px;
  }

  .question-item-img {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
  }

  .question-item-img img {
    width: 48px;
    height: 48px;
  }

  .question-item-info {
    overflow: hidden;
    font-size: 18px;
    text-align: center;
  }

  /* service-area */
  .service-area {
    overflow: hidden;
  }

  .service-area-container {
    overflow: hidden;
    border-radius: 5px;
  }

  .service-area-item {
    overflow: hidden;
    position: relative;
    width: 21.99%;
    float: left;
  }

  .service-area-item-active {
    width: 34%;
  }

  .service-area-img {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 680px;
  }

  .service-area-img-tit {
    position: absolute;
    bottom: 0;
    padding: 40px;
    font-size: 20px;
    left: 0;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    text-align: center;
    color: #fff;
    width: 100%;
  }

  .service-area a:hover .service-area-info {
    opacity: 1;
    display: block;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .service-area-info {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 80px 40px;
    top: 0;
    color: #fff;
    transition: all ease-in-out 0.5s;
    background: linear-gradient(180deg, #ff0000b3 0%, #00000000 50%);
  }

  .service-area-info h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
  }

  .service-area-info p {
    font-size: 20px;
    color: #fff;
  }

  .service-area-item-active .service-area-img-tit {
    opacity: 0;
  }

  .service-area-item-active .service-area-info {
    opacity: 1;
    display: block;
    transition: all ease-in-out 0.5s;
  }

  /* after-service  */
  .after-service-container {
    padding: 0 5px;
  }

  .after-service {
    overflow: hidden;
    padding: 30px 0;
    margin: 0;
  }

  .after-service-fl {
    overflow: hidden;
    margin-top: 15px;
  }

  .after-service-info {
    overflow: hidden;
    text-align: center;
    padding: 0;
  }

  .after-service-info h2 {
    font-size: 18px;
    color: #ff0000;
  }

  .after-service-info p {
    margin-top: 10px;
  }

  .after-service-fr {
    overflow: hidden;
  }

  .after-service-img {
    overflow: hidden;
  }

  /* down */
  .down {
    overflow: hidden;
    padding: 30px 0;
    background: #f6f6f6;
  }

  .down-container {
    padding: 0;
  }

  .down-fl {
    overflow: hidden;
  }

  .down-fl {
    text-align: center;
    padding-bottom: 10px;
  }

  .down-fl a {
    padding: 0 5px;
  }

  .down-swiper {
    overflow: hidden;
    padding: 30px 5px 30px;
  }

  .down-item {
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #fff;
  }

  .down-item-img {
    overflow: hidden;
    padding-bottom: 75%;
  }

  .down-item-info {
    overflow: hidden;
    margin: 20px 0 0;
  }

  .down-item-info h3 {
    margin-bottom: 10px;
  }

  .down-item-info p {
    color: #666;
    font-size: 12px;
  }

  .down-item-info a {
    color: #ff0000;
    font-size: 12px;
    text-decoration: underline;
  }

  .down-item-info a:hover {
    color: #f76d03 !important;
  }

  /* service-form */

  .service-form {
    background: linear-gradient(180deg,
        rgb(255 255 255 / 0%) 60%,
        rgb(35 35 35) 60%);
    overflow: hidden;
    padding: 30px 0;
  }

  .service-form-container {
    padding: 15px;
    overflow: hidden;
  }

  .service-form-content {
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    background: #fff;
  }

  .service-form-content .am-form-group {
    overflow: hidden;
    padding: 0;
  }

  .service-form-content .am-form-group label {
    margin-bottom: 10px;
  }

  /* best-sell */
  .best-sell {
    overflow: hidden;
    padding: 30px 0 0px;
  }

  .best-sell1 {
    padding: 0 0 30px;
  }

  .best-sell2,
  .best-sell3 {
    padding: 30px 0;
  }

  .best-sell .am-container-avg {
    overflow: hidden;
    padding: 0 15px;
  }

  .best-sell-img {
    padding-top: 0;
    border-radius: 5px;
  }

  .best-sell-info {
    padding-top: 15px;
  }

  .best-sell-info h2 {
    font-size: 20px;
  }

  .best-sell-info .txt {
    margin: 10px 0;
  }

  .best-sell-info .price {
    margin: 0 0 10px;
    padding: 0;
  }

  .best-sell li {
    padding: 5px;
  }

  .best-sell .product-list-item {
    border: 1px solid #f3f3f3;
  }

  /* rec-sell */
  .rec-sell {
    overflow: hidden;
    background: #f6f6f6;
    padding: 40px 0 15px;
  }

  .rec-sell li {
    padding: 5px;
    overflow: hidden;
  }

  .rec-sell-item {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  .rec-sell-info {
    overflow: hidden;
  }

  .rec-sell-info h3 {
    font-size: 16px;
    margin-top: 5px;
  }

  .rec-sell-info .price {
    overflow: hidden;
    margin: 0;
  }

  .btn-container {
    border: none;
    padding: 0;
    margin-top: 10px;
  }

  .rec-sell-img {
    overflow: hidden;
    text-align: center;
  }

  .rec-sell-img .am-img {
    overflow: hidden;
    padding-bottom: 75%;
    display: block;
    border-radius: 5px;
  }

  fieldset {
    margin: 0;
    padding: 5px 0;
  }

  legend {
    margin-bottom: 5px;
  }

  /* products-class */
  .products-class {
    overflow: hidden;
    padding: 79px 0 30px;
    background: #f6f6f6;
  }

  .products-class-fl {
    overflow: hidden;
    padding: 0 5px;
  }

  .products-class-fl .am-form-group {
    padding: 5px;
    margin: 0;
  }

  .products-class-fr {
    overflow: hidden;
  }

  .products-class-fl li {
    overflow: hidden;
    padding: 5px;
  }

  .products-class-fr li {
    overflow: hidden;
    padding: 5px;
  }

  /*products  */
  .products {
    overflow: hidden;
    padding: 25px 0;
    background: #f6f6f6;
  }

  .products li {
    padding: 5px;
  }

  .product-list-item {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
  }

  .product-list-info {
    overflow: hidden;
  }

  .product-list-info h2 {
    margin: 10px 0 10px;
    font-size: 16px;
  }

  .product-list-info .txt {
    color: #666;
    margin: 10px 0 10px;
    font-size: 12px;
  }

  .product-list-info .price {
    overflow: hidden;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .product-list-img {
    overflow: hidden;
    text-align: center;
  }

  .product-list-img .am-img {
    overflow: hidden;
    padding-bottom: 100%;
    display: block;
    border-radius: 5px;
  }

  /* 勾选 */
  .product-list-checkbox {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .product-list-fr li {
    padding: 20px;
  }

  .product-list-fr-img {
    overflow: hidden;
    text-align: center;
    padding: 80px;
  }

  .product-list-fr-img .am-img {
    overflow: hidden;
    padding-bottom: 200%;
    display: block;
  }

  /* -------------------------products-details *----------------/
/* products-desc */
  .products-desc {
    overflow: hidden;
    padding: 64px 0 30px;
  }

  .products-desc .am-container-avg {
    overflow: hidden;
    padding: 0 15px;
  }

  .products-desc-email a {
    font-size: 12px;
  }

  .products-desc-fl {
    overflow: hidden;
    height: auto;
  }

  .products-desc-info {
    overflow: hidden;
  }

  .products-desc-info-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .products-desc-info-txt {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }

  .products-desc-info-price {
    overflow: hidden;
    font-size: 18px;
    color: #ff0000;
    margin: 0;
  }

  .products-desc-info-select {
    overflow: hidden;
  }

  .products-desc-info-select h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .products-desc-info-shop {
    padding: 15px 0 0;
  }

  .products-desc-info-shop-num {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 28px;
    padding-right: 28px;
  }

  .products-desc-info-trait {
    overflow: hidden;
    padding-top: 20px;
  }

  .products-desc-info-trait-list {
    overflow: hidden;
    font-size: 14px;
    color: #666;
  }

  .products-desc-info-trait-list li {
    padding: 5px 0;
  }

  .products-desc-info-trait h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .products-desc-fr {
    padding: 20px;
    overflow: hidden;
  }

  .products-desc-img {
    overflow: hidden;
    padding: 40px;
    text-align: center;
  }

  .products-desc-img img {
    width: 480px;
    height: 480px;
  }

  /* products-details */
  .products-details {
    overflow: hidden;
    padding-bottom: 30px;
    font-size: 14px;
  }

  .products-desc-info-shop-btn {
    margin-left: 15px;
  }

  .products-details .am-nav-tabs {
    border-bottom: 2px solid #e6e6e6;
  }

  .products-details .am-nav-tabs a {
    padding: 10px 5px;
    border: none;
    font-weight: bold;
    font-size: 16px;
  }

  .products-details .am-nav-tabs>li>a:hover,
  .products-details .am-nav-tabs>li.am-active>a,
  .products-details .am-nav-tabs>li.am-active>a:focus,
  .products-details .am-nav-tabs>li.am-active>a:hover {
    border: none;
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
    background: none;
  }

  .products-details .am-tabs-bd {
    border: none;
  }

  .products-details .am-tabs-bd .am-tab-panel {
    padding: 0;
    border: none;
  }

  /* products-details-gs */
  .products-details-gs {
    overflow: hidden;
  }

  .products-details-gs-info {
    overflow: hidden;
    padding: 20px 0;
  }

  .products-details-table {
    overflow: hidden;
  }

  .products-details-table td {
    padding: 10px 0 !important;
    /* border: none!important; */
    border-color: #f3f3f3 !important;
  }

  .products-details-table .info {
    color: #666;
  }

  /* products-details-lzj */
  .products-details-lzj {
    overflow: hidden;
  }

  .products-details-lzj li {
    padding: 5px;
  }

  .products-details-lzj-item {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
  }

  .products-details-lzj-item-img {
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 10px;
  }

  .products-details-lzj-item-info h4 {
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
  }

  .products-details-lzj-item-info p {
    margin: 5px 0;
    color: #666;
    font-size: 12px;
  }

  .products-details-lzj-item-info .price {
    font-size: 16px;
    color: #ff0000;
    margin-bottom: 15px;
  }

  /* products-details-jlx */
  .products-details-jlx {
    padding: 20px 0;
    overflow: hidden;
  }

  .products-details-jlx .am-panel-group .am-panel {
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .products-details-jlx .am-panel-hd {
    padding: 10px 20px;
    font-size: 18px;
    overflow: hidden;
    background: #fff !important;
    border-color: #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  /* products-details-solution */
  .products-details-solution-tit {
    overflow: hidden;
    padding: 40px;
    text-align: center;
  }

  .products-details-solution-tit h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* products-details-qa */
  .am-btn-lg {
    font-size: 15px;
  }

  .products-details-qa-form {
    padding: 20px;
    background: #f6f6f6;
    font-size: 18px;
    margin: 15px 0;
    border-radius: 5px;
  }

  /* products-details-zy */
  .products-details-zy {
    overflow: hidden;
  }

  .products-details-zy-tit {
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
  }

  .products-details-zy-list li {
    padding: 20px;
  }

  .products-details-zy-list li a {
    margin-left: 10px;
  }

  /* product-details-list */
  .product-details-list {
    overflow: hidden;
    background: #f6f6f6;
    padding: 30px 0;
  }

  .product-details-list li {
    padding: 5px;
  }

  .product-details-list .product-list-item {
    border: 1px solid #e6e6e6;
  }

  .product-details-list-fl {
    overflow: hidden;
  }

  .product-details-list-fr {
    overflow: hidden;
  }

  .product-details-list-shop {
    overflow: hidden;
    text-align: center;
    padding-top: 80px;
    font-size: 16px;
  }

  .product-details-list-shop img {
    width: 73px;
    height: 72px;
    margin-bottom: 15px;
  }

  .product-details-list-shop-price {
    color: #ff0000;
    margin: 15px 0;
  }

  /* products-desc-thumbs */
  .products-desc-thumbs {
    overflow: hidden;
  }

  .products-desc-thumbs-top {
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
  }

  .products-desc-thumbs-top-item {
    overflow: hidden;
    text-align: center;
  }

  .products-desc-thumbs-top-img {
    height: 350px;
  }

  /* products-desc-thumbs-small */
  .products-desc-thumbs-small .swiper-slide {
    opacity: 0.5;
  }

  .products-desc-thumbs-small .swiper-slide-active {
    opacity: 1;
  }

  .products-desc-thumbs-small-item {
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
  }

  .products-desc-thumbs-small-img {
    padding-bottom: 75%;
  }

  /* 放大镜 */
  .zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: none;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
  }

  .zoomDiv img {
    max-width: none !important;
  }

  .zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
  }

  /* ie9以下提示 */
  .ie9-alert {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, rgba(0, 0, 0, 0.2));
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.9);
  }

  .ie9-alert .am-modal-dialog {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, rgba(224, 224, 224, 0.2));
    border-radius: 5px;
    background: #fff;
    max-width: 320px;
    padding: 0px 20px 0;
  }

  /* 登录 */
  .login-g {
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
    padding: 79px 0px 30px;
    height: auto;
  }

  .login-tit {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
  }

  .login-tit h2 {
    font-size: 20px;
  }

  .login-container {
    background: #fff;
    padding: 30px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    position: relative;
    margin: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
  }

  .login-container .am-form-group {
    overflow: hidden;
    padding: 5px 0;
  }

  .login-container .am-form-group label {
    margin-bottom: 10px;
    font-weight: 600;
  }

  /* 注册 */
  .register-g {
    overflow: hidden;
    padding: 79px 0 30px;
  }

  .register-tit {
    overflow: hidden;
    margin-bottom: 15px;
  }

  .register-tit h2 {
    font-size: 20px;
  }

  .register-g .am-form-group {
    overflow: hidden;
    padding: 5px 0;
  }



  /* 购物车 */
  .shopping-g {
    overflow: hidden;
    background: #f6f6f6;
  }

  .shopping-list {
    padding: 65px 0 0;
  }

  .shopping-list li {
    padding: 0 5px 15px;
  }

  .shopping-item {
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }

  .shopping-img {
    padding-bottom: 75%;
  }

  .shopping-info {
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
  }

  .shopping-info-tit {
    font-weight: bold;
    font-size: 16px;
  }

  .shopping-info-price {
    color: #ff0000;
    margin: 5px 0 0;
    padding: 0;
  }

  .shopping-info-shop {
    overflow: hidden;
    padding: 10px 0;
    margin-top: 0px;
  }

  .shopping-info-shop .am-btn-default {
    padding: 0.4em 1em;
  }

  .shopping-info-shop-num {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.4em 1em;
  }

  .shopping-info-shop-btn {
    text-align: center;
  }

  .shopping-info-shop-btn a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 0;
    line-height: 30px;
  }

  /* 购物车结算 */
  .shopping-settle {
    overflow: hidden;
    padding: 30px 15px;
    background: #fff;
  }

  .shopping-settle-price {
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .shopping-settle-price .am-fr {
    overflow: hidden;
    color: #ff0000;
  }

  /* 购物车界面弹出 */
  .am-dimmer-active .shopping-g {
    transform: scale(1);
  }

  .am-dimmer-active .shopping-g-dialog {
    width: 100%;
    display: block;
    opacity: 1;
    transition: all ease-in-out 0.1s;
  }

  .am-dimmer-active .shopping-g-hd {
    width: 100%;
    display: block;
    opacity: 1;
    transition: all ease-in-out 0.1s;
  }

  .am-dimmer-active .shopping-settle {
    width: 100%;
    display: block;
    opacity: 1;
    transition: all ease-in-out 0.1s;
  }

  /* 结算页面 */
  .shopping-settlement-g {
    padding: 49px 0 30px;
    overflow: hidden;
    background: #f6f6f6;
  }

  .shopping-settlement-fr {
    background: #fff;
    padding: 15px;
  }

  .shopping-settlement-card {
    overflow: hidden;
    text-align: center;
  }

  .shopping-settlement-card li {
    padding: 5px;
  }

  .shopping-settlement-form {
    overflow: hidden;
    padding: 30px 0 0;
  }

  .shopping-settlement-bd {
    overflow: hidden;
    background: #f6f6f6;
    padding: 30px 0;
  }

  .shopping-settlement-bd li {
    padding: 0 0 15px;
  }

  .shopping-settlement-fr-total {
    overflow: hidden;
    padding-top: 20px;
  }

  .shopping-settlement-fr-total p {
    margin-bottom: 10px;
  }

  .shopping-g li {
    padding: 10px 0;
  }

  .shopping-g-bd {
    padding: 0px;
  }

  .shopping-settlement-g h2 {
    padding: 0;
    margin: 15px 0;
    padding-bottom: 15px;
  }

  .user_container {
    min-height: auto;
    margin-top: 79px;
    overflow: hidden;
  }

  .user_content .usermenu {
    min-height: auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .user-address-menu {
    overflow: hidden;
    padding: 0;
  }

  .user-address-menu .menu-box {
    margin: 0;
  }

  .uc-box {
    padding: 15px;
  }

  .uc-box .filter-list {
    padding: 0;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .uc-box .filter-list li {
    padding: 0 10px;
    margin: 5px;
  }

  .uc-box .search-form {
    width: 100%;
    float: none;
  }

  .btn-small {
    width: 60px;
  }
}