.good-modal.modal {
    height: 820px;
    width: 1600px;
    left: 170px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
}

    .good-modal.modal .modal-title .title {
        margin: 26px 60px 0;
        color: #000;
        font-size: 34px;
        font-weight: 500;
    }

    .good-modal.modal .modal-title .co-op {
        color: #333;
        font-size: 24px;
        font-weight: 500;
    }

    .good-modal.modal .modal-close {
        bottom: 0;
        top: 820px;
        left: 50%;
        background: url(../images/close2.png) no-repeat;
        background-size: 64px 64px;
        height: 64px;
        width: 64px;
        display: inline-block;
    }

    .good-modal.modal .modal-body {
        margin-left: 50px;
        height: 850px;
        width: 1500px;
    }

.product-left,
.product-right {
    float: left;
    width: 500px;
    background: rgba(255,255,255,1);
}

.product-right {
    margin-left: 50px;
    width: 950px;
}

    .product-left .title,
    .product-right .title {
        font-size: 30px;
        padding: 20px;
        color: #000;
        background: #edebe5;
    }

        .product-left .title i,
        .product-right .title i {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #000;
            border-radius: 100%;
            margin-right: 10px;
            position: relative;
            top: -5px;
        }

        .product-left .title span,
        .product-right .title span {
            float: right;
            font-size: 24px;
            color: #3f3d36;
            line-height: 40px;
        }

    .product-left .line,
    .product-right .line {
        font-size: 24px;
        color: #3f3d36;
        line-height: 40px;
    }

.product-left .line {
    padding: 20px;
}

    .product-left .line h3 {
        line-height: 60px;
    }

.poor-line {
    float: left;
    width: 500px;
}

    .poor-line .title {
        font-size: 30px;
        padding: 20px;
        color: #000;
        background: #edebe5;
    }

        .poor-line .title i {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #000;
            border-radius: 100%;
            margin-right: 10px;
            position: relative;
            top: -5px;
        }

    .poor-line .poor_list {
        max-height: 239px;
        overflow: hidden;
        overflow-y: auto;
        padding: 20px;
    }

        .poor-line .poor_list .poor_line {
            overflow: hidden;
            background: rgba(255, 255, 255, 0.1);
            cursor: pointer;
        }

            .poor-line .poor_list .poor_line .poor_pic {
                float: left;
                width: 120px;
                height: 160px;
            }

                .poor-line .poor_list .poor_line .poor_pic img {
                    width: 120px;
                    height: 120px;
                    margin-top: 20px;
                }

            .poor-line .poor_list .poor_line .poor_content {
                float: left;
                width: 280px;
                padding: 20px 0 0 40px;
            }

                .poor-line .poor_list .poor_line .poor_content p {
                    font-size: 26px;
                    color: #000;
                    margin: 0;
                    margin-bottom: 8px;
                }

                    .poor-line .poor_list .poor_line .poor_content p:last-child {
                        margin-bottom: 0;
                    }

#tab1_content {
    margin-top: 5%;
    display: block;
    width: 950px;
    height: 533px;
}

#tab2_content {
    margin-top: 0;
    text-align: center;
    color: #242424;
    font-size: 28px;
    padding: 10px;
    width: 930px;
}

#tab3_content {
    margin-top: 5%;
    width: 950px;
    height: 533px;
    overflow: hidden;
    overflow-y: auto;
}

    #tab3_content img {
        margin-left: 190px;
        height: 533px;
    }

#tab4_content {
    margin-top: 5%;
    width: 950px;
    height: 533px;
}

#tabs_bar {
    width: 987px;
    float: left;
    background: #EDEBE5;
}

#tab_bar ul {
    padding: 0px;
    margin: 0px;
    height: 78px;
    /* text-align: center; */
    background: #EDEBE5;
    display: flex;
    flex-direction: row;
    /* justify-content: center;
align-items: center; */
    /* padding-left:29px; */
}

#tab_bar li {
    list-style-type: none;
    float: left;
    width: 25%;
    font-size: 30px;
    /* margin-left: 37px; */
    text-align: center;
    overflow: hidden;
    /* padding-top: 9px; */
    color: #575757;
    line-height: 80px;
}

    #tab_bar li.hover {
        background-color: rgb(255, 255, 255);
        color: rgb(255, 79, 51);
    }

.tab_css {
    width: 100%;
    background-color: #FFFFFF;
    display: none;
    float: left;
}

.poor_right {
    width: 580px;
}
    .poor_right h1 {
        padding: 20px 0 20px 20px;
    }
    .poor_right .tableTop {
        font-size: 16px;
        margin-left: 25px;
    }

    .poor_right .tableTh th {
        font-size: 16px;
    }

.tableTop {
    color: #242424;
    font-size: 30px;
    margin-left: 80px;
    table-layout: fixed;
}

    .tableTop tr {
        line-height: 51px;
    }

.tableTh {
    color: #575757;
}

    .tableTh th {
        text-align: left;
        font-size: 28px;
        font-weight: 400;
        width: 230px;
    }

.tableTd {
    text-align: right;
}
