@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	*zoom: 1;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

/*页面样式*/
.c:before,
.c:after {
	content: "";
	display: table;
}

.c:after {
	clear: both;
}

.c {
	zoom: 1;
}

.none {
	display: none;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1';
	text-align: justify;
	min-width: 1200px;
	position: relative;
}

a {
	text-decoration: none;
	overflow: visible;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #feeacb;
}

html,
body,
.wrap {
	width: 100%;
	min-width: 1400px;
}

.wrap {
	position: relative;
	overflow-x: hidden;
	background: url(../img/topbg2.jpg) no-repeat center bottom;
}

.nwrap {
	background: url(../img/topbg1.jpg) no-repeat center top;
}

.btn {
	background: url(../img/com.png) no-repeat;
	overflow: hidden;
	transition: all .2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn:hover {
	filter: brightness(1.1);
	transform: translateY(-5px);
}

.btn.gray {
	cursor: default;
}

.btn.gray:hover {
	transform: translateY(0);
	filter: brightness(1);
}

.head {
	height: 394px;
}

.logo {
	width: 120px;
	height: 80px;
	z-index: 3;
	top: 11px;
	left: 50%;
	margin-left: -700px;
	overflow: hidden;
	text-indent: -9999em;
	position: absolute;
	background: url(../img/logo.png) no-repeat;
}

.cont {
	min-height: 1115px;
	color: #867258;
	font-size: 18px;
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 236px;
	font-family: '\5b8b\4f53';
}

.colbox {
	width: 100%;
	height: 83px;
	background: url(../img/colbox.jpg) no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 34px;
	box-sizing: border-box;
}

.colbox.center {
	justify-content: center;
}

.searchbox {
	padding-left: 17px;
	width: 405px;
	height: 44px;
	background: #8c5a29;
	border-radius: 9px;
	box-sizing: border-box;
}

.searchbox input {
	width: 340px;
	height: 100%;
	background: none;
	border: 0;
	font-size: 22px;
	color: #edd5b7;
	font-family: '\5b8b\4f53';
}

input::placeholder {
	color: rgba(237, 213, 183, .5);
}

input::-webkit-input-placeholder {
	color: rgba(237, 213, 183, .5);
}

input:-moz-placeholder {
	color: rgba(237, 213, 183, .5);
}

input::-moz-placeholder {
	color: rgba(237, 213, 183, .5);
}

input:-ms-input-placeholder {
	color: rgba(237, 213, 183, .5);
}

.ssbtn {
	float: right;
	width: 44px;
	height: 44px;
	background: url(../img/ssbtn.png) no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}

.bmbtn,
.backbtn {
	margin-left: 9px;
	color: #8c5a29;
	font-size: 22px;
	width: 114px;
	height: 44px;
}

.backbtn {
	letter-spacing: 14px;
	padding-left: 14px;
	width: 100px;
}

.collist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -13px;
}

.collist .itembox {
	margin: 20px 0 0 13px;
	width: 340px;
	height: 324px;
	background: url(../img/itembox.png) no-repeat;
	padding-top: 32px;
	box-sizing: border-box;
}

.itembox h3,
.infbox a {
	font-size: 32px;
	color: #694420;
	width: 294px;
	margin: 0 auto;
	height: 43px;
	border-bottom: 1px solid #742f41;
	padding-left: 21px;
	background: url(../img/dot.png) no-repeat left center;
	line-height: 42px;
	box-sizing: border-box;
	font-weight: bold;
}

.itembox ul {
	width: 294px;
	margin: 1px auto 0;
	height: 160px;
	overflow-y: auto;
}

.itembox ul a {
	color: #867258;
	font-size: 18px;
	display: block;
	line-height: 38px;
	border-bottom: 1px dashed rgba(100, 79, 48, .5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itembox ul a:hover,
.morebtn:hover {
	color: #694420;
}

.morebtn {
	color: #745f41;
	font-size: 18px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin: 34px auto 0;
}

.resultbox {
	margin: 20px auto 0;
	border: 1px solid #a98c51;
	width: 1398px;
	background: url(../img/resultbox.jpg) repeat;
}

.tbox {
	width: 100%;
	height: 19px;
	background: url(../img/tbox.jpg) no-repeat;
}

.cbox {
	padding: 4px;
}

.cnbox {
	border: 1px solid #e6dacb;
	padding: 0 13px 12px;
}

.totalbox {
	height: 76px;
	border-bottom: 1px solid #9e7241;
	font-size: 22px;
	color: #694420;
	height: 67px;
	padding-left: 23px;
	position: relative;
	display: flex;
	align-items: center;
}

.totalbox::before {
	content: '';
	position: absolute;
	left: 11px;
	width: 4px;
	height: 29px;
	background: #694420;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.totalbox span,
.infbox a span {
	color: #b4380d;
}

.detaillist {
	padding: 0 16px
}

.detaillist li {
	padding: 20px 0;
	border-bottom: 1px dashed #b9aa96;
	overflow: hidden;
}

.imgbox {
	width: 200px;
	height: 200px;
	float: left;
	background: #000;
	overflow: hidden;
}

.imgbox img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.infbox {
	float: left;
	margin-left: 24px;
	width: 960px;
	padding-top: 4px;
}

.infbox a {
	font-size: 26px;
	border-bottom: 0;
	padding-left: 22px;
	width: 930px;
	height: 42px;
	line-height: 42px;
	margin-left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.infbox > p {
	line-height: 28px;
	font-size: 18px;
	height: 112px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* 最多显示两行 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	word-break: break-all;
}

.infbox p.auth {
	overflow: hidden;
	max-width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infbox a:hover {
	text-decoration: underline;
}

.footbox {
	margin-top: 17px;
	display: flex;
	align-items: center;
	height: 30px;
	justify-content: flex-end;
}

.footbox p {
	line-height: 30px;
	height: 30px;
	color: #867258;
	font-size: 16px;
	margin-left: 30px;
}

.footbox p.time,
.footbox p.okbtn {
	padding-left: 19px;
}

.footbox p.okbtn {
	background: url(../img/okbtn.png) no-repeat left center;
}

.footbox p.okbtn.okbtned {
	background: url(../img/okbtn1.png) no-repeat left center;
}

.footbox p.time {
	background: url(../img/time.png) no-repeat left center;
}

.midfootbox {
	margin-top: 11px;
	justify-content: center;
	padding-bottom: 13px;
	border-bottom: 1px solid #ceb496;
}

.midfootbox p.time,
.midfootbox p.okbtn,
.midfootbox p.sharebtn {
	margin-left: 40px;
}

.midfootbox p.sharebtn,
.midfootbox p.okbtn {
	cursor: pointer;
}

.midfootbox p.sharebtn {
	width: 16px;
	background: url(../img/sharebtn.png) no-repeat center center;
}

.tpage {
	margin-top: 15px;
	color: #786143;
	font-size: 18px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.tpage a {
	color: #786143;
}

.tpage a:hover {
	text-decoration: underline;
}

.tpage a,
.tpage span {
	margin: 0 10px;
}

.cnbox1 {
	padding-top: 10px;
}

.colbox.between {
	justify-content: space-between;
}

.menubox {
	font-size: 22px;
	font-weight: bold;
}

.menubox,
.menubox a {
	color: #694420;
}

.menubox a:hover {
	text-decoration: underline;
}

.navbox,
.fkbtn {
	width: 118px;
	/* height: 433px; */
	background: url('../img/nav_middle.png') repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -830px;
	top: 582px;
	z-index: 2;
}
.navbox::after {
	content: ' ';
	width: 118px;
	height: 34px;
	display: block;
	background: url('../img/nav_top.png') repeat-y;
	position: absolute;
	top: -34px;
	left: 0;
}
.navbox::before {
	content: ' ';
	width: 118px;
	height: 34px;
	display: block;
	background: url('../img/nav_bottom.png') repeat-y;
	position: absolute;
	bottom: -34px;
	left: 0;
}

.fkbtn {
	margin-left: 37%;
	width: 88px;
	height: 72px;
	background: url(../img/flo1.png) no-repeat;
	color: #745f41;
	font-size: 18px;
	padding: 29px 0 0 9px;
	line-height: 23px;
	font-family: '\5b8b\4f53';
}

.navbox.fixed {
	position: fixed;
	top: 50%;
	margin-top: -217px;
}

.fkbtn.fixed {
	position: fixed;
	top: 50%;
	margin-top: -51px;
}

.navbox ul {
	/* padding-top: 27px; */
}

.navbox li {
	height: 37px;
	line-height: 36px;
	padding-bottom: 1px;
	text-align: center;
	background: url(../img/navline.png) no-repeat center bottom;
}

.navbox li a {
	color: #745f41;
	font-size: 18px;
	font-family: '\5b8b\4f53';
	font-weight: bold;
}

.navbox li a:hover,
.navbox li.cur a {
	color: #b4380d;
}

.navbox li:last-child {
	background: none;
}

.cnbox2 {
	padding: 12px 38px 70px;
}

.biaoti {
	line-height: 50px;
	font-size: 34px;
	color: #694420;
	text-align: center;
	font-weight: bold;
}

.zonebox {
	padding-top: 25px;
}

.zonebox p {
	font-size: 16px;
	line-height: 30px;
	word-break: break-all;
}

.zonebox img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.zonebox video {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.pop {
	width: 607px;
	height: 415px;
	background: url(../img/pop.png) no-repeat;
	position: relative;
	display: none;
}

.pop1 {
	height: 550px;
	background: url(../img/pop1.png) no-repeat;
}

.closedbtn {
	width: 64px;
	height: 64px;
	background: url(../img/closr.png) no-repeat;
	z-index: 2;
	top: 0;
	right: 9px;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}

.pop_con {
	text-align: center;
	padding: 0 19px;
}

.popname {
	color: #694420;
	font-size: 28px;
	padding-top: 19px;
	line-height: 42px;
}

.submitbox {
	padding-top: 12px;
}

.submitbox div,
.subbox div {
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 31px;
}

.submitbox div input,
.subbox div input {
	width: 376px;
	height: 27px;
	padding: 0 10px;
	border: 1px solid #867258;
	background: none;
	color: #867258;
	font-size: 20px;
}

.submitbox label,
.subbox label {
	color: #867258;
	font-size: 20px;
	text-align: left;
	padding-left: 6px;
}

.submitbox span,
.subbox span {
	color: #b4380d;
}

.submitbtn {
	margin: 20px auto 0;
	color: #8c5a29;
	font-size: 22px;
	width: 174px;
	height: 44px;
	background-position: 0 -72px;
}

.subbox {
	margin: 17px auto 0;
	width: 529px;
	/* overflow: hidden; */
}

.subbox textarea {
	width: 376px;
	height: 162px;
	resize: none;
	background: none;
	border: 1px solid #867258;
	color: #867258;
	font-size: 16px;
	padding: 2px 10px;
	line-height: 30px;
	display: block;
}

textarea::placeholder {
	color: rgba(134, 114, 88, .5);
}

textarea::-webkit-input-placeholder {
	color: rgba(134, 114, 88, .5);
}

textarea:-moz-placeholder {
	color: rgba(134, 114, 88, .5);
}

textarea::-moz-placeholder {
	color: rgba(134, 114, 88, .5);
}

textarea:-ms-input-placeholder {
	color: rgba(134, 114, 88, .5);
}

.upname {
	font-size: 20px;
	color: #867258;
	text-align: left;
	/* padding: 17px 0 2px; */
}

.subbox .upbox {
	width: 398px;
	height: auto;
	justify-content: space-between;
	padding-right: 0;
}

.subbox .upbtn {
	width: 70px;
	height: 70px;
	background: url(../img/upbtn.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.subbox .upbtn input {
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	display: none;
}

.upbox span {
	width: 237px;
	padding-left: 10px;
	color: #867258;
	font-size: 16px;
	height: 120px;
	word-break: break-all;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pop1 .submitbtn {
	margin-top: 28px;
}

.comtxt {
	width: 490px;
	height: 374px;
	font-size: 0;
	text-align: center;
	line-height: 370px;
	margin: 0 auto;
}

.comtxt p {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	font-size: 20px;
	color: #867258;
}

.totopbtn {
	width: 134px;
	height: 90px;
	background: url(../img/top.png) no-repeat;
	margin-left: 37%;
	position: fixed;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 2;
	top: 60%;
	left: 50%;
	display: none;
}

#searchTips {
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	color: #694420;
	margin-top: 40px;
}

.subbox > div {
	height: auto;
	padding-right: 0;
	margin-bottom: 14px;
}

.preview {
	display: none;
	width: 100%;
	height: 100%;
	border: none;
	-webkit-user-select: none;
	user-select: none;
	margin: 0;
	/* 清除外边距 */
	padding: 0;
	/* 清除内边距 */
	max-width: none;
	/* 清除默认的最大宽度 */
	pointer-events: none;
	/* 禁用鼠标事件 */
	position: absolute;
	top: 0;
	left: 0;
}

.page-num i {
	font-style: normal;
}
