/*---------- 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 {
    width: 100%;
    padding: 0;
    position: relative;
}

.sect1 .clickNote {
    background: #e8e8e8;
}

.sect1 .clickNote .cont {
    width: 1200px;
    margin: 0 auto;
    padding: 3px 0 1px;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-size: 18px;
    color: #404040;
}

.sect1 .clickNote .cont img {
    width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transform: translateY(3px);
}

.sect1 .desktopMode {
    display: block;
    position: relative;
}

.sect1 .area {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.sect1 .area.areaAll {
    position: relative;
}

.sect1 .area.areaRRRC,
.sect1 .area.areaDAKA {
    opacity: 0;
    transform: translateX(-100%);
}

.sect1 .area .map {
    /* width: 1200px; */
    width: 100%;
    margin: 0 auto;
    display: block;
}

.sect1 .area .backBtn {
    padding: 20px 5px;
    display: inline-block;    
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0 20px 20px 0;
    writing-mode: vertical-lr;
    font-size: 30px;
    color: #fff;
    background: #EF4C23;
    cursor: pointer;
    transform: translateY(-50%);
}

.sect1 .area .backBtn:hover {
    text-shadow: 0 0 10px #ffffff;
}

.sect1 .area .backBtn .sign {
    margin: 0 0 0 5px;
    display: inline-block;
}

.sect1 .area.showArea {
    transform: translateX(0);
}

.sect1 .area.hideArea {
    transform: translateX(-100%);
}

.sect1 .area.areaRRRC .areaTitle {
    width: 30%;
}

.sect1 .area.areaDAKA .areaTitle {
    width: 36%;
}

.sect1 .area .areaTitle {
    display: inline-block;
    position: absolute;
    top: 3.7%;
    right: 0;
    transform-origin: 100% 0%;
}

.sect1 .area .areaTitle h2 {
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
    border-radius: 30px 0 0 0;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    background: #EF4C23;
}

.sect1 .area .areaTitle .areaBrief {
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 20px;
    background: #ffffffcc;
}

.sect1 .area .harborLine {
    width: 17.5%;
    display: none;
    position: absolute;
    left: 37.9%;
    top: 47.2%;
    border-bottom: solid 2px #ffffff;
    transform: rotateZ(346deg);
    transform-origin: left center;
}

.sect1 .area .powerLine {
    width: 5%;
    display: none;
    position: absolute;
    left: 24.5%;
    top: 37.1%;
    border-bottom: solid 3px #ffffff;
    transform: rotateZ(65deg);
    transform-origin: left center;
}

.sect1 .area .cementLine {
    width: 10.3%;
    display: none;
    position: absolute;
    left: 18.5%;
    top: 57.9%;
    border-bottom: solid 2px #ffffff;
    transform: rotateZ(327deg);
    transform-origin: left center;
}

.sect1 .area .tag {
    padding: 2px 10px 4px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    border: solid 1px #ffffff;
    letter-spacing: 1px;
    word-break: keep-all;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #3AB54ADD;
    box-shadow: 0 0 5px #ffffff;
    cursor: pointer;
    transform-origin: 0 0;
    opacity: 0;
    user-select: none;
}

.sect1 .area .tag:hover {
    color: #fff !important;
    background: #EF4C23 !important;
}

.sect1 .area .tag.tagGroup {
    border: solid 1px #ffffff;
    background: #48b585;
}

.sect1 .area .tag.storage {
    color: #003b5c;
    background: #dadf00;
}

.sect1 .area .tag.harbor,
.sect1 .area .tag.ship {
    background: #003b5c;
}

.sect1 .area .tag.conveyor,
.sect1 .area .tag.cement,
.sect1 .area .tag.uhpc {
    color: #003b5c;
    background: #dbdcdc;
}

.sect1 .area .tag.power,
.sect1 .area .tag.coral,
.sect1 .area .tag.otec,
.sect1 .area .tag.tern {
    color: #003b5c;
    background: #92bedb;
}

.sect1 .area .logo {
    width: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    transform-origin: 0 0;
}

.sect1 .phoneMode {
    display: none;
}

.sect1 .popup {
    width: 100%;
    height: 100%;
    display: none;
    box-sizing: border-box;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    /* background: rgba(255, 255, 255, 0.85); */
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
}

.sect1 .popup .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    /* background: url(../img/storyBloom/icon_07.png) center no-repeat, #ffffff00; */
    /* background-size: contain; */
    cursor: pointer;
}

.sect1 .popup .popupCont {
    width: 800px;
    max-height: 90%;
    box-sizing: border-box;
    border-radius: 50px 0 0 0;
    border: solid 5px #3AB54A;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 10px #00000044;
}

.sect1 .popup .popupCont .thumbnail {
    width: 100%;
    height: 400px;
    /* box-sizing: border-box; */
    /* border: solid 1px #fff; */
}

.sect1 .popup .popupCont .info {
    padding: 0 40px 40px;
    box-sizing: border-box;
    border-top: solid 1px #e0e0e0;
}

.sect1 .popup .popupCont .info .tit {
    margin: 0 auto;
    padding: 5px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px 0 30px 0;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    background: #EF4C23;
    transform: translateY(-35px);
}

.sect1 .popup .popupCont .info .feature {
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 24px;
    color: #EF4C23;
}

.sect1 .popup .popupCont .info .desp {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 22px;
    color: #3AB54A;
}

.sect1 .popup .popupCont .pattern {
    height: 30px;
    margin: 0 0 1px;
    background: url(../img/comm/pattern.png);
    background-size: contain;
    opacity: 0.9;
}

@media screen and (min-width: 1601px) and (max-width: 1750px) {
    .sect1 .area.areaRRRC .areaTitle {
        width: 33%;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .sect1 .area.areaRRRC .areaTitle {
        width: 35%;
    }
    
    .sect1 .area.areaDAKA .areaTitle {
        width: 40%;
    }
    
    .sect1 .area .areaTitle h2 {
        font-size: 28px;
    }
    
    .sect1 .area .areaTitle .areaBrief {
        font-size: 18px;
    }

    .sect1 .popup .popupCont .info .tit {
        font-size: 36px;
        transform: translateY(-33px);
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .sect1 .area .backBtn {
        font-size: 24px;
    }

    .sect1 .area.areaRRRC .areaTitle {
        width: 36%;
    }
    
    .sect1 .area.areaDAKA .areaTitle {
        width: 40%;
    }
    
    .sect1 .area .areaTitle h2 {
        font-size: 24px;
    }
    
    .sect1 .area .areaTitle .areaBrief {
        font-size: 16px;
    }

    .sect1 .popup .popupCont .info .tit {
        font-size: 32px;
        transform: translateY(-30px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect1 {
        padding: 0 15px 40px;
    }

    .sect1 .clickNote .cont {
        width: 100%;
        padding: 3px 0 0 5px;
    }

    .sect1 .desktopMode {
        display: none;
    }

    .sect1 .phoneMode {
        display: block;
    }

    .sect1 .phoneMode .group {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .sect1 .phoneMode .group .item {
        flex: 0 0 48%;
        margin: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sect1 .phoneMode .group .item .tit {
        padding: 10px 20px;
        border-radius: 50px;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 5px #000000;
    }

    .sect1 .popup {
        padding: 20px 15px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 {
        padding: 0 15px 40px;
    }

    .sect1 .clickNote .cont {
        width: 100%;
        padding: 3px 0 0 5px;
    }

    .sect1 .desktopMode {
        display: none;
    }

    .sect1 .phoneMode {
        display: block;
    }

    .sect1 .phoneMode .group .item {
        margin: 10px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sect1 .phoneMode .group .item .tit {
        padding: 10px 20px;
        border-radius: 50px;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 5px #000000;
    }

    .sect1 .popup {
        padding: 0px 15px;
        /* align-items: flex-start; */
    }

    .sect1 .popup .close {
        top: 0px;
        right: 10px;
    }

    .sect1 .popup .popupCont {
        width: 100%;
        max-height: calc(100vh - 120px);
        /* transform: translateY(20px); */
    }

    .sect1 .popup .popupCont .thumbnail {
        width: 100%;
        height: 200px;
    }

    .sect1 .popup .popupCont .info {
        padding: 0 20px 40px;
    }

    .sect1 .popup .popupCont .info .tit {
        padding: 5px 20px;
        border-radius: 20px 0 20px 0;
        font-size: 20px;
        transform: translateY(-20px);
    }

    .sect1 .popup .popupCont .info .feature {
        font-size: 20px;
    }

    .sect1 .popup .popupCont .info .desp {
        font-size: 20px;
    }

    .sect1 .popup .popupCont .pattern {
        height: 25px;
    }
}
/*---------- section1 (end) ----------*/