html {
	height: 100%;
	background: url('img/xzbg.png') no-repeat;
	background-size: cover;
}

.el-dialog>>>.el-dialog__header {
	padding: 0;
	background-color: yellow;
}
.el-dialog__body {
	width: 100%;
	height: 600px;
	/* padding-top: 0; */
	padding: 0px 50px 50px 50px!important;
	box-sizing: border-box;
	
}
/*  */
.xinfangMain{
	width: 100%;
	height: 100%;
	padding: 0 50px 60px 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
/* 信访须知 */
.title {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: -60px;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	
}
.xinfangText{
	width: 100%;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xinfangLeft{
	width: 46%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

}

.title1 {
	width: 100%;
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	overflow-y: auto;

}
.content{
	width: 100%;
	height: 80%;
	overflow-y: auto;
}
.content .text {
	width: 100%;
	color: #333;
	font-size: 20px;
	line-height: 34px;
	/* margin-top: 10px; */
}

.xinfangLine{
	width: 2px;
	height: 80%;
	border-left: 1px solid rgb(236 236 236);

}

.xinfangRight{
	width: 46%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	
}

.xinfangClick{
	width: 100%;
	height: 24%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.xinfangClick>.content{
	width: 100%;
	height: 60%;
}
.xinfangClick>.content>.text{
	font-weight: 600;
	font-size: 18px;
	color:#333333
}
.xinfangBtn{
	width: 100%;
	height: 30%;
	text-align: center;
}
.el-button {
	border: 1px solid #FF0000;
	color: #FF0000;
	font-size: 18px;
}
.el-dialog .el-dialog__header {
	background-color: #E40404;
}

.el-dialog__body{
	padding: 0!important;
}
.landingPage{
	/* padding: 0px; */
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(../img/zu.png);
	
}
.landLeft{
	width: 48%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.noneImg{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.noneImg>img{
	width: 60px;
	height: 60px;
}
.noneImgright{
	width: 140px;
	height: 80px;
}
.noneImgright>p{
	width: 100%;
	height: 30px;
	font-size: 20px;
	margin: 0;
	color: #000000;
}
.zhuceBtn{
	width: 100%;
	height: 50px;
	border: 1px solid red;
	background-color: #FFFFFF;
	color: red;
	font-size: 20px;
	font-weight: 600;
	border-radius: 3px;
}

.landRight{
	width: 48%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yesImg{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.yesImg>img{
	width: 60px;
	height: 60px;
}
.yesImgright{
	width: 140px;
	height: 80px;
}
.yesImgright>p{
	width: 100%;
	height: 30px;
	font-size: 20px;
	margin: 0;
	color: #000000;
}
.dengluBtn{
	width: 100%;
	height: 50px;
	border: 1px solid red;
	background-color: red;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	border-radius: 3px;
}

