@charset "utf-8";

/* CSS Document */

*{ margin: 0; padding: 0;}


body { width: 100%; max-width: 800px; min-height: 100vh; margin: 0 auto; line-height: 1.75; font-size: 16px; font-family: "????"; word-break: break-all; word-wrap: break-word;  background: #fff;}

input, select, button, textarea { margin: 0; padding: 0;color: inherit; border: 0; font-family: inherit; outline: none; resize: none;}

input[type="text"] { -webkit-appearance: none;}

ol, ul {list-style: none;}

img {vertical-align: middle;}

a {text-decoration: none; color: inherit;}

:focus { outline: 0;}




@media screen and (max-width:750px){ 

body { font-size: 15px; border: 0;}

}  


.nav2 { width: 100%; max-width: 800px; margin: 0 auto; box-sizing: border-box; padding: 2px; font-size: 13px; background: #fff;}
.nav2 ul { padding: 2px 0; display: flex; justify-content: space-between;}
.nav2 ul li { width: 100%; box-sizing: border-box; padding: 0 2px;}
.nav2 ul li a { display: block; padding: 3px 0; text-align: center; color: #fff; border-radius: 50px; background: #008800;}
.nav2 ul li a:hover { background: #da183b;}
#nav2[data-fixed="fixed"]{ position: fixed; top:0; left: 0; right: 0; margin: auto; z-index: 100; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.nav-img { text-align: center; background: #000;}
.nav-img img { width: auto; height: 80px;}
@media screen and (max-width:800px) {

.nav-img img { height: 70px;}
}
@media screen and (min-width:800px) {
.nav2 { padding: 4px; font-size: 16px;}
.nav2 ul { padding: 4px 0;}
.nav2 ul li { padding: 0 4px;}
.nav2 ul li a { padding: 5px 0; cursor: pointer;}
}



.dxzt1-txt {}
ol,
ul {
	list-style: none;
}

.dxzt1-txt font {
	color: #f00;
	font-weight: bold;
}

.dxzt1-txt2 {
	font-size: 24px;
	color: #f00;
	text-align: left;
	font-weight: bold;
}

.dxzt1-txt2 a {
	background: #ff0;
}

.dxzt1-pic {
	padding-top: 1px;
	text-align: left;
}

.dxzt1-pic video {
	max-width: 100%;
}
#dxzt9{
	padding: 1px;
}


#dxzt9 .liuhe
 {
	margin-bottom: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #a97443;
	line-height: 20px;
}

#dxzt9 .liuhe ul,l
{
	display: flex;
	border-bottom: solid 3px #a97443;
}
#dxzt9 .liuhe li
{
	width: 50%;
	padding: 9px 0;
	box-sizing: border-box;
	cursor: pointer;
}
#dxzt9 .liuhe li.hover
{
	color: #fff;
	background: #ff5ffd;
}
#dxzt9 .liuhe li.hover font
{
	color: #fff !important;
}