.design-span-zoom {
    display: inline-block;
    a {
        width: 18px;
        height: 20px;
        display: inline-block;
        font-size: 21px;
        cursor: pointer;
        vertical-align: sub;
        margin-left: 5px;
        margin-right: 4px;
    }
    .zoom-type {
        position: relative;
        top: -4px;
        margin-left: 3px;
        padding-left: 2px;
        width: 52px;
        height: 18px;
        line-height: 17px;
        font-size: 12px;
        color: #666;
    }
    select {
        border: solid 1px #7f939f;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("/assets/common/images/configure/arrow.png") no-repeat scroll right center transparent;
        padding-right: 14px;
        vertical-align: sub;
    }
    .increase-zoom, .decrease-zoom{
        background-image: none !important;
    }
    .increase-zoom:hover .fcloud-increase-zoom:before{
        content: "\e93c";
    }
    .decrease-zoom:hover .fcloud-decrease-zoom:before{
        content: "\e940";
    }
    .increase-zoom:active .fcloud-increase-zoom:before{
        content: "\e939"!important;
        color: #3695ff!important;
    }
    .decrease-zoom:active .fcloud-decrease-zoom:before{
        content: "\e93e"!important;
        color: #3695ff!important;
    }
}
