@charset "UTF-8";
.u-filebtn {
  width: 100px;
  height: 30px;
  position: relative;
  background: #ff9a00;
  border: 1px solid #e76600;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  text-decoration: none; }
  .u-filebtn input {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer; }

.u-radioInput {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  overflow: hidden;
  color: #666666;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
  cursor: pointer; }
  .u-radioInput span {
    cursor: pointer; }
  .u-radioInput input {
    vertical-align: -2px; }
  .u-radioInput input[type="radio"],
  .u-radioInput input[type="checkbox"] {
    display: none;
    display: inline\0; }
  .u-radioInput input[type="radio"] + label,
  .u-radioInput input[type="checkbox"] + label {
    width: 12px;
    height: 12px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    margin-right: 2px;
    display: inline-block;
    display: none\0;
    background-color: #ffffff;
    vertical-align: -3px;
    cursor: pointer; }
  .u-radioInput input[type="radio"]:checked + label,
  .u-radioInput input[type="checkbox"]:checked + label {
    background: url("../images/icon/icon1.png") no-repeat center;
    border-color: transparent;
    background-position: -2px -70px; }
  .u-radioInput.cicle input[type="radio"] + label {
    border-radius: 100%; }
  .u-radioInput.cicle input[type="radio"]:checked + label {
    background-position: -21px -69px; }
  .u-radioInput.yellow input[type="radio"]:checked + label,
  .u-radioInput.yellow input[type="checkbox"]:checked + label {
    background: url(../images/qbx/check.png) no-repeat center;
    background-size: cover; }

/**************yellow btn**************************/
.u-btnNormal {
  border: 1px solid #e76600;
  background: #ff9a00;
  padding: 4px 12px;
  color: #ffffff;
  text-decoration: none;
  /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);*/
  line-height: normal;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  word-break: keep-all; }
  .u-btnNormal.hasRaduis {
    border-radius: 2px; }
  .u-btnNormal.hover:hover {
    background: #cc7b00; }
  .u-btnNormal[data-status="del"] {
    background: #f0f0f0;
    border: 1px solid #cccccc;
    color: #999999;
    text-shadow: none; }
    .u-btnNormal[data-status="del"]:hover {
      background: #d6d6d6; }
  .u-btnNormal.grayBtn {
    background-color: #f8f8f8;
    color: #999999;
    border: 1px solid #e0e0e0; }
    .u-btnNormal.grayBtn.hover:hover {
      background-color: #dfdfdf; }
  .u-btnNormal.gray9Btn {
    background-color: #999999;
    border: 1px solid #999999; }
    .u-btnNormal.gray9Btn.hover:hover {
      background-color: gray; }
  .u-btnNormal.blue {
    background-color: #2d92ff;
    border: 1px solid #1b64b3; }
    .u-btnNormal.blue.hover:hover {
      background-color: #0078f9; }
  .u-btnNormal.red {
    background-color: #e72116;
    border: 1px solid #b32424; }
    .u-btnNormal.red.hover:hover {
      background-color: #b81a12; }

a.u-btgz {
  border: 1px solid #ffcc00;
  border-radius: 4px;
  background-color: #fffae0;
  padding: 1px 8px;
  color: #666666;
  font-size: 12px; }
  a.u-btgz:hover {
    /*background-color:darken($abgColor,10%);*/ }

a.u-btygz {
  background-color: #f4f4f4;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 1px 8px;
  color: #666666;
  font-size: 12px; }

.upHbl {
  width: 66px;
  height: 37px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 1.3em;
  margin: 0 10px;
  text-align: center;
  overflow: hidden;
  font-size: 11px; }
  @media (min-width: 640px) {
    .upHbl.media {
      width: 110px;
      height: 68px;
      font-size: 14px; }
      .upHbl.media span {
        font-size: 26px;
        margin-top: 7px; } }
  .upHbl span {
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 1.3em;
    margin-top: 1px; }
  .upHbl.b {
    background-color: #0097e9; }
  .upHbl.g {
    background-color: #669966; }
  .upHbl.r {
    background-color: #e64545; }
  .upHbl.sr {
    background-color: #cc3333; }
  .upHbl.y {
    background-color: #e59545; }

.m-banner1 {
  padding: 10px;
  border-bottom: 1px solid #dadada; }
  .m-banner1 img {
    width: 100%;
    display: block; }

.m-menu2 {
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid #e71716;
  width: 100%;
  box-sizing: border-box;
  color: #666666;
  margin-top: 7px;
  overflow: hidden; }
  .m-menu2 li {
    border: 1px solid #dcdcdc;
    float: left;
    padding: 0 20px;
    height: 100%;
    border-left: none;
    cursor: pointer; }
    @media (max-width: 568px) {
      .m-menu2 li {
        padding: 0 8px; } }
    .m-menu2 li.current, .m-menu2 li:hover {
      background-color: #e71716;
      color: #ffffff;
      border-bottom: none;
      font-weight: bold; }
      .m-menu2 li.current a, .m-menu2 li:hover a {
        color: #ffffff; }
    .m-menu2 li.first {
      border-left: 1px solid #dcdcdc; }
    .m-menu2 li.last {
      float: right;
      border: none; }
      .m-menu2 li.last a {
        color: #ff6c00; }

.m-topmenu2 {
  height: 30px;
  line-height: 30px;
  background-color: #ffe5e5;
  text-align: left;
  padding-left: 10px;
  color: #cdb8b8; }
  .m-topmenu2 a {
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
    display: inline-block;
    height: 100%;
    text-decoration: none; }
    .m-topmenu2 a.click, .m-topmenu2 a:hover {
      color: #e71716; }

.u-title {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  line-height: 40px;
  text-indent: 15px;
  font-size: 12px;
  padding-right: 10px;
  overflow: hidden;
  position: relative; }
  .u-title.b {
    border-left: 5px solid #6fb5fc; }
  .u-title.r {
    border-left: 5px solid #f5586c; }
  .u-title.y {
    border-left: 5px solid #ffd200; }
  .u-title.g {
    border-left: 5px solid #4c994c; }
  .u-title .titleMenu {
    float: right;
    color: #cccccc;
    font-size: 14px; }
    .u-title .titleMenu a {
      text-decoration: none;
      color: #666666;
      padding: 0 10px;
      text-indent: 0;
      display: inline-block;
      height: 38px;
      font-size: 12px; }
      .u-title .titleMenu a.current {
        color: #6fb5fc;
        border-bottom: 2px solid #6fb5fc; }

.u-input {
  font-size: 12px;
  color: #666666;
  max-width: 700px;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .u-input {
      padding: 0 10px 0 20px; } }
  .u-input input,
  .u-input select,
  .u-input textarea {
    -webkit-appearance: none;
    border-radius: 0; }
  .u-input .left {
    width: 177px;
    padding-right: 30px;
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: right;
    color: #999999; }
    @media (max-width: 640px) {
      .u-input .left {
        width: 90px; } }
  .u-input .right {
    margin-left: 132px;
    overflow: hidden; }
    @media (max-width: 640px) {
      .u-input .right {
        margin-left: 90px; } }
    .u-input .right input {
      width: 55%;
      height: 30px;
      line-height: 30px \9;
      border: 1px solid #dcdcdc; }
      .u-input .right input[readonly=true] {
        color: #999999; }
    .u-input .right select {
      width: 20%;
      padding: 4px 0;
      margin-right: 10px;
      border: 1px solid #dcdcdc;
      color: #666666;
      cursor: pointer; }
    .u-input .right textarea {
      border: 1px solid #dcdcdc;
      width: 70%;
      height: 80px;
      font-size: 12px; }
    .u-input .right i.ts {
      width: 15px;
      height: 15px;
      display: inline-block;
      background-size: 100% auto;
      vertical-align: middle; }
    .u-input .right i.wrong {
      background-image: url(../images/icon/error.png); }
    .u-input .right i.true {
      background-image: url(../images/icon/right.png); }
    .u-input .right .notice {
      color: #ff9b00;
      line-height: 2em; }
    .u-input .right .placeholder-color {
      color: #cccccc;
      line-height: 2em; }
    .u-input .right .placeholder-color2 {
      color: #666666;
      line-height: 2em; }
      .u-input .right .placeholder-color2 a {
        text-decoration: none;
        color: #3366cc; }

.u-searchInput {
  margin-right: 10px;
  width: 180px;
  height: 28px;
  border: 1px solid #dcdcdc;
  text-indent: 10px;
  line-height: 28px;
  background: url("../images/tjsc/search.png") no-repeat right center;
  background-color: #ffffff;
  margin: 0 0 0 10px;
  vertical-align: middle; }

.u-dataInput {
  margin-right: 10px;
  width: 100px;
  height: 28px;
  border: 1px solid #dcdcdc;
  text-indent: 5px;
  line-height: 28px;
  background: url("../images/tjsc/data.png") no-repeat right center;
  background-color: #ffffff;
  margin-left: 10px;
  vertical-align: middle; }

i {
  font-style: normal; }
  i.b2 {
    color: #384671; }
  i.y {
    color: #ff9900; }
  i.y2 {
    color: #b79200; }
  i.g {
    color: #62a44d; }
  i.r {
    color: #ff0000; }
  i.r2 {
    color: #ff6262; }
  i.c3 {
    color: #333333; }
  i.c6 {
    color: #666666; }
  i.c9 {
    color: #999999; }
  i.cc {
    color: #cccccc; }
  i.icon {
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    vertical-align: -2px; }
    i.icon.ch {
      background-image: url(../images/tjsc/ch.png); }
    i.icon.wj {
      background-image: url(../images/tjsc/wj.png); }
    i.icon.dr {
      background-image: url(../images/tjsc/dr.png); }
    i.icon.ls {
      background-image: url(../images/tjsc/ls.png); }
    i.icon.mj {
      background-image: url(../images/tjsc/mj.png); }

.searchP-header {
  font-size: 12px;
  padding: 6px 0;
  max-width: 640px; }
  .searchP-header input {
    width: 40%; }
  .searchP-header .u-btnNormal {
    padding: 5px 12px; }
  .searchP-header span {
    float: right;
    color: #cccccc;
    font-weight: bold;
    line-height: 30px; }
    .searchP-header span i {
      color: #ce132a; }

.m-searchP {
  line-height: 42px;
  padding: 0 10px;
  background-color: #f5f5f5;
  overflow: hidden;
  display: block; }
  .m-searchP input {
    width: 40%; }
  .m-searchP .u-btnNormal {
    vertical-align: middle;
    padding: 5px 12px; }
  .m-searchP span {
    float: right; }
  .m-searchP.type2 input {
    width: 130px; }
    @media (max-width: 640px) {
      .m-searchP.type2 input {
        margin-left: 0; } }
  .m-searchP.type2 .u-btnNormal {
    margin-right: 15px; }
  .m-searchP.type2 .u-dataInput {
    height: 24px;
    line-height: 24px; }
  .m-searchP.type2 p.date {
    display: inline-block; }
    @media (max-width: 640px) {
      .m-searchP.type2 p.date {
        display: none; } }
  .m-searchP.type2 span {
    float: right; }
    @media (max-width: 640px) {
      .m-searchP.type2 span {
        float: none;
        display: block; } }

.m-listTable {
  font-size: 12px;
  color: #666666; }
  .m-listTable table {
    border-top: 1px solid #dcdcdc;
    width: 100%; }
    .m-listTable table td {
      padding: 20px 0;
      border-bottom: 1px solid #dcdcdc; }
      .m-listTable table td.first {
        text-align: center;
        background-color: #f7fafb;
        border-right: 1px solid #dcdcdc;
        width: 100px; }
        @media (max-width: 640px) {
          .m-listTable table td.first {
            width: 90px; } }
        .m-listTable table td.first img {
          width: 72%;
          border: 1px solid #dcdcdc; }
      .m-listTable table td.two {
        vertical-align: top;
        padding: 20px 10px; }
        @media (max-width: 640px) {
          .m-listTable table td.two {
            padding: 20px 5px; } }
      .m-listTable table td.last {
        text-align: center;
        vertical-align: top; }
        @media (max-width: 640px) {
          .m-listTable table td.last {
            width: 65px; } }
        @media (max-width: 640px) {
          .m-listTable table td.last .u-btnNormal {
            padding: 4px; } }
      .m-listTable table td .plDiv,
      .m-listTable table td .teamDiv {
        padding: 2px 5px;
        background-color: #f2f2f2;
        border: 1px solid #dcdcdc; }
      .m-listTable table td p.name {
        line-height: 1.5em;
        margin-top: 5px;
        padding: 0 5px;
        color: #006dfb;
        font-size: 14px;
        font-weight: bold; }
      .m-listTable table td p.ms {
        line-height: 1.5em; }
        .m-listTable table td p.ms span {
          color: #999999; }
      .m-listTable table td p.fs {
        line-height: 1.5em; }
        .m-listTable table td p.fs span {
          color: #cccccc; }
      .m-listTable table td p.fss {
        line-height: 1.8em;
        padding: 0 5px;
        margin-top: 5px; }
      .m-listTable table td p.zxtj {
        color: #999999;
        line-height: 2em; }
      .m-listTable table td p.tm {
        line-height: 2em; }
      .m-listTable table td p.tj {
        color: #9a9a9a; }
        .m-listTable table td p.tj span {
          color: #00309d; }
      .m-listTable table td p.zj {
        color: #9a9a9a;
        line-height: 1.8em; }
        .m-listTable table td p.zj span {
          color: #303030; }
      .m-listTable table td p.y {
        font-size: 14px;
        font-weight: bold; }
      .m-listTable table td p.iconP {
        margin-top: 5px; }
        .m-listTable table td p.iconP i {
          margin-right: 0px; }
      .m-listTable table td p.zt {
        line-height: 1.5em;
        color: #83c0fc; }
      .m-listTable table td p.pl {
        color: #999999;
        line-height: 1.7em; }
      .m-listTable table td p.lz {
        color: #999999;
        margin-top: 5px;
        line-height: 2em; }
        .m-listTable table td p.lz span {
          float: right; }
          @media (max-width: 640px) {
            .m-listTable table td p.lz span {
              display: block;
              float: none; } }
      .m-listTable table td p.time {
        color: #cccccc;
        line-height: 1.5em; }
      .m-listTable table td p.yy1 {
        line-height: 3em;
        margin-top: 5px; }
      .m-listTable table td p.mP {
        color: #6fb5fc;
        line-height: 3em; }

.u-selectSpan {
  font-size: 12px;
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #dcdcdc;
  width: 80px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  overflow: hidden;
  vertical-align: middle; }
  .u-selectSpan .u-selectSpanInner {
    background-image: url(data:img/jpg;base64,R0lGODlhBgADAIABAHx8fP///yH5BAEAAAEALAAAAAAGAAMAAAIGhB8HwcYFADs=);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
    word-break: break-all; }

.yzmDisabled {
  cursor: not-allowed;
  background-color: #f2f2f2;
  border-color: #dcdcdc;
  color: #cccccc;
  text-shadow: none; }

.u-loadeMore {
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  width: 188px;
  font-size: 14px;
  border: 1px solid #dadada;
  margin: 25px auto; }
  .u-loadeMore i.pull {
    background: url(../images/icon/pull-icon@2x.png) no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    vertical-align: middle;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: -4px; }
    .u-loadeMore i.pull.up {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  .u-loadeMore i.round {
    background: url(../images/icon/pull-icon@2x.png) no-repeat;
    background-position: 0 -20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    margin-right: 4px;
    vertical-align: -6px; }

.m-menu3 {
  color: #666666;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  background-color: #fafafa; }
  @media (max-width: 640px) {
    .m-menu3 {
      height: auto; } }
  .m-menu3 .title {
    font-size: 24px;
    line-height: 1.5;
    padding: 20px 70px 20px 20px; }
    @media (max-width: 640px) {
      .m-menu3 .title {
        line-height: 40px;
        font-size: 16px;
        padding: 5px 70px 5px 20px; } }
  .m-menu3 .btnUl {
    position: absolute;
    bottom: -1px;
    right: 10px;
    text-align: center; }
    @media (max-width: 640px) {
      .m-menu3 .btnUl {
        position: static;
        margin-bottom: -1px; } }
    .m-menu3 .btnUl li {
      display: table-cell;
      width: 98px;
      height: 40px;
      font-size: 14px;
      vertical-align: middle;
      border: 1px solid #dcdcdc;
      cursor: pointer;
      position: relative; }
      .m-menu3 .btnUl li.current, .m-menu3 .btnUl li:hover {
        background-color: #ffffff; }
      .m-menu3 .btnUl li.current:after {
        content: "";
        width: 7px;
        height: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -5px;
        background: url("../images/icon/icon1.png") no-repeat center; }
      .m-menu3 .btnUl li.current[data-paixu="up"]:after {
        background-position: -380px -31px; }
      .m-menu3 .btnUl li.current[data-paixu="down"]:after {
        background-position: -380px -8px; }
      .m-menu3 .btnUl li:not(.last) {
        border-right: none; }

.u-statusSpan {
  width: 38px;
  height: 38px;
  background-image: url("../images/icon/status.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative; }
  .u-statusSpan[data-num]:after {
    content: "" attr(data-num) "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    right: -10px;
    top: -10px;
    z-index: 1;
    background-color: #0033ff;
    color: #ffffff;
    font-size: 12px; }
  .u-statusSpan[data-num=""]:after {
    display: none; }
  .u-statusSpan.lose {
    background-position: 0 0; }
  .u-statusSpan.loseHalf {
    background-position: -40px 0; }
  .u-statusSpan.win {
    background-position: -80px 0; }
  .u-statusSpan.winHalf {
    background-position: -120px 0; }
  .u-statusSpan.walk {
    background-position: -160px 0; }

.m-cover {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.m-dialog {
  position: fixed;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  top: 20%;
  background-color: #ffffff;
  padding-top: 40px;
  z-index: 1001; }
  .m-dialog .close {
    background: url("../images/icon/icon1.png") no-repeat;
    background-position: -259px -64px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 6px;
    width: 40px;
    cursor: pointer; }
  .m-dialog .content {
    width: 600px;
    height: 80px;
    vertical-align: middle;
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    display: table-cell;
    padding: 20px;
    word-break: break-all; }
  .m-dialog .btnTable {
    height: 50px;
    display: table;
    width: 100%; }
    .m-dialog .btnTable a {
      display: table-cell;
      background-color: #e6e6e6;
      vertical-align: middle;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      color: #333333; }
      .m-dialog .btnTable a:hover {
        background-color: #cdcdcd; }

.u-arrow {
  position: relative; }
  .u-arrow.arrowRight:after {
    right: 20px; }
  .u-arrow:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    background: url("../images/qbx/arrowr.png") no-repeat center;
    top: 50%;
    margin-top: -9px; }

.u-table {
  display: table;
  width: 100%; }
  .u-table > div {
    display: table-row; }
    .u-table > div > div {
      display: table-cell;
      padding-top: 10px;
      padding-bottom: 10px; }

.u-tag span {
  display: inline-block;
  margin: 0 10px 10px 0;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 2px;
  color: #0398ff;
  border: 1px solid #0398ff; }
  .u-tag span.click {
    border: 1px solid #cc7b00;
    color: #cc7b00; }

.u-hfSpan,
.u-eyeSpan,
.u-zanSpan {
  height: 15px;
  padding-left: 24px;
  line-height: 15px;
  font-size: 12px;
  color: #9099B4;
  margin-right: 12px; }
  .u-hfSpan.u-hfSpan,
  .u-eyeSpan.u-hfSpan,
  .u-zanSpan.u-hfSpan {
    background: url(../images/qbx/hf2.png) no-repeat left center; }
  .u-hfSpan.u-eyeSpan,
  .u-eyeSpan.u-eyeSpan,
  .u-zanSpan.u-eyeSpan {
    background: url(../images/qbx/eye.png) no-repeat left center; }
  .u-hfSpan.u-zanSpan,
  .u-eyeSpan.u-zanSpan,
  .u-zanSpan.u-zanSpan {
    background: url(../images/qbx/zan.png) no-repeat left center; }

@media screen and (min-width: 320px) and (max-width: 359px) {
  .u-title {
    text-indent: 10px; }
    .u-title .titleMenu a {
      padding: 0 5px; }

  .m-listTable table td p.name {
    font-size: 12px; } }
/*
 * 分页器样式
 * @date 2016/09/19
 */
.u-pagenation {
  margin: 20px 0;
  font-size: 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .u-pagenation .btn, .u-pagenation b, .u-pagenation a, .u-pagenation p {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 2px; }
  .u-pagenation .btn {
    width: 32px;
    cursor: pointer; }
    .u-pagenation .btn.prePage {
      background: url(../images/common/prePage.png) no-repeat center center; }
      .u-pagenation .btn.prePage:hover {
        background: #f2f2f2 url(../images/common/prePage_hover.png) no-repeat center center; }
        .u-pagenation .btn.prePage:hover.noPage {
          cursor: default;
          background: url(../images/common/prePage.png) no-repeat center center; }
    .u-pagenation .btn.nextPage {
      margin-left: 5px;
      background: url(../images/common/nextPage.png) no-repeat center center; }
      .u-pagenation .btn.nextPage:hover {
        background: #f2f2f2 url(../images/common/nextPage_hover.png) no-repeat center center; }
        .u-pagenation .btn.nextPage:hover.noPage {
          cursor: default;
          background: url(../images/common/nextPage.png) no-repeat center center; }
  .u-pagenation a {
    margin-left: 5px;
    min-width: 32px;
    font-size: 12px;
    text-align: center;
    color: #666;
    cursor: pointer; }
    .u-pagenation a:hover {
      color: #5682d9;
      background: #f2f2f2; }
    .u-pagenation a.cur {
      color: #5682d9;
      font-weight: bold; }
  .u-pagenation b {
    margin-left: 5px;
    font-size: 14px;
    color: #666; }
  .u-pagenation p {
    padding: 0 10px;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    color: #666; }

/*# sourceMappingURL=ui.css.map */
