﻿/* 预置样式声明 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #3c3c3c;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

header {
    background-color: #242a38;
    height: 64px;
    font-size: 0;
}

nav {
    background-color: #fff;
}

footer {
    background-color: #242a38;
}
td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    line-height: 1em;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a,
p,
span {
    color: #3c3c3c;
    text-decoration: none;
    line-height: 1em;
}

input[type="text"] {
    -webkit-appearance: none;
}

a:hover {
    color: #17d8ff;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

input {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
}

:focus {
    outline: none;
}

* { box-sizing: border-box; }

/* 公共 container */
.klfyContainer {
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}
@media screen and (max-width: 1400px) {
    .klfyContainer {
        width: 100%;
    }
}
.klfyContainer .copyright {
    font-size: 16px;
    line-height: 2em;
    color: white;
    text-align: center;
    padding: 30px 0 40px;
}

.klfyContainer .copyright a {
    color: white;
}

@media screen and (max-width: 720px) {
    .klfyContainer .copyright {
        font-size: 12px;
        padding: 30px 0;
    }
}
@media screen and (max-width: 540px) {
    .klfyContainer .copyright {
        padding: 20px 0;
    }
}

/* 导航栏 */
.bannerNav {
    background-color: #fff;
    height: 80px;
}
@media screen and (max-width: 960px) {
    .bannerNav {
        height: 59px;
        border-bottom: 1px #d2d2d2 solid;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1001;
    }
}
.nav {
    padding: 0 10px;
    box-sizing: border-box;
}
.nav #logo {
    float: left;
    height: 60px;
    margin: 10px 30px 10px 20px;
}

.nav #logo img {
    height: 100%;
}
.nav .navi {
    overflow: hidden;
    display: inline-block;
}
.nav .navi li {
    width: 90px;
    height: 80px;
    text-align: center;
    position: relative;
    float: left;
}
.nav .navi li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 80px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav .navi li a:hover {
    background-color: #17c3e5;
    color: #fff;
}
.nav .login {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    margin: 24px 20px 24px 0;
    font-size: 0;
    background-image: url(./images/klfy/user.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 1200px) {
    .nav .navi li {
        width: 80px;
    }
}
@media screen and (max-width: 960px) {
    .nav #logo {
        width: 123px;
        height: 35px;
        margin: 12.5px 15px;
    }
    .nav .navi {
        display: none;
    }
    .nav .login {
        margin: 15px auto;
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .foldmenu {
        float: left;
        margin: 20px 0 0 0;
        width: 24px;
        height: 21px;
        background-image: url(./images/klfy/foldmenu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .mobileMenu {
        position: absolute;
        top: 60px;
        left: 40px;
        width: 200px;
        /* height: 432px; */
        background-color: #fafafa;
        z-index: 1001;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .mobileMenu li {
        width: 100%;
        height: 60px;
        text-align: left;
        display: block;
        padding: 0 20px;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobileMenu li a {
        display: block;
        padding-left: 42px;
        border-bottom: 1px #dcdcdc solid;
        height: 100%;
        font-size: 16px;
        line-height: 60px;
        background-image: url(./images/klfy/mobile-arrow.png);
        background-size: auto 14px;
        background-repeat: no-repeat;
        background-position: 6px 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobileMenu li:first-child,
    .mobileMenu li:last-child {
        height: 60px;
    }
    .mobileMenu li:last-child a {
        border-bottom: 0;
    }
    .mobileMenu li:hover {
        background-color: #17c3e5;
    }
    .mobileMenu li a:hover {
        color: #fff;
        border-bottom: 0;
        background-image: url(./images/klfy/mobile-arrow-hover.png);
    }
}

@media screen and (max-width: 960px) {
    .foldmenu {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    .mobileMenu {
        left: 30px;
    }
}

/* 页脚 */
.footer {
    background-color: #234a63;
    overflow: hidden;
}
.footer .footerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}

.footer .footerContent.lite {
    display: none;
}

.footer .footerContent.lite img {
    width: 120px;
    margin-right: 12px;
}

.footer .footerContent.lite .codebox {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    margin-left: 12px;
}
.footer .footerContent.lite .codebox img {
    margin: 0 auto 24px;
}
.footer .footerContent.lite .codebox h5 {
    font-size: 16px;
    line-height: 1em;
    color: #fff;
}

.footer .footerContent .footerLeft {
    display: inline-block;
}
.footer .footerContent .footerLeft .logo {
    display: inline-block;
    width: 144px;
    vertical-align: middle;
    margin-right: 24px;
}
.footer .footerContent .footerLeft .codebox {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.footer .footerContent .footerLeft .codebox img {
    margin: 0 auto 30px;
}
.footer .footerContent .footerLeft .codebox h5 {
    font-size: 16px;
    line-height: 1em;
    color: #fff;
}
.footer .footerContent .weblink {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
}
.footer .footerContent .weblink li {
    margin-bottom: 16px;
}
.footer .footerContent .weblink li:first-child {
    margin-bottom: 32px;
}
.footer .footerContent .weblink a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
.footer .footerContent .weblink .listhead a {
    font-size: 18px;
}
@media screen and (max-width: 960px) {
    .footer .footerContent.lite .codebox img {
        width: 84px;
    }
    .footer .footerContent .footerLeft .logo {
        width: 128px;
    }
    .footer .footerContent .footerLeft .codebox {
        width: 120px;
    }
    .footer .footerContent .footerLeft .codebox img {
        width: 84px;
    }
    .footer .footerContent .weblink {
        margin-left: 50px;
    }
}
@media screen and (max-width: 720px) {
    .footer .footerContent {
        display: none;
    }
    .footer .footerContent.lite {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 10% 0;
    }
}
@media screen and (max-width: 540px) {
    .footer .footerContent.lite img {
        width: 100px;
    }
    .footer .footerContent.lite .codebox {
        width: 100px;
    }
    .footer .footerContent.lite .codebox img {
        width: 64px;
    }
    .footer .footerContent.lite .codebox h5 {
        font-size: 14px;
    }
}

/* 返回顶部按钮组 */
.backToTop,
.wechat {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background-color: #d2d2d2;
    position: fixed;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    z-index: 1001;
}
@media screen and (max-width: 780px) {
    .backToTop,
    .wechat {
        display: none;
    }
}

.backToTop {
    bottom: 60px;
    right: 36px;
    cursor: pointer;
}

.wechat {
    bottom: 112px;
    right: 36px;
}

.backToTop img,
.wechatTrigger img {
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}

.wechatTrigger img {
    padding: 12px 0;
}

.wechatImg {
    display: block;
    position: fixed;
    bottom: 112px;
    right: 88px;
    -webkit-transition: 0.8s all ease;
    transition: 0.8s all ease;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.backToTop:hover,
.wechat:hover {
    background-color: #969696;
}

.wechat:hover .wechatImg {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* 主页 */
.function {
    background-color: #969696;
}
/* .func { padding: 0 10px; } */
/* .funcSmall {
    display: none;
}
@media screen and (max-width: 1050px) {
    .func {
        display: none;
    }
    .funcSmall {
        display: block;
    }
}
.funcLite {
    width: 100%;
    display: none;
}
@media screen and (max-width: 700px) {
    .funcSmall {
        display: none;
    }
    .funcLite {
        display: block;
    }
} */

/* .klfyContainer.func {
    width: 1380px;
} */

@media screen and (max-width: 1050px) {
    .klfyContainer.func {display: none;}
}

.klfyContainer.funcSmall {
    width: 700px;
    display: none;
}
@media screen and (max-width: 1050px) {
    .klfyContainer.funcSmall {display: block;}
}
@media screen and (max-width: 700px) {
    .klfyContainer.funcSmall {display: none;}
}

.klfyContainer.funcLite {
    width: 100%;
    display: none;
}
@media screen and (max-width: 700px) {
    .klfyContainer.funcLite {display: block;}
}

/* 首页 Swiper */
.swiper-pagination,
.swiper-pagination-slide {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    line-height: 10px;
}
.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.swiper-pagination-slide {
    bottom: 3%;
}
.swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #d2d2d2;
    cursor: pointer;
}

.swiper-pagination-slide > .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-slide > .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
    background: #17c3e5;
}
.swiper-container,
.slider-container,
.swiper-container-func {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.slider-container {
    font-size: 0;
    max-height: 750px;
}
.slider-container img.lite{
    display: none;
}
@media screen and (max-width: 960px) {
    .slider-container img{
        display: none;
    }
    .slider-container img.lite{
        display: block;
    }
}

.swiper-slide.slider img {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    top: -180px;
}

@media screen and (max-width: 3000px) {
    .swiper-slide.slider img {
        top: -50px;
    }
}

@media screen and (max-width: 2560px) {
    .swiper-slide.slider img {
        top: 0;
    }
}


/* @media screen and (max-width: 1400px) {
    .swiper-container.small {
        display: block;
    }
}

@media screen and (max-width: 1050px) {
    .swiper-container.tiny {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .swiper-container.lite {
        display: block;
    }
} */

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper.func {
    margin-bottom: 0;
}
.swiper-wrapper.slider {
    margin-bottom: 0px;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.klfyContainer.gall .swiper-slide {
    text-align: center;
}
.gallery .klfyContainer.gall .galleryCard {
    text-align: left;
}
.gallery .klfyContainer.gall .galleryCardPic {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.gallery .klfyContainer.gall .galleryCardPic img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery .klfyContainer.gall .galleryCardPic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.feature {
    background-color: #fafafa;
    padding: 20px 0;
}
.feature .featureContainer {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature .featureContainer .featureItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 392px;
    height: 100px;
    background-color: #fff;
    padding: 20px 24px;
    margin: 15px 0;
    border-radius: 8px;
    font-size: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feature .featureContainer .featureItem:hover {
    box-shadow: 3px 3px 10px #d2d2d2;
}
.feature .featureContainer .featureItem:nth-child(2),
.feature .featureContainer .featureItem:nth-child(5) {
    margin: 15px 30px;
}
.feature .featureContainer .featureItem img {
    display: inline-block;
    padding-right: 34px;
    height: 60px;
}
.feature .featureContainer .featureItem .featItemRt {
    display: inline-block;
}
.feature .featureContainer .featureItem .featItemRt h3 {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 22px;
}
.feature .featureContainer .featureItem .featItemRt h5 {
    font-size: 14px;
    line-height: 14px;
}
@media screen and (max-width: 1400px) {
    .feature .featureContainer .featureItem {
        margin: 15px 10px;
    }
    .feature .featureContainer .featureItem:nth-child(2),
    .feature .featureContainer .featureItem:nth-child(5) {
        margin: 15px 10px;
    }
}
@media screen and (max-width: 960px) {
    .feature .featureContainer {
        padding: 0 15px;
    }
    .feature .featureContainer .featureItem {
        display: block;
        text-align: center;
        width: 28%;
        height: 120px;
        background-color: #fff;
        padding: 15px 1%;
        margin: 1.5%;
        border-radius: 4px;
        font-size: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .feature .featureContainer .featureItem:nth-child(2),
    .feature .featureContainer .featureItem:nth-child(5) {
        margin: 1.5%;
    }
    .feature .featureContainer .featureItem img {
        display: block;
        height: 50px;
        padding: 0;
        margin: 0 auto 20px;
    }
    .feature .featureContainer .featureItem .featItemRt {
        display: block;
    }
    .feature .featureContainer .featureItem .featItemRt h3 {
        margin-bottom: 0;
    }
    .feature .featureContainer .featureItem .featItemRt h5 {
        font-size: 0;
        line-height: 0;
    }
}
@media screen and (max-width: 600px) {
    .feature .featureContainer .featureItem .featItemRt h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .feature .featureContainer .featureItem .featItemRt h3 {
        font-size: 14px;
    }
}

.unitTitle {
    padding: 60px 0 50px;
}
.unitTitle.column {
    border-bottom: 1px #dcdcdc solid;
}
.unitTitle h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.unitTitle h5 {
    font-size: 16px;
}
.unitTitle h2,
.unitTitle h5 {
    text-align: center;
}
@media screen and (max-width: 600px) {
    .unitTitle {
        padding: 40px 0 30px;
    }
    .unitTitle h2 {
        font-size: 20px;
    }
    .unitTitle h5 {
        font-size: 14px;
    }
}
@media screen and (max-width: 375px) {
    .unitTitle {
        padding: 30px 0 25px;
    }
    .unitTitle h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .unitTitle h5 {
        font-size: 12px;
    }
}

.gallery {
    background-color: #fff;
    padding-bottom: 50px;
}
.gallery .gallContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.gallery .galleryCard {
    width: 328px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 0;
    margin: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery .galleryCard:hover {
    box-shadow: 3px 3px 15px rgba(230, 230, 230, 0.7);
}
@media screen and (max-width: 720px) {
    .gallery .galleryCard:hover {
        box-shadow: none;
    }
}
@media screen and (max-width: 375px) {
    .gallery .gallContent {
        padding: 0 15px;
    }
    .gallery .galleryCard {
        width: 100%;
        height: auto;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        display: inline-block;
        font-size: 0;
        margin: 10px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.gallery .galleryCard img {
    width: 100%;
}
.gallery .galleryCard .galleryCardUp {
    padding: 16px 0 16px 20px;
}
.gallery .galleryCard .galleryCardUp a {
    display: inline-block;
}
.gallery .galleryCard .galleryCardUp span {
    vertical-align: middle;
    font-size: 12px;
}
.gallery .galleryCard .galleryCardUp img {
    vertical-align: middle;
    padding-right: 12px;
    width: 24px;
}
@media screen and (max-width: 375px) {
    .gallery .galleryCard .galleryCardUp img {
        padding-right: 13px;
        width: 25px;
    }
}
.gallery .galleryCard .galleryCardBottom {
    padding: 20px 0 20px 20px;
}
.gallery .galleryCard .galleryCardBottom a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

.galleryCardInfo {
    vertical-align: middle;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.galleryCardInfo:hover {
    color: #fff;
}
.galleryCardInfo span {
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    margin-right: 18px;
    color: #969696;
}
.galleryCardInfo span:last-child {
    margin-right: 0;
}
@media screen and (max-width: 375px) {
    .galleryCardInfo span:last-child {
        display: none;
    }
}
.galleryCardInfo .gallIcon {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 12px;
    overflow: hidden;
}
.galleryCardInfo .gallIcon.like,
.galleryCardInfo .gallIcon.comment {
    width: 16px;
    height: 16px;
}
.galleryCardInfo .gallIcon.like {
    background-image: url(./images/klfy/like.png);
}
.galleryCardInfo .gallIcon.like:hover {
    background-image: url(./images/klfy/like-hover.png);
}
.galleryCardInfo .gallIcon.comment {
    background-image: url(./images/klfy/comment.png);
}
.galleryCardInfo .gallIcon.comment:hover {
    background-image: url(./images/klfy/comment-hover.png);
}
.galleryCardInfo .gallIcon.view {
    width: 22px;
    height: 14px;
    background-image: url(./images/klfy/view.png);
}

.funcItem {
    display: inline-block;
    width: 25%;
    height: 440px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (max-width: 1050px) {
    .funcItem {
        display: inline-block;
        width: 100%;
        height: 440px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: none;
        transition: none;
    }
}
@media screen and (max-width: 700px) {
    .funcItem {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
    }
}
@media screen and (max-width: 350px) {
    .funcItem {
        background-size: auto 100%;
    }
}

.funcItem.search {
    background-image: url(./images/klfy/search.png);
}
.funcItem.discover {
    background-image: url(./images/klfy/discover.png);
}
.funcItem.record {
    background-image: url(./images/klfy/record.png);
}
.funcItem.share {
    background-image: url(./images/klfy/share.png);
}

.funcContent {
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}
.funcContent:hover {
    background-color: rgba(18, 175, 206, 0.8);
}

.funcContent:hover .funcTitle {
    padding-top: 65px;
}
.funcContent.dark {
    background-color: rgba(62, 129, 175, 0.8);
}
.funcContent.dark:hover {
    background-color: rgba(62, 129, 175, 0.8);
}
.funcContent .funcTitle {
    padding-top: 150px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.funcContent .funcTitle img {
    margin-bottom: 24px;
}
.funcContent .funcTitle h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}
.funcContent .diviLine {
    display: block;
    width: 260px;
    height: 30px;
    margin: 0 auto;
    margin-top: 40px;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.funcContent:hover .diviLine {
    margin-top: 9px;
    opacity: 1;
}
.funcContent .funcMain {
    width: 260px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.funcContent:hover .funcMain {
    margin-top: 45px;
    opacity: 1;
}
.funcContent .funcButton {
    display: block;
    width: 118px;
    height: 38px;
    margin: 70px auto;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.funcContent .funcButton:hover {
    color: #17c3e5;
    background-color: #fff;
}
.funcContent .funcButton.dark:hover {
    color: rgba(62, 129, 175, 1);
    background-color: #fff;
}
.funcContent:hover .funcButton {
    margin-top: 40px;
    opacity: 1;
}
@media screen and (max-width: 1400px) {
    .funcContent .funcTitle img {
        margin-bottom: 20px;
    }
    .funcContent .funcTitle h1 {
        font-size: 24px;
    }
    .funcContent .diviLine {
        width: 67%;
    }
    .funcContent:hover .diviLine {
        margin-top: 5px;
        opacity: 1;
    }
    .funcContent .funcMain {
        width: 67%;
    }
    .funcContent:hover .funcMain {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1050px) {
    .funcContent {
        width: 100%;
        height: 100%;
        background-color: rgba(18, 175, 206, 0.8);
        -webkit-transition: none;
        transition: none;
        overflow: hidden;
    }
    .funcContent .funcTitle {
        padding-top: 65px;
        -webkit-transition: none;
        transition: none;
    }
    .funcContent .diviLine {
        width: 75%;
        opacity: 1;
        margin-top: 9px;
        -webkit-transition: none;
        transition: none;
    }
    .funcContent:hover .diviLine {
        margin-top: 9px;
    }
    .funcContent .funcMain {
        width: 75%;
        margin-top: 45px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
    .funcContent:hover .funcMain {
        margin-top: 45px;
    }
    .funcContent .funcButton {
        margin: 40px auto 70px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
}

.kbContainer {
    text-align: center;
    margin: 40px 0 120px;
}
@media screen and (max-width: 1400px) {
    .kbContainer {
        display: none;
    }
}

.kbContent {
    display: inline-block;
    vertical-align: middle;
}
.kbContent.mid {
    margin: 0 45px;
}
.kbContent .kbItem.lite {
    width: 25%;
    display: inline-block;
}
.kbContent .kbItem.left {
    text-align: right;
}
.kbContent .kbItem.left img {
    margin-left: 36px;
}
.kbContent .kbItem.right {
    text-align: left;
}
.kbContent .kbItem.right img {
    margin-right: 36px;
}
.kbContent .kbItem:first-child {
    padding: 0 0 140px;
}
.kbContent .kbItem h5 {
    font-size: 18px;
    color: #3c3c3c;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.kbContent .kbItem.lite img {
    display: block;
    width: 50%;
    padding: 0 25% 15px;
}

.kbContainer.lite {
    display: none;
    font-size: 0;
    margin: 10px 0 35px;
    padding: 0 30px;
}
.kbContainer.lite .kbItem.lite {
    width: 160px;
    display: inline-block;
}
.kbContainer.lite .kbItem.lite img {
    display: block;
    width: 40%;
    padding: 0 30% 25px;
}
.kbContainer.lite .kbItem.lite h5 {
    font-size: 18px;
}
.kbContainer.lite .kbContent.mid {
    display: block;
    margin: 0 10px 50px;
}
.kbContainer.lite .kbContent.mid img {
    width: 100%;
    max-width: 450px;
}
@media screen and (max-width: 1400px) {
    .kbContainer.lite {
        display: block;
    }
}
@media screen and (max-width: 720px) {
    .kbContainer.lite .kbItem.lite {
        width: 25%;
        display: inline-block;
    }
    .kbContainer.lite .kbContent.mid {
        margin: 0 10px 40px;
    }
}
@media screen and (max-width: 600px) {
    .kbContainer.lite .kbItem.lite img {
        width: 50%;
        padding: 0 25% 25px;
    }
}
@media screen and (max-width: 540px) {
    .kbContainer.lite .kbItem.lite h5 {
        font-size: 14px;
    }
}
@media screen and (max-width: 414px) {
    .kbContainer.lite .kbItem.lite h5 {
        font-size: 12px;
    }
}

/* 栏目 Banner */
.columnBanner {
    font-size: 0;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 2560px) {
    .columnBanner {
        height: 400px;
    }
}
@media screen and (max-width: 1920px) {
    .columnBanner {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 960px) {
    .columnBanner {
        height: 270px;
        margin-top: 60px;
    }
}
@media screen and (max-width: 600px) {
    .columnBanner {
        height: 160px;
    }
}
@media screen and (max-width: 480px) {
    .columnBanner {
        display: none;
    }
    .columnBanner.brief {
        display: block;
    }
    .columnBanner.codex {
        display: block;
    }
}

/* 各个栏目页 Banner */
.columnBanner.codex {
    background-image: url(./images/klfy/column-banner-codex.png);
}
.columnBanner.personal {
    background-image: url(./images/klfy/column-banner-personal-center.png);
}
.columnBanner.rules {
    background-image: url(./images/klfy/column-banner-rules.png);
}
.columnBanner.newsFlash {
    background-image: url(./images/klfy/column-banner-newsFlash.png);
}
.columnBanner.navi {
    background-image: url(./images/klfy/column-banner-navi.png);
}
.columnBanner.livingPlaces {
    background-image: url(./images/klfy/column-banner-livingPlaces.png);
}
.columnBanner.brief {
    background-image: url(./images/klfy/column-banner-brief.png);
}
.columnBanner.birdwatch {
    background-image: url(./images/klfy/column-banner-birdwatch.png);
}

/* 栏目 Banner 下方标语 */
.unitTitle {
    padding: 60px 0 50px;
}
.unitTitle h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.unitTitle h5 {
    font-size: 16px;
}
.unitTitle h2,
.unitTitle h5 {
    text-align: center;
}
.unitTitle.column {
    border-bottom: 1px #dcdcdc solid;
}
@media screen and (max-width: 780px) {

}
@media screen and (max-width: 600px) {
    .unitTitle {
        padding: 40px 0 30px;
    }
    .unitTitle h2 {
        font-size: 20px;
    }
    .unitTitle h5 {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .unitTitle {
        margin-top: 60px;
    }
}
@media screen and (max-width: 375px) {
    .unitTitle {
        padding: 30px 0 25px;
    }
    .unitTitle h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .unitTitle h5 {
        font-size: 12px;
    }
}

/* 栏目宽度定义 */
/* .klfyContainer.birdwatch {
    width: 1380px;
} */
.klfyContainer.gall .newsFlashInner,
.klfyContainer.birdwatch {
    width: 1400px;
}

@media screen and (max-width: 1480px) {
    .klfyContainer.gall,
    .klfyContainer.gall .newsFlashInner,
    .klfyContainer.birdwatch {
        width: 100%;
    }
    .klfyContainer.gall .newsFlashInner,
    .klfyContainer.birdwatch {
        padding: 0 40px;
    }
}
@media screen and (max-width: 780px) {

}
@media screen and (max-width: 600px) {
    .klfyContainer.gall .newsFlashInner,
    .klfyContainer.birdwatch {
        padding: 0 30px;
    }
}

/* 鸟类观察 */
.klfyContainer.contentFlexMb,
.klfyContainer.contentFlex,
.klfyContainer.content {
    width: 1360px;
}

.klfyContainer.contentFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.klfyContainer.contentFlexMb {
    display: none;
}

.birdwatchMain {
    padding-bottom: 50px;
}

.birdwatchMain .birdwatchBlock {
    padding-top: 60px;
}
.birdwatchTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px #dcdcdc solid;
    margin-bottom: 20px;
}
.birdwatchTitle img {
    width: 48px;
}
.birdwatchTitle span {
    line-height: 48px;
    font-size: 24px;
    margin-left: 24px;
}

.birdwatchLine {
    padding: 16px 4px;
    display: flex;
    flex-wrap: nowrap;

}
.birdwatchLine .birdwatchItem {
    /* display: inline-block; */
    width: max-content;
    height: 50px;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
    border-radius: 8px;
    margin-right: 24px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px 0 20px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.birdwatchLine .birdwatchItem:hover {
    border-color: #17c3e5;
    box-shadow: #17c3e5 0 0 5px;
}
.birdwatchLine .birdwatchItem.active {
    border-color: #17c3e5;
    box-shadow: #17c3e5 0 0 5px;
}
.birdwatchLine .birdwatchItem::before {
    content: "";
    display: none;
    height: 2px;
    width: 80%;
    background-color: #17c3e5;
    position: absolute;
    top: 54px;
    left: 10%;
}
.birdwatchLine .birdwatchItem::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    position: absolute;
    border: 2px #bcbcbc solid;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 70% 30%;
    transform-origin: 70% 30%;
    right: 20px;
    top: 22px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.birdwatchLine .birdwatchItem.active::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.birdwatchLine .birdwatchItem:last-child {
    margin-right: 0;
}
.birdwatchLine .loopItem {
    border-top: 1px #dcdcdc solid;
}
.birdwatchLine .loopItem:last-child {
    border-bottom: 1px #dcdcdc solid;
}

.birdwatchContent {
    background-color: #fafafa;
    padding: 40px 0;
    display: none;
}
.birdwatchContent.active {
    display: block;
}

/** 软件板块用 **/
.birdwatchContent .contentBlock {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
}
.birdwatchContent .contentBlock a {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 28px;
}
.birdwatchContent .contentBlock span {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 28px;
    display: inline-block;
}
.birdwatchContent .contentBlock .codebox {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.birdwatchContent .contentBlock .codebox .code {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    padding: 0 10px;
}
.birdwatchContent .contentBlock .codebox span {
    text-align: center;
    display: block;
    padding-bottom: 0;
}

/** 另两个板块用 **/
.birdwatchContent .contentBox ul,
.birdwatchContent .contentBox span,
.birdwatchContent .contentBox p,
.birdwatchContent .contentBox a {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 28px;
}
.birdwatchContent .contentBox span {
    display: inline-block;
}
.birdwatchContent .softImg {
    box-sizing: border-box;
    padding: 0 10% 0 5%;
    flex-shrink: 0;
    width: 45%;
    display: inline-block;
}

@media screen and (max-width: 1480px) {
    .klfyContainer.contentFlexMb,
    .klfyContainer.contentFlex,
    .klfyContainer.content,
    .klfyContainer.navi .naviInner,
    .klfyContainer.livingPlaces,
    .klfyContainer.rules .rulesInner,
    .klfyContainer.codex {
        width: auto;
        padding: 0 40px;
    }
}
@media screen and (max-width: 1400px) {
    .birdwatchContent .softImg {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1200px) {
    .birdwatchLine {
        margin: 0 auto;
        padding: 12px 4px;
    }
    .birdwatchLine .birdwatchItem {
        /* width: 260px; */
        height: 40px;
        line-height: 40px;
        margin-right: 12px;
        text-align: center;
        font-size: 16px;
        border: none;
        border-radius: 0;
        padding: 0 20px;
    }
    .birdwatchLine .birdwatchItem:hover {
        border: none;
        box-shadow: none;
        color: #17c3e5;
        text-shadow: 2px 2px 5px #dcdcdc;
    }
    .birdwatchLine .birdwatchItem.active {
        border-bottom: none;
        box-shadow: none;
        color: #17c3e5;
        text-shadow: 2px 2px 5px #dcdcdc;
    }
    .birdwatchLine .birdwatchItem::before {
        top: 38px;
    }
    .birdwatchLine .birdwatchItem.active::before {
        display: block;
    }
    .birdwatchLine .birdwatchItem::after {
        display: none;
    }
    .birdwatchContent .contentBlock .codebox .code {
        width: 52px;
    }
}
@media screen and (max-width: 960px) {
    .birdwatchLine {
        flex-wrap: nowrap;
    }
    .birdwatchLine .birdwatchItem {
        /* width: 30%; */
        /* margin-right: 16px; */
    }
    .birdwatchContent .contentBlock {
        display: block;
        width: 100%;
        vertical-align: top;
    }
}
@media screen and (max-width: 780px) {

}
@media screen and (max-width: 720px) {
    .birdwatchLine .birdwatchItem {
        font-size: 14px;
    }
    .birdwatchContent .softImg {
        vertical-align: middle;
    }
}
@media screen and (max-width: 600px) {
    .klfyContainer.contentFlex,
    .klfyContainer.content,
    .klfyContainer.navi .naviInner,
    .klfyContainer.livingPlaces,
    .klfyContainer.rules .rulesInner,
    .klfyContainer.codex {
        padding: 0 30px;
    }
    .birdwatchMain .birdwatchBlock {
        padding-top: 40px;
    }
    .birdwatchTitle {
        border: none;
        margin-bottom: 0;
    }
    /* .birdwatchLine .birdwatchItem {
        display: block;
        text-align: left;
        width: 100%;
        font-size: 16px;
        line-height: 60px;
        height: 60px;
        padding: 0 5% 0 calc(5% + 20px);
    } */
    .birdwatchLine .birdwatchItem.active {
        text-shadow: none;
    }
    /* .birdwatchLine .birdwatchItem::before {
        width: 0;
        height: 0;
        background-color: transparent;
        border-left: 8px solid #bcbcbc;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        -webkit-transform-origin: 70% 50%;
        transform-origin: 70% 50%;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
        top: 25px;
        left: 5%;
        display: block;
    }
    .birdwatchLine .birdwatchItem.active::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        border-left: 8px solid #17c3e5;
    } */
    .birdwatchContent {
        border-top: 1px #dcdcdc solid;
    }
    .birdwatchContent .softImg {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .klfyContainer.birdwatch {
        margin: 0;
    }
}

/* 概况 */
.klfyContainer.brief h1 {
    font-size: 36px;
    padding-bottom: 50px;
    text-align: center;
}

.klfyContainer.nav {
    width: 1380px;
    margin: 0 auto;
    font-size: 0;
}

.briefNav {
    height: 60px;
    width: 100%;
    background-color: #fafafa;
}

.briefNav li {
    width: 80px;
    height: 60px;
    text-align: center;
    position: relative;
    float: left;
}
.briefNav div {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 60px;
}

.briefNavItem:hover div {
    color: #17c3e5;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.briefHistory .briefHistoryInner {
    padding: 50px 80px 40px;
}

.briefHistory .briefHistoryInner p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 24px;
    text-align: left;
    text-indent: 2em;
}

.briefHistory .briefHistoryInner p:last-child {
    padding-bottom: 0;
}
.briefHistory .briefHistoryInner .briefHistoryFilms {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox {
    width: 32%;
    margin: 0 1%;
    border-radius: 8px;
    overflow: hidden;
}

.briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox img {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    width: 100%;
}
.briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}
.briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox:first-child {
    margin-left: 0;
}
.briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox:last-child {
    margin-right: 0;
}

.briefGroup {
    background-image: url(./images/klfy/brief-group-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}
.colorMask {
    background-color: rgba(18, 175, 206, 0.8);
    width: 100%;
    height: 100%;
}
.briefGroupInner {
    padding: 50px 80px 40px;
}
.briefGroupInner p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 24px;
    text-align: left;
    text-indent: 2em;
    color: #fff;
}
.briefGroupInner p:last-of-type {
    padding-bottom: 60px;
}
.briefGroupInner h1 {
    color: #fff;
}
.briefGroupLiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.briefGroupLiner .briefGroupButton {
    width: 30%;
    /* margin: 0 50px; */
    border: 1px #fff solid;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.briefGroupLiner .briefGroupButton:first-child {
    margin-left: 0;
}

.briefGroupLiner .briefGroupButton:last-child {
    margin-right: 0;
}

.briefGroupLiner .briefGroupButton:hover {
    background-color: #fff;
}

.briefGroupLiner .briefGroupButton .briefGroupButtonInner {
    margin: 11px auto;
    display: block;
    text-align: center;
}

.briefGroupLiner .briefGroupButton .briefGroupButtonInner span {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.briefGroupLiner .briefGroupButton .briefGroupIcon {
    margin-right: 30px;
    vertical-align: middle;
}

.briefGroupLiner .briefGroupButton:hover span {
    color: #17c3e5;
}

.briefGroupLiner .briefGroupButton:hover .briefGroupIcon.I {
    content: url(./images/klfy/brief-group-icon01-nega.png);
}

.briefGroupLiner .briefGroupButton:hover .briefGroupIcon.II {
    content: url(./images/klfy/brief-group-icon02-nega.png);
}

.briefGroupLiner .briefGroupButton:hover .briefGroupIcon.III {
    content: url(./images/klfy/brief-group-icon03-nega.png);
}

.briefPresent .briefPresentInner {
    padding: 50px 0 40px;
}

.briefPresentTxt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
}

.briefPresentTxt .briefPresentTxtItem {
    width: 40%;
    margin: 0 5% 60px;
    border-bottom: 1px #969696 solid;
}
.briefPresentTxt .briefPresentTxtItem h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

.briefPresentTxt .briefPresentTxtItem h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.briefPresentFilms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.briefPresentFilms .briefPresentItem {
    margin: 10px;
}

.briefPresentFilms .briefPresentItem.img {
    overflow: hidden;
}
.briefPresentFilms .briefPresentItem img {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.briefPresentFilms .briefPresentItem :hover img {
    -webkit-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
}

.briefPresentFilms .briefPresentItem.text {
    width: 330px;
    height: 300px;
    background-color: #17c3e5;
    border: 2px #17c3e5 solid;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.briefPresentFilms .briefPresentItem.text:hover {
    background-color: #fff;
}
.briefPresentFilms .briefPresentItem.text:hover h5,
.briefPresentFilms .briefPresentItem.text:hover h3 {
    color: #17c3e5;
}
.briefPresentFilms .briefPresentItem.text:hover h5 {
    font-size: 24px;
}
.briefPresentFilms .briefPresentItem.text:hover h3 {
    font-size: 36px;
}

.briefPresentFilms .briefPresentItem.text .textBg {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

/* .briefPresentFilms .briefPresentItem.text .textBg .textBox {
    margin: 0 auto;
    padding: 110px 0;
    width: max-content;
} */

.briefPresentFilms .briefPresentItem h5,
.briefPresentFilms .briefPresentItem h3 {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: max-content;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.briefPresentFilms .briefPresentItem h5 {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 1em;
}
.briefPresentFilms .briefPresentItem h3 {
    font-size: 32px;
    line-height: 1em;
}

@media screen and (max-width: 1880px) {
    .briefGroup {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 1480px) {
    .klfyContainer.brief {
        width: 100%;
    }
}
@media screen and (max-width: 1400px) {
    .klfyContainer.nav {
        width: calc(100% - 60px);
    }
    .briefPresentFilms .briefPresentItem:nth-child(5),
    .briefPresentFilms .briefPresentItem:nth-child(7) {
        display: none;
    }
    .briefPresentFilms .briefPresentItem:last-child {
        background-image: url(./images/klfy/brief-present-img04.png);
    }
    .briefPresentFilms .briefPresentItem.text:hover .textBg {
        background-color: rgba(255, 255, 255, 1);
    }
    .briefPresentFilms .briefPresentItem.text .textBg {
        background-color: rgba(18, 175, 206, 0.4);
    }
}
@media screen and (max-width: 1240px) {
    .briefHistory .briefHistoryInner p,
    .briefGroupInner p {
        font-size: 14px;
    }
    .briefGroupLiner .briefGroupButton {
        margin: 0 30px;
    }
    .briefGroupLiner .briefGroupButton .briefGroupButtonInner span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1050px) {
    .briefGroupLiner .briefGroupButton {
        margin: 0 15px;
    }
    .briefPresentFilms .briefPresentItem:nth-child(2),
    .briefPresentFilms .briefPresentItem:nth-child(4) {
        display: none;
    }
    .briefPresentFilms .briefPresentItem:first-child {
        background-image: url(./images/klfy/brief-present-img01.png);
    }
    .briefPresentFilms .briefPresentItem:nth-child(3) {
        background-image: url(./images/klfy/brief-present-img02.png);
    }
    .briefPresentFilms .briefPresentItem:nth-child(6) {
        background-image: url(./images/klfy/brief-present-img03.png);
    }
    .briefPresentFilms .briefPresentItem.text .textBg {
        background-color: rgba(18, 175, 206, 0.5);
    }
}

@media screen and (max-width: 960px) {
    .klfyContainer.brief h1 {
        font-size: 28px;
        padding-bottom: 40px;
    }
    .briefNav {
        display: none;
    }
    .briefHistory .briefHistoryInner {
        padding: 40px;
    }
    .briefGroupInner {
        padding: 40px 60px;
    }
    .briefGroupInner p:last-of-type {
        padding-bottom: 40px;
    }
    .briefGroupLiner .briefGroupButton {
        margin: 0 10px;
    }
    .briefGroupLiner .briefGroupButton .briefGroupButtonInner img {
        display: block;
        margin: 0 auto 10px;
    }
    .briefPresent .briefPresentInner {
        padding: 40px 0;
    }
    .briefPresentFilms .briefPresentItem.text {
        border: 0;
        width: 330px;
        height: 300px;
    }
}

@media screen and (max-width: 720px) {
    .klfyContainer.brief h1 {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .briefHistory .briefHistoryInner .briefHistoryFilms {
        margin-top: 10px;
    }
    .briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox {
        width: 48%;
    }
    .briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox:last-child {
        display: none;
    }
    .briefGroupLiner .briefGroupButton .briefGroupButtonInner span {
        font-size: 14px;
    }
    .briefPresentFilms .briefPresentItem.text {
        border: 0;
        width: 300px;
        height: 275px;
    }
}
@media screen and (max-width: 700px) {
    .briefPresentTxt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .briefPresentFilms {
        display: none;
    }
    .briefPresent .briefPresentInner {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 600px) {
    .klfyContainer.nav {
        width: calc(100% - 40px);
    }
    .briefHistory .briefHistoryInner {
        padding: 30px;
    }
    .briefHistory .briefHistoryInner .briefHistoryFilms .briefHistoryImgbox {
        border-radius: 4px;
    }
    .briefGroupInner {
        padding: 40px;
    }
    .briefGroupInner p:last-of-type {
        padding-bottom: 20px;
    }
    .briefGroupLiner {
        margin-bottom: 0;
        flex-direction: column;
    }
    .briefGroupLiner .briefGroupButton {
        width: 80%;
        margin: 10px auto;
    }
    .briefGroupLiner .briefGroupButton:first-child {
        margin-left: auto;
    }
    .briefGroupLiner .briefGroupButton:last-child {
        margin-right: auto;
    }
    .briefPresentTxt .briefPresentTxtItem {
        margin-bottom: 50px;
    }
    .briefPresentTxt .briefPresentTxtItem h5 {
        font-size: 16px;
    }
    .briefPresentTxt .briefPresentTxtItem h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 540px) {
    .briefPresentTxt .briefPresentTxtItem {
        margin-bottom: 40px;
    }
    .briefPresentTxt .briefPresentTxtItem h5 {
        font-size: 14px;
    }
    .briefPresentTxt .briefPresentTxtItem h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .briefHistory .briefHistoryInner {
        padding: 20px;
    }
    .briefHistory .briefHistoryInner p {
        padding-bottom: 16px;
        font-size: 12px;
    }
    .briefHistory .briefHistoryInner .briefHistoryFilms {
        margin-top: 0;
    }
    .briefGroupInner {
        padding: 30px 20px;
    }
    .briefGroupInner p {
        padding-bottom: 16px;
        font-size: 12px;
    }
    .briefPresent .briefPresentInner {
        padding: 30px 20px;
    }
}


/* 名录 */
.codexContainer {
    margin: 30px 0;
    padding: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.codexContainer .codexSidebarMain {
    vertical-align: top;
    width: 210px;
    flex-shrink: 0;
}
.codexContainer .codexSidebarMain .sidebarListTop {
    background-color: #17c3e5;
    padding: 0 16px;
    height: 50px;
    border-radius: 4px 4px 0 0;
}
.codexContainer .codexSidebarMain .sidebarListTop span {
    font-size: 16px;
    line-height: 48px;
    vertical-align: middle;
    color: #fff;
}
.codexContainer .codexSidebarMain .sidebarListTop img {
    margin-right: 12px;
    vertical-align: middle;
}
.codexContainer .codexSidebarMain .sidebarListItem {
    vertical-align: middle;
    background-color: #fff;
}
.codexContainer .codexSidebarMain .sidebarListItem:hover {
    background-color: #ccf7ff;
}
.codexContainer .codexSidebarMain .sidebarListItem:last-child {
    border-radius: 0 0 4px 4px;
}
.codexContainer .codexSidebarMain .sidebarListItem a {
    display: block;
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 50px;
    color: #646464;
    background-image: url(./images/klfy/arrow-next.png);
    background-position: 187px 50%;
    background-repeat: no-repeat;
}
.codexContainer .secondList {
    padding: 10px 0;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 230px;
    border-radius: 4px;
    box-shadow: #bcbcbc 2px 2px 5px;
    -webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.codexContainer .secondList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}
.codexContainer .secondList .codexFamily {
    width: 80px;
    height: 30px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.codexContainer .secondList .codexFamily a {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 24px;
    display: block;
    text-align: right;
    width: 69px;
    padding-right: 10px;
    border-right: 1px #969696 solid;
}
.codexContainer .secondList .codexFamily a:hover {
    color: #17c3e5;
}
.codexContainer .secondList .codexGenus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}
.codexContainer .secondList .codexGenus .codexGenusItem {
    height: 100%;
    font-size: 14px;
    color: #3c3c3c;
    display: inline-block;
    width: max-content;
    padding: 0 10px;
    line-height: 40px;
}
.codexContainer .codexMain {
    width: 100%;
    vertical-align: top;
    /* margin-left: 20px;
    max-width: 1150px; */
    flex: 1;
}
.codexContainer .codexMain .codexBreadcrumbs {
    margin-top: 16px;
    display: inline-block;
}
.codexContainer .codexMain .codexBreadcrumbs .codexBreadcrumbsItem {
    font-size: 14px;
    color: #646464;
}
.codexContainer .codexMain .codexBreadcrumbs img {
    margin: 0 12px;
}
.codexContainer .codexMain .subChoose {
    display: none;
    float: left;
    margin-top: 9px;
}
.codexContainer .codexMain .subChoose img {
    width: 36px;
    height: 30px;
    margin: 0 10px;
}
.codexContainer .codexMain .codexSearch {
    display: block;
    float: right;
    width: 220px;
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 32px;
    border: #d2d2d2 1px solid;
    background-color: #fff;
    padding: 0 10px 0 16px;
    background-image: url(./images/klfy/sousuo.png);
    background-repeat: no-repeat;
    background-position: 189px 50%;
    margin: 8px 0 22px;
}
.codexContainer .codexMain .codexSearch::placeholder {
    font-size: 12px;
    color: #969696;
}
.codexContainer .codexMain .clear {
    clear: both;
}
.codexContainer .codexMain .codexTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.codexContainer .codexMain .codexTable .codexCard {
    width: 330px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 20px 10px 0;
    border: 1px #dcdcdc solid;
    box-sizing: border-box;
}
.codexContainer .codexMain .codexTable .codexCardPic {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
}
.codexContainer .codexMain .codexTable .codexCard .codexCardPic img {
    width: 368px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.codexContainer .codexMain .codexTable .codexCard .codexCardPic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.codexContainer .codexMain .codexTable .codexCard .codexCardBottom {
    margin: 30px 25px 25px;
}
.codexContainer .codexMain .codexTable .codexCard .codexCardBottom a {
    font-size: 24px;
    color: #3c3c3c;
    padding-bottom: 16px;
    display: inline-block;
}
.codexContainer .codexMain .codexTable .codexCard h4 {
    font-size: 16px;
    color: #969696;
    padding-top: 12px;
    border-top: 1px #969696 solid;
    line-height: 20px;
}
.codexContainer .codexMain .codexTable .codexCard span {
    font-size: 16px;
    color: #969696;
    margin: 16px 8px 0 0;
    display: inline-block;
}
.codexContainer .codexMain .codexTable .codexCard:nth-child(4n+4) {
    margin: 10px 0;
}

@media screen and (max-width: 1480px) {
    /* .codexContainer .codexMain {
        max-width: 780px;
    } */
    .codexContainer .codexMain .codexTable {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .codexContainer .codexMain .codexTable .codexCard {
        width: calc(25% - 15px);
    }
    .codexContainer .codexMain .codexTable .codexCard img {
        width: 100%;
    }
    .codexContainer .codexMain .codexTable .codexCard:nth-child(4n+4) {
        margin: 10px 0;
    }
}
@media screen and (max-width: 1200px) {
    .codexContainer .codexMain .codexTable .codexCard {
        width: calc(33.33% - 13.33px);
    }
    .codexContainer .codexMain .codexTable .codexCard:nth-child(4n+4) {
        margin: 10px 20px 10px 0;
    }
    .codexContainer .codexMain .codexTable .codexCard:nth-child(3n+3) {
        margin: 10px 0;
    }
}
@media screen and (max-width: 960px) {
    .codexContainer {
        margin-top: 20px;
    }
    .codexContainer .codexSidebarMain {
        display: none;
    }
    .codexContainer .codexMain {
        margin-left: 0;
    }
    .codexContainer .codexMain .codexBreadcrumbs {
        display: none;
    }
    .codexContainer .codexMain .subChoose {
        display: block;
    }
    .codexContainer .codexMain .codexSearch {
        width: calc(100% - 80px);
        background-position-x: calc(100% - 16px);
        float: right;
        margin: 8px 0 22px;
    }
    .codexContainer .codexMain .codexTable .codexCard {
        width: calc(50% - 10px);
    }
    .codexContainer .codexMain .codexTable .codexCard:nth-child(4n+4),
    .codexContainer .codexMain .codexTable .codexCard:nth-child(3n+3) {
        margin: 10px 20px 10px 0;
    }
    .codexContainer .codexMain .codexTable .codexCard:nth-child(2n+2) {
        margin: 10px 0;
    }
}
@media screen and (max-width: 720px) {
    .codexContainer .codexMain .codexTable .codexCard .codexCardBottom a {
        font-size: 20px;
    }
    .codexContainer .codexMain .codexTable .codexCard h4 {
        font-size: 14px;
    }
    .codexContainer .codexMain .codexTable .codexCard span {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .codexContainer .codexMain .codexTable .codexCard {
        width: 100%;
    }
    .codexContainer .codexMain .codexTable .codexCard .codexCardBottom {
        margin: 25px;
    }
    .codexContainer .codexMain .codexTable .codexCard h4 {
        font-size: 16px;
    }
    .codexContainer .codexMain .codexTable .codexCard span {
        font-size: 16px;
    }
    .codexContainer .codexMain .codexTable .codexCard:nth-child(3n) {
        width: 100%;
    }
}

.submenu {
    -webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
    z-index: 1000;
    height: calc(100% - 60px);
    width: 30%;
    background-color: #fff;
    display: block;
    position: fixed;
    top: 60px;
    left: -30%;
    -webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.submenu.active {
    left: 0;
}

.submenu ul li {
    font-size: 24px;
    color: #646464;
    line-height: 50px;
    padding: 15px 20px;
    border-bottom: #dcdcdc 1px solid;
    position: relative;
}
.submenu ul li::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    position: absolute;
    border: 2px #bcbcbc solid;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    top: 32px;
}
.submenu ul li:hover a {
    color: #17c3e5;
}

/* 名录内容页 */
.contentMain {
    background-color: #fff;
    padding-bottom: 70px;
}

.contentMain .contentSlider {
    height: 80px;
    border-bottom: 1px #e6e6e6 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
.contentMain .contentSlider a:hover {
    color: #17c3e5;
}
.contentMain .contentSlider .contentBefore {
    display: block;
    box-sizing: border-box;
    width: 108px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 6px 0 54px;
    color: #3c3c3c;
    background-image: url(./images/klfy/content-before.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.contentMain .contentSlider .contentAfter {
    display: block;
    box-sizing: border-box;
    text-align: end;
    width: 108px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 54px 0 6px;
    color: #3c3c3c;
    background-image: url(./images/klfy/content-after.png);
    background-repeat: no-repeat;
    background-position: 73px 50%;
}

.contentMain .contentGallery {
    padding: 30px 0;
    border-bottom: 1px #e6e6e6 solid;
}
.contentMain .contentGallery .contentGalleryLeft {
    box-sizing: border-box;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.contentMain .contentGallery .contentGalleryLeft h2 {
    font-size: 40px;
    margin-bottom: 40px;
    white-space: nowrap;
}
.contentMain .contentGallery .contentGalleryLeft h5 {
    font-size: 16px;
    line-height: 1.5em;
    color: #969696;
    white-space: nowrap;
}
.contentMain .contentGallery .contentGalleryLeft h5:last-of-type {
    margin-bottom: 18px;
}
.contentMain .contentGallery .contentGalleryLeft span {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    color: #969696;
    padding-right: 10px;
    margin-bottom: 12px;
    white-space: nowrap;
}

.contentMain .contentGallery .contentGalleryMain {
    display: inline-block;
    width: 80%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgMain {
    display: inline-block;
    width: 75%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgSide {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
    width: 25%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgSide .contentImgSub {
    padding-bottom: 10px;
    width: 100%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgSide .contentImgSub:last-child {
    padding: 0;
}

.contentMain .contentGalleryName {
    box-sizing: border-box;
    margin-top: 20px;
    display: none;
    vertical-align: top;
}
.contentMain .contentGalleryName h2 {
    font-size: 32px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.contentMain .contentGalleryName h5 {
    font-size: 14px;
    line-height: 1.5em;
    color: #969696;
    white-space: nowrap;
}
.contentMain .contentGalleryName h5:last-of-type {
    margin-bottom: 18px;
}
.contentMain .contentGalleryName span {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    color: #969696;
    padding-right: 10px;
    white-space: nowrap;
}

.contentMain .contentDesc {
    margin-top: 30px;
}
.contentMain .contentDesc .contentDescTitle {
    border-left: 6px #17c3e5 solid;
    padding-left: 14px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
/* .contentMain .contentDesc .contentDescText {
    display: inline-block;
} */
.contentMain .contentDesc .contentDescText .text {
    font-size: 14px;
    line-height: 2em;
}
.contentMain .contentDesc .contentDescText ul li {
    font-size: 14px;
    line-height: 2em;
}

.galleryContainer {
    font-size: 0;
    max-height: 750px;
    display: none;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .contentMain .contentGallery .contentGalleryLeft h2 {
        font-size: 32px;
    }
    .contentMain .contentGallery .contentGalleryLeft h5 {
        font-size: 14px;
    }
    .contentMain .contentGallery .contentGalleryLeft h5:last-of-type {
        margin-bottom: 12px;
    }
    .contentMain .contentGallery .contentGalleryLeft span {
        font-size: 14px;
    }
}
@media screen and (max-width: 840px) {
    .contentMain .contentSlider {
        border: 0;
    }
    .contentMain .contentGallery {
        display: none;
    }
    .contentMain .contentGalleryName {
        display: block;
    }
    .galleryContainer {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .contentMain .contentSlider {
        height: 60px;
    }
    .contentMain .contentGalleryName h2 {
        font-size: 24px;
    }
    .contentMain .contentGalleryName h5 {
        font-size: 12px;
    }
    .contentMain .contentGalleryName h5:last-of-type {
        margin-bottom: 12px;
    }
    .contentMain .contentGalleryName span {
        font-size: 12px;
    }
}


/* 生境 */
.livingPlacesMain {
    margin: 40px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.livingPlacesSub {
    display: none;
    padding-top: 10px;
}

.LivingPlacesItemWrap .livingPlacesItem {
    width: 330px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.LivingPlacesItemWrap.autoWidth .livingPlacesItem {
    display: inline-block;
}

.LivingPlacesItemWrap .livingPlacesItem p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: rgba(62, 129, 175, 0.5);
    line-height: 200px;
    -webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}
.LivingPlacesItemWrap .livingPlacesItem img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
    display: block;
    margin: 0 auto;
}
.LivingPlacesItemWrap .livingPlacesItem:hover p {
    font-size: 28px;
    background-color: transparent;
}
.LivingPlacesItemWrap .livingPlacesItem:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.LivingPlacesItemWrap.alter .livingPlacesItem p {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.LivingPlacesItemWrap.alter .livingPlacesItem img {
    width: 100%;
    height: auto;
    position: relative;
    /* right: calc(165px - 50%); */
}

@media screen and (max-width: 1480px) {
    .LivingPlacesItemWrap .livingPlacesItem {
        width: calc(25vw - 40px);
        height: calc((25vw - 40px) * 0.606);
    }
    .LivingPlacesItemWrap .livingPlacesItem p {
        line-height: calc((25vw - 40px) * 0.606);
    }
}
@media screen and (max-width: 1200px) {
    .LivingPlacesItemWrap .livingPlacesItem {
        width: calc(33.33vw - 46.67px);
        height: calc((33.33vw - 46.67px) * 0.606);
    }
    .LivingPlacesItemWrap .livingPlacesItem p {
        line-height: calc((33.33vw - 46.67px) * 0.606);
    }
}
@media screen and (max-width: 960px) {
    .LivingPlacesItemWrap .livingPlacesItem {
        width: calc(50vw - 60px);
        height: calc((50vw - 60px) * 0.606);
    }
    .LivingPlacesItemWrap .livingPlacesItem p {
        line-height: calc((50vw - 60px) * 0.606);
    }
}
@media screen and (max-width: 720px) {
    .livingPlacesMain {
        display: none;
        margin: 40px 20px 70px;
    }
    .livingPlacesSub {
        display: block;
    }
    .LivingPlacesItemWrap.alter .livingPlacesItem {
        width: calc(100% - 20px);
        height: auto;
    }
    .LivingPlacesItemWrap.alter {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 414px) {
    .LivingPlacesItemWrap.autoWidth {
        width: 100%;
    }
    .LivingPlacesItemWrap.autoWidth .livingPlacesItem {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }
}

/* 生境内容页 */
.contentMain {
    background-color: #fff;
    padding-bottom: 70px;
}
.contentMain .contentSlider {
    height: 80px;
    border-bottom: 1px #e6e6e6 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
.contentMain .contentSlider a:hover {
    color: #17c3e5;
}
.contentMain .contentSlider .contentBefore {
    display: block;
    box-sizing: border-box;
    width: 108px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 6px 0 54px;
    color: #3c3c3c;
    background-image: url(./images/klfy/content-before.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.contentMain .contentSlider .contentAfter {
    display: block;
    box-sizing: border-box;
    text-align: end;
    width: 108px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 54px 0 6px;
    color: #3c3c3c;
    background-image: url(./images/klfy/content-after.png);
    background-repeat: no-repeat;
    background-position: 73px 50%;
}

.contentMain .contentGallery {
    padding: 30px 0;
    border-bottom: 1px #e6e6e6 solid;
}
.contentMain .contentGallery .contentGalleryLeft {
    box-sizing: border-box;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.contentMain .contentGallery .contentGalleryLeft h2 {
    font-size: 40px;
    margin-bottom: 40px;
    white-space: pre-wrap;
}
.contentMain .contentGallery .contentGalleryLeft h5 {
    font-size: 16px;
    line-height: 1.5em;
    color: #969696;
    white-space: pre-wrap;
}
.contentMain .contentGallery .contentGalleryLeft h5:last-of-type {
    margin-bottom: 18px;
}
.contentMain .contentGallery .contentGalleryLeft span {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    color: #969696;
    padding-right: 10px;
    margin-bottom: 12px;
    white-space: pre-wrap;
}
.contentMain .contentGallery .contentGalleryMain {
    display: inline-block;
    width: 80%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgMain {
    display: inline-block;
    width: 75%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgSide {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
    width: 25%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgSide .contentImgSub {
    padding-bottom: 10px;
    width: 100%;
}
.contentMain .contentGallery .contentGalleryMain .contentImgSide .contentImgSub:last-child {
    padding: 0;
}

.contentMain .contentGalleryName {
    box-sizing: border-box;
    margin-top: 20px;
    display: none;
    vertical-align: top;
}
.contentMain .contentGalleryName h2 {
    font-size: 32px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.contentMain .contentGalleryName h5 {
    font-size: 14px;
    line-height: 1.5em;
    color: #969696;
    white-space: nowrap;
}
.contentMain .contentGalleryName h5:last-of-type {
    margin-bottom: 18px;
}
.contentMain .contentGalleryName span {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    color: #969696;
    padding-right: 10px;
    white-space: nowrap;
}
/* .codexInner {
    padding: 0 20px;
} */
.contentMain .contentDesc {
    margin-top: 30px;
}
.contentMain .contentDesc .contentDescTitle {
    border-left: 6px #17c3e5 solid;
    padding-left: 14px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
/* .contentMain .contentDesc .contentDescText {
    display: inline-block;
} */

.contentMain .contentDesc .contentDescText ul {
    width: 60%;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 5%;
    vertical-align: top;
}
.contentMain .contentDesc .contentDescText ul li {
    font-size: 14px;
    line-height: 2em;
    text-indent: 2em;
    padding-bottom: 1em;
}
.contentMain .contentDesc .contentDescText .image {
    width: 40%;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
}

.galleryContainer {
    font-size: 0;
    max-height: 750px;
    display: none;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .contentMain .contentGallery .contentGalleryLeft h2 {
        font-size: 32px;
    }
    .contentMain .contentGallery .contentGalleryLeft h5 {
        font-size: 14px;
    }
    .contentMain .contentGallery .contentGalleryLeft h5:last-of-type {
        margin-bottom: 12px;
    }
    .contentMain .contentGallery .contentGalleryLeft span {
        font-size: 14px;
    }
}
@media screen and (max-width: 960px) {
    .contentMain .contentDesc .contentDescText ul {
        width: 100%;
        padding: 0;
    }
    .contentMain .contentDesc .contentDescText .image {
        display: none;
    }
}
@media screen and (max-width: 840px) {
    .galleryContainer {
        display: block;
    }
    .contentMain .contentGalleryName {
        display: block;
    }
    .contentMain .contentGallery {
        display: none;
    }
    .contentMain .contentSlider {
        border: 0;
    }
}
@media screen and (max-width: 640px) {
    .contentMain .contentSlider {
        height: 60px;
    }
    .contentMain .contentGalleryName h2 {
        font-size: 24px;
    }
    .contentMain .contentGalleryName h5 {
        font-size: 12px;
    }
    .contentMain .contentGalleryName h5:last-of-type {
        margin-bottom: 12px;
    }
    .contentMain .contentGalleryName span {
        font-size: 12px;
    }
}
/* birdItem */
.birdItem {
    width: 330px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: #17c3e5;
}
.birdItem p {
    font-size: 18px;
    color: #fff;
    text-align: left;
    background-color: rgba(62, 129, 175, 0.5);
    line-height: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: 0px;
    z-index: 2;
    padding: 20px;
    padding-top: 160px;
}
.birdItem img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.birdItem span {
    font-size: 14px;
    line-height: 35px;
    position: relative;
    top: -35px;
    margin: 10px 5px;
    color: #fff;
}
.birdItem span:first-of-type {
    margin-left: 20px;
}
.birdItem:hover p {
    top: -35px;
}
.birdItem:hover img {
    top: -35px;
}

/* 指南 */


.navi {
    background-color: #fff;
}
.navi .naviMain {
    padding: 20px 10px 0;
}
.navi .naviMain .naviBlock {
    margin-top: 16px;
}
.navi .naviMain .naviBlock h3 {
    font-size: 18px;
    line-height: 32px;
    border-left: 6px #17c3e5 solid;
    padding-left: 15px;
    margin-bottom: 40px;
    display: inline-block;
}
.navi .naviMain .naviBlock .naviContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.naviContainer .naviItem {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.naviContainer .naviItem:nth-child(6n) {
    margin-right: 0;
}
.naviContainer .naviItem a {
    font-size: 14px;
    line-height: 40px;
}

@media screen and (max-width: 1480px) {
    .klfyContainer.navi {
        width: auto;
    }
}
@media screen and (max-width: 960px) {
    .naviContainer .naviItem {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .naviContainer .naviItem:nth-child(6n) {
        margin-right: 2%;
    }
    .naviContainer .naviItem:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
    .naviContainer .naviItem a {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .klfyContainer.navi .naviInner {
        margin: 0;
    }
    .naviContainer .naviItem {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .naviContainer .naviItem:nth-child(4n) {
        margin-right: 2%;
    }
    .naviContainer .naviItem:nth-child(3n) {
        margin-right: 0;
    }
}

/* 鸟讯 */
.gallery {
    background-color: #fff;
    padding-bottom: 30px;
}
.gallery.column {
    padding-bottom: 20px;
}
.gallContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gallContent.column {
    padding: 30px 0 0;
}

.gallContent .galleryCard {
    width: 315px;
    height: auto;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 0;
    margin: 10px 20px 10px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallContent .galleryCard:nth-child(4n+4) {
    margin: 10px 0;
}
.gallContent .galleryCard:hover {
    box-shadow: 3px 3px 15px rgba(230, 230, 230, 0.7);
}
.gallContent .galleryCard img {
    width: 100%;
}
.gallContent .galleryCard .galleryCardUp {
    padding: 12px 0 16px 20px;
}
.gallContent .galleryCard .galleryCardUp .galleryCardAvatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    overflow: hidden;
}
.gallContent .galleryCard .galleryCardUp .galleryCardAvatar img {
    vertical-align: middle;
    width: 100%;
}
.gallContent .galleryCard .galleryCardUp span {
    vertical-align: middle;
    font-size: 12px;
}
.gallContent .galleryCard .galleryCardBottom {
    padding: 20px 0 20px 20px;
}
.gallContent .galleryCard .galleryCardBottom a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo {
    vertical-align: middle;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo:hover {
    color: #fff;
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo span {
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    margin-right: 18px;
    color: #969696;
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo span:last-child {
    margin-right: 0;
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 12px;
    overflow: hidden;
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon.like,
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon.comment {
    width: 16px;
    height: 16px;
}

.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon.like {
    background-image: url(./images/klfy/like.png);
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon.like:hover {
    background-image: url(./images/klfy/like-hover.png);
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon.comment {
    background-image: url(./images/klfy/comment.png);
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon.comment:hover {
    background-image: url(./images/klfy/comment-hover.png);
}
.gallContent .galleryCard .galleryCardBottom .galleryCardInfo .gallIcon.view {
    width: 22px;
    height: 14px;
    background-image: url(./images/klfy/view.png);
}


@media screen and (max-width: 1480px) {
    .gallContent .galleryCard {
        width: calc(25% - 15px);
    }
}
@media screen and (max-width: 1200px) {
    .gallContent .galleryCard {
        width: calc(33.33% - 13.33px);
    }
    .gallContent .galleryCard:nth-child(4n+4) {
        margin: 10px 20px 10px 0;
    }
    .gallContent .galleryCard:nth-child(3n+3) {
        margin: 10px 0;
    }
}
@media screen and (max-width: 960px) {
    .gallContent .galleryCard {
        width: calc(50% - 10px);
    }
    .gallContent .galleryCard:nth-child(4n+4),
    .gallContent .galleryCard:nth-child(3n+3) {
        margin: 10px 20px 10px 0;
    }
    .gallContent .galleryCard:nth-child(2n+2) {
        margin: 10px 0;
    }
}
@media screen and (max-width: 780px) {
    .gallery {
        /* background-color: #f5f5f5; */
    }
}
@media screen and (max-width: 720px) {
    .gallContent .galleryCard:hover {
        box-shadow: none;
    }
}
@media screen and (max-width: 600px) {
    .gallContent .galleryCard {
        width: 100%;
        margin: 10px 0;
    }
    .gallContent .galleryCard:nth-child(4n+4),
    .gallContent .galleryCard:nth-child(3n+3),
    .gallContent .galleryCard:nth-child(2n+2) {
        margin: 10px 0;
    }
}
@media screen and (max-width: 375px) {
    .gallContent {
        padding: 0 15px;
    }
    .gallContent .galleryCard {
        width: 100%;
        border-radius: 4px;
        display: inline-block;
        font-size: 0;
        margin: 10px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .gallContent .galleryCard .galleryCardBottom .galleryCardInfo span:last-child {
        display: none;
    }
}

/* 个人 */
.PersonalCenterWrap .columnBanner {
    font-size: 0;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.PersonalCenterWrap .columnBanner.personal {
    background-image: url(./images/klfy/column-banner-personal-center.png);
}
.PersonalCenterWrap .columnBanner.personal .colormask {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(62, 129, 175, 0.6);
}
.PersonalCenterWrap .columnBanner.personal .colormask .pcAvatar {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 4px white solid;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 40px;
}
.PersonalCenterWrap .columnBanner.personal .colormask .pcAvatar img {
    width: 100%;
}
.PersonalCenterWrap .columnBanner.personal .colormask .personName {
    display: inline-block;
}
.PersonalCenterWrap .columnBanner.personal .colormask .personName .pcName {
    font-size: 32px;
    color: white;
    vertical-align: middle;
}
.PersonalCenterWrap .columnBanner.personal .colormask .personName .follow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}
.PersonalCenterWrap .columnBanner.personal .colormask .dataBlock {
    margin-left: auto;
    float: right;
    padding: 30px 0;
    border-radius: 4px;
    vertical-align: middle;
}

.PersonalCenterWrap .columnBanner.personal .colormask .dataBlock .dataCell {
    display: inline-block;
    width: 150px;
    border-right: 1px #bcbcbc solid;
}
.PersonalCenterWrap .columnBanner.personal .colormask .dataBlock .dataCell:last-child {
    border-right: none;
}
.PersonalCenterWrap .columnBanner.personal .colormask .dataBlock .dataCell h5 {
    color: white;
    text-align: center;
}
.PersonalCenterWrap .columnBanner.personal .colormask .dataBlock .dataCell .dataTitle {
    font-size: 18px;
    padding-bottom: 16px;
}
.PersonalCenterWrap .columnBanner.personal .colormask .dataBlock .dataCell .dataValue {
    font-size: 16px;
}

.PersonalCenterWrap .personalCenter {
    padding: 20px 0 60px;
}
.PersonalCenterWrap .personalCenter .personalInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.klfyContainer.banner {
    width: 1200px;
}

@media screen and (max-width: 2560px) {
    .PersonalCenterWrap .columnBanner {
        height: 300px;
    }
}
@media screen and (max-width: 1440px) {
    .PersonalCenterWrap .columnBanner {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 1280px) {
    .klfyContainer.banner {
        width: 100%;
        margin: 0 40px;
    }
}
@media screen and (max-width: 960px) {
    .PersonalCenterWrap .columnBanner {
        height: 270px;
        margin-top: 60px;
    }
    .PersonalCenterWrap .columnBanner.personal .colormask .personName {
        text-align: center;
        vertical-align: middle;
    }
    .PersonalCenterWrap .columnBanner.personal .colormask .personName .pcName {
        display: block;
        margin-bottom: 20px;
    }
    .PersonalCenterWrap .columnBanner.personal .colormask .personName .follow {
        display: block;
        margin: 0 auto;
    }
    .PersonalCenterWrap .columnBanner.personal .colormask .dataBlock {
        padding: 35px 0;
    }
    .PersonalCenterWrap .columnBanner.personal .colormask .dataBlock .dataCell {
        width: 120px;
    }
}
@media screen and (max-width: 420px) {
    .PersonalCenterWrap .columnBanner {
        height: 160px;
    }
}

/* 准则 */
.gallery.newsFlashContent {
    background: transparent;
}
.klfyContainer.rules .rulesInner .rulesMain {
    padding: 50px 0;
    margin: 0 20px;
}
.klfyContainer.rules .rulesInner .rulesMain p {
    font-size: 16px;
    line-height: 2.5em;
}
@media screen and (max-width: 1480px) {
    .klfyContainer.rules {
        width: 100%;
    }
}
@media screen and (max-width: 720px) {
    .klfyContainer.rules .rulesInner .rulesMain p {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .klfyContainer.rules .rulesInner {
        margin: 0 5px;
    }
    .klfyContainer.rules .rulesInner .rulesMain {
        padding-top: 30px;
    }
}

/* 鸟讯 */
.klfyContainer.gall .newsFlashInner .titleBlock {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.klfyContainer.gall .newsFlashInner .titleBlock h1 {
    font-size: 36px;
    line-height: 1em;
    margin: 35px 0;
}
.klfyContainer.gall .newsFlashInner .titleBlock .author {
    font-size: 16px;
    margin-right: 32px;
    vertical-align: middle;
}
.klfyContainer.gall .newsFlashInner .titleBlock .time {
    font-size: 14px;
    color: #969696;
    vertical-align: middle;
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock {
    float: right;
    vertical-align: middle;
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock span {
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-right: 18px;
    color: #969696;
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock span:last-of-type {
    margin-right: 0;
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock .gallIcon {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    top: -1px;
    margin-right: 12px;
    overflow: hidden;
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock .gallIcon.like,
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock .gallIcon.comment {
    width: 16px;
    height: 16px;
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock .gallIcon.like {
    background-image: url(./images/klfy/like.png);
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock .gallIcon.comment {
    background-image: url(./images/klfy/comment.png);
}
.klfyContainer.gall .newsFlashInner .titleBlock .funcBlock .gallIcon.view {
    width: 22px;
    height: 14px;
    background-image: url(./images/klfy/view.png);
}
.klfyContainer.gall .newsFlashInner .recordBlock {
    padding: 36px 30px;
    background-color: #fff;
    margin-bottom: 25px;
}
.klfyContainer.gall .newsFlashInner .recordBlock h2 {
    font-size: 18px;
    padding-left: 14px;
    border-left: 6px solid #17c3e5;
    line-height: 32px;
    margin-bottom: 30px;
}
.klfyContainer.gall .newsFlashInner .recordBlock span {
    font-size: 16px;
    line-height: 2em;
    padding-right: 8px;
}
.klfyContainer.gall .newsFlashInner .recordBlock .title {
    padding-right: 0;
}
.klfyContainer.gall .newsFlashInner .photoBlock {
    background-color: #fff;
    padding: 36px 30px;
    margin-bottom: 25px;
}
.klfyContainer.gall .newsFlashInner .photoBlock .photoMain {
    display: block;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 40px;
}
.klfyContainer.gall .newsFlashInner .photoBlock .photoLikes h5 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 16px;
    color: #969696;
}
.klfyContainer.gall .newsFlashInner .photoBlock .photoLikes .likeAvatar {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding-right: 16px;
}
.klfyContainer.gall .newsFlashInner .photoBlock .photoLikes .likeAvatar img {
    width: 100%;
}


@media screen and (max-width: 960px) {
    .klfyContainer.gall .newsFlashInner .titleBlock {
        padding-top: 0px;
    }
}
@media screen and (max-width: 600px) {
    .klfyContainer.gall .newsFlashInner .titleBlock {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .klfyContainer.gall .newsFlashInner .titleBlock h1 {
        font-size: 30px;
        margin: 30px 0;
    }
    .klfyContainer.gall .newsFlashInner .titleBlock .author {
        font-size: 16px;
    }
    .klfyContainer.gall .newsFlashInner .titleBlock .funcBlock {
        float: none;
        margin: 20px 0;
    }
    .klfyContainer.gall .newsFlashInner .recordBlock {
        padding: 24px 20px;
    }
    .klfyContainer.gall .newsFlashInner .recordBlock span {
        font-size: 14px;
    }
    .klfyContainer.gall .newsFlashInner .photoBlock {
        padding: 24px 20px;
    }
    .klfyContainer.gall .newsFlashInner .photoBlock .photoMain {
        margin-bottom: 20px;
    }
    .klfyContainer.gall .newsFlashInner .photoBlock .photoLikes .likeAvatar {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 480px) {
    .klfyContainer.gall .newsFlashInner .titleBlock h1 {
        font-size: 24px;
    }
}


/* Pager */

.hope_pager_web, .hope_pager_mobile { text-align: center; margin-top: 20px; margin-bottom: 20px;font-size: 12px; }
.inputPager_des { display: none; }
.hope_pager_web .inputPager_page a { display: inline-block; margin-left: 7px; padding: 0 7px; border: 1px solid #b2b2b2; background-color: #fff; color: #848484; line-height: 24px; }
.hope_pager_mobile .inputPager_page a { display: inline-block; padding: 0 3px; background-color: #fff; color: #848484; line-height: 24px; }
.hope_pager_web .inputPager_page input { margin-left: 7px; padding: 0 7px; border: 1px solid #b2b2b2; background-color: #fff; color: #848484; vertical-align: top; }
.hope_pager_mobile .inputPager_page input { margin-left: 7px; padding: 0 5px; border: 1px solid #b2b2b2; background-color: #fff; color: #b59563; vertical-align: top; }
.hope_pager_web a.p_cur { background-color: #ff8b00; color: #fff; }
#pageNum { width: 20px; margin-left: 7px; height: 24px; -webkit-appearance: none; border-radius: 0px;}
#btnPage { background: #b2b2b2; color: #fff; cursor: pointer; height: 26px; margin-left: -7px; -webkit-appearance: none; border-radius: 0px;}
.hope_pager_mobile { display: none; }
