/**********************************************/

<!--
body {
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    color: #333 !important;
    line-height: 1.5;
}

/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;	 /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
    padding-right: 15px;
    padding-left: 15px; /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
    border: none;
}

/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a:link {
    color: #42413C;
    text-decoration: underline; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
    color: #6E6C64;
    text-decoration: underline;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
    /*text-decoration: none;*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ta-c{
    text-align: center;
}
.ta-l{
    text-align: left;
}
.ml5{
    margin-left: 5px;
}
.ml8{
    margin-left: 8px;
}
.ml20{
    margin-left: 20px;
}
.ml10{
    margin-left: 10px;
}
.ml30{
    margin-left: 30px;
}
.ml40{
    margin-left: 40px;
}
.mr20{
    margin-right: 20px;
}
.mr8{
    margin-right: 8px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr30{
    margin-right: 30px;
}
.mr40{
    margin-right: 40px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.mb8{
    margin-bottom: 8px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt5{
    margin-top:5px;
}
.mt8{
    margin-top:8px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}

.pl5{
    padding-left: 5px;
}
.pl20{
    padding-left: 20px;
}
.pl10{
    padding-left: 10px;
}
.pl30{
    padding-left: 30px;
}
.pl40{
    padding-left: 40px;
}
.pr20{
    padding-right: 20px;
}
.pr10{
    padding-right: 10px;
}
.pr30{
    padding-right: 30px;
}
.pr40{
    padding-right: 40px;
}
.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:20px;
}
.pt40{
    padding-top:20px;
}

/**********************************************/

html,body{
    border: 0 none;
    margin: 0;
    padding: 0;
}
div,span,p,textarea,ul,li{
    /*color: #333333;*/
    margin:0;
    padding:0;
}
img{
    border:0px;
}
a{
    cursor: pointer;
    /*font: 12px "微软雅黑",Helvetica,Arial,Verdana,"宋体";*/
    text-decoration:none;
}
#header{
    width:100%;
    height: 44px;
    margin: 0;
    padding: 0;
    /*background-color:#232323;*/
    background-image:url(../images/console/header_bg.jpg);
    background-repeat:repeat-x;
    position: relative;
    min-width: 1260px;
    z-index:3;
}
#header-left
{
    /*position: relative;
    top:0px;
    left: 60px;
    display:inline-block;
    width:260px;*/
    height:44px;
    float:left;
	position: relative;
}
#header-icon{
    width:49px;
    height: 100%;
    float: left;
}
#header-consoleNav{
    margin-left: 10px;
    height: 100%;
    float: left;
    padding-top:20px;
}
#header-consoleNav a{
    text-decoration:none;
}
#header-consoleNav a h2{
    font-size:16px;
    font-weight:bold;
    color:#333333;
    font:16px "微软雅黑",Helvetica,Arial,Verdana,"宋体"
}
#header-right{
    /*position: absolute;
    display:inline-block;
    _zoom:1;*display:inline;
    top:15px;
    right: 25px;*/
    float:right;
    height:65px;
}
.user-info
{
    font:14px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
    /*margin-top: 15px;*/
    /*line-height: 64px;*/
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15px;
    line-height: 20px;
    text-align:right;
}
.user-info span{
    color:#fff;
	font-size:14px;
    padding:0 10px
}
.user-info a{
    color: #fff;
    cursor: pointer;
    padding:0px 0px;
    text-decoration:none;
    font: 14px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
}
.user-info a:hover{
    color: #fff;
    text-decoration:underline;
}
.user-info a:link{
    text-decoration:none;
}

#footer
{
    padding: 0px;
    margin: 0px;
    background-color: #333333;
    color: #cccccc;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    min-height: 65px;
    height: 65px;
    line-height: 30px;
    width: 100%;
    min-width: 1045px;
    margin-top:10px;
    left: 0;
}
#footer-content{
    margin: 10px 0px 0px 10px;
}
#footer-icon-chinatelecom{
    float: left;
    margin-left:30px;
    margin-right:10px;
}
#footer-icon-ctyun{
    float: left;
    margin-right: 20px;
    margin-left:20px;
}
#footer-info{
    font: 12px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
    line-height:65px;
    vertical-align:middle;
    color: #ffffff;
}
#footer-info span{
    color:#ffffff;
}
#footer-icon-vline{
    float: left;
}

.bgimg{background-image:url(../images/console/consolesprite.png);}
.bg-header-icon{background-position:-76px -258px;}
.bg-footer-logo{width:189px;height:46px;background-position:0 -721px;}

.nav-header-font{
    color: #ffffff;
    font: 18px/40px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
    /*margin-left: 15px;*/
	color: #333333;
    padding: 30px 20px;
}

.redfont12{
    font-size: 12px;
    color: #FF4545;
}

ul li{
    list-style-type: none;
}
.ft14{
    font-size: 14px;
}
.va-middle{
    vertical-align: middle;
}
.inlineblock{
    display: inline-block;
}
.middle-inline{
    vertical-align: middle;
    display: inline-block;
}
.inline-div{
    display:inline-block;
    _zoom:1;*display:inline;
}
.dis-none{
    display:none;
}
.dis-block{
    display:block;
}
.width-18{
	width: 18%;
}
/*改版css*/
.ooslogo{
    background:url(../images/ooslogo.jpg) no-repeat scroll 0px 0px;
    height:44px;
    width:221px;
    cursor:pointer;
	float:left;
}
.bottomline{
    /*height:4px;width:100%; background-color:#5351e8;margin:0;padding:0; background-position:left; background-image:url(../images/common/bottomline.jpg); background-repeat:no-repeat;min-width: 1045px;
*/
    background-color: #1bbad7;
    height: 4px;
    min-width: 1260px;
}
.background {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background:white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
#progressBar{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: block;
    top: 0;
    left: 0;
    /*opacity: .1;*/
    /*background-color: #000;*/
}
.progressBar {
    /*border: solid 2px #86A5AD;*/
    /*background: white url(../images/storageconsole/loading.gif) no-repeat 10px 10px;
    display: block;
    width: 160px;
    height: 22px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -74px;
    margin-top: -14px;
    padding: 10px 10px 10px 70px;
    text-align: left;
    line-height: 22px;
    font-weight: bold;
    position: absolute;
    z-index: 2001;
    font: 12px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
    background-color:#fcfebd;border-color:#fff;-moz-box-shadow: 1px 2px 1px #888888; *//* 老的 Firefox *//*
    box-shadow: 1px 2px 1px #888888;border-radius:1px 1px 1px 1px;color:#333;*/
    width: 128px;
    height: 15px;
    z-index: 10002;
    position: absolute;
    top: 45%;
    left: 45%;
    background-image: url(../images/console/loading.gif);
}
.contextMenu{
    display:none;
}

.pro-ui-button{
    cursor:pointer;
    padding:0px 15px;
    height:26px;
    background-repeat:repeat-x;
    background-position:0px -796px;
    border:solid 1px #cccccc;
    border-radius:2px;
    text-align:center;
    line-height:26px;
    font:12px/26px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
}
.pro-ui-button:hover{
    background-position:0px -822px;
}
.pro-ui-button:active{
    background-position:0px -848px;
}

/****************************************************************/
body{
    /*background-color:#f6f5f5;*/
}
#header-consoleNav{
    padding-top: 30px;
    margin-left: 10px;
}
#header-consoleNav a{
    text-decoration:none;
}
#header-consoleNav a h2 {
    padding: 0;
    color:#333333;
}
.usercountpanel{
    position:absolute;
    display: none;
    width:320px;
    /*height:213px;*/
    margin:0 auto;
    text-align:center;
    /*border:solid 1px #5f8ab3;*/
    top:40px;
    /*background-color:#cbe4f8;*/
    /*background-image:url(../images/storageconsole/usercount/bg.png);*/
    z-index: 1000;
    right: 170px;
    /*top: 65px;*/
}
.userpoolspanel{
    position:absolute;
    display: none;
    /*width:320px;*/
    margin:0 auto;
    text-align:center;
    top:40px;
    z-index: 1000;
    right: 20px;
}


.autoscroll{
    overflow: scroll;
    width:auto;
    height: 400px;
}
.oddrow{
    background-color:#e8f3fb;
}
.evenrow{
    background-color:#ffffff;
}

.corner{
    display:inline-block;
    position:absolute;
    width:10px;
    height:10px;
}
.lt{
    left:-10px;
    top:-10px;
}
.rt{
    right:-10px;
    top:-10px;
}
.lb{
    left:-10px;
    bottom:-10px;
}
.rb{
    right:-10px;
    bottom:-10px;
}

#container {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
    min-height: 731px;
    background-color: #eff1f4;
    /*max-height: calc(100% - 102px);*/
}
/*@media screen and (max-height:799px) {*/
    /*.consoleBucketPage {*/
        /*min-height: 680px!important;*/
    /*}*/
/*}*/

/*@media screen and (min-height:800px){*/
    /*#container {*/
        /*position: relative;*/
        /*z-index: 2;*/
        /*padding-top: 50px;*/
        /*margin: 0 auto;*/
        /*width: 100%;*/
        /*!*min-height: 850px;*!*/
        /*height: calc(100% - 37px);*/

    /*}*/
/*}*/
/*@media screen and (min-height:800px){*/
    /*.consoleBucketPage {*/
        /*height: calc(100% - 87px)!important;*/
    /*}*/
/*}*/

.panel-default-box {
    box-shadow: 0 0 8px rgba(100, 110, 144, 0.0952242) !important;
    border-radius: 5px !important;
}

#contentPanel{
    position:relative;
    overflow:hidden;
    min-width:1260px;
}
#navigationPanel{
    position: fixed;
    width: 192px;
    background: #fff;
    border: 1px solid #e5e5e5;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9;
}
#navpanel{
    /*border-left:solid 1px #cccccc;*/
    /*border-right:solid 1px #cccccc;*/
    /*border-bottom:solid 1px #cccccc;*/
    /*width:100%;*/
    padding-top:5px;
    /*overflow: auto;*/
}
#navpanel-header{

}

#navpanel-menu{
    margin: 0px;
    padding: 0px;
    width:100%;
    border-bottom:solid 1px #cccccc;
    padding-bottom:5px;
    position: relative;

}
#navpanel-list{
    width: 100%;
    overflow: auto;
    height: 90%;
    /*min-height:512px;*/
    overflow-x:hidden;
}
#container-resize-handle
{
    float: left;
    width:4px;
}
#listViewPanel{
    min-width: 1015px;
    position: relative;
    margin-left: 192px;
    border-width: 0;
}
#listpanel{
    width:100%;
    min-height:550px;
    background-color: #fff;
}

#listpanel-header{
    width:100%;
    padding-top: 30px;

}

.fresh-block {
    box-sizing: border-box;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.fresh-block:hover {
    border-color: #3D73F5;
}

.fresh-block:hover path {
    fill: #3D73F5;
}

.time-refresh {
    display: flex;
    align-items: center;

    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.today-statistics{
    margin: 10px 24px;
    padding: 15px 15px 30px;
    width: auto;
    /* height: 300px; */
    background: #fff;
    border: 1px #f3f3f3 solid;
    box-sizing: border-box;
    border-radius: 10px;
}
.today-statistics .title{
    height: 22px;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
}
.today-statistics .statistic-icon{
    display: inline-block;
    vertical-align: bottom;
    width: 19px;
    height: 19px;
    margin-right: 12px;
}
.today-statistics .icon-capacity{
    background: url('../images/statistics/capacity.png')center no-repeat;
    background-size: contain;
}
.today-statistics .icon-down-flow{
    background: url('../images/statistics/down_flow.png')center no-repeat;
    background-size: contain;
}
.today-statistics .icon-up-flow{
    background: url('../images/statistics/up_flow.png')center no-repeat;
    background-size: contain;
}
.today-statistics .icon-get{
    background: url('../images/statistics/get.png')center no-repeat;
    background-size: contain;
}
.today-statistics .icon-put{
    background: url('../images/statistics/put.png')center no-repeat;
    background-size: contain;
}
.icon-blue {
    background: url('../images/statistics/put.png')center no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.icon-purple {
    background: url('../images/statistics/purple.png')center no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.icon-orange {
    background: url('../images/statistics/orange.png')center no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.icon-upArrow {
    background: url('../images/statistics/upArrow.png')center no-repeat;
    background-size: contain;
    width: 12px;
    height: 19px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 3px;
}
.icon-downArrow {
    background: url('../images/statistics/downArrow.png')center no-repeat;
    background-size: contain;
    width: 12px;
    height: 19px;
    display: inline-block;
    vertical-align: bottom;
}
.icon-question {
    background: url('../images/statistics/question.png')center no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.icon-question-top {
    background: url('../images/statistics/question.png')center no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: text-top;
}
.today-statistics ul{
    display: flex;
    margin-top: 10px;
}
.today-statistics ul li{
    flex: 1;
    height: 80px;
    border-right: solid 1px #cccccc;
}
.today-statistics ul li:last-child{
    border: none
}
.today-statistics ul li p{
    text-align: center;
}
.today-statistics .name{
    margin: 10px 0 ;
}
.today-statistics .mount{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 10px;
}
.key-data {
    margin: 20px;
    width: auto;
    padding: 20px;
    background-color: #fff;
}
.key-data .head {
    margin: 20px 0;
}
.key-data .head .base{
    display: inline-block;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;

    box-sizing: border-box;

    height: 32px;
    padding: 7px 30px;

    color: #333;

    margin-right: 16px;
    font-size: 12px;
    line-height: 18px;

    cursor: pointer;
}

.key-data .head .selected{
    border: 1px solid #3D73F5;
    color: #3D73F5;
}

.listpanel-bar-position{
    line-height: 40px;
    height: 40px;
    width:100%;
    border-bottom: solid 1px #cccccc;
    background-color:#ffffff;
    margin: 0;
}

.panel-child-heading {
    display: flex;
    align-items: center;

    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}

#listpanel-menu{
    margin: 0px;
    padding: 5px 0px;
    width:100%;
    height:28px;
    border-bottom: solid 1px #cccccc;
    background-color: #F6F5F5;
}
#listpanel-menu-search{
    float: right;
    margin-right: 10px;
}
#listpanel-menu-buttons{
    float: left;
    margin-left:10px;
    position: relative;
}
#listpanel-table{
    width:100%;
}
#divFlexTable{
    background-color: #fff;
}
#FlexTable{
    /*border-right: solid 1px #ccc;*/
}

#search-box{
    background-image: url('../images/console/consolesprite.png');
    width:193px;height:22px;background-position:0 -699px;
    line-height: 22px;
    float: left;
}

/*#search-button{
    float: left;
    line-height: 22px;
    background-image: url('../images/console/consolesprite.png');
    cursor: pointer;
    margin-left:5px;
    width:26px;height:20px;background-position:-196px -699px;
}*/
#propertyPanel {
    display: flex;
    flex-direction: column;
}

#propertyPanel .property-block {
    padding: 20px 0 0 0;
}

#property-header{
    height: 41px;
    line-height: 41px;
    width: 100%;
    background-position:0px -581px;
    background-repeat:repeat-x;
    /*background-image: url('../images/console/consolesprite.png');*/
    background-color: #EBE6E6;
    position: relative;
    border-bottom:solid 1px #cccccc;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#property-header img{
    margin-left: 5px;
    margin-right: 5px;
}
#property-header-info{
    position: absolute;
}
#property-header-info span{
    font-size:18px;
    font-weight:200;
    margin-left:15px;
}
#property-header-button{
    position: absolute;
    width:60px;
    right: 70px;
    cursor: pointer;
    font-size: 12px;
}
#property-header-close{
    position: absolute;
    right: 5px;
    width:60px;
    cursor: pointer;
    font-size: 12px;
}

.prohelp{
    position:absolute;
    left:800px;
    top:5px;
    height:30px;
    margin-top:10px;
    width:100px;
    background:url(../images/console/help.png) no-repeat scroll left 3px;
}
.prohelp a{
    padding-left:22px;
    font-size:14px;
    color: #333;
    text-decoration: underline;
    cursor:pointer;
}

#property-main{
    height: 150px;
    width: 100%;
    position:relative;
}
#pro_main_base{
    position:absolute;
    left:0px;
    top:5px;
    width:275px;
    height:140px;
}
#pro_main_set{
    position:absolute;
    height:140px;
    left:50px;
    top:10px;
}
.property-panel-tabs{

}
#pro-panel-tab{
    position:absolute;
    bottom:0px;
    left:295px;
}
.panel-tabs-nav{
    padding: 0;
    margin:0;
    position:relative;
}
.panel-tabs-nav-bottom{
    background-color:#b9b8b6;
    width:500px;
    position:absolute;
    top:23px;
    left:0px;
    height:1px;
    z-index:0;
}
.tab-nav-item{
    position:relative;
    height:27px;
    line-height:27px;
    overflow:hidden;
    z-index:1;
    border: solid 1px #cccccc;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    list-style: none outside none;
    border-bottom-width:0px;
    cursor:pointer;
    float: left;
    margin-right:5px;
    padding:0px 40px;
    background-color: #CCFFFF;
    /*background: url("../images/console/consolesprite.png") repeat-x scroll 0px -766px;*/
}

.tab-nav-item-active{
    background-color: #FFFFFF;
    background-image: none;
    z-index:100;
    top:1px;
}
.tab-nav-item a{
    cursor: pointer;
    text-decoration: none;
}
.tab-nav-item a:hover{
    text-decoration: none;
}
.tab-nav-item-text{
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei",tahoma,arial,"Hiragino Sans GB","\5B8B\4F53";
    font-size: 12px;
}
.panel-tabs-details{
    margin:0;
    display: none;
    position:relative;
    z-index:2;
}
.panel-tabs-details-active{
    display:block;
}
.pro_row{
    height: 30px;
    margin-left:10px;
    margin-top:5px;
    font-size:12px;
    word-wrap: break-word; word-break: normal;
}
.pro-ui-button{
    cursor:pointer;
    padding:0px 15px;
    height:26px;
    background-repeat:repeat-x;
    background-position:0px -796px;
    border:solid 1px #cccccc;
    border-radius:2px;
    text-align:center;
    line-height:26px;
}
.pro-ui-button:hover{
    background-position:0px -822px;
}
.pro-ui-button:active{
    background-position:0px -848px;
}


.pro-ui-button-container{
    padding: 2px 10px;
    height:17px;
    line-height:17px;
    border-top: solid 1px #b9b8b6;
    border-bottom: solid 1px #b9b8b6;
    float:left;
    background: url("../images/storageconsole/tab-nav-bg.png") repeat-x scroll 50% 50% #EEECEC;
}
.pro-ui-button-left{
    background: url("../images/storageconsole/ui-button-left.png") no-repeat scroll 0 0 transparent;
    width: 2px;
    float:left;
    height: 23px;
    line-height: 23px;
}
.pro-ui-button-right{
    background: url("../images/storageconsole/ui-button-right.png") no-repeat scroll 0 0 transparent;
    width: 2px;
    float:left;
    height: 23px;
    line-height: 23px;
}
.pro-ui-button-text{
    font: 12px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
    line-height: 17px;
}

.processing-message {
    display: none;
    position: relative;
}
.small-icon{
    height:16px;
    width:16px;
}
.process-ok{
    display:none;
}
.process-failed{
    color:red;
    font-weight: bold;
    font: 12px "微软雅黑",Helvetica,Arial,Verdana,"宋体";
    display:none;
}
.navheader{
    background-position:-0px -534px;
    background-repeat:repeat-x;
}

#position {
    margin: 20px 0 0 0;

    display: flex;
    align-items: center;

    font-size: 12px;
    line-height: 18px;
    color: #868C98;
}

#position > span:first-child {
    margin-right: 15px;
}

#position svg {
    margin: 0 8px;
}

#position .position-bucket {
    color: #3D73F5;
    cursor: pointer;
}

#position .position-folder{
    color:#3D73F5;
    cursor:pointer;
}

.div_button {
    color: #000000;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12px;
    margin: 0 2px;
    padding: 0;
    float: left;
    cursor: pointer;
    z-index: 10;
    position:relative;
}

#button-more-submenu{
    display: none;
    position:relative;
    top:0px;
    left:0px;
}
.div_button_submenu{
    width:100%;
    border: solid 1px #cccccc;
    z-index: 10000;
}
.submenu-item{
    width:100%;
    border-bottom: solid 1px #cccccc;
    background-color: #ffffff;
    text-align: center;
    padding:2px 0px;
}
.submenu-item:hover{
    background-color: #cccccc;
    color: #ffffff;
}
.submenu_innertext{

    color: #333333;
    font-size: 12px;
}
.searcbox_text{
    min-width: 176px;
    border-width: 0px;
    line-height: 16px;
    margin-left: 8px;
    height: 16px;
    margin-top: 2px;
    color: #b9b8b6;
}

.bucketItem
{
    display: inline-block;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.bucketItem:hover{
    /*background:#fefefe;*/
}
.bucketItem span
{
    /*display: inline-block;*/
    /*text-align: center;*/
    /*!*padding: 0 25px;*!*/
    /*font-size: 14px;*/
    /*!*font-weight: 600;*!*/
    /*color: #333333;*/
    /*overflow: hidden;*/
}

.total-object-block {
    display: flex;
    height: 100%;
    align-items: center;
    padding-right: 30px;
}

.total-object-block:hover > div.copyImgHide {
    display: block;
    cursor: pointer;
}

.object-block {
    display: flex;
    align-items: center;
    width: 100%;
}

.object-block > div:first-child {
    margin-right: 10px;
}

.object-block svg {
    width: 20px;
    height: 20px;
}

.object-block > a.folderlink {
    color: #3D73F5;
}

.object-link {
    cursor: pointer;
    color: #3D73F5;
}

.object-link:hover {
    text-decoration:underline;
}

a.filelink,
a.filelink:hover {
    color: #333;
}

a.filelink,
a.folderlink {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.filelink:hover {
    -webkit-appearance: none;
    text-decoration: none;
    cursor: default;
}

#objectdeleter-tableheader ul li{
    float: left;
    line-height: 26px;
    height: 26px;
    width: 25%;
    background-image: url(../images/fileupload/uploader-head-bg.png);
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.col1{
    width: 270px;
    text-align: left;
    padding-left: 10px;
 }
.col2{
    width: 130px;
}
.col3{
    width: 140px;
}
.col4{
    width: 60px;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.products{
	float:left;
}
.ul-products li{
	width:140px;
	height:64px;
	float:left;
}
.ul-products li:hover{
	background-color:#2b3441;
}
.ul-products li a{
	height:100%;
	width:100%;
	display:inline-block;
	cursor:pointer;
}
.ul-products .active{
	background-color:#2b3441;
}
.li-cloud{
	background:url(../images/console/productslist.png) no-repeat scroll 0px 0px;

}
.li-oos{
	background:url(../images/console/productslist.png) no-repeat scroll -140px 0px;
}
.oostip{
    position: fixed;
    top: 60px;
    left: 43%;
    z-index: 999;
    font-size: 14px;

	margin-left:20px;
	/*color:#000;*/
	/*height:30px;*/
	background:none repeat scroll 0 0 #F9EDBE;
	padding:5px 28px 5px 28px;
	border-radius:3px 3px 3px 3px;
	-webkit-box-shadow:1px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow:1px 2px 5px rgba(0, 0, 0, 0.5);
	border:1px solid #FBDA91;
	display:none;
	/*font: 12px/30px Helvetica, Tahoma, Arial, "微软雅黑", "宋体", sans-serif;*/
}

.bucketMenu{
    position: absolute;
    display: none;
    z-index: 1000;
    left: 245px;
    background-color: #CCCCCC;
    border-top:solid 1px #999;
    border-left:solid 1px #999;
    border-bottom:solid 1px #999;
}
.bucketMenu li{
    float: left;
    border-right: solid 1px #999;
    width: 118px;
    height: 37px;
    list-style: none;
    color: #fff;
}
.bucketMenu li:hover{
    background-color: #999;
}
.bucketMenu li span{
    margin: 0px 10px;
}
.jbox-window-embedded{
    /*padding: 30px;*/
    line-height: 20px;
}
.jbox-window-embedded .alarm {
    color: red;
    font-weight: bold;
}
.alert-container {
    -moz-box-shadow: 0 1px 3px 0 rgba(70, 94, 184, .25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(70, 94, 184, .25);
    box-shadow: 0 1px 3px 0 rgba(70, 94, 184, .25);
    color: #333;
    background: #f5faff;
    border-color: #499df2 !important;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 2px;
    /*width: 400px;*/
    font-size: 13px;
    font-weight: 400;
}


.img-folder {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/folder.svg) left no-repeat;
    background-position: 0 4px;
}
.img-avi {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/avi.svg) left no-repeat;
    background-position: 0 5px;
}
.img-bmp {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/bmp.svg) left no-repeat;
    background-position: 0 5px;
}
.img-doc {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/doc.svg) left no-repeat;
    background-position: 0 5px;
}
.img-exe {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/exe.svg) left no-repeat;
    background-position: 0 5px;
}
.img-gif {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/gif.svg) left no-repeat;
    background-position: 0 5px;
}
.img-html {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/html.svg) left no-repeat;
    background-position: 0 5px;
}
.img-jpg {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/jpg.svg) left no-repeat;
    background-position: 0 5px;
}
.img-mp4 {
     display: inline-block;
     padding-left: 20px;
     background: url(../images/object-types/mp4.svg) left no-repeat;
     background-position: 0 5px;
}
.img-pdf {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/pdf.svg) left no-repeat;
    background-position: 0 5px;
}
.img-ppt {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/ppt.svg) left no-repeat;
    background-position: 0 5px;
}
.img-svg {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/svg.svg) left no-repeat;
    background-position: 0 5px;
}
.img-txt {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/txt.svg) left no-repeat;
    background-position: 0 5px;
}
.img-wav {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/wav.svg) left no-repeat;
    background-position: 0 5px;
}
.img-xls {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/xls.svg) left no-repeat;
    background-position: 0 5px;
}
.img-xml {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/xml.svg) left no-repeat;
    background-position: 0 5px;
}
.img-zip {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/zip.svg) left no-repeat;
    background-position: 0 5px;
}
.img-default {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/object-types/default.svg) left no-repeat;
    background-position: 0 5px;
}


/**
    自定义分页器pagination
*/

.customize-table-footer .pager-arrow {
    width: 20px;
    text-align: center;
}

.customize-table-footer .pager-arrow:not(.customize-pager-number__disabled):hover {
    color: #3D73F5;
    background-color: #f0f3fb;
    cursor: pointer;
}

.customize-pager {
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.customize-pager-number {
    margin: 0 4px;
    padding: 0 4px;
    background-color: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    min-width: 20px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}

.customize-pager-number:not(.customize-pager-number__active):hover {
    color: #3D73F5;
    background-color: #f0f3fb;
}

.customize-pager-number__active {
    background-color: #3D73F5;
    border-radius: 3px;
    color: #fff;
}

.customize-pager-number__disabled, .customize-pager-number__disabled svg{
    cursor: not-allowed !important;
}

.customize-pager-number__disabled svg > path {
    fill: #999;
}

.customize-pager-arrow {
    position: relative;

    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.customize-pager-arrow:hover {
    color: #3D73F5;
    background-color: #f0f3fb;
    cursor: pointer;
}

.customize-pager-arrow > svg:hover > path {
    fill: #3D73F5;
}

.customize-pager-arrow.disabled, .customize-pager-arrow.disabled svg {
    cursor: not-allowed;
}

.customize-pager-arrow.disabled svg > path{
    fill: #999;
}

/**
    自定义的下拉框，通过bootstrap dropdown改造
*/
.customize-dropdown {
    width: 200px;
    height: 32px;
}

.customize-dropdown > button {
    padding: 9px 10px 9px 15px;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
}

.customize-dropdown > button > span:first-child {
    font-size: 12px;
    line-height: 16px;
    color: #333;

    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customize-dropdown > button:hover {
    border-color: #666;
    background-color: #fff;
}

.customize-dropdown .dropdown-menu {
    max-height: 250px;
    overflow: auto;
    margin-top: 5px;
    background: #fff;
    width: 100%;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.customize-dropdown .dropdown-menu:before {
    display: none;
}

.customize-dropdown .dropdown-menu > li > a {
    padding: 10px 15px;
    line-height: 12px !important;
    font-size: 12px;
    color: #333;
}

.customize-dropdown .dropdown-menu > li > a:hover,
.customize-dropdown .dropdown-menu > li > ul > li:hover {
    color: #3D73F5;
    background: #F0F3FB;
}

.customize-dropdown button[disabled] {
    background: #F0F2F7;
    border: 1px solid #DADCDF;
    cursor: not-allowed;
}

.customize-dropdown button[disabled] > span {
    color: #999;
}

.customize-dropdown button[disabled] path {
    fill: #999;
}

.dropdown-menu > li.active {
}

.dropdown-menu > li > a[disabled] {
    cursor: not-allowed;
    background-color: #F0F2F7 !important;
    color: #999 !important;
}


.customize-dropdown .dropdown-menu > li.active  > a {
    color: #fff
}

.customize-dropdown .dropdown-menu > .active > a,
.customize-dropdown .dropdown-menu > .active > a:hover,
.customize-dropdown .dropdown-menu > .active > a:focus {
    background-color: #3D73F5;
    background-image: none;
}

/**
    自定义的table，通过bootstrap dropdown改造
*/

.customize-table th,
.customize-table td {
    border: none;
}

.customize-table th {
    box-sizing: border-box;

    height: 40px;
    border-radius: 3px;

    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    background: #F7F8FA;
    text-align: left;
    vertical-align: middle;

    border-bottom: 1px solid #E2E5ED;
}

.customize-table td {
    box-sizing: border-box;
    height: 40px;

    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    border-bottom: 1px solid #E2E5ED !important;

    text-align: left;
    vertical-align: middle;
}

.customize-table th:first-child,
.customize-table tr td:first-child {
    padding-left: 13px;
}

.customize-table.file-table-delete th {
    border-top: 1px solid #E2E5ED;
    border-bottom-width: 0;
}

.customize-table.file-table-delete th:nth-child(1) {
    width: 40%;
}

.customize-table.file-table-delete th:nth-child(2) {
    width: 20%;
}

.customize-table.file-table-delete th:nth-child(3) {
    width: 20%;
}

.customize-table.file-table-delete th:nth-child(4) {
    width: 20%;
}

.customize-table.file-table-delete td:nth-child(1) {
    width: 40%;
}

.customize-table.file-table-delete td:nth-child(2) {
    width: 20%;
}

.customize-table.file-table-delete td:nth-child(3) {
    width: 20%;
}

.customize-table.file-table-delete td:nth-child(4) {
    width: 20%;
}

.customize-table tbody tr:nth-child(odd) {

}

.customize-table tbody tr:nth-child(even) {
    /*根据*/
    /*background-color: #f7f8f8;*/
}
.customize-table tbody tr:hover {
    background-color: #eef5fc;
}

/**
    自定义的日期选择框
*/
.customize-date-picker {
    position: relative;

    display: inline-flex;

    margin: 0 10px;
    padding: 9px 0 9px 8px;

    width: 350px;
    height: 32px;

    align-items: center;
    -webkit-box-align: center;

    border: 1px solid #A4A8B1;
    border-radius: 3px;
    box-sizing: border-box;
}

.customize-date-picker > input:first-child {
    position: absolute;

    margin-left: -16px;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.customize-date-picker > input {
    display: inline-block;

    padding: 0 8px;
    margin: 0;

    line-height: 12px;
    font-size: 12px;

    height: 12px;
    width: 39%;
    text-align: center;

    box-shadow: none;
    appearance: none;
    border: none;
    outline: none;

    color: #333;
}

.customize-date-picker .date-picker-separator {
    margin: 0 5px;
    color: #333;
    position: relative;
    top:-1px;
}

.layui-laydate-range {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 4px;
    line-height: 30px;
    margin: 5px 0;
}

.layui-laydate-content td {
    color: #333;
}

.layui-laydate .layui-this {
    background-color: #3D73F5 !important;
    color: #fff !important;
    border-radius: 100%;
}

.layui-laydate-content td.laydate-selected {
    background-color: #E3EAFB !important;
}

.layui-laydate-content td, .layui-laydate-content th {
    width: 36px;
    height: 30px;
    padding: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #333;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
    color: #3D73F5 !important;
}

.layui-laydate-footer span:hover {
    color: #fff !important;
}

.layui-laydate-header {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.layui-laydate-header i {
    top: 12px !important;
    color: #333 !important;
    font-size: 12px !important;
}

.layui-laydate-footer {
    height: 52px !important;
}

.laydate-footer-btns span {
    height: 32px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    border: unset !important;
    background: #3D73F5 !important;
    border-radius: 3px !important;
    color: #fff !important;
    padding: 10px 30px !important;
}

/**
    自定义的button
*/
.customize-button {
    padding: 7px 16px !important;

    height: 32px;

    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    background: #fff !important;
    border: 1px solid #D9D9D9;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    border-radius: 3px;
    line-height: 18px;
    font-size: 12px;
    color: #333;
}




.customize-button+.customize-button {
    margin-left: 10px;
}

.customize-button-theme {
    background-color: #df0428!important;
    border-color: #df0428!important;
    color: #fff!important
}

.customize-button-theme:hover {
    background-color: #e32948!important;
    border-color: #e32948!important;
    color: #fff!important
}

.customize-button-theme:active {
    background-color: #bd0322!important;
    border-color: #bd0322!important
}

.customize-button-theme[disabled] {
    background-color: #BAD6FF !important;
    border-color: #fff;
}

.customize-button-primary[disabled] {
    background-color: #BAD6FF !important;
    border-color: #fff;
}

.customize-button-primary {
    color: #fff;
    background-color: #3D73F5 !important;
    border-color: #3D73F5;
}

.el-button-default {
    border: 1px solid #D9D9D9;
}

.customize-button-primary:focus,
.customize-button-primary:hover {
    background: #699bff !important;
    border-color: #699bff !important;
    color: #fff !important;
}

.customize-button-default:focus,
.customize-button-default:hover {
    color: #3d73f5 !important;
    border-color: #3d73f5 !important;
    background-color: #fff !important;
}

.customize-button.is-disabled {
    border-color: #f0f2f7!important;
    background-color: #f0f2f7!important;
    color: #999!important
}
.customize-button.is-disabled:hover {
    color: #999!important
}

.customize-button.is-disabled, .customize-button.is-disabled:focus, .customize-button.is-disabled:hover {
    color: #999;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5
}

.customize-button.is-link {
    border-color: transparent !important;
    color: #666;
    background: transparent !important;
    padding: 0 !important;
    margin: 0;
    font-size: inherit !important;
    border: none !important;
    height: auto;
}

.customize-button.is-link+.is-link {
    margin-left: 10px;
}

.customize-button.is-link:focus,.customize-button.is-link:hover {
    color: #909399;
}

.customize-button.is-link.is-disabled {
    color: #999;
    background-color: transparent!important;
    border-color: transparent!important
}

.customize-button.is-link {
    color: #3d73f5!important
}

.customize-button.is-link:hover {
    color: #699BFF!important
}

.customize-button-primary.is-link {
    background: transparent !important;
    color: #3d73f5!important;
}

/**
    自定义的modal
*/
.customize-jbox .jbox-container {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.0999568);
    border-radius: 8px;
    border: unset !important;
    height: auto !important;
}

.customize-jbox .jbox-title-panel {
    background-color: unset !important;
    padding: 0 !important;
    height: auto !important;
    border-bottom: unset !important;
}

.customize-jbox .jbox-title-panel > .jbox-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px !important;
    color: #333;
    padding: 16px 32px !important;
    border-bottom: 1px solid #d9d9d9 !important;
}

.customize-jbox .jbox-content {
    padding: 16px 32px;
}

.customize-jbox.is-iframe .jbox-content {
    padding: 0px;
}

.customize-jbox .jbox-button-panel {
    padding: 16px 32px;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 0;
}
/**
    自定义的顶部title和导航
*/

.bg-color {
    background-color: #eff1f4;
}

.bg-title {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px !important;
    color: #333;
}

.breadcrumb-title {
    margin: 21px 20px 0 20px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    margin: 21px 0 0 20px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.breadcrumb-nav svg {
    margin: 0 12px;
}

/*.breadcrumb-nav .breadcrumb-nav-pre-title {*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*    line-height: 24px;*/
/*}*/


/*.breadcrumb-nav .breadcrumb-nav-pre-title:hover {*/
/*    color: #3d73f5;*/
/*}*/

.breadcrumb-nav .breadcrumb-nav-current-title {
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-item {
    color: #666;
}
.breadcrumb-item.is-link {
    cursor: pointer;
    font-weight: 700;
    text-decoration: none
}

.breadcrumb-item.is-link:hover {
    color: #3D73F5;
}
.breadcrumb-item-current {
    color: #333;
}

.breadcrumb-separator {
    margin: 0 12px;
    font-weight: 700;
    color: #666;
}
/**
    自定义的输入框
*/
.customize-input {
    box-sizing: border-box;

    width: 200px;
    height: 32px;

    margin: 0 !important;
    padding: 9px 15px !important;

    background: #fff;
    border: 1px solid #D9D9D9 !important;
    border-radius: 3px;

    line-height: 18px !important;
    font-size: 12px !important;

    outline: none !important;
    box-shadow: none !important;
}

.customize-input:hover {
    border-color: #666 !important;
}

.customize-input:focus {
    border-color: #3D73F5 !important;
}

.customize-input[disabled] {
    border-color: #DADCDF !important;
    background: #F0F2F7 !important;
    color: #999;
    cursor: not-allowed;
}

.data-region-info {
    box-sizing: border-box;
    position: relative;

    margin: 0 10px 15px 0;
    padding: 9px 10px;

    width: 100px;
    height: 30px;
    background: #E3EAFB;
    border-radius: 3px;

    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    border: 1px solid transparent;
    box-shadow: 2px 2px 2px rgba(100, 110, 144, 0.0952242);

    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    white-space: nowrap;
    word-break: keep-all;
    cursor: pointer;
}

.data-region-info.checked {
    border-color: #3D73F5;
}

.data-region-info:hover,
.data-region-info:focus {
    background: #CAD8FA;
}

.data-region-info.checked .data-region-info-tips {
    display: block;
}

.data-region-info.disabled {
    background: #F0F2F7;
    border: 1px solid #DADCDF;
    color: #999;
    cursor: not-allowed;
}

.data-region-info-tips {
    display: none;

    position: absolute;
    content: '';

    top: -1px;
    right: -1px;

    width: 21px;
    height: 13px;

    color: #fff;
    background-color: #3D73F5;

    line-height: 14px;

    border-bottom-left-radius: 8px;
    border-top-right-radius: 3px;
}


/**
 字体，颜色
*/
.font-size-base {
   font-size: 12px;
}

.font-size-1 {
    font-size: 14px;
}

.brand-6 {
    color: #3D73F5;
}

.brand-11 {
    color: #6C3E3E;
}

.neutral-6 {
    color: #999;
}

.neutral-7 {
    color: #7C818C;
}

.neutral-9 {
    color: #666;
}

.neutral-10 {
    color: #333;
}

.ml8 {
   margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml16 {
    margin-left: 16px;
}

.ml20 {
    margin-left: 20px;
}

.ml32 {
    margin-left: 32px;
}

.mr16 {
    margin-right: 16px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr32 {
    margin-right: 32px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb24 {
    margin-bottom: 24px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt16 {
    margin-top: 16px !important;
}

.mt20 {
    margin-top: 20px;
}

.mt21 {
    margin-top: 21px;
}

.mt30 {
    margin-top: 30px;
}

.mt24 {
    margin-top: 24px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.iframe-body {
    padding: 32px;
}

.pagination{

}

/**
    模块
*/
.module-block {
   padding: 20px;
   background: #fff;
   box-shadow: 0 0 8px rgba(100, 110, 144, 0.0952242);
   border-radius: 5px;
}

.property-block-info {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.property-block-info > :first-child {
    width: 10%;
    max-width: 10%;
    min-width: 10%;

    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.property-block-info > :last-child {
    margin-left: 10px;
}

.property-block-operation {

}

.width-10 {
    width: 10% !important;
    min-width: 10% !important;
    max-width: 10% !important;
}

.width-15 {
    width: 15% !important;
    min-width: 15% !important;
    max-width: 15% !important;
}

.width-20 {
    width: 20% !important;
    min-width: 20% !important;
    max-width: 20% !important;
}

.width-25 {
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
}

.width-50 {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
}

/**
    flex布局
*/
.flex-default {
   display: flex;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

/**
    msg-tip模块
*/
.msg-tips {
    position: fixed;
    top: 0;
    left: calc(50% - 190px);
    width: 380px;
    background: #FFF2F0;
    border: 1px solid #FF4545;
    border-radius: 3px;
    z-index: 999;
    padding: 11px 16px;
    font-size: 12px;
    line-height: 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    transition: top .4s;
}

.msg-tips-warning {
    background: #FFF9F0;
    border-color: #FF8F34;
}

.msg-tips-success {
    background: #F0FFF6;
    border-color: #27D68F;
}

.msg-tips-error {
    background: #FFF2F0;
    border-color: #FF4545;
}

.msg-tips-info {
    background: #F0F7FF;
    border-color: #3D73F5;
}
/**
    tip模块
*/
.tip-text {
    background: #F5FAFE;
    border: 1px solid #3D73F5;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding: 14px 15px;
}

.property-block .tip-text {

}

.tip-text > svg {
    margin-top: 1px;
}

.tip-text .link {
    color: #3D73F5;
    text-decoration: none;
}

.notice-icon {
    width: 14px;
    margin-right: 5px;
    flex-shrink: 0;
    background: url(../images/console/notice.svg) left no-repeat;
    background-position: 0 1px;
}

.notice-icon :after{
    content: " ";
}

.notice-text {
    display: inline-block;
}
/**
    其他项
*/
.text-overflow-hidden {
   white-space: nowrap;
   text-overflow:ellipsis;
   overflow:hidden;
}

.cursor-pointer {
    cursor: pointer;
}

/**
    全局加载
*/
.el-loading-parent--hidden {
    overflow: hidden!important;
}
.el-loading-parent--relative {
    position: relative!important;
}
.el-loading-mask.is-fullscreen {
    position: fixed;
    z-index: 9999;
}
.el-loading-mask.is-fullscreen {
    position: fixed;
}
.el-loading-mask {
    position: absolute;
    z-index: 9999;
    background-color: hsla(0,0%,100%,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
    margin-top: -25px;
}
.el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
    height: 50px;
    width: 50px;
}

.el-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite;
}

.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #3d73f5;
    stroke-linecap: round;
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px;
    }
    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px;
    }
}
