﻿.page_a.disabled
{
    font-size: 14px;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #f4f4f5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #c8c8c8;
}
.page_a.disabled:hover
{
    color: #c0c4cc;
    border-color: #f4f4f5;
    background-color: #f4f4f5;
}
.page_a.current
{
    background-color: #e6002d;
}
.page_a
{
    background-color: #f2f2f2;
}
.page_a:hover
{
    background-color: #e6002d;
    color: #fff;
}
:root
{
    --border: #eee solid 1px;
    --main-color: #e22100;
    --main2-color: #b35b02;
    --main3-color: #539643;
    --linearX: linear-gradient(#06479b,#0599c8);
    --linearY: linear-gradient(90deg,#245442,#094);
    --listbg: #f5f5f5;
    --tit-color: #333;
    --sum-color: #7d7772;
}
.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before
{
    box-shadow: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus
{
    box-shadow: none;
}
.form-control:focus
{
    box-shadow: none;
}
.page_a.current
{
    background: var(--main-color);
    color: #fff;
}
.page_a:hover
{
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
}
.p_nodata
{
    background: url(/png/fkrrlzj0.png) no-repeat 50% 50px;
    min-height: 300px;
    background-size: 64px auto;
}
#mapContainer
{
    width: 100%;
    height: 100%;
    min-height: 550px;
}
.amap-toolbar
{
    z-index: 1;
    display: none;
}
.amap-overlays
{
    z-index: 1;
}
.amap-copyright
{
    z-index: 1;
}
.amap-logo
{
    z-index: 1;
}
#tip
{
    height: 30px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 20px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #ccc;
}
div.info-top
{
    position: relative;
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
div.info-top div
{
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    padding: 0 10px;
    text-align: left;
}
div.info-top img
{
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: .25s;
}
div.info-top img:hover
{
    box-shadow: 0 0 5px #000;
}
div.info-middle
{
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
    text-align: left;
}
div.info-bottom
{
    height: 0;
    width: 100%;
    clear: both;
    text-align: center;
}
div.info-bottom img
{
    position: relative;
    z-index: 104;
}
@media only screen and (max-width: 768px)
{
    #mapContainer
    {
        height: 250px!important;
        min-height: auto;
    }
}
html
{
    scroll-behavior: smooth;
}
