/*----------图片选择 start----------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.main{
    padding: 20px
}
.fixed-top{
    position: fixed;
    top: 0;
    padding: 20px;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 99;
}
.tab-list{
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;

}
.tab-item{
    margin-right:8px;
    margin-bottom: 8px;
}
.template-list{
    margin-top: 110px;
    padding-bottom: 3%;
}
a{
    text-decoration: none;


}
.tab-item a{
    color: #444950;
    padding: 4px 12px;
}
.upload-btn{
    display: inline-block;
    background: #0571f8;
    color: #fff;
    padding: 12px 30px;
    border-radius: 3px;
    line-height: 100%;
    cursor: pointer;
}
.selected{
    background: #f2f2f3;
    border-radius: 4px;

}
.hidden{
    display: none;
}

.pagination{
    background: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
}
.pagination li{
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    border-radius: 6px;
    margin-right: 5px;
}
.pagination li.disabled{
    cursor: not-allowed;
}
.pagination li.active{
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #4e6ef2;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
}
.pagination li a{
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #F7f7f7;
    color: #a0a1a3;
    font-size: 12px;
    border-radius: 6px;
    text-decoration: none;
}
.pagination>.active>a {
    background-color: #4e6ef2;
    color: #fff;
}
.disabled {
    background: #f5f6f7;
    color: #878787;
}

/*--waterfall.css start--*/
.template-list{
    position: relative;
}
.waterfall-item{
    /*width:calc((100% - 100px)/6);*/
    width: calc((100% - 100px)/5);
    position: absolute;
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    overflow: hidden;

}
.waterfall-item:hover .hover-show{
    display: block;
}

.img-area{
    width: 100%;
    /*border-radius: 4px;*/
    cursor: pointer;
    position: relative;
}
.img-area a{
    display: block;
}
.template-img,.video-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*border: 1px solid rgba(0,0,0,.08);*/
}
.item-title{
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #424246;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
}
.hover-show{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.08);*/
    /*z-index: 10;*/
    overflow: hidden;
}


.collect,.edit-btn,.locked,.unlocked ,.video-icon-item{
    width: 45px;
    height: 30px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collect,.edit-btn{
    top: 8px;
    left:13px;
    z-index: 3;
}
.preview{
    top: 8px;
    left: 50px;
    z-index: 3;
}
.video-icon-item{
    width: 60px;
    bottom: 20px;
    right: 13px;
    z-index: 3;



}
.video-icon-img{
    margin-right: 5px;
}
.locked,.unlocked{
    top: 8px;
    right: 10px;
}

.collect-img {
    width: 16px;
}

.vip-template{
    position: absolute;
    right: 8px;
    top: 8px;
}
.vip-template-icon{
    width: 60px;
}
.edit{
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    height: 34px;
    line-height: 1;
    padding: 0 12px 0 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 17px;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    z-index: 9;
}
.img-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 12px 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.08);
}
.item-text {
    width: 220px;
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.item-record {
    font-size: 12px;
    color: #9e9fa4;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*cursor: pointer;*/
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-top: 5px;
}
.copyright-link{
    color: #573bff;
    margin-right: 15px;
}
.used-area{
    background-color: #fff;
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 550;
    color: #2b2b2b;
    padding: 8px;
    z-index: 3;
    position: absolute;
    right: 5px;
    top: 8px;
}

@media (max-width:1350px) {
    .waterfall-item{
        width: calc((100% - 84px)/4);
    }
}

@media  (max-width:1200px) {
    .collect,.preview{
        width: 22px;
        height: 22px;
    }
    .collect-img,.preview-icon{
        width: 12px;
    }
    .preview{
        left: 40px;
    }

}

.video-js,.vjs-poster{
    background: none;
}

.vjs-tech{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.item-bottom{
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 0 10px 10px;
}
.item-bottom .headerImg{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}
.item-bottom span{
    font-size: 12px;
    margin-left: 7px;
    width: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*--waterfall.css end--*/
/*----------图片选择 end----------*/

/*----------帮助中心 start----------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,寰蒋闆呴粦,STHeitiSC-Light,simsun,瀹嬩綋,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    color: #333
}
a:hover{
    text-decoration: none;
}
input{

    background:none;

    outline:none;

    border:0px;

}

button:focus {
    outline: none;
}




*::-webkit-scrollbar{
    width:5px;
    height:5px;
}
*::-webkit-scrollbar-track{
    background: #f7f7f7;
    border-radius:2px;
}
*::-webkit-scrollbar-thumb{
    background: #dce1e6;
    border-radius:5px;
}

body::-webkit-scrollbar{
    width:10px;
}
body::-webkit-scrollbar-thumb{
    background: #b3b2be;
    border-radius:5px;
}

*{
    scrollbar-width: thin;
    scrollbar-color: #dce1e6 #f7f7f7;
}
html{
    scrollbar-width: thin;
    scrollbar-color: #b3b2be #f7f7f7;
}


.container{
    width: 1200px;
    margin:  auto;
}
.help-content{
    width: 100%;
    margin: 65px auto;
    display: flex;
    min-height: calc(100vh - 424px);
}
.leftaside{
    width: 310px;
    display: flex;
    flex-direction: column;
    overflow: auto;

}
.left-content{
    position: fixed;

}
.leftaside h2{
    color: #242424;
    font-size: 32px;
    font-weight: normal;padding-left:12px
}
.article-list{
    margin-top: 25px;
}
.article-category{
    width: 248px;
    margin-bottom:40px;
}
.article-title{
    font-size: 16px;
    font-weight: 550;
    color: #242424;
}
.category-list{
    margin-top: 15px;
}
.category-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-list li a{
    color: #6e6e6e;
    font-size: 14px;
    line-height: 36px;padding:6px 12px;border-radius:3px
}
.right-content{
    padding: 20px 40px;
    /*flex: 1;*/
    width: 860px;
    word-wrap: break-word;
    word-break: break-all;
}
.article-content h2{
    font-size: 22px;
    color: #262626;
    margin-bottom: 15px;
    line-height: 28px;
}

.article-content p{
    color: #3f3c3c;
    font-size: 14px;
}
.article-content img{
    height: auto;
    width: 100%;
    vertical-align: middle;

}
.article-content video{
    height: auto;
    width: 100%;
}
.article-content embed{
    width: 100%;
}
.section-content{
    display: none;
}
.artcle-text{
    line-height: 25px;
    margin-bottom: 10px;
}
.category-list li a:hover{
   background:#0571f8;
	color:#fff
}
.category-list li a.item-active{
    background:#0571f8;
	color:#fff

}
@media (max-width: 1200px){
    .container {
        width: 96%;
    }
    .help-content{
        padding: 0 25px;
    }
    .left-content{
        height: 797px;
        overflow-y: auto;
        padding-bottom: 30px;
    }
}
/*----------帮助中心 end----------*/
#authSaveDiv input{color:#333}
