.gl-gohaibao {
    position: fixed;
    right: 11px;
    bottom: 200px;
    z-index: 99;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}

.gl-gohaibao-show {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: center;
    background: #003d4c;
    opacity: 0.6;
    color: #FFF;
    border-radius: 50%;
}

.gl_haibao_okclose {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    text-align: center;
    overflow: hidden;
    z-index: 999999999999;
}

.gl_haibao_okclose a {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.gl_haibao_okclose a img {
    width: 40px;
    height: 40px;
}

.big_fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.new-haibao-box {
    width: 720px;
    height: 1280px;
    margin: auto;
    background-color: #f7f8fd;
    /*预先隐藏*/
    display: block;
    position: fixed;
    opacity: 0;
    z-index: -999;
}

.new-haibao-box .title {
    color: #5778ab;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    display: block;
    margin: auto;
    padding: 50px 0 20px 0;
    line-height: unset;
}

.new-haibao-box .time {
    color: #5778ab;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 0px 0 20px 0;
}

.new-haibao-box .zycontent-box {
    width: 640px;
    margin-left: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.new-haibao-box .zycontent-box .fm-img {
    width: 640px;
    height: 430px;
    overflow: hidden;
    border-radius: 20px;
}

.new-haibao-box .zycontent-box .fm-img img {
    width: 640px;
    height: 430px;
    object-fit: cover;
}

.new-haibao-box .zycontent-box .fm-title {
    margin: 30px 20px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-haibao-box .zycontent-box .fm-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #033376;
    letter-spacing: 2px;
    text-align: justify;
}

.new-haibao-box .zycontent-box .fm-hx {
    height: 1px;
    background-color: #e2e2e2;
    margin: 35px 20px 35px 20px;
    box-sizing: border-box;
}

.new-haibao-box .zycontent-box .fm-desc {
    padding: 0 20px 30px 20px;
    font-size: 28px;
    color: #555555;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 35px;
}

.new-haibao-box .zyfooter-box {
    width: 640px;
    height: 150px;
    margin-left: 40px;
    margin-top: 50px;
}

.new-haibao-box .zyfooter-box .footer-a {
    width: calc(100% - 170px);
    float: left;
    margin-left: 10px;
}

.new-haibao-box .zyfooter-box .footer-b {
    float: right;
    width: 120px;
    margin-right: 10px;
}

.new-haibao-box .zyfooter-box .logo {
    height: 29px;
    margin: 25px 0 20px 0;
}

.new-haibao-box .zyfooter-box .qrcode {
    width: 120px;
    float: right;
}

.new-haibao-box .zyfooter-box .qrcode canvas {
    width: 120px;
    height: 120px;
}

.new-haibao-box .zyfooter-box .qrcode-txt {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
}

.new-haibao-box .zyfooter-box .db-txt1 {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
    letter-spacing: 2px;
}

.new-haibao-box .zyfooter-box .db-txt2 {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    letter-spacing: 2px;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 990;
    background: rgb(0, 0, 0, .75);
    left: 0;
    top: 0;
    display: none;
}

.loading .loadcm {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loading .loadcm i {
    width: 6px;
    height: 50px;
    margin: 0 2px;
    float: left;
    background: #003d4c;
    -webkit-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-animation: load 1.2s infinite;
    animation: load 1.2s infinite;
}

.loading .loadcm i:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading .loadcm i:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading .loadcm i:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading .loadcm i:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes load {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes load {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.loading .loadcm2 {
    width: 250px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 100px;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.loading .loadcm2 i {
    font-style: normal;
    display: inline-block;
    -webkit-animation: load2 1.2s infinite;
    animation: load2 1.2s infinite;
    font-size: 16px;
    color: #fff;
    width: 19px;
    height: 38.5px;
    line-height: 38.5px;
}

.loading .loadcm2 i:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading .loadcm2 i:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading .loadcm2 i:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading .loadcm2 i:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading .loadcm2 i:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading .loadcm2 i:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes load2 {

    0%,
    40%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        font-size: 20px;
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        color: #003d4c;
        font-size: 24px;
    }
}

@keyframes load2 {

    0%,
    40%,
    100% {
        /*-webkit-transform: scale(0.6);transform: scale(0.6);*/
        font-size: 14px;
    }

    20% {
        /*-webkit-transform: scaleY(1);transform: scaleY(1);*/
        font-size: 18px;
        color: #003d4c;
    }
}
