html,
body {
    height: 100%;
    font-size: 12px;
    font-family: "microsoft yahei";
    padding: 0;
    margin: 0;
    overflow-y: hidden;

}

.container {
    min-width: 1280px;
    height: 100%;
    overflow: auto;
    background: #072FB4 url(../images/bg.jpg) no-repeat center top;
    background-size: cover;

}


/* 公用样式 */

.clear-fixed-after:after {
    content: "";
    display: block;
    clear: both;
}

.AnimateflipInX {
    animation: flipInX 5s ease infinite;
    -webkit-animation: flipInX 5s ease infinite;
}


/* 头部样式 */

.header {
}

.header .title {
    float: left;
}

.header .title span {
    width: 360px;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    height: 60px;
    line-height: 55px;
    font-size: 24px;
    vertical-align: middle;
    background: url(../images/header-title-bg01.png) no-repeat center 47px;
    background-size: 100%;
}

.header .title i {
    display: block;
    float: left;
    width: 100px;
    height: 60px;
    vertical-align: middle;
    background: url(../images/header-title-bg02.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.nav {
    float: left;
}

.nav ul {
}

.nav ul li {
    float: left;
    margin-left: -20px;
}

.nav ul li a {
    display: block;
    width: 155px;
    height: 50px;
    margin: 5px 0;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background: url(../images/nav-bg-normal.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav ul li a:hover {
    color: #00ffff;
}

.nav ul li.active a {
    background: url(../images/nav-bg-active.png) no-repeat center center;
    background-size: 100% 100%;
}

.timer {
    float: right;
    height: 60px;
    width: 280px;
    text-align: right;
    background: url(../images/header-time-bg.png);
    background-size: 100% 100%;
}

.timer span {
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding-right: 30px;
}


/* 元素边框样式 */

.item-cell {
    position: relative;
}

.item-cell .title {
    width: 220px;
    height: 36px;
    background: url(../images/item-title-bg.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    position: relative;
    top: -4px;
    margin-bottom: 4px;
}

.item-cell .title span {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.item-cell.border-type01 {
    background: rgba(255, 255, 255, 0.025);
}

.item-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-type01 .item-border i:nth-child(1) {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 78px;
    height: 60px;
    background: url(../images/border-type01a.png) no-repeat center center;
    background-size: contain;
}

.border-type01 .item-border i:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: url(../images/border-type01b.png) no-repeat center center;
    background-size: contain;
}

.border-type01 .item-border i:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: url(../images/border-type01c.png) no-repeat center center;
    background-size: contain;
}

.border-type01 .item-border i:nth-child(4) {
    position: absolute;
    bottom: -7px;
    left: -5px;
    width: 78px;
    height: 70px;
    background: url(../images/border-type01d.png) no-repeat center center;
    background-size: contain;
}

.border-type01 .item-border i:nth-child(5) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2773e6;
}

.border-type01 .item-border i:nth-child(6) {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 22px);
    background: #2773e6;
}

.border-type01 .item-border i:nth-child(7) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 22px);
    height: 1px;
    background: #2773e6;
}

.border-type01 .item-border i:nth-child(8) {
    position: absolute;
    top: 33px;
    left: 0;
    width: 1px;
    height: calc(100% - 75px);
    background: #2773e6;
}

.border-type02 .item-border i:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 15px;
    background: url(../images/border-type02a.png) no-repeat center center;
    background-size: contain;
}

.border-type02 .item-border i:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 11px;
    background: url(../images/border-type02b.png) no-repeat center center;
    background-size: contain;
}

.border-type02 .item-border i:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 13px;
    background: url(../images/border-type02c.png) no-repeat center center;
    background-size: contain;
}

.border-type02 .item-border i:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43px;
    height: 16px;
    background: url(../images/border-type02d.png) no-repeat center center;
    background-size: contain;
}

.border-type02 .item-border i:nth-child(5) {
    position: absolute;
    top: 0;
    left: 18px;
    width: calc(100% - 33px);
    height: 1px;
    background: #2773e6;
}

.border-type02 .item-border i:nth-child(6) {
    position: absolute;
    top: 11px;
    right: 0;
    width: 1px;
    height: calc(100% - 23px);
    background: #2773e6;
}

.border-type02 .item-border i:nth-child(7) {
    position: absolute;
    bottom: 0;
    left: 41px;
    width: calc(100% - 77px);
    height: 1px;
    background: #2773e6;
}

.border-type02 .item-border i:nth-child(8) {
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
    height: calc(100% - 29px);
    background: #2773e6;
}

.page-content {
    margin-top: 5px;
    height: calc(100vh - 70px)
}

.item-wrap {
    float: left;
}

.item-wrap .item-inner {
    padding: 10px;
    height: calc(100% - 20px);
}

.item-wrap .item-inner .item-cell {
    height: 100%;
}

.item-wrap .item-cell .item-content {
    height: calc(100% - 36px);
    position: relative;
    z-index: 1;
}

.item-wrap .item-cell.border-type02 .item-content {
    height: 100%;
    position: relative;
    z-index: 1;
}

.img-number-show {
    display: inline-block;
    margin: 0 10px;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px;
}

.img-number-show.icon-airplane {
    background-image: url(../images/icon-airplane.png);
}

.img-number-show.icon-car {
    background-image: url(../images/icon-car.png);
}

.img-number-show.icon-box {
    background-image: url(../images/icon-box.png);
}

.img-number-show b {
    color: #9bdef0;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.img-number-show strong {
    color: #00ffff;
    font-size: 20px;
}

.img-number-show strong small {
    font-size: 14px;
}


/* 首页 */

.business-content {
}

.business-content .item-wrap {
    float: left;
}

.business-content .item-wrap01 {
    width: calc(100% - 500px);
    height: 100%;
}

.business-content .item-wrap01 .item-content {
    height: 100%;
    background: url(../images/map-bg.png) no-repeat center center;
    background-size: 100%;
}

.business-content .item-wrap01 .transport-data {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.business-content .item-wrap01 .map-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.business-content .item-wrap01 .text-data {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 300px;
    height: 160px;
    padding: 0 10px;
    overflow: hidden;
    z-index: 9;
}

.business-content .item-wrap01 .text-data dl {
    white-space: nowrap;
    color: #9bdef0;
    text-align: left;
    position: relative;
}

.business-content .item-wrap01 .text-data dl dt {
    padding: 10px 0;
}

.business-content .item-wrap01 .text-data dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.business-content .item-wrap01 .text-data dl dd.unusual {
    color: #ff4076;
}

.business-content .item-wrap01 .item-list-data {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}

.item-list-data .item-cell {
    float: left;
    margin: 0 5px;
}

.item-list-data .list-data {
    width: 120px;
    height: 70px;
    position: relative;
    z-index: 1;
}

.item-list-data .list-data span {
    color: #9bdef0;
    display: block;
    font-size: 16px;
    margin-left: 15px;
    padding-top: 10px;
}

.item-list-data .list-data b {
    color: #00ffff;
    font-size: 20px;
    display: block;
    text-align: right;
    margin-right: 15px;
    font-family: "microsoft yahei";
}

.business-content .item-wrap01 .result-data {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 9;
}

.result-info {
    width: 300px;
    height: 70px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

.result-info span {
    color: #00ffff;
    line-height: 70px;
    font-size: 21px;
    white-space: nowrap;
    position: relative;
}

.business-content .item-wrap02 {
    width: 500px;
    height: 260px;
}

.business-content .item-wrap02 ul.site_build_condition {
    margin-top: 10px;
}

.business-content .item-wrap02 ul.site_build_condition li {
    float: left;
    width: 33.33333333%;
    text-align: center;
}

.business-content .item-wrap02 ul.site_build_condition li div {
    height: 110px;
    line-height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.business-content .item-wrap02 ul.site_build_condition li:nth-child(1) div {
    background-image: url(../images/icon-pie01.png);
}

.business-content .item-wrap02 ul.site_build_condition li:nth-child(2) div {
    background-image: url(../images/icon-pie02.png);
}

.business-content .item-wrap02 ul.site_build_condition li:nth-child(3) div {
    background-image: url(../images/icon-pie03.png);
}

.business-content .item-wrap02 ul.site_build_condition li div span {
    font-size: 24px;
}

.business-content .item-wrap02 ul.site_build_condition li:nth-child(1) div span {
    color: #00ffff
}

.business-content .item-wrap02 ul.site_build_condition li:nth-child(2) div span {
    color: #ff9745
}

.business-content .item-wrap02 ul.site_build_condition li:nth-child(3) div span {
    color: #36c16e
}

.business-content .item-wrap02 ul.site_build_condition li b {
    color: #65c6e7;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.business-content .item-wrap02 .build_process {
    margin: 0 20px;
    margin-top: 30px;
}

.business-content .item-wrap02 .build_process span {
    color: #65c6e7;
    font-size: 14px;
    vertical-align: middle;
}

.business-content .item-wrap02 .build_process strong {
    color: #65c6e7;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.business-content .item-wrap02 .build_process small {
    display: inline-block;
    width: calc(100% - 135px);
    background: #08477a;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.business-content .item-wrap02 .build_process small b {
    width: 60%;
    height: 100%;
    display: block;
    background: url(../images/icon-process-line.png) repeat-y left;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.business-content .item-wrap02 .build_process small b i {
    position: absolute;
    top: 0;
    right: -6px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-light.png) no-repeat right center;
    background-size: contain;
}

.business-content .item-wrap03 {
    width: 500px;
    height: calc(100% - 260px);
}

.learn_condition .item-cell {
    float: left;
    margin: 5px 10px;
}

.learn_condition .list-data {
    width: 220px;
    height: 70px;
    position: relative;
    z-index: 1;
}

.learn_condition .list-data span {
    color: #9bdef0;
    display: block;
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 3px;
    padding-top: 12px;
}

.learn_condition .list-data b {
    color: #00ffff;
    font-size: 26px;
    display: block;
    text-align: right;
    margin-right: 30px;
    margin-top: -5px;
}

.learn_condition .list-data b small {
    font-size: 12px;
}

.learn_rank {
    height: calc(100% - 180px);
    margin-top: 10px;
}

.learn_rank span {
    color: #00ffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.learn_rank .rank_chart {
    height: calc(100% - 10px);
}


/* 政府数据页面样式开始 */

.info_card .item-cell {
    float: left;
    margin: 5px 10px;
}

.info_card .list-data {
    width: 220px;
    height: 70px;
    position: relative;
    z-index: 1;
}

.info_card .list-data span {
    color: #9bdef0;
    display: block;
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 3px;
    padding-top: 12px;
}

.info_card .list-data b {
    color: #00ffff;
    font-size: 26px;
    display: block;
    text-align: right;
    margin-right: 30px;
    margin-top: -5px;
}

.info_card .list-data b small {
    font-size: 12px;
}

.government-content .item-wrap {
    float: initial;
}

.government-content .item-wrap-left {
    width: 500px;
    float: left;
}

.government-content .item-wrap-center {
    float: left;
    width: calc(100% - 1000px);
}

.government-content .item-wrap-right {
    width: 500px;
    float: left;
}

.government-content .item-wrap-left .item-wrap,
.government-content .item-wrap-right .item-wrap {
    height: calc((100vh - 70px) / 3);
    width: 100%;
}

.government-content .item-wrap01 {
}

.government-content .item-wrap01 .chart-wrap {
    height: calc(100% - 40px);
    position: relative;
}

.government-content .item-wrap01 .chart-wrap > span {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    width: 100%;
}

.government-content .item-wrap01 .chart-wrap span b {
    color: #00ffff;
    display: block;
    font-size: 12px;
}

.government-content .item-wrap01 .chart-wrap span b strong {
    font-size: 22px;
}

.government-content .item-wrap01 .chart-wrap span small {
    color: #9bdef0;
    font-size: 14px;
}

.government-content .item-wrap01 .gdp-pie-chart {
    height: 100%;
}

.government-content .item-wrap01 ul {
    margin: 0 10px;
    margin-top: 10px;
}

.government-content .item-wrap01 ul li {
    float: left;
    width: 22%;
    text-align: center;
    color: #9bdef0;
    font-size: 14px;
}

.government-content .item-wrap01 .item-wrap-left-nav li:nth-child(1) {
    width: 56%;
}

.government-content .item-wrap01 ul li b {
    font-size: 16px;
    color: #00ffff;
    padding: 0 5px;
}

.government-content .item-wrap02 {
    margin-top: 5px;
}

.economic_info {
    height: 100%;
}

.economic_info .item-cell {
    margin: 10px;
    height: calc((100% - 50px) / 2) !important;
}

.economic_info .list-data {
    width: 170px;
    height: 100%;
}

.economic_info .list-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.economic_info .list-data .list-data-inner {
    width: 100%;
    margin-top: -12px;
}

.economic_info .list-data b {
    font-size: 18px;
    margin-top: 5px;
}

.government-content .item-wrap03 {
    /*margin-top: 5px;*/
}

.government-content .item-wrap03 .item-content > span {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #9bdef0;
}

.government-content .item-wrap03 .item-content span small {
    color: #00ffff;
    font-size: 18px;
}

.government-content .item-wrap03 .gdp-line-chart {
    height: 100%;
}

.government-content .item-wrap04 {
    height: calc((100vh - 90px) / 3 * 2);
}

.government-content .item-wrap04 .video {
    width: calc(100% - 4px);
    padding: 2px;
    height: 99%;
    outline: none;
}

.government-content .item-wrap05 {
    /*margin-top: 5px;*/
    height: calc((100vh - 70px) / 3);
    width: 100%;
}

.government-content .item-wrap05 .government-text {
    height: 100%;
    margin: 0 10px;
    overflow: auto;
}

.government-content .item-wrap05 .government-text p {
    color: #9bdef0;
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
}

.government-content .item-wrap05 ul.product-list {
    height: 100%;
    margin: 0 5px;
}

.government-content .item-wrap05 ul.product-list li {
    float: left;
    width: 24.99999999%;
    height: 100%;
}

div.product-panel {
    background: #0e2053;
    border-radius: 4px;
    max-width: 200px;
    height: calc(100% - 20px);
    margin: 10px auto;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

div.product-panel h2 {
    color: #9bdef0;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
}

div.product-panel div.product-img {
    height: calc(100% - 72px);
    display: flex;
    justify-content: center;
    align-items: center;
}

div.product-panel img {
    max-width: 100px;
    width: 100%;
}

div.product-panel span {
    background: #10265d;
    display: block;
    float: left;
    width: 49.99999999%;
    padding: 5px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

div.product-panel span h3 {
    color: #9bdef0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
}

div.product-panel span strong {
    color: #9bdef0;
    padding: 0 5px;
    white-space: nowrap;
}

div.product-panel span strong b {
    font-size: 14px;
    color: #00ffff;
}

.government-content .item-wrap04 .item-content {
    height: 100%;
}

.government-content .item-wrap06 {
}

.government-content .item-wrap07 {
    /*margin-top: 5px;*/
}

.government-content .item-wrap07 .poor-bar-chart {
    height: 100%;
}

.government-content .item-wrap08 {
    /*margin-top: 5px;*/
}

.government-content .item-wrap08 .population-ratio {
    height: 100%;
}

.government-content .item-wrap06-warn li.total_condition div.total_condition_title span {
    color: #9bdef0;
    font-size: 16px;
    line-height: 30px;
}

.government-content .item-wrap06-warn li.total_condition div.total_condition_title b {
    float: right;
    color: #00ffff;
    margin-right: 5px;
}

.government-content .item-wrap06-warn li.total_condition:nth-child(1) div.total_condition_title b {
    color: #fc9901;
}

.government-content .item-wrap06-warn li.total_condition:nth-child(2) div.total_condition_title b {
    color: #307eff;
}

.government-content .item-wrap06-warn li.total_condition:nth-child(3) div.total_condition_title b {
    color: #68f5bd;
}

.government-content .item-wrap06-warn li.total_condition:nth-child(4) div.total_condition_title b {
    color: #ff7147;
}

.government-content .item-wrap06-warn li.total_condition div.total_condition_title p b {
    font-size: 20px;
}

.government-content .item-wrap07-num ul.site_build_condition {
    margin-top: 5px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 100%;
}

.government-content .item-wrap07-num ul.site_build_condition li {
    width: calc(50%);
    float: left;
    text-align: center;
    height: 100%;
}

.government-content .item-wrap07-num ul.site_build_condition li:nth-child(1) div {
    background-image: url(../images/icon-pie01.png);
    color: #65c6e7;
}

.government-content .item-wrap07-num ul.site_build_condition li:nth-child(2) div {
    background-image: url(../images/icon-pie02.png);
    color: #ff9745;
}

.government-content .item-wrap07-num ul.site_build_condition li div {
    height: 110px;
    padding-top: 30px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.government-content .item-wrap07-num ul.site_build_condition li {
    font-size: 12px;
    display: block;
}

.government-content .item-wrap07-num ul.site_build_condition li span,
.government-content .item-wrap07-num ul.site_build_condition li b {
    display: block;
    margin-top: 5px;
}

.government-content .item-wrap07-num ul.site_build_condition li span {
    font-size: 16px;
}

.government-content .item-wrap07-num .item-cell .item-content {
    height: calc(100% - 120px);
    margin-top: 50px;

}

/* 政府数据页面样式结束 */
/* 电商数据页面样式开始 */
.ebusiness-content .item-wrap {
    float: initial;
}

.ebusiness-content .item-wrap-left {
    width: 450px;
    float: left;
    height: 100%;
}

.ebusiness-content .item-wrap-center {
    width: calc(100% - 950px);
    float: left;
    height: 100%;
}

.ebusiness-content .item-wrap-right {
    width: 500px;
    height: 100%;
    float: left;
}

.ebusiness-content .item-wrap01 {
    height: 100%;
    width: 100%;
}

.ebusiness-content .item-wrap01 .sell-rank {
    height: 98%;
    overflow: hidden;
    clear: both;
}

.ebusiness-content .item-wrap01 .sell-rank ul {
    position: relative;
}

.ebusiness-content .item-wrap01 .sell-rank ul li {
    color: #9bdef0;
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
}

.ebusiness-content .item-wrap01 .sell-rank ul li:nth-child(odd) {
    background: rgba(39, 115, 230, .15);
}


.ebusiness-content .item-wrap01 .sell-rank ul li:hover {
    background: rgba(39, 115, 230, .35);
}

.ebusiness-content .item-wrap01 .sell-rank ul li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ebusiness-content .item-wrap01 .sell-rank ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ebusiness-content .item-wrap01 .sell-rank ul li b {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.ebusiness-content .item-wrap04 {
    height: calc(100% / 3 * 2);
    width: 100%;
}

.ebusiness-content .item-wrap02, .ebusiness-content .item-wrap03 {
    height: calc(100% / 2);
    width: 100%;
}

.ebusiness-content .item-wrap02 .item-content {
    height: 100%;
}

.ebusiness-content .sell-data-show {
    position: absolute;
    top: 10px;
    left: 10px;
}

.ebusiness-content .sell-data-show span {
    float: left;
    margin: 10px;
}

.ebusiness-content .sell-data-show span strong {
    white-space: nowrap;
    color: #9bdef0;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.ebusiness-content .sell-data-show span b {
    white-space: nowrap;
    color: #00ffff;
    font-size: 24px;
}

.ebusiness-content .sell-data-show span b i {
    color: #ff614d;
    display: inline-block;
    margin-right: 5px;
}

.ebusiness-content .sell-data-show span b small {
    font-size: 12px;
}

.ebusiness-content .item-wrap02 .map-bg {
    /* background: url(../images/map-bg.png) no-repeat center center;*/
    background-size: 100%;
}

.ebusiness-content .item-wrap02 .sell-map-chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}


.ebusiness-content .item-wrap05 {
    height: calc((100%) / 3);
    width: 100%;
}

.ebusiness-content .item-wrap05 {
    height: calc((100%) / 3 * 2);
}

.ebusiness-content .item-wrap03 .time-process {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 20px;
}

.ebusiness-content .item-wrap03 .time-process .process-inner {
    position: relative;
    width: 100%;
}

.ebusiness-content .item-wrap03 .time-process .process-inner b.line {
    height: 2px;
    width: 100%;
    background: rgba(155, 222, 240, .1);
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.ebusiness-content .item-wrap03 .time-process .process-inner b.line strong {
    background: #9bdef0;
    height: 100%;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(155, 222, 240, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul {
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul li {
    float: left;
    width: 12.49999999%;
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul li:nth-child(odd) span,
.ebusiness-content .item-wrap03 .time-process .process-inner ul li:nth-child(odd) small {
    position: relative;
    top: -7px;
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul li:nth-child(even) span,
.ebusiness-content .item-wrap03 .time-process .process-inner ul li:nth-child(even) small {
    position: relative;
    top: 5px;
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul li span {
    display: block;
    white-space: nowrap;
    color: #9bdef0;
    text-align: center;
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul li i {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul li i:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #9bdef0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ebusiness-content .item-wrap03 .time-process .process-inner ul li small {
    display: block;
    white-space: nowrap;
    color: #9bdef0;
    text-align: center;
}

.ebusiness-content .item-wrap04 {
}

.ebusiness-content .item-wrap04 dl {
    margin: 0 10px;
}

.ebusiness-content .item-wrap04 dl dt {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
}

.ebusiness-content .item-wrap04 dl dd {
}

.ebusiness-content .item-wrap04 dl dd span {
    display: block;
    height: 4px;
    background: url(../images/icon-process-line.png) repeat-y left top;
    background-size: 100% auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ebusiness-content .item-wrap04 .city-rank-chart {
    height: 100%;
}

.ebusiness-content .item-wrap04 ul,
.government-content .item-wrap06-warn ul {
    height: 100%;
}

.ebusiness-content .item-wrap04 ul li.total_condition,
.government-content .item-wrap06-warn ul li.total_condition {
    float: left;
    width: calc((100% - 20px) / 2);
    height: calc((100% - 20px) / 2);
    margin: 5px;
    background: rgba(39, 115, 230, .3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_condition_title,
.government-content .item-wrap06-warn li.total_condition div.total_condition_title {
    margin: 5px 15px;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_condition_title span {
    color: #9bdef0;
    font-size: 16px;
    line-height: 30px;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_condition_title b {
    float: right;
    color: #00ffff;
    font-size: 26px;
    margin-right: 5px;
    display: inline;
}

.ebusiness-content .item-wrap04 li.total_condition:nth-child(1) div.total_condition_title b {
    color: #fc9901;
}

.ebusiness-content .item-wrap04 li.total_condition:nth-child(2) div.total_condition_title b {
    color: #307eff;
}

.ebusiness-content .item-wrap04 li.total_condition:nth-child(3) div.total_condition_title b {
    color: #68f5bd;
}

.ebusiness-content .item-wrap04 li.total_condition:nth-child(4) div.total_condition_title b {
    color: #ff7147;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_content,
.government-content .item-wrap06-warn4 li.total_condition div.total_content {
    height: calc(100% - 80px);
    position: relative;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_detail {
}

.ebusiness-content .item-wrap04 li.total_condition div.total_detail .sell-data-show {
    position: initial;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_detail b {
    font-size: 16px;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_detail b label {
    color: #9bdef0;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    opacity: .6;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_detail b i {
}

.ebusiness-content .item-wrap04 .chart-wrap {
    height: 100%;
}

.ebusiness-content .item-wrap04 .chart-wrap > div {
    height: 100%;
}

.ebusiness-content .item-wrap04 .chart-wrap > span {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    width: 100%;
}

.ebusiness-content .item-wrap04 .chart-wrap span b {
    color: #00ffff;
    display: block;
    font-size: 12px;
}

.ebusiness-content .item-wrap04 .chart-wrap span b strong {
    font-size: 18px;
}

.ebusiness-content .item-wrap04 .chart-wrap span b i {
    font-size: 12px;
}

.ebusiness-content .item-wrap04 .chart-wrap span small {
    color: #9bdef0;
    font-size: 12px;
}

.ebusiness-content .item-wrap04 .gdp-pie-chart {
    height: 100%;
}

.ebusiness-content .item-wrap05 {
}

.ebusiness-content .item-wrap05 .sell-increase-chart {
    height: calc(100% - 105px);
}


/* 电商数据页面样式结束 */


/* 产品详情页面样式 */

.product-detail-content .item-wrap {
    float: initial;
}

.product-detail-content .item-wrap-left {
    width: 400px;
    height: 100%;
    float: left;
}

.product-detail-content .item-wrap-center {
    float: left;
    width: calc(100% - 800px);
    height: 100%;
}

.product-detail-content .item-wrap-right {
    width: 400px;
    height: 100%;
    float: left;
}

.product-detail-content .item-wrap-left .item-wrap,
.product-detail-content .item-wrap-right .item-wrap {
    height: calc((100% - 20px) / 3);
}

.product-detail-content .item-wrap01 {
}

.product-detail-content .item-wrap01 .product-rank-tip {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -70px;
}

.product-detail-content .item-wrap01 .product-rank-tip li {
    margin: 5px 0;
    background: url(../images/tip-bg.png) repeat-y top left;
    background-size: 100% auto;
    text-align: right;
    padding: 5px 10px;
    width: 100px;
}

.product-detail-content .item-wrap01 .product-rank-tip li b {
    font-size: 16px;
    color: #00ffff;
    display: block;
    margin-bottom: 5px;
}

.product-detail-content .item-wrap01 .product-rank-tip li small {
    color: #9bdef0;
}

.product-detail-content .item-wrap01 .product_kind {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail-content .item-wrap01 .product_kind img {
    display: block;
    opacity: .9;
    width: 50%;
    margin-left: -50px;
}

.product-detail-content .item-wrap02 {
    margin-top: 10px;
}

.product-detail-content .item-wrap02 .product-yield,
.product-detail-content .item-wrap03 .sales-rank,
.product-detail-content .item-wrap06 .sales-trend,
.product-detail-content .item-wrap07 .sales-rank-city {
    width: 100%;
    height: 100%;
}

.product-detail-content .item-wrap03 {
    margin-top: 10px;
}

.product-detail-content .item-wrap04 {
    height: 100%;
}

.product-detail-content .item-wrap04 .item-content {
    height: 100%;
}

.product-detail-content .item-wrap04 .product-detail-data {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.product-detail-content .item-wrap04 .product-detail-data li {
    float: left;
    margin: 0 10px;
}

.product-detail-content .item-wrap04 .product-detail-data li h2 {
    font-size: 14px;
    color: #9bdef0;
    text-align: left;
}

.product-detail-content .item-wrap04 .product-detail-data li span {
    display: block;
    color: #00ffff;
    margin: 5px 0;
}

.product-detail-content .item-wrap04 .product-detail-data li span b {
    font-size: 18px;
}

.product-detail-content .item-wrap04 .product-detail-data li span small {
    font-size: 12px;
    color: #9bdef0;
    vertical-align: middle;
}

.product-detail-content .item-wrap04 .product-detail-data li span strong {
    color: #fa1313;
    font-size: 14px;
    vertical-align: middle;
}

.product-detail-content .item-wrap04 .product-detail-data li span.data-down strong {
    color: #5cfea8;
}

.product-detail-content .item-wrap04 .product-detail-data li span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url(../images/data-up.png) no-repeat center center;
    background-size: 12px;
}

.product-detail-content .item-wrap04 .product-detail-data li span.data-down i {
    background: url(../images/data-down.png) no-repeat center center;
    background-size: 12px;
}

.product-detail-content .item-wrap04 .map-chart-point {
    width: 100%;
    height: 100%;
}

.product-detail-content .item-wrap04 .map-chart-path {
    position: absolute;
    width: 50%;
    height: 30%;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.product-detail-content .item-wrap05 {
}

.product-detail-content .item-wrap06 {
    margin-top: 10px;
}

.product-detail-content .item-wrap07 {
    margin-top: 10px;
}


/*新增样式*/
.company-select, .year-select {
    width: 200px;
    position: absolute;
    top: 13px;
    right: 290px;
}

.company-select .layui-select, .company-select .layui-input, .year-select .layui-select, .year-select .layui-input {
    background-color: rgba(39, 115, 230, .15);
    border-color: #2773e6 !important;
    color: #9bdef0;
    font-size: 13px;
}

.company-select .layui-input:focus, .company-select .layui-input:hover, .year-select .layui-input:focus, .year-select .layui-input:hover {
    border-color: #2773e6 !important;
}

.company-select .layui-form-select .layui-edge, .year-select .layui-form-select .layui-edge {
    border-top-color: #2773e6;
}

.company-select .layui-form-select dl, .year-select .layui-form-select dl {
    border: 1px solid #2773e6;
    background-color: #2444a7;
    color: #fff;
}

.company-select .layui-form-select dl dd.layui-this, .year-select .layui-form-select dl dd.layui-this {
    background-color: #2c86ca;
}

.company-select .layui-form-select dl dd:hover, .year-select .layui-form-select dl dd:hover {
    background-color: #2c86ca;
}

.year-select {
    right: 500px;
}

@media screen and (max-width: 1570px) {
    .company-select, .year-select {
        width: 150px;
        position: absolute;
        top: 13px;
        right: 290px;
    }

    .year-select {
        right: 450px;
        width: 90px;
    }
}

/*----------------预算执行--------------*/

.business-content .item-wrap01s {
    height: calc((100vh - 90px) / 3);
}

.business-content .item-wrap01 .item-list-data2 {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 10px;
    padding-right: 5px;
}

.government-content .item-list-data2 {
    padding: 0 5px;
}

.item-list-data2 .item-cell {
    width: calc((100% - 400px) / 4 - 10px);
}

.item-list-data2 .list-data {
    width: 100%;
    background: rgba(39, 115, 230, .15);
}

.item-list-data2 .item-cell .list-data i {
    display: inline-block;
    background: url(../images/01.png) no-repeat;
    width: 12px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 3px;
}

.item-list-data2 .item-cell:nth-child(1) .list-data i {
    background-position: 0 0;
}

.item-list-data2 .item-cell:nth-child(2) .list-data i {
    background-position: -13px 0;
}

.item-list-data2 .item-cell:nth-child(3) .list-data i {
    background-position: -25px 0;
}

.item-list-data2 .item-cell:nth-child(4) .list-data i {
    background-position: -38px 0;
}

.item-list-data2 .item-cell:nth-child(1) .list-data b {
    color: #ffe249;
}

.item-list-data2 .item-cell:nth-child(2) .list-data b {
    color: #7ac4ff;
}

.item-list-data2 .item-cell:nth-child(3) .list-data b {
    color: #a7ffde;
}

.item-list-data2 .item-cell:nth-child(4) .list-data b {
    color: #ff7147;
}

.business-content .item-wrap01s .item-content {
    background: none;
}

.business-content .budget-item-wrap02 {
    height: calc((100% - 10px) / 3 + 80px);
}

.business-content .budget-item-wrap02 ul.site_build_condition {
    margin-top: 5px;
    width: 32%;
    float: left;
}

.business-content .budget-item-wrap02 ul.site_build_condition li {
    width: 100%;
}

.business-content .budget-item-wrap02 ul.site_build_condition li div {
    font-size: 12px;
}

.business-content .budget-item-wrap02 ul.site_build_condition li div span,
.business-content .budget-item-wrap02 ul.site_build_condition li b {
    display: block;
    height: auto;
    line-height: 1.5;
    font-size: 12px;
}

.business-content .budget-item-wrap02 ul.site_build_condition li div span {
    padding-top: 30px;
    font-size: 14px;
}

.budget-item-dataproportion {
    width: 65%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(39, 115, 230, .1);
    float: left;
    margin-top: 10px;
    height: calc(100% - 25px);
}

.dataproportion-chart {
    height: calc(100% - 25px)
}

.government-content .item-wrap-right .item-wrap06-warn,
.government-content .item-wrap-right .item-wrap07-num {
    height: calc((100vh - 90px) / 3 - 25px);
}

.government-content .item-wrap-right .item-wrap06-warn {
    height: calc((100vh - 90px) / 3 - 40px);
}

.government-content .item-wrap-right .item-wrap07-num {
    height: calc((100vh - 70px) / 3 * 2 - 27px);
}

.government-content .item-wrap-left .item-wrap01-scroll {
    height: calc((100vh - 90px) / 3 * 2 - 60px);
}

.government-content .item-wrap04-video {
    height: calc((100vh - 90px) / 3 * 2 - 60px);
    width: 100%;
}

.item-echart-title {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    margin-bottom: 10px;
}

.item-wrap04-video .item-echart-map {
    padding: 0 10px 10px;
    color: #fff;
    box-sizing: border-box;
    height: calc(100% - 36px);
}

.government-content .item-wrap01 .maquee ul {
    margin: 0;
    width: 100%;
}

.government-content .item-wrap01 .maquee li {
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: 1px dashed #2773e6;
    background: rgba(39, 115, 230, .05);
}

.government-content .item-wrap01 .maquee li:nth-child(odd) {
    /*background: rgba(39, 115, 230, .15);*/
}

.government-content .item-wrap01 .maquee li:hover,
.government-content .item-wrap01 .maquee li.active {
    background: rgba(39, 115, 230, .45)
}

.item-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/buton.png) no-repeat;
    width: 90px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #00ffff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.ebusiness-content .item-wrap01 .item-btn {
    top: 8px;
}

.item-btn:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.item-wrap05-mapdetail .item-cell .item-content,
.item-wrap03-direction .item-cell .item-content {
    height: 100%;
    overflow: hidden;
}

.item-wrap03-direction .item-cell .item-content .gdp-line-chart,
.item-wrap05-mapdetail .item-cell .item-content .item-echart-map {
    height: calc(100% - 20px);
    margin-top: 15px;
}

.item-wrap03-direction .item-wrap03-direction-title,
.item-map-title {
    position: absolute;
    top: 8px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.item-wrap03-direction .item-wrap03-direction-title img,
.item-map-title img {
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 2px;
}

.item-list-data2 .item-cell.nav-num {
    width: 385px;
    height: 70px;
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
    background: rgba(39, 115, 230, .15);
}

.nav-num li {
    width: 50%;
    float: left;
    line-height: 60px;
    color: #00ffff;
    font-size: 14px;
}

.nav-num li div span {
    /* float: left; */
    height: 60px;
    display: block;
    box-sizing: border-box;
    width: 120px;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin: 0 10px;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

.nav-num li div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.nav-num li:nth-child(1) div {
    background-image: url(../images/icon-pie01.png);

}

.nav-num li:nth-child(2) div span {
    margin: 0 10px 0 10px;
}

.nav-num li div b {
    display: block;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: -5px;
    left: 5px;
    text-align: center;
    width: 100%;
}

.nav-num li:nth-child(2) {
    color: #f4aa1e;
}

.nav-num li:nth-child(2) div {
    background-image: url(../images/icon-pie02.png);
}

.government-content .item-wrap01 .item-wrap-left-nav ul,
.government-content .item-wrap01 .item-budget-list {
    margin: 0px;
    font-size: 12px;
}

.government-content .item-wrap01 .item-wrap-left-nav ul li {
    font-size: 13px;
}

.government-content .item-wrap01 .item-list-cont li {
    float: none;
    width: 100%;
}

.item-wrap .item-cell .item-content.maquee {
    height: calc(100% - 80px);
    overflow: hidden;
}

.scroltit .updown {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroltit .updown:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#but_up {
    background: url(../images/up.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    right: 15px;
    top: 10px;
}

#but_down {
    background: url(../images/down.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    right: 45px;
    top: 10px;
}

.budget-layer-window ul {
    padding: 20px 30px 10px 30px;
    font-size: 13px;

}

.budget-layer-window li {
    line-height: 40px;
    border-bottom: 1px dashed rgba(39, 115, 230, .5);
    padding: 0 5px;

}

.budget-layer-window .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: -3px;
}

/*-------------------审批分析------------------------*/
.item-wrap-left-nav {
    width: calc(100% - 2px);
    margin: 0 auto;
    overflow: hidden;
    height: 33px;
    background: url(../images/titlebg.png) repeat-x;
    background-size: auto 100%;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #2773e6;
}

.item-wrap-left-nav li {
    float: left;
    height: 33px;
    line-height: 33px;
    width: 22%;
    text-align: center;
    color: #fff;
}

.item-wrap-left-nav li:first-child {
    width: 56%;
}

.item-content-title {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.item-content-title i {
    background: url(../images/titile-icon.png) no-repeat 50%;
    padding-left: 16px;
    display: none;
}

.approval-statistics-chart {
    height: calc(100% - 40px);
    width: 100%;
}

.ebusiness-content .item-wrap04s {
    height: calc(100% / 3);
}

.total_condition {
    position: relative;
}

.total_condition_title p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: "微软雅黑";
    font-size: 20px;
}

.ebusiness-content .item-wrap04 li.total_condition div.total_condition_title p b {
    font-size: 20px;
}

.item-wrap .item-cell .item-content02 {
    height: calc(100% - 72px);
}

.item-wrap .item-cell .item-content03 {
    height: calc(100% - 46px);
}

.item-content03 li .total_condition_title span i {
    background: url(../images/01.png) no-repeat 50%;
    width: 11px;
    height: 14px;
    display: inline-block;
    padding-right: 2px;
    margin-right: 3px;
}

.item-content03 li:nth-child(1) .total_condition_title span i {
    background-position: 0 1px;
}

.item-content03 li:nth-child(2) .total_condition_title span i {
    background-position: -13px 1px;
}

.item-content03 li:nth-child(3) .total_condition_title span i {
    background-position: -25px 1px;
}

.item-content03 li:nth-child(4) .total_condition_title span i {
    background-position: -38px 1px;
}

.item-list-cont li {
    overflow: hidden;
    color: #9bdef0;
    padding: 0 0 0 6px !important;
    text-align: center;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.item-list-cont li p {
    width: 22%;
    float: left;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-list-cont li p:first-child {
    width: 56%;
    text-align: left;
}

.approval-efficiency-data {
    height: 80px;
    overflow: auto;
    margin: 10px auto;
    color: #fff;
    border-left: 1px solid #2773e6;
    border-top: 1px solid #2773e6;
}

.approval-efficiency-data th,
.approval-efficiency-data td {
    text-align: center;
    padding: 3px 3px;
    border-right: 1px solid #2773e6;
    border-bottom: 1px solid #2773e6;
}

.approval-efficiency-data th {
    background: rgba(39, 115, 230, .15);
    color: #00ffff;
}

.warning_color {
    color: red;
}

.ebusiness-content .item-wrap01 .sell-rank ul li.warning_color {
    color: red;
}

/*============业务分析==========================*/
.item-businesswrap-center .item-wrap02 .item-cell .title {
    position: absolute;
    left: 50%;
    margin-left: -110px;
}

.item-businesswrap-center .item-wrap02 .map-bg {
    background: url(../images/map-bg.png) no-repeat center center;
    background-size: 100%;
}

.item-businesswrap-center .item-wrap03, .ebusiness-content .item-wrap05.item-businesswrap05 {
    height: 257px;
    width: 100%
}

.item-businesswrap-center .item-wrap02 {
    height: calc(100% - 257px);
    width: 100%;
}

.item-businesswrap-right .item-wrap04, .item-businesswrap-right .item-wrap09 {
    height: calc((100% - 257px) / 2);
    width: 100%;
}

.ebusiness-content .item-businesswrap-right {
    width: 550px;
}

.ebusiness-content .item-businesswrap-center {
    width: calc(100% - 550px);
}

.business-buy-title {
    width: calc(100% - 10px);
    margin: 0 auto;
    border: 1px solid #2773E6;
    border-bottom-width: 2px;
    border-right: 0;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: url(../images/titlebg.png) repeat-x;
}

.business-buy-title ul li {
    font-weight: bold;
    float: left;
    background: rgba(39, 115, 230, .1);
    border-right: 1px solid #2773E6;
    width: 10%;
    box-sizing: border-box;
    text-align: center;
}

.business-buy-title ul li:nth-child(1), .business-buy ul li p:nth-child(1) {
    width: 5%;
}

.business-buy-title ul li:nth-child(2), .business-buy ul li p:nth-child(2) {
    width: 10%;
}

.business-buy-title ul li:nth-child(3), .business-buy ul li p:nth-child(3) {
    width: 10%;
}

.business-buy-title ul li:nth-child(4), .business-buy ul li p:nth-child(4) {
    width: 10%;
}

.business-buy-title ul li:nth-child(5), .business-buy ul li p:nth-child(5) {
    width: 10%;
}

.business-buy-title ul li:nth-child(6), .business-buy ul li p:nth-child(6) {
    width: 10%;
}

.business-buy-title ul li:nth-child(7), .business-buy ul li p:nth-child(7) {
    width: 10%;
}

.business-buy-title ul li:nth-child(8), .business-buy ul li p:nth-child(8) {
    width: 15%;
}

.business-buy-title ul li:nth-child(9), .business-buy ul li p:nth-child(9) {
    width: 12%;
}

.business-buy-title ul li:nth-child(10), .business-buy ul li p:nth-child(10) {
    width: 8%;
}

.business-buy {
    height: calc(100% - 37px);
    width: calc(100% - 9px);
    margin: 0 auto;
    overflow: hidden;
    color: #9bdef0;
}

.business-buy ul {
    position: relative;
}

.business-buy ul li {
    width: 100%;
    border-bottom: 1px solid #2773E6;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background: rgba(39, 115, 230, .1);
}

.business-buy li:hover {
    background: rgba(39, 115, 230, .35);
}

.business-buy ul li p {
    height: 100%;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #2773E6;
    width: 10%;
    box-sizing: border-box;
}

.business-buy ul li p:nth-child(1) {
    border-left: 1px solid #2773E6;
}

.business-buy li .circle {
    width: 10px;
    height: 10px;
    display: block;
    background: #A6C84C;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.business-buy li.outdata {
    color: red;
}

.business-buy li.outdata .circle {
    background-color: red;
}

.public-bus ul {
    height: 100%;
}

.public-bus ul li {
    float: left;
    width: calc((100% - 20px) / 2);
    height: calc((100% - 30px) / 2);
    margin: 5px;
    background: rgba(39, 115, 230, .1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
}

.public-bus p {
    margin: 8px 0 0 8px;
    color: #9bdef0;
    font-size: 16px;
}

.public-bus p img {
    width: 28px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

.public-bus li:nth-child(2) p img {
    width: 40px;
}

.public-bus li:nth-child(4) p img {
    padding-right: 5px;
}

.public-bus .usage {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 20px;
}

.public-bus li:nth-child(1) p:nth-child(2) {
    color: #fc9901;
}

.public-bus li:nth-child(2) p:nth-child(2) {
    color: #ff7147;
}

.public-bus li:nth-child(3) p:nth-child(2) {
    color: #307eff;
}

.public-bus li:nth-child(4) p:nth-child(2) {
    color: #68f5bd;
}

.agreement-table {
    width: 98%;
    height: calc(100% - 10px);
    margin: 0 auto;
    color: #9bdef0;
    border-top: 1px solid #2773E6;
    border-left: 1px solid #2773E6;
}

.agreement-table .total-class {
    text-align: left;
    padding-left: 10px;
}

.agreement-table td {
    text-align: center;
    border-bottom: 1px solid #2773E6;
    border-right: 1px solid #2773E6;
    height: calc(100% / 6);
}

.agreement-table td b {
    font-weight: bold;
}

.agreement-list td:nth-child(2n) {
    text-align: right;
    padding-right: 10px;
}

.agreement-table tr .in-class {
    background: rgba(39, 115, 230, .1);
    color: #00FFFF;
}

.agreement-table tr .buy-class {
    background: rgba(39, 115, 230, .1);
    color: #F4AA1E;
}

.total-class span {
    color: #fc9901;
    font-weight: bold;
    padding: 0 2px;
}

.agreement-table .in-b {
    color: #00FFFF;
}

.agreement-table .buy-b {
    color: #F4AA1E;
}

.agreement-table i {
    font-style: normal;
}

.agreement-list td:nth-child(2n+1), .property-table td:nth-child(2n+1) {
    width: 20%;
}

.agreement-list td:nth-child(2n), .property-table td:nth-child(2n) {
    width: 30%;
}

.property-table tr td:nth-child(2n) {
    text-align: right;
    padding-right: 10px;
}

.property-table tr td i {
    color: #00FFFF;
    font-style: normal;
}

.toenlarge {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 2;
    cursor: pointer;
}

/* 弹窗样式修改 */
.layui-layer.layui-layer-shenlan {
    background-color: #12307c;
    border-color: #2773e6;
}

.layui-layer-shenlan .layui-form-checkbox[lay-skin=primary] span {
    color: #9bdef0;
}

.layui-layer-shenlan .layui-layer-title
,.layui-layer-btn.layui-layer-btn-{
    background: url(../images/layertitlebg.png) repeat-x;
    border-bottom: 0px solid #2773E6;
}

.layui-layer-shenlan .layui-layer-btn {
    border-top: 1px solid #2773e6;
}

.layui-layer-shenlan .layui-layer-btn a {
    background: url(../images/layerbuton.png);
    border: none;
    color: #00ffff;
}

.layui-layer-shenlan .layui-form-checked[lay-skin=primary] i {
    background-color: #2773E6 !important;
    border-color: #2773E6 !important;
    color: #fff;
}

.layui-layer-shenlan .layui-form-checkbox i {
    background-color: transparent !important;
}

.layui-layer-shenlan .layui-form-checkbox i {
    color: transparent;
    border: 1px solid #2773E6;
}

.layui-layer-shenlan .layui-form-checkbox:hover i {
    border-color: #9bdef0;
    color: transparent
}

.layui-layer-shenlan .layui-form-checked:hover i, .layui-layer-shenlan .layui-form-checked i {
    background-color: #2773E6 !important;
    border-color: #2773E6 !important;
    color: #fff;
}

.layui-layer-shenlan .layui-layer-title {
    color: #fff
}

.layui-layer-shenlan .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 -40px;
}

/* IE 浏览器 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: lightgray;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: blue;
}

/*定义最上方和最下方的按钮*/
::-webkit-scrollbar-button {
    background-color: #000;
    border: 1px solid yellow;
}

.layui-layer-shenlan .layui-layer-content {
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #fff;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #2773e6;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #2773e6;
    /*滚动条阴影*/
    scrollbar-shadow-color: #2773e6;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #163584;
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color: #2773e6;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: #2773e6;
    /*滚动条基准颜色*/
    scrollbar-base-color: #2773e6;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.layui-layer-shenlan .layui-layer-content::-webkit-scrollbar {
    width: 10px;
    height: 30px;
    background-color: #163584;
}

/*滚动条的轨道*/
.layui-layer-shenlan .layui-layer-content::-webkit-scrollbar-track {
    background-color: #163584;
}

/*滚动条的滑块按钮*/
.layui-layer-shenlan .layui-layer-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #2c86ca;
    box-shadow: inset 0 0 5px #2773e6;
}

/*滚动条的上下两端的按钮*/
.layui-layer-shenlan .layui-layer-content::-webkit-scrollbar-button {
    height: 0;
    background-color: #163584;
}

/*用在某个table的tr上，引导用户点击		*/
.childLink {
    cursor: pointer;
}

.lb_autoPlay {
    position: absolute;
    color: #9bdef0;
    left: 37px;
    top: 12px;
}

.ck_autoPlay {
    position: absolute;
    left: 15px;
    top: 14px;
    visibility: hidden;
}

.ck_autoPlay + label {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent;
    position: absolute;
    left: 15px;
    top: 12px;
    border: 1px solid #9bdef0;
}


.ck_autoPlay:checked + label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 14px;
    color: #9bdef0;
    margin-bottom: 3px;
}

#BudgetFCostsList {
    overflow: hidden;
}
