.containter-top {
  width: 100%;
  height: 7317px;
  background: url(../img/back_zjbk.jpg?v=20250106) no-repeat;
  background-size: 100% 100%;
}
.containter-top .w {
  padding: 8px 0 0 10px;
}
.logo {
  width: 198px;
  height: 62px;
  background: url(../img/zj_logo.png) no-repeat;
  background-size: 100% 100%;
}
.banner {
  width: 800px;
  height: 372px;
  /* background: url(../img/banner.png) no-repeat;
  background-size: 100% 100%; */
  margin: 0 auto;
  margin-top: 102px;
}
.container-mk1 {
  width: 100%;
  height: 875px;
  background-color: #ffffff;
  box-shadow: 0px 3px 49px 0px rgba(151, 85, 84, 0.2);

  margin-top: 170px;
  padding-top: 65px;
}
.tit {
  margin: 0 auto;
}
.container-mk1 .tit {
  width: 797px;
  height: 42px;
  background: url(../img/tit01.png) no-repeat;
  background-size: 100% 100%;

  margin-bottom: 96px;
}
.container-mk1-banner {
  width: 976px;
  height: 597px;
  background: url(../img/mk1.png?v=20240109) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.container-mk2 {
  margin-top: 140px;
}
.container-mk2 .tit {
  width: 797px;
  height: 44px;
  background: url(../img/tit02.png) no-repeat;
  background-size: 100% 100%;
}
.containner-mk3 ul {
  width: 724px;
  margin: 0 auto;
  margin-top: 47px;
}
.containner-mk3 li {
  width: 343px;
  height: 320px;
  background-color: #ffffff;
  float: left;
  text-align: center;
  margin-bottom: 53px;
}
.containner-mk3 li img {
  margin-top: -20px;
}
.containner-mk3 li:nth-of-type(2n) {
  margin-left: 36px;
}
.containner-mk3 li div {
  font-size: 25px;
  color: #000;
  line-height: 32px;
  margin-top: 20px;
}
.containner-mk3 li p {
  width: 248px;
  height: 53px;
  background-color: #ff9c00;
  border-radius: 26px;
  line-height: 53px;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  margin: 0 auto;
  margin-top: 26px;
}
.containner-mk4 {
  margin-top: 160px;
}
.containner-mk4 .tit {
  width: 797px;
  height: 42px;
  background: url(../img/tit03.png) no-repeat;
  background-size: 100% 100%;
}
.containner-mk4-banner {
  width: 884px;
  height: 1000px;
  background: url(../img/mk4.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 70px;
}
.containner-mk5 {
  margin-top: 80px;
}
.containner-mk5 .tit {
  width: 797px;
  height: 42px;
  background: url(../img/tit04.png) no-repeat;
  background-size: 100% 100%;
}
.containner-mk5-banner {
  width: 1018px;
  height: 403px;
  background: url(../img/mk5.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 60px;
}
.containner-mk6 {
  margin-top: 80px;
}
.containner-mk6 .tit {
  width: 797px;
  height: 43px;
  background: url(../img/tit05.png) no-repeat;
  background-size: 100% 100%;
}
.containner-mk6-form {
  width: 1082px;
  height: 687px;
  background: url(../img/form_con.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.foot {
  width: 100%;
  height: 100px;
  color: #333333;
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  margin-top: 60px;
}
.foot > p {
  line-height: 30px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.modal {
  display: none;
  width: 510px;
  height: 590px;
  background: url(../img/form.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-255px, -295px);
  z-index: 2;
  padding-top: 74px;
  padding-left: 28px;
}
.form-tit {
  font-size: 19px;
  color: #000000;
}
.input {
  width: 425px;
  height: 45px;
  margin-bottom: 20px;
}
.pro_input {
  margin: 0 0;
}
.pro_input > p {
  width: 133px;
  height: 100%;
  float: left;
  margin-right: 20px;
}
.modal_body {
  box-sizing: border-box;
  padding-top: 145px;
  padding-left: 78px;
}
.pro_input > p > select {
  width: 140px;
  height: 54px;
  outline: none;
  border: 0;
  font-size: 22px;
  color: #333;
  padding-left: 10px;
}

.input input {
  width: 352px;
  height: 54px;
  border: 0;
  outline: none;
  font-size: 22px;
  color: #333333 !important;
  padding-left: 20px;
}
.input input::-webkit-input-placeholder{
  color: #999 !important;
}
.modal_form_close {
  position: absolute;
  top: 10px;
  right: -73px;
  width: 40px;
  height: 40px;
  background: url(../img/guanbi.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#login_modal .modal_form_close {
  top: 0;
  right: -6px;
}
.phone_code {
  display: inline-block;
  width: 128px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 20px;
  color: #666;
  background-color: #f1f1f1;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
  cursor: pointer;
}
.modal_form_submit {
  width: 335px;
  height: 67px;
  background: url(../img/but.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 68px;
  margin-left: -6px;
  cursor: pointer;
}
.success {
  display: none;
  width: 509px;
  height: 724px;
  background: url(../img/bg_zjbk.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  box-sizing: border-box;
  padding-top: 322px;
  text-align: center;
}
#success_close{
    width: 40px;
    height: 40px;
    top: 750px;
    right: 50%;
    transform: translate(50%);
    background: url(../img/success_model_close.png) no-repeat;
    background-size: 100% 100%;
}
/* .success img {
  width: 229px;
  height: 229px;
  margin-left: -1px;
} */
.pinTuan {
  display: none;
  width: 561px;
  height: 590px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-280px, -245px);
  background: url(../img/jinqun.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  text-align: center;
  padding-top: 276px;
}
.pinTuan img {
  width: 264px;
  height: 265px;
  margin-left: -9px;
}
.pinTuan .modal_form_close {
  top: 0px;
  right: 20px;
  background: url(../img/jinqun_close.png) no-repeat;
  background-size: 100% 100%;
  width: 52px;
  height: 52px;
}
.containner-mk7 {
  margin-top: 154px;
}
.containner-mk7 .tit {
  width: 731px;
  height: 42px;
  background: url(../img/tit06.png) no-repeat;
  background-size: 100% 100%;
}
.containner-mk7-table{
    width: 896px;
    margin: 0 auto;
    margin-top: 50px;
}
.tftable {
  font-size: 12px;
  color: #333333;
  width: 100%;
  border-width: 1px;
  border-color: #000;
  border-collapse: collapse;
}
.tftable th {
    height: 60px;
  font-size: 30px;
  background-color: #1dab7f;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #000;
  color: #ffffff;
  text-align: center;
}

.tftable td {
    height: 60px;
    font-size: 28px;
  border-width: 1px;
  padding: 8px;
  padding-left: 20px;
  border-style: solid;
  border-color: #000;
}
.tftable tr td:nth-of-type(2n){
    text-align: center;
}
.tftable td div{
    width: 188px;
	height: 49px;
    line-height: 49px;
	background-color: #d2d2d2;
	border-radius: 20px;
    color: #424242;
    margin: 0 auto;
    cursor: pointer;
}
.tftable td div:hover{
    background-color: #ff9c00;
	box-shadow: 0px 1px 1px 0px 
		rgba(139, 58, 1, 0.5);
	border-radius: 20px;
	border: solid 1px #fff600;
    color: #ffffff;
}
.containner-mk8{
    margin-top: 100px;
}
.containner-mk8 .tit{
    width: 742px;
    height: 43px;
    background: url(../img/tit07.png) no-repeat;
    background-size: 100% 100%;
}
.containner-mk8-ma{
    width: 834px;
    height: 504px;
    background: url(../img/mk8.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}
.left{
    position: absolute;
    top: 151px;
    left: 103px;
    width: 185px;
    height: 184px;
    background: url(https://image.zhaojiao.net/wechat/fuwu.png) no-repeat;
    background-size: 100% 100%;
}
.right{
    position: absolute;
    top: 161px;
    right: 120px;
    width: 160px;
    height: 160px;
    background: url(../img/zjxzs.png) no-repeat;
    background-size: 100% 100%;
}
.modal_con_page{
	width:440px;
	height:403px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.success_pageL{
	width: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.success_slide{
	width:5px;
	height:400px;
	background-image:linear-gradient(#88d7c5,#f9fdfc)
}
.success_pageL>div:nth-child(1){
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.success_pageL>div>P{
	font-size: 20px;
	text-align: center;
  line-height: 1.5;
}
.success_pageL>div>P>span{
	color: red;
}
.success_code_left{
	width: 210px;
	height: 209px;
}
.success_code_left>img{
	width: 210px;
	height: 209px;
}
.containner-mk6-con{
  width: 1082px;
  height: 1052px;
  background: #ffffff;
  border-radius: 10px;
  margin: 40px auto 0;
  position: relative;
  box-sizing: border-box;
  padding-top: 400px;
}
.containner-mk6-top{
  position: absolute;
  top:0;
  left:0;
  width: 1082px;
  height: 427px;
  background: url(../img/bg_zjbk_top.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 123px;
}
.containner-mk6-code{
  width: 265px;
  height: 265px;
  background: url(../img/bg_zjbk_code.png) no-repeat;
  background-size: 100% 100%;
  margin:0 auto;
  transform: translate(-15px);
}
