﻿@charset "utf-8";
/* CSS Document */

.character_boxTop {height:182px; position: relative;}
.character_image {width:132px; height:182px; position: absolute; background:#f0f1f2; text-align: center; overflow:hidden;}
.character_image img {width:100%;}
.character_table {margin-left:154px;}
.character_table table {width:100%; position: relative;}
.character_table table:before {content:''; width:100%; height:1px; position: absolute; left:0; top:0; background:#fff;}
.character_table table:after {content:''; width:1px; height:182px; position: absolute; left:0; top:0; background:#fff;}
.character_table table td {height:60px; padding-left:16px; border-top:1px solid #ebeff5; border-left:1px solid #ebeff5;}
.character_table table td:first-child {padding:0;}
.character_table table td.black {color:#919bab;}

.character_boxDown {margin-top:20px; border-top:1px solid #ebeff5;}
.tab_list {padding:40px 0; text-align: center; font-size:0;}
.tab_list li {width:128px; height:37px; line-height:37px; position:relative; margin:0 15px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; border:1px solid #dce0e6; border-radius:1000px; font-size:14px; color:#98a2b2; cursor:pointer;}
.tab_list li.current_style {border:1px solid #3672d1; color:#3672d1;}
.tab_list li.current_style:after {content:''; width:25px; height:16px; position: absolute; left:50%; bottom:-42px; margin-left:-12px;}

.tab_listBox li {line-height:28px; padding:16px 20px; background:#fafbfc; border:1px solid #ebeff5; overflow:auto;}