body {
    padding: 0;
    margin: 0;
    font-family: Arial,"微軟正黑體";
    background-color: #ebebeb;
}

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

input[type="button"] {
    font-family: Arial, "微軟正黑體";
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    outline: none;
    border: 0;
}

/*抬頭*/
.bg_urlHeader {
    background-color: #2571be;
}

.urlHeader {
    background-color: #2571be;
    width: 650px;
    margin: 0 auto;
    padding: 0 38px;
    box-sizing: border-box;
    padding: 10px 0;
    display: table;
}

.logoName {
    line-height: 0;
    float: left;
}

    .logoName img {
        margin: 10px 5px 0 0;
        float: left;
        box-sizing: border-box;
    }

    .logoName h2 {
        color: #fff;
        margin: 44px 0 0 0;
        padding: 0;
        font-size: 20px;
        font-weight: normal;
        float: left;
    }

.btn_24Serv {
    width: 50px;
    height: 50px;
    background: url(../images/Graph/icon_24Serv.png) no-repeat center;
    background-size: 40px auto;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
}

    .btn_24Serv:not(.off):hover {
        opacity: .8;
    }

    .btn_24Serv.off {
        cursor: not-allowed;
    }

        .btn_24Serv.off:after {
            content: '';
            background: rgba(0,0,0,.5) url(../images/Graph/icon_maintain.png) no-repeat center;
            background-size: 30px auto;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .btn_24Serv.off:hover .txt_maintain {
            display: block;
        }

.txt_maintain {
    bottom: -5px;
    right: 0;
    position: absolute;
    z-index: 101;
    display: none;
    width: 234px;
}

    .txt_maintain p {
        position: absolute;
        background-color: #ff9900;
        color: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        margin: auto;
        line-height: 22px;
        font-size: 14px;
        right: 0;
    }

.icon_arrow:after {
    content: '';
    visibility: visible;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: -8px;
    right: 12px;
    border-width: 0 9px 8px 0;
    border-color: transparent transparent #ff9900 transparent;
}

/*內容*/
.urlIn {
    background: #fff url(../images/Graph/bg_urlIn.jpg) repeat-x bottom;
    background-size: 100% 100%;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 20px 0;
    width: 650px;
    box-sizing: border-box;
    margin: 0px auto 0 auto;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
    display: table;
}

.urlInL, .urlIn_line, .urlInR {
    display: table-cell;
}

.urlInL {
    padding: 15px 30px 23px;
}

.urlIn_line {
    width: 1px;
    background-color: #dbdbdb;
}

.urlInR {
    padding: 0 20px;
    width: 327px;
    vertical-align: top;
}

.urlInL_T {
    float: left;
    margin: 0 0 10px 9px;
}

    .urlInL_T h1 {
        color: #007eff;
        font-size: 24px;
        margin: 0 0 2px 0;
        line-height: 28px;
    }

    .urlInL_T span {
        color: #888;
        font-size: 13px;
    }

.btn_refresh {
    float: right;
    color: #fff;
    background: #ff8400 url(../images/Graph/icon_refresh.png) no-repeat 14px 50%;
    height: 40px;
    font-size: 13px;
    border-radius: 3px;
    width: 85px;
    cursor: pointer;
    margin: 9px 5px 0 0;
    padding: 0 0 0 28px;
}

    .btn_refresh:hover {
        background-color: #ffb21b;
    }
/*列表*/
.urlList {
    border: 1px solid #d5d5d5;
    display: table;
    width: 100%;
    margin-bottom: 16px;
    background-color: #fff;
    box-sizing: border-box;
}

    .urlList:nth-last-child(1) {
        margin-bottom: 0;
    }

    .urlList li {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        line-height: 23px;
    }

.urlList_L {
    text-align: center;
    font-size: 13px;
    color: #888;
    padding: 0 25px 0 19px;
    width: 130px;
    box-sizing: border-box;
}

    .urlList_L img {
        vertical-align: middle;
    }

    .urlList_L span {
        vertical-align: middle;
    }

.secondNum {
    color: #f00;
    margin: 0px 3px;
    width: 35px;
    text-align: right;
    overflow: hidden;
    display: inline-block;
}

.urlList_line {
    position: relative;
    width: 1px;
}

    .urlList_line:after {
        content: '';
        width: 1px;
        height: 44%;
        vertical-align: middle;
        display: inline-block;
        background-color: #d5d5d5;
    }

.urlList_C {
    font-size: 14px;
    color: #555;
    padding-left: 15px;
}

.urlList_R {
    width: 85px;
    padding: 0 5px;
}

.btn_enterWeb {
    color: #fff;
    background-color: #aaa;
    height: 40px;
    font-size: 13px;
    border-radius: 3px;
    width: 85px;
    margin: 0;
    padding: 0;
}

    .btn_enterWeb.On {
        background-color: #0084ff;
        cursor: pointer;
    }

        .btn_enterWeb.On:hover {
            background-color: #46a6ff;
        }

.icon_loading {
    animation: loading 0.8s linear infinite;
    -webkit-animation: loading 0.8s linear infinite;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*右側說明*/
.urlInR h3 {
    color: #888;
    font-size: 18px;
    border-bottom: 2px solid #ebebeb;
    padding: 32px 3px 17px;
    margin: 0 0 15px 0;
}

.help_T {
    color: #007eff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 3px;
}

    .help_T a {
        text-decoration: underline;
        color: #ff8400;
        padding: 0 5px;
        cursor: pointer;
    }

.help_In {
    color: #111;
    font-size: 14px;
    margin: 0 0 22px 13px;
    padding: 0 3px;
}

.icon_browser {
    text-align: center;
}

    .icon_browser img {
        vertical-align: middle;
        margin: 0 17px;
    }

/*九卅瀏覽器*/
.btn_juBrowser {
    position: relative;
    display: inline;
}

    .btn_juBrowser > a {
        padding: 0;
    }

.juBrowserOpen {
    position: absolute;
    left: 70px;
    top: -13px;
    z-index: 9;
    display: none;
    padding: 5px 5px 5px 15px;
}

.juBrowserIn {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: normal;
    color: #ccc;
    padding: 0 3px;
    line-height: 29px;
    white-space: nowrap;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    position: relative;
}

    .juBrowserIn a {
        color: #007eff;
        text-decoration: none;
    }

        .juBrowserIn a:hover {
            text-decoration: underline;
        }

    .juBrowserIn:before, .juBrowserIn:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 5px;
        bottom: 0;
        margin: auto;
        border-style: solid;
        border-width: 5px 7px 5px 0;
    }

    .juBrowserIn:before {
        left: -7px;
        border-color: transparent #aaa transparent transparent;
    }

    .juBrowserIn:after {
        left: -6px;
        border-color: transparent #fff transparent transparent;
    }
/*公告*/
.content {
    margin-top: 98px;
}

.bulletin {
    padding: 0 30px 15px;
    width: 650px;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #e9f4ff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
}

.bulletin_top {
    border-bottom: 1px solid #d5d5d5;
    height: 40px;
    line-height: 40px;
    color: #2571be;
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
}

.Inner_T {
    margin: 0 auto;
    padding: 0 10px;
    word-break: break-all;
}

.cancel_btn {
    background-image: url(../images/Graph/btn_cancel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 20px;
    opacity: 0.5;
}

    .cancel_btn:hover {
        opacity: 1;
    }