@charset "UTF-8";

.m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .u-contextList-fold .menu-setItem {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.m-contextMenu {
    width: 182px;
    font-family: "Microsoft YaHei",arial,tahoma,MicrosoftJhengHei
}

    .m-contextMenu .m-dropdown .dropdown-menu {
        display: block;
        min-width: 180px;
        margin: 0;
        -moz-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
        -webkit-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
        -ms-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
        -o-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
        box-shadow: 0 2px 4px 0 rgba(67,73,84,.15)
    }

        .m-contextMenu .m-dropdown .dropdown-menu.dropdown-menu-little {
            border: 1px #eef0f3 solid;
            background-color: #FFF;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }

        .m-contextMenu .m-dropdown .dropdown-menu .u-contextList {
            padding: 0;
            margin: 0;
            background-color: #FFF
        }

            .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem {
                position: relative;
                list-style: none;
                padding: 0;
                margin: 0;
                overflow: hidden
            }

                .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .menu-setLink {
                    display: block;
                    height: 38px;
                    line-height: 38px;
                    padding: 0 12px;
                    overflow: hidden;
                    font-family: "Microsoft YaHei",arial,tahoma,MicrosoftJhengHei;
                    font-size: 13px;
                    color: #20465f
                }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .menu-setLink:hover {
                        cursor: pointer
                    }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .menu-setLink .f-right {
                        float: right
                    }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .menu-setLink .menu-setText {
                        margin-left: 6px
                    }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .menu-setLink .icon {
                        margin-top: -1px
                    }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .menu-setLink .menu-rightIcon .icon {
                        margin-right: -5px
                    }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .menu-setLink .menu-setText {
                        display: inline-block;
                        font-family: "Microsoft YaHei",arial,tahoma,MicrosoftJhengHei
                    }

                .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .u-contextList-fold {
                    position: absolute;
                    left: 180px;
                    bottom: -77px;
                    z-index: -1;
                    width: 164px;
                    border: 1px #eef0f3 solid;
                    border-left: none;
                    -moz-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
                    -webkit-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
                    -ms-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
                    -o-box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
                    box-shadow: 0 2px 4px 0 rgba(67,73,84,.15);
                    -moz-border-radius: 0 4px 4px 0;
                    -webkit-border-radius: 0 4px 4px 0;
                    -ms-border-radius: 0 4px 4px 0;
                    -o-border-radius: 0 4px 4px 0;
                    border-radius: 0 4px 4px 0;
                    background-color: #FFF;
                    filter: alpha(opacity=0);
                    -moz-opacity: 0;
                    -webkit-opacity: 0;
                    -ms-opacity: 0;
                    -o-opacity: 0;
                    opacity: 0;
                    -moz-transition: all .2s linear;
                    -webkit-transition: all .2s linear;
                    -ms-transition: all .2s linear;
                    -o-transition: all .2s linear;
                    transition: all .2s linear
                }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem .u-contextList-fold .menu-setItem {
                        font-family: "Microsoft YaHei",arial,tahoma,MicrosoftJhengHei
                    }

                .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem:focus, .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem:hover {
                    background-color: #EAF7FF;
                    -moz-transition: all .2s linear;
                    -webkit-transition: all .2s linear;
                    -ms-transition: all .2s linear;
                    -o-transition: all .2s linear;
                    transition: all .2s linear;
                    overflow: inherit
                }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem:focus .u-contextList-fold, .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem:hover .u-contextList-fold {
                        z-index: 99;
                        filter: alpha(opacity=100);
                        -moz-opacity: 1;
                        -webkit-opacity: 1;
                        -ms-opacity: 1;
                        -o-opacity: 1;
                        opacity: 1
                    }

                .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem.disabled {
                    pointer-events: none;
                    cursor: not-allowed;
                    filter: alpha(opacity=5);
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    opacity: .5
                }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem.disabled:hover {
                        background-color: #FFF
                    }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-contextList .menu-setItem.disabled .menu-setLink {
                        pointer-events: none;
                        cursor: not-allowed;
                        -webkit-box-shadow: none;
                        box-shadow: none
                    }

        .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList {
            position: relative;
            padding: 0;
            margin: 0
        }

            .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList:before {
                content: "";
                display: block;
                position: absolute;
                left: 12px;
                right: 12px;
                top: 0;
                height: 1px;
                background-color: #eef0f3
            }

            .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList .menu-setItem.u-Attributes-item {
                list-style: none;
                position: relative;
                width: 46px;
                float: left;
                overflow: hidden
            }

                .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList .menu-setItem.u-Attributes-item:first-child {
                    width: 40px
                }

                .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList .menu-setItem.u-Attributes-item .u-attLink {
                    display: block;
                    width: 100%;
                    height: 38px;
                    line-height: 38px;
                    font-size: 13px;
                    text-align: center
                }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList .menu-setItem.u-Attributes-item .u-attLink:hover {
                        cursor: pointer;
                        background-color: transparent;
                        filter: alpha(opacity=65);
                        -moz-opacity: .65;
                        -webkit-opacity: .65;
                        -ms-opacity: .65;
                        -o-opacity: .65;
                        opacity: .65
                    }

                .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList .menu-setItem.u-Attributes-item:hover {
                    overflow: inherit;
                    background-color: transparent
                }

                    .m-contextMenu .m-dropdown .dropdown-menu .u-Attributes.u-contextList .menu-setItem.u-Attributes-item:hover > .lzprompt-plan {
                        display: block;
                        z-index: 9;
                        animation: tipfadeup .2s;
                        -webkit-animation: tipfadeup .2s
                    }

.lzprompt-point-top {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    position: absolute;
    overflow: visible !important;
    visibility: inherit !important
}

.menu-setItem .lzprompt-plan, .smv-tempset .lzprompt-plan {
    position: absolute;
    left: 50%;
    bottom: 42px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
    min-width: 56px;
    max-width: 300px;
    padding: 8px 16px;
    background-color: rgba(35,45,60,.9);
    font-family: 'Microsoft yahei',arial;
    text-align: left;
    z-index: 3000;
    border-radius: 4px;
    white-space: nowrap;
    color: #E6E9ED;
    display: none
}

.lzprompt-point-top {
    border-top-width: 4px;
    border-top-color: rgba(35,45,60,.9);
    left: 50%;
    bottom: -12px;
    margin-left: -8px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .lzprompt-point-top {
        bottom: -11px
    }
}

@keyframes tipfadeup {
    from {
        bottom: 42px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }

    to {
        bottom: 44px;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

@-webkit-keyframes tipfadeup {
    from {
        bottom: 42px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }

    to {
        bottom: 44px;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

.smAreaC .w-movetips, .smAreaC.ui-state-hover .w-movetips, .ui-draggable.ui-draggable-dragging .smAreaC.ui-droppable .w-movetips {
    display: none
}

.smAreaC.ui-state-active.ui-state-hover .smAreaC.ui-state-hover .w-movetips {
    display: none !important
}

.smAreaC.ui-state-active.ui-state-hover .w-movetips {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 3px;
    margin-left: -36px;
    background: rgba(20,224,245,.8);
    color: #FFF;
    padding: 6px 10px 7px;
    border-radius: 4px;
    box-shadow: 0 1px 3px #999;
    font-size: 13px
}

.smAreaC.ui-state-active:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 9;
    border: 2px #1AEAFF dashed;
    background-color: rgba(26,234,255,.12)
}

.smvContainer, .smvdesignline {
    position: relative
}

    .smvContainer .smv-line, .smvdesignline .smv-line {
        display: block;
        position: absolute !important;
        background-color: #FFF;
        z-index: 9999
    }

        .smvContainer .smv-line.smv-linetop, .smvdesignline .smv-line.smv-linetop {
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 1px
        }

            .smvContainer .smv-line.smv-linetop:after, .smvdesignline .smv-line.smv-linetop:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                border-top: 1px dashed #000
            }

        .smvContainer .smv-line.smv-lineright, .smvdesignline .smv-line.smv-lineright {
            top: 0;
            bottom: 0;
            right: 0;
            width: 1px;
            height: 100%
        }

            .smvContainer .smv-line.smv-lineright:after, .smvdesignline .smv-line.smv-lineright:after {
                content: "";
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                border-right: 1px dashed #000
            }

        .smvContainer .smv-line.smv-linebottom, .smvdesignline .smv-line.smv-linebottom {
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 1px
        }

            .smvContainer .smv-line.smv-linebottom:after, .smvdesignline .smv-line.smv-linebottom:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                border-bottom: 1px dashed #000
            }

        .smvContainer .smv-line.smv-lineleft, .smvdesignline .smv-line.smv-lineleft {
            top: 0;
            bottom: 0;
            left: 0;
            width: 1px;
            height: 100%
        }

            .smvContainer .smv-line.smv-lineleft:after, .smvdesignline .smv-line.smv-lineleft:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                border-left: 1px dashed #000
            }

        .smvContainer .smv-line.smv-noline, .smvdesignline .smv-line.smv-noline {
            background-color: transparent
        }

            .smvContainer .smv-line.smv-noline:after, .smvdesignline .smv-line.smv-noline:after {
                border: none
            }

.fixed {
    position: fixed;
    z-index: 999
}

.scaleNumbers .scaleNumber {
    position: absolute;
    font-size: 12px;
    pointer-events: none
}

.rulerGuide {
    position: absolute;
    visibility: visible
}

.rulerHoriz {
    visibility: visible;
    width: 100%;
    left: 0;
    height: 20px;
    top: 0;
    display: inline-block;
    border-bottom: 1px #000 solid;
    z-index: 99999999
}

    .rulerHoriz .background {
        position: absolute;
        opacity: .5;
        left: 0;
        top: 0;
        height: 20px;
        width: 100%;
        background: url(/Content/images/EditorRulerBG-H.png) 473px -2px repeat-x;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000
    }

    .rulerHoriz .scaleNumbers {
        position: absolute;
        left: 21px;
        top: -1px;
        height: 20px;
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .rulerHoriz .guides {
        position: absolute;
        display: block
    }

    .rulerHoriz .rulerGuide {
        visibility: visible;
        left: -42px;
        top: 0
    }

    .rulerHoriz .guideHandle {
        position: absolute;
        font-size: 7pt;
        cursor: pointer;
        top: 12px;
        width: 13px;
        height: 18px;
        left: -6px;
        background: url(/Content/images/EditorRulerBG-H.png) 0 18px
    }

        .rulerHoriz .guideHandle:hover {
            background-position: -13px 18px
        }

    .rulerHoriz .guideLine {
        position: absolute;
        top: 30px;
        left: -2px;
        width: 5px;
        height: 3000px;
        background-color: rgba(255,255,255,.00784);
        pointer-events: none
    }

        .rulerHoriz .guideLine .line {
            width: 2px;
            height: 100%;
            border-right: 1px solid #8cf9f9
        }

.rulerVert {
    visibility: visible;
    width: 20px;
    height: 100%;
    border-right: 1px #000 solid;
    top: 22px;
    left: 0;
    display: inline-block
}

    .rulerVert .rulerContainer {
        left: 0;
        width: 20px;
        text-align: right
    }

    .rulerVert .background {
        position: absolute;
        opacity: .5;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        background: url(/Content/images/EditorRulerBG-V.png) 0 0 repeat-y
    }

    .rulerVert .scaleNumbers {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .rulerVert .scaleNumbers .scaleNumber {
            right: 1px
        }

    .rulerVert .guides {
        position: absolute;
        top: -20px;
        display: block
    }

    .rulerVert .rulerGuide {
        visibility: visible;
        top: 172px
    }

    .rulerVert .guideHandle {
        position: absolute;
        font-size: 7pt;
        cursor: pointer;
        top: -6px;
        width: 18px;
        height: 13px;
        left: 12px;
        background: url(/Content/images/EditorRulerBG-V.png) 18px 0
    }

        .rulerVert .guideHandle:hover {
            background-position: 18px -13px
        }

    .rulerVert .guideLine {
        position: absolute;
        left: 30px;
        width: 3000px;
        height: 5px;
        top: -2px;
        pointer-events: none
    }

        .rulerVert .guideLine .line {
            width: 100%;
            height: 2px;
            border-bottom: 1px solid #8cf9f9
        }

.smart-resize::after {
    content: "";
    display: block;
    border: 1px #1AEAFF solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.smart-resize:hover::after {
    z-index: -1
}

.ui-resizable {
    position: absolute
}

.editorsTage-ul {
    position: absolute;
    top: 60px;
    left: 103px;
    list-style: none;
    font-size: 14px;
    z-index: 20000000
}

    .editorsTage-ul .editorsTage-item {
        display: inline-block;
        position: relative;
        min-width: 32px;
        height: 32px;
        margin: 0 3px 0 0;
        box-shadow: 0 2px 6px 0 rgba(22,45,61,.55);
        border-radius: 16px;
        background: #FFF;
        text-align: center;
        vertical-align: top;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }

.editorsTage-item .editorsTage-btn {
    display: block;
    height: 32px;
    width: 100%;
    background: #FFF;
    background: linear-gradient(to bottom,#fff 0,#eee 100%);
    border-radius: 16px;
    text-decoration: none;
    color: #2d4150;
    overflow: hidden
}

.editorsTage-ul .editorsTage-item .editorsTage-btn:hover {
    color: #3899ED
}

.editorsTage-ul .editorsTage-item .editorsTage-btn div {
    margin: 0 13px
}

.editorsTage-btn:hover .fa.fa-help {
    background-position: -55px -19px
}

.editorsTage-ul .editorsTage-item.selected .editorsTage-btn {
    border: 2px #FFF solid;
    background: #3899ED
}

    .editorsTage-ul .editorsTage-item.selected .editorsTage-btn .fa {
        margin-top: 5px
    }

.editorsTage-ul .editorsTage-item .tooltips-layer {
    display: none;
    margin-left: -24px;
    position: absolute;
    top: -34px;
    left: 50%;
    min-width: 46px;
    padding: 1px 0 3px;
    background: #FFF;
    box-shadow: 0 2px 3px #EEE;
    border: 1px solid #DDD;
    border-radius: 4px;
    text-align: center;
    color: #2d4150;
    line-height: inherit;
    white-space: nowrap
}

.editorsTage-item .mw-iconfont {
    line-height: 32px
}

.editorsTage-ul .editorsTage-item:hover .tooltips-layer {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-animation: fadeInUp .3s linear
}

#fs_controllocked.lock .mw-iconfont:before {
    content: "\a099";
    display: block
}

#fs_controllocked.unlock .mw-iconfont:before {
    content: "\a077";
    display: block
}

@-webkit-keyframes fadeInUp {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }

    100% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

.editorsTage-ul .editorsTage-item .tooltips-layer span {
    font-size: 12px
}

.triangle-border {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed
}

.tb-border {
    bottom: -10px;
    border-color: #DDD transparent transparent
}

.tb-background {
    bottom: -9px;
    border-color: #FFF transparent transparent
}

.guide {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

#guide-h {
    border-top: 1px dashed #55f;
    width: 100%;
    z-index: 99999
}

#guide-v {
    border-left: 1px dashed #55f;
    height: 100%;
    z-index: 99999
}

#smart-body {
    position: relative
}

#smv_Main {
    margin: 0 auto;
    width: 1000px
}

#sm_controlPos {
    position: absolute;
    height: 20px;
    background: #666;
    color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
    overflow: hidden;
    border-radius: 6px;
    padding: 2px;
    z-index: 9999;
    display: none
}

svg.symbol-rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.handle-rotate {
    width: 18px;
    height: 18px;
    background: linear-gradient(0deg,#d9d9d9 0,#f4f4f4 69%,#fff 100%);
    box-shadow: 0 0 5px 0 rgba(22,45,61,.41);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    top: -14px;
    left: -40px;
    position: absolute;
    display: none
}

    .handle-rotate .degree {
        height: 20px;
        background: #666;
        color: #fff;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -ms-opacity: .5;
        -o-opacity: .5;
        opacity: .5;
        border-radius: 6px;
        padding: 2px;
        position: absolute;
        left: 0;
        top: 20px
    }

    .handle-rotate .handel-cancel-rotate {
        width: 12px;
        height: 12px;
        border: 1px #ee5951 solid;
        filter: alpha(opacity=60);
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -ms-opacity: .6;
        -o-opacity: .6;
        opacity: .6;
        border-radius: 50%;
        position: absolute;
        left: -20px;
        top: 2px
    }

        .handle-rotate .handel-cancel-rotate .symbol-cancel-rotate {
            width: 5px;
            height: 5px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -2.5px;
            margin-top: -2.5px
        }

.selectbox {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 1px dashed #09F;
    background-color: #C3D5ED;
    z-index: 9000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -ms-opacity: .6;
    -o-opacity: .6;
    opacity: .6;
    display: none
}

.edithover {
    display: none;
    position: absolute;
    z-index: 100000;
    background-color: #fff;
    background-color: rgba(255,255,255,.5)
}

    .edithover:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        border: 1px #ff9f25 dashed
    }

#fs_controllocked.stretch .mw-iconfont:before {
    content: "\b156";
    display: block
}

#fs_controlstretch.unstretch .mw-iconfont:before {
    content: "\b157";
    display: block
}

.smv-tempset {
    width: 73px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    margin-top: -18px;
    margin-left: -37px;
    z-index: 1000;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

    .smv-tempset .smv-tempset-box {
        display: inline-block
    }

        .smv-tempset .smv-tempset-box .smv-tempitem {
            position: relative;
            padding: 0 5px;
            width: 34px;
            height: 34px;
            line-height: 32px;
            float: left;
            border: 1px #2d4150 solid;
            background-color: #FFF;
            border-radius: 50px;
            box-shadow: 0 1px 6px 0 rgba(22,45,61,.3);
            margin: 0 5px 0 0;
            color: #2d4150;
            font-size: 14px;
            box-sizing: border-box;
            text-align: center
        }

            .smv-tempset .smv-tempset-box .smv-tempitem .mw-iconfont {
                font-size: 16px
            }

            .smv-tempset .smv-tempset-box .smv-tempitem .lzprompt-plan {
                text-align: center
            }

            .smv-tempset .smv-tempset-box .smv-tempitem:last-child {
                margin-right: 0
            }

                .smv-tempset .smv-tempset-box .smv-tempitem:last-child .lzprompt-plan {
                    min-width: 77px
                }

            .smv-tempset .smv-tempset-box .smv-tempitem:hover {
                background: linear-gradient(to bottom,#fff 0,#eee 100%);
                box-shadow: 0 1px 6px 0 rgba(22,45,61,.7);
                cursor: pointer;
                overflow: inherit;
                background-color: transparent
            }

                .smv-tempset .smv-tempset-box .smv-tempitem:hover > .lzprompt-plan {
                    display: block;
                    z-index: 9;
                    animation: tipfadeup .2s;
                    -webkit-animation: tipfadeup .2s
                }

            .smv-tempset .smv-tempset-box .smv-tempitem.smv-secitem .mw-iconfont {
                font-size: 18px
            }

            .smv-tempset .smv-tempset-box .smv-tempitem.smv-secitem:hover {
                cursor: s-resize
            }

.smv-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/SpDesigner/Content/images/linex_03.png) repeat 0 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

    .smv-mask .smv-maskin {
        position: absolute;
        width: 320px;
        left: 50%;
        top: 50%;
        margin-left: -160px;
        margin-top: -28px
    }

        .smv-mask .smv-maskin .smv-maskcon {
            padding: 20px 18px;
            background-color: rgba(45,65,80,.65);
            font-size: 16px;
            color: #FFF;
            text-align: center
        }

.k-box li {
    width: 36px;
    height: 36px;
    color: #2d4150;
    box-shadow: 0 2px 6px 0 rgba(22,45,61,.55);
    border-radius: 50px;
    text-align: center;
    margin-right: 8px;
    line-height: 36px;
    float: left;
    background: linear-gradient(to bottom,#fff,#eee)
}

    .k-box li i {
        font-size: 18px
    }

.animated {
    opacity: 1;
    filter: Alpha(opacity=100)
}

.f-clearfix:after, .f-clearfix:before {
    content: "";
    display: table
}

.f-clearfix:after {
    clear: both;
    overflow: hidden
}

.f-clearfix {
    zoom: 1
}

.smart-resize > .ui-resizable-pulldown {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background-color: #fff;
    cursor: move;
    right: 25%;
    top: -10px;
    z-index: 99;
    text-align: center;
    display: block;
}

.ui-resizable-pulldown {
    display: none;
}

    .ui-resizable-pulldown > .icon {
        color: #2d4150;
        visibility: hidden;
    }

    .ui-resizable-pulldown:hover > .icon {
        color: #609ee9;
    }

.smart-resize > .ui-resizable-pulldown > .icon {
    font-weight: bold;
    visibility: visible;
    font-size: 14px;
}

.lzprompt-point-bottom, .lzprompt-point-left, .lzprompt-point-right, .lzprompt-point-top {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    position: absolute;
    overflow: visible !important;
    visibility: inherit !important
}

#lzprompt-plan {
    display: none;
    position: fixed;
    min-width: 46px;
    padding: 1px 10px 3px;
    background: #FFF;
    box-shadow: 0 2px 3px #EEE;
    border: 1px solid #DDD;
    border-radius: 4px;
    text-align: center;
    color: #2d4150;
    line-height: inherit;
    white-space: nowrap;
    z-index: 99999999;
}


    #lzprompt-plan .lzprompt-point-top {
        border-top-color: #fff
    }

    #lzprompt-plan .lzprompt-point-right {
        border-bottom-color: #fff
    }

    #lzprompt-plan .lzprompt-point-left {
        border-left-color: #fff
    }

    #lzprompt-plan .lzprompt-point-bottom {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 5px solid #FFF;
        border-top: 6px solid transparent;
        border-bottom-color: #ccc;
        z-index: 1;
        margin-left: -8px;
        top: -12px;
    }

        #lzprompt-plan .lzprompt-point-bottom:after {
            display: block;
            content: "";
            position: absolute;
            z-index: 2;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 4px solid #FFF;
            left: 50%;
            bottom: -6px;
            margin-left: -7px;
        }
<!--ºÄÊ±1757966939.8348Ãë-->