.flex-row-align-center {
  display: flex;
  align-items: center;
}
.font-color-size {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
}
.cursor-pointer {
  cursor: pointer;
}

.top-bar {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  padding: 15px 49px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, rgba(0, 108, 191, 1) 0%, rgba(64, 179, 237, 1) 100%), rgba(140, 140, 140, 1);
  z-index: 99;
}
.top-bar header {
  justify-content: space-between;
}

.link-bar {
  gap: 18px;
  position: relative;
}
.frame {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(209, 231, 252, 1);
}
.frame img {
  width: 15px;
}
.today-infos {
  padding-left: 9px;
  gap: 20px;
}
.today {
  gap: 13px
}
.weather {
  gap: 5px;
}
.weather img {
  width: 18px;
}

.login-bar {
  flex: none;
  width: fit-content;
}

.break-icon,
.qr-wrap {
  position: absolute;
  top: 100%;
  left: 40%;
  transform: scale(0) translateX(-50%);
  transform-origin: center top;
  transition: all 0.3s ease;
  z-index: -1;
}
.break-icon {
  max-width: 180px;
}
.qr-wrap {
  padding-top: 12px;
}
.app-qr {
  max-width: 153px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
}
.qr-wrap:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-image: url("https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/home/triangle-up.png");
  background-size: 100% 100%;
}
.break-btn:hover + .break-icon,
.app-link:hover + .qr-wrap {
  transform: scale(1) translateX(-50%);
  z-index: 10;
}

.column-bar {
  margin-top: 23px;
  justify-content: space-between;
}
.logo-nav {
  justify-content: space-between;
  width: fit-content;
  margin-right: 72px;
}
.logo {
  width: 119px;
}

.logo .h5-show {
  display: none;
}

.nav-input-bar {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar {
  max-width: 960px;
  width: 66.7%;
}
.navbar .columns {
  width: 100%;
  justify-content: space-between;
}
.navbar .column-name {
  position: relative;
}
.navbar .column-name a {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}
.navbar .active::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-12px);
  width: 24px;
  height: 2px;
  background: #ffffff;
}

.navbar .sub-column-wrap.active {
  visibility: visible;
  height: 270px;
  padding: 18px 12.5%;
  opacity: 1;
}
.navbar .sub-column-wrap {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 0;
  padding: 0 12.5%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.navbar .sub-columns {
  flex: none;
  width: 19%;
  padding-top: 0px;
  padding-right: 46px;
  margin-right: 42px;
  border-right: 1px solid rgba(208, 208, 208, 1);
  display: flex;
  gap: 3px;
  flex-direction: column;
}
.navbar .sub-column {
  align-self: self-end;
}
.navbar .sub-column a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(51, 51, 51, 1);
}
.navbar .sub-column a:hover{
  color: var(--select-color)
}
.navbar .sub-nav-recomends {
  flex: none;
  width: 77.8%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}
.navbar .subnav-recos-item {
  width: 43.5%;
  display: flex;
  gap: 7px;
}
.navbar .subnav-recos-item .item-describe {
  flex: 1;
}
.navbar .subnav-recos-item:nth-of-type(1),
.navbar .subnav-recos-item:nth-of-type(2) {
  border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.navbar .subnav-recos-item:nth-of-type(3),
.navbar .subnav-recos-item:nth-of-type(4) {
  padding-top: 20px;
}
.navbar .item-describe .HideTwoLines {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 68px;
  -webkit-line-clamp: 3;
  color: rgba(51, 51, 51, 1);
}
.navbar .item-describe a:hover {
  color: var(--select-color);
}
.navbar .item-describe .time {
  display: block;
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(153, 153, 153, 1);
}
.subnav-recos-item .thumb-img-blur{
  flex: none;
  width: 130px;
  height: 73px;
}

.search-break-login-bar {
  width: fit-content;
  position: relative;
}
.search-bar {
  width: 20.8%;
  height: 28px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(240, 240, 240, 0.6);
}
.input-bar,
.btn-bar {
  font-size: 12px;
  line-height: 16px;
  color: rgba(51, 51, 51, 1);
}
.input-bar {
  flex: 1;
  min-width: 0;
}
.btn-br,
.app-link,
.login-btn {
  flex-shrink: 0;
}
.search-icon {
  width: 16px;
  margin: 0 7px;
}
.app-link {
  padding: 4px 8px;
  border-radius: 91px;
  background: rgba(197, 225, 240, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(55, 101, 135, 1);
  margin: 0 9px 0 14px;
}

.login-btn {
  display: none;
  padding: 4px 27px;
  border-radius: 97px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}
.user-bar {
  display: none;
  position: relative;
  height: 37px;
  width: 37px;
}
.login-bar .show {
  display: block;
}
.user-bar .user-icon {
  border-radius: 50%;
}
.login-bar .user-select {
  position: absolute;
  top:50px;
  left: -152px;
  width: 190px;
  height: 119px;
  padding: 21px 0;
  border-radius: 1.12px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
  transform: scale(0);
  transform-origin: 50% 0%;
  z-index: -1;
  transition: all 0.3s ease;
}
.login-bar .user-select.show {
  transform: scale(1);
  z-index: 12;
}
.login-bar .user-select button {
  line-height: 26px;
  cursor: pointer;
}
.login-bar .user-select button:hover {
  color: var(--select-color);
}


.top-bar-h5 {
  display: none;
  padding: 10px;
  align-items: center;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 15px;
  background: linear-gradient(90deg, rgba(0, 108, 191, 1) 0%, rgba(64, 179, 237, 1) 100%), rgba(140, 140, 140, 1);
  z-index: 99;
}

.h5-logo {
  flex: none;
  width: 32px;
}

.h5-navbar {
  margin: 0 10px;
  overflow-y: auto;
}
.h5-navbar::-webkit-scrollbar {
    display: none;
}
.h5-navbar .columns {
  gap: 10px;
}

.h5-navbar .column-name {
  flex: none;
  position: relative;
  width: fit-content;
}

.h5-navbar .column-name.active::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-12px);
  width: 22px;
  height: 4px;
  background: #ffffff;
  border-radius: 13px;
}

.h5-navbar .column-name a {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
}

.h5-navbar .column-name.active a {
  font-weight: 700;
}

.tool-bar {
  flex: none;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tool-bar .h5-app-link {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 91px;
  color: rgba(255, 255, 255, 1);
  background: rgba(197, 225, 240, 1);
}

.tool-bar img {
  height: 14px;
  width: auto;
}

.tool-list {
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  padding: 14px 13px;
  display: none;
  flex-direction: column;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.tool-list .row {
  gap: 14px;
  margin-top: 14px;
}

.tool-list input,
.tool-list a,
.tool-list span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(51, 51, 51, 1);
}

.h5-search-bar {
  width: 100%;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(240, 240, 240, 0.6);
}

.h5-search-bar input {
  flex: 1;
  margin-right: 15px;
  height: 28px;
}

.h5-search-bar .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.link-list {
  width: 100%;
  padding: 10px 0 6px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.h5-frame {
  width: 26px;
  height: 26px;
  margin-right: 4px;
  border: 1px solid #3a8ffe;
  border-radius: 50%;
  background: rgba(209, 231, 252, 1);
  justify-content: center;
}

.h5-frame img {
  width: 14px;
  height: 14px;
}

.h5-login-bar {
  padding-top: 10px;
  border-top: 1px solid rgba(204, 204, 204, 1);
  margin-top: 14px;
}

.h5-login-bar .h5-login-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 108, 191, 1);
}

.h5-login-bar .user-center {
  display: none;
  justify-content: space-between;
}

.h5-login-bar .infos{
  display: flex;
  align-items: center;
}

.h5-login-bar .user-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 10px;
}

.h5-login-bar .btns {
  display: none;
  gap: 5px;
}

@media(max-width: 1470px) {
  .top-bar {
    padding: 15px;
  }
  .navbar{
    min-width: 640px;
  }
  .logo-nav {
    margin-right: 15px;
  }
}

@media(max-width: 1200px) {
  .top-bar {
    height: 75px;
    padding: 10px 31px 0;
  }
  .font-color-size {
    font-size: 10px;
    line-height: 12px;
  }

  .frame {
    width: 16px;
    height: 16px;
  }
  .frame img {
    width: 10px;
    height: 10px;
  }
  .column-bar {
    margin-top: 5px;
  }

  .logo {
    width: 74px;
  }
  .navbar {
    min-width: unset;
    flex: 1;
    margin-right: 15px;
  }
  .navbar .column-name a {
    font-size: 14px;
    line-height: 20px;
  }

  .search-bar {
    height: 18px;
    margin-top: 4px;
  }
  .search-break-login-bar {
    margin-top: 4px;
  }
  .search-icon {
    width: 14px;
    margin: 0 4px;
  }
  .app-link,
  .login-btn {
    font-size: 8px;
    line-height: 12px;
  }
  .input-bar,
  .icon-text {
    font-size: 10px;
    line-height: 16px;
  }
  .user-bar {
    width: 21px;
    height: 21px;
  }
  .login-btn {
    padding: 2px 16px;
  }
}

@media(max-width: 992px) {
  .top-bar {
    height: 62px;
    padding: 10px 25px 0;
  }
  .logo {
    width: 62px;
  }
  .navbar .column-name a {
    font-size: 12px;
    line-height: 16px;
  }
}

@media(max-width: 821px) {
  .top-bar {
    display: none;
  }
  .top-bar-h5 {
    display: flex;
  }
}