@charset "UTF-8";
body {
  padding-top: 76px;
  width: 100%;
  max-width: 1920px;
  min-width: 1440px;
}

/* 导航 */
.nav {
  width: 100%;
  position: fixed;
  height: 76px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}
.nav .container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.nav .container .nav-left {
  float: left;
  width: 30%;
  height: 76px;
  text-align: center;
  display: flex;
  align-items: center;
}
.nav .container .nav-left .logo {
  width: 303px;
}
.nav .container .nav-right {
  height: 76px;
}
.nav .container .nav-right .right-items {
  display: flex;
  justify-content: space-evenly;
  padding-top: 18px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #657786;
}
.nav .container .nav-right .right-items .nav-item .nav-link {
  position: relative;
}
.nav .container .nav-right .right-items .nav-item .nav-link .down-icon {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: -12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
}
.nav .container .nav-right .right-items .nav-item .warning-nav {
  width: 102px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #FFB31A;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
.nav .container .nav-right .right-items .nav-item .phone {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.nav .container .drop-nav:hover .drop-content {
  opacity: 1;
  visibility: visible;
}
.nav .container .drop-content {
  height: 362px;
  width: 1920px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 36px 0 36px 240px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 75px;
  left: -240px;
  /* 初始隐藏 */
  opacity: 0;
  visibility: hidden;
  /* 动画 */
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
.nav .container .drop-content .solution-plan {
  width: 600px;
  flex: 0 0 600px;
  border-right: 1px solid #E5E7EB;
}
.nav .container .drop-content .manage-plan {
  width: 1080px;
  flex: 0 0 1080px;
  padding-left: 115px;
}
.nav .container .drop-content .manage-plan .solution-items .solution-item {
  flex: 0 0 130px;
}
.nav .container .drop-content .nav-plans .title {
  color: #1A2026;
  font-size: 20px;
  margin-bottom: 20px;
}
.nav .container .drop-content .nav-plans .solution-items {
  display: flex;
  gap: 20px 100px;
  flex-wrap: wrap;
}
.nav .container .drop-content .nav-plans .solution-items .solution-item {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  display: flex;
  gap: 12px;
}
.nav .container .drop-content .nav-plans .solution-items .solution-item .solution-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: TOP;
}

.register {
  width: 100%;
  width: 100%;
  max-width: 1920px;
  min-width: 1440px;
  height: 400px;
  margin-bottom: 60px;
}
.register .register-container {
  width: 1440px;
  height: 400px;
  margin: 0 auto;
  background: url("/img/index/register.png") no-repeat center center;
  background-size: cover;
  padding-top: 268px;
  padding-left: 76px;
}
.register .register-container .input-wrap {
  position: relative;
}
.register .register-container .input-wrap .phone {
  border: none;
  width: 460px;
  height: 52px;
  border-radius: 6px;
  padding-left: 15px;
}
.register .register-container .input-wrap .submit {
  background: #FFB31A;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 9px 24px;
  position: absolute;
  left: 342px;
  top: 5px;
}
.register {
  /* 遮罩层 */
}
.register .modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.register .modal .modal-box {
  width: 440px;
  background: #eef5ff;
  border-radius: 12px;
  padding: 30px;
  padding-top: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.register .modal .modal-box .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.register .modal .modal-box .confirm-btn {
  margin-top: 30px;
  width: 100%;
  height: 42px;
  border: none;
  background: #1677ff;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.register .modal .modal-box .modal-input {
  width: 380px;
  padding: 0 16px;
  height: 52px;
  margin-bottom: 16px;
  border: none;
  border-radius: 6px;
}
.register .modal .modal-box .modal-input-wrap {
  position: relative;
}
.register .modal .modal-box .modal-input-wrap .get-reg {
  color: #1870ff;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 16px;
}
.register .modal .modal-box .reg {
  display: none;
}
.register .modal .modal-box .pic-reg-wrap {
  display: flex;
  gap: 10px;
}
.register .modal .modal-box .pic-reg-wrap .pic-reg-input {
  flex: 0 0 120px;
  width: 120px;
  border: none;
  border-radius: 6px;
  height: 52px;
  padding-left: 10px;
}
.register .modal .modal-box .pic-reg-wrap .reg-img {
  width: 80px;
  height: 34px;
  margin-top: 9px;
}
.register .modal .modal-box .pic-reg-wrap .cancel-btn {
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 6px;
  height: 34px;
  margin-top: 10px;
}
.register .modal .modal-box .pic-reg-wrap .comfirm-btn {
  padding: 5px 20px;
  background-color: #1870ff;
  color: #fff;
  border-radius: 6px;
  height: 34px;
  margin-top: 10px;
}

.footer {
  width: 100%;
  max-width: 1920px;
  min-width: 1440px;
}
.footer .footer-top {
  width: 100%;
  max-width: 1920px;
  min-width: 1440px;
  height: 425px;
  background-color: #152334;
}
.footer .footer-top .container {
  width: 1550px;
  margin: 0 auto;
  padding: 0 240px;
}
.footer .footer-top .container .footer-connect {
  float: left;
  padding: 60px 60px 0px 0px;
  text-align: left;
}
.footer .footer-top .container .wechat {
  padding: 20px 0;
}
.footer .footer-top .container .wechat .wechat-img {
  width: 110px;
  height: 110px;
}
.footer .footer-top .container .kefu {
  color: #808080;
  margin-bottom: 20px;
}
.footer .footer-top .container .worktime {
  color: #808080;
}
.footer .footer-top .container .footer-info {
  float: left;
  text-align: left;
  padding: 60px 30px 0;
}
.footer .footer-top .container .footer-fast {
  float: left;
  text-align: left;
  padding: 60px 10px 0;
}
.footer .footer-top .container .footer-fast .h-24 {
  height: 24px;
}
.footer .footer-top .container .links-item {
  color: #808080;
  font-size: 14px;
  margin: 20px 0;
  display: block;
}
.footer .footer-top .container .about {
  width: 375px;
}
.footer .footer-top .container .about .about-info {
  color: #808080;
  font-size: 14px;
  margin: 20px 0;
  display: block;
}
.footer .copyright {
  background-color: #0A1625;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1440px;
  height: 720px;
  background: url("../img/index-banner.png") center center;
  background-size: cover;
}
.banner .container {
  width: 1440px;
  margin: 0 auto;
  padding: 90px 0;
}
.banner .container .title {
  font-size: 46px;
  line-height: 64px;
  color: #fff;
}
.banner .container .desc {
  font-size: 20px;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 120px;
}
.banner .container .detail {
  width: 550px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .container .detail .detail-items {
  line-height: 24px;
  font-size: 18px;
  margin: 20px 0;
  width: 33.33%;
  display: flex;
  text-align: left;
}
.banner .container .detail .detail-items .item-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.banner .container .action {
  margin-top: 40px;
}
.banner .container .action .action-btn {
  display: inline-block;
  width: 140px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
}
.banner .container .action .video {
  background-color: #fff;
  color: #1EBD73;
}
.banner .container .action .video .video-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.banner .container .action .register-btn {
  margin-left: 24px;
  background-color: #FFB31A;
  color: #fff;
}/*# sourceMappingURL=common.css.map */