.table {table-layout:fixed;}
            .technical-secend{
                position: relative;
            }
            .technical-secend .technical_table{
                position: absolute;
                top:45%;
            }
            .technical-secend .technical-secend-text{
                position: absolute;
                top:12%;
                left: 18%;
                font-size: 1.625rem;
                font-family: Microsoft YaHei;
                color: #333333;
                font-weight: 400;
            }
            .technical-secend .technical-secend-div{
                position: absolute;
                top:20%;
                left: 42%;
                width: 11.25rem;
                height: 9.5rem;
                border-top: 0.125rem dashed #999999;
                border-right: 0.125rem dashed #999999;
            }
            .table thead{
                background-color: #333333;
                color: #ffffff;
            }
            .table thead th div{
                margin: 10%;
            }
            .table thead th{
                text-align: center;
                min-width:25%;
                font-size: 1.625rem;
                font-weight: normal;
            }
            .table tbody {
                background-color: #f8f9fb;
            }
            .table tbody td div{
                margin: 9%;
            }
            .table tbody td{
                color: #494848;
                text-align: center;
            }
            .line{
                width: 3rem;
                border: 0.0625rem dashed #999999;
            }
            .tech-img{
                position: relative;
            }
            .tech-img .image-1{
                position: absolute;
                top: -50%;
            }
            .tech-img .image-2{
                position: relative;
                top: 7.8rem;
                left: -40%;
            }
            .tech-img-rightText{
                text-align: right;
                font-size: 1rem;
                width: 69%;
            }