
.ellipsis-1{
    display: -webkit-box!important;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.ellipsis-2{
    display: -webkit-box!important;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}


.ellipsis-3{
    display: -webkit-box!important;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}


.ellipsis-4{
    display: -webkit-box!important;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}


.tran-button{
    width: 50%;
    background-color: #fff;
}


.fill-button{
    width: 50%;
    background-color: #FF6A00;
}


.top-box-shadow{
    -moz-box-shadow: 0 -4px 10px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 -4px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 -4px 10px 0 rgba(0,0,0,.15);
}


.bottom-box-shadow{
    -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
}


.all-box-shadow{
    -moz-box-shadow: 3px 4px 10px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 4px 10px 0 rgba(0,0,0,.15);
    box-shadow: 3px 4px 10px 0 rgba(0,0,0,.15);
}


.tran-div-44{
    width: 100%;
    height: 44px;
}

.tran-div-52{
    width: 100%;
    height: 52px;
}




.bg-white{
    background-color: #FFF;
}
.bg-FF6A00{
    background-color: #FF6A00;
}


.top-fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
@media screen and (min-width: 680px) {
    .top-fixed {
        max-width: 680px;
        margin-left: -340px;
        left: 50%;
    }
}


.bottom-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

@media screen and (min-width: 680px) {
    .bottom-fixed {
        max-width: 680px;
        margin-left: -340px;
        left: 50%;
    }
}

.tab-top {
    height: 44px;
    line-height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

@media screen and (min-width: 680px) {
    .tab-top {
        max-width: 680px;
        /*by wqz*/
        /*margin-left: 340px;*/
    }
}

.tab-top>li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
}
.tab-top li span,
.tab-top li i{
    /*border: 1px solid red;*/
    box-sizing: border-box;
}

.tab-top li span{
    width: 50%;
    float: left;
    text-align: left;
}

.tab-top li i{
    float: left;
    width: 50%;
    text-align: right;
}

.tab-top-active{
    border-bottom: 2px solid #FF6A00;
    color: #FF6A00;
}

.tab-bottom{
    height: 52px;
    line-height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.tab-bottom>li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
}

.tab-bottom>li>span{
    text-align: center;
    display: block;
    width: 100%;
}

.tab-bottom>li>span:nth-child(1){
    height: 28px;
    line-height: 38px;
    font-size: 24px;
}

.tab-bottom>li>span:nth-child(2){
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.tab-bottom-active{
    color: #FF6A00;
}

.list-item-new{
    position: relative;
    height: 95px;
    padding: 10px;
    margin-bottom: 2px;
    background-color: #FFF;
}
.list-item-new .list-item-img-new{
    position: relative;
    float: left;
    width: 145px;
    height: 95px;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
}
.list-item-new .list-img-new{
    position: relative;
    float: left;
    width: 145px;
    height: 95px;
}
.list-item-new-right{
    position: absolute;
    top: 12px;
    right: 10px;
    width: calc(100% - 170px);
    height: calc(100% - 20px);
}
.list-item-title-new{
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
}
.list-item-auther-new{
    color: #aaa;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 14px;
    line-height: 14px;
    margin-top: 6px;
}
.list-item-content-new{
    display: block;
    width: 100%;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #aaa;
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.item-count-new{
    position: absolute;
    display: inline-block;
    /* right: 10px; */
    bottom: 0;
    text-align: left;
    height: 22px;
    color: #aaa;
}
.item-count-new span{
    display: inline-block;
    margin-left: 15px;
    float: left;
}
.item-count-new p{
    float: right;
    line-height: 20px;
    font-size: 12px;
    text-indent: 0.2em;
}
/*鍒楄〃椤垫柊鏍峰紡 end*/

/* 鍒楄〃鏍峰紡 start*/
.list-contain{
    padding: 10px;
    position: relative;
}

.list-item{
    position: relative;
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.item-top{
    display: inline-block;
    width: 100%;
}

.item-title{
    width: 70%;
    float: left;
    line-height: 22px;
}

.item-right{
    width: 30%;
    float: left;
    text-align: right;
}

.width-90vw{
    width: 90%;
}

.width-10vw{
    width: 10%;
}

.item-right .icon {
    font-size: 24px;
    font-weight: normal;
}

.item-image{
    position: relative;
}

.item-image img{
    width: 100%;
    height: 200px;
}

.item-count{
    position: absolute;
    display: inline-block;
    right: 10px;
    bottom: 5px;
}

.item-count span{
    display: inline-block;
    margin-left: 15px;
    float: right;
}

.item-count span p{
    float: right;
    line-height: 20px;
    font-size: 12px;
    text-indent: 0.2em;
}

.item-count span i{
    float: right;
    line-height: 20px;
}

.img-watermark{
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.4),rgba(0,0,0,0.7)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0),  rgba(0,0,0,0.4),rgba(0,0,0,0.7)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.4),rgba(0,0,0,0.7)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0),  rgba(0,0,0,0.4),rgba(0,0,0,0.7)); 
}

.item-bottom{
    margin-top: 2px;
    width: 100%;
    display: inline-block;
}

.text{
    /*margin:5px 0 20px 0;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
}


.noMore,.con{
    display: none;
}

.swiper-container {
    width: 100%;
    height: 38.0vw;
    max-height: 258.4px;
}

.swiper-container-autoheight{
    height: 150px;
}

.swiper-container img{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
}

.swiper-slide p{
    position: absolute;
    bottom: 80%;
    width: 100%;
    right: 0;
    left: 0;
    font-size: 12px;
    text-align: left;
    color: #FFF;
    padding: 0 0.75rem;
}





.border-right{
    border-right: 1px solid #EEE;
    box-sizing: border-box;
}
.border-right-CCC{
    border-right: 1px solid #CCC;
    box-sizing: border-box;
}
.border-top{
    border-top: 1px solid #EEE;
    box-sizing: border-box;
}
.border-top-CCC{
    border-top: 1px solid #CCC;
    box-sizing: border-box;
}
.border-bottom-CCC{
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
}
.padding-10{
    padding: 10px;
}


.padding-10-15{
    padding: 10px 15px;
}

.padding-10-20{
    padding: 10px 20px;
}

.border-bottom-EEE{
    border-bottom: 1px solid #EEE;
}


.bg-image{
    padding: 15px;
    background: url(/home/img/bg11.jpg) no-repeat;
    background-size: cover;
    height: 140px;
    margin-bottom: 30px;
    position: relative;
}

.bg-image img{
    width: 125px;
    height: 175px;
    position: absolute;
    top: 25px;
    left: 20px;
}

.text-indent-2{
    text-indent: 2em;
}

.bg-image div{
    position: absolute;
    left: 160px;
    top: 25px;
    color: #FFF;
}

.line-height-24{
    line-height: 24px;
}



.float-left{
    float: left;
}

.margin-5{
    margin: 5px;
}
.margin-bottom-0{
    margin-bottom: 0;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.margin-bottom--5{
    margin-bottom: -5px;
}

.margin-left-10{
    margin-left: 10px;
}

.line-height-18{
    line-height: 18px;
}
.line-height-20{
    line-height: 20px;
}

.line-height-36{
    line-height: 36px;
}


.item-title img{
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
}

.item-title div{
    display: block;
}

.display-inline-block{
    display: inline-block;
}

.author{
    line-height: 16px;
}

.item-title time{
    line-height: 12px;
}

.item-right .icon-laud {
    font-size: 14px;
}

.intros a:nth-child(1){
    color: #757575!important;
    word-break: break-all;
    display: initial;
}

.intros a:nth-child(2){
    color: #FF6A00!important;
    word-break: break-all;
    display: initial;
}

.display-inline-block-92{
    display: inline-block;
    width: calc(100% - 30px);
}

.reply{
    height: 52px;
    width: 100%;
    background-color: #EEE;
}

.reply input{
    width: 72%;
    float: left;
    margin-top: 10px;
    margin-left: 3%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 0 10px;
}

.reply button{
    color: #FF6A00;
    text-align: center;
    margin-top: 10px;
    height: 30px;
    float: right;
    padding: 0 10px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #FF6A00;
    margin-right: 3%;
    width: 19%;
    box-sizing: border-box;
}


.display-block{
    display: block;
}

.margin-top-0{
    margin-top: 0;
}

.line-height-40{
    line-height: 40px;
}

.line-height-30{
    line-height: 30px;
}

.line-height-22{
    line-height: 22px;
}

.line-height-50{
    line-height: 50px;
}



.width-full{
    width: 100%;
    position: relative;
}

.width-full textarea{
    width: 96%;
}


.padding-0-10{
    padding: 0 10px;
}

.padding-0-20{
    padding: 0 20px;
}

.padding-5-0{
    padding: 5px 0;
}

.padding-5vh-0{
    padding: 5px 0;
}

input:focus,
textarea:focus,
button:focus{
    outline: none;
}

.padding-top-3{
    padding-top: 3px;
}
.padding-top-54{
    padding-top: 54px;
}

.padding-bottom-0{
    padding-bottom: 0;
}

.work-title{
    line-height: 18px;
    padding: 10px 0;
    word-break: break-all;
}

.border-radius-5{
    border-radius: 5px;
}

.margin-10{
    margin: 10px;
}

.margin-10-0{
    margin: 10px 0;
}

.height-8vh{
    height: 40px;
}

.text-align-center{
    text-align: center;
}

.text-align-right{
    text-align: right;
}

.text-align-justify{
    text-align: justify;
}

.float-right{
    float: right;
}

.padding-5{
    padding: 5px;
}

.active-box{
    padding: 10px 20px;
}

.overflow-div{
    height: 88%;
    overflow: auto;
}

.margin-20-auto{
    margin: 20px auto;
}

.margin-20-0{
    margin: 20px 0;
}

.margin-right-5{
    margin-right: 5px;
}


.custom-type{
    height: 100%;
    overflow: scroll;
}

.custom-type img{
    width: 100%;
}

.height-93vh{
    height: 93%;
    overflow: scroll;
}



.book-img img{
    width: 100px;
    height: 140px;
}

.book-item-right{
    padding: 0 15px 0 15px;
    height: 140px;
    position: absolute;
    left: 115px;
    right: 15px;
}

.book-item-right .item-count{
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: 0px;
}

.display-flex{
    display: flex;
}

.upload-btn{
    position: fixed;
    bottom: 100px;
    right: 15px;
}

@media screen and (min-width: 680px) {
    .upload-btn {
        max-width: 680px;
        margin-left: -340px;
        left: 50%;
    }
}

.upload-btn img{
    width: 60px;
    float: right;
}

.upload-draft-img{
    display: none;
}

a{
    color: inherit;
}
.margin-0-10{
    margin: 0 10px;
}


.search-div{
    height: 44px;
    width: 100%;
    background-color: #EEE;
}

.search-div input{
    width: 76%;
    float: left;
    margin-top: 6.5px;
    margin-left: 3%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 0 10px;
    -webkit-appearance:inherit;
}

.search-div button{
    color: #FF6A00;
    text-align: center;
    margin-top: 6.5px;
    height: 30px;
    float: right;
    padding: 0;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #FF6A00;
    margin-right: 3%;
    width: 15%;
    box-sizing: border-box;
}



#box{
    padding: 15px;
}

#box textarea{
    width: 96%;
    padding: 3% 2%;
    border: none;
    resize: none;
    font-size: 14px;
}


.loading{
    display: none;
}

.loading-hint{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    width: 120px;
    height: 50px;
    margin-top: -40px;
    margin-left: -60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
}
.loading-hint .icon{
    font-size: 30px;
    height: 20px;
    color: #FF6A00!important;
    background-color: transparent;
}

.loading-hint p{
    height: 20px;
    color: #FFF;
}
.loading-hint .text{
    margin-top: 5px;
}

.loading-hint img{
    width: 25px;
    margin: 0 auto;
}

.new{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.new img{
    width: 30px;
    height: 30px;
}

.bg-black{
    height: 100%;
    width: 100%;
    background-color: rgba(187,187,187,.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.btn-height{
    height: 40px;
}

.tran-50{
    width: 100%;
    height: 50px;
}

.tran-80{
    width: 100%;
    height: 80px;
}

.offline-detail-box img{
    width: 100%;
    height: auto;
}

.clear-both{
    clear: both;
}

.border-all-EEE{
    border: 1px solid #EEE;
}

.auto-height{
    height: auto;
}

.width-140{
    width: 140px;
}

.display-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.absolute-left-140{
    position: absolute;
    left: 140px;
    right: 15px;
    width: auto;
}


.rank-div{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    /*background: #FAE8B6;*/
    z-index: 2;
}


.rank{
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 80px;
    /*bottom: 30px;*/
    /* border: 1px solid #CCC; */
    /* background: #Fefefe; */
    background: #FCF4DF;
    border-radius: 5px;
    padding: 0 25px 25px 25px;
    z-index: 3;
    overflow-y: auto;
    box-sizing: content-box;
    /*-webkit-overflow-scrolling: touch;*/
}


.rank::-webkit-scrollbar {
    width: 1px;    
    height: 1px;
}
.rank::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
    background: rgba(255,255,255,0);
}
.rank::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
    border-radius: 0;
    background: rgba(255,255,255,0);
}



.rank-title{
    color: rgba(255,106,0,0.6);;
    text-align: center;
    font-weight: 800;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    position: fixed;
    left: 30px;
    right: 30px;
    z-index: 2;
    background: #FCF4DF;
    padding-top: 15px;
}


.clock-rank{
    width: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}


.refresh{
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 3;
    background: #FF6A00;
    color: #FFF;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
}


.rank-noneUser-text{
    word-break: break-all;
    margin: 100px 0;
}

@media screen and (min-width: 680px){
    .rank {
        width: 580px;
        margin-left: -315px;
        left: 50%;
    }
    .rank-title{
        width: 630px;
        margin-left: -315px;
        left: 50%;
    }
    .rank-div{
        width: 680px;
        margin-left: -340px;
        left: 50%;
    }
}


.rank table{
    width: 100%;
    border-collapse:collapse;
    overflow-y: scroll;
    margin-top: 55px;
}

.rank table tbody{
    border-bottom: 1px solid rgba(212,183,123,.1);
}

.rank table tr{
    border-top: 1px solid rgba(212,183,123,.1);
}



.rank table tr td:first-child .sorts{
    background: #C2D0EA;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}


.rank table tr:nth-child(1) td .sorts{
    background: #F5C847;
}


.rank table tr:nth-child(2) td .sorts{
    background: #D4D7DE;
}


.rank table tr:nth-child(3) td .sorts{
    background: #DEB18A;
}

.rank table tr td{
    line-height: 30px;
    padding: 20px 5px;
}

.rank table tr:first-child td{
    line-height: 30px;
    padding: 18px 5px;
}

.rank table tr td:nth-child(1),
.rank table tr td:nth-child(2){
    text-align: left;
}

.rank table tr td:nth-child(3),
.rank table tr td:nth-child(4){
    text-align: center;
}

.rank table tr td:nth-child(3){
    color: #FF6A00;
}


.button-half{
    display: flex;
    text-align: center;
}



.rank table tr:nth-child(1) td:first-child .sorts .gold-img{
    background: url(/home/img/contest/gold.png);
    background-size: 30px;
    position: absolute;
    left: 1px;
    top: -20px;
    width: 30px;
    height: 30px;
}


.wqzTopGoBack{
    position: fixed;
    display: block;
    width: 12vw;
    max-width: 82px;
    max-height: 82px;
    height: 12vw;
    top: 7px;
    left: 7px;
    background-image:url('../../img/topgoback.png');
    background-repeat: no-repeat;
    background-position:0%;
    background-size: 100%;
    filter:alpha(opacity=90);
    opacity:0.9;
}
@media screen and (min-width: 679.9px){
    .wqzTopGoBack{
        left: calc(50% - 333px);
    }
}
