* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}

html,
body {
	font-size: 16px;
	box-sizing: border-box;
}
/* 768设备和820设备 */
@media(768px<=width<=820px){
	.baoming p:first-child{
		font-size:50px !important;
	}
	.baoming p:last-child{
		font-size:30px !important;
	}
}
/* 手机端样式开始 */
/* //<=768的设备 */
@media (max-width: 780px) {
	/* 报名样式 */
	.baoming p{
		white-space:nowrap;
	}
	.baoming a p:first-child{
		font-weight:800;
		font-size:30px;
	}
	.baoming a p:nth-child(2){
		font-size:20px;
	}
	body {
		width: 100%;
		padding-top: 0 !important;
	}

	.fhdb {
		position: fixed;
		right: 2vw;
		bottom: 5vw;
		z-index: 1000;
		width: 10vw;
		height: 10vw;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 0 8px #bebebe;
	}

	.fhdb img {
		width: 100%;
		height: 100%;
	}

	.hd-top {
		display: none;
	}

	.sj-box {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}

	.sj-box2 {
		width: 100%;
		height: auto;
	}

	.xingqu,
	.font-tk {
		display: none;
	}

	.tongbu {
		width: 100%;
		height: 3.5rem;
		padding: 0 1rem 0 0.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.tbg {
		background-color: #fff;
		box-shadow: inset 0 -1px 0 0 #eae8e4;

	}

	.tob-item {
		position: absolute;
		top: 1.2rem;
		left: 1.5rem;
		display: flex;
	}

	.hx-lm {
		display: inline-block;
		position: relative;
		width: 1rem;
		height: 1rem;
		cursor: pointer;
		text-align: inherit;

	}

	.hx-lm>span {
		width: 100%;
		background-color: #000000;
	}

	.hx-one {
		position: absolute;
		top: 0.0625rem;
		left: 0;
		height: 0.09375rem;
		width: 100%;
	}

	.hx-two {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		height: 0.075rem;
		width: 100%;
	}

	.hx-the {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 0.09375rem;
		width: 100%;
	}

	.sj-kg {
		position: relative;
		width: 1.25rem;
		height: auto;
	}

	.hx-kg {
		position: absolute;
		top: 0;
		left: 0;
	}

	.c-gb {
		position: absolute;
	}

	.c-gb>img {
		width: 1rem;
	}

	.s-tup {
		padding-left: 1rem;
	}

	.s-tup>img {

		width: 1rem;
		height: 1rem;
	}

	.sj-logo>img {
		width: 9.375rem;
		height: auto;
	}

	/* 搜索框样式 */
	.sous {
		width: 100%;
		height: 4.5rem;
		position: fixed;
		top: 3.5rem;
		left: 0;
		z-index: 100;
		display: none;
	}

	.sous-mb {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 3.5rem;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 200;
	}

	.sous-cent {
		width: 100%;
		height: 4.5rem;
		position: fixed;
		top: 3.5rem;
		left: 0;
		border-top: 1px solid #eae8e4;
		background-color: #FFFFFF;
		z-index: 300;
		display: flex;
		align-items: center;
		padding: 0 1rem;
	}

	.sous-img {
		position: relative;
		width: 100%;
		height: 2.75rem;
	}

	.sous-img>img {
		position: absolute;
		width: 1rem;
		top: 0.875rem;
		left: 0.875rem;
	}

	.sous-img>input {
		width: 100%;
		height: 2.75rem;
		border: none;
		padding: 0 1rem 0 2.75rem;
		border-radius: 0.375rem;
		background-color: #f6f5f3;
	}

	/* 显示二级栏目 */
	.yiers {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		display: none;
		z-index: 100;
	}

	.yier-f {
		position: fixed;
		top: 3.5rem;
		left: 0;
		width: 100%;
		height: auto;
		background: #fff;
		z-index: 300;
	}

	.con-one {
		width: 100%;
		height: auto;
		padding: 0 6.4vw;
	}

	.con-one>li {
		width: 100%;
		padding: 1rem 0;
		min-height: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: .9rem;
	}

	.con-one>li+li {
		border-top: 1px solid #eae8e4;
	}

	.con-one>li>a {
		width: 85%;
		height: auto;
		display: inline-block;
	}

	.con-one>li>img {
		width: 1rem;
		height: 1rem;
	}

	.ct-two {
		display: none;
	}

	.ct-top {
		width: 100%;
		height: 3.5rem;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #eae8e4;
		font-weight: 500;
	}

	.ct-top>div:first-of-type {
		width: 3.5rem;
		height: 3.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #eae8e4;
	}

	.ct-top>div:last-of-type {
		width: 86%;
		text-align: center;
	}

	.ct-top>div>img {
		width: 1rem;
	}

	.ct-two {
		width: 100%;
		height: auto;
	}

	.ct-two>li {
		width: 87.2%;
		min-height: 1.5rem;
		font-size: 0.9rem;
		padding: 1rem 0;
		display: flex;
		margin: 0 auto;
		align-items: center;
		justify-content: space-between;

	}

	.ct-two>li+li {
		border-top: 1px solid #eae8e4;
	}

	.ct-two>li>img {
		width: 1rem;
		height: 1rem;
	}

	.ct-three>ul {
		display: none;
	}

	.ct-three>ul>li {
		width: 87.2%;
		min-height: 1.5rem;
		font-size: 0.9rem;
		padding: 1rem 0;
		display: flex;
		margin: 0 auto;
		align-items: center;
		justify-content: space-between;
	}

	.ct-three>ul>li+li {
		border-top: 1px solid #eae8e4;
	}

	/* 底部开始 */
	.footer {
		width: 100%;
		height: auto;
		padding: 0 2rem;
		background-color: #000;
	}

	.ft-one {
		width: 100%;
		height: auto;
		padding: 2rem 0;
		border-bottom: 1px solid #2f2e2d;
		display: flex;
		justify-content: center;
	}

	.ft-one>img {
		width: 9.375rem;
	}

	.ft-two-ul {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 1rem 0;
		flex: 1 1 auto;
	}

	.ft-two-ul>li {
		width: auto;
		display: inline-block;
		padding: 1rem 0.5rem;
		white-space: nowrap;
	}

	.ft-two-ul>li>a {
		color: #fff;
		font-weight: 400;
		font-size: 0.9rem;
		display: inline-block;
	}

	.ft-two-ul>li>a>img {
		width: 1rem;
		height: 1rem;
	}

	/* 底部结束 */

	/* 标题，筛选 */
	.a-title {
		width: 100%;
		height: auto;
		border-top: 1px solid #eae8e4;
		border-bottom: 1px solid #eae8e4;
	}

	.a-fh {
		position: relative;
		width: 100%;
		height: 4rem;
		line-height: 4rem;
		align-content: center;
		background-color: #FFFFFF;
	}

	.a-dw {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 500;
	}

	.fanh {
		position: absolute;
		top: 0;
		left: 0;
		width: 4rem;
		height: 4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #eae8e4;
	}

	.a-fh>span {
		width: 100%;
		height: 4rem;
		display: flex;
		justify-content: center;
	}

	.fanh>img {
		width: 1rem;
		height: auto;
	}

	.ts-screen,
	.sx-tj,
	.sx-tiaojian {
		display: none;
	}

	.b-maod {
		display: none;
	}

	/* 查看更多 */
	.a-chak {
		width: 70%;
		height: 3.2rem;
		line-height: 3.2rem;
		margin: 1rem auto 0;
		text-align: center;
		border: 1px solid #000;
		box-sizing: border-box;
	}

	.a-chak:hover {
		border: none;
		background-color: #eae8e4;
	}

	/* 手机版筛选 */
	.han-tiaojian {
		width: 100%;
		height: auto;
		padding: 1rem 3%;
	}

	.hand-tj {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.hand-tj>li {
		margin-right: 0.5rem;
		font-size: 1rem;
		cursor: pointer;
		margin-top: 0.5rem;
		background-color: #efefef;
		padding: 0.5rem 1rem;

	}

	.hanClick {
		background-color: #19110b !important;
		color: #fff;
		padding: 0.5rem 1rem;
	}

	.hand-item {
		border-bottom: 1px solid #000;
		transition: color .3s cubic-bezier(.39, .575, .565, 1);
		cursor: pointer;
		margin-left: 0.5rem;
		min-width: 6rem;
		padding-top: 1rem;
		display: inline-block;
	}

	.fh-zhenx {
		display: none;
	}

}

/* //>=768的设备 */
@media (min-width: 768px) {
	/* 报名 */
	.baoming a p:first-child {
		font-size:66px;
		font-weight: 800;
	
	}
	.baoming a p:nth-child(2){
		font-size:56px;
	}

	/* 头部样式 */
	.nov {
		width: 100%;
		height: auto;
	}

	.fhdb {
		position: fixed;
		right: 2vw;
		bottom: 5vw;
		z-index: 1000;
		width: 4vw;
		height: 4vw;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 0 8px #BEBEBE;
	}

	.fhdb img {
		width: 100%;
		height: 100%;
	}

	.n-top {
		width: 100%;
		height: 50px;
		padding: 0 5%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ccc;
	}

	.sj-box,
	.sj-box2 {
		display: none;
	}

	.n-right>li {
		width: 40px;
		height: 100%;
	}

	.n-right>li:hover {
		border-bottom: 2px solid #000;
	}

	.n-img {
		line-height: 50px;
		display: flex;
		text-align: center;
	}

	.n-img li a img {
		width: 18px;
		height: 18px;
	}

	.n-left a {
		color: #000000;
		font-size: 13px;
		display: flex;
		align-items: center;
	}

	.n-left li a img {
		margin-right: 5px;
	}

	.n-img>li+li {
		margin-left: 20px;
	}

	.n-nov {
		width: 100%;
		height: 70px;
		display: flex;
		padding: 0 5%;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #ccc;
	}

	.n-lefts {
		display: flex;
		width: auto;
		height: 100%;
		align-items: center;
	}

	.n-lefts a {
		font-size: 12px;
	}

	.n-logo {
		width: 170px;
		height: 70px;
		line-height: 70px;
		text-align: center;
	}

	.n-logo>a {
		color: #000000;
		font-family: "微软雅黑";
		font-size: 35px;
	}

	.n-ul {
		margin-left: 20px;
		display: flex;
	}

	.n-ul>li {
		padding: 0 20px;
	}

	.n-ul>li>a {
		color: #000000;
		padding-bottom: 23px;
	}

	.n-ul>li>a:hover {
		border-bottom: 1px solid #ff5500;
	}

	.n-rights {
		position: relative;
	}

	.n-rights>input {
		width: 450px;
		height: 2.75rem;
		padding: 0 10px 0 40px;
		border-radius: 5px;
		border: none;
		background-color: #f6f5f3;
	}

	.n-rights>img {
		position: absolute;
		top: 12px;
		left: 10px;
		width: 20px;
	}

	/* 第二种头部样式开始 */
	.header {
		width: 100%;
		height: 7.5rem;
		position: absolute;
		/* top: 0; */
		top: 280px;
		left: 0;
		z-index: 100;
		color: #fff;
		background-color:transparent;

	}

	.pro-header {
		width: 100%;
		height: 7.5rem;
		position: relative;
		top: 0;
		left: 0;
		z-index: 100;
		border-bottom: 1px solid #eae8e4;
		color: #000000;
		background-color: #fff;
	}

	.hd-bg {
		/* position: fixed; */
		position:absolute;
		width: 100%;
		height: 7.5rem;
		background-color: #fff;
		color: #000000 !important;
		z-index: 500;
		border-bottom: 1px solid #ccc;
		top:280px;
		left:0;
	}

	.h-top {
		display: block;
	}

	.hd-top {
		width: 100%;
		height: 7.5rem;
		margin: 0 auto;
		position: relative;
		display: block;
	}

	.server-top1,
	.server-top2 {
		width: 93%;
		margin: 0 auto;
		display: flex;
	}

	.server-top1 {
		height: 70%;
		z-index: 100;
		align-items: center;
		justify-content: space-between;
	}

	.server-top2 {
		height: 30%;
		justify-content: center;
	}

	.server-top1>li {
		font-size: 0.875rem;
		font-weight: 400;
		display: flex;
		align-items: center;
	}

	.server-top1>li>div+div {
		margin-left: 1.25rem;
	}

	.sv-img img {
		width: 1rem;
		height: 1rem;
		margin-right: 0.625rem;
	}

	.logo {
		position: absolute;
		top: 0.375rem;
		left: 0;
		width: 100%;
		height: 4.5625rem;
		text-align: center;
		z-index: -1;
	}

	.logo img {
		width: 13.125rem;
		height: auto;
	}

	.r-yg {
		position: relative;
		cursor: pointer;
	}

	.h-dian {
		position: absolute;
		top: 0;
		right: -8px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #fff;
	}

	.h-shuz {
		position: absolute;
		top: -5px;
		right: 0;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 1px solid #fff;
		font-size: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 12px;
	}

	.server-top2>li+li {
		margin-left: 2rem;
	}

	.server-top2>li>a {
		font-size: 1.125rem;
		padding-bottom: 0.9375rem;
		cursor: pointer;
		color: #fff;
	}

	.server-top2>li>a:hover {
		padding-bottom: 0.8rem;
		border-bottom: 2px solid #000000;
	}

	.b-border {
		border-bottom: 2px solid #000000;
	}

	/* 第二种头部样式结束 */

	/* 搜索开始 */
	.ss-box {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
		width: 100%;
		height: auto;
	}

	.ss-mb {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 600;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.ss-b-cent {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 800;
		width: 100%;
		height: auto;
		background-color: #fff;
	}

	.ss-nov {
		width: 100%;
		height: 16.5rem;
		display: flex;
		flex-direction: row;
		justify-content: stretch;
		position: relative;
		align-items: center;
		box-shadow: inset 0 -1px 0 0 #eae8e4;
	}

	.ss-kuang {
		max-width: 45rem;
		min-width: 40rem;
		height: 2.75rem;
		line-height: 2.75rem;
		position: relative;
		border-radius: 0.3125rem;
		margin: 0 auto;
	}

	.ss-kuang>input {
		width: 100%;
		height: 2.75rem;
		line-height: 2.75rem;
		background-color: #f6f5f3;
		border: none;
		padding-left: 3rem;
		padding: 0 1rem 0 2.75rem;
	}

	.ss-kuang>img {
		position: absolute;
		top: 0.96875rem;
		left: 1rem;
		width: 1rem;
		height: 1rem;
	}

	.lb-tile {
		width: 100%;
		height: 12.7rem;
		background-color: #fcfcfc;
		overflow-y: auto;
		display: none;
	}

	.lb-tile>p {
		padding: 0 2.7rem;
		border-bottom: 1px solid #eae8e4;
	}

	.ss-nov>img {
		position: absolute;
		top: 3rem;
		right: 5rem;
		width: 1rem;
		height: 1rem;
	}

	/* 搜索结束 */
	/* 下拉列表开始 */
	.hd-list {
		width: 100%;
		height: auto;
		background-color: #fff;
	}

	.on-item {
		width: 100%;
		/* height: calc(var(--vh, 1vh)*100 - 7.5rem); */
		height: 0px;
		display: none;
	}

	.on-item-list1 {
		width: 100%;
		height: 100%;
		display: flex;
		position: relative;
	}

	.but-cuo {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1300;
		width: 4.5rem;
		height: 4.5rem;
		background-color: #fff;
		box-shadow: 0 0 1px #ccc;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.but-cuo>img {
		width: 1rem;
		height: 1rem;
	}

	.item-one,
	.item-two {
		width: 30%;
		height: auto;
		overflow-y: auto;
		padding: 2rem 3rem;
	}

	.item-one {
		background-color: #FFFFFF;
	}

	.item-two {
		background-color: #f6f5f3;
		overflow: hidden;
	}

	.item-two>ul {
		display: none;
	}

	.item-the {
		width: 40%;
		overflow: hidden;
		background-color: #fff;
	}

	.item-the>ul {
		display: none;
	}

	.conlumn-list3>li {
		width: 100%;
		height: 100%;
	}

	.conlumn-list3>li>a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.item>ul>li {
		padding: 0.5rem;
		font-weight: 500;
		font-size: 0.9rem;
		cursor: pointer;
		color: #000000;
	}

	.item>ul>li {
		padding: 0.5rem;
		font-weight: 500;
		font-size: 0.9rem;
		cursor: pointer;
		color: #000000;
	}

	.item span:hover {
		border-bottom: 1px solid #000000;

	}

	.item>ul>li:hover {
		opacity: .6;
	}

	.item-the>ul>li:hover {
		-webkit-box-shadow: 0 0 5px #eae8e4 inset;
		-moz-box-shadow: 0 0 5px #eae8e4 inset;
		box-shadow: 0 0 10px #000000 inset;
		z-index: 122200;
	}

	.item-the>ul>li {
		display: none;
	}

	.item-the>ul>li>a>img {
		width: 100%;
		height: auto;
	}

	/* 下拉列表结束 */


	/* 底部开始 */
	.footer {
		background-color: #19110b;
		padding: 0 8.5%;
	}

	.ft-flex {
		position: fixed;
		bottom: 0;
		left: 0;
	}

	.ft-one {
		width: 100%;
		height: auto;
		padding: 0.5rem 0;
		border-bottom: 1px solid #392d23;
	}

	.ft-tk {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		cursor: pointer;
	}

	.ft-one>img {
		width: 120px;
	}

	.ft-two {
		width: 100%;
	}

	.ft-two-ul {
		width: 100%;
		height: auto;
		padding: 2rem 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}

	.ft-two-ul>li {
		display: inline-block;
		padding: 0.5rem 0.8rem 0.5rem 0;
		white-space: nowrap;
	}

	.ft-two-ul>li>a {
		color: #fff;
		font-size: 0.9375rem;
		display: flex;
		align-items: center;
	}

	.ft-two-ul>li>a>img {
		width: 1rem;
	}

	/* 底部弹框 */
	.xingqu {
		width: 100%;
		display: none;
		overflow: hidden;
		animation: myfirst .2s linear;
		/* Firefox: */
		-moz-animation: myfirst .2s linear;
		/* Safari and Chrome: */
		-webkit-animation: myfirst .2s linear;
		/* Opera: */
		-o-animation: myfirst .2s linear;
		z-index: 100;
	}

	.ni-xq {
		width: 100%;
		height: auto;
		padding: 1rem 0;
		position: relative;
		border-bottom: 1px solid #392d23;
		text-align: center;
	}

	.ni-xq>h2 {
		font-size: 1.125rem;
		font-weight: 400;
		color: #fff;
	}

	.xq-img {
		cursor: pointer;
		position: absolute;
		top: 0.5rem;
		right: 0;
		width: 2rem;
		height: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.xq-img>img {
		width: 1rem;
		height: 1rem;
	}

	.xq-list {
		width: 100%;
		height: auto;
		padding-top: 1rem;
	}

	.xq-list>li {
		margin: 0.7rem 0.5rem;
		line-height: 1rem;
		display: inline-block;
		width: 31.2%;
		text-align: center;
	}

	.xq-list>li>a {
		color: #fff;

	}

	/* 底部关注我们弹框 */
	.gx-none {
		display: none;
		width: 100%;
		padding-top: 2.5rem;
		overflow: hidden;
		animation: myfirst .2s linear;
		/* Firefox: */
		-moz-animation: myfirst .2s linear;
		/* Safari and Chrome: */
		-webkit-animation: myfirst .2s linear;
		/* Opera: */
		-o-animation: myfirst .2s linear;
	}

	.gz-item {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: auto;
		text-align: center;
		position: relative;
	}

	.gz-item>div {
		padding: 1.5rem;
		background-color: #FFFFFF;
		font-size: 1rem;
	}

	.gz-item>div+div {
		margin-left: 5rem;
	}

	.gz-item-m1>img {
		width: 8rem;
		height: 8rem;
	}

	.gz-item-m1>p {
		padding-top: 0.5rem;
	}

	/* 底部结束 */


	/* 家具筛选条件显示 */
	.sx-tj {
		width: 100%;
		height: auto;
		padding: 0 3%;
		display: none;
	}

	.sx-tj-cen {
		padding-top: 1rem;
		padding-bottom: 0.5rem;
		display: flex;
		align-items: center;
	}

	.sx-pro-item {
		margin-right: 0.5rem;
		margin-bottom: 0.5rem;
		background-color: #19110b;
		color: #fff;
		font-size: .9rem;
		padding: 0.5rem 1rem;
		cursor: pointer;
	}

	.cz-item {
		box-shadow: 0 1px 0;
		transition: color .3s cubic-bezier(.39, .575, .565, 1);
		cursor: pointer;
		margin-bottom: 0.5rem;
		margin-left: 0.5rem;
	}

	.cz-item:hover {
		color: rgba(25, 17, 11, .6);
	}

	/* 系列弹出开始 */
	.sx-tiaojian {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
	}

	.sx-mb {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1100;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.sx-tk {
		width: 33%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #fff;
		z-index: 1200;
	}

	.sx-tk-cent {
		position: relative;
		box-sizing: border-box;
	}

	.sx-tk-cent>h1 {
		width: 100%;
		height: 4.5rem;
		line-height: 4.5rem;
		font-size: 1.35rem;
		font-weight: 700;
		padding: 0 7.5rem 0 3rem;
		box-shadow: 0 1px #eae8e4;
	}

	.sx-tk-cent>h1>span {
		font-size: 1.2375rem;
		padding-left: 0.5rem;
		font-weight: 300;
	}

	.sx-close {
		position: absolute;
		top: 0;
		right: 0;
		width: 4.5rem;
		height: 4.5rem;
		border-left: 0.0625rem solid #eae8e4;
		line-height: 4.5rem;
		text-align: center;
		z-index: 1300;
		margin-bottom: 8rem;
	}

	.sx-ul {
		width: 100%;
		height: calc(100vh - 4.5rem);
		padding: 3rem 3rem 6rem 3rem;
		overflow-y: auto;
		font-weight: 400;
	}

	.sx-ul>li {
		width: 100%;
		height: 2rem;
		line-height: 2rem;
		margin-bottom: 0.8rem;
		display: flex;
		align-items: center;
	}

	.sx-kg {
		width: 1.5rem;
		height: 1.5rem;
		position: relative;
	}

	.sx-kg>img {
		position: absolute;
		top: 0;
		left: 0;
		width: 1.5rem;
	}

	.s-gou {
		display: none;
	}

	.xli {
		padding-left: 1rem;
		cursor: pointer;
	}

	.sx-yes {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		padding: 1.5rem 6.4vw;
		background-color: #fff;
		box-shadow: 0 -4px 8px 0 rgb(0 0 0 / 4%), 0 -8px 16px 0 rgb(0 0 0 / 4%);
	}

	.y-cent {
		width: 100%;
		height: 3rem;
		background-color: #19110b;
		color: #fff;
		border: none;
		font-size: 0.9rem;
	}

	.y-cent:hover {
		background-color: #eae8e4;
		color: #000000;
	}

	.sx-close>img {
		width: 1rem;
		height: 1rem;
	}

	/* 系列弹出结束 */

	/* 标题筛选开始 */
	.a-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 5rem;
		border-bottom: 1px solid #eae8e4;
	}

	.ts-sc {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		background-color: #fff;
	}

	.fanh {
		width: 5rem;
		height: 5rem;
		line-height: 5rem;
		border-right: 1px solid #eae8e4;
		display: inline-block;
		text-align: center;
		cursor: pointer;
	}

	.fanh>img {
		height: 1rem;
		width: 1rem;
	}

	.a-fh>span {
		display: inline-block;
		font-size: 1.125rem;
		font-weight: 700;
		padding-left: 2rem;
	}

	.b-maod>a {
		display: inline-block;
		height: 5rem;
		line-height: 5rem;
		width: auto;
		padding: 0 1.5rem;
		border-left: 1px solid #eae8e4;
		font-size: 1rem;
	}

	.b-maod>div {
		cursor: pointer;
		display: inline-block;
		height: 5rem;
		line-height: 5rem;
		width: auto;
		padding: 0 1.5rem;
		border-left: 1px solid #eae8e4;
	}

	/* 标题筛选结束 */
	/* 查看更多 */
	.a-chak {
		cursor: pointer;
		width: 26.125rem;
		height: 3.375rem;
		line-height: 3.375rem;
		margin: 2.5rem auto 0;
		text-align: center;
		border: 1px solid #000;
		box-sizing: border-box;
	}

	.a-chak:hover {
		border: none;
		background-color: #eae8e4;
	}

	/* 工艺品筛选 */
	.han-tiaojian {
		width: 100%;
		height: auto;
		padding-top: 2.5rem;
		display: flex;
		align-items: center;
		font-size: 1rem;
		box-sizing: border-box;
		padding-left: 3%;
	}

	.han-biaoti {
		font-size: 1.1rem;
		font-weight: 600;
		min-width: 6rem;
	}

	.hand-tj {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.hand-tj>li {
		margin-right: 0.5rem;
		font-size: 1rem;
		cursor: pointer;
		margin-top: 0.5rem;
		background-color: #efefef;
		padding: 0.5rem 1rem;
	}

	.hanClick {
		background-color: #19110b !important;
		color: #fff;
		padding: 0.5rem 1rem;
	}

	.hand-item {
		box-shadow: 0 1px 0;
		transition: color .3s cubic-bezier(.39, .575, .565, 1);
		cursor: pointer;
		margin-left: 0.5rem;
		min-width: 6rem;
	}

}

/* 电脑端样式结束 */

.fh-zhenx {
	font-size: 1rem;
	color: #666666;
	font-weight: 300;
}

/* 动画 */
@-moz-keyframes myfirst

/* Firefox */
	{
	0% {
		height: 0px;
	}

	25% {
		height: 25%;
	}

	50% {
		height: 50%;
	}

	75% {
		height: 75%;
	}

	100% {
		height: auto;
	}
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
	{
	0% {
		height: 0px;
	}

	25% {
		height: 25%;
	}

	50% {
		height: 50%;
	}

	75% {
		height: 75%;
	}

	100% {
		height: auto;
	}
}

@-o-keyframes myfirst

/* Opera */
	{
	0% {
		height: 0px;
	}

	25% {
		height: 25%;
	}

	50% {
		height: 50%;
	}

	75% {
		height: 75%;
	}

	100% {
		height: auto;
	}
}
/* 报名模块 */
.baoming {
	background-color: #f6f5f3;
	width: 100%;
	height:270px;
	position:absolute;
	top:0;
	left:0;
}

.baoming a {
	position: absolute;
	top:50%;
	left:50%;
	color: #7f2120;
	transform:translate(-50%,-50%);
	white-space:nowrap;
	text-align:center;
}