@charset "UTF-8";
.modal {
  display: none;
  border-radius: 6px; }

.contactModal {
  width: 390px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 23px 20px; }
  .contactModal .modalTitle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #e13b3b;
    padding-bottom: 10px;
    border-bottom: 3px solid #e13b3b;
    margin-bottom: 2px; }
  .contactModal .modalContent li {
    padding: 11px 0 15px;
    border-bottom: 1px solid #dddddd; }
    .contactModal .modalContent li .p1 {
      font-size: 22px;
      margin-bottom: 7px; }
    .contactModal .modalContent li .p2 {
      font-size: 16px;
      color: #999; }
    .contactModal .modalContent li .rt {
      width: 44px;
      height: 44px;
      border: 1px solid #dddddd;
      border-radius: 50%;
      text-align: center;
      line-height: 52px;
      margin-top: 10px; }
  .contactModal .modalContent .tips {
    font-size: 16px;
    color: #888;
    padding-top: 10px;
    line-height: 1.8; }
    .contactModal .modalContent .tips span {
      color: #666; }

.purchaseModal {
  width: 470px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 23px 20px; }
  .purchaseModal .modalTitle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #e13b3b;
    padding-bottom: 10px;
    border-bottom: 3px solid #e13b3b;
    margin-bottom: 2px; }
  .purchaseModal .modalContent li {
    padding: 11px 0 15px;
    border-bottom: 1px solid #dddddd; }
    .purchaseModal .modalContent li .p1 {
      font-size: 22px;
      margin-bottom: 7px; }
    .purchaseModal .modalContent li .p2 {
      font-size: 16px;
      color: #999; }
    .purchaseModal .modalContent li .rt {
      width: 44px;
      height: 44px;
      border: 1px solid #dddddd;
      border-radius: 50%;
      text-align: center;
      line-height: 52px;
      margin-top: 10px; }
  .purchaseModal .modalContent .tips {
    font-size: 16px;
    color: #888;
    padding-top: 10px;
    line-height: 1.8; }
    .purchaseModal .modalContent .tips span {
      color: #666; }

.contactUsModal {
  background: #fff;
  width: 580px;
  border-radius: 4px;
  position: relative;
  padding-bottom: 80px; }
  .contactUsModal .modalTitle {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 50px;
    font-size: 18px;
    color: #e13b3b;
    padding-left: 14px;
    border-bottom: 1px solid #e13b3b;
    margin-bottom: 14px; }
  .contactUsModal .icon-close {
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer; }
  .contactUsModal .modalContent ul {
    width: 540px;
    margin: 30px auto;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
  .contactUsModal .modalContent li {
    width: 33.33%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    line-height: 46px;
    height: 46px; }
    .contactUsModal .modalContent li a {
      vertical-align: middle; }
  .contactUsModal .modalContent .tips {
    text-align: center;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 26px 0;
    font-weight: bold;
    color: #e13b3b; }
    .contactUsModal .modalContent .tips div {
      vertical-align: middle; }
  .contactUsModal .modalContent .bottom {
    text-align: right;
    padding: 20px 20px 0; }
    .contactUsModal .modalContent .bottom a {
      vertical-align: middle;
      margin-left: 6px; }

.queryLinkModal {
  background: #fff;
  width: 640px;
  border-radius: 4px;
  position: relative;
  padding-bottom: 30px; }
  .queryLinkModal .modalTitle {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 50px;
    font-size: 18px;
    color: #e13b3b;
    padding-left: 14px;
    border-bottom: 1px solid #e13b3b;
    margin-bottom: 14px; }
  .queryLinkModal .modalContent {
    width: 640px;
    height: 380px;
    overflow: hidden; }
    .queryLinkModal .modalContent > div:first-child {
      width: 640px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 14px;
      overflow: auto; }
    .queryLinkModal .modalContent a {
      float: left;
      display: block;
      padding: 0 10px;
      line-height: 30px;
      background: #dedede;
      border-radius: 4px;
      margin-right: 14px;
      margin-bottom: 14px;
      cursor: pointer; }
      .queryLinkModal .modalContent a:hover {
        background: #e13b3b;
        color: #fff; }
  .queryLinkModal .icon-close {
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer; }
  .queryLinkModal .zUIpanelScrollBox,
  .queryLinkModal .zUIpanelScrollBar {
    width: 8px;
    top: 4px;
    right: 2px; }
  .queryLinkModal .zUIpanelScrollBox {
    background: #e5e5e5;
    height: 182px; }
  .queryLinkModal .zUIpanelScrollBar {
    background: #e13b3b;
    height: 380px; }

.changePhotoModal .titleBar {
  position: relative;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  background: #e8edf5; }
  .changePhotoModal .titleBar .closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 30px;
    cursor: pointer; }
    .changePhotoModal .titleBar .closeBtn span {
      display: block;
      margin-top: 8px;
      margin-left: 10px; }

.changePhotoModal .cutPhotoContent {
  padding: 7px 15px 20px;
  background: #fff; }
  .changePhotoModal .cutPhotoContent .uploadBtn {
    margin-bottom: 7px; }
    .changePhotoModal .cutPhotoContent .uploadBtn label {
      display: block;
      width: 128px;
      height: 30px;
      border: 1px solid #ddd;
      font-size: 14px;
      line-height: 30px;
      color: #333;
      text-align: center;
      cursor: pointer; }
      .changePhotoModal .cutPhotoContent .uploadBtn label span {
        display: inline-block;
        margin-right: 6px;
        vertical-align: -2px; }
    .changePhotoModal .cutPhotoContent .uploadBtn input {
      display: none;
      visibility: hidden; }
  .changePhotoModal .cutPhotoContent .imageBox {
    position: relative;
    width: 420px;
    height: 420px;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move; }
  .changePhotoModal .cutPhotoContent .imageBox .thumbBox {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 350px;
    height: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2); }
  .changePhotoModal .cutPhotoContent .imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7); }

.changePhotoModal .cutPhotoAction {
  padding: 7px 0;
  background: #e8edf5;
  text-align: right;
  font-size: 0; }
  .changePhotoModal .cutPhotoAction button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 72px;
    height: 23px;
    margin-right: 10px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer; }
    .changePhotoModal .cutPhotoAction button.sure {
      color: #fff;
      background: #e13b3b; }
    .changePhotoModal .cutPhotoAction button.cancel {
      color: #666;
      border: 1px solid #ddd;
      background: #fff; }

.advPKModal {
  display: none;
  width: 860px;
  height: 770px;
  background: #f0f0f0;
  overflow: hidden; }
  .advPKModal .inner {
    width: 670px;
    height: 589px;
    margin: 60px auto 0;
    background: url(../images/pkbg.png) no-repeat;
    position: relative;
    overflow: hidden; }
  .advPKModal .icon-download {
    display: block;
    cursor: pointer;
    margin: 26px auto 0; }
  .advPKModal .qrcode {
    position: absolute;
    right: 2px;
    bottom: 2px; }
  .advPKModal .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    left: 9px;
    bottom: 8px; }
  .advPKModal .th {
    width: 670px;
    color: #4a1a06;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    line-height: 34px;
    text-align: center;
    margin: 99px auto 10px; }
    .advPKModal .th li {
      float: left;
      width: 50%; }
  .advPKModal .table {
    height: 289px;
    width: 502px;
    position: relative;
    margin: 0 auto; }
    .advPKModal .table .tableInner {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      font-size: 13px;
      color: #fff; }
      .advPKModal .table .tableInner > * {
        float: left; }
      .advPKModal .table .tableInner ul {
        overflow: hidden; }
      .advPKModal .table .tableInner li {
        float: left;
        width: 80px;
        line-height: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .advPKModal .table .tableInner .left ul, .advPKModal .table .tableInner .right ul {
        background: url(../images/tt1.png) no-repeat center center; }
      .advPKModal .table .tableInner .left li.active, .advPKModal .table .tableInner .right li.active {
        color: #e13b3b;
        font-weight: bold; }
      .advPKModal .table .tableInner .left li:first-child, .advPKModal .table .tableInner .right li:first-child {
        width: 85px;
        text-align: right;
        padding-right: 10px; }
      .advPKModal .table .tableInner .center li {
        color: #c2955d;
        width: 172px;
        text-align: center;
        font-weight: bold; }
  .advPKModal .p1 {
    margin: 20px auto 5px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 12px; }
    .advPKModal .p1 span {
      color: #ce935c;
      margin: 0 3px; }
    .advPKModal .p1 em {
      color: #c3975e;
      font-weight: bold;
      margin: 0 3px; }
  .advPKModal .p2 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #c49860; }

.avatars-modal {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 64px 0;
  border-radius: 4px;
  background: #fff; }
  .avatars-modal .close-btn {
    position: absolute;
    padding: 10px;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  .avatars-modal .modal-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #333; }
  .avatars-modal .avatar-list {
    margin-top: 55px;
    margin-right: -55px; }
    .avatars-modal .avatar-list input[type="radio"] {
      display: none; }
      .avatars-modal .avatar-list input[type="radio"]:checked + label {
        border: 5px solid #e13b3b; }
    .avatars-modal .avatar-list label {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 110px;
      height: 110px;
      margin-right: 55px;
      margin-bottom: 55px;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer; }
      .avatars-modal .avatar-list label img {
        display: block;
        width: 100%;
        height: 100%; }
  .avatars-modal .btns {
    font-size: 0;
    text-align: center; }
    .avatars-modal .btns button {
      width: 134px;
      height: 48px;
      border-radius: 4px;
      outline: none;
      border: none;
      font-size: 20px;
      cursor: pointer; }
    .avatars-modal .btns .confirm {
      margin-right: 64px;
      color: #fff;
      background: #e13b3b; }
    .avatars-modal .btns .cancel {
      border: 1px solid #dddddd;
      background: #F5F5F5;
      color: #999; }

.blackTipsModal {
  padding: 35px 0 25px; }
  .blackTipsModal i {
    display: block;
    margin: auto; }
  .blackTipsModal span {
    display: block;
    margin: 30px 0 40px;
    font-size: 16px;
    line-height: 1;
    text-align: center; }
  .blackTipsModal button {
    display: block;
    width: 118px;
    height: 32px;
    margin: auto;
    border: none;
    outline: none;
    background: #458FFF;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer; }

.commonTitle {
  line-height: 60px; }
  .commonTitle span {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #e13b3b;
    vertical-align: -5px; }
  .commonTitle div {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold; }

.commonContent {
  border-top: 2px solid #e13b3b;
  margin-top: 20px;
  background: #fff url(../images/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: #e13b3b; }
      .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 #e13b3b;
  background: #fff;
  text-align: center;
  margin-top: 20px; }
  .agentqq .title {
    padding: 8px 0;
    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: #e13b3b; }
    .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)); }

.redpacket-skin {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }

.Redpacket-Modal {
  display: none;
  position: relative;
  height: 530px;
  background: url(../images/redpacket-bg.png) no-repeat center;
  overflow: hidden; }
  .Redpacket-Modal .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .Redpacket-Modal .ewm {
    width: 240px;
    height: 240px;
    margin: 126px auto 0; }
    .Redpacket-Modal .ewm img {
      width: 100%;
      height: 100%; }

.indexCommonTitle {
  overflow: hidden;
  height: 66px;
  padding: 0 30px;
  border-top: 1px solid #e13b3b;
  border-bottom: 1px solid #ddd;
  position: relative;
  background: #fff; }
  .indexCommonTitle .center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #e13b3b;
    font-weight: bold; }

.filterNew {
  font-size: 0;
  position: relative; }
  .filterNew > * {
    float: left; }
  .filterNew > span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px; }
  .filterNew > div {
    width: 660px; }
    .filterNew > div a {
      padding: 0 24px;
      line-height: 30px;
      border-radius: 15px;
      border: 1px solid #ccc;
      font-size: 16px;
      color: #999;
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 14px; }
      .filterNew > div a.active {
        color: #e13b3b;
        background: #ffdddd;
        border-color: #ffdddd;
        cursor: pointer; }
      .filterNew > div a:hover {
        color: #e13b3b;
        background: #ffdddd;
        border-color: #ffdddd;
        cursor: pointer; }
  .filterNew .advpk {
    position: absolute;
    top: 4px;
    right: 265px; }

.top .search {
  padding: 35px 30px 54px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url(../images/advertisingquerybg.jpg) no-repeat center top;
  -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
  box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
margin-top: 10px;
}
  .top .search .input {
    padding-top: 26px; }
    .top .search .input > * {
      float: left; }
      .top .search .input > * > div {
        float: left; }
    .top .search .input input {
      width: 640px;
      height: 48px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 60px;
      border: 1px solid #dddddd;
      font-size: 16px;
      text-indent: 10px;
      background: url(../images/icon_gm1.png) no-repeat center right 10px; }
    .top .search .input .btn {
      width: 150px;
      height: 48px;
      text-align: center;
      line-height: 48px;
      background: #353535;
      color: #fff;
      font-size: 16px;
      margin-left: 10px;
      cursor: pointer; }
      .top .search .input .btn div {
        vertical-align: middle; }
    .top .search .input .accurateSearch {
      background: #e13b3b; }
  .top .search .select {
    margin: 27px 0 24px;
    padding-bottom: 27px;
    border-bottom: 1px solid #dddddd; }
    .top .search .select li {
      float: left;
      line-height: 42px;
      margin-right: 20px; }
      .top .search .select li span {
        font-size: 16px; }
    .top .search .select select {
      width: 160px;
      height: 42px;
      font-size: 14px;
      color: #666;
      border: 1px solid #dddddd;
      border-radius: 4px;
      outline: none; }
  .top .search .tips {
    color: #e13b3b;
    margin-top: 10px;
    font-weight: bolder;
    }

.newContent {
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 10px;
  border: 1px solid #dddddd;
  margin: 20px auto; }
  .newContent .articleTitle {
    font-size: 18px;
    font-weight: bold;
    color: #e13b3b;
    margin-bottom: 3px; }
    .newContent .articleTitle a {
      float: right;
      color: #999;
      font-size: 14px;
      font-weight: normal; }
  .newContent .article ul {
    float: left;
    width: 33.3%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .newContent .article li {
    line-height: 36px;
    font-size: 16px; }
    .newContent .article li:hover {
      color: #e13b3b; }
      .newContent .article li:hover span:before {
        background: #e13b3b; }
      .newContent .article li:hover em {
        color: #e13b3b; }
    .newContent .article li a {
      overflow: hidden;
      display: block;
      width: 100%;
      height: 100%; }
    .newContent .article li em {
      float: right;
      color: #999; }
    .newContent .article li span {
      width: 260px;
      float: left;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 17px;
      position: relative; }
      .newContent .article li span:before {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #333; }
  .newContent .video .slidesCarousel-box {
    width: 1065px;
    margin: 15px auto 30px;
    height: 187px;
    position: relative; }
  .newContent .video .slidesCarousel-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .newContent .video .slidesCarousel-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden; }
  .newContent .video .slidesCarousel-slide {
    width: 285px;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 50px; }
    .newContent .video .slidesCarousel-slide img {
      display: block;
      width: 100%;
      height: 100%; }
    .newContent .video .slidesCarousel-slide .icon-play {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .newContent .video .slidesCarousel-slide .text {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 38px;
      line-height: 38px;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      background: rgba(0, 0, 0, 0.5); }
  .newContent .video .slidesCarousel-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
  .newContent .video .slidesCarousel-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }

.slideNav {
  display: none;
  position: fixed;
  top: 640px;
  left: 220px;
  width: 122px; }
  .slideNav > div {
    width: 100px;
    height: 195px;
    border: 1px solid #dddddd;
    background: #fff;
    line-height: 39px;
    text-align: center;
    color: #666; }
  .slideNav .gotop {
    cursor: pointer; }
    .slideNav .gotop div {
      vertical-align: -1px; }
  .slideNav li {
    position: relative;
    cursor: pointer; }
    .slideNav li .icon-slideNavActive {
      display: none;
      position: absolute;
      left: -6px;
      top: 3px;
      z-index: 2; }
    .slideNav li span {
      position: relative;
      z-index: 5; }
    .slideNav li:hover {
      color: #fff; }
      .slideNav li:hover .icon-slideNavActive {
        display: block; }
    .slideNav li.active {
      color: #fff; }
      .slideNav li.active .icon-slideNavActive {
        display: block; }

.commonTable {
  width: 1280px;
  border-top: 2px solid #e13b3b; }

.currentTimeList {
  margin-bottom: 20px; }
  .currentTimeList .table {
    width: 100%;
    background: #fff;
    border-top: 2px solid #e13b3b;
    border-left: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.1);
    box-shadow: 0 0 14px rgba(67, 90, 142, 0.1); }
    .currentTimeList .table td:first-child {
      width: 220px; }
    .currentTimeList .table td:nth-child(2) {
      width: 140px; }
    .currentTimeList .table td:nth-child(3), .currentTimeList .table td:nth-child(4), .currentTimeList .table td:nth-child(6) {
      width: 180px; }
    .currentTimeList .table td:nth-child(5) {
      width: 170px; }
    .currentTimeList .table td:last-child {
      width: 124px; }
  .currentTimeList .table1 td:first-child {
    width: 142px; }
  .currentTimeList .table1 td:nth-child(2), .currentTimeList .table1 td:nth-child(3), .currentTimeList .table1 td:nth-child(4) {
    width: 166px; }
  .currentTimeList .table1 td:nth-child(5), .currentTimeList .table1 td:nth-child(6), .currentTimeList .table1 td:nth-child(7), .currentTimeList .table1 td:nth-child(8) {
    width: 107px; }
  .currentTimeList .table1 td:last-child {
    width: 124px; }
  .currentTimeList .table2 td {
    line-height: 1.8;
    padding: 10px 0;
    vertical-align: text-top; }
    .currentTimeList .table2 td b {
      font-weight: bold;
      color: #e13b3b; }
    .currentTimeList .table2 td:first-child {
      width: 102px; }
    .currentTimeList .table2 td:nth-child(2), .currentTimeList .table2 td:nth-child(3), .currentTimeList .table2 td:nth-child(4) {
      width: 156px; }
    .currentTimeList .table2 td:nth-child(5), .currentTimeList .table2 td:nth-child(6), .currentTimeList .table2 td:nth-child(7), .currentTimeList .table2 td:nth-child(8) {
      width: 132px; }
    .currentTimeList .table2 td:last-child {
      vertical-align: text-top;
      width: 94px; }
    .currentTimeList .table2 td.tdHover p {
      display: inline-block;
      cursor: pointer; }
      .currentTimeList .table2 td.tdHover p span {
        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; }
        .currentTimeList .table2 td.tdHover p span 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;
          /* 三角形居中显示 */ }
        .currentTimeList .table2 td.tdHover p span 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; }
  .currentTimeList .table3 tr.recommend {
    background: #ffff88; }
  .currentTimeList .table3 .td {
    color: #333; }
  .currentTimeList .table3 td {
    line-height: normal;
    height: 40px;
    color: #333; }
    .currentTimeList .table3 td:first-child {
      width: 100px; }
    .currentTimeList .table3 td:nth-child(2) {
      width: 120px; }
    .currentTimeList .table3 td:nth-child(3), .currentTimeList .table3 td:nth-child(4) {
      width: 150px; }
    .currentTimeList .table3 td:nth-child(5) {
      width: 106px; }
    .currentTimeList .table3 td:nth-child(6) {
      width: 122px; }
    .currentTimeList .table3 td:nth-child(7) {
      width: 270px; }
    .currentTimeList .table3 td:nth-child(8) {
      width: 122px; }
    .currentTimeList .table3 td:nth-child(9) {
      width: 102px; }
    .currentTimeList .table3 td:last-child {
      width: 40px; }

.accurateSearchList {
  margin: 20px 0;
  background: #fff; }
  .accurateSearchList > div {
    margin-bottom: 20px; }
  .accurateSearchList .title {
    line-height: 40px;
    background: #e13b3b;
    color: #fff;
    text-align: center; }
  .accurateSearchList .topTable {
    background: #fff; }
    .accurateSearchList .topTable .title {
      line-height: 36px; }
      .accurateSearchList .topTable .title p {
        width: 50%;
        float: left; }
    .accurateSearchList .topTable .table {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd; }
      .accurateSearchList .topTable .table .th {
        font-weight: bold; }
      .accurateSearchList .topTable .table .td {
        font-size: 13px;
        color: #888; }
      .accurateSearchList .topTable .table .title {
        background: #e13b3b;
        color: #fff; }
      .accurateSearchList .topTable .table td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 36px;
        text-align: center;
        border: 1px solid #dddddd;
        border-top: none;
        border-left: none;
        width: 75px; }
    .accurateSearchList .topTable .todayData .th {
      background: #ffff88;
      color: #e13b3b; }
  .accurateSearchList .feeTable {
    background: #fff; }
    .accurateSearchList .feeTable .table {
      background: #fff;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd; }
      .accurateSearchList .feeTable .table table {
        width: 100%; }
      .accurateSearchList .feeTable .table .th {
        font-weight: bold; }
      .accurateSearchList .feeTable .table .td {
        font-size: 13px;
        color: #888; }
      .accurateSearchList .feeTable .table .title {
        background: #e13b3b;
        color: #fff; }
      .accurateSearchList .feeTable .table td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 36px;
        text-align: center;
        border: 1px solid #dddddd;
        border-top: none;
        border-left: none; }
        .accurateSearchList .feeTable .table td:first-child {
          width: 30%; }
        .accurateSearchList .feeTable .table td:nth-child(2) {
          width: 50%; }
        .accurateSearchList .feeTable .table td:last-child {
          width: 20%; }
  .accurateSearchList .numTable .table td {
    line-height: 1.8;
    padding: 10px 0; }
    .accurateSearchList .numTable .table td b {
      font-weight: bold;
      color: #e13b3b; }
    .accurateSearchList .numTable .table td:first-child {
      width: 40%;
      vertical-align: text-top; }
    .accurateSearchList .numTable .table td:nth-child(2) {
      width: 50%; }
    .accurateSearchList .numTable .table td:last-child {
      width: 10%;
      vertical-align: text-top; }
  .accurateSearchList .advListTable {
    background: #fff; }

.advRankListLook {
  margin-bottom: 20px; }
  .advRankListLook .advRankListLookNav {
    width: 100%;
    line-height: 36px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd; }
    .advRankListLook .advRankListLookNav li {
      float: left;
      width: 25%;
      text-align: center;
      background: #fff;
      color: #333;
      cursor: pointer;
      border-right: 1px solid #dddddd;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .advRankListLook .advRankListLookNav li:last-child {
        border-right: none; }
      .advRankListLook .advRankListLookNav li:hover {
        background: #e13b3b;
        color: #fff; }
      .advRankListLook .advRankListLookNav li.active {
        background: #e13b3b;
        color: #fff; }
  .advRankListLook .arlTitle {
    line-height: 30px;
    text-align: center;
    background: #fff; }
  .advRankListLook .arlList > div {
    display: none; }
    .advRankListLook .arlList > div:first-child {
      display: block; }
  .advRankListLook .title {
    line-height: 40px;
    background: #e13b3b;
    color: #fff;
    text-align: center; }
  .advRankListLook .table1 {
    margin: 20px 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
    .advRankListLook .table1 td:first-child {
      width: 142px; }
    .advRankListLook .table1 td:nth-child(2), .advRankListLook .table1 td:nth-child(3), .advRankListLook .table1 td:nth-child(4) {
      width: 126px; }
    .advRankListLook .table1 td:nth-child(5), .advRankListLook .table1 td:nth-child(6), .advRankListLook .table1 td:nth-child(7), .advRankListLook .table1 td:nth-child(8), .advRankListLook .table1 td:nth-child(9) {
      width: 110px; }
    .advRankListLook .table1 td:last-child {
      width: 124px; }
  .advRankListLook .table3 {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd; }
    .advRankListLook .table3 tr.recommend {
      background: #ffff88; }
    .advRankListLook .table3 td {
      line-height: normal;
      height: 40px; }
      .advRankListLook .table3 td:first-child {
        width: 120px; }
      .advRankListLook .table3 td:nth-child(2) {
        width: 106px; }
      .advRankListLook .table3 td:nth-child(3) {
        width: 146px; }
      .advRankListLook .table3 td:nth-child(4) {
        width: 126px; }
      .advRankListLook .table3 td:nth-child(5) {
        width: 220px; }
      .advRankListLook .table3 td:nth-child(6) {
        width: 102px; }
      .advRankListLook .table3 td:nth-child(7) {
        width: 100px; }
      .advRankListLook .table3 td:nth-child(8) {
        width: 80px; }
      .advRankListLook .table3 td:nth-child(9) {
        width: 120px; }
      .advRankListLook .table3 td:last-child {
        width: 100px; }

.newArticle {
  background: #2c2c2c;
  height: 250px;
  margin-bottom: -30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0; }
  .newArticle ul {
    float: left;
    width: 50%;
    padding: 0px 50px 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .newArticle ul:nth-child(2) {
      padding: 0px 100px 0 50px; }
  .newArticle li {
    line-height: 40px;
    font-size: 16px; }
    .newArticle li a {
      overflow: hidden;
      display: block;
      width: 100%;
      height: 100%; }
    .newArticle li em {
      float: right;
      color: #999; }
    .newArticle li span {
      width: 295px;
      float: left;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 17px;
      position: relative;
      color: #fff; }
      .newArticle li span:before {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #5c5c5c; }

.swrapbox {
  overflow: hidden;
  /*background-color: #FFFFFF;*/
  padding-top: 20px;
}
.schbox {
  height: 47px;
  overflow: hidden;
  margin: 0 auto;
}
input.txtbox {
  width: 700px;
  box-sizing: border-box;
  font-size: 15px;
  height: 46px;
  outline: none;
  padding: 13px 10px 12px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
input.schbtn {
  -webkit-appearance: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  height: 46px;
  letter-spacing: 1px;
  top: 0;
  vertical-align: top;
  width: 200px;
  background-color: #e13b3b;
  color: #FFFFFF;
}
