.boxTwo .keywords::placeholder {
 color: #0F0F0F !important; 
}
.boxOne {
	padding-top: 1.4rem;
}
.boxTwo.main {
	margin-top: 0.22rem;
	padding: 0.43rem 0;
	box-sizing: border-box;
}

.boxTwo .title {
	font-family:'MiSans, MiSans' !important;
	font-weight: 600;
	font-size: 0.2rem;
	color: #000000;
}

.boxTwo .keywords {
	width: 4.87rem;
	height: 0.63rem;
	background: #F8F8F8;
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.01rem solid #D8D8D8;
	padding-left: 0.12rem;
	box-sizing: border-box;
	margin-right: 0.13rem;
	color: #F70000;
}
input::-webkit-input-placeholder {
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #F70000;
}
input:-moz-placeholder {
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #F70000;
}
input::-moz-placeholder {
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #F70000;
}
input:-ms-input-placeholder {
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #F70000;
}
input {
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333;
}
.s_box {
	display: flex;
	margin-top: 0.22rem;
}

.s_btn {
	background: url('../img/search.png') #4A8E67;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 95% center;
	border: 0.01rem solid #D8D8D8;
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	width: 4.86rem;
	margin-left: 0.11rem;
	line-height: 0.63rem;
	padding-left: 0.3rem;
}

.res {
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.16rem;
	color: #6F6F6F;
	margin-top: 0.9rem;
}

.res span {
	color: rgba(255, 0, 0, 1);
}

.res_list .item {
	flex: 0 0 100%;
	width: 100%;
	margin-top: 0.75rem;
}

.res_list .item .title {
	font-family:'MiSans, MiSans' !important;
	font-weight: 500;
	font-size: 0.35rem;
}

.res_list .item .des {
	font-family:'MiSans, MiSans' !important;
	font-weight: 300;
	font-size: 0.19rem;
	color: #000000;
	margin-top: 0.16rem;
}

.res_list .item span {
	color: rgba(255, 0, 0, 1);
	font-family:'MiSans, MiSans' !important;
	font-weight: 500;
}

.res_list .cate {
	margin-top: 0.7rem;
	font-family: Poppins, Poppins;
	font-size: 0.18rem;
	color: #000000;
}

.res_list .container {
	display: flex;
	width: 100%;
}
.res_list .flex_box1 {
	/*flex: 0 0 7.73rem;*/
	margin-right: 0.65rem;
width: 70%;
}
.res_list .flex_box2 {
	/*flex: 0 0 4.87rem;*/
	width: 25%;
}
.res_list .flex_box2 .scale-box {
	height: 2.85rem;
	border-radius: 0.1rem;
}

.more {
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	border: 0.02rem solid #BEBEBE;
	text-align: center;
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	width: 1.8rem;
	height: 0.46rem;
	line-height: 0.46rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.04rem;
	margin-top: 0.34rem;
	margin-bottom: 0.68rem;
}

.more:hover {
	color: #fff;
	background: rgba(177, 177, 177, 1);
}

@media only screen and (max-width:768px){
    .s_box{
        flex-wrap: wrap;
        gap: 0.2rem;
    }
    .s_btn{
        width:100%;
        margin-left:0;
    }
    .boxTwo .keywords{
        width:100%;
        margin-right: 0;
    }
    .cus-select-picker{
         width:100%;
         border: 0.01rem solid #D8D8D8;
    }
    .c-button--dropdown{
        border:none!important;
         border-right: 0.01rem solid #D8D8D8!important;
    }
}