/*reset*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

input {
    outline: none;
    border: 0;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #495060!important;
}

.vmiddle {
    vertical-align: middle;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.elli2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flx {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.flx_clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flx_w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flx_b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flx_r {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flx_m {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flx_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flx_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

html,
body,
#app {
    height: 100%;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.tran {
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none!important;
}

.block {
    display: block;
}

.txtC {
    text-align: center;
}

.mcenter {
    margin: 0 auto;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.shadow {
    box-shadow: 0 .03rem .1rem 0 rgba(62, 96, 142, .2)
}

.mhp400 {
    max-height: 400px
}

.mwp500 {
    max-width: 500p;
    x
}


/* line-height */

.lh22 {
    line-height: 22px;
}


/*overflow*/

.ofy_auto {
    overflow-y: auto;
}


/*border-radius*/

.rds5 {
    border-radius: 5px;
}


/*padding*/

.pAll10 {
    padding: 10px;
}

.pl0 {
    padding-left: 0px!important;
}

.pl5 {
    padding-left: 5px;
}

.pl15 {
    padding-left: 15px;
}

.pl24 {
    padding-left: 24px!important;
}

.pl30 {
    padding-left: 30px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr25 {
    padding-right: 25px;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb30 {
    padding-bottom: 30px;
}

.ptb4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.ptb8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btnAdd {
    padding: 3px 7px;
}


/*border*/

.bdr_blue {
    border: 1px solid #005095;
}

.bdr_ddd {
    border: 1px solid #dddee1;
}

.bdr_efefef {
    border: 1px solid #efefef6e;
}

.bdr_hover:hover {
    border-color: #0AE;
    color: #0AE;
}


/*width*/

.mw35 {
    width: 35px;
}

.w150 {
    width: 150px;
}

.w500 {
    width: 500px;
}

.mwp50 {
    min-width: 50%;
}

.wp20 {
    width: 20%;
}

.wp25 {
    width: 25%;
}

.wp30 {
    width: 30%;
}

.wp33 {
    width: 33%;
}

.wp45 {
    width: 45%;
}

.wp49 {
    width: 49.5%;
}

.wp50 {
    width: 50%;
}

.wp70 {
    width: 70%;
}

.wp80 {
    width: 80%;
}

.wp90 {
    width: 90%;
}

.wp100 {
    width: 100%;
}

.wmp100 {
    max-width: 100%;
}


/*height*/

.hp100 {
    height: 100%
}

.h60 {
    height: 60px;
}

.h49 {
    height: 49px;
}

.h40 {
    height: 40px;
}

.h30 {
    height: 30px;
}

.mh150 {
    max-height: 150px;
}

.h300 {
    height: 300px;
}

.mhp400 {
    max-height: 400px;
}

.mwp500 {
    max-width: 500px;
}


/*margin*/

.ml5 {
    margin-left: 5px!important;
}

.ml15 {
    margin-left: 15px!important;
}

.ml60 {
    margin-left: 60px!important;
}

.ml80 {
    margin-left: 80px!important;
}

.wmr1 {
    margin-right: 1%!important;
}

.mr5 {
    margin-right: 5px!important;
}

.mr8 {
    margin-right: 8px!important;
}

.mr15 {
    margin-right: 15px!important;
}

.mr25 {
    margin-right: 25px!important;
}

.mr60 {
    margin-right: 60px!important;
}

.mr80 {
    margin-right: 80px!important;
}

.mt50 {
    margin-top: 50px;
}

.mt24 {
    margin-top: 24px;
}

.mt25 {
    margin-top: 25px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb25 {
    margin-bottom: 25px;
}


/*font-size*/

.fs28 {
    font-size: 28px;
}

.fs21 {
    font-size: 21px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs13 {
    font-size: 13px;
}

.fs12 {
    font-size: 12px;
}


/*color*/

.clr_333 {
    color: #333;
}

.clr_fff {
    color: #fff;
}

.clr_aaa {
    color: #aaa;
}

.clr_blue {
    color: #005095;
}

.clr_red {
    color: #F60!important;
}

.clr_red_a {
    color: red!important;
}

.clr_green {
    color: #0A7D16;
}


/*background*/

.bg_fff {
    background-color: #fff!important;
}

.bg_eee {
    background-color: #eee!important;
}

.bg_blue {
    background-color: #5082BF!important;
}

.bg_shallow_grey {
    background-color: #EFEFF4;
}


/*main*/

.layout {
    border: 1px solid #d7dde4;
    background: #f5f7f9;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.layout-breadcrumb {
    padding: 10px 15px 0;
}

.layout-content {
    min-height: 200px;
    margin: 15px;
    background: #fff;
    border-radius: 4px;
}

.layout-content-main {
    padding: 10px;
}

.layout-copy {
    text-align: center;
    padding: 10px 0 20px;
    color: #9ea7b4;
}

.layout-menu-left {
    background: #464c5b;
}

.layout-header {
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.layout-logo-left {
    width: 90%;
    height: 30px;
    background: #5b6270;
    border-radius: 3px;
    margin: 15px auto;
}

.layout-ceiling-main a {
    color: #9ba7b5;
}

.layout-hide-text .layout-text {
    display: none;
}

.ivu-col {
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.ivu-table-cell i:hover {
    color: #2d8cf0;
}

.ivu-table:before {
    height: 0px!important;
}

.ivu-table:after {
    width: 0px!important;
}

.ivu-table-wrapper {
    border-right: 1px solid #dddee1!important;
}

.w-e-text-container {
    height: 300px!important;
}

.ivu-menu-submenu-title-icon.ivu-icon {
    display: none;
}

.posBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate360 {
    animation: rotate 1s infinite;
}


/* .ivu-select-dropdown {
    position: relative;
    z-index: 10002;
} */

.ivu-select.ivu-select-visible.ivu-select-single .ivu-select-dropdown {
    position: relative;
    z-index: 10002;
}

#editorWrap img {
    max-width: 100%;
}

.demo-Circle-custom {
    padding: 50px 0;
}

.demo-Circle-custom h1 {
    color: #3f414d;
    font-size: 24px;
    font-weight: normal;
}

.demo-Circle-custom span {
    display: block;
    padding-top: 25px;
    color: #657180;
    font-size: 16px;
    text-align: center;
}

.demo-Circle-custom span:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: 0 auto;
    background: #e0e3e6;
    position: relative;
    top: -13px;
}

.demo-Circle-custom span i {
    font-style: normal;
    color: #3f414d;
}

.ivu-input-group-append,
.ivu-input-group-prepend {
    cursor: pointer;
}

.mustIpt:after {
    content: "*";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-family: SimSun;
    font-size: 16px;
    color: #ed3f14;
}

.bg_shallow_blue_tab {
    background-color: #5082BF;
}

table {
    width: 100%;
}

.tabStyle td,
.tabStyle th {
    text-align: left;
    height: 35px;
    padding-left: 15px;
    word-break: break-all;
}

.tabStyle_white_th th {
    color: #fff;
}

.tableImg {
    width: 150px;
    height: 150px;
}

.tableImg img {
    max-width: 100%;
    max-height: 100%;
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
    width: 80px;
    text-align: center;
}

.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clearfix:after{
    display: block;
    content: "";
    clear: both;
}