.content{
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
body{
    background-color: #eef2f3;
}
.title{
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: hidden auto;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.title .titE{
    margin-top: 0;
    color: rgb(255, 255, 255);
}
.title .titZ{
    margin: 0 0 35px;
    color: rgb(255, 255, 255);
}

.map-box{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-top: 200px;
    width: 750px;
    height: 770px;
    opacity: 1;
    overflow: visible;
}
.map-box .text{
    width: 536px;
    min-width: 536px;
    max-width: 536px;
    min-height: 150px;
    max-height: 150px;
    height: 150px;
    flex: 1 0 0%;
    overflow: visible;
    position: absolute;
    flex-direction: column;
    border-color: rgb(0, 100, 153);;
    border-style: solid;
    border-width: 1px;
    cursor: inherit;
    background-color: rgba(255, 255, 255, 0.7);
    padding-right: 20px;
    padding-left: 20px;
    transform-origin: 0% 0% 0px;
    left: 115px;
    top: -161px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.map-box .text .text_inner{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 38px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}
.map-box .map{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: absolute;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 750px;
    height: 770px;
    left: 0px;
    top: 0px;
}

.tip{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: absolute;
    cursor: pointer;
    transform-origin: 0% 0% 0px;
    width: 27px;
    height: 39px;
    background-image: url("../images/about3/tips1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.line img{
    display: none;
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: absolute;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.line img:first-of-type{
    width: 27px;
    height: 207px;
    left: 595px;
    top: -16px;
}
.line img:nth-of-type(2){
    width: 7px;
    height: 211px;
    left: 548px;
    top: -16px;
}
.line img:nth-of-type(3){
    width: 7px;
    height: 369px;
    left: 380px;
    top: -16px;
}
.line img:nth-of-type(4){
    width: 134px;
    height: 339px;
    left: 474px;
    top: -16px;
}
.line img:nth-of-type(5){
    width: 134px;
    height: 339px;
    left: 492px;
    top: -16px;
}
.line img:last-of-type{
    width: 94px;
    height: 508px;
    left: 464px;
    top: -16px;
}

.tips_1{
    left: 627px;
    top: 188px;
}
.tips_2{
    left: 544px;
    top: 196px;
}
.tips_3{
    left: 390px;
    top: 355px;
}
.tips_4{
    left: 606px;
    top: 325px;
}
.tips_5{
    left: 627px;
    top: 331px;
}
.tips_6{
    left: 540px;
    top: 477px;
}

.tip.on{
    background-image: url("../images/about3/tips2.png");
}