﻿
.none {
    display: none;
}

.bg-col {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.conlev {
    width: 600px;
    border-radius: 8px;
    padding: 0.5% 2% 2% 2%; /*height:200px;*/
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.conlev2 {
    width: 600px;
    border-radius: 8px;
    padding: 0.5% 2% 2% 2%; /*height:200px;*/
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gwsec {
    line-height: 3;
}

    .gwsec p {
        width: 49%;
    }

    .gwsec input[type="text"] {
        width: 100%;
        margin-bottom: 3%;
        padding-left: 15px;
        border: 1px solid #ddd;
        height: 45px;
        border-radius: 3px;
        overflow: hidden;
    }

    .gwsec textarea {
        height: 60px;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ddd;
        padding-left: 15px;
    }

    .gwsec input[type="button"] {
        width: 39.5%;
        padding: 6px 12px;
        background: rgba(25, 85, 165, 1);
        color: #fff;
        border-radius: 3px;
    }

    .gwsec input:nth-child(6) {
        width: 39.5%;
        padding: 6px 12px;
        background: #ddd;
        color: #333;
        border-radius: 3px;
    }

    .gwsec h2 {
        border-bottom: 1px solid #ddd;
        width: 100%;
        position: relative;
        margin-bottom: 5%;
    }

        .gwsec h2:after {
            content: '';
            height: 2px;
            background: #024fa1;
            width: 17%;
            bottom: -1px;
            left: 0;
            position: absolute;
        }

    .gwsec h2, .gwsec h3 {
        font-size: 110%;
    }

        .gwsec h2 span {
            color: #999;
        }

    .gwsec a {
        width: 49%;
        margin-top: 5%;
        text-align: center;
        border-radius: 3px;
    }

    .gwsec .notice {
        font-size: 80%;
        color: #666;
        line-height: 26px;
        margin-top: 5%;
    }

        .gwsec .notice span {
            color: #f00;
            display: block;
        }

    .gwsec a.one {
        background: #024fa1;
    }

    .gwsec a.two {
        border: 1px solid #024fa1;
        background: none;
    }

.clopoe {
    position: absolute;
    right: 40px;
    top: 25px;
    cursor: pointer;
    z-index: 2;
}

.clopoe2 {
    position: absolute;
    right: 40px;
    top: 25px;
    cursor: pointer;
}

.sjpic {
    width: 84%;
    background-size: 100% 100% !important;
}

    .sjpic img {
        width: 100%; /*height:100%;*/
    }

.clopoe {
}

.conlev .title {
    width: 100%;
    margin: 0 auto;
    line-height: 3;
    font-size: 130%;
    background: #ff0000;
    color: #fff;
    text-indent: 15px;
}

.neirong {
    width: 100%;
    margin: 0 auto;
    height: 600px;
    overflow-y: scroll;
}

    .neirong P IMG {
        width: 100%;
    }

    .neirong a {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        align-items: center;
    }

        .neirong a h3 {
            /*   width: 65%;*/
            margin-left: 3%;
            line-height: 2;
            margin-top: 5px;
            display: inline-table;
            font-size: 110%;
        }

        .neirong a img {
            width: 100px;
            border: 1px solid #ddd;
        }

        .neirong a h3 span {
            display: block;
            font-size: 14px;
            font-weight: normal;
            color: #999;
        }
