        body {
			background-color: #ededed;
		}

		.jm {
			margin-top: 45px;
		}

		.radio_inline {
			display: inline-block;
			width: 65%;
		}
		.mui-input-row label{
			width: 33% !important;
		}
		.radio_inline .title-k {
			width: 14%;
			padding-left: 40px;
			padding-right: 20px;
		}
		.radio_inline .xuanX{
			width: 40% !important;
			padding: 10px 10px 10px 26px;
		}
		.radio_inline .xuanT{
			width: 40% !important;
			padding: 10px 10px 10px 20px;
		}

		.radio_inline input[type=radio] {
			width: 15%;
			right: auto;
		}
		.jm,.mui-input-row{
			background-color: white;
		}

.title-k{
	color:#989898;
	font-size: 16px;
}
.xuanX,.xuanT{
	font-weight: 700;
	font-size: 16px;
}
.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{
	font-size: 18px;
}
.mui-radio input[type=radio]:checked:before {
    color: #154273;
}
.mui-checkbox input[type=checkbox], .mui-radio input[type=radio]{
	top:8px
}
.dead-img{
	height: 178px ;
	padding: 10px;
	background-color: white;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex; /* 使用Flexbox布局flex-direction: column; */

	
}
.dead-img img{
	width: 130px ;
	height:160px;
	margin-bottom: 6px;
}
.dead-img p{
	    width: 93px;
	    box-sizing: border-box;
	    padding: 5px 8px;
	    font-size: 16px;
	    color: #fff;
	    background:linear-gradient(to right, #f8d3a5, #ff8000) ;
	    border-radius: 5px;
}
.dead-warp{
	background-color: white;
}
.co_red {
    color: #f91414;
}
.name{
	border-bottom: 1px solid #ededed;
}
.name-img img{
	width: 40px;
	padding-top: 6px;
}
.name-detil{
	width: 100%;
	padding: 8px 0 10px 16px ;
}
.guan{
	width: 100%;
	height:160px;
}
.input-d{
	/* min-height: 60px; s*/
	background-color: white;
	padding-top: 0px;
	margin-bottom: 10px;
}
.input-d label{
	margin-left: 20px;
	padding-left: 10px;
	border-left: 5px solid #154273;
}
#textarea{
	background-color: #f8f8f8;
	border: none;
	width: 90%;
	padding: 10px;
	margin: 0 4%;
	margin-bottom: 10px;
	position: relative;
}
#textarea::placeholder {
  font-size: 14px;
  color: #989898;
}
.tis-p{
	position: absolute;
	right:11%;
	margin-top: -50px;
}
.input-sg{
	margin-bottom: 50px;
	padding-bottom: 60px;
}
.x-bottom-inner{
	width: 100%;
	padding: 0 20px;
	position:fixed;
	bottom: -10px;
	background-color: #fff;
	padding-top: 20px;
}
.x-bottom-inner p{
	    width: 100%;
	    height: 40px;
	    background:#3399FF;
	    border-radius: 7px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: #fff;
	    font-size: 18px;
		margin-bottom: 20px;
    }

    

.tximgsize{
	width: 70px;
	height: 70px;
}
.zhuce{
	background-color: #f8f8f8;
}
.zhuyi{
	display: flex;
  align-items: center;
  justify-content: center;
	font-size: 14px;
	color: red;
}