/*鍒濆鍖�*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-size: 12px;
  color: #555;
  font-family: "PingHei", "STHeitiSC-Light", "tahoma", "Myriad Set Pro",
    "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana",
    "sans-serif", "microsoft yahei";
}
body{font-size: 14px!important;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
sup {
  vertical-align: text-top;
  vertical-align: super;
}
sub {
  vertical-align: text-bottom;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear_float:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.clear_float {
  display: inline-block;
} /*asdfasdf\*/
* html .clear_float {
  zoom: 1;
}
.clear_float {
  display: block;
}
*,
*:after,
*:before {
  /*-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;*/
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fr {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.en {
  font-family: Tahoma, Geneva, sans-serif;
}
.wrap {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
* {
  /*box-sizing: border-box;*/
  padding: 0;
  margin: 0;
}
a {
  -webkit-tap-highlight-color: transparent;
}
/*鎻忚竟*/
.bBor:after,
.tBor:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #1A1A1A;
  opacity: 0.4;
  left: 0;
  right: 0;
}
.products:after{
  background: none;
}
.tBor:before {
  top: 0;
}
.bBor:after {
  bottom: 0;
}
.lBor:before,
.rBor:after {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(220, 220, 220, 0.5);
  top: 0;
  bottom: 0;
}
.lBor:before {
  left: 0;
}
.rBor:after {
  right: 0;
}
.trblBor:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(220, 220, 220, 0.5);
  point-events: none;
}
@media (min--moz-device-pixel-ratio: 1.5),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx),
  (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .bBor:after,
  .tBor:before {
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .lBor:before,
  .rBor:after {
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
  .trblBor:after {
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .lBor:before,
  .tBor:before,
  .trblBor:after {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .bBor:after,
  .rBor:after {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  .bBor:after,
  .tBor:before {
    -webkit-transform: scaleY(0.6666);
    -ms-transform: scaleY(0.6666);
    -o-transform: scaleY(0.6666);
    transform: scaleY(0.6666);
  }
  .lBor:before,
  .rBor:after {
    -webkit-transform: scaleX(0.6666);
    -ms-transform: scaleX(0.6666);
    -o-transform: scaleX(0.6666);
    transform: scaleX(0.6666);
  }
  .trblBor:after {
    width: 150%;
    height: 150%;
    -webkit-transform: scale(0.6666);
    -ms-transform: scale(0.6666);
    -o-transform: scale(0.6666);
    transform: scale(0.6666);
  }
}
@media (-webkit-device-pixel-ratio: 3) {
  .bBor:after,
  .tBor:before {
    -webkit-transform: scaleY(0.3333);
    -ms-transform: scaleY(0.3333);
    -o-transform: scaleY(0.3333);
    transform: scaleY(0.3333);
  }
  .lBor:before,
  .rBor:after {
    -webkit-transform: scaleX(0.3333);
    -ms-transform: scaleX(0.3333);
    -o-transform: scaleX(0.3333);
    transform: scaleX(0.3333);
  }
  .trblBor:after {
    width: 300%;
    height: 300%;
    -webkit-transform: scale(0.3333);
    -ms-transform: scale(0.3333);
    -o-transform: scale(0.3333);
    transform: scale(0.3333);
  }
}
/*loading*/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}
.loading img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.hidden {
  overflow: hidden !important;
  height: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
}

/*鑿滃崟鍔ㄧ敾*/
.menuIcon,
.menuIcon2 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 996;
  cursor: pointer;
}
.btn-nav {
  background: 0 0;
  border: none;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 99999;
}
.btn-nav:focus {
  outline: 0;
}
.icon-bar {
  display: block;
  margin: 5px 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.btn-nav:hover .icon-bar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #000;
}
.animated2 {
  display: block;
  margin: 0 auto;
}
.animated2:focus .icon-bar,
.animated2:hover .icon-bar {
  background-color: #000;
}
.animated2:focus {
  cursor: pointer;
  z-index: 9999;
}
.middle {
  width: 16px;
}
.icon-bar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999999;
}
.animated2 .icon-bar {
  z-index: 999999;
  background-color: #000;
}
.animated2 .top {
  -webkit-transform: translateY(6px) rotateZ(45deg);
  -moz-transform: translateY(6px) rotateZ(45deg);
  -ms-transform: translateY(6px) rotateZ(45deg);
  -o-transform: translateY(6px) rotateZ(45deg);
  transform: translateY(6px) rotateZ(45deg);
}
.animated2 .bottom {
  -webkit-transform: translateY(-8px) rotateZ(-45deg);
  -moz-transform: translateY(-8px) rotateZ(-45deg);
  -ms-transform: translateY(-8px) rotateZ(-45deg);
  -o-transform: translateY(-8px) rotateZ(-45deg);
  transform: translateY(-8px) rotateZ(-45deg);
}
.animated2 .middle {
  width: 0;
}

/*鍏叡澶撮儴*/
.menuIcon2 {
  background: url(../img/global/icon_05.png) no-repeat center center;
  background-size: 18px;
  width: 63px;
  height: 50px;
  display: none;
}
header {
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  position: relative;
  background: #fff;
  transition: background 0.4s ease-out 0.5s;
  -webkit-transition: background 0.4s ease-out 0.5s;
}
header .logo {
  position: absolute;
  left: 10px;
  top: 0;
  /* width: 140px;
  height: 50px; */
  width: 160px;
  height: 50px;
  background: url("/webstatic/Public/Home/img/global/logo-black.png") no-repeat center center;
  /* background-size: 105px 16px; */
  background-size: contain;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.showMenu {
  position: relative;
  background: none !important;
  transition: background 0s ease-out;
  -webkit-transition: background 0s ease-out;
}
header.showMenu .logo {
  background-image: url(../img/global/logo2_20181123.png);
}
header.showMenu .animated2 .icon-bar {
  background: #000;
}
.menuMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #f5f5f5;
  display: none;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.menuMain2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50vh;
  z-index: 999;
  background: #f5f5f5;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menuBox {
  margin: 0 0px 20px 0px;
  padding: 0 20px;
  /* height: 100%; */
  /* position: relative;
  overflow: hidden;
  overflow-y: scroll; */
}
.menuBox li {
  padding: 0 0px 0 0;
  position: relative;
}
.menuBox li > a {
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 14px;
  background: url(../img/global/icon_01.png) no-repeat 98% center;
  background-size: 12px;
  display: block;
}
.menuBox li.on > a {
  background-image: url(../img/global/icon_02.png);
}
.menuBox li.link > a {
  background-image: url('https://hsimage.fotile.com/202309121650373672086.png');
  background-size: 5px;
  font-weight: 600;
  color: #1A1A1A;
  font-size: 14px;
  padding-left: 5px;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.menuBox li.searchBtn > a {
  background: url(../img/global/icon_04.png) no-repeat left center;
  background-size: 14px;
  text-indent: 18px;
}
.menuBox .linkBtn {
  padding-top: 25px;
  text-align: center;
}
.menuBox .linkBtn a {
  height: 40px;
  line-height: 42px;
  padding: 0 30px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  /* width: 183px; */
  margin-bottom: 10px;
  background: rgba(216,216,216,0);
  border: 1px solid rgba(193,193,193,0.2);
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1A1A;
}
.menuBox .linkBtn a:after {
  border-radius: 10px;
}
.fakeInput{
  display: block;
  width: 85%;
  height: 40px;
  margin: 10px 0 10px 10px;
  border-bottom: 1px solid #000;
  line-height: 40px;
  background: #f5f5f5 url('https://hsimage.fotile.com/202311151352549368890.png') no-repeat 10px center;
  background-size: 18px;
  text-indent: 28px;
  font-weight: 400;
  color: #A9A9A9;
  font-family: PingFangSC-Regular, PingFang SC;
  padding-left: 5px;
}
.allP_Title{
  display: none;
  margin-left: 16px;
  padding-top: 16px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #232323;
  line-height: 24px;
}
.buyway {display: flex;justify-content: space-around;margin-top: 20px;}
.buyway a{
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #61646A;
}
.buyway img{width: 20px;vertical-align: middle;display: inline-block;}
.showMenu>.logo{
  display: none;
}
.showMenu>.fakeInput{
  display: block;
}
.products {
  margin: 10px 0;
}
.serList,
.newsList {
  overflow: hidden;
  display: none;
}
.proList{
  display:none;
  overflow: hidden;
}
.serList a,
.newsList a {
  width: 50%;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  float: left;
  color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 28px;
  text-indent: 60px;
}
.proList a{
  width: 25%;
  display: inline-block;
  font-size: 13px;
  float: left;
  color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin-bottom: 11px;
  text-align: center;
}
.proList a span{
  display: block;font-size: 10px;
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
}
.proList a img{width: 42px;height: 42px;margin-bottom: 2px;display: inline-block;}
.proList a.n1 {
  background-image: url(../img/global/menuIcon/01.png);
}
.proList a.n2 {
  background-image: url(../img/global/menuIcon/02.png);
}
.proList a.n3 {
  background-image: url(../img/global/menuIcon/03.png);
}
.proList a.n4 {
  background-image: url(../img/global/menuIcon/icon_04_20190924.png);
}
.proList a.n5 {
  background-image: url(../img/global/menuIcon/05.png);
}
.proList a.n6 {
  background-image: url(../img/global/menuIcon/06.png);
}
.proList a.n7 {
  background-image: url(../img/global/menuIcon/07.png);
}
.proList a.n8 {
  background-image: url(../img/global/menuIcon/08.png);
}
.proList a.n9 {
  background-image: url(../img/global/menuIcon/09.png);
}
.proList a.n11 {
  background-image: url(../img/global/menuIcon/11_2.png);
  opacity: 0.6;
  color: rgba(255, 255, 255, 1);
}
.proList a.n10 {
  background-image: url(../img/global/menuIcon/fiks_2.png);
}
.proList a.n12 {
  background-image: url(../img/global/menuIcon/jcprzx_2.png);
}
.serList a,
.newsList a {
  width: 100%;
  text-indent: 20px;
}
.menuBox .preBox ul {
  /* padding: 0 20px; */
  overflow: hidden;
  /* margin-top: 15px; */
}
.menuBox .preBox {
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: -webkit-transform 0.35s linear;
  transition: transform 0.35s linear;
}

.menuBox .nextBox .other {
  display: none;
}
.menuBox .nextBox .other .tit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  padding: 20px 0 10px 0;
}
.menuBox .nextBox .other a {
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.64);
  display: inline-block;
  width: 100%;
}
.searchForm {
  height: 48px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  background: url(../img/global/icon_04.png) no-repeat left center;
  background-size: 14px;
  text-indent: 18px;
  opacity: 0.8;
  position: relative;
  left: 200%;
  opacity: 0;
}
.searchForm .searchBtn,
.searchForm .searchBtn2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 48px;
  display: block;
}
.searchForm .searchBtn2 {
  height: 24px;
  line-height: 24px;
  width: 68px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  right: 0;
  left: auto;
  top: 8px;
  text-indent: 0;
  opacity: 0.5;
}
.searchForm input {
  background: none;
  color: rgba(255, 255, 255, 0.64);
  border: 0;
  height: 20px;
  line-height: 20px;
  margin-top: 14px;
  width: 90%;
}
.searchTitle{
  margin-top: 17px;
  margin-left: 16px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #232323;
  line-height: 24px;
  margin-bottom: 8px;
}
.menuSearch .preBox {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}
.menuSearch .searchForm {
  left: 0;
}
.searchHide .searchForm {
  opacity: 1;
}
.showMain .searchHide .searchBtn {
  opacity: 0;
}
.menuBox li,
.linkBtn {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1) translateY(-24px);
  transform: scale(1.1) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out,
    -webkit-transform 0.35s ease-out;
}
.showMain .menuBox li,
.showMain .linkBtn {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}
.showMain .menuBox li:nth-child(2) {
  -webkit-transition-delay: 100ms, 100ms;
  transition-delay: 100ms, 100ms;
}
.showMain .menuBox li:nth-child(3) {
  -webkit-transition-delay: 180ms, 180ms;
  transition-delay: 180ms, 180ms;
}
.showMain .menuBox li:nth-child(4) {
  -webkit-transition-delay: 260ms, 260ms;
  transition-delay: 260ms, 260ms;
}
.showMain .linkBtn {
  -webkit-transition-delay: 340ms, 340ms;
  transition-delay: 340ms, 340ms;
}

/*鍏叡搴曢儴*/
footer {
  padding: 0 20px 20px 20px;
  background: #F5F5F5;
}
.footNav ul {
  margin-bottom: 20px;
}
.footNav li {
  padding: 0 8px 0 0;
  position: relative;
}
.footNav li > a {
  height: 48px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  background: url(../img/global/icon_01_2.png) no-repeat right center;
  background-size: 12px;
  display: block;
}
.footNav li.on > a {
  background-image: url(../img/global/icon_02_2.png);
}
.footNav li.link > a {
  background-image: url(../img/global/icon_03_2.png);
}
footer .bBor:after {
  background: #d6d6d6;
}
footer .proList a,
footer .serList a,
footer .newsList a {
  color: rgba(0, 0, 0, 0.4);
}
footer .proList a.n1 {
  background-image: url(../img/global/menuIcon/01_2.png);
}
footer .proList a.n2 {
  background-image: url(../img/global/menuIcon/02_2.png);
}
footer .proList a.n3 {
  background-image: url(../img/global/menuIcon/03_2.png);
}
footer .proList a.n4 {
  background-image: url(../img/global/menuIcon/icon_04_2_20190924.png);
}
footer .proList a.n5 {
  background-image: url(../img/global/menuIcon/05_2.png);
}
footer .proList a.n6 {
  background-image: url(../img/global/menuIcon/06_2.png);
}
footer .proList a.n7 {
  background-image: url(../img/global/menuIcon/07_2.png);
}
footer .proList a.n8 {
  background-image: url(../img/global/menuIcon/08_2.png);
}
footer .proList a.n9 {
  background-image: url(../img/global/menuIcon/09_2.png);
}
footer .proList a.n11 {
  background-image: url(../img/global/menuIcon/11.png);
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
footer .proList a.n10 {
  background-image: url(../img/global/menuIcon/fiks.png);
}
footer .proList a.n12 {
  background-image: url(../img/global/menuIcon/jcprzx.png);
}
footer .icons {
  text-align: center;
  padding: 30px 0 15px 0;
}
footer .icons a {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  display: inline-block;
  background-size: 32px;
  margin: 0 5px;
}
footer .icons a.sina {
  background-image: url(../img/global/sina.png);
}
footer .icons a.logo3 {
  background-image: url(../img/global/logo3.png);
}
footer .icons a.logo4 {
  background-image: url(../img/global/logo4.png);
  background-size: auto 25px;
}
footer .icons a.wechat {
  background-image: url(../img/global/wechat.png);
}
footer .links {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
footer .links a {
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.4);
}
footer .links u {
  text-decoration: none;
}

.moreBtn {
  padding: 30px 0;
  text-align: center;
  color: #999;
}
.moreBtn a {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 0 20px;
  color: #c3c3c3;
  width: 30%;
}

/*闈㈠寘灞�*/
.path {
  height: 58px;
  line-height: 58px;
  position: relative;
  padding: 0 20px;
  color: #b7b7b7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.path a {
  color: #999;
}
.path u {
  padding: 0 12px;
  text-decoration: none;
}
.path.tBor:before {
  background: #d6d6d6;
}

.maBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}
.maBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
}

/*hero瑙嗛*/
.moviebox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  padding-top: 30%;
  display: none;
}
.moviebox .close {
  text-align: right;
}

/*hero鍏叡搴曢儴*/
.hotPro {
}
.hotPro .tit {
  text-align: center;
  font-size: 15px;
  color: #3c3c3c;
  margin: 60px 0 20px 0;
}
.hotPro .tabMain {
  display: none;
  overflow: hidden;
}
.hotPro .tabMain ul {
  padding: 20px 10px 0 10px;
}
.hotPro .tabMain li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.hotPro .tabMain li > a {
  display: block;
  margin: 0 10px;
}
.hotPro .tabMain .pic {
  overflow: hidden;
  border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #f4f4f4 !important;
}
.hotPro .tabMain p {
  text-align: center;
  color: #555;
  height: 24px;
  line-height: 24px;
  padding-top: 5px;
}
.hotPro .tabMain .color_1 {
  background: #e8d4c7;
}
.hotPro .tabMain .color_2 {
  background: #c2ced2;
}
.hotPro .tabMain .color_3 {
  background: #969696;
}
.hotPro .tabMain .color_4 {
  background: #f4f4f4;
}
.hotPro .tabMain .color_5 {
  background: #b6dedb;
}
.hotPro .tabMain .color_6 {
  background: #fbe8eb;
}
.hotPro .tabMain .more {
  padding-top: 20px;
  text-align: center;
  overflow: hidden;
  padding: 30px 0 80px 0;
  width: 100%;
}
.hotPro .tabMain .more a {
  color: #666;
  border: 1px solid #999;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 328px) {
  .proList a {
    text-indent: 50px;
  }
}
.backTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 97;
  background: url(../img/global/top.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  display: none;
}
.gizle {
  top: -80px;
}
.sabit {
  top: 0;
  z-index: 999;
}
.topBar {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
}

/*20170424*/
header {
  background: none;
  transition: background 0s ease-in;
  -webkit-transition: background 0s ease-in;
}

.storeIcon i {
  position: absolute;
  left: 22px;
  bottom: -18px;
  background: url(../img/store/icon_03.png) no-repeat center top;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: none;
}
.storeIcon u {
  position: absolute;
  background: #b60f0f;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  right: 15px;
  top: 12px;
}
header.showStore i {
  display: block;
}
header.showStore {
  background: #373734 !important;
}
header.showStore .logo {
  background-image: url(../img/global/logo2_20181123.png);
}
header.showStore .icon-bar,
header.showStore .btn-nav:hover .icon-bar {
  background: #fff;
}
header.showStore .storeIcon,
header.showMenu .storeIcon {
  background: url(../img/store/icon_02.png) no-repeat center center;
  background-size: 30px;
}
.storeMain {
  position: absolute;
  left: 0;
  top: 50px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 999;
  display: none;
}
.storeBox {
  padding: 20px;
  background: #fff;
}
.storeBox .infoBox {
  padding-bottom: 20px;
}
.storeBox .infoBox .pic {
  border-radius: 5px;
  text-align: center;
}
.storeBox .infoBox {
  text-align: center;
}
.storeBox .infoBox p {
  font-size: 14px;
  padding: 0 0 15px 0;
}
.storeBox .infoBox p u {
  padding: 0 10px;
  text-decoration: none;
  font-size: 12px;
}
.storeBox .infoBox .btn a {
  height: 50px;
  line-height: 50px;
  background: #b60f0f;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-size: 14px;
}
.storeBox .qNav {
}
.storeBox .qNav .lable {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
.storeBox .qNav .lable i {
  position: absolute;
  right: 3px;
  top: 0;
  min-width: 50px;
  height: 50px;
  background: url(../img/store/icon_09.png) no-repeat right center;
  background-size: 7px;
  font-style: normal;
  color: #b60f0f;
  text-align: center;
  font-size: 12px;
}
.storeBox .qNav .lable a {
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 30px;
  background-size: 18px;
  color: #666;
  font-size: 14px;
  display: block;
}
.storeBox .qNav .lable .icon1 {
  background-image: url(../img/store/icon_04.png);
}
.storeBox .qNav .lable .icon2 {
  background-image: url(../img/store/icon_05.png);
}
.storeBox .qNav .lable .icon3 {
  background-image: url(../img/store/icon_06.png);
}
.storeBox .qNav .lable .icon4 {
  background-image: url(../img/store/icon_07.png);
}
.storeBox .qNav .infos {
  margin: 20px 0 0 0;
  height: 21px;
  line-height: 21px;
  background: url(../img/store/icon_08.png) no-repeat left center;
  background-size: 18px;
  text-indent: 30px;
  color: #000;
  font-size: 14px;
}
.storeBox .qNav .infos span {
  float: right;
  display: inline-block;
  color: #b40d0d;
  border: 1px solid #b40d0d;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  text-indent: 0;
  cursor: pointer;
}
.storeBox .before .btn a {
  background: #050505;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin: 20px 0;
  cursor: pointer;
  display: block;
}
.storeBox .before .tip {
  text-align: center;
  padding-bottom: 20px;
}
.storeBox .before .tip a {
  color: #b81111;
  text-decoration: underline;
}
.storeBox  ul{
  width: 100%;
  overflow: hidden;
}
.storeBox  ul li{
  width: 25%;
  display: inline-block;
  font-size: 13px;
  float: left;
  color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin-bottom: 14px;
  text-align: center;
}
.storeBox  ul li img{
  width: 42px;
  height: 36px;
  margin-bottom: 4px;
}
.storeBox  ul li span{
  font-size: 10px;
  display: block;
}
.loginForm {
  padding: 0 20px 40px 20px;
  box-sizing: border-box;
  border-top: 1px solid #f3f3f3;
}
.loginForm h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 32px 0;
  color: #3c3c3c;
  text-align: center;
}
.loginForm .lable {
  position: relative;
  margin-bottom: 12px;
  *overflow: hidden;
}
.loginForm .lable input {
  height: 38px;
  line-height: 38px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  text-indent: 12px;
  color: #3c3c3c;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.loginForm .lable input.yzm {
}
.loginForm .lable .send,
.loginForm .lable .suan {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #ee9545;
  color: #fff;
  text-align: center;
  float: right;
  border: 0;
  cursor: pointer;
  text-indent: 0;
  margin-right: -150px;
}
.loginForm .tipTxt {
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: 12px;
  color: #aaa;
  z-index: 0;
  cursor: text;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.loginForm .other {
  padding: 15px 0 20px 0;
}
.loginForm .other .findWord {
  float: right;
}
.loginForm .other a {
  color: #b60f0f;
  text-decoration: underline;
}
.loginForm .other .tr {
  text-align: right;
}
.loginForm .other input {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.loginForm .btn a {
  height: 42px;
  line-height: 42px;
  background: #222;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.loginForm .b2 a {
  background: #b60f0f;
}
.loginForm .tip {
  text-align: center;
  padding-top: 20px;
}
.loginForm .tip a {
  color: #b81111;
  text-decoration: underline;
}
.loginForm .sns {
  text-align: center;
  color: #999;
  padding-top: 15px;
  height: 20px;
  line-height: 20px;
  padding-bottom: 8px;
}
.loginForm .sns img {
  position: relative;
  left: 8px;
  top: 4px;
}
.loginForm .ma {
  background: none;
  border: 0;
  padding: 0;
  padding-right: 150px;
  height: 45px;
}
.loginForm .ma .txt {
}

.storeBox .infoBox .proShopList {
  background: none;
  padding-left: 140px;
  min-height: 70px;
  display: table;
}
.storeBox .infoBox .proShopList .pic {
  width: 130px;
  float: left;
  margin-left: -135px;
  background: none;
}
.storeBox .infoBox .proShopList .pic img {
  width: 100%;
}
.storeBox .infoBox .proShopList p {
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  font-size: 14px;
  padding: 0;
}
.storeBox .infoBox .btn {
  margin-top: 15px;
}

.storeIcon {
  background: url(../img/home2017/cart.png) no-repeat center center;
  background-size: 18px;
  width: 50px;
  right:98px;
  position: absolute;
  top: 0;
  height: 50px;
}
.serchIcon{
  position: absolute;
  right: 100px;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../img/home2017/chat.png) no-repeat center center;
  background-size: 18px;
}
.zxIcon {
  position: absolute;
  right: 55px;
  top: 0;
  width: 50px;
  height: 50px;
  background: url('https://hsimage.fotile.com/202112081524221078132.png') no-repeat center center;
  background-size: 20px;
}
.zxIcon a {
  width: 100%;
  height: 100%;
  display: block;
}
header.showMenu .zxIcon {
  display: none;
}
.btn-nav {
  padding: 10px;
  padding-right: 20px;
}

.storeIcon i {
  left: 8px;
}
.showStore .zxIcon {
  display: none;
}
.showMenu .storeIcon {
  display: none;
}
header.showMenu {
  z-index: 1000;
}
header {
  z-index: 998;
}
header.showStore .storeIcon,
header.showMenu .storeIcon {
  background: url(../img/home2017/cart2.png) no-repeat center center;
  background-size: 30px;
}

.menuIcon .btn-nav,
.menuIcon2 .btn-nav {
  padding-top: 12px;
  padding-bottom: 12px;
}

.loginForm {
  padding-bottom: 80px;
}
.loginForm .toggle-login-style {
  box-sizing: border-box;
  margin-top: 15px;
  height: 42px;
  line-height: 40px;
  background: #fff;
  width: 100%;
  color: #000;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 14px;
  border: 1px solid #d3d3d3;
}
.loginForm-header h2 {
  padding: 0;
}
.loginForm-header {
  padding-top: 32px;
  padding-bottom: 32px;
}

.service-faq-dialog-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: no-repeat center
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj07JwAAAAWdFJOUwDEA/s57xGYL/Qe1FJsf7NDXuOMoalZ8xO/AAABlUlEQVRYw+1W0ZKEIAwDEUVQAXX7/5967s2dI9BK3X01jziJkAZaIR48uEQ3zl7u8HPo7rPbfoET3GrusJvooIAb2XyD0N+Qlvf7FSiouanzrYMLyKqd3QLwjULnAL5RqPOvFRoJDLxogRlYmMgCKJ7AQB3CAxM9EUAuH5StbkDNeR70NFS20J0dkMLqlG/OP9BYpKfsmEan/OT7WLcwURhMVmLsDENhtflfGlqRXVHHqUEv2oHgA5RRGIFS2Pl98c1UPDwUFM5HXJzxyAWN8iEWAisR2k5svAuF30Rt80TdE9jzE9JE0UeIOH+FFVUIZStC+W//UIXyPnYUP8nkkW0kyvl7OpijfkcmD3hEIKtjkp9CAXsW25y/YfeCtGDHQvMBtkRBVh9137wyS7bGX6Xgt62ci1W2yNPKQjTpifsqU6NG43h8SY8mrNakLwaVyOkq4aq/121QlVlr+tRAbouP9Skrapq+BM6cZ8k2v3FH3hEd1Vy4M+vm05Lyo7gHG3v3lysl1/GDef29kTbsaBvx4EEFPy+mi90qPLkbAAAAAElFTkSuQmCC");
  background-size: auto 32px;
}

.service-faq-dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.7);
}
.service-faq-dialog-body {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
.service-faq-container {
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
  bottom: 134px;
  overflow-x: hidden;
  overflow-y: auto;
}
.service-faq-dialog-body .placeholder {
  text-align: center;
  color: #999;
  font-size: 16px;
  padding-top: 100px;
}
.service-faq-header {
  padding: 0 32px;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #f3f4f6;
}
.service-faq-tit {
  margin-top: 17px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 999px;
  background: no-repeat left center;
  background-image: url("data:image/png;base64,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");
  background-size: auto 20px;
}

.sf-tabmenu-bar {
  position: relative;
}
.sf-tabmenu-item {
  position: relative;
  display: block;
  padding-left: 32px;
  padding-right: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #1a193a;
}
.sf-tabmenu-item:after {
  content: "";
  position: absolute;
  left: 32px;
  right: 18px;
  bottom: 0;
  height: 1px;
  overflow: hidden;
  background: #f3f4f6;
}
.sf-tabmenu-item:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: no-repeat center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAS0lEQVRYhe3WoQ0AMAhE0dJV2H8jmOWqay8kFf3nEJAXDIQkLSPdfdWZ6YxZ2+oaDAAAAAAAABBVZV3DqTzfAIDgIwIAAAAAAN8DDtnMEclTKWY+AAAAAElFTkSuQmCC");
  background-size: auto 16px;
}
.sf-tabmenu-item .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
}
.sf-tabmenu-item.active {
  color: #921d21;
  background: #f3f4f6;
}
.sf-tabmenu-item.active:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAPklEQVRYhe3WwREAEBADQKcPH3XrkvGljDNj00D2l8Rc+5TE1MxyAAAAAIAnADFaN0Z/A8IhAQAAAAAAyAZcEmcJ0PQiAnEAAAAASUVORK5CYII=");
}
.sf-tabmenu-item .sf-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  overflow: hidden;
  background: no-repeat center url("../img/service_faq_sprite@2x.png");
  background-size: auto 24px;
}
.sf-tabmenu-item .sf-icon.xiyouyanji {
  background-position: 0 0;
}
.sf-tabmenu-item .sf-icon.zaoju {
  background-position: -24px 0;
}
.sf-tabmenu-item .sf-icon.xiaodugui {
  background-position: -48px 0;
}
.sf-tabmenu-item .sf-icon.zhengwei {
  background-position: -72px 0;
}
.sf-tabmenu-item .sf-icon.zhengxiang {
  background-position: -96px 0;
}
.sf-tabmenu-item .sf-icon.kaoxiang {
  background-position: -120px 0;
}
.sf-tabmenu-item .sf-icon.weibolu {
  background-position: -144px 0;
}
.sf-tabmenu-item .sf-icon.xiwanji {
  background-position: -168px 0;
}
.sf-tabmenu-item .sf-icon.reshuiqi {
  background-position: -192px 0;
}
.sf-tabmenu-item .sf-icon.fuwu {
  background-position: 100% 0;
}
.sf-content {
  display: none;
  background: #f3f4f6;
}
.service-faq-footer {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  border-top: 1px solid #f3f4f6;
}
.service-faq-footer > h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.service-faq-footer .online-service-control .control-btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
}
.online-service-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 207px;
  height: 0;
  padding-top: 45px;
  overflow: hidden;
  background: no-repeat center;
  background-image: url("data:image/png;base64,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");
  background-size: auto 45px;
}
.sf-faq-items {
  overflow: hidden;
  padding-left: 32px;
  padding-right: 18px;
  padding-bottom: 32px;
}
.sf-faq-items > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.sf-faq-items > li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 37px;
  height: 1px;
  overflow: hidden;
  background: #dcdcdc;
}
.sf-faq-items > li:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 37px;
  height: 1px;
  overflow: hidden;
  background: #dcdcdc;
}
.sf-faq-items > li > .num {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(228, 222, 217, 1);
  border-radius: 20px;
}
.sf-faq-items > li > a {
  padding-left: 37px;
  display: block;
  color: #000;
}

/* 20181206 header */
header.transparent {
  background: transparent !important;
}
header.transparent .logo {
  background-image: url(../img/global/logo2_20181123.png);
}
header.transparent .icon-bar {
  background-color: #fff;
}
header.transparent .storeIcon,
header.showStore .storeIcon {
  background-image: url(../img/home2017/cart_inverse.png);
  background-size: 18px;
}
header.transparent .zxIcon {
  background-image: url(../img/home2017/chat_inverse.png);
}

.subscribe-group.fixed {
  position: fixed !important;
  left: 50% !important;
  bottom: 30px !important;
  z-index: 100;
  /* margin-left: -4.24rem; */
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 84%;
  height: 54px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0.533333rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0.533333rem 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.control-group .quick-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 18px;
  color: #FF000A;
  font-size:12px;
  text-align: center;
}
.control-group .quick-link::before {
  background-image: url(https://hsimage.fotile.com/c3b03014-4ee6-4b1d-a2df-4511dd974347.png);
}
.control-group .quick-link::before {
  content: '';
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.control-group .control-btn {
  margin-right: 10px;
  width: 55%;
  height: 40px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 60px;
  background: #FF000A;
}
.hSearch{border-bottom: 1px solid #000000;}
.hSearchPage{ position:fixed; left:0; top:0; width:100%; height:100vh!important; display:none; z-index:9999; background:#f5f5f5;overflow-y: scroll;}
    .hSearchPage .hSearch,.menuMain .hSearch{ margin:12px; height:24px; line-height:24px; padding:8px 0;margin-top: 0;}
    .hSearchPage .hSearch h3{font-size: 18px;}
    .hSearchPage .hSearch .input{height:24px; line-height:24px;flex: 1;}
    .hSearchPage .hSearch .search-flex{display: flex;align-items: center;}
    .hSearchPage .hSearch .search-text{
      width: 60px;
      height: 28px;
      background: #1A1A1A;
      text-align: center;
      line-height: 28px;
      font-size: 14px;
      color: #FFFFFF;
      margin-left: 5px;
      flex-shrink: 0;
    }
    .hSearchPage h4{ height:50px; line-height:50px; font-weight:normal; color: #afafaf; font-size:13px;}
    .hSearchPage .dsBox{height:36px; line-height:36px; padding:10px; padding-left:30px; padding-right:30px; color:#000; font-size:13px; }
    .hSearchPage .bgc{ background:#f6f6f6;}
    .hSearchPage .dsBox .link{ float:right; height:32px; line-height:32px; border:1px solid #d1d1d1; font-size:13px; color:#000; padding:0 15px; border-radius: 4px; font-weight:normal;}
    .hSearchPage .close,.menuMain .close{ position:absolute; right:10px; top:19px; width:24px; height:23px; background:url("https://hsimage.fotile.com/202311151717234374926.png") no-repeat center center; background-size:24px 23px;}
    .hSearch .input {
      background: #f5f5f5 url("/webstatic/Public/Mobile/img/global/Search@3x.png") no-repeat 10px center;
      background-size: 18px;
      text-indent: 38px;
      width: 100%;
      border: 0;
  }
  .hasMore{
    width: 113px;
    height: 40px;
    background: #1A1A1A;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 100px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
  }
  .hasMore img {
    width: 17px;
    height: 17px;
    vertical-align: sub;
    margin-left: 2px;
}
  .noMore{
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    display: none;
  }
  .hotConbox  .hot{
    overflow: hidden;
    max-height: 72px;
  }
  .hotConbox  .hot li {
    float: left;
    background: #fff;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;             
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:94%
}
.hotSearch{
  width: 15px;
  height: 15px;
  vertical-align: bottom;
}
.defaultBox,.searchContent{
  padding: 0 12px;
}
.selected{overflow: hidden;}
.newsBox{overflow: hidden;}
.newsBox li{
  height:242px;float: left;list-style: none;background-color: #fff;margin-bottom: 15px;
  width: calc(50% - 7.5px);
}
.newsBox li img{
  height: 80px;
  object-fit: cover;
}
.newsBox li:nth-child(odd){
  margin-right: 15px;
}
.newsBox li a{display: block;color: #000;}
.newsBox li p{
  font-size: 14px;
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
  height: 110px;
}
.inspireItem{
  height:294px!important;
}
.inspireItem p{
  height: auto!important;
  margin-top: 11px!important;
  margin-left: 12px!important;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 36px;
}
.inspireItem .other{
  padding-left: 12px!important;
  margin-top: 10px!important;
  font-size: 10px;
}
.other{padding-left: 20px;color: #C1C1C1;}
.tabs{
  display: flex;
  justify-content:center;
  margin-bottom: 20px;
  width: 60%;
  margin-left: 20%;
}
.tabs span{
  line-height: 50px;text-align: center;width: 68px;
  height: 50px;
  line-height: 50px;
}
.count{
  text-align: center;font-size: 18px;    
  margin-bottom: 27px;
  margin-top: 30px;
  color: #000;
  font-weight: 600;
}
.tabs .on{
  background-color: #fff;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1A1A;
}
.selected li {
  width: calc(50% - 2px);
  height: 58px;
  background-color: #fff;
  float: left;
  text-align: center;
  margin-bottom: 3px;
}
.selected li a{
  display: flex;
  align-items: center;
  height: 100%;
  color: #000000;
  justify-content: space-around;
}
.selected li:nth-child(odd){
  margin-right: 3px;
}
.searchContent{display: none;}
.searchContent .minipro{display: none;}
.selected li span{
  margin-left: 3px;
  width: 110px;
  display: inline-block;
  text-align: left;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 12px;
}
.lineStyle{
  white-space: pre-line;
}
.selected li img {
  width: 40px;
  height: 40px;
}
  .ftlogo{
    width: 141px;
    margin: 0 auto ;
    margin-top: 30px;
    display: block;
}
#footerWapper .icons2{
  display: block;
}
#footerWapper .icons2 img{
width: 18px;margin-right: 15px;
}
.productBox li{
  list-style: none;background-color: #fff;
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
}
.productBox li .showModel{
  font-size: 0.14rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-top: 6px!important;
  margin-bottom: 5px;
}
.smallCard_right .card_div {
  width: 100%;
}
.searchContent .productBox .goods-li {
  height: auto; 
  min-height: 120px;
  padding: 10px 0;
  position: relative;
}
.productDetailBox .productBox .goods-li a, .hSearchPage .productBox .goods-li a {
  min-height: 120px;
  max-width: calc(100% - 44px);
}
.productBox img{
  width: 100px;
  height: 100px;
  margin-right: 10px;
  object-fit: cover;
}
.productDetailBox .productBox li a,.hSearchPage .productBox li a{
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 10px;
  box-sizing: border-box;
}
.tags {
  color: #61646A;
  font-size: 12px;
  border: 1px solid #F0F0EE;
  border-radius: 3px;
  padding: 1px 3px;
  margin-right: 1px;
  display: inline-block;
}
.whiteBtn{
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  display: inline-block;
  font-size: 10px;
  padding: 8px 20px;
}
.redBtn{
  color: #fff;
  border: 1px solid #9C1D22;
  background-color: #9C1D22;
  display: inline-block;
  font-size: 10px;
  padding: 8px 20px;
}
.blackBtn{
  color: #000;
  border: 1px solid rgba(000,000,000,0.3);
  display: inline-block;
  font-size: 10px;
  padding: 8px 20px;
}
.ads_redBtn{
  color: #fff;
  border: 1px solid #9C1D22;
  background-color: #9C1D22;
  display: inline-block;
  font-size: 10px;
  height: 30px;
  line-height: 13px;
  padding: 8px 20px;
  text-align: center;
  box-sizing: border-box;
}
.ads_whiteBtn{
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  display: inline-block;
  font-size: 10px;
  height: 30px;
  line-height: 13px;
  padding: 8px 20px;
  text-align: center;
  box-sizing: border-box;
}
.ads_blackBtn{
  color: #000;
  border: 1px solid rgba(000,000,000,0.3);
  display: inline-block;
  font-size: 10px;
  height: 30px;
  line-height: 13px;
  padding: 8px 20px;
  text-align: center;
  box-sizing: border-box;
}
/* 移动端按钮 */
/* 进一步按钮 */
.mb_dark_know {
  width: 100px;
  height: 40px;
  background: rgba(216, 216, 216, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
/* 预约体验 */
.mb_order_exp {
  width: 88px;
  height: 40px;
  line-height: 40px;
  background: rgba(216, 216, 216, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
/* 了解详情 */
.mb_white_know {
  width: 88px;
  height: 40px;
  line-height: 40px;
  background: rgba(216, 216, 216, 0);
  border: 1px solid rgba(193, 193, 193, 0.2);
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center;
}
/* 打卡赢新品 */
.mb_play_card_new {
  width: 100px;
  height: 40px;
  background: #9C1D22;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
/* 立即预约 */
.mb_instant_order {
  width: 212px;
  height: 40px;
  background: #9C1D22;
  line-height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
/* 立即预约（无法点击) */
.mb_instant_no_order {
  width: 212px;
  height: 40px;
  background: #A9A9A9;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
/* 更多加载 */
.mb_loadmore {
  width: 113px;
  height: 40px;
  background: #000000;
  border: 1px solid #C1C1C1;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.mb_loadmore img {
  width: 16px;
  height: 16px;
  margin-left: 9px;
  vertical-align: middle;
}
/* 播放视频 */
.mb_play_video {
  width: 120px;
  height: 41px;
  line-height: 41px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb_play_video img {
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin-left: 9px;
}
/* 详情页 立即预约 */
.mb_detail_order {
  width: 334px;
  height: 40px;
  line-height: 40px;
  background: #9C1D22;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
#floatPanelMiniPro .mg53{margin: 0 53px!important;}
#floatPanelMiniPro .mg53 .menu_bar_bottom_left{
  width: 100%!important;
}
.takePosition{
  background-color: #F8F7F8;
  height:70px;
  display: none
}
#uniFooterWapper{
  display: none;
  margin-top: -1px;
}
#uniFooterWapper .footNavNew{
  padding-top: 20px;
}