.title {
	margin-top: 10%;
	width: 90%;
	margin-left: 5%;
	height: auto;
}

.big_div {
	width: 80%;
	margin-left: 10%;
	margin-top: 2%;
}

.title h2 {
	color: #C59B6D;
}

body {
	background-image: url(../imgs/moreart_background.jpg);
}

.tjart_top {
	display: flex;
	margin-top: 2%;
}

.tjzp_top_left {
	width: 70%;
	display: flex;
	border-bottom: 1px solid #C59B6D;
}

.tjart_top_left {
	width: 70%;
	display: flex;
	border-bottom: 1px solid #C59B6D;
}

.tjart_top_right {
	width: 30%;
}

.tjart_top_right input {
	display: block;
}

.tjzp_top_left div {
	width: 12%;
	font-size: 15px;
	margin-left: 0.5%;
	text-align: center;
	line-height: 40px;
}

.tjart_top_left div {
	width: 12%;
	font-size: 15px;
	margin-left: 0.5%;
	text-align: center;
	line-height: 40px;
}

.tjzp_top_left div a {
	font-size: 18px;
	color: black;
}

.tjart_top_left div a {
	font-size: 18px;
	color: black;
}

.click_tjart_type {
	border: 1px solid #C59B6D;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	background: #C59B6D;
}

.tab-content {
	width: 90%;
	margin-left: 5%;
	margin-top: 1%;
}

.tjart_btn_div {
	text-align: center;
}

.tjart_btn_div button {
	background: #C59B6D;
	border: 1px solid #C59B6D;
	color: white;
	height: 50px;
	width: 200px;
}

[name=query_art_name] {
	position: absolute;
	width: 350px;
	margin-left: 65px;
	background: transparent;
	border: 1px solid #C59B6D;
}

[name=query_zp] {
	position: absolute;
	width: 350px;
	margin-left: 65px;
}

.query_art_btn {
	background: #C59B6D;
	border: 1px solid #C59B6D;
	position: relative;
	height: 45px;
	width: 80px;
	left: 350px;
}

.page_div {
	text-align: center;
}

.page_div button {
	text-align: center;
	background: #C59B6D;
	border: 1px solid ##C59B6D;
	color: white;
	border-radius: 10px;
	width: 80px;
	height: 40px;
}

.footer {
	margin-top: 2%;
}

.page_div label {
	color: #C59B6D;
	font-size: 20px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.zl_each_div {
		widows: 100%;
		margin-left: 0%;
	}
	.title {
		margin-top: 160px;
		width: 100%;
		margin-left: 0%;
	}
	.title h2 {
		font-size: 20px;
	}
	body {
		background-image: none;
	}
	.big_div {
		width: 100%;
		margin-left: 0%;
	}
	.big_div h2 img {
		width: 20%;
	}
	.big_div h2 {
		font-size: 20px;
	}
	.tp {
		width: 50%;
	}
}