.header {
  background: #030f2d !important;

  margin-bottom: 0 !important;
}

.header-phone {
  background: #030f2d;
}

.ex_message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 10;
  min-width: 250px;
  text-align: center;
  padding: 15px 0;
  display: none;
}
.banner {
  background: url(../images/banner2.png) no-repeat center;
  background-size: cover;
}

.banner .container {
  position: relative;
  padding: 80px 0;
}

.banner .container .main {
  padding: 0 10px;
}

.banner .container .main .title {
  font-size: 80px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.banner .container .main .twoTitle {
  font-size: 80px;
  color: #8553fb;
  font-weight: bold;
}

.banner .container .main .currency {
  background: url(../images/bgc.png) no-repeat left center;
  padding: 10px;
  font-size: 24px;
  color: #ffffff;
  padding-left: 25px;
  margin-top: 1%;
}

.banner .container .main .list {
  margin-top: 3%;
}

.banner .container .main .list .li {
  font-size: 22px;
  color: #333333;
  margin-top: 1%;
}

.banner .container .main .list .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #8553fb;
  margin-right: 10px;
}

.account {
  background-color: #f5f6f7;
  padding: 100px 0;
}

.account .main {
  display: flex;
}

.account .main {
  padding: 0 10px;
}

.account .main .title {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}

.account .main .title span {
  font-size: 40px;
  color: #783dfb;
  font-weight: bold;
}

.account .main ul li {
  display: flex;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}

.account .main ul li .num {
  font-size: 18px;
}

.account .main .hint {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}

.account .main .mainR img {
  width: 80%;
  margin: 0 10%;
}

.business {
  background: url(../images/business.png) no-repeat;
}

.business .title {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.business .title span {
  font-size: 40px;
  color: #783dfb;
  font-weight: bold;
}

.business .main {
  padding: 80px 10px;
}

.business .twoTitle {
  font-size: 26px;
  color: #333333;
  text-align: center;
}

.business ul {
  display: flex;
  flex-wrap: wrap;
}

.business ul li {
  width: 30%;
  margin-right: 5%;
  margin-top: 50px;
}

.business ul li:nth-child(3n) {
  margin-right: 0;
}

.business ul li .liTitle {
  font-size: 22px;
  color: #7042de;
  font-weight: bold;
  margin-bottom: 20px;
}

.business ul li .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}

.pub-form {
  padding: 50px 0 60px;
  background: url("https://bsga.nbxc.com/assets/b641f0af/2024/images/form_bg.jpg") no-repeat center;
  background-size: cover;
}

.pub-form .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pub-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.pub-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.pub-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.pub-form .text01 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

.pub-form .text02 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333333;
}

.pub-form .input {
  display: block;
  width: 650px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  background: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.pub-form .apply-box {
  position: relative;
  width: 650px;
  margin-bottom: 20px;
}

.pub-form .apply-box .input {
  margin-bottom: 0;
}

.pub-form .apply-box .input-list {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px 0;
}

.pub-form .apply-box .input-list li {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  cursor: pointer;
}

.pub-form .apply-box .input-list li:hover {
  background: #0054a7;
  color: #fff;
}

.pub-form .input-box {
  width: 650px;
  height: 54px;
  line-height: 54px;
  display: flex;
  margin-bottom: 20px;
}

.pub-form .input-box .input {
  width: auto;
  margin-right: 12px;
  padding-right: 120px;
}

.pub-form .input-box .other {
  position: relative;
  flex: 1;
  min-width: 0;
}

.pub-form .input-box .other .input {
  width: 100%;
}

.pub-form .input-box .tel {
  width: 320px;
}

.pub-form .input-box .vertify {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pub-form .input-box .vertify img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pub-form .btn {
  width: 176px;
  height: 58px;
  line-height: 58px;
  background: #7042de;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

@media only screen and (max-width: 1040px) {
  form {
    width: 100%;
    margin: 0 auto;
  }

  .banner {
    margin-top: 50px;
  }
  .content {
    flex: 1;
    min-width: 0;
    padding: 0 0.2rem;
  }
  .pub-form {
    padding: 0.5rem 0 0.6rem;
    background-image: url("https://bsga.nbxc.com/assets/b641f0af/2024/images/form_bg_m.jpg");
    background-position: center top;
  }
  .pub-form .wrap {
    padding: 0 0.2rem;
  }
  .pub-form .text01 {
    font-size: 0.5rem;
  }
  .pub-form .text02 {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .pub-form .input {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
  }
  .pub-form .apply-box {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .pub-form .apply-box .input-list {
    padding: 0.2rem 0;
  }
  .pub-form .apply-box .input-list li {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  .pub-form .apply-box .input-list li:hover {
    background: #f2f2f2;
    color: #333;
  }
  .pub-form .input-box {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.3rem;
  }
  .pub-form .input-box .input {
    margin-right: 0.2rem;
    padding-right: 1.2rem;
  }
  .pub-form .input-box .tel {
    width: 50%;
  }
  .pub-form .input-box .vertify {
    width: 1rem;
  }
  .pub-form .btn {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner .container .main .title {
    font-size: 0.8rem;
  }

  .banner .container .main .twoTitle {
    font-size: 0.8rem;
  }

  .banner .container .main .currency {
    font-size: 0.24rem;
    padding: 0.1rem;
    padding-left: 0.25rem;
  }

  .banner .container .main .list .circle {
    width: 0.14rem;
    height: 0.14rem;
  }
  .pub-form .text01 {
    font-size: 0.42rem;
    margin-bottom: 0.05rem;
  }

  .banner .container .main .list .li {
    font-size: 0.22rem;
  }
  .pub-form .text02 {
    font-size: 0.28rem;
  }
  .pub-form .input {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .pub-form .apply-box {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .pub-form .input-box {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .pub-form .btn {
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .account {
    padding: 1rem 0;
  }

  .account .main .title {
    font-size: 0.4rem;
  }

  .account .main .title span {
    font-size: 0.4rem;
  }

  .account .main ul li {
    font-size: 0.18rem;
  }

  .account .main ul li .num {
    font-size: 0.18rem;
  }

  .account .main .hint {
    font-size: 0.14rem;
    color: #666666;
    margin-top: 0.2rem;
  }

  .business .main {
    padding: 0.8rem 0.1rem;
  }

  .business .title {
    font-size: 0.4rem;
  }

  .business .twoTitle {
    font-size: 0.26rem;
  }

  .business ul li .liTitle {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .business .title span {
    font-size: 0.4rem;
  }

  .business ul li .text {
    font-size: 0.18rem;
  }

  .business ul li {
    margin-top: 0.5rem;
  }
}
