﻿body {
    /*touch-action:none;*/
}

* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

.nav {
    width: 100%;
    height: 100%;
}

/*导航*/
.nav-header {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    height: 46px;
}
/*内容*/
.nav-content {
    position: absolute;
    top: 46px;
    bottom: 0px;
    width: 100%;
/*    height: 100%;
*/}

/*底部*/
.nav-root {
    /*position: fixed;
    left: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    bottom: 0;
    background: blue*/
}

/*救援费用合计*/
.nav-total {
    display: flex;
    font-size: 14px;
    padding: 0px 12px 0px 12px;
    /*color: #888888;*/
}
.nav-total-la div {
    height: 12px;
    line-height: 12px;
    margin-bottom: 1px;
}
.nav-total-la_12 {
    width: 12%;
}
.nav-total-la_13 {
    width: 13%;
}
.nav-total-la_29 {
    width: 29%;
}
.nav-total-la_44 {
    width: 44%;
}
.nav-total-la_50 {
    width: 50%;
}

/*刷新浮动*/
.refresh-float {
    position: fixed;
    /*bottom: 10%;
            right: 8%;*/
    bottom: 50px;
    right: 15px;
    z-index: 20;
    background: #fafafa;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    box-shadow: 2px 2px 2px #888888;
    opacity: 0.7;
}

.m-break {
    display: block;
    font-size: 40px;
    margin: -20px 0px 0px -11px;
}

/*搜索*/
.hunt-for {
    background-color: white;
    border-radius: 10px;
    padding: 2px 6px 2px 6px;
}

    .hunt-for span {
        color: #ccc;
        font-size: 14px;
    }

/*预览图片*/
.ctp_img_hd {
    position: fixed;
    z-index: 2;
    top: 46px;
    right: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: white;
}
.ctp_img_bd {
    position: absolute;
    top: 35px;
    right: 0px;
    left: 0;
    margin-bottom: 46px;
    width: 100%;
}
.ctp_img_ft {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    height: 46px;
    bottom: 0;
    line-height: 46px;
    background: white;
}
.checkbox_img_left_5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-left: 5px;
}

/*标签*/
.track_content {
    position: fixed;
    top: 50px;
    right: 15px;
    z-index: 888;
    background: #fafafa;
    /*width: 20px;*/
    height: 20px;
    /*box-shadow: 2px 2px 2px #888888;
    opacity: 0.7;*/
}

    .track_content span {
        display: block;
    }

/*功能*/
.track_play {
    position: fixed;
    top: 80px;
    right: 15px;
    z-index: 888;
    background: #fafafa;
    width: 20px;
    height: 80px;
    box-shadow: 2px 2px 2px #888888;
    /*opacity: 0.7;*/
}

.track_play {
    position: fixed;
    top: 80px;
    right: 15px;
    z-index: 888;
    background: #fafafa;
    width: 25px;
    height: 90px;
    box-shadow: 2px 2px 2px #888888;
    opacity: 0.7;
}

    .track_play a {
        width: 25px;
        height: 25px;
        display: inline-block;
        background-size: contain;
        /*background-color: #177ce3;
                background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);*/
    }

        .track_play a:first-child {
            background-image: url('/Content/img/1178409.png');
        }

        .track_play a:nth-child(2) {
            background-image: url('/Content/img/1222643.png');
        }

        .track_play a:nth-child(3) {
            background-image: url('/Content/img/1194522.png');
        }

/*列表*/
.collapse li {
    background-color: rgb(216, 216, 216);
    border-radius: 2px;
    cursor: pointer;
    margin: 2px 0;
}

.detailcard {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff80;
    background-clip: border-box;
    border-width: 0;
    border-radius: 0.4rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    position: fixed;
    top: 3rem;
    right: 1rem;
    left: 1rem;
    flex: 1 1 auto;
    z-index:20;
}

.desk {
    display: flex;
    flex-direction: column;
    /*margin: 5px, 5px, 5px, 5px;*/
    margin: 0 auto;
    width: 92%;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff80;
    background-clip: border-box;
    border-width: 0;
    border-radius: 0.1rem;
    box-shadow: 0 2px 2px 0 rgba(224, 243, 236, 0.5);
    position: fixed;
    top: 60px;
    right: 1rem;
    left: 1rem;
    flex: 0 0 auto;
}

/*滚动隐藏*/
.scroll {
    max-height: 300px; /*必须设定滚动部分的高度*/
    overflow-x: hidden; /*x轴禁止滚动*/
    overflow-y: scroll; /*y轴滚动*/
}

    .scroll::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }

/*错误界面*/
.error-404 {
    /*background-color: #EDEDF0;*/
    text-align: center;
}
.module-error {
    margin-top: 150px
}
    .module-error .error-main {
        /*margin: 0 auto;
        width: 420px*/
    }
    .module-error .label {
        margin: 0 auto;
        /*float: left;*/
        width: 180px;
        height: 171px;
        background: url('/images/error2.png') 0 0 no-repeat;
        background-size:cover;
    }
    .module-error .info {
        margin-left: 70px;
        margin-right: 70px;
        line-height: 1.8;
    }
    .module-error .title {
        color: #666;
        font-size: 14px
    }
    .module-error .reason {
        margin: 8px 0 18px 0;
        color: #666
    }
    .module-error .oper {
        margin-top: 5px;
        line-height: 20px;
    }
        .module-error .oper p {
            margin: 10px;
        }
        .module-error .oper a {
            margin: 0 auto;
            display: block;
            padding: 5px;
            font-size: 12px;
            width: 60px;
            height: 20px;
            color: white;
            background-color: #4e6ef2;
            border-radius: 3px;
        }


/*百度地图*/
#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 5px, 5px, 5px, 5px;
    font-family: "微软雅黑";
}

.maps_search {
    width: 100%;
    height: 46px;
    background-color: #07c160;
}

    .maps_search .maps_suggest {
        position: absolute;
        width: 85%;
        height: 40px;
        line-height: 40px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-left: 12px;
        text-align: center;
        border-radius: 8px;
        border: 0px solid #ebebeb;
        background-color: #ebebeb;
    }

        .maps_search .maps_suggest input {
            width: 95%;
            height: 40px;
            outline: none;
            border: 0px solid #ebebeb;
            background-color: #ebebeb;
        }

            .maps_search .maps_suggest input::-webkit-input-placeholder {
                text-align: center;
            }
    .maps_search .maps-cancel {
        width: 35px;
        float: right;
        line-height: 46px;
        color: black;
    }
    .maps_search .searchResultPanel {
        display: none;
        width: 150px;
        height: auto;
        border: 1px solid #C0C0C0;
    }

.maps_searchkey {
    width: 100%;
    height: auto;
}

.tangram-suggestion-main {
    z-index: 3;
}

x {
    background: rebeccapurple;
    margin: 10px;
    width: 100px;
}


/*常用*/
.b-black {
    border: 1px solid red !important;
}
.bradius50 {
    border-radius: 50%;
}