﻿/* 作用：解决vue做的html页面在初始化时短暂的变量名称乱码问题
   用法：<div id="app" v-cloak></div>
*/

[v-cloak] {
    display: none;
}

html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    margin: 0 auto;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    background-color: white;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    overflow: -Scroll;
    overflow-y:hidden;
    overflow-x: hidden;
}



html,
body,
ul,
li {
    padding: 0;
    margin: 0;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: white
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    box-sizing: border-box;
}

.sc-container {
    width: calc(100% - 40px);
    min-width: 1000px;
    margin: 0 auto;
    line-height: 30px;
    line-height: 30px;
    padding: 30px 0px 0px 30px;
}

@media screen and (max-width: 1366px) {
    .sc-container {
        width: calc(100% - 30px);
    }
}

/* 超链接 */

/* a:link {
    text-decoration: none;
}

a {
    color: #303133;
}
 */
/* 列表页面搜索区域 */

 .search-wrap {
    line-height: 40px;
    background-color: #f8f8f9;
    padding: 4px 20px;
    margin-top: 10px;
}
/* iview搜索区域 */
 .search-wrap label {
    display: inline-block;
    width: 80px;
    text-align: right;
    color: #495060;
    font-size: 12px;
}

.search-wrap .ivu-input-wrapper {
    width: 250px;
}

/* 列表页面table顶部的标签区域 */

 .list-top-wrap {
    background-color: #f8f8f9;
    padding: 0;
    /* border: 1px #dddee1 solid; */
    margin-top: 10px;
    padding: 10px;
}

/* 列表页面table顶部的操作按钮区域 */

 .operate-wrap {
    margin-top: 10px;
}

/* element table header字体颜色 */

.el-table-headerCls {
    color: #495060;
    background-color: #eff1f6
}

/* element table header背景色 */

.el-table-headerBgCls {
    background-color: #eff1f6
}

.search-keyword {
    float: right;
}

/* 列表页面的table */

.list-wrap {
    margin-top: 10px;
}

.list-wrap .el-table{
    border: 1px solid #dddee1;
}

/* 列表分页 */

.list-page-wrap {
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* 列表操作按钮 */

.list-operateBtn {
    color: #409eff;
}

/* 列表tag标签 */

.sc-container .countTag {
    background-color: white;
}

/* tooltip提示内容 */

.tooltip-content {
    font-size: 15px;
    color: #409eff
}

/* tooltip提示内容关闭按钮 */

.tooltip-closeBtn {
    font-size: 12px;
    color: #c0c4cc
}

/* 页面顶部标题 */

.pageTitle {
    border: 1px solid #eee;
    border-bottom-right-radius: 8px;
    transition: all .2s ease-in-out;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
    border-color: transparent;
    position: relative;
    line-height: 40px;
    font-size: 15px;
    width: 99.8%;
}

/* 提醒内容 */

.sc-container .pageNotice {
    margin-top: 10px;
}

.sc-container .pageTitle .mainTitle {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #303133;
    margin-left: 10px;
    padding-left: 10px;
}

.sc-container .pageTitle .middleTitle {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.sc-container .pageTitle .subTitle {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #303133;
    margin-left: 10px;
    border-left: 2px solid #3399ff;
    padding-left: 10px;
}

/* 手风琴 */

.sc-container .collapseCls {
    margin-top: 10px;
}

/* 手风琴标题自定义 */

.collapse-item-title {
    padding-left: 20px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #606266;
}

/* 手风琴item */

.sc-container .collapseCls .collapseItemCls {
    margin-bottom: 10px;
    border: 1px #DEDEE0 solid;
}

/* 手风琴最后一个item与底部无间距 */

.sc-container .collapseCls .collapseItemCls:last-child {
    margin-bottom: 0px;
}

/* 手风琴item头部 */
.sc-container .el-collapse-item__header {
    height: 43px;
    background: #f8f8f8;
    color: #555;
    border-bottom: 1px #dedee0 solid;
}

/* element 手风琴内容 */

.sc-container .containerItem {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

/* element 步骤条 */

.sc-container .stepsCls {
    margin-top: 10px;
}

/* element 新增Tag标签 */

.el-tag+.el-tag {
    margin-left: 10px;
}

.button-new-tag {
    margin-left: 10px;
    height: 32px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.input-new-tag {
    width: 90px;
    margin-left: 10px;
    vertical-align: bottom;
}

.el-upload--picture-card {
    width: 120px;
    height: 120px;
    line-height: 120px;
}

/*成功图标颜色  */

.success-color {
    color: #67C23A;
}

/*  element 成功标志图标 迷你尺寸*/

.mini-icon-success {
    color: #67C23A;
    font-size: 16px;
}

/* 小尺寸 */

.small-icon-success {
    color: #67C23A;
    font-size: 33px;
}

/* 中等尺寸 */

.medium-icon-success {
    color: #67C23A;
    font-size: 50px;
}

/* 缩略图 */

.smallPicture {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

/*长按钮 */

.longBtn {
    height: 30px;
    line-height: 30px;
    border: 1px #d7d7d7 dotted;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}

#cube_header-wrap {
    height: 150px;
    /* background-color: #f8f8f8; */
    margin-top: 10px;
}

#cube_header-wrap .left {
    width: 100px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    float: left;
}

#cube_header-wrap .left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cube_header-wrap .right {
    /* height: 150px; */
    width: calc(100% - 100px);
    vertical-align: middle;
    margin-top: 10px;
    float: left;
}

#cube_header-wrap .right .title {
    font-size: 16px;
}

#cube_header-wrap .right .version {
    margin-left: 20px;
    padding: 0px 10px;
    background-color: #F5B938;
    color: white;
    font-size: 13px;
}

.headerVersionList {
    color: rgb(152, 152, 152);
}

.containerItem .componentDetail {
    margin: 5px;
}

.el-dialog__header {
    padding: 10px 20px 5px;
    background-color: #ebeef5;
    margin-bottom: -22px;
}
/* 自定义警告 */
.selfAlert{
    background-color:#fdf6ec;
    background-position: 15px 50%;
    text-align: left;
    padding: 8px 20px 5px 16px;
    color:#e6a23c;
    position:relative;
    overflow:hidden;
}

.selfAlert .left {
    width: 30px;
    height: 30px;
    margin:auto;
    position:absolute;/*设定水平和垂直偏移父元素的50%，
再根据实际长度将子元素上左挪回一半大小*/
    bottom:50%;
    top:50%;
    
}

.selfAlert .right {
    width: calc(100% - 46px);
    margin-left: 40px;
    vertical-align: middle;
    float: left;
}


/* 王猛鬼的手风琴开始============================= */
.widget-buttons > [data-toggle]:focus, .widget-buttons > a:hover
{
    text-decoration: none;
}
.widget .widget-header .foreIcon
{
    display: inline-block;
    position: absolute;
    left: -42px;
    width: 42px;
    height: 42px;
    max-width: 42px;
    overflow: hidden;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.widget .widget-header .foreIcon i
{
    background-color: #fff;
}
.widget
{
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    border: 1px solid #dedee0;
    border-radius: 0;
}
.widget.collapsed .widget-body
{
    display: none;
}
.widget.collapsed .widget-header
{
    border-bottom: none;
}
.widget .widget-header .up_text
{
    display: inline;
}
.widget .widget-header .down_text, .widget.collapsed .widget-header .up_text
{
    display: none;
}
.widget.collapsed .widget-header .down_text
{
    display: inline;
}
.widget-header
{
    position: relative;
    min-height: 42px;
    background: #f8f8f8;
    color: #555;
    text-align: right;
    border-bottom: 1px #dedee0 solid;
}
.widget-header .widget-icon
{
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 42px;
    text-align: center;
}
.widget-header > .widget-caption
{
    line-height: 42px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    font-weight: 400 !important;
    font-size: 13px;
}
.widget-header > .widget-caption .title
{
    font-size: 16px;
}
.widget-header.lined
{
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 1%;
}
.widget-header.lined:before
{
    content: "";
    position: absolute;
    display: block;
    width: 98%;
    bottom: 0;
    top: 41px;
    height: 1px;
    left: 1%;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}
.widget-header.lined .widget-buttons
{
    padding-right: 1%;
}
.widget-header.lined + .widget-body
{
    padding-left: 1%;
    padding-right: 1%;
}
.widget-header.separated
{
    margin-bottom: 5px;
}
.widget-buttons
{
    display: inline-block;
    padding: 0 15px;
    line-height: 42px;
    position: relative;
    text-align: left;
    height: 42px;
    color: #999;
}
.widget-buttons span
{
    cursor: pointer;
}
.widget-buttons.buttons-bordered
{
    border-left: 1px solid #e5e5e5;
}
.widget-buttons.compact
{
    margin-top: 4px;
    background-color: #f5f5f5;
    line-height: 27px;
    -webkit-transition: color .318s ease;
    -moz-transition: color .318s ease;
    -o-transition: color .318s ease;
    transition: color .318s ease;
    height: 27px;
}
.widget-buttons.compact:hover
{
    background-color: #2dc3e8;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.widget-buttons.compact:hover i
{
    color: #fff;
}
.widget-buttons.compact:before
{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2dc3e8;
}
.widget-buttons.compact a
{
    min-width: 14px;
    line-height: 14px;
}
.widget-buttons.compact i
{
    color: #ccc;
    font-size: 14px;
}
.widget-buttons.no-padding
{
    padding: 0;
}
.widget-buttons.padding-5
{
    padding: 0 5px;
}
.widget-buttons.no-border:before
{
    display: none;
}
.widget-buttons label
{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 6px;
}
.widget-buttons > a
{
    font-size: 14px;
    margin: 0 1px;
    display: inline-block;
    padding: 0;
    line-height: 24px;
    min-width: 20px;
    text-align: center;
    padding-top: 10px;
}
.widget-buttons > a i
{
    vertical-align: middle;
    font-size: 18px;
}
.widget-buttons > [data-toggle] > .fa
{
    margin-right: 0;
}
.widget-buttons > [data-toggle]:hover
{
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: 1;
}
.widget-buttons > [data-toggle=collapse], .widget-buttons > [data-toggle=config], .widget-buttons > [data-toggle=dispose], .widget-buttons > [data-toggle=maximize], .widget-buttons > [data-toggle=refresh]
{
    color: #777;
    font-size: 14px;
}
.widget-buttons .progress
{
    vertical-align: middle;
    display: inline-block;
    margin: -3px 0 0;
    min-width: 100px;
}
.widget-buttons .badge, .widget-buttons .btn-group
{
    margin-top: -2px;
}
.widget-buttons .btn-group .dropdown-menu
{
    right: 0;
    left: auto;
}
.widget-buttons .label
{
    padding: 5px 6px;
}
.widget-buttons .pager, .widget-buttons .pagination
{
    float: right;
    margin: 5px 2px 1px;
}
.widget-buttons .btn
{
    margin-top: -2px;
}
.widget-body
{
    background-color: #fff;
    padding: 12px;
}
.widget-body.bordered-left
{
    border-left: 3px solid #fff;
}
.widget-body.bordered-right
{
    border-right: 3px solid #fff;
}
.widget-body.bordered-bottom
{
    border-bottom: 3px solid #fff;
}
.widget-body.bordered-top
{
    border-top: 3px solid #fff;
}
.widget-body[class*=bg-]
{
    color: #fff;
}
.widget-body.no-padding
{
    padding: 0;
}
.widget-body.no-padding .accordion
{
    border: 0;
}
.widget-body.no-padding .dataTables_filter label
{
    margin: 10px;
}
.widget-body.no-padding .dataTables_length
{
    top: 10px;
    right: 10px;
}
.widget-body.no-padding .DTTT.btn-group
{
    right: 80px;
    top: 10px;
}
.widget-body .accordion.panel-group
{
    border-top-width: 1px !important;
}
.widget-body > table
{
    margin-bottom: 0;
}
.widget-body hr.wide
{
    margin-left: -12px;
    margin-right: -12px;
}
.widget-header > .widget-caption .line-icon
{
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #1e90ff;
    margin-bottom: -2px;
    margin-right: 5px;
}
/* 王猛鬼的手风琴结束============================= */

/* 返回顶部 */
#backTopDiv {
	display: block;
	bottom: 0px;
	right: 1px !important;
	right: 18px;
	width: 64px;
	height: 64px;
	position: fixed;
}