html, body {
  background: #f5f5f5;
}
a {
  color: #333333;
  cursor: pointer;
}
.single-line-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.multi-line-ellipsis {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tow-line-ellipsis {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner-area>strong {
  font-size: 23px;
}

/**
头部样式
 */
.header {
  width: 100%;
  height: 209px;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: url("/image/banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
}
.lang {
  position: absolute;
  top: -35px;
  right: 25px;
}
.lang select {
  padding: 5px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.banner {
  width: 1194px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
}
.banner .logo {
  width: 200px;
  height: 120px;
  text-align: center;
}
.banner .logo img {height: 100%;}
.banner .banner-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
.banner-area>strong, .banner-area>span {
  display: block;
  margin: 5px;
}
.banner-area > span {font-size: 13px}
.menu-sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  //box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
}
.menu {
  background-color: #333333;
  height: auto;
  color: #ffffff;
}
.menu a {
  display: block;
  color: #ffffff;
}
.menu-area {
  width: 100%;
  min-width: 986px;
  max-width: 1194px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
}
.menu-item {
  padding: 15px 25px;
  cursor: pointer;
}
.menu-item:first-child {
  padding-left: 40px;
}
.menu-item.active,.menu-item:hover {
  background-color: #1f1f1f;
}
.search-area {
  position: absolute;
  top: 0;
  right: 10px;
  width: 20%;
  padding: 10px;
}
.search-area input {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 30px 0 15px;
}
.search-area button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.search-area button svg {
  width: 100%;
  height: 100%;
  color: #cccccc;
}
/**
商品列表页中间样式
 */
.content {
  width: 1194px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
}
.left-area {
  width: 300px;
  height: auto;
}
.main-area {
  flex: 1;
  margin-left: 20px;
}
.content-box {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #afbdcc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.box-header {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #afbdcc;
}
.box-list {font-size: 13px;}
.box-list a {
  display: block;
  padding: 10px;
}
.box-list a:hover {
  background-color: #f5f5f5;
  color: #ff6a01;
}
.item-product {
  display: flex;
  flex-direction: row;
  margin: 10px 0 10px 0;
}
.item-product .product-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 10px;
}
.product-info {
  flex: 1;
  padding: 0 10px;
}
.item-product .product-img img,.item-product .product-img video {max-height: 80px; max-width: 80px; display: inline-block; vertical-align: middle;}
.product-info div {
  width: auto;
}
.product-info .item-title{
  height: 60px;
}
.product-info a:hover {
  color: #ff6a01;
}
.item-price{font-weight: bold}
.product-list-area {
  display: flex;
  flex-direction:row;
  justify-content:left;
  flex-wrap: wrap;
}
.product-list-item {
  width: 205px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px #cccccc;
  padding: 10px;
  margin-right: 18px;
}
.product-list-item:nth-child(4n) {
  margin-right: 0;
}
.list-item-img, .list-item-price, .list-item-order {
  display: block;
}
.list-item-img {
  width: 185px;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}
.list-item-img img,.list-item-img video {
  max-width: 185px;
  max-height: 185px;
}
.list-item-title {
  height: 60px;
  margin: 10px auto;
}
.list-item-title.multi-line-ellipsis {
  font-size: 14px;
  height: 60px;
}
.list-item-title a:hover,.list-right-item-title a:hover {
  color: #ff6a01;
}
.list-item-price {
  padding: 5px 0;
  text-align: left;
  font-weight: bold;
}
.product-list-area .list-item-order {
  font-size: 12px;
  height: 32px;
}
.item-chat-now {
  display: block;
  width: auto;
  text-align: center;
  margin: 15px 0 5px 0;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #afbdcc;
  border-radius: 15px;
}
.page-area {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: right;
  margin: 10px 10px 20px 10px;
}
.page-area-left a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #afbdcc;
  border-radius: 5px;
  cursor: pointer;
}
.page-area-left a:hover {
  color: #ffffff;
  background-color: #000000;
}
.page-area-left a.active {
  background-color: #afbdcc;
}
/**
底部样式
 */
.footer {
  background-color: #333333;
  height: auto;
  color: #ffffff;
}
.footer-area {
  width: 100%;
  min-width: 986px;
  max-width: 1194px;
  height: 49px;
  line-height: 49px;
  margin: 0 auto 9px auto;
  text-align: center;
}
/**
商品详情页
 */
.product-info-area {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px #cccccc;
  padding: 10px;
  margin-right: 22px;
}
.product-info-area .addition{
  width: 100%;
  height: 20px;
}
.product-title {
  margin-bottom: 20px;
}
.product-title h1 {
  font-size: 18px;
  word-break: break-word!important;
}
.product-info-area .info-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.info-box-left {
  width: 400px;
  position: relative;
}
.info-box-right {
  margin-left: 20px;
  flex: 1;
}
.product-big-image {
  width: 400px;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-big-image img,.product-big-image video {
  max-width: 398px;
  max-height: 398px;
}
.product-small-image {
  display: flex;
  box-sizing: content-box;
  flex-direction: row;
  margin-top: 20px;
}
.product-small-image .previous-img,.product-small-image .next-img {
  width: 20px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.product-small-image-list {
  display: flex;
  flex-direction: row;
  width: 355px;
  height: 75px;
  margin-left: 6px;
  margin-right: 9px;
  overflow: hidden;
}
.product-small-image-list .image-item {
  border: 2px solid #ddd;
  width: 75px;
  height: 75px;
  margin: 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-small-image-list img,.product-small-image-list video {
  max-width: 71px;
  max-height: 71px;
  display: inline-block;
  vertical-align: middle;
}
.item-current {
  border: 2px solid red!important;
}
.image-list-wrapper {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.box-right-area {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px #cccccc;
  padding: 10px;
  margin-right: 22px;
}
.info-price-box .price-order {
  height: 35px;
  line-height: 35px;
  color: #666666;
  font-size: 14px;
}
.info-price-box .price-value {
  height: 35px;
  line-height: 35px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}
.info-attribute-title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.info-attribute-box,.product-attribute-box {
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
  border-right: #ddd solid 1px;
  margin-top: 10px;
  color: black;
  border-radius: 5px;
  overflow: hidden;
}
.info-attribute-row {
  display: flex;
  flex-direction: row;
}
.box-right-area .attribute-item{
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  flex: 1;
  background-color: #f4f4f4;
}
.box-right-area .attribute-value{
  border-bottom: #ddd solid 1px;
  flex: 1;
}
.attribute-item,.attribute-value {
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding-left: 10px;
}
.product-attribute {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.product-attribute .area-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-left: 20px;
}
.product-attribute-box .attribute-item{
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  flex: 1;
  background-color: #f4f4f4;
}
.product-attribute-box .attribute-value {
  border-bottom: #ddd solid 1px;
  flex: 2;
}
.product-description-box {
  width: 100%;
  height: auto;
  line-height: 2;
  text-indent: 2em;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
}
.product-description-box img,.product-description-box video {
  max-width: 100%;
  max-height: 100%;
}
.home-main {
  width: 100%;
}
.home-list-area {

}
.home-list-box {
  margin-bottom: 20px;
}
.home-list-title {
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}
.home-list-content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 10px 10px 10px;
  display: flex;
}
.home-list-row,.home-list-left {
  flex: 1;
  height: auto;
  box-shadow: 0 2px 8px #cccccc;
  margin: 10px;
  padding: 10px;
}
.home-list-row .list-item-img,.home-list-left .list-item-img {
  width: 350px;
  height: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.home-list-row .list-item-img img,.home-list-left .list-item-img img,.home-list-row .list-item-img video,.home-list-left .list-item-img video {
  max-width: 350px;
  max-height: 350px;
  display: inline-block; vertical-align: middle;
}
.home-list-row .list-item-price,.home-list-left .list-item-price {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.home-list-row .list-item-order,.home-list-left .list-item-order {
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.home-list-content .home-list-left{
  flex: 1;
}
.home-list-content .home-list-right{
  flex: 2;
}
.home-list-right {
  width: 100%;
  height: auto;

}
.list-right-row {
  box-shadow: 0 2px 8px #cccccc;
  margin: 10px 5px 0 5px;
  display: flex;
  flex-direction: row;
}
.list-right-img .list-item-img {
  width: 235px;
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-right-img .list-item-img img,.list-right-img .list-item-img video {
  max-width: 160px;
  max-height: 160px;
  display: inline-block;
}
.list-right-item-title {
  margin: 50px 20px 20px 0;
  line-height: 1.5;
}
/**
其他样式
 */
.breadcrumb {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
}