.page-margin{
    margin-top: 114px;
    transition: margin .3s;
}

.color-black{
	color:#000000;
}

.lib-header-banner{
    position: relative;
    background-color: #f6f6f6;
}

.lib-header-banner__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 400px;
    padding: 20px 0px;
}

.lib-header-banner__content-left{
    max-width: 690px;
}

.lib-header-banner__content-right{
    flex: none;
    margin-left: 30px;
}

.lib-header-banner__title{
    font-family: "SB Sans Display", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
}

.lib-header-banner__description{
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
    color: #FFFFFF;
}

.lib-header-banner__background{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lib-header-banner__img{
    max-height: 353px;
    height: 100%;
    width: auto;
}

.lib-header{
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 48px;
    font-family: 'SB Sans Text';
}

.lib-header-tag{
    flex: none;
    margin-right: 48px;
}

.lib-header-tag span{
    color: #333F48;
    font-size: 12px;
    background: #F2F2F2;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0px 12px;
    height: 24px;
}

.lib-header-info{
    flex: none;
    color: #878B90;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.lib-header-item{
    display: flex;
    align-items: center;
}

.lib-header-item svg{
    margin-right: 5px;
}

.lib-header-item:not(:last-child){
    margin-right: 25px;
}

.lib-header-share{
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.lib-header-share-title{
    font-size: 14px;
    color: #878B90;
    margin-right: 14px;
    font-family: 'SB Sans Text';
}

.vm{
    position: relative;
    display: inline-flex;
}


.vs{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #21BA72;
    transition: color 0.2s;
    flex: none;
    cursor: pointer;
}

.vs:hover{
    color: #209F6D;
}

.vs:not(:first-child){
    margin-left: 8px;
}

.vs svg{
    max-width: 16px;
    max-height: 16px;
    width: 100%;
    flex: none;
}

.mf{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    right: 0px;
    height: 32px;
    min-width: 100%;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
    border-radius: 16px;
    padding: 0px 15px;
    white-space: nowrap;
    top: calc(100% + 12px);
    transition: opacity 0.2s;
    flex: none;
}

.vm:not(.copied) .mf{
    opacity: 0;
    visibility: hidden;
}

.lib-footer{
    font-family: 'SB Sans Text';
    padding-bottom: 80px;
}

.lib-tags{
    margin-bottom: 48px;
}

.lib-tags a{
    color: #333F48;
    font-size: 14px;
    background: #F2F2F2;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0px 12px;
    height: 29px;
    margin-bottom: 12px;
    margin-right: 10px;
    white-space: nowrap;
    transition: 200ms;
}

.lib-tags a:hover{
    background-color: #333F48;
    color: #ffffff;
}

.lib-footer-panel{
    display: flex;
}

.lib-footer-like-item:hover{
    color: #333F48;
}

.lib-footer-like-item:hover .lib-footer-like-border{
    background-color: #333F48;
    color: #ffffff;
    border-color: #333F48;
}

.lib-footer-like-item{
    color: #878B90;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}

.lib-footer-like-item:not(:last-child){
    margin-right: 32px;
}

.lib-footer-like-title{
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 12px;
}

.lib-footer-like.block .lib-footer-like-block{
    pointer-events: none;
}

.lib-footer-like-item.active {
    color: #209F6D;
}

.lib-footer-like-item.active .lib-footer-like-border{
    background: #209F6D;
    color: #ffffff;
    border-color: #209F6D;
}

.lib-footer-like-border{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid currentColor;
    border-radius: 30px;
    margin-right: 8px;
    transition: 200ms;
}

.lib-footer-share-title{
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 12px;
}

.lib-footer-share{
    margin-left: auto;
}

.lib-slider-block{
    position: relative;
    margin-top: 64px;
}

.lib-slider{
    touch-action: pan-y;
    overflow: hidden;
}

.lib-slider .swiper-wrapper{
    display: flex;
    transition-property: transform;
    transform: translate3d(0px,0,0);
    cursor: grab;
}

.lib-slider .swiper-slide{
    width: 100%;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
    overflow: hidden;
    border-radius: 16px;
}

.lib-slider .swiper-slide a{
    display: block;
}

.lib-slider .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
}

.lib-slider-prev{
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: calc(50% - 20px);
    left: -25px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.lib-slider-prev svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    left: -2px;
    transition: .3s;
}

.lib-slider-prev:hover svg{
    color: #21BA72;
}

.lib-slider-next{
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: calc(50% - 20px);
    right: -25px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.lib-slider-next svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    right: -2px;
    transition: .3s;
}

.lib-slider-next:hover svg{
    color: #21BA72;
}

.lib-slider-block .swiper-button-disabled {
    opacity: 0;
}

.recom-slider-block {
    position: relative;
    margin-top: 64px;
}

.recom-title{
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 44px;
}

.recom-item:hover .recom-item-photo img{
    opacity: 0.85;
}

.recom-item:hover .recom-item-name{
    color: #209F6D;
}

.recom-item-photo{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 0px;
    padding-top: 67%;
    margin-bottom: 16px;
}

.recom-item-photo img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}

.recom-item-tag span{
    color: #333F48;
    font-size: 14px;
    background: #F2F2F2;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0px 12px;
    height: 29px;
    margin-bottom: 12px;
    margin-right: 10px;
}

.recom-item-name{
    font-size: 18px;
    line-height: 24px;
    color: #333F48;
    transition: .3s;
}

.recom-slider{
    touch-action: pan-y;
    overflow: hidden;
}

.recom-slider-container{
    position: relative;
}

.recom-slider .swiper-wrapper{
    display: flex;
    transition-property: transform;
    transform: translate3d(0px,0,0);
    cursor: grab;
}

.recom-slider .swiper-slide{
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
}

.recom-slider .swiper-slide a{
    display: block;
}

.recom-slider-prev{
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: 71px;
    left: -25px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.recom-slider-prev svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    left: -2px;
    transition: .3s;
}

.recom-slider-prev:hover svg{
    color: #21BA72;
}

.recom-slider-next{
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: 71px;
    right: -25px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.recom-slider-next svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    right: -2px;
    transition: .3s;
}

.recom-slider-next:hover svg{
    color: #21BA72;
}

.recom-slider-block .swiper-button-disabled {
    opacity: 0;
}

.lib-slider-pagen{
    display: none;
}

.lib-slider-pagen{
    margin-top: 24px;
    justify-content: center;
}

.lib-slider-pagen .swiper-pagination-bullet{
    background-color: #C4C4C4;
    margin: 0 8px!important;
    opacity: 1;
}

.lib-slider-pagen .swiper-pagination-bullet-active{
    background-color: #21BA72;
}

.lib-article{
    font-family: 'SB Sans Text';
}

.lib-article .gh{
    margin-bottom: 48px;
}

.lib-article .je{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.lib-article .vn{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.lib-article .bq{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #AAAFB7;
    transition: color 0.2s;
    flex: none;
    cursor: pointer;
}

.lib-article .bq:hover{
    color: #209F6D;
}

.lib-article .bq svg{
    width: 28px;
}

.lib-article .ow:not(:last-child){
    margin-bottom: 16px;
}

.lib-article .xv{
    display: none;
    font-size: 14px;
    color: #878B90;
    margin-bottom: 16px;
}

.lib-article .no{
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.lib-article .no input{
    display: none;
}

.lib-article .no label{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    height: 48px;
    padding: 0px 24px;
    margin: 6px;
    border-radius: 32px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.lib-article .hq{
    flex: none;
}

.lib-article .no label:not(.hq){
}

.html-edit p{
    font-size: 18px;
    line-height: 24px;
}

.lib-article .no label:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: linear-gradient(265.93deg, #21BA72 0%, #44D370 100%);
    z-index: -1;
}

.lib-article .no label:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: -1;
}
.lib-article .no input:not(:checked) + label:after{
    background-color: #209F6D;
}

.lib-article .no input:not(:checked) + label:hover:after{
    opacity: 1;
}

.lib-article .no input:checked + label:after{
    background-color: #333F48;
    opacity: 1;
}

.lib-article .no img{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 78px;
    height: 48px;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}

.lib-article .cr{
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.lib-article .cr input{
    display: none;
}

.lib-article .cr label{
    position: relative;
    display: flex;
    align-items: center;
    flex: none;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
    height: 32px;
    padding: 0px 18px;
    margin: 4px;
    border-radius: 32px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border 0.2s;
    cursor: pointer;
}

.lib-article .cr input:checked + label{
    background-color: #333F48;
    border-color: #333F48;
    color: #ffffff
}

.lib-article .cr input:not(:checked) + label:hover{
    color: #21BA72;
}

.lib-article .yc{
    position: relative;
    display: flex;
    align-items: center;
    flex: none;
    font-size: 14px;
    color: #000000;
    border: 1px solid #C4C4C4;
    height: 32px;
    padding: 0px 18px;
    margin: 4px;
    border-radius: 32px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.lib-article:not(.clear-on) .yc{
    display: none;
}

.lib-article .yc svg{
    color: #333F48;
    margin-right: 12px;
    width: 10px;
    transition: color 0.2s;
    flex: none;
}

.lib-article .yc:hover{
    background-color: #ffffff;
    color: #209F6D;
}

.lib-article .yc:hover svg{
    color: #209F6D;
}

.lib-article .zl{
    display: none;
    margin-top: 32px;
}

.lib-article .re{
    display: inline-flex;
    align-items: center;
    background-color: #21BA72;
    color: #ffffff;
    height: 48px;
    font-size: 16px;
    padding: 0px 36px;
    border-radius: 32px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    flex: none;
    font-family: 'SB Sans Text';
    transition: background 0.2s;
}

.lib-article .re:hover{
    background-color: #209F6D;
}

.lib-article .kg{
    display: inline-flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    color: #000000;
    height: 48px;
    font-size: 16px;
    padding: 0px 36px;
    border-radius: 32px;
    margin-left: 12px;
    white-space: nowrap;
    cursor: pointer;
    flex: none;
    transition: background 0.2s;
}

.lib-article:not(.clear-on) .kg{
    display: none;
}

.lib-article .kg:hover{
    color: #209F6D;
}


.lib-article .hg{
    display: none;
    align-items: center;
    margin-bottom: 32px;
}

.lib-article .qi{
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #21BA72;
    border: none;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
    height: 40px;
    padding: 0px 32px;
    border-radius: 32px;
    white-space: nowrap;
    transition: color 0.2s;
    cursor: pointer;
}

.lib-article .qi svg{
    width: 16px;
    margin-right: 9px;
    color: #ffffff;
    flex: none;
    transition: color 0.2s;
}

.lib-article .qi:hover{
    color: #ffffff;
}

.lib-article .qi:hover svg{
    color: #fffff;
}

.lib-article .et{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    transition: color 0.2s;
    cursor: pointer;
    margin-left: 18px;
}

.lib-article:not(.clear-on) .et{
    display: none;
}

.lib-article .et svg{
    color: #333F48;
    margin-right: 8px;
    width: 10px;
    transition: color 0.2s;
    flex: none;
}

.lib-article .et:hover{
    color: #209F6D;
}

.lib-article .et:hover svg{
    color: #209F6D;
}

.lib-items{
    display: flex;
    flex-wrap: wrap;
    margin: -25px -12px;
}

.lib-item{
    width: calc(33.33333% - 24px);
    margin: 25px 12px;
}

.lib-item-tag span{
    color: #333F48;
    font-size: 14px;
    background: #F2F2F2;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0px 12px;
    height: 29px;
    margin-bottom: 12px;
    margin-right: 10px;
}

.lib-item-photo{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 0px;
    padding-top: 56%;
    margin-bottom: 16px;
}

.lib-item-photo img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}

.lib-item a{
    display: block;
}

.lib-item-title{
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333F48;
    transition: .3s;
}

.lib-item-text{
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    transition: .3s;
}

.lib-items-block{
    margin-bottom: 64px;
}

.lib-item a:hover .lib-item-photo img{
    opacity: 0.85;
}

.lib-item a:hover .lib-item-title{
    color: #209F6D;
}

.lib-item a:hover .lib-item-text{
    color: #209F6D;
}

.lib-items-others-title{
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 32px;
}

.lib-items-others{
    margin-top: 48px;
}

.ee{
    margin-bottom: 32px;
}

.ee h2{
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 12px;
}

.html-edit{
    font-size: 18px;
    line-height: 24px;
}

.html-edit p:not(:last-child){
    margin-bottom: 12px;
}

.html-edit p:not(:first-child){
    margin-top: 12px;
}

.html-edit ul:not(:last-child){
    margin-bottom: 24px;
}

.html-edit ul:not(:first-child){
    margin-top: 24px;
}

.html-edit ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    left: 10px;
    background-color: #333F48;
}

.html-edit ol{
    counter-reset: ol-num;
}

.html-edit ol:not(:last-child){
    margin-bottom: 24px;
}

.html-edit ol:not(:first-child){
    margin-top: 24px;
}

.html-edit ol li:before{
    content: '';
    content: counter(ol-num);
    counter-increment: ol-num;
    position: absolute;
    left: 6px;
    font-size: 16px;
}

.html-edit li{
    position: relative;
    list-style: none;
    padding-left: 28px;
}

.html-edit li:not(:last-child){
    margin-bottom: 12px;
}

.html-edit li:not(:first-child){
    margin-top: 12px;
}

.html-edit a{
    color: #21BA72;
    text-decoration: none;
    transition: color 0.2s;
}

.html-edit a:hover{
    text-decoration: underline;
    color: #209F6D;
}

.html-edit mark{
    background-color: #EEEEFF;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.html-edit blockquote{
    font-family: 'SB Sans Display', sans-serif;
    position: relative;
    padding: 8px 0px 8px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.html-edit blockquote:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 4px;
    background-color: #21BA72;
    border-radius: 4px;
}

.html-edit blockquote:not(:last-child){
    margin-bottom: 24px;
}

.html-edit blockquote:not(:first-child){
    margin-top: 24px;
}

.html-edit img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    pointer-events: none;
}

.html-edit > picture:not(:last-child) img{
    margin-bottom: 56px;
}

.html-edit > picture:not(:first-child) img{
    margin-top: 56px;
}

.html-edit iframe{
    display: block;
}

.html-edit iframe:not(:last-child){
    margin-bottom: 56px;
}

.html-edit iframe:not(:first-child){
    margin-top: 56px;
}

.top-desc{
    margin-bottom: 48px;
}

.bottom-desc{
    margin-top: 64px;
}

@media screen and (max-width: 1919px){
    .recom-slider-prev {
        top: 55px;
    }
    
    .recom-slider-next {
        top: 55px;
    }
}

@media screen and (max-width: 1440px){
    .lib-header-banner__content{
        min-height: 350px;
    }

    .lib-header-banner__img{
        width: auto;
    }

    .lib-header-banner__img{
        max-height: 285px;
    }

    .lib-items {
        margin: -16px -12px;
    }

    .lib-item {
        margin: 16px 12px;
    }
}

@media screen and (max-width: 1199px){
    .page-margin {
        margin-top: 70px;
    }

    .lib-item {
        width: calc(50% - 24px);
    }

    .recom-title {
        font-family: 'SB Sans Display', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
        margin-bottom: 32px;
    }

    .recom-slider-prev {
        top: 73px;
    }

    .recom-slider-next {
        top: 73px;
    }

    .lib-article .hg {
        display: flex;
    }

    .lib-article:not(.filter-open) .gh {
        display: none;
    }

    .lib-article .je {
        display: flex;
    }

    .lib-article .ow:not(:last-child) {
        margin-bottom: 24px;
    }
    
    .lib-article .xv {
        display: block;
    }

    .lib-article .no {
        flex-wrap: wrap;
        margin: -8px -6px;
    }

    .lib-article .no label {
        height: 32px;
        margin: 4px;
        font-size: 14px;
        padding: 0px 16px;
    }

    .lib-article .yc {
        display: none;
    }
    
    .lib-article .zl {
        display: flex;
    }

    .lib-article .gh{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        padding: 40px 36px;
        background-color: #ffffff;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 150;
    }

    .lib-article:not(.filter-open) .gh{
        display: none;
    }

    .lib-header-banner__content {
        min-height: 400px;
    }

    .lib-items-others {
        margin-top: 32px;
    }

    .lib-items-others-title{
        margin-bottom: 24px;
    }

    .lib-items-block {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px){
    .lib-item {
        width: 100%;
    }

    .lib-slider-block {
        margin-top: 48px;
    }

    .lib-header-banner__content {
        min-height: auto;
    }

    .lib-header-banner__content{
        padding: 24px 0px;
    }

    .lib-header-banner__title{
        font-size: 24px;
        line-height: 30px;
    }

    .lib-header-banner__description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }

    .lib-header-banner__content{
        flex-direction: column;
        align-items: flex-start;
    }
	

    .lib-header-banner__content-right {
        margin-left: 0px;
        margin-top: 20px;
        margin: 20px auto 0px auto;
    }

    .lib-header-banner__img {
        max-height: 187px;
    }
	.lib-header-banner__img.test {
        max-height: 280px;
    }

    .recom-slider .swiper-slide{
        width: 150px;
    }

    .recom-slider-container {
        margin: 0px -24px;
        padding: 0px 24px;
        overflow: hidden;
    }

    .recom-slider {
        overflow: visible;
    }

    .recom-slider-prev{
        display: none;
    }

    .recom-slider-next{
        display: none;
    }

    .recom-item-photo {
        margin-bottom: 12px;
    }

    .recom-item-tag{
        font-size: 0px;
        margin-bottom: 8px;
    }

    .recom-item-tag span{
        color: #AAAFB7;
        font-size: 12px;
        line-height: 16px;
        background: none;
        border-radius: 0px;
        display: inline-block;
        padding: 0px;
        height: auto;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .recom-item-name {
        font-size: 14px;
        line-height: 20px;
    }    

    .recom-slider .swiper-wrapper{
        height: auto!important;
    }

    .lib-footer {
        padding-bottom: 32px;
    }

    .recom-slider-block {
        margin-top: 48px;
    }

    .lib-slider-next{
        display: none;
    }

    .lib-slider-prev{
        display: none;
    }

    .lib-slider-pagen{
        display: flex;
    }

    .lib-footer-panel{
        flex-direction: column;
    }

    .lib-footer-share {
        display: flex;
        align-items: center;
        margin-left: 0px;
        margin-top: 24px;
    }

    .lib-footer-share-title {
        font-family: 'SB Sans Display', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #878B90;
        margin-bottom: 0px;
        margin-right: 16px;
    }

    .lib-tags{
        margin-bottom: 24px;
    }

    .lib-header {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 24px;
    }

    .lib-header-tag {
        margin-right: 0px;
        margin-bottom: 13px;
    }

    .lib-header-share {
        margin-left: 0px;
        margin-top: 24px;
    }

    .html-edit img {
        border-radius: 0px;
    }

    .html-edit iframe:not(:last-child){
        margin-bottom: 32px;
    }
    
    .html-edit iframe:not(:first-child){
        margin-top: 32px;
    }

    .html-edit blockquote {
        padding-left: 20px;
        font-size: 16px;
        line-height: 22px;
    }
 
    .html-edit > picture{
        display: block;
        margin-left: -24px;
        margin-right: -24px;
    }

    .html-edit > picture:not(:last-child) img{
        margin-bottom: 32px;
    }

    .html-edit > picture:not(:first-child) img{
        margin-top: 32px;
    }

    .ee {
        margin-bottom: 24px;
    }

    .bottom-desc {
        margin-top: 48px;
    }

}

.lib-slider .swiper-slide a{
    transition: opacity 200ms;
}

.lib-slider .swiper-slide a:hover{
    opacity: 0.8;
}