﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
    color:#333;
}

ul,
li {
    list-style: none;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
}

input,
textarea,
select {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    *zoom: 1;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.m-c {
    width: 1200px;
    margin: auto;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1;
}

/*主体内容*/

.index_body{
    display:flex;
}

.menu_info_c {
    margin-top: 0 !important;
}

.container{
    width:auto;
}

.news_list_body .news_list_container {
    width: auto !important;
}
.news_list_body .border-style li {
    height: 40px !important;
    line-height: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.pd0{
    padding:0 !important;
}
.lh0{
    line-height:0 !important;
}
.fz28{
    font-size:28px;
}

/*漂浮窗口CSS*/
#floating-notification, #MoveImagesWindowDiv {
    position: absolute;
    top: 50px;
    left: 50px;
    min-width: 300px;
    padding: 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    transition: transform 0.2s ease;
}

#floating-notification:hover,#MoveImagesWindowDiv:hover {
    transform: scale(1.05);
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}

.close-btn:hover {
    background: rgba(0,0,0,0.4);
}

.notification-content {
    margin: 0;
    font-size: 15px;
}
.notification-image{
    border-radius:15px;
}
.notification-a:hover{
    color:#73d8ff !important;
}
/*按钮*/
.btn {
    color: #071437;
    outline: 0 !important;
    background-color: #F9F9F9;
    border: 0;
    cursor: pointer;
    line-height: 1.5;
    font-weight: 500;
    font-size: 18px;
    padding: calc(5px) calc(20px);
    border-radius: 5px;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
    color: #1B84FF;
    background-color: #E9F3FF;
    border-color: #E9F3FF;
}
.btn-primary {
    color: #fff;
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
}
.btn-primary:hover {
    color: #fff;
    background-color: #056EE9;
    border-color: #056EE9;
}
/*输入表单*/
.form-input {
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    appearance: none;
    border: 1px solid #DBDFE9;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 18px;
}
.form-input::placeholder {
    color: #99a1bd;
}
.form-input:focus {
    background-color: #F1F1F4;
    border-color: #F1F1F4;
    transition: color .2s ease;
}
.form-select {
    background: #F1F1F4;
    border-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
    appearance: none;
    padding: 5px 20px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    border-radius: 5px;
    background-image: url(../images/xiala.png);
    background-repeat: no-repeat;
    background-position: right;
}

    /*颜色布局*/
    [tpl=Z01_2-color-one] {
        --bg-header-color: #071437; /*头部菜单背景颜色*/
        --header-menu-title-color: #ddd; /*头部菜单标题字体颜色*/
        --login-btn-bg-color: #1B84FF; /*登录按钮背景颜色*/
        --login-btn-font-color: #FFF; /*登录按钮字体颜色*/
        --login-btn-hover-bg-color: #E9F3FF; /*登录按钮触摸后背景颜色*/
        --login-btn-hover-font-color: #1B84FF; /*登录按钮触摸后字体颜色*/
        --center-category-on-bg-color: #1c84fe; /*文章栏目按钮切换选中状态背景颜色*/
        --center-category-on-font-color: #FFF; /*文章栏目按钮切换选中状态字体颜色*/
        --center-current-h4-color: #1c84fe; /*当前目录 当期标题颜色*/
        --center-download-btn-color: #1c84fe; /*下载目录封面按钮背景颜色*/
        --center-column-h3-bg-color: linear-gradient(0deg, #43b1ff 0%, #2067fa 100%), linear-gradient(#000000, #000000); /*文章栏目背景颜色*/
        --article-title-color: #0170e4; /*文章标题颜色*/
        --article-title-before-color: linear-gradient(0deg, #43b1ff 0%, #2067fa 100%), linear-gradient(#000000, #000000);
        --article-list-border-bottom: 1px solid #1b84ff;
        --ranking-on-border-top: 5px solid #007df6; /*排行榜选中颜色*/
    }
[tpl=Z01_2] {
    /*主题色 #084e9d*/
    --bg-header-color: #247bde; /*头部菜单背景颜色*/
    --header-menu-title-color: #FFF; /*头部菜单标题字体颜色*/

    --login-btn-bg-color: #084e9d; /*登录按钮背景颜色*/
    --login-btn-font-color: #FFF; /*登录按钮字体颜色*/
    --login-btn-hover-bg-color: #E9F3FF; /*登录按钮触摸后背景颜色*/
    --login-btn-hover-font-color: #1B84FF; /*登录按钮触摸后字体颜色*/

    --center-category-on-bg-color: #084e9d; /*文章栏目按钮切换选中状态背景颜色*/
    --center-category-on-font-color: #FFF; /*文章栏目按钮切换选中状态字体颜色*/

    --center-current-h4-color: #084e9d; /*当前目录 当期标题颜色*/
    --center-download-btn-color: #084e9d; /*下载目录封面按钮背景颜色*/
    --center-column-h3-bg-color: #084e9d; /*文章栏目背景颜色*/

    --article-title-color: #084e9d; /*文章标题颜色*/
    --article-title-before-color: linear-gradient(0deg, #084e9d 0%, #569ff7 100%), linear-gradient(#000000, #000000);
    --article-list-border-bottom: 1px solid #084e9d;
    --ranking-on-border-top: 5px solid #084e9d; /*排行榜选中颜色*/
    --display-mode-on-color: #084e9d; /*显示模式选择颜色*/

    --btn-bg-color:#084e9d; /*按钮背景色*/
}

/*PC端触发手机尺寸公共模板css*/
@media (max-width: 991.98px) {
   .index_body{display: flex;flex-wrap: wrap;}
}

/*登录界面兼容*/
.login_DivRight{ width:225px !important; }
.login_VarImg{width:90px !important;}