.pan-xunlei-com html, .pan-xunlei-com body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.pan-xunlei-com .spinner {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    visibility: hidden;
}

.pan-xunlei-com .spinner .centerBox {
    position: absolute;
    width: 300px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -150px;
    background: #fff;
    box-shadow: 0 1px 4px #bbb;
    border-radius: 2px;
    border:1px solid #c8d2dc;
}
.pan-xunlei-com .animation {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -14px;
    height: 30px;
    width: 30px;
}
.pan-xunlei-com .spinner p {
    text-align: right;
    margin: 14px 25px;
    font-size: 18px;
    color: #666;
}


.pan-xunlei-com .message {
    position: fixed;
    top: 3px;
    right: 10px;
}

.pan-xunlei-com .success {
    color: #29d219;
    animation: 1s 4s forwards fade-out;
    -webkit-animation: 1s 4s forwards fade-out;
}

.pan-xunlei-com .error {
    color: #f00;
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.pan-xunlei-com .fileSelect {
    position: fixed;
    top: 10px;
    left: 10px;
}

.pan-xunlei-com select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.pan-xunlei-com select:-moz-focusring { /* hide the dotted outline on selection in firefox */
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.pan-xunlei-com select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 240px;
    border:1px solid #c8d2dc;
    height: 24px;
    line-height: 24px;
    padding: 1px 23px 1px 5px;
    box-sizing: initial;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    box-shadow: inset 0px 1px 0px rgba(80,90,100,0.08);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFAQMAAABGqu8rAAAABlBMVEVHcExQWmT5Hbp+AAAAAXRSTlMAQObYZgAAABdJREFUCFtj+H+Aob6BwZ6BQY6BgYcBACTcAyiS7fZkAAAAAElFTkSuQmCC) no-repeat #fff;
    background-position: 253px 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pan-xunlei-com select:hover{
    border-color: #b4bec8;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFAQMAAABGqu8rAAAABlBMVEVHcEwVY8fOF4q9AAAAAXRSTlMAQObYZgAAABdJREFUCFtj+H+Aob6BwZ6BQY6BgYcBACTcAyiS7fZkAAAAAElFTkSuQmCC) no-repeat #fff;
    background-position: 253px 11px;

}
.pan-xunlei-com select:focus{
    border-color: #2E6C99;
}

.pan-xunlei-com .fileContent {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    bottom: 45px;
    /* clip top shadow*/
    overflow: hidden;
    /* show bottom border again*/
    padding-bottom: 1px;
    box-sizing: border-box;
}
/* Shadow */
.pan-xunlei-com .fileContent:before {
    box-shadow: 0 1px 10px rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    top: 1px;
    z-index: 1;
}

.pan-xunlei-com textarea, .pan-xunlei-com .CodeMirror {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    box-sizing: border-box;
    border: 1px solid #b5b8c8;
    resize: none;
    outline: none;
    font-size: 12px;
    font-family: monospace;
}

.pan-xunlei-com textarea {
    overflow: auto;
    opacity: 0;
    padding: 2px 3px;
}

.pan-xunlei-com textarea:active, .pan-xunlei-com .CodeMirror-focused, .pan-xunlei-com textarea:focus {
    border: 1px solid #7eadd9;
}

.pan-xunlei-com .updateBlocklist .btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

.pan-xunlei-com .fileEditor .btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.pan-xunlei-com .btn {
    width: auto;
    white-space: nowrap;
    border: solid 1px #c8d2dc;
    background-image: linear-gradient(#f5faff, #e7ecf1);
    background-color: #e7ecf1;
    text-align: center;
    cursor: pointer;
    padding: 2px 21px;
    height: 28px;
    display: block;
    color: #000;
    font-family: arial, tahoma, verdana, helvetica;
    font-size: 13px;
    margin-right: 7px;
    border-radius: 3px;
    outline: none;
}

.pan-xunlei-com .btn:hover {
    border-color: #b4bec8;
    background-color: #e7ecf1;
}

.pan-xunlei-com .btn:active {
    border-color: #b4bec8;
    background-image: linear-gradient(#ebf0f5, #e1e6eb);
    background-color: #e1e6eb;
}

.pan-xunlei-com .primary {
    border-color: #215fa6;
    background-image: linear-gradient(#3d80cc, #2466b2);
    background-color: #2466b2;
    color: #fff;
}

.pan-xunlei-com .primary:hover {
    border-color: #0e498c;
    background-image: linear-gradient(#337acc, #125db2);
    background-color: #125db2;
}

.pan-xunlei-com .primary:active {
    border-color: #0e498c;
    background-image: linear-gradient(#266ebf, #1156a6);
    background-color: #1156a6;
}
