* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: '';
    line-height: 0;
}

.hidden {
    display: none;
}

.ui-border-b {
    border-bottom: 1px solid #e0e0e0;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont/iconfont.eot');
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont/iconfont.woff') format('woff'), url('iconfont/iconfont.ttf') format('truetype'), url('iconfont/iconfont.svg#iconfont') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.box {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    overflow: hidden;
}

.box .cu-cat {
    position: fixed;
    height: 43px;
    display: flex;
    background-color: #ffffff;
    top: 0;
    z-index: 999;
    width: 100%;
}

.box .cu-cat .tabs {
    background-color: #FFF;
    border-bottom: none;
    flex: 1;
    overflow: hidden;
}

.box .cu-cat .tabs ul {
    overflow-x: auto;
    white-space: nowrap;
}

.box .cu-cat .tabs li {
    height: 41px;
    font-size: 14px;
    line-height: 41px;
    display: inline-block;
    margin: 0px 10px;
    border-bottom: 2px transparent
}

.box .cu-cat .tabs li a {
    line-height: 24px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    width: auto;
}

.box .cu-cat .tabs li.ui-state-active {
    border-bottom: 2px solid #D91200;
}

.box .cu-cat .tabs li.ui-state-active a {
    color: #D91200;
    /* font-weight: bold; */
}

.box .cu-cat .catall {
    width: 36px;
    height: 40px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.box .cu-cat .catall:before {
    box-shadow: -3px 0px 4px rgba(0, 0, 0, .3);
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    z-index: 0;
    top: 12px;
    left: 3px;
}

.box .cu-cat .catall .innerbox {
    text-align: center;
    line-height: 38px;
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    margin: 2px 0;
    background-color: #ffffff;
}

.box .cu-cat .catall .innerbox img {
    width: 14px;
    height: 14px;
}

.box .cu-cat .less {
    display: none;
}

.cu-list {
    margin-top: 45px;
}

.cu-list-item {
    padding: 10px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.cu-list-item .goto {
    display: flex;
    background-color: #ffffff;
}

.cu-list-item .pic {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    border-radius: 3px;
}

.cu-list-item .info {
    flex: 1;
    position: relative;
}

.cu-list-item .info .title {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    height: 38px;
    text-align: left;
    text-align-last: left;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.cu-list-item .info .nowprice {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF4400;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.cu-list-item .info .nowprice .symbol {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FF4313;
}

.cu-list-item .info .outprice {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
}

.cu-list-item .info .sale {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
}

.cu-list-item .info .quan {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 15px;
    background-image: url(../images/bcj_quan_bg.png);
    background-size: 100% 100%;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
}

.cu-pop {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.cu-pop .cu-cat-pop {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 0px 10px;
    padding-bottom: 30px;
    border-radius: 0 0 10px 10px;
}

.cu-pop .cu-cat-pop .cat {
    margin-top: 22px;
}

.cu-pop .cu-cat-pop .cat .hd {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 6px;
}

.cu-pop .cu-cat-pop .cat .bd {
    margin-left: -3px;
}

.cu-pop .cu-cat-pop .cat .bd ul li {
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.cu-pop .cu-cat-pop .cat .bd ul li a {
    font-size: 12px;
    background-color: #F6F6F6;
    color: #333333;
    width: 65px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 14px;
    margin: 3px 3px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}

.cu-pop .cu-cat-pop .cat .bd ul li a.on {
    background-color: #FF9000;
    color: #FFFFFF;
}

.cu-pop .cu-cat-pop {
    max-height: 378px;
    overflow-y: auto;
}

.no-more {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 0 0;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
}

.list-loading {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 0 0;
    height: 44px;
    overflow: hidden;
}