<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0; }
.accident-query{margin-left: -2px;}
.accident-query a img{margin-top: -2px}
#mask_shadow {
    display: none;
    opacity: 0;
    position: fixed;
    z-index:100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.not-accident {
    opacity: 0;
    position: fixed;
    z-index:100001;
    top: 150px;
    width: 530px;
    height:300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.not-accident .title {
    position: relative;
    width: 100%;
    height: 55px;
    background-color:#3a88d8;
    cursor: move;
    background-image:url(/images/cardetail/bolang.png);
    background-repeat: no-repeat;
    background-position:158px center;
    z-index:100002;
}
.not-accident .title p {
    padding-left: 14px;
    line-height:56px;
    color: #fff;
    text-align: center;
    font-size: 28px
}
.not-accident .title span {
    position: absolute;
    top:8px;
    right: 20px;
    width: 30px;
    height:60px;
    color: #fff;
    opacity: .2;
    font-size:26px;
    cursor: pointer;
    text-align: center;
    z-index:100002;
}
.not-accident .title span:hover {
    opacity:1.0;
}
.not-accident .cont { width: 100%; height:250px; background-color: #EDEDED;padding-top:10px;font-size: 16px;line-height: 26px;padding-bottom:50px;color: #000}
.not-accident .cont p{padding: 0 34px}
.not-accident .btn_clic{display: block;border: none;width: 260px;line-height:50px;background-color: #3a88d8;color: #fff;font-size: 18px;padding-left:42px;background-image:url(/images/cardetail/click.png);background-position: 15px center;background-repeat: no-repeat;border-radius: 10px;margin-top: 10px;margin-left: 34px;font-family: "å¾®è½¯é›…é»‘";margin: 0 auto ;padding-right: 10px;margin-top: -15px}</pre></body></html>