ul, li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

p {
    all: unset;
}

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

body {
    all: unset;
    display: flex;
    color: #333;
    background: #f7f7f7;
    flex-direction: column;
}

.nav-banner {
    height: 259px;
    width: 100%;
    background-color:#016193;
}

.nav-banner .banner-top {
    height: 64px;
    display: flex;
    padding: 0 32px;
    justify-content: space-between;
    align-items: center;
}
.nav-banner .banner-top .cat-nav {
    margin-left: 70px;
    line-height: 62px;
}

.nav-banner .banner-top .cat-nav a {
    margin-right: 48px;
    font-size: 16px;
    color: #202125;
    display: inline-block;
}

.nav-banner .banner-top .cat-nav .on, .nav-banner .banner-top .cat-nav a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.nav-banner .banner-top .left {
    display: flex;
    align-items: center;
}

.nav-banner .banner-top .left a {
    font-size: 16px;
    color: #FFFFFF;
}

.nav-banner .banner-top .left a:hover {
    color: #3e73ed;
}

.nav-banner .banner-top .left a img {
    width: 160px;
    height: 24px;
}

.nav-banner .banner-top .left a .m-h-logo {
    display: none;
}

/*.nav-banner .banner-top .left a img {*/
/*    width: 152px;*/
/*    height: 34px;*/
/*}*/

.nav-banner .banner-top .right {
    padding: 0 26px;
    font-size: 16px;
    line-height: 46px;
    color: #3e73ed;
    background: #FFFFFF;
    border-radius: 30px;
}

.nav-banner .banner-top .right:hover {
    -webkit-transform: scale(1.1);
}

.nav-banner .scrolled {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #ffffff;
}
.nav-banner .scrolled .left a{
    color: #333;
}
.nav-banner .scrolled .left a:hover{
    color: #3e73ed;
}

.nav-banner .scrolled .right {
    color: #fff;
    background: #1967d2;
}

.nav-banner .banner-bottom {
    margin-top: 24px;
}

.nav-banner .banner-bottom .banner-title {
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    text-align: center;
}

.nav-banner .banner-bottom .banner-title-en {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
}

.footer {
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 12px;
    padding: 24px 0;
    margin-top: 30px;
}

.footer .cat-beian a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 12px;
}

.footer .cat-beian a:hover {
    color: #3e73ed;
}

#to_top {
    position: fixed;
    bottom: 120px;
    right: 30px;
    cursor: pointer;
    color: #3e73ed;
    z-index: 1000;
    display: none;
}

#to_top img {
    width: 50px;
    height: 50px;
}

.crumbs {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    padding: 15px 4px;
}

.crumbs a {
    color: #333333;
}

.crumbs a:hover {
    color: #3e73ed;
}


.crumbs h1 {
    font-size: 14px;
    margin: 0;
    color: #333333;
    line-height: normal;
}

.part-container {
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 120px - 266px);
}

.pages {
    text-align: center;
    padding-bottom: 28px;
}

.pages a {
    padding: 5px 10px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    font-size: 12px;
    color: #333333;
    margin-right: 16px;
    border-radius: 50%;
}

.pages a:nth-of-type(1) {
    margin-right: 30px;
}

.pages a.a1 {
    border-radius: unset;
}

.pages .current {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    margin-right: 16px;
    border-radius: 50%;
    background: #3e73ed;
    box-shadow: 0px 0px 2px 1px rgba(62, 115, 237, 0.16);
}

.pages select {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    font-size: 12px;
    color: #333333;
    padding: 5px 10px;
    border: unset;
}

.part-content {
    display: flex;
    justify-content: space-between;
}

.part-content .container-left {
    width: 860px;

}

.part-content .container-right {
    width: 316px;
    margin-left: 24px;
}

.google-m {
    display: none;
}


.Part1 {
    background: #ffffff;
}

.Part1 .list {
    display: flex;
    padding: 24px 24px 8px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Part1 .list .item {
    padding: 18px 16px 14px;
    width: 564px;
    display: flex;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.Part1 .list .item:hover .base-info .title {
    color: #3e73ed !important;
}

.Part1 .list .item img {
    width: 155px;
    height: 108px;
    box-shadow: 2px 6px 10px -1px #999;
}

.Part1 .list .item img:hover {
    -webkit-transform: scale(1.1);
}

.Part1 .list .item .base-info {
    width: calc(100% - 173px);
}

.Part1 .list .item .base-info .title {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}

.Part1 .list .item .base-info .desc {
    height: 38px;
    line-height: 19px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    margin: 8px 0;
}

.Part1 .list .item .base-info .time {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.Part1 .list .item .base-info .time i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url("../image/list-time.png");
    background-size: 12px;
}

.Part2 {
    background: #ffffff;
}

.Part2 h1 {
    font-weight: bold;
    font-size: 24px;
    color: #2C2C2C;
    padding: 20px 0 24px;
    text-align: center;
}

.Part2 .other-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
}

.Part2 .other-info span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #837f7f;
    margin: 0 30px;
}

.Part2 .other-info span.refer-link a {
    color: #3e73ed;
}

.Part2 .other-info .time i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../image/list-time.png");
    background-size: 14px;
}

.Part2 .other-info .hits i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../image/views.png");
    background-size: 14px;
}

.Part2 .other-info .refer-link i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../image/refer.png");
    background-size: 14px;
}

.Part3 {
    text-align: center;
    border: 1px #EDEDED solid;
    height: 117px;
    background: #ededed;
}

.Part3 div {
}

.Part3 .id-thumb {
    width: 530px;
    text-align: left;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.Part3 .id-thumb img {
    width: 30px;
    height: 30px
}

.Part3 .id-thumb span {
    font-weight: bold;
    font-size: 16px;
    margin-left: 12px;
}

.Part3 .id-center {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.Part3 .id-info {
    width: 100%;
    float: left;
}

.Part3 .id-info p {
    float: left
}

.Part3 .id-info .id-info-p {
    font-size: 14px;
    color: #999;
    margin: 5px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 28px;
}

.Part3 .id-info .id-info-p span {
    width: 24%;
    display: inline-block;
    text-align: left;
    margin-right: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.Part3 .id-info .id-info-p span font {
    color: #444
}

.Part3 .id-info .id-info-p span font.stars {
    display: inline-block;
    height: 15px;
    background: url(../image/icon-star.png) repeat-x 0 -12px;
    vertical-align: middle;
    width: 66px;
    margin-bottom: 2px;
    background-size: 13px 24px;
}

.Part3 .id-info .id-title {
    text-align: left
}

.Part3 .id-info .id-title a {
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin: 10px 0 10px;
    display: inline-block;
    white-space: nowrap
}

.Part3 .id-info .id-title a:after {
    content: url("https://chrome.cmrrs.com/statics/2024/img/safe.png");
    display: inline-block;
    margin-left: 7px;
    vertical-align: sub
}

.Part3 .id-btn {
    float: right;
    width: 20%;
    margin-top: 36px;
}

.Part3 .id-btn a {
    background: #3e73ed;
    border-radius: 8px;
    height: 35px;
    line-height: 35px;
    width: 96px;
    font-size: 14px;
    color: #FFFFFF;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Part3 .id-btn a i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../image/reconmend-down.png");
    background-size: 19px;
    margin-right: 4px;
}

.Part3 .id-btn a:hover {
    -webkit-transform: scale(1.1);
}

.Part4 {
    background-color: #ffffff;
    padding: 24px 0;
}

.Part4 img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px auto;
    display: block;
}

.Part4 p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    display: block;
    padding: 0 24px;
}

.Part4 h2{
    border-left: 3px solid #D90000;
    padding-left: 15px;
    margin: 20px 0;
    font-weight: normal;
    font-size: 1.25em;
}

.Part4 h3 {
    border-left: 3px solid #D90000;
    padding-left: 15px;
    margin: 20px 0;
    font-weight: normal;
    font-size: 1.25em;
}

.Part4 p img, .Part4 center img {
    max-width: 50%;
    max-height: 300px;
    height: auto;
    width: auto;
    margin: 15px auto;
    display: block;
    box-shadow: 0 0 5px 1px #3e73ed;
}

.Part4 p a {
    color: #3e73ed;
}

.Part4 p a:hover {
    color: #1e00ff;
}

.Part5 {
    width: 100%;
    background: #fff;
    padding: 24px;
    margin-top: 20px;
}

.Part5 .module-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
}

.Part5 .module-title i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../image/min5-ico.png");
    background-size: 24px;
    margin-right: 8px;
}

.Part5 .lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Part5 .lists .item {
    width: 48%;
    padding: 16px 0;
    border-bottom: 1px dashed #E4E4E4;
}

.Part5 .lists .item .title {
    font-size: 16px;
    color: #333333;
}

.Part5 .lists .item:hover .title {
    color: #3e73ed;
}

.Part5 .lists .item .base-info .thumb-img:hover {
    -webkit-transform: scale(1.1);
}

.Part5 .lists .item .base-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;

}

.Part5 .lists .item .base-info .thumb-img {
    width: 107px;
    height: 66px;
    box-shadow: 2px 6px 10px -1px #999;
    border: 1px solid #cfcfcf;
}

.Part5 .lists .item .base-info .desc {
    width: 265px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 54px;
    overflow: hidden;
    font-size: 14px;
    color: #838282;
}

.Part6 {
    width: 100%;
    background: #fff;
    padding: 24px;
}

.Part6 .module-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
}

.Part6 .module-title i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../image/min6-ico.png");
    background-size: 24px;
    margin-right: 8px;
}

.Part6 .lists {
    margin-top: 8px;
}

.Part6 .lists .item {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #2C2C2C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 16px 0;
    border-bottom: 1px dashed #E4E4E4;
}

.Part6 .lists .item:hover {
    color: #3e73ed;
}

.Part6 .lists .item i {
    width: 17px;
    height: 19px;
    font-size: 14px;
    color: #EEEEEE;
    background: #879299;
    border-radius: 2px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 8px;
}

.Part6 .lists .item:nth-of-type(1) i {
    background: #fa4e57;
}

.Part6 .lists .item:nth-of-type(2) i {
    background: #fa7a53;
}

.Part6 .lists .item:nth-of-type(3) i {
    background: #fbc258;
}

@media screen and (max-width: 810px) {
    .nav-banner {
        height: 184px;
        width: 100%;
        background: url("../image/banner-m.png");
    }

    .nav-banner .banner-top {
        display: flex;
        padding: 1rem 1rem;
        justify-content: space-between;
        align-items: center;
    }

    .nav-banner .banner-top .left {
        display: grid;
        align-items: center;
        width: 100%;
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
    }

    .nav-banner .banner-top .left a {
        margin-right: 0;
        font-size: 1rem;
    }

    .nav-banner .banner-top .left a img {
        width: 10rem;
        height: 1.5rem;
    }

    .nav-banner .banner-top .left a .pc-h-logo {
        display: none;
    }

    .nav-banner .banner-top .left a .m-h-logo {
        display: block;
        height: 24px;
        width: auto;
    }

    .nav-banner .banner-top .cat-nav {
        margin-left: 1rem;
        line-height: 62px;
    }

    .nav-banner .banner-top .cat-nav a {
        margin-right: 1rem;
        font-size: 1rem;
        color: #fff;
        display: inline-block;
    }

    .nav-banner .banner-bottom {
        margin-top: 0.875rem;
    }

    .nav-banner .banner-bottom .banner-title {
        font-size: 2.5rem;
    }

    .nav-banner .banner-bottom .banner-title-en {
        font-size: 0.8125rem;
        margin-top: .5rem;
    }

    .footer {
        background: #f7f7f7;
        font-size: .75rem;
        padding: 1rem;
        margin-top: 0;
    }

    .footer .complainttips {
        font-size: .75rem !important;
        line-height: 1.25rem;
    }

    .footer .beian, .footer .cat-beian a {
        margin-top: .5rem !important
    }

    #to_top {
        position: fixed;
        bottom: 4.375rem;
        right: 1rem;
        cursor: pointer;
        color: #3e73ed;
        z-index: 1000;
        display: none;
    }

    #to_top img {
        width: 2rem;
        height: 2rem;
    }

    .part-content .container-right, .nav-banner .banner-top .right {
        display: none;
    }

    .part-container {
        width: 100%;
        min-height: calc(100vh - 116px - 184px);

    }

    .crumbs {
        font-size: .75rem;
        display: block;
        padding: 1rem .5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .crumbs a {
        color: #333333;
    }

    .crumbs a:hover {
        color: #3e73ed;
    }

    .crumbs h1 {
        font-size: .75rem;
        display: inline-block;
    }

    .pages {
        text-align: center;
        padding: 0 1.5rem 1.5rem;
    }

    .pages a {
        padding: .375rem .625rem;
        font-size: .75rem;
        margin-right: 1rem;
        display: inline-block;
        margin-top: 1rem;
    }

    .pages a:nth-of-type(1) {
        margin-right: 1rem;
    }

    .pages a.a1 {
        border-radius: unset;
    }

    .pages .current {
        padding: .375rem .625rem;
        font-size: .75rem;
        margin-right: 1rem;
    }

    .pages select {
        font-size: .75rem;
        padding: .375rem .625rem;
        margin-top: 1rem;
    }

    .Part1 .list {
        padding: 1rem 1rem 0;
        justify-content: unset;
    }

    .part-content .container-left {
        width: 100%;
    }


    .Part1 .list .item {
        width: 100%;
        padding: .875rem 1rem .875rem .875rem;
        box-shadow: 0px 0px .5rem 1px rgba(0, 0, 0, 0.16);
        border-radius: .25rem;
        margin-bottom: 1rem;
    }

    .Part1 .list .item:last-of-type {
        margin-bottom: 0.5rem;
    }

    .Part1 .list .item img {
        width: 6rem;
        height: 3.875rem;
        box-shadow: 2px 6px 10px -1px #999;
    }

    .Part1 .list .item .base-info {
        width: calc(100% - 7rem);
    }

    .Part1 .list .item .base-info .title {
        font-size: .875rem;
        color: #333333;
        margin-top: .625rem;
    }

    .Part1 .list .item .base-info .desc {
        display: none;
    }

    .Part1 .list .item .base-info .time {
        font-size: .75rem;
        margin-top: .5rem;
    }

    .Part1 .list .item .base-info .time i {
        display: inline-block;
        width: .75rem;
        height: .75rem;
        margin-right: .25rem;
        background: url("../image/list-time.png");
        background-size: .75rem ;
    }


    .Part2 h1 {
        font-weight: 600;
        font-size: 1rem;
        padding: 1.5rem 0 .875rem;
    }

    .Part2 .other-info {

        padding-bottom: 1.5rem;
    }

    .Part2 .other-info span {
        font-size: .75rem;
        margin: 0 1rem;
        display: flex;
        align-items: center;
    }

    .Part2 .other-info .time i {
        width: .875rem;
        height: .875rem;
        margin-right: .25rem;
        background: url("../image/list-time.png");
        background-size: .875rem;
    }

    .Part2 .other-info .hits i {
        width: 12px;
        height: 12px;
        margin-right: 4px;
        background: url("../image/views.png");
        background-size: 12px;

    }

    .Part2 .other-info .refer-link i {
        width: .75rem;
        height: .75rem;
        margin-right: 4px;
        background: url("../image/refer.png");
        background-size: .75rem;
    }

    .Part3 {
        height: auto;
        padding: 1.5rem 0;
    }

    .Part3 .id-center {
        padding: 0 1.5rem;
    }

    .Part3 .id-thumb {
        width: 100%;
        text-align: left;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        margin-top: 0;
    }

    .Part3 .id-thumb img {
        width: 1.875rem;
        height: 1.875rem;
    }

    .Part3 .id-thumb span {
        font-size: 1rem;
        margin-left: .5rem;
    }

    .Part3 .id-info .id-info-p {
        font-size: .75rem;
        color: #666;
        margin: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.5rem;
    }

    .Part3 .id-info .id-info-p span {
        width: 48%;
        display: inline-block;
        text-align: left;
        margin-right: .25rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .Part3 .id-info .id-info-p span font {
        color: #666;
    }

    .Part3 .id-btn a {
        background: #3e73ed;
        border-radius: .5rem;
        height: 2rem;
        line-height: 2rem;
        width: 5.1875rem;
        font-size: .75rem;
        color: #FFFFFF;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Part3.google-android .id-btn a {
        background: #1da740;
        margin-top: 0.75rem;
    }

    .Part3.google-ios .id-btn a {
        margin-bottom: .325rem;
        margin-top: 1rem;
    }

    .Part3 .id-btn a i {
        display: inline-block;
        width: .625rem;
        height: .625rem;
        background: url(../image/reconmend-down.png);
        background-size: .625rem;
        margin-right: .25rem;
    }

    .Part3 .id-btn p {
        display: block;
        margin-top: .325rem;
        font-size: .75rem;
        color: #999;
    }

    .Part3 .id-btn {
        float: right;
        width: auto;
        margin-top: 2.25rem;
    }


    .Part4 {
        background-color: #ffffff;
        padding: 1.5rem 0 1rem;
    }

    .Part4 p {
        font-size: .75rem;
        color: #666666;
        line-height: 1.5rem;
        display: block;
        padding: 0 1.5rem;
    }

    .Part4 h3 {
        font-size: .875rem;
        font-weight: bold;
        color: #3e73ed;
        margin: 1.5rem 0 .5rem;
        background: unset;
        padding: 0 1.5rem;
    }

    .Part4 p img, .Part4 center img {
        max-width: 80%;
        max-height: 18.75rem;
        height: auto;
        width: auto;
        margin: 1.5rem auto;
        display: block;
        box-shadow: 0 0 5px 1px #3e73ed;
    }

    .Part5 {
        width: 100%;
        background: #fff;
        padding: 1rem 1.5rem;
        margin-top: .5rem;
    }

    .Part5 .module-title {
        font-weight: bold;
        font-size: .875rem;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .Part5 .module-title i {
        display: inline-block;
        width: .875rem;
        height: .875rem;
        background: url("../image/min5-ico.png");
        background-size: .875rem;
        margin-right: .5rem;
    }

    .Part5 .lists {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .Part5 .lists .item {
        width: 100%;
        padding: 1rem 0;
        border-bottom: 1px dashed #E4E4E4;
    }

    .Part5 .lists .item .title {
        font-size: .875rem;
        color: #333333;
    }

    .Part5 .lists .item .base-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;

    }

    .Part5 .lists .item .base-info .thumb-img {
        width: 6rem;
        height: 3.875rem;
        box-shadow: 2px 6px 10px -1px #999;
    }

    .Part5 .lists .item .base-info .desc {
        width: auto;
        line-height: 1.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        height: auto;
        overflow: hidden;
        color: #838282;
        font-size: .75rem;
        margin-left: .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;
    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;
    }
}

.chapter-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #d48b3b;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.chapter-btn:hover {
    background-color: #0056b3;
    border-color: #003d80;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.chapter-btn:active {
    background-color: #003d80;
    transform: translateY(1px);
}