.app-all-textBlack {
	box-shadow: none;
	color: #000;
	margin-bottom: -5%
}

.app-all-search {
	margin-top: 30px;
	padding-right: 50%
}

@media screen and (max-width:1200px) {
	.app-all-search {
		padding-right: 30%
	}
}

@media screen and (max-width:800px) {
	.app-all-search {
		padding-right: 10%
	}
}

.app-all-search .search-box {
	background-image: linear-gradient(180deg, #faf6f6, #fefdfd 3.75%);
	border: 3px solid #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, .05), 0 0 10px rgba(223, 36, 42, .3);
	display: flex;
	height: 40px;
	padding-right: 60px;
	position: relative;
	width: 100%
}

@media screen and (max-width:1200px) {
	.app-all-search .search-box {
		padding-right: 50px
	}
}

@media screen and (max-width:800px) {
	.app-all-search .search-box {
		padding-right: 45px
	}
}

.app-all-search .search-box input {
	background-color: transparent;
	border: none;
	flex: 1 1 0;
	font-size: 14px;
	padding: 5px 20px;
	color: #333;
}

@media screen and (max-width:800px) {
	.app-all-search .search-box input {
		font-size: 12px
	}
}

.app-all-search .search-box input:focus {
	outline: none
}

.app-all-search .search-box button {
	align-items: center;
	background-color: transparent;
	border: none;
	bottom: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px
}

.app-all-search .search-box button svg {
	fill: #df242a;
	height: auto;
	width: 50%
}

.app-all-hot {
	align-items: stretch;
	background: #fff url(/static/images/all-edifice.ce1cacda.png) no-repeat;
	background-position: 60% bottom;
	background-size: 27.542373% auto;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	display: flex;
	padding: 30px 0;
	position: relative;
	z-index: 1
}

@media screen and (max-width:1200px) {
	.app-all-hot {
		padding: 20px 0
	}
}

@media screen and (max-width:800px) {
	.app-all-hot {
		background-size: 70% auto;
		flex-direction: column;
		padding: 15px 0
	}
}

.app-all-hot-item {
	border-right: 1px solid #ededed;
	padding: 0 30px;
	width: 33.3333333%
}

.app-all-hot-item:last-child {
	border-right: none
}

@media screen and (max-width:1200px) {
	.app-all-hot-item {
		padding: 0 20px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-item {
		border-bottom: 1px solid #ededed;
		border-right: none;
		padding: 20px;
		width: 100%
	}
}

.app-all-hot-title {
	align-items: center;
	display: flex;
	height: 50px
}

@media screen and (max-width:1500px) {
	.app-all-hot-title {
		height: 45px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-title {
		height: 45px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-title {
		height: 35px
	}
}

.app-all-hot-title .icon {
	height: 35px;
	width: 35px
}

@media screen and (max-width:1500px) {
	.app-all-hot-title .icon {
		height: 30px;
		width: 30px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-title .icon {
		height: 25px;
		width: 25px
	}
}

.app-all-hot-title .icon img {
	display: block;
	height: auto;
	width: 100%
}

.app-all-hot-title .title {
	font-size: 22px;
	margin-left: 15px
}

@media screen and (max-width:1500px) {
	.app-all-hot-title .title {
		font-size: 20px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-title .title {
		font-size: 18px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-title .title {
		font-size: 16px
	}
}

.app-all-hot-main {
	padding-top: 25px
}

@media screen and (max-width:1500px) {
	.app-all-hot-main {
		padding-top: 20px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-main {
		padding-top: 15px
	}
}

.app-all-hot-main a {
	color: #000
}

.app-all-hot-main a:hover {
	color: #df242a
}

.app-all-hot-main .item {
	padding: 10px 0
}

.app-all-hot-main .item-title {
	font-size: 20px
}

@media screen and (max-width:1500px) {
	.app-all-hot-main .item-title {
		font-size: 18px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-main .item-title {
		font-size: 16px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-main .item-title {
		font-size: 14px
	}
}

.app-all-hot-main .item-intor {
	color: #666;
	font-size: 14px;
	padding-top: 5px
}

.app-all-hot-main .listOne {
	list-style: none
}

.app-all-hot-main .listOne li {
	font-size: 16px;
	font-weight: 300;
	padding: 6px 0
}

@media screen and (max-width:1500px) {
	.app-all-hot-main .listOne li {
		font-size: 15px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-main .listOne li {
		font-size: 14px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-main .listOne li {
		font-size: 12px
	}
}

.app-all-hot-main .listTwo {
	list-style: none
}

.app-all-hot-main .listTwo li {
	color: #cecece;
	font-size: 12px;
	font-weight: 300;
	list-style-position: inside;
	list-style-type: disc;
	padding: 6px 0
}

.app-all-hot-main .listTwo li a {
	font-size: 16px
}

@media screen and (max-width:1500px) {
	.app-all-hot-main .listTwo li a {
		font-size: 15px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-main .listTwo li a {
		font-size: 14px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-main .listTwo li a {
		font-size: 12px
	}
}

.app-all-hot-main .listThree {
	border-top: 1px solid #ededed;
	display: flex;
	margin-top: 10px;
	padding-top: 20px
}

.app-all-hot-main .listThree .item {
	align-items: center;
	display: flex;
	margin-right: 80px
}

@media screen and (max-width:1500px) {
	.app-all-hot-main .listThree .item {
		margin-right: 60px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-main .listThree .item {
		margin-right: 40px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-main .listThree .item {
		margin-right: 30px
	}
}

.app-all-hot-main .listThree .item :last-child {
	margin-right: 0
}

.app-all-hot-main .listThree .item-title {
	font-size: 16px
}

@media screen and (max-width:1500px) {
	.app-all-hot-main .listThree .item-title {
		font-size: 14px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-main .listThree .item-title {
		font-size: 13px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-main .listThree .item-title {
		font-size: 12px
	}
}

.app-all-hot-main .listThree .item-icon {
	height: 20px;
	margin-left: 15px;
	width: 15px
}

@media screen and (max-width:1500px) {
	.app-all-hot-main .listThree .item-icon {
		width: 13px
	}
}

@media screen and (max-width:1200px) {
	.app-all-hot-main .listThree .item-icon {
		width: 12px
	}
}

@media screen and (max-width:800px) {
	.app-all-hot-main .listThree .item-icon {
		width: 10px
	}
}

.app-all-hot-main .listThree .item-icon img {
	display: block;
	height: auto;
	width: 100%
}

.app-all-rows {
	padding: 30px 0
}

@media screen and (max-width:1200px) {
	.app-all-rows {
		padding: 20px 0
	}
}

@media screen and (max-width:800px) {
	.app-all-rows {
		padding: 15px 0
	}
}

.app-all-rows .row {
	padding: 30px 0
}

@media screen and (max-width:1200px) {
	.app-all-rows .row {
		padding: 20px 0
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row {
		padding: 15px 0
	}
}

.app-all-rows .row-header {
	border-bottom: 1px solid #ededed;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 0
}

@media screen and (max-width:1200px) {
	.app-all-rows .row-header {
		font-size: 24px;
		padding: 10px 0
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row-header {
		font-size: 18px;
		padding: 10px 0
	}
}

.app-all-rows .row-main {
	padding-top: 50px
}

@media screen and (max-width:1200px) {
	.app-all-rows .row-main {
		padding-top: 35px
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row-main {
		padding-top: 20px
	}
}

.app-all-rows .row-main-title {
	border-left: 2px solid #df242a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding-left: .7em
}

@media screen and (max-width:1200px) {
	.app-all-rows .row-main-title {
		font-size: 18px
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row-main-title {
		font-size: 16px
	}
}

.app-all-rows .row-main-items {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px
}

.app-all-rows .row-main-items .item {
	align-items: flex-start;
	color: #000;
	display: flex;
	padding: 15px 0;
	width: 33.333333%
}

@media screen and (max-width:1200px) {
	.app-all-rows .row-main-items .item {
		padding: 10px 0
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row-main-items .item {
		justify-content: space-between;
		width: 45%
	}
}

.app-all-rows .row-main-items .item-icon {
	height: 35px;
	position: relative;
	width: 35px
}

@media screen and (max-width:1200px) {
	.app-all-rows .row-main-items .item-icon {
		height: 30px;
		width: 30px
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row-main-items .item-icon {
		height: 25px;
		width: 25px
	}
}

.app-all-rows .row-main-items .item-icon i {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.app-all-rows .row-main-items .item-icon .gray {
	display: block
}

.app-all-rows .row-main-items .item-icon .red {
	display: none
}

.app-all-rows .row-main-items .item-infos {
	padding-left: 10px
}

.app-all-rows .row-main-items .item-infos .title {
	font-size: 16px
}

@media screen and (max-width:1200px) {
	.app-all-rows .row-main-items .item-infos .title {
		font-size: 15px
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row-main-items .item-infos .title {
		font-size: 14px
	}
}

.app-all-rows .row-main-items .item-infos .intor {
	color: #999;
	font-size: 13px;
	margin-top: 5px
}

@media screen and (max-width:1200px) {
	.app-all-rows .row-main-items .item-infos .intor {
		font-size: 12px
	}
}

@media screen and (max-width:800px) {
	.app-all-rows .row-main-items .item-infos .intor {
		font-size: 10px
	}
}

.app-all-rows .row-main-items .item:hover .item-icon i.gray {
	display: none
}

.app-all-rows .row-main-items .item:hover .item-icon i.red {
	display: block
}

.app-all-rows .row-main-items .item:hover .item-infos .title {
	color: #df242a
}