.box1 {
	padding-top: 0.8rem;
	padding-bottom: 1.4rem;
}

.box1 .hover_box .scale_box {
	flex: 0 0 6.2rem;
	height: 3.5rem;
}

.box1 .hover_box {
	align-items: stretch !important;
	transition: var(--s_tran);
}

.box1 .hover_box .flex_box2 {
	padding: 0.7rem 0.8rem 0;
	background: #F3F3F3;
	transition: var(--s_tran);
}

.box1 .hover_box .title {
	font-weight: bold;
	font-size: 0.24rem;
	color: #333;
	transition: var(--s_tran);
}

.box1 .hover_box .title::after {
	content: '';
	display: block;
	width: 0.3rem;
	height: 0.01rem;
	background: var(--c);
	transition: var(--s_tran);
	margin-top: 0.2rem;
}

.box1 .hover_box .des {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.2rem;
}

.box1 .hover_box br {
	margin-top: 0.5rem;
	display: block;
}

.box1 ul.list {
	margin-top: 0.6rem;
}

.box1 li.item {
	margin-bottom: 0.4rem;
}

.box1 .item:nth-child(even) .hover_box {
	flex-direction: row-reverse;
}

.box1 .hover_box:hover .title {
	color: var(--c);
}

.box1 .hover_box:hover .title::after {
	background: #D0111A;
}

.box1 .hover_box:hover {
	box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(29, 64, 152, 0.32);
}

.box1 .hover_box:hover .flex_box2 {
	background: #fff;
}
@media only screen and (max-width: 1024px) {
.box1 .hover_box{
    display: block;
}
.box1 .hover_box .flex_box2{
    padding: .4rem;
}
}

