﻿::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ddd;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}

a,
button,
i {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

body {
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul,
li {
    list-style: none;
}

em {
    font-style: normal;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input::-moz-placeholder {
    color: #bbb;
}

input:-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

textarea::-webkit-input-placeholder {
    color: #bbb;
}

textarea::-moz-placeholder {
    color: #bbb;
}

textarea:-moz-placeholder {
    color: #bbb;
}

textarea:-ms-input-placeholder {
    color: #bbb;
}

.body-form {
    background: #fff !important;
}

    .body-form .layui-fluid {
        min-height: 90%;
    }

.webapp-search {
    overflow: hidden;
}

    .webapp-search .layui-input-inline {
        overflow: hidden;
        margin-bottom: 10px !important;
        height: 33px !important;
        line-height: 33px !important;
    }

    .webapp-search .layui-input-right {
        float: right;
        margin-left: 10px;
    }

    .webapp-search select,
    .webapp-search input {
        padding: 0 10px !important;
        display: block;
        margin: 0;
        font-size: 12px;
        border: #d2d2d2 1px solid;
        border-radius: 2px;
        min-width: 70px;
        height: 33px !important;
        line-height: 33px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .webapp-search button {
        display: block;
        height: 33px !important;
        line-height: 33px !important;
        padding: 0 10px;
    }

        .webapp-search button i {
            font-size: 12px !important;
            margin-right: 4px;
        }

em {
    font-style: normal;
}

    em.money {
        color: #fc3e00 !important;
        font-size: 12px;
        font-family: Verdana;
    }

.xhand-labels {
    overflow: hidden;
}

    .xhand-labels a {
        padding: 0 10px;
        height: 33px;
        line-height: 33px;
        background: #f1f1f1;
        border-radius: 2px;
        overflow: hidden;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }

        .xhand-labels a.selected {
            background-color: #009688;
            color: #fff;
        }

.xhand-textarea,
.xhand-select,
.xhand-input {
    padding: 7px 10px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    width: 90%;
    font-size: 12px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xhand-select {
    padding: 6px 10px;
}

.xhand-textarea {
    line-height: 1.2;
    min-height: 80px;
    overflow-y: auto;
}

.xhand-width-sm {
    width: 200px !important;
}

.xhand-width-smx2 {
    width: 420px !important;
}

.xhand-width-xs {
    width: 120px !important;
}

.xhand-width-xxs {
    width: 60px !important;
}

.xhand-inline {
    display: inline-block;
}

.xhand-bottom-tools {
    position: fixed;
    text-align: right;
    bottom: 0;
    left: -20px;
    width: 100%;
    background: #f8f8f8;
    border-top: #eee 1px solid;
    overflow: hidden;
    padding: 20px 0;
    padding-right: 20px;
}

    .xhand-bottom-tools em {
        color: #333;
        margin-right: 10px;
    }

    .xhand-bottom-tools a:last-of-type {
        background: #f26363 !important;
    }

    .xhand-bottom-tools a:first-of-type {
        background: #009688 !important;
    }

.xhand-popup-tools {
    position: absolute;
    text-align: right;
    bottom: 0;
    left: -20px;
    width: 100%;
    background: #f8f8f8;
    border-top: #eee 1px solid;
    overflow: hidden;
    padding: 10px 0;
    padding-right: 20px;
}

    .xhand-popup-tools a:last-of-type {
        background: #f26363 !important;
    }

    .xhand-popup-tools a:first-of-type {
        background: #009688 !important;
    }

@keyframes ani-loading {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.xhand-loading {
    position: fixed;
    bottom: 50%;
    left: 50%;
    margin-left: -30px;
    margin-bottom: -40px;
    width: 60px;
    height: 80px;
    text-align: center;
    overflow: hidden;
}

    .xhand-loading p {
        margin-top: 10px;
        font-size: 12px;
        color: #0b6691;
        text-align: center;
    }

    .xhand-loading .ani {
        width: 10px;
        height: 10px;
        margin: 0 auto;
        padding: 10px;
        border: 7px dashed #0b6691;
        border-radius: 100%
    }

    .xhand-loading .ani {
        animation: ani-loading 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite
    }

.xhand-blackground {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 500px;
    color: #ccc;
}

.xhand-message {
    cursor: pointer;
    border-radius: 10px;
    width: 260px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    top: 50%;
}

.xhand-confirm {
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    background: #fff;
    box-shadow: #999 0 0 5px;
    overflow: hidden;
}

    .xhand-confirm p {
        padding: 40px 20px;
        font-size: 16px;
        color: #777;
        overflow: hidden;
        line-height: 20px;
        text-align: center;
    }

    .xhand-confirm .buttons {
        text-align: center;
        padding: 10px;
        background: #f1f1f1;
        border-top: #eee 1px solid;
    }

        .xhand-confirm .buttons a {
            border-radius: 2px;
            display: inline-block;
            width: 80px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            background: #0b6691;
            border: #023d58 1px solid;
            margin: 0 6px;
        }

            .xhand-confirm .buttons a.cancel {
                background: #fff;
                color: #666;
                border-color: #ccc;
            }

.layui-form-label {
    font-size: 12px;
    font-weight: 300;
    color: #999;
}

.layui-form-item {
    margin-bottom: 5px;
}

    .layui-form-item span {
        font-size: 12px;
        font-weight: 300;
        color: #009688;
    }

.layui-table-cell {
    height: auto !important;
}

    .layui-table-cell em {
        padding: 0;
        margin: 0;
        color: #009688;
        border: #009688 1px solid;
        border-radius: 2px;
        float: left;
        height: 18px;
        line-height: 16px;
        padding: 0 3px;
        margin-right: 3px;
        margin-top: 2px;
        overflow: hidden;
        border-radius: 2px;
    }

.layui-table td,
.layui-table th {
    padding: 4px 8px;
    font-size: 12px;
}

    .layui-table td input,
    .layui-table-cell input {
        padding: 2px 6px;
        height: 20px;
        line-height: 20px;
        border: #e5e5e5 1px solid;
        background-color: #fff;
        border-radius: 2px;
        overflow: hidden;
        width: 90%;
        font-size: 12px;
        margin: 0;
    }

    .layui-table td .link,
    .layui-table-cell .link {
        text-decoration: underline;
        color: #009688;
    }

        .layui-table td .link:hover,
        .layui-table-cell .link:hover {
            color: #f26363;
        }

.layui-btn-xs {
    font-size: 10px;
    line-height: 20px;
}

.layui-table-view,
.layui-table[lay-skin=line] {
    border: 0 !important;
}

    .layui-table-view .layui-table td,
    .layui-table-view .layui-table th {
        padding: 8px 0 !important;
    }

.layui-table th {
    font-weight: 300;
    font-size: 12px !important;
    color: #999;
}

.layui-table-page {
    padding-top: 20px !important;
    height: auto !important;
    text-align: center;
}

    .layui-table-page .layui-laypage-skip button {
        display: none;
    }

.xhand-tips {
    text-decoration: underline;
    color: #009688;
}

.layui-nav-item cite {
    font-size: 12px !important;
    font-weight: 600;
}

.layui-nav-child dd a {
    font-size: 12px !important;
}

.layui-tab li span {
    color: #999;
    font-size: 12px !important;
}

.layui-tab li.layui-this span {
    color: #009688;
}

.layui-laydate {
    font-size: 12px !important;
}



.xhand-uploadpics {
    margin-top: 8px;
    overflow: hidden;
}

    .xhand-uploadpics .item {
        position: relative;
        width: 100px;
        border: #eee 1px solid;
        border-radius: 5px;
        background: #f9f9f9;
        overflow: hidden;
        float: left;
        text-align: center;
        font-size: 40px;
        color: #ccc;
        margin-right: 5px;
    }

        .xhand-uploadpics .item input {
            float: left;
            border: 0;
            outline: none;
            width: 100%;
            border-radius: 5px;
            text-align: center;
            font-weight: 300;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
        }

        .xhand-uploadpics .item img {
            width: 100px;
            height: 100px;
            border-radius: 5px;
            float: left;
        }

        .xhand-uploadpics .item em {
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 0px;
            cursor: pointer;
            border-radius: 5px;
            right: 0px;
            width: 20px;
            height: 20px;
            overflow: hidden;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
            color: #ccc;
        }

            .xhand-uploadpics .item em:hover {
                color: #fff;
                background: rgba(0, 0, 0, 0.8);
            }

.xhand-demo {
    font-size: 12px;
    font-weight: 300;
    color: #f26363;
    overflow: hidden;
}

.xhand-customer-box {
    position: absolute;
    overflow: hidden;
    width: 300px;
    background: #fff;
}

    .xhand-customer-box .input {
        padding: 10px;
        position: relative;
        overflow: hidden;
    }

        .xhand-customer-box .input a {
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 12px;
            text-decoration: underline;
            color: #009688;
        }

        .xhand-customer-box .input input {
            border: 0;
            outline: none;
            font-size: 12px;
            width: 100%;
        }

    .xhand-customer-box .list {
        overflow: hidden;
        overflow-y: auto;
        max-height: 500px;
        min-height: 200px;
    }

        .xhand-customer-box .list .item {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            font-size: 12px;
            font-weight: 300;
            color: #333;
            overflow: hidden;
            border-top: #eee 1px solid;
            cursor: pointer;
        }

            .xhand-customer-box .list .item:hover {
                background: #009688;
                color: #fff;
            }

.xhand-tab-content {
    margin-top: 20px;
    overflow: hidden;
}

    .xhand-tab-content iframe {
        width: 100%;
        height: 100%;
        border: 0;
        background: #fff;
        overflow: hidden;
    }

.layui-tab-title li {
    font-size: 12px;
}

.device-status {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 7px !important;
    margin-right: 6px !important;
    width: 6px;
    height: 6px !important;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    background: #ddd !important;
}

.device-status4 {
    background: #f26363 !important;
}

.device-status9 {
    background: #009688 !important;
}

.xhand-radio {
    overflow: hidden;
    width: 100%;
}

    .xhand-radio a {
        padding: 0 8px 0 5px;
        cursor: pointer;
        float: left;
        margin-right: 10px;
        background-repeat: no-repeat;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        border-radius: 25px;
        color: #999;
        margin-top: 5.5px;
        border: #eee 1px solid;
        overflow: hidden;
    }

        .xhand-radio a i {
            font-size: 12px;
            margin-right: 6px;
        }

            .xhand-radio a i.layui-icon-circle {
                color: #eee;
                display: inline-block;
            }

            .xhand-radio a i.layui-icon-radio {
                color: #009688;
                display: none;
            }

        .xhand-radio a.selected {
            border: #009688 1px solid;
            color: #009688;
            background: #dbfffc;
        }

            .xhand-radio a.selected i.layui-icon-circle {
                display: none;
            }

            .xhand-radio a.selected i.layui-icon-radio {
                display: inline-block;
            }

.xhand-editor {
    overflow: hidden;
    border: #eee 1px solid;
}

    .xhand-editor a {
        cursor: pointer !important;
    }

    .xhand-editor .xhand-editor-tools {
        overflow: hidden;
        background: #f8f8f8;
        padding: 10px;
        border-right: #eee 1px solid;
        border-bottom: #eee 1px solid;
    }

        .xhand-editor .xhand-editor-tools a {
            color: #000;
            border: #f8f8f8 1px solid;
            display: inline-block;
            border-radius: 3px;
            font-size: 12px;
            text-align: center;
            line-height: 25px;
            overflow: hidden;
            height: 25px;
            padding: 0 10px;
        }

            .xhand-editor .xhand-editor-tools a i {
                font-size: 16px;
                margin-right: 5px;
                color: #999;
            }

            .xhand-editor .xhand-editor-tools a.float-right {
                float: right;
            }

                .xhand-editor .xhand-editor-tools a.float-right i {
                    float: right;
                    margin-right: 0;
                }

            .xhand-editor .xhand-editor-tools a:hover {
                background: #009688;
                color: #fff;
                border-color: #05655c;
            }

                .xhand-editor .xhand-editor-tools a:hover i {
                    color: #fff;
                }

    .xhand-editor .xhand-editor-items {
        background: #fff;
        padding: 10px;
        overflow: hidden;
        overflow-y: auto;
    }

        .xhand-editor .xhand-editor-items .html-item {
            background: #fff;
            border: #eee 1px solid;
            padding: 15px;
            margin-top: 10px;
            line-height: 20px;
            font-size: 12px;
            color: #333;
            overflow: hidden;
        }

            .xhand-editor .xhand-editor-items .html-item video {
                width: 50%;
            }

            .xhand-editor .xhand-editor-items .html-item:first-child {
                margin-top: 0;
            }

            .xhand-editor .xhand-editor-items .html-item .image {
                float: left;
                width: 80px;
                height: 80px;
                margin-right: 10px;
                position: relative;
            }

        .xhand-editor .xhand-editor-items .html-item-selected {
            border-color: #0b6691;
        }

        .xhand-editor .xhand-editor-items .html-item .image a {
            height: 20px;
            width: 20px;
            line-height: 20px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
        }

        .xhand-editor .xhand-editor-items .html-item .image img {
            width: 80px;
            height: 80px;
            float: left;
        }

.xhand-editor-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    border: #eee 1px solid;
}

    .xhand-editor-popup .popup-title {
        background: #f1f1f1;
        border-bottom: #eee 1px solid;
        color: #333;
        height: 40px;
        line-height: 40px;
        text-indent: 1em;
        font-weight: 400;
        font-size: 16px;
    }

        .xhand-editor-popup .popup-title .close {
            width: 40px;
            height: 40px;
            float: right;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            text-indent: 0;
            color: #999;
            font-weight: normal;
        }

    .xhand-editor-popup .popup-content {
        overflow-y: auto;
        width: 90%;
        margin: 10px auto;
    }

        .xhand-editor-popup .popup-content .options {
            padding: 10px 0;
            width: 100%;
            overflow: hidden;
        }

            .xhand-editor-popup .popup-content .options a {
                padding: 4px;
                border: #eee 1px solid;
                border-radius: 4px;
                overflow: hidden;
                font-size: 12px;
                float: left;
                margin-right: 10px;
            }

        .xhand-editor-popup .popup-content .demo {
            font-size: 12px;
            color: #999;
            height: 20px;
            line-height: 20px;
        }

        .xhand-editor-popup .popup-content .options a.selected {
            border-color: #0b6691;
            color: #0b6691;
        }

        .xhand-editor-popup .popup-content textarea {
            border: #eee 1px solid;
            min-height: 200px;
            width: 99%;
            font-size: 16px;
            line-height: 25px;
        }

        .xhand-editor-popup .popup-content .textarea-editor-tools {
            overflow: hidden;
        }

            .xhand-editor-popup .popup-content .textarea-editor-tools .group {
                border-radius: 5px;
                overflow: hidden;
                float: left;
                margin-bottom: 10px;
                background: #f1f1f1;
                margin-right: 10px;
            }

                .xhand-editor-popup .popup-content .textarea-editor-tools .group select {
                    border: 0;
                    height: 25px;
                    line-height: 25px;
                    font-size: 12px;
                    color: #777;
                    background: #f1f1f1;
                    margin: 0 8px;
                }

                .xhand-editor-popup .popup-content .textarea-editor-tools .group a {
                    float: left;
                    width: 25px;
                    height: 25px;
                    text-align: center;
                    font-size: 12px;
                    line-height: 25px;
                    background: #f1f1f1;
                    border-left: #fff 1px solid;
                    overflow: hidden;
                }

                    .xhand-editor-popup .popup-content .textarea-editor-tools .group a:first-of-type {
                        border-left: 0;
                    }

                    .xhand-editor-popup .popup-content .textarea-editor-tools .group a i {
                        color: #777;
                        font-size: 12px;
                    }

                    .xhand-editor-popup .popup-content .textarea-editor-tools .group a:hover {
                        background: #1ec8b8;
                    }

                        .xhand-editor-popup .popup-content .textarea-editor-tools .group a:hover i {
                            color: #044e47;
                        }

            .xhand-editor-popup .popup-content .textarea-editor-tools .colorgroup {
                float: left;
                background: #f1f1f1;
                padding-left: 150px;
                height: 25px;
                margin-right: 10px;
                position: relative;
                margin-bottom: 10px;
                border-radius: 5px;
                overflow: hidden;
            }

                .xhand-editor-popup .popup-content .textarea-editor-tools .colorgroup select {
                    width: 140px;
                    border: 0;
                    height: 25px;
                    line-height: 25px;
                    font-size: 12px;
                    color: #777;
                    background: #f1f1f1;
                    position: absolute;
                    left: 8px;
                    top: 0;
                }

                .xhand-editor-popup .popup-content .textarea-editor-tools .colorgroup .colors {
                    overflow: hidden;
                    height: 25px;
                    width: 300px;
                    border-left: #fff 1px solid;
                }

                    .xhand-editor-popup .popup-content .textarea-editor-tools .colorgroup .colors a {
                        height: 12px;
                        width: 10px;
                        float: left;
                        overflow: hidden;
                    }

                        .xhand-editor-popup .popup-content .textarea-editor-tools .colorgroup .colors a.backcolor {
                            margin-top: 1px;
                        }

        .xhand-editor-popup .popup-content .textarea-editor {
            resize: vertical;
            overflow: auto;
            border: 1px solid silver;
            border-radius: 5px;
            min-height: 280px;
            padding: 10px;
        }

            .xhand-editor-popup .popup-content .textarea-editor li {
                display: list-item;
                text-align: -webkit-match-parent;
                list-style: disc;
            }

            .xhand-editor-popup .popup-content .textarea-editor ol {
                list-style: decimal;
            }

        .xhand-editor-popup .popup-content .popup-content-tools {
            padding-bottom: 10px;
            border-bottom: #eee 1px solid;
        }

            .xhand-editor-popup .popup-content .popup-content-tools a {
                display: inline-block;
                cursor: pointer;
                margin-right: 10px;
                border: #eee 1px solid;
                height: 35px;
                line-height: 35px;
                padding: 0 30px;
                background: #f8f8f8;
                font-size: 14px;
                color: #000;
            }

        .xhand-editor-popup .popup-content .popup-content-images {
            margin-top: 20px;
            overflow: hidden;
            overflow-y: auto;
        }

            .xhand-editor-popup .popup-content .popup-content-images .image-item {
                position: relative;
                width: 120px;
                height: 120px;
                float: left;
                margin-right: 10px;
                margin-bottom: 10px;
                overflow: hidden;
            }

                .xhand-editor-popup .popup-content .popup-content-images .image-item img {
                    width: 120px;
                    height: 120px;
                }

                .xhand-editor-popup .popup-content .popup-content-images .image-item a {
                    position: absolute;
                    cursor: pointer;
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    font-size: 14px;
                    background: rgba(0, 0, 0, 0);
                    text-indent: -9999em;
                    color: #fff;
                }

                .xhand-editor-popup .popup-content .popup-content-images .image-item:hover a {
                    background: rgba(0, 0, 0, 0.3);
                    text-indent: 0;
                }

                .xhand-editor-popup .popup-content .popup-content-images .image-item a.delete-image {
                    right: 0;
                    top: 0;
                }

                .xhand-editor-popup .popup-content .popup-content-images .image-item a.remveleft-image {
                    left: 0px;
                    top: 100px;
                }

                .xhand-editor-popup .popup-content .popup-content-images .image-item a.remveright-image {
                    right: 0px;
                    top: 100px;
                }

                .xhand-editor-popup .popup-content .popup-content-images .image-item a.selected {
                    border: #0b6691 1px solid;
                }

    .xhand-editor-popup .popup-tools {
        height: 60px;
        padding-top: 10px;
        border-top: #eee 1px solid;
        text-align: center;
    }

        .xhand-editor-popup .popup-tools a {
            display: inline-block;
            margin: 0 10px;
            border: #eee 1px solid;
            height: 35px;
            line-height: 35px;
            padding: 0 30px;
            background: #f8f8f8;
            font-size: 14px;
            color: #000;
        }

            .xhand-editor-popup .popup-tools a:first-child {
                background: #1088ce;
                color: #fff;
            }


.xhand-forms-line {
    overflow: hidden;
}

    .xhand-forms-line h2 {
        padding: 10px 0;
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
    }


    .xhand-forms-line .item {
        margin-top: 10px;
        overflow: hidden;
    }

        .xhand-forms-line .item p {
            overflow: hidden;
            font-size: 12px;
            font-weight: 300;
            margin-bottom: 5px;
        }

        .xhand-forms-line .item:first-of-type {
            margin-top: 0;
        }

    .xhand-forms-line hr {
        width: 80%;
        margin: 10px 0;
    }


    .xhand-forms-line .demo {
        font-size: 12px;
        font-weight: 300;
        margin-top: 10px;
        color: #f26363;
    }



.xhand-pop-image-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.98);
    top: 0;
    left: 0;
    z-index: 9990;
}

.xhand-pop-image-close {
    position: fixed;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    margin-left: -25px;
    z-index: 9991;
    border: #999 1px solid;
    border-radius: 60px;
    z-index: 99999;
}

.xhand-pop-image-prev,
.xhand-pop-image-next {
    position: fixed;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    z-index: 9991;
}

.xhand-pop-image-prev {
    left: 30px;
}

.xhand-pop-image-next {
    right: 30px;
}

    .xhand-pop-image-prev i,
    .xhand-pop-image-next i,
    .xhand-pop-image-close i {
        font-size: 20px;
        color: #999;
    }


.xhand-pop-image-close:hover {
    border-color: #fff;
}

    .xhand-pop-image-prev:hover i,
    .xhand-pop-image-next:hover i,
    .xhand-pop-image-close:hover i {
        color: #fff;
    }



.xhand-pop-image {
    max-width: 90%;
    max-height: 90%;
    position: fixed;
    text-align: center;
    z-index: 9992;
}

.xhand-confirm-content {
    padding: 50px;
    line-height: 22px;
    text-align: center;
    background-color: #393D49;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
}

.xhand-inputbox {
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

    .xhand-inputbox p {
        margin-right: 10px;
        color: #999;
        font-size: 12px;
        font-weight: 300;
        overflow: hidden;
        line-height: 1.2;
    }

    .xhand-inputbox input {
        margin-top: 10px;
        border-radius: 2px;
        border: #eee 1px solid;
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        font-size: 14px;
        color: #000;
        width: 240px;
        overflow: hidden;
    }

.xhand-formeditor {
    overflow: hidden;
    padding: 40px;
}


    .xhand-formeditor .item {
        position: relative;
        min-height: 50px;
        padding-left: 100px;
        overflow: hidden;
    }


        .xhand-formeditor .item label {
            font-weight: 300;
            color: #999;
            position: absolute;
            left: 0;
            top: 10px;
            font-size: 12px;
        }

        .xhand-formeditor .item input,
        .xhand-formeditor .item textarea,
        .xhand-formeditor .item select {
            border-radius: 2px;
            border: #ddd 1px solid;
            height: 20px;
            line-height: 20px;
            padding: 8px 10px;
            font-size: 12px;
            color: #000;
            overflow: hidden;
        }

        .xhand-formeditor .item textarea {
            width: 80%;
            min-height: 80px;
        }

        .xhand-formeditor .item select {
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
        }
