/* 轮播 */
.banner {
    width: 100%;
    /* height: 180px; */
}
.banner img {
    display: block;
    width: 100%;
    /* height: 180px; */
}
/*  头 */
.hd-special {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    font-size: 15px;
}
.hd-search .hd-s-search {
    margin-left: 15px;
}
.hd-s-search {
    width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background-color: #f2e6e7;
    border-radius: 2px;
    height: 28px;
    margin-top: 8px;
    position: relative;
    margin-right: 15px;
}
.hd-s-search input {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
    padding-left: 28px;
    background: #f2e6e7 url(../images/5.png) no-repeat 8px center;
    background-size: 15px 15px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding-right: 15px;
}

.clear-content {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/58.png) no-repeat center center;
    background-size: 15px auto;
    text-indent: -999px;
    overflow: hidden;
}
.hd-search .hd-s-recom {
    width: 54px;
}
.hd-s-recom {
    display: block;
    width: 89px;
    text-align: center;
    color: #fff;
}

/* 滑动 */
.mescroll {
    position: fixed;
    top: 44px;
    bottom: 53px;
    height: auto;
    max-width: 750px;
}


.oneover {
	font-family:"阿里妈妈数黑体 Bold";
}

@font-face {
  font-family: "阿里妈妈数黑体 Bold";font-weight: 700;src: url("../../../js/AlimamaShuHeiTi-Bold.woff2") format("woff2"),
  url("../../../js/AlimamaShuHeiTi-Bold.woff") format("woff");
  font-display: swap;
}

.search-hot {
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.sc-h-title {
    margin-top: 4px;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    color: gray;
    font-size: 14px;
}

.sc-h-tap {
    margin: 0 15px;
    border-radius: 2px;
}

.sc-h-tap span {
    position: relative;
    display: block;
    float: left;
    margin-right: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: #f2e6e7;
    margin-bottom: 12px;
    border-radius: 5px;
}