.z_head {
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  z-index: 8;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 55px;
}


.z_head .nav {
  display: flex;
  align-items: center;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.z_head .nav:hover {
  opacity: 1;
}
.z_head .nav h2 {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
}
.z_head .nav span {
  width: 20px;
  height: 2px;
  position: relative;
  background: #fff;
  display: block;
}
.z_head .nav span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -6px;
}
.z_head .nav span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.z_head .logo {
  display: flex;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  position: absolute;
  width: 45px;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}
.z_head .logo.active {
  opacity: 1;
}
.z_head .logo img {
  max-height: 60px;
}
.z_head .login {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.z_head .login a {
  display: flex;
  padding: 10px 11px;
  opacity: 1;
  cursor: pointer;
}
.z_head .login a:hover {
  opacity: 1;
}
.z_head .login a img {
  width: 17px;
}
.z_index {
  width: 100%;
  float: left;
  margin-top: 80px;
  min-height:900px;
}
.z_banner {
  width: 100%;
  float: left;
}
.z_banner img {
  width: 100%;
}
.z_nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  overflow: auto;
  background: #000 url("/public/home/images/20230215.jpg") no-repeat;
  background-size: 100% auto;
}
.z_nav::-webkit-scrollbar{display:none;}
.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;
}
.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;
}
.z_nav .z_max ul li {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}
.z_nav .z_max ul li ul{
    padding-left: 20px;
    padding-top: 30px;
}
.z_nav .z_max ul li ul li ul{}
.z_nav .z_max ul li a {
  font-size: 32px;
  color: #bcbcbc;
  /* opacity: 0.7; */
  padding: 3px 10px;
  cursor: pointer;
  letter-spacing:2px;
}
.z_nav .z_max ul li:hover a {
  opacity: 1;
  /* text-decoration: underline; */
}

.sbox{
	width:100%; 
	float:left;
	color:#aeaeae;
	font-size:20px;
	line-height:40px;
	margin:55px 0 20px 0;
}

.sbox .sbox_sel{
	width:80%; 
	height:50px; 
	float:left;
	color:#aeaeae;
	font-size:20px;
	line-height:40px;
}

.sbox .sbox_sel select{
	padding:5px 30px;
	font-size:20px;
	margin:0 auto;
	background:none;
	color:#aeaeae;
	border:1px #FFF solid;
	border-radius:50px;
	margin-right:30px;

	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    border-image: initial;
	appearance: none;
	background: #000 url(/public/home/images/select2.png) no-repeat right center;
}

.sbox .sbox_sel select option{
	margin:10px 0;
	line-height:50px;
	padding:20px;
}

.ordertype{
	float:right;
	color:#aeaeae;
	line-height:50px; 
	text-align:right;
}
.ordertype span img{
	width:12px;
	height:12px;
	margin: 0 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ordertype span.active img{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

	.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: 0 0 55px 0;
  display: flex;
  flex-flow: wrap;
}

.mt55{
	margin-top:55px;
}
.z_pp li {
  width: calc(25.58% - 30px);
  margin-right: 30px;
  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;
}
.z_pp li a .img {
  width: 100%;
  height: 267px;
  margin-bottom: 15px;
}
.z_pp li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z_pp li a .img .zhezhaotu {
  display:none;
}
.z_pp li a h2 {
  font-size: 22px;
  color: #aeaeae;
  /* opacity: 0.7; */
  text-align: center;
  line-height:34px;
}
.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: 10px;
}
.z_foot ul li {
  padding: 10px 15px;
}
.z_foot ul li a {
  font-size: 15px;
  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: #aeaeae;
  font-size: 18px;
  line-height: 2;
  box-sizing: border-box;
  padding: 55px;
  padding-bottom: 0;
  text-align: justify;
}
.z_aa .title{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
.z_aa .font{}
.z_aa h2{
    font-size: 24px;
}


.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;
}
.z_show .left{
  width: 33.33333%;
  display: flex;
  flex-direction: column;
}
.z_show .left h2{
  color: #757575;
  font-size: 36px;
  margin-bottom: 10px;
}
.z_show .left h3{
  font-size: 18px;
  color: #b9b5b5;
  margin-bottom: 40px;
}
.z_show .left .font{
  font-size: 18px;
  color: #fff; 
  line-height: 2;
}
.z_show .left .font .bsb1, .z_show .right .bsb1{
	position: relative;
	left:0px;
	top:0;
}
.z_show .left .font .bsb12, .z_show .right .bsb12{
	position: absolute;
	left:0px;
	top:0;
	width:100%;
	height:100%;
    box-shadow: 0px 0px 70px 50px #000 inset;
}

.z_show .left .form{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.z_show .left .form .input{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.z_show .left .form .input font{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 2;
}
.z_show .left .form .input select{
  height: 45px;
  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: 45px;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  line-height:45px;
  background:#000;
	width:350px;
	margin:0 auto;
	border-radius:0;
	border:2px #FFF solid;
}
.gouwuche span{
	width:200px;
	height:40px;
	padding-left:20px;
	background:url("/public/home/images/carbg24.png") no-repeat;
	background-size:16px 16px;
}
.z_show .right{
  width: 0;
  box-sizing: border-box;
  padding-left: 30px;
  flex: 1;
}
.z_back{
  clear: both;
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
.z_back a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.z_show1{
  width: 100%;
  font-size: 18px;
  color: #aeaeae;
  line-height: 2;
  min-height: 100vh;
}
.z_show1 h2{
  margin-bottom: 55px;
  text-align: center;
  font-size: 26px;
  /* font-weight: bold; */
  color: #fff;
}
.z_show1 h3{
  text-align: center;
  margin-top: -40px;
  margin-bottom: 30px;
  /* opacity: 0.7; */
  color: #fff;
  }
.z_show1 .font{}
.z_show1 .font a{
	color: #aeaeae; 
	cursor: pointer;
}
.z_show1 .font a span{
	color: #F00; 
	font-size:22px;
	
}

.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;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.z_con .title span{
    position: relative;
    font-weight: normal;
    font-size: 20px;
    color: #aeaeae;
    top: 30px;
}
.z_con .title a{
    position: relative;
    font-weight: normal;
    font-size: 20px;
    color: #aeaeae;
    top: 30px;
}
.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: 20px;
}
.z_con .ul .li.wushi{
  width: calc(50% - 7.5px);
}
.z_con .ul .li font{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.z_con .ul .li .wz{
  color: #fff;
  width: 100%;
  font-size: 14px;
  height: 40px;
  border: 1px solid #fff;
  padding: 0 18px;
}
.z_con .ul .li.last{align-items: center;}
.z_con .ul .li.last a{
    font-size: 15px;
}
.z_con .ul .li .dj{
  width: 78px;
  height: 37px;
  background-color: #cccaca;
  color: #141414;
  font-size: 13px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 35px 0;
}
.z_con .ul .li textarea{
  width: 100%;
  font-size: 14px;
  height: 200px;
  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; */
  padding-top: 40px;
}
.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: 16px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 15px;
  text-decoration: underline;
}
.z_car .anniu{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 49px;
  background-color: #cccaca;
  color: #141414;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 11px;
}

.z_nn{
  width: 100%;
  margin-bottom: 55px;
}
.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: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.z_nn li a .left{
  width: 286px;
  height: 180px;
}
.z_nn li a .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z_nn li a .center{
  flex: 1;
  width: 0;
  margin-left: 60px;
  margin-right: 40px;
}
.z_nn li a .center h2{
	font-size: 24px;
	color: #fff;
	/* font-weight: bold; */
	white-space: nowrap;
	overflow: hidden;
	/*
	text-overflow: ellipsis;
	*/
	margin-bottom: 20px;
	margin-top: 20px;
	line-height:40px;
}
.z_nn li a .center font{
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  color: #c8c6c6;
}
.z_nn li a .right{
  padding-left: 40px;
  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: 16px;
  color: #fff;
}
.z_nn li a .right h2 span{
  font-size: 38px;
  margin-bottom: 5px;
}

.z_con1{
    width: 100%;
    padding-top: 55px;
    font-size: 18px;
    color: #aeaeae;
    line-height: 2;
}
.z_con1 h2{
    font-size: 24px;
}
.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: -82px;
    display: none;
}
.z_con2 a .wx img{
    width: 100px;
    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: 14px;
    color: #fff;
    position: absolute;
    left: -20px;
    bottom: 75px;
}
.z_con2 a .redbook img{
    max-width: initial;
    width: 100px;
    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;
}
.z_car1 font:first-child{
    margin-left: 0;
    text-align: left;
    flex: 1;
    width: 0;
}
.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;
}
.z_car2 li .font:nth-child(1){
    flex: 1;
    width: 0;
}
.z_car2 li .font:nth-child(2){
    width: 100px;
    justify-content: center;
}
.z_car2 li .font:nth-child(3){
    width: 307px;
    margin-left: 135px;
    justify-content: space-between;
}
.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{
    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: 60%;
    box-sizing: border-box;
    border-right: 1px solid #aeaeae;
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}
.z_jiesuan .left .title{
    font-size: 18px;
    color: #fff;
    border-bottom: 1px 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: 60px;
    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: 15px;
    top: 12px;
}
.z_jiesuan .left .form ul li .select select{
    width: 100%;
    height: 100%;
    float: left;
    background: transparent;
    color: #fff;
    border: 0;
    outline: none;
    padding-top: 20px;
    font-size: 18px;
}
.z_jiesuan .left .form ul li .input{
    width: 100%;
    float: left;
    background: #1a1a1a;
    border-radius: 10px;
    height: 60px;
    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: 15px;
}
.z_jiesuan .left .form ul li .input input{
    width: 100%;
    flex: 1;
    height: 0;
    font-size: 18px;
    color: #fff;
}
.z_jiesuan .left .form ul li.select1{
    display: flex;
    justify-content: space-between;
}
.z_jiesuan .left .form ul li.select1 .select{
    width: calc(33.3% - 10px);
}
.z_jiesuan .left .form .anniu{
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.z_jiesuan .left .form .anniu a{
    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: 90px;
    height: 45px;
}

.z_zhifu{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.z_zhifu a{
    margin: 0 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;
}
.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;
}
.z_center .left{
    width: 55%;
    margin-right: 150px;
    display: flex;
    flex-direction: column;
}
.z_center .left .h1{
    font-size: 20px;
    color: #cccaca;
    font-weight: bold;
    margin-bottom: 20px;
}
.z_center .left .title{
    font-size: 16px;
    color: #cccaca;
    padding-bottom: 10px;
    margin-bottom: 20px;
    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: -6%;
}
.z_center .left span:last-child{
    width: 11%;
    flex: initial;
    margin-left: 10%;
}
.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: 20px;
    padding-bottom: 20px;
}
.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: 20px;
    color: #fff;
    font-weight: bold;
}
.z_center .right .h2{
    font-size: 16px;
    color: #aeaeae;
    margin: 20px 0;
    line-height: 1.5;
}
.z_center .right a{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    background: #cccaca;
    width: 115px;
    height: 46px;
    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: 20px;
    color: #cccaca;
    font-weight: bold;
    margin-bottom: 20px;
}
.z_address .h2{
    font-size: 16px;
    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: 20px;
    color: #fff;
    position: relative;
    margin-top: -20px;
    top: 20px;
}
.z_ord2{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}
.z_ord2 .h1{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.z_ord2 .h2{
    font-size: 16px;
    color: #aeaeae;
    line-height: 2;
    margin-bottom: 60px;
}

.z_con3{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    color: #aeaeae;
    margin-top: 100px;
}
.z_con3 li{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.z_con3 li h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.z_con3 li .img{
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.z_con3 li .img img{
    width: 100px;
    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: 460px;
    box-sizing: border-box;
    border: 1px solid #aeaeae;
    z-index: 9;
    left: auto;
    right: 2px;
    margin: 0 auto;
    top: 3px;
    background: #000;
    padding: 20px 30px;
    display: none;
    flex-direction: column;
    font-size: 14px;
    align-items: center;
}
.z_gwctc.active{display:flex;}
.z_gwctc h2{
    font-size: 16px;
    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: 54px;
    right: 30px;
    top: 0px;
    transform: rotate(45deg);
}
.z_gwctc  .z_close{
  cursor: pointer;
}
.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: 140px;
    height: 44px;
    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: 16px;
    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{
      color: #fff;
      border-radius: 25px;
      font-size: 14px;
      background: #888;
      /* height: calc(100% - 15px); */
      margin-right: 13px;
      width: 75px;
      display: none;
      margin-left: 10px;
      padding: 3px;
      height: 30px;
      border-radius: 15px;
}
.z_sea .sea{
        box-sizing: border-box;
        border: 1px solid #fff;
        width: 300px;
        border-radius: 28px;
        height: 56px;
        display: flex;
        align-items: center;
}

.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: 600px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.z_tanchu .maxwidth400{
		width:400px;
	}
.z_tanchu .dt .img{
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
}
.z_tanchu .dt img.close{
    width: 60px;
    margin-bottom: 20px;
    cursor: pointer;
}



.z_address1{
    width: 615px;
    margin-top: 40px;
}
.z_address1 .title{
  font-size: 18px;
  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: 60px;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.z_address1 .form ul li .select span{
  position: absolute;
  font-size: 12px;
  color: #aeaeae;
  left: 15px;
  top: 12px;
}
.z_address1 .form ul li .select select{
  width: 100%;
  height: 100%;
  float: left;
  background: #1a1a1a;
  color: #fff;
  border: 0;
  outline: none;
  padding-top: 20px;
  font-size: 18px;
}
.z_address1 .form ul li .input{
  width: 100%;
  float: left;
  background: #1a1a1a;
  border-radius: 10px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.z_address1 .form ul li .input span{
  font-size: 12px;
  color: #aeaeae;
  margin-top: 15px;
}
.z_address1 .form ul li .input input{
  width: 100%;
  flex: 1;
  height: 0;
  font-size: 18px;
  color: #fff;
}
.z_address1 .form ul li.select1{
  display: flex;
  justify-content: space-between;
}
.z_address1 .form ul li.select1 .select{
  width: calc(33.3% - 10px);
}
.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: 16px;
    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: 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.z_address1 .anniu1 .fanhui{
    font-size: 16px;
    color: #aeaeae;
}
.paybox .fan{
	position: absolute; 
	left:220px; 
	top:550px; 
	font-size:26px; 
	color:#aeaeae;
}
.page, .pager{
  width:100%;
  text-align: center;
  font-size: 16px !important;
}
.pager span.active{
	display:none;
}
.page .active{
  min-width:20px;
  padding: 5px 10px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  /*background: #d09e49;*/
  display: inline-block;
  margin-left: 4px;
  margin-top: 5px;
  border: 1px solid #fff;
}

.page .total{
  min-width:20px;
  padding: 5px 10px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  display: inline-block;
  margin-top: 5px;
  margin-left: 4px;
}

.pager .total{
  min-width:30px;
  padding: 5px 30px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #aeaeae;
  border: 2px solid #aeaeae;
  background: #000;
  display: inline-block;
  margin: 5px 10px;
  font-weight:bold;
}

	.mempage{
		margin-bottom:60px;
	}
.mempage ul.pager{
	display:block;
}

	.topay{
	    display: flex;
		align-items: center;
		justify-content: center;
		width: 150px;
		height: 62.5px;
		background-color: #cccaca;
		color: #141414;
		font-size: 18px;
		border-radius: 5px;
		font-weight:bold;
	}

.mengban{
	display:none; 
	position: fixed; 
	width:100%; 
	height:100%; 
	left:0px; 
	top:0px;
}

.zhe{
	position: absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	background:#000; 
	opacity:0.8;
}
.paybox{
	position: absolute; 
	width:500px; 
	left:50%; 
	height:500px; 
	top:50%; 
	margin:-250px 0 0 -250px; 
	background:#000; 
	border:1px #aeaeae solid; 
	border-radius:20px;
	font-size:34px; 
}
.paybox_title{
	position: absolute; 
	left:20px; 
	top:30px; 
	width:460px; 
	height:60px; 
	font-size:34px; 
	color:#aeaeae; 
	text-align:center; 
	border-bottom:1px #aeaeae solid;
}
.paybox_type{
	position: absolute; 
	width:400px; 
	height:300px; 
	left:50px; 
	top:150px; 
	text-align:center;
}
.wxlogin{
	width:60px;
	margin-top:200px;
}


.bind_mail{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 49px;
	font-weight:bold;
    background-color: #cccaca;
    color: #141414;
    font-size: 22px;
    border-radius: 5px;
    margin: 50px;
}

.paytype{
	margin:0px 0 50px 0;
}

.dpn{
	display:none; 
}

.beizhu{
	height:150px; 
	color:#FFF; 
	font-size:18px;
	padding:10px; 
	border:1px #aeaeae solid; 
	width:100%;
}

textarea::-webkit-input-placeholder{
	color:#aeaeae;
	font-size:18px;
}

.lunboBox{
		max-width: 580px;
		width: 100%;
	}
	.swiper {
		width: 100%;
		height: 100%;
	}

	.swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.yinsi{
	display:block; 
	font-size:16px; 
	color:#FFF; 
	line-height:20px;
}

.yinsi span{
	padding:0 10px;
}

.yinsi .yinsi-inp{
	width:16px; 
	height:16px; 
	margin-left:5px;
}

.z_yinsi{
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.z_yinsi .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_yinsi .dt .img{
    max-height: 50%;
    overflow-y: auto;
    background: #fff;
	height:500px;
	font-size:16px;
	line-height: 32px;
    padding: 50px;
}
.z_yinsi .dt .img h1{
	font-size:22px;
	font-weight:bold;
}
.z_yinsi .dt img.close{
    width: 60px;
    margin-bottom: 20px;
    cursor: pointer;
}





