* {
    margin: 0;
    padding: 0;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
    border: none;
    outline: none;
}
input {
    border: none;
    outline: none;
}
input:focus {
    outline-offset: 0;
    outline: none;
}
ul, ol {
    list-style: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: rgb(32, 137, 255);
}
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: normal;
    background: none;
    outline: none;
    -webkit-appearance: none;
}
textarea {
    resize: none;
}
img {
    border: none;
    outline: 0;
}

[class^="gatling-icon-"], [class*=" gatling-icon-"]{
    font-family:"gatling-icon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tof {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.line{ height: 1px; background-color: #E7E7E7;}
.h2{ font-size: 20px; color: #333;}
.f12{font-size: 12px;}
.f20{font-size: 20px;}
.tc{ text-align: center;}
.vm{ vertical-align: middle;}
.mt6{margin-top: 6px;}
.mt10{margin-top: 10px;}
.mt24{margin-top: 24px;}
.mt30{margin-top: 30px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.ml16{margin-left: 16px;}
.ml20{margin-left: 20px;}
.fr{ float: right;}
.fl{ float: left;}
.cl:after,.form-group:after,.form-group .control-cont:after,.gat-col:after{content:''; display:block; clear:both; visibility: hidden; overflow: hidden; font-size:0; height:0;}
.cp{ cursor: pointer;}
.c1{ color: #f00;}
.c2{ color: #F3A60C;}
.c3{ color: #999;}

.center-img{
    position: absolute;
    opacity: 0;
    -webkit-transition: .2s scale;
    -o-transition: .2s scale;
    transition: .2s scale;
    left: 0;
    top: 0;
}

.center-img.top{
    top: 50%;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.center-img.left{
    left: 50%;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.returnTop{
    position: fixed;
    z-index: 9;
    display: none;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
            box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #ccc;
    font-size: 32px;
    bottom: 20%;
    right: 30px;
    background-color: #fff;
}

.returnTop.show{
        display: block;
    }

.min-cont{
    min-width: 1200px;
}
.ellipsis{overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.gat-popover-content{ max-width: 380px;}

.gat-select-sm .gat-select-option {
        font-size: 12px;
        padding: 4px 10px;
    }

.table-search{
    color: #666;
    font-size: 12px;
}

.table-search td{
        padding: 4px 5px;
    }

.popover-more{ z-index: 2;}


.gat-breadcrumb a:after, .gat-breadcrumb span:after{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 40 40'%3E%3Cpath fill='%23CCC' fill-rule='evenodd' d='M10.939 0L9 2.077l18.163 17.935L9 37.962 10.939 40 31 20.012z'/%3E%3C/svg%3E") !important;
}

.feedback-select-dialog .gat-select-popup{
        height: 155px;
    }

/* 组件 */
.gat-dialog-r-title-text{ font-weight: normal !important;}.assets-conts {
    padding: 20px 20px 14px;
    position: relative;
    overflow: hidden;
}

    .assets-conts .assets-add {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 264px;
        height: 134px;
        cursor: pointer;
        color: #666;
        font-size: 24px;
    }

    .assets-conts .assets-add .assets-list-cont {
            background-color: #f7f7f7;
            border: none;
        }

    .assets-conts .assets-item-no-add {
        position: relative;
        margin-right: -17px;
    }

    .assets-conts .assets-item {
        position: relative;
        margin-right: -17px;
    }

    .assets-conts .assets-item:before {
        content: '';
        float: left;
        width: 264px;
        height: 134px;
        margin: 0 17px 16px 0;
    }

    .assets-conts .assets-list {
        list-style: none;
        cursor: pointer;
        position: relative;
        float: left;
        width: 264px;
        height: 134px;
        background: #fff;
        color: #666;
        font-size: 23px;
        margin: 0 17px 16px 0;
    }

    .assets-conts .assets-list-cont {
        width: 100%;
        height: 100%;
        padding: 0 16px;
        position: relative;
        z-index: 9;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #666;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-box-shadow: 0 0 10px rgba(219, 219, 219, 0);
                box-shadow: 0 0 10px rgba(219, 219, 219, 0);
        border: 1px solid #e7e7e7;
        white-space: pre-wrap;
    }

    .assets-conts .assets-list-cont .detail {
            margin-right: 6px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            overflow: hidden;
            width: 24px;
            font-size: 24px;
            opacity: 1;
            color: #ccc;
        }

    .assets-conts .assets-list-cont .num{
            color: #999;
            text-align: center;
            font-size: 18px;
            line-height: 18px;
            margin-top: 10px;
        }

    .assets-conts .assets-list-cont .editor {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            font-size: 14px;
            margin-left: 6px;
            overflow: hidden;
            display: inline-block;
            line-height: 1;
            color: #aaa;
            width: 0;
            opacity: 0;
        }

    .assets-conts .assets-list-cont .delete {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            font-size: 20px;
            position: absolute;
            right: -6px;
            top: -6px;
            color: #ccc;
            opacity: 0;
        }

    .assets-conts .assets-list-cont .cont{
            max-width: 230px;
            line-height: 30px;
        }

    .assets-conts .assets-list-cont .add {
            font-size: 30px;
            color: #ccc;
            margin-right: 10px;
        }

    .assets-conts .assets-list-cont:hover {
        color: #333;
        -webkit-box-shadow: 0 0 10px rgba(219, 219, 219, .5);
                box-shadow: 0 0 10px rgba(219, 219, 219, .5);
    }

    .assets-conts .assets-list-cont:hover .editor {
            display: inline-block;
            width: 20px;
            opacity: 1;
        }

    .assets-conts .assets-list-cont:hover .detail {
            width: 0px;
            opacity: 0;
        }

    .assets-conts .assets-list-cont:hover .delete {
            opacity: 1;
        }

    .assets-conts .assets-list-editor {
        position: absolute;
        z-index: 8;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        padding: 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .assets-conts .assets-list-editor.active {
        z-index: 99;
        -webkit-box-shadow: 0 0 10px rgba(219, 219, 219, .5);
                box-shadow: 0 0 10px rgba(219, 219, 219, .5);
    }

    .assets-conts .assets-input {
        width: 100%;
    }

    .assets-conts .assets-input .gat-input {
            border: 0;
            font-size: 24px;
            color: #333;
            outline: none;
        }

    .assets-conts .assets-input .gat-input:focus {
            border: 0;
        }

    .assets-conts .assets-input .gat-input-close-wrapper {
            display: none;
        }

    .assets-conts .assets-mask {
        position: fixed;
        background-color: rgba(0, 0, 0, .3);
        width: 100%;
        height: 100%;
        z-index: 98;
        left: 0;
        top: 0;
        display: none;
    }

.assets-list.ghost {
    opacity: 0;
}
.assets-list.drag {
    opacity: 1 !important;
}
.label-left{
    margin-right: 140px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
}

    .label-left .label-left-cont{
        overflow: hidden;
    }
.label-right{
    float: right;
    color: #1890FF;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    width: 42px;
}
.label-right .icon{
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        display: inline-block;
    }
.label-right.up .icon{
        -webkit-transform:rotate(180deg);
            -ms-transform:rotate(180deg);
                transform:rotate(180deg);
     }
.label-cont{
    padding: 0 6px;
    margin-right: 10px;
    line-height: 22px;
    background-color: #fff;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #666;
    float: left;
    border: 1px solid #E5E5E5;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}
.label-cont.check{
    background-color: #f60;
    border-color: #f60;
    color: #fff;
}.tag-info{
    overflow: hidden;
    position: relative;
}
.tagsinput{
    display: block;
    overflow: hidden;
    width: 640px;
}
.tagsinput .tag{
        background-color: #F4F4F4;
        font-size: 12px;
        padding: 0 8px;
        color: #666;
        margin-right: 10px;
        margin-top: 10px;
        float: left;
        border: 1px solid #EEE;
        border-radius: 2px;
        line-height: 20px;
    }
.tagsinput .tag .icon{
            cursor: pointer;
            vertical-align: middle;
            font-size: 14px;
            margin-left: 5px;
        }
.tagsinput .tag-num{
        float: left;
        font-size: 12px;
        color: #999;
        line-height: 20px;
        margin-top: 10px;
    }

.tag-input{
    width: 712px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 10px 16px;
    line-height: 14px;
    height: 36px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.tag-input:focus{
    outline: none;
    border: 1px solid #ccc;
}

.have-tag{
    overflow: hidden;
}

.have-tag .show-icon{
        float: left;
        color: #1890FF;
        font-size: 12px;
        line-height: 22px;
        text-align: right;
        cursor: pointer;
        margin-bottom: 10px;
        width: 44px;
    }

.have-tag .show-icon .icon{
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            display: inline-block;
        }

.have-tag .show-icon.up .icon{
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
         }

.have-tag .tag-cont{
        width: 640px;
        float: left;
        overflow: hidden;
    }

.have-tag .tag-cont .tag-item{
            line-height: 20px;
            float: left;
            margin-bottom: 10px;
            margin-right: 10px;
            cursor: pointer;
            font-size: 12px;
            text-align: center;
            padding: 0 7px;
            border: 1px solid #C1DEFF;
            background-color: #F7FBFF;
            color: #57A6F8;
        }

.DraftEditor-root{
    border: 1px solid #E5E5E5;
}
.unpload-cont {
    position: relative;
}

    .unpload-cont .upload-success {
        float: left;
        color: #999;
        font-size: 14px;
    }

    .unpload-cont .upload-success .delete {
            font-size: 14px;
            margin-left: 6px;
            color: #ddd;
            vertical-align: baseline;
            cursor: pointer;
        }

    .unpload-cont .unpload-file {
        opacity: 0;
        display: none;
    }

    .unpload-cont .unpload-input {
        float: left;
        width: 316px;
        font-size: 14px;
        color: #ccc;
        line-height: 14px;
        padding: 11px 13px;
        border: 1px solid #e5e5e5;
        margin-right: 10px;
        cursor: pointer;
    }

    .unpload-cont .upload-chose {
        float: left;
        width: 88px;
        line-height: 36px;
        border: 1px solid #ccc;
        background-color: #fcfcfc;
        font-size: 14px;
        color: #666;
        text-align: center;
        cursor: pointer;
    }

    .unpload-cont .file-btn {
        float: left;
        color: #2f91ff;
        font-size: 12px;
        margin-left: 20px;
        vertical-align: baseline;
        cursor: pointer;
    }

    .unpload-cont .per-cancel {
        cursor: pointer;
        float: left;
        font-size: 12px;
        line-height: 1;
        margin: 16px 0 0 30px;
        color: #1890ff;
    }
.tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.tips .tips-icon {
        color: #47c978;
    }
.tips .tips-text {
        padding-left: 10px;
    }
/* FIXME: these two values couples with ARROW_OFFSET in postion.js */
.gat-blackpop {
    border-radius: 2px;
    background-color: #000000;
    z-index: 2000;
    font-size: 12px;
}
.gat-blackpop .gat-blackpop-inner,
.gat-blackpop .gat-blackpop-header {
    position: relative;
    border-radius: 2px;
    padding: 6px 10px;
    z-index: 2;
}
.gat-blackpop .gat-blackpop-style-normal {
    color: #000000;
    background: #000000;
    border: 1px solid #000000;
}
.gat-blackpop .gat-blackpop-style-error {
    color: red;
    line-height: 12px;
    background-color: #fff6f2;
    border: none;
}
.gat-blackpop .gat-blackpop-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.gat-blackpop .gat-blackpop-header {
    border-bottom: 1px solid #e5e5e5;
}
.gat-blackpop .gat-blackpop-buttons {
    min-width: 160px;
    text-align: right;
    margin-right: 0;
    margin-top: 10px;
}
.gat-blackpop .gat-blackpop-arrow {
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    background: #fff;
    overflow: hidden;
}
.gat-blackpop::after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
}
/* bottom side */
.gat-blackpop.gat-popover-position-bottom-left .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-bottom-center .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-bottom-right .gat-blackpop-arrow {
    top: 0;
    background: #fffeee;
    border: 1px solid #f4e0a4;
    border-right: none;
    border-bottom: none;
    z-index: 20;
}
.gat-blackpop.gat-popover-position-bottom-left::after,
.gat-blackpop.gat-popover-position-bottom-center::after,
.gat-blackpop.gat-popover-position-bottom-right::after {
    top: -11px;
    width: 100%;
    left: 0;
}
.gat-blackpop.gat-popover-position-bottom-left .gat-blackpop-arrow {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    left: 14px;
}
.gat-blackpop.gat-popover-position-bottom-center .gat-blackpop-arrow {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
}
.gat-blackpop.gat-popover-position-bottom-right .gat-blackpop-arrow {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    right: 14px;
}
/* top side */
.gat-blackpop.gat-popover-position-top-left .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-top-center .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-top-right .gat-blackpop-arrow {
    bottom: 0;
    background: #fffeee;
    border: 1px solid #f4e0a4;
    border-left: none;
    border-top: none;
    z-index: 20;
}
.gat-blackpop.gat-popover-position-top-left::after,
.gat-blackpop.gat-popover-position-top-center::after,
.gat-blackpop.gat-popover-position-top-right::after {
    bottom: -11px;
    width: 100%;
    left: 0;
}
.gat-blackpop.gat-popover-position-top-left .gat-blackpop-arrow {
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
        transform: translateY(50%) rotate(45deg);
    left: 14px;
}
.gat-blackpop.gat-popover-position-top-center .gat-blackpop-arrow {
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    -ms-transform: translate(-50%, 50%) rotate(45deg);
        transform: translate(-50%, 50%) rotate(45deg);
    left: 50%;
}
.gat-blackpop.gat-popover-position-top-right .gat-blackpop-arrow {
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
        transform: translateY(50%) rotate(45deg);
    right: 14px;
}
/* left side */
.gat-blackpop.gat-popover-position-left-top .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-left-center .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-left-bottom .gat-blackpop-arrow {
    right: 0;
    background: #fffeee;
    border: 1px solid #f4e0a4;
    border-left: none;
    border-bottom: none;
    z-index: 20;
}
.gat-blackpop.gat-popover-position-left-top::after,
.gat-blackpop.gat-popover-position-left-center::after,
.gat-blackpop.gat-popover-position-left-bottom::after {
    right: -11px;
    height: 100%;
    top: 0;
}
.gat-blackpop.gat-popover-position-left-top .gat-blackpop-arrow {
    -webkit-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
        transform: translateX(50%) rotate(45deg);
    top: 14px;
}
.gat-blackpop.gat-popover-position-left-center .gat-blackpop-arrow {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
        transform: translate(50%, -50%) rotate(45deg);
    top: 50%;
}
.gat-blackpop.gat-popover-position-left-bottom .gat-blackpop-arrow {
    -webkit-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
        transform: translateX(50%) rotate(45deg);
    bottom: 14px;
}
/* right side */
.gat-blackpop.gat-popover-position-right-top .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-right-center .gat-blackpop-arrow,
.gat-blackpop.gat-popover-position-right-bottom .gat-blackpop-arrow {
    left: 0;
    background: #fffeee;
    border: 1px solid #f4e0a4;
    border-right: none;
    border-top: none;
    z-index: 20;
}
.gat-blackpop.gat-popover-position-right-top::after,
.gat-blackpop.gat-popover-position-right-center::after,
.gat-blackpop.gat-popover-position-right-bottom::after {
    left: -11px;
    height: 100%;
    top: 0;
}
.gat-blackpop.gat-popover-position-right-top .gat-blackpop-arrow {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    top: 14px;
}
.gat-blackpop.gat-popover-position-right-center .gat-blackpop-arrow {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
}
.gat-blackpop.gat-popover-position-right-bottom .gat-blackpop-arrow {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    bottom: 14px;
}
.role-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
    .role-header.role-head-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .role-header.role-head-info a {
        font-size: 12px !important;
        cursor: pointer;
    }
    .role-header.role-head-info i {
        color: #57a6f8;
        font-size: 13px;
        margin-right: 4px;
    }
.rc-menu-item-divider {
    background-color: #071323 !important;
}
h3 {
    font-style: normal;
    font-size: 20px !important;
    color: #333;
    line-height: 28px;
    display: inline-block;
    font-weight: bold;
    border-left: 2px solid #f60 !important;
    padding-left: 10px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.gat-dialog-r-footer {
    margin-top: 0px !important;
}
.gat-table .cell {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.gat-dialog-r-title {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 86px 16px;
    background: #f8fcff;
}

.loading .gat-page-mask {
        background: none !important;
        -webkit-box-shadow: 0px 0px 18px 0px rgba(120, 200, 255, .3);
                box-shadow: 0px 0px 18px 0px rgba(120, 200, 255, .3);
    }
body{    background: #f8fcff;}
.platformContainer{
    height: 100%;
    width: 100%;
    position: relative;
}
.platformContainer.postion .platform-conts{
            min-width: auto;
        }
.platformContainer.postion .platform-conts .breadcrumb{
                display: none;
            }
.platformContainer .sider{
        background: #1F2B3B;
        height: 100%;
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        overflow-y: auto;
    }
.platformContainer .sider .nav-content ul {
            border: none;
            width: 240px;
            padding: 0px;
        }
.platformContainer .sider .nav-content .rc-menu-submenu-title span{
            font-size: 16px;
        }
.platformContainer .appName{
        width: 240px;
        padding: 20px 30px;
    }
.platformContainer .appName img{
        width: 180px;
        height: 27px;
    }
.platformContainer .platform-layout{
        height: 100%;
        width: 100%;
        padding-left: 240px;
        position: relative;
        min-width: 1440px;
    }
.platformContainer .platformBody{
        height: 100%;
        width: 100%;
        background: #F8FCFF;
        position: relative;
        padding: 0 20px 60px 32px;
    }.gat-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gat-timeline-item {
    position: relative;
    padding: 0 0 20px;
    list-style: none;
    margin: 0;
    font-size: 14px;
}
.gat-timeline-item-tag {
    position: relative;
    float: left;
    left: 0;
    width: 140px;
    top: -2px;
}
.gat-timeline-item-tail {
    position: absolute;
    left: 136px;
    top: 0.75em;
    height: 100%;
    border-left: 1px solid;
    color: #e5e5e5;
}
.gat-timeline-item-pending .gat-timeline-item-head {
    font-size: 14px;
}
.gat-timeline-item-pending .gat-timeline-item-tail {
    display: none;
}
.gat-timeline-item-head {
    position: absolute;
    left: 133px;
    width: 8px;
    height: 8px;
    border-radius: 64px;
    border: 0px solid transparent;
    margin-top: 3px;
}
.gat-timeline-item-head-blue {
    background-color: #42a4f4;
    border-color: #42a4f4;
    color: #42a4f4;
}
.gat-timeline-item-head-red {
    background-color: red;
    border-color: red;
    color: red;
}
.gat-timeline-item-head-green {
    background-color: #41f492;
    border-color: #41f492;
    color: #41f492;
}
.gat-timeline-item-head-orange {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #ff6600;
}
.gat-timeline-item-head-gray {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #cccccc;
}
.gat-timeline-item-head-custom {
    position: absolute;
    text-align: center;
    line-height: 1;
    margin-top: 0;
    border: 0;
    height: auto;
    border-radius: 0;
    padding: 3px 1px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 5px;
    left: 5px;
    width: auto;
}
.gat-timeline-item-content {
    padding: 0 0 0 18px;
    left: 22px;
    position: relative;
    width: 100%;
    padding-right: 141px;
    top: -(14px * 1.5 - 14px)+1px;
}
.gat-timeline-item-last .gat-timeline-item-tail {
    height: 100%;
}
.gat-timeline-item-last .gat-timeline-item-content {
    min-height: 48px;
}
.gat-timeline.-timeline-pending .gat-timeline-item-last .gat-timeline-item-tail {
    border-left: 2px dotted;
    display: block;
}
.gat-timeline.-timeline-reverse .gat-timeline-item-last .gat-timeline-item-tail {
    display: none;
}
.gat-timeline.-timeline-reverse .gat-timeline-item-pending .gat-timeline-item-tail {
    border-left: 2px dotted;
    display: block;
}
.gat-timeline.-timeline-reverse .gat-timeline-item-pending .gat-timeline-item-content {
    min-height: 48px;
}
