/* 未登录，tougao_tips.js.html */
.tougaoai-content {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.tougaoai-content p {
    height: 35px;
    line-height: 35px;
}
.tougaoai-content button {
    height: 49px;
}


/* === 已登录，tougao_plan_list.html === */
.aitougao-content {
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}


/* 提示 */
.tishi-p {
    position: absolute;
    top: 35px;
    right: 60px;
    font-size: 14px;
}
.tishi-icon {
    font-family: 'iconfont', sans-serif;
    font-style: normal;
    font-size: 26px;
    color: #FF9900;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 25px;
    right: 20px;
}
.tishi-icon:hover {
  font-size: 32px;
}
.tishi-icon:hover + .tishi-tooltip {
    display: block;
    opacity: 0.95; /* 设置透明度 */
}
.tishi-tooltip {
    display: none;
    position: absolute;
    opacity: 0;
    font-size: 14px;
    text-align: center;
    top:35px;
    right: 56px;
    background-color: #333;
    color: #fff;
    padding: 20px 20px;
    border-radius: 4px;
    white-space: normal; /* 允许多行文本 */
    transition: visibility 0s, opacity 0.3s ease;
    z-index: 888; /* 确保提示框在其他元素之上 */
    pointer-events: none; /* 防止提示框遮挡鼠标事件 */
}
.tishi-tooltip p{
    height: 25px;
    line-height: 25px;
}


/* 列表表格 */
.aitougao-content td i {
    margin-right: 5px;
}
.aitougao-content td .td-btn {
    font-size: 12px;
}
.aitougao-content td .btn-a {
    font-size: 14px;
    margin-right: 10px;
}

/* 教程指南 */
.turorial-div {
    background: #fff;
}
.turorial-div .div-content {
    cursor: pointer;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.turorial-div .div-content a {
    width: 208px;
    padding: 30px 24px;
    color: #777;
    background: #F5F9FF;
    border-radius: 4px;
    text-decoration: none;
}
.turorial-div .div-content a:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    color: #2DA9FA;
    border-color: #2DA9FA;
}


/* 下载邮箱客户端 */
.modal-body-div {
    padding: 10px 50px 30px;
}
.modal-body-div p {
    height: 40px;
    line-height: 40px;
}
.modal-body-div p a{
    text-decoration: none;
}
.dw-client-div {
    width: 560px;
}


/* ===  选择作品文件  === */
.select-file-div {
    padding: 0 20px;
    max-width: 860px;
    font-size: 15px;
}
.select-file-div tr {
    border: none;
    padding: 0;
}
.select-file-div .txy-tr {
    display: none;
}
.select-file-div td {
    padding: 0 5px 15px;
    text-align: left;
}
.select-file-div td.td-radio input {
    width: auto;
    cursor: pointer;
}
.select-file-div td.td-radio label {
    cursor: pointer;
    color: #333;
    font-weight: normal;
}
.select-file-div td.td-radio p {
    height: auto;
    line-height: 2;
}
.select-file-div td.td-file button {
    display: none;
}
.select-file-div td.td-btn {
    padding: 15px 0;
}

.select-file-div .title-td {
    width: 90px;
    text-align: right;
}
.select-file-div .title-colspan {
    text-align: center;
}
.select-file-div span {
    display: inline-block;
    font-size: 12px;
    padding: 3px 6px;
    margin: 6px 12px 6px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #F2F2F2;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.select-file-div span.xz {
    background-color: #05CCB0;
    color: #fff;
}
.select-file-div span.disable {
    background: #F2F2F2;
    cursor: auto;
}
.select-file-div p {
    color: #ff6600;
    font-weight: bold;
}
.select-file-div .td-btn .disabled {
    background: #f5f5f5;
    color: #999;
}




/* ===  授权投稿信息  === */
.user-tougao-info-form {
    padding: 0 30px 10px;
    margin: 0 auto;
}
.user-tougao-info-form tr {
    border: none;
}
.user-tougao-info-form .td_tishi {
    text-align: center;
    color: #ff6600;
    font-size: 14px;
}
.user-tougao-info-form .td_title {
    text-align: right;
}
.user-tougao-info-form td {
    min-width: 90px;
    padding: 10px 0;
}
.user-tougao-info-form input,select,textarea {
    width: 320px;
}
.user-tougao-info-form textarea {
    width: 320px;
}
.user-tougao-info-form select {
    width: 320px;
}
.user-tougao-info-form .submit-btn {
    width: 320px;
    height: 49px;
}
.user-tougao-info-form .email-key-query {
    padding: 0 76px 0 0;
    width: 320px;
    text-align: right;
}
.user-tougao-info-form .email-key-query a{
    margin-left: 30px;
}
.user-tougao-info-form .update_time{
    display: block;
    width: 320px;
    text-align: center;
    margin-top: 15px;
    color: #ACACAC;
}



/* ===  投稿计划 tougao_plan_info.html  === */
.main-content form {
    margin: 0;
    padding: 0;
}
.tougaojh-content {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;  /* 子元素垂直排列 */
    align-items: center;
    padding: 20px 0;
}
.tougaojh-content h3 {
    margin-bottom: 15px;
}
.tougaojh-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.tougaojh-content-left {
    width: 460px;
}
.vertical-divider {
    width: 1px; /* 分割线的宽度 */
    height: 730px;
    background-color: #f5f5f5;
    margin: 40px 30px 0;
}
.tougaojh-content-right {
    width: 645px;
}



/* 左边表格内容样式 */
.tougaojh-content-left tr{
    border: 0;
}
.tougaojh-content-left td{
    padding: 5px 5px;
}
.tougaojh-content-left .title-td {
    min-width: 90px;
    text-align: right;
}
.tougaojh-content-left td.works-type-title-td label {
    font-size: 12px;
    margin-right: 10px;
}
.tougaojh-content-left td.works-type-td {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tougaojh-content-left td .works-type-span {
    display: block;
    padding: 3px 10px;
}
.tougaojh-content-left .td-red {
    font-size: 14px;
    color: #FF6600;
}
.tougaojh-content-left .td-quill div{
    max-width: 360px;
    border: 1px solid #F2F2F2;
    transition: border-color 0.3s ease;
}
.tougaojh-content-left input,select,textarea{
    width: 360px;
}
.zp-file {
    display: none;
}


/* 右边选择平台内容样式 */
.tougaojh-content-right{
    font-size: 15px;
}
.tougaojh-content-right .right-div1 {
    height: 49px;
}
.tougaojh-content-right .right-div1 button{
    padding: 6px 12px;
    font-size: 14px;
    margin-right: 5px;
}
.tougaojh-content-right .right-div1 span{
    margin-left: 15px;
    font-size: 14px;
}
.tougaojh-content-right .right-div1 span label{
    color: #ff6600;
    font-size: 15px;
    font-weight: bold;
}

.tougaojh-content-right .right-div2 {
    height: 49px;
    background: #F5F9FF;
    position: relative;
}
.tougaojh-content-right .right-div2 input{
    padding: 10px;
    margin: 6px;
    width: 220px;
}
.tougaojh-content-right .right-div2 button{
    position: absolute;
    padding: 6px 10px;
    font-size: 14px;
    top: 8px;
}
.tougaojh-content-right .right-div2 button.clear-yx{
    right: 0;
}
.tougaojh-content-right .right-div2 button.clear-whf{
    right: 85px;
}
.tougaojh-content-right .right-div2 button.import-yt{
    right: 185px;
}
.tougaojh-content-right .right-div2 button.import-wt{
    right: 270px;
}


.tougaojh-content-right .right-div3 {
    font-size: 13px;
    height: 660px;
    margin: 5px 0;
    overflow-y: auto;
}
.tougaojh-content-right .right-div3 table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tougaojh-content-right .right-div3 td{
    padding: 5px 8px 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tougaojh-content-right .s-red {
    color: #ff6600;
}
.tougaojh-content-right .batch-td {
    width: 36px;
    color: #AEAEAE;
}
.tougaojh-content-right .batch-td1{
    min-width: 100px;
}
.tougaojh-content-right .batch-td2{
    width: 70px;
    color: #AEAEAE;
}
.tougaojh-content-right .batch-td3,
.tougaojh-content-right .batch-td4,
.tougaojh-content-right .batch-td5{
    width: 50px;
    color: #AEAEAE;
}
.tougaojh-content-right .batch-td6{
    padding: 0;
    width: 170px;
    text-align: center;
    color: #AEAEAE;
}
.tougaojh-content-right .batch-td6 i{
    /*margin-right: 2px;*/
}
.highlight {
    background-color: yellow;
}

.tougaojh-content-right .right-div4 {
    font-size: 12px;
    background: #F9F9F9;
    color: #666;
    padding: 5px 8px 0;
}
.tougaojh-content-right .right-div4 th{
    padding: 5px 0;
    font-size: 12px;
}


/* 底部按钮样式 */
.tougaojh-content-foot{
    display: flex;
    flex-direction: column;  /* 子元素垂直排列 */
    align-items: center;
}
.tougaojh-content-foot button{
    font-size: 18px;
    width: 130px;
    margin: 20px 15px;
}
.tougaojh-content-foot label{
    color: #ff6600;
    font-weight: bold;
}
.tougaojh-content-foot div a {
    color: #2DA9FA;
    cursor: pointer;
    text-decoration: none;
}
.tougaojh-content-foot div a:hover {
    text-decoration: underline;
}
