/* 搜索框 */
.index-header-wrap-new {
  display: none;
}
.search_box {
  width: 100%;
  min-height: 256px;
  background: url('https://cdn.55haitao.com/bbs/data/attachment/deal/20190424111304113.jpg') no-repeat center center;
  background-size: cover;
  /* padding-top: 80px; */
  border-top: 3px solid #FF4121;
}

.search_title {
  width: 509px;
  height: 92px;
  background: url('../images/tmall-banner-title-new.png') no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  margin-top: 32px;
}

.saerch_form {
  width: 509px;
  margin: 0 auto;
  margin-top: 18px;
  position: relative;
}

.taobao_search_input {
  width: 509px;
  height: 44px;
  border-radius: 22px;
  border: 0px;
  font-size: 16px;
  line-height: 44px;
  background-color: #fff;
  border-width: 0px;
  padding-left: 48px;
  box-sizing: border-box;
  position: relative;
  outline: none;
}

.search_box .icon_search {
  display: block;
  width: 24px;
  height: 24px;
  background: url('https://cdn.55haitao.com/bbs/data/attachment/deal/20190424110640752.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 10px;
  z-index: 1;
}

.search_btn {
  width: 128px;
  height: 44px;
  background-color: #FF853B;
  color: #fff;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  border-radius: 0px 22px 22px 0px;
  position: absolute;
  right: -1px;
  top: 0px;
  cursor: pointer;
}

/* 搜索自动补全 */
.complet_lis {
  position: absolute;
  width: 400px;
  /* border: 1px solid #d0d0d0; */
  top: 46px;
  left: 48px;
  background-color: #fff;
  z-index: 20;
  font-size: 0;
}

.complet_lis li a {
  width: 366px;
  display: block;
  height: 28px;
  padding: 0px 16px;
  font-size: 14px;
  color: #3c3c3c !important;
  line-height: 28px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.complet_lis li a strong {
  color: #ff5b34;
}

.complet_lis li:first-child {
  border-top: 1px solid #d0d0d0;
}

.complet_lis li:last-child {
  border-bottom: 1px solid #d0d0d0;
}


.complet_lis li a span {
  color: #ff5b34;
}

.complet_lis li a:hover {
  color: #3c3c3c !important;
  background-color: #ffdfc2;
}

/* 历史搜索 */
.history_title {
  color: #979797;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  line-height: 20px;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  position: relative;
}

.history_title .history_close {
  width: 20px;
  height: 20px;
  background: url('../images/icon-close.svg') no-repeat center center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* 热门标签 */
.tag_list {
  /* width: 684px; */
  width: 509px;
  margin: 0 auto;
  margin-top: 16px;
}

.tag_list li {
  float: left;
  height: 28px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 14px;
  font-size: 12px;
  line-height: 28px;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
}

.tag_list li a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/icon-hot.svg') no-repeat center center;
  position: absolute;
  left: 5px;
  top: 4px;
}

.tag_list li a {
  color: #fff;
  display: block;
  padding-left: 26px;
  padding-right: 10px;
}

.tag_list li a:hover {
  color: #fff !important;
}

/* 其他问题及解答 */
.info_box {
  background-color: #fff;
  padding: 24px 0;
}

.site_box {
  width: 960px;
  /* height: 92px; */
  margin: 0 auto;
}

.site_box li {
  position: relative;
  float: left;
  margin: 0 25px;
  width: 70px;
}

.site_box li img {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
}

.site_box li sup {
  position: absolute;
  top: -10px;
  left: 20%;
}
.site_box li sup img {
  width: 80px;
}

.site_box li sup {
  width: auto;  
}

.site_box li a {
  display: block;
}

.site_box li p {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #979797;
}

/* .site_box ul>li:last-child {
    margin-right: 0px;
} */

.qa_title {
  width: 720px;
  text-align: center;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #3c3c3c;
  background: url('../images/title_bg.png') no-repeat center center;
  margin-top: 40px;
}

.q_a ul {
  width: 960px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 24px;
}

.q_a li:nth-child(3) img {
  margin-right: 0px;
}

.q_a li img {
  width: 308px;
  height: 116px;
  border-radius: 5px;
  margin-right: 16px;
  cursor: pointer;
}

/* 淘宝返利说明 */
.taobao_des {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
}

.taobao_des::before {
  content: '';
  width: 32px;
  height: 20px;
  /* background: url('../images/triangle.svg') no-repeat center center; */
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.des_main {
  width: 656px;
  /* height: 384px; */
  margin: 0 auto;
  padding-top: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 30;
  counter-reset: sectioncounter;
}

.des_title {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #3c3c3c;
  font-weight: 900;
}

.des_main p {
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
  width: 576px;
  margin: 0 auto;
}

.des_main p:last-child {
  padding-bottom: 40px;
}

.des_main p::before {
  content: counter(sectioncounter) '. ';
  counter-increment: sectioncounter;
}

.des_close {
  width: 30px;
  height: 30px;
  background: url('../../images/icon-close.svg') no-repeat center center;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 40;
}

.tmall_hot .hot_title {
  margin: 24px auto;
  /* width: 130px; */
  /* height: 32px; */
  text-align: center;
  color: #3c3c3c;
  font-size: 22px;
  line-height: 32px;
}

.tmall_hot .hot_title img {
  position: relative;
  top: 4px;
}

.tmall_hot.tmall-page {
  width: 956px;
}

.tmall_hot .tmall-prod-item:nth-child(5n) {
  margin-right: 12px;
}

.tmall_hot .tmall-prod-item:nth-child(4n) {
  margin-right: 0px;
}

.tmall_hot .tmall-productions {
  /* margin: 24px 0 24px; */
  margin: 0px auto;
}


.loadmore_text {
  text-align: center;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 20px;
  margin-top: 20px;
}

.float-bar {
  position: fixed;
  right: 50%;
  top: 50%;
  margin-right: -584px;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(60, 60, 60, .03), 0 8px 16px rgba(60, 60, 60, .03);
}

.float-bar__item {
  display: block;
  padding: 12px;
  color: #979797;
  font-size: 12px;
  line-height: 1.333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.float-bar__item:hover {
  color: #FF5B34;
}

.float-bar__item+.float-bar__item {
  border-top: 1px solid #E6E6E6;
}

.float-bar__item img {
  display: block;
  margin: 0 auto 8px;
}

.go-top-btn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .float-bar__item {
    padding: 8px;
  }
}