.web {
	display: block;
}

.mobile {
	display: none;
}

.tochoose {
	width: 232px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid  #cccaca;
	
	
	color: #aeaeae;
	font-size: 18px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 11px;
	margin: 20px auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */

}

@media screen and (min-width: 2000px) {}

@media screen and (max-width: 1500px) and (min-width: 1001px) {}

@media screen and (max-width: 1000px) {
	.web {
		display: none;
	}

	.mobile {
		display: block;
	}

	.z_head {
		position: fixed;
		width: 100%;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #000;
		left: 0;
		top: 0;
		box-sizing: border-box;
		padding: 0 3%;
	}

	.z_head .nav {
		display: flex;
		align-items: center;
		opacity: 0.7;
		cursor: pointer;
		padding: 20px 20px 20px 0;
	}

	.z_head .nav:hover {
		opacity: 1;
	}

	.z_head .nav h2 {
		font-size: 15px;
		color: #fff;
		margin-left: 10px;
		display: none;
	}

	.z_head .nav span {
		width: 35px;
		height: 4px;
		position: relative;
		background: #fff;
		display: block;
	}

	.z_head .nav span::before {
		content: "";
		width: 100%;
		height: 4px;
		background: #fff;
		position: absolute;
		left: 0;
		top: -11px;
	}

	.z_head .nav span::after {
		content: "";
		width: 100%;
		height: 4px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: -11px;
	}

	.z_head .nav.active span {
		background: transparent;
	}

	.z_head .nav.active span:before {
		transform: rotate(45deg);
		top: 0;
	}

	.z_head .nav.active span:after {
		transform: rotate(-45deg);
		bottom: 0;
	}

	.z_head .logo {
		display: flex;
		opacity: 0;
		transition: all 1s ease-in-out 0s;
		width: 20%;
	}

	.z_head .logo.active {
		opacity: 1;
	}

	.z_head .logo img {
		max-height: 80px;
	}

	.z_head .login {
		display: flex;
		align-items: center;
	}

	.z_head .login a {
		display: flex;
		padding: 10px 11px;
		/* opacity: 0.7; */
		cursor: pointer;
	}

	.z_head .login a:hover {
		opacity: 1;
	}

	.z_head .login a img {
		width: 32px;
	}

	.z_index {
		width: 100%;
		float: left;
		margin-top: 120px;
	}

	.z_banner {
		width: 100%;
		float: left;
	}

	.z_banner img {
		width: 100%;
	}

	.z_nav {
		/* position: relative; */
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 10;
		display: none;
		margin-top: 120px;
		float: left;
		background: #000 url("/public/home/images/202302152.jpg") no-repeat;
		background-size: 100% auto;
	}

	.z_nav .z_max {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.z_nav .z_max .close {
		width: 30px;
		height: 2px;
		position: relative;
		display: block;
		margin-bottom: 120px;
		margin-top: 50px;
		margin-left: 5px;
		opacity: 0.7;
		cursor: pointer;
		display: none;
	}

	.z_nav .z_max .close:hover {
		opacity: 1;
	}

	.z_nav .z_max .close::before {
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		transform: rotate(45deg);
	}

	.z_nav .z_max .close::after {
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		transform: rotate(-45deg);
	}

	.z_nav .z_max ul {
		display: flex;
		flex-direction: column;
		padding-top: 40px;
	}

	.z_nav .z_max ul li ul {
		padding-top: 30px;
		padding-left: 67.5px;
	}

	.z_nav .z_max ul li {
		display: flex;
		margin-bottom: 30px;
	}

	.z_nav .z_max ul li a {
		font-size: 32px;
		color: #bcbcbc;
		/* opacity: 0.7; */
		padding: 5px 10px;
		cursor: pointer;
		letter-spacing:2px;
	}

	.z_nav .z_max ul li:hover a {
		opacity: 1;
		/* text-decoration: underline; */
	}
	
	.z_nav .z_max ul li a.z_mobile_shop31 {
		font-size:26px;
		margin-left:34px;
	}
	
	.z_nav .z_max ul li a.z_mobile_shop32 {
		font-size:22px;
		color: #897f7f;
	}

	.z_nav .z_max ul li:nth-child(9) {
		margin-top:100px;
	}

	.z_pp {
		width: 100%;
		float: left;
		margin: 35px 0;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}

	.z_pp li {
		width: calc(50% - 10px);
		margin-right: 0;
		margin-bottom: 35px;
		opacity: 1;
		transition: all 0.5s ease-in-out 0s;
	}

	.z_pp li:hover {
		opacity: 0.6;
	}

	.z_pp li:nth-child(4n) {
		margin-right: 0;
	}

	.z_pp li a {
		display: flex;
		flex-direction: column;
		width: 100%;
		cursor: pointer;
		text-align:center;
	}

	.z_pp li a .img {
		width: 100%;
		padding-bottom: 100%;
		position: relative;
		height: 0;
		/* height: 343px; */
		margin-bottom: 25px;
	}

	.z_pp li a .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.z_pp li a .img .zhezhaotu {
	  display:block;
	}

	.z_pp li a .img .spimg {
		top: 5%;
		left: 5%;
		width: 90%;
		height: 90%;
	}

	.z_pp li a h2 {
		font-size: 27.5px;
		color: #aeaeae;
		/* opacity: 0.7; */
		
		/* line-height: 20px; */
	}

	.z_foot {
		width: 100%;
		float: left;
		margin: 55px 0;
		padding-top: 45px;
	}

	.z_foot ul {
		display: flex;
		margin-bottom: 55px;
		justify-content: center;
		border-top: 1px solid rgba(255, 255, 255, 0.7);
		padding-top: 20px;
		flex-direction: column;
	}

	.z_foot ul li {
		padding: 20px 0;
	}

	.z_foot ul li a {
		font-size: 30px;
		color: #fff;
		opacity: 0.7;
		display: flex;
	}

	.z_foot ul li:hover a {
		opacity: 1;
		text-decoration: underline;
	}

	.z_aa {
		width: 100%;
		float: left;
		/* color: #fff; */
		/* font-size: 15px; */
		/* line-height: 1.5; */
		font-size: 30px;
		box-sizing: border-box;
		padding: 0;
		padding-bottom: 0;
	}

	.z_aa .title {
		font-size: 35px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 55px;
	}

	.z_aa .font {}

	.z_page {
		width: 100%;
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.z_page a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		color: #fff;
		width: 52px;
		height: 42px;
		border: 1px solid;
		box-sizing: border-box;
		opacity: 0.7;
		cursor: pointer;
	}

	.z_page a:hover {
		opacity: 1;
	}

	.z_page a.yin {
		cursor: default;
		opacity: 0.5 !important;
	}

	.z_page span {
		display: flex;
		font-size: 16px;
		color: #fff;
		padding: 0 25px;
	}

	.z_show {
		display: flex;
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
	}

	.z_show .left {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.z_show .left h2 {
		color: #757575;
		font-size: 36px;
		margin-bottom: 10px;
	}

	.z_show .left h3 {
		font-size: 33px;
		color: #b9b5b5;
		margin-bottom: 40px;
	}

	.z_show .left .font {
		color: #fff;
		font-size: 24px;
	}

	.z_show .left .form {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.z_show .left .form .input {
		display: none;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.z_show .left .form .input font {
		font-size: 31px;
		color: #b9b5b5;
		margin-bottom: 10px;
		display: block;
	}

	.z_show .left .form .input select {
		height: 75px;
		border: 1px solid #fff;
		background: transparent;
		color: #fff;
		box-sizing: border-box;
		padding: 0 10px;
		width: 100%;
	}

	.z_show .left .form .input select option {}

	.z_show .left .form .anniu {
		height: 75px;
		line-height: 75px;
		font-size: 31px;
		display: block;
		width:350px;
		margin:0 auto;
		border-radius:0;
		border:2px #FFF solid;
	}

	.gouwuche span{
		width:200px;
		height:40px;
		padding-left:40px;
		background:url("/public/home/images/carbg24.png") left  2px no-repeat;
		background-size:32px 32px;
	}

	.z_show .right {
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		flex: 1;
		display: none;
	}

	.z_back {
		clear: both;
		padding-top: 80px;
		display: flex;
		justify-content: center;
	}

	.z_back a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 317.5px;
		height: 67px;
		font-size: 26px;
		color: #fff;
		text-transform: uppercase;
		box-sizing: border-box;
		border: 1px solid #fff;
	}

	.z_show1 {
		width: 100%;
		color: #aeaeae;
		min-height: 100vh;
		box-sizing: border-box;
		padding: 0;
		font-size: 30px;
	}

	.z_show1 h2 {
		margin-bottom: 55px;
		text-align: center;
		font-size: 36px;
		/* font-weight: bold; */
		line-height: 1.5;
	}

	.z_show1 h3 {
		text-align: center;
		margin-top: -40px;
		margin-bottom: 32.5px;
		opacity: 0.7;
	}

	.z_show1 .font {}

	.z_con {
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		min-height: 100vh;
	}

	.z_con .title {
		font-size: 36px;
		margin-bottom: 55px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}

	.z_con .title span {
		position: relative;
		font-weight: normal;
		font-size: 30px;
		color: #aeaeae;
		top: 15px;
	}

	.z_con .ul {
		width: 83.33333%;
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}

	.z_con .ul .li {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 42.5px;
	}

	.z_con .ul .li.wushi {
		width: 100%;
	}

	.z_con .ul .li font {
		font-size: 31px;
		color: #fff;
		margin-bottom: 10px;
	}

	.z_con .ul .li .wz {
		width: 100%;
		font-size: 29px;
		height: 62.5px;
		border: 1px solid #fff;
		padding: 0 18px;
	}

	.z_con .ul .li .dj {
		width: 145.5px;
		height: 60px;
		background-color: #cccaca;
		color: #141414;
		font-size: 28px;
		border-radius: 5px;
	}

	.z_con .ul .li textarea {
		width: 100%;
		font-size: 29px;
		height: 230px;
		border: 1px solid #fff;
		padding: 10px 18px;
		resize: none;
	}

	.z_car {
		width: 100%;
		min-height: 80vh;
		display: flex;
		align-items: center;
		flex-direction: column;
		/* justify-content: center; */
	}

	.z_car .web {
		width: 100%;
		float: left;
	}

	.z_car .mobile {
		width: 100%;
		float: left;
	}

	.z_car h2 {
		font-size: 36px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.z_car h3 {
		font-size: 16px;
		color: #fff;
		opacity: 0.7;
		margin-bottom: 15px;
	}

	.z_car .a {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.z_car .anniu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 292px;
		height: 62.5px;
		background-color: #cccaca;
		color: #141414;
		font-size: 18px;
		border-radius: 5px;
	}

	.z_nn {
		width: 100%;
		margin-bottom: 67.5px;
	}

	.z_nn li {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #fff;
	}

	.z_nn li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}

	.z_nn li a {
		display: flex;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.z_nn li a .left {
		width: 220px;
		height: 140px;
		/* display: none; */
	}

	.z_nn li a .left img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.z_nn li a .center {
		flex: 1;
		width: 0;
		margin-left: 37.5px;
		margin-right: 40px;
		/* margin-left: 0; */
	}

	.z_nn li a .center h2 {
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		/*
		text-overflow: ellipsis;
		*/
		margin-bottom: 12.5px;
		margin-top: 0;
	}

	.z_nn li a .center font {
		line-height: 1.5;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 16px;
		color: #fff;
	}

	.z_nn li a .right {
		padding-left: 25px;
		display: flex;
		align-items: center;
		border-left: 1px solid #fff;
		height: 140px;
	}

	.z_nn li a .right h2 {
		display: flex;
		flex-direction: column;
		font-size: 22px;
		color: #fff;
	}

	.z_nn li a .right h2 span {
		font-size: 44px;
		margin-bottom: 5px;
	}

	.z_con1 {
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		padding-top: 55px;
		box-sizing: border-box;
		padding: 0 37.5px;
		font-size: 0.24rem;
	}

	.z_con1 h2 {
		width: 100%;
		font-size: 37.5px;
	}

	.z_con1 .title {
		font-size: 36px;
		color: #d7430e;
		font-weight: bold;
		margin-bottom: 55px;
	}

	.z_con2 {
		padding: 50px 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.z_con2 a {
		margin: 0 15px;
		position: relative;
		display: flex;
		align-items: flex-start;
		cursor: pointer;
	}

	.z_con2 a img {
		width: 57px;
	}

	.z_con2 a .wx {
		position: absolute;
		bottom: 75px;
		left: -104.5px;
		display: none;
	}

	.z_con2 a .wx img {
		width: 205px;
		max-width: initial;
		margin: 0 5px;
	}

	.z_con2 a:hover .wx {
		display: flex;
	}

	.z_con2 a .redbook {
		display: none;
		align-items: center;
		flex-direction: column;
		font-size: 36.5px;
		color: #fff;
		position: absolute;
		left: -162.5px;
		bottom: 75px;
	}

	.z_con2 a .redbook img {
		max-width: initial;
		width: 205px;
		margin-bottom: 15px;
	}

	.z_con2 a:hover .redbook {
		display: flex;
	}

	.z_car1 {
		width: 100%;
		float: left;
		display: flex;
		font-size: 15px;
		color: #aeaeae;
		padding-bottom: 30px;
		border-bottom: 1px solid #aeaeae;
		margin-bottom: 30px;
		margin-top: 40px;
	}

	.z_car1 font {
		text-align: center;
		width: 100px;
		margin-left: 120px;
		display: none;
	}

	.z_car1 font:first-child {
		margin-left: 0;
		text-align: left;
		flex: 1;
		width: 0;
		display: block;
	}

	.z_car1 font:last-child {
		text-align: right;
	}

	.z_car2 {
		width: 100%;
		float: left;
	}

	.z_car2 li {
		width: 100%;
		float: left;
		padding-bottom: 30px;
		border-bottom: 1px solid #aeaeae;
		margin-bottom: 30px;
		display: flex;
	}

	.z_car2 li .font {
		display: flex;
		align-items: center;
		font-size: 15px;
		color: #aeaeae;
	}

	.z_car2 li .font input {
		width: 80px;
		height: 45px;
		border: 1px solid #fff;
		text-align: center;
		color: #fff;
		margin-top: 30px;
	}

	.z_car2 li .font:nth-child(1) {
		flex: 1;
		width: 0;
	}

	.z_car2 li .font:nth-child(2) {
		width: 100px;
		justify-content: center;
		display: none;
	}

	.z_car2 li .font:nth-child(3) {
		width: 307px;
		margin-left: 135px;
		justify-content: space-between;
		flex-direction: column-reverse;
		justify-content: center;
		width: auto;
		align-items: flex-end;
	}

	.z_car2 li .font .img {
		width: 140px;
		height: 140px;
		margin-right: 40px;
	}

	.z_car2 li .font .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.z_car2 li .font .dt {
		display: flex;
		flex-direction: column;
	}

	.z_car2 li .font .dt h4 {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.z_car2 li .font .dt h5 {
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.z_car2 li .font .dt a {
		text-decoration: underline;
		color: #fff;
		opacity: 0.7;
		cursor: pointer;
	}

	.z_car3 {
		width: 100%;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
		font-size: 15px;
		color: #aeaeae;
	}

	.z_car3 h4 {
		margin-bottom: 20px;
		width: 285px;
		display: inline-block;
		justify-content: space-between;
		text-align: right;
	}

	.z_car3 h4 span {}

	.z_car3 .anniu {
		width: 90px;
	}

	.z_foot .bot {
		display: none;
	}

	.z_foot .beianmsg{
	margin:100px 50px 50px 50px;
	padding-top:30px;
	border-top:1px #aeaeae solid;

	display:block;
    font-size: 15px;
    color: #aeaeae;
    line-height: 1.5;
    text-align: center;
}

	.z_jiesuan {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
	}

	.z_jiesuan .left {
		width: 100%;
		box-sizing: border-box;
		border-right: 0 solid #aeaeae;
		padding-top: 30px;
		padding-right: 0;
		padding-bottom: 60px;
		display: flex;
		flex-direction: column;
		margin-right: 0;
	}

	.z_jiesuan .left .title {
		color: #fff;
		border-bottom: 0 solid #fff;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}

	.z_jiesuan .left .form {
		width: 100%;
		float: left;
		display: flex;
		flex-direction: column;
	}

	.z_jiesuan .left .form ul {
		width: 100%;
		float: left;
		display: flex;
		flex-direction: column;
		margin-bottom: 60px;
	}

	.z_jiesuan .left .form ul li {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.z_jiesuan .left .form ul li .select {
		width: 100%;
		float: left;
		background: #1a1a1a;
		border-radius: 10px;
		height: 97.5px;
		position: relative;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.z_jiesuan .left .form ul li .select span {
		position: absolute;
		/* font-size: 12px; */
		color: #aeaeae;
		left: 9.75px;
		top: 19.5px;
	}

	.z_jiesuan .left .form ul li .select select {
		font-size: 30px;
		width: 100%;
		height: 100%;
		float: left;
		background: transparent;
		color: #fff;
		border: 0;
		outline: none;
		padding-top: 27.5px;
	}

	.z_jiesuan .left .form ul li .input {
		width: 100%;
		float: left;
		background: #1a1a1a;
		border-radius: 10px;
		height: 97.5px;
		box-sizing: border-box;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
	}

	.z_jiesuan .left .form ul li .input span {
		font-size: 12px;
		color: #aeaeae;
		margin-top: 9px;
	}

	.z_jiesuan .left .form ul li .input input {
		width: 100%;
		flex: 1;
		height: 0;
		font-size: 30px;
		color: #fff;
		padding-left: 9.75px;
	}

	.z_jiesuan .left .form ul li.select1 {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-bottom: 0;
	}

	.z_jiesuan .left .form ul li.select1 .select {
		width: 100%;
		margin-bottom: 20px;
	}

	.z_jiesuan .left .form .anniu {
		width: 100%;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	.z_jiesuan .left .form .anniu a {
		font-size: 22.5px;
		color: #aeaeae;
	}

	.z_jiesuan .left .form .anniu a.a {
		color: #fff;
		background: #757575;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		width: 622.5px;
		height: 67.5px;
		margin-bottom: 37.5px;
		font-size: 30px;
	}

	.z_zhifu {
		width: 100%;
		float: left;
		display: flex;
		justify-content: center;
		margin-bottom: 100px;
		/*flex-direction: column;*/
		align-items: center;
	}

	.z_zhifu a {
		margin: 15px 10px;
	}

	.z_zhifu a img {
		width: 200px;
	}

	.z_zhifu a img.img1 {
		display: block;
	}

	.z_zhifu a img.img2 {
		display: none;
	}

	.z_zhifu a.active img.img1 {
		display: none;
	}

	.z_zhifu a.active img.img2 {
		display: block;
	}

	.z_jiesuan .right {
		flex: 1;
		width: 0;
		padding-top: 45px;
		display: flex;
		flex-direction: column;
		display: none;
	}

	.z_jiesuan .right ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #aeaeae;
		margin-bottom: 40px;
	}

	.z_jiesuan .right ul li {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		font-size: 16px;
		color: #fff;
	}

	.z_jiesuan .right ul li .img {
		width: 100px;
		height: 100px;
		position: relative;
		margin-right: 20px;
	}

	.z_jiesuan .right ul li .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.z_jiesuan .right ul li .img span {
		position: absolute;
		width: 25px;
		height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #676767;
		font-size: 14px;
		color: #fff;
		border-radius: 50%;
		right: -5px;
		top: -5px;
	}

	.z_jiesuan .right ul li .dt {
		flex: 1;
		width: 0;
		display: flex;
		flex-direction: column;
		line-height: 1.5;
	}

	.z_jiesuan .right ul li .dt h2 {}

	.z_jiesuan .right ul li .dt h3 {
		font-size: 14px;
		color: #aeaeae;
	}

	.z_jiesuan .right ul li h4 {}

	.z_jiesuan .right .title {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		color: #fff;
	}

	.z_jiesuan .right .title h2 {
		display: flex;
		align-items: center;
		color: #aeaeae;
		font-size: 14px;
	}

	.z_jiesuan .right .title h2 span {
		font-size: 24px;
		color: #fff;
		margin-right: 5px;
	}

	.z_center {
		width: 100%;
		float: left;
		margin-top: 40px;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.z_center .left {
		width: 100%;
		margin-right: 150px;
		display: flex;
		flex-direction: column;
	}

	.z_center .left .h1 {
		font-size: 42.5px;
		color: #cccaca;
		font-weight: bold;
		margin-bottom: 50px;
	}

	.z_center .left .title {
		font-size: 24px;
		color: #cccaca;
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 1px solid #aeaeae;
		display: flex;
		justify-content: space-between;
	}

	.z_center .left span {
		text-align: center;
		flex: 1;
		width: 0;
	}

	.z_center .left span:first-child {
		text-align: left;
		margin-right: -8%;
	}

	.z_center .left span:last-child {
		width: 16%;
		flex: initial;
		margin-left: 8%;
	}

	.z_center .left ul {
		display: flex;
		flex-direction: column;
	}

	.z_center .left ul li {
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		color: #aeaeae;
		border-bottom: 1px solid #aeaeae;
		margin-bottom: 35px;
		padding-bottom: 35px;
	}

	.z_center .left ul li a {
		cursor: pointer;
		color: #aeaeae;
		text-decoration: underline;
	}

	.z_center .right {
		display: flex;
		flex-direction: column;
	}

	.z_center .right .h1 {
		font-size: 42.5px;
		color: #fff;
		font-weight: bold;
	}

	.z_center .right .h2 {
		font-size: 30px;
		color: #aeaeae;
		margin: 27.5px 0;
		line-height: 1.5;
	}

	.z_center .right a {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		color: #000;
		background: #cccaca;
		width: 205px;
		height: 83px;
		border-radius: 5px;
	}

	.z_address {
		width: 100%;
		float: left;
		margin-top: 40px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.z_address .h1 {
		font-size: 26px;
		color: #cccaca;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.z_address .h2 {
		font-size: 24px;
		color: #cccaca;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.z_address .h3 {
		display: flex;
		margin-bottom: 100px;
	}

	.z_address .h3 a {
		font-size: 16px;
		color: #cccaca;
		border: 1px solid #cccaca;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		width: 80px;
		height: 41px;
		margin: 0 6px;
	}

	.z_address .h3 a.active {
		color: #000;
		background: #cccaca;
	}

	.z_ord1 {
		width: 100%;
		float: left;
		font-size: 35px;
		color: #fff;
		position: relative;
		margin-top: 20px;
		top: 0;
	}

	.z_ord2 {
		width: 100%;
		float: left;
		display: flex;
		flex-direction: column;
	}

	.z_ord2 .h1 {
		font-size: 35px;
		color: #fff;
		margin-bottom: 20px
	}

	.z_ord2 .h2 {
		font-size: 23.5px;
		color: #aeaeae;
		line-height: 2;
		margin-bottom: 60px;
	}

	.z_ord3 {
		width: 100%;
		float: left;
		margin-bottom: 90px;
		margin-top: 37.5px;
	}

	.z_ord3 ul {
		width: 100%;
		float: left;
	}

	.z_ord3 ul li {
		width: 100%;
		float: left;
		padding-bottom: 30px;
		border-bottom: 1px solid #aeaeae;
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
	}

	.z_ord3 ul li .top {
		width: 100%;
		float: left;
		display: flex;
		align-items: center;
		font-size: 15px;
		color: #aeaeae;
	}

	.z_ord3 ul li .top .img {
		width: 140px;
		height: 140px;
		margin-right: 40px;
	}

	.z_ord3 ul li .top .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.z_ord3 ul li .top .dt {
		display: flex;
		flex-direction: column;
	}

	.z_ord3 ul li .top .dt h4 {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.z_ord3 ul li .top .dt h5 {
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.z_ord3 ul li .bottom {
		font-size: 15px;
		color: #aeaeae;
		width: 100%;
		float: left;
		margin-top: 45px;
		display: flex;
		justify-content: space-between;
	}

	.z_ord3 ul li .bottom span {}

	.z_ord3 .h1 {
		width: 100%;
		font-size: 22.5px;
		color: #cccaca;
		float: left;
		text-align: right;
		margin-top: 30px;
	}

	.z_con3 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		color: #aeaeae;
		margin-top: 100px;
		box-sizing: border-box;
		padding: 0 37.5px;
		flex-direction: column;
	}

	.z_con3 li {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 37.5px;
	}

	.z_con3 li h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.z_con3 li .img {
		font-size: 16px;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-left: 127.5px;
	}

	.z_con3 li .img img {
		width: 143px;
		margin-bottom: 14px;
	}

	.z_con3 li:nth-child(1) {
		align-items: flex-start;
		margin-right: -95px;
	}

	.z_con3 li:nth-child(1) .img {
		flex-direction: revert;
	}

	.z_con3 li:nth-child(1) .img img {
		margin-right: 20px;
	}

	.z_gwctc {
		position: fixed;
		width: 99%;
		box-sizing: border-box;
		border: 1px solid #aeaeae;
		z-index: 9;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #000;
		padding: 57.5px 30px;
		display: none;
		flex-direction: column;
		font-size: 14px;
		align-items: center;
	}

	.z_gwctc.active {
		display: flex;
	}

	.z_gwctc h2 {
		font-size: 23.5px;
		color: #fff;
		width: 100%;
		display: flex;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.z_gwctc h2 a {
		position: absolute;
		font-size: 69px;
		right: 30px;
		top: 0;
		transform: rotate(45deg);
	}

	.z_gwctc ul {
		width: 100%;
	}

	.z_gwctc ul li {
		width: 100%;
		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.z_gwctc ul li .img {
		width: 80px;
	}

	.z_gwctc ul li .img img {
		width: 100%;
	}

	.z_gwctc ul li .dt {
		flex: 1;
		width: 0;
		margin-left: 20px;
		display: flex;
		flex-direction: column;
	}

	.z_gwctc ul li .dt h3 {
		font-size: 18px;
		color: #aeaeae;
		font-weight: bold;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}

	.z_gwctc ul li .dt h3 span {
		font-weight: normal;
		font-size: 14px;
		color: #fff;
	}

	.z_gwctc ul li .dt h4 {
		color: #fff;
		line-height: 1.5;
	}

	.z_gwctc .anniu {
		color: #fff;
		box-sizing: border-box;
		border: 1px solid #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 59px;
		margin-bottom: 20px;
	}

	.z_gwctc .a {
		color: #aeaeae;
		text-decoration: underline;
	}

	.z_sea {
		width: 100%;
		float: left;
		display: flex;
		justify-content: center;
	}

	.z_sea .wz {
		flex: 1;
		width: 0;
		height: 100%;
		color: #fff;
		font-size: 23.5px;
		margin: 0 20px;
	}

	.z_sea .dj {
		height: 100%;
		font-size: 0;
		width: 50px;
		background: url(../images/sea.png) no-repeat center;
		text-indent: -9999px;
		overflow: hidden;
		background-size: 41%;
	}

	/*.z_sea .dj1{display: none !important;}*/
	.z_sea .sea {
		box-sizing: border-box;
		border: 1px solid #fff;
		width: 337.5px;
		border-radius: 40px;
		height: 60px;
		display: flex;
		margin-top: 30px;
	}

	.z_tanchu {
		display: none;
		position: fixed;
		background: rgba(0, 0, 0, 0.75);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.z_tanchu .dt {
		position: absolute;
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 1000px;
		max-width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.z_tanchu .dt .img {
		max-height: 950px;
		overflow-y: auto;
		background: #fff;
	}

	.z_tanchu .dt img.close {
		width: 60px;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.z_mobile_nav {
		width: 100%;
		position: relative;
	}

	.z_mobile_nav1 {
		width: 100%;
		position: absolute;
		left: 0;
		transform: translateX(0%);
		transition: all 0.3s ease-in-out 0s;
	}

	.z_mobile_nav2 {
		width: 100%;
		position: absolute;
		left: 0;
		transform: translateX(110%);
		transition: all 0.3s ease-in-out 0s;
	}

	.z_mobile_nav.active .z_mobile_nav1 {
		transform: translateX(-110%);
	}

	.z_mobile_nav.active .z_mobile_nav2 {
		transform: translateX(0%);
	}

	.z_mobile_shop1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.z_mobile_shop2 {
		display: flex;
		align-items: center;
	}

	.z_mobile_shop2 span {
		margin-right: 37.5px;
	}
	

	.z_mobile_xq {
		font-size: 30px;
		color: #aeaeae;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
	}

	.z_mobile_xq span {
		margin-left: 22.5px;
		display: block;
		position: relative;
		top: 7.5px;
	}

	.z_mobile_xq.active span {
		transform: rotate(180deg);
		top: 0;
	}

	.z_address1 {
		width: 615px;
		margin-top: 40px;
	}

	.z_address1 .title {
		font-size: 26px;
		color: #fff;
		padding-bottom: 20px;
	}

	.z_address1 .form {
		width: 100%;
		float: left;
		display: flex;
		flex-direction: column;
	}

	.z_address1 .form ul {
		width: 100%;
		float: left;
		display: flex;
		flex-direction: column;
	}

	.z_address1 .form ul li {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.z_address1 .form ul li .select {
		width: 100%;
		float: left;
		background: #1a1a1a;
		border-radius: 10px;
		height: 90px;
		position: relative;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.z_address1 .form ul li .select span {
		position: absolute;
		font-size: 24px;
		color: #aeaeae;
		left: 15px;
		top: 12px;
	}

	.z_address1 .form ul li .select select {
		width: 100%;
		height: 100%;
		float: left;
		background: transparent;
		color: #fff;
		border: 0;
		outline: none;
		padding-top: 42.5px;
		font-size: 24px;
	}

	.z_address1 .form ul li .input {
		width: 100%;
		float: left;
		background: #1a1a1a;
		border-radius: 10px;
		height: 90px;
		box-sizing: border-box;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
	}

	.z_address1 .form ul li .input span {
		font-size: 24px;
		color: #aeaeae;
		margin-top: 15px;
	}

	.z_address1 .form ul li .input input {
		width: 100%;
		flex: 1;
		height: 0;
		font-size: 24px;
		color: #fff;
	}

	.z_address1 .form ul li.select1 {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.z_address1 .form ul li.select1 .select {
		width: 100%;
		margin-bottom: 20px;
	}

	.z_address1 .form ul li.select1 .select:last-child {
		margin-bottom: 0;
	}

	.z_address1 .form .anniu {
		width: 100%;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.z_address1 .anniu1 {
		border-bottom: 1px solid #fff;
		padding-bottom: 40px;
		padding-top: 40px;
		display: flex;
		flex-direction: column;
	}

	.z_address1 .anniu1 .mr {
		font-size: 22px;
		color: #fff;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.z_address1 .anniu1 .mr input {
		margin-right: 10px;
	}

	.z_address1 .anniu1 .dj {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 49px;
		background-color: #cccaca;
		color: #141414;
		font-size: 22px;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.z_address1 .anniu1 .fanhui {
		font-size: 24px;
		color: #aeaeae;
	}

	.page {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
		font-size: 22px !important;
	}

	.page .active {
		min-width: 24px;
		padding: 2px 4px;
		text-align: center;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		/* line-height: 32px; */
		font-size: 22px;
		color: #fff;
		/*background: #d09e49;*/
		/* display: inline-block; */
		/* margin-left: 4px;
		margin-top: 5px; */
		border: 1px solid #fff;
		/* box-sizing: border-box; */
		margin: 0 4px;
	}

	.page .total {
		margin: 0 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
		min-width: 24px;
		padding: 2px 4px;
		text-align: center;
		line-height: 32px;
		font-size: 22px;
		color: #000;
		border: 1px solid #fff;
		box-sizing: border-box;
		background: #fff;
		/* display: inline-block; */
		/* margin-top: 5px;
		margin-left: 4px; */
	}

.pager .total{
  padding: 8px 30px;
  font-size: 20px;
}

	.topay{
	    display: flex;
		align-items: center;
		justify-content: center;
		width: 150px;
		height: 62.5px;
		background-color: #cccaca;
		color: #141414;
		font-size: 24px;
		border-radius: 5px;
		font-weight:bold;
	}


	.sbox .sbox_sel{
		width:70%; 
		height:50px; 
		float:left;
		color:#aeaeae;
		font-size:20px;
		line-height:40px;
	}

	.piao{
		position:fixed;
		width:94%;
		z-index:10;
		top:120px;
		left:26%;
	}

	.wxlogin{
		width:80px;
		margin-top:200px;
	}

	.mempage{
		margin-bottom:60px;
	}
	
	.mempage ul.pager{
		display:block;
	}

	.beizhu{
		font-size:30px;
	}

	textarea::-webkit-input-placeholder{
		font-size:22px;
	}

	.lunboBox{
		max-width: 100%;
		width: 100%;
	}

	.z_yinsi .dt .img{
		max-height: 60%;
		overflow-y: auto;
		background: #fff;
		height:900px;
		font-size:26px;
		line-height: 42px;
		padding: 30px;
	}
	.z_yinsi .dt .img h1{
		font-size:32px;
	}


}

@media screen and (max-width: 1030px) {}

@media screen and (max-width: 1500px) and (min-width: 1400px) {}

@media screen and (max-width: 800px) {}
