.SEOPanel-warn-text {
    text-align: left;
    color: #595959;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 24px;
}
.SEOPanel-warn-text > p {
    color: #959494;
}
.SEOPanel-select-conatiner {
    margin-bottom: 8px;
    line-height: 27px;
}
.SEOPanel-select-conatiner > .select-page {
    float: left;
}
.SEOPanel-select-conatiner > .select-page a {
    text-decoration: none;
    display: inline-block;
    line-height: 14px;
    padding: 3px 6px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 2px;
}
.SEOPanel-select-conatiner > .select-page a.disabled {
    text-shadow: 0 1px 1px white;
    background: #EEE;
    border: 1px solid #DDD;
    text-shadow: 0 1px 1px white;
    color: #CCC;
    cursor: default;
}
.SEOPanel-select-conatiner > .select-page a:not(.disabled):not(.current):hover {
    background: #e1e1e1;
    color: #323436;
    /*border: 1px solid #333;*/
}
.SEOPanel-select-conatiner > .select-page a.current {
    background: rgb(27, 127, 204);
    color: #ffffff;
}
.SEOPanel-select-conatiner > .go-page {
    float: right;
}
.SEOPanel-select-conatiner > .go-page .cc-select {
    width: 64px;
    height: 17px;
}
.SEOPanel-text-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.SEOPanel-text-container > textarea {
    font-size: 13px;
    line-height: 22px;
    height: 260px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.SEOPanel-operate-contaienr {
    /*margin-bottom: 24px;*/
}
.SEOPanel-operate-contaienr > .save-page {
    float: right;
}
.SEOPanel-loading-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.SEOPanel-loading {
    font-family: helvetica, arial, sans-serif;
    font-size: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -44px;
    color: #B4B4B4;
    top: 50%;
}
