.main .search_main {
	margin-top: 0.4rem;
}
.main .search_main .flex_box1 {
	flex: 0 0 2.9rem;
}
.main .search_main .flex_box2 {
	flex: 0 0 0.5rem;
}

/* 按钮 */
.main .flex_box1 .link {
	display: block;
	line-height: 0.52rem;
	background-color: #E1E1E1;
	border-radius: 0.05rem;
	font-size: 0.2rem;
	font-weight: bold;
	color: #070707;
	text-align: center;
	margin-bottom: 0.1rem;
	transition: var(--transition);
}
.main .flex_box1 .link:hover {
	background-color: var(--main_color);
	color: #fff;
}


/* case */
#case .title {
	font-size: 0.2rem;
	font-weight: bold;
	color: #070707;
}
#case .list {
	background-color: #F5F5F5;
	border-top: 0.01rem solid var(--main_color);
	padding: 0.2rem 0.12rem 0.05rem;
	flex-wrap: wrap;
	margin-top: 0.11rem;
}
#case .container {
	border: 0.01rem solid #E8E8E8;
	display: block;
	transition: var(--transition);
}
#case .item {
	flex: 0 0 33.3%;
	padding: 0 0.08rem;
	margin-bottom: 0.15rem;
	display: none;
}
#case .item:nth-child(1),
#case .item:nth-child(2),
#case .item:nth-child(3),
#case .item:nth-child(4),
#case .item:nth-child(5),
#case .item:nth-child(6) {
	display: block !important;
}
#case .case_title {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.48rem;
	transition: var(--transition);
}
#case .info_box {
	background-color: #fff;
	line-height: 0.48rem;
	padding: 0 0.1rem;
}
#case .scale-box {
	height: auto;
}
#case .hover-box:hover .case_title {
	color: var(--main_color);
}
#case .hover-box:hover {
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(180,5,5,0.24);
}
#case .more::after {
	content: '';
	display: inline-block;
	width: 0.1rem;
	height: 0.12rem;
	background-image: url('../img/search2.png');
	margin-left: 0.08rem;
}
#case .more {
	font-size: 0.18rem;
	color: #888888;
	cursor: pointer;
	text-align: center;
	margin-top: 0.16rem;
}
#case .more.show {
	color: var(--main_color);
}
#case .more.show::after {
	background-image: url('../img/search3.png');
}



/* data */
#data {
	margin-top: 0.19rem;
	padding-bottom: 1.13rem;
}
#data .down_list {
	padding: 0 0.1rem;
	margin-top: 0.11rem;
	flex-wrap: wrap;
	background-color: #F5F5F5;
	border-top: 0.01rem solid var(--main_color);
	padding-top: 0.2rem;
}
#data .down_list .item {
	padding: 0 0.1rem;
	flex: 0 0 25%;
	margin-bottom: 0.2rem;
}
#data .down_list .container {
	padding: 0.1rem;
	background-color: #fff;
	font-size: 0.14rem;
	color: #666666;
	border: 0.01rem solid #E8E8E8;
	transition: var(--transition);
}
#data .down_list .view_btn img {
	width: 0.18rem;
	height: 0.13rem;
	margin: 0 auto;
}
#data .down_list .download_btn img {
	width: 0.18rem;
	height: 0.2rem;
	margin: 0 auto;
}
#data .down_list .download_btn {
	margin-top: 0.34rem;
}
#data .down_list .download_btn p,
#data .down_list .view_btn p{
	color: #fff;
	margin-top: 0.07rem;
}
#data .down_list .img_box {
	position: relative;
	transition: var(--transition);
}
#data .down_list .btn_box {
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: var(--transition);
	opacity: 0;
}
#data .down_list .item .title {
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.35rem;
	transition: var(--transition);
}
#data .down_list .hover-box:hover .btn_box {
	opacity: 1;
}
#data .down_list .hover-box:hover {
	box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(180,5,5,0.38);
}
#data .down_list .hover-box:hover .title {
	color: var(--main_color);
}
#data .title {
	font-size: 0.2rem;
	font-weight: bold;
	color: #070707;
}
#data .list {
	background-color: #F5F5F5;
	border-top: 0.01rem solid var(--main_color);
	padding: 0.2rem 0.12rem 0.05rem;
	flex-wrap: wrap;
}
#data .container {
	border: 0.01rem solid #E8E8E8;
	display: block;
	transition: var(--transition);
}
#data .item {
	flex: 0 0 33.3%;
	padding: 0 0.08rem;
	margin-bottom: 0.15rem;
	display: none;
}
#data .item:nth-child(1),
#data .item:nth-child(2),
#data .item:nth-child(3),
#data .item:nth-child(4),
#data .item:nth-child(5),
#data .item:nth-child(6),
#data .item:nth-child(7),
#data .item:nth-child(8) {
	display: block !important;
}
#data .data_title {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.48rem;
	transition: var(--transition);
}
#data .info_box {
	background-color: #fff;
	line-height: 0.48rem;
	padding: 0 0.1rem;
}
#data .scale-box {
	height: auto;
}
#data .hover-box:hover .data_title {
	color: var(--main_color);
}
#data .hover-box:hover {
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(180,5,5,0.24);
}
#data .more::after {
	content: '';
	display: inline-block;
	width: 0.1rem;
	height: 0.12rem;
	background-image: url('../img/search2.png');
	margin-left: 0.08rem;
}
#data .more {
	font-size: 0.18rem;
	color: #888888;
	cursor: pointer;
	text-align: center;
	margin-top: 0.16rem;
}
#data .more.show {
	color: var(--main_color);
}
#data .more.show::after {
	background-image: url('../img/search3.png');
}






@media only screen and (max-width: 1024px){
    .main{
        margin-top: 50px;
    }
    .common_center{
        padding: 15px;
    }
    .main .search_main{
            flex-direction: column;
    }
    .main .search_main .flex_box1{
        flex: 0 0 auto;
    }
    #data .title, 
    #case .title{
        font-size: 14px;
    }
    #case .item, 
    #data .down_list .item{
        flex: 0 0 50%;
    }
    #data .more::after{
            height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    }
    #data .down_list .view_btn img, 
    #data .down_list .download_btn img{
            width: 10px;
    height: auto;
    }
    #data .down_list .download_btn p, #data .down_list .view_btn p, 
    #data .down_list .item .title{
        font-size: 12px;
    }
    
}