#Wapper {
    width: 1200px !important;
    margin: 0 auto;
}
.clearfix, #Wapper {
    clear: both;
    display: block;
}
.clearfix:after, #Wapper:after, .clear:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* 左侧 */
#List {
    float: left;
    width: 880px !important;
    margin-right: 20px;
}
#RightSide .title, h3.title, h2.title {
    background: url(//i.ssimg.cn/images/info/2012/05/07/repeat.gif) repeat-x scroll 0 0 transparent;
}
h3.title, .switch_3 .title, #RightSide .title {
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
    border: 1px solid #E0E0E0;
    background-position: 0 -139px;
}
.title .name, .title h2 {
    background: url(//i.ssimg.cn/images/info/2012/05/07/icon.gif) no-repeat;
}
.title .name, .title h2 {
    font-weight: bold;
    padding-left: 20px;
    background-position: 0 -375px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    float: left;
}
#List .content {
    padding: 10px 10px 0;
    margin-bottom: 20px;
    line-height: 26px;
    border: 1px solid #E0E0E0;
    border-top: none;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
}
.list-line {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b0b0b0;
    overflow: hidden;
    zoom: 1;
}
.list-line li {
    padding-left: 15px;
    font-size: 14px;
    background: url(//i.ssimg.cn/images/info/2012/05/07/icon.gif) -15px -344px no-repeat;
}
.list-line li span {
    float: right;
    font-size: 12px;
    color: #666;
}
.list-line li a {
    color: #0E478C;
    text-decoration: none;
}
.list-line li a:hover {
    color: #c00;
    text-decoration: underline;
}
/* 分页器 */
#Page {
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

#Page span,
#Page a {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    color: #666;
    background: url(//i.ssimg.cn/images/asset/20130903/repeat.gif) 0 -120px;
    vertical-align: top;
}

#Page a {
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    color: #000;
}

#Page a.current {
    border: 1px solid #002855;
    background: #104179;
    color: #fff;
}

#Page a:hover {
    border: 1px solid #002a5b;
    background: #00346f;
    text-decoration: none;
    color: #fff;
}

#Page span.edit {
    padding: 0;
    border: none;
}

#Page span a {
    padding: 0 15px;
}
/* 右侧 */
#RightSide {
    float: right;
    width: 300px;
    overflow: hidden;
}
#RightSide .Choiceness {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-family: "Noto Sans SC", "Microsoft YaHei", "SimSun";
}
#RightSide .Choiceness .Cheader {
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
}
#RightSide .Choiceness .Cheader span {
    font-size: 18px;
    border-left: 3px solid #f34540;
    text-align: center;
    height: 21px;
    line-height: 21px;
}
#RightSide .Choiceness .Cheader span i {
    margin-left: 10px;
    color: #262626;
}
.time {
    float: right;
    color: #666666;
}
.right_special {
    padding: 0 0 33px;
    border-radius: 4px;
    background-color: #ffffff;
}
.right_special li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.right_special li div {
    flex: 1;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 2px 0;
}
.right_openrouter li div:first-child {
    flex: 3;
    text-align: left;
    padding-left: 14px;
}
.right_openrouter li div:last-child { 
    flex: 1;
    text-align: end;
}
.right_openrouter svg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.tokens_num{
   display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #71717A;
    font-size: 12px;
    margin-top: 2px;
}
.right_special li div.jzll_gree {
    color: #228c02;
}
.right_special li div.jzll_red {
    color: #FF0000;
}
a.right_mouch {
    float: right;
    color: #666666;
}
a.right_mouch:hover {
    color: #f34540;
    text-decoration: underline;
}