body {
	margin: 0;
	cursor: default;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

input[type="button"] {
	cursor: pointer;
}

input:disabled,
input[disabled] {
	background: white;
}

button {
	cursor: pointer;
}
.CONTENT{
	width: 100%;
	display: flex;
}
.CONT{
	width: 1200px;
	margin:50px auto;
}
.logo{
	height: 65px;
	display: block;
	margin: auto;
}
.title{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 36px;
	color: #333333;
}
.seachs{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	display: inline-block;
	margin-top: 100px;
}
.seach1{
	border: 1px solid #A0A0A0;
	outline: none;
	width: 40%;
	height: 100%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	font-size: 26px;
	color: #333333;
}
.seach1:first-child{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.seach1:nth-child(2){
    width: 80%;
}
.seach2{
	border: none;
	outline: none;
	width: 20%;
	height: 100%;
	float: left;
	background: #bd6059;
	color: white;
	font-size: 30px;
	border-radius: 0 10px 10px 0;
	padding: 0;
	line-height: 80px;
}
.table{
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	width: 100%;
	margin-top: 50px;
}
.trf{
	width: 100%;
	height: 80px;
	background: #bd6059;
	text-align: center;
	line-height: 80px;
	color: white;
	font-size: 36px;
}
.trt{
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	width: 100%;
	display: flex;
}
.trt:last-child{
	border-bottom: 0;
}
.trt1{
	border-right: 1px solid #CCCCCC;
	box-sizing: border-box;
	width: 30%;
	padding: 25px 10px;
	font-size: 28px;
	color: #333333;
	background: #F1F1F1;
	display: flex;
	align-items: center;
}
.trt2{
	box-sizing: border-box;
	width: 70%;
	padding: 25px 10px;
	font-size: 26px;
	color: #333333;
}
.seach_box{
    max-width: 90%;
    width: 600px;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}
.seach_bo1{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: #bd6059;
}
.seach_bo2{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.seach_bo2_1{
        border: 1px solid #A0A0A0;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 26px;
    display: block;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.seach_bo2_2{
    border: none;
     outline: none;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: white;
    background: #bd6059;
    font-size: 26px;
    display: block;
}