.point {
}

    .point .point1 {
        height: 115px;
        line-height: 115px;
        padding-left: 60px;
    }

        .point .point1 .p1 {
            padding-right: 50px;
        }

        .point .point1 .p2 {
        }

        .point .point1 .p3 {
            background-color: #EB5E23;
            color: white;
            padding: 5px 20px;
            border-radius: 5px;
            margin-left: 470px;
        }


.point2 {
    height: 460px;
}

    .point2 table {
        width: 100%;
        font-size: 14px;
    }

    .point2 th {
        text-align: center;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px #e5e5e5 solid;
        border-top: 1px #e5e5e5 solid;
    }

    .point2 td {
        text-align: center;
        height: 40px;
        line-height: 40px;
    }
