﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    list-style: none
}
:root {
    --container-width: 97%;
    --container-height: 420px;
    --accent: #0d47a1;       /* 深蓝主色 */
    --muted: #4b5563;        /* 灰蓝文字 */
    --bg: #f5f7fa;           /* 淡蓝灰背景 */
    --card: #ffffff;         /* 白色卡片 */
    --radius: 12px;
    --table-head-bg: #e3f2fd; /* 表头浅蓝背景 */
}

body {
    background: #f1f5f9 !important;
}

body, html {
    /*height: 100% !important;*/
    margin: 0;
    width: 100%;
}

.full-height {
    height: 100%;
}


textarea {
    resize: none !important;
}

input[type="radio"] {
    cursor: pointer;
}

label[for] {
    cursor: pointer;
}

.navtitle {
    width: 700px;
    height: 80px;
    margin: auto;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 80px;
    text-align: left;
    font-style: normal;
}

header {width: 100%; height:270px;overflow:hidden;position:relative;
    background: url("/images/rwl/pingshenbg.jpg") no-repeat center center;
        /*background-size: contain;*/
}
.outside-div {margin-bottom:100px;}
header .topline .logoutBtn{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    border: 2px solid #3b82f6;
    border-radius: 6px;
    background: transparent;
    transition: all 0.3s ease;
    font-weight: 500;
    display: inline-block;
}

header .topline .text{
    color: #ffffff;
    font-size: 14px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    font-weight: 500;
    display: inline-block;
}


header .topline logoutBtn:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

header nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 顶对齐 */
    padding: 15px 0;
}

header .logo {
    width: 190px;
    height: 40px;
    background: url("/images/rwl/logo.png") no-repeat center center;
    background-size: contain;
}

header .logo-div {
    width: 190px;
    height: 80px;
}




/* 右侧整体容器 */
header .adminBanner-right-area {
    display: flex;
    flex-direction: column; /* 纵向排列 */
    align-items: flex-end;  /* 靠右对齐 */
    gap: 10px; /* 退出与菜单间距 */
}
ul {list-style-type: none;}
li {text-decoration: none;}

.dxyj_banner{    width: 100%;
    /*background: url("/images/pingshenbg-slfd.jpg") no-repeat center center;*/
    /*background-size: cover;  !* 背景图自适应宽度，高度按比例裁剪 *!*/
    display: flex;           /* 用 flex 实现居中 */
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    padding: 30px 0;         /* 上下留点间距，让文字有呼吸感 */
}
.dxyj_banner .ts_tit{
    font-size: 40px;
    color: #ffffff;                    /* 白色文字 */
    font-family: "汉仪综艺体简", sans-serif;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3); /* 深色阴影 */
    text-align: center;
    font-weight: bold;
}

/*.on_ht {*/
/*    background-color: #1565c0;      !* 主蓝色背景 *!*/
/*    color: #e3f2fd;                !* 浅蓝色文字 *!*/
/*    border-bottom: 3px solid #0d47a1 !important;  !* 深蓝色边框 *!*/
/*}*/
/*.layoutUL{*/
/*    display: inline-flex;*/
/*    list-style-type: none;*/
/*}*/

/*nav ul {*/
/*    list-style: none;*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*nav ul li{float:left;}*/

/*nav ul li a {*/
/*    display: block;*/
/*    padding: 0 20px;*/
/*    border-bottom: 3px solid transparent;*/
/*    color: #0d47a1;              !* 深蓝色文字 *!*/
/*    font-size: 18px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    transition: all 0.3s ease;*/
/*    text-decoration: none;*/
/*}*/
/*nav ul li a:hover{*/
/*    background-color: #1565c0;*/
/*    color: #e3f2fd;*/
/*    border-bottom: 3px solid #0d47a1;*/
/*}*/


.on_ht {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
}

.layoutUL{
    display: inline-flex;
    list-style-type: none;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 12px;
    background: rgba(30, 41, 59, 0.8);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid #334155;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    padding: 0 22px;
    border-radius: 8px;
    background: transparent;
    color: #cbd5e1;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

nav ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

nav ul li a:hover::before {
    left: 100%;
}

nav ul li a:hover {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
    transform: translateY(-2px);
}

nav ul li a.on_ht {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.MainBox{width: 1250px;margin: auto;overflow: hidden}

/*期刊基本信息及定量展示*/
.picture{width: 150px;overflow: hidden;float: left;box-shadow: 0px 0px 10px 3px #769fcd}
.picture .cover{
    width: 150px;
    background-size: contain;
}
.databasetable {width:90%;border: 2px solid #E6EBEE;border-collapse: collapse;text-align: center;border-top: none;margin: auto;margin-bottom: 50px;border-right:none;}
.databasetable .TDH{width: 180px;}
.databasetable th{border: 1px solid #CCD5DC;height:30px}
.databasetable td{border: 1px solid #E6EBEE;font:normal normal 14px/14px "Microsoft YaHei";height:30px}

.Pop_up {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
}


.pop {
    width: 500px;
    height: 500px;
    background: #FFFFFF;
    position: fixed;
    left: 40%;
    top: 20%;
    z-index: 100;
}
.pop_title {
    width: 500px;
    height: 46px;
    background: #F7F8FA;
}
.colseimg {
    float: right;
    padding-right: 22px;
    margin-top: 12px;
    cursor: pointer;
}
.closeimg {
    float: right;
    padding-right: 22px;
    margin-top: 12px;
    cursor: pointer;
}

.title_distance {
    width: 101px;
    height: 22px;
    padding-left: 20px;
    line-height: 46px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-style: normal;
}


.symbol {
    text-decoration: none;
    color: #FF1818;
}

.inputlist {
    width: 298px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    padding-left: 12px;
    display: inline-block;
}

.btn_sure {
    width: 65px;
    height: 38px;
    background: #1890FF;
    border-radius: 2px 2px 2px 2px;
    border: none;
    color: #ffffff;
    margin-right: 40px;
}

.btn_cancel {
    width: 65px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    color: #333333;
}
.edit-btn{background:var(--accent);color:#fff;border:none;padding:4px 8px;border-radius:6px;cursor:pointer;font-size:12px;margin:0 2px}
.delete-btn{background:#ba341c;color:#fff;border:none;padding:4px 8px;
    border-radius:6px;cursor:pointer;font-size:12px;margin:0 2px}

.potbtn_information {
    width: 180px;
    height: 38px;
    text-align: center;
    margin: auto;
}

.text-red {
    color: red;
}

.text-red-level1 {
    color: red;
    font:normal normal 16px/32px "Microsoft YaHei";
}
/*通用margin*/
.mg-20 {
    margin:20px;
}

/*通用margin-bottom*/
.mb-10 {
    margin-bottom:10px;
}
/*通用margin-top*/
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}
/*通用min-height*/
.mh-40 {
    min-height:40px;
}
/*通用padding-left*/
.pl-20 {
    padding-left:20px;
}

/*通用width*/

.w-38 {
    width: 38px;
}

.w-72 {
    width: 72px;
}
.w-78 {
    width: 78px;
}

.w-83 {
    width: 83px;
}

.w-97 {
    width: 97px;
}
.w-100px {
    width: 100px;
}

.w-109 {
    width: 109px;
}

.w-123 {
    width: 123px;
}

.w-128 {
    width: 128px;
}

.w-170 {
    width: 170px;
}

.w-185 {
    width: 185px;
}

.w-210 {
    width: 210px;
}
.w-217 {
    width: 217px;
}
.w-237 {
    width: 237px;
}
.w-262 {
    width: 262px;
}

.w-13per {
    width: 13%;
}
.w-18per {
    width: 18%;
}
.w-20per {
    width: 20%;
}
.w-30per {
    width: 30%;
}

.w-50per {
    width: 50%;
}
.w-60per {
    width: 60%;
}
.w-70per {
    width: 70%;
}

.w-100per {
    width: 100%;
}
/*通用*/
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.flex {
    display: flex!important;
}

.block {
    display: block!important;
}
.inline-block {
    display: inline-block!important;
}
.inline {
    display: inline!important;
}


.count-text {
    color: red !important; /* 可选：设置提示文字颜色 */
    /*font-size: 0.8em; !* 可选：缩小提示文字 *!*/
    font-weight: 400;
    font-size: 12px !important;
    display: block;
}

.bindphone_getcode {
    width: 122px;
    height: 32px;
    background: #32A6B1;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    border: none;
    outline: none;
    margin-left: 8px;
    color: #fff;
    cursor: pointer;
}
.bindphone_getcode_disabled{cursor: default !important;width:130px!important;background:#e9e9e9;color:#bfbfbf;border:1px solid #e9e9e9!important;text-align:center;margin-left:10px; font-size:14px;padding:0px!important;}