@charset "gb2312";
.commonTitle {
  line-height: 60px; }
  .commonTitle span {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #da0000;
    vertical-align: -5px; }
  .commonTitle div {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold; }

.commonContent {
  border-top: 2px solid #da0000;
  margin-top: 20px;
  background: #fff url(familyBg.jpg) no-repeat center bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px 30px; }

.adv {
  margin: 20px 0; }
  .adv a {
    float: left;
    width: 294px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-sizing: border-box;
    border: 1px solid #ee8484; }
    .adv a:nth-child(4n) {
      margin-right: 0; }
    .adv a:nth-last-child(1), .adv a:nth-last-child(2), .adv a:nth-last-child(3), .adv a:nth-last-child(4) {
      margin-bottom: 0; }
    .adv a img {
      display: block;
      width: 100%;
      height: 100%; }

.commonTable {
  width: 100%;
  background: #fff; }
  .commonTable .th {
    font-weight: bold; }
  .commonTable .td {
    font-size: 12px;
    color: #888; }
    .commonTable .td a {
      color: inherit; }
      .commonTable .td a:hover {
        text-decoration: underline; }
  .commonTable td {
    line-height: 36px;
    text-align: center;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: none; }
    .commonTable td .blueA {
      display: inline-block;
      width: 78px;
      line-height: 24px;
      font-size: 12px;
      text-align: center;
      color: #fff;
      background: #1aace9;
      border-radius: 4px; }
    .commonTable td .mixA {
      display: inline-block;
      width: 78px;
      line-height: 24px;
      font-size: 12px;
      text-align: center;
      color: #fff;
      border-radius: 4px;
      background: #a112c3; }
      .commonTable td .mixA.bgred {
        background: #da0000; }
      .commonTable td .mixA.bgviolet {
        background: #a112c3; }
      .commonTable td .mixA.bgyellow {
        background: #e47c00; }
      .commonTable td .mixA.bgyellow1 {
        background: #ffd737;
        color: #333; }
      .commonTable td .mixA.bgblue {
        background: #008ca9; }
      .commonTable td .mixA.bgorg {
        background: orange; }

.agentqq {
  border-top: 2px solid #da0000;
  background: #fff;
  text-align: center;
  margin-top: 20px; }
  .agentqq .title {
    line-height: 36px;
    font-weight: bold; }
  .agentqq ul {
    border-top: 1px solid #dddddd; }
  .agentqq li {
    width: 20%;
    float: left;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .agentqq li:nth-child(5n) {
      border-right: none; }
    .agentqq li a {
      display: block;
      width: 100%;
      height: 100%; }
    .agentqq li img {
      vertical-align: -3px; }

.tdHover .tdHoverFlag {
  position: absolute; }

.tdHover .tdHoverP {
  display: inline-block;
  cursor: pointer;
  line-height: initial;
  color: inherit; }
  .tdHover .tdHoverP.active {
    color: #da0000; }
    .tdHover .tdHoverP.active .tdHoverSpan {
      color: #333; }
  .tdHover .tdHoverP .tdHoverSpan {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    z-index: 5;
    border-radius: 6px;
    border: 1px solid #dddddd;
    line-height: initial; }
    .tdHover .tdHoverP .tdHoverSpan em {
      display: block;
      width: 0;
      height: 0;
      border-width: 10px 10px 10px 0;
      border-style: solid;
      border-color: transparent #dddddd transparent transparent;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: -10px;
      /* 三角形居中显示 */ }
    .tdHover .tdHoverP .tdHoverSpan em i {
      display: block;
      width: 0;
      height: 0;
      border-width: 10px 10px 10px 0;
      border-style: solid;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      top: -10px;
      left: 1px; }

.tdHoverBar .echartsBar {
  display: none;
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
  border-radius: 8px;
  position: absolute;
  background: #f3f3f3;
  z-index: 10; }
  .tdHoverBar .echartsBar.left:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent #F3F3F3 transparent transparent;
    border-style: solid;
    position: absolute;
    top: 20px;
    left: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27)); }
  .tdHoverBar .echartsBar.right:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent  transparent transparent #F3F3F3;
    border-style: solid;
    position: absolute;
    top: 20px;
    right: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27)); }

.legendaryFamily .rank {
  margin: 50px 0 50px;
  height: 465px; }
  .legendaryFamily .rank .rt {
    float: left;
    margin-right: 60px;
    width: 393px;
    height: 100%;
    background: #fff;
    border-top: 2px solid #106EC6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .legendaryFamily .rank .rt:last-child {
      margin-right: 0; }
    .legendaryFamily .rank .rt .icon {
      position: absolute;
      left: 0;
      top: -11px; }
    .legendaryFamily .rank .rt .title {
      text-align: center;
      color: #106EC6;
      font-size: 20px;
      line-height: 56px;
      font-weight: bold;
      padding-top: 15px; }
    .legendaryFamily .rank .rt .jiao {
      width: 0;
      height: 0;
      border-color: #fff transparent transparent transparent;
      border-style: solid;
      border-width: 30px 180px 0 180px; }
    .legendaryFamily .rank .rt .rankContentc {
      margin: 0 30px; }
      .legendaryFamily .rank .rt .rankContentc .th {
        overflow: hidden;
        margin-bottom: 8px; }
        .legendaryFamily .rank .rt .rankContentc .th li {
          float: left;
          color: #666;
          text-align: center; }
          .legendaryFamily .rank .rt .rankContentc .th li:first-child {
            width: 28px; }
          .legendaryFamily .rank .rt .rankContentc .th li:nth-child(2) {
            width: 150px;
            padding-left: 6px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .legendaryFamily .rank .rt .rankContentc .th li:nth-child(3) {
            width: 60px; }
          .legendaryFamily .rank .rt .rankContentc .th li:nth-child(4) {
            width: 60px; }
      .legendaryFamily .rank .rt .rankContentc .td {
        overflow: hidden;
        border-bottom: 1px dashed #dddddd; }
        .legendaryFamily .rank .rt .rankContentc .td.first li:first-child {
          color: #fff; }
          .legendaryFamily .rank .rt .rankContentc .td.first li:first-child div {
            background: url(rankBg1.png) no-repeat center center; }
        .legendaryFamily .rank .rt .rankContentc .td.second li:first-child {
          color: #fff; }
          .legendaryFamily .rank .rt .rankContentc .td.second li:first-child div {
            background: url(rankBg2.png) no-repeat center center; }
        .legendaryFamily .rank .rt .rankContentc .td.third li:first-child {
          color: #fff; }
          .legendaryFamily .rank .rt .rankContentc .td.third li:first-child div {
            background: url(rankBg3.png) no-repeat center center; }
        .legendaryFamily .rank .rt .rankContentc .td:last-child {
          border-bottom: none; }
          .legendaryFamily .rank .rt .rankContentc .td:last-child li:nth-child(2) {
            border-bottom: none; }
          .legendaryFamily .rank .rt .rankContentc .td:last-child li:nth-child(3) {
            border-bottom: none; }
        .legendaryFamily .rank .rt .rankContentc .td li {
          float: left;
          padding: 6px 0; }
          .legendaryFamily .rank .rt .rankContentc .td li:first-child {
            font-weight: bold;
            width: 28px;
            text-align: center;
            line-height: 32px; }
            .legendaryFamily .rank .rt .rankContentc .td li:first-child div {
              width: 26px;
              height: 32px;
              background: url(rankBg4.png) no-repeat center center; }
          .legendaryFamily .rank .rt .rankContentc .td li:nth-child(2) {
            width: 150px;
            padding-left: 6px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .legendaryFamily .rank .rt .rankContentc .td li:nth-child(3) {
            text-align: center;
            width: 60px;
            color: #1AACE9;
            line-height: 32px; }
          .legendaryFamily .rank .rt .rankContentc .td li:nth-child(4) {
            text-align: center;
            font-size: 0;
            width: 60px; }
            .legendaryFamily .rank .rt .rankContentc .td li:nth-child(4) > * {
              display: inline-block;
              font-size: 0;
              cursor: pointer; }
            .legendaryFamily .rank .rt .rankContentc .td li:nth-child(4) .zan.active .nor {
              display: none; }
            .legendaryFamily .rank .rt .rankContentc .td li:nth-child(4) .zan.active .sel {
              display: block; }
            .legendaryFamily .rank .rt .rankContentc .td li:nth-child(4) .zan .sel {
              display: none; }
        .legendaryFamily .rank .rt .rankContentc .td .pic {
          width: 32px;
          height: 32px;
          overflow: hidden;
          display: inline-block;
          vertical-align: middle;
          margin-right: 2px; }
          .legendaryFamily .rank .rt .rankContentc .td .pic img {
            display: block;
            width: 100%;
            height: 100%; }
    .legendaryFamily .rank .rt .rankContent {
      overflow: hidden;
      height: 364px; }
  .legendaryFamily .rank .red {
    border-top: 2px solid #da0000; }
    .legendaryFamily .rank .red .title {
      color: #da0000; }
    .legendaryFamily .rank .red .rankContentc .td li:nth-child(3) {
      color: #da0000; }
  .legendaryFamily .rank .purple {
    border-top: 2px solid #9300D9; }
    .legendaryFamily .rank .purple .title {
      color: #9300D9; }
    .legendaryFamily .rank .purple .rankContentc .td li:nth-child(3) {
      color: #9300D9; }

.legendaryFamily .listContainer {
  position: relative; }
  .legendaryFamily .listContainer .link {
    position: absolute;
    right: 0;
    top: 0; }
    .legendaryFamily .listContainer .link > * {
      display: inline-block;
      font-size: 0;
      cursor: pointer;
      width: 189px;
      height: 49px;
      margin-left: 5px; }
  .legendaryFamily .listContainer .familyRuzhu {
    background: url("../images/familyRuzhu.png") no-repeat; }
  .legendaryFamily .listContainer .zhihuiRuzhu {
    background: url("../images/zhihuiRuzhu.png") no-repeat; }
  .legendaryFamily .listContainer .zhuboRuzhu {
    background: url("../images/zhuboRuzhu.png") no-repeat; }
  .legendaryFamily .listContainer .listItem {
    float: left;
    width: 286px;
    height: 360px;
    margin-right: 18px;
    margin-bottom: 18px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.1);
    box-shadow: 0 0 14px rgba(67, 90, 142, 0.1);
    border-radius: 12px; }
    .legendaryFamily .listContainer .listItem:hover {
      -webkit-box-shadow: 0 6px 14px rgba(216, 1, 2, 0.2);
      box-shadow: 0 6px 14px rgba(216, 1, 2, 0.2);
      -webkit-transition: all .3s;
      transition: all .3s; }
    .legendaryFamily .listContainer .listItem:nth-child(4n) {
      margin-right: 0; }
    .legendaryFamily .listContainer .listItem .pic {
      width: 100%;
      height: 120px;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      overflow: hidden;
      position: relative; }
      .legendaryFamily .listContainer .listItem .pic img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .legendaryFamily .listContainer .listItem ul {
      padding-left: 12px;
      font-size: 16px;
      color: #888;
      height: 194px; }
      .legendaryFamily .listContainer .listItem ul li {
        width: 240px;
        line-height: 28px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .legendaryFamily .listContainer .listItem ul li:nth-child(1) {
        padding-top: 6px;
        color: #D60203; }
        .legendaryFamily .listContainer .listItem ul li:nth-child(1) span {
          color: #D60203; }
      .legendaryFamily .listContainer .listItem ul li:nth-child(2) div {
        display: inline-block;
        width: 8px; }
      .legendaryFamily .listContainer .listItem ul li:nth-child(3) div {
        display: inline-block;
        width: 27px; }
      .legendaryFamily .listContainer .listItem ul li:nth-child(4) div {
        display: inline-block;
        width: 27px; }
      .legendaryFamily .listContainer .listItem ul li:nth-child(5) {
        white-space: normal; }
        .legendaryFamily .listContainer .listItem ul li:nth-child(5) span {
          line-height: 24px; }
        .legendaryFamily .listContainer .listItem ul li:nth-child(5) em {
          vertical-align: top; }
      .legendaryFamily .listContainer .listItem ul em {
        display: inline-block;
        width: 80px; }
      .legendaryFamily .listContainer .listItem ul span {
        color: #333;
        display: inline-block;
        width: 160px; }
    .legendaryFamily .listContainer .listItem .btn {
      text-align: center; }
      .legendaryFamily .listContainer .listItem .btn div {
        cursor: pointer;
        margin-right: 18px; }
        .legendaryFamily .listContainer .listItem .btn div:last-child {
          margin-right: 0; }
		  
.showlist{ width:1300px; overflow:hidden; margin:0 auto;  background-color:#FFFFFF; }
table.startable{ border-collapse:collapse; }
table.startable th{ height:50px; line-height:50px; color:#000000; text-align:left; padding:0 3px; font-size:18px; font-family:"Microsoft YaHei","宋体"; border-bottom:solid 1px #DDDDDD; }
table.startable td{ border-bottom:dashed 1px #DDDDDD; padding:3px; }
table.startable tr:hover td{ background-color:#FFFFCC; }

.star_navtitle li{ list-style:none; float:left; padding:0 20px; }
.star_navtitle li.cur{ background-color:#27C4FD; color:#FFFFFF; }