tbody .inp{
                padding: 0;    
            }

            td span{
                color:red;
            }

            form{
                width: 620px;
                height: 620px;
            }

            .result{
                height: 620;
                flex: auto;
                padding-left: 15px;
            }

            .inp input{
                border-width: 0px;
                width: 63px;
                text-align: right;
                padding-right: 7px;
                height: 38px !important;
            }
            .inp span{
                line-height: 38px;
                color: red;
                position: absolute;
                top: 0;
                right: 7px;
            }

            tbody tr:hover input{
                background-color: transparent;
            }
            .layui-table{
                margin: 0;
            }

            .label-result{
                padding: 27px 0 7px 0;
            }

            #cal-layout{
                position: fixed;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                background-color: #555;
                opacity: 0.8;
            }
            #cal-block{
                background-color: #fff;
                width: 1000px;
                display: flex;
                flex-direction: row;
                padding: 15px;
                justify-content: center;
                z-index: 100;
                height: 620px;
            }
            #cal-containner{
                width: 100%;
                height: 100%;
                display: none;
                align-items: center;
                justify-content: center;
                position: absolute;
                left: 0;
                top: 0;
            }
            .layui-form tbody td{
                padding: 0px 15px !important;
            }
            #btn-close{
                cursor: pointer;
            }