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, dl, dt, dd, ol, nav ul, nav 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;
    vertical-align: baseline;
}

.leftbar, .tab-item, .intro ul{
    user-select:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    background: #fff;
    padding: 0;
    margin: 0;
    color: #222;
    /*height: 100%;*/
    overflow-x: hidden;
}

button, input {
    border: 0;
}

* {
    font-size: 12px;
    box-sizing: border-box;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 寰蒋闆呴粦, STHeitiSC-Light, simsun, 瀹嬩綋, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

input {
    background: none;
    outline: none;
    border: 0px;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

*::-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;
}

.scroll{
    overflow: scroll;
}
.item {
    width: 200px;
    border-radius: 16px;
    position: absolute;
    padding: 0;
    opacity: 1;
    background: #f4f4f6;
    text-align: left;
    overflow: hidden;
/*    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);*/
	box-shadow: 0px 0 5px 0 rgba(0,0,0,.2);
	border:2px solid transpatent
}


.item-img-box {
    display: flex;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}

.item img {
/*    -webkit-filter: grayscale(90%);*/
/*    filter: grayscale(90%);*/
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;

}

.item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    /*	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
}
.item img.nofilter{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
/*    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);*/
    background: #4356e4;
    color: #fff;border:2px solid transparent
}

.item:hover a,.item:hover .viewfen b,.item:hover .viewfen {
    color: #fff
}

.item p.viewfen img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}



.item p {
    padding: 10px 0 0 14px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 200%;
    vertical-align: middle;
}


.item p img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 14px;
    border: 1px solid #fff;
    object-fit: cover;
}

.item p a img {
    border: none;
    width: 20px;
    height: 20px;
    background: none;
}


.imgloading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 10000;
    overflow-y: auto;
    color: #555;
    font-size: 16px;
}





.item p.viewfen {
    position: relative;
    font-size: 12px;
}

.imgloading .loading-wrapper {
    position: absolute;
    text-align: center;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);

}

.item a.gedit, .waterfall-box a.gedit {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
    font-size: 12px;
    background: url(../../assets/imgs/edit.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px
}

.imgloading .loading-wrapper img {
    width: 100%;
    height: auto
}

.imgloading .closeloading {
    position: fixed;
    right: 30px;
    top: 30px;
    color: #fff;
    cursor: pointer;
    padding: 3px 20px;
    background: #323941;
    border-radius: 5px;
    font-size: 14px
}

.imgloading h2 {
    text-align: center;
    font-size: 16px;
    color: #e3e3e3
}

/**/
.bounce {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #444;
    height: 100%;
    white-space: nowrap;
}

.letter {
    animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    margin-top: 0;
    /*  text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;*/
    font-size: 24px;
    font-weight: 300;
    color: #66cc66
}

.letter:nth-child(1) {
    animation-delay: 0s;
    color: #53afd6
}

.letter:nth-child(2) {
    animation-delay: 0.0833333333s;
    color: #53ab7a
}

.letter:nth-child(3) {
    animation-delay: 0.1666666667s;
    color: #dedc55
}

.letter:nth-child(4) {
    animation-delay: 0.25s;
    color: #d69e55
}

.letter:nth-child(5) {
    animation-delay: 0.3333333333s;
    color: #d1565f
}

.letter:nth-child(6) {
    animation-delay: 0.4166666667s;
    color: #d0569b
}

.letter:nth-child(7) {
    animation-delay: 0.5s;
    color: #b37a9e
}

.letter:nth-child(8) {
    animation-delay: 0.58s;
    color: #53afd6
}

.letter:nth-child(9) {
    animation-delay: 0.64s;
    color: #d0569b
}

@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0);

    }
    100% {
        transform: translate3d(0, -1em, 0);

    }
}


#print {
    flex: 1;
    margin: 0 auto;
    width: 100%;
    /*max-width:1200px;*/
    padding: 0px 35px 0px 35px;
    min-width: 900px;
}

#pop {
    width: 100%;
    text-align: center;margin-top:10px
}
#pop h2{height:36px;line-height:20px;font-size:12px;font-weight:normal;color:#555;text-align:left}


#box {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0;
}
.disabled{
-webkit-filter: blur(3px); 
    filter: blur(3px);
	pointer-events:none;
	opacity:1;
}
.hidden{display:none}
.tip{position:absolute;bottom:14px;right:6px;background:none;display:none}
.tip img{max-height:24px;}
.item a img{background:#fff}
.viewfen b{font-size:14px;color:#444}
.viewfen{color:#888}