.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}
.fs32 {
    font-size: 32px !important;
}

.fs36 {
    font-size: 36px !important;
}
.fs38 {
    font-size: 38px !important;
}

.fs40 {
    font-size: 40px !important;
}
.fs42 {
    font-size: 42px !important;
}

.fs44{
    font-size: 44px !important;
}

.fs46 {
    font-size: 46px !important;
}

.fs48 {
    font-size: 48px !important;
}
.fs52 {
    font-size: 52px !important;
}

.fs60 {
    font-size: 60px !important;
}

.fs64 {
    font-size: 64px !important;
}
.fs80 {
    font-size: 80px !important;
}

.fn {
    font-weight: normal !important;
}

.fb {
    font-weight: bold !important;
}


/*定位*/

.tl {
    text-align: left !important;
}

.tc {
    text-align: center !important;
}

.tr {
    text-align: right !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}


/*长度高度*/

.w100 {
    width: 100px !important;
}

.wp100 {
    width: 100% !important;
}

.wp50 {
    width: 50% !important;
}

.w120 {
    width: 120px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}


/*边距*/

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m30 {
    margin: 30px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p30 {
    padding: 30px !important;
}

.pt5 {
    padding-top: 5px !important;
}
.pt8 {
    padding-top: 8px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}
.pr30 {
    padding-right: 30px !important;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.bg-fff {
    background-color: #fff !important;
}
.bg-danger {
    background-color: #f85252 !important;
}
.bg-warning{
    background-color: #fc6530 !important;
}

.text-orange {
    color: #fc6530 !important;
}

.text-gray {
    color: #9b9b9b !important;
}

.text-white {
    color: #fff !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.bg-green {
    background: #18c385 !important;
}

.bg-orange {
    background: #fc6530 !important;
}

.orange {
    color: #fc6530 !important;
}

.blue {
    color: #3c7ee5 !important;
}

.no-radius {
    border-radius: 0 !important;
}

.clearfix:after,
.clearfix:before {
    display: table !important;
    content: " " !important;
    clear: both !important;
}

.slh {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
}

.pointer {
    cursor: pointer;
}

.text-danger {
    color: #f85252 !important;
}

.text-strong {
    color: #ff7733 !important;
}

.text-green {
    color: #02b369 !important;
}

.color-fff {
    color: #fff !important;
}

.text-blue {
    color: #3c7ee5 !important;
}

.hover-blue:hover {
    color: #3c7ee5 !important;
}

.text-red {
    color: #f85252 !important;
}

.text-333 {
    color: #333 !important;
}

.text-666 {
    color: #666 !important;
}

.text-888 {
    color: #888 !important;
}

.text-999 {
    color: #999 !important;
}

.text-b6c0db {
    color: #b6c0db !important;
}

.radius img,
.radius {
    border-radius: 5px !important;
}
.vertical-align-middle {vertical-align:middle}
.blue-btn {
    padding: 10px 20px;
    border-radius: 2px;
    border: 1px solid #3c7ee5;
    font-size: 14px;
    color: #3c7ee5;
    display: inline-block;
    line-height: normal;
    text-align: center;
}

.blue-btn.bg {
    background: #3c7ee5;
    color: #fff;
}

.blue-btn-filling:hover {
    background: #3c7ee5;
    color: #fff;
}

.red-btn-filling:hover {
    color: #fff !important;
    background: #F85252 !important;
}

.white-btn-filling:hover {
    background: #fff !important;
    color: #3c7ee5 !important;
}

.el-button--primary {
    position: relative;
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #FFF
}
.of-hidden{overflow: hidden}

.el-tooltip__popper.is-light.poper-light {
    border: 1px solid #ddd;
    box-shadow: 0 0 4px 0 #ddd;
    width: 300px;
    line-height: 140%;
}
.el-tooltip__popper.is-light.poper-light[x-placement^=right] .popper__arrow{
    border-right-color: #ddd
}
.el-tooltip__popper.is-light.poper-light[x-placement^=bottom] .popper__arrow{
    border-bottom-color: #ddd
}
.el-tag.tag-warning{
    border-color: rgba(255, 119, 51, 0.1600);
    background-color: rgba(255, 242, 235, 1);
    color: rgba(255, 119, 51, 1) !important;
}
.el-input.with-clear-bg input{
    padding: 0 25px 0 10px;
}

/* .el-button--primary:focus:after,.el-button--primary:hover:after{
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .2);
} */
.el-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-line-through {
    text-decoration: line-through;
    color: #999;
}
.text-underline {
    text-decoration: underline;
}
.line-height-100{line-height: 100%;}
.line-height-120{line-height: 120%;}
.line-height-140{line-height: 140%;}
.line-height-160{line-height: 160%;}
.line-height-200{line-height: 200%;}
@-webkit-keyframes rotate{

    from{-webkit-transform: rotate(0deg)}

    to{-webkit-transform: rotate(360deg)}

}

@-moz-keyframes rotate{

    from{-moz-transform: rotate(0deg)}

    to{-moz-transform: rotate(359deg)}

}

@-o-keyframes rotate{
    from{-o-transform: rotate(0deg)}

    to{-o-transform: rotate(359deg)}

}

@keyframes rotate{

    from{transform: rotate(0deg)}

    to{transform: rotate(359deg)}

}

.basic-button {
    height: 36px;
    padding:  0 20px;
    offset: none;
    border: 0px;
    cursor: pointer;
    line-height: 36px;
    vertical-align: middle;
}
.basic-button.button-small{
    height: 28px;
    line-height: 28px;
}

.bgc-primary-plain {background-color: #fff; color: #333 }
.bgc-warning {background-color: rgba(255, 119, 51, 1); color: #fff }
.bgc-primary,.bgc-hover-primary:hover {background-color: #3c7ee5; color: #fff }
.bgc-primary____,.bgc-hover-primary____:hover {background-color: #f1f6fe; color: #3c7ee5 }
.bdc-primary {border-color: #3c7ee5; }
.bdc-primary-plain {border-color: #DFE3F1; }
.bdc-primary____ {border-color: #f1f6fe; }
.color-primary,.color-hover-primary {color: #3c7ee5;}
.bdw-1{border-width:1px; border-style: solid}
.bdr-2{border-radius: 2px}
.bdr-1{border-radius: 1px}
.bdr-4{border-radius: 4px}

.select-button-group{}
.select-button-group > div,.select-button-group > li{
    height: 28px; line-height: 28px; padding:  0 15px; font-size: 14px; color: #333; background-color: #fff;
    border:1px #DFE3F1 solid;
    float: left;
    margin-left: -1px;
    cursor: pointer;
}
.select-button-group > div::content,.select-button-group > li::content{
    pointer-events: none;}
.select-button-group > div.selected,.select-button-group > li.selected{
    background-color: #3c7ee5; color: #fff;
    border:1px #3c7ee5 solid;
}

.block-center {margin: auto}

.text-ellipsis{overflow: hidden; text-overflow:ellipsis;white-space:nowrap;}
