body {
    background-color: #ebebeb;
}

.subMain {
    width: 100% !important;
    /*min-width: 800px;*/
}
.subMain .header {
    width: 100%;
    height: 77px;
    background-color: #30679f;
    position: relative;
}
.subMain #divHead, .subMain .header, .subMain .top_title {
    height: 60px;
}
.titleName1 {
    color: #fff;
    font-size: 1.5em;
    line-height: 60px;
    margin-left: 40px;
}
/*頁面內容*/
.inpage_in {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.urlTop, .urlIn {
    width: 580px;
    margin: 0 auto;
}

.urlTop {
    display: table;
    padding: 0 9px 0 10px;
    box-sizing: border-box;
    margin: 5px auto 20px auto;
}

.urlTop_prompt {
    color: #30679f;
    line-height: 35px;
    font-size: 1.1em;
}

.btn_refresh {
    font-family: 微軟正黑體, Arial;
    border: 0px;
    outline: none;
    float: right;
    color: #fff;
    background: #ff8a00 url(../images/icon_refresh.png) no-repeat 13px 50%;
    background-size: 20px auto;
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
    width: 100px;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 28px;
}

.btn_refresh:hover {
    background-color: #ffb21b;
}

.urlList {
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    display: table;
    width: 100%;
    margin-bottom: 11px;
    background-color: #fff;
    padding: 1% 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.urlList li {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    height: 55px;
    line-height: 55px;
}

.urlList_L {
    text-align: center;
    /* width: 200px; */
    font-size: 1em;
    color: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.urlList_L img {
    /*vertical-align: middle;*/
}

span.seedms {
    color: #0c982a;
    margin: 0 5px 0 10px;
    width: 3rem;
    display: inline-block;
    text-align: right;
}

.urlList_line {
    position: relative;
    width: 1px;
}

.urlList_line:after {
    content: '';
    width: 1px;
    height: 65%;
    /*vertical-align: middle;*/
    /*display: inline-block;*/
    background-color: #d5d5d5;
}

.urlList_C {
    text-align: center;
    /*font-size: 15px;*/
    color: #555;
}

.urlList_R {
    width: auto;
    text-align: center;
}

.btn_enterWeb {
    font-family: 微軟正黑體, Arial;
    border: 0px;
    outline: none;
    color: #fff;
    background-color: #bbb;
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
    width: 100px;
    margin: 0;
    padding: 0;
}

.btn_enterWeb.On {
    background-color: #32abff;
    cursor: pointer;
}

.btn_enterWeb.On:hover {
    background-color: #38b8ff;
}

.icon_loading {
    animation: loading 0.8s linear infinite;
    -webkit-animation: loading 0.8s linear infinite;
}

.stop_loading {
    animation: none;
    -webkit-animation: none
}

.noBackLink {
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bolder;
    font-size: 20px;
    margin-top: 10%;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.popup_loadingbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    overflow: auto;
    z-index: 111131;
}
.loader1 {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 81px;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    z-index: 111141;
}
.loader_text {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    text-shadow: #000 1px 1px 5px;
    width: 100%;
    z-index: 10030;
}
/*********  以下為 RWD畫面_設定  *********/
@media screen and (max-width: 500px) {
    .titleName1 {
        font-size: 2em;
    }
    .urlTop, .urlIn {
        width: 100%;
    }
    .urlTop_prompt, .urlList {
        font-size: 1.0em;
    }
    .urlList {
        margin-bottom: 5%;
        height: 4rem;
    }
    .btn_enterWeb {
        font-size: 0.8em;
        width: auto;
        margin: 0;
        padding: 0 20px;
    }
}
@media screen and (max-width: 320px) {
    .urlList li {
        height: auto;
        line-height: initial;
     }
}



