#app .w {
  width: 1380px;
  margin: 0 auto;
}
#app .textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-box {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 888;
}
.nav-box .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-box .w .left {
  display: flex;
  align-items: center;
}
.nav-box .w .left .logo-box {
  height: 49px;
}
.nav-box .w .left .logo-box h1 a img {
  height: 49px;
}
.nav-box .w .left .search-box {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.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;
}
.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;
}
.nav-box .w .right .nav-box {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.nav-box .w .right .nav-box .item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 68px;
}
.nav-box .w .right .nav-box .item .icon-span {
  position: relative;
  padding-left: 30px;
}
.nav-box .w .right .nav-box .item .icon-span img {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -3px;
  top: -5px;
}
.nav-box .w .right .nav-box .item span {
  margin-right: 5px;
}
.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;
}
.nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap {
  width: 1380px;
  margin: 0 auto;
}
.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;
}
.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;
}
.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;
}
.nav-box .w .right .nav-box .item:first-child .nav-all-box .wrap .content .list .item .left {
  display: flex;
  align-items: center;
}
.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;
}
.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;
}
.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;
}
.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;
}
.nav-box .w .right .nav-box .item:nth-child(2) span {
  margin-right: 0;
}
.nav-box .w .right .nav-box .item:nth-child(3) span {
  margin-right: 0;
  margin-left: 5px;
}
.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;
}
.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);
}
.nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row {
  display: flex;
  margin-bottom: 10px;
}
.nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row:last-child {
  margin-bottom: 0;
}
.nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row .title {
  font-weight: 600;
  color: #313743;
  white-space: nowrap;
}
.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;
}
.nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row .city-list .city {
  color: #313743;
}
.nav-box .w .right .nav-box .item:nth-child(4) .zixun-box .zixun-row .city-list .city:hover {
  color: #005FDC;
}
.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);
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .user-info .user-left {
  display: flex;
}
.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;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .user-info .user-left .user-detail .date {
  color: #999;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .user-info .user-right {
  color: #005FDC;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng {
  margin-top: 20px;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .title {
  margin-bottom: 15px;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.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;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left .g-item i {
  font-size: 18px;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left .g-item span {
  margin-top: 10px;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-left .g-item:hover {
  color: #005FDC;
}
.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;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .gongneng .content .g-right .link-item:hover {
  color: #005FDC;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .service {
  margin-top: 20px;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .service .title {
  margin-bottom: 15px;
}
.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;
}
.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;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content .s-item:hover {
  color: #005FDC;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content .s-item span {
  margin-left: 3px;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .service .service-content .s-item i {
  font-size: 18px;
}
.nav-box .w .right .nav-box .item:last-child .user-info-box .log-out {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
.nav-box .w .right .nav-box .hover {
  cursor: pointer;
}
.nav-box .w .right .nav-box .hover:hover span,
.nav-box .w .right .nav-box .hover:hover i {
  color: #3E81F5;
}
.header-box {
  padding: 50px 0;
  background-color: #2560D3;
}
.header-box .w .title {
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  color: #fff;
}
.header-box .w .search-tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-top: 40px;
  color: #fff;
  font-weight: 600;
}
.header-box .w .search-tab-box .item {
  width: 88px;
  height: 37px;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
}
.header-box .w .search-tab-box .active {
  color: #2F67D2;
  background: url('../images/home_choice.png') no-repeat;
  background-size: contain;
}
.header-box .w .form-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.header-box .w .form-box .input {
  box-sizing: border-box;
  height: 50px;
  width: 690px;
  padding-left: 22px;
  font-size: 16px;
  border: none;
  box-shadow: 0px 1px 20px 0px rgba(187, 187, 187, 0.29);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.header-box .w .form-box .button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  background-color: #FF732E;
  font-size: 18px;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.header-box .w .form-box .button i {
  font-size: 24px;
  margin-right: 4px;
}
.header-box .w .search-hot-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #B7D0EB;
}
.header-box .w .search-hot-box .list {
  width: 820px;
  display: flex;
  align-items: center;
}
.header-box .w .search-hot-box .list .item {
  cursor: pointer;
  margin-right: 20px;
}
.header-box .w .search-hot-box .list .hot-title {
  margin-right: 0;
}
.header-box .w .search-hot-box .list .line {
  width: 2px;
  height: 11px;
  margin: 0 10px;
  float: left;
  background: #B7D0EB;
  border-radius: 1px;
}
.main-box .menu-box {
  padding: 0 15px 15px;
  margin-top: -35px;
  border-radius: 4px;
  background-color: #fff;
}
.main-box .menu-box .title {
  padding: 15px 0;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.main-box .menu-box .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 25px;
}
.main-box .menu-box .list .item {
  display: flex;
}
.main-box .menu-box .list .item .left {
  display: flex;
  align-items: center;
}
.main-box .menu-box .list .item .left img {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
.main-box .menu-box .list .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-box .menu-box .list .item .right .name {
  color: #1F1F1F;
  font-weight: 600;
  font-size: 15px;
}
.main-box .menu-box .list .item .right .desc {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 6px;
}
.main-box .data-box {
  height: 130px;
  margin-top: 20px;
}
.main-box .data-box a img {
  width: 100%;
  height: 130px;
  border-radius: 10px;
}
.main-box .lint-box {
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
}
.main-box .lint-box .lint-title {
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
  padding-left: 10px;
  position: relative;
}
.main-box .lint-box .lint-title::after {
  left: 0;
  top: 6px;
  width: 4px;
  height: 10px;
  margin: auto;
  content: '';
  position: absolute;
  background: #3A85F9;
}
.main-box .lint-box .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  color: #005FDC;
}
.main-box .invite-bids .lint-tab-box {
  display: flex;
  align-items: center;
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.main-box .invite-bids .lint-tab-box .item {
  position: relative;
  margin-right: 40px;
  padding: 15px 0;
}
.main-box .invite-bids .lint-tab-box .active {
  font-weight: bold;
}
.main-box .invite-bids .lint-tab-box .active::after {
  position: absolute;
  border-radius: 2px;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 44px;
  height: 3px;
  margin: auto;
  background: #0084FF;
}
.main-box .invite-bids .lint-list {
  margin-top: 20px;
}
.main-box .invite-bids .lint-list .lint-item {
  padding: 10px 20px;
  background: #F8F8FF;
  margin-bottom: 10px;
  position: relative;
}
.main-box .invite-bids .lint-list .lint-item .lint-item-title {
  cursor: pointer;
  font-size: 14px;
  color: #555555;
}
.main-box .invite-bids .lint-list .lint-item .lint-item-title:hover {
  color: #005FDC;
}
.main-box .invite-bids .lint-list .lint-item .row {
  margin-top: 15px;
}
.main-box .invite-bids .lint-list .lint-item .row-1 {
  display: flex;
  align-items: center;
}
.main-box .invite-bids .lint-list .lint-item .row-1 .tag {
  padding: 2px 6px;
  font-size: 12px;
  margin-right: 8px;
  border-radius: 2px;
}
.main-box .invite-bids .lint-list .lint-item .row-1 .zb {
  color: #0256FF;
  background: rgba(2, 86, 255, 0.1);
}
.main-box .invite-bids .lint-list .lint-item .row-1 .num {
  color: #FA6500;
  background: #FFF7F3;
}
.main-box .invite-bids .lint-list .lint-item .row-1 .address {
  color: #FD733A;
  background: rgba(234, 108, 0, 0.1);
}
.main-box .invite-bids .lint-list .lint-item .row-2 {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top: -8px;
}
.main-box .invite-bids .lint-list .lint-item .row-2 .company {
  margin-right: 30px;
  color: #999;
}
.main-box .invite-bids .lint-list .lint-item .row-2 .company div {
  padding: 5px 0;
}
.main-box .invite-bids .lint-list .lint-item .row-2 .company .label {
  color: #999;
}
.main-box .invite-bids .lint-list .lint-item .row-2 .company .value .product {
  border-radius: 2px;
  padding: 2px 6px;
  margin-right: 6px;
  color: #666666;
  background-color: #F6F6F6;
}
.main-box .invite-bids .lint-list .lint-item .row-2 .company .value .product:hover {
  background-color: #e6e6e6;
}
.main-box .invite-wenku .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.main-box .invite-wenku .list .item {
  background: #F7F9FC;
  border-radius: 6px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #F7F9FC;
}
.main-box .invite-wenku .list .item:hover {
  background-color: #EEF6FF;
  border: 1px solid #1760D4;
}
.main-box .invite-wenku .list .item a {
  box-sizing: border-box;
  display: flex;
}
.main-box .invite-wenku .list .item a .left img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.main-box .invite-wenku .list .item a .right .title {
  font-size: 16px;
  font-weight: 600;
}
.main-box .invite-wenku .list .item a .right .date {
  margin-top: 10px;
  color: #7C8293;
}
.main-box .zhaobiao-nav {
  background: #fff;
  margin-top: 20px;
}
.main-box .zhaobiao-nav h3 {
  text-align: center;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}
.main-box .zhaobiao-nav .nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-box .zhaobiao-nav .nav-list .title {
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0;
}
.main-box .zhaobiao-nav .nav-list .title i {
  color: #2F67D2;
  padding-right: 10px;
}
.main-box .zhaobiao-nav .nav-list .item {
  width: 400px;
  height: 150%;
  line-height: 150%;
  margin: 10px 20px;
  border: 1px solid #ccc;
  padding: 20px 20px;
}
.main-box .zhaobiao-nav .nav-list .item a {
  padding: 15px 15px 15px 0;
  color: #666;
}
.main-box .zhaobiao-nav .nav-list .item a:hover {
  color: #00BEFF;
}
.main-box .zhaobiao-nav .nav-list .more {
  display: block;
  color: #005FDC;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  margin: 0 20px;
}
.main-box .invite-daohang .list {
  display: grid;
  grid-template-columns: repeat(3, 413px);
  gap: 20px;
  padding-top: 20px;
}
.main-box .invite-daohang .list .item {
  background: #FBFBFD;
  padding: 15px;
  padding-left: 25px;
}
.main-box .invite-daohang .list .item .item-title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.main-box .invite-daohang .list .item .item-title::after {
  position: absolute;
  content: '';
  top: 5px;
  left: -10px;
  width: 4px;
  height: 8px;
  background: #1760D4;
}
.main-box .invite-daohang .list .item .item-title span {
  margin-right: 5px;
  color: #333;
  font-size: 15px;
}
.main-box .invite-daohang .list .item .item-title i {
  border: 1px solid #8C8D8E;
}
.main-box .invite-daohang .list .item .cate-list .cate-row {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.main-box .invite-daohang .list .item .cate-list .cate-row .cate-title {
  cursor: pointer;
  font-size: 15px;
  color: #3E81F5;
  font-weight: 600;
  white-space: nowrap;
}
.main-box .invite-daohang .list .item .cate-list .cate-row .cate-title i {
  margin-left: -5px;
}
.main-box .invite-daohang .list .item .cate-list .cate-row .cate-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-box .invite-daohang .list .item .cate-list .cate-row .cate-item .cate-item-value {
  cursor: pointer;
  margin-left: 12px;
  display: inline-block;
}
.main-box .invite-daohang .list .item .cate-list .cate-row .cate-item .cate-item-value:hover {
  color: #005FDC;
}
.main-box .invite-zixun .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  gap: 20px;
}
.main-box .invite-zixun .list .item {
  display: flex;
}
.main-box .invite-zixun .list .item .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #F5F7FB;
  border-radius: 10px;
  margin-right: 20px;
}
.main-box .invite-zixun .list .item .left .day {
  font-size: 28px;
  font-weight: 400;
  color: #7C8293;
}
.main-box .invite-zixun .list .item .left .date {
  font-size: 12px;
  color: #7C8293;
}
.main-box .invite-zixun .list .item .right .row1 {
  max-width: 500px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.main-box .invite-zixun .list .item .right .row2 {
  max-width: 500px;
  margin-top: 10px;
  color: #848891;
}
.main-box .invite-zixun .list .item .right .row3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  color: #848891;
}
.main-box .invite-zixun .list .item .right .row3 .school {
  padding: 4px 6px 4px 10px;
  background: #EDF3FF;
  border-radius: 2px;
  color: #1660D4;
  font-size: 12px;
}
.main-box .invite-user .sub-title {
  font-weight: 600;
  font-size: 18px;
  color: #3E4461;
  padding: 25px 0;
  text-align: center;
}
.main-box .invite-user .user-logo img {
  width: 100%;
}
.footer-box {
  background-color: #fff;
  margin-top: 60px;
}
.footer-box .footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #DDE2E9;
}
.footer-box .footer-title .item {
  display: flex;
}
.footer-box .footer-title .item .left {
  margin-right: 15px;
}
.footer-box .footer-title .item .left img {
  width: 46px;
  height: 46px;
}
.footer-box .footer-title .item .right .name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.footer-box .footer-title .item .right .desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer-box .w .about-us-box {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.footer-box .w .about-us-box .left {
  display: flex;
}
.footer-box .w .about-us-box .left .col {
  margin-right: 80px;
}
.footer-box .w .about-us-box .left .col .title {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333333;
}
.footer-box .w .about-us-box .left .col .sub-title-list {
  display: flex;
  flex-direction: column;
}
.footer-box .w .about-us-box .left .col .sub-title-list .item {
  margin: 5px 0;
  color: #404650;
}
.footer-box .w .about-us-box .right .title {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333333;
}
.footer-box .w .about-us-box .right .qrcode-list {
  display: grid;
  grid-template-columns: repeat(5, 80px);
  gap: 30px;
}
.footer-box .w .about-us-box .right .qrcode-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-box .w .about-us-box .right .qrcode-list .item img {
  width: 80px;
  height: 80px;
}
.footer-box .w .about-us-box .right .qrcode-list .item span {
  color: #404650;
  margin-top: 10px;
}
.footer-box .w .hot-msg .tab {
  display: flex;
  align-items: center;
}
.footer-box .w .hot-msg .tab .item {
  color: #515863;
  cursor: pointer;
  border-top: 1px solid #DDE2E9;
  padding: 8px 20px;
}
.footer-box .w .hot-msg .tab .item:first-child {
  border-left: 1px solid #DDE2E9;
}
.footer-box .w .hot-msg .tab .item:last-child {
  border-right: 1px solid #DDE2E9;
}
.footer-box .w .hot-msg .tab .active {
  background: #006DEB;
  color: #ffffff;
}
.footer-box .w .hot-msg .content {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  padding: 15px;
  border: 1px solid #DDE2E9;
}
.footer-box .w .hot-msg .content .item {
  color: #333;
}
.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;
}
.footer-box .w .footer-link .title {
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
}
.footer-box .w .footer-link .link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}
.footer-box .w .footer-link .link-list .item {
  color: #404650;
}
.footer-box .w .footer-copyright {
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  color: #41464F;
  line-height: 28px;
}
.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;
}
.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;
}
.login-wrapper .login-box .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.login-wrapper .login-box .form-box {
  position: relative;
  padding: 65px 30px 25px;
  width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.login-wrapper .login-box .form-box .login-tip {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.login-wrapper .login-box .form-box .login-tip .icon {
  cursor: pointer;
  width: 56px;
}
.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;
}
.login-wrapper .login-box .form-box .login .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.login-wrapper .login-box .form-box .login .title img {
  width: 32px;
  margin-right: 15px;
}
.login-wrapper .login-box .form-box .login .login-code {
  width: 180px;
  height: 180px;
  margin: 30px auto;
}
.login-wrapper .login-box .form-box .login .login-code img {
  width: 100%;
  height: 100%;
}
.login-wrapper .login-box .form-box .login .login-msg {
  text-align: center;
  margin-bottom: 40px;
}
.login-wrapper .login-box .form-box .login .login-agree {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 15px 0 30px;
}
.login-wrapper .login-box .form-box .login .login-agree a {
  color: #006DEB;
}
.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;
}
.login-wrapper .login-box .form-box .login-mobile .tab {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.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;
}
.login-wrapper .login-box .form-box .login-mobile .tab .active {
  font-weight: 600;
  color: #0084FF;
}
.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;
}
.login-wrapper .login-box .form-box .login-mobile .mobile {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.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;
}
.login-wrapper .login-box .form-box .login-mobile .code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrapper .login-box .form-box .login-mobile .code input {
  width: 220px;
}
.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;
}
.login-wrapper .login-box .form-box .login-mobile .login-agree {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 15px 0 30px;
}
.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;
}
.login-wrapper .login-box .form-box .login-mobile .login-msg {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #999999;
}
.login-wrapper .login-box .form-box .login-mobile .forget {
  text-align: left;
  cursor: pointer;
}
.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;
}
.login-wrapper .login-box .form-box .login-mobile .go-register a {
  color: #005FDC;
}
/*# sourceMappingURL=index.css.map */