/*---------- section0 (start) ----------*/
.sect0 {
}

.sect0 .left {
    width: 400px;
    height: 75px;
    margin: -3px 0 0;
    padding: 0 20px 7px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-left: 5px solid #3AB54A;
    float: left;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A,
                 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A;
}

.sect0 .right {
    width: 800px;
    float: right;
    text-align: right;
}

.sect0 .right .pattern {
    width: 100%;
    height: 18px;
    background: url(../img/storyOpenFactory/pattern.png);
    background-size: contain;
}

.sect0 .right .menuSet {
    margin: 20px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sect0 .right .menuSet a {
    padding: 2px 25px 4px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #3AB54A;
    text-align: center;
    font-weight: 400;
    /* font-size: 16px; */
    color: #303030;
}

.sect0 .right .menuSet a:hover {
    border: 1px solid #EF4C23;
    background: #EF4C23;
    color: #fff;
}

.sect0 .right .menuSet a.active {
    color: #fff;
    background: #3AB54A;
}

.sect0 .right .menuSet a.active:hover {
    border: 1px solid #3AB54A;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect0 .left {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
        padding: 0 20px;
        border-left: 5px solid #3AB54A;
        font-size: 40px;
    }

    .sect0 .right {
        width: 100%;
    }

    .sect0 .right .menuSet {
        justify-content: space-between;
        gap: 0;
    }

    .sect0 .right .menuSet a {
        flex: 0 0 49%;
        margin: 0 0 10px;
        padding: 3px 10px 5px;
    }
}
/*---------- section0 (start) ----------*/

/*---------- section1 (start) ----------*/
.sect1 {
    line-height: 1.8em;
    font-size: 18px;
}

.sect1 .preface {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect1 .preface .left {
    flex: 0 0 55%;
}

.sect1 .preface .left .title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect1 .preface .right {
    flex: 0 0 40%;
}

.sect1 .preface .right img {
    border-radius: 60px 0 60px 0;
    width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect1 .preface .left {
        flex: 0 0 100%;
    }

    .sect1 .preface .left .title {
        margin: 0 0 10px;
        line-height: 1.5em;
        font-size: 28px;
    }

    .sect1 .preface .right {
        flex: 0 0 100%;
    }

    .sect1 .preface .right img {
        margin: 10px 0 0;
    }
}
/*---------- section1 (end) ----------*/

/*---------- section2 (start) ----------*/
.sect2 {
    margin: -60px auto 0;
    line-height: 1.8em;
    font-size: 18px;
}

.sect2 .title {
    margin: 0 0 20px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect2 .subTitle {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 20px;
}

.sect2 .gallery {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect2 .gallery .pic {
    height: 100px;
    margin: 0 0 5px;
}

.sect2 .gallery .pic.pic1 {
    flex: 0 0 44%;
    border-radius: 60px 0 60px 0;
    background: url(../img/storyCommunity/pic_02.jpg) center 38%;
    background-size: cover;
}

.sect2 .gallery .pic.pic2 {
    flex: 0 0 5%;
    background: url(../img/storyCommunity/icon_11.png) center center repeat-y;
    background-size: contain;
}

.sect2 .gallery .pic.pic3 {
    flex: 0 0 44%;
    border-radius: 60px 0 60px 0;
    background: url(../img/storyCommunity/pic_03.jpg) center 75%;
    background-size: cover;
}

.sect2 .gallery .pic.pic4 {
    flex: 0 0 5%;
    background: url(../img/storyCommunity/icon_12.png) center center repeat-y;
    background-size: contain;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect2 {
        margin: -40px auto 0;
    }

    .sect2 .title {
        font-size: 28px;
    }

    .sect2 .gallery .pic.pic1 {
        flex: 0 0 100%;
    }

    .sect2 .gallery .pic.pic2 {
        display: none;
    }

    .sect2 .gallery .pic.pic3 {
        flex: 0 0 100%;
    }

    .sect2 .gallery .pic.pic4 {
        display: none;
    }
}
/*---------- section2 (end) ----------*/

/*---------- section3 (start) ----------*/
.sect3 {
    line-height: 1.8em;
    font-size: 18px;
}

.sect3 .title {
    margin: 0 0 20px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect3 .subTitle {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    color: #EF4C23;
}

.sect3 .block1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect3 .block1 .desp {
    flex: 0 0 60%;
}

.sect3 .block1 .gallery {
    flex: 0 0 35%;
}

.sect3 .block1 .gallery .pic {
    margin: 0 0 25px;
    border-radius: 60px 0 60px 0;
} 

.sect3 .block1 .gallery .pic.pic1 {
    background: url(../img/storyCommunity/pic_04.jpg) center center;
    background-size: cover;
}

.sect3 .block1 .gallery .pic.pic2 {
    background: url(../img/storyCommunity/pic_05.jpg) center center;
    background-size: cover;
}

.sect3 .block2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sect3 .block2 .desp {
    flex: 0 0 60%;
}

.sect3 .block2 .desp .cont {
    width: 115%;
    padding: 20px 110px 20px 40px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
    color: #fff;
    background: #3AB54A;
}

.sect3 .block2 .gallery {
    flex: 0 0 35%;
}

.sect3 .block2 .gallery .pic {
    width: 100%;
    border-radius: 60px 0 60px 0;
    border-bottom: solid 20px #EF4C23;
} 

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect3 .title {
        font-size: 28px;
    }
    
    .sect3 .block1 .desp {
        flex: 0 0 100%;
    }

    .sect3 .block1 .gallery {
        flex: 0 0 100%;
        margin: 20px 0;
    }

    .sect3 .block1 .gallery .pic {
        margin: 0 0 5px;
    } 

    .sect3 .block2 .desp {
        flex: 0 0 100%;
    }

    .sect3 .block2 .gallery {
        flex: 0 0 100%;
    }

    .sect3 .block2 .desp .cont {
        width: 100%;
        margin: 0 0 5px;
        padding: 20px 30px;
    }
}
/*---------- section3 (end) ----------*/

/*---------- section4 (start) ----------*/
.sect4 {
    line-height: 1.8em;
    font-size: 18px;
}

.sect4 .title {
    margin: 0 0 20px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect4 .title .pattern {
    width: 35%;
    margin: -30px 0 0 auto;
    display: block;
}

.sect4 .subTitle {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    color: #EF4C23;
}

.sect4 .block {
    position: relative;
}

.sect4 .block .desp {
    width: 70%;
    padding: 20px 80px 20px 40px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
    color: #fff;
    background: #EF4C23;
}

.sect4 .block img {
    width: 33%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 15%;
    border-radius: 60px 0 60px 0;
    border-left: solid 10px #3AB54A;
    border-bottom: solid 25px #3AB54A;
}


@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect4 .title {
        font-size: 28px;
    }

    .sect4 .title .pattern {
        display: none;
    }
    
    .sect4 .block .desp {
        width: 100%;
        padding: 20px 30px;
    }

    .sect4 .block img {
        width: 100%;
        margin: 5px auto 0;
        position: static;
    }
}
/*---------- section4 (end) ----------*/