@charset "utf-8";
.pop-ipt-sm {
    width: 50%;
    display: inline-block;
}

.pop-ipt-md {
    width: 70%;
    display: inline-block;
}

.cursor {
    cursor: pointer;
}

.relative {
    position: relative;
}

.text-white {
    color: #fff;
}

.text-main {
    color: #027cd1;
}

.text-gray {
    color: #888;
}

.text-danger {
    color: #ff0000;
}

.nor-label {
    font-weight: 500;
}

.btn-tab {
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 0;
    color: #fff;
    margin-right: 5px;
}

.tab-default {
    background-color: #a7a9a6;
}

.text-danger-color {
    color: #1f7bd8;
}

ul, li, dl, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "helvetica neue", helvetica, arial, "microsoft yahei", "hiragino sans gb", "heiti sc", "wenquanyi micro hei", sans-serif;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

em, i {
    font-style: normal;
}

.text-muted {
    color: #666666;
}

a, .form-control {
    color: #333;
}

.input-group input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.input-group .input-group-addon {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

a:focus, button:focus, img:focus, input:focus, select:focus, textarea:focus {
    outline: none;
}

.container {
    width: 1200px;
    /*width:90%;*/
    padding: 0;
}

.new-container {
    width: 1200px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 20px;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px;
}

.wrap:after {
    content: "";
    display: block;
    height: 100px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    background: #f2f2f2;
}

.table-striped > tbody > tr:nth-child(odd) {
    background: #fcfcfc;
}

.table-hover > tbody > tr:hover {
    background: #f8f8f8;
}

.btn-primary {
    background-color: #54b774;
    border-color: #54b774;
}

.btn-primary:hover {
    background-color: #4aa568;
    border-color: #4aa568;
}

input.form-control, button.btn, select.form-control, textarea.form-control, input.btn {
    border-radius: 0;
}

.foot {
    background-color: #2d3149;
    height: 100px;
}

.foot-menu {
    height: 66px;
    line-height: 76px;
}

.foot-menu span {
    color: #aaaeca;
    margin: 0 10px;
}

.foot-menu span i {
    color: #469a83;
}

.wechatm, .weibom {
    position: relative;
}

.wechatm img, .weibom img {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    margin-right: 3px;
}

.weibo-lg, .wechat-lg {
    position: absolute;
    top: -135px;
    left: -55px;
    background-color: #fff;
    padding: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    animation: ewm 0.3s linear 0s 1 normal;
    display: none;
}

.weibo-lg:after, .wechat-lg:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    left: 42%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.weibo-lg img, .wechat-lg img {
    width: 110px;
    height: 110px;
    margin: 0;
}

.wechatm:hover .wechat-lg, .weibom:hover .weibo-lg {
    display: block;
}

@keyframes ewm {
    0% {
        top: -170px;
    }
    50% {
        top: -145px;
    }
    100% {
        top: -120px;
    }
}

@-webkit-keyframes ewm {
    0% {
        top: -170px;
    }
    50% {
        top: -145px;
    }
    100% {
        top: -120px;
    }
}

.copyright {
    height: 30px;
    line-height: 30px;
    color: #707682;
    font-size: 12px;
}

.backtop {
    position: fixed;
    z-index: 1001;
    right: 4px;
    bottom: 30px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background-color: #404669;
    display: none;
}

.backtop i {
    font-size: 12px;
    width: 14px;
    height: 14px;
    display: block;
}

.backtop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    background-color: #007fff;
    transition: all 0.3s ease-in-out 0s;
}

.backtop:hover::after {
    transform: scale(1);
}

.navbar-default {
    background-color: #fff;
    border-radius: 0;
    border-width: 0;
    border-bottom: 0px solid #e7e7e7;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #54b774;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:active,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #54b774;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #007fff;
    color: #fff;
}

.navbar-default .navbar-nav li a {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}

.navbar-default .navbar-brand img {
    display: inline-block;
    width: 37px;
    height: 39px;
    margin-right: 5px;
    margin-top: -9px;
    vertical-align: -12px;
}

.navbar-collapse {
    padding-right: 0;
}

.usershow {
    color: #333;
    position: relative;
    height: 60px;
    line-height: 60px;
}

.usershow .usernav-pic {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    vertical-align: -10px;
    margin-right: 5px;
}

.usershow .user-span {
    margin-left: 5px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.usershow .user-i {
    margin-top: 30px;
    color: #888;
}

.usershow > .usermenu {
    display: none;
    width: 150px;
    position: absolute;
    right: -10px;
    top: 60px;
    border-radius: 0px;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.usershow > .usermenu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 20px;
}

.usershow > .usermenu > dt {
    padding: 20px 0px 20px 30px;
    background-color: #007fff;
}

.usershow > .usermenu > dt .usermenu-pic {
    display: inline-block;
    vertical-align: -4px;
}

.usershow > .usermenu > dt .u-name-box {
    display: inline-block;
}

.usershow > .usermenu > dt span, .usershow > .usermenu > dt a {
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.usershow > .usermenu > dd {
    line-height: 40px;
    height: 40px;
    color: #333;
    padding-left: 30px;
}

.usershow > .usermenu > dd i {
    display: inline-block;
    width: 14px;
    margin-right: 5px;
}

.usershow > .usermenu > dd .c-1 {
    color: #00a200;
}

.usershow > .usermenu > dd .c-2 {
    color: #ba8ee8;
}

.usershow > .usermenu > dd .c-3 {
    color: #d9a902;
}

.usershow > .usermenu > dd .c-4 {
    color: #ff868f;
}

.usershow > .usermenu > dd .c-5 {
    color: #1691d9;
}

.usershow > .usermenu > dd.line-dd {
    height: 1px;
    background: #e7e7e7;
}

.usershow > .usermenu > dd:hover {
    background-color: #54b774;
    cursor: pointer;
}

.usershow > .usermenu > dd:hover i {
    color: #fff;
}

.usershow > .usermenu > dd:hover a {
    color: #fff;
    text-decoration: none;
}

.usershow:hover .usermenu {
    display: block;
}

@media (max-width: 750px) {
    .usershow {
        display: none;
    }
}

.navbar-default .navbar-brand {
    color: #333;
    padding: 18px 15px;
    font-size: 24px;
    margin-top: 2px;
    margin-right: 50px;
    font-weight: 500;
}

.navbar-default .navbar-brand:hover {
    text-decoration: none;
    color: #333;
}

.dropdown-menu {
    min-width: 96px;
    background-color: #007fff;
    border: 0;
    padding: 0;
}

.navbar-default .dropdown-menu > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
}

.dropdown-menu > li > a:hover {
    background-color: #007fff;
}

.nav-search {
    margin-top: 15px;
    width: 18%;
}

.nav-search input.form-control {
    background: #fff;
    border-color: #007fff;
    width: 100%;
}

.nav-search span {
    background-color: #007fff;
    border-color: #007fff;
    cursor: pointer;
}

.nav-search span i {
    color: #fff;
}

div.headnotice {
    margin-top: -20px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #e7e7e7;
}

div.headnotice img {
    margin-top: 8px;
    margin-right: 8px;
}

div.headnotice span {
    margin-top: 10px;
    line-height: 0;
    color: gray;
    cursor: pointer;
}

div.headnotice span:hover {
    color: #ff0000;
}

.headnotice ul li a {
    color: #ff9e00;
}

.btn-line {
    padding: 30px 25px;
    color: #333;
    cursor: pointer;
}

.btn-line:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #54b774;
}

.nav-wec span {
    color: #888;
}

.nav-wec .cursor {
    margin-left: 5px;
}

.nav-wec .cursor:hover {
    color: #fff;
}

.nav-sch {
    margin-top: 16px;
    width: 200px;
}

.nav-sch input.form-control {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: none;
}

.nav-sch .input-group-addon {
    background-color: #0075eb;
    color: #fff;
    border-color: #0075eb;
    cursor: pointer;
}

.navbar .new-brand {
    font-weight: 700;
    font-size: 32px;
}

.navbar .new-brand span {
    font-weight: 500;
    font-size: 18px;
}

.head-pic {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    margin-top: 20px;
}

.navbar-default .drop {
    display: none;
    position: absolute;
    z-index: 10000;
    background: #fff;
    min-width: 100px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar-default .drop li {
    border-bottom: 1px solid #eee;
}

.navbar-default .drop li a {
    display: block;
    color: #595d61;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.navbar-default .drop li a:hover {
    color: #fff;
    background-color: #54b774;
}

.navbar-default .dropdown:hover .drop {
    display: block;
}

.nav > li > a {
    padding: 10px 22px;
}

.indexnav li a.cur {
    background-color: #54b774;
    color: #fff;
}

.guide-icon {
    margin-top: 18px;
    padding: 4px 0 4px 6px;
}

.guide-icon:hover {
    color: #007fff;
}

.banner {
    width: 100%;
    height: 566px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .banner-div {
    width: 1920px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 25px;
}

.push-ul {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -36px;
}

.push-ul li {
    float: left;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    margin: 0 5px;
}

.push-ul li.whiteli {
    background-color: #00d500;
    border-color: #00d500;
}

.home-panel {
    border: 0px solid #eee;
    height: 310px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

.home-panel:hover {
    box-shadow: 0px 6px 10px 0 rgba(164, 188, 216, 0.26);
}

.home-panel .panel-pic {
    height: 150px;
}

.home-panel .panel-pic img {
    width: 100%;
    height: 100%;
}

.home-panel .panel-tit {
    display: block;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.home-panel .panel-text {
    height: 87px;
    padding: 0 10px;
    font-size: 12px;
    color: #888;
    overflow: hidden;
}

.home-panel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease 0s;
}

.home-panel:hover::after {
    background: rgba(0, 0, 0, 0);
}

.read-more {
    color: #888;
    display: block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.read-more:hover {
    text-decoration: underline;
}

.form-inline .page-sch {
    margin: 20px 0 40px;
}

.form-inline .page-sch input.form-control {
    border-radius: 0;
    width: 560px;
    border-color: #007fff;
}

.form-inline .page-sch .input-group-addon {
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 0;
    background-color: #007fff;
    color: #fff;
    border: 1px solid #007fff;
}

.case-sel {
    border-radius: 0;
}

.form-inline .case-sch {
    margin: 0;
}

.form-inline .case-sch input.form-control {
    width: 520px;
}

.page-left {
    width: 930px;
    float: left;
}

.page-right {
    width: 250px;
    float: right;
    background-color: #f4f5f6;
}

.page-right .form-control {
    width: 65%;
}

.page-right .checkdiv {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

.case-tit {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}

.case-tit:hover {
    color: #406599;
}

.infonum-div {
    font-weight: normal;
    font-size: 12px;
    font-color: #007fff;
}

.data-tit {
    color: #333;
}

.data-tit:hover {
    color: #406599;
}

.case-list li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
}

.case-list li:hover {
    background-color: #fcfcfc;
}

.case-list li:hover .picleftbox > img {
    transform: scale(1.08);
}

.pictextbox .picleftbox {
    width: 136px;
    height: 90px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    position: relative;
}

.pictextbox .picleftbox: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;
}

.pictextbox .picleftbox:hover::after {
    background: transparent;
}

.pictextbox img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s linear 0s;
}

.pictextbox .pictext {
    overflow: hidden;
}

.pictextbox .pictext .zy {
    display: block;
    max-height: 60px;
    overflow: hidden;
    color: #666;
}

.pictextbox .pictext .newzy {
    max-height: 38px;
}

.pictextbox .pictext .host {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
}

.pictextbox .pictext .host .pull-left a {
    color: #008900;
    margin: 0 10px;
}

.pictextbox .pictext .host .bds_more {
    padding: 0;
    margin-right: 0;
}

.pictextbox .pictext .new-host {
    height: 26px;
    line-height: 26px;
}

.pictextbox .datatext .zy {
    color: #555;
}

.pictextbox .datatext .host {
    font-size: 12px;
    padding-top: 5px;
    color: #007fff;
}

.pictextbox .datatext .host span {
    color: #333;
}

.host .pull-right a {
    cursor: pointer;
    font-size: 12px;
    margin-left: 20px;
    text-decoration: none;
    color: #666;
}

.host .red-c {
    color: #666;
}

.host .red-c i {
    color: #f06060;
    padding-right: 2px;
}

.host .red-c:hover {
    color: #f06060;
}

.host .green-c i {
    color: #90b60b;
    padding-right: 2px;
}

.host .green-c:hover {
    color: #90b60b;
}

.host .blue-c i {
    color: #007fff;
    magin-right: 10px;
}

.host .blue-c:hover {
    color: #007fff;
}

.host .blue-c1 i {
    color: #8899ff;
    padding-right: 2px;
}

.host .blue-c1:hover {
    color: #8899ff;
}

.host .yellow-c i {
    color: #a07eed;
    padding-right: 2px;
}

.host .yellow-c:hover {
    color: #a07eed;
}

.bar {
    border-bottom: 1px solid #007fff;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.bar .add {
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.bar .add:hover {
    color: #000;
}

.bar .more {
    font-size: 12px;
    color: #888;
}

.bar .more:hover {
    color: #007fff;
}

.bar .bar-bg {
    display: inline-block;
    font-size: 15px;
    padding-left: 8px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.bar .bar-bg:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 2px;
    height: 14px;
    background-color: #007fff;
}

.report-panel {
    height: 250px;
    margin-bottom: 30px;
}

.report-panel .panel-tit {
    height: 50px;
    overflow: hidden;
}

.report-panel .panel-text {
    height: 40px;
    line-height: 40px;
}

.report-panel .panel-text i {
    color: #007fff;
    margin-right: 4px;
}

.manage-margin {
    margin: 25px 0 10px;
}

.datatop {
    background-color: #eff6fb;
    padding: 20px;
    word-break: break-all;
}

.datatop .form-group {
    margin-bottom: 20px;
}

.datatop .keyword {
    padding: 2px 4px;
    color: #555;
    margin-right: 10px;
}

.datatop .c-1 {
    background-color: #a7d0e5;
}

.datatop .c-2 {
    background-color: #ff9999;
}

.datatop .c-3 {
    background-color: #ffce9c;
}

.datatop input {
    border-radius: 0;
    border-color: #e3e3e3;
}

.datatop button {
    border-radius: 0;
}

.datatop .near-date {
    background-color: #d1d1d1;
    color: #fff;
    margin: 0 5px;
}

.datatop .datecur {
    background: none;
    border-color: #007fff;
    color: #007fff;
}

.datasch {
    text-align: center;
    padding-top: 6%;
    padding-bottom: 5%;
}

.datahome-p {
    height: 444px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.datahome-p .case-list li {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px dashed #ddd;
    border-left: 2px solid transparent;
}

.datahome-p .case-list li .text-gray {
    font-size: 13px;
}

.datahome-p .case-list li:hover {
    background-color: #eff6fb;
    border-left-color: #007fff;
}

.datahome-p .case-list li a {
    cursor: pointer;
    color: #000;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 85%;
    display: block;
}

.datahome-p .case-list li a:hover {
    color: #406599;
}

.datahome-p .case-list li:last-child {
    border-bottom: 0;
}

@media (max-width: 1400px) {
    .datasch {
        padding: 2% 0;
    }
}

.databar {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.dataxh {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 19px;
    margin-top: -1px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #dbdbdb;
    background-color: #dbdbdb;
    color: #555;
    font-size: 12px;
    margin-right: 8px;
}

.dataxh-1 {
    background-color: #ec6941;
    border-color: #ec6941;
    color: #fff;
}

.dataxh-2 {
    background-color: #f19149;
    border-color: #f19149;
    color: #fff;
}

.dataxh-3 {
    background-color: #f8b551;
    border-color: #f8b551;
    color: #fff;
}

.analyse-l {
    width: 180px;
    float: left;
    text-align: center;
    background-color: #f8f8f8;
}

.analyse-l .casetabul li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.analyse-l .casetabul li:hover {
    background-color: #007fff;
    color: #fff;
}

.analyse-l .casetabul .sidecur {
    background-color: #007fff;
    color: #fff;
}

.casetabul li i {
    background: url(/uploads/image/csimg/aicon-pic.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
}

.casetabul li .aicon-a {
    height: 16px;
    width: 15px;
    background-position: 0 0;
}

.casetabul li .aicon-g {
    height: 16px;
    width: 16px;
    background-position: 0 -32px;
}

.casetabul li .aicon-j {
    height: 14px;
    width: 17px;
    background-position: 0 -64px;
}

.casetabul li .aicon-b {
    height: 11px;
    width: 17px;
    background-position: 0 -154px;
}

.casetabul li .aicon-c {
    height: 17px;
    width: 17px;
    background-position: 0 -165px;
}

.casetabul li .aicon-h {
    height: 17px;
    width: 17px;
    background-position: 0 -182px;
}

.casetabul li .aicon-i {
    height: 17px;
    width: 17px;
    background-position: 0 -199px;
}

.casetabul li .aicon-f {
    height: 18px;
    width: 18px;
    background-position: 0 -234px;
}

.casetabul li .aicon-e {
    height: 19px;
    width: 19px;
    background-position: 0 -271px;
}

.casetabul li .aicon-d {
    height: 16px;
    width: 21px;
    background-position: 0 -306px;
}

.aicon-li-a:hover .aicon-a {
    background-position: 0 -16px;
}

.aicon-li-b:hover .aicon-b {
    background-position: 0 -78px;
}

.aicon-li-c:hover .aicon-c {
    background-position: 0 -89px;
}

.aicon-li-d:hover .aicon-d {
    background-position: 0 -290px;
}

.aicon-li-e:hover .aicon-e {
    background-position: 0 -252px;
}

.aicon-li-f:hover .aicon-f {
    background-position: 0 -216px;
}

.aicon-li-g:hover .aicon-g {
    background-position: 0 -48px;
}

.aicon-li-h:hover .aicon-h {
    background-position: 0 -137px;
}

.aicon-li-i:hover .aicon-i {
    background-position: 0 -120px;
}

.aicon-li-j:hover .aicon-j {
    background-position: 0 -106px;
}

.analyse-r {
    margin-left: 200px;
    overflow: hidden;
}

.line-bar {
    border-bottom: 0px solid #eee;
    height: 34px;
    line-height: 34px;
}

.line-bar span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-left: 28px;
}

.review-bg {
    min-height: 80px;
}

.review-bg textarea {
    background-color: #f5f8fd;
    border-color: #eee;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.gk {
    padding: 4px;
    background-color: #f9c000;
    margin-right: 5px;
}

.casehost {
    margin-top: 10px;
}

.content {
    width: 100%;
    margin: auto;
    position: relative;
}

.content .main {
    background:  repeat-y 149px 0;
}

.content .main .title {
    position: absolute;
    line-height: 40px;
    padding-left: 67px;
    left: 230px;
    top: 0;
    color: #58a6fb;
    font-size: 24px;
    background:  no-repeat left top;
}

.content .main .year h2 {
    height: 40px;
}

.content .main .year .version-list {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.content .main .year .version-list ul {
    bottom: 0;
}

.content .main .year .version-list ul li {
    background:  no-repeat 135px 31px;
    padding: 30px 0;
    color: #a1a4b8;
}

.cls {
    zoom: 1;
}

.cls:after {
    content: "";
    display: block;
    clear: both;
}

.date {
    float: left;
    display: block;
    clear: left;
    width: 125px;
    margin-top: 5px;
    text-align: right;
    color: #666666;
}

.intro {
    font-size: 16px;
    padding-bottom: 10px;
    float: left;
    display: block;
    width: 65%;
    margin-left: 75px;
    color: #333;
    background-color: #f1f1f1;
    padding: 10px;
    position: relative;
}

.intro::after {
    content: "";
    position: absolute;
    top: 38%;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f1f1f1;
}

.intro .vers-edit {
    display: none;
    vertical-align: 6px;
    cursor: pointer;
    color: #58a6fb;
    border-color: #58a6fb;
    margin-left: 10px;
}

.intro:hover .vers-edit {
    display: inline-block;
}

.caselist {
    border-bottom: 1px dashed #ddd;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.caselist .casetit {
    color: #111;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60%;
    float: left;
}

.caselist .case-host {
    color: #888;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 20%;
    width: 20%;
    float: right;
    font-size: 12px;
}

.caselist .case-time {
    float: right;
    margin: 0 10px;
    font-size: 12px;
    color: #555;
}

.caselist .case-del {
    float: right;
    font-size: 12px;
    border: 1px solid #ff0000;
    padding: 2px;
    height: 20px;
    line-height: 15px;
    margin-top: 10px;
    color: #ff0000;
    cursor: pointer;
}

.good {
    background-color: #b8eaeb;
    padding: 3px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.bad {
    background-color: #f5d7d5;
    padding: 3px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.loading-box {
    padding: 15px;
}

.loading-box .loading-text {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.loading-box .loading-text a {
    font-size: 12px;
    margin-left: 8px;
    vertical-align: 15px;
    display: none;
}

.loading-box .loading-text:hover a {
    display: inline-block;
}

.loading-box .loading-text .xh {
    border: 1px solid #ddd;
    vertical-align: 15px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}

.loading-box .loading-text .xh-1 {
    border-color: #ff0000;
    background-color: #ff0000;
}

.loading-box .loading-text .xh-2 {
    border-color: #f79027;
    background-color: #f79027;
}

.loading-box .loading-text .xh-3 {
    border-color: #f5bc2d;
    background-color: #f5bc2d;
}

.loading-box .loading-text .xh-4 {
    border-color: #73bf68;
    background-color: #73bf68;
}

.loading-box .loading-text .xh-5 {
    border-color: #56d5f9;
    background-color: #56d5f9;
}

.loading-box .loading-text .xh-6 {
    border-color: #999;
    background-color: #a3a3a3;
}

.loading-box .loading-text span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
}

.loading-box .loading-bg {
    width: 90%;
    background-color: #ececec;
    height: 12px;
    border-radius: 50px;
}

.loading-box .loading-bg .loading {
    border-radius: 50px;
    display: block;
    height: 100%;
}

.loading-box .loading-bg .loading-1 {
    background-color: #ff0000;
}

.loading-box .loading-bg .loading-2 {
    background-color: #f79027;
}

.loading-box .loading-bg .loading-3 {
    background-color: #f5bc2d;
}

.loading-box .loading-bg .loading-4 {
    background-color: #73bf68;
}

.loading-box .loading-bg .loading-5 {
    background-color: #56d5f9;
}

.loading-box .loading-bg .loading-6 {
    background-color: #b5b5b5;
}

.loading-box .loading-nub {
    width: 10%;
    text-align: center;
    margin-top: -4px;
}

.timebtn {
    display: none;
    margin: 15px 0 0 10px;
    font-size: 12px;
}

.timebtn a {
    margin-right: 5px;
}

.highlight:hover .timebtn {
    display: inline-block;
}

.gd-del {
    font-size: 12px;
}

.delhotinfo {
    cursor: pointer;
}

.exodatafile {
    position: relative;
}

.exodatafile .file {
    position: absolute;
    border: 1px solid red;
    top: 20px;
    width: 82px;
    height: 32px;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

.exodatafile .xsinput {
    border: 0;
    color: #888;
    padding-left: 10px;
}

.similist {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
}

.similist a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 95%;
    display: block;
    color: #555;
}

.no-data-why {
    color: #888;
}

.expert-box {
    margin: 0 -5px;
    padding: 5px 5px 0 5px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.expert-box h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.expert-box:hover {
    box-shadow: 0px 6px 10px 0 rgba(164, 188, 216, 0.26);
}

.expert-box:hover h3 {
    color: #000;
}

.expert-box:hover .expert-img img {
    transform: scale(1.1);
}

.expert-box .expertime {
    margin-top: 2px;
}

.expert-box .expertime a {
    text-decoration: none;
}

.expert-img {
    width: 110px;
    height: 120px;
    margin-right: 10px;
    overflow: hidden;
}

.expert-img img {
    width: 100%;
    height: 100%;
    transition: transform ease 1s 0s;
}

.expert-text span {
    display: block;
    color: #888;
    height: 100px;
    overflow: hidden;
}

.line {
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #0086e6;
    margin-right: 6px;
    vertical-align: -3px;
}

.sharetime {
    font-size: 12px;
    padding-left: 10px;
    margin-top: 10px;
}

.sharetime a {
    text-decoration: none;
}

.trends {
    border-top: 1px solid #0086e6;
    background-color: #fff;
    min-height: 443px;
    margin: 0 -5px;
    margin-bottom: 20px;
}

.trends-ul li {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(178, 186, 194, 0.15);
}

.trends-ul li:last-child {
    border-bottom: 0;
}

.trends-ul li:hover {
    background-color: #f5faff;
}

.trends-ul li:hover .panel-tit {
    color: #2083df;
}

.trends-ul li .panel-tit {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.trends-ul li .panel-text {
    color: #888;
    overflow: hidden;
    height: 63px;
}

.lunbo {
    height: 260px;
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

.lunbo .lunbo-arrow {
    background-image: url(/uploads/image/csimg/nav.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    height: 47px;
    width: 25px;
    cursor: pointer;
}

.lunbo .pre {
    background-position: -50px top;
    left: -50px;
    top: 82px;
}

.lunbo .pre:hover {
    background-position: -75px top;
}

.lunbo .next {
    background-position: left top;
    top: 82px;
    right: -50px;
}

.lunbo .next:hover {
    background-position: -25px top;
}

.lunbo .wai-box {
    height: 240px;
    width: 1200px;
    /*overflow: hidden;
      position: relative; */
}

/*.lunbo_box {*/
/*    width: 2976px;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*}*/

.lunbo_box a {
    cursor: auto;
    display: block;
    /*padding: 0 5px;*/
    height: 100%;
}

.lunbo_box img {
    border: 1px solid #ddd;
    display: block;
    /*width: 188px;*/
    /*height: 98px;*/
    width: 100%;
    height: 140px;
}

.lunbo_box ul li {
    /*width: 200px;*/
    float: left;
    position: relative;
    /*margin-bottom: 10px;*/
}

.lunbo_box-add ul {
    float: left;
    display: block;
    /*width: 1200px;*/
    margin-bottom: 80px;
}

.lunbo_box-add img {

}

.home-lunbo_box ul li {
    width: 300px;
}

/*.kehu {*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    color: #333;*/
/*    margin-bottom: 20px;*/
/*}*/
.kehu {
    padding: 75px 0px;
    font-size: 24px;
    text-align: center;
    color: #262a35;
}

.wai-box .pep-ul li {
    padding: 0 5px;
    height: 210px;
}

.wai-box .pep-ul li a {
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    height: 100%;
    border: 1px solid #ddd;
}

.wai-box .pep-ul li img {
    border: 0;
    height: 100%;
    transition: transform 1s ease 0s;
}

.wai-box .pep-ul li span {
    display: inline-block;
    padding: 10px 5px;
    background-color: #fff;
    height: 90px;
    width: 100%;
    color: #888;
    /*	position:relative;*/
    font-size: 12px;
}

.wai-box .pep-ul li span:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.tch-pic {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.pep-ul li:hover img {
    transform: scale(1.08);
}

.pep-ul li:hover {
    box-shadow: 0px 6px 10px 0 rgba(164, 188, 216, 0.26);
}

.tch-name {
    margin-top: 0;
    margin-bottom: 5px;
    color: #ffffff;
}

.tch-text {
    display: block;
    height: 53px;
    overflow: hidden;
}

.banner-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.banner-box-l {
    height: 381px;
}

.banner-div {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.column {
    padding: 50px 0;
}

.function-box {
    display: table;
    width: 100%;
}

.function-box .function-div {
    display: table-cell;
    height: 380px;
    width: 25%;
    vertical-align: top;
    padding: 35px;
}

@media (max-width: 1400px) {
    .function-box .function-div {
        height: 430px;
    }
}

.function-box .function-div .fc-panel {
    height: 100%;
    width: 100%;
    /*background-color: #f8f8f8;*/
    padding: 10px;
    transition: transform 0.5s ease 0s;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.function-box .function-div .fc-panel:hover {
    transform: scale(1.1);
    background-color: #fff;
    box-shadow: 0 0px 10px 0px #c1c1c1;
}

.function-box .function-div h4 {
    /*font-weight: 700;*/
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #262a35;
}

.function-box .function-div .ebookimg {
    height: 240px;
}

.function-box .function-div .ebookimg:hover {
    box-shadow: 0 0 0 0;
    background: none;
}

.fc-color {
    display: block;
    /*width: 240px;*/
    height: 150px;
    line-height: 150px;
    text-align: center;
}

/*.fc-color-1 {*/
/*    background-color: #c1e489;*/
/*}*/

/*.fc-color-2 {*/
/*    background-color: #89d3f6;*/
/*}*/

/*.fc-color-3 {*/
/*    background-color: #7ee1aa;*/
/*}*/

/*.fc-color-4 {*/
/*    background-color: #f4de90;*/
/*}*/

/*.fc-color-5 {*/
/*    background-color: #fa89bc;*/
/*}*/

/*.fc-color-6 {*/
/*    background-color: #89aff6;*/
/*}*/

/*.fc-color-7 {*/
/*    background-color: #fab189;*/
/*}*/

/*.fc-color-8 {*/
/*    background-color: #83d6d9;*/
/*}*/

/*.fc-panel:hover .fc-color-1 {*/
/*    background-color: #abdb5f;*/
/*}*/

/*.fc-panel:hover .fc-color-2 {*/
/*    background-color: #5ac1f2;*/
/*}*/

/*.fc-panel:hover .fc-color-3 {*/
/*    background-color: #55d78f;*/
/*}*/

/*.fc-panel:hover .fc-color-4 {*/
/*    background-color: #efd062;*/
/*}*/

/*.fc-panel:hover .fc-color-5 {*/
/*    background-color: #f858a0;*/
/*}*/

/*.fc-panel:hover .fc-color-6 {*/
/*    background-color: #5a8ff2;*/
/*}*/

/*.fc-panel:hover .fc-color-7 {*/
/*    background-color: #f89158;*/
/*}*/

/*.fc-panel:hover .fc-color-8 {*/
/*    background-color: #5cc9cd;*/
/*}*/

/*.fc-color-2, .fc-color-4, .fc-color-6, .fc-color-8 {*/
/*    margin-top: 10px;*/
/*}*/

.fc-line {
    position: relative;
    margin-bottom: 20px;
}

.fc-line:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
    bottom: -10px;
    background-color: #69b381;
}

/*.fc-line-1:after {*/
/*    background-color: #c1e489;*/
/*}*/

/*.fc-line-2:after {*/
/*    background-color: #89d3f6;*/
/*}*/

/*.fc-line-3:after {*/
/*    background-color: #7ee1aa;*/
/*}*/

/*.fc-line-4:after {*/
/*    background-color: #f4de90;*/
/*}*/

/*.fc-line-5:after {*/
/*    background-color: #fa89bc;*/
/*}*/

/*.fc-line-6:after {*/
/*    background-color: #89aff6;*/
/*}*/

/*.fc-line-7:after {*/
/*    background-color: #fab189;*/
/*}*/

/*.fc-line-8:after {*/
/*    background-color: #83d6d9;*/
/*}*/

.underline {
    color: #262a35;
    position: relative;
}

.underline:after {
    position: absolute;
    top: 49px;
    content: "";
    height: 3px;
    width: 60px;
    left: 47.5%;
    background-color: #69b381;
}

.underline p {
    font-size: 14px;
    color: #888;
    margin-top: 30px;
    line-height: 1.7;
}

.b-login-btn {
    position: absolute;
    top: 230px;
    width: 400px;
    left: 50%;
    margin-left: -150px;
}

.btn-product {
    padding: 15px 35px;
    margin-right: 30px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #54b774;
    background: none;
    color: #54b774;
}

.btn-product:hover {
    color: #ffffff;
    background: #54b774;
}

.advantages-list {
    display: table;
}

.advantages-list li {
    display: table-cell;
    text-align: center;
}

.advantages-list li h4 {
    font-weight: 500;
    color: #262a35;
    line-height: 30px;
}

.advantages-round {
    display: block;
    width: 120px;
    height: 120px;
    /*border-radius: 50%;*/
    margin: auto;
    margin-bottom: 50px;
    /*transition:all 0.4s linear 0s;
  &:hover{transform:rotate(360deg);}
    -webkit-border-radius: 120px;
    line-height: 120px;
    /*border: 1px solid #cccc;*/
}

.advantages-round-add {
    display: block;
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 50px;
    -webkit-border-radius: 120px;
    line-height: 120px;
    border: 1px solid #cccc;
}

/*.advantages-list .roud-a {*/
/*    background: #37d4a7 url(/uploads/image/csimg/index-icon1.png) center center no-repeat;*/
/*}*/

/*.advantages-list .roud-a:hover {*/
/*    background-color: #26b28a;*/
/*}*/

/*.advantages-list .roud-b {*/
/*    background: #fa8748 url(/uploads/image/csimg/index-icon2.png) center center no-repeat;*/
/*}*/

/*.advantages-list .roud-b:hover {*/
/*    background-color: #f96616;*/
/*}*/

/*.advantages-list .roud-c {*/
/*    background: #2ab4ff url(/uploads/image/csimg/index-icon3.png) center center no-repeat;*/
/*}*/

/*.advantages-list .roud-c:hover {*/
/*    background-color: #009ff6;*/
/*}*/

/*.advantages-list .roud-d {*/
/*    background: #305181 url(/uploads/image/csimg/index-icon5.png) center center no-repeat;*/
/*}*/

/*.advantages-list .roud-d:hover {*/
/*    background-color: #223a5c;*/
/*}*/

/*.advantages-list .roud-e {*/
/*    background: #ff6766 url(/uploads/image/csimg/index-icon4.png) center center no-repeat;*/
/*}*/

/*.advantages-list .roud-e:hover {*/
/*    background-color: #ff3433;*/
/*}*/

.advantages-text {
    display: block;
    width: 80%;
    margin: auto;
    color: #888;
}

.advantages-text:hover {
    color: #888;
    text-decoration: none;
}

.type_tab span {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.type_tab span:hover {
    border-color: #007fff;
    color: #007fff;
}

.type_tab span:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.type_tab span:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.type_tab span.cur {
    background-color: #007fff;
    color: #fff;
    border-color: #007fff;
}

.cardbox {
    overflow: hidden;
    border: 1px dashed #b0b0b0;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cardbox:hover {
    background-color: #f8f8f8;
}

.cardbox .cardpic {
    width: 319px;
    height: 198px;
    overflow: hidden;
}

.fc-text {
    color: #888;
}

.cardbox .fc-text {
    width: 240px;
    padding-left: 15px;
    height: 198px;
    color: #5d5d5d;
    overflow: hidden;
}

.cardbox .fc-text h4 {
    color: #333;
    font-weight: 700;
}

.cardbox .buy_btn span {
    border-radius: 0;
    background: none;
    color: #ff0000;
    border-color: #ff0000;
}

.cardbox .buy_btn span:hover {
    color: #fff;
    background-color: #ff0000;
}

.fc-money {
    padding-top: 15px;
    padding-left: 15px;
}

.fc-money li {
    list-style: disc;
}

.fc-money li span {
    color: #ec991e;
    margin: 0 3px;
}

.apply-bg {
    width: 100%;
    background: url(/uploads/image/csimg/apply-bg.png) no-repeat 0 0;
    background-size: cover;
}

.applyform {
    margin-top: 3%;
}

.applyform h2 {
    color: #fff;
    margin-bottom: 40px;
}

.applyform .form-group {
    position: relative;
    width: 26%;
    margin: auto;
    margin-bottom: 40px;
}

.applyform .form-group button {
    border-radius: 4px;
}

.applyform .form-group input {
    padding-left: 40px;
    border-radius: 4px;
}

.applyform .form-group i {
    position: absolute;
    color: #c0c0c0;
    top: 16px;
    left: 11px;
}

@media (max-width: 1500px) {
    .applyform .form-group {
        margin-bottom: 30px;
    }
}

#loginname, #loginpwd:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #ccc !important;
}

.adress {
    width: 440px;
    text-align: left;
}

.adress ul li {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #545454;
}

.adress h2 {
    font-size: 22px;
    font-weight: normal;
    color: #0088cc;
}

.map {
    margin-top: 25px;
}

.maplink {
    margin-top: 30px;
}

.maplink a {
    border: 1px solid #5cb85c;
    padding: 4px 8px;
    color: #5cb85c;
    cursor: pointer;
}

.maplink a:hover {
    border-color: #46a746;
    color: #46a746;
    text-decoration: none;
}

.xybox li {
    cursor: pointer;
}

.xybox li a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
}

.xybox li:hover a {
    color: red;
}

.sh-gs {
    position: absolute;
    top: 213px;
    right: 88px;
}

.bj-gs {
    position: absolute;
    top: 125px;
    right: 138px;
}

.jn-gs {
    position: absolute;
    top: 190px;
    right: 195px;
}

.cd-gs {
    position: absolute;
    top: 240px;
    right: 360px;
}

.contact-left {
    float: left;
    height: 1200px;
    width: 100px;
    margin-right: 50px;
}

.contact-left ul {
    height: 100%;
    position: relative;
    background: url(/uploads/image/csimg/point.png) repeat-y right center;
}

.contact-left ul li {
    font-size: 16px;
    width: 100px;
    background: url(/uploads/image/csimg/dian.png) no-repeat right center;
}

.contact-left ul .tel-li {
    position: absolute;
    right: -5px;
    top: 100px;
}

.contact-left ul .adress-li {
    position: absolute;
    right: -5px;
    top: 400px;
}

.contact-left ul .subgs-li {
    position: absolute;
    right: -5px;
    top: 800px;
}

.contact-right {
    overflow: hidden;
}

.advantages-mes {
    margin-top: 20px;
    color: #888;
    width: 350px;
}

.advantages-mes p {
    margin: 0;
}

/*.advantages-mesbox .roud-f {*/
/*    background: #37d4a7 url(/uploads/image/csimg/contact-pic1.png) center center no-repeat;*/
/*}*/

/*.advantages-mesbox .roud-f:hover {*/
/*    background-color: #26b28a;*/
/*}*/

/*.advantages-mesbox .roud-g {*/
/*    background: #fa8748 url(/uploads/image/csimg/contact-pic2.png) center center no-repeat;*/
/*}*/

/*.advantages-mesbox .roud-g:hover {*/
/*    background-color: #f96616;*/
/*}*/

/*.advantages-mesbox .roud-h {*/
/*    background: #2ab4ff url(/uploads/image/csimg/contact-pic3.png) center center no-repeat;*/
/*}*/

/*.advantages-mesbox .roud-h:hover {*/
/*    background-color: #009ff6;*/
/*}*/

.white-bg {
    background-color: #fff;
    position: relative;
}

.gray-bg {
    background-color: #f4f5f5;
}

.paixu-1 {
    position: absolute;
    top: -10px;
}

.paixu-2 {
    position: absolute;
    top: 245px;
}

.paixu-3 {
    position: absolute;
    top: 493px;
}

.paixu-4 {
    position: absolute;
    top: 742px;
}

.contact-left .paixu-ul li {
    right: -5px;
    width: 65px;
}

.contact-left .paixu-ul span {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
}

.padding-wrap {
    border-top: 0px solid #007fff;
    padding: 50px 50px 50px 0;
}

.padding-wrap .contact-left {
    margin-right: 15px;
    height: 1372px;
}

.illus-ul {
    display: block;
    background-color: #fffaf2;
    padding: 15px;
}

.illus-ul li {
    padding: 5px 0;
}

.illus-row td {
    color: #0086e6;
}

.illus-row h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

.tit-sub {
    color: #777;
    font-size: 13px;
}

.tit-sub i {
    color: #007fff;
}

.pay-ul {
    display: block;
    width: 900px;
    margin: auto;
    position: relative;
    height: 60px;
    z-index: 998;
    background: url(/uploads/image/csimg/paydian.png) repeat-x 0 17px;
}

.pay-ul:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    display: block;
    height: 3px;
}

.pay-ul li {
    position: absolute;
    z-index: 1000;
}

.pay-ul li span {
    display: block;
    margin: auto;
    background-color: #cecece;
    color: #fff;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.pay-ul li p {
    padding-top: 10px;
    color: #a2a2a2;
}

.pay-ul .payli-1 {
    left: -15px;
}

.pay-ul .payli-2 {
    left: 33.3%;
}

.pay-ul .payli-3 {
    left: 66.3%;
}

.pay-ul .payli-4 {
    right: -15px;
}

.pay-ul .payli-cur span {
    background-color: #7eb900;
}

.pay-ul .payli-cur p {
    color: #7eb900;
}

.pay-ul-2:after {
    width: 480px;
    background: url(/uploads/image/csimg/paydian-2.png) repeat-x 0 0px;
}

.pay-ul-1:after {
    width: 200px;
    background: url(/uploads/image/csimg/paydian-2.png) repeat-x 0 0px;
}

.pay-ul-3:after {
    width: 760px;
    background: url(/uploads/image/csimg/paydian-2.png) repeat-x 0 0px;
}

.pay-ul-4:after {
    width: 870px;
    background: url(/uploads/image/csimg/paydian-2.png) repeat-x 0 0px;
}

.channel {
    border: 1px solid #ddd;
    height: 200px;
    line-height: 200px;
    padding-top: 70px;
    text-align: center;
    cursor: pointer;
}

.channel:hover {
    border-color: #00a1f0;
}

.cn-cur {
    border: 1px solid #00a1f0;
    position: relative;
}

.cn-cur:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #00a1f0;
    border-left: 12px solid transparent;
}

.mes-a {
    color: #027cd1;
    padding: 0 5px;
}

.stylepreview {
    background-color: #e4393c;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

.money {
    font-size: 28px;
    font-weight: 700;
    color: #e4393c;
}

.money:hover {
    color: #e4393c;
    text-decoration: none;
}

.order-body {
    padding: 15px 15px 0;
}

.order-ul {
    overflow: hidden;
}

.order-ul li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.order-ul li:hover {
    color: #0086e6;
    border-bottom: 2px solid #0086e6;
}

.order-ul li.cur {
    color: #0086e6;
    border-bottom: 2px solid #0086e6;
}

.account-ul {
    float: left;
}

.account-ul li {
    padding: 10px 0;
}

.account-ul li span {
    padding-right: 50px;
}

.account-div {
    padding-top: 25px;
}

.account-div .account-ye {
    font-size: 20px;
    display: block;
    color: #000;
}

.account-div .account-ye a {
    font-size: 16px;
    color: #888;
    padding-left: 4px;
}

.account-div p {
    margin-top: 5px;
}

.account-div p a {
    margin-right: 4px;
}

.account-safe {
    padding: 0 30px;
    margin-top: 30px;
}

.account-safe li {
    padding-left: 70px;
    height: 100px;
    padding-top: 15px;
}

.account-safe .safe1 {
    background: url(/uploads/image/csimg/safe1.png) no-repeat left center;
}

.account-safe .safe2 {
    background: url(/uploads/image/csimg/safe4.png) no-repeat left center;
}

.account-safe .safe3 {
    background: url(/uploads/image/csimg/safe3.png) no-repeat 8px center;
}

.account-safe .safe4 {
    background: url(/uploads/image/csimg/safe5.png) no-repeat left center;
}

.account-safe .safe5 {
    background: url(/uploads/image/csimg/safe2.png) no-repeat left center;
}

.account-safe .safe-r {
    margin-top: 20px;
    margin-left: 20px;
}

.account-safe .safe-r a {
    margin-left: 10px;
}

.safe-yes {
    color: #66a203;
}

.safe-yes i {
    color: #82c909;
    margin-right: 3px;
}

.safe-no {
    color: #d9534f;
}

.safe-no i {
    color: #d9534f;
    margin-right: 3px;
}

.level {
    padding: 5px 0 5px 30px;
}

.level-1 {
    color: #f75c5c;
    background: url(/uploads/image/csimg/level-1.png) no-repeat left center;
}

.level-2 {
    color: #f88451;
    background: url(/uploads/image/csimg/level-2.png) no-repeat left center;
}

.level-3 {
    color: #f6c225;
    background: url(/uploads/image/csimg/level-3.png) no-repeat left center;
}

.level-4 {
    color: #d0d20c;
    background: url(/uploads/image/csimg/level-4.png) no-repeat left center;
}

.level-5 {
    color: #adce13;
    background: url(/uploads/image/csimg/level-5.png) no-repeat left center;
}

.level-6 {
    color: #7fc704;
    background: url(/uploads/image/csimg/level-6.png) no-repeat left center;
}

.case-panel {
    height: 450px;
    background-color: #fff;
}

.case-panel:hover {
    box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, 0.15);
}

.case-panel img {
    display: block;
    width: 183px;
    margin: 18px auto;
}

.case-panel button {
    color: #fff;
}

.case-p-1 {
    border: 1px solid #75c19d;
}

.case-p-1 .case-bg {
    background-color: #75c19d;
}

.case-p-2 {
    border: 1px solid #bfc900;
}

.case-p-2 .case-bg {
    background-color: #bfc900;
}

.case-p-3 {
    border: 1px solid #38add7;
}

.case-p-3 .case-bg {
    background-color: #38add7;
}

.btn-p1 {
    background-color: #75c19d;
}

.btn-p1:hover {
    background-color: #63b991;
    color: #fff;
}

.btn-p2 {
    background-color: #bfc900;
}

.btn-p2:hover {
    background-color: #a7b000;
    color: #fff;
}

.btn-p3 {
    background-color: #38add7;
}

.btn-p3:hover {
    background-color: #29a1cc;
    color: #fff;
}

.case-bg {
    height: 100px;
    padding: 10px;
}

.case-bg h4 {
    margin: 0;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
}

.case-bg span {
    color: #fff;
}

.casetext {
    display: block;
    font-size: 12px;
    color: #555;
    height: 80px;
    padding: 15px;
    overflow: hidden;
}

.tips {
    font-size: 12px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}

.zicon {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #d9534f;
    color: #d9534f;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    margin-left: 10px;
    vertical-align: 2px;
}

.m-b h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
}

.pop-divside {
    width: 50%;
    padding: 40px 20px 20px;
}

.pop-divside span {
    display: inline-block;
    width: 75px;
    text-align: left;
}

.pop-divside .form-group {
    margin-bottom: 15px;
}

.wechat-line {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.payspan {
    margin-top: 8px;
    margin-right: 50px;
    font-size: 18px;
}

.payspan a {
    color: red;
}

.smtext {
    margin-top: 20px;
}

.paybtn {
    margin: 50px 0 0 40px;
}

.orderm-ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.recrod-ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.recrod-ul li a {
    color: #333;
    font-size: 13px;
    padding: 4px 5px;
    border-radius: 2px;
    text-decoration: none;
}

.recrod-ul li a:hover {
    background-color: #ecdecb;
}

.recrod-ul li a.cur {
    background-color: #f0ad4e;
    color: #fff;
}

.recrod-ul li span {
    margin-right: 10px;
    font-weight: 700;
}

.apply-btn {
    position: absolute;
    bottom: 67px;
    left: 36.7%;
    color: #333;
    z-index: 1000;
    background-color: #f8f102;
    border-color: #f8f102;
}

.apply-btn:hover, .apply-btn:focus, .apply-btn:active, .apply-btn:visited {
    background-color: #dfd802;
    border-color: #dfd802;
    color: #333;
}

.tab-bar {
    border-bottom: 1px solid #eee;
    margin-top: -5px;
    height: 38px;
    line-height: 36px;
    background-color: #fff;
}

.tab-bar span {
    cursor: pointer;
    float: left;
    color: #555;
    margin-right: 20px;
    border-bottom: 2px solid transparent;
}

.tab-bar span:hover {
    color: #007fff;
}

.tab-bar .cur {
    color: #007fff;
    border-bottom: 2px solid #007fff;
}

.gray-bar {
    border-bottom: 1px solid #eee;
}

.gray-bar span {
    display: inline-block;
    border-bottom: 1px solid #007fff;
    padding-bottom: 6px;
}

.colortop {
    background-color: #fffcef;
    border: 1px solid #ffe0c1;
}

.colortop2 {
    padding: 15px;
    margin-top: 30px;
}

.colortop2 a {
    margin-top: 4px;
}

.colortop2 .sj-tit {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
}

.colortop2 .sj-close {
    cursor: pointer;
    margin-left: 8px;
    margin-top: 7px;
    color: #999;
    text-decoration: none;
}

.colortop2 .sj-close:hover {
    color: red;
}

.right-side {
    float: right;
    width: 300px;
    /*height: 450px;*/
    min-height: 400px;
    background-color: #fff;
    padding: 15px;
}

.left-side {
    overflow: hidden;
    margin-right: 320px;
    background-color: #fff;
}

.event-pic {
    float: left;
    width: 136px;
    margin-right: 10px;
    height: 120px;
    position: relative;
}

.event-pic:after {
    content: "";
    width: 136px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0s;
}

.event-pic img {
    width: 100%;
    height: 100%;
}

.flei {
    cursor: pointer;
    padding: 1px 2px;
    border: 1px solid #a2abba;
    color: #5b80b5;
    font-size: 11px;
    margin: 0 2px;
    cursor: auto;
}

.flei-1 {
    border: 1px solid #a2abba;
    color: #5b80b5;
}

.flei-2 {
    border: 1px solid #79951a;
    color: #79951a;
}

.event-box {
    overflow: hidden;
}

.event-box h4 {
    margin-top: 0;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

.event-box .kword {
    margin-bottom: 5px;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50%;
    display: block;
    color: #333;
}

.event-box .kword i {
    color: #555;
}

.event-box .event-mes {
    height: 40px;
    overflow: hidden;
}

.event-box .event-time {
    font-size: 12px;
}

.event-box .event-btn span {
    margin-left: 10px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.keyword2 {
    font-size: 13px;
}

.keyword2 i {
    color: #555;
}

.keyword2 span {
    margin-right: 3px;
}

.eventdiv {
    border-bottom: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
}

.eventdiv:hover {
    background-color: #eff6fb;
    cursor: pointer;
}

.eventdiv:hover .event-pic:after {
    background: rgba(0, 0, 0, 0);
}

.event-btn .red-c:hover {
    color: #f06060;
}

.event-btn .green-c:hover {
    color: #90b60b;
}

.event-btn .yellow-c:hover {
    color: #a07eed;
}

.event-btn .blue-c:hover {
    color: #007fff;
}

.red-c i {
    color: #f06060;
}

.green-c i {
    color: #90b60b;
}

.yellow-c i {
    color: #a07eed;
}

.blue-c i {
    color: #007fff;
}

.tree-oflow {
    /*	max-height:350px;*/
    overflow: auto;
}

.host .host-line {
    margin-right: 10px;
}

.host .host-line:hover {
    text-decoration: underline;
}

table .tabhead {
    font-size: 13px;
}

table .tabhead .black {
    color: #000;
    text-decoration: none;
}

.order-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    display: table;
    margin-top: 30px;
    margin-bottom: 20px;
}

.order-table tr {
    width: 100%;
}

.order-table td, .order-table th {
    padding: 8px 15px;
    border: 1px solid #eee;
}

.order-table .text-tr td {
    padding: 20px 15px;
}

.sp-pic {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.sp-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.sp {
    padding-left: 15px;
    overflow: hidden;
}

.sp p {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 450px;
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.order-lx {
    display: inline-block;
    border: 1px solid #ddd;
    font-weight: 500;
    color: #555;
    padding: 1px 3px;
    font-size: 12px;
    margin-top: 8px;
}

.order-lx-3 {
    border-color: #13b5b1;
    color: #13b5b1;
}

.order-lx-1 {
    border-color: #7a50da;
    color: #7a50da;
}

.order-lx-0 {
    border-color: #daa850;
    color: #daa850;
}

.order-lx-4 {
    border-color: #da7a50;
    color: #da7a50;
}

.order-lx-2 {
    border-color: #1e8ace;
    color: #1e8ace;
}

.invoice-ul {
    margin-top: 10px;
}

.invoice-ul li {
    padding: 10px 0;
    color: #666;
    font-size: 13px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}

.invoice-ul li:hover {
    color: #007fff;
}

.invoice-ul li.cur {
    color: #007fff;
}

.why-text {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.tab-tag {
    margin-right: -5px;
}

.tab-tag li {
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.tab-tag li.cur {
    color: red;
}

.tab-tag li:hover {
    color: red;
}

.ye-box {
    height: 70px;
    background-color: #fff;
}

.ye-box .channel-ye {
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    border-color: #ddd;
}

.ye-box .channel-ye .pull-left {
    font-size: 18px;
}

.ye-box .channel-ye i {
    color: red;
    font-size: 16px;
}

.ye-box .channel-ye img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.ye-box .channel-ye:hover {
    border-color: #f5b091;
}

.ye-box .channel-ye:after {
    border-top: 12px solid #da7a50;
}

.ye-box .channel-ye.cn-cur {
    border: 1px solid #f5b091;
}

.nopay-ye {
    background: rgba(0, 0, 0, 0.05);
}

.nopay-ye a {
    text-decoration: none;
}

.nopay-ye a:hover {
    color: #333;
}

.bpay p {
    display: block;
    margin-bottom: 20px;
}

.bpay p span {
    text-align: right;
    color: #888;
}

.bpay p a {
    display: inline-block;
    min-width: 100px;
    text-align: right;
    color: #000;
}

.b-table {
    font-size: 14px;
    border-collapse: collapse;
    border: 0;
}

.b-table td {
    padding: 10px 0px;
}

.b-table img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: -4px;
}

.b-table .p-money {
    font-size: 20px;
    color: red;
    font-weight: 700;
}

.xz-cek {
    color: #000;
}

.xz-cek:hover {
    color: #027cd1;
}

.caseicon {
    font-size: 11px;
    padding: 2px 4px;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

.caseicon:hover {
    color: #fff;
}

.line-xt, .line-ms {
    font-size: 11px;
    padding: 1px 2px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 2px;
}

.line-xt {
    border: 1px solid #8da730;
    color: #8da730;
}

.line-ms {
    border: 1px solid #b89b36;
    color: #b89b36;
}

.caseicon-xt {
    background-color: #afd546;
}

.caseicon-ms {
    background-color: #e5c34a;
}

.caseicon-zj {
    background-color: #ee7e7e;
}

.data-side {
    width: 100px;
    float: left;
}

.data-side img {
    margin-right: 5px;
}

.data-right {
    overflow: hidden;
    margin-left: 120px;
}

.media {
    padding: 1px 2px;
    border: 1px solid #a2abba;
    color: #5b80b5;
    font-size: 11px;
    vertical-align: 2px;
    margin-right: 4px;
}

.media1 {
    border-color: #b5c334;
    color: #b5c334;
}

.media2 {
    border-color: #f77272;
    color: #f77272;
}

.media3 {
    border-color: #77c227;
    color: #77c227;
}

.media4 {
    border-color: #40a3ef;
    color: #40a3ef;
}

.media5 {
    border-color: #00c4e1;
    color: #00c4e1;
}

.media6 {
    border-color: #7075eb;
    color: #7075eb;
}

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 214px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #54b774;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.no-ecard {
    background-color: #f8f8f8;
    height: 200px;
    text-align: center;
    padding-top: 70px;
}

.no-ecard .no-card-tip {
    margin-top: 15px;
    font-size: 12px;
}

.form-inline .event-same {
    width: 190px;
}

.tab_menu span {
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin: 0 5px;
    cursor: pointer;
    color: #555;
}

.tab_menu span:hover {
    color: #007fff;
    border: 1px solid #007fff;
}

.tab_menu span.cur {
    color: #007fff;
    border: 1px solid #007fff;
}

.add {
    font-size: 12px;
    color: #888;
    cursor: pointer;
}

.add:hover {
    color: #000;
}

.tab-bg {
    background-color: #f5f5f5;
}

input.d-icon {
    background: url(/uploads/image/csimg/d.png) no-repeat right center;
}

.text-red {
    color: #ff0000;
}

.cardbuy-ul li {
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.flei-box {
    margin-right: 10px;
}

.flei-box span {
    border: 1px solid #d0d0d0;
    padding: 4px 12px;
    font-size: 14px;
    margin: 0;
    float: left;
    color: #000;
}

.flei-box .flei-nub {
    color: #ff0000;
}

.flei-box input.flei-ipt {
    float: left;
    width: 36px;
    margin: 0;
    padding: 0;
    height: 30px;
    text-align: center;
    color: #ff0000;
}

.flei-box .flei-a {
    border-right: 0;
    cursor: pointer;
}

.flei-box .flei-a:hover {
    color: #007fff;
}

.flei-box .flei-b {
    border-left: 0;
    cursor: pointer;
}

.flei-box .flei-b:hover {
    color: #007fff;
}

.fkbg {
    background-color: #f4f5f5;
    padding: 20px;
}

.fkbg .text-red {
    font-size: 20px;
}

.showimg {
    width: 203px;
    height: 124px;
}

.add-tjspan {
    display: block;
    cursor: pointer;
}

.add-tjspan i {
    color: #a07eed;
}

.add-tjspan:hover {
    color: #a07eed;
}

.money-add-div {
    margin-top: 15px;
    background-color: #efefef;
    padding: 20px 15px 15px;
}

.money-add-div table {
    background-color: #fff;
}

.money-add-div table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.config-btn {
    font-size: 12px;
}

.config-btn a {
    text-decoration: none;
}

.config-btn .blue-c:hover {
    color: #007fff;
}

.config-btn .red-c:hover {
    color: #f06060;
}

.card-bar {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 6px;
    color: #666;
}

.inline-text {
    display: inline-block;
    width: 440px;
    vertical-align: -15px;
}

.same-height {
    height: 460px;
}

.reply-btn:hover {
    background-color: #da7a50;
    color: #fff;
    text-decoration: none;
}

.nosee {
    margin-top: 12px;
    height: 52px;
    line-height: 83px;
    background: url(/uploads/image/csimg/nosee-pic.png) 56px center no-repeat;
    color: #989898;
    text-indent: 40px;
}

.nosee2 {
    background-position: 50px center;
    width: 300px;
    margin: auto;
    text-indent: 50px;
}

.error-box {
    height: 300px;
    min-height: 300px;
    display: table;
    width: 100%;
}

.error-box .error-cell {
    display: table-cell;
    vertical-align: middle;
}

.error-box .error-cell .error-i {
    font-size: 50px;
    vertical-align: -6px;
}

.success-i {
    font-size: 50px;
    vertical-align: -6px;
}

.signbox {
    width: 320px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    top: 130px;
    right: 8.5%;
}

.signbox .sign-group {
    margin-bottom: 25px;
}

@media (max-width: 1500px) {
    .signbox {
        right: 7.5%;
    }
}

@media (max-width: 1400px) {
    .signbox {
        right: 8%;
    }
}

.signtab {
    padding-bottom: 30px;
}

.signtab i {
    margin: 0 10px;
    color: #a2a2a2;
    vertical-align: 2px;
}

.signtab span {
    cursor: pointer;
}

.signtab .cur {
    font-weight: 700;
    color: #69b381;
}

.sign-mob-sec {
    width: 35%;
    border: 1px solid #ddd;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 2%;
    padding-left: 2px;
}

.sign-mob-sec .signsec-bg {
    background-color: #f7f7f7;
    height: 100%;
    padding: 0 6px;
    border-left: 1px solid #ddd;
}

input.sign-mob {
    width: 63%;
}

input.sign-getipt {
    width: 58%;
}

.sign-getbtn {
    margin-left: 2%;
    width: 40%;
}

.adress-ul li {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 1%;
    width: 49%;
}

.adress-ul li.cur {
    background-color: #f8f8f8;
    position: relative;
}

.adress-ul li.cur:after {
    content: "✔";
    font-size: 14px;
    border: 1px solid #f19f3e;
    color: #f19f3e;
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.adress-ul2 li.cur:after {
    border-color: #ff0000;
    color: #ff0000;
}

.invname {
    color: #888;
    text-align: right;
    display: inline-block;
    width: 60px;
}

.invname2 {
    color: #888;
    text-align: right;
    display: inline-block;
    width: 90px;
}

.mr-adress {
    background-color: #ffaa45;
    padding: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}

.mr-adress:hover {
    text-decoration: none;
    color: #fff;
}

.mr-adress2 {
    background-color: #ff0000;
}

.invedit a {
    margin: 0 5px;
    color: #0059b3;
    cursor: pointer;
    font-size: 12px;
}

.invedit a:hover {
    color: #004080;
}

.add-btn {
    border: 1px solid #bfd6af;
    background-color: #f6fbf3;
    padding: 4px 8px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.add-btn:hover {
    background-color: #edf7e8;
}

.event-l {
    background-color: #fff;
    overflow: hidden;
    margin-right: 980px;
    padding: 15px;
    height: 634px;
}

.event-l .treebox {
    min-height: 400px;
    max-height: 500px;
    overflow: auto;
}

.event-r {
    float: right;
    width: 960px;
}

.event-condtion {
    background-color: #fff;
    padding: 15px;
    position: relative;
}

.event-condtion p {
    margin-bottom: 15px;
}

.event-echart {
    height: 550px;
    width: 100%;
    padding: 15px;
}

.demanbox {
    display: table;
    width: 100%;
}

.demanbox label {
    display: table-cell;
    width: 90px;
}

.demanbox input {
    display: table-cell;
}

.casexq-div label {
    vertical-align: top;
}

.casexq-div textarea {
    height: 400px;
}

.dxdiv-box {
    display: inline-block;
    vertical-align: middle;
}

.dxdiv-box .pull-left {
    width: 58%;
}

.dxdiv-box .pull-right {
    width: 40%;
}

.word-l {
    width: 260px;
    float: left;
}

.word-r {
    overflow: hidden;
    margin-left: 280px;
    position: relative;
}


.wordanalyse li {
    /*	border-bottom:1px solid #eee;*/
    padding: 10px 0;
}

.wordanalyse li .cp-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.wordanalyse li .cp-sub {
    font-size: 13px;
    color: #888;
}

.word-tab {
    font-size: 14px;
}

.timeld a {
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.timeld a:hover {
    border-color: #48a148;
    color: #48a148;
}

.timeld a.cur {
    border-color: #48a148;
    color: #419641;
}

.table-xys {
    width: 98%;
    margin: auto;
    overflow-x: auto;
}

.table-xys table {
    width: 100%;
    margin-bottom: 0;
}

.new {
    clear: both;
}

.new-1 {
    clear: both;
}

.invoicecontentinfo li:first-child .invedit {
    margin-top: 120px;
}

.list {
    width: 702px;
    margin: 20px auto;
}

.list .item {
    padding: 0 20px;
    text-align: left;
    margin-top: -15px;
}

.list .item span {
    max-height: 25px;
    line-height: 25px;
    margin-right: 10px;
    font-size: 16px;
}

.list .item div.cont {
    overflow: hidden;
}

.list .item div.cont p {
    max-height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    margin: 0;
    color: #888;
}

.division {
    width: 735px;
    margin: 55px auto 40px auto;
}

a {
    text-decoration: none !important;
}

.div-casetype {
    width: 900px;
    margin: 20px auto 0;
}

.div-casetype .nameone {
    float: left;
    font-weight: 500;
    line-height: 32px;
    font-size: 14px;
    margin-right: 10px;
}

.div-casetype div.cont {
    overflow: hidden;
    line-height: 32px;
}

.div-casetype .nametwo {
    float: left;
    padding: 0 10px;
    font-weight: 500;
    line-height: 32px;
    font-size: 14px;
    background-color: #169bd5;
    width: 104px;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-casetype .cont .desc {
    overflow: hidden;
    text-align: left;
}

.div-casetype .cont .desc a {
    float: left;
    margin: 0 10px;
    font-size: 14px;
    width: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-casetype .cont .desc a:hover {
    color: #fb7c0e;
}

.div-list {
    width: 200px;
    margin: 10px auto 0;
    font-size: 14px;
}

.div-list li {
    line-height: 30px;
    position: relative;
    padding-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.div-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    height: 50%;
    width: 1px;
    background-color: #4697d6;
    transform: translate(-50%, 0);
}

.div-list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    height: 50%;
    width: 1px;
    background-color: #4697d6;
    transform: translate(-50%, 0);
}

.div-list li:first-child::before,
.div-list li:last-child::after {
    display: none;
}

.div-list li i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #4697d6;
    border-radius: 50%;
}

.right {
    padding: 30px 0 0 50px;
    box-sizing: border-box;
}

.right-top {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 25px;
}

.right-top p {
    font-size: 14px;
    color: #999999;
}

.right-center {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 25px;
    margin: 25px 0 25px;
}

.right-center li {
    font-size: 16px;
}

.right-center span {
    color: orange;
}

.right-center li i {
    border-radius: 50%;
    background-color: #169bd5;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.right-bottom a {
    color: white;
    background: #007fff;
    width: 130px;
    height: 50px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin-top: 5px;
}

.wrap {
    background-color: #f1f1f1;
}

.wrap .column.whitebg {
    padding: 80px 50px;
    background-color: #fff;
    margin-bottom: 30px;
}

.wrap .column.whitebg.row {
    background-color: #fff;
    margin: 0;
}

.div-case {
    width: 735px;
    margin: 55px 0 0 80px;
    border: 1px solid #c0c0c0;
    position: relative;
    text-align: left;
}

.div-case .nameone {
    position: absolute;
    float: left;
    color: #000000;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #5f66ea;
    border-radius: 4px;
    background: #f6f7f9;
    margin: -16px 0 0 30px;
    width: 120px;
    height: 30px;
    text-align: center;
}

.div-case .cont {
    overflow: hidden;
    line-height: 20px;
    margin-left: 35px;
}

.div-case .cont .item {
    margin-top: 30px;
    margin-bottom: 20px;
}

.div-case .nametwo {
    padding: 0px 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    width: 145px;
    color: black;
    margin: 10px 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-case .cont .desc {
    margin-left: 120px;
    overflow: hidden;
}

.div-case .cont .desc li {
    float: left;
    margin: 5px 15px 0px 0px;
    font-size: 14px;
    width: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-datafactory {
    background:  no-repeat;
    backgroung-size: 100% 100%;
    height: 400px;
    margin-top: -20px;
}

.collectwrap {
    margin-top: -120px;
}

.header-border-right {
    width: 930px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.header-border-left {
    width: 98px;
    height: 40px;
    border-top: 1px solid #00f;
    border-left: 1px solid #00f;
    border-right: 1px solid #00f;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.header-border-left p {
    font-size: 16px;
    color: black;
    text-align: center;
    margin-top: 10px;
}

.header-border-right-wordfreqanalyse {
    width: 920px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.event-search p {
    margin: 60px 0 0 80px;
}

.header-border-right-eventdistribution {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.header-border-right-eventdistribution-two {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.header-border-right-home {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.header-nav {
    position: absolute;
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    margin: 50px 100px;
    left: -100px;
    top: -50px;
    cursor: pointer;
}

.header-nav li.cur {
    position: relative;
    width: 80px;
    height: 40px;
    border-top: 1px solid #00f;
    border-left: 1px solid #00f;
    border-right: 1px solid #00f;
    border-bottom: 1px solid #fff;
    background: #fff;
    font-size: 16px;
    color: black;
    text-align: center;
    line-height: 40px;
}

.header-nav li {
    float: left;
    width: 80px;
    height: 40px;
    font-size: 16px;
    color: black;
    text-align: center;
    line-height: 40px;
}

.text-cancel a {
    border: 1px solid red;
    background: red;
    color: white;
}

.ztree li ul {
    height: auto;
}

.ztree .line {
    display: block;
}

li.caseli section {
    margin: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #f9f9f9;
}

li.caseli.selected section {
    border: 1px solid #ff6700;
    background-color: #faf9f2;
}

li.caseli.selected section:after {
    content: "✔";
    font-size: 11px;
    border: 1px solid #f19f3e;
    color: #f19f3e;
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    position: absolute;
    bottom: 18px;
    right: 10px;
}

label.cur {
    color: #ff6700;
}

a.cur {
    color: #fb7c0e;
}

/*提交需求*/
.header-border-right-demandedit {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.demanbox-table {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
}

.header-border-right-demandedit-bottom {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

/*事件分布 时间按钮*/
.time {
    width: 1000px;
    height: 30px;
    margin: -465px 0 0 80px;
}

.time .time-one a {
    float: left;
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
    background-color: #979bf1;
    border-radius: 4px;
    color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
}

.time .time-two li {
    float: left;
    margin-right: 10px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: darkgray;
}

/*舆情案例*/
.header-border-left p {
    font-size: 16px;
    color: black;
    text-align: center;
    margin-top: 10px;
}

.header-border-right ul {
    font-size: 16px;
    float: right;
    margin-top: -35px;
}

.header-border-right li {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.header-border-right select {
    width: 98px;
    height: 27px;
}

/*词频分析*/
.searchbox {
    margin: 0 auto;
    width: 960px;
    height: 150px;
    background-color: white;
}

.searchbox-div {
    width: 920px;
    position: absolute;
    top: 50%;
    left: 14%;
}

.searchbox input {
    width: 400px;
    height: 35px;
    display: block;
    float: left;
    border: 1px solid #cccc;
}

.searchbox button {
    width: 100px;
    height: 35px;
    background: #5f66ea;
    border: none;
    display: block;
    float: left;
}

.searchbox button a {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: white;
}

.searchbox button:hover {
    background: #0066ff;
}

.searchbox span {
    display: block;
    float: left;
    color: black;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
}

.searchbox p a {
    float: left;
    font-size: 16px;
    margin: 0 10px;
    color: orange;
    line-height: 33px;
}

/*词频分析*/
.gray-bar-border {
    width: 260px;
    height: 35px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f6f7f9;
    margin-left: -15px;
    margin-top: -15px;
}

.gray-bar-border .bar-bg {
    font-size: 16px;
    color: black;
    line-height: 35px;
    margin-left: 15px;
}

.gray-bar-border .bar-bg-bottom {
    font-size: 16px;
    color: black;
    line-height: 35px;
    margin-left: 15px;
    text-decoration: none;
}

/*需求详情*/
.banner-demanddetail {
    background:  no-repeat;
    height: 400px;
    margin-top: -20px;
    position: relative;
}

/*账号信息*/
.header-border-right-userinfo {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.header-border-left {
    width: 110px;
}

.header-border-right-userinfo-bottom {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #00f;
    background-color: #f5f5f5;
    margin-top: -15px;
    margin-left: -15px;
}

/*需求详情*/
.demanddetail-text p {
    width: 200px;
    height: 70px;
    font-size: 36px;
    color: white;
    line-height: 70px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -70px;
}

.banner-userinfo {
    float: left;
    background:  no-repeat;
    backgroung-size: 100% 100%;
    width: 120px;
    height: 140px;
    margin-top: 20px;
    margin-right: 35px;
}

/*经典案例	*/
.body-main {
    margin: 0 auto;
    width: 100%;
    height: 180px;
}

.body-main .round {
    margin-top: 40px;
    margin-left: 65px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    background: #84c298;
    float: left;
}

.body-main .round p {
    height: 32px;
    width: 80px;
    text-align: center;
    color: white;
}

.body-main .round .text-1 {
    font-size: 34px;
}

.body-main .round .text-2 {
    font-size: 12px;
}

.body-main .content {
    margin: 25px 60px;
    float: left;
    /*width: 800px;*/
    width: 70%;
    white-space: normal;
    text-align: left;
}

.body-main .text-3 {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    font-weight: 800;
    color: #262a35;
}

.body-main .text-4 {
    font-size: 14px;
    line-height: 25px;
    color: #888;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.body-main .border {
    width: 50px;
    height: 2px;
    margin-bottom: 10px;
    background: #84c298;
}

.body-main-one {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    background: #e7fbf8;
}

.body-main-one .round-one {
    margin-top: 40px;
    margin-left: 65px;
    width: 80px;
    height: 80px;
    border: 1px #84c298 solid;
    background: white;
    -webkit-border-radius: 40px;
    float: left;
}

.body-main-one .round-one p {
    height: 32px;
    width: 80px;
    text-align: center;
    color: white;
}

.body-main-one .round-one .text-1 {
    font-size: 34px;
    color: black;
}

.body-main-one .round-one .text-2 {
    font-size: 12px;
    color: black;
}

.body-main-one .content {
    margin: 25px 60px;
    float: left;
    /*width: 800px;*/
    width: 70%;
    text-align: left;
}

.body-main-one .text-3 {
    font-size: 16px;
    line-height: 50px;
    font-weight: 800;
    color: #262a35;
}

.body-main-one .text-4 {
    font-size: 14px;
    line-height: 25px;
    color: #888;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.body-main-one .border {
    width: 50px;
    height: 2px;
    margin-bottom: 10px;
    background: #84c298;
}

/*舆情案例*/
.gray-bar-nametwo {
    padding: 5px 20px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    width: 145px;
    color: black;
    margin: 5px 0 0 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desc-nametwo {
    margin: 8px 15px 0px 10px;
    font-size: 14px;
    padding: 0 12px;
    width: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*首页样式*/
.clear {
    clear: both;
}

.main {
    margin: 30px auto;
    display: block;
    width: 1200px;
    /*min-height: 320px; */
    min-height: 370px;
    height: auto;
    border: 1px solid white;
    background: white;
}

.main .nav {
    width: 1200px;
    height: 40px;
}

.main .nav-text1 {
    float: left;
    font-size: 16px;
    color: #3297fb;
    font-weight: bold;
    line-height: 35px;
    /*margin-left: 40px;  */
}

.main .nav-text2 a {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 35px;
    text-decoration: none;
    /* margin-right: 40px;  */
}

.main .xian {
    margin: 0 auto;
    height: 2px;
    border-bottom: 1px solid #cccccc;
}

/*.main .main-left {
  position: relative;
  float: left;
  width: 360px;
  height: 200px;
  margin-top: 35px;
  margin-left: 40px;
  cursor: pointer;
  overflow: hidden; }

.main-left p {
  position: absolute;
  height: 37px;
  width: 360px;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #202020;
  opacity: 0.8;
  color: #fff;
  display: block;
  line-height: 37px; }

.main .main-left img {
  width: 360px;
  height: 200px;
  transition: transform 1s ease 0s;
   }
 */
.main .main-right {
    margin: 35px 0px auto;
    width: 98%;
}

.main-right .nav-text3 {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.main-right .nav-text4 {
    margin-right: 12px;
    float: right;
    font-size: 14px;
    color: #3297fb;
    text-decoration: none;
}

.main-right .nav-text5 {
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 22px;
    margin: 10px auto;
    /*  width: 710px; */
    width: 95%;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-bottom {
    width: 100%;
    min-height: 320px;
    height: auto;
    margin-top: 40px;
    position: relative;
    z-index: 0;
}

.main-bottom-c {
    /*width: 1200px;*/
    min-height: 320px;
    height: auto;
    /*background: white;*/
    margin: 15px auto;
    /*border-bottom: 1px dashed #ccc;*/
    position: absolute;
    top: 40px;
    left: 5%;
    z-index: 999;
}

/*.main-bottom .nav1 {*/
/*    height: 40px;*/
/*}*/

.main-bottom .nav-text-1 {
    text-align: center;
    font-size: 24px;
    padding: 75px 0;
    color: #ffffff;

}

.main-bottom .nav-text-2 a {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 35px;
    text-decoration: none;
    margin-right: 10px;
}

/*.main-bottom .xian1 {*/
/*    height: 1px;*/
/*    border-bottom: 1px solid #cccccc;*/
/*}*/

.main-bottom .nav2 {
    float: left;
    margin: -250px 800px;
    width: 400px;
    height: 40px;
}

.main-bottom .nav-text-6 {
    float: left;
    font-size: 16px;
    color: #3297fb;
    font-weight: bold;
    line-height: 35px;
    margin-left: 20px;
}

.main-bottom .xian2 {
    float: left;
    margin: -213px 820px;
    height: 1px;
    width: 455px;
    border-bottom: 1px solid #cccccc;
}

.m-list li {
    float: left;
    margin-top: 22px;
}

.m-list .f-top,
.m-list p {
    width: 100%;
    height: 16px;
    margin: 20px 0 0;
    line-height: 16px;
}

.m-list .f-top {
    font-weight: bold;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list .f-bot {
    font-size: 12px;
    color: #b5b5b5;
    float: left;
}

.m-list .f-bot-t {
    float: right;
    font-size: 12px;
    color: #b5b5b5;
    margin-top: -15px;
}

.m-list .s-img {
    width: auto;
    height: 150px;
    position: relative;
}

.s-img p {
    height: 37px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #323536;
    opacity: 0.8;
    color: #fff;
    display: none;
    line-height: 37px;
}

.s-img:hover p {
    display: block;
}

.s-img {
    display: block;
    position: relative;
    width: 110px;
    height: 110px;
}

.s-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.y-img img {
    display: block;
    position: relative;
}

.main-bottom2 {
    float: right;
    position: relative;
}

.main-bottom2 .nav3 p {
    width: 300px;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #3297fb;
    line-height: 40px;
    font-weight: bold;
}

.f-bot, .f-bot-t {
    margin-top: 6px;
}

.pep-ul li {
    display: none;
}

.pep-ul li.active {
    display: block;
}

.wrap-home {
    overflow: hidden;
}

.main .main-left img:hover {
    transform: scale(1.08);
}

.carousel-indicators {
    position: absolute;
    top: 230px;
    left: 180px;
}

.carousel-indicators li {
    list-style: none;
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #aaa;
    border-radius: 12px;
    margin-right: 10px;
    cursor: pointer;
}

.carousel-indicators .circle {
    transform: scale(1.3);
    background-color: #f1f1f1;
}

/*首页搜索框*/
.input-dorpmenu {
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -300px;
}

.input-dorpmenu select {
    float: left;
    width: 100px;
    height: 40px;
    font-size: 16px;
    text-align: center;
}

.input-dorpmenu input {
    width: 400px;
    height: 40px;
    display: block;
    float: left;
    font-size: 16px;
    color: #c0c0c0;
    padding-left: 15px;
}

.input-dorpmenu button {
    width: 100px;
    height: 40px;
    background: #007fff;
    border: none;
    display: block;
    float: left;
}

.input-dorpmenu button a {
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.casetime {
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: -255px;
}

.casetime span {
    font-size: 16px;
    color: white;
}

.casetime input {
    width: 150px;
    height: 30px;
}

/*需求详情*/
.demanbox .nor-label2 {
    height: 60px;
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.demanbox .nor-label2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    height: 70%;
    width: 1px;
    background-color: #ccc;
    transform: translate(-50%, 0);
}

.demanbox .nor-label2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 4px;
    height: 70%;
    width: 1px;
    background-color: #ccc;
    transform: translate(-50%, 0);
}

.demanbox:first-child .nor-label2::before {
    display: none;
}

.demanbox:last-child .nor-label2::after {
    display: none;
}

.demanbox .nor-label2 i {
    position: absolute;
    top: 58%;
    left: 0;
    margin-top: -26px;
    width: 10px;
    height: 10px;
    border: 2px solid #9fa3f2;
    border-radius: 30%;
}

/* 舆情案例页搜索框样式 */
.input_lg_new {
    float: left;
    width: 110px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    padding: 10px 16px;
}

/* 案例管理页搜索框样式 */
.form-control_new {
    width: 113px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 6px 12px;
}

/* 案例管理页"排序条件"下拉框样式 */
.form-control_sortcondition {
    width: 113px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 6px 3px;
    margin: auto;
}

/* 案例管理页"升序降序"下拉框样式 */
.form-control_sorttype {
    width: 77px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 6px 12px;
    margin: auto;
}

/*订单管理页搜索框样式  */
.form-control_order {
    width: 93px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 6px 12px;
}

/* 用户管理页 */
.form-control_add {
    margin-top: -3px;
}

/*词频分析页*/
.form-inline-new {
    margin: 20px 0px;
}

.form-inline-new button {
    width: 200px;
}

/*首页*/
.lunbo-div {
    height: 175px;
}

.expert-img-new {
    display: none;
}

.now {
    display: block;
}

.expert-img-new li a img {
    height: 150px;
    width: 280px;
}

.tch-text-new {
    height: 42px;
    color: #c3c1c1;
}

/*.tidings {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0px;*/
/*    margin-top: -134px;*/
/*}*/

/*@media (max-width: 1700px) {*/
/*    .tidings {*/
/*        left: 9.1%;*/
/*    }*/
/*}*/

/*@media (max-width: 1400px) {*/
/*    .tidings {*/
/*        left: 15.2%;*/
/*    }*/
/*}*/

/*.tidings-box {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 10px;*/
/*    padding: 33px 0;*/
/*}*/

/*.tidings-box span {*/
/*    display: block;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    font-size: 13px;*/
/*    padding-left: 8px;*/
/*}*/

/*.tidings-box a {*/
/*    color: white;*/
/*}*/

/*.tidings-box label {*/
/*    color: white;*/
/*}*/

/*.tidings-box label {*/
/*    font-weight: 500;*/
/*}*/


.push-ul-new1 {
    bottom: 20px;
}

.apply-btn-new1 {
    bottom: 55px;
    left: 47.3%;
}

.tch-name-new1 {
    margin-top: 5px;
}

/* 添加案例页面 */

.add-case {
    float: left;
}

.add-case-tag {
    float: left;
    width: 900px;
    line-height: 25px;
}

.add-case-p {
    margin-left: 3px;
    float: left;
    margin-right: 10px;
    width: 73px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop-ipt-lg-new {
    width: 170px;
    height: 34px;
    text-align: center;
}

/* 事件分布 */

.labelwrap-new {
    float: left;
    margin-left: 3px;
    width: 600px;
}

.labelwrap-label {
    width: 73px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 需求详情 */

.details-demand {
    font-size: 14px;
    line-height: 25px;
}

.details-demand-p {
    padding-top: 3px;
    font-size: 14px;
    line-height: 25px;
}

/* 专家信息管理 */

.management-hd {
    padding: 15px 0px 20px 0px;
}

.management-input {
    margin: 10px 0px;
}

.sequence {
    background: #ed8b0b;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    cursor: pointer;
}

.icotime {
    margin-left: -4px;
}

.monograph {
    width: 500px;
    padding: 15px;
    margin: 20px 0px;
    border: 1px solid #c0c0c0;
}

/*编辑案例专家  */
.form-control-expert {
    width: 166px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 6px 12px;
    margin-right: 107px;
}

/* 专家在线 */
.page-left-add {
    padding: 15px;
    width: 250px;
    float: left;
}

.page-right-add {
    width: 930px;
    float: right;
    margin-bottom: 20px;
}

.page-right-head {
    padding: 15px;
}

.page-right-bottom {
    padding: 15px;
}

.online {
    position: relative;
}

.online span {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 120px;
}

.on-line {
    position: absolute;
    top: 2px;
    left: 18px;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50px;
}

.off-line {
    position: absolute;
    top: 2px;
    left: 18px;
    width: 10px;
    height: 10px;
    background-color: lightslategray;
    border-radius: 50px;
}

/*词频分析  */

.page-right-tree {
    float: left;
    margin-right: 20px;
}


.gray-bar-border-new {
    width: 220px;
}

.normal-table-container {
    height: auto;
}

.role-table {
    margin: 5px 0;
    width: 100%;
    background-color: #fff;
    color: #666;
    border-collapse: collapse;
    border-spacing: 0;
}

.role-table td, .role-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    text-align: left;
    font-weight: 400;
}

.same-width-div {
    float: left;
    line-height: 34px;
    width: 70px;
}

.common-select {
    height: 34px;
    margin-right: 10px;
}

.word-l-add {
    width: 220px;
    margin-right: 20px;
}

.dgray-bar-border-new {
    width: 220px;
}

.word-r-analysis {
    margin-left: 240px;
}

.word-r-new {
    margin-left: 240px;
    position: relative;
}

.mainbox {
    margin: 0 auto;
    width: 900px;
}

.pay-title {
    padding-top: 20px;
    text-align: center;
}

.pay-title h1 {
    color: #333;
    font-size: 32px;
}

.pay-title p {
    color: #888;
    height: 35px;
    line-height: 35px;
}

.pay-price {
    float: right;
    margin-right: 50px;
}

.pay-price p b {
    font-weight: 500;
}

.pay-price p:first-child {
    color: #888888;
    height: 20px;
    line-height: 40px;
    font-size: 16px;
    text-decoration: line-through;
}

.pay-price p:last-child {
    color: #888;
    font-size: 26px;
}

.pay {
    margin-top: 25px;
}

.pay-lf {
    float: left;
    margin-left: 60px;
    margin-right: 50px;
}

.pay-lf li .pay-list.cur {
    border: 1px solid #1aa5ec;
}

.pay-lf li .pay-list {
    margin: 15px 0px;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #cccc;
    border-radius: 4px;
    cursor: pointer;
}

.pay-lf li .pay-balance {
    position: relative;
    padding: 18px 20px;
}

.pay-lf li .pay-balance img {
    width: 140px;
    height: 35px;
}

.pay-lf li p {
    position: absolute;
    bottom: 0px;
    width: 140px;
    color: #888;
    text-align: center;
    font-size: 14px;
}

.pay-lf li img {
    width: 140px;
    height: 40px;
}

.pay-rt {
    float: left;
    margin-top: 15px;
    background: #f6f6f6;
}

.pay-rt p {
    height: 40px;
    line-height: 40px;
    color: #888888;
    text-align: center;
}

.code {
    padding: 10px 160px;
}

.code-container {
    width: 240px;
    height: 240px;
    text-align: center;
}

.code-container img {
    width: 240px;
    height: 240px;
    text-align: center;
}

.pay-input {
    margin-top: 40px;
    padding: 74px 147px;
}

.pay-input input {
    display: block;
    width: 250px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccc;
    border-radius: 2px;
}

.pay-input button {
    margin: 30px 0px 0px 83px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #1aa5ec;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.pay-input button:hover {
    background: #1991cf;
}

.dotted-line {
    border-bottom: 1px dashed #cccc;
}

.layui-card-body-fail p {
    text-align: center;
}

.layui-card-body-fail p:first-child {
    margin-top: 50px;
}

.layui-card-body-fail p:last-child {
    font-size: 30px;
    line-height: 75px;
    color: #888;
}

.layui-card-body-fail img {
    width: 180px;
    height: 180px;
}

/*事件分析页*/
.tree-lf {
    height: 210px;
    overflow-y: auto;
}

.histogram {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    margin-left: 50px;
}

.histogram-rt {
    float: left;
    height: 50px;
    line-height: 50px;
}

.chartbox {
    position: relative;
}

.histogram-line {
    position: absolute;
    top: 40px;
    left: 15px;
}

.histogram-bt {
    margin-left: 50px;
    padding: 5px 0;
}

.form-control[readonly], .form-control[disabled] {
    background-color: #eee;
}

.statistic {
    margin-left: 5px;
    color: #0b0c12;
    font-size: 18px;
    font-weight: 700;
}

.data-span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close-add {
    opacity: 0.8;
}


/* 词频分析购物车案例列表  */
.fixedbox {
    height: 100%;
    position: fixed;
    background: #e6e6e6;
    z-index: 1000;
    right: -220px;
}

.fixedbox .sidebar {
    width: 35px;
    height: 100%;
    background-color: #f1f1f1;
    float: left;
}

.fixedbox .showbar {
    height: 100%;
    width: 220px;
    float: left;
    padding: 8px;
}

.sidebar-btn {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    background-color: #ff0036;
    width: 35px;
    height: 180px;
    text-align: center;
    padding: 10px;
    display: table;
    cursor: pointer;
}

.sidebar-btn:hover {
    background-color: #e60031;
}

.sidebar-btn .sbtn {
    display: table-cell;
    vertical-align: middle;
}

.sidebar-btn .sbtn a {
    color: #fff;
    text-decoration: none;
}

.joinbox {
    height: 100%;
}

.joinbox ul {
    height: 80%;
    overflow: auto;
}

.joinbox li {
    padding: 5px;
    margin-bottom: 8px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
}

.joinbox li:hover {
    border: 1px solid orange;
}

.joinbox li:hover a {
    color: #fff;
}

.joinbox .vedio-text-box {
    margin-left: 0;
}

.joinbox .vedio-text-box i {
    margin-right: 2px;
}

.analysecase-add li.selected {
    border: 1px solid orange;
}

.analysecase-add p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.remove-add {
    margin-left: 165px;
}

/*案例检索*/

.drop-down {
    float: left;
}

.dropdown-content {
    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;
}

.drop-down:hover .dropdown-content {
    display: block;
}

#menu {
    width: 150px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    z-index: 100;
}

#menu ul {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #dcdcdc;
}

#menu ul li {
    line-height: 30px;
    width: 140px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    overflow: hidden;
}

#menu ul li img, #menu ul li a {
    float: left;
}

#menu ul li img {
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 8px;
}

#menu ul li a {
    display: block;
    width: 140px;
    font-size: 12px;
    color: #333;
}

#menu ul li:hover {
    background: #e8e8e8;
}

.region-new {
    text-align: left;
    margin-left: 80px;
    margin-top: 10px;
}

.nav-tabs > li > a {
    padding: 10px 18px;
}

.gray-bar-charge {
    margin-bottom: 20px;
}

.gray-bar-analysis {
    font-size: 16px;
    text-align: center;
}

.gray-bar-analysis .bar-bg {
    border-bottom: none;
}

/*事件分析页*/

.pop-sitebar a,
.pop-sitepanel h4,
.pop-sitepanel span,
.upic-div .upic-name,
.simi-intro,
.simi-text,
.mes-box .mes-box-tit,
.message-box li div,
.host-ly,
.aside-ul li a,
.focus-text a,
.meta-host,
.sitebar .sitebar-name,
.site-column h4,
.solr-title,
.solr-bar .link-a,
.event-panel h4,
.medialist .media-host-a,
.medialist .media-tit-a,
.echartm-tit,
.mediaright .mediatit,
.rule-keyword p a i,
.report-text .report-head a,
.hotinfop a,
.screen-mes h4 a,
.screen-mes p,
.search-title a,
.sch-simil dd .sch-a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.containerbox {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 45px;
}

/*左边*/

.eventanalyse-lf {
    float: left;
    width: 250px;
}

.bar-block {
    height: 36px;
    line-height: 36px;
    background-color: #1488fa;
    padding: 0 10px;
    color: #fff;
}

.bar-block span {
    float: left;
}

.bar-block a {
    float: right;
}

.event-leftop {
    padding: 15px;
}

.white-bg {
    background-color: #ffffff;
}

.showpicbox img {
    width: 220px;
    height: 125px;
}

.event-leftop .showpicbox p {
    font-size: 14px;
    height: 40px;
    font-weight: 700;
    margin-top: 10px;
    overflow: hidden;
}

.eventanalyse-input {
    padding-left: 15px;
    width: 140px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 10px 0px;
}

.eventanalyse-bt {
    padding: 15px 0px;
    text-align: center;
}

.eventanalyse-bt button:first-child {
    width: 80px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #f3606e;
    border: 1px solid #f3606e;
    cursor: pointer;
}

.eventanalyse-bt button:first-child:hover {
    background-color: #f44354;
}

.eventanalyse-bt button:last-child {
    width: 80px;
    height: 34px;
    line-height: 34px;
    color: #000000;
    background: #fff;
    border: 1px solid #000000;
    cursor: pointer;
}

.eventanalyse-bt button:last-child:hover {
    color: #fff;
    background: #000000;
}

.event-leftbot ul li {
    height: 44px;
    line-height: 44px;
    background-color: #ffffff;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.event-leftbot ul .event-li-a {
    border-left: 5px solid #ffb872;
}

.event-leftbot ul li .cur {
    background-color: #ffe7cf;
    font-weight: 700;
}

.event-leftbot ul li div {
    padding-left: 50px;
}

.event-leftbot ul .event-li-b {
    border-left: 5px solid #b8d555;
}

.event-leftbot ul .event-li-c {
    border-left: 5px solid #4fc3f9;
}

.event-leftbot ul .event-li-d {
    border-left: 5px solid #49d1b0;
}

.event-leftbot ul .event-li-b:hover {
    background-color: #fafeec;
}

.event-leftbot ul .event-li-c:hover {
    background-color: #e8f7fe;
}

.event-leftbot ul .event-li-d:hover {
    background-color: #edfffb;
}

.event-leftbot img {
    vertical-align: -3px;
    margin-right: 5px;
}

/*右边*/

.eventanalyse-rt {
    margin-left: 270px;
    overflow: hidden
}

.eventanalyse-module {
    margin-bottom: 20px;
    overflow: hidden;
}

.event-module-lf {
    float: left;
    width: 49.3%;
}

.event-module-rt {
    float: right;
    width: 49.3%;
}

.bar-event {
    height: 36px;
    line-height: 36px;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #1488fa;
    font-size: 15px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 10px;
}

.bar-noline {
    border-left: 0;
    border-right: 0;
}

.ask-icon {
    vertical-align: 0;
}

.panel-body {
    padding: 15px;
}

.text-muted {
    color: #5c6597;
}

.eventbox-height {
    min-height: 260px;
    overflow: auto;
}

.text-muted {
    color: #666666;
}

.medialist {
    margin: 0 15px 0 20px;
    height: 36.5px;
    line-height: 36.5px;
    border-bottom: 1px dashed #e7e7e7;
}

.medialist a {
    text-decoration: none;
}

.medialist a:hover {
    text-decoration: underline;
}

.medialist .media-tit-a {
    max-width: 70%;
    color: #555;
}

.medialist-img {
    vertical-align: 15px;
}

.medialist .media-tit-a em {
    color: #fd5d50;
    font-style: normal;
}

.medialist .media-host-a {
    color: #888;
    font-size: 13px;
    max-width: 30%;
}

.cursor {
    cursor: pointer;
}

.pull-right-add {
    float: right !important;
}

/*热文部分*/

.pull-right-add {
    float: right !important;
}

.s-result-b {
    margin-left: 20px;
    font-size: 12px;
    color: #595959;
    border-radius: 50px;
    height: 22px;
    line-height: 22px;
    margin-top: 6px;
}

.s-result-b span {
    padding: 0 4px;
    cursor: pointer;
}

.s-result-b span:hover {
    color: #ff868f;
}

/*左*/

.event-tabox {
    width: 75px;
    text-indent: 10px;
    margin-top: 10px;
}

.event-tab img {
    vertical-align: -5px;
    margin-right: 2px;
}

.pull-left {
    float: left !important;
}

.event-tabox .event-tab li.cur {
    color: #fe942d;
    border-color: #fe942d;
}

.event-tabox .event-tab li {
    padding: 14px 0px;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
}

.event-tabox .event-tab li:hover {
    background-color: #ffe7cf;
}

/*右*/

.eventlist {
    margin-top: 10px;
    margin-left: 85px;
    overflow: hidden;
    min-height: 500px;
}

.list {
    border-top: 0;
    border: 0px solid #e7e7e7;
}

.sch-list li {
    padding: 10px;
}

.list li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.search-title input {
    margin-right: 5px;
}

.icon-type {
    font-size: 12px;
    padding: 1.5px 5px;
    border-radius: 2px;
    color: #fff;
    margin-right: 4px;
}

.news {
    background-color: #ff868f;
}

.search-title .icon-type {
    float: left;
    display: inline-block;
    font-style: normal;
}

.search-title a em {
    color: #fd5d50;
    font-style: normal;
}

.search-title a {
    font-weight: 700;
    color: #1870c2;
    cursor: pointer;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    max-width: 70%;
}

.qxx-box {
    float: right;
    padding-right: 10px;
}

.warning-tit span {
    font-size: 12px;
}

.qxx-box .qxx {
    display: none;
    font-size: 11px;
    animation: qxx 0.3s linear 0s 1 normal;
}

.qxx {
    padding: 0.5px 2px;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    margin-top: 4px;
    margin-left: 5px;
    cursor: pointer;
}

.qxx-good {
    border: 1px solid #15bf26;
    color: #15bf26;
}

.qxx-box span.cur {
    display: inline-block;
}

.qxx-mid {
    border: 1px solid #09c0ff;
    color: #09c0ff;
}

.qxx-box:hover .qxx {
    display: inline-block;
}

.qxx-good:hover {
    background-color: #15bf26;
    color: #ffffff;
}

.qxx-mid:hover {
    background-color: #09c0ff;
    color: #ffffff;
}

.qxx-bad:hover {
    background-color: #f3606e;
    color: #ffffff;
}

.qxx-bad {
    border: 1px solid #f3606e;
    color: #f3606e;
}

.mes-pic-box {
    float: left;
    width: 84px;
    height: 64px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.sch-list li .mes-pic-box {
    padding: 10px 10px 5px 10px;
}

.mes-pic-box .mes-pic {
    width: 100%;
    height: 100%;
    transition: all 0.5s linear 0s;
}

.mes-box {
    padding: 0 10px 0 10px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.report-mes-box {
    padding-left: 0;
}

.search-text {
    padding-top: 10px;
    max-height: 50px;
    overflow: hidden;
}

.search-text span {
    color: #333;
    font-style: normal;
}

.search-text span em {
    color: #fd5d50;
    font-style: normal;
}

.search-host {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.search-host span,
.search-host a {
    font-size: 12px;
    color: #666666;
}

.search-host span {
    margin-right: 20px;
}

.search-host img {
    vertical-align: -3px;
}

.list li:hover {
    background-color: #e9f7ff;
}

/*鼠标经过显示*/

.hovermenu {
    display: none;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    right: 0%;
    top: 43px;
    z-index: 100;
    padding: 5px 2px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hovermenu::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-right: 7px solid transparent;
    position: absolute;
    left: 10px;
    top: -14px;
}

.report-mes-box .hovermenu {
    right: 120px;
}

.hovermenu span {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    margin: 0 4px;
}

.hovermenu img {
    width: 16px;
    height: 17px;
    vertical-align: -3px;
}

.sch-btn-a:hover {
    color: #1691d9;
}

.mediatip-box {
    width: 400px;
    padding: 0 5px;
    background-color: #2d3149;
}

.mediatip-box .mediatab {
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #171925;
    margin-bottom: 10px;
}

.mediatip-box .mediatab a {
    font-size: 14px;
    font-weight: 700;
    float: left;
    color: #fff;
}

.mediatip-box .mediatab i {
    color: #aaaeca;
    float: right;
    margin-top: 10px;
}

.mediatip-box .mediatab i:hover {
    color: #fff;
}

.mediapicbox {
    float: left;
    width: 100px;
    height: 120px;
    overflow: hidden;
    margin-right: 10px;
}

.mediapicbox img {
    width: 100%;
    height: 100%;
}

.mediaright {
    overflow: hidden;
    padding: 0 5px;
}

.mediaright .mediatit {
    max-width: 99%;
    display: block;
    font-size: 16px;
    color: #1691d9;
}

.mediaright .mediatext {
    color: #fff;
    font-size: 12px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 14px;
}

.mediaright .media-time {
    margin-top: 5px;
    font-size: 12px;
    color: #aaaeca;
}

.mediapage {
    padding: 10px 5px;
}

.mediapage a {
    margin-right: 15px;
    color: #707682;
    cursor: pointer;
}

.mediapage a:hover {
    color: #1691d9;
}

.customword-input {
    width: 500px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    margin-top: -5px;
    padding-left: 10px;
}

.customword-button {
    color: #fff;
    background-color: #8bd140;
    border: none;
    padding: 0px 3px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #7ec730;
}

.customword-button:hover {
    color: #fff;
    background-color: #71b32b;

}

/* 词频分析购物车案例列表 */
/*2020-02样式修改*/
.tidings {
    position: relative;
    width: 850px;
    z-index: 999;
    margin: auto;
}

.tidings-box-lf {
    position: absolute;
    left: -42px;
    bottom: 0px;
    width: 42px;
    height: 43px;
    background:  no-repeat;
}

.tidings-box {
    background: ;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.tidings-box-rt {
    position: absolute;
    right: -42px;
    bottom: 0px;
    width: 46px;
    height: 43px;
    background:  no-repeat;
}

.tidings-box span {
    margin-right: 20px;
}

.tidings-box span label {
    color: #54b774;
    font-weight: 500;
}

.tidings-box span a {
    font-weight: 500;
}

.home-hotspot-main {
    /*margin-bottom: 20px;*/
}

.home-hotspot-tit {
    text-align: center;
    font-size: 26px;
    padding: 75px 0;
    color: #262a35;
}

.home-hotspot-list-lf {
    padding: 10px;
    width: 48%;
    float: left;
    background: #ffffff;
    margin-bottom: 50px;
    box-shadow: #cccccc 0px 0px 10px 1px;
}

.home-hotspot-list-rt {
    padding: 10px;
    width: 48%;
    float: right;
    background: #ffffff;
    margin-bottom: 50px;
    box-shadow: #cccccc 0px 0px 10px 1px;
}

.home-hotspot-lf {
    margin-right: 25px;
}

.home-hotspot-lf img {
    width: 200px;
    height: 130px;
}

.home-hotspot-rt {
    float: right;
    width: 100%;
}

.home-hotspot-rt-top {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-hotspot-rt-middle {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #888;
}

.home-hotspot-rt-bottom .rt-bottom-lf {
    float: left;
    line-height: 30px;
    color: #bcbaba;
}

.home-hotspot-rt-bottom .rt-bottom-rt{
    float: right;
    line-height:30px;
    color: #bcbaba;
}

.home-hotspot-bt {
    text-align: center;
    padding: 40px 0px;
}

.home-hotspot-bt button {
    padding: 15px 120px;
    text-align: center;
    color: #54b774;
    border: none;
    background: #ffffff;
    box-shadow: #cccccc 0px 0px 10px 1px;
}

.new-width {
    width: 80%;
}

.caseimg img {
    width: 100%;
    height: 334px;
}

.datainsight-img img {
    width: 100%;
}

.bannerimg img {
    width: 100%;
    position: relative;
}

.contact-title h1 {
    position: absolute;
    left: 45%;
    top: 230px;
    color: #ffffff;
}

@media (max-width: 1600px) {
    .contact-title h1 {
        top: 180px;
    }
}

@media (max-width: 1400px) {
    .contact-title h1 {
        top: 150px;
    }
}

.container-contact {
    margin-bottom: 30px;
    margin-top: -200px;
    position: relative;
}

.container-width {
    width: 90%;
    margin: 0 auto;
}

/*# sourcemappingurl=style.css.map */
