.w {
  width: 930px;
  position: relative;
  margin: 0 auto;
}
.f {
  width: 844px;
  position: relative;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 60px;
  background-color: #A0C4E8;
  position: relative;
  z-index: 9;
}
.header img {
  width: 149px;
  height: 122px;
  box-shadow: -1px 8px 48px 3px rgba(5, 14, 54, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 8px 8px;
}
.center {
  width: 100%;
  position: relative;
}
.center img {
  width: 100%;
}
.center .aBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.center .nav {
  position: absolute;
  right: 0;
  top: 36.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.center .nav .item {
  position: relative;
  margin-right: 40px;
  cursor: pointer;
}
.center .nav .item:hover .list {
  display: block;
}
.center .nav .item .name {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.center .nav .item .name.active {
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
}
.center .nav .item .name:hover {
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
}
.center .nav .item:last-child {
  margin-right: 0;
}
.center .nav .list {
  display: none;
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(219, 231, 244, 0.25);
  border-radius: 0 0 15px 15px;
  text-align: center;
  padding: 15px 0;
  border-top: 2px solid #FFFFFF;
  top: 30px;
  z-index: 9;
}
.center .nav .list .li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.center .nav .list .li:last-child {
  margin-bottom: 0;
}
.center .nav .list .li:hover,
.center .nav .list .li.active {
  color: #A0C4E8;
}
.box {
  text-align: center;
}
.box .title {
  font-size: 24px;
  color: #677897;
  margin-top: 114px;
  margin-bottom: 29px;
  font-weight: bold;
  letter-spacing: 10px;
}
.box .desc {
  font-size: 15px;
  color: #677897;
  line-height: 24px;
}
.box .searchInput {
  width: 586px;
  height: 66px;
  background: linear-gradient(to right, #10279A, #02E1F6);
  border-radius: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 44px;
}
.box .searchInput input {
  width: 582px;
  height: 62px;
  background: #FFFFFF;
  border: none;
  border-radius: 62px;
  font-size: 15px;
  text-align: center;
}
.box .searchInput input::-webkit-input-placeholder {
  color: #677897;
  letter-spacing: 15px;
}
.box .searchInput input:-moz-placeholder {
  color: #677897;
  letter-spacing: 15px;
}
.box .searchInput input::-moz-placeholder {
  color: #677897;
  letter-spacing: 15px;
}
.box .searchInput input:-ms-input-placeholder {
  color: #677897;
  letter-spacing: 15px;
}
.box .btn {
  width: 275px;
  height: 63px;
  background: linear-gradient(to right, #10279A, #02E1F6);
  border-radius: 32px;
  text-align: center;
  line-height: 63px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 10px;
  margin-bottom: 156px;
}
.footer {
  background-color: #050E36;
}
.footer .f {
  display: flex;
  justify-content: space-between;
}
.footer .left {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 60px;
}
.footer .left .code {
  display: flex;
  margin-top: 70px;
  margin-bottom: 55px;
}
.footer .left .code .item {
  margin-right: 45px;
}
.footer .left .code .item img {
  width: 78px;
  height: 78px;
  display: block;
}
.footer .left .code .item .name {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 13px;
  line-height: 12px;
}
.footer .right {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 60px;
}
.footer .right .item {
  text-align: center;
  margin-right: 30px;
}
.footer .right .item .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer .right .item .val {
  font-size: 12px;
  margin-bottom: 15px;
}
.footer .right .item:first-child {
  margin-right: 18px;
}
.footer .right .item:last-child {
  margin-right: 0;
}
.qList {
  width: 840px;
  margin: 0 auto;
  margin-top: 80px;
}
.qList .item {
  margin-bottom: 60px;
}
.qList .item:last-child {
  margin-bottom: 80px;
}
.qList .item .btn {
  width: 131.5px;
  height: 30px;
  background: #677897;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto;
  margin-top: 15px;
}
.qList .item .btn:hover {
  background: linear-gradient(to right, #10279A, #02E1F6);
}
.qList .item .con {
  background: linear-gradient(to right, #10279A, #02E1F6);
  border-radius: 7.5px;
}
.qList .item .con .top,
.qList .item .con .bottom {
  display: flex;
}
.qList .item .con .top {
  border-bottom: 4.5px solid #fff;
}
.qList .item .con .top .val {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  width: 354px;
  text-align: center;
  border-right: 4.5px solid #fff;
}
.qList .item .con .top .val:first-child {
  width: 164px;
}
.qList .item .con .top .val:last-child {
  width: 311.5px;
  border-right: none;
}
.qList .item .con .bottom .val {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  width: 311.5px;
  text-align: center;
}
.qList .item .con .bottom .val:first-child {
  width: 522.5px;
  border-right: 4.5px solid #fff;
}
.qDetail {
  text-align: center;
}
.qDetail .title {
  font-size: 24px;
  font-weight: 800;
  color: #677897;
  letter-spacing: 8px;
  margin-top: 59px;
}
.qDetail .desc {
  font-size: 15px;
  display: flex;
  line-height: 24px;
  color: #677897;
  justify-content: center;
}
.qDetail .desc:first-child {
  margin-top: 29px;
}
.qDetail .desc p:first-child {
  margin-right: 10px;
}
.qDetail .qMsg {
  margin: 0 auto;
  margin-top: 29px;
  width: 900px;
  border-radius: 7.5px;
  background: linear-gradient(to right, #10279A, #02E1F6);
  padding-bottom: 60px;
}
.qDetail .qMsg .mTitle {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 15px;
  padding-top: 60px;
}
.qDetail .qMsg .mBox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
}
.qDetail .qMsg .mBox .qVal {
  margin-right: 25px;
}
.qDetail .qMsg .mBox .qVal:last-child {
  margin-right: 0;
}
.qDetail .qMsg .mTable {
  margin: 0 auto;
  margin-top: 30px;
  width: 840px;
}
.qDetail .qMsg .mTable .item {
  display: flex;
  margin-bottom: 15px;
}
.qDetail .qMsg .mTable .item:first-child {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.qDetail .qMsg .mTable .item:last-child {
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  margin-bottom: 0;
}
.qDetail .qMsg .mTable .item .val {
  background-color: #fff;
  line-height: 30px;
  color: #677897;
  font-size: 15px;
  margin-right: 1px;
}
.qDetail .qMsg .mTable .item .val:nth-child(1) {
  width: 164px;
}
.qDetail .qMsg .mTable .item .val:nth-child(2) {
  width: 219px;
}
.qDetail .qMsg .mTable .item .val:nth-child(3) {
  width: 140px;
}
.qDetail .qMsg .mTable .item .val:nth-child(4) {
  width: 174px;
}
.qDetail .qMsg .mTable .item .val:nth-child(5) {
  width: 143px;
  margin-right: none;
}
.rule {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 118px;
}
.rule .title {
  font-size: 24px;
  font-weight: 800;
  color: #677897;
  letter-spacing: 8px;
  margin-top: 59px;
  text-align: center;
}
.rule .rMsg {
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
  font-size: 15px;
  color: #677897;
  line-height: 24px;
}
.rule .rMsg .name {
  font-weight: bold;
}
