.h-8 {
    height: 0.5rem;
    background: #F7F7F7;
}
body::after {
    content: '5432165465465';
    font-size: 0;
    opacity: 0.001;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
html,body {
    all: unset;
    color: #000000;
    font-style: normal;
    font: 16px Microsoft YaHei-Regular, Microsoft YaHei;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    width: 100%;
}
html {
    background-color: #f1f1f1;
}

p, ul, h1 {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: unset !important;
    color: #333333;
}

.main_warp {
    background: #fff;
    height: 100vh;
    width: 26.125rem;
    box-shadow: 2px 3px 10px #999;
    overflow-y: scroll;
}

/**滚动条START**/
.main_warp::-webkit-scrollbar {
    width: .25rem;
}

.main_warp::-webkit-scrollbar-track {
    background: #fff;
    border-radius: .25rem;
}

.main_warp::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
.main_warp {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/

.nav {
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 0 16px;
    /* position: sticky;
    top: 0; */
    z-index: 100;
    background: #FFFFFF;
    /* box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5); */
    border-radius: 0;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.nav .logo {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}

.nav .logo img {
    height: 1.875rem;
}
.nav .cate {
    display: flex;
    column-gap: 2rem;
}
.nav .cate a {
    color:#000;
    font-size: .875rem;
}
.nav .cate a.active {
    color:#E9642B;
}

.news-footer {
    padding: 1rem 0.75rem;
    text-align: center;
    color: #999;
    width: 100%;
    line-height: 1.375rem;
    font-size: .75rem;
    background: #333333;
    margin-top: auto;
}

.news-footer img {
    width: 6rem;
}

.news-footer .link-item {
    color: #999;
    padding: 0 1.5rem;
    display: inline-block;
    *display: inline;
}

.news-footer .link-item:nth-of-type(1) {
    display: none;
}

.news-footer p {
    display: block;
}

.news-footer p:last-child {
    margin-bottom: 0;
}

.news-footer div p {
    display: inline-block;
}

.news-footer p.mb11, .complaintbtn {
    display: inline-block;
}

.news-footer .friend-link{display: flex;align-items: center;flex-wrap: wrap;justify-content: center;gap: 8px;color: #999;}
.news-footer .friend-link a{color: #999;}

.top {
    display: none;
    position: fixed;
    right: calc(50vw - 12rem);
    bottom: 3rem;
    cursor: pointer;
}

.top img {
    width: 1.875rem;
    height: 1.875rem;
}

.part-container {
    margin-bottom: 1.5rem;
}

.Part1 {
    width: 100%;
    background: url(/statics/2023/img/part1-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 1rem;
}

.Part1 .remote-desc{
    font-size: .8rem;
    text-align: center;
    padding: 0 3rem;
    color: #ef3d3d;
    padding-bottom: 1rem;
}

.Part1 h1,.Part1 span {
    display: block;
    padding-top: 44px;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    text-align: center;
}

.Part1 .desc {
    font-size: 1.125rem;
    color: #E9642B;
    margin-top: 8px;
    text-align: center;
}

.Part1 .functions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Part1 .functions .function-item {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.Part1 .functions .function-item img {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
}

.Part1 .functions .function-item:nth-of-type(2) {
    margin: .5rem 1rem 0;
}

.Part1 .down-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.Part1 .index-code-box{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(/statics/2023/img/code-box.png);background-size:179px 197px;position:absolute;top: 70px;left: 26%;display:none!important;}
.Part1 .index-code-box .index-code{margin-bottom:24px;}
.Part1 .index-code-box .index-code img{width:136px!important;height:136px!important}

.Part1 .download-btn {
    width: 13.5rem;
    display: flex;
    padding: .9375rem 0;
    font-size: 1.125rem;
    color: #FFFFFF;
    margin: 15px auto 0;
    justify-content: center;
    align-items: center;
}

.Part1 .download-btn.pc-btn {
    background: url("../../../2023/img/pc-btn-bg.png");
    /*background-size: 13.5rem 3.25rem;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.Part1 .download-btn.android-btn {
    display: none;
    background: url("../img/index-az-bg.png");
    /*background-size: 13.5rem 3.25rem;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.Part1 .download-btn.ios-btn {
    display: none;
    background: url("../img/index-ios-bg.png");
    /*background-size: 13.5rem 3.25rem;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.Part1 .download-btn.pc-btn i {
    background: url(../img/win-ico.png);
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem;
    background-size: 1.125rem 1.125rem;
 }

.Part1 .download-btn.android-btn i {
   background: url(../img/index-az-ico.png);
   display: block;
   width: 1.125rem;
   height: 1.25rem;
   margin-right: .5rem;
   background-size: 1.125rem 1.25rem;
}

.Part1 .download-btn.ios-btn i {
    background: url(../img/index-ios-ico.png);
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem;
    background-size: 1.125rem 1.125rem;
}


.Part1 .download-btn.ios-btn p{
    position: absolute;
    font-size: .75rem;
    color: #666;
    text-align: center;
    margin-top: .5rem;
    top: 3.625rem;
}

.Part1 .index-down_base{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1rem;
    margin-top: .5rem;
}

.Part1 .version {
    font-size: .75rem;
    color: #666;
    text-align: center;
}

.Part1 .updatetime {
    font-size: .75rem;
    color: #666;
    text-align: center;
}

.Part1 .index-device {
    font-size: .8rem;
    color: #666;
    text-align: center;
    margin-top: .875rem;
}

.Part1 .part1-img{
        width: 86%;
    height: auto;
    margin: 1rem auto;
    display: block;
}

.index-module-name {
    width: 100%;
    margin: 3.5rem auto 1.5rem;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000000;
    text-align: center;
}

.index-module-name i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1rem 0 0;
    background: url("/statics/2023/img/index-title-left.png");
    background-size: 20px;
}

.index-module-name i:last-of-type {
    background: url("/statics/2023/img/index-title-right.png");
    margin: 0 0 0 1rem;
    background-size: 20px;
}

.Part2 {

}

.Part2 .part-lists .part-item {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3.5rem;
}

.Part2 .part-lists .part-item:first-of-type {
    padding-top: 0;
}

.Part2 .part-lists .part-item .main-img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.Part2 .part-lists .part-item .name-info {

}

.Part2 .part-lists .part-item .name-info .name {
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    display: block;
}

.Part2 .part-lists .part-item .name-info .info {
    margin-top: 1.5rem;
}

.Part2 .part-lists .part-item .name-info .info .info-item {
    margin: 0 auto .5rem;
    font-size: .875rem;
    color: #666666;
}

.Part2 .part-lists .part-item .name-info .info .info-item .advantage-ico {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}

.Part3 {
    padding: 0 1.5rem;
}

.Part3 .other-functions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Part3 .other-functions .item {
    display: flex;
    width: 30%;
    align-items: center;
    font-size: .75rem;
    color: #666666;
    margin-top: 1rem;
}

.Part3 .other-functions .item img {
    width: 2.375rem;
    height: 2.375rem;
    margin-right: .5rem;
}

.Part3 .other-functions .item:nth-of-type(1), .Part3 .other-functions .item:nth-of-type(2), .Part3 .other-functions .item:nth-of-type(3) {
    margin-top: 0;
}
.Part4 {
    display: flex;
    flex-direction: column;
    padding: 0 .875rem 0 .875rem;
    width: 100%;
}
.Part4 .module-name {
    font-weight: bold;
    text-align: center;
    color: #202124;
    font-size: 1.875rem;
}

.Part4 .module-name em {
    color: #336EE0;
}
.Part4 .fap {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #E3E4E4;
    position: relative;
    margin-bottom: 1rem;
}
.Part4 .fap h3 {
    margin: 0;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #1F1F1F;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1rem;
}
.Part4 .fap h3 a {
    color: #1F1F1F;
}
.Part4 .fap h3 span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Part4 .fap p {
    color: #1F1F1F;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 1rem;
    letter-spacing: 1px;
    border-top: 1px solid #E4E4E3;
}
.Part4 .fap a.more {
    position: absolute;
    right: 1rem;
    bottom: 1.125rem;
    font-size: 0.75rem;
    color: #E9642B;
    background-color: #fff;
    padding-left: .25rem;
}


.index-second-tile {
    font-weight: bold;
    font-size: .875rem;
    color: #333333;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 1rem;
}

.index-second-tile span {
    padding-bottom: .5rem;
    display: inline-block;
    border-bottom: 2px solid #EC8633;
}


.category {
    display: flex;
    flex-direction: column;
    height: 100vh !important;
}
.crumbs {
    font-size: .75rem;
    padding: .75rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background: #f5ac3a14;
    color: #999;
    flex-shrink: 0;
}
.crumbs a,.crumbs span {
    color: #333;
}
.section-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #FFFFFF;
    padding: 0 1rem;
}
.section-1 .article-item {
    width: 100%;
    display: flex;
    background: #FFF;
    overflow: hidden;
    border-radius: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #E3E4E4;
}
.section-1 .article-item .item-thumb {
    width: 9rem;
    height: 6rem;
    border-radius: .25rem;
    object-fit: cover;
    flex-shrink: 0;
}
.section-1 .article-item .item-right {
    display: flex;
    width: 14.25rem;
    margin-left: .5rem;
    flex-direction: column;
    justify-content: flex-end;
}
.section-1 .article-item .item-name {
    padding: 0;
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
    color: #2C2C2C;
    cursor: pointer;
}
.section-1 .article-item .item-desc {
    padding: 0;
    font-size: .8rem;
    line-height: 1.125rem;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    cursor: pointer;
    margin-top: .75rem;
}
.section-1 .article-item .base-info {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .75rem;
}
.section-1 .article-item .base-info .time-views {
    display: flex;
    flex-direction: row;
    font-size: .8rem;
    line-height: 1rem;
    color: #999;
}
.section-1 .article-item .base-info .time-views span {
    display: flex;
    align-items: center;
}
.section-1 .article-item .base-info .bottom-read {
    font-size: .8rem;
    color: #E9642B;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page {
    margin: 1.25rem 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    column-gap: .5rem;
}
.page a:first-child {
    display:none;
}
.page a {
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #666;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.page a, .page span {
    font-size: .8rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
}
.page span {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    box-sizing: content-box;
    color: #fff;
    background-color: #E9642B;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.page .current {
    color: #fff;
    background: #E9642B;
}
.section-2 {
    padding: .5rem 1rem 1.5rem;
    box-shadow: unset;
    border-radius: 0;
    background: #FFFFFF;
}
.section-2 .name-baseinfo {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E9642B;
}
.section-2 .name-baseinfo .article-name {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #333;
}
.section-2 .name-baseinfo .base-info {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #666;
}
.section-2 .name-baseinfo .base-info span {
    display: flex;
    align-items: center;
}
.section-2 .name-baseinfo .base-info span a {
    color: #E9642B;
}
.section-2 .article-detail {
    padding: 1rem 0 0;
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #000;
}
.section-2 .article-detail p {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #000;
}
.section-2 .article-detail img {
    max-width: 50%;
    max-height: 20rem !important;
    width: auto;
    height: auto;
    margin: 1rem auto;
    display: block;
    border-radius: .5rem;
    border: 1px solid #ddedfd;
}
.section-2 .article-detail h3 {
    font-size: 1rem;
    margin: 1rem 0;
    padding-bottom: .5rem;
    font-weight: bold;
    color: #E9642B;
    border-bottom: 1px solid #E0ECFF;
}
.section-2 .article-detail p a {
    color: #E9642B;
}
.section-3 {
    box-shadow: unset;
    border-radius: 0;
    padding: 1rem;
    margin-top: 0;
    background: #FFFFFF;
}
.section-3 .section-name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #E9642B;
    display: flex;
    align-items: center;
}
.section-3 .section-lists {
    display: flex;
    flex-wrap: unset;
    gap: 0;
    flex-direction: column;
}
.section-3 .section-lists .item {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    border-bottom: 1px dashed #E4E4E4;
    overflow: hidden;
}
.section-3 .section-lists .item .item-name {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #333;
}
.section-3 .section-lists .item .img-desc-wrap {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
.section-3 .section-lists .item .img-desc-wrap img {
    width: 9.5rem;
    height: 5.5rem;
    border-radius: .25rem;
    object-fit: cover;
}
.section-3 .section-lists .item .img-desc-wrap p {
    font-size: .8rem;
    margin-left: .5rem;
    line-height: 1.25rem;
    width: 13.5rem;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}




.hr{
    height: .5rem;
    background: #f5f5f7;
    flex-shrink: 0;
}
.page-404 {
    height: 100%;
}

.page-404 img {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page-404 h1,.page-404 span {
    display: block;
    font-size: 1.125rem;
    color: #000;
    text-align: center;
    margin-top: 1.5rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1rem;
    color: #000;
}

.page-404 .desc a {
    color: #E9642B;
}

.page-404 .btn-lists {
    margin: 1.5rem 0 1rem;
    display: flex;
    justify-content: center;
}

.page-404 .btn-lists a {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #E9642B;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    font-weight: bold;
    border-radius: .25rem;
}
.part-privacy {
    padding: 2rem 1rem 1rem;
    font-size: .75rem;
    line-height: 1.5rem;
}
.part-privacy p{
    font-size: .75rem;
    line-height: 1.5rem;
}


/*** @description: Photo Browser;  ***/
.photo-browser {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    display: none;
    /*background: #000;*/
    background: rgba(0, 0, 0, 0.75);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.photo-browser.photo-browser.photo-browser-in {
    display: block;
    -moz-animation: photoBrowserIn 400ms forwards;
    -webkit-animation: photoBrowserIn 400ms forwards;
    animation: photoBrowserIn 400ms forwards;
}

.photo-browser.photo-browser-out {
    display: block;
    -moz-animation: photoBrowserOut 400ms forwards;
    -webkit-animation: photoBrowserOut 400ms forwards;
    animation: photoBrowserOut 400ms forwards;
}

.photo-browser .page[data-page="photo-browser-slides"] {
    background: none;
}

.photo-browser-body {
    position: relative;
    height: 100%;
}

.photo-browser-swiper-container {
    position: absolute !important;
    left: 0;
    right: 0;
    /*top: 1rem;
bottom: 1rem;*/
    top: 0;
    bottom: 0;
    overflow: hidden;
    /*background: rgba(0,0,0, 0.5);*/
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.photo-browser-link-inactive {
    opacity: 0.3;
}

.photo-browser-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.photo-browser-slide.transitioning {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-slide span.photo-browser-zoom-container {
    width: 100%;
    text-align: center;
    display: none;
}

.photo-browser-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.photo-browser-slide.swiper-slide-active span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-next span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-prev span.photo-browser-zoom-container {
    display: block;
}

.photo-browser-slide.swiper-slide-active img, .photo-browser-slide.swiper-slide-next img, .photo-browser-slide.swiper-slide-prev img {
    display: inline;
}

.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader {
    display: block;
}

.photo-browser-slide iframe {
    width: 100%;
    height: 100%;
}

.photo-browser-slide .preloader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: -21px;
    left: 50%;
    top: 50%;
    /*background: url(../images/ background-size: 100%; -moz-animation: loading 1s steps(12, end) infinite; -webkit-animation: loading 1s steps(12, end) infinite; animation: loading 1s steps(12, end) infinite; }

.photo-browser-header { position: absolute; left: 0; right: 0; height: 1rem; z-index: 10; /*background: rgba(0,0,0,0.5);*/
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all 0.4s;
}

.photo-browser-close, .photo-browser-remove {
    position: absolute;
    z-index: 10;
    top: 0.2rem;
    left: 0.2rem;
    display: none;
}

.photo-browser-close {
    width: 0.6rem;
    height: 0.6rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMA2PwU5GRQ+elZHyJCF93SO/RUDGwbEcm3KH1J9qeapxKm0wAAAPJJREFUWMPt1MkOgjAUheHL4IgoDijgcN//LS21yVmQXvQk7nr23x9o0kpaWlpaZLuhEGPt0Ni+WWlmFLalHnsz0Km6guFVn2Zgob5geF2KuUsoRP3G5CiwHgXWo8B6nOTE586Thcp7d/5koVrDEwV4rgDPFGrOo7CvSY9vgCcL8HSB91KU/i/OtM/U70YW6tEfc7pQ70ffLMfC4Ux7EbLQBu928oXrj74MnixsR79ynijA78QPheJbX8GjgPdh3q/hUQi3m/Bhm8/tnvc9PFOAjxVasXcIPlroxF7n/F0kXniJvWv2gJ9skbuLmZaW9pe9AdgOIqeqhDo2AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% 100%;
}

.photo-browser-remove {
    left: auto;
    right: 0.3rem;
}

.photo-browser-of {
    margin: 0 5px;
}

.photo-browser-captions {
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1001;
    opacity: 1;
    /*background: rgba(0,0,0,0.5)*/
}

.photo-browser-exposed .photo-browser-name, .photo-browser-exposed .photo-browser-time, .photo-browser-exposed .photo-browser-text {
    display: none;
}

.photo-browser-caption {
    text-align: left;
    position: relative;
    z-index: 1002;
    display: none;
    min-height: 1rem;
}

.photo-browser-caption:empty {
    display: none;
}

.photo-browser-caption.photo-browser-caption-active {
    display: block;
}

.photo-browser-captions-light .photo-browser-caption {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.photo-browser-info {
    font-size: 0;
    position: relative;
    padding: 0.3rem 0;
    text-align: center;
}

.photo-browser-info + .photo-browser-text {
    margin-top: -0.4rem;
}

.photo-browser-text {
    font-size: 0.3rem;
    color: #e1e1e1;
    padding: 0.3rem;
}

.photo-browser-text:empty {
    display: none;
}

.photo-browser-text pre {
    line-height: 1.5;
    font-family: inherit;
    margin: 0;
    word-wrap: break-word;
    white-space: pre-wrap !important;
}

.photo-browser-name {
    font-size: 0.34rem;
    color: #4fab7d;
    margin-right: 0.16rem;
}

.photo-browser-time {
    font-size: 0.24rem;
    color: #777;
}

.photo-browser-count {
    color: #fff;
    font-size: 0.6rem;
}

.photo-browser-exposed .photo-browser-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.photo-browser-remove {
    display: none;
}

.photo-browser-upload .photo-browser-name, .photo-browser-upload .photo-browser-time, .photo-browser-upload .photo-browser-text {
    display: none;
}

.photo-browser-upload .photo-browser-remove {
    display: block;
}

@-webkit-keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}