        .header {
            background-color: #00B1B4;
            color: #fff;
            padding: 0.3rem 0.9375rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 999;
        }
        .jjkg-form  .iframe-main-b{
                    background-color: #00B1B4;

        }
        
        .jjkg-form  .layui-layer-btn .layui-layer-btn0 {
    border-color: #00B1B4;
    background-color: #00B1B4;
    color: #fff;
}
          .jjkg-form .line2{
        background:rgba(255,255,255,0.3)
        }
        .header .header-left img {

            width: 4rem;
            height:auto;
            object-fit: cover;
            background-size: 100% 100%;
            margin-right: 1%;
        }

        .header .header-left p {
            font-size: 1.1rem;
    font-weight: bold;
               text-align: justify;
        }

        .header-left {
            width: 52%;
            display: flex;
            align-items:center;
                font-weight: bold;
            text-align: left;

        }

        .header-left h2 {
            font-size: 16px;
            font-weight: normal;
        }

        .header-left p {
            font-size: 0.875rem;
            margin-top: 2px;
        }

        .header .line {
            width: 0.1rem;
            background: rgba(255, 255, 255, 0.3);
            height: 3rem;
            margin: 0.3rem;
        }

        .header-right {
            font-size: 0.8rem;
        }

        /* 导航栏 - 跟随头部固定 */
        .nav {
            background-color: #0052a3;
            display: flex;
            justify-content: space-around;
            padding: 0.675rem 0;
            /* 固定定位 */
            position: fixed;
            top: 3.75rem;
            /* 接在header下方 */
            left: 0;
            right: 0;
            z-index: 999;
        }

        .nav a {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
        }

        .notice {
            margin: 4rem 0;
            width: 100%;
            background-color: #fff;
            box-sizing: border-box;
            padding: 0.5rem;
            overflow-y: auto;

        }

        .notice-title {
            width: 12.9rem;
            height: 2.5rem;
            margin: 0.75rem auto 0rem;
            background: #00A69D;
            border-radius: 3.7rem;

            border-radius: 3rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .jjkg-form .layui-layer-molv .layui-layer-title,
        .jjkg-form .layui-layer-molv .layui-layer-btn a {
            background: #00B1B4;
            ;
        }

        .notice-title p {
            font-size: 1.125rem;
            font-weight: bold;
            color: #fff;
            margin-right: 2rem;
        }

        .notice-title i {

            width: 2.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 2.5rem;
            background: #00B1B4;
            border-radius: 50%;
            text-align: center;
            line-height: 3.7rem;

        }

        .notice-title i img {
            width: 50%;
            height: auto;
        }