* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

.define-dropdown {
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 999;
  width: 215px;
  height: 315px;
  border-radius: 4px;
  box-shadow: 0 0 4px 4px #0000003f;
  background-color: #ffffffe6;
  right: 0;
  top: 35px;
}

.define-dropdown:hover {
  display: block !important;
}

.define-dropdown> :first-child {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.user-box img {
  width: 100%;
  border-radius: 31%;
  height: 100%;
  object-fit: cover;
}

.define-dropdown> :first-child .user-box {
  box-shadow: 0 0 2px 2px #ccc;
  height: 70px;
  width: 58px;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 31%;
}

.define-dropdown> :first-child .name {
  font-size: 16px;
  font-weight: 600;
  color: #0b0084;
  margin-bottom: 10px;
}

.define-dropdown> :first-child .number {
  font-size: 14px;
  color: #606266;
}

.define-dropdown> :nth-child(2) {
  height: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.define-dropdown> :nth-child(2) button {
  margin: 0;
  font-size: 16px;
  border-radius: 10px;
}

.home-header-light {
  padding-top: 20px;
  color: #fff;
  background: #1661ab;
  box-shadow: 0 0 6px 0 #0000003f;
}

.home-header-light .define-tabs>*:hover {
  color: #ffffff;
  font-weight: 600;
}

.home-header-light .define-tabs .active-tab {
  color: #ffffff;
  font-weight: 400 !important;
}

.home-header-light .define-tabs .active-tab::after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ffffff;
}

.home-header-light .pointer {
  cursor: pointer;
}

.home-header-light .inner-header {
  width: 1200px;
  margin: 0 auto;
}

.home-header-light .inner-header .el-dropdown-link {
  display: inline-block;
  height: 40px;
  margin-left: 40px;
  font-size: 16px;
  color: #fff !important;
}

.home-header-light .inner-header .el-dropdown-link:hover+.define-dropdown {
  display: block !important;
}

.home-header-light .inner-header> :first-child {
  display: flex;
  justify-content: space-between;
}

.home-header-light .inner-header> :first-child .img-box {
  width: 234px;
}

.home-header-light .inner-header> :first-child .img-box>img {
  width: 100%;
}

.home-header-dark {
  padding-top: 20px;
  color: #000;
  background: #fff;
  box-shadow: 0 0 6px 0 #0000003f;
}

.home-header-dark .pointer {
  cursor: pointer;
}

.home-header-dark .inner-header {
  width: 1200px;
  margin: 0 auto;
}

.home-header-dark .inner-header .el-dropdown-link {
  display: inline-block;
  height: 40px;
  margin-left: 40px;
  font-size: 16px;
  color: #000 !important;
}

.home-header-dark .inner-header .el-dropdown-link:hover+.define-dropdown {
  display: block !important;
}

.home-header-dark .inner-header> :first-child {
  display: flex;
  justify-content: space-between;
}

.home-header-dark .inner-header> :first-child .img-box {
  width: 234px;
}

.home-header-dark .inner-header> :first-child .img-box>img {
  width: 100%;
}

.define-tabs {
  margin-top: 20px;
  display: flex;
  height: 36px;
}

.define-tabs .active-tab {
  color: #3377ff;
}

.define-tabs .active-tab::after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #3377ff;
}

.define-tabs>*:not(:first-child) {
  margin-left: 80px;
}

.define-tabs>* {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.define-tabs>*:hover {
  color: #3377ff;
}

.tab-container {
  background-color: #ffffff;
}

.primary-text {
  color: #3377ff;
}

.link {
  border-bottom: 1px solid #3377ff;
  cursor: pointer;
  width: fit-content;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.mt60 {
  padding-top: 60px !important;
}

.cardForm-box {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  min-width: 260px;
}

.cardForm-box>* {
  margin-top: 40px;
  padding-left: 35px;
  border-radius: 4px;
  cursor: pointer;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  width: calc((100% - 150px)*0.25);
  min-width: 262px;
}

.cardForm-box>*:hover {
  background-color: #ecf5ff;
  box-shadow: 0 0 2px 2px #ccc;
}

.cardForm-box>* img {
  margin-right: 20px;
}

/*
.cardForm-box> :not(:nth-child(4n)) {
  margin-right: 50px;
}
*/

.card-box {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  width: 472px;
  height: 373px;
  font-size: 14px;
}

.card-box .person-notice {
  font-size: 14px;
  height: 200px;
  overflow: auto;
}

.card-box .person-notice .notice-item {
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
}

.card-box .person-notice .notice-item:hover {
  color: #3377ff;
}

.card-box> :first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-box .avatar-box {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.card-box .avatar-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.panel-home {
  margin-top: 1px;
}

.panel-home .baseInfo {
  position: relative;
  height: 456px;
  background-image: url(../../images/home-bg.png);
  background-size: 100% 100%;
}

.panel-home .baseInfo::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff21;
}

.search-box {
  position: relative;
}

.search-box> :first-child {
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.search-box> :nth-child(2) {
  font-size: 20px;
  color: #fff;
  margin: 12px 0 45px 0;
}

.search-box> :nth-child(3) {
  width: 500px;
  display: flex;
}

.select-search> :first-child {
  flex: 1;
}

.el-popover {
  margin-left: 0 !important;
  padding: 0;
}

.define-option {
  height: 34px;
  display: flex;
  cursor: pointer;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  align-items: center;
}

.define-option:hover {
  background: #f5f7fa;
}

.not-Data {
  height: 36px;
  display: flex;
  color: #999999;
  align-items: center;
  justify-content: center;
}
.search-append{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.el-input-group__append {
  padding: 0 !important;
}

.code-box {
  cursor: pointer;
  width: 80px;
  height: 32px;
}

.code-box img {
  width: 100%;
  height: 100%;
}

.search-box> :nth-child(3) .el-input-group__append {
  width: 60px;
  text-align: center;
  background: #ffc500;
  color: #fff;
  border: none;
}

.search-box> :nth-child(3) .el-input__inner:focus {
  border: 1px solid #ffc500;
}

.search-box> :nth-child(4) {
  margin-top: 12px;
  color: #fff;
  display: flex;
  font-size: 14px;
}

.search-box> :nth-child(4) .searchWord-box {
  display: flex;
}

.search-box> :nth-child(4) .searchWord-box>* {
  background: #ffffff44;
  padding: 1px 15px;
  border-radius: 2px;
  cursor: pointer;
}

.search-box> :nth-child(4) .searchWord-box>*:hover {
  box-shadow: 0 0 1px 1px #ccc;
}

.search-box> :nth-child(4) .searchWord-box>*:not(:first-child) {
  margin-left: 8px;
}

.search-box .search-logo {
  width: 58px;
  height: 60px;
  margin-right: 8px;
}

.search-box .search-logo>img {
  width: 100%;
  height: 100%;
}

.content-info {
  width: 1200px;
  margin: 0 auto;
}

.baseInfo-tabs .el-tabs {
  margin-top: 10px;
}

.baseInfo-tabs .el-tabs__nav-wrap::after {
  display: none !important;
}

.baseInfo-tabs .el-tabs__nav {
  border-bottom: 1px solid #e5e5e5;
}

.baseInfo-tabs .el-tabs__item {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}

.baseInfo-tabs .el-tabs__active-bar {
  height: 3px;
}

.baseInfo-tabs .el-tabs__header {
  margin: 0;
}

.baseInfo-tabs .el-tab-pane {
  padding: 2px;
}

.serve-notice {
  margin-top: 80px;
}

.serve-notice .notice-list {
  display: flex;
  flex-wrap: wrap;
}

.serve-notice .notice-list>* {
  box-shadow: 0 0 3px 3px #0000003f;
  font-size: 13px;
  color: #000000;
  background-color: #ecf5ff;
  border-radius: 8px;
  cursor: pointer;
  height: 216px;
  width: calc((100% - 90px)*0.25);
  overflow: hidden;
}

.serve-notice .notice-list>* .img-box {
  width: 100%;
  height: 158px;
  overflow: hidden;
}

.serve-notice .notice-list>*:hover {
  color: #3377ff;
}

.serve-notice .notice-list>*:hover img {
  transform: scale(1.1);
}

.serve-notice .notice-list>* img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.serve-notice .notice-list>*>.footer {
  height: calc(100% - 158px);
  padding: 10px 50px;
  overflow: hidden;
  text-align: center;
}

.serve-notice .notice-list>*>.footer span {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.serve-notice .notice-list> :not(:nth-child(4n)) {
  margin: 0 30px 30px 0;
}

.serve-notice .header {
  margin-bottom: 15px;
}

.serve-notice .header> :first-child {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.serve-notice .header> :first-child img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.serve-notice .header> :nth-child(2) {
  color: #333;
  font-size: 18px;
}

@media(max-width: 800px) {
  .app {
    width: 100%;
  }

  .home-header-light .inner-header {
    width: 98%;
  }

  .content-info .baseInfo-tabs {
    width: 70%;
  }

  .home-header-light .inner-header {
    width: 98%;
  }

  .content-info {
    width: 98%;
  }

  .search-box {
    width: 98%;
    padding-top: 35px;
  }

  .searchWord-box {
    flex-wrap: wrap;
  }

  .hot-word {
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 0;
  }

  .select-search {
    width: 85%!important;
    margin-left: 7%;
  }

  .logo-text-1 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .logo-text-2 {
    text-align: left;
    font-size: 19px !important;
    padding-left: 52px;
  }

  .search-text {
    margin-left: 3%;
  }

  .el-dropdown-link {
    align-content: center;
    margin-right: 10px;
  }

  .login-text {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 15px;
  }

  .el-popover {
    width: 300px!important;
  }

  .el-dialog {
    width: 90vw!important;
  }

  .home-header-light .inner-header .el-dropdown-link {
    margin-left: 0px!important;
  }

  .card-box-mobile {
    width: 98vw;
    margin-top: 15px;
    box-shadow: 0 0 10px rgba(91 178 243 / 100%);
    padding: 20px;
    border-radius: 5px;
    min-height: 373px;
  }

  .card-box-mobile .person-notice {
    font-size: 14px;
    overflow: auto;
    min-height: 200px;
  }

  .card-box-mobile .person-notice .notice-item {
    color: #000;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .card-box-mobile> :first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card-box-mobile .avatar-box {
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  .card-box-mobile .avatar-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
  }

  .user-cert-form {
    margin-left: -25px;
  }

  .user-cert-tip {
    margin-left: 10px!important;
  }

  .panel-home {
    margin-top: 0px;
  }

  .search-box .search-logo {
    width: 45px;
    height: 45px;
  }

  .login-box {
    right: 10px;
    top:10px;
    position: absolute;
    display: flex;
    justify-items: center;
    width: 20%;
    z-index: 10;
  }

  .panel-home .baseInfo {
    height: 280px!important;
    background-size: cover !important;
    background-position: 5% 100% !important;
  }

  .search-box> :nth-child(4) {
    margin-top: 0;
  }

  .search-box> :nth-child(2) {
    margin: 12px 0 12px 0;
  }

  .mobile-list {
    font-size: 13px !important;
    font-weight: 400;
  }

  .mobile-home-list-img {
    width: 22px !important;
    height: 22px !important;
    margin-right: 5px !important;
  }

  .serve-notice {
    margin-top: 30px;
  }

  .mobile-notice-title {
    font-size: 16px !important;
  }

  .footer {
    padding: 10px !important;
    margin-top: 30px;
    background: #327fc4 !important;
    color: white !important;
  }
}

.search-text {
  margin-top: 5px;
  min-width: 70px;
}