﻿@charset "UTF-8";
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}

/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,
img {
    border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
    list-style: none;
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
    quotes: none;
}

    /* 重置嵌套引用的引号类型 */
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

/* 重置嵌套引用*/
input,
select,
textarea,
button {
    vertical-align: middle;
    outline: medium none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}

caption {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

img {
    vertical-align: middle;
}

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
::selection {
    color: #fff;
    background-color: #4C6E78;
}

::-moz-selection {
    color: #fff;
    background-color: #4C6E78;
}

/*清除浮动*/
.clear {
    clear: both;
}

/*清除浮动--推荐使用*/
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

/* 根字体大小 */
html {
    font-size: 100px;
}

/* 重置页面文字属性 */
body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #666;
}

/* 重置body 页面背景为白色 */
body {
    background: #fff;
    text-align: center;
}

html,
body {
    height: 100%;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
        outline: none;
    }

    a:active {
        color: #000;
        text-decoration: none;
        outline: none;
    }

.hide {
    display: none;
}

.gray {
    background: #999999 !important;
}

.overyhide {
    overflow-y: hidden !important;
}

/*样式重置结束*/
/* 高度和行高一致 */
/* 根字体大小 */
html {
    font-size: 100px;
}

body {
    background: #fff;
}

#baseAlert {
    height: .8rem;
    line-height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    font-size: 0.32rem;
    z-index: 99999;
}

#indexPage {
    text-align: center;
}

    #indexPage #select {
        height: .8rem;
        width: 6rem;
        border: 1px solid #e8e8e8;
        margin: 2rem 0 0.3rem;
        font-size: .28rem;
        border-radius: 0;
        padding: 0 .3rem;
        box-sizing: border-box;
    }

    #indexPage #carcode {
        height: .8rem;
        width: 6rem;
        border: 1px solid #e8e8e8;
        margin: .1rem auto;
        padding: 0 .3rem;
        box-sizing: border-box;
    }

    #indexPage #search {
        height: .8rem;
        line-height: .8rem;
        text-align: center;
        background: #F56C6C;
        margin: .1rem auto;
        color: #fff;
        width: 6rem;
        border-radius: 3px;
        font-size: .32rem;
    }

#diagramPage {
    width: 100%;
    overflow: hidden;
}

    #diagramPage .fiexdBox {
        height: 2.3rem;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }

        #diagramPage .fiexdBox .topBox {
            height: .6rem;
            line-height: .6rem;
            background: #f5f5f5;
            font-size: .18rem;
        }

        #diagramPage .fiexdBox .carInfo {
            height: 1.8rem;
            padding: .3rem;
            position: relative;
            border-bottom: 1px solid #f5f5f5;
            box-sizing: border-box;
        }

            #diagramPage .fiexdBox .carInfo img {
                height: 1.2rem;
                width: 1.8rem;
                position: absolute;
                left: .3rem;
                top: .3rem;
            }

            #diagramPage .fiexdBox .carInfo p {
                margin-left: 2.1rem;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-top: .25rem;
            }

        #diagramPage .fiexdBox .scrollCarInfo {
            overflow-x: auto;
            height: .8rem;
            line-height: .8rem;
            white-space: nowrap;
            background-color: #f5f5f5;
        }

            #diagramPage .fiexdBox .scrollCarInfo li {
                display: inline;
                padding: .15rem 0;
                margin: 0 0 0 .3rem;
                font-size: .28rem;
            }

                #diagramPage .fiexdBox .scrollCarInfo li.active {
                    border-bottom: 2px solid #409EFF;
                    color: #409EFF;
                }

    #diagramPage .blank {
        height: 3.2rem;
        background: #f5f5f5;
    }

    #diagramPage .contBox {
        background: #f5f5f5;
        padding: .3rem;
    }

        #diagramPage .contBox .diagramTitle {
            font-size: .24rem;
            text-align: left;
            height: .6rem;
            line-height: .6rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #diagramPage .contBox li {
            margin-bottom: .3rem;
            position: relative;
        }

            #diagramPage .contBox li .diagramImg {
                width: 100%;
                height: 3rem;
                border: 1px solid #e8e8e8;
                background: white;
                /*background: url(images/epc-none.png) no-repeat no-repeat;*/
            }

.epc-marker {
    background: url(images/epc-none.png) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -3rem;
}


#diagramPage .contBox li .diagramImg img {
    height: 100%;
}

            #diagramPage .contBox li .rightIcon {
                width: .6rem;
                height: .6rem;
                background: url("../images/right.png") no-repeat;
                background-size: 100% 100%;
                bottom: 1.2rem;
                right: .3rem;
                position: absolute;
            }

#infoPage {
    background: #f5f5f5;
}

    #infoPage .topImg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        /*height: 4rem;*/
    }

    #infoPage .blank {
        height: 4rem;
    }

    #infoPage li {
        /*height: 1.5rem;*/
        padding: 0 .3rem;
        border-top: 1px solid #e8e8e8;
        background: #fff;
        position: relative;
        font-size: .18rem;
    }

        #infoPage li p {
            /*height: .4rem;*/
            line-height: .4rem;
            text-align: left;
        }

        #infoPage li .oneP {
            color: gray;
            padding-top: .15rem;
        }

            #infoPage li .oneP span {
                color: #fff;
                background: #409EFF;
                border-radius: .3rem;
                padding: 0 .1rem;
                margin-left: .2rem;
            }

        #infoPage li .twoP {
            color: #000;
        }

        #infoPage li .threeP {
            color: #409EFF;
        }

        #infoPage li img {
            width: .3rem;
            height: .3rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: .3rem;
        }

.car-info {
    background: white;
    padding: 10px 10px 0 10px;
}

    .car-info table {
        border-collapse: collapse;
        width: 100%;
    }

    .car-info td, .car-info th {
        border-collapse: collapse;
        border: solid 1px #EAEAEA;
        min-height: 30px;
        line-height: 20px;
        height: 30px;
    }

    .car-info th {
        height: 15px;
        padding: 0px;
        padding-left: 15px;
        width: 30%;
        font-weight: normal;
        background: #F5F5F5;
        color: #9E9E9E
    }

    .car-info td {
        padding-left: 30px;
        color: #333333;
    }
