@import url('elementUI.css');

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    background-color: #f4faff;
}

.flex {
    display: flex;
    display: -webkit-flex;
    /* Safari */
}

.flex-1 {
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opear 12.1, Firefox 20+ */
    -webkit-box-flex: 1;
    /* OLD - ios 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
}

.flex-grow {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-coumlun {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-left {
    justify-content: left;
}
.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.space-evenly {
    justify-content: space-evenly;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.pointer {
    cursor: pointer;
    font-size:16px;
}

.hide {
    display: none;
}

.color-20a0ff {
    color: #20a0ff;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.header-boxs {
    height: 55px;
    line-height: 55px;
    background-color: #55b7ff;
}

.header {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header .title {
    text-shadow: 0.08em 0.08em 0.04em #bcbcbc;
    width: 600px;
    height: 60px;
    color: White;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 23px;
}

.logo {
    width: 280px;
    height: 29px;
    background: url(/img/logo.png) no-repeat;
}

.btn-groups>div {
    color: #fff;
    margin-left: 50px;
    font-size: 17px;
}

.btn-groups>div:hover {
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-filter: alpha(opacity=80);
}

.error {
    color: #e84335;
    font-size: 15px;
}

[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
    background: url(/img/icons.png) no-repeat;
}

.icon-error,
.icon-success,
.icon-check {
    width: 16px;
    height: 16px;
}

.icon-error {
    background-position: -201px -93px;
}

.icon-success {
    background-position: -178px -93px;
}

.icon-check {
    margin-bottom: 2px;
    margin-right: 5px;
    background-position: -95px -92px;
}

.icon-check.checked {
    background-position: -68px -92px;
}

.title {
    font-size: 22px;
    color: #333;
    padding-top: 20px;
}

.title>span {
    font-size: 16px;
    color: #999;
}

.el-input {
    font-size: 16px !important;
    color: #333 !important;
}

.el-dialog {
    /*height: 882px;*/
    border-radius:6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;

border-bottom: 1px solid #e5e5e5;
background-color: #f8fafe;
 border-radius:6px;

}

.el-dialog__header {
    padding: 13px 20px !important;
    /*background-color: #e5f4ff;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;*/
     border-radius:6px;
        background: #f8fafe;
    border-bottom: 1px solid #e5e5e5;
}

.el-dialog__headerbtn {
    top: 13px !important;
    right: 10px !important;
}

.el-dialog__body {
    padding: 15px 20px !important;
    font-size: 16px !important;
}

.el-scrollbar__wrap {
    overflow-x: hidden !important;
    margin-bottom: 0 !important;
}

.item {
    width: 101px;
    height: 35px;
    line-height: 35px;
    margin-right: 6px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    background: url(/img/icons.png) no-repeat;
    background-position: -75px -249px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.item:last-of-type {
    width: 94px;
    background: #20a0ff;
    color: #fff;
}

.item-title {
    width: 94px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #20a0ff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.item-5 {
    width: calc((100% - 144px) / 5);
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #f2faff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.item-5:not(:nth-of-type(5n+0)) {
    margin-right: 36px;
}

.item-5:not(:nth-of-type(-n+5)) {
    margin-top: 20px;
}

.item-5:hover {
    background-color: #93b8e7;
    color: #fff;
}

.item-5.hover:hover,
.item-5.reg {
    background-color: #98d3ff;
    color: #fff;
}

.line {
    border-bottom: 1px solid #e6e6e6;
}

/* .el-button--primary {
    color: #FFF !important;
    background-color: #20a0ff !important;
    border-color: #d9d9d9 !important;
} */

.icon-nodata {
    width: 111px;
    height: 73px;
    background-position: -15px -312px;
}


            @font-face{
                font-family:digtal-fonts;
                src:url('/Css/digtalfonts.ttf');
            }
            .clock-content{
                margin:5px;
                padding:5px;
            }
            .clock-content >div{
               margin:3px;
               padding:5px;
            }
            div.clock-body{
                height:25px;
                line-height:25px;
                font-size:14px;
            }
            div.clock-body>span{
                display:inline-block;
                width:20px;
                font-family:digtal-fonts;
                font-size:20px;
                text-align:center;
                margin:0 2px;
                padding:0 2px;
            }
            div.clock-btn{
                text-align:center;
                height:25px;
                line-height:25px;
                margin-top:10px;
            }
           div.clock-btn > button {
                display: inline-block;
                outline: none;
                border: none;
                background: #2288cc;
                color:#fff;
                padding:3px 5px;
                border-radius:5px;
                cursor:pointer;
          }
           div.clock-btn >button.disabled{
               cursor:not-allowed;
               background:#cccccc;
               color:#9c9c9c;
           }

          .containerWrap{
    height:42px;
    position: relative;
    z-index: 100;
}
#container{
    position: absolute!important;
    bottom:0;
    z-index: 300;
}
#container:hover>*:not(.jigsaw__sliderContainer--1ZGEE){
    display:block;
}
#container>*:not(.jigsaw__sliderContainer--1ZGEE),#container.success>*:not(.jigsaw__sliderContainer--1ZGEE),#container.notReady>*:not(.jigsaw__sliderContainer--1ZGEE){
    display:none;
}

.jigsaw_success_tips{
    color:#52CCBA;
    text-align: center;
}
.notReady::before{
    content:'';
    position:absolute;
    z-index: 10;
    left:0;
    right:0;
    top:0;
    bottom:0;
    cursor: not-allowed;
}
.jigsaw__sliderContainer--1ZGEE {
    border: 1px solid #DCDFE6 !important;
}
.red {
background:red;color:white}

.el-dialog {
margin-top:10px;
}
strong {
    font-weight: bold;
}
.ltable {
	width: 100%;
	border: 1px solid #e1e1e1;
	font-family: "Microsoft YaHei";
	font-size: 16px;

}

.ltable th {
	padding: 8px 0;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	background: #f3f3f3;
	border-bottom: 1px solid #E1E1E1;
    border-color:#e1e1e1;
	line-height: 1.5em;
}

.ltable td {
	padding: 8px 0;
	border-bottom: 1px solid #e8e8e8;
    border-color:#e8e8e8;
	line-height: 1.5em;
	color: #666;
}