/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
.product {
    font-size: 0.28rem;
    color: #434343;
}

.product .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    -webkit-box-shadow: 0rem 0.04rem 0.14rem 0rem rgba(0, 0, 0, 0.06);
    box-shadow: 0rem 0.04rem 0.14rem 0rem rgba(0, 0, 0, 0.06);
    background: #fff;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product .header .back-btn {
    display: inline-block;
    width: 0.17rem;
    height: 0.38rem;
    background: url(/_statics/wap/images/new-webapp/back_ic.png) no-repeat center;
    background-size: 100%;
}

.product .header .header-title {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.product .header .nav-btn {
    display: inline-block;
    width: 0.36rem;
    height: 0.34rem;
    background: url(/_statics/wap/images/new-webapp/nav_icon.png) no-repeat center;
    background-size: 100%;
}

.product .main-body {
    width: 100%;
    background: #F1F2F3;
}

.product .main-body .list-nav::after,
.product .main-body .sub-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.9rem;
}

.product .main-body .list-nav::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.product .main-body .list-nav {
    width: 2rem;
    height: 100vh;
    overflow-y: auto;
}

.product .main-body .list-nav .item {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.product .main-body .list-nav .item-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    padding: 0 0.2rem;
    color: #434343;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.product .main-body .list-nav .act {
    border-left: 2px solid #E04043;
    color: #E04043;
    background: #fff;
}

.product .main-body .sub-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
}

.product .main-body .sub-list .detail {
    width: 100%;
    padding: 0.27rem 0.2rem;
    display: none;
}

.product .main-body .sub-list .detail .title {
    font-size: 0.26rem;
    color: #434343;
    font-weight: 500;
}

.product .main-body .sub-list .detail .hot-list {
    padding: 0.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product .main-body .sub-list .detail .hot-item {
    width: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-left: 0.3rem;
}

.product .main-body .sub-list .detail .hot-item .imgbox {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product .main-body .sub-list .detail .hot-item img {
    max-width: 100%;
    max-height: 100%;
}

.product .main-body .sub-list .detail .hot-item .name {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #434343;
}

.product .main-body .sub-list .detail .hot-item:nth-of-type(1) {
    margin-left: 0;
}

.product .main-body .sub-list .detail .second-level {
    padding: 0.2rem 0 0;
}

.product .main-body .sub-list .detail .second-tit {
    font-size: 0.26rem;
    color: #434343;
}

.product .main-body .sub-list .detail .three-level {
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product .main-body .sub-list .detail .three-item {
    margin: 0 0.3rem 0.2rem 0;
}

.product .main-body .sub-list .detail .three-item-link {
    color: #98999A;
}

.product .main-body .sub-list .sub-act {
    display: block;
}

.cate-body {
    padding: .2rem;
}

.cate-body-head {
    height: .9rem;
    background: #fff;
    border-radius: .1rem;
    line-height: .9rem;
    padding: 0 .2rem;
}

.cate-body-head a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.cate-body-main {
    border-radius: .1rem;
    background: #fff;
    margin-top: .3rem;
}

.cate-body-main-title {
    height: .9rem;
    line-height: .9rem;
    padding: 0 .2rem;
}

.cate-body-main-title a {
    color: #333;
}

.cate-body-main-type {
    padding: 0 .1rem .3rem .1rem;
}

.cate-body-main-type ul {
    overflow: hidden;
}

.cate-body-main-type ul li {
    width: 3.35rem;
    height: .7rem;
    background: #f5f5f5;
    border-radius: .06rem;
    float: left;
    margin: .05rem;
}

.cate-body-main-type ul li a {
    color: #333;
    display: block;
    width: 3.35rem;
    height: .7rem;
    line-height: .7rem;
    padding-left: .2rem;
    font-size: 0.24rem;
}

.cate-body-head a i, .cate-body-main-title a i {
    color: #555;
    float: right;
    font-size: 30px;
    margin-top: 8px;
}