#breakNews {
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

#breakNews .footer-btn,
#breakNews .footer-menus {
  display: none;
}

#breakNews .top-bar {
   margin-bottom: 0;
}

#breakNews main {
  width: 100%;
  max-width: unset;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: unset;
  background-image: url("https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/loginAndBreaks/break-bg.png");
  background-size: 100% 100%;
}

.break-title {
  width: 498px;
  height: 179px;
}

.common-font-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(150, 150, 150, 1);
}

.commit-wrap {
  display: flex;
  flex-direction: column;
  width: 64.6%;
  padding: 20px 26px 63px;
  margin: 57px 0 99px 0;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(135, 135, 135, 1);
}

#breakNews .text-bar {
  width: 100%;
  margin-bottom: 36px;
}

#breakNews .text-bar .tips {
  text-align: right;
  font-size: 10px;
}

#breakNews textarea {
  width: 100%;
  height: 170px;
  padding: 13px 16px;
  resize: none;
  border-radius: 6px;
  border: 1px solid rgba(135, 135, 135, 1);
}

.media-userinfo {
  display: flex;
  justify-content: space-between;
}

.upload-btn {
  position: relative;
  width: 160px;
  height: 40px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: rgba(47, 122, 246, 1);
  cursor: pointer;
}

.upload-btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.btn-text {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}

.upload-tips {
  font-size: 10px;
  line-height: 12px;
  color: rgba(135, 135, 135, 1);
}

.userinfo {
  width: 70.4%;
  display: flex;
  justify-content: space-between;
}

.userinfo input {
  width: 48.5%;
  height: fit-content;
  padding: 10px 15px;
  line-height: unset;
  border-radius: 6px;
  border: 1px solid rgba(135, 135, 135, 1);
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  min-height: 90px;
  padding: 15px 0;
}

.media-item {
  position: relative;
  width: 18%;
  padding: 5px 8px;
  margin: 5px 0;
  border-radius: 4px;
  background: rgba(213, 231, 251, 1);
}

.media-item .preview {
  width: 100%;
  aspect-ratio: 16/9;
}

.delete-btn {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  border-radius: 50%;
  background: #419cfe;
}

.commit-bar {
  margin: 0 auto;
  display: flex;
  gap: 45px;
}

.commit-bar button {
  padding: 7px 36px 8px 39px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  border-radius: 8px;
  box-shadow: 0px 1px 6px rgba(47, 122, 246, 0.35);
  cursor: pointer;
}

.commit-bar .commit {
  background: rgba(47, 122, 246, 1);
  color: rgba(255, 255, 255, 1);
}

@media(max-width: 1200px) {
  #breakNews .top-bar-h5 {
    margin-bottom: 0;
  }
  .break-title {
    width: 291px;
    height: 101px;
  }
  .common-font-style {
    font-size: 12px;
    line-height: 16px;
  }
  .upload-btn {
    height: 36px;
  }
  .btn-text {
    line-height: 36px;
  }
  .media-item {
    width: 30%;
  }
}

@media(max-width: 576px) {
  .break-title {
    width: 155px;
    height: 37px;
    margin-top: 30px;
  }
  #breakNews .commit-wrap {
    width: 95%;
  }
  #breakNews .media-userinfo {
    flex-direction: column-reverse;
  }
  #breakNews .media-item {
    width: 48%;
  }
  #breakNews .userinfo {
    flex-direction: column;
    width: 100%;
  }
  #breakNews .userinfo input {
    width: 100%;
    margin-bottom: 15px;
  }
}