#app .w {
  width: 1380px;
  margin: 0 auto;
}
#app .textover {
  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 .main-box .breadcrumb-box {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#app .main-box .breadcrumb-box .item {
  cursor: pointer;
  color: #3E81F5;
}
#app .main-box .breadcrumb-box .item:last-child {
  cursor: default;
  color: #666;
}
#app .main-box .content {
  display: flex;
  justify-content: space-between;
}
#app .main-box .content .left {
  flex: 1;
  margin-right: 20px;
}
#app .main-box .content .left .detail-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
#app .main-box .content .left .detail-box .title {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
}
#app .main-box .content .left .detail-box .btn-group {
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 15px 0;
  background: #F6FAFE;
}
#app .main-box .content .left .detail-box .btn-group .item {
  cursor: pointer;
  font-size: 14px;
  color: #777777;
  padding: 0 10px;
  border-right: 2px solid #eee;
}
#app .main-box .content .left .detail-box .btn-group .item:last-child {
  border-right: none;
}
#app .main-box .content .left .detail-box .bottom-msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .main-box .content .left .detail-box .bottom-msg .tag-box {
  display: flex;
  align-items: center;
}
#app .main-box .content .left .detail-box .bottom-msg .tag-box .tag {
  padding: 2px 6px;
  font-size: 12px;
  margin-right: 8px;
  border-radius: 2px;
}
#app .main-box .content .left .detail-box .bottom-msg .tag-box .type-1 {
  color: #fff;
  background-color: #036DDB;
}
#app .main-box .content .left .detail-box .bottom-msg .tag-box .type-2 {
  color: #FA6500;
  background: #FFF7F3;
}
#app .main-box .content .left .detail-box .bottom-msg .tag-box .type-3 {
  color: #005FDC;
  background: #EDF5FF;
}
#app .main-box .content .left .detail-box .bottom-msg .tag-box .type-4 {
  cursor: pointer;
  color: #333;
  background: #F6F6F6;
}
#app .main-box .content .left .detail-box .bottom-msg .tag-box .type-4:hover {
  background: #e6e6e6;
}
#app .main-box .content .left .detail-box .bottom-msg .date-box {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #7C8293;
}
#app .main-box .content .left .detail-box .bottom-msg .date-box i {
  font-size: 14px;
  margin-right: 3px;
}
#app .main-box .content .left .base-info {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
#app .main-box .content .left .base-info .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  padding-bottom: 10px;
}
#app .main-box .content .left .base-info .title i {
  color: #3E81F5;
  margin-right: 5px;
  font-size: 22px;
}
#app .main-box .content .left .base-info .table-box {
  margin: 20px 0;
}
#app .main-box .content .left .base-info .table-box table {
  border-color: #eee;
}
#app .main-box .content .left .base-info .table-box table td {
  padding: 15px;
}
#app .main-box .content .left .base-info .table-box table td:hover {
  background-color: #fafafa;
}
#app .main-box .content .left .base-info .table-box table .color1 {
  background-color: #f6fafe;
}
#app .main-box .content .left .base-info .tip {
  color: #333;
}
#app .main-box .content .left .detail-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
#app .main-box .content .left .detail-card .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  padding-bottom: 10px;
}
#app .main-box .content .left .detail-card .title i {
  color: #3E81F5;
  margin-right: 5px;
  font-size: 22px;
}
#app .main-box .content .left .detail-card .content-logout {
  margin-top: 15px;
  padding: 25px;
  background: #E0EFFC;
  box-shadow: 0px 0px 6px 0px rgba(225, 225, 225, 0.5);
  border-radius: 20px;
  background: url('../images/loginMsg.png') no-repeat;
  background-size: 100% 100%;
}
#app .main-box .content .left .detail-card .content-logout .content-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #2C4183;
}
#app .main-box .content .left .detail-card .content-logout .content-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
#app .main-box .content .left .detail-card .content-logout .content-tab .item {
  font-size: 15px;
  color: #2C4183;
}
#app .main-box .content .left .detail-card .content-logout .content-tab .line {
  color: #7B92C1;
  margin: 0 15px;
  font-size: 14px;
}
#app .main-box .content .left .detail-card .content-logout .content-notice {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 25px;
}
#app .main-box .content .left .detail-card .content-logout .content-notice .login-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
#app .main-box .content .left .detail-card .content-logout .content-notice .login-btn .btn {
  cursor: pointer;
  background: #3E81F5;
  width: 282px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  box-shadow: 0px 1px 7px 0px rgba(61, 91, 194, 0.5);
  border-radius: 24px;
}
#app .main-box .content .left .gong-gao-box .content-logout .content-notice .step {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#app .main-box .content .left .gong-gao-box .content-logout .content-notice .step .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
#app .main-box .content .left .gong-gao-box .content-logout .content-notice .step .step-item .step-img {
  width: 50px;
  height: 50px;
}
#app .main-box .content .left .gong-gao-box .content-logout .content-notice .step .step-item .step-title {
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #444444;
}
#app .main-box .content .left .gong-gao-box .content-logout .content-notice .step .step-item .step-sub-title {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  line-height: 18px;
}
#app .main-box .content .left .gong-gao-box .content-logout .content-notice .login-msg {
  text-align: center;
  padding: 10px 200px;
  line-height: 250%;
}
#app .main-box .content .left .gong-gao-box .content-login {
  background: linear-gradient(180deg, #FDD6A1 0%, #FCF8F1 100%);
  border-radius: 8px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-title {
  font-size: 18px;
  font-weight: bold;
  color: #713202;
  line-height: 24px;
  text-shadow: 0px 0px 6px rgba(132, 99, 60, 0.2);
  text-align: center;
  padding: 22px 0;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-sub-title {
  background: linear-gradient(90deg, rgba(227, 160, 96, 0.02) 0%, #E3A161 49%, rgba(228, 159, 93, 0.03) 100%);
  font-size: 13px;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px rgba(132, 99, 60, 0.2);
  line-height: 30px;
  text-align: center;
}
#app .main-box .content .left .gong-gao-box .content-login .type-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  margin-top: 30px;
}
#app .main-box .content .left .gong-gao-box .content-login .type-nav .item {
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #999;
  font-size: 15px;
}
#app .main-box .content .left .gong-gao-box .content-login .type-nav .item span {
  margin-left: 5px;
}
#app .main-box .content .left .gong-gao-box .content-login .type-nav .active {
  background-color: #F2B96C;
  color: #7C2D00;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box {
  padding: 20px;
  background: #fff;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 2px solid #CDCCCC;
  padding: 20px 0;
  cursor: pointer;
  width: 260px;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item:hover {
  border-color: #BF6836;
  background-color: #FFFBF4;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item .price-row-1 {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item .price-row-1 .price {
  color: #FF2828;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item .price-row-1 .price span {
  font-size: 24px;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item .price-row-1 .line-price {
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 12px;
  color: #BBB;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item .price-row-2 {
  font-size: 15px;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .type-item .price-row-2 span {
  color: #FF042B;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .active {
  border-color: #BF6836;
  background: url('../images/icon_choiced_rb.png') no-repeat #FFFBF4;
  background-size: 28px 28px;
  background-position: calc(100% + 1px) calc(100% + 1px);
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .type-list .active::after {
  content: '超值';
  position: absolute;
  left: -2px;
  top: -10px;
  border-radius: 6px 0px 6px 0px;
  background: #BF6836;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .pay-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#app .main-box .content .left .gong-gao-box .content-login .price-box .pay-btn .btn {
  line-height: 45px;
  background: linear-gradient(253deg, #009BFF 0%, #00BEFF 100%);
  border-radius: 6px;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  padding: 0 100px;
  cursor: pointer;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box {
  margin-top: 10px;
  background-color: #fff;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-head .col {
  width: 260px;
  text-align: center;
  font-weight: bold;
  color: #444444;
  font-size: 14px;
  height: 65px;
  line-height: 65px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-head .col:last-child {
  margin-right: 5px;
  border-right: none;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-head .col-1 {
  width: 240px;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list {
  max-height: 300px;
  overflow-y: scroll;
  /* 滚动条轨道样式 */
  /* 滚动条滑块样式 */
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list::-webkit-scrollbar {
  width: 5px;
  /* 设置滚动条宽度 */
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list::-webkit-scrollbar-thumb {
  background-color: #eee;
  /* 设置滑块背景颜色 */
  border-radius: 4px;
  /* 设置滑块圆角 */
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col {
  width: 260px;
  text-align: center;
  font-weight: bold;
  color: #444444;
  font-size: 14px;
  height: 65px;
  line-height: 65px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col:last-child {
  border-right: none;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col i {
  font-weight: 700;
  font-size: 25px;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col .red {
  color: #FF6900;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col .green {
  color: #3FC95D;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col-1 {
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: inherit;
  padding-left: 15px;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col-1 .col-title {
  color: #C88D00;
  font-size: 13px;
}
#app .main-box .content .left .gong-gao-box .content-login .vip-service-box .vip-service-list .vip-service-item .col-1 .col-sub-title {
  color: #666666;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
#app .main-box .content .left .project-progress-box .content-logout .content-notice,
#app .main-box .content .left .history-box .content-logout .content-notice {
  position: relative;
}
#app .main-box .content .left .project-progress-box .content-logout .content-notice .example,
#app .main-box .content .left .history-box .content-logout .content-notice .example {
  position: absolute;
  width: 120px;
  height: 32px;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  background: url('../images/tipBa.png') no-repeat;
  background-size: cover;
}
#app .main-box .content .left .project-progress-box .content-logout .content-notice .process-img,
#app .main-box .content .left .history-box .content-logout .content-notice .process-img {
  width: 100%;
  margin: 25px 0;
}
#app .main-box .content .right {
  width: 300px;
}
#app .main-box .content .right .card {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
#app .main-box .content .right .card .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  padding-bottom: 10px;
}
#app .main-box .content .right .card .title i {
  color: #3E81F5;
  margin-right: 5px;
  font-size: 22px;
}
#app .main-box .content .right .card .list .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
#app .main-box .content .right .card .list .item:hover {
  color: #036DDB;
}
#app .main-box .content .right .card .list .item .name {
  margin-right: 10px;
}
#app .main-box .content .right .card .list .item .date {
  white-space: nowrap;
}
#app .main-box .content .right .card .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 15px;
}
#app .main-box .content .right .card .tag-list .tag {
  cursor: pointer;
}
#app .main-box .content .right .card .tag-list .tag:hover {
  color: #036DDB;
}
#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;
}

/* Rich content area: ensure tables render correctly inside announcement body */
#app .main-box .content .left .gong-gao-box .rich-content table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}
#app .main-box .content .left .gong-gao-box .rich-content tbody {
  display: table-row-group;
}
#app .main-box .content .left .gong-gao-box .rich-content tr {
  display: table-row;
}
#app .main-box .content .left .gong-gao-box .rich-content th,
#app .main-box .content .left .gong-gao-box .rich-content td {
  display: table-cell;
  border: 1px solid #eee;
  padding: 12px;
  vertical-align: top;
  color: #333;
}

/* Rich content: overall typography and element defaults */
#app .main-box .content .left .gong-gao-box .rich-content {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  overflow-wrap: break-word;
}
#app .main-box .content .left .gong-gao-box .rich-content p,
#app .main-box .content .left .gong-gao-box .rich-content ul,
#app .main-box .content .left .gong-gao-box .rich-content ol,
#app .main-box .content .left .gong-gao-box .rich-content pre,
#app .main-box .content .left .gong-gao-box .rich-content blockquote,
#app .main-box .content .left .gong-gao-box .rich-content table,
#app .main-box .content .left .gong-gao-box .rich-content img,
#app .main-box .content .left .gong-gao-box .rich-content hr {
  margin: 14px 0;
}

/* Headings */
#app .main-box .content .left .gong-gao-box .rich-content h1,
#app .main-box .content .left .gong-gao-box .rich-content h2,
#app .main-box .content .left .gong-gao-box .rich-content h3,
#app .main-box .content .left .gong-gao-box .rich-content h4,
#app .main-box .content .left .gong-gao-box .rich-content h5,
#app .main-box .content .left .gong-gao-box .rich-content h6 {
  color: #1f2d3d;
  font-weight: 600;
  margin: 18px 0 10px;
}
#app .main-box .content .left .gong-gao-box .rich-content h1 { font-size: 26px; }
#app .main-box .content .left .gong-gao-box .rich-content h2 { font-size: 22px; }
#app .main-box .content .left .gong-gao-box .rich-content h3 { font-size: 20px; }
#app .main-box .content .left .gong-gao-box .rich-content h4 { font-size: 18px; }
#app .main-box .content .left .gong-gao-box .rich-content h5 { font-size: 16px; }
#app .main-box .content .left .gong-gao-box .rich-content h6 { font-size: 15px; }

/* Lists */
#app .main-box .content .left .gong-gao-box .rich-content ul { list-style: disc; padding-left: 22px; }
#app .main-box .content .left .gong-gao-box .rich-content ol { list-style: decimal; padding-left: 22px; }
#app .main-box .content .left .gong-gao-box .rich-content li { margin: 6px 0; }

/* Links */
#app .main-box .content .left .gong-gao-box .rich-content a {
  color: #1B79FF;
  text-decoration: underline;
}
#app .main-box .content .left .gong-gao-box .rich-content a:hover { opacity: 0.85; }

/* Blockquote */
#app .main-box .content .left .gong-gao-box .rich-content blockquote {
  border-left: 4px solid #e3e6eb;
  background: #f9fafb;
  padding: 10px 14px;
  color: #555;
}

/* Code */
#app .main-box .content .left .gong-gao-box .rich-content code {
  background: #f5f7fa;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 2px 6px;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
#app .main-box .content .left .gong-gao-box .rich-content pre {
  background: #f5f7fa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 12px;
  overflow: auto;
}

/* Images */
#app .main-box .content .left .gong-gao-box .rich-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 12px auto;
}

/* Horizontal rule */
#app .main-box .content .left .gong-gao-box .rich-content hr {
  border: none;
  border-top: 1px solid #eee;
}

/* Table enhancements */
#app .main-box .content .left .gong-gao-box .rich-content th {
  background: #f7f8fa;
  font-weight: 600;
}
#app .main-box .content .left .gong-gao-box .rich-content tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
#app .main-box .content .left .gong-gao-box .rich-content caption {
  caption-side: top;
  text-align: left;
  color: #666;
  font-size: 12px;
  margin-bottom: 6px;
}
