.ecas-map-canvas {
    width: 100%;
    height: 100%;
}

.ecas-nav {
    width: 100%;
    height: 100%;
}

.ecas-nav-top {
	float: left;
	width: 100%;
	height: auto;
}

.ecas-nav-bottom {
	position: absolute;
	top: 260px;
	bottom: 0px;
	width: 100%;
}

.ecas-nav-bottom-max {
	/* top: 377px; */
}

.ecas-nav-bottom-en-max {
	/* top: 437px; */
}

.ecas-nav div.title {
    width: 100%;
    height: 30px;
    padding: 3px 40px;
    background: #c8121e;
    color: #FFFFFF;
    font-size: 18px;
}

.ecas-nav div.title img {
    margin-right: 10px;
    width: 20px;
    height: 15px;
    margin-top: -3px;
}

.ecas-nav .JieGuo img {
    width: 15px;
    height: 15px;
}

.ecas-nav .title button {
    background: none;
    border: 1px solid #FFFFFF;
    float: right;
    /* padding: 5px 10px;
    margin-top: -2px; */
    font-size: 14px;
}

.ecas-nav .title button:hover {
    background: #f9e7e7;
    color: #d9534f;
}

.ecas-nav .title button:hover img {
    color: #d9534f;
}

.ecas-nav .ecas-nav-body {
    padding: 0 16px;
    margin: 20px 0;
	height: 210px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ecas-nav .ecas-nav-body .clearValue {
    position: absolute;
    right: 26px;
    top: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
    background: url(../img/close.png) no-repeat;
    background-size: 100% auto;
}

.ecas-nav .ecas-nav-body em.pick-arrow {
    position: absolute;
    top: 15px;
    right: 8px;
    display: block;
    border: 5px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ecas-nav .ecas-nav-body ul {
    padding: 0;
    margin: 0;
}

.ecas-nav .ecas-nav-body ul li {
    list-style: none;
    padding: 5px 0;
    height: auto;
    position: relative;
}

.ecas-nav .ecas-nav-body ul li label {
    width: 25%;
    height: 100%;
    /*font-weight: inherit;*/
}

.ecas-nav .ecas-nav-body ul li > span {
    width: 75%;
    float: right;
}

.ecas-nav .ecas-nav-body ul li span > input {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    color: #666;
    outline: none;
}

.ecas-nav .ecas-nav-body ul li.date select {
    margin-right: 7.5px;
    border: none;
    outline: none;
    border-bottom: 1px solid #e2e2e2;
}

.ecas-nav .ecas-nav-body ul li.date select:last-child {
    margin-right: 0;
}

.ecas-nav .ecas-nav-body ul li.date > span > span {
	display: inline-block;
    width: 43%;
}

.ecas-nav .ecas-nav-body ul li.date > span > span > input {
    width: 100% !important;
}

.ecas-nav .ecas-nav-body ul li.date i {
    font-style: normal;
    display: inline-block;
    width: 10%;
    text-align: center;
}

.ecas-btn-search {
    text-align: center;
    position: relative;
    margin-bottom: 16px;
}

.ecas-btn-search a {
    text-decoration: none;
    color: #c7121d;
    font-size: 14px;
    margin-left: 40px;
}

.ecas-btn-search a:hover {
    text-decoration: underline;
}

.ecas-nav .obtn .searchInfo li {
    float: left;
}

.ecas-nav .TiaoJian {
    height: 78px;
    padding: 0 20px 0 40px;
    margin-top: 20px;
}

.ecas-nav .TiaoJian label {
    float: left;
    width: 20%;
    font-weight: inherit;
}

.ecas-nav .TiaoJian ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 80%;
}

.ecas-nav .TiaoJian ul li {
    display: inline-block;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 4px;
    margin-bottom: 10px;
}

.ecas-nav .TiaoJian ul li span {
    color: #c7121d;
}

.ecas-nav .TiaoJian ul li em {
    font-style: normal;
    color: #c7121d;
    margin-left: 5px;
    cursor: pointer;
}

.ecas-nav .TiaoJian ul li:last-child {
    border: none;
    color: #999999;
    cursor: pointer;
}

.ecas-nav-result-count {
	margin-top: 10px;
	margin-left: 16px;
	width: 318px;
	height: 30px;
	background-color: #FFECEB;
	text-align: center;
	line-height: 30px;
}

.ecas-nav-result-count span {
	 font-size: 12px;
}

.ecas-nav .news {
	position: absolute;
	top: 100px;
	left: 0px;
	bottom: 16px;
	width: 100%;
    padding: 0 16px 0 16px;
    overflow-y: auto;
}

.ecas-nav .news ul {
    margin: 0;
    padding: 0;
}

.ecas-nav .news ul li {
    list-style: none;
    width: 100%;
    height: 72px;
    padding-left: 2px;
    border-bottom: 1px solid #e2e2e2;
}

.ecas-nav .news ul li a {
    text-decoration: none;
    color: #333;
}

.ecas-nav .news ul li:hover a {
    color: #c7121d;
}

.ecas-nav .news ul li h5 {
    color: #999999;
}

.ecas-nav .news ul li i {
    display: inline-block;
    width: 20%;
    float: left;
}

.ecas-nav .news ul li i img {
    width: 100%;
    height: 55px;
}

.ecas-nav .news ul li span {
    display: inline-block;
    width: 100%;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ecas-nav .abtn {
    text-align: center;
    margin-top: 20px;
    margin-top: 7px;
}

.ecas-panel {
    position: fixed;
    display: block;
    top: 66px;
    bottom: 0px;
    left: 0;
    width: 352px;
    right: auto;
    transition: left .2s ease-in-out;
}

.ecas-panel.on {
    left: -402px;
}

.ecas-content {
    position: relative;
    margin-top: 0;
    top: 66px;
    height: calc(100vh - 66px);
    margin-left: 352px;
    transition: margin-left .2s ease-in-out;
}

.ecas-content.on {
    margin-left: 0;
}

.ecas-content.embed {
    top: 0px;
    margin-left: 0;
    height: 100%;
}

.ecas-leftpanel-control {
    position: absolute;
    top: 60px;
    right: -30px;
    z-index: 99;
    width: 30px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

.ecas-leftpanel-control {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
    z-index: 99;
    width: 30px;
    height: 66px;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    background: url(../img/right.png) no-repeat;
    background-color: #F5F5F5;
    background-position: 50%;
}

.ecas-leftpanel-control.active {
    background: url(../img/left.png) no-repeat;
    background-color: #F5F5F5;
    background-position: 50%;
}

.ecas-content em.Tu {
    display: block;
    width: 100%;
    height: 100%;
}

.ecas-content em.Tu img {
    width: 100%;
    height: 100%;
}

.ecas-content .colse {
    position: absolute;
    top: -35px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ecas-content .colse img {
    width: 100%;
    height: 100%;
}

.historyLIst {
    display: none;
    margin-left: 20%;
    position: absolute;
    top: 40px;
    z-index: 99;
    width: 80%;
    height: auto;
    background: #FFFFFF;
    padding: 4px 10px;
    box-shadow: 0px 10px 20px 0px rgba(199, 199, 199, 1);
}

.historyLIst ul {
    max-height: 200px;
    overflow-y: auto;
}

.historyLIst ul li {
    padding: 5px 0;
    cursor: pointer;
}

.historyLIst ul li:hover {
    color: #c8121e;
}

.ecas-popup-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
    width: 40%;
    height: auto;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 4px;
    display: none;
}

.ecas-popup-window .clearValue {
    position: absolute;
    right: 30px;
    top: 17px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
    background: url(../img/close.png) no-repeat;
    background-size: 100% auto;
}

.ecas-popup-window ul {
    padding: 0;
    margin: 0;
}

.ecas-popup-window ul li {
    list-style: none;
    padding: 12px 0;
    height: auto;
    position: relative;
}

.ecas-popup-window ul li > span {
    width: 75%;
    float: right;
    padding: 0px 0px 0px 5px;
}

.ecas-popup-window ul li label {
    width: 25%;
    height: 100%;
    font-weight: bold;
}

.ecas-popup-window ul li.date > span > span {
	display: inline-block;
    width: 43%;
}

.ecas-popup-window ul li.date > span > span > input {
    width: 100% !important;
}

.ecas-popup-window ul li input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    color: #666666;
    outline: none;
    padding: 5px 0px 5px 5px;
    border-bottom: 1px solid #e2e2e2;
}

.ecas-popup-window ul li.date select {
    margin-right: 7.5px;
    border: none;
    outline: none;
    border-bottom: 1px solid #e2e2e2;
}

.ecas-popup-window ul li.date select:last-child {
    margin-right: 0;
}

.ecas-popup-window ul li.date i {
    font-style: normal;
    display: inline-block;
    width: 10%;
    text-align: center;
}


.ecas-popup-window .city-picker-span.focus, .ecas-popup-window .city-picker-span.open {
    border-bottom-color: #e2e2e2;
}

.ecas-popup-window em.pick-arrow {
    position: absolute;
    top: 23px;
    right: 8px;
    display: block;
    border: 5px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.clear {
    clear: both
}

.ecas-popup-window .cbtn {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0 10px 0;
}

.ecas-popup-window .cbtn button {
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    padding: 3px 40px;
    outline: none;
}

.ecas-popup-window .cbtn button:hover {
    color: #c7121d;
    border-color: #c7121d;
    background: #f9e7e7;
}

.ecas-popup-window .cbtn a {
    text-decoration: none;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    padding: 3px 40px;
    color: #333;
    outline: none;
}

.ecas-popup-window .cbtn a:hover {
    color: #c7121d;
    border-color: #c7121d;
    background: #f9e7e7;
}

.ecas-popup-window .tbtn {
    margin: 20px 0 0 0;
    text-align: center;
}

.newsGd .news {
    padding: 30px 16px 0 16px;
}

.newsGd .news ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.newsGd .news ul li {
    list-style: none;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e2e2e2;
}

.newsGd .news ul li span {
    box-sizing: border-box;
}

.newsGd .news ul li:last-child {
    border: none;
}

.newsGd .news ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    width: 100%;
    padding: 10px 0 10px 0;
}

.newsGd .news ul li:hover a {
    background-color: #e2e2e2;
}

.newsGd .news ul li .date {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #999999;
}

.newsGd .news ul li .picture {
	float: left;
    width: 90px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #d7d7d7;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.newsGd .news ul li img {
	border: 0px;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.newsGd .news ul li .text {
	display: block;
    /* padding-left: 94px; */
    height: 60px;
}

.newsGd .news ul li .text > span:nth-child(1) {
	display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.newsGd .news ul li .text > span:nth-child(2) {
	/* display: block;
    width: 100%;
    height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 12px;
    color: #333; */
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #666;
}

.newsGd .news .abtn {
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

.newsGd .news .abtn a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    color: #000000;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.newsGd .news .abtn a.active {
    background: #c7121d;
}

.ecas-content .News {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    width: 40%;
    height: auto;
    background: #FFFFFF;
    border-radius: 4px;
    display: none;
    padding: 21px 0;
}

.ecas-content .News h5 {
    margin: 0;
    padding: 20px;
    font-weight: bold;
    background: #222222;
    color: #FFFFFF;
}

.ecas-content .News ul {
    margin: 0;
    padding: 0 20px 20px 20px;
    margin-top: 15px;
    height: 360px;
    overflow-y: auto;
}

.ecas-content .News ul li {
    list-style: none;
    height: auto;
    position: relative;
    padding: 5px 0;
}

.ecas-content .News ul li label {
    font-weight: inherit;
    min-width: 100px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ecas-content .News ul li .right {
    /*width: 100%;*/
    padding-left: 100px;
    word-wrap: break-word;
}

.img-large .right {
    padding-left: 20px !important;
}

.ecas-content .News ul li .right .slide-item {
    width: 100px;
    height: 70px;
    /*margin-right: 10px;*/
}

.ecas-content .News ul li .right .slide-item img {
    width: 100%;
    height: 100%;
}

.ecas-content .News ul li .right .slide-item video {
    width: 100%;
    height: 100%;
}

/*.ecas-content .News ul li .right .slide-item .Xq{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222;
	color: #a2a2a2;
	z-index: 999;
}*/
.ecas-content .News ul li .WenJian a:nth-child(1) {
    color: #333333;
    text-decoration: underline;
}

.ecas-content .News ul li .WenJian p {
    margin: 5px 0;
    background: #F5F5F5;
    padding: 5px;
    font-size: 12px;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.thumbnail-active {
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}

.thumbnail-inactive {
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}

.outer {
    border: solid 1px #FFFFFF;
}

::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #DDDDDD;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 0;
    background: #FFFFFF;
}

.city-abc {
    position: absolute;
    top: 50px;
    background: #fff;
    border: 1px #ccc solid;
    width: 78%;
    right: 8px;
    z-index: 20;
}

.city-abc .city-aba-box {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px #ccc solid;
}

.city-abc .city-aba-box a {
    padding: 2px 5px;
    text-decoration: none;
    font-size: 14px;
    color: inherit;
}

.city-abc .city-aba-box a:hover {
    color: #f00;
}

.city-abc .city-aba-box a.active {
    color: #f00;

}

.city-abc .city-cont {
    padding: 0 15px;
    height: 200px;
    overflow-y: auto;
}

.city-abc .city-cont ul {
    height: auto;
    overflow: hidden
}

.city-abc .city-cont ul li {
    height: auto;

    overflow: hidden;
    padding: 15px 0 0 0;
}

.city-abc .city-cont ul li label {
    height: auto;
    overflow: hidden;
    width: 20%;
    display: inline-block;
}

.city-abc .city-cont ul li .cityList {
    height: auto;
    overflow: hidden;
    float: right;
    width: 78%;
    display: inline-block;
}

.city-abc .city-cont ul li .cityList span {
    padding: 2px 5px;
    margin-right: 5px;
    cursor: pointer;
}

.city-abc .city-cont ul li .cityList span:hover {
    color: #f00;
}

.city-abc .city-cont ul li .cityList span.active {
    color: #fff;
    background: #f00;
}

.gm-style-iw {
    left: 0 !important;
    top: 0 !important;
    background: #fff;
}

.gm-style-iw ~ div {
    display: none !important;

}

.gm-style-iw > div {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.gm-style-iw > div > div {
    overflow: hidden !important;
}

.gm-ui-hover-effect {
    top: -24px !important;
    right: -19px !important;
    border-radius: 50% !important;
    background: #555 !important;
    color: #fff !important;
    width: 24px !important;
    height: 24px !important;
    text-align: center;
    line-height: 24px;
}

.gm-ui-hover-effect img {
    margin: 0 auto !important;
    display: inline-block;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
}

.timeInput {
    width: 35% !important;
    display: inline-block !important;
    float: none !important;
}

.layui-layer-iframe .layui-layer-content {
    height: 491px;
}

.layui-layer-iframe .layui-layer-content iframe {
    height: 100%;
}

.layui-layer-setwin a.layui-layer-min, .layui-layer-setwin a.layui-layer-max {
    display: none !important;
}

.newsGd {
    height: 490px !important;
}

.newsGd .news ul {
    width: 100%;
    height: 460px;
    overflow: hidden;
    overflow-y: auto;
}

.ecas-map-overlay-tip {
    width: auto;
    padding: 10px;
}

.ecas-map-overlay-tip span {
	display: inline-block;
}

.ecas-map-overlay-tip span:nth-child(2) {
	margin-left: 5px;
	cursor: pointer;
}

.ecas-map-overlay-tip span img {
	width: 16px!important;
	height: 16px!important;
}

.ecas-dialog-map {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ecas-dialog-map-close {
	display: inline-block;
    position: absolute;
    top: 0px;
    right: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ecas-dialog-map-content {
	position: relative;
    padding: 16px 16px 0px 16px;
    margin-bottom: 16px;
    width :100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.ecas-dialog {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ecas-dialog-marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.ecas-dialog-window {
    width: 50%;
    min-width: 800px;
    height: 70%;
    min-height: 600px;
    position: absolute;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 5px;
}

.ecas-dialog-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
}

.ecas-dialog-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background: url(../js/layer/theme/default/icon.png) no-repeat;
    cursor: pointer;
    background-position: -149px -31px;
}

.ecas-dialog-content {
    position: absolute;
    top: 48px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
}

.ecas-dialog-content iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ecas-dialog-title {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: 100%;
    background: #555555;
    color: #fff;
    margin: 0 !important;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  	border-radius: 5px 5px 0 0;
}

.ecas-detail-row {
	float: left;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
}

.ecas-detail-row label {
    float: left;
    width: 30%;
    word-break: keep-all;
}

.ecas-detail-row span {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.ecas-detail-row span.nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ecas-detail-row-content {
    float: right;
    width: 70%;
}

.ecas-detail-row-content pre {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: inherit;
    border-radius: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: inherit;
    font-family: inherit;
}

.ecas-detail-row img {
    max-width: 100% !important;
}

.ecas-detail-imglist {
    float: left;
}

.ecas-detail-imglist > span {
    float: left;
    width: 33.3%;
    height: 200px;
    padding: 2px;
    cursor: pointer;
    overflow: hidden;
}

.ecas-detail-imglist > span a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
}

.ecas-detail-imglist > span img {
	border: 0px;
    width:100%;
    height:100%;
    object-fit: cover;
}

.ecas-detail-videolist {
    float: left;
}

.ecas-detail-videolist > span {
    float: left;
    width: 100%;
    height: 400px;
    padding: 2px;
    cursor: pointer;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.accidentColor:hover {
    color: #c7121d;
}

.ecas-footer-accident {
	position: absolute;
	bottom: 22px;
	right: 60px;
	height: auto;
	overflow: hidden;
	padding: 16px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: auto;
}

.ecas-footer-accident ul {
	padding: 0;
	margin: 0;
	width: auto;
}

.ecas-footer-accident ul li {
	list-style: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 12px;
}

.ecas-footer-accident ul li span {
	display: inline-block;
	color: #333;
	font-size: 12px;
}

.ecas-footer-accident ul li span:nth-child(1) {
	margin-right: 8px;
}

.ecas-footer-accident ul li img {
	width: 14px;
	height: 14px;
	border: 0px;
	margin-top: -3px;
	vertical-align: middle;
}

.ecas-help {
	position: absolute;
	top: 10px;
	right: 60px;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: auto;
	max-width: 234px;
}

.ecas-help-title {
	display: block;
	padding: 16px;
	pointer-events: none;
}

.ecas-help-content {
	display: none;
	padding: 16px;
	pointer-events: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}