#app .w {
  width: 1380px;
  margin: 0 auto;
}
#app .textover {
  background-color: red;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#app .nav-box {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 888;
}
#app .nav-box .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
#app .nav-box .w .left {
  display: flex;
  align-items: center;
}
#app .nav-box .w .left .logo-box {
  height: 49px;
}
#app .nav-box .w .left .logo-box h1 a img {
  height: 49px;
}
#app .nav-box .w .left .search-box {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
#app .nav-box .w .left .search-box .input {
  box-sizing: border-box;
  width: 420px;
  height: 34px;
  border-radius: 2px;
  padding-left: 10px;
  border: 1px solid #DADADA;
  border-right: none;
  font-size: 15px;
}
#app .nav-box .w .left .search-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-size: 14px;
  background: #006DEB;
  color: #fff;
  width: 68px;
}
#app .nav-box .w .right .nav-box {
  display: flex;
  align-items: center;
  font-size: 16px;
}
#app .nav-box .w .right .nav-box .item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 68px;
}
#app .nav-box .w .right .nav-box .item .icon-span {
  position: relative;
  padding-left: 30px;
}
#app .nav-box .w .right .nav-box .item .icon-span img {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -3px;
  top: -5px;
}
#app .nav-box .w .right .nav-box .item span {
  margin-right: 5px;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 68px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 5px 15px 0px rgba(167, 167, 167, 0.13);
  backdrop-filter: blur(0px);
  width: 100%;
  padding-bottom: 40px;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap {
  width: 1380px;
  margin: 0 auto;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .title {
  font-size: 16px;
  padding: 20px 0;
  font-weight: 600;
  color: #1F1F1F;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list .item {
  display: flex;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list .item .left {
  display: flex;
  align-items: center;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list .item .left img {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list .item .right .name {
  color: #1F1F1F;
  font-weight: 600;
  font-size: 15px;
}
#app .nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list .item .right .desc {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 6px;
}
#app .nav-box .w .right .nav-box .item:nth-child(2) span {
  margin-right: 0;
}
#app .nav-box .w .right .nav-box .item:nth-child(3) span {
  margin-right: 0;
  margin-left: 5px;
}
#app .nav-box .w .right .nav-box .item:nth-child(3) .new {
  position: absolute;
  width: 42px;
  height: 24px;
  top: 2px;
  right: -6px;
  background-image: url('../images/sprites.png');
  background-position: -5px -156px;
}
#app .nav-box .w .right .nav-box .item:nth-child(4) .zixun-box {
  position: absolute;
  left: -100px;
  bottom: 0;
  transform: translateY(98%);
  background-color: #fff;
  width: 340px;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0px 5px 12px 0px rgba(98, 129, 187, 0.13);
  backdrop-filter: blur(0px);
}
#app .nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row {
  display: flex;
  margin-bottom: 10px;
}
#app .nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row:last-child {
  margin-bottom: 0;
}
#app .nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row .title {
  font-weight: 600;
  color: #313743;
  white-space: nowrap;
}
#app .nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row .city-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
}
#app .nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row .city-list .city {
  color: #313743;
}
#app .nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row .city-list .city:hover {
  color: #005FDC;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box {
  position: absolute;
  right: -50px;
  bottom: 0;
  transform: translateY(98%);
  width: 500px;
  background: #FFFFFF;
  padding: 15px 15px;
  line-height: unset;
  border-radius: 4px;
  box-shadow: 0px 5px 12px 0px rgba(98, 129, 187, 0.13);
  backdrop-filter: blur(0px);
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .user-info .user-left {
  display: flex;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .user-info .user-left .user-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  margin-left: 15px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .user-info .user-left .user-detail .date {
  color: #999;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .user-info .user-right {
  color: #005FDC;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng {
  margin-top: 20px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .title {
  margin-bottom: 15px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FAFAFA;
  border-radius: 2px;
  height: 64px;
  padding: 0 15px;
  margin-right: 15px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left .g-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #858585;
  font-size: 12px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left .g-item i {
  font-size: 18px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left .g-item span {
  margin-top: 10px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left .g-item:hover {
  color: #005FDC;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-right {
  font-size: 12px;
  color: #858585;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  width: 155px;
  background: #FAFAFA;
  border-radius: 2px;
  height: 64px;
  padding: 0 15px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-right .link-item:hover {
  color: #005FDC;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .service {
  margin-top: 20px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .service .title {
  margin-bottom: 15px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content {
  display: flex;
  align-items: center;
  background: #FAFAFA;
  border-radius: 2px;
  padding: 12px 15px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content .s-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 20px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content .s-item:hover {
  color: #005FDC;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content .s-item span {
  margin-left: 3px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content .s-item i {
  font-size: 18px;
}
#app .nav-box .w .right .nav-box .item:last-child .user-info-box .log-out {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
#app .nav-box .w .right .nav-box .hover {
  cursor: pointer;
}
#app .nav-box .w .right .nav-box .hover:hover span,
#app .nav-box .w .right .nav-box .hover:hover i {
  color: #3E81F5;
}
#app .header-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  background: url('../images/abouts.png') no-repeat;
  background-size: cover;
}
#app .header-box .content .us {
  font-size: 32px;
  font-family: MicrosoftYaHei;
  color: #37455D;
}
#app .header-box .content .nav {
  font-size: 14px;
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  color: #8C96A6;
}
#app .main-box {
  margin-top: 10px;
}
#app .main-box h1 {
  text-align: center;
  font-size: 24px;
  line-height: 64px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
}
#app .main-box .company-intro {
  width: 1100px;
  background: url(/images/about_bg.png) no-repeat center center;
  background-size: 30% auto;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .main-box .company-intro .intro-item {
  position: relative;
  width: 380px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(208, 211, 212, 0.3);
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 30px;
}
#app .main-box .company-intro .intro-item i {
  position: absolute;
  top: 37px;
  left: 15px;
  font-size: 45px;
  color: #1B79FF;
  border-radius: 50%;
}
#app .main-box .company-intro .intro-item .item {
  padding-left: 60px;
}
#app .main-box .company-intro .intro-item .item h3 {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}
#app .main-box .company-intro .intro-item .item p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 20px;
}
#app .footer-box {
  background-color: #fff;
  margin-top: 60px;
}
#app .footer-box .footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #DDE2E9;
}
#app .footer-box .footer-title .item {
  display: flex;
}
#app .footer-box .footer-title .item .left {
  margin-right: 15px;
}
#app .footer-box .footer-title .item .left img {
  width: 46px;
  height: 46px;
}
#app .footer-box .footer-title .item .right .name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
#app .footer-box .footer-title .item .right .desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#app .footer-box .w .about-us-box {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
#app .footer-box .w .about-us-box .left {
  display: flex;
}
#app .footer-box .w .about-us-box .left .col {
  margin-right: 80px;
}
#app .footer-box .w .about-us-box .left .col .title {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333333;
}
#app .footer-box .w .about-us-box .left .col .sub-title-list {
  display: flex;
  flex-direction: column;
}
#app .footer-box .w .about-us-box .left .col .sub-title-list .item {
  margin: 5px 0;
  color: #404650;
}
#app .footer-box .w .about-us-box .right .title {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333333;
}
#app .footer-box .w .about-us-box .right .qrcode-list {
  display: grid;
  grid-template-columns: repeat(5, 80px);
  gap: 30px;
}
#app .footer-box .w .about-us-box .right .qrcode-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .footer-box .w .about-us-box .right .qrcode-list .item img {
  width: 80px;
  height: 80px;
}
#app .footer-box .w .about-us-box .right .qrcode-list .item span {
  color: #404650;
  margin-top: 10px;
}
#app .footer-box .w .hot-msg .tab {
  display: flex;
  align-items: center;
}
#app .footer-box .w .hot-msg .tab .item {
  color: #515863;
  cursor: pointer;
  border-top: 1px solid #DDE2E9;
  padding: 8px 20px;
}
#app .footer-box .w .hot-msg .tab .item:first-child {
  border-left: 1px solid #DDE2E9;
}
#app .footer-box .w .hot-msg .tab .item:last-child {
  border-right: 1px solid #DDE2E9;
}
#app .footer-box .w .hot-msg .tab .active {
  background: #006DEB;
  color: #ffffff;
}
#app .footer-box .w .hot-msg .content {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  padding: 15px;
  border: 1px solid #DDE2E9;
}
#app .footer-box .w .hot-msg .content .item {
  color: #333;
}
#app .footer-box .w .footer-link {
  display: flex;
  padding: 15px 0;
  font-size: 14px;
  margin-top: 50px;
  border-top: 1px solid #DDE2E9;
  border-bottom: 1px solid #DDE2E9;
}
#app .footer-box .w .footer-link .title {
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
}
#app .footer-box .w .footer-link .link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}
#app .footer-box .w .footer-link .link-list .item {
  color: #404650;
}
#app .footer-box .w .footer-copyright {
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  color: #41464F;
  line-height: 28px;
}
#app .login-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .login-wrapper .login-box {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 60px;
  border-radius: 10px;
  background: url(../images/login_bg.png) no-repeat;
  background-size: cover;
}
#app .login-wrapper .login-box .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
#app .login-wrapper .login-box .form-box {
  position: relative;
  padding: 65px 30px 25px;
  width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#app .login-wrapper .login-box .form-box .login-tip {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#app .login-wrapper .login-box .form-box .login-tip .icon {
  cursor: pointer;
  width: 56px;
}
#app .login-wrapper .login-box .form-box .login-tip .code-text {
  background: url('/images/login_tips.png') no-repeat;
  background-size: cover;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
#app .login-wrapper .login-box .form-box .login .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
#app .login-wrapper .login-box .form-box .login .title img {
  width: 32px;
  margin-right: 15px;
}
#app .login-wrapper .login-box .form-box .login .login-code {
  width: 180px;
  height: 180px;
  margin: 30px auto;
}
#app .login-wrapper .login-box .form-box .login .login-code img {
  width: 100%;
  height: 100%;
}
#app .login-wrapper .login-box .form-box .login .login-msg {
  text-align: center;
  margin-bottom: 40px;
}
#app .login-wrapper .login-box .form-box .login .login-agree {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 15px 0 30px;
}
#app .login-wrapper .login-box .form-box .login .login-agree a {
  color: #006DEB;
}
#app .login-wrapper .login-box .form-box .login-mobile .title {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #3A3A3A;
  margin-bottom: 30px;
}
#app .login-wrapper .login-box .form-box .login-mobile .tab {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#app .login-wrapper .login-box .form-box .login-mobile .tab .item {
  cursor: pointer;
  position: relative;
  color: #999999;
  font-size: 16px;
  border: none;
  margin-right: 20px;
  padding-bottom: 5px;
  transition: 0.1s;
}
#app .login-wrapper .login-box .form-box .login-mobile .tab .active {
  font-weight: 600;
  color: #0084FF;
}
#app .login-wrapper .login-box .form-box .login-mobile .tab .active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 2px;
  width: 50px;
  background-color: #0084FF;
}
#app .login-wrapper .login-box .form-box .login-mobile .mobile {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#app .login-wrapper .login-box .form-box .login-mobile .mobile input {
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 340px;
  height: 38px;
  border-color: #eee;
  padding-left: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
#app .login-wrapper .login-box .form-box .login-mobile .code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .login-wrapper .login-box .form-box .login-mobile .code input {
  width: 220px;
}
#app .login-wrapper .login-box .form-box .login-mobile .code .get-code {
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  height: 38px;
  width: 107px;
  border-radius: 4px;
  border: 1px solid #0084FF;
  color: #0084FF;
}
#app .login-wrapper .login-box .form-box .login-mobile .login-agree {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 15px 0 30px;
}
#app .login-wrapper .login-box .form-box .login-mobile .login-btn {
  height: 38px;
  border-radius: 4px;
  background-color: #0284FF;
  text-align: center;
  line-height: 38px;
  color: #fff;
}
#app .login-wrapper .login-box .form-box .login-mobile .login-msg {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #999999;
}
#app .login-wrapper .login-box .form-box .login-mobile .forget {
  text-align: left;
  cursor: pointer;
}
#app .login-wrapper .login-box .form-box .login-mobile .go-register {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  font-size: 12px;
  color: #999;
}
#app .login-wrapper .login-box .form-box .login-mobile .go-register a {
  color: #005FDC;
}
/*# sourceMappingURL=aboutus.css.map */