﻿.maskLic {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#MapBoxLic {
    position: absolute;
    left: 10%;
    top: 10%;
    background: white;
    width: 80%;
    height: 80%;
    border-radius: 5px;
    z-index: 10000;
    display: none;
}

.rowTitleLic {
    background: #0A78CC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    height: 45px;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    color: white;
}

.close_btnLic {
    float: right;
    position: absolute;
    right: 8px;
    font-family: arial;
    font-size: 28px;
    font-weight: 100;
    color: white;
    text-decoration: none;
}

    .close_btnLic:link,
    .close_btnLic:visited,
    .close_btnLic:hover,
    .close_btnLic:active {
        color: white;
    }

.button {
    border-radius: 7px !important;
    border: 1px solid #409EFF !important;
    background-color: #409EFF !important;
    color: white !important;
    width: 90px !important;
    height: 35px !important;
    font-size: 17px !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important; /* 平滑过渡效果 */
}

    .button:hover {
        background-color: #71B7FF !important; /* 浅蓝色悬停状态 */
        border-color: #71B7FF !important;
    }
