/*格式化样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  text-transform: none;
  font-size: 14px;
  color: #787878;
}
body,
html {
  min-width: 1200px;
  overflow: auto;
}
input,
select {
  outline: none;
  border: 1px solid #eee;
  -webkit-appearance: auto;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
/* chrome */
input[type="number"] {
  -moz-appearance: textfield;
}
button::after,
button::before {
  border: none;
}
select {
  height: 32px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #D6D6D6;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../image/bottom.png') no-repeat right;
  background-size: 0.8rem;
  background-position: 95% 50%;
  color: #474747;
}
.text-overflow-hidden2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
abbr,
acronym {
  border: 0;
}
.margin-width {
  width: 86%;
  padding: 0px 7% 45px 7%;
}
a {
  text-decoration: none;
}
button {
  background: none;
  border: none;
}
button:focus {
  outline: none;
}
.flex,
#header .header-nav,
#header .nav-list,
#header .down-list-li,
#header .nav-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.color66,
#header .top-nav .top-nav-usd-list a:hover,
#header .nav-list .nav-list-a:hover,
#header .nav-list .nav-list-a:hover i,
#header .down-list-li .down-classify-name:hover,
#header .down-classify-content a:hover,
#header .down-list-two a:hover,
#header .nav-search-flex .icon-search1,
#header .recommend-product a:hover {
  color: #660099;
}
.header-js {
  top: 0px;
  z-index: 98;
  background: #ffffff;
  border-bottom: 1px solid #DDDDDD;
}
.mt-top {
  margin-top: 120px;
}
#form label p {
  color: red;
  font-size: 12px;
  height: 30px;
  margin-bottom: 0px;
}
#header .haader-special {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #ffffff;
}
#header .top-nav {
  background: #660099;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
#header .top-nav .mySwiper {
  width: 40%;
  color: #ffffff;
  font-size: 14px;
}
#header .top-nav .top-nav-usd {
  position: absolute;
  right: 4%;
  top: 0px;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
}
#header .top-nav .top-nav-usd:hover {
  cursor: pointer;
}
#header .top-nav .top-nav-usd:hover .top-nav-usd-list {
  visibility: initial;
}
#header .top-nav .top-nav-usd-list {
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
  visibility: hidden;
  min-width: 100px;
  text-align: center;
  right: -18px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  z-index: 99;
}
#header .top-nav .top-nav-usd-list a {
  font-size: 14px;
  color: #333333;
}
#header .product-Aryy {
  display: none;
}
#header .header-nav {
  height: 64px;
  padding: 0px 3%;
  position: absolute;
  width: 94%;
  z-index: 98;
}
#header .nav-list .nav-listS:hover .down-list {
  visibility: initial;
  translate: 0.5s;
}
#header .nav-list .nav-listS:hover .nav-list-a {
  border-bottom: 2px solid #660099;
}
#header .nav-list .nav-list-a {
  font-size: 16px;
  color: #333333;
  line-height: 64px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  margin: 0px 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
#header .nav-list .nav-list-a i {
  font-size: 28px;
}
#header .nav-list .nav-list-a:hover {
  border-bottom: 2px solid #660099;
}
#header .down-list {
  position: absolute;
  background: #FFFFFF;
  width: 84%;
  left: 0px;
  padding: 50px 8%;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
}
#header .down-list-li {
  justify-content: left;
  margin-bottom: 100px;
  width: 24%;
  align-items: flex-start;
}
#header .down-list-li .down-classify-name {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
#header .down-list-li .down-classify-name:hover {
  cursor: pointer;
}
#header .down-list-li .down-classify-content {
  margin-left: 15px;
}
#header .down-classify-content li {
  margin-bottom: 15px;
}
#header .down-classify-content a {
  font-size: 14px;
  color: #333333;
}
#header .nav-list-li-two {
  position: relative;
}
#header .down-list-two {
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  min-width: 130px;
  border-radius: 3px 3px 3px 3px;
  padding: 20px;
  visibility: hidden;
}
#header .down-list-two a {
  font-size: 14px;
  color: #333333;
  display: block;
  line-height: 30px;
}
#header .nav-list-li-two:hover .down-list-two {
  visibility: initial;
}
#header .nav-list-li-two:hover .nav-list-a {
  border-bottom: 2px solid #660099;
}
#header .nav-icon {
  width: 10%;
}
#header .nav-icon i {
  font-size: 23px;
}
#header .nav-icon > .nav-icon-li {
  line-height: 64px;
}
#header .nav-icon-li a {
  color: #787878;
}
#header .nav-icon-li i:hover {
  cursor: pointer;
  color: #660099;
}
#header .nav-search {
  position: absolute;
  width: 100%;
  left: 0px;
  background: #fff;
  height: 400px;
  display: none;
}
#header .search-hint {
  font-size: 32px;
  color: #333333;
}
#header .search-input {
  width: 75%;
  padding-left: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #660099;
  height: 50px;
  font-size: 32px;
  color: #333333;
}
#header .nav-aryy {
  width: 1250px;
  margin: 0px auto;
  position: relative;
}
#header .nav-search-flex {
  display: flex;
  align-items: center;
}
#header .nav-search-flex .icon-search1 {
  font-size: 36px;
  padding-left: 15px;
}
#header .products-search {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9999;
  width: 75%;
  flex-wrap: wrap;
  overflow: auto;
  margin-top: 20px;
  height: 270px;
}
#header .products-search .products {
  display: inline-flex;
  align-items: center;
  width: 46%;
  padding: 0px 15px 22px 15px;
  justify-content: space-between;
}
#header .products-search .seach-image {
  width: 22%;
}
#header .products-search .seach-image img {
  width: 100%;
  height: auto;
}
#header .products-search .seach-content {
  width: 75%;
}
#header .products-search .seach-content .name {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin: 5px 0px;
}
#header .products-search .seach-content .price {
  display: flex;
  align-items: center;
  line-height: 20px;
}
#header .products-search .seach-content .price .regular-price {
  font-size: 14px;
  color: #707070;
  text-decoration: line-through;
}
#header .products-search .seach-content .price .product-price {
  font-size: 14px;
  color: #333333;
  margin-left: 5px;
  line-height: 20px;
}
#header .products-search .seach-content .sku {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
#header .products-search .search-more {
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: sticky;
  bottom: -1px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #660099;
  font-size: 16px;
}
#header .products-search .not-found {
  width: 100%;
  text-align: center;
  font-size: 24px;
}
#header .recommend-product .recommend-product-name {
  font-size: 16px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 10px;
  line-height: 30px;
  margin-top: 50px;
}
#header .recommend-product a {
  display: block;
  line-height: 26px;
  font-size: 14px;
  color: #707070;
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item_empty {
  height: 0;
  margin-top: 0px;
  width: 24%;
  content: "";
  clear: both;
  margin-bottom: 0px !important;
}
.footer-list-input {
  display: flex;
  align-items: center;
  margin: 50px 0px 15px 0px;
}
.footer-list-input input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #660099;
  height: 40px;
  font-size: 16px;
  width: 70%;
}
.footer-list-input .footer-list-btn {
  background: #660099;
  font-size: 14px;
  border: 1px solid #660099;
  color: #FFFFFF;
  height: 41px;
  line-height: 41px;
  padding: 0px 20px;
}
.footer-list-input .footer-list-btn:hover {
  cursor: pointer;
  background: #ffffff;
  font-size: 14px;
  color: #660099;
}
#footer .footer-content {
  width: 86%;
  margin: 0px 7% 0px 7%;
  border-top: 1px solid #DBDBDB;
  padding-top: 70px;
  margin-top: 50px;
}
#footer .footer-list {
  display: flex;
  justify-content: space-between;
}
#footer .footer-list-li {
  width: 20%;
}
#footer .footer-list-li:nth-child(1) {
  width: 40%;
}
#footer .footer-list-li .footer-one {
  width: 60%;
}
#footer .language-max {
  margin-top: 42px;
}
#footer .language-max p {
  font-size: 14px;
  color: #333333;
}
#footer .language-max select {
  height: 32px;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #333333;
  width: 170px;
  margin-left: 5px;
}
#footer .footer-list-title {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 25px;
}
#footer .footer-list-inteo {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
#footer .footer-required {
  font-size: 12px;
  color: #707070;
}
#footer .footer-required span {
  color: #FF0000;
}
#footer .footer-list-href {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 32px;
}
#footer .footer-list-href:hover {
  color: #660099;
}
#footer .footer-share {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 80px 0px 60px 0px;
}
#footer .footer-share li {
  margin-right: 20px;
}
#footer .footer-nav {
  background: #F5F5F5;
  height: 68px;
  line-height: 68px;
}
#footer .footer-nav-aryy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86%;
  margin: 0px 7% 0px 7%;
}
#footer .footer-nav-list {
  display: flex;
}
#footer .footer-nav-list li {
  margin-right: 30px;
}
#footer .footer-nav-list li a {
  font-size: 14px;
  color: #333333;
}
#footer .footer-nav-list li a:hover {
  color: #660099;
}
#footer .footer-nav-list .footer-reserved {
  font-size: 12px;
  color: #707070;
}
.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list .product-list-li {
  width: 24%;
  margin-bottom: 40px;
}
.product-list .product-list-figure {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.product-list .product-list-figure:hover .product-list-wish,
.product-list .product-list-figure:hover .add-cart-btn {
  visibility: initial;
  display: block;
}
.product-list .product-list-figure img {
  width: 100%;
}
.product-list .product-list-wish {
  position: absolute;
  right: 20px;
  top: 20px;
  visibility: hidden;
}
.product-list .product-list-wish i {
  font-size: 24px;
  color: #333333;
}
.product-list .product-list-wish i:hover {
  color: #660099;
  cursor: pointer;
}
.product-list .add-cart-btn {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #660099;
}
.product-list .add-cart-btn:hover {
  cursor: pointer;
}
.product-list .productS-content {
  padding: 25px 50px 0px 50px;
  text-align: center;
}
.product-list .productS-brand {
  font-size: 14px;
  color: #747474;
  line-height: 24px;
}
.product-list .productS-name {
  padding: 12px 0px 20px 0px;
}
.product-list .productS-name a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.product-list .productS-name a:hover {
  color: #660099;
  text-decoration: underline;
}
.product-list .productS-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product-list .original-cost {
  font-size: 14px;
  color: #747474;
  line-height: 20px;
  text-decoration: line-through;
}
.product-list .discount-price {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
  margin-right: 7px;
}
@media screen and (max-width: 1300px) {
  #header .nav-aryy {
    width: 1150px;
  }
  #header .nav-search-flex {
    justify-content: space-between;
  }
  #header .search-input {
    width: 72%;
  }
  #header .products-search {
    height: 260px;
  }
  #footer .footer-nav-list li {
    margin-right: 15px;
  }
  #header .down-list {
    width: 92%;
    padding: 50px 4%;
  }
  .down-list-li figure {
    display: none;
  }
  .margin-width {
    width: 96%;
    padding: 0px 2% 60px 2%;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav-icon {
    width: 12%;
  }
  #footer .footer-nav-aryy {
    width: 94%;
    margin: 0px 3% 0px 3%;
  }
}
@media screen and (max-width: 900px) {
  body {
    width: 900px;
    overflow: auto;
  }
}
