﻿:root {
    --lightbrown: #EBEAE8;
    --middlebrown: #CDC7BC;
    --gold: #C7B79D;
    --red: #72443B;
    --box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

body {
    background: var(--lightbrown);
    background-image:url("image/paper1.png");
    background-size:cover;
    background-repeat:repeat-y;
    font-family: 'Inter' !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    overflow-x: hidden;
}

.w-100 {
    width: 100%;
}

/*移動背景*/
.bg_area {
    height: 100%;
    position: relative;
}

.bg_area .item1 {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 20px;
    opacity: 0.5;
    z-index: -10;
}

.bg_area .item2 {
    position: absolute;
    width: 100%;
    bottom:-150px;
    right:-50px;
    opacity: 0.8;
    z-index: -10;
}


/*置頂文字*/
#fixed-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(169,169,169, 0.7);
    z-index: 5000;
}

#fixed-text span {
    font-size: 5rem;
    color: white;
    white-space: nowrap;
}

/*login*/
/*.loginbt{
    position:fixed;
    top:0;
    right:0;
}*/
.login{
    position:fixed;
    top:50%;
    right:0;
    transform:translate(50%,-50%);
    width:250px;
    height:250px;
    cursor:pointer;
    z-index:100;
}
    .login img{
        width:100%;
    }
    .login img:hover {
        transform:rotate(180deg) scale(1.1);
        transition:1s ease-in-out;
    }
    .login .text {
        position: absolute;
        left: 15%;
        top: 50%;
        transform:translate(50%,-50%);
        font-size:24px;
        font-weight:600;
        color:#FFF;
    }
    .login:hover .text {
        color: var(--red);
        transition: 1s ease-in-out;
        left: 12%;
    }

/*header*/
#header {
    width: 100%;
    height: auto;
}

#header .banner{
    width:100%;
    box-shadow: var(--box-shadow);
}

/*環景預覽圖*/
#panoramaImg {
    position: relative;
}

#panoramaBtn {
    position: absolute;
    top: 100%;
    background-color: gray;
    transition: top 0.7s, opacity 0.7s;
    opacity: 0;
}

#panoramaImg:hover #panoramaBtn {
    top: 45%;
    opacity: 1;
}

#panoramaImg img {
    border-radius: 30px;
    border: 10px solid #c7b79d;
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}

.div_panoramaImgTitle {
    position: absolute;
    background-color: #c7b79d;
    border-bottom-right-radius: 30px;
    margin: 10px 8px;
}

.panoramaImgTitle {
    font-size: 3rem;
    font-weight: 800;
    margin: 4px 18px;
}

/*回到頂部按鈕*/
#goTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

    #goTop button {
        border-radius: 50%;
        font-size: 2rem;
    }

/*共用設定*/
.allcontent {
    padding: 0 15%;
}
section{
    margin-top:100px;
}

hr{
   border:1px solid var(--gold);
}

.title-element {
    padding: 10px 0px;
}

.title-text {
    font-size: 35px;
    font-weight: 900;
    display: flex;
    color: var(--red);
}

#section_link,
#section_map,
#section_roundcamera {
    position:relative;
}
#section_map .title-text,
#section_roundcamera .title-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%);
}
#section_link .title-text{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-230%);
}
#section_link .subtitle-text{
    font-size:16px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-150%);
}

#section_link .btn,#section_search .btn,
#section_map .text-right .btn{
        color: black;
        margin: 0 5px;
        padding: 5px 15px;
        font-size: 18px;
        background-color: var(--gold);
        border: none;
        border-radius: 20px;
        font-weight: 600;
        transition: .2s linear;
    }

#section_link .btn:hover,#section_search .btn:hover,
#section_map .text-right .btn:hover {
    color: #fbfbfb;
    background-color:var(--red);
    letter-spacing: 2px;
}



/*災害示警輪播*/
.alertcontainer {
    margin: 5% 15%;
    width: auto;
    height: 600px;
    border-radius: 56px;
    border: 16px solid var(--gold);
    background: #EEEAE4;
    position: relative;
}

.pic_box {    
    margin: 10px 25px;
    width: 48%;
    height: 550px;
    overflow: hidden;
}
.pic_box img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius:35px;
}


.alert_itemname {
    position:absolute;
    right:0;
    top:0;
    width:fit-content;
    background-color: var(--gold);
    padding: 20px 35px 20px 40px;
    border-radius: 0 0 0 100px;
    font-size: 28px;
    color: #000;
    font-weight: 800;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.alert_title {
    font-size: 24px;
    color: var(--red);
    font-weight: 600;
}


.disaster_alert {
    border-bottom: 3px solid var(--red);
    display:flex;
    align-items:center;
    position:absolute;
    left:50%;
    top:0;
    margin:135px 55px 0 40px;
    width:40%;
}
.disaster_alert .alert_title{
    /*border-left: 3px solid var(--red);
    border-top: 3px solid var(--red);
    border-right: 3px solid var(--red);*/
    background-color: var(--red);
    color: white;
    padding: 2% 3% 0 3%;
    width:fit-content;
    margin-right:20px;
}


.alert_time {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 14px;
    color: #5C5C5C;
}

.intro {
    margin: 30px 40px 30px 40px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    width:40%;
}

.intro .alert_title {
    /*border: 3px solid var(--red);*/
    background-color: var(--red);
    color: white;
    padding: 2% 3% 0 3%;
    margin-right: 30%;
    margin-bottom:30px;
    width:fit-content;
    height:50px;

}

#introduction {
    border-left: 3px solid var(--red);
    height: 150px;
    margin: 0 0 15px 0;
    padding: 0 15px 15px 15px;
    overflow-y: scroll;
}

#introduction::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0,0,0,0);
}

#introduction::-webkit-scrollbar-thumb {
    border-radius:5px;
    background-color: var(--gold);
}


.carousel-control.left {
    position: absolute;
    left: -150px;
    background-image: none;
    color: var(--gold);
    transform: scale(2);
}

.carousel-control.right {
    position: absolute;
    right: -150px;
    background-image: none;
    color: var(--gold);
    transform: scale(2);
}

.alertcontainer .text-right {
    position:absolute;
    right:35px;
    bottom:10px;
}
.alertcontainer .text-right a{
    color:#756750;
}
.alertcontainer .text-right a:hover{
    color:var(--red);
    letter-spacing:2px;
}

.alertcontainer .dec {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
    width: 60px;
    background-color: var(--gold);
    border-radius: 0 30px 0 32px;
    box-shadow: 5px -5px 5px rgba(0,0,0,0.2);
}




/*簡介*/
#section_brief {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px
}

#section_brief .brief_content{
    width:35%;
    position:relative;
}
#section_brief .brief_content img{
    position:relative;
    left:-50px;
}

#section_brief .photo{
    position:relative;
    right:0;
    width:60%;
}

#section_brief .photo .scene1 {
    position: absolute;
    right: 0;
    top:0;
    margin: 10px 0;
    min-height: 120px;
    width: 100%;
}

#section_brief .photo .scene2 {
    position: absolute;
    right: 0;
    top: 130px;
    margin: 10px 0;
    min-height: 120px;
    width: 70%;
}
#section_brief .photo .scene3 {
    position: absolute;
    right: 0;
    top: 260px;
    margin: 10px 0;
    min-height: 120px;
    width: 80%;
}





/*Link*/
#section_link{
    margin-top:175px;
}
.pic_box2 {
    position: relative;
    width: auto;
    height: 120px;
    padding: 20px 0 0 0;
    text-align: center;
}

.pic_box2 i {
    font-size: 100px;
    color: #5C5C5C;
}

.text_box2 {
    height: 100%;
    margin-top: 10px;
}

.cansearch_block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.cansearch_item {
    width: 250px;
    height: 250px;
    background: var(--lightbrown);
    border: solid 10px var(--gold);
    border-radius: 50px;
    transition: .2s linear;
}

.cansearch_item:hover {
    background-color: var(--gold);
    transform:scale(1.1);
}
.cansearch_item:hover .pic_box2 i{
    color:var(--red);
    transform:rotateZ('360deg');
}

.text_box2 p {
    color: black;
    padding: 8px 10px;
    font-size: 14px;
}

.cansearch_titletext {
    color:var(--red);
    font-size: 18px;
    font-weight: bold;
}

/*地圖*/
#current_city{
    margin: 10px;
    padding: 5px 20px;
    font-size: 20px;
    border: var(--gold) 1px solid;
    border-radius: 15px;
    font-weight: 600;
}

/*環景*/
#myIframe {
    width: 100%;
    aspect-ratio: 7/4;
}

#panoramaTitle {
    padding: 5px 20px;
    font-size: 20px;
    border: var(--gold) 1px solid;
    border-radius: 15px;
    font-weight: 600;
}















/*leaflet地圖*/
#map-container {
    position: relative;
}
#maptext {
    display: flex;
    align-items: center;
}
#map {
    position: relative;
    aspect-ratio: 7/4;
    margin-bottom: 40px;
    top: 0px;
}
/*leaflet側邊選單*/
#sidebar_right {
    right: 4px;
    top: 0;
    height: 100%;
    z-index: 1000;
}

td {
    text-align: left;
}

#sidebar_menu {
    position: absolute;
    top: 5px;
    right: 0px;
    overflow: hidden;
    z-index: 500;
}








@media (min-width: 768px) {

    #sidebar_menu {
        right: 10px;
    }
}

@media (max-width: 768px) {
    #measure_li {
        display: none;
    }
}


.sidebar-content > .sidebar-pane > .sidebar-header {
    background-color: #30426a;
    color: #fefeff;
    text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35);
    text-align: center;
    font-weight: 700;
    font-family: 微軟正黑體;
    border-bottom: 5px solid #c48389;
    line-height: 38px;
    height: 45px;
    position: sticky;
    top: 0;
    z-index: 1;
}


.sidebar {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.65);
}

.sidebar-left {
    top: 60px;
    bottom: 100px;
}

.sidebar-right {
    top: 60px;
    bottom: 25px;
    z-index: 500;
}

.sidebar-tabs {
    background-color: transparent;
}

    .sidebar-tabs > li > a, .sidebar-tabs > ul > hr {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .sidebar-tabs > li > a, .sidebar-tabs > ul > li > a {
        line-height: 20px;
        font-size: 14px;
        margin-top: 10px;
        font-weight: 700;
        font-family: 微軟正黑體;
    }

    .sidebar-tabs > li, .sidebar-tabs > ul > li {
        background-color: #ecbdc0;
        border: 3px solid #c48389;
        color: #88474f;
        border-radius: 12px;
        height: 70px;
        display: inline-block;
        margin: 3px 0;
        position: relative;
    }

        .sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover, .sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
            color: #f7dbda;
            background-color: #30426a;
        }

            .sidebar-tabs > ul > li:hover .svgIcon, .sidebar-tabs > ul > li.active .svgIcon {
                background-color: transparent;
            }

            .sidebar-tabs > ul > li.active:after, .sidebar-tabs > ul > li.active:before {
                right: 100%;
                top: 48%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .sidebar-tabs > ul > li.active:after {
                border-color: rgba(196, 131, 137, 0);
                border-right-color: #c48389;
                border-width: 15px;
                margin-top: -15px;
            }

            .sidebar-tabs > ul > li.active:before {
                border-color: rgba(196, 131, 137, 0);
                border-right-color: #c48389;
                border-width: 16px;
                margin-top: -16px;
            }


    .sidebar-tabs, .sidebar-tabs > ul {
        width: 70px; /*40px*/
    }


.sidebar.leaflet-touch {
    box-shadow: none;
    border-right: 0px;
    border: 0px;
    font-family: 微軟正黑體;
}

.sidebar.collapsed {
    width: 70px; /*40px;*/
}


/*頁面中按鈕*/
.sidebar_button {
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #EEE;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
    background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
    background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
    background: linear-gradient(to bottom, #fbfbfb, #e1e1e1);
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: 1px solid #d4d4d4;
    height: 32px;
    line-height: 30px;
    padding: 0px 12px;
    font-size: 14px;
    color: #000;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

    .sidebar_button:hover {
        -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
        background-color: #EEE;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
        background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
        background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
        background: linear-gradient(to bottom, #fbfbfb, #e1e1e1);
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        border: 1px solid #d4d4d4;
        height: 32px;
        line-height: 30px;
        padding: 0px 12px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.3);
        margin: 0;
        text-decoration: none;
        text-align: center;
    }

.sidebar_layer_oc_button {
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #EEE;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
    background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
    background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
    background: linear-gradient(to bottom, #fbfbfb, #e1e1e1);
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: 1px solid #d4d4d4;
    height: 32px;
    line-height: 30px;
    padding: 0px 12px;
    font-size: 14px;
    color: #000;
    margin: 0;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        width: 550px; /*460px;*/
    }

    .sidebar-pane {
        min-width: 420px;
    }

    .sidebar-left ~ .sidebar-map .leaflet-left {
        left: 470px;
    }

    .sidebar-right ~ .sidebar-map .leaflet-right {
        right: 470px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
        width: 550px; /*460px;*/
    }

    .sidebar-pane {
        min-width: 420px;
    }

    .sidebar-left ~ .sidebar-map .leaflet-left {
        left: 470px;
    }

    .sidebar-right ~ .sidebar-map .leaflet-right {
        right: 470px;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        width: 600px; /*460px;*/
    }

    .sidebar-pane {
        min-width: 470px; /*420px*/
    }
}

.sidebar-right .sidebar-content {
    background-color: white;
    right: 85px; /*40px;*/
    border-radius: 3px;
}


.sidebar-content > .sidebar-pane {
    background-color: white;
    /*border-width: 3px;
    border-style: inset;
    border-color: #fa9915;*/
    /*padding: 1px;*/
}

.results-count {
    padding: 0.8em 0 0.3em;
    text-align: center;
    color: #304268;
    font-size: 24px;
    font-weight: bold;
}

#timeline {
    background: #fff;
    width: 250px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: all 1s ease;
}

#timeline-pause {
    width: 10%;
    margin: 8px 2.5% 0;
    text-align: center;
    vertical-align: middle;
}

#timeline-play {
    display: inline-block;
    width: 10%;
    margin: 8px 2.5% 0;
    text-align: center;
    vertical-align: middle;
}

#timeline-slider {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

#time-show {
    margin-left: 15%;
    font-size: 13px;
}

.left300 {
    left: 300px !important;
}

@media (max-height: 680px) {
    .sidebar-tabs > li, .sidebar-tabs > ul > li {
        width: 60px;
        height: 60px;
        margin-top: 1px;
        border: none;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    }

        .sidebar-tabs > li > a, .sidebar-tabs > ul > li > a {
            font-size: 13px;
            color: #5a1b1b;
        }

        .sidebar-tabs > li:hover > a, .sidebar-tabs > ul > li:hover > a, .sidebar-tabs > li.active > a, .sidebar-tabs > ul > li.active > a {
            color: #fff;
        }

        .sidebar-tabs > ul > li.active:before {
            border-right-color: transparent;
        }

        .sidebar-tabs > ul > li.active:after {
            border-right-color: #30426a;
            border-width: 12px;
            margin-top: -11px;
        }

    .svgIcon {
        height: 25px !important;
        background-repeat: no-repeat;
        width: 25px !important;
        margin: auto;
        background-color: transparent;
        -webkit-mask-size: cover;
    }
}



/*左側資訊欄*/
#bochControl {
    position: absolute;
    top: 20px;
}
/*頁尾*/
.footer {
    background-color:var(--middlebrown);
    position:relative;
    color: #000000;
    font-size: 16px;
}

.bg_footer {
    position: absolute;
    left:20px;
    top: 0;
    transform:translate(0,-95%);
    width: 15%;
    z-index:-5;
}

.footer-element {
   position:absolute;
   left:3%;
   top:50%;
   transform:translate(0,-60%);
}

.footer-element span{
    margin-left: 10px;
}











/*RWD*/
@media (max-width:1400px) {
    body{
        font-size:100%;
    }

    .allcontent {
        padding: 0 12%;
    }

    .login {
        width: 200px;
        height: 200px;
    }
    .login .text {
        font-size:20px;
    }

    #section_link .btn, #section_map .text-right .btn {
        font-size: 14px;
    }

    .alert_itemname {
        font-size: 25px;
    }
    .alert_title {
        font-size: 20px;
    }
    .alert_time {
        font-size: 12px;
    }

    .title-text {
        font-size: 32px;
    }

    .text_box2 p {
        font-size: 12px;
    }
    .cansearch_titletext {
        font-size: 16px;
    }

    #section_brief .brief_content img {
        transform:scale(.8);
    }

    #current_city {
        font-size: 18px;
    }

    #panoramaTitle {
        font-size: 18px;
    }

    #introduction::-webkit-scrollbar {
        width: 6px;
    }

}

@media (max-width:1200px) {
    #panoramaTitle {
        margin-bottom:10px;
    }
}
@media (max-width:990px) {
    #section_link {
        position: relative;
    }

        #section_link .link {
            width: 75%;
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%,0);
        }

            #section_link .link .cansearch_block {
                margin-bottom: 50px;
            }
    .login {
        width: 150px;
        height: 150px;
    }

        .login .text {
            font-size: 18px;
        }

    #panoramaTitle {
        margin:10px;
    }

    .alertcontainer {
        margin: 5% 12%;
    }
    .disaster_alert {
        width: 37.5%;
    }
    .intro {
        width: 37.5%;
    }

    #section_link .btn,
    #section_map .text-right .btn {
        font-size: 12px;
    }

    .alert_itemname {
        font-size: 23px;
    }

    .alert_title {
        font-size: 18px;
    }

    .alert_time {
        font-size: 8px;
    }

    .title-text {
        font-size: 28px;
    }

/*    .text_box2 p {
        font-size: 12px;
    }

    .cansearch_titletext {
        font-size: 14px;
    }*/

    #section_brief .brief_content img {
        transform: scale(.7);
    }

    #current_city {
        font-size: 16px;
    }

    #panoramaTitle {
        font-size: 16px;
    }

    #introduction::-webkit-scrollbar {
        width: 6px;
    }
}

@media (max-width:450px) {
}
