﻿/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  background-color: #f2f6fc;
}

/* 使链接去掉下划线 */
a {
  text-decoration: none;
  color: inherit;
}

/* 清除列表样式 */
ul,
ol,
li {
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
}

/* 表格样式 */
table {
  border-collapse: collapse; /* 合并边框 */
  width: 100%; /* 表格宽度100% */
}

th,
td {
  text-align: left; /* 左对齐 */
  padding: 0.5rem; /* 单元格内边距 */
}
i {
  font-style: normal;
}

/* input默认样式清除 */
input {
  border: none; /* 清除默认边框 */
  background: transparent; /* 清除默认背景色 */
  outline: none; /* 去掉聚焦时的轮廓 */
  box-shadow: none; /* 清除阴影效果 */
}
input::placeholder {
  color: #aaa; /* 占位符的颜色 */
}

.button {
  padding: 7px 10px;
  background: #fd3358;
  opacity: 0.9;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.icon-lianjie {
  font-size: 18px;
  font-weight: bold;
  color: #fd3358;
}

.baidu-value {
  background: url(http://tougao.china-ef.com/common/images/baidu.png) no-repeat center;
}

/* 个人中心页面 */
.content {
  display: flex;
}

#menu-box {
  width: 230px;
  background: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0;
}

.menu-group .menu-item {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  height: 40px;
  padding-left: 50px;
  display: block;
  position: relative;
}

.menu-group .menu-item.active {
  background-color: #fff2ef;
  font-weight: bold;
}

.menu-group .menu-item.active::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 40px;
  background: linear-gradient(0deg, #fc6960 0%, #fe8a6c 100%);
  left: 0;
  top: 0;
}

.menu-group .menu-item i {
  margin-right: 15px;
  vertical-align: middle;
}

.menu-group .menu-title {
  font-size: 12px;
  color: #999;
  padding: 20px 0 5px 40px;
  margin: 10px 0 0 10px;
}

.layout-right {
  min-height: calc(100vh - 120px);
  background: #ffffff;
  flex: 1;
  border-radius: 4px;
  margin: 20px 20px 55px 250px;
}

.userInfo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px 40px;
}

.userInfo-box .user-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.userInfo-box .user-box .user-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}

.userInfo-box .user-box .user-info {
  position: relative;
  text-align: center;
}

.userInfo-box .user-box .user-name {
  font-size: 26px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
}

.userInfo-box .user-box .viplevel.vip1 {
  background-color: #5c9bf7;
}

.userInfo-box .user-box .viplevel .user-discount {
  display: inline-block;
  width: 27px;
  height: 26px;
  line-height: 26px;
  border: 2px solid #ffbd00;
  border-radius: 18px;
  text-align: center;
  background-color: #fff;
  margin: auto 0;
}

.userInfo-box .user-box .viplevel .user-vip {
  display: inline-block;
  flex: 1;
  text-align: center;
  margin: 0 6px 0 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.userInfo-box .user-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin: 0 40px;
}

.userInfo-box .user-data .item-name {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}

.userInfo-box .user-data .item-num {
  font-size: 30px;
  color: red;
}

.userInfo-box .user-data .item-num span {
  font-size: 20px;
  color: #303133;
  margin-left: 5px;
}

.userInfo-box .user-data .data-item {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  flex: 1;
  border-right: 1px solid #ccc;
}

.userInfo-box .user-data .name {
  font-size: 18px;
  line-height: 24px;
}

.userInfo-box .user-data .num {
  font-size: 28px;
  font-weight: 700;
  color: #fb3358;
  margin: 5px 0;
}

.userInfo-box .user-data .num span {
  font-size: 14px;
  font-weight: 400;
}

.userInfo-box .user-data a {
  width: 110px;
  height: 38px;
  background: linear-gradient(273.49deg, #ff2d2d 9.83%, #ff5a44 55.92%, #ff736a 97.5%);
  border-radius: 8px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.userInfo-box .server-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}

.userInfo-box .server-info .server-code {
  width: 110px;
  height: 110px;
  margin-left: 20px;
}

.center-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.center-box .content-box {
  flex: 1;
}

.center-box .content-box .title {
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0 10px 0;
}

.content-box .channel-box .channel-list {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 60px 60px 30px 60px;
  position: relative;
}

.content-box .process-box .process-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 50px;
}

.process-list .process-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-list .process-item i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #fd3358;
}

.process-list .process-item .item-title {
  position: relative;
  width: 100%;
  font-size: 24px;
  text-align: center;
  padding-top: 38px;
  border-top: 1px solid #fd3358;
}

.process-list .process-item .item-title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fd3358;
  left: 50%;
  margin-left: -8px;
  top: -9px;
}

.content-box .notice-box .notice-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}

.content-box .notice-box .notice-list .notice-txt {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.media-box {
  flex-shrink: 0;
  width: 320px;
  margin-left: 20px;
}

.media-box .title {
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0 10px 0;
}

.media-box .title .title-tip {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-left: 10px;
}

.media-box .title .refresh {
  font-size: 14px;
  line-height: 24px;
  color: #fb3358;
  margin-left: 10px;
  cursor: pointer;
}

.media-box .title .refresh i {
  vertical-align: -1px;
  margin-right: 2px;
}

.media-box .media-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
}

.media-box .media-list .media-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.media-box .media-list .media-item .media-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 10px;
}

.media-box .media-list .media-item .media-name {
  flex: 1;
}

/* 稿件发布 */
#release-form {
  padding: 20px 47px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.release-main {
  background: #ffffff;
  border-radius: 4px;
  width: 80%;
  margin-top: 20px;
  min-width: 900px;
  padding: 20px;
}

.release-main .release-item {
  width: 823px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.release-main .release-item .title {
  color: #333;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 42px;
  font-weight: bold;
  margin-right: 40px;
}

.release-main .release-item input {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  padding: 10px 20px;
  font-size: 14px;
}

.release-main .release-item .release-btn {
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 10px;
  background: #fd3358;
}

.release-main .release-item .release-btn i {
  font-size: 18px;
  margin-right: 5px;
}

.release-main .release-item .release-btn span {
  display: inline-block;
  width: 60px;
  height: 20px;
  margin: auto 0;
}

.release-main .release-item .release-detail {
  margin-right: 5px;
  position: relative;
  flex: 1;
}
.release-main .release-item .release-detail #editor {
  margin: 0 auto;
}

.release-main .release-item .release-detail .editor-tip {
  position: absolute;
  left: 20px;
  top: 55px;
  color: #333;
  z-index: 1000;
  padding-right: 20px;
  font-size: 14px;
}

.release-main .release-item .release-detail .editor-tip .tip-title {
  margin-right: 0;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #fd3358;
}

.release-main .release-item .release-detail .editor-tip .tip-content {
  margin-top: 10px;
}

.release-main .release-item .release-detail .editor-tip p {
  line-height: 24px;
  font-size: 16px;
}

.release-main .release-item .release-detail .editor-tip p span {
  font-weight: bold;
}

.requirements-box {
  display: flex;
  background: #fff;
  border-radius: 4px;
  width: 80%;
  margin-top: 20px;
  min-width: 900px;
  padding-left: 20px;
}

.requirements-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 42px;
  flex-shrink: 0;
  margin-right: 40px;
}

.requirements-box .requirements {
  display: flex;
  margin-left: -5px;
}

.requirements-box .requirements label {
  width: 180px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
  margin-right: 10px;
  border: 1px solid #9a9a9a;
  background: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
}

.requirements-box .requirements label input {
  display: none;
}

.requirements-box .requirements label:hover {
  border: 1px solid #fd3358;
  color: #fd3358;
}

.requirements-box .requirements label.active {
  background: #fd3358;
  color: #ffffff;
  border-color: #fd3358;
}

#notice-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 50px;
  box-sizing: border-box;
  margin: 20px auto 80px;
  display: flex;
  justify-content: flex-start;
}

#notice-box p {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

#notice-box #notice {
  width: 70%;
}

#notice-box li {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

#notice-box li span {
  font-weight: bold;
}

/* 稿件管理 */
.layout-right-title {
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}

.layout-right-title h1 {
  line-height: 56px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  color: #333;
}

.layout-right-title ul {
  display: flex;
}

.layout-right-title ul li {
  color: #656565;
  font-size: 16px;
  margin: 0 37px;
  cursor: pointer;
}

.state-active {
  border-bottom: 2px solid #fd3358;
  font-weight: bold;
  color: #fd3358 !important;
}

.layout-right-title ul li a {
  line-height: 56px;
  display: inline-block;
}

.release-box {
  border: 1px solid #cbcbcb;
  margin: 25px 48px 0px 36px;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
}

.release-box .del {
  color: #909399;
}

.release-box .del li:first-child p:first-child a {
  text-decoration: line-through;
}

.release-box .del li:first-child p:first-child a::after {
  display: inline-block;
  content: "已删除";
  color: red;
  padding: 2px 7px;
  border: 1px solid red;
  margin-left: 10px;
}

.release-box ul {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.release-box ul li:first-child {
  flex: 1;
}

.release-box ul li:last-child {
  flex: 1;
}

.release-box .release-item {
  padding-top: 4px;
  margin: 0;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #999;
}

.release-box .release-item strong {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-weight: normal;
}

.release-box .release-state {
  font-size: 16px;
  font-weight: bold;
  color: #fd3358;
  padding: 0 10px;
}

.release-box .release-money-box {
  text-align: right;
  line-height: 32px;
}

.release-box .release-money-box .release-money {
  font-size: 16px;
  color: #656565;
}

.release-box .release-money-box .release-money strong {
  color: #fd3358;
  font-size: 24px;
  line-height: 18px;
}

.release-box .release-handle {
  padding-top: 40px;
  font-size: 14px;
  color: #656565;
  float: right;
}

.release-handle button,
.release-handle a {
  padding: 7px 10px;
  width: 80px;
  background: #fd3358;
  opacity: 0.9;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
}

.release-handle .del {
  background-color: #c0c4cc;
}

.release-list table tbody tr:nth-child(even) {
  background: #f2f6fc;
}

.release-list table tbody tr:hover {
  background-color: #ecf5ff;
}

.release-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #2095f2;
}

.release-list .logo {
  width: 70px;
}

.release-list .del {
  color: #909399;
}

.release-box:nth-child(2) .release-list {
  display: block;
}

.release-list th,
.release-list td {
  border: 1px solid #eee;
}

.release-list th {
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
  color: #656565;
  white-space: nowrap;
  text-align: center;
}

.release-list tbody tr {
  height: 60px;
}

.release-list td {
  color: #656565;
  font-size: 14px;
  text-align: center;
}

/*分页*/
.paging {
  width: 100%;
  text-align: center;
  font: 14px/28px "宋体";
  padding-top: 15px;
  padding-bottom: 30px;
}

.paging a,
.paging span {
  background: #fff;
  font: 15px/45px "宋体";
  padding: 10px 15px;
  border: 1px solid #dddddd;
  margin-right: 10px;
  color: #000;
}

.paging a.show,
.paging a:hover {
  background: #0077b3;
  color: #fff;
  border: 1px solid #0077b3;
}

.paging span.current {
  background: #0077b3;
  color: #fff;
}

.paging .pageInfo:hover {
  background: #fff;
  color: #000;
  border: 1px solid #dddddd;
}

.release-media-list .release-media-name a {
  font-weight: bold;
  color: #2095f2;
}

.handle-box {
  position: relative;
}

.handle-box .delete {
  font-size: 14px;
  color: #656565;
  cursor: pointer;
}

.handle-box .confirm-delete {
  position: absolute;
  left: 50%;
  top: 32px;
  margin-left: -80px;
  width: 160px;
  height: 110px;
  background: #ffffff;
  box-shadow: 1px 6px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 10;
  padding: 20px 10px;
  box-sizing: border-box;
  display: none;
}

.handle-box .confirm-delete p:first-child {
  line-height: 34px;
  color: #666;
}

.handle-box .confirm-delete p:last-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

.handle-box .confirm-delete p:last-child span {
  color: #9a9a9a;
}

/* 发布代写 */
.layout-right-title span {
  line-height: 56px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  color: #333;
}

.write-layout {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.write-item {
  padding: 10px 30px;
  margin-top: 20px;
}

.write-title span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.writeType-box {
  margin: 20px 0;
  margin-left: 20px;
  font-size: 0;
}

.writeType-box span {
  display: inline-block;
  width: 157px;
  text-align: center;
  font-size: 16px;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 20px;
}

.writeType-box span.active {
  color: #fd3358;
  background: linear-gradient(180deg, #ff9d99 0%, #ffeae8 100%);
  box-shadow: 0 5px 5px #e5e5e5;
  border: unset;
}

.writeType-info {
  width: 690px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 6px;
  background: #fff2ef;
  margin-left: 20px;
}

.writeType-info div {
  padding: 10px 20px;
  position: relative;
}

.write-ipt {
  padding: 14px 0 14px 0;
}

.write-ipt input {
  width: 820px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  padding: 12px 20px;
  font-size: 14px;
  margin-left: 20px;
}

.write-box {
  width: 860px;
  padding-top: 14px;
  margin-left: 20px;
}

.write-summary-box {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 10px 30px 100px;
  border-top: 1px solid #eee;
}

.write-summary {
  text-align: left;
  position: relative;
  margin-left: 345px;
}

.write-summary-item {
  color: #333;
  font-size: 16px;
  padding-top: 16px;
  padding-right: 50px;
}

.write-summary p:first-child {
  padding-top: 27px;
}

.write-summary-item span {
  padding-left: 20px;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.write-money-handle {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 0;
  background-color: #dddfe2;
  z-index: 1000;
}

.write-money-handle .write-save {
  background-color: #fff;
  color: #fb3358;
}

.write-money-handle button {
  width: 190px;
  height: 50px;
  background: #fb3358;
  border-radius: 4px;
  color: #fb3358;
  font-size: 16px;
  margin: 0 20px;
  color: #fff;
}

/* 代写列表 */
.layout-right-title .account {
  width: 92px;
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
  align-self: center;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: #fc665f;
  cursor: pointer;
}

.write-list {
  margin: 20px 36px;
  min-height: 500px;
  background-color: #fff;
}

.write-list thead tr {
  background: rgb(250, 250, 250);
}

.write-list th {
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #656565;
  white-space: nowrap;
  padding: 0 5px;
  text-align: center;
}
.write-list table tr td,
.write-list table th {
  border: 1px solid #eee;
}

.write-list table tbody tr {
  cursor: pointer;
}

.write-list td {
  height: 64px;
  color: #656565;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  padding: 0 5px;
}

.write-title .title {
  color: #fd3358;
}

.write-handle a {
  border: 1px solid #fd3358;
  color: #fd3358;
  padding: 2px 8px;
  border-radius: 4px;
}

/* 在线充值 */
.recharge-form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.recharge-method span,
.bank-accounts span,
.remittance span {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  flex: 0 0 70px;
  margin-right: 20px;
}

.recharge-method button {
  width: 180px;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.recharge-method button svg {
  width: 24px;
  height: 24px;
  vertical-align: -4px;
  margin-right: 2px;
}

.pay-online {
  border: 1px solid #fd3358 !important;
  background: #ffebe8 !important;
}

.qrcode-box {
  width: 700px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 20px;
  margin-left: 70px;
  overflow: hidden;
}

.qrcode-box img {
  width: 300px;
  margin-top: 30px;
}

.bank-box {
  width: 608px;
  margin-left: 90px;
}

.bank-accounts {
  position: relative;
}

.bank-info {
  margin-top: 20px;
  margin-right: 20px;
  height: 180px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 25px 30px;
  box-sizing: border-box;
}

.bank-info p {
  padding-bottom: 14px;
  font-size: 16px;
}

.bank-info span {
  font-size: 16px;
  margin-right: 0;
}

.recharge-method span,
.bank-accounts span,
.remittance span {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  flex: 0 0 70px;
  margin-right: 20px;
}

.bank-accounts .iconfont {
  position: absolute;
  top: 8px;
  right: 30px;
  font-size: 26px;
  color: #fb3358;
  cursor: pointer;
}

.recharge-tip {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.recharge-tip a {
  color: #fd3358;
}

/* 登录页面 */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url(/member/images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 800px;
  background-color: #fff;
  border-radius: 10px;
  /* 阴影 */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.login-left {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* 蓝色渐变背景 */
  background: linear-gradient(to bottom right, #4285f4, #40e8b4);
}
.login-right {
  height: 100%;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.login-right form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.login-right h1 {
  font-size: 24px;
  color: #3876db;
  margin-bottom: 40px;
}
.login-right input {
  height: 40px;
  width: 300px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.login-right button {
  height: 40px;
  width: 300px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(to bottom right, #4285f4, #40e8b4);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.login-right span {
  font-size: 14px;
  margin: 10px 0;
}

.login-right span a {
  color: #3876db;
}

.login-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  color: #fff;
}

.login-left p {
  font-size: 24px;
  font-weight: lighter;
}

/**********会员中心内容表单样式开始**********/
.red {
  color: red;
}
.error-msg {
  font-size: 12px;
  color: red;
  display: inline;
}
.form-table {
  flex: 1;
  font-size: 14px;
  width: 100%;
  /* min-height: calc(100vh - 120px); */
  border-spacing: 0;
  background: #ffffff;
  /* border-radius: 4px; */
  /* margin: 20px 20px 55px 250px; */
}
.form-table thead th {
  font-size: 20px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  padding-left: 25px;
}

.form-table tbody tr td {
  padding: 20px 10px;
}

.form-table tbody tr td:first-child {
  text-align: right;
  width: 120px;
}
.form-table tbody tr td select {
  height: 33px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-table .input {
  display: inline-block;
  padding: 0 5px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-right: 10px;
}
.form-table .submit {
  font-size: 14px;
  outline: none;
  border: none;
  background: #2196f3;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 3px;
  min-width: 100px;
}

.upidimg {
  width: 263px;
  height: 160px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-right: 19px;
  color: #ccc;
  line-height: 160px;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
}
.upidimg:hover {
  color: #dd001a;
}
.upidimg i {
  font-size: 24px;
  line-height: 160px;
  margin-right: 5px;
  text-decoration: none;
  letter-spacing: normal;
  font-style: normal;
}
.upidimg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  margin: 0;
}
.upidimg input[type="file"] {
  opacity: 0;
  width: 263px;
  height: 160px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}

/**********会员中心内容表单样式结束**********/

input[type="checkbox"] {
  cursor: pointer;
}

/* 收藏夹 */

.selectMedias {
  flex: 1;
  background: #f6f7f8;
}

.selectMedias .selectMedias-title {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  color: #333;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.selectMedias .selectMedias-close {
  font-size: 16px;
  float: right;
  cursor: pointer;
}

.media-rec {
  display: block;
  width: 100%;
  text-align: left;
  color: red;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
}

.selectMedias-ul {
  min-height: 100px;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  overflow: auto;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.05); */
}

.selectMedias-ul li {
  background: #fff;
  box-sizing: border-box;
  width: calc(24% - 10px);
  height: 80px;
  border-bottom: 0;
  padding: 10px;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}

.selectMedias-ul .media-li .media-info {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
}
.selectMedias-ul .media-li .media-info a {
  font-size: 14px;
  display: -webkit-box; /* 旧版 Safari 支持 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制行数为2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectMedias-ul .media-li .media-info a:first-child {
  height: 100%;
}
.selectMedias-ul .media-li .media-info img {
  max-width: 140px;
  height: 100%;
}
.selectMedias-ul .media-li .media-info a:hover {
  color: #288be6;
}

.selectMedias-ul li .media-info .logo-box {
  background: #fff;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.selectMedias-ul li .media-info .logo-box img {
  max-width: 60px;
  max-height: 60px;
}

.selectMedias-ul li .price {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.selectMedias-ul li .price span {
  font-size: 16px;
  font-weight: bold;
  color: #fd3358;
}

.selectMedias-action {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px 20px 0;
}

.selectMedias-action a {
  display: block;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: #fb3358;
  color: #fff;
  margin-left: 10px;
}

.selectMedias-ul li .selectMedia-del .iconfont {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.media-buttons {
  display: flex;
  flex-direction: column;
}

.media-buttons i {
  color: #909399;
  cursor: pointer;
}

.media-buttons i:hover {
  color: red;
}

.info-tit a:hover {
  color: #288be6;
}

/* 我的媒体 */
.favorite-box {
  display: flex;
  margin-top: 20px;
  padding-left: 20px;
}

.favorite-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 42px;
  flex-shrink: 0;
  margin-right: 40px;
}

/* 支付页 */
.release-info {
  background-color: #fff;
  padding: 20px 35px;
  background-color: #fff;
}
.release-info .release-title {
  line-height: 32px;
}
.release-info .release-title label {
  font-size: 18px;
  color: #333;
  margin-right: 25px;
  font-weight: bold;
}
.release-info .release-title a {
  font-size: 16px;
  font-weight: bold;
}

hr {
  height: 0;
  line-height: 0;
  margin: 10px 0;
  padding: 0;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  clear: both;
  overflow: hidden;
  background: 0 0;
}

.release-date {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.release-date .release-date-inline {
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 0;
}

.release-date .release-date-inline b {
  font-size: 18px;
  color: #333;
  margin-right: 25px;
}

.release-date .release-date-inline input {
  width: 412px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid rgba(204, 204, 204, 1);
  padding-left: 17px;
}

.release-date .release-date-inline .release-date-text {
  vertical-align: middle;
  padding-left: 10px;
  color: red;
  display: inline-block;
  margin-top: -20px;
  line-height: 32px;
  font-size: 14px;
}

.release-settle {
  background-color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
}

.release-settle .title {
  display: flex;
  justify-content: space-between;
}

.release-settle .title span {
  font-size: 14px;
  color: #606266;
}

.release-settle .title span i {
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
}

.release-settle .title span:last-child i {
  color: red;
}

.release-settle table {
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  color: #5f5f5f;
  /* 边框 */
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e8e8e8;
}

.release-settle table thead tr {
  background-color: rgb(250, 250, 250);
}

.release-settle table thead tr th {
  height: 50px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
}

.release-settle table tbody td {
  font-size: 16px;
  height: 80px;
  text-align: center;
  border: 1px solid #e8e8e8;
}

.release-settle table tbody tr:hover {
  background-color: #ecf5ff;
}
.summary-money {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  margin-top: 20px;
}

.summary-money .buttons {
  margin-left: 122px;
}

.summary-money a,
.summary-item input[type="submit"] {
  font-size: 16px;
  background-color: #fd3358;
  padding: 12px 30px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}

.summary-item {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
}

.summary-item span {
  width: 200px;
  text-align: right;
}

.summary-item span.totalPay {
  width: 162px;
  color: red;
  font-size: 30px;
  font-weight: bold;
}
.summary-item #yuScores {
  color: #fd3358;
}
.summary-item .buy {
  color: #2095f2;
  margin-left: 5px;
  background-color: unset;
  padding: unset;
  vertical-align: text-bottom;
}

.summary-item #mediaCount {
  font-size: 26px;
  color: red;
  font-weight: 600;
  margin: 0 5px;
}

.summary-item .score {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.control-btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100px;
  background-color: #f3f4f5;
  /* 上阴影 */
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
}

.control-btn button {
  font-size: 16px;
  background-color: #fd3358;
  padding: 15px 30px;
  border-radius: 3px;
  color: #fff;
}

.shiming {
  width: 400px;
  height: 200px;
  /* 渐变背景 */
  background: linear-gradient(to bottom right, #4285f4, #40e8b4);
  padding: 30px;
  border-radius: 5px;
}

.shiming .sm-box {
  display: flex;
  gap: 20px;
}

.shiming .sm-box img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
}

.shiming .sm-box .sm-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
}

.shiming .sm-box .sm-info p {
  text-align: left;
}
.shiming .re-sm {
  font-size: 20px;
  color: #fff;
  float: right;
  margin-top: 30px;
}

.shiming span {
  color: #fff;
  float: left;
  margin-top: 30px;
}

.process {
  position: relative;
  background: linear-gradient(to bottom right, #eca349, #e6a23c);
}

.process::after {
  content: url(http://www.51sspp.com/member/person/img/id_on.png);
  position: absolute;
  right: 30px;
  top: 30px;
}

.pass {
  position: relative;
  background: linear-gradient(to bottom right, #72edf2, #5151e5);
}

.pass::after {
  content: url(http://www.51sspp.com/member/person/img/id_pass.png);
  position: absolute;
  right: 30px;
  top: 30px;
}

.release-search {
  display: flex;
  padding: 13px 60px;
}

.release-search input {
  width: 300px;
  border: 1px solid #ccc;
  vertical-align: bottom;
  padding: 0 10px;
}

.release-search input[type="submit"] {
  width: 100px;
  padding: 0 20px;
  background: #fd4768;
  color: #fff;
  border: none;
}

/* 充值页 */

.points-recharge {
  padding: 20px;
}

.points-list {
  display: flex;
  flex-wrap: wrap;
  width: 99%;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}

.points-list li {
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px;
  margin: 10px 0;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  text-align: center; /* 使内容居中 */
  /* 橙黄渐变背景 */
  background: linear-gradient(to bottom, #ffe4b5, #fce38a);
}

.points-list li.selected {
  /* 外发光 */
  box-shadow: 5px 5px 10px red;
}

.points {
  color: red;
  font-size: 26px; /* 设置积分字体大小 */
  font-weight: bold;
  margin-bottom: 15px; /* 下方间距 */
}

.price {
  color: #333;
  font-size: 16px; /* 设置价格字体大小 */
  font-weight: bold;
}

.pop_up {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-300px);
  width: 600px;
  height: 700px;
  background: #fff;
  background: url(http://login.china-ef.com/company/2014/images/zhifu_bg.jpg) top/100% no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 50px;
  box-sizing: border-box;
  z-index: 99999;
}

.pop_up .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.27);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.zhifu_box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}

.zhifu_box > ul {
  display: flex;
  width: 100%;
  height: 100%;
}

.zhifu_box > ul > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  border-right: 1px solid #edeff6;
}

.zhifu_box ul li:last-child {
  border: 0;
}

.zhifu_box ul li .zhifu_logo {
  width: 150px;
}

.zhifu_box ul li h3 {
  font-size: 38px;
  font-weight: 700;
  color: #00a0e9;
  margin-top: 40px;
}

.zhifu_box ul li:nth-child(2) h3 {
  color: #459d38;
}

.zhifu_box ul li h3 i {
  font-size: 18px;
}

.zhifu_box ul li hr {
  border: none;
  width: 50%;
  height: 2px;
  background: #448ccb;
  opacity: 0.1;
  margin-bottom: 15px;
}

.tab_box {
  margin-top: 20px;
}
.zhifu_box li:nth-child(3) .tab_box {
  margin-top: 20px;
  width: 350px;
}

.zhifu_box li:nth-child(3) .tab_box p {
  font-size: 16px;
  margin-bottom: 11px;
}

.tab_nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  height: 30px;
  margin-bottom: 20px;
}

.tab_nav li {
  cursor: pointer;
  margin-left: 30px;
}

.tab_nav li:first-child {
  margin-left: 0;
}

.tab_nav li:hover {
  color: #459d38;
}

.tab_nav li:nth-child(2):hover {
  color: #00a1eb;
}

.tab_nav li:nth-child(3):hover {
  color: #f56c6c;
}

.tab_nav .on {
  font-weight: 700;
  border-bottom: 3px solid #00a1eb !important;
}

.tab_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab_content li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab_content li p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

.tab_content li p i {
  color: #f56c6c;
  font-weight: 600;
}

.tab_content li img {
  width: 150px;
}

.tab_content li a {
  font-size: 16px;
  color: #0782bb;
  height: 20px;
  width: auto;
  float: left;
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}

.btn_pay input {
  width: 180px;
  height: 40px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: initial;
  background: #00a0e9;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
}
.wx_show .zhifu_box ul li h3 {
  color: #459d38;
}

.wx_show .tab_nav .on {
  border-bottom: 3px solid #459d38 !important;
}

.wx_show .Note > p > i {
  color: #459d38;
}

.wx_show .btn_pay input {
  background: #459d38;
}

.dg_show .zhifu_box ul li h3 {
  color: #f56c6c;
}

.dg_show .tab_nav .on {
  border-bottom: 3px solid #f56c6c !important;
}

.dg_show .Note > p > i {
  color: #f56c6c;
}

.dg_show .btn_pay input {
  background: #f56c6c;
}

.zhifu_logo.duigong {
  color: #f56c6c;
  font-weight: 700;
  text-align: center;
}

.question {
  position: absolute;
  bottom: 15px;
  width: 500px;
  text-align: center;
  color: #909399;
}
.pop_up_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.Note {
  width: 240px;
}

.Note p {
  width: 360px;
  float: left;
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  letter-spacing: 1px;
}

.Note input {
  margin-top: 0px;
  outline: none;
  display: block;
  float: left;
  border-radius: 5px;
  border: 2px solid #ececee;
  height: 30px;
  width: 240px;
  padding-left: 10px;
}

.Note > p > i {
  border-left: none;
  margin-right: 0;
  color: #00a0e9;
  font-weight: bold;
}
.pay_layer1 .Note > p > i {
  cursor: pointer;
}
.balance {
  font-size: 20px;
  margin-bottom: 20px;
}

.balance span {
  font-weight: bold;
  font-size: 28px;
  color: red;
  margin-right: 5px;
}

.balance a {
  font-size: 14px;
  color: #1e63ff;
  margin-left: 20px;
}

.recharge-button {
  font-size: 20px;
  padding: 10px 30px;
  margin-top: 30px;
}

.recharge-tip {
  font-size: 14px;
  color: #606266;
}

.tishi {
  width: 820px;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 20px;
  color: #606266;
}

.tishi input[type="submit"] {
  height: 24px;
  padding: 0 10px;
  background-color: #fd3358;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 5px;
}

.tishi .timer {
  float: right;
  margin-left: auto;
}

.tishi span {
  color: red;
}
/* 积分明细 */
.recharge-list {
  padding: 20px;
}

.recharge-list .buttons {
  margin-bottom: 20px;
}

.recharge-list table {
  /* 边框 */
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e8e8e8;
}

.recharge-list table thead {
  background-color: #f5f5f5;
}

.recharge-list table thead tr td {
  font-size: 16px;
  font-weight: bold;
}

.recharge-list table tr td {
  font-size: 14px;
  height: 50px;
  text-align: center;
  border: 1px solid #e8e8e8;
}

/* 会员中心头部 */
.member-header {
  display: flex;
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.member-header .header-logo {
  width: 230px;
  height: 100%;
  padding: 20px;
}

.member-header .header-logo img {
  width: 100%;
  height: 100%;
}

.member-header .menu {
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin: 0 60px;
}
.member-header .menu li {
  position: relative;
}
.member-header .menu li a {
  display: block;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 60px;
}

.member-header .menu li a:hover {
  color: #f60;
}

.user-info {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
  padding: 20px 40px;
}

.user-info img {
  height: 100%;
  border-radius: 50%;
  margin-left: 20px;
}

.user-info .handle-menu {
  width: 180px;
  position: absolute;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 14px 0px rgb(173 173 173 / 25%);
  font-size: 14px;
  top: 65px;
  right: 20px;
  text-align: left;
  line-height: 36px;
  cursor: pointer;
  display: none;
}

.user-info .handle-menu a {
  display: block;
  color: #333;
  padding-left: 40px;
}

.user-info .handle-menu a:hover {
  background-color: #fef0f0;
}

.medias {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 14px;
}

.medias .media-ul {
  width: 100%;
}

.medias .media-ul .media-li {
  padding: 15px 25px;
  display: flex;
  /* height: 80px; */
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  position: relative;
  min-width: 1100px;
}

.medias .media-ul .media-li:hover {
  background-color: #ecf5ff;
}

.medias .media-ul .media-li.active:hover {
  background-color: #fef0f0;
}

.medias .media-ul .media-li.active {
  background-color: #fef0f0;
}
.medias .media-ul .media-li.active .add-btn .addMedia {
  background-color: #fd4768;
  border: 1px solid #fd4768;
}
.medias .media-ul .media-li.active .add-btn .addMedia {
  color: #fff;
}

.medias .media-ul .media-li .media-info {
  width: 280px;
  display: flex;
}

.medias .media-ul .media-li .media-info .logo {
  width: 80px;
  flex: 0 0 80px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.medias .media-ul .media-li .media-info .logo img {
  display: block;
  max-width: 80px;
  max-height: 80px;
}

.medias .media-ul .media-li .media-info .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.medias .media-ul .media-li .media-info .info p {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.medias .media-ul .media-li .media-info .info span {
  color: #007bff;
  border: 1px solid #007bff;
  text-align: center;
  padding: 2px 4px;
  font-size: 12px;
  margin: 10px 2px 0 0;
  border-radius: 5px;
}

.medias .media-ul .media-li .price {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.medias .media-ul .media-li .note {
  width: 300px;
}

.medias .media-ul .media-li .note .value {
  /* 超过两行显示... */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.medias .media-ul .media-li .area {
  width: 120px;
}

.medias .media-ul .media-li .key {
  text-align: center;
  color: #666;
  margin-top: 22px;
  padding-bottom: 5px;
  font-size: 12px;
}

.medias .media-ul .media-li .price .price-yhj {
  font-size: 14px;
}

.medias .media-ul .media-li .price .price-yhj span {
  color: #fb3358;
  font-size: 16px;
}

.medias .media-ul .media-li .value {
  text-align: center;
  color: #333;
}

.medias .media-ul .media-li .value.baidu-value {
  width: 55px;
  text-indent: 24px;
  height: 19px;
  background-size: auto 100% !important;
  line-height: 19px;
  position: relative;
  color: #fff;
  font-size: 16px;
}

.medias .media-ul .media-li .add-btn {
  position: relative;
  /* margin-top: 28px; */
  margin: auto 0;
  padding: 0 5px;
}

.medias .media-ul .media-li .add-btn .addMedia {
  border: 1px solid #007bff;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  padding: 3px 20px;
}

.medias .media-ul .media-li .add-btn .addMedia {
  color: #007bff;
  border-color: #007bff;
}
.medias .media-ul .media-li .add-btn .addMedia.active .medias .media-ul .media-li .add-btn .addMedia.isdel {
  background: #fb3358;
  border-color: #fb3358;
}

.medias .media-ul .media-li .add-btn .addMedia.active,
.medias .media-ul .media-li .add-btn .addMedia.isdel {
  color: #fff;
}

.modal {
  display: none; /* 隐藏弹窗 */
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%; /* 全屏 */
  height: 100%; /* 全屏 */
  overflow: auto;
  background-color: rgb(0, 0, 0); /* 背景色 */
  background-color: rgba(0, 0, 0, 0.4); /* 背景透明度 */
}

.modal-content {
  background-color: #f2f6fc;
  padding: 10px;
  border: 1px solid #888;
  width: 80%; /* 弹窗宽度 */
  height: 90%;
  min-height: 800px;
  border-radius: 10px;
}

.modal-content .modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-content button {
  display: block;
  width: 150px;
  height: 40px;
  margin: 10px auto;
}

.close {
  color: #aaa;
  float: right;
  font-size: 45px;
  line-height: 0.8;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* 媒体筛选 */
.media-filter {
  border-radius: 10px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.8);
}

.media-tab {
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 10px 0 10px;
  margin-bottom: 20px;
}

.media-tab li {
  text-align: center;
  flex: 1;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  border: 1px solid #007bff;
  margin-right: 10px;
  opacity: 0.9;
}

.media-tab li.active {
  background: linear-gradient(180deg, #2196f3 0%, #90caf9 100%);
  box-shadow: 0 5px 5px #e5e5e5;
  border: unset;
}

.media-tab li.active span {
  color: #fff;
}

.media-tab li a {
  line-height: 60px;
  font-size: 20px;
  color: #333;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

.media-filter .filter {
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.media-filter ul .filter-title {
  background-color: #fff;
  width: 12.5%;
  text-align: center;
  font-size: 14px;
  color: #333;
  flex-shrink: 0;
  align-self: center;
}

.media-filter .filter-item {
  flex: 1;
  min-height: 44px;
}

.media-filter .filter-item ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px 0;
}

.media-filter .filter-item li {
  padding-bottom: 13px;
  position: relative;
  font-size: 14px;
  color: #666;
  padding: 5px 13px;
  border-radius: 4px;
  cursor: pointer;
}

.media-filter .filter-item li.active {
  color: #409eff;
  background-color: #d9ecff;
}

/* 稿件预览 */
.preview {
  max-width: 850px;
  background-color: #fff;
  margin: 20px auto;
}
.preview .tip {
  display: block;
  font-size: 16px;
  color: red;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.preview h1 {
  color: #333;
  text-align: center;
  margin: 20px 0;
}
.preview .content {
  margin-top: 20px;
}
.preview .image-container {
  text-align: center;
  margin: 20px 0;
}
.preview img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.preview-content {
  padding: 20px;
  line-height: 1.7;
}
