﻿.content-banner {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.content-box {
    padding: 40px;
    text-align: center;
}

    .content-box h1 {
        font-size: 42px;
        margin-bottom: 30px;
        color: #333;
    }

    .content-box p {
        font-size: 15px;
        line-height: 1.6;
        color: #733555;
        max-width: 800px;
        margin: 0 auto 20px;
        text-align: justify;
        text-justify: inter-character;
        word-break: break-all;
    }

body {
    margin: 0;
    font-family: "Microsoft YaHei", sans-serif;
    background: linear-gradient(to bottom, #e0f3ff, #FFFFFF);
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
    .fixed-header.extra {
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.logo {
    /*margin-right: 15px;
    width: 36px;
    height: 36px;*/
    height: 65px;
    background-color: #e0f3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.top-extra {
    width: 940px;
    margin: 0 auto;
    padding-top: 0px;
    display: flex;
    gap: 80px;
    background-color: #e0f3ff;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.header-top {
    height: 65px;
    background-color: #e0f3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    /*position: relative;*/
}

.header-logo-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 305px;
    height: 47px;
}

.header-line {
    height: 2px;
    background-color: #cce0ed;
}

.main-container {
    width: 940px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    flex: 1;
}

.menu-item {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: 0.3s;
}

    .menu-item:hover {
        color: #FFFFFF;
    }

.footer-rect {
    height: 45px;
    background-color: #e0f3ff;
    text-align: center;
    padding-top: 15px;
}
    .footer-rect a {
        flex: 1;
        color: #333;
        text-decoration: none;
        font-size: 15px;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 20px;
        line-height: 20px;
    }

.content-box {
    background-color: rgba(255, 255, 255, 0);
    padding: 40px;
}
/* piaochuangWindow*/
#msg_win{border:1px solid #A67901;background:#EAEAEA;width:410px;position:absolute;right:0;font-size:12px;font-

family:Arial;margin:0px;display:none;overflow:hidden;z-index:99;}
#msg_win .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
.icos a{float:left;color:#833B02;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-

decoration:none;font-family:webdings;}
.icos a:hover{color:#fff;}
#msg_title{background:#FECD00;border-bottom:1px solid #A67901;border-top:1px solid #FFF;border-left:1px solid #FFF;color:red;font-

size:13px;font-family:宋体;font-weight:bold;height:25px;line-height:25px;text-indent:5px;}
#msg_content{margin:5px;margin-right:0;width:400px;height:155px;overflow:hidden;font-family:宋体;}


#floatingWindow {
            position: absolute;
            width: 350px;
            height: 120px;
            background-color: #f0f0f0;
            border: 1px solid #ccc;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            padding: 10px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            z-index: 1000;
        }

        .close-btn {
            align-self: flex-end;
            cursor: pointer;
            color: #666;
            font-weight: bold;
            background: none;
            border: none;
            padding: 0;
            margin: 0;
        }

        .close-btn:hover {
            color: #333;
        }

        .content {
            font-size: 14px;
            color: #333;
        }

