﻿
/* 关键词数量的左右滚动样式*/
.slider {
    width: 100px;
    display: inline-block;
    padding: 0 6px;
}

    .slider div {
        background: #8FBF0B;
        border: none;
        height: 0.5em;
        /*margin-top: 0.5em*/
    }

        .slider div .ui-slider-handle {
            background: #F4F3F1;
            width: 1em;
            height: 1em;
            border-radius: 1em
        }

.val {
    width: 30px;
    display: inline-block;
}

    .val input {
        border: none;
        border-bottom: 1px solid #ABADA8;
        background: none;
        padding: 0.1em 0em;
        color: #E4531C;
        font-weight: bold;
        font-size: 1em;
        width: 2em;
        text-align: center;
        /*height:20px;*/
    }

/*自定义关键词*/
.on_changesE, .on_changesC {
    position: absolute;
    list-style: none;
    background: #FFF;
    border: 1px solid #000;
    display: none;
    padding: 3px;
    height: 200px;
    overflow-y: scroll;
    z-index: 999;
}

    .on_changesE li, .on_changesC li {
        margin: 0px;
        padding: 3px;
        font-size: 12px;
        line-height: 19px;
        text-align: left;
    }

        .on_changesE li:hover, .on_changesC li:hover {
            color: white;
            background-color: #6495ED;
            cursor: pointer;
        }
/*三张图片的导航栏*/
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}


/*三种图片的互相切换，垂直选项卡*/
.tab {
    float: left;
    /*border: 1px solid #ccc;
            background-color: #f1f1f1;*/
    width: 40px;
    /* height: 300px;*/
    text-align: center;
}

    /* Style the buttons inside the tab */
    .tab .tablinks {
        display: block;
        background-color: inherit;
        color: #777777;
        padding: 13px 13px;
        width: 100%;
        /* border: none;*/
        outline: none;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        font-size: 12px;
        border-right: 1px #C9CACA solid;
        line-height: 12px;
        font-weight: 600;
    }

        /* Change background color of buttons on hover */
        .tab .tablinks:hover {
            background-color: #ddd;
            color: #6495ED;
            border-radius: 8px 0px 0px 8px;
            border: 1px #C9CACA solid;
            border-right: none;
        }

        /* Create an active/current "tab button" class */
        .tab .tablinks.active {
            /*background-color: #ccc;*/
            border: 1px #C9CACA solid;
            border-right: none;
            color: #6495ED;
            border-radius: 8px 0px 0px 8px;
            background-color: #ddd;
        }
.tabcontent {
    /*float: left;
            padding: 0px 12px;*/
    margin-left: 40px;
    border: 1px #C9CACA solid;
    /*width: 70%;*/
    border-left: none;
    /*height: 300px;*/
    /* background-image: url(/image/hotanalysis/download.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 74px;*/
}
.downloadPic {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
    .downloadPic .picclass {
        width: 74px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 100;
    }
    .downloadPic .bottomDiv {
        background-image: url(/image/hotanalysis/downloadtip.png);
        background-repeat: no-repeat;
        background-size: auto;
        width: 195px;
        height: 62px;
        z-index: 101;
        position: relative;
        margin-right: 17px;
        margin-bottom: -34px;
        padding-top: 17px;
        padding-left: 17px;
    }
    .downloadPic .leftBottom {
        border: 1px #6495ED solid;
        cursor: pointer;
        color: #6495ED;
        display: inline-block;
        width: 69px;
        margin-right: 7px;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        line-height: 25px;
        border-radius: 5px;
    }
    .downloadPic .rightBottom {
        border: 1px #6495ED solid;
        cursor: pointer;
        color: #6495ED;
        display: inline-block;
        width: 69px;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        line-height: 25px;
        border-radius: 5px;
    }
    .downloadPic .selectBottom {
        color: #ffffff;
        background-color: #6495ED;
    }

.inputDiv {
    width: 100%;
    min-height: 30px;
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    outline: 0;
    border: 1px solid #a0b3d6;
    font-size: 10px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 4px;
    background-color:#ffffff;
}

.centerImg {
    background-image: url(/image/hotanalysis/centerLine.png);
    background-repeat: no-repeat;
    background-position: right,center;
    padding: 10px 0px 10px 20px;
}

.compareDiv {
    position: absolute;
    right: 36px;
    width: 65px;
    top: 25px;
    line-height: 20px;
    cursor: pointer;
    padding: 0 7px;
    z-index: 500
}
.compareDivOrig {
    border: 1px #C9CACA solid;
    color:black;
}
.compareDivOver {
    border: 1px #6495ED solid;
    color: #6495ED;
}
.showtips {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    z-index:1000;
}
.reportButtom, .reportCompButtom {
    position: absolute;
    padding-top: 6px;
    z-index: 100;
    bottom: 1px;
    right: 67px;
}

.yearSPC {
    border: 1px solid #fff;
    border-radius: 2.5px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    margin-right: 20px;
    cursor: pointer;
}
.yearSPE {
    border: 1px solid #fff;
    border-radius: 2.5px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    margin-right: 20px;
    cursor: pointer;
}
.yearSelect {
    border: 1px solid #6495ed;
    color: #6495ed;
}
.selectwidth {
    width: 100px;
    height: 32px;
}
.mapdiv {
    width: 100%;
    box-shadow: 0px 0px 15px #c3d0e8;
}
    .mapdiv .head {
        width: 100%;
        height: 54px;
        line-height: 54px;
        background: #6495ed;
    }
.head > div {
    width: 156px;
    position: relative;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06px;
    cursor: pointer;
}
.head .divs {
    height: 32px;
    line-height: 32px;
    border-right: 1px solid;
    margin: 10px -1px;
    padding: 0 12px;
}
.head .selectdiv {
    background: #5081DA;
}
.head .bidui {
    border-right: 0;
    text-align: right;
    padding-right: 20px;
}
.head img {
    width: 21px;
    padding-right: 3px;
}
.mapdiv .content {
    /*height: 530px;*/
    background: #fff;
    padding: 10px;
}

.keyShip {
    position: relative;
}
.ekeyShip {
    position: relative;
}
.tsShipKey {
    background-color: #eeeeef;
    color: #000000;
    border: 1px #6495ED solid;
    border-radius: 4px;
    position: absolute;
    font-family: SimHei, SimHei-Regular;
    font-weight: 400;
    text-align: center;
    width: 90px;
    height: 31px;
    top: 16px;
    padding-top: 6px;
    z-index: 100;
    right: -10px;
    cursor: pointer;
}
.tsShipKeySelect {
    background-color: #6495ED;
    color: #ffffff;
}
.typepicdiv {
    flex-grow: 1 !important;
}
.typebox {
    width: 350px;
    /*border: 1px solid #a9b5e8;*/
}
    /*.typebox > div {
        display: flex;
        align-items: center;
        padding: 3px 0;
    }*/
    .typebox span {
        display: block;
        width: 30px;
        height: 15px;
        margin: 0 5px;
        background-color: #4f3ead;
    }
.typebanner {
    line-height: 24px;
    border-left: 3px solid;
    min-width: 120px;
    height: 75px;
    padding-left: 5px;
    margin-left: 20px;
}
    .typebanner div {
        font-weight:700;
    }
    .areabox {
        line-height: 24px;
        height: 100px;
        overflow-y: auto;
        display: flex;
        /*
    flex-direction: column;
    width: 143px;
    border: 1px solid #ebebeb;
    height: 647px;*/
    }
    .areabox .area {
        background: #f0f2f8;
        border: 1px solid #a9b5e8;
        padding: 0 5px;
        text-align: center;
    }
    .areabox .num {
        padding: 0 5px;
        text-align: center;
    }
.ditudiv {
    height: calc(100% - 100px);
}
.areabox span {
    display: flex;
    width: 50%;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}
    .areabox .areadata {
        /*flex: 1;*/
        overflow: auto;
        height: 647px;
    }
.areadata div {
    display: flex;
    border-top: 1px solid #ebebeb;
}
.lxqstitle {
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}