@media (max-width: 1200px) and (min-width: 1020px) {
	.CONT{
		width: 96%;
	}
}
@media (max-width: 1020px) {
	.CONT{
		width: 96%;
		margin:0.5rem auto;
	}
	.header {
		border-bottom: 0.1rem solid #bd6059;
	    height: 1.3rem;
	    line-height: 1.3rem;
	    font-size: 0.36rem;
	}
	.logo {
	    height: 0.65rem;
	}
	.title {
	    margin-top: 0.2rem;
	    font-size: 0.36rem;
	}
	.seachs {
	    height: 0.8rem;
	    display: flex;
	    flex-wrap: wrap;
	    margin-top: 1rem;
	}
	.seach1 {
	    padding: 0 0.2rem;
	    border-radius: 0.1rem 0 0 0.1rem;
	    font-size: 0.26rem;
	}
	.seach2 {
	    font-size: 0.3rem;
	    border-radius: 0 0.1rem 0.1rem 0;
	    line-height: 0.8rem;
	}
	.table {
	    margin-top: 0.5rem;
	}
	.trf {
	    height: 0.8rem;
	    line-height: 0.8rem;
	    font-size: 0.36rem;
	}
	.trt1 {
	    padding: 0.25rem 0.1rem;
	    font-size: 0.28rem;
	}
	.trt2 {
	     padding: 0.25rem 0.1rem;
	    font-size: 0.26rem;
	}
	.seach_box{
        border-radius: 0.1rem;
        box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, .2);
        margin-top: 0.2rem;
    }
	.seach_bo1{
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
    .seach_bo2{
        padding: 0.2rem;
    }
    .seach_bo2_1{
        height: 0.7rem;
        border-radius: 0.1rem;
        padding: 0 0.15rem;
        font-size: 0.26rem;
        margin-bottom: 0.15rem;
    }
    .seach_bo2_2{
        height: 0.7rem;
        border-radius: 0.1rem;
        font-size: 0.26rem;
    }
}