* {
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", 'harmony', "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body {
	--bgcolor: #f1ece1;
	--bgcolor2: #ede7d9;
	--color: #984300;
}

body,
ul,
li,
dl,
dt,
dd,
h1 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

@font-face {
	font-family: 'elment';
	src: url('../fonts/element-icons.ttf') format("woff2"),
		url('../fonts/element-icons.woff') format("woff");
}

@font-face {
	font-family: 'harmony';
	font-style: normal;
	font-display: swap;
	src: url('../fonts/Harmony.woff2') format('woff2');
}


.listpage {
	background-color: var(--bgcolor2);
	background-image: url('../img/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background-color: var(--bgcolor);
}

.logo {
	height: 50px;
	border-radius: 5px;
	margin: 20px 30px;
}

.logo img {
	display: block;
	width: 100%;
}

.menu {}

.menu ul {
	padding: 50px 0;
}

.menu ul li {
	line-height: 40px;
	padding: 10px 30px;
	font-size: 15px;
}

.menu ul li:hover,
.menu ul .on {
	background-color: var(--bgcolor2);
}

.menu ul li i {
	font-family: 'elment';
	font-style: normal;
	padding-right: 5px;
}

.menu ul li a {
	color: #382b1f;
}

.menu ul li span {
	float: right;
	color: #666;
	font-size: 12px;
	background: #ede7d9;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	border-radius: 10px;
}

.list {
	width: 100%;
	padding-left: 197px;
	box-sizing: border-box;
}

.list-box {
	padding: 30px 10px;
	.max-width: 1260px;
	margin: auto;
}

.list-box ul {
	display: flex;
	flex-wrap: wrap;
}

.list-box li {
	display: flex;
	width: 400px;
	height: 200px;
	margin: 10px 10px 20px 10px;
	background-color: #fff;
	background-image: url('../img/grbg.png');
	background-size: cover;
}

.list-pic {
	position: relative;
	width: 120px;
	height: 160px;
	background-image: linear-gradient(145deg, #394864, #1B2C41);
	border-radius: 3px;
	margin: -15px 20px 15px 15px;
}

.list-pica {
	width: 30px;
	height: 120px;
	padding: 5px;
	margin-top: 15px;
	margin-left: 65px;
	background-color: var(--bgcolor);
}

.list-picb {
	width: 30px;
	height: 120px;
	font-size: 14px;
	border: 1px solid #999;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.list-picc {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 160px;
	background-image: linear-gradient(90deg, #394864, #1B2C41);
}

.list-btn {
	width: 120px;
	line-height: 20px;
	padding: 4px 10px;
	background-color: var(--bgcolor);
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 25px;
}

.list-info {
	flex: 1;
	margin-right: 15px;
}

.list-top {
	font-size: 18px;
	padding: 20px 0;
}

.list-tip {
	height: 24px;
	font-size: 12px;
	overflow: hidden;
}

.list-tip span {
	display: inline-block;
	background-color: var(--bgcolor);
	line-height: 24px;
	padding: 0 10px;
}

.list-wds {
	font-size: 13px;
	line-height: 21px;
	margin-top: 10px;
	height: 84px;
	overflow: hidden;
	text-align: justify;
	color: #777;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.word-book {
	display: flex;
	width: 900px;
	padding: 35px;
	box-sizing: border-box;
	margin: 35px auto;
	background-color: var(--bgcolor);
	background-image: url('../img/redbg.png');
	background-size: cover;
}

.book-pic {
	width: 180px;
	height: 240px;
	background-image: linear-gradient(145deg, #394864, #1B2C41);
	border-radius: 5px;
	margin-right: 30px;
}

.bk-info {
	flex: 1;
}

.bk-name {
	font-size: 30px;
	margin-bottom: 18px;
	font-weight: bold;
}

.bk-name span {
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
}

.bk-infos {
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	color: #444;
}

.bk-infos p {
	text-indent: 2em;
}

.word-item {
	width: 900px;
	padding: 35px;
	box-sizing: border-box;
	background-color: var(--bgcolor);
	margin: auto;
	margin-bottom: 40px;
}

.word-item ul {
	display: flex;
	flex-wrap: wrap;
}

.word-item ul li {
	position: relative;
	width: 48%;
	line-height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: var(--bgcolor2);
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .2s;
}

.word-item ul li:hover {
	box-shadow: 0 0 25px rgb(0 0 0 / 10%);
	z-index: 2;
}

.word-item ul li:nth-child(4n) {
	background-color: var(--bgcolor);
}

.word-item ul li:nth-child(4n-1) {
	background-color: var(--bgcolor);
}

.word-item ul li:nth-child(2n-1) {
	margin-right: 2%;
}

.word-item ul li:nth-child(2n) {
	margin-left: 2%;
}

.word-item ul li i {
	font-family: 'elment';
	font-style: normal;
	color: #bbb;
}

.bk-tt {
	background: #ede7d9;
	width: 36px;
	padding: 7px;
	margin-top: 20px;
	margin-left: 110px;
}

.bk-bt {
	width: 36px;
	height: 150px;
	border: 1px solid #999;
	padding: 5px 10px;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
}

.bk-tp {
	width: 1px;
	height: 240px;
	float: left;
	background: #999;
	margin-left: 20px;
}

.bk-tp span {
	width: 20px;
	display: block;
	height: 1px;
	background: #999;
	margin-left: -20px;
	margin-top: 75px;
}

.copy {
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	color: #a5a5a5;
}

.blist,
.down {
	width: 100%;
	padding-left: 200px;
	box-sizing: border-box;
}

.blist-wt {
	display: flex;
	width: 1000px;
	margin: auto;
	padding: 30px 0;
}

.blist-box {
	background-color: var(--bgcolor);
	flex: 1;
	padding: 30px;
}

.blist-wrap {
	width: 300px;
	background-color: var(--bgcolor);
	margin-left: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.blist-box li {
	line-height: 60px;
	padding: 0 20px;
	font-size: 15px;
}

.blist-box li:nth-child(2n-1) {
	background-color: var(--bgcolor2);
}

.blist-box li span {
	float: right;
	color: #666;
}

.blist-page {
	margin-top: 30px;
}

.blist-page a {
	background: var(--bgcolor2);
	padding: 10px 15px;
	margin: 0 3px;
	color: #999;
	font-size: 14px;
}

.blist-page b {
	background: var(--bgcolor1);
	padding: 10px 15px;
	margin: 0 3px;
	color: #999;
	font-size: 14px;
}

.blist-name {
	font-size: 18px;
	font-weight: bold;
}

.blist-item {
	margin-bottom: 50px;
}

.blist-item li {
	line-height: 40px;
}

.down-box {
	display: flex;
	width: 1000px;
	margin: 40px auto;
}

.down-win {
	width: 300px;
}

.down-item {
	flex: 1;
	margin-right: 20px;
}

.down-item li {
	padding: 30px;
	background-color: var(--bgcolor);
	margin-bottom: 10px;
}

.down-tip span {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: var(--color);
	border-radius: 3px;
	padding: 0 8px;
}

.down-dbox {
	display: flex;
}

.down-pic {
	width: 120px;
	height: 160px;
	background-image: linear-gradient(145deg, #394864, #1B2C41);
	margin-right: 25px;
	border-left: 5px solid #1B2C41;
	box-sizing: border-box;
	border-radius: 0 3px 3px;
}

.down-pic2 {
	width: 160px;
	height: 160px;
	background-color: var(--bgcolor2);
	overflow: hidden;
	margin-right: 20px;
}

.down-pic2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.down-binfo h4 {
	font-size: 17px;
	margin: 0;
}

.down-tip {
	display: none;
}

.down-binfo {
	flex: 1;
}

.down-sinfo {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 10px;
}

.down-sinfo dl {
	display: flex;
	width: 50%;
	line-height: 30px;
}

.down-sinfo dl dt {
	color: #999;
}

.down-user {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: var(--bgcolor);
}

.down-user-info {
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--bgcolor2);
}

.down-user-pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--bgcolor2);
}

.down-user-name {
	flex: 1;
	margin-left: 15px;
}

.down-user-name h4 {
	margin: 0;
	font-size: 17px;
	color: #1a1a1a;
	line-height: 30px;
	padding-top: 3px;
}

.down-user-name p {
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	color: #505259;
}

.down-user-icon {
	display: flex;
	padding: 20px 0;
}

.down-user-icon dl {
	width: 25%;
	text-align: center;
	font-size: 14px;
}

.down-user-icon dl dt {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: var(--bgcolor2);
	border-radius: 50%;
	margin: auto;
}

.down-user-icon dl dt i {
	font-family: 'elment';
	font-style: normal;
	font-size: 20px;
}

.down-user-icon dl dd {
	padding-top: 5px;
	color: #0009;
}

.down-user-big {
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 17px;
	font-weight: bold;
	background-color: var(--color);
	color: #fff;
	letter-spacing: 3px;
	border-radius: 5px;
}

.down-vip {
	display: flex;
	width: 100%;
	height: 60px;
	background-color: var(--bgcolor);
	margin-top: 10px;
	background-image: url('/skin/default/img/vip.png');
	background-size: cover;
	background-position: center;
	padding: 12px;
	box-sizing: border-box;
}

.down-pai {
	width: 100%;
	height: 500px;
	background-color: var(--bgcolor);
	margin-top: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.down-vip-btn {
	background-color: #984300;
	color: #ffefc3;
	font-size: 12px;
	width: 40px;
	line-height: 20px;
	height: 20px;
	border-radius: 15px;
	text-align: center;
	padding: 2px 10px;
	margin-top: 6px;
}

.down-vip-txt {
	flex: 1;
	width: 0;
}

.down-vip-txt h3 {
	margin: 0;
	font-weight: normal;
	color: #3d280b;
	font-size: 14px;
	line-height: 22px;
}

.down-vip-txt p {
	font-size: 12px;
	line-height: 18px;
	color: #3d280b;
	margin: 0;
}

.word-tab {
	width: 900px;
	margin: auto;
	line-height: 60px;
	margin-bottom: 10px;
	back
}

.word-tab ul {
	display: flex;
}

.word-tab ul li {
	width: 20%;
	text-align: center;
	font-size: 15px;
	color: #999;
}

.word-tab ul li:nth-child(1),
.word-tab ul li:hover {
	background-color: var(--bgcolor);
	color: #333;
}

.word-tab ul li i {
	font-family: 'elment';
	font-style: normal;
}

.word-tab a {
	color: #666;
}

.word-tab li:hover a {
	color: #333;
}

.pages {
	margin: 10px;
	color: #555;
	font-size: 14px;
}

.pages a {
	padding: 10px 15px;
	color: #555;
	background-color: var(--bgcolor);
}

.pages b {
	padding: 10px 15px;
	background-color: var(--color);
	color: #fff;
}

.pages a b {
	color: #555;
	background-color: var(--bgcolor);
}


.sell {
	width: 1200px;
	margin: auto;
	padding-left: 200px;
}

.sell-ban {
	display: flex;
	padding: 30px 0;
}

.sell-ban-pai {
	width: 300px;
	height: 400px;
	padding: 20px;
	box-sizing: border-box;
	background-color: var(--bgcolor);
	margin-left: 20px;
}

.sell-ban-pics {
	flex: 1;
	height: 400px;
	background-color: var(--bgcolor);
}

.sell-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.sell-box ul li {
	width: 285px;
	margin: 10px;
	padding-bottom: 20px;
	background-color: var(--bgcolor);
}

.sell-img {
	width: 265px;
	height: 265px;
	margin: 10px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: var(--bgcolor2);
}

.sell-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.sell-na {
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.sell-pr {
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
}

.sell-pr {
	color: var(--color);
}

.sell-pr b {
	font-size: 20px;
}

.sell-pr span {
	margin-left: 6px;
	color: #999;
	font-size: 14px;
}

.home-item-box2 {
	padding: 20px 0;
}

.home-item-box2 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.home-item-box2 li {
	position: relative;
	top: 0;
	width: 222px;
	margin: 10px;
	background: var(--bgcolor);
	padding-bottom: 20px;
	transition: all .3s ease-in;
}
.home-item-box2 li:hover{
	top: -3px;
	box-shadow: 0 5px 10px #bbb;
}

.home-gdimg {
	width: 100%;
	height: 222px;
	overflow: hidden;
	padding: 10px;
	background-color: var(--bgcolor2);
	box-sizing: border-box;
}

.home-gdimg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-gdsna {
	margin: 10px 15px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

.home-gdspr {
	padding: 0 15px;
	font-size: 14px;
}

.home-gdspr b {
	font-size: 20px;
	color: var(--color);
}

.show {
	display: block !important;
}

#home i {
	font-style: normal;
	font-family: 'elment';
}

.home-bk-na {
	width: 30px;
	height: 110px;
	border: 1px solid #999;
	padding: 5px;
	font-size: 14px;
	margin: 5px;
	box-sizing: border-box;
	text-align: center;
}

.home-bk-n {
	width: 40px;
	height: 120px;
	margin-top: 15px;
	margin-left: 55px;
	background-color: #ede7d9;
}

.home-bk-l span {
	position: absolute;
	display: block;
	top: 40px;
	left: -10px;
	width: 10px;
	height: 1px;
	background-color: #999;
}

.home-bk-l span:nth-child(2) {
	top: 120px;
}

.home-bk-l {
	position: relative;
	width: 1px;
	height: 160px;
	background-color: #999;
	margin-left: 10px;
}

.ban-pup {
	display: none;
	position: absolute;
	z-index: 8;
	top: 0;
	left: 275px;
	width: 915px;
	background-color: #ede7d9;
	padding: 30px;
	box-sizing: border-box;
}

.ban-pup ul {
	display: flex;
	flex-wrap: wrap;
}

.ban-pup-title {
	font-size: 15px;
}

.ban-pup ul li {
	width: 25%;
}

.ban-pup ul li:hover h4{
	color: var(--color);
}

.ban-pup ul li h4 {
	font-size: 16px;
	margin: 0;
	padding: 20px 0 10px 0;
}

.ban-pup ul li p {
	font-size: 13px;
	margin: 0;
	color: #666;
}

.home-item-in span {
	line-height: 20px;
	border: 1px solid #b9a189;
	font-size: 12px;
	color: #b9a189;
	text-align: center;
	margin-right: 8px;
	padding: 3px 7px;
}

.home-item-in h4 {
	margin: 0;
	font-size: 18px;
	padding-top: 5px;
}

.home-item-in:hover h4,
.home-item-in:hover p {
	color: var(--color);
}

.home-item-in:hover span {
	border-color: var(--color);
	color: var(--color);
}

.home-item-in p {
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	font-size: 13px;
	color: #666;
}

.home-item-in {
	flex: 1;
	width: 0;
	margin-left: 15px;
}

.home-item-bk {
	display: flex;
	width: 120px;
	height: 160px;
	background-image: linear-gradient(145deg, #394864, #1B2C41)
}

.home-item-box {
	display: none;
}

.home-item-box ul {
	display: flex;
	margin: 0 -20px;
	padding: 10px 0;
	flex-wrap: wrap;
}

.home-item-box ul li {
	display: flex;
	list-style: none;
	width: 33.3%;
	height: 200px;
	padding: 20px;
	box-sizing: border-box;
}

.item-tabs {
	flex: 1;
}

.item-tabs ul {
	display: flex;
	justify-content: end;
	margin-top: 10px;
}

.item-tabs ul li {
	list-style: none;
	margin-left: 30px;
	cursor: default;
}

.item-tabs .on,
.item-tabs ul li:hover {
	color: var(--color);
}

.item-name-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #baa28a;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	color: #baa28a;
	float: left;
	margin-right: 15px;
}

.item-name {
	width: 160px;
	font-size: 24px;
	line-height: 30px;
	color: #392b20;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--color);
}

.home-item {
	width: 1190px;
	margin: auto;
	padding-left: 200px;
	padding-bottom: 30px;
}

.home-item-title {
	display: flex;
	border-bottom: 1px solid rgba(57, 43, 32, 0.1);
}

.home-ban-rg dd {
	color: #392b20;
	font-size: 14px;
	line-height: 34px;
	padding: 5px 0;
	width: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	box-sizing: border-box;
}

.home-ban-rg dd span {
	color: #666;
	font-weight: bold;
	margin-right: 15px;
}
.home-ban-rg dd:nth-child(2) span{
	color: #f94e4c;
}
.home-ban-rg dd:nth-child(3) span{
	color: #ff980d;
}
.home-ban-rg dd:nth-child(4) span{
	color: #d09500;
}

.home-ban-rg dt {
	height: 18px;
	line-height: 18px;
	border-left: 4px var(--color) solid;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #392b20;
	padding-left: 16px;
}

.home-ban-lst:hover .ban-lst-if,
.home-ban-lst:hover a {
	color: #392b20;
}

.home-ban-lst:hover .ban-pup {
	display: block;
}

.ban-lst-fs a {
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 25%;
	color: #dfd8be;
	float: left;
	line-height: 25px;
}

.ban-lst-fs a:hover,
.home-ban-rg dd a:hover {
	color: var(--color);
}

.ban-lst-fs {
	height: 75px;
	overflow: hidden;
}

.ban-lst-if {
	font-size: 18px;
	padding: 0 0 8px;
	color: #dfd8be;
	font-weight: bold;
}

.ban-lst-if i {
	float: right;
	padding-top: 2px;
	font-size: 16px;
}

.ban-lst-r {
	flex: 1;
	color: #392b20;
	margin-left: 10px;
}

.ban-lst-ro {
	position: absolute;
	top: 24px;
	left: 11px;
	width: 1px;
	height: 120px;
	background-color: var(--color);
}

.ban-lst-l {
	position: relative;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	border: 1px solid var(--color);
	color: var(--color);
}

.home-ban-lst {
	position: relative;
	display: flex;
	width: 100%;
	height: 144px;
	padding: 20px 25px;
	box-sizing: border-box;
}

.home-ban-lst:hover {
	background-color: #ede7d9;
	color: #392b20;
}

.home-bann {
	display: flex;
	width: 1190px;
	margin: 40px auto;
	padding-left: 200px;
}

.home-ban-lf {
	width: 275px;
	height: 576px;
	background-color: #392b20;
}

.ban-mid-bt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 144px;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
}

.home-ban-mid {
	position: relative;
	width: 640px;
	height: 576px;
	background-color: var(--bgcolor);
	background-image: url('../img/home1.jpg');
}

.home-ban-rg {
	width: 275px;
	height: 576px;
	padding: 20px;
	box-sizing: border-box;
	background: url('../img/home2.jpg') #f0ece1 bottom center no-repeat;
}

@media only screen and (max-width: 1500px) {
	.list-box li {
		width: 397px;
	}
}
