.down {
	background-color: rgba(243, 243, 243, 1);
}

.down>.main {
	padding: 0.5rem 0.4rem 0.6rem;
	align-items: flex-start;
}

.down>.main .flex_box1 {
	flex: 0 0 3.5rem;
}

.down>.main .flex_box2 {
	flex: 0 0 0.7rem;
}

.down>.main .flex_box3 {
	flex: 0 0 10.1rem;
	width: 10.1rem;
}

/* banner */
.banner .banner_img {
	position: relative;
}

.banner .banner_img::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(114deg, #030303 0%, rgba(128, 128, 128, 0) 60%);
	position: absolute;
	top: 0;
	left: 0;
}

.banner .common_center {
	position: relative;
}

.banner .banner_info {
	position: absolute;
	left: 0.95rem;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.banner .banner_info .title {
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.52rem;
}

.banner .banner_info .des {
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.26rem;
	margin-top: 0.3rem;
}


/* 分类 */
.category .level1_item {
	border-bottom: 0.01rem solid #A1A1A1;
}

.category .level1 {
	width: 100%;
	height: 100%;
	position: relative;
}
.category .level1 a {
	font-size: 0.28rem;
	font-family: 'tr';
	font-weight: 400;
	color: #010101;
	
}

.category a {
	display: block;
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.category .level1 .arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.12rem;
	height: 100%;
	background-image: url('../img/download/down4.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	cursor: pointer;
	transition: var(--s_tran);
}

.category .level1 .arrow.active {
	background-image: url('../img/download/down5.png');
}
.category .level2_list {
	padding-bottom: 0.4rem;
}
.category .level2_item {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.35rem;
	transition: var(--s_tran);
}

.category .level2_item a {
	padding-left: 0.23rem;
}

.category .level2_item:hover {
	color: var(--c);
}

.category .level2_list {
	display: none;
}


/* search */
.search {
	width: 100%;
}

.search_input {
	width: 100%;
	border: 0.01rem solid #E9E3E3;
	height: 0.42rem;
	line-height: 0.42rem;
	padding: 0.05rem;
}

.search .search_btn {
	flex: 0 0 1.12rem;
	line-height: 0.42rem;
	height: 0.42rem;
	display: block;
	width: 1.12rem;
	background-color: var(--c);
	color: #fff;
	text-align: center;
	font-size: 0.16rem;
}


/* list */
.down_list {
	margin: 0 -0.1rem;
	margin-top: 0.3rem;
	flex-wrap: wrap;
}

.down_list .item {
	padding: 0 0.1rem;
	flex: 0 0 25%;
	margin-bottom: 0.2rem;
}

.down_list .container {
	padding: 0.1rem;
	background-color: #fff;
	font-size: 0.14rem;
	color: #666666;
	border: 0.01rem solid #E8E8E8;
	transition: var(--s_tran);
}
.down_list .container .scale_img {
	height: 2.6rem;
}

.down_list .view_btn img {
	width: 0.18rem;
	height: 0.13rem;
	margin: 0 auto;
}

.down_list .download_btn img {
	width: 0.18rem;
	height: 0.2rem;
	margin: 0 auto;
}

.down_list .download_btn {
	margin-top: 0.34rem;
}

.down_list .download_btn p,
.down_list .view_btn p {
	color: #fff;
	margin-top: 0.07rem;
}

.down_list .img_box {
	position: relative;
	transition: var(--s_tran);
	height: 2.6rem;
}

.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(--s_tran);
	opacity: 0;
}

.down_list .btn_box a {
	width: fit-content;
	height: fit-content;
}

.down_list .item .title {
	transition: var(--s_tran);
	font-size: 0.22rem;
	font-family: 'tr';
	color: #333333;
	line-height: 0.25rem;
	margin-top: 0.1rem;
	height: 0.5rem;
}

.down_list .hover_box:hover .btn_box {
	opacity: 1;
}

.down_list .hover_box:hover {
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(3, 140, 205, 0.42);
}


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


/* 手机端 */
@media (max-width: 1024px) {
    .down>.main {
        flex-wrap: wrap;
        padding: 0;
    }
    .down>.main > div {
        flex: 0 0 100% !important;
    }
    .category .level1 a {
        font-size: 20px;
    }
    .category .level2_item a {
        font-size: 14px;
    }
    .search .search_btn {
        font-size: 14px;
    }
    .down>.main .flex_box3 {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .down_list .item {
        flex: 0 0 50%;
        width: 50%;
    }
    .down_list .item .title {
        font-size: 20px;
        line-height: 1.6;
    }
    .search .search_btn {
        width: 30px;
        height: 40px;
        line-height: 40px;
    }
    .search_input {
        height: 40px;
    }
}