body,
html {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    background: #f6f6f6;
    height: 100%;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

ul,
li,
dl,
dd,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    outline: none;
}

input {
    outline: none;
}

.clearfloat:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.panel-bg {
    background-color: #ffffff;
}

.iconfont {
    vertical-align: -2px;
}


/*ico*/

@font-face {
    font-family: 'iconfont';
    src: ;
    src:  format('embedded-opentype'),
     format('woff'),
     format('truetype'),
     format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/*舆情案例*/

.main2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin: 0 auto;
    /*width: 1200px;*/
    width: 90%;
}


/*搜索框*/

.search2 {
    padding: 85px 20px;
}

.searchbox {
    width: 895px;
    margin: auto;
}

.searchbox input {
    float: left;
    width: 680px;
    height: 48px;
    border: 1px solid #62d186;
    border-right: none;
    padding-left: 20px;
    box-shadow: #62d186 0px 0px 10px 1px;
}

.searchbox button {
    padding: 14.5px 34px;
    color: #ffffff;
    text-align: center;
    background-color: #3eb770;
    border: 1px solid #3eb770;
    border: none;
    cursor: pointer;
}

.searchbox button:hover {
    background-color: #33975c;
}

.searchbox a {
    margin-left: 10px;
    color: #3eb770;
    cursor: pointer;
}

.searchbox a:hover {
    color: #33975c;
}

/*内容部分*/

/*1*/

.searchmain {
    margin-top: 25px;
    padding: 15px 0px;
}

.searchtab {
    margin-bottom: 30px;
    padding: 0px 20px;
}

.grouping {
    color: #020414;
    padding: 10px 0px 20px 0px;
}

.grouping span {
    margin-right: 10px;
    color: #7b7d7f;
    cursor: pointer;
}

.grouping .searchtab-cur {
    color: #3eb770;
}

.factor li {
    float: left;
    padding: 2px 7px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #8d8d8d;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.factor li i {
    color: orange;
    vertical-align: -2px;
    cursor: pointer;
}


/*2*/

.conditionbox {
    padding: 0px 20px;
    height: 50px;
    background: #eaf3fc;
}

.condition-lf {
    float: left;
    line-height: 50px;
    color: #8d8d8d;
}

.condition-lf em {
    color: #3eb770;
    font-style: normal;
}

.condition-rt {
    float: right;
}

.condition-rt p {
    float: left;
    margin-top: 9px;
    padding: 5px 15px;
    background: #ffffff;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.condition-rt p:first-child {
    border-right: none;
}

.condition-rt .condition-cur {
    border: 1px solid #3eb770;
    background: #3eb770;
    color: #fff;
}


/*3*/

.case-list2 {
    margin-top: 20px;
}

.case-list2 li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
}

.case-list2 li a:hover {
    color: #33975c;
}

.case-tit2 {
    color: #585858;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}

.pictextbox2 .picleftbox2 {
    width: 136px;
    height: 90px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 0;
}

.pictextbox2 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s linear 0s;
}

.pictextbox2 .picleftbox2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0s;
}

.pictextbox2 .picleftbox2:hover::after {
    background: transparent;
}

.pictextbox2 .pictext2 {
    overflow: hidden;
}

.pictextbox2 .pictext2 .newzy2 {
    max-height: 38px;
}

.pictextbox2 .pictext2 .zy2 {
    display: block;
    max-height: 60px;
    overflow: hidden;
    color: #888888;
    cursor: pointer;
}

.pictextbox2 .pictext2 .host2 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
}

.pull-left2 {
    float: left !important;
}

.wordbox-list:hover .pull-left2 {
    color: #ffffff;
}

.keyword-new {
    font-size: 13px;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pictextbox2 .pictext2 .host2 {
    line-height: 30px;
    font-size: 12px;
}

.host-box {
    float: left;
}

.host-box a {
    cursor: pointer;
}

.keyword-new i {
    color: #555;
    font-style: normal;
}

.keyword-new span {
    margin-right: 3px;
    color: #b6b6b6;
}

.pull-right2 {
    float: right;
}

.fleibox-1 {
    border: 1px solid #a2abba;
    color: #5b80b5;
}

.fleibox {
    cursor: pointer;
    padding: 1px 2px;
    border: 1px solid #c0c0c0;
    color: #b6b6b6;
    font-size: 11px;
    margin: 0 2px;
    cursor: auto;
}

.fleibox-2 {
    border: 1px solid #c0c0c0;
    color: #b6b6b6;
}

.text-gray2 {
    color: #888;
}

.event-box .event-time2 {
    font-size: 12px;
}

.host-add {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}

.host2 .host-line2 {
    margin-right: 10px;
}

.host-lf {
    float: left;
}

.host-lf i {
    color: #333;
    font-style: normal;
}

.host-rt {
    float: right;
}

.host-t {
    /*position: absolute;*/
    /*right: 33%;*/
    float: left;
}

.host-d {
    color: #3cc457;
    cursor: pointer;
}

.text-danger-color2 {
    color: #54b774;
}

.text-danger-cur {
    color: #3cc457;
}

.pictextbox2 .pictext2 .new-host2 {
    line-height: 26px;
}

/*鼠标经过事件*/

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 2px 10px;
    z-index: 9999;
}

.dropdown-content2 a {
    cursor: pointer;
}

.detailsbox {
    /*width: 1200px;*/
    padding: 20px 20px 30px 20px;
    background: #fff;
    margin: 0 auto;
}

/*案例检索无数据前页面*/

.index-search-details {
    width: 90%;
    padding: 20px 20px 30px 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
}

.details {
    background: #f1f1f1;
    padding: 30px 20px;
}

.details .region,
.details .time2,
.details .classification {
    border-bottom: 1px dashed #ccc;
}

.region .layui-form-select dl dd.layui-this {
    background: #3eb770;
}

.details .layui-form-label {
    width: 50px;
    padding-left: 0;
    padding-right: 7px;
    color: #020414;
}

.time2,
.classification {
    margin-top: 10px;
}

.labelbox {
    margin-top: 30px;
}

.time2 .layui-inline span {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    color: #7b7d7f;
    line-height: 43px;
}


/* 修改时间窗口中的颜色 需要在js中去修改 */

.time-active,
.classification-active {
    color: #3eb770 !important;

}

.layui-inline-time .layui-form-label {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.layui-inline-time,
.layui-inline-time .layui-input-inline {
    margin-right: 0;
}

.region .layui-input-inline {
    width: 240px !important;
}

.classification .layui-block {
    float: left;
    width: 1050px;
}

.classification .layui-block span {
    display: inline-block;
    line-height: 38px;
    margin-right: 20px;
    cursor: pointer;
    color: #7b7d7f;
}

.index-search-details {
    position: relative;
}

.switch-tab {
    width: 30px;
    background: #a6a6a6;
    position: absolute;
    top: 210px;
    left: -50px;
}

.switch-tab .top {
    padding: 10px 2px;
    text-align: center;
}

.switch-tab .bottom {
    padding: 10px 2px;
    text-align: center;
    border-top: 1px solid #ffffff;
}

.switch-tab a {
    color: #ffffff;
    font-size: 16px;
    writing-mode: vertical-lr;
}

.switch-tab a:hover {
    color: #ffffff;
}

.switch-tab .cur {
    background: #54b774;
}

.switch-tab .cur a {
    color: #fff;
}

.labelbox {
    position: relative;
}

.labelbox .show {
    position: absolute;
    top: 45px;
    left: 49px;
    width: 1070px;
    padding: 0 20px 20px 20px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
}

.labelbox .layui-tab-title {
    border-bottom: none
}

.labelbox .layui-tab-title .layui-this {
    color: #3eb770;
}

.labelbox .layui-tab-title .layui-this:after {
    border: none;
}

.labelbox .layui-tab-content .layui-tab-item span {
    display: inline-block;
    line-height: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.labelbox .layui-tab-content .layui-tab-item .label-active {
    color: #3eb770;
}

.labelbox .layui-tab-content {
    background: #fafafa;
    border: 1px solid #e9e9e9;
}

.layui-form-item-time {
    margin-bottom: 0;
    margin-top: 20px;
}

/*词频分析页*/

.searchtab-searchtab {
    margin-top: 10px;
    margin-bottom: 15px;
}

.wordmian {
    padding: 20px;
}

.wordbox {
    margin-top: 15px !important;
}

.wordbox-list {
    margin: 3px;
    padding: 15px;
    color: #4a5085;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}

.wordbox-list .cp-title2 {
    max-width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cp-sub2 {
    font-size: 13px;
    color: #888;
    line-height: 18px;
}

.pull-left2 {
    float: left !important;
    color: #999999;
}

.pull-left2 i {
    color: #999999;
    font-size: 12px;
    vertical-align: 1px;
}

.wordbox-list:hover .pull-left2 i {
    color: #ffffff;
}

.pull-rt2 {
    float: right !important;
    display: none;
}

.pull-rt2 i {
    color: #007fff;
}

.wordbox-list:hover {
    background: #54b774;
    color: #ffffff;
}


/*事件分布页*/

.spread {
    padding: 40px 20px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.spread p {
    float: left;
    margin-top: 19px;
    margin-right: 40px;
    color: #7d7d7d;
    font-size: 15px;
}

.spreadbox {
    float: left;
    margin-top: 20px;
    color: #020414;
}

.spreadbox span {
    display: inline-block;
    margin-right: 15px;
    color: #7b7d7f;
    cursor: pointer;
}

.spreadbox .cur {
    color: #3eb770;
}

.spread .layui-input-block {
    width: 240px !important;
}

.spread-form {
    margin-top: 12px;
}

.spread-form label {
    width: 100px;
    color: #020414;
}

.spread-bt {
    position: absolute;
    top: 53px;
    right: 30px;
}

.spread-bt button {
    background-color: #54b774;
}

.spread:hover {
    border: 1px solid #54b774;
}

.spread.cur {
    border: 1px solid #54b774;
}

.spread-last {
    padding: 55px 20px;
}

.spread-last p {
    margin-top: 15px;
}

.spread-last .spreadbox {
    margin-top: 15px;
    color: #adadad;
}

.spread-chart {
    width: 100%;
    min-height: 450px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
}

/*下拉框颜色更改*/

.region2 .layui-input-inline {
    width: 190px !important;
}

.region2 .layui-form-label {
    color: #020414;
}

.region2 .layui-form-select dl dd:hover {
    background-color: #1e9fff;
    color: #ffffff;
}

.region .layui-form-select dl dd:hover {
    background-color: #3eb770;
    color: #ffffff;
}

.search-data {
    color: #a7a7a7;
}

.search-data1 {
    color: #54b774;
}

.search-data2 {
    color: #484848;
}

.search-data:hover {
    color: #a7a7a7 !important;
}


.region .layui-input, .layui-select, .layui-textarea {
    color: #3eb770;
}

.region2 .layui-input, .layui-select, .layui-textarea {
    color: #3eb770;
}


::-webkit-input-placeholder {
    /* webkit browsers */
    color: #000;
}

:-moz-placeholder {
    /* mozilla firefox 4 to 18 */
    color: #000;
}

::-moz-placeholder {
    /* mozilla firefox 19  */
    color: #000;
}

:-ms-input-placeholder {
    /* internet explorer 10  */
    color: #000;
}