.yqts-text {
	font-weight: bold;
	font-size: 12px;
	color: #8F8A88;
	width: 1290px;
	margin: 20px auto 0;
}

.layout-page #form-box .input-box{
	padding: 0 30px;
}
.reslut-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 1400px;
	margin: auto;
}

.reslut-item.active {
	background-image: url('/static/image/pic_bbqm_xzbg@2x.png');
	background-repeat: no-repeat;
	background-size: cover;
}


.reslut-item:nth-child(3n) {
	margin-right: 0;
}

.reslut-item .reslut-header-box {
	margin: 0 20px;
	height: 118px;
	border-bottom: 1px solid #66482F;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 25px;
	color: #DFCBB0;
}

.reslut-item .reslut-header-box .name {
	font-weight: bold;
	font-size: 45px;
	color: #FFFFFF;
	margin-right: 17px;
}
.reslut-content .progress-bar{
	width: 410px;
	height: 24px;
	border-radius: 12px;
	position: relative;
}
.reslut-content .progress-bar>span{
	border-radius: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.reslut-content .progress-bar.gold{
	background: rgba(243,174,0,0.21);
}
.reslut-content .progress-bar.gold>span{
	background: #F3AF00;
}
.reslut-content .progress-bar.wood{
	background: rgba(100,178,123,0.2);
}
.reslut-content .progress-bar.wood>span{
	background: #64B27B;
}
.reslut-content .progress-bar.water{
	background: rgba(0,101,243,0.21);
}
.reslut-content .progress-bar.water>span{
	background: #0285D4;
}
.reslut-content .progress-bar.fire{
	background: rgba(209,96,96,0.2);
}
.reslut-content .progress-bar.fire>span{
	background: #FF5151;
}
.reslut-content .progress-bar.earth{
	background: #493226;
}
.reslut-content .progress-bar.earth>span{
	background: #BF9E84;
}
.summary{
	width: 1400px;
	height: 256px;
	background: #3B2218;
	border-radius: 8px;
	
	font-weight: bold;
	font-size: 18px;
	color: #DFCBB0;
	line-height: 30px;
   padding: 27px 40px 0;
}
.summary>.layout-title{
  text-align: left;
	font-size: 35px;
}

.futitle{
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 49px;
}