/**
* 列表页样式
**/
@import "topbar.css";
@import "header.css";
@import "footer-black.css";

/*  内页导航  */
.nav{
    background: #ffffff;
    border-bottom: 1px #e6e6e6 solid;
}
.nav-menu{}
.nav-menu li{
    float: left;
    line-height: 64px;
    padding-right: 50px;
    margin-bottom: -1px;
}
.nav-menu li a{
}
.nav-menu li a span{
    display: block;
    color: #333333;
    font-size: 16px;
}
.nav-menu li a .iconfont{
    font-weight: normal;
    font-size: 20px;
    vertical-align: middle;
}
.nav-menu li a.txt1{
    color: #dd127b;
}
.nav-menu li a.txt2{
    color: #da251c;
}
.nav-menu li a.active span{
    color: #f70337;
    border-bottom: 2px #f70337 solid;
}
.nav-menu li a:hover span{
    color: #f70337;
}

.crumb{
    padding-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}
.crumb a{
    color: #999;
}

.content{
}

.content .filter{
    width: 100%;
    padding: 10px 0;
}
.content .filter .filter-box {
    float: left;
    margin-top: 6px;
    text-align: left;
}
.content .filter .filter-box .filter-ul:first-child {
    padding-left: 0;
    border-left: none;
}

.content .filter .filter-box .filter-ul {
    display: inline-block;
    padding: 0 20px;
    border-left: solid 1px #d2d2d2;
}
.content .filter .filter-box .filter-ul a {
    margin-left: 20px;
    color: #666;
}
.content .filter .filter-box .filter-ul a.active {
    color: #ff0036;
}
.content .filter .filter-box .filter-ul a:first-child {
    margin-left: 0;
}
.content .filter .set-box {
    float: right;
    line-height: 30px;
    color: #666;
    vertical-align: middle;
    margin-left: 20px;
}
.content .filter .set-box span {
    line-height: 14px;
    margin-left: 20px;
    cursor: pointer;
}
.content .filter .set-box span.active {
    color: #ff0036;
}
.content .filter .set-box span:first-child {
    display: none;
}

.des-list{
    margin-top: 10px;
    background: #ffffff;
    padding: 25px 20px;
}
.des-list .des-item{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px #d6d5d5 solid;
}
.des-list .des-item:first-child{
    padding-top: 0;
}
.des-list .des-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.des-list .des-item .avatar{
    float: left;
    margin-right: 10px;
    position: relative;
    width: 100px;
    height: 100px;
}
.des-list .des-item .avatar img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.des-list .des-item .avatar .vip{
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/vip-right-bottom.png") no-repeat;
    background-size: 100%;
}
.des-list .des-item .info{
    float: left;
}
.des-list .des-item .info .username{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.des-list .des-item .info p{
    margin: 0;
}
.des-list .des-item .info .txt{
    font-size: 12px;
    color: #333333;
    margin-bottom: 3px;
}
.des-list .des-item .info .btn-list{}
.des-list .des-item .info .btn-list .btn-gz{
    float: left;
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 30px;
    border: 1px #ff0036 solid;
    background: #ff0036;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 32px;
    cursor: pointer;
}
.des-list .des-item .info .btn-list .is-gz{
    border: 1px #d6d5d5 solid;
    background: #ffffff;
    color: #333333;
}
.des-list .des-item .info .btn-list span{
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    line-height: 32px;
}
.des-list .des-item .info .btn-list span .iconfont{
    font-size: 14px;
    color: #aaaaaa;
}
.des-list .des-item .info .btn-list .line{
    float: left;
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #d6d5d5;
    margin: 6px 15px 0 15px;
}
.des-list .des-item .list{
    float: right;
}
.des-list .des-item .list li{
    float: left;
    width: 135px;
    height: 90px;
    margin-left: 10px;
}
.des-list .des-item .list li a{
    display: block;
}
.des-list .des-item .list li img{
    width: 135px;
    height: 90px;
}
.des-list .des-item .list li span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: #797878;
}

.page{
    margin-top: 20px;
    text-align: center;
}
.page .page-list{
    display: inline-block;
}
.page .page-list:after{
    content: ' ';
    clear: both;
}
.page .page-list li{
    float: left;
}
.page .page-list li a, .page .page-list li span{
    display: block;
    padding: 0 14px;
    line-height: 30px;
    color: #333333;
    text-decoration: none;
    margin-left: 6px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #ffffff;
}
.page .page-list li a:hover{
    background: #e3e3e3;
    color: #333333 !important;
}
.page .page-list li.active a, .page .page-list li.active span {
    color: #fff;
    background: #229ae9;
    border-color: #229ae9;
}
.page .page-list .page-total{
    color: #333333;
    line-height: 32px;
    margin-left: 12px;
}


.adv{}
.adv .adv-ul{
    margin: 0 -10px;
    overflow: hidden;
}
.adv .adv-ul li{
    float: left;
    padding: 0 10px;
    width: 33.333333%;
    height: 150px;
}
.adv .adv-ul li a{
    display: block;
    background: #0b3e6f;
    height: 150px;
}


.banner{
    position: relative;
    width: 100%;
    height: 220px;
}
.banner .up-banner{
    position: absolute;
    top: 65px;
    left: calc((100% - 151px) / 2);
    width: 151px;
    height: 95px;
    text-align: center;
    cursor: pointer;
}
.banner .up-banner .icon{
    display: inline-block;
}
.banner .up-banner .icon .iconfont{
    font-size: 45px;
    color: #ffffff;
}
.banner .up-banner .txt1{
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 16px;
    color: #ffffff;
}
.banner .up-banner .txt2{
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.descont{}
.descont .desinfo{
    position: absolute;
    top: -135px;
    padding: 30px 15px 15px 15px;
    width: 355px;
    /* height: 670px; */
    background: #ffffff;
    box-shadow: 0 0 10px #b6b6b6;
    -moz-box-shadow: 0 0 10px #b6b6b6;
    -webkit-box-shadow: 0 0 10px #b6b6b6;
}
.descont .desinfo .avatar{
    margin: 0 auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px #999999 solid;
}
.descont .desinfo .avatar img{
    margin: 0 auto;
    width: 110px;
    height: 110px;
}
.descont .desinfo .username{
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.descont .desinfo .usersign{
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.descont .desinfo .desc-btn{
    text-align: center;
}
.descont .desinfo .desc-btn a{
    display: inline-block;
    width: 135px;
    height: 35px;
    border: 1px #999999 solid;
    border-radius: 35px;
    text-align: center;
    line-height: 33px;
    color: #999999;
    font-size: 16px;
}
.descont .desinfo .desc-btn .btn-gz{
    background: #ff0036;
    border-color: #ff0036;
    color: #ffffff;
    margin-right: 15px;
}
.descont .desinfo .desc-btn .btn-gz.is-gz{
    background: #ffffff;
    border-color: #d6d5d5;
    color: #333333;
}
.descont .desinfo .desc-btn .btn-xx{
    background: #ffffff;
    border-color: #d6d5d5;
    color: #333333;
}
.descont .desinfo .list-info{
    margin-top: 25px;
    padding: 25px 15px 0 15px;
    border-top: 1px #d6d5d5 solid;
}
.descont .desinfo .list-info .txt{
    color: #333333;
    font-size: 14px;
}
.descont .desinfo .list-info .txt span{
    float: right;
}
.descont .desright{
    float: right;
    width: calc(100% - 385px);
}
.descont .desright .desc-menu{
    line-height: 30px;
    border-bottom: 1px #d6d5d5 solid;
    margin-top: 33px;
    margin-bottom: 10px;
}
.descont .desright .desc-menu a{
    display: inline-block;
    padding: 0 40px 0 0;
}
.descont .desright .desc-menu a span{
    display: inline-block;
    padding-bottom: 5px;
    color: #333333;
    font-size: 16px;
    margin-bottom: -1px;
    font-weight: 700;
}
.descont .desright .desc-menu a span:hover{
    color: #ff0036;
}
.descont .desright .desc-menu a.active span{
    color: #ff0036;
    border-bottom: 2px #ff0036 solid;
}
.descont .desright .desc-cont{
    width: 100%;
    min-height: 500px;
    /*background: #ffffff;*/
    /*padding: 20px;*/
}
.descont .desright .desc-cont .list-box{
    /*min-height: 800px;*/
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}
.list-box::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.list-box::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background: #999999;
}
.list-box::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #cccccc;
}
.descont .desright .desc-cont .filter{
    margin-bottom: 10px;
}

.kz-form{
    min-width: 100px;
    height: 30px;
    line-height: 30px \9;
    color: #666;
    padding: 0 10px;
    border: solid 1px #d6d6d6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-ul{
    margin: 0 -7px 10px -7px;
    padding-bottom: 10px;
    /*border-bottom: 1px #cccccc solid;*/
}
.product-ul li{
    float: left;
    width: 33.333333333333%;
}
.product-ul li:last-child, .pic-list li:nth-child(9){
    /*display: none;*/
}
.product-ul li .product{
    position: relative;
    margin: 7px;
    background: #ffffff;
    border: 1px #F0EFED solid;
    /*border-radius: 4px;*/
    overflow: hidden;
}
.product-ul li .product:hover {
    box-shadow: 0 0 10px #b6b6b6;
    -moz-box-shadow: 0 0 10px #b6b6b6;
    -webkit-box-shadow: 0 0 10px #b6b6b6;
}
.product-ul li .product:hover .txtbox a {
    color: #fe0036 !important;
}

.product-ul li .product .imgbox{
    width: 100%;
    height: 220px;
}
.product-ul li .product .imgbox a{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-ul li .product .imgbox a img{
    width: 100%;
    height: 100%;
}
.product-ul li .product .txtbox{
    padding: 0 10px;
    border-bottom: 1px #F0EFED solid;
}
.product-ul li .product .txtbox .title{
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
}
.product-ul li .product .txtbox .title a{
    display: block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #333333;
}
.product-ul li .product .txtbox .info{
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    color: #b6b6b6;
}
.product-ul li .product .extend{
    padding: 0 10px;
    line-height: 40px;
    color: #858d95;
    font-size: 12px;
}
.product-ul li .product .extend .type{
    color: #858d95;
    font-size: 12px;
}
.product-ul li .product .extend .download{
    color: #858d95;
    font-size: 12px;
    margin-right: 10px;
}
.product-ul li .product .extend .download .iconfont{
    color: #858d95;
    font-size: 13px;
}
.product-ul li .product .extend .browse{
    color: #858d95;
    font-size: 12px;
}
.product-ul li .product .extend .browse .iconfont{
    color: #858d95;
    font-size: 18px;
}
.product-ul li .product .extend .browse span{
    margin-left: 3px;
}
.product-ul li .product:hover .btn-del {
    display: inline-block;
}
.product-ul li .product .btn-del{
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0,0,0,.2);
    width: 55px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}
.product-ul li .product .btn-del .iconfont{
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

.userlist{
    margin-left: -7px;
    margin-right: -7px;
}
.userlist li{
    float: left;
    width: 50%;
}
.userlist .user-list{
    margin: 7px;
    background: #FFFFFF;
    border: 1px #d6d5d5 solid;
    padding: 24px;
    box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.4);
    -moz-box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.4);
    -webkit-box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.4);
}
.userlist li .avatar{
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px #cccccc solid;
}
.userlist li .avatar img{
    width: 90px;
    height: 90px;
}
.userlist li .info{
    float: left;
    margin-left: 10px;
}
.userlist li .info h3 {
    margin: 0 0 3px 0;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.userlist li .info p {
    font-size: 12px;
    color: #333333;
    margin-bottom: 3px;
}
.userlist li .info .btn-gz {
    display: inline-block;
    width: 89px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    background: #ff0036;
    color: #ffffff;
    border-radius: 26px;
    border: 1px #ff0036 solid;
}
.userlist li .info .btn-gz.is-gz {
    background: #ffffff;
    color: #333333;
    border: 1px #d6d5d5 solid;
}

.progress{
    background-color: rgba(255, 0, 54, .2);
}
.progress-bar{
    background-color: rgba(255, 0, 54, 1);
}

.no-data{
    padding-top: 65px;
}
.no-data p{
    margin-bottom: 0;
}
.no-data p.txt1{
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}
.no-data p.txt2{
    font-size: 14px;
    color: #999999;
}
.no-data .btn-go-upload{
    display: inline-block;
    margin-top: 20px;
    padding: 5px 15px;
    background: #ff0036;
    color: #FFFFFF;
    border-radius: 15px;
}

@media (min-width: 1860px){
    .list-box li{
        width: 25%;
    }
    .userlist li{
        width: 33.3333333333%;
    }
}