.navleft{
  
  
    float: left;
    border: 1px solid #eee;
    height: 100vh;
}
.navleft .tops{
    width: 211px;
    height: 100px;
    margin: 0 auto;
   
}
.tops .title{
    color: #7571FA;
    font-size: 30px;
}
.tops .cons{
    font-size: 18px;
}

.panel-default .panel-heading{
	width: 100%;
	height: 80px;
    color: #000000;
    padding-top: 35px;
    background-color: #FFFFFF;
    border: none;
}
.panel-body{
    width: 1630px;
}

.listlefts{
    width: 200px;
    height: 100vh;
  
}
/* .navleft a:nth-child(1):before{
    content: url(../img/list1.png);

}
 
.navleft a:nth-child(1)::after{
    content: url(../img/fb.png);
}
.navleft a:nth-child(2):before{
    content: url(../img/meth1.png);
}
.navleft a:nth-child(2)::after{
    content: url(../img/fb.png);
}
.navleft a:nth-child(3):before{
    content: url(../img/center1.png);
}
.navleft a:nth-child(3)::after{
    content: url(../img/fb.png);
}
.navleft a:nth-child(4):before{
    content: url(../img/pugin1.png);
}
.navleft a:nth-child(4)::after{
    content: url(../img/fb.png);
}
.navleft a:nth-child(5):before{
    content: url(../img/vip1.png);
}
.navleft a:nth-child(5)::after{
    content: url(../img/fb.png);
}
.navleft a:nth-child(6):before{
    content: url(../img/lib1.png);
}
.navleft a:nth-child(6)::after{
    content: url(../img/fb.png);
}
.navleft a:nth-child(7):before{
    content: url(../img/use1.png);
}
.navleft a:nth-child(7)::after{
    content: url(../img/fb.png);
}
.navleft a:nth-child(8):before{
    content: url(../img/contact1.png);
}
.navleft a:nth-child(8)::after{
    content: url(../img/fb.png);
}
 */
/* 机器管理 */
.panel-body .adds{
    /* margin-bottom: 10px !important; */
    background:#7571FA;
    color:#fff;
    border-radius: 6px;
    padding:6px 12px;
    width: 100px !important;
    height: 40px;
    margin-bottom: 8px;
}
table{
    margin-top: 20px;
}
.tabtitle{
    position:relative;
    margin-top: 10px !important;
    background-color: #7571FA;
    color: #FFFFFF;
    
}
thead{
    height: 60px;
}
/* 配置中心 */
.formsty{
    /* height: 50px; */
    /* display: flex;
    align-items: center; */
    /* justify-content: center; */
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.ressd{
    background-color: #7571FA;
    width: 120px;
    line-height: 30px;
	border-radius: 15px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;  
    outline: none;
}
/* 插件管理 */
.boxs{
	width: 200px;
	height: 200px;
	background-color: red;
}
/* .borx{
	border-bottom: 2px solid #eee;
	background-color: #000000;
} */
.panel-title .adtits{
	padding:5px 10px;
	border-bottom: 1px solid #9592F8;
	width: 140px;
	text-align: center;
	height: 33px;
}
.panel-title .adtits2{
	padding:5px 10px;
	width: 140px;
	text-align: center;
	height: 33px;
}
.stert{
	text-align: center;
}



/* 登录模块 */

/* 登录*/
.bgs{
	height: 100vh;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	position: relative;
}


.loginbg{
	display: flex;
	width: 827px;
	height: 380px;
	/* align-items: center;
	justify-content: space-between; */
	margin: 50px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	position: absolute;
	padding: 30px 30px;
	right:10%;
	top: 10%;
}
.loginbg input{
	border: none;
	width: 100%;
}
.loginimg{
	width: 380px;
	height: 280px;
	margin-top: 33px;
} 
.lgonright{
	margin-left: 50px;
}
.rightTitle{
	font-size: 18px;
	color: #7571FA;
	margin-bottom: 20px;
}
.rightUsers{
	display: flex;
	width: 300px;
	height: 35px;
	border: 1px solid #999999;
	border-radius: 5px;
	margin-bottom: 30px;
	align-items: center;
	padding: 0 10px;
}

.rightUsers img{
	width: 20px;
	height: 20px;
	/* margin-left: 15px; */
}

.yanzma{
	height: 40px;
	display: flex;
	justify-content: space-between;
	    
}
.rightUsers1{
	display: flex;
	/* width: 219px; */
	width: 50%;
	height: 35px;
	border: 1px solid #999999;
	border-radius: 5px;
	margin-bottom: 15px;
	align-items: center;
	padding: 0 10px;
	
}
.rightUsers1 input{
	width: 100%;
	color: #FFFFFF;
}
.rightUsers1 img{
	width: 20px;
	height: 20px;
}
.pinmg{
	width: 45%;
	display: flex;
	height: 35px;
	border: 1px solid #999999;
	border-radius: 5px;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
}
.others{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sise{
	font-size: 14px;
}
.register{
	font-size: 14px;
	color: #7571FA;
}
.landBtn{
	width: 100%;
	line-height: 38px;
	background-color: #7571FA;
	color: #FFFFFF;
	text-align: center;
	border-radius: 25px;
	
}
/* 首页 */
.shows-tops{
	margin-top: 20px;
	display: flex;
}
.dateNum1{
	width: 250px;
	height: 190px;
	background-image: url(../img/shows1.png);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	margin-left: 30px;
	margin-right: 50px;
}
.dateNum2{
	width: 250px;
	height: 190px;
	background-image: url(../img/shows2.png);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	margin-right: 50px;
}
.dateNum3{
	width: 250px;
	height: 190px;
	background-image: url(../img/shows3.png);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	margin-right: 50px;
}
.dateNum4{
	width: 250px;
	height: 190px;
	background-image: url(../img/shows4.png);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	margin-right: 50px;
}
.dateName{
	font-size: 15px;
}
.nums{
	font-size: 20px;
	margin-right: 5px;
	margin-top: 5px;
}

.index-content{
	display: flex;
	margin-top: 50px;
}
.imgsconts{
	width: 880px;
	height: 400px;
	border: 1px solid #999;
}
.detail{
	width: 400px;
	height: 400px;
	/* border: 1px solid red; */
}
.detail-photo{
	width:300px;
	height: 15px;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.print{
	font-size: 17px;
	color: #333;
	margin-top: 10px;
}
.progress{
	 
	height: 15px;
	border-radius: 20px;
	background-color: #7571FA;
}
