/*---------- 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 {
    padding: 20px 0;
}

.sect1 .sectTitle {
    padding: 10px 40px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background:#3AB54A;
}

.sect1 .sectTitle .tit {
    font-weight: 600;
    font-size: 52px;
    color: #fff;
}

.sect1 .sectTitle .time {
    margin: 5px 0 0 30px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.sect1 .sectTitle .time div {
    line-height: 1.4em;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect1 {
        padding: 10px 0;
    }

    .sect1 .sectTitle {
        padding: 10px 20px 15px;
    }

    .sect1 .sectTitle .tit {
        font-weight: 600;
        font-size: 36px;
    }

    .sect1 .sectTitle .time {
        margin: 5px 0 0 20px;
        font-weight: 600;
        font-size: 16px;
    }
}
/*---------- section1 (end) ----------*/

/*---------- section2 (start) ----------*/
.sect2 {
    padding: 40px 0 80px;
}

.sect2 .cont {
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
    border: 5px solid #EF4C23;
}

.sect2 .cont .title {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #EF4C23;
}

.sect2 .cont p {
    font-weight: 600;
    font-size: 20px;
    color: #3AB54A;
}

.sect2 .gallery {
    margin: 30px 0 -80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect2 .gallery .pic {
    flex: 0 0 30%;
    box-sizing: border-box;
    position: relative;
    border-radius: 60px 0 60px 0;
    background: #ccc;
}

.sect2 .gallery .pic.pic1 {
    border-top: solid 15px #EF4C23;
    background: url("../img/strollMarket/pic1_01.webp") center no-repeat;
    background-size: cover;
}

.sect2 .gallery .pic.pic2 {
    border-top: solid 15px #EF4C23;
    background: url("../img/strollMarket/pic1_02.webp") center no-repeat;
    background-size: cover;
}

.sect2 .gallery .pic.pic3 {
    border-top: solid 15px #EF4C23;
    background: url("../img/strollMarket/pic1_03.webp") center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect2 {
        padding: 40px 20px;
    }

    .sect2 .cont {
        padding: 20px;
    }

    .sect2 .cont .title {
        font-size: 28px;
    }

    .sect2 .gallery {
        margin: 0;
    }

    .sect2 .gallery .pic {
        flex: 0 0 100%;
        margin: 20px 0 0;
    }
}
/*---------- section2 (end) ----------*/

/*---------- section3 (start) ----------*/
.sect3 {
    padding: 40px 0 80px;
}

.sect3 .cont {
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
    background: #EF4C23;
}

.sect3 .cont .title {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.sect3 .cont p {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.sect3 .gallery {
    margin: 30px 0 -80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect3 .gallery .pic {
    flex: 0 0 30%;
    box-sizing: border-box;
    position: relative;
    border-radius: 60px 0 60px 0;
    background: #ccc;
}

.sect3 .gallery .pic.pic1 {
    border-top: solid 15px #3AB54A;
    background: url("../img/strollMarket/pic2_01.webp") center no-repeat;
    background-size: cover;
}

.sect3 .gallery .pic.pic2 {
    border-top: solid 15px #3AB54A;
    background: url("../img/strollMarket/pic2_02.webp") center no-repeat;
    background-size: cover;
}

.sect3 .gallery .pic.pic3 {
    border-top: solid 15px #3AB54A;
    background: url("../img/strollMarket/pic2_03.webp") center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect3 {
        padding: 40px 20px;
    }

    .sect3 .cont {
        padding: 20px;
    }

    .sect3 .cont .title {
        font-size: 28px;
    }

    .sect3 .gallery {
        margin: 0;
    }

    .sect3 .gallery .pic {
        flex: 0 0 100%;
        margin: 20px 0 0;
    }
}
/*---------- section3 (end) ----------*/

/*---------- section4 (start) ----------*/
.sect4 {
    padding: 40px 0 80px;
}

.sect4 .cont {
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
    background: #3AB54A;
}

.sect4 .cont .title {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.sect4 .cont p {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.sect4 .gallery {
    margin: 30px 0 -80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect4 .gallery .pic {
    flex: 0 0 30%;
    box-sizing: border-box;
    position: relative;
    border-radius: 60px 0 60px 0;
    background: #ccc;
}

.sect4 .gallery .pic.pic1 {
    border-top: solid 15px #EF4C23;
    background: url("../img/strollMarket/pic3_01.webp") center no-repeat;
    background-size: cover;
}

.sect4 .gallery .pic.pic2 {
    border-top: solid 15px #EF4C23;
    background: url("../img/strollMarket/pic3_02.webp") center no-repeat;
    background-size: cover;
}

.sect4 .gallery .pic.pic3 {
    border-top: solid 15px #EF4C23;
    background: url("../img/strollMarket/pic3_03.webp") center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect4 {
        padding: 40px 20px;
    }

    .sect4 .cont {
        padding: 20px;
    }

    .sect4 .cont .title {
        font-size: 28px;
    }

    .sect4 .gallery {
        margin: 0;
    }

    .sect4 .gallery .pic {
        flex: 0 0 100%;
        margin: 20px 0 0;
    }
}
/*---------- section4 (end) ----------*/

/*---------- section5 (start) ----------*/
.sect5 {
    padding: 40px 0 120px;
}

.sect5 .cont {
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
    border: 5px solid #3AB54A;
}

.sect5 .cont .title {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect5 .cont p {
    font-weight: 600;
    font-size: 20px;
    color: #EF4C23;
}

.sect5 .gallery {
    margin: 30px 0 -80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect5 .gallery .pic {
    flex: 0 0 30%;
    box-sizing: border-box;
    position: relative;
    border-radius: 60px 0 60px 0;
    background: #ccc;
}

.sect5 .gallery .pic.pic1 {
    border-top: solid 15px #3AB54A;
    background: url("../img/strollMarket/pic4_01.webp") center no-repeat;
    background-size: cover;
}

.sect5 .gallery .pic.pic2 {
    border-top: solid 15px #3AB54A;
    background: url("../img/strollMarket/pic4_02.webp") center no-repeat;
    background-size: cover;
}

.sect5 .gallery .pic.pic3 {
    border-top: solid 15px #3AB54A;
    background: url("../img/strollMarket/pic4_03.webp") center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect5 {
        padding: 40px 20px;
    }

    .sect5 .cont {
        padding: 20px;
    }

    .sect5 .cont .title {
        font-size: 28px;
    }

    .sect5 .gallery {
        margin: 0;
    }

    .sect5 .gallery .pic {
        flex: 0 0 100%;
        margin: 20px 0 0;
    }
}
/*---------- section5 (end) ----------*/