﻿
/* --------------------------------- */
/* 全局设定 */

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    letter-spacing: 0.6px;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

hr {
    margin: 10px 0;
    border: none;
    height: 1px;
    background-color: #ccc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------------------------------- */

/* 字体粗体 */
.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

/* 字体大小 */
.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

/* span宽度 */
.sp10 {
    padding: 2px 5px;
}

.sp20 {
    padding: 2px 10px;
}

.sp30 {
    padding: 2px 15px;
}

.sp40 {
    padding: 2px 20px;
}

.sp50 {
    padding: 2px 25px;
}

.sp-cur {
    cursor: pointer;
}

/* 颜色 */
.f3 {
    color: #333;
}

.f4 {
    color: #444;
}

.f5 {
    color: #555;
}

.f6 {
    color: #666;
}

.f7 {
    color: #777;
}

.f8 {
    color: #888;
}

.f9 {
    color: #999;
}

.fb {
    color: #bbb;
}

.fc {
    color: #ccc;
}

.fd {
    color: #ddd;
}

.fe {
    color: #eee;
}

.fprimary {
    color: #409EFF;
}

.fbrand {
    color: #409EFF;
}

.fsuccess {
    color: #67C23A;
}

.fwarning {
    color: #E6A23C;
}

.fdanger {
    color: #F56C6C;
}

.finfo {
    color: #909399;
}

/* 宽度 */
.wd20 {
    width: 20px;
}

.wd30 {
    width: 30px;
}

.wd40 {
    width: 40px;
}

.wd50 {
    width: 50px;
}

.wd60 {
    width: 60px;
}

.wd70 {
    width: 70px;
}

.wd80 {
    width: 80px;
}

.wd100 {
    width: 100px;
}

.wd120 {
    width: 120px;
}

.wd140 {
    width: 140px;
}

.wd160 {
    width: 160px;
}

.wd180 {
    width: 180px;
}

.wd200 {
    width: 200px;
}

.wd1000 {
    width: 1000px;
}
.div-space1 {
    width: 100%;
    height: 100px;
}

.div-space2 {
    width: 100%;
    height: 200px;
}

.div-space3 {
    width: 100%;
    height: 300px;
}


.svgicon {
    width: 1em;
    height: 1em;
    margin-right: 8px;
    color: #eee;
    font-size: 16px;
}

/* 菜单区域-顶部 */
.div-menu-top {
    position: fixed;
    min-width: 1400px;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #2F4056;
}

.div-menu-top-i {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #d2d2d2;
    font-size: 30px;
}

    .div-menu-top-i i {
        font-weight: 500;
    }

    .div-menu-top-i img {
        width: 30px;
        padding: 15px;
    }

.div-menu-top-l {
    float: left;
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.div-menu-top-c {
    float: left;
    height: 60px;
    line-height: 60px;
    color: #d2d2d2;
    font-size: 12px;
    padding: 0 30px;
}

    .div-menu-top-c i {
        font-size: 16px;
    }

.div-menu-top-r {
    float: right;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
    color: #d2d2d2;
}

    .div-menu-top-r span {
        cursor: pointer;
    }

    .div-menu-top-r .div-menu-top-r-item {
        display: inline-block;
        height: 15px;
        line-height: 15px;
        margin-top: 15px;
        align-items: center;
        cursor: pointer;
    }


/* 菜单区域-左侧菜单 */
.div-menu-left {
    position: fixed;
    top: 60px;
    width: 200px;
    left: 0;
    bottom: 0;
    background-color: #2F4056;
    overflow: hidden;
    z-index: 999;
}

    .div-menu-left .div-menu-left-div {
        width: 216px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .div-menu-left .div-menu-left-div .div-menu-left-div-h {
            width: 200px;
            height: 100%;
        }

            .div-menu-left .div-menu-left-div .div-menu-left-div-h .div-menu-left-li {
                width: 200px;
            }

                .div-menu-left .div-menu-left-div .div-menu-left-div-h .div-menu-left-li i {
                    font-size: 18px;
                    padding-right: 4px;
                    color: #eee;
                }

.div-menu-left-collapse {
    position: fixed;
    top: 60px;
    width: 70px;
    left: 0;
    bottom: 0;
    background-color: #2F4056;
    overflow: hidden;
    z-index: 999;
}

    .div-menu-left-collapse .div-menu-left-div {
        width: 88px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .div-menu-left-collapse .div-menu-left-div .div-menu-left-div-h {
            width: 70px;
            height: 100%;
        }

            .div-menu-left-collapse .div-menu-left-div .div-menu-left-div-h .div-menu-left-li {
                width: 70px;
            }

                .div-menu-left-collapse .div-menu-left-div .div-menu-left-div-h .div-menu-left-li i {
                    font-size: 20px;
                    color: #eee;
                }

.tab-div {
    margin: 5px 20px;
}

/* 菜单区域-主体显示区 */
.div-iframe-center {
    position: fixed;
    top: 70px;
    left: 210px;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
}

.div-iframe-center-collapse {
    position: fixed;
    top: 70px;
    left: 80px;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
}

.iframe-title {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #d2d2d2;
    color: #555;
    font-size: 12px;
    font-weight: 500;
}

.iframe-body {
    width: 100%;
    height: 100%;
    min-height: 800px;
    border: none;
    overflow: auto;
}

.iframe-body-drawer {
    width: 100%;
    min-height: 740px;
    border: none;
}

.iframe-body-dialog {
    width: 100%;
    min-height: 600px;
    border: none;
}

/* 页面主体区域 */
.div-center {
    margin: 0;
}

.div-center-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* 组件 搜索 弹窗区 */
.div-search {
    padding: 10px;
    background-color: #fff;
    min-height: 90px;
}

    .div-search ul li {
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .div-search .div-form-btn {
        text-align: center;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    .div-search .div-form-item {
        display: block;
        height: 36px;
        line-height: 36px;
    }

        .div-search .div-form-item .div-form-item-lable {
            width: 80px;
            float: left;
        }

        .div-search .div-form-item .div-form-item-input {
            width: 200px;
            float: left;
        }

        .div-search .div-form-item .div-form-item-lable p {
            font-size: 12px;
            color: #666;
            padding: 0 10px;
            text-align: right;
        }

/* 组件 增/改 弹窗区 */
.div-form {
    padding: 10px 20px;
    background-color: #fff;
}

    .div-form ul li {
        line-height: 38px;
        margin: 1px 0;
    }

    .div-form .div-form-btn {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .div-form .div-form-item {
        min-height: 38px;
        line-height: 38px;
    }

        .div-form .div-form-item .div-form-item-lable {
            width: 20%;
            float: left;
        }

        .div-form .div-form-item .div-form-item-input {
            float: left;
            width: 70%;
        }

        .div-form .div-form-item .div-form-item-lable p {
            font-size: 12px;
            color: #666;
            padding: 0 10px;
            text-align: right;
        }

.div-list {
    padding: 0;
    background-color: #fff;
}

.div-pop {
    display: none;
}

/* 组件 自定义 表单控件 表区 */
.template-input {
}

/* 组件 数据列表区 */
.template-table {
    min-width: 1200px;
    max-width: 1600px;
}

.template-table-body {
    width: auto;
    min-height: 500px;
}

/* 登录 注册 页面*/
.div-login-header {
    width: 100%;
    height: 100px;
}

    .div-login-header .div-login-header-i {
        position: absolute;
        left: 60px;
        line-height: 100px;
        font-size: 46px;
        color: #ccc;
    }

        .div-login-header .div-login-header-i i {
        }

    .div-login-header .div-login-header-img {
    }

    .div-login-header .div-login-header-txt {
        position: absolute;
        left: 120px;
    }

        .div-login-header .div-login-header-txt p {
            line-height: 100px;
            font-size: 32px;
            font-weight: 500;
            color: #337ecc;
        }


.div-login-footer {
    width: 100%;
    height: 60px;
    margin-top: 30px;
}

    .div-login-footer h4 {
        text-align: center;
        line-height: 30px;
        color: #444;
    }

    .div-login-footer p {
        text-align: center;
        line-height: 30px;
        color: #666;
        font-size: 14px;
    }

.div-login-center {
    position: relative;
    width: auto;
    height: 660px;
    background-image: url("/images//login.jpg");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: auto 660px;
}

    .div-login-center .div-login {
        position: absolute;
        top: 130px;
        right: 20%;
        width: 400px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #aaa;
    }

        .div-login-center .div-login .div-login-title {
            text-align: center;
            font-size: 20px;
            padding-top: 30px;
            height: 60px;
            line-height: 60px;
            color: #333;
        }

        .div-login-center .div-login .div-login-form {
            padding: 20px 30px;
        }

            .div-login-center .div-login .div-login-form label {
                color: #333 !important;
            }

        .div-login-center .div-login .div-login-link {
            padding: 10px;
        }

            .div-login-center .div-login .div-login-link .div-login-link h4 {
                text-align: center;
                line-height: 40px;
                color: #fff;
                font-size: 16px;
            }

            .div-login-center .div-login .div-login-link .div-login-link p {
                text-align: center;
                color: #666;
                font-size: 12px;
            }

.div-login2 {
    position: absolute;
    top: 120px;
    right: 15%;
    width: 400px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
}

    .div-login2 .div-login-title {
        text-align: center;
        font-size: 20px;
        padding-top: 30px;
        height: 60px;
        line-height: 60px;
        color: #333;
    }

    .div-login2 .div-login-form {
        padding: 20px 30px;
    }

        .div-login2 .div-login-form label {
            color: #333 !important;
        }

    .div-login2 .div-login-link {
        padding: 10px;
    }

        .div-login2 .div-login-link .div-login-link h4 {
            text-align: center;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

        .div-login2 .div-login-link .div-login-link p {
            text-align: center;
            color: #666;
            font-size: 12px;
        }

/* element ui 覆盖样式 */
.el-table-headrs {
    background-color: #EBEEF5 !important;
    color: #666 !important;
}

.info-pre-div {
    width: 900px;
}

    .info-pre-div h2 {
    }

    .info-pre-div info-pre-div-1 {
        width: 900px;
        word-break: break-all;
        white-space: pre-wrap;
    }

        .info-pre-div info-pre-div-1 p {
            height: 34px;
            padding: 2px;
            line-height: 30px;
            margin: 0;
            padding: 0;
            border: 0;
            background-color: #F2F6FC;
        }

    .info-pre-div info-pre-div-2 {
        margin-top: 20px;
        height: 30px;
        padding: 2px;
        line-height: 26px;
        background-color: #F2F6FC;
    }

/*编辑窗口 img字段的编辑样式*/
.table-img {
    width: 100%;
    height: 232px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

    .table-img img {
        width: 100%;
        height: 200px;
    }


.card-bar-3 {
    height: 80px;
    line-height: 80px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 5px;
}

    .card-bar-3 h4 {
        float: left;
        width: 60px;
        text-align: center;
    }

        .card-bar-3 h4 i {
            padding-top: 24px;
            color: #555;
        }

    .card-bar-3 h5 {
        float: left;
        font-size: 20px;
        color: #444;
    }

    .card-bar-3 h6 {
        float: right;
        width: 80px;
        font-size: 20px;
        text-align: left;
        color: cornflowerblue;
    }

.card-bar-2 {
    min-height: 300px;
    line-height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 10px;
}

.card-bar-1 {
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 10px;
}

/* 表格内 单元格 样式 */
.div-table-au {
    width: 100%;
    max-height: 600px;
    overflow: auto;
}

.v-table-au {
    width: 100%;
}

    .v-table-au thead tr .th-sel {
        text-align: center;
        width: 30px;
    }

    .v-table-au thead tr .th-index {
        text-align: center;
        width: 40px;
    }

    .v-table-au thead tr td {
        padding: 6px 8px;
    }

    .v-table-au thead tr th {
        text-align: left;
        color: #666;
        font-size: 12px;
        vertical-align: middle;
        padding: 6px 8px;
        background-color: #EBEEF5;
        border: 1px solid #ddd;
    }

    .v-table-au tbody tr td {
        text-align: left;
        color: #333;
        font-size: 12px;
        vertical-align: middle;
        padding: 6px 8px;
        border: 1px solid #ddd;
    }

    .v-table-au tbody tr:hover > td {
        background-color: #DCDFE6;
    }

    .v-table-au tbody .current-row > td {
        background-color: aquamarine;
    }

    .v-table-au tbody tr:nth-child(2n) {
        background-color: #FAFAFA;
    }

.v-div-form {
    margin: 10px 0 0 0;
}

.v-div-table-body {
    min-height: 600px;
}

.v-option-left {
    float: left;
    padding-right: 10px;
}

.v-option-right {
    float: right;
    color: #8492a6;
    font-size: 12px;
    padding-left: 10px;
}

.v-div-btns {
}

.col-pre {
    min-width: 160px;
    max-width: 260px;
    max-height: 300px;
    word-break: break-all;
    white-space: pre-wrap;
    overflow-y: auto;
}

.code-pre {
    padding: 10px;
    background-color: #eee;
    font-size: 14px;
    color: #444;
}

.col-p {
    max-width: 300px;
}

.col-img {
    width: auto;
    height: 40px;
}

.col-datetime {
    min-width: 150px;
}

.col-checkbox {
    width: 14px;
    height: 14px;
}


/*弹窗Form 超高可滚动样式 */
.div-dialog-body {
    margin-right: 40px;
}

    .div-dialog-body .div-dialog-form {
        padding: 10px;
        max-height: 540px;
        overflow-y: auto;
    }

    .div-dialog-body .div-dialog-footer {
        padding: 10px;
        text-align: right;
        align-items: self-end;
    }

/*
    图片 字段 编辑 组件 
    大、小 两种规格 
    大 avatar-uploader
    小 avatar-uploader-s
*/
.avatar-uploader .avatar {
    width: 178px;
    height: 178px;
    display: block;
}

.avatar-uploader .el-upload {
    border: 1px dashed var(--el-border-color);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--el-transition-duration-fast);
}

    .avatar-uploader .el-upload:hover {
        border-color: var(--el-color-primary);
    }

.avatar-uploader .el-icon.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    text-align: center;
}

.avatar-uploader-s .avatar {
    width: 40px;
    height: 40px;
    display: block;
}

.avatar-uploader-s .el-upload {
    border: 1px dashed var(--el-border-color);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--el-transition-duration-fast);
}

    .avatar-uploader-s .el-upload:hover {
        border-color: var(--el-color-primary);
    }

.avatar-uploader-s .el-icon.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* iframe 弹窗 */
.my-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.my-dialog-btn {
    position: absolute;
    top: 30px;
    right: 60px;
}

/*VUE 组件 <Transition> 统一过度动画样式,已按顺序排列*/
.v-enter-from {
}

.v-enter-active {
    animation: bounce01 0.25s;
}

/*.v-enter-to {
}

.v-leave-from {
}
*/
.v-leave-active {
    animation: bounce01 0.25s reverse;
}

.v-leave-to {
}

@keyframes bounce01 {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.25);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.75);
    }

    100% {
        transform: scale(1);
    }
}

/******************************************************************/
.div-center-chat {
    width: 100%;
    padding-top: 46px;
    padding-bottom: 80px;
    min-height: 300px;
    background-color: #eee;
}

.div-footer-chat {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.div-chat {
    height: 640px;
    padding: 10px;
    margin-bottom: 5px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.div-chat-l {
    padding: 60px 10px;
}

    .div-chat-l .div-chat-icon {
        float: left;
        width: 60px;
        text-align: center;
    }

        .div-chat-l .div-chat-icon img {
            width: 40px;
            height: 40px;
            border-radius: 10px;
        }

        .div-chat-l .div-chat-icon p {
            font-size: 12px;
            color: #666;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .div-chat-l .div-chat-info {
        position: relative;
        float: left;
    }

        .div-chat-l .div-chat-info pre {
            text-align: left;
            max-width: 700px;
            padding: 10px;
            border-radius: 10px;
            background-color: #fff;
            word-break: break-all;
            white-space: pre-wrap;
            overflow: hidden;
        }

.div-chat-r {
    padding: 60px 10px;
}

    .div-chat-r .div-chat-icon {
        float: right;
        width: 60px;
        text-align: center;
    }

        .div-chat-r .div-chat-icon img {
            width: 40px;
            height: 40px;
            border-radius: 10px;
        }

        .div-chat-r .div-chat-icon p {
            font-size: 12px;
            color: #666;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .div-chat-r .div-chat-info {
        float: right;
    }

        .div-chat-r .div-chat-info pre {
            text-align: left;
            max-width: 700px;
            padding: 10px;
            border-radius: 10px;
            background-color: #fff;
            word-break: break-all;
            white-space: pre-wrap;
            overflow: hidden;
        }

/******************************************************************/
.pg-pane {
    padding: 10px 0px 10px 20px;
    border-bottom: 2px solid #ddd;
}
/******************************************************************/
.calendar-table {
}

    .calendar-table thead tr {
        height: 50px;
        background-color: #eee;
        border-top: 2px dotted #fff;
    }

        .calendar-table thead tr th {
        }

    .calendar-table tbody tr {
    }

        .calendar-table tbody tr td {
            text-align: center;
        }

.calendar-txt {
    position: relative;
    height: 78px;
    width: 98px;
    border: 1px solid #ddd;
}

    .calendar-txt .v-icon1 {
        margin-top: 5px;
    }

    .calendar-txt .v-txt1 {
        font-size: 12px;
        color: #A8ABB2;
        position: absolute;
        left: 4px;
        bottom: 4px;
    }

    .calendar-txt .v-txt-today {
        width: 100%;
        height: 34px;
        line-height: 34px;
    }

        .calendar-txt .v-txt-today .v-txt2 {
            width: 34px;
            margin: 0 32px;
            background-color: #E6A23C;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            border-radius: 60px;
        }

    .calendar-txt .v-txt-active {
        line-height: 30px;
        font-size: 20px;
        font-weight: 600;
        color: rgb(51.2, 126.4, 204);
    }

    .calendar-txt .v-txt-past {
        line-height: 30px;
        font-size: 16px;
        color: #409EFF;
    }

    .calendar-txt .v-txt-notmonth {
        line-height: 30px;
        font-size: 14px;
        color: #aaa;
    }

.calendar-hover:hover {
    background-color: rgb(216.8, 235.6, 255) !important;
    color: #eee !important;
}
/******************************************************************/
.v-tree {
    min-width: 600px;
}

    .v-tree .v-txt1 {
        font: 20px;
        font-weight: 600;
    }
/******************************************************************/
/*菜单 样式 强制 替换*/
.el-sub-menu__title {
    display: block !important;
    text-align: center !important;
    height: 60px !important;
    line-height: 20px !important;
    padding: 8px 0 !important;
}

    .el-sub-menu__title .iconfont {
        font-size: 18px !important;
    }

    .el-sub-menu__title .v-txt1 {
        text-align: center;
        font-size: 12px !important;
        color: #aaa !important;
        overflow: hidden;
    }

.el-menu--collapse {
    width: 70px !important;
}
/******************************************************************/
.div-pagemg2 {
    min-width: 1400px;
}
/*专利*/
.patent-dialog {
    height: 540px;
    overflow: auto;
}

.patent-search-c {
    text-align: center;
    margin-top: 20px;
}

.patent-search-l {
    text-align: left;
    padding: 5px 0 10px 0;
}

.patent-search-r {
    text-align: right;
    padding: 0 60px 0 0;
}

.patent-table-p {
    padding: 2px 0;
    text-align: left;
}

    .patent-table-p .v-span {
        padding: 0 4px;
    }

    .patent-table-p .v-span2 {
        font-weight: 600;
        color: #409EFF;
        cursor: pointer;
    }

    .patent-table-p .v-span3 {
        font-size: 16px;
        font-weight: 500;
        color: #666;
        padding-left: 5px;
        cursor: pointer;
    }

    .patent-table-p .v-span4 {
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }

    .patent-table-p .v-price-1 {
        font-weight: 500;
        color: #aaa;
        font-size: 12px;
    }

    .patent-table-p .v-price-2 {
        font-weight: 600;
        color: #F56C6C;
        font-size: 16px;
    }

.page-header {
    padding: 0 0 10px 0;
}

    .page-header .v-span1 {
        font-size: 16px;
        font-weight: 600;
        padding: 0 10px;
    }

    .page-header .v-span2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0 10px;
    }

.keyword {
    color: red;
    font-weight: 600;
}

.p-synonyms {
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-align: center;
}
/******************************************************************/
.table-from {
    width: 98%;
}

    .table-from tr {
    }

        .table-from tr td {
            padding: 4px 8px;
        }

            .table-from tr td:nth-child(2n+1) {
                width: 150px;
                text-align: right;
                color: #777;
            }

            .table-from tr td:nth-child(2n) {
                width: 25%;
                text-align: left;
            }
/******************************************************************/
.from-table {
    margin: 0 auto;
}

    .from-table tbody tr td {
        padding: 2px;
    }

        .from-table tbody tr td input {
            font-weight: 500;
            font-size: 14px;
            color: #409EFF;
        }
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
