.right{
	display: flex;
	flex-direction: column;
	float: right;
	width:91.5%;
	min-height: 80vh;
}
.right span{    
	margin: 20px;
    font-weight: bold;
}
.right_body{
    background-color: white;
	line-height: 30px;
    width: 95%;
    margin: 0 auto;
    padding: 20px 20px 70px 20px;
	border: 1px solid #000000;
}

/* 关于我们 */
.aboutus_text{
	height: 600px;
	width: 1500px;
	resize:none;
	font-size: 20px;
	margin: auto;
}
.aboutus_title{
	text-align: center;
	margin: auto;
	font-size: 25px;
	outline: none;
	border: none;
}
.top_b{
	margin-left:2%;
	margin-top:1.8%;
	width: 20%;
	font-size: 25px;
}

/* 修改密码 */
.xgmima{
    z-index: 999;
    background-color: #f1f1f1;
	padding-bottom: 20px;
    border-radius: 10px;
}
.xgmima_body{
	padding-left: 10px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
}
.xgmima_body input{
	outline: none;
	border: none;
	width: 60%;
	margin-right: 40px;
}
.xgmima_body select{
	width: 200px;
    margin-left: 10px;
    border: 1px solid #e1e1e1;
    height: 30px;
	padding-left: 3%;
	border-radius: 10px;
}
.xgmima_body:last-child{border: none;}
.xgmima_body button{
	margin-right: 25px;
    width: 70px;
    height: 30px;
    border-radius: 10px;
    border: none;
    color: #6598cd;
}

/* 主题更换 */
.right_table{
    height: 90%;
    width: 35%;
    margin-left: 20px;
	text-align: center;
}
.right_table img{
	height: 50px;
}
.ztgenghuan_body{
	padding-left: 10px;
	height: 25%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
}

/* 商品分类 */
.table{
    display: flex;
    align-self: center;
    background-color: #ffffff;
    height: 650px;
    width: 1500px;
    margin-top: 15px;
    justify-content: space-between;
}
.table div{
	overflow-y: scroll;
}
.table div table{
	width: 700px;
	text-align: center;
}
.table div table tr{
	height: 50px;
}
.layui-table thead tr{
    background-color: #f1f1f1;
}
.layui-table td, .layui-table th{
    padding: 6px 10px;
}