// 定位
.ps {
    position: absolute;
}

.pr {
    position: relative;
}

.clearfix:after {
    content: "";
    clear: both;
    height: 0px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

// 内边距
.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

// 外边距
.mg5 {
    margin: 5px;
}

.mg10 {
    margin: 10px;
}

.mg15 {
    margin: 15px;
}

.mg20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

/*背景色*/
.layout {
    background: #f5f6fa;
    position: relative;
    overflow: hidden;
}

/* logo */
.logo-img {
    padding: 15px 15px;
    display: block;
    background-color: #fff;
    line-height: 64px;
    height: 64px;
    font-size: 0;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    z-index: 1000;
}

.logo-img img {
    width: 170px;
    height: 40px;
}

/*右上*/
.layout-header-bar {
    background: #2DABA0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 888;
    left: 200px;
    right: 0;
}

.ivu-layout-header {
    padding: 0 20px;
    color: #FFF;
}

.ivu-breadcrumb,
.ivu-breadcrumb a,
.ivu-breadcrumb a:hover,
.ivu-breadcrumb>span:last-child {
    color: #FFF;
}

.right-top-btn {
    font-size: 16px;
    font-weight: 700;
    float: right;
    margin-top: 5px;
    padding: 15px 0 15px 15px;
}

.right-top-btn:hover {
    color: #fff;
}

/*左*/
.ivu-layout-sider {
    background-color: #fff;
    box-shadow: 5px 0px 8px -10px rgba(0, 0, 0, .3);
}

.ivu-layout-sider-children {
    overflow-y: auto;
    position: relative;
}

/*菜单*/
.ivu-menu-light {
    margin-top: 64px;
}

.ivu-menu-vertical.ivu-menu-light:after {
    background: transparent;
}

.menu-item span {
    display: inline-block;
    overflow: hidden;
    width: 69px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    transition: width .2s ease .2s;
}

.menu-item i {
    transform: translateX(0px);
    transition: font-size .2s ease, transform .2s ease;
    vertical-align: middle;
    font-size: 16px;
}

.ivu-menu-opened {
    color: #4cb597;
}

.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-vertical .ivu-menu-submenu-title:hover {
    color: #4cb597;
}

.left_one {
    font-size: 11px;
    color: #455a64;
    padding: 15px 15px 0;
    font-weight: 700;
}

.left_one .ivu-icon {
    margin-top: -3px;
}

.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
    color: #4cb597;
    background-color: rgba(76, 181, 151, 0.05);
}

.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after {
    background: #4cb597;
}

/* 右下背景 */
.right_top_bg {
    background-color: #2DABA0;
    display: block;
    padding: 20px 20px 80px;
    margin-top: 64px;
}

.right_top {
    height: 50px;
}

.right_top_btns {
    background-color: rgba(255, 255, 255, 0.9);
}

.right-titles {
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    text-indent: 2px;
}

/* 主内容 */
.ivu-layout-content {
    margin: -80px 20px 20px 20px;
    position: relative;
    z-index: 800;
    border-radius: 3px
}

.action-btn {
    padding: 10px;
    border: #e8eaec solid 1px;
    border-bottom: 0;
    background: #f8f8f9;
}

.table-page {
    padding: 10px;
    border: #e8eaec solid 1px;
    border-top: 0;
    background: #f8f8f9;
}

.ivu-table-border td,
.ivu-table-border th {
    border-right: 0;
}

.ivu-table-wrapper-with-border {
    border-bottom: 0;
}

/* 版权 */
.layout-footer-center {
    text-align: center;
}

/* drawer-footer */
.ivu-drawer-body {
    padding-bottom: 85px;
}

.drawer-footer {
    width: 640px;
    position: fixed;
    bottom: 0;
    right: 0;
    border-top: 1px solid #e8e8e8;
    padding: 10px 16px;
    text-align: left;
    background: #fff;
}

.idw100 .ivu-drawer {
    width: calc(100% - 240px) !important;
    top: 130px;
    right: 20px;
}

.idw100 .ivu-drawer-content {
    border-radius: 5px 5px 0 0;
}

.idw100 .drawer-footer {
    width: calc(100% - 200px);
    padding-left: 45px;
}

.pb60 {
    padding-bottom: 60px;
}


/* 统计页 概况card */
.chart_cards {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.chart_cards .ivu-card-body {
    padding: 15px 8%;
}

.chart_cards p,
.chart_cards h4 {
    position: relative;
    z-index: 2;
}

.chart_cards .circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    display: block;
}

.chart_cards .circle.c1 {
    width: 247px;
    height: 247px;
    top: 0;
    left: -50%;
    transform: translate(-20px, -130px);
}

.chart_cards .circle.c2 {
    width: 127px;
    height: 127px;
    top: -50%;
    right: -50%;
    transform: translate(-70px, -50px);
}

.chart_cards .circle.c3 {
    width: 247px;
    height: 247px;
    top: -50%;
    left: -50%;
    transform: translate(20px, -155px);
}

.chart_cards .circle.c4 {
    width: 247px;
    height: 247px;
    bottom: -50%;
    left: -50%;
    transform: translate(20px, 175px);
}

.chart_cards .circle.c5 {
    width: 247px;
    height: 247px;
    top: -50%;
    right: -50%;
    transform: translate(10px, -45px);
}

.chart_cards .circle.c6 {
    width: 247px;
    height: 247px;
    top: -50%;
    right: -50%;
    transform: translate(10px, 101px);
}

.chart_cards .circle.c7 {
    width: 247px;
    height: 247px;
    top: 0;
    left: 0;
    transform: translate(-110px, -130px);
}

.chart_cards .circle.c8 {
    width: 127px;
    height: 127px;
    top: 0;
    right: 0;
    transform: translate(-70%, -70%);
}

.chart_cards .circle.c9 {
    width: 247px;
    height: 247px;
    top: 0;
    left: 0;
    transform: translate(-70px, -215px);
}

.chart_cards .circle.c10 {
    width: 247px;
    height: 247px;
    bottom: 0;
    left: 0;
    transform: translate(110px, 223px);
}

.chart_cards .circle.c11 {
    width: 247px;
    height: 247px;
    bottom: 0;
    right: 0;
    transform: translate(-70px, 92px);
}

.chart_cards .circle.c12 {
    width: 247px;
    height: 247px;
    bottom: 0;
    right: 0;
    transform: translate(100px, 192px);
}

.chart_title {
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.chart_title:before {
    content: "";
    width: 6px;
    height: 18px;
    margin-right: 15px;
    vertical-align: text-top;
    background: #2377ff;
    display: inline-block;
}

/* 支持换行tip */

.break_tip .ivu-tooltip-inner {
    max-width: 50vw;
    width: 50vw;
    max-height: 20vh;
    overflow-y: auto;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.break_tip .ivu-tooltip-rel {
    max-height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}