#center .center-box .right-box{
    background: none !important;
}
.singHead{
    padding: 20px;
    background-color: #ffffff;
	border-radius: 4px;
}
.singHeadTit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.singHeadTit1{
    color: #666666;
    font-size: 16px;
}
.singHeadTit1 img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.singHeadTit2{
    width: 105px;
	height: 32px;
	border-radius: 4px;
    border: solid 1px rgba(25,176,176,.5);
    color: #19b0b0;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;

}
.singHeadTit2:hover{
    background-image: linear-gradient(-22deg,
		#28cccc 0%,
		#73e2e2 100%);
    color: #fff;
    border: solid 1px #73e2e2;
}
.singHeadTit3{
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    background-color: #f7fbfc;
    border-radius: 5px;
    padding: 20px 0;
}
.singHeadTit3 img{
    width: auto;
    height: auto;
}
.listBox{
    /* margin-top: 20px; */
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px;
}
.listBoxUl{
    width: 100%;
    text-align: center;
}
.listBoxUl li{
    width: 100%;
    text-align: center;
}
.listBoxUl>li>span{
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
white-space: nowrap;
height: 100%;
}
.listBoxUl li:nth-child(1){
    background-color: #f2f2f2;
    border: solid 1px #ededed;
    height: 46px;
    color: #999999;
    font-size: 14px;
    line-height: 46px;
    white-space: nowrap;
}
.listTab1,.listSpc11{
    /* width: 9%; */
    width: 12%;
}
.listBoxUl li span:nth-child(2){
    /* width: 15%; */
    width: 18.61%;
}
.listBoxUl li span:nth-child(3){
    /* width: 9%; */
    width: 7.24%;
}
.listBoxUl li span:nth-child(4){
    /* width: 15%; */
    width: 11%;
}
.listBoxUl li span:nth-child(5){
    /* width: 15%; */
    width: 11%;
    position: relative;
}
.listBoxUl li span:nth-child(6){
    /* width: 12%; */
    width: 12.07%;
    position: relative;
}
.listBoxUl li span:nth-child(7){
    /* width: 12%; */
    width: 25%;
    position: relative;
}
/*.listBoxUl li span:nth-child(8){*/
/*    !* width: 10%; *!*/
/*    width: 10%;*/
/*}*/
.timeSpc{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* word-wrap:break-word !important;
word-break:break-all !important;
overflow: hidden !important; */
}
.timeSpc div{
    height: 20%;
}
.listBox2{
    height: 76px;
    line-height: 76px;
    border: solid 1px #ededed;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
border-top:none;
color: #333;
}
.listTab1{
    /* width: 9%; */
    /* width: 42px !important; */
	/* text-align: left; */


}
.listTab1 i{
    display: inline-block;
    width: 42px !important;
    margin: 0 auto;
    line-height: 18px;
    height: 18px;
    border-radius: 2px;

    text-align: center;
}
.statusNo i{
    border: solid 1px #e94637;
    color: #e94637;
}
.statusFalse i{
    border: solid 1px #999999;
    color: #666;
}
.statusSucc i{
    border: solid 1px rgba(25,176,176,.5);
    color: #19b0b0;
}
.listTab8 i{
    width: 72px !important;
	height: 23px;
    line-height: 23px;
    cursor: pointer;
    display: inline-block;
    color: #666;
}
.listTab8 i:hover{
	background-image: linear-gradient(-22deg,
		#28cccc 0%,
		#73e2e2 100%);
    border-radius: 4px;
    line-height: 23px;
    color: #ffffff;
}
.listTab8 i a:hover{

    color: #ffffff;
}
.listBoxUl .listBox2:nth-child(2n){
    background-color: #f7fbfc;
}
/* .nullBox{
    width: 100%;
    height: 200px;
    line-height: 200px;
} */
.line20{
    background-color: #f7f7f7;
    height: 20px;
    width: 100%;
}
.saveBtn{
    background-image: linear-gradient(-22deg,
		#28cccc 0%,
        #73e2e2 100%);
        border: none !important;
        width: 94px;
    height: 32px;
    color: #ffffff !important;
}
.btncal{
    width: 94px !important;
	height: 32px !important;
	background-color: #ffffff !important;
	border-radius: 4px !important;
    border: solid 1px #e5e5e5 !important;
    color: #999999 !important;
}
.btncal:hover{
    background-image: linear-gradient(-22deg,
    #fff 0%,
    #fff 100%) !important;
	border-radius: 4px !important;
    border: solid 1px #e5e5e5 !important;
    color: #999999 !important;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
}
.btnAni{
    animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: infinite;  /*动画播放的次数*/
    animation-duration: 1300ms; /*动画所花费的时间*/
}
.btnAni:hover{
    animation-name: scaleDraw2;
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: infinite;  /*动画播放的次数*/
    animation-duration: 1300ms; /*动画所花费的时间*/
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }

    50%{
        transform: scale(1.1);
    }

    100%{
        transform: scale(1);
    }
}
@keyframes scaleDraw2 {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }

    50%{
        transform: scale(1);
    }

    100%{
        transform: scale(1);
    }
}
