/*---------------------------------------------------------------------- /
巨幕设置-开始（参考 faq.css / Summary）
----------------------------------------------------------------------- */

.jm {
    background: url('../../images/banner/en-lib.jpg') no-repeat;
    position: relative;
    background-size: cover;
    height: 600px
}


/* PC端 */

@media screen and (max-width:1680px) {
    .jm {
        background-position: right;
        height: 525px
    }
}

@media screen and (max-width:1440px) {
    .jm {
        height: 450px
    }
}

@media screen and (max-width:1280px) {
    .jm {
        height: 400px
    }
}


/* IPAD */

@media screen and (max-width: 1279px) {
    .jm {
        margin-top: -30px;
        height: 300px;
    }
}

@media screen and (max-width: 810px) {
    .jm {
        margin-top: 0px;
        height: 260px;
    }
}


/* 移动端 */

@media screen and (max-width:580px) {
    .jm {
        background-size: contain;
        background: url('../../images/banner/h5/en-lib-iphone.jpg') no-repeat;
        background-position: left;
        height: 200px;
        display: block
    }
}


/*---------------------------------------------------------------------- /
巨幕设置-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
面包屑-开始（参考 faq.css / Summary）
----------------------------------------------------------------------- */

.mbx-row {
    height: 100px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.mbx-text p {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1px;
}

.mbx-text h1 {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1px;
}

.mbx-text p::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: black
}

.mbx-text p:last-child::after {
    display: none
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
大盒子-开始（参考 Summary）
----------------------------------------------------------------------- */

.outerbox {
    margin-bottom: 30px;
}

.articlebox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.articlebox h1 {
    align-self: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 20px;
}

.articlebox h2 {
    align-self: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}

.articlebox h3 {
    align-self: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}

.articlebox div {
    font-size: 14px;
    line-height: 36px;
}

.articlebox p {
    font-size: 14px;
    line-height: 36px;
}

.articlebox ul li {
    font-size: 14px;
    line-height: 28px;
}

.articlebox table {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.articlebox table th {
    background-color: #197979;
    color: white;
}

.articlebox p a {
    font-size: 14px;
    line-height: 36px;
    color: black;
}

.articlebox a.product-link {
    color: #2f9a4a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(47, 154, 74, 0.35);
    padding: 0 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.articlebox a.product-link:hover,
.articlebox a.product-link:focus {
    color: #238a3d;
    border-bottom-color: #238a3d;
    outline: none;
}

.vnbox {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-radius: 10px;
}

.vnbox div {
    min-height: 50px;
    background: #f0fdfa;
    flex: 1;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fhbox {
    width: 280px;
    display: flex;
    height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.fhbutton {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.fhbox .icon-tiaozhuan5 {
    font-size: 25px;
    line-height: 20px;
    padding-right: 3px;
}

@media screen and (max-width:810px) {
    .vnbox {
        display: block;
    }
    .vnbox div {
        margin-top: 10px;
    }
}


/*---------------------------------------------------------------------- /
大盒子-结束
----------------------------------------------------------------------- */
