.txthiden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: initial;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.txthiden2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: initial;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.red {
  color: #f00 !important;
}

.header {
  font-size: 12px;
  border-bottom: 1px solid #ebebeb;
}

.header a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}

.header-top {
  background-color: #f9f9f9;
  line-height: 30px;
}

.header-center_logo {
  font-size: 22px;
  font-weight: 700;
  line-height: 90px;
}

.header-center_tel {
  line-height: 70px;
  font-size: 16px;
  color: #666;
}

.header-center_tel span {
  display: block;
}

.header-center_icon {
  background-color: #ebebeb;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  margin-left: 20px;
}

.header-menu_txt {
  background-color: #4395ff;
  width: 180px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.header-menu_list {
  font-size: 14px;
  line-height: 40px;
}

.header-menu_list a {
  display: inline-block;
  padding: 0 24px;
}

.header-menu_list a:hover {
  color: #4395ff;
  font-weight: 700;
}

.header .active {
  color: #4395ff;
}

.hot-title {
  font-size: 22px;
  font-weight: 700;
  padding: 60px 0 20px;
}

.hot-product_top {
  padding-top: 20px;
}

.hot-product_pic img {
  display: block;
  max-width: 100%;
}

.hot-product_price {
  margin: 5px 0;
  font-weight: 700;
}

.hot-product_left {
  height: 350px;
  overflow: hidden;
}

.hot-product_left img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
}

.hot-product_center {
  height: 292px;
  overflow: hidden;
}

.hot-product_center img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #ebebeb;
}

.hot-product_right {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 1px solid #ebebeb;
}

.hot-product_right img {
  display: inline-block;
  max-width: 100%;
  max-height: 116px;
}

.hot-product a {
  text-decoration: none;
  color: #666;
}

.adcon {
  margin-top: 40px;
  margin-bottom: 60px;
}

.adcon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 2px;
}

.characteristic {
  background-color: #fff;
  line-height: 100px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-size: 20px;
  font-weight: 700;
}

.characteristic i {
  color: #f00;
  font-size: 24px;
  margin-right: 10px;
}

.characteristic-item {
  padding: 0 80px;
  position: relative;
}

.characteristic-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 60px;
  width: 1px;
  background-color: #ebebeb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.characteristic-item:last-child::before {
  display: none;
}

.footer-menu {
  padding: 50px 0;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}

.footer-item b,
.footer-item span,
.footer-item a {
  display: block;
  text-align: center;
}

.footer-item span {
  margin-top: 10px;
}

.footer-item a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  line-height: 25px;
}

.footer-item a:hover {
  color: #4395ff;
}

.footer-item_contact p {
  font-size: 20px;
  font-weight: 700;
  color: #4395ff;
}

.footer-item_contact span {
  font-size: 12px;
  color: #999;
}

.footer-copyright {
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-top: 20px;
  padding-bottom: 20px;
}

.footer-copyright p {
  margin-bottom: 0;
  line-height: 30px;
}

.footer-copyright a {
  color: #999;
  text-decoration: none;
}

.product-list {
  padding: 60px 0 40px;
  background-color: #f9f9f9;
}

.product-list a {
  text-decoration: none;
  color: #666;
}

.product-item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 20px;
}

.product-item_pic {
  height: 150px;
}
.hot-product_title {
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  /* padding: 10px; */
  max-width: 100%;
}

.product-item_pic img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-item_title {
  font-size: 14px;
  line-height: 25px;
  padding: 10px;
  max-width: 100%;
}

.product-item_price {
  font-weight: 700;
  padding: 0 10px 10px;
}

.no-data {
  background-color: #f9f9f9;
}

.no-data_txt {
  min-height: 300px;
}

.no-data_txt span {
  font-weight: 700;
  color: #f00;
}

.news-list {
  background-color: #f9f9f9;
  padding: 40px;
}

.news-item {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}

.news-item_title {
  line-height: 25px;
}

.news-item_btn {
  font-size: 12px;
  padding-top: 10px;
  line-height: 25px;
}

.login-top {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: 700px;
}

.login-top span {
  font-weight: 400;
}

.login-center {
  position: relative;
}

.login-center img {
  max-width: 100%;
}

.login-form {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.login-form_info {
  width: 350px;
  height: 100%;
  float: right;
  color: #fff;
}

.login-form_info a {
  color: #fff;
  text-decoration: none;
}

.register-box {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.register-box form {
  max-width: 400px;
  margin: 0 auto;
}

.register-box form button {
  width: 100%;
}

.product-show {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.product-show_pic img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
}

.product-show_title {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-show_price {
  color: #f00;
  font-weight: 700;
}

.product-show_sale {
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 20px;
}

.modal-body_diy {
  max-height: 400px;
  overflow-y: auto;
}
/*# sourceMappingURL=custom.css.map */