.none{
	display: none;
}
.marginAuto{
	margin: 0 auto;
}
.mui-search .mui-input-clear{
	margin-bottom: 0;
}
.changeButton{
	width: 100%;
	display: flex;
	background-color: #ffffff;
}
.new{
	width: 50%;
	text-align: center;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 50px;
}
.hisstory{
	color: #194692;
	font-weight: 800;
	border-bottom: 3px solid #194692;
}

/* 卡片 */
.mui-cards{
	border-radius: 15px;
}
.cardTitle{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #222222;
	line-height: 30px;
}
.cardCenter{
	margin: 10px 0;
	position: relative;
}
.cardImg{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cardType{
	background: #FFFFFF;
	border: 1px solid #194692;
	border-radius: 7px;
	padding: 4px 7px;
	color: #194692;
}
.cardTime{
	color: #444444;
}







/* 详情 */
.blueTitle{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #194692;
	line-height: 38px;
	text-align: center;
}
.someTitle{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
}
.hint{
	text-align: right;
	font-size: 14px;
	padding-right: 15px;
}
.hint b{
	color: #D31517;
}



/* 按钮 */
.twoButton{
	display: flex;
}
.oneButton{
	width: 50%;
	text-align: center;
}
.submit{
	width: 150px;
	height: 40px;
	background: #194692;
	border-radius: 15px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
}
.cancel{
	width: 150px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 15px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #194692;
	line-height: 40px;
	margin: 0 auto;
}


/* 具体 */
.questionOne{
	display: flex;
}
.questionType{
	width: 80%;
}
.questionNumber{
	color: #194692;
}
.questionTitle{
	
}
.questionTitle b{
	color: #D31517;
}
.questionOption{
	/* display: flex; */
}







.line{
	width: 100%;
	border-top: 1px solid #E4E4E4;
	margin: 10px 0;
}



.mui-icon-star-filled{
	color: #F4AF48;
}


.mui-input-group .mui-input-row:after{
	background-color: #ffffff;
}