
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}


#map_view {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
}


#logo {
    width: 150px;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 20px;
    padding: 20px;
    overflow: hidden;
}

#logo img {
    width: 100%;
}

#logo p {
    font-size: 10pt;
    color: #888888;
    margin-bottom: 10px;
}

#logo p a {
    color: #d9d9d9;
    word-break: break-all;
}

#logo p a:hover {
    color: #a40000;
}


#search_bar {
    width: 400px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 3;
    left: 30px;
    top: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.menu_button {
    background-image: url("../image/quantum_menu-v2-1x.png");
    background-size: 48px 24px;
    background-position: 0 0;
    width: 24px;
    height: 24px;
    margin-left: 13px;
    margin-top: 13px;
    float: left;
    display: block;
}

.search_input {
    width: 75%;
    float: left;
    line-height: 50px;
    height: 50px !important;
    padding: 0 10px;
    border: unset !important;
}

.search_input:focus {
    outline: none;
}


.close_info_btn:hover {
    background-position: -18px 0;
}


.info {
    width: 460px;
    height: 100vh;
    overflow: auto;
    background: #fff;
    position: fixed;
    z-index: 2;
    display: none;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: show_info 200ms ease-in-out;
}

.info::-webkit-scrollbar {
    display: none;
}

.info .head {
    width: 100%;
    position: relative;
    height: 280px;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
}

.info .head img {
    /*width: 100%;*/
    display: block;
}

.image_view div .f360_white {
    width: 24px;
    height: 24px;
    bottom: 13px;
    left: 13px;
    position: absolute;
}

.position_head_image_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.position_head_image_cover .tap_img {
    width: 90px;
    /* height: 30px; */
    position: absolute;
    /* left: 20px; */
    /* bottom: 20px; */
    left: 50%;
    top: 60%;
    transform: translate(-50%);
}

.info .go_to_btn {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 6;
    right: 40px;
    top: 250px;
    background-color: #1A73E8;
    background-image: url("../image/ic-directions-alt-white.png");
    background-size: 30px 30px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    cursor: pointer;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
    /*box-shadow:0 0 10px rgba(26,115,232,0.2);*/
}

.info .go_to_btn:hover {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 6;
    right: 40px;
    top: 250px;
    background-color: #1A73E8;
    background-image: url("../image/ic-directions-alt-white.png");
    background-size: 30px 30px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    cursor: pointer;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
    /*box-shadow:0 0 10px rgba(26,115,232,0.2);*/
}

.close_info_btn {
    position: absolute;
    z-index: 4;
    right: 13px;
    top: 0;
    border-left: 1px solid #d9d9d9;
    background-image: url("../image/clear-1x-20150504.png");
    background-size: 96px 24px;
    background-position: 6px 0;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 24px;
    width: 24px;
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 24px;
    cursor: pointer;
}

.close_viewer_btn{
    position: absolute;
    z-index: 4;
    right: 20px;
    top: 20px;
    /*border-left: 1px solid #d9d9d9;*/
    background-image: url(../image/clear-1x-20150504.png);
    background-size: 96px 24px;
    background-position: -43px 0;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 24px;
    cursor: pointer;
}

.close_info_btn:hover {
    background-position: -18px 0;
}

.search_img {
    width: 40px;
    height: 40px;
}

.info .model {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.info .model .title {
    font-size: 20pt;
}

.info .model .sub {
    font-size: 10pt;
    color: #888888;
}

.info .model .sub_title {
    font-size: 13pt;
    font-weight: bold;
}

.info .model .description{
    font-size: 10pt;
    color: #888888;
}

.info .model .button_box {
    width: fit-content;
    /*margin: 0 auto;*/
    overflow: hidden;
}

.info .model .button_box .item {
    width: 60px;
    float: left;
    height: 50px;
}

.info .model .button_box .item img {
    width: 35px;
    height: 35px;
    padding: 7px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    border: 1px solid #dadce0;

}

.info .model .button_box .item img:hover {
    background: #F1F3F4;
}

.info .model .button_box .item p {
    font-size: 10pt;
    color: #353535;
    text-align: center;
}

.info .model .button_box .selected img {
    background: #1A73E8;
}

.info .model .button_box .selected img:hover {
    background: #1958e8;
}


#router {
    overflow: hidden;
}

.search_img {
    width: 24px;
    height: 24px;
    background: url(../image/logo.png);
    background-size: cover;
    /*background-size: 72px 24px;*/
    cursor: pointer;
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 13px;
}

#photograph {
    width: 100%;
    overflow: hidden;
}

#photograph img {
    display: block;
    width: 100%;
}

@keyframes show_info {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 100vh;
        opacity: 1;
    }
}


/*菜单*/
.menu {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 350px;
    height: 100%;
    left: -400px
}

.menu .menu_content {
    width: 350px;
    height: 100%;
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.menu .menu_content .menu_model {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

.menu_logo {
    height: 70px;
    margin: 10px 10px 10px 20px;
    float: left;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
}

.close {
    background: no-repeat url(../image/settings-0d7df95d2de27a2d4871183431f2e3fa.png) 0 -814px;
    height: 24px;
    width: 24px;
    margin-top: 23px;
    margin-right: 20px;
    display: block;
    float: right;
}

.menu_list_item {
    width: 100%;
    height: 50px;
    color: #353535;
    clear: both;
    display: block;
    overflow: hidden;
}

.menu_list_item:hover {
    color: #000;
    background: #f8f8f8;
}

.menu_list_item img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

.menu_list_item span {
    display: block;
    width: 280px;
    height: 50px;
    margin-left: 20px;
    line-height: 50px;
    float: left;
}

.copyright {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 8pt;
    bottom: 10px;
}


/*menu  content*/

.menu .menu_content .menu_model .title {
    width: 200px;
    float: left;
    margin: 10px 0;
}

.menu .menu_content .menu_model .title h2 {
    font-size: 18pt;
}

.menu .menu_content .menu_model .title .count {
    overflow: hidden;
    margin-top: 10px;
}

.menu .menu_content .menu_model .title .count .item {
    float: left;
    width: 30%;
    margin-right: 3%;

}

.menu .menu_content .menu_model .title .count .item span {
    font-size: 10pt;
    color: #D1DDDF;
}

.menu .menu_content .menu_model .title .count .item p {
    font-size: 13pt;
    font-weight: bold;
    color: #353535;
}


#content_viewer{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,1);
}


@media (max-width: 600px) {

    #search_bar{
        width: 90%;
        height: 50px;
        background: #fff;
        border-radius: 5px;
        position: fixed;
        z-index: 3;
        left: 5%;
        top: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    #logo{
        display: none;
    }

    .info {
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: #fff;
        position: fixed;
        z-index: 2;
        display: none;
        top: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        animation: show_info 200ms ease-in-out;
    }

}