.solution-container {
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 6.25rem 1.25rem 0;
	background: #fff;
	padding-bottom: 7.5rem
}

.solution-container .solution-intro .ui-title {
	padding: 5.0625rem 0 4.375rem
}

.solution-container .solution-intro .ui-title .title {
	font-size: 3.125rem;
	font-family: Roboto;
	color:#da251c;
	line-height: 1;
	margin-bottom: 1.375rem;
	font-weight: 600
}

.solution-container .solution-intro .ui-title .desc {
	font-size: 1.125rem;
	font-family: Roboto;
	color: #333;
	line-height: 2.25rem
}

.solution-container .solution-wraper {
	width: 85rem;
	margin: 0 auto 2.5rem
}

.solution-container .solution-wraper .solution-header {
	margin: 0
}

.solution-container .solution-wraper .solution-header .title {
	height: 2.125rem;
	font-size: 2.5rem;
	font-family: Roboto;
	color: #333;
	line-height: 2.125rem;
	padding-bottom: .5rem
}

.solution-container .solution-wraper .solution-header .search-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 1rem
}

.solution-container .solution-wraper .solution-header .search-box .count-box,.solution-container .solution-wraper .solution-header .search-box .sort-box {
	height: 2.625rem;
	font-family: Roboto;
	line-height: 2.625rem
}

.solution-container .solution-wraper .solution-header .search-box .count-box {
	color: #999;
	font-size: 1rem
}

.solution-container .solution-wraper .solution-header .search-box .count-box span {
	font-size: 1.125rem
}

.solution-container .solution-wraper .solution-header .search-box .sort-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #333;
	font-size: 1.125rem
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-value {
	font-size: 1.125rem
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label {
	position: relative;
	height: 2.625rem
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	width: auto
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-text div {
	width: 100%;
	height: 1.625rem;
	line-height: 1.625rem;
	padding: .5rem;
	background: transparent;
	font-size: 1.25rem;
	font-family: Roboto;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: 0
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-text .aunon {
	font-size: 1.625rem;
	color: #666
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label.drop .dropdown-text .aunon {
	transform: rotate(-180deg)
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label.drop .dropdown-list {
	display: block
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-list {
	position: absolute;
	width: auto;
	min-width: 6.25rem;
	padding: .75rem 0;
	display: none;
	left: 0;
	top: 2.625rem;
	background: #fff;
	box-shadow: 0 2px 10px 0 hsla(0,1%,41%,.1);
	z-index: 99;
	padding: .625rem 0
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-list .aunon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	top: -1.5rem;
	font-size: 2.5rem;
	z-index: 999
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-list .dropdown-item {
	padding: .5rem 1.25rem;
	font-size: 1rem;
	line-height: 1.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	text-align: left
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-list .dropdown-item.active {
	color: #888
}

.solution-container .solution-wraper .solution-header .search-box .dropdown-label .dropdown-list .dropdown-item:hover {
	background-color: #f2f2f2
}

.solution-container .solution-wraper .solution-list {
	height: auto;
	margin: -1rem -1.0625rem 0;
	overflow: hidden
}

.solution-container .solution-wraper .solution-list .p-item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	float: left;
	width: 26.875rem;
	height: 36.0625rem;
	margin: 1.0625rem;
	border-bottom: 1px solid #f0efed
}

.solution-container .solution-wraper .solution-list .p-item .photo-view {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 26.875rem;
	height: 26.875rem;
	overflow: hidden;
	background: #eee
}

.solution-container .solution-wraper .solution-list .p-item .photo-view img {
	width: 100%
}

.solution-container .solution-wraper .solution-list .p-item .title {
	font-size: 1.125rem;
	font-family: Roboto;
	color: #aaa;
	line-height: 1.75rem;
	padding: .9375rem .625rem .3125rem;
	font-weight: 500
}

.solution-container .solution-wraper .solution-list .p-item .desc {
	font-size: 1.5rem;
	font-family: Roboto;
	color: #333;
	line-height: 2.125rem;
	padding: 0 .625rem;
	word-break: break-all;
}

.solution-container .solution-wraper .solution-list .p-item a:hover .desc {
	color:#da251c
}

.solution-container .solution-load-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 1.25rem;
	padding: 2rem 0 0
}

.solution-container .solution-load-more a {
	width: 15rem;
	height: 3.25rem;
	line-height: 3.25rem;
	border: 1px solid #72bc2f;
	display: inline-block;
	font-size: .875rem;
	font-family: Roboto;
	color: #333;
	text-align: center
}

.solution-container .solution-load-more a:hover {
	background-color: #da251c;
	color: #fff
}

.mobile- {
	display: none
}

@media screen and (max-width:1200px) {
	.solution-wraper {
		max-width: 100%
	}

	.solution-container .solution-wraper .solution-list .p-item {
		width: 33.33%;
		box-sizing: border-box;
		margin: 1.0625rem 0;
		padding: 0 1.0625rem
	}

	.solution-container .solution-wraper .solution-list .p-item .photo-view {
		width: 100%;
		height: calc(33.33vw - 2.135rem)
	}

	.solution-container .solution-wraper .solution-list .p-item .photo-view img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

@media screen and (max-width:800px) {
	.pc- {
		display: none
	}

	.solution-container {
		padding: 3.25rem 0 0
	}

	.solution-container .solution-intro .ui-title {
		width: 100vw;
		padding: 2.8125rem 0 2.1875rem
	}

	.solution-container .solution-intro .ui-title .title {
		font-size: 1.4375rem;
		font-weight: 600;
		color: #333;
		line-height: 1.625rem;
		text-align: center;
		padding: 0;
		margin: 0 0 .9375rem
	}

	.solution-container .solution-intro .ui-title .desc {
		padding: 0 1.25rem;
		font-size: .875rem;
		color: #555;
		line-height: 1.5rem
	}

	.solution-container .solution-wraper {
		width: 100%;
		margin: 0 auto
	}

	.solution-container .solution-wraper .solution-header {
		margin: 0 1.25rem .5rem
	}

	.solution-container .solution-wraper .solution-header .search-box {
		padding-bottom: 0
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box {
		height: 1.625rem;
		font-size: .9375rem;
		color: #333;
		line-height: 1.625rem
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label {
		position: relative;
		height: 1.625rem
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-text {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		width: auto
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-text div {
		width: 100%;
		height: 1.625rem;
		line-height: 1.625rem;
		padding: 0 .5rem;
		background: transparent;
		font-size: .9375rem;
		font-family: Roboto;
		color: #333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		outline: 0;
		cursor: pointer
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-text .aunon {
		font-size: 1.5rem;
		color: #333
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label.drop .dropdown-list {
		display: block
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-list {
		position: absolute;
		width: auto;
		min-width: 6.25rem;
		display: none;
		left: 0;
		top: 2.625rem;
		background: #fff;
		box-shadow: 0 2px 10px 0 hsla(0,1%,41%,.1);
		z-index: 99;
		padding: .625rem 0
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-list .aunon {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		top: -1rem;
		font-size: 2.5rem;
		z-index: 999
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-list .dropdown-item {
		padding: .5rem 1.25rem;
		font-size: 1rem;
		line-height: 1.125rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		cursor: pointer;
		text-align: left
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-list .dropdown-item.active {
		color: #888
	}

	.solution-container .solution-wraper .solution-header .search-box .sort-box .dropdown-label .dropdown-list .dropdown-item:hover {
		background-color:#da251c
	}

	.solution-container .solution-wraper .solution-header .search-box .count-box {
		height: auto;
		font-size: .8125rem;
		color: #9f9f9f;
		line-height: 1.625rem
	}

	.solution-container .solution-wraper .solution-header .search-box .count-box span {
		font-size: .8125rem
	}

	.solution-container .solution-wraper .solution-list {
		padding: 0 1.25rem;
		margin: 0
	}

	.solution-container .solution-wraper .solution-list a {
		display: block;
		width: 100%
	}

	.solution-container .solution-wraper .solution-list .p-item {
		width: 100%;
		height: auto;
		margin: 0 0 1.875rem;
		overflow: hidden;
		padding: 0
	}

	.solution-container .solution-wraper .solution-list .p-item .photo-view {
		width: 100%;
		height: calc(100vw - 2.5rem);
		overflow: hidden
	}

	.solution-container .solution-wraper .solution-list .p-item .title {
		font-size: .875rem;
		color: #aaa;
		line-height: .875rem;
		padding: 0;
		margin: .625rem 0
	}

	.solution-container .solution-wraper .solution-list .p-item .desc {
		font-size: 1rem;
		color: #333;
		line-height: 1.625rem;
		padding: 0;
		margin-bottom: 1.875rem
	}

	.solution-container .solution-load-more {
		margin: 0;
		padding-bottom: 5rem
	}

	.solution-container .solution-load-more a {
		height: 2.5rem;
		width: 10rem;
		font-size: .75rem;
		color: #333;
		line-height: 2.5rem
	}
}

