.containter-top {
  width: 100%;
  height: 7417px;
  background: url(../img/back.png?v=20221221) no-repeat;
  background-size: 100% 100%;
}
.containter-top .w {
  padding: 8px 0 0 10px;
}
.logo {
  width: 213px;
  height: 58px;
  background: url(../img/gw_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: 180px;
  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) 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: 186px;
}
.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: 150px;
}
.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: 140px;
}
.containner-mk6 .tit {
  width: 797px;
  height: 43px;
  background: url(../img/tit05.png) no-repeat;
  background-size: 100% 100%;
}
.containner-mk6-form {
  width: 1082px;
  height: 637px;
  background: url(../img/form.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 70px;
}
.foot {
  width: 100%;
  height: 100px;
  color: #333333;
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  margin-top: 190px;
}
.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 {
  padding-top: 52px;
  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: #333333 !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: 471px;
  height: 548px;
  background: url(../img/sucess.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-235px, -274px);
  z-index: 2;
  padding-top: 188px;
  text-align: center;
}
#success_close{
    width: 39px;
    height: 39px;
    top: 560px;
    right: 214px;
    background: url(../img/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: 160px;
}
.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(../img/u38.png) no-repeat;
    background-size: 100% 100%;
}
.right{
    position: absolute;
    top: 153px;
    right: 104px;
    width: 184px;
    height: 184px;
    background: url(../img/u13.png) no-repeat;
    background-size: 100% 100%;
}
