/**
* 首页样式
**/
@import "topbar.css";
@import "header.css";
@import "footer-black.css";

/*  导航  */
.nav-home{
    /*height: 40px;*/
    background: #ffffff;
}
.nav-home .nav-left{
    position: relative;
    float: left;
    width: 210px;
    height: 40px;
    z-index: 99;
}
.nav-home .nav-left .nav-type{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ff0036;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    padding-left: 40px;
}
.nav-home .nav-left .nav-type .iconfont{
    float: left;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
}
.nav-home .nav-left .nav-type span{
    float: left;
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
}
.nav-home .nav-left .nav-list{
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    height: 668px;
    padding: 20px 0;
}
.nav-home .nav-left .nav-list li{
    height: 62.8px;
    line-height: 62.8px;
}
.nav-home .nav-left .nav-list li a{
    display: block;
    padding-left: 40px;
    /*text-align: center;*/
    color: #ffffff;
}
.nav-home .nav-left .nav-list li a:hover{
    background: #ff0036;
}
.nav-home .nav-left .nav-list li a:after{
    display: block;
    content: " ";
    clear: both;
}
.nav-home .nav-left .nav-list li .iconfont{
    /*float: left;*/
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
}
.nav-home .nav-left .nav-list li span{
    /*float: left;*/
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
}

.nav-home .nav-right{
    position: relative;
    z-index: 999;
    float: left;
    /*margin-left: 15px;*/
}
.nav-home .nav-right .nav-list{
    height: 40px;
}
.nav-home .nav-right .nav-list li{
    float: left;
    /*width: 130px;*/
    line-height: 38px;
    padding-left: 65px;
}
.nav-home .nav-right .nav-list li a{
    /*display: block;*/
    color: #393836;
    font-size: 17px;
}
.nav-home .nav-right .nav-list li a:hover{
    color: #ff0036;
}
.nav-home .nav-right .nav-list li a .iconfont{
    color: #393836;
    font-size: 20px;
    vertical-align: middle;
}
.nav-home .nav-function{
    position: relative;
    float: right;
    width: 210px;
    height: 40px;
    z-index: 999;
}
.nav-home .nav-function .nav-adv{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*background: #ff0036;*/
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    /*padding-left: 40px;*/
}
.nav-home .nav-function .nav-rank{
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    height: 668px;
}
.nav-home .nav-function .nav-rank .user {
    color: #fff;
    margin-top: 26px;
    padding: 0 15px;
    height: 125px;
}
.nav-home .nav-function .nav-rank .user .user-photo {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
}
.nav-home .nav-function .nav-rank .user p {
    margin: 0 0 0 10px;
    width: 108px;
}
.nav-home .nav-function .nav-rank .user .nav-user-tip {
    font-size: 14px;
    color: #fff;
}
.nav-home .nav-function .nav-rank .user .nav-user-icon {
    font-size: 10px;
    color: #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 2;*/
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}
.nav-home .nav-function .nav-rank .user .money {
    margin-top: 20px;
}
.nav-home .nav-function .nav-rank .user .money li {
    float: left;
    width: 33.33333%;
    text-align: center;
}
.nav-home .nav-function .nav-rank .user .money li p {
    margin: 0;
    padding: 0;
    width: 100%;
}
.nav-home .nav-function .nav-rank .user .money li:nth-child(1) p {
    color: #d91e06;
}
.nav-home .nav-function .nav-rank .user .money li:nth-child(1) span {
    color: #d91e06;
}
.nav-home .nav-function .nav-rank .user .money li:nth-child(2) p {
    color: #ff9900;
}
.nav-home .nav-function .nav-rank .user .money li:nth-child(2) span {
    color: #ff9900;
}
.nav-home .nav-function .nav-rank .user .money li:nth-child(3) p {
    color: #0b58a2;
}
.nav-home .nav-function .nav-rank .user .money li:nth-child(3) span {
    color: #0b58a2;
}
.nav-home .nav-function .nav-rank .user .btnbox {
    text-align: center;
    margin-top: 15px;
}
.nav-home .nav-function .nav-rank .user .kzbtn {
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin: 5px;
    cursor: pointer;
    border: solid 1px #da251c;
}
.nav-home .nav-function .nav-rank .user .btn-login {
    background: #da251c;
}
.nav-home .nav-function .nav-rank .user .btn-register:hover {
    background: #da251c;
}

.nav-home .nav-function .nav-rank .tab-head {
    background: #333;
    line-height: 35px;
    color: #ccc;
    padding: 0 15px;
    margin: 0;
}
.nav-home .nav-function .nav-rank .tab-head li {
    float: left;
    width: 33.33%;
    cursor: pointer;
    text-align: center;
}
.nav-home .nav-function .nav-rank .act {
    /*display: initial;*/
    height: 158px;
}
.nav-home .nav-function .nav-rank .act .tab-head li a {
    color: #999;
}
.nav-home .nav-function .nav-rank .tab-body {
    padding: 10px 15px;
    color: #999;
}
.nav-home .nav-function .nav-rank .act .tab-body a {
    display: block;
    max-width: 100%;
    color: #ccc;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nav-home .nav-function .nav-rank .act .tab-body a:hover {
    color: #ffffff;
}
.nav-home .nav-function .nav-rank .rank {
    /*display: initial;*/
    height: 358px;
}
.nav-home .nav-function .nav-rank .rank .tab-head li a {
    color: #999;
}
.nav-home .nav-function .nav-rank .rank .tab-body a {
    display: inline-block;
    max-width: 100%;
    color: #ccc;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav-home .nav-function .nav-rank  .tab-body li {
    line-height: 30px;
    height: 30px;
}
.nav-home .nav-function .nav-rank .tab-body li p {
    display: inline-block;
    font-weight: normal;
    width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-home .nav-function .nav-rank .tab-body li span {
    float: right;
    text-align: right;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*  tab  */
.tab {}
.tab .active{
    color: #da251c !important;
}
.tab .active a{
    color: #da251c !important;
}
.tab .tab-body{
    display: none;
}

.banner{
    position: relative;
    width: 100%;
    height: 670px;
    min-width: 1200px;
    border-top: 2px #ff0036 solid;
}
.banner .banner-cont{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.leftmask {
    right: 100%;
}
.rightmask {
    left: 100%;
}
.leftmask, .rightmask {
    position: absolute;
    top: 0;
    height: 100%;
    width: 3000px;
    background: rgba(255, 255, 255, .7);
    z-index: 9999;
}
.swiper-container{
    width: 100%;
    height: 670px;
    overflow: unset;
}
.swiper-wrapper{
    position: absolute;
}
.swiper-container .swiper-slide{

}
.swiper-container .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    background-size:cover;
}
.swiper-button-prev {
    background: rgba(0,0,0,0.4) !important;
    left: calc((100% - 830px) / 2);
    right: auto;
    text-align: center;
    width: 35px;
    height: 50px;
}
.swiper-button-next {
    background: rgba(0,0,0,0.4) !important;
    right: calc((100% - 830px) / 2);
    left: auto;
    text-align: center;
    width: 35px;
    height: 50px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(0,0,0,0.8) !important;
}
.swiper-button-prev .iconfont, .swiper-button-next .iconfont {
    font-size: 22px;
    color: rgba(255,255,255,1);
    line-height: 50px;
    font-weight: bold;
}
.swiper-button-prev:hover .iconfont, .swiper-button-next:hover .iconfont {
    color: rgba(255,255,255,1);
}
.swiper-button-prev, .swiper-button-next {
    display: none;
}
.swiper-pagination{
    display: none;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: .8;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0036;
}
.banner:hover .swiper-button-prev, .banner:hover  .swiper-button-next, .banner:hover .swiper-pagination {
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}


/*  统计  */
.statistical{
    width: 100%;
    height: 45px;
    background: #b1b1b1;
}
.statistical-left{
    margin: 0;
    float: left;
}
.statistical-left li{
    float: left;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    margin-right: 100px;
}
.statistical-left li:last-child{
    margin-right: 0;
}
.statistical-left li .iconfont{
    vertical-align: middle;
}
.statistical-left li span{
    margin-left: 2px;
}
.statistical-right{
    float: right;
    width: 400px;
}
.statistical-right .iconfont{
    float: left;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    width: 20px;
}
.statistical-right .move-up {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #ffffff;
}

.activity{
    padding: 35px 0 6px 0;
}
.activity .kz-box{
}
.activity .act-list{
    width: 100%;
}
.activity .act-list li{
    float: left;
    width: calc((100% - 56px) / 5);
    margin-left: 14px;
}
.activity .act-list li:first-child{
    margin-left: 0;
}
.activity .act-list li:last-child{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}
.activity .act-list li .img-thumbnail{
    padding: 0;
    border-radius: 0;
}
.activity .act-list li a{
    display: block;
}
.activity .act-list li .act-table{
    display: table;
    margin: 0;
    padding: 0;
    border: 1px #838381 solid;
    border-radius: 4px;
    width: 100%;
    height: 100%;
}
.activity .act-list li .table-row{
    display: table-row;
}
.activity .act-list li .table-col{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.activity .act-list li .table-row:nth-child(1) .table-col:nth-child(1){
    border-bottom: 1px #838381 solid;
}
.activity .act-list li .table-row:nth-child(1) .table-col:nth-child(2){
    border-left: 1px #838381 solid;
    border-bottom: 1px #838381 solid;
}
.activity .act-list li .table-row:nth-child(1) .table-col:nth-child(3){
    border-left: 1px #838381 solid;
    border-bottom: 1px #838381 solid;
}
.activity .act-list li .table-row:nth-child(2) .table-col:nth-child(1){
}
.activity .act-list li .table-row:nth-child(2) .table-col:nth-child(2){
    border-left: 1px #838381 solid;
}
.activity .act-list li .table-row:nth-child(2) .table-col:nth-child(3){
    border-left: 1px #838381 solid;
}
.activity .act-list li .table-col .iconfont{
    color: #fe0036;
    font-size: 24px;
}
.activity .act-list li .table-col span{
    display: block;
    color: #1e1a17;
}


/*  列表  */
.pic-home{
    margin-top: 15px;
}
.pic-home .pic-header{
    margin-top: 40px;
    margin-bottom: 14px;
}
.pic-home .pic-header .iconfont{
    color: #fe0036;
    font-size: 24px;
    font-weight: 700;
}
.pic-home .pic-header .txt{
    position: relative;
    color: #333333;
    font-size: 22px;
    padding-left: 10px;
}
.pic-home .pic-header .dot{
    margin-left: 8px;
    font-size: 13px;
    color: #ccc;
}
.pic-home .pic-header .sub-title{
    font-size: 13px;
    color: #ccc;
    text-transform:uppercase;
}
.pic-home .pic-header .txt:before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 25px;
    border: 2px solid #ed0017;
    border-radius: 2px;
}
.pic-home .pic-header .more{
    margin-top: 8px;
}
.pic-home .pic-header .more li{
    margin-left: 10px;
}
.pic-home .pic-header .more li a{
    color: #c1c1c1;
}
.pic-home .pic-header .more li a:hover{
    color: #fe0036;
}
.pic-list{
    margin: 0 -7px;
}
.pic-list li{
    float: left;
    width: 25%;
}
.pic-list li:nth-child(10), .pic-list li:nth-child(9){
    display: none;
}
.pic-list li .product{
    margin: 7px;
    background: #ffffff;
    border: 1px #F0EFED solid;
    /*border-radius: 4px;*/
    overflow: hidden;
}
.pic-list li .product:hover {
    box-shadow: 0 0 10px #cccccc;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
}

.pic-list li .product .imgbox{
    position: relative;
    width: 100%;
}
.pic-list li .product .imgbox span {
    position: absolute;
    top: 0;
    right: 0;
    background: #332C2B;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.pic-list li .product .imgbox a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pic-list li .product .imgbox a img{
    width: 100%;
}
.pic-list li .product .txtbox{
    padding: 0 10px;
    border-bottom: 1px #F0EFED solid;
}
.pic-list li .product .txtbox .title{
    margin: 0;
    padding: 0;
    border-bottom: 1px #F0EFED solid;
    line-height: 40px;
    font-size: 14px;
}
.pic-list li .product .txtbox .title a{
    display: block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #333333;
}
.pic-list li .product .txtbox .title a:hover {
    color: #fe0036 !important;
}
.pic-list li .product .txtbox .info{
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
    color: #858d95;
}
.pic-list li .product .extend{
    padding: 0 10px;
    line-height: 40px;
}
.pic-list li .product .extend .type{
    color: #858d95;
    font-size: 12px;
}
.pic-list li .product .extend .download{
    color: #858d95;
    font-size: 12px;
    margin-right: 10px;
}
.pic-list li .product .extend .download .iconfont{
    color: #858d95;
    font-size: 13px;
}
.pic-list li .product .extend .browse{
    color: #858d95;
    font-size: 12px;
}
.pic-list li .product .extend .browse .iconfont{
    color: #858d95;
    font-size: 18px;
}
.pic-list li .product .extend .browse span{
    margin-left: 3px;
}

.friend-link .link-title {
    margin-top: 50px;
    margin-bottom: 16px;
}
.friend-link .link-title h3 {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.friend-link .link-title span {
    display: inline-block;
    line-height: 20px;
    color: #999;
    margin-left: 5px;
}
.friend-link .link-box {
    margin: -5px -8px;
}
.friend-link .link-box a {
    display: inline-block;
    color: #999;
    line-height: 26px;
    margin: 0 8px;
}
.friend-link .link-box a:hover {
    color: #da251c;
}








@media (min-width: 1860px){
    .search-panel {
        margin-left: -274px;
    }
    .swiper-container{
        width: 100%;
    }
    .pic-list li{
        float: left;
        width: 20%;
    }
    .pic-list li:last-child, .pic-list li:nth-child(9){
        display: block;
    }
    .logo a.logo-a{
        display: block;
        width: 370px;
    }
    .logo a.logo1200{
        display: none;
    }

    .swiper-button-prev {
        left: calc(5% + 210px);
    }
    .swiper-button-next {
        right: calc(5% + 210px);
    }
}