.introduce{
  height: 251px;
  background: url(../images/vip_bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .introduce{
    height: 150px;
  }
}

.jurisdiction{
  margin-top: 96px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .jurisdiction{
    margin-top: 40px;
  }
}
.jurisdiction ul{
  width: 89.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jurisdiction ul li {
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) and (max-width: 1920px) {
  .jurisdiction ul li {
    width: calc(25% - 3.6%);
  }
}
@media screen and (max-width: 1024px) {
  .jurisdiction ul li {
    width: calc(50% - 3.6%);
    margin-top: 20px;
  }
}
/* .jurisdiction ul li{
  margin-right: 3.6%;
} */
.jurisdiction ul li h2{
  color: #6694f3;
  margin-bottom: 14px;
}
.jurisdiction ul li p{
  line-height: 31px;
  color: #333;
}

.opening{
  display: flex;
  justify-content: center;
  margin-top: 61px;
}
.opening button{
  width: 26.2%;
  height: 70px;
  border: none;
  background: #f8b90e;
  border-radius: 5px;
}
.opening button a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #Fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opening button img{
  margin-right: 18px;
}

.table{
  text-align: center;
  overflow: hidden;
  margin-bottom: 48px;
}
.table h2{
  color: #6493f3;
  line-height: 94px;
  font-weight: 600;
}
.table table{
  width: 87.9%;
  margin: 0 auto;
}
.table table th{
  text-align: center;
  background: #f8b90e;
}
.table table tr:not(:nth-child(1)){
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.table table tr:nth-last-child(1){
  border-bottom: 1px solid #dcdcdc;
}
.table table tr:not(:nth-child(1)):hover{
  background: #fffdf6;
}
.table table button:hover {
  background: #6493f3;
  color: #fff;
}
.table table button{
  width: 48.4%;
  height: 41px;
  border: 1px solid #6493f3;
  color: #6493f3;
  background: rgba(0,0,0,0);
}
th,td{
  width: 25%;
  height: 59px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .opening button{
    width: 50%;
  }
  th, td{
    width: auto;
  }
  .jurisdiction ul li p{
    line-height: 1.5;
  }
  .opening{
    margin-top: 25px;
  }
  .table h2{
    line-height: 70px;
  }
  .opening button{
    height: 50px;
  }
  .opening button img{
    width: 35px;
  }
  .table table button{
    width: 90%;
  }
  .introduce .m{
    padding: 0 5px;
  }
}