@import url('../css/base.css');
body {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  z-index: 999;
}
header .logo {
  display: block;
  width: 94px;
  height: 32px;
}
header .logo img {
  width: 94px;
  height: 32px;
}
header .search {
  display: flex;
  align-items: center;
  width: 60%;
  height: 32px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #999999;
}
header .search button {
  width: 28px;
  height: 28px;
}
header .search button img {
  width: 28px;
  height: 28px;
}
header .search input {
  width: calc(100% - 40px);
  color: #999999;
  height: 30px;
  font-size: 12px;
  font-family: a-r;
}
header .search input::placeholder {
  color: #999999;
  font-size: 12px;
  font-family: a-r;
}
header .menu {
  width: 28px;
  height: 28px;
}
header .menu img {
  width: 28px;
  height: 28px;
}
.m-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.m-nav .m-nav-l {
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100vh;
  background: #fff;
  z-index: 2;
  padding: 12px 12px 0 12px;
}
.m-nav .m-nav-l .close {
  width: 28px;
  height: 28px;
  margin-top: 12px;
}
.m-nav .m-nav-l .close img {
  width: 28px;
  height: 28px;
}
.m-nav .m-nav-l nav {
  margin-top: 12px;
  height: calc(100vh - 64px);
  overflow: auto;
}
.m-nav .m-nav-l nav .nav-list .navBar {
  display: flex;
  align-items: center;
  height: 44px;
}
.m-nav .m-nav-l nav .nav-list .navBar .img1 {
  width: 28px;
  height: 28px;
}
.m-nav .m-nav-l nav .nav-list .navBar .right {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  margin-left: 8px;
  border-bottom: 1px solid #EEEEEE;
}
.m-nav .m-nav-l nav .nav-list .navBar .right a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #333333;
  font-size: 16px;
  font-family: M;
}
.m-nav .m-nav-l nav .nav-list .navBar .right .putaway {
  width: 20px;
  height: 20px;
}
.m-nav .m-nav-l nav .nav-list .navBar .right .putaway img {
  width: 20px;
  height: 20px;
}
.m-nav .m-nav-l nav .nav-list .navBar .right2 {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  margin-left: 8px;
  border-bottom: 1px solid #EEEEEE;
}
.m-nav .m-nav-l nav .nav-list .navBar .right2 span {
  color: #333333;
  font-size: 16px;
  font-family: M;
  margin-right: 8px;
}
.m-nav .m-nav-l nav .nav-list .navBar .right2 a {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.m-nav .m-nav-l nav .nav-list .navBar .right2 a img {
  width: 24px;
  height: 24px;
}
.m-nav .m-nav-l nav .nav-list .spread {
  display: none;
  padding: 8px 0 8px 30px;
}
.m-nav .m-nav-l nav .nav-list .spread a {
  display: flex;
  align-items: center;
  height: 28px;
  color: #666666;
  line-height: 28px;
  font-size: 14px;
  font-family: M;
  margin-bottom: 4px;
}
.m-nav .m-nav-l nav .nav-list .spread a div {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #666;
  margin-right: 4px;
}
.m-nav .m-nav-l nav .nav-list .spread a span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer {
  width: 100%;
  height: 86px;
  margin-top: 60px;
}
footer .footer-t {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
footer .footer-t a {
  display: block;
  color: #333;
  font-size: 16px;
  font-family: D;
  margin-right: 16px;
}
footer .footer-t a:last-child {
  margin-right: 0;
}
footer .footer-b {
  color: #999999;
  font-size: 14px;
  font-family: K;
  padding-top: 12px;
  text-align: center;
  line-height: 20px;
  padding: 12px 12px 0;
}
.ad {
  width: 100%;
  text-align: center;
}
.ad span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: K;
  text-align: right;
  padding-right: 12px;
}
.ad .ad-p {
  width: 100%;
  text-align: center;
  background: #ededed;
}
.content {
  width: 100%;
  padding: 0 12px;
}
.main-container {
  flex: 1;
}
.sport {
  width: 100%;
}
.sport h6 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
  margin-top: 16px;
}
.sport .sport-t {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 12px;
  height: 28px;
  line-height: 28px;
  background: #E9B147;
  color: #fff;
  font-size: 16px;
  font-family: B;
  margin-top: 8px;
}
.sport .sport-t div {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 12px solid #fff;
}
.sport .sports {
  margin-bottom: 8px;
}
.sport .sports .sportsAll {
  display: flex;
  flex-wrap: wrap;
}
.sport .sports .sportsAll .sports-list {
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
  margin-top: 8px;
}
.sport .sports .sportsAll .sports-list:nth-child(2n) {
  margin-right: 0;
}
.sport .sports .sportsAll .sports-list .sports-list-t {
  display: block;
  width: 100%;
  height: 160px;
}
.sport .sports .sportsAll .sports-list .sports-list-t .img1 {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.sport .sports .sportsAll .sports-list .sports-list-m {
  height: 48px;
  color: #333;
  font-size: 16px;
  font-family: M;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.tips {
  margin-top: 12px;
}
.tips h2 {
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
}
.tips .tips-list {
  display: flex;
  flex-wrap: wrap;
}
.tips .tips-list a {
  display: block;
  width: calc((100% - 20px) / 3);
  margin: 10px 10px 0 0;
}
.tips .tips-list a:nth-child(3n) {
  margin-right: 0;
}
.tips .tips-list a .sum {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.tips .tips-list a .sum img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #CBCDD6;
}
.tips .tips-list a h4 {
  width: 100%;
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 6px;
}
.showCase {
  width: 100%;
  margin-top: 12px;
}
.showCase h2 {
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
}
.showCase .showCase-list {
  display: flex;
  flex-wrap: wrap;
}
.showCase .showCase-list a {
  display: block;
  width: calc((100% - 9px) / 2);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #CBCDD6;
  margin-right: 9px;
  margin-top: 9px;
}
.showCase .showCase-list a:nth-child(2n) {
  margin-right: 0;
}
.showCase .showCase-list a .pic {
  width: 100%;
  height: 130px;
  opacity: 1;
  border-bottom: 1px solid #CBCDD6;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.showCase .showCase-list a .pic img {
  width: 100%;
  height: 130px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.showCase .showCase-list a .fu_t {
  padding: 0 8px 12px;
}
.showCase .showCase-list a .fu_t .top {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: D;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  font-weight: 700;
}
.showCase .showCase-list a .fu_t h2 {
  color: #666666;
  line-height: 20px;
  font-size: 14px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  font-weight: 400;
}
.showCase .showCase-list a .fu_t .bottom {
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  font-family: K;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.showCase .showCase-list a .fu_t img {
  width: 114px;
  height: 22px;
  margin-top: 8px;
  object-fit: cover;
}
.showCase .showCase-list a .fu_t h4 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.showCase .showCase-list a .fu_t .emlpolyee {
  color: #666666;
  font-size: 14px;
  font-family: K;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  line-height: 20px;
}
.bread {
  height: 20px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: M;
}
.bread a {
  color: #666;
}
.news {
  width: 100%;
  margin-top: 8px;
}
.news h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
}
.news .top-news {
  display: block;
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CBCDD6;
}
.news .top-news .top {
  position: relative;
  width: 100%;
  height: 200px;
}
.news .top-news .top .img1 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news .top-news .top .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(183.74deg, rgba(0, 0, 0, 0) 52.91%, #000000 113.99%);
}
.news .top-news .top h4 {
  position: absolute;
  left: 16px;
  bottom: 8px;
  width: 90%;
  font-size: 16px;
  font-family: B;
  color: #FFFFFF;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 222;
}
.news .top-news .top .topics {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 91px;
  height: 43px;
}
.news .top-news .top .topics img {
  width: 91px;
  height: 43px;
}
.news .top-news .middle {
  color: #333333;
  font-size: 16px;
  font-family: M;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .top-news .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.news .top-news .bottom .bottom-l {
  color: #333333;
  font-size: 12px;
  font-family: K;
}
.news .top-news .bottom .bottom-r {
  width: 93px;
  height: 28px;
  background: #E9B147;
  border-radius: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-family: M;
}
.news h4 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
}
.news .other-news a {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #CBCDD6;
  margin-top: 12px;
}
.news .other-news a .other-news-l {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}
.news .other-news a .other-news-r {
  width: 100%;
}
.news .other-news a .other-news-r .other-news-r-t {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .other-news a .other-news-r .other-news-r-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.news .other-news a .other-news-r .other-news-r-b span {
  display: block;
  color: #333333;
  font-size: 12px;
  font-family: K;
}
.news .other-news a .other-news-r .other-news-r-b img {
  width: 16px;
  height: 16px;
}
.news .other-news a:last-child {
  border-bottom: none;
}
.information {
  width: 100%;
  margin-top: 8px;
}
.information h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
}
.information .information-time {
  color: #666666;
  line-height: 28px;
  font-size: 12px;
  font-family: M;
  margin-top: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CBCDD6;
  margin-bottom: 8px;
}
.information .information-text {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 8px;
}
.information .information-text img {
  width: 100%;
}
.information .information-pic {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 8px;
}
.information .source {
  color: #666666;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  margin-top: 8px;
}
.relation {
  width: 100%;
  border: 1px solid #CBCDD6;
  padding: 12px;
}
.relation .relation-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.relation .relation-t div {
  display: flex;
  align-items: center;
  max-width: 40%;
}
.relation .relation-t div img {
  width: 100%;
  max-height: 40px;
  margin-right: 12px;
  object-fit: cover;
}
.relation .relation-t a {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: K;
}
.relation .headline {
  margin-top: 12px;
}
.relation .headline h2 {
  width: 100%;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation .headline span {
  display: block;
  width: 143px;
  height: 6px;
  background: #FFE3D7;
  border-radius: 50px;
  margin-top: -6px;
}
.relation .introduce {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  margin-top: 8px;
}
.relation .info {
  margin-top: 14px;
}
.relation .info .info-t {
  width: 100%;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation .info ul {
  margin-top: 4px;
}
.relation .info ul li {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-family: K;
  margin-top: 4px;
}
.relation .info ul li span:nth-child(1) {
  color: #666666;
  font-size: 14px;
}
.relation .info ul li span:nth-child(2) {
  display: block;
  max-width: calc(100% - 110px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation .share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.relation .share .share-l {
  display: flex;
  align-items: center;
}
.relation .share a {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.relation .share a img {
  width: 24px;
  height: 24px;
}
.relation .share div {
  color: #666666;
  font-size: 16px;
  font-family: K;
}
.relation .share .share-r {
  width: auto;
  height: auto;
  display: block;
  color: #999;
  font-size: 16px;
  font-family: K;
  margin-right: 0;
}
.qiehaun {
  display: flex;
  margin-top: 10px;
  padding: 0 12px;
}
.qiehaun a {
  display: block;
  width: 50%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #FBFBFB;
  color: #333333;
  font-size: 16px;
  font-family: M;
}
.qiehaun .bian {
  color: #FD6019;
  font-weight: 700;
  border-bottom: 1px solid #FD6019;
  background: #fff;
}
.m_product {
  padding: 0 12px;
}
.m_product .m-title {
  color: #333333;
  line-height: 24px;
  font-size: 12px;
  font-family: M;
  margin-top: 12px;
}
.m_product .m-title span {
  color: #999;
}
.m_product .m-title2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 12px;
  word-wrap: break-word;
}
.m_product .m-title2 span {
  color: #999;
}
.m_product .m_product_all .m_product_list {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.m_product .m_product_all .m_product_list img {
  width: 110px;
  height: 95px;
  border: 1px solid #DDDDDD;
  object-fit: cover;
  margin-right: 8px;
}
.m_product .m_product_all .m_product_list .p_right {
  width: calc(100% - 120px);
}
.m_product .m_product_all .m_product_list .p_right h2 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  max-height: 40px;
  font-family: D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m_product .m_product_all .m_product_list .p_right ul li {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 4px;
}
.m_product .m_product_all .m_product_list .p_right ul li span {
  display: block;
  color: #666666;
  font-size: 12px;
  font-family: K;
}
.m_product .m_product_all .m_product_list .p_right ul li span:nth-child(2) {
  max-width: 70%;
  color: #333333;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_us {
  display: none;
}
.about {
  width: 100%;
  margin-top: 12px;
  padding: 0 12px;
}
.about h2 {
  color: #333333;
  font-size: 16px;
  font-family: B;
}
.about .about-pic {
  position: relative;
  width: 100%;
  height: 176px;
  margin-top: 12px;
}
.about .about-pic .swiper {
  width: 100%;
  height: 176px;
}
.about .about-pic .swiper img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}
.about .about-pic .arrow-left2 {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 999;
  cursor: pointer;
}
.about .about-pic .arrow-left2 .swiper-button-next-l {
  width: 30px;
  height: 30px;
}
.about .about-pic .arrow-right2 {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 999;
  cursor: pointer;
}
.about .about-pic .arrow-right2 .swiper-button-prev-l {
  width: 30px;
  height: 30px;
}
.about .about-t {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  margin-top: 8px;
}
.about .about-tab {
  width: 100%;
  margin-top: 8px;
}
.about .about-tab li {
  display: flex;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e8e8e8;
}
.about .about-tab li span {
  display: block;
  border-right: 1px solid #e8e8e8;
  padding-left: 12px;
  font-family: K;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .about-tab li span:nth-child(1) {
  width: 131px;
  color: #666666;
  font-size: 14px;
  font-family: M;
}
.about .about-tab li span:nth-child(2) {
  width: calc(100% - 131px);
  color: #333333;
  font-size: 16px;
}
.about .showMore {
  display: none;
  margin-top: 4px;
}
.about .showMore .showMore-t {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.about .showMore img {
  width: 100% !important;
  height: 176px !important;
  object-fit: cover;
  margin-top: 8px;
}
.about .showMore-btn {
  display: flex;
  align-items: center;
  margin-top: 12px;
  cursor: pointer;
  justify-content: center;
}
.about .showMore-btn span {
  display: block;
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: K;
  margin-right: 8px;
}
.about .showMore-btn img {
  width: 20px;
  height: 20px;
}
.certification {
  margin-top: 12px;
}
.certification h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
}
.certification .certification-list {
  display: flex;
  flex-wrap: wrap;
}
.certification .certification-list a {
  width: calc((100% - 9px) / 2);
  height: 241px;
  margin-right: 9px;
  margin-top: 9px;
}
.certification .certification-list a:nth-child(2n) {
  margin-right: 0;
}
.certification .certification-list a img {
  width: 100%;
  height: 241px;
  object-fit: cover;
}
.company {
  margin-top: 12px;
}
.company h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
}
.company .company-list {
  display: flex;
  flex-wrap: wrap;
}
.company .company-list a {
  width: calc((100% - 7px) / 2);
  height: 130px;
  margin-right: 7px;
  margin-top: 7px;
}
.company .company-list a:nth-child(2n) {
  margin-right: 0;
}
.company .company-list a img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.homeMore {
  width: 100%;
}
.homeMore img {
  width: 100%;
  max-width: 100%;
}
.homeMore table {
  width: 100%;
}
.noResults {
  text-align: center;
  margin-top: 12px;
}
.noResults img {
  width: 150px;
  height: 150px;
}
.noResults div {
  color: #333333;
  line-height: 28px;
  margin-top: 4px;
  font-size: 24px;
  font-family: M;
}
.noResults .novisit {
  width: 150px;
  height: 150px;
}
.noResults .novisit-c {
  color: #666666;
  font-size: 18px;
}
.m_product_s .m-title2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 12px;
}
.m_product_s .m-title2 span {
  color: #999;
}
.m_product_s .m-title3 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
  margin-top: 12px;
}
.m_product_s .m_product_all .m_product_list {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.m_product_s .m_product_all .m_product_list img {
  width: 110px;
  height: 95px;
  border: 1px solid #DDDDDD;
  object-fit: cover;
  margin-right: 8px;
}
.m_product_s .m_product_all .m_product_list .p_right {
  width: calc(100% - 120px);
}
.m_product_s .m_product_all .m_product_list .p_right .new_title h4 {
  color: #333333;
  line-height: 20px;
  font-size: 12px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_product_s .m_product_all .m_product_list .p_right .new_title span {
  display: block;
  width: 100px;
  height: 4px;
  background: #FFE3D7;
  border-radius: 50px 50px 50px 50px;
  margin-top: -4px;
}
.m_product_s .m_product_all .m_product_list .p_right h2 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  height: 40px;
  font-family: D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.m_product_s .m_product_all .m_product_list .p_right ul li {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 10px;
}
.m_product_s .m_product_all .m_product_list .p_right ul li span {
  display: block;
  color: #666666;
  font-size: 12px;
  font-family: K;
}
.m_product_s .m_product_all .m_product_list .p_right ul li span:nth-child(2) {
  max-width: 70%;
  color: #333333;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_product_s .m_product_all .m_product_list:last-child {
  border-bottom: none;
}
.contact {
  width: 100%;
}
.contact input {
  width: 100%;
  height: 52px;
  background: #EEEEEE;
  margin-bottom: 8px;
  padding-left: 18px;
  color: #999999;
  font-size: 14px;
  font-family: K;
}
.contact input::placeholder {
  color: #999999;
  font-size: 14px;
  font-family: K;
}
.contact .textArea textArea {
  width: 100%;
  height: 149px;
  background: #EEE;
  padding-top: 16px;
  padding-left: 16px;
  color: #666;
  font-size: 14px;
  font-family: K;
}
.contact .textArea textArea::placeholder {
  color: #666;
  font-size: 14px;
  font-family: K;
}
.contact .email {
  color: #999999;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 12px;
}
.contact h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
  margin-bottom: 4px;
}
.contact .text {
  color: #000000;
  line-height: 28px;
  font-size: 16px;
  font-family: K;
  margin-bottom: 8px;
}
.contact .reson h4 {
  color: #333333;
  line-height: 20px;
  font-size: 16px;
  font-family: D;
}
.contact .reson ul {
  margin-top: 12px;
}
.contact .reson ul li {
  width: 100%;
  margin-bottom: 4px;
  color: #666666;
  font-size: 14px;
  font-family: K;
  margin-bottom: 8px;
  cursor: pointer;
}
.contact .reson ul li .radio {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 25px;
  text-align: left;
  width: 100%;
  display: flex;
}
.contact .reson ul li .radio input {
  position: absolute;
  left: -9999px;
}
.contact .reson ul li .radio i {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  outline: 0;
  border: 1px solid #858585;
  background: transparent;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  cursor: pointer;
}
.contact .reson ul li .radio input + i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FC7000;
  border: 1px solid #fc7000;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.contact .reson ul li .radio input:checked + i:after {
  opacity: 1;
}
.contact .layui-form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  height: 40px;
}
.contact .layui-row {
  display: flex;
  align-items: center;
  height: 40px;
}
.contact .layui-row input {
  width: 215px;
  height: 40px;
}
.contact .layui-row img {
  width: 128px;
  height: 40px;
}
.contact .layui-col-xs7 {
  height: 40px;
}
.contact .layui-col-xs5 {
  height: 40px;
}
.contact .send {
  background: #FD6019;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-family: B;
  margin-top: 8px;
}
.pro-d h2 {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: B;
  margin-top: 8px;
}
.pro-d h4 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 8px;
}
.pro-d .pro-tab {
  width: 100%;
  margin-top: 8px;
}
.pro-d .pro-tab li {
  display: flex;
  line-height: 36px;
  border: 1px solid #e8e8e8;
}
.pro-d .pro-tab li span {
  display: block;
  border-right: 1px solid #e8e8e8;
  padding-left: 12px;
  font-family: K;
}
.pro-d .pro-tab li span:nth-child(1) {
  width: 109px;
  color: #666666;
  font-size: 14px;
  font-family: M;
}
.pro-d .pro-tab li span:nth-child(2) {
  width: calc(100% - 109px);
  color: #333333;
  font-size: 16px;
  word-wrap: break-word;
}
.pro-d .pro-tab2 {
  width: 100%;
  margin-top: 8px;
  display: flex;
}
.pro-d .pro-tab2 li {
  width: 50%;
  border: 1px solid #e8e8e8;
}
.pro-d .pro-tab2 li span {
  display: block;
  line-height: 20px;
  padding-left: 2px;
  font-size: 16px;
  font-family: K;
  color: #333;
  margin-top: 8px;
  padding-left: 12px;
}
.pro-d .pro-tab2 li span:nth-child(1) {
  border-bottom: 1px solid #e8e8e8;
  height: 36px;
  line-height: 36px;
  margin-top: 0;
  font-size: 14px;
  color: #666;
}
.pro-d .pro-tab2 li span:last-child {
  padding-bottom: 12px;
}
.pro-d .custom {
  display: flex;
  flex-wrap: wrap;
}
.pro-d .custom .custom-list {
  width: calc((100% - 28px) / 3);
  margin-right: 14px;
  margin-top: 4px;
}
.pro-d .custom .custom-list:nth-child(3n) {
  margin-right: 0;
}
.pro-d .custom .custom-list .c-title {
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-d .custom .custom-list .c-di {
  color: #999999;
  line-height: 20px;
  font-size: 12px;
  font-family: M;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-d .pic-s {
  margin-top: 16px;
}
.pro-d .pic-s a {
  display: block;
  margin-bottom: 8px;
}
.pro-d .pic-s a img {
  width: 100%;
  height: 250px;
  border: 1px solid #CBCDD6;
  object-fit: cover;
}
@media screen and (min-width: 751px) {
  .sport .sports .sportsAll .sports-list {
    width: calc((100% - 24px) / 4);
  }
  .sport .sports .sportsAll .sports-list:nth-child(2n) {
    margin-right: 8px;
  }
  .sport .sports .sportsAll .sports-list:nth-child(4n) {
    margin-right: 0;
  }
  .tips .tips-list a {
    width: calc((100% - 50px) / 6);
  }
  .tips .tips-list a:nth-child(3n) {
    margin-right: 10px;
  }
  .tips .tips-list a:nth-child(6n) {
    margin-right: 0;
  }
  .showCase .showCase-list a {
    display: block;
    width: calc((100% - 27px) / 4);
  }
  .showCase .showCase-list a:nth-child(2n) {
    margin-right: 9px;
  }
  .showCase .showCase-list a:nth-child(4n) {
    margin-right: 0;
  }
  .news .top-news .top {
    height: 300px;
  }
  .news .top-news .top .img1 {
    height: 300px;
  }
  .news .top-news .top .mask {
    height: 300px;
  }
  .information .information-pic {
    height: 300px;
  }
  .certification .certification-list a {
    width: calc((100% - 27px) / 4);
  }
  .certification .certification-list a:nth-child(2n) {
    margin-right: 9px;
  }
  .certification .certification-list a:nth-child(4n) {
    margin-right: 0;
  }
  .company .company-list a {
    width: calc((100% - 21px) / 4);
  }
  .company .company-list a:nth-child(2n) {
    margin-right: 7px;
  }
  .company .company-list a:nth-child(4n) {
    margin-right: 0;
  }
  .pro-d .custom .custom-list {
    width: calc((100% - 42px) / 4);
  }
  .pro-d .custom .custom-list:nth-child(3n) {
    margin-right: 14px;
  }
  .pro-d .custom .custom-list:nth-child(4n) {
    margin-right: 0;
  }
  .pro-d .pic-s a img {
    height: 350px;
  }
}
