.type-data-banner {
    margin: 10px auto;
    text-align: center;
}

.type-data-banner .bd ul {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.type-data-banner .bd li {
    width: 33%;
    float: left;
    font-size: 14px;
    text-align: center;
}

.type-data-banner .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}

.type-data-banner .bd li img {
    width: 90px;
    height: 142px;
    background: url(images/loading.gif) #fff center center no-repeat;
}


.type-data-banner .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #80BD6D;
    background: #f6f6f6;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
}

.type-data-banner .hd ul {
    float: right;
    padding-top: 16px;
}

.type-data-banner .hd li {
    float: left;
    width: 8px;
    height: 8px;
    background: #D0D0D0;
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.type-data-banner .hd .on {
    background: #80BD6D;
}

.type-data-banner .prev, .picScroll .next {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url(images/pisScrollIcons.gif) -6px -7px no-repeat;
    overflow: hidden;
    margin: 11px 5px 0 5px;
}

.type-data-banner .next {
    background-position: -34px -7px;
}

.type-data-banner .prevStop {
    background-position: -6px -40px;
}

.type-data-banner .nextStop {
    background-position: -34px -40px;
}




/* Tab切换 */
.tab-box .top-type {
    overflow-x: scroll;
    width: calc(100% - 2.5rem);
    display: flex;
    height: 2.5rem;
    line-height: 2.5rem;
    vertical-align: middle;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background: #fff;
}
.tab-box .top-type>.swiper-slide {
    display: flex;
    width: max-content;
}
.tab-box .top-type>.swiper-slide>div {
    display: inline-block;
    width: max-content;
    padding: 0px 0.2rem;
}
.tab-box{
    height: 100%;
}
.tab-touch-wrapper{
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
.tap-box{
    margin-bottom: 3rem!important;
}


html,body {
    position:relative;
/*    height:100%;*/
}
html {
/*    overflow:hidden;*/
}
* {
    padding:0;
    margin:0;
}
li {
    list-style:none;
}
.img img {
    width:100%;
    display:block;
}

