@charset "UTF-8";
.btn-deep-orange, .btn-deep-orange:hover, .btn-deep-orange:focus {
    background: #F57403;
    color: #fff;
}

.btn-shallow-orange, .btn-shallow-orange:hover, .btn-shallow-orange:active, .btn-shallow-orange:focus, .btn-shallow-orange:link {
    background: #FCB200;
    color: #fff;
}

.btn-orange {
    background: #FFA726;
}

.btn-gray, .btn-gray:hover, .btn-gray:focus {
    background: #BDBBBD;
    color: #fff;
}

.btn-seek-bg {
    background: #FE8F17;
    border-color: #FE8F17;
    color: #fff;
}

.btn-seek-bg:hover, .btn-seek-bg:active, .btn-seek-bg:focus, .btn-seek-bg:link {
    background: #FEA027;
    border-color: #FEA027;
    color: #fff;
}

.btn_bg_blue {
    background: #29b6f6;
}

.bg_dark_blue {
    background: #007DD7;
}

.btn-info:link {
    color: #fff;
}

.btn-reddish, .btn-reddish:hover, .btn-reddish:focus {
    background: #FC5B4F;
    color: #fff;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus {
    background: #2399EE;
    color: #fff !important;
}

.btn-shallow-blue, .btn-shallow-blue:hover, .btn-shallow-blue:active, .btn-shallow-blue:focus, .btn-shallow-blue:link {
    background: #00B2FC;
    color: #fff;
}

.btn-green, .btn-green:hover, .btn-green:focus {
    background: #00A704;
    color: #fff;
}

.btn-red, .btn-red:hover, .btn-red:focus {
    background: #E20000;
    color: #fff;
}

.btn-operation-common {
    background: #B1DFFF;
    color: #363636;
    width: 140px;
    height: 32px;
    border: 1px solid #D2D2D2;
}

.lucency-btn-blue, .lucency-btn-blue:hover, .lucency-btn-blue:focus {
    background: transparent;
    border: 1px dotted #2399EE;
    color: #2399EE;
}

.btn-gray-01, .btn-gray-01:hover, .btn-gray-01:focus {
    background: #EAEAEA;
    color: #363636;
    border-color: #D2D2D2;
}

/*添加div*/
.add-element {
    color: #0AA6F5;
    border: none;
    background: transparent;
    outline: none;
}

.add-element i {
    font-style: normal;
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #0AA6F5;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
