﻿


.ratio-3x1 {
    @include media-breakpoint-up(md) {
        --bs-aspect-ratio: 33%;
    }
}
.header { 
    min-height: 360px;
}


.header_search {
    padding-top: 32px;
    padding-bottom: 32px;
}

.header_search_tool {
    position: relative;
}

    .header_search_tool * {
        font-size: 1.2rem;
    }

    .header_search_tool .input-group, .header_search_service {
        height: 72px;
    }
.header_search_service{
    display:flex;
    align-items:center;
}
    .header_search_service .service_btn { 
        background-color: #2089F4;
        color: white;
        border-radius: 20px;
        border: 1px solid #3099F4;
        z-index: 10;
        height: 64px;
        line-height:64px;
        display:flex;
        align-items:center;
    }
        .header_search_service .service_btn .bi{font-size:28px;
                                                margin:5px;
                                                color:orange;
                                                font-weight:bold;
/*                                                text-shadow:0px 0px 6px orange;*/
        }
        .header_search_tool .search_btn:hover, .header_search_service .service_btn:hover {
            background-color: #3099F4;
        }
        .header_search_tool .search_btn:active, .header_search_service .service_btn:active {
            border-color: white; 
            color: white;
        }

            .header_search_tool .input-group .search_type {
                border-radius: 30px;
                border-color: white;
                background-color: white;
                max-width: 200px;
                text-align: center;
            }

            .header_search_tool .input-group .search_type :hover {
                font-weight: bold;
            }

            .header_search_tool .input-group .search_type:focus {
                box-shadow: none;
            }

        .header_search_tool .input-group .search_keyword {
            border-radius: 30px;
            border: none;
        }

            .header_search_tool .input-group .search_keyword:focus {
                box-shadow: none;
            }

.header_search_tool .search_btn {
    top: 13px;
    right: 20px;
    background-color: #2089F4;
    border: 1px solid #3099F4;
    color: white;
    border-radius: 20px;
    z-index: 10;
}

.header_search_logo {
    height: 64px;
}

.header_search_title {
    color: white;
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 3px;
    line-height: 64px;
    margin: 0;
}

.headernav
{
    position:relative;
}
.headernav_fix
{
    display:none;
}

.hotlist_card {
    width: 150px;
    height: 220px;
    display: block;
    text-align: center;
    background-color: #fff;
    margin: 5px;
    border-radius: 10px;
    padding-top: 20px;
    border: none;
    cursor: pointer;
}
.hotlist_card:hover { 
    background-color: #1079E4; 
    color:white;
    box-shadow:gray 0 0 5px;
}


    .hotlist_card:first-of-type {
        margin-left: 0;
    }
    .hotlist_card:last-of-type {
        margin-right: 0;
    }
.hotlist_card_image {
    width: 60px;
    height:60px;
    margin-bottom: 15px;
    filter: grayscale(60%); 
    border-radius:50%; 
    object-fit:cover;
}
.hotlist_card:hover .hotlist_card_image {
    filter:none;
    border:none;
}
.hotlist_card .card-body {
    padding: 0;
}
.hotlist_card .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    height: 40px;
}

.hotlist_card .card-text {
    font-size: 14px;
    font-family: Arial;
    color: #aaa;
    font-weight: normal;
}
.hotlist_card:hover .card-title,
.hotlist_card:hover .card-text{
    color:white;
}

.study_title {
    color: #1079E4;
    font-size:28px;
    font-weight:bold;
    padding:10px;
    text-decoration:none;
}
    .study_subtitle{
        font-size:18px;
        color:gray;
    }
.study_title:hover{
    text-decoration:underline;
}


.infocontainer {
    background-color: white;
    padding: 15px;
    height: 360px;
} 

    .infocontainer .infocontainer_title {
        font-size: 20px;
        font-weight: bold; 
        margin:0;
        position:relative;
    }

        .infocontainer .infocontainer_title:before {
            content: '';
            z-index: 0;
            position: absolute;
            bottom: -6px;
            left: 0px;
            width: 100%;
            height: 12px;
            background: #1079E4;
            opacity: 0.4;
            transform: skewX(15deg);
            /*            filter: blur(3px);
            box-shadow: #1079E4 0 0 1px;*/
        }

    .infocontainer .infocontainer_more
    {
        padding-left:15px;
        padding-right:15px;
    }

    .infocontainer .infolistitem
    {
        height:33%;
        border-bottom:1px solid #eee;
        cursor:pointer;
        text-decoration:none;
        color:#333;
    }
        .infocontainer .infolistitem:hover {
            color: #1079E4; 
        }

        .infocontainer .infolistitem .infocontainer_card_image {
            height: 72px;
            width: 120px;
            border-radius: 5px;
            border: 1px solid #eee;
            object-fit: fill;
            object-position: center;
        }

.homerow .infocontainer {
    height: auto;
    background-color:unset;
    padding:0;
}
    .homerow .infocontainer .infolistitem
    {
        flex:1;
        height:100px;
        border:none;
        background-color:#fff;
        max-width:32%;
    }


    .infocontainer .infolistitem .infolistitem_time {
        font-size: 14px;
        color: gray;
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

#echartsMap {
    /*width: 100%;*/
    height: 450px;
}
.globe_desc {
    -background-color: rgba(255, 255, 255, 0.4);
    width:100%;
    -height:100%;
    display:flex;
    align-items:center;
}

.globe_desc i {
    line-height: 64px;
    font-size: 36px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: white;
    color: #7eb4bc;
    /*border: 1px solid #7eb4bc;*/
    opacity: 1;
    box-shadow: #7eb4bc 0 0 10px;
}
.globe_desc_item
{
    cursor:pointer;
}
.globe_desc_item span {
    margin-top: 8px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    /*text-shadow: black 0 0 5px;*/
    /*    background-color: #eeeef0;
    box-shadow: #7eb4bc 0 0 10px;*/
}
.globe_desc i.fa-user-tie {
    color: #46a9bd;
    box-shadow: #46a9bd 0 0 10px;
}
.globe_desc i.fa-hotel {
    color: #d59c6b;
    box-shadow: #d59c6b 0 0 10px;
}
.globe_desc i.fa-users-line {
    color: #f27171;
    box-shadow: #f27171 0 0 10px;
}
.globe_desc i.fa-gavel {
    color: #7882d7;
    box-shadow: #7882d7 0 0 10px;
}
.globe_desc i.fa-book {
    color: #afcf7f;
    box-shadow: #afcf7f 0 0 10px;
}
.globe_desc_item:hover{
    opacity:0.9;
    font-weight:bold;
}
    .globe_desc_item:hover i {
        background-color: #1079E4;
        color: white;
        box-shadow: #1079E4 0 0 10px;
    }
    .globe_desc_item:hover span {
        color: #1079E4;
    }


.service_dialog .modal-header {
    margin:10px;
    text-align:center;
    border:none;
    font-size:20px;
    font-weight:bold;
}
    .service_dialog .modal-header .modal-title, .service_dialog .modal-header .modal-title i{
        font-size: 24px;
        color: #555;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
        .service_dialog .modal-header .modal-title i {
            color:orange;
        }
.service_dialog .modal-dialog { 
}
.service_dialog .btn-close
{
    border:2px solid black;
    color:gray;
    font-weight:bold;
    font-size:18px;
    position:absolute;
    top:20px;
    right:20px;
}
.service_dialog .modal-content {
    border-radius: 5px;
    position: relative;
    padding: 40px;
}

                .service_dialog .modal-content:before {
                    content: "";
                    background-color: white;
                    position: absolute;
                    border-radius: 5px;
                    width: 106%;
                    height: 100%;
                    top: 3%;
                    left: -3%;
                    opacity: 0.4;
                    z-index:-1;
                }

            .service_dialog .input-group {
                min-height: 54px;
                line-height: 54px;
                margin-bottom: 15px;
                border-radius: 3px;
            }

                .service_dialog .input-group .input-group-text {
                    width: 100px;
                    text-align: center;
                    vertical-align: middle;
                }

                .service_dialog .input-group [type='file'] {
                    line-height: 42px;
                }

                .service_dialog [name="content"] {
                    height: 100px;
                }

.service_dialog .service_info {
    font-size:12px;
    color:gray;
}
.service_dialog .file_list .filelabel
{
    z-index:1;
}
.service_dialog .file_list [type='file'] { 
    width: 1px;
    height:1px;
    position: absolute;
    top:10px;
    left:10px;
    z-index: 0;
}
.service_dialog .file_list_list i {
    cursor: pointer;
}