body {
    font-size: 14px
}

#canvas {
    margin: 0 auto;
}

.alert-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999;
    display: none
}

    .alert-wrapper .alert-box {
        background-color: #fff;
        width: 500px;
        min-height: 500px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -250px;
        transform: translateY(-60%)
    }

        .alert-wrapper .alert-box .alert-header {
            position: relative;
            height: 45px;
            line-height: 45px;
            border-bottom: 1px solid #eee;
            font-size: 14px;
            color: #333;
            overflow: hidden;
            background-color: #F8F8F8;
            border-radius: 2px 2px 0 0;
            text-align: center;
            font-size: 16px
        }

            .alert-wrapper .alert-box .alert-header .alert-close {
                position: absolute;
                right: 10px;
                top: 10px;
                width: 25px;
                height: 25px;
                cursor: pointer
            }

        .alert-wrapper .alert-box .alert-body {
            padding: 30px 50px 30px 30px
        }

            .alert-wrapper .alert-box .alert-body .form-item {
                margin-bottom: 15px;
                clear: both;
                zoom: 1
            }

                .alert-wrapper .alert-box .alert-body .form-item .form-input-block {
                    position: relative;
                    margin-left: 100px;
                    min-height: 36px;
                    line-height: 40px
                }

                .alert-wrapper .alert-box .alert-body .form-item .form-label {
                    float: left;
                    display: block;
                    padding: 9px 15px;
                    width: 80px;
                    font-weight: 400;
                    line-height: 20px;
                    text-align: right;
                    padding-left: 3px
                }

                .alert-wrapper .alert-box .alert-body .form-item .form-input, .alert-wrapper .alert-box .alert-body .form-item .form-select, .alert-wrapper .alert-box .alert-body .form-item .form-textarea {
                    height: 38px;
                    line-height: 1.3;
                    line-height: 38px\9;
                    border-width: 1px;
                    border-style: solid;
                    background-color: #fff;
                    border-radius: 2px;
                    border-color: #e6e6e6;
                    padding-left: 10px;
                    box-sizing: border-box;
                    outline: none;
                    color: #333;
                    width: 100%
                }

                .alert-wrapper .alert-box .alert-body .form-item .form-btn {
                    display: block;
                    width: 50%;
                    box-sizing: border-box;
                    height: 38px;
                    line-height: 38px;
                    padding: 0 18px;
                    background-color: #009688;
                    color: #fff;
                    white-space: nowrap;
                    text-align: center;
                    font-size: 14px;
                    border: none;
                    border-radius: 2px;
                    cursor: pointer;
                    background-color: #1E9FFF;
                    font-weight: bold;
                    font-size: 15px;
                    outline: none
                }

            .alert-wrapper .alert-box .alert-body .ew-color-picker-no {
                border: 0 !important
            }

            .alert-wrapper .alert-box .alert-body .fy-dot {
                color: #f00
            }

.tips-kuang {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255,233,233,0.9);
    padding: 15px 15px 30px;
    font-size: 15px;
    text-align: center;
    width: 300px
}

    .tips-kuang .show-label {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px
    }

        .tips-kuang .show-label i {
            width: 25px;
            height: 25px;
            background-color: #fff;
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #000
        }

    .tips-kuang .no i {
        background-color: #fff;
        border: 1px solid #0030ff
    }

    .tips-kuang .tips-txt {
        text-align: left;
        font-size: 14px;
        color: #ff3d3d;
        margin-top: 16px
    }

    .tips-kuang .back {
        text-align: left;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 22px
    }
nav {
    display: block;
    width: 950px;
    margin: 0 auto;
    height: 170px;
    position: fixed;
    left: 50%;
    margin-left: -475px;
    bottom: 0;
    background: url('../images/nav-bg.png') no-repeat center 80px
}

    nav .nav-content {
        width: 660px;
        margin: 35px auto 0
    }

    nav .nav-item {
        width: 25%;
        float: left;
        text-align: center
    }

        nav .nav-item a {
            font-weight: bold;
            color: #003260;
            display: inline-block
        }

            nav .nav-item a img {
                width: 60px;
                height: 60px;
                margin-bottom: 30px;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

                nav .nav-item a img:hover {
                    -webkit-transform: translateY(-10px) scale(1.15);
                    -moz-transform: translateY(-10px) scale(1.15);
                    -ms-transform: translateY(-10px) scale(1.15);
                    -o-transform: translateY(-10px) scale(1.15);
                    transform: translateY(-10px) scale(1.15)
                }

            nav .nav-item a p {
                width: 120px;
                font-weight: bold
            }

        nav .nav-item:nth-child(1n) a {
            margin-left: 5px
        }

        nav .nav-item:nth-child(2n) a {
            margin-left: 25px
        }

        nav .nav-item:nth-child(3n) a {
            margin-left: 15px
        }

        nav .nav-item:nth-child(4n) a {
            margin-left: -10px
        }
/*# sourceMappingURL=./index.css.map */
