html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

/*Web端地图首页样式*/
#webamap #myList ul,
#webamap #myList li{
    padding:0;
    margin:0;
    list-style:none;
}
#webamap #outer-box{
    height:100%;
    /*padding-left:300px;*/
}
#webamap #container{
    height:100%;
    width:100%;
}
#webamap #panel{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    height:100%;
    overflow:auto;
    width:300px;
    z-index:999;
    border-left:1px solid #eaeaea;
    background:#fff;
}
#webamap #myList{
    padding-left: 0px;
}
#webamap #myList li.poibox,#webamap #myList li.poi-none{
    border-bottom:1px solid #eaeaea;
    border-left:2px solid rgba(0,0,0,0);
    padding:10px 3px;
    cursor:pointer;
    text-align: center;
}
#webamap li.poibox.selected{
    border-left-color:#f00;
    background:#f6f6f6;
}
#webamap li.poibox:hover{
    background:#f6f6f6;
}
#webamap li.poibox:last-child{
    border-bottom:none;
}
#webamap h3.poi-title{
    margin:3px 0;
    font-size:13px;
}
#webamap .poibox .poi-info-left,#webamap .poibox .poi-info,#webamap .poibox .poi-info-right,#webamap .daoban-info-left,#webamap .daoban-info,#webamap .daoban-info-right{
    width:32%;
    float:left;
    padding-left: 5px;
    padding-right: 5px;
}
#webamap .poibox .poi-info-right{
    float:right;
}
#webamap #myList li.poi-none{
    width: 99%;
}
#webamap .poi-addr{
    margin:7px 0 0;
}
#webamap .poibox .poi-imgbox{
    width:100px;
    height:74px;
    vertical-align:top;
    float:right;
    margin:0 8px;
    overflow:hidden
}
#webamap .poibox .poi-img{
    display:inline-block;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:50% 50%;
}
#webamap .amap-simple-marker.my-marker .amap-simple-marker-label{
    font-size:12px;
    color:#eee;
    font-family:sans-serif;
}
#webamap .selected .amap-simple-marker.my-marker .amap-simple-marker-label{
    font-size:14px;
    color:#ffa30;
    font-weight:700;
}
@-webkit-keyframes flash{
    from,
    50%,
    to{
        opacity:1;
    }
    25%,
    75%{
        opacity:0;
    }
}
@keyframes flash{
    from,
    50%,
    to{
        opacity:1;
    }
    25%,
    75%{
        opacity:0;
    }
}
#webamap .flash{
    -webkit-animation-name:flash;
    animation-name:flash;
}
#webamap .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
#webamap .scrollbar1::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#fff;
}
#webamap .scrollbar1::-webkit-scrollbar{
    width:6px;
    background-color:#fff;
}
#webamap .scrollbar1::-webkit-scrollbar-thumb{
    background-color:#aaa;
}

#webamap .layui-layer-title{
    background-color: #3280FC;
}

.map_content {
    opacity: 1;
    min-height: 400px;
    position: absolute;
    z-index: 99;
    left: 80px;
    top: 120px;
    overflow: visible;
}

.img-icon{vertical-align: middle;display: inline-block;width: 20px;height: 20px;margin-right: 6px;}
.title-box {
    clear: both;
}

.title-box .panel {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    background: #fff;
    width: 500px;
}

.border-bot {
    border-top: 1px solid #eee !important;
}

#area-form {
    margin: 10px;
}

#status-nav,
#tabContent,#fixedTabFooter {
    margin-left: 10px;
    margin-right: 10px;
}

#tabContent .table th,
#tabContent .table td {
    text-align: center;
}

i.icon {
    margin-right: 8px;
}

.amap-icon img {
    width: 24px;
    height: 24px;
}

.sp_result_area{
    z-index: 9999;
}
#webamap .table{
    margin-bottom: 0px;
}
#webamap .fixed-tab-footer{
    border:1px solid #ddd;
    border-top:0;
    border-bottom: 0;
    margin-bottom: 10px;
}

#webamap .amap-info{
    z-index: 99999;
}
#webamap .amap-ui-smp-ifwn-content-body{
    padding: 0px;
}
#webamap .amap-ui-smp-ifwn-info-title{
    background-color: #ddd;
    padding-left: 20px;
}
#webamap .amap-ui-smp-ifwn-info-content{
    padding:20px;
    max-width: 400px;
}

.regionpic img{
    /*width:360px;*/
    width:32%;
    vertical-align: top;
    margin-right:8px;
    margin-bottom: 8px;
}
