﻿.dataitem dt .edit, .mapdiv .edit {
    color: #8c8c8c;
}

.fullpageIcon, .refreshIcon {
    color: #8c8c8c;
}

.savepicpc_special {
    color: #595959;
    border: 1px solid #D9D9D9;
}

savepicpc_special:hover {
    color: #0095ff
}

.dataitem dt .edit, .mapdiv .edit {
    background-image: url("../png/moreset_default%402x.png");
}
.split-title{
    background:none;
    color:#262626;
    font-weight:600;

}
@media screen and (min-width: 768px) {
    .bottomNavWrap {
        width: auto;
        display: inline-block;
    }

    .bottomNavWrap.special {
        position: absolute;
        width: auto;
        top: 0.18rem;
        bottom: auto;
        left: 0.4rem;
        display: inline-block;
    }

        .bottomNavWrap.special #dataScreenManageSet {
            width: auto;
            display: inline-block
        }

            .bottomNavWrap.special #dataScreenManageSet .navitem {
                display: inline-block;
                width: 106px;
                height: 32px;
                line-height: 28px;
                text-align: center;
                background: none;
                border-radius: 2px;
                border: 1px solid #E8E8E8;
                font-size: 14px;
                color: #595959;
                box-shadow: none;
            }

                .bottomNavWrap.special #dataScreenManageSet .navitem:hover {
                    color: #0095ff;
                }

                .bottomNavWrap.special #dataScreenManageSet .navitem .comIcon {
                    font-size: 18px
                }

    #fullscreenFbox .navitem:hover {
        color: #0095ff;
    }

    #fullscreenFbox .navitem .comIcon {
        font-size: 18px
    }

    #changeTheme {
        margin-right: 6px;
    }

    #fullscreenFbox .navitem::after {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    #fullscreenFbox a {
        font-size: 0.28rem !important;
        display: inline-block !important;
        position: relative;
    }

    #fullscreenFbox a i {
        font-size: 0.44rem !important;
    }

    #fullscreenFbox {
        flex: 1 !important;
    }
}