/* .index {
  position: relative;
  background: #f7f7f7;
  padding: 0 80px;
  overflow: hidden;
  padding-bottom: 24px;
} */
#app {
  background: #f5f5f5;
}
.index {
  /* height:500px; */
  width: 1200px;
  margin: 0 auto;
  position: relative;
  /* background: #f7f7f7; */
  /* padding: 0 80px; */
  overflow: hidden;
  padding-bottom: 24px;
}
.titles {
  /* margin-top: 24px;
  margin-bottom: 22px; */
  padding: 19px 0;
}
.titles .tits {
  /* color: #096dd9; */
  color: #2a7dff;
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
}
.titles .point {
  cursor: pointer;
}
.titles .tits2 {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
}
.conts {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(187, 187, 187, 0.2);
  padding: 20px 20px 0 20px;
  position: relative;
}
.contsTit {
  font-weight: 600;
  font-size: 18px;
}
.contHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 39px;
}
.contHead .titLeft .tit {
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  margin-bottom: 21px;
}
.contHead .titLeft .tit2 {
  color: rgba(16, 16, 16, 1);
  font-size: 14px;
}
.contHead .titRig {
  border-radius: 4px;
  background-color: rgba(9, 109, 217, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  padding: 0 30px;
}
.contHead .titRig a {
  color: rgba(255, 255, 255, 1);
}
.contBot {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin-top: 25px; */
  margin-top: 90px;
}
.contBot .title {
  width: 180px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(16, 16, 16, 1);
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(187, 187, 187, 1);
  cursor: pointer;
}
.botBut {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 159px; */
  margin-top: 120px;
  margin-bottom: 100px;
}
.botBut .greys {
  width: 115px;
  line-height: 40px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(16, 16, 16, 1);
  font-size: 15px;
  text-align: center;
  border: 1px solid rgba(187, 187, 187, 1);
  margin-right: 38px;
  cursor: pointer;
}
.botBut .next {
  width: 115px;
  line-height: 40px;
  border-radius: 4px;
  background-color: rgba(9, 109, 217, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
/* .titles {
  margin-top: 24px;
  margin-bottom: 22px;
}
.titles .tits {
  color: #096dd9;
} */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
