#rightmodel {
	width: 287px;
    background: #efefef;
    height: 100%;
    position: fixed;
    right: 0;
	top: 0;
	z-index: 999;
}

#z-nav > li > ul.nav-subnav li > .smjb {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 10;
    background: linear-gradient(to right, #e0b003,#e0b003, gray);
    -webkit-background-clip: text;
    color: transparent;
}

#z-nav > li > ul.nav-subnav li {
	width: 100%;
	display: inline-block;
	text-align: center;
}

#z-nav > li > ul.nav-subnav li:hover .button_color {
	background: #ebeef5;
    color: #04cb94;
	border: 1px solid #ebeef5;

}

#z-nav > li > ul.nav-subnav li > .button_color {
	display: flex;

    padding-left: 52px;

    font-size: 14px;

    width: 204px;

}

#z-nav:nth-child(2) > ul.nav-subnav {
	font-size: 0;
	text-align: center;
}

#z-nav:nth-child(2) > ul.nav-subnav li {
	width: 48%;
	display: inline-block;
	text-align: center;
}

#z-nav:nth-child(2) > ul.nav-subnav li:hover a {
	background: #03a9f4;
	color: #fff;
	border: 1px solid #03a9f4;
}

#z-nav:nth-child(2) > ul.nav-subnav li a {
	padding: 6px 8px;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #ccc;
	margin: 0 5px 12px;
	border-radius: 10px;
}

#header-navbar-collapse {
	position: relative;
}



#rightmodel > h1 {
	text-align: center;
	font-size: 24px;
}

#rightmodel > .begin-button {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.select-options {
	margin-top: 24px;
}

.select-options form {
	width: 100%;
	height: 100%;
}

.select-options form .select-input:first-child {
	margin-top: 0;
}

.select-options form .select-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	padding: 0 10px;
}

.select-options form .select-input span {
	font-size: 14px;
}

.select-options form .select-input select {
	width: 107px;
	height: 22px;
	cursor: pointer;
	font-size: 14px;
}

#middle-table{
	width: 100%;
	float: left;
	padding-right: 287px;
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#middle-table .table-common{
	width: 48%;
	margin: 30px 0 30px 20px;
}

.select-options form .select-input input[type='text'] {
	outline: none;
	display: block;
	width: 107px;
	height: 25px;
	font-size: 14px;
}

.navbar-default > .left-aside {
	float: left;
	margin-left: 10px;
	width: 34%;
}

.navbar-default > .container-fluid {
	width: 58%;
	float: right;
}

.navbar-default > .left-aside .upload {
	position: relative;
	padding: 4px 22px;
	border: 1px solid #999;
	text-decoration: none;
	color: #666;
	display: inline-block;
	margin-top: 18px;
	font-size: 14px;
	cursor: pointer;
}

.navbar-default > .left-aside .upload > .change {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}


.app-layout-canvas,.app-layout-container {
	height: 100%;
}

#middle-table > .accrow {
	margin-left: 29px;
	font-size: 32px;
}

.select-options form .select-input #password {
	margin-left: 52px;
}

.select-options form .select-input #phone {
	margin-left: 52px;
}

.click-button {
	margin-top: 24px;
	text-align: center;
	position: absolute;
	bottom: 10%;
    padding-bottom: 10px;
    width: 100%;
}

.finnally-button {
	margin-top: 24px;
	text-align: center;
	position: absolute;
	bottom: 5%;
    width: 100%;
}

.opacity {
	opacity: 0.2;
}

    /* 原始分类数数据 */

.table-common p{
	font-size: 20px;
	text-align: center;
	color: #009688;
	margin-bottom: 15px;
}


.user_con{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	right: 0;
	padding-left: 240px;
	padding-top: 64px;
}

/* 媒体查询 */

@media screen and (max-width:1679px) {
	#middle-table .table-common{
		width: 95%;
		margin-left: 25px;
		float: none;
	}
}
@media screen and (max-width:1360px) {
	#middle-table .table-common{
		margin-left: 18px;
	}
}
@media screen and (max-width:1200px) {
	#middle-table .table-common{
		float: none;
		width: 95%;
		margin-left: 15px;
	}
}
@media screen and (max-width:991px) {
	.user_con{
		padding-left: 0;
	}
}
.app-layout-content{
	padding-left: 0!important;
	padding-top: 0!important;
}