.page_a.disabled {
	font-size: 14px;
	color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(244, 244, 245, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: rgba(200,200,200,1);
}
.page_a.disabled:hover {
	color: rgba(192, 196, 204, 1);
	border-color: rgba(244, 244, 245, 1);
	background-color: rgba(244, 244, 245, 1);
}
.page_a.current {
	background-color: rgba(230,0,45,1);
}
.page_a {
	background-color: rgba(242,242,242,1);
}
.page_a:hover {
	background-color: rgba(230,0,45,1);
	color: rgba(255,255,255,1);
}
/*-* CUSTOM_STYLESHEET_BEGIN_TAG *-*/:root {
  --border: #eee solid 1px;
  --main-color: #e22100;
  --main2-color: #b35b02;
  --main3-color:#539643;
  --linearX: linear-gradient(#06479b, #0599c8);
  --linearY: linear-gradient(90deg, #245442, #009944);
  --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: #ffffff;
}


.p_nodata {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022041109333496953/cms/image/49ac9432-b3ee-4d07-9124-5e6c3a3b19b4.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: #333333;
        font-size: 14px;
        font-weight: bold;
        line-height: 31px;
        padding: 0 10px;
        text-align: left;
    }

    div.info-top img {
        position: absolute;
        top: 10px;
        right: 10px;
        transition-duration: 0.25s;
    }

    div.info-top img:hover {
        box-shadow: 0px 0px 5px #000;
    }

    div.info-middle {
        font-size: 12px;
        padding: 10px;
        line-height: 21px;
        text-align: left
    }

    div.info-bottom {
        height: 0px;
        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;
        }
  #company li{width:100% !important;}
  #company{flex-direction: column;}
}

/*地图*//*-* CUSTOM_STYLESHEET_END_TAG *-*/
