* {
    margin: 0;
    padding: 0;
}

.layui-table thead tr {
    background-color: #FFFFFF;
}

#c_portalResPublic_codeContainer-16420386248644878 .layui-table th {
    border-right: 1px solid #EEEEEE;
    border-bottom: none;
    height: 40px;
}

#c_portalResPublic_codeContainer-1680865358089 .layui-table th {
    border-right: 1px solid #EEEEEE;
    border-bottom: none;
    height: 40px;
}

#c_portalResPublic_codeContainer-1650388213576 .layui-table th {
    border-right: 1px solid #EEEEEE;
    border-bottom: none;
    height: 40px;
}

.jc_report {
    background: url('../img/beijing1.jpg') no-repeat center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto !important;
}

.jc_report>div {
    width: 1350px !important;
    text-align: center;
    position: relative;
    z-index: 55;
}

.jc_report>div>div {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.jc_report>div>h1 {
    color: white;
    margin: 20px;
    font-size: 35px;
}

.jc_line {
    height: 1px;
    width: 100%;
    background-color: hsla(217, 76%, 79%, 1);
}

.jc_instructions {
    text-align: left;
    padding: 15px;
}

.jc_instructions>h3 {
    width: 100px;
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #4381E6;
}

.jc_instructions>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}

.jc_report>div>div>a {
    text-decoration: none;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    font-size: 15px;
}

.jc_input {
    margin-top: 25px;
}

.jc_input>input {
    height: 46px;
    border: 1px solid #333333;
    border-radius: 5px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 400px;
}

.jc_input>label {
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    font-size: 16px;
}

.jc_input>label>span {
    color: red;
}

.jc_reportbtn {
    width: 300px;
    height: 48px;
    background: #4381E6;
    border-radius: 5px;
    color: white;
    border: none;
    margin: 25px 0;
    cursor: pointer;
}

.jc_agreement>h3 {
    color: white;
    margin: 20px 0;
}

.jc_agreement>div>p {
    margin: 30px 0;
    font-size: 18px !important;
}

.bgMask {
    position: absolute;
    bottom: 0;
    z-index: 22;
}

.jc_report .layui-table th {
    font-size: 16px !important;
    padding: 14px 12.5px !important;
}

.jc_report .layui-table td {
    font-size: 15px !important;
    padding: 14px 12.5px !important;
}


/* 手机版 */

@media screen and (max-width:736px) {
    .jc_report>div>h1 {
        font-size: 26px;
    }
    .jc_report>div>div {
        padding: 30px !important;
        width: 925px !important;
        margin: 0 auto;
        border-radius: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .jc_input>input {
        width: 200px;
    }
    .layui-table-view .layui-table {
        position: relative;
        width: 100% !important;
        margin: 0;
    }
}

.layui-table-cell {
    height: auto;
    white-space: normal;
    word-wrap: break-word;
}

