/*基础样式*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

input {
    border: none;
    outline: none;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    max-width: 750px;
    margin: 0 auto;
}

body {
    font: 12px "Microsoft Yahei", "宋体", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

/*分类页面start*/
.classify-layout {
    padding-bottom: 50px;
}

.classify-layout .classify-title {
    font: bold 0.4rem 'PingFang-SC';
    height: 1.16rem;
    line-height: 1.16rem;
    color: #404040;
    padding-left: 0.28rem;
}

.classify-layout .trade-swiper {
    height: 2.37rem;
    padding-left: 0.28rem;
}

.classify-layout .trade-swiper .swiper-slide {
    margin-right: 0.24rem;
    width: 2.08rem;
}

.classify-layout .trade-a {
    display: inline-block;
    border-radius: 0.08rem;
    position: relative;
}

.classify-layout .trade-img {
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 0.2rem;
    box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.classify-layout .trade-text {
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0.24rem;
    /*left: 0.29rem;*/
    left: 50%;
    transform: translate(-50%, 0);
    width: 1.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.classify-layout .view-more-btn {
    font-size: 0.32rem;
    color: #ff9000;
    margin-bottom: 0.07rem;
}

.classify-layout .soft-header {
    height: 1.16rem;
    padding-right: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.classify-layout .soft-content {
    padding: 0 0.16rem;

}

.classify-layout .soft-ul{
    width: 100%;
    box-sizing: border-box;
}
.classify-layout .soft-li {
    /*width: 3.35rem;*/
    /*margin: 0 0.12rem 0.24rem;*/
    height: 1.48rem;
    float: left;
    width: 50%;
    padding: 0 0.12rem 0.24rem;
    margin: 0;
    box-sizing: border-box;
}

.classify-layout .soft-a {
    width: 100%;
    height: 100%;
    padding: 0 0.24rem 0 0.29rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f4;
    border-radius: 0.16rem;
}

.classify-layout .soft-name {
    font-weight: bold;
    font-size: 0.28rem;
    /*font-family: PingFang-SC;*/
    color: #404040;
    /*max-width: 1.56rem;*/
    flex: 1;
}

.classify-layout .soft-pic {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

/*分类页面end*/

/*行业分类页面start*/
/*返回标题*/
.back-header {
    width: 100%;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e9;
}

.trade-wrapper .trade-top-layout {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0.07rem 0.16rem 0px rgba(0, 0, 0, 0.06);
}

.back-header .back-box {
    position: absolute;
    left: 0.32rem;
    top: 50%;
    transform: translate(0, -50%);
}

.back-header .back-icon {
    width: 0.2rem;
    height: 0.39rem;
    vertical-align: middle;
}

.back-header .back-text {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0.32rem;
    color: #333;
    margin-left: 0.05rem;
    vertical-align: middle;

}

.back-header .back-title {
    font-weight: bold;
    font-size: 0.32rem;
    color: #000;
    position: relative;
    line-height: 1em;
}

.back-header .back-title-industry:after {
    content: '';
    display: block;
    font-size: 0;
    width: 0.23rem;
    height: 0.12rem;
    position: absolute;
    top: 50%;
    right: -0.3rem;
    transform: translate(0, -50%);
    background: url('/assets/vip/img/vip_spirits.png') no-repeat -6.42rem 0;
    background-size: 7.5rem 5rem;
}

.back-header .searchBtn {
    position: absolute;
    right: 0.43rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    display: block;
    width: 0.33rem;
    height: 0.33rem;
    /*background: url('/assets/vip/img/vip_spirits.png') no-repeat -5.69rem 0;*/
    background: url('/assets/vip/img/vip_spirits.png') no-repeat -5.68rem 0;
    background-size: 7.5rem 5rem;
}

/*顶部导航栏*/
.trade-wrapper .trade-nav {
    width: 100%;
    height: 0.56rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-top: 0.28rem;
}

.trade-wrapper .trade-nav .scroller {
    position: absolute;
    padding-left: 0.32rem;
}

.trade-wrapper .trade-nav li {
    float: left;
}

.trade-wrapper .trade-nav a {
    display: block;
    font-size: 0.26rem;
    color: #404040;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.21rem;
    border-radius: 0.24rem;
}

.trade-wrapper .trade-nav .cur .trade-nav-a {
    /*background-image: linear-gradient(-30deg, #ffa81e 0%, #ff9000 100%);*/
    /*box-shadow: 0px 0.07rem 0.16rem 0px rgba(255, 144, 0, 0.34);*/
    background-image: linear-gradient(-30deg, #ffa81e 0%, #ff9000 100%);
    box-shadow: 0px 0.04rem 0.081rem 0px rgba(255, 144, 0, 0.34);
    color: #fff;
}

/*排序*/
.trade-wrapper .other-nav {
    width: 100%;
    height: 0.7rem;
    padding: 0 0.32rem;
    background-color: #fff;
    /*margin-top: 0.11rem;*/
}

.trade-wrapper .other-nav-border {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trade-wrapper .marginTop {
    margin-top: 2.88rem;
}
.trade-wrapper.activeFiltrate .marginTop{
    margin-top: 3.58rem;
}
.trade-wrapper .other-nav .other-nav-li {
    float: left;
    margin-right: 0.4rem;
}

.trade-wrapper .other-nav .other-nav-a {
    color: #9d9d9d;
    /*font-family: PingFang-SC;*/
    font-size: 0.24rem;
}

.trade-wrapper .other-nav .trade-a-current {
    color: #ff9000;
}
.trade-wrapper .other-nav .trade-filtrate{
    display: flex;
    align-items: center;
}
.trade-wrapper .other-nav .trade-filtrate-text {
    color: #9d9d9d;
    font-size: 0.24rem;
    margin-right: 0.06rem;
}
.trade-wrapper .other-nav .trade-filtrate-iconBox{
    position: relative;
    width: 0.24rem;
    height: 0.25rem;
}
.trade-wrapper .other-nav .trade-filtrate-icon {
    width: 0.24rem;
    height: 0.25rem;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/vip/img/vip_spirits.png) no-repeat -4.41rem 0;
    background-size: 7.5rem 5rem;
}
.trade-wrapper .other-nav .trade-filtrate-icon.activeIcon{
    background: url(/assets/vip/img/vip_spirits.png) no-repeat -5.05rem 0;
    background-size: 7.5rem 5rem;
    display: none;
}
.trade-wrapper.activeFiltrate .other-nav .trade-filtrate-text{
    color: #f90;
}
.trade-wrapper.activeFiltrate .other-nav .trade-filtrate-icon.activeIcon{
    display: block;
}


/*内容*/
.trade-wrapper .trade-content {
    background-color: #fff;
    padding: 0 0.32rem;
}

.trade-wrapper .trade-content .trade-content-li {
    margin-bottom: 0.48rem;
}

.trade-wrapper .trade-content .trade-course {
    /*width: 6.86rem;*/
    width: 100%;
    box-sizing: border-box;
    height: 3.06rem;
    overflow: hidden;
    border-radius: 0.16rem;
    margin-bottom: 0.18rem;
    position: relative;
}

.trade-wrapper .trade-content .trade-course-img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.trade-wrapper .trade-content .trade-course .vip-tag-icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 0.71rem;
    height: 0.35rem;
    background: url(/assets/vip/img/vip_spirits.png) no-repeat -2.2rem 0;
    background-size: 7.5rem 5rem;
}
.trade-wrapper .trade-content .trade-course-info {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    position: relative;
}
.trade-wrapper .trade-content .trade-course-info .course-tag{
    font-size: 0.24rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.05rem;
    color: #ffffff;
    padding: 0 0.12rem;
    display: inline-block;
    margin-right: 0.06rem;
    position: relative;
    top: -0.02rem;
    box-sizing: border-box;
}
.trade-wrapper .trade-content .trade-course-info .course-tag::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-top: 0.04rem;
}
.trade-wrapper .trade-content .trade-course-info .course-tag.tag-master{
    background-color: #ff9900;
}
.trade-wrapper .trade-content .trade-course-info .course-tag.tag-camp{
    background-color: #00bf54;
}
.trade-wrapper .trade-content .trade-course-title {
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    color: #404040;
    line-height: 0.45rem;
}

.trade-wrapper .trade-content .trade-free {
    /*font-family: PingFang-SC;*/
    font-size: 0.24rem;
    color: #0dc17b;
}

.trade-wrapper .trade-content .trade-vipfree {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0.24rem;
    color: #ff9000;
}

.trade-wrapper .trade-content .course-intro{
    margin-top: 0.09rem;
    font-size: 0.22rem;
    color: #9d9d9d;
    display: flex;
    align-items: center;
}
.trade-wrapper .trade-content .course-intro .course-diff,.trade-wrapper .trade-content .course-intro .study-num-box{
    position: relative;
    margin-right: 0.26rem;
}
.trade-wrapper .trade-content .course-intro .course-diff:after,.trade-wrapper .trade-content .course-intro .study-num-box:after {
    content: '';
    overflow: hidden;
    font-size: 0;
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background-color: #9d9d9d;
    position: absolute;
    top: 50%;
    right: -0.15rem;
    transform: translate(0,-50%);
    z-index: 10;
}

/*没有内容*/
.no-content-box {
    margin-top: 1.84rem;
}

.no-content-box .no-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-content-box .no-content-bg {
    width: 3.96rem;
    height: 2.83rem;
}

.no-content-box .no-content-text {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0.3rem;
    color: #9d9d9d;
    margin-top: 0.5rem;
}

/*筛选*/
.trade-wrapper .filtrate-content {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 7.5rem;
    z-index: 1000;

}

.trade-wrapper . filtrate-content-style {
    display: none;
}

.trade-wrapper .filtrate-content .filtrate-content-ul {
    position: relative;
    background-color: #fff;
    overflow-y: auto;
    padding: 0.32rem 0 2rem 0.28rem;
}

.trade-wrapper .filtrate-content .filtrate-content-li {
    margin-top: 0.4rem;
}

.trade-wrapper .filtrate-content .filtrate-content-title {
    font: bold 0.4rem 'PingFang-SC';
    color: #404040;
    margin-bottom: 0.3rem;
}

.trade-wrapper .filtrate-content .filtrate-name-box {
    max-height: 2.64rem;
    overflow: hidden;
}

.trade-wrapper .filtrate-content .filtrate-name-li {
    float: left;
    margin-right: 0.28rem;
    width: 2.12rem;
    height: 0.56rem;
    background-color: #f5f5f7;
    border-radius: 0.28rem;
    margin-bottom: 0.32rem;
}

.trade-wrapper .filtrate-content .filtrate-currentLi {
    width: 3.03rem;
}

.trade-wrapper .filtrate-content .filtrate-name-a {
    display: block;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0.28rem;
    color: #404040;
    width: 100%;
    height: 100%;
    /*line-height: 0.56rem;*/
    /*text-align: center;*/
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trade-wrapper .filtrate-content .filtrate-currentA {
    background-image: linear-gradient(-30deg, #ffa81e 0%, #ff9000 100%);
    box-shadow: 0px 0.07rem 0.16rem 0px rgba(255, 144, 0, 0.34);
    border-radius: 0.28rem;
    color: #fff;
}

.trade-wrapper .filtrate-content .showMore-box {
    display: none;
}

.trade-wrapper .filtrate-content .showMore {
    width: 100%;
    padding-right: 0.28rem;
    margin-top: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0.28rem;
    color: #404040;
}

.trade-wrapper .filtrate-content .showMore-icon {
    width: 0.25rem;
    height: 0.13rem;
    margin-left: 0.1rem;
}

/*底部*/
.trade-wrapper .trade-footer {
    position: absolute;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    height: 1rem;
    background-color: #fff;
    box-shadow: 0px -7px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 0 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trade-wrapper .trade-footer .trade-footer-btn {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0.32rem;
    color: #9d9d9d;
    width: 1.76rem;
    height: 0.66rem;
    line-height: 0.66rem;
    background-color: #f5f5f7;
    border-radius: 0.33rem;
    text-align: center;
}

.trade-wrapper .trade-footer .sureBtn-current {
    background-color: #ff9000;
    border-radius: 0.33rem;
    color: #fff;
}

.trade-wrapper .trade-footer .emptyBtn-current {
    color: #ff9000;
}

/*关闭按钮*/
.trade-wrapper .fclose-btn {
    position: absolute;
    top: 0.44rem;
    right: 0.44rem;
    width: 0.31rem;
    height: 0.31rem;
    background: url('../img/close_icon.png') no-repeat center;
    background-size: 100% 100%;
}

/*上拉加载数据*/
.opacity {
    -webkit-animation: opacity 0.3s linear;
    animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*行业分类页面end*/

/*软件页面start*/
.softTopic {
    background-color: #fff;
}

.softTopic .softTopic-hot {
    padding-left: 0.28rem;
    padding-top: 0.44rem;

}

.softTopic .softTopic-hot .softTopic-hot-header {
    font-size: 40px;
    font: bold 0.4rem 'PingFang-SC';
    color: #404040;
    margin-bottom: 0.2rem;
}

.softTopic .softTopic-li {
    width: 100%;
    height: 1.12rem;
}

.softTopic .softTopic-a {
    display: block;
    width: 100%;
    height: 100%;
}

.softTopic .softTopic-left {
    float: left;
    margin-right: 0.22rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.softTopic .softTopic-img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    overflow: hidden;
}

.softTopic .softTopic-left img {
    width: 100%;
    height: 100%;
}

.softTopic .softTopic-right {
    font-weight: bold;
    font-size: 0.32rem;
    /*font-family: PingFang-SC;*/
    height: 100%;
    line-height: 1.12rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e9;
    color: #404040;
    padding-left: 0.1rem;
}

.softTopic .softTopic-all {
    padding-top: 0.16rem;
}

.softTopic .softTopic-all .softTopic-all-header {
    font: bold 0.4rem 'PingFang-SC';
    height: 1.12rem;
    line-height: 1.12rem;
    color: #404040;
    padding-left: 0.28rem;
}

.softTopic .softTopic-all .softTopic-all-title {
    font-size: 0.24rem;
    width: 100%;
    padding-left: 0.6rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background-color: #f5f5f7;
    color: #404040;
}

.softTopic .softTopic-all .softTopic-all-ul {
    padding-left: 0.28rem;

}

.softTopic .softTopic-all .softTopic-li:last-child .softTopic-right {
    border-bottom: none;
}

.softTopic .softTopic-all .right-nav {
    position: fixed;
    right: 0.21rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
}

.softTopic .softTopic-all .right-nav li {
    width: 0.21rem;
    font-size: 0.22rem;
    line-height: 0.35rem;
    color: #404040;
    text-align: center;
}

.softTopic .softTopic-all .publictop {
    width: 100%;
    font-size: 0.24rem;
    color: #404040;
}

.softTopic .softTopic-all .active_fixed {
    display: block;
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    padding-left: 0.6rem;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #f5f5f7;
}

/*软件页面end*/

.overflow-style {
    overflow: hidden;
}

.text-styleColor {
    font-size: 14px;
    color: #999;
}


/*522分类页修改*/
.filtrate-resultBox {
    width: 100%;
    padding: 0 0.32rem;
    background-color: #fff;
    box-sizing: border-box;
}

.activeFiltrate .filtrate-resultBox .filtrate-result {
    border-top: 1px solid #e7e7e9;
}

.filtrate-resultBox .filtrate-con {
    position: relative;
    font-size: 0.24rem;
    height: 0.46rem;
    background-color: #fff9f0;
    border-radius: 0.23rem;
    border: solid 1px #f90;
    color: #f90;
    padding: 0.16rem 0.52rem 0.16rem 0.16rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0.12rem 0.32rem 0.12rem 0;
    float: left;
}

.filtrate-resultBox .closeIcon {
    position: absolute;
    right: 0.16rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    width: 0.18rem;
    height: 0.18rem;
    background: url(/assets/vip/img/vip_spirits.png) no-repeat -7.05rem 0;
    background-size: 7.5rem 5rem;
}

.classify-filtrate-con {
    position: fixed;
    top: 0.89rem;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: none;
}

.classify-filtrate-con .classify-filtrate {
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 0.15rem 0.15rem;
    overflow: hidden;
}

.classify-filtrate-con .classify-filtrate-li {
    width: 50%;
    height: 0.86rem;
    float: left;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    -webkit-tap-highlight-color : transparent ;
}

.classify-filtrate-con .classify-filtrate li:nth-child(2n) {
    border-right: none;
}

.classify-filtrate-con .classify-filtrate-li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0.32rem;
    height: 100%;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #333;
    font-size: 0.28rem;
}

.classify-filtrate-con .classify-icon {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.2rem;
}
.classify-filtrate-con .classify-name{
    width: 2.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.classify-filtrate-con .classify-icon img {
    width: 100%;
    height: 100%;
}

.classify-filtrate-con .classify-activeLi a {
    color: #f90;
    border: 1px solid #f90;
}