@charset "UTF-8";
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '\20';
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.clear {
  display: table;
  height: 0;
  overflow: hidden;
  clear: both;
  line-height: 0; }

.spacpce-form-list {
  padding-top: 10px; }

.spacpce-form-left {
  display: block;
  float: left;
  padding-left: 50px;
  height: 36px;
  line-height: 36px;
  width: 100px;
  font-size: 14px;
  color: #666; }

.spacpce-form-center {
  float: left; }

.spacpce-form-input-value {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #666; }

.spacpce-form-input {
  display: block;
  float: left;
  width: 278px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.spacpce-form-input-m {
  width: 150px; }

.spacpce-form-input-btn {
  display: block;
  float: left;
  height: 36px;
  width: 110px;
  line-height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #0080cc;
  text-align: center;
  cursor: pointer;
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }

.spacpce-form-input-btn:hover {
  background-color: #0070bc; }

.spacpce-form-input-btn.disabled {
  background-color: #ccc; }

.spacpce-form-input-link {
  display: block;
  float: left;
  margin-left: 20px;
  height: 36px;
  line-height: 36px; }

.spacpce-form-error {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ea544a; }

.spacpce-form-error span {
  display: none; }

.spacpce-form-error i {
  display: block;
  width: 14px;
  height: 12px;
  margin: 3px 3px 0 0;
  float: left;
  background: url(//s1.p2peye.net/images/imc/member/icon.png);
  background-position: -318px -52px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }

.spacpce-form-submit {
  height: 34px;
  width: 90px;
  line-height: 32px;
  border: 1px solid #0080cc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #0080cc;
  text-align: center;
  margin: 10px 0 0 200px;
  background-color: transparent;
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  cursor: pointer; }

.spacpce-form-submit:hover {
  background-color: #0080cc;
  color: #fff; }

.spacpce-form-submit.disabled {
  border-color: #ccc;
  color: #fff;
  background-color: #ccc; }

/*!
 * Reset
 */
html {
  color: #454545;
  background: #f0f0f0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 1200px; }

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  font-family: Microsoft Yahei , arial;
  -webkit-font-smoothing: antialiased; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

input, select, textarea {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: inherit; }

fieldset, img {
  border: none; }

img {
  border: none; }

iframe {
  display: block; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

del {
  text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

q:before, q:after {
  content: ''; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a:hover {
  text-decoration: underline; }

ins, a {
  text-decoration: none; }

.txt-r {
  text-align: right; }

.txt-c {
  text-align: center; }

textarea {
  resize: none;
  overflow: auto; }

input, textarea {
  outline: none; }

a {
  color: #0081cb;
  outline: none; }

.tanchuang-mask-518 {
  display: none;
  z-index: 100; }

.border-top-orange {
  padding-top: 5px;
  border-radius: 20px; }

.blue-linear-row {
  -webkit-background: linear-gradient(left, #5ae2f0, #2c5df1, #5ae2f0);
  -moz-background: linear-gradient(right, #5ae2f0, #2c5df1, #5ae2f0);
  -o-background: linear-gradient(right, #5ae2f0, #2c5df1, #5ae2f0);
  background: linear-gradient(to right, #5ae2f0, #2c5df1, #5ae2f0); }

.ui-disclaimer-popup-mark {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.5; }

.mask-index {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  overflow: hidden; }

.mask-rules-pop {
  margin: -163px 0 0 -200px; }

.mask-content-tanchuang {
  width: 400px;
  height: 315px;
  position: relative;
  display: none;
  background: #fff;
  overflow: hidden;
  border-radius: 17px;
  vertical-align: bottom; }

.tanchuang-close {
  width: 43px;
  height: 43px;
  background-position: -586px -464px !important;
  position: absolute;
  right: 0px;
  top: 0px; }
  .tanchuang-close .close_btn {
    width: 27px;
    height: 27px;
    background-position: -651px -463px;
    position: absolute;
    right: 4px;
    top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .tanchuang-close .close_btn:hover {
      cursor: pointer;
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg); }

.tanchuang-icon {
  background: url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_1x.png") no-repeat center top; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }

.logo_518 {
  width: 89px;
  height: 48px;
  background-position: -474px -461px;
  position: absolute;
  top: 20px; }

.bottom_logo {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 84px;
  background-position: 0 -541px; }

.tanchuang_518_content {
  position: relative;
  width: 100%;
  height: 270px;
  margin-top: 50px; }
  .tanchuang_518_content .content_icon {
    position: absolute;
    width: 323px;
    height: 250px;
    bottom: 0px; }
  .tanchuang_518_content .new_unopen {
    background-position: -415px -265px;
    height: 189px !important;
    left: 34px;
    top: 30px;
    display: none; }
  .tanchuang_518_content .get_it {
    background-position: -616px -528px;
    width: 154px;
    height: 59px;
    line-height: 50px;
    margin: 177px auto 0px;
    text-align: center;
    display: block;
    transition: all 0.3s linear; }
    .tanchuang_518_content .get_it:hover {
      cursor: pointer;
      color: #fff;
      text-decoration: none !important;
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tanchuang_518_content .JD {
    background-position: 0 -256px; }
  .tanchuang_518_content .red {
    background-position: -451px 1px;
    border: none; }
  .tanchuang_518_content .old {
    background-position: -1px -6px; }
  .tanchuang_518_content .tanchuang_text {
    margin: 0px 30px 0 0;
    float: right;
    text-align: right; }
  .tanchuang_518_content .look_gift {
    width: 152px;
    height: 67px;
    background-position: -458px -525px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    z-index: 1000;
    position: relative;
    transition: all 0.3s ease-in-out; }
    .tanchuang_518_content .look_gift:hover {
      text-decoration: none !important;
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #fff !important; }

.font36 {
  font-size: 36px; }

.font30 {
  font-size: 30px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.color-333 {
  color: #333; }

.color-666 {
  color: #666; }

.color-fff {
  color: #fff; }

.tanchuang_unopen {
  display: block; }
  .tanchuang_unopen p {
    text-align: center; }

@media screen {
  .qt-col {
    display: table;
    width: 100%; }

  .qt-col1 {
    float: left;
    width: 20%; }

  .qt-col2 {
    float: right;
    width: 20%; }

  .qt-col3 {
    width: auto;
    margin: 0 20%; }

  .qt-cbox {
    padding: 0 10px; }

  .qt-cbox-left {
    padding: 0 10px 0 0; }

  .qt-cbox-right {
    padding: 0 0 0 10px; }

  /**
  * @ Grid Module
  */
  .qt-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

  .qt-flow {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    max-width: 1200px; }

  .qt-gl {
    float: left;
    margin: 0; }

  .qt-gr {
    float: right;
    margin: 0 0 0 -5px; }

  .qt-por {
    position: relative; }

  .qt-g10 {
    width: 10%; }

  .qt-g16 {
    width: 16%; }

  .qt-g20 {
    width: 20%; }

  .qt-g40 {
    width: 40%; }

  .qt-g60 {
    width: 60%; }

  .qt-g80 {
    width: 80%; }

  .qt-g24 {
    width: 24%; }

  .qt-g25 {
    width: 25%; }

  .qt-g30 {
    width: 30%; }

  .qt-g33 {
    width: 33.333%; }

  .qt-g50 {
    width: 50%; }

  .qt-g66 {
    width: 66.666%; }

  .qt-g65 {
    width: 65%; }

  .qt-g75 {
    width: 75%; }

  .qt-g38 {
    width: 38.2%; }

  .qt-g62 {
    width: 61.8%; }

  .qt-g84 {
    width: 84%; }

  .qt-g90 {
    width: 89.99%; }

  /*等高*/
  .qt-eqh {
    overflow: hidden; }

  /*等高元素*/
  .qt-eqh .qt-eqh-item {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    *padding-bottom: 0px;
    *margin-bottom: 0px; } }
.qt-w {
  margin: 0 auto;
  width: 1200px; }

.qt-pr {
  position: relative; }

.qt-pa {
  position: absolute; }

.qt-m {
  width: 100%; }

.qt-pr20 {
  padding-right: 20px; }

.qt-pt0 {
  padding-top: 0 !important; }

.qt-pt10 {
  padding-top: 10px; }

.qt-pt15 {
  padding-top: 15px; }

.qt-pt20 {
  padding-top: 20px; }

.qt-pt25 {
  padding-top: 25px; }

.qt-pt30 {
  padding-top: 30px; }

.qt-pt35 {
  padding-top: 35px; }

.qt-pt40 {
  padding-top: 40px; }

.qt-pt45 {
  padding-top: 45px; }

.qt-pr0 {
  padding-right: 0 !important; }

.qt-pr10 {
  padding-right: 10px; }

.qt-pr15 {
  padding-right: 15px; }

.qt-pr20 {
  padding-right: 20px; }

.qt-pr25 {
  padding-right: 25px; }

.qt-pr30 {
  padding-right: 30px; }

.qt-pr35 {
  padding-right: 35px; }

.qt-pr40 {
  padding-right: 40px; }

.qt-pr45 {
  padding-right: 45px; }

.qt-pb0 {
  padding-bottom: 0 !important; }

.qt-pb10 {
  padding-bottom: 10px; }

.qt-pb15 {
  padding-bottom: 15px; }

.qt-pb20 {
  padding-bottom: 20px; }

.qt-pb25 {
  padding-bottom: 25px; }

.qt-pb30 {
  padding-bottom: 30px; }

.qt-pb35 {
  padding-bottom: 35px; }

.qt-pb40 {
  padding-bottom: 40px; }

.qt-pb45 {
  padding-bottom: 45px; }

.qt-pl0 {
  padding-left: 0 !important; }

.qt-pl10 {
  padding-left: 10px; }

.qt-pl15 {
  padding-left: 15px; }

.qt-pl20 {
  padding-left: 20px; }

.qt-pl25 {
  padding-left: 25px; }

.qt-pl30 {
  padding-left: 30px; }

.qt-pl35 {
  padding-left: 35px; }

.qt-pl40 {
  padding-left: 40px; }

.qt-pl45 {
  padding-left: 45px; }

.qt-mt5 {
  margin-top: 5px; }

.qt-mt10 {
  margin-top: 10px; }

.qt-mt15 {
  margin-top: 15px; }

.qt-mt20 {
  margin-top: 20px; }

.qt-mt22 {
  margin-top: 22px; }

.qt-mt25 {
  margin-top: 25px; }

.qt-mt30 {
  margin-top: 30px; }

.qt-mt35 {
  margin-top: 35px; }

.qt-mt40 {
  margin-top: 40px; }

.qt-mt45 {
  margin-top: 45px; }

.qt-mt50 {
  margin-top: 50px; }

.qt-mr5 {
  margin-right: 5px; }

.qt-mr10 {
  margin-right: 10px; }

.qt-mr15 {
  margin-right: 15px; }

.qt-mr20 {
  margin-right: 20px; }

.qt-mr22 {
  margin-right: 22px; }

.qt-mr25 {
  margin-right: 25px; }

.qt-mr30 {
  margin-right: 30px; }

.qt-mr35 {
  margin-right: 35px; }

.qt-mr40 {
  margin-right: 40px; }

.qt-mr45 {
  margin-right: 45px; }

.qt-mr50 {
  margin-right: 50px; }

.qt-mb5 {
  margin-bottom: 5px; }

.qt-mb10 {
  margin-bottom: 10px; }

.qt-mb15 {
  margin-bottom: 15px; }

.qt-mb20 {
  margin-bottom: 20px; }

.qt-mb22 {
  margin-bottom: 22px; }

.qt-mb25 {
  margin-bottom: 25px; }

.qt-mb30 {
  margin-bottom: 30px; }

.qt-mb35 {
  margin-bottom: 35px; }

.qt-mb40 {
  margin-bottom: 40px; }

.qt-mb45 {
  margin-bottom: 45px; }

.qt-mb50 {
  margin-bottom: 50px; }

.qt-ml5 {
  margin-left: 5px; }

.qt-ml10 {
  margin-left: 10px; }

.qt-ml15 {
  margin-left: 15px; }

.qt-ml20 {
  margin-left: 20px; }

.qt-ml22 {
  margin-left: 22px; }

.qt-ml25 {
  margin-left: 25px; }

.qt-ml30 {
  margin-left: 30px; }

.qt-ml35 {
  margin-left: 35px; }

.qt-ml40 {
  margin-left: 40px; }

.qt-ml45 {
  margin-left: 45px; }

.qt-ml50 {
  margin-left: 50px; }

.qt-flowhidden {
  overflow: hidden; }

#lightbox_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  z-index: 998; }

.qt-white {
  background-color: #fff;
  border-radius: 2px; }

.main {
  width: 100%;
  float: left; }
  .main .wrap {
    margin-right: 420px;
    position: relative;
    padding-top: 51px; }

.sub {
  width: 390px;
  float: left;
  margin-left: -390px; }

.mod-userinfo {
  height: 72px;
  line-height: 72px;
  overflow: hidden; }
  .mod-userinfo .qt-gl {
    font-size: 14px;
    color: #383838; }
    .mod-userinfo .qt-gl span {
      font-size: 30px;
      color: #383838;
      font-family: Micorsoft YaHei;
      line-height: 72px;
      font-weight: bold;
      margin-right: 10px; }
  .mod-userinfo .ui-follow {
    float: left;
    margin-left: 20px;
    margin-top: 21px; }

.mod-sbox {
  background: #fff; }
  .mod-sbox .hd {
    height: 40px;
    line-height: 40px;
    background: #faf9f9;
    font-size: 16px;
    padding: 0 22px;
    border-left: 5px solid #0080cc;
    color: #383838;
    border-bottom: 1px solid #ececec; }
    .mod-sbox .hd h3 {
      font-family: Microsoft YaHei;
      display: inline;
      float: left; }
    .mod-sbox .hd a {
      color: #787878;
      font-family: arial;
      float: right;
      font-size: 14px; }

.qt-1920 {
  position: relative;
  overflow: hidden; }

.qt-1920-wrap {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  overflow: hidden; }

.page_section {
  min-height: 600px;
  padding-bottom: 50px; }

.nowrap {
  white-space: nowrap;
  word-wrap: normal;
  word-break: normal; }

.mod-leftfixed {
  overflow: hidden; }
  .mod-leftfixed .sub {
    float: left;
    margin-left: -100%; }
  .mod-leftfixed .main {
    float: left;
    width: 100%; }

.mod-rightfixed {
  overflow: hidden; }
  .mod-rightfixed .sub {
    float: right;
    margin-left: -100%; }
  .mod-rightfixed .main {
    float: right;
    width: 100%; }

._logo1 {
  display: block; }

._logo2 {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  ._logo1 {
    display: none; }

  ._logo2 {
    display: block; } }
@media only screen and (min--moz-device-pixel-ratio: 1.5) {
  ._logo1 {
    display: none; }

  ._logo2 {
    display: block; } }
@media only screen and (min-device-pixel-ratio: 1.5) {
  ._logo1 {
    display: none; }

  ._logo2 {
    display: block; } }
@media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
  ._logo1 {
    display: none; }

  ._logo2 {
    display: block; } }
@font-face {
  font-family: FDCfont-Bold;
  src: url(https://s0.p2peye.net/styles/imc/font/FDCfont-Bold.eot);
  src: url(https://s0.p2peye.net/styles/imc/font/FDCfont-Bold.eot?#IEhack) format("embedded-opentype"), url(https://s0.p2peye.net/styles/imc/font/FDCfont-Bold.woff) format("woff"), url(https://s0.p2peye.ne/styles/imc/font/FDCfont-Bold) format("truetype"); }
.font-fdc-bold {
  font-family: FDCfont-Bold,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; }

.ui-disclaimer-popup {
  display: none; }

.ui-disclaimer-popup-mark {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.ui-disclaimer-popup-box {
  background-color: #fff;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  overflow: hidden; }

.ui-disclaimer-popup-box-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  border-top: 50px solid #345;
  border-left: 50px solid transparent; }
  .ui-disclaimer-popup-box-close:hover .ui-disclaimer-popup-box-close-icon {
    transform: rotate(90deg); }

.ui-disclaimer-popup-box-close-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: -40px;
  background: url("//s1.p2peye.net/images/imc/common/new_icons.png") no-repeat -600px -150px;
  background-size: 700px 500px;
  transition: all .2s ease-in-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-disclaimer-popup-box-close-icon {
      background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -600px -150px no-repeat;
      background-size: 700px 500px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-disclaimer-popup-box-close-icon {
      background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -600px -150px no-repeat;
      background-size: 700px 500px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-disclaimer-popup-box-close-icon {
      background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -600px -150px no-repeat;
      background-size: 700px 500px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-disclaimer-popup-box-close-icon {
      background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -600px -150px no-repeat;
      background-size: 700px 500px; } }

.new-rebate-back {
  width: 380px;
  height: 205px;
  background: #fff url("//s1.p2peye.net/images/imc/common/newRebate1x.png") center top no-repeat;
  background-size: 380px 245px;
  margin-left: -190px;
  margin-top: -230px;
  border-radius: 22px;
  padding-top: 250px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .new-rebate-back {
      background: #fff url("//s1.p2peye.net/images/imc/common/newRebate2x.png") center top no-repeat;
      background-size: 380px 245px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .new-rebate-back {
      background: #fff url("//s1.p2peye.net/images/imc/common/newRebate2x.png") center top no-repeat;
      background-size: 380px 245px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .new-rebate-back {
      background: #fff url("//s1.p2peye.net/images/imc/common/newRebate2x.png") center top no-repeat;
      background-size: 380px 245px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .new-rebate-back {
      background: #fff url("//s1.p2peye.net/images/imc/common/newRebate2x.png") center top no-repeat;
      background-size: 380px 245px; } }

.new-rebate-back .new-rebate-back-p {
  font-size: 26px;
  color: #333;
  text-align: center;
  font-weight: 600; }

.new-rebate-back .new-rebate-back-div {
  font-size: 18px;
  color: #333333;
  margin: 16px auto;
  text-align: center; }

.new-rebate-back .new-rebate-back-span {
  font-size: 14px;
  color: #666;
  display: block;
  margin: 0 auto;
  text-align: center; }

.new-rebate-back .new-rebate-back-a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #ff4444;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 26px auto 0px;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .new-rebate-back .new-rebate-back-a:hover {
    text-decoration: none;
    background: #ff6666; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfbfbf; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf; }

.ui-icons {
  width: 18px;
  height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat;
  vertical-align: middle; }

.ui-icons-user {
  background-position: -498px -125px; }

.ui-icons-go {
  background-position: -534px -125px; }

.ui-icons-j {
  background-position: -573px -126px; }

.ui-icons-big {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 21px;
  height: 21px;
  background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat;
  vertical-align: middle;
  margin: 0 5px; }

.ui-icons-big.ui-icons-zhanghu {
  background-position: -78px -275px; }

.ui-icons-big.ui-icons-xinxi {
  background-position: -78px -318px; }

.ui-icons-big.ui-icons-jizhang {
  background-position: -78px -360px; }

.ui-icons-big.ui-icons-baobiao {
  background-position: -78px -402px; }

.ui-icons-big.ui-icons-rili {
  background-position: -78px -445px; }

.ui-icons-big.ui-icons-chuli {
  background-position: -78px -486px; }

.ui-icons-big.ui-icons-fenxiang {
  background-position: -78px -529px; }

.ui-ad img {
  overflow: hidden;
  float: left; }

.ui-item {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ui-loading.big {
  position: fixed;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 1000; }

.ui-loading.small {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 1000; }

.ui-crumb {
  height: 45px;
  line-height: 45px;
  color: #787878;
  font-size: 14px; }
  .ui-crumb a {
    color: #787878; }
  .ui-crumb a.current {
    color: #383838; }
  .ui-crumb .more {
    color: #0080cc; }

.ui-crumbs {
  height: 45px;
  line-height: 45px;
  color: #1f80b8;
  font-size: 14px; }
  .ui-crumbs a {
    color: #1f80b8; }
  .ui-crumbs span {
    color: #666; }

.ui-search {
  border-radius: 3px;
  overflow: hidden;
  background: #fff; }
  .ui-search .bd {
    float: left;
    width: 100%; }
    .ui-search .bd .wrap {
      padding: 0 84px 0 42px;
      border: 1px solid #0080cc;
      border-right: none;
      border-radius: 3px 0 0 3px;
      height: 39px;
      background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -766px -29px;
      -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
      -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
      transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
    .ui-search .bd .input {
      width: 100%;
      height: 39px;
      line-height: 39px;
      *height: 35px;
      *line-height: 35px;
      font-size: 16px;
      font-family: Microsoft YaHei;
      border: 0; }
  .ui-search .ft {
    float: left;
    margin-left: -74px;
    width: 74px;
    height: 41px;
    background: #0080cc;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    border: none;
    font-family: Microsoft YaHei;
    cursor: pointer;
    -webkit-appearance: none; }
  .ui-search.no-text .ft {
    width: 42px;
    margin-left: -42px;
    background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -766px -29px; }
  .ui-search.no-text .bd .wrap {
    padding-left: 10px;
    padding-right: 42px;
    border-right: 1px solid #0080cc; }

.ui-search.in {
  -webkit-box-shadow: 1px 1px 8px #0080cc;
  -moz-box-shadow: 1px 1px 8px #0080cc;
  box-shadow: 1px 1px 8px #0080cc; }

.ui-follow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  background: #ea544a;
  line-height: 30px;
  width: 82px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  vertical-align: top;
  border-radius: 3px;
  -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
  .ui-follow em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -233px -213px; }

.ui-follow:hover {
  text-decoration: none;
  background: #ff6666; }

.ui-follow.ed {
  background: #ccc; }
  .ui-follow.ed em {
    background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -283px -211px; }

.ui-follow.ed:hover {
  background: #aaa; }

.ui-follow-easy {
  width: 49px;
  height: 23px;
  text-align: center;
  padding: 0 0;
  line-height: 23px;
  font-size: 12px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #383838;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
  .ui-follow-easy i {
    font-style: normal;
    color: #ff702a; }

.ui-follow-easy:hover {
  box-shadow: 0px 0px 5px #d5d5d5;
  text-decoration: none;
  color: #3dbbf9; }

.ui-email {
  width: 67px;
  height: 23px;
  text-align: center;
  padding: 0 0;
  line-height: 23px;
  font-size: 12px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #383838;
  display: inline-block;
  *display: inline;
  *zoom: 1; }
  .ui-email i {
    font-style: normal;
    color: #ff702a; }
  .ui-email em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 15px;
    vertical-align: middle;
    background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -504px -64px; }

.ui-email:hover {
  box-shadow: 0px 0px 5px #d5d5d5;
  text-decoration: none;
  color: #3dbbf9; }

.ui-link {
  border: 1px solid #FF702A;
  display: inline-block;
  line-height: 29px;
  color: #FF702A;
  font-size: 14px;
  text-align: center;
  border-radius: 7px;
  padding: 0 23px;
  -webkit-box-shadow: 0px 0px 2px #FF702A;
  -moz-box-shadow: 0px 0px 2px #FF702A;
  box-shadow: 0px 0px 2px #FF702A;
  background: #fff;
  -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  vertical-align: top;
  cursor: pointer; }

.ui-link-disabled {
  display: inline-block;
  line-height: 29px;
  font-size: 14px;
  text-align: center;
  border-radius: 7px;
  padding: 0 23px;
  border: 1px solid #ccc;
  color: #ccc;
  -webkit-box-shadow: 0px 0px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px #ccc;
  box-shadow: 0px 0px 2px #ccc;
  -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  vertical-align: top; }

.ui-link.small, .ui-link-disabled.small {
  padding: 0 12px; }

.ui-link.big, .ui-link-disabled.big {
  padding: 0 34px;
  font-size: 18px;
  line-height: 39px; }

.ui-link.blue {
  border: 1px solid #0080cc;
  line-height: 29px;
  color: #0080cc;
  -webkit-box-shadow: 0px 0px 2px #0080cc;
  -moz-box-shadow: 0px 0px 2px #0080cc;
  box-shadow: 0px 0px 2px #0080cc; }

.ui-link.hover, .ui-link:hover {
  background: #FF702A;
  color: #fff;
  text-decoration: none; }

.ui-link.blue.hover, .ui-link.blue:hover {
  background: #0080cc;
  color: #fff;
  text-decoration: none; }

.ui-link-disabled.hover, .ui-link-disabled:hover {
  background: #ccc;
  color: #fff;
  text-decoration: none; }

.ui-button {
  display: inline-block;
  color: #fff;
  width: 91px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat;
  background-position: -231px -306px;
  vertical-align: top;
  cursor: pointer; }

.ui-button.big {
  width: 154px;
  height: 42px;
  line-height: 42px;
  background-position: -350px -317px;
  font-size: 18px; }

.ui-button.big:hover {
  text-decoration: none;
  background-position: -350px -268px; }

.ui-button.super {
  width: 200px;
  height: 59px;
  line-height: 59px;
  background-position: -599px -478px;
  font-size: 22px; }

.ui-button.super:hover {
  text-decoration: none;
  background-position: -599px -478px; }

.ui-button.blue {
  background-position: -525px -270px; }

.ui-button:hover {
  text-decoration: none;
  background-position: -231px -268px; }

.ui-button.blue:hover {
  text-decoration: none;
  background-position: -231px -268px; }

.ui-yun-parent {
  font-size: 0; }

.ui-yun {
  display: inline-block;
  line-height: 29px;
  padding: 0 18px;
  border: 1px solid #40cabd;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-family: arial;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }

.ui-yun:hover {
  color: #fff;
  background: #40cabd;
  text-decoration: none; }

.ui-yun.ui-yun-ff6666 {
  color: #ff6666;
  border-color: #ff6666; }

.ui-yun.ui-yun-ff6666:hover {
  background: #ff6666;
  color: #fff; }

.ui-yun.ui-yun-990000 {
  color: #990000;
  border-color: #990000; }

.ui-yun.ui-yun-990000:hover {
  background: #990000;
  color: #fff; }

.ui-yun.ui-yun-ff6600 {
  color: #ff6600;
  border-color: #ff6600; }

.ui-yun.ui-yun-ff6600:hover {
  background: #ff6600;
  color: #fff; }

.ui-yun.ui-yun-009999 {
  color: #009999;
  border-color: #009999; }

.ui-yun.ui-yun-009999:hover {
  background: #009999;
  color: #fff; }

.ui-yun.ui-yun-ffcc33 {
  color: #ffcc33;
  border-color: #ffcc33; }

.ui-yun.ui-yun-ffcc33:hover {
  background: #ffcc33;
  color: #fff; }

.ui-yun.ui-yun-cc6600 {
  color: #cc6600;
  border-color: #cc6600; }

.ui-yun.ui-yun-cc6600:hover {
  background: #cc6600;
  color: #fff; }

.ui-yun.ui-yun-0066cc {
  color: #0066cc;
  border-color: #0066cc; }

.ui-yun.ui-yun-0066cc:hover {
  background: #0066cc;
  color: #fff; }

.ui-yun.ui-yun-339966 {
  color: #339966;
  border-color: #339966; }

.ui-yun.ui-yun-339966:hover {
  background: #339966;
  color: #fff; }

.ui-yun.ui-yun-6666cc {
  color: #6666cc;
  border-color: #6666cc; }

.ui-yun.ui-yun-6666cc:hover {
  background: #6666cc;
  color: #fff; }

.ui-yun.ui-yun-ff3399 {
  color: #ff3399;
  border-color: #ff3399; }

.ui-yun.ui-yun-ff3399:hover {
  background: #ff3399;
  color: #fff; }

.ui-yun.ui-yun-9900cc {
  color: #9900cc;
  border-color: #9900cc; }

.ui-yun.ui-yun-9900cc:hover {
  background: #9900cc;
  color: #fff; }

.ui-yun.ui-yun-ff0000 {
  color: #ff0000;
  border-color: #ff0000; }

.ui-yun.ui-yun-ff0000:hover {
  background: #ff0000;
  color: #fff; }

.ui-yun.ui-yun-f37d79 {
  line-height: 18px;
  padding: 0 12px;
  color: #ef5350;
  border-color: #f16865;
  background: #fff9f2; }

.ui-yun.ui-yun-f37d79:hover {
  color: #ef5350;
  border-color: #f16865;
  background: #fff9f2; }

.ui-pagenav {
  overflow: hidden;
  text-align: center;
  font-size: 0; }
  .ui-pagenav a {
    margin-left: 5px;
    line-height: 33px;
    font-size: 14px;
    color: #787878;
    padding: 0 8px;
    min-width: 17px;
    height: 33px;
    border: 1px solid #ececec;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    background: #fff;
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out; }
  .ui-pagenav span {
    margin-left: 5px;
    line-height: 33px;
    font-size: 14px;
    color: #787878;
    padding: 0 8px;
    min-width: 17px;
    height: 33px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center; }
  .ui-pagenav i {
    margin-right: 10px;
    line-height: 33px;
    font-size: 14px;
    color: #787878;
    min-width: 17px;
    height: 33px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    font-style: normal; }
  .ui-pagenav a:hover, .ui-pagenav .c {
    background: #0080cc;
    color: #fff;
    border: 1px solid #0080cc;
    text-decoration: none; }
  .ui-pagenav .m {
    font-size: 10px;
    border: none;
    line-height: 25px;
    padding: 0 4px; }
  .ui-pagenav input {
    background: #fff;
    border: 1px solid #ececec;
    height: 33px;
    width: 35px;
    vertical-align: top;
    text-align: center;
    font-size: 14px; }
  .ui-pagenav .n {
    width: 40px;
    height: 31px;
    line-height: 31px; }
  .ui-pagenav .s {
    width: 55px; }

.ui-more {
  display: block;
  line-height: 40px;
  color: #fff;
  border-radius: 8px;
  background: #3dbbf9;
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }

.ui-more:hover {
  text-decoration: none;
  background: #ec8558;
  cursor: pointer; }

.ui-more.over {
  background: #ccc; }

.ui-more.over:hover {
  background: #ccc; }

.ui-tools {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid;
  border-radius: 5px;
  padding: 0 17px;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }

.ui-tools:hover {
  text-decoration: none; }

.ui-tools.blue {
  border-color: #0080cc;
  color: #0080cc; }

.ui-tools.blue:hover {
  background: #0080cc;
  color: #fff; }

.ui-tools.red {
  border-color: #ea544a;
  color: #ea544a; }

.ui-tools.red:hover {
  background: #ea544a;
  color: #fff; }

.ui-tools.orange {
  border-color: #ff702a;
  color: #ff702a; }

.ui-tools.orange:hover {
  background: #ff702a;
  color: #fff; }

.ui-tools.grey {
  border-color: #ccc;
  color: #ccc; }

.ui-tools.grey:hover {
  background: #fff;
  color: #ccc; }

.ui-tools.grey.server {
  padding-left: 25px;
  background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -125px -274px; }

.ui-radio {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -330px -54px; }
  .ui-radio input {
    visibility: hidden; }

.ui-radio.ui-radio-hover {
  background-position: -330px -28px; }

.ui-radio.ui-radio-checked {
  background-position: -330px -1px; }

.ui-tip {
  height: 29px;
  border: 1px solid #ff702a;
  color: #ff702a;
  line-height: 29px;
  border-radius: 15px; }
  .ui-tip em {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 21px;
    height: 21px;
    background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -176px -121px;
    vertical-align: top;
    *vertical-align: middle;
    margin: 3px 5px 0;
    *margin-top: 0; }

.ui-link-pay {
  width: 117px;
  height: 30px;
  background: #ff702a;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  line-height: 30px;
  border-radius: 15px; }

.ui-link-cash {
  width: 115px;
  height: 28px;
  background: #fff;
  font-size: 16px;
  color: #787878;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  line-height: 28px;
  border-radius: 15px;
  border: 1px solid #787878; }

.ui-link-pay:hover {
  text-decoration: none;
  background: #ef5c22; }

.ui-link-cash:hover {
  text-decoration: none;
  background: #ff702a;
  color: #fff;
  border: 1px solid #ff702a; }

.ui-link-orange {
  padding: 0 12px;
  height: 22px;
  background: #ff702a;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  line-height: 22px;
  border-radius: 3px; }

.ui-link-white {
  padding: 0 12px;
  height: 22px;
  background: #fff;
  font-size: 13px;
  color: #383838;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc; }

.ui-link-orange:hover {
  text-decoration: none;
  background: #ef5c22; }

.ui-link-white:hover {
  text-decoration: none;
  background: #ff702a;
  color: #fff;
  border: 1px solid #ff702a; }

.ui-pop {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 45px;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  padding-right: 5px; }
  .ui-pop .pop-wrap {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 10px;
    color: #787878;
    font-size: 12px;
    border-radius: 1px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #eee; }
    .ui-pop .pop-wrap a {
      color: #ff702a; }
    .ui-pop .pop-wrap em {
      width: 0;
      height: 0;
      line-height: 0;
      font-size: 0;
      border: 10px solid #ccc;
      position: absolute;
      left: -6px;
      display: block;
      top: 14px;
      border-color: transparent #ccc transparent transparent;
      border-style: dashed solid dashed dashed;
      border-width: 8px 11px 8px 6px; }
    .ui-pop .pop-wrap i {
      width: 0;
      height: 0;
      line-height: 0;
      font-size: 0;
      border: 10px solid #ccc;
      position: absolute;
      left: -4px;
      display: block;
      top: 14px;
      border-color: transparent #fff transparent transparent;
      border-style: dashed solid dashed dashed;
      border-width: 8px 11px 8px 6px; }

.ui-icons-time {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15px;
  height: 15px;
  background: url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -468px -28px;
  vertical-align: middle;
  margin-right: 5px; }

.ui-link-slide {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 127px;
  height: 32px;
  border-radius: 16px;
  vertical-align: middle;
  overflow: hidden; }
  .ui-link-slide .slide-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 32px;
    height: 32px;
    background: #ff702a url(//s1.p2peye.net/images/imc/common/icons.png) no-repeat -528px -19px;
    border-radius: 32px; }
  .ui-link-slide .slide-text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff702a;
    border-radius: 16px;
    padding: 0 10px 0 42px;
    font-size: 16px;
    color: #ff702a;
    width: 72px;
    margin-left: -94px;
    -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
    -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
    transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }

.ui-link-slide:hover .slide-text {
  margin-left: 0; }

.ui-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  padding: 0 25px 0 15px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(71, 79, 89, 0.85);
  background-color: #474f59 \9 ;
  z-index: 9999; }
  .ui-alert span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    width: 21px;
    background: url("//s1.p2peye.net/images/imc/common/icons.png") no-repeat 0 -201px; }

.ui-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 4px;
  padding: 25px;
  color: #fff;
  font-size: 16px;
  z-index: 9999; }

.shack {
  -moz-animation: shack .1s .5s;
  -webkit-animation: shack .1s .5s;
  -o-animation: shack .1s .5s;
  -ms-animation: shack .1s .5s;
  animation: shack .1s .5s; }

@-ms-keyframes shack {
  0% {
    left: 50%; }
  25% {
    left: 52%; }
  50% {
    left: 48%; }
  75% {
    left: 51%; }
  100% {
    left: 49%; } }
@-moz-keyframes shack {
  0% {
    left: 50%; }
  25% {
    left: 52%; }
  50% {
    left: 48%; }
  75% {
    left: 51%; }
  100% {
    left: 49%; } }
@-o-keyframes shack {
  0% {
    left: 50%; }
  25% {
    left: 52%; }
  50% {
    left: 48%; }
  75% {
    left: 51%; }
  100% {
    left: 49%; } }
@-webkit-keyframes shack {
  0% {
    left: 50%; }
  25% {
    left: 52%; }
  50% {
    left: 48%; }
  75% {
    left: 51%; }
  100% {
    left: 49%; } }
@keyframes shack {
  0% {
    left: 50%; }
  25% {
    left: 52%; }
  50% {
    left: 51%; }
  75% {
    left: 49%; }
  100% {
    left: 50%; } }
.ui-confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 110px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background-color: #60676f;
  background-color: rgba(71, 79, 89, 0.85);
  z-index: 9999; }
  .ui-confirm .text {
    height: 67px;
    line-height: 67px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #494a4b;
    padding: 0 25px 0 15px;
    display: block; }
    .ui-confirm .text .tag {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-right: 10px;
      height: 21px;
      line-height: 21px;
      vertical-align: middle;
      width: 21px;
      background: url("//s1.p2peye.net/images/imc/common/icons.png") no-repeat 0 -201px; }
  .ui-confirm .tool {
    width: 100%;
    display: block;
    overflow: hidden; }
    .ui-confirm .tool .tooler {
      float: left;
      width: 50%;
      overflow: hidden;
      height: 42px;
      display: block; }
      .ui-confirm .tool .tooler .tooler-wrap {
        display: block;
        width: 100%;
        height: 42px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: Microsoft YaHei;
        border-left: 1px solid #494a4b;
        float: left;
        line-height: 42px;
        cursor: pointer; }
    .ui-confirm .tool .tooler.current {
      background-color: #494a4b; }

/* Dropdown control */
.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  border: solid 1px #0080cc;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fff;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  cursor: default;
  height: 28px; }

.selectBox-dropdown a:hover {
  text-decoration: none; }

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #0080cc; }

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.selectBox-dropdown .selectBox-label {
  padding: 0px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px; }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #0080cc;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto; }

.selectBox-inline:focus {
  border-color: #666; }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0; }

body {
  position: relative; }

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  position: fixed; }

.selectBox-options.selectBox-options-bottom {
  border-top: none; }

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat; }

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
  text-decoration: none; }

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent; }

.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4; }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap; }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666; }

.selectBox-inline.selectBox-disabled {
  color: #888 !important; }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important; }

@-o-keyframes circle {
  0% {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
    z-index: 3; }
  17% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  34% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  51% {
    -webkit-transform: translateX(-40px) scale(1);
    transform: translateX(-40px) scale(1);
    z-index: 1; }
  68% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; }
  85% {
    -webkit-transform: translateX(40px) scale(1);
    transform: translateX(40px) scale(1);
    z-index: 1; }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; } }
@-moz-keyframes circle {
  0% {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
    z-index: 3; }
  17% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  34% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  51% {
    -webkit-transform: translateX(-40px) scale(1);
    transform: translateX(-40px) scale(1);
    z-index: 1; }
  68% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; }
  85% {
    -webkit-transform: translateX(40px) scale(1);
    transform: translateX(40px) scale(1);
    z-index: 1; }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; } }
@-webkit-keyframes circle {
  0% {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
    z-index: 3; }
  17% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  34% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  51% {
    -webkit-transform: translateX(-40px) scale(1);
    transform: translateX(-40px) scale(1);
    z-index: 1; }
  68% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; }
  85% {
    -webkit-transform: translateX(40px) scale(1);
    transform: translateX(40px) scale(1);
    z-index: 1; }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; } }
@keyframes circle {
  0% {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
    z-index: 3; }
  17% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  34% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 3; }
  51% {
    -webkit-transform: translateX(-40px) scale(1);
    transform: translateX(-40px) scale(1);
    z-index: 1; }
  68% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; }
  85% {
    -webkit-transform: translateX(40px) scale(1);
    transform: translateX(40px) scale(1);
    z-index: 1; }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 1; } }
.ui-circle {
  position: absolute; }
  .ui-circle .circle-wrap {
    position: relative; }
  .ui-circle .b-r {
    -webkit-animation: circle 3s linear both infinite;
    -moz-animation: circle 3s linear both infinite;
    -o-animation: circle 3s linear both infinite;
    animation: circle 3s linear both infinite; }
  .ui-circle .b-b {
    -webkit-animation: circle 3s linear both infinite  -1s;
    -moz-animation: circle 3s linear both infinite  -1s;
    -o-animation: circle 3s linear both infinite  -1s;
    -webkit-animation: circle 3s linear both infinite  -1s; }
  .ui-circle .b-y {
    -webkit-animation: circle 3s linear both infinite  -2s;
    -moz-animation: circle 3s linear both infinite  -2s;
    -o-animation: circle 3s linear both infinite  -2s;
    -webkit-animation: circle 3s linear both infinite  -2s; }
  .ui-circle .b-r, .ui-circle .b-b, .ui-circle .b-y {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: teal;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    background: red; }
  .ui-circle .b-r {
    background: #ff6114;
    z-index: 3; }
  .ui-circle .b-b {
    background: #14d6ff;
    z-index: -1; }
  .ui-circle .b-y {
    background: #ffd200;
    z-index: -1; }

.ui-crumbs-small {
  font-size: 12px;
  color: #999; }

/*UGC*/
.ui-necvalidate-mask {
  background: #000;
  opacity: 0.42;
  -moz-opacity: 0.42;
  -khtml-opacity: 0.42;
  opacity: 0.42;
  filter: alpha(opacity=42);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10001;
  display: none; }

.ui-necvalidate-main {
  display: none;
  width: 380px;
  height: 286px;
  background: #ffffff;
  position: fixed;
  top: 283px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10002;
  border-radius: 10px; }
  .ui-necvalidate-main .yidun_intelli-control {
    width: 300px;
    margin: 0 auto; }
  .ui-necvalidate-main .yidun_classic-container {
    bottom: 50% !important;
    left: 50% !important;
    width: 330px !important;
    margin-left: -165px;
    margin-bottom: -105px; }

.ui-necvalidate-position {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.ui-necvalidate-close {
  width: 50px;
  height: 50px;
  background: url(//s1.p2peye.net/images/imc/common/ziyuan.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-necvalidate-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-necvalidate-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-necvalidate-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-necvalidate-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }

.ui-necvalidate-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 800;
  padding-top: 55px;
  line-height: 100%;
  margin-bottom: 15px; }

.ui-necvalidate-text {
  font-size: 12px;
  color: #999;
  margin-bottom: 40px;
  text-align: center;
  line-height: 100%; }

.ui-report-bj {
  background: #000;
  opacity: 0.42;
  /*透明度设置样式*/
  -moz-opacity: 0.42;
  -khtml-opacity: 0.42;
  opacity: 0.42;
  filter: alpha(opacity=42);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10001;
  display: none; }

.ui-report-fraction {
  display: none;
  width: 500px;
  min-height: 318px;
  background: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -159px;
  z-index: 10002;
  border-radius: 10px; }

.ui-report-position {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.ui-report-close {
  width: 50px;
  height: 50px;
  background: url("//s1.p2peye.net/images/imc/common/ziyuan.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-report-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-report-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-report-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-report-close {
      background: transparent url("//s1.p2peye.net/images/imc/common/ziyuan2x.png") 0px 0px no-repeat;
      background-size: 50px 50px; } }

.ui-report-title {
  width: 100%;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 20px;
  color: #292929; }

.ui-report-btn {
  width: 120px;
  height: 32px;
  color: #fff;
  background: #2C90EB;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -moz-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -ms-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  -o-transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
  .ui-report-btn:hover {
    background: #0088ee; }

.ui-report-tag-box {
  margin: 0 auto;
  padding: 0 33px 0 35px;
  margin-bottom: 30px;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none; }

.ui-report-tag-item {
  float: left;
  width: 215px;
  height: 50px;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5; }
  .ui-report-tag-item .text {
    float: left;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 100%; }
  .ui-report-tag-item .checkbox {
    float: right;
    width: 15px;
    height: 15px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .ui-report-tag-item .checked {
    background: url("//s1.p2peye.net/images/imc/common/ugc-icon.png") no-repeat 0 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .ui-report-tag-item .checked {
        background: transparent url("//s1.p2peye.net/images/imc/common/ugc-icon-ret.png") 0 0 no-repeat;
        background-size: 420px 420px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .ui-report-tag-item .checked {
        background: transparent url("//s1.p2peye.net/images/imc/common/ugc-icon-ret.png") 0 0 no-repeat;
        background-size: 420px 420px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .ui-report-tag-item .checked {
        background: transparent url("//s1.p2peye.net/images/imc/common/ugc-icon-ret.png") 0 0 no-repeat;
        background-size: 420px 420px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .ui-report-tag-item .checked {
        background: transparent url("//s1.p2peye.net/images/imc/common/ugc-icon-ret.png") 0 0 no-repeat;
        background-size: 420px 420px; } }
  .ui-report-tag-item .mod-mt17 {
    margin-top: 17px; }
  .ui-report-tag-item .mod-mr24 {
    margin-right: 24px; }
  .ui-report-tag-item .mod-ml13 {
    margin-left: 13px; }

.br-none {
  border-right: none; }

.ui-report-btn-disabled {
  background: #CFCFCF; }
  .ui-report-btn-disabled:hover {
    background: #CFCFCF; }

.novice_58 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 2000; }

.novice_58_bj {
  height: 100%;
  width: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  background-color: rgba(0, 0, 0, 0.7); }

.novice_58_box {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 287px;
  width: 355px;
  margin-left: -177.5px;
  margin-top: -143.5px;
  background: url("//s1.p2peye.net/images/imc/licai/novice_58_icons.png") no-repeat 0 0;
  background-size: 600px 600px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .novice_58_box {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") 0 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .novice_58_box {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") 0 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .novice_58_box {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") 0 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .novice_58_box {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") 0 0 no-repeat;
      background-size: 600px 600px; } }

.novice_58_box_top {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 162px; }

.novice_58_box_mid {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 8px; }

.novice_58_box_link {
  display: block;
  width: 112px;
  height: 35px;
  margin: 8px auto 0;
  background: url("//s1.p2peye.net/images/imc/licai/novice_58_icons.png") no-repeat -360px 0;
  background-size: 600px 600px;
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .novice_58_box_link {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -360px 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .novice_58_box_link {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -360px 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .novice_58_box_link {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -360px 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .novice_58_box_link {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -360px 0 no-repeat;
      background-size: 600px 600px; } }

.novice_58_box_link:active {
  margin-top: 12px;
  height: 31px; }

.novice_58_box_time {
  color: #fee304;
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
  position: absolute;
  width: 100%;
  bottom: 16px; }

.novice_58_box_close {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15.5px;
  bottom: -52px;
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  cursor: pointer;
  background: url("//s1.p2peye.net/images/imc/licai/novice_58_icons.png") no-repeat -487px 0;
  background-size: 600px 600px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .novice_58_box_close {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -487px 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .novice_58_box_close {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -487px 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .novice_58_box_close {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -487px 0 no-repeat;
      background-size: 600px 600px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .novice_58_box_close {
      background: transparent url("//s1.p2peye.net/images/imc/licai/novice_58_icons2x.png") -487px 0 no-repeat;
      background-size: 600px 600px; } }

.novice_58_box_close:hover {
  transform: rotate(180deg); }

.site-nav {
  background: #345; }
  .site-nav .mleft20 {
    margin-left: -20px; }
  .site-nav .hd {
    font-size: 13px;
    height: 30px; }
    .site-nav .hd a {
      padding: 0 20px;
      color: #fff;
      line-height: 31px;
      display: block;
      float: left;
      -webkit-transition: background .25s ease-in-out;
      -moz-transition: background .25s ease-in-out;
      transition: background .25s ease-in-out;
      position: relative;
      height: 30px; }
    .site-nav .hd #newsnav:hover, .site-nav .hd #licainav:hover {
      text-decoration: none; }
    .site-nav .hd div {
      padding: 0 20px;
      color: #fff;
      line-height: 31px;
      float: left;
      -webkit-transition: background .25s ease-in-out;
      -moz-transition: background .25s ease-in-out;
      transition: background .25s ease-in-out;
      position: relative;
      height: 30px; }
    .site-nav .hd a.current {
      text-decoration: none; }
    .site-nav .hd .iconindex {
      float: left;
      display: block;
      margin-top: 6px;
      width: 22px;
      height: 22px;
      background: url("//s1.p2peye.net/images/imc/common/new_icons.png") -98px -98px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .site-nav .hd .iconindex {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -98px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .site-nav .hd .iconindex {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -98px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .site-nav .hd .iconindex {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -98px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .site-nav .hd .iconindex {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -98px -98px no-repeat;
          background-size: 700px 500px; } }
    .site-nav .hd .customerService {
      float: left;
      display: block;
      margin-top: 6px;
      width: 22px;
      height: 22px;
      background: url("//s1.p2peye.net/images/imc/common/new_icons.png") -150px -98px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .site-nav .hd .customerService {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -150px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .site-nav .hd .customerService {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -150px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .site-nav .hd .customerService {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -150px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .site-nav .hd .customerService {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -150px -98px no-repeat;
          background-size: 700px 500px; } }
    .site-nav .hd .iconphone {
      float: left;
      display: block;
      margin-top: 6px;
      margin-right: 6px;
      width: 10px;
      height: 16px;
      background: url("//s1.p2peye.net/images/imc/common/new_icons.png") -200px -98px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .site-nav .hd .iconphone {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -200px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .site-nav .hd .iconphone {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -200px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .site-nav .hd .iconphone {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -200px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .site-nav .hd .iconphone {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -200px -98px no-repeat;
          background-size: 700px 500px; } }
    .site-nav .hd .weixinIcon {
      float: left;
      display: block;
      margin-top: 6px;
      width: 22px;
      height: 22px;
      background: url("//s1.p2peye.net/images/imc/common/new_icons.png") -250px -98px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .site-nav .hd .weixinIcon {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -250px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .site-nav .hd .weixinIcon {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -250px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .site-nav .hd .weixinIcon {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -250px -98px no-repeat;
          background-size: 700px 500px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .site-nav .hd .weixinIcon {
          background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -250px -98px no-repeat;
          background-size: 700px 500px; } }
  .site-nav .bd {
    font-size: 13px;
    color: #fff;
    height: 30px;
    line-height: 31px;
    position: relative; }
    .site-nav .bd a {
      color: #fff; }
      .site-nav .bd a:hover i {
        text-decoration: underline; }
    .site-nav .bd span {
      padding: 0 10px;
      color: #999;
      font-size: 12px; }
  .site-nav .site-nav-pipe {
    background: none;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    margin: 0px;
    vertical-align: middle;
    float: left; }
  .site-nav .site-nav-triangle {
    padding: 0px 0px 0px 5px;
    position: relative;
    width: 10px;
    display: inline-block;
    height: 30px;
    vertical-align: middle; }
    .site-nav .site-nav-triangle:before {
      width: 0px;
      content: '\20';
      display: block;
      height: 0px;
      border: 5px solid transparent;
      border-top-color: #fff;
      position: absolute;
      top: 17px; }
  .site-nav .msg-tiplist {
    position: absolute;
    top: 41px; }
    .site-nav .msg-tiplist li {
      border-radius: 5px;
      background: #000;
      font-size: 12px;
      line-height: 150%;
      color: #fff;
      padding: 5px 18px 5px 10px;
      opacity: 0.78;
      margin-bottom: 2px;
      width: 200px;
      position: relative; }
      .site-nav .msg-tiplist li .close {
        display: block;
        position: absolute;
        width: 14px;
        overflow: hidden;
        height: 14px;
        font-size: 12px;
        text-align: center;
        line-height: 12px;
        padding: 0;
        margin: 0;
        right: 5px;
        top: 5px;
        background: #444;
        border-radius: 14px;
        cursor: pointer; }
  .site-nav .msg-tiplist:after {
    top: -5px;
    left: 78px;
    content: "\20";
    position: absolute;
    border-bottom: 5px solid #333;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff; }

.nav_site_pop {
  position: absolute;
  font: 14px Microsoft YaHei;
  z-index: 1000; }
  .nav_site_pop a {
    color: #333;
    text-decoration: none; }
    .nav_site_pop a:hover {
      color: #ea534a; }
  .nav_site_pop .nav_pop_list {
    width: 130px;
    height: 138px;
    overflow: hidden; }
    .nav_site_pop .nav_pop_list li {
      width: 130px;
      height: 138px;
      overflow: hidden;
      background: url("//s1.p2peye.net/images/imc/index/newindex/erweimabj.png") no-repeat; }
      .nav_site_pop .nav_pop_list li .nav_pop_list-img {
        width: 88px;
        height: 88px;
        display: block;
        margin: 26px auto 0px; }

.site-nav-spring {
  background: url("//s1.p2peye.net/images/common/p2peyeTop1x.jpg");
  background-size: 1920px 30px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .site-nav-spring {
      background: transparent url("https://s1.p2peye.net/images/common/p2peyeTop1x.jpg") 0px 0px no-repeat;
      background-size: 1920px 30px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .site-nav-spring {
      background: transparent url("https://s1.p2peye.net/images/common/p2peyeTop1x.jpg") 0px 0px no-repeat;
      background-size: 1920px 30px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .site-nav-spring {
      background: transparent url("https://s1.p2peye.net/images/common/p2peyeTop1x.jpg") 0px 0px no-repeat;
      background-size: 1920px 30px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .site-nav-spring {
      background: transparent url("https://s1.p2peye.net/images/common/p2peyeTop1x.jpg") 0px 0px no-repeat;
      background-size: 1920px 30px; } }

.site-nav-spring .site-nav-pipe {
  color: #fff; }

.site-nav-spring .bd span {
  color: #fff; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '\20';
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.clear {
  display: table;
  height: 0;
  overflow: hidden;
  clear: both;
  line-height: 0; }

.spacpce-form-list {
  padding-top: 10px; }

.spacpce-form-left {
  display: block;
  float: left;
  padding-left: 50px;
  height: 36px;
  line-height: 36px;
  width: 100px;
  font-size: 14px;
  color: #666; }

.spacpce-form-center {
  float: left; }

.spacpce-form-input-value {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #666; }

.spacpce-form-input {
  display: block;
  float: left;
  width: 278px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.spacpce-form-input-m {
  width: 150px; }

.spacpce-form-input-btn {
  display: block;
  float: left;
  height: 36px;
  width: 110px;
  line-height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #0080cc;
  text-align: center;
  cursor: pointer;
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }

.spacpce-form-input-btn:hover {
  background-color: #0070bc; }

.spacpce-form-input-btn.disabled {
  background-color: #ccc; }

.spacpce-form-input-link {
  display: block;
  float: left;
  margin-left: 20px;
  height: 36px;
  line-height: 36px; }

.spacpce-form-error {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ea544a; }

.spacpce-form-error span {
  display: none; }

.spacpce-form-error i {
  display: block;
  width: 14px;
  height: 12px;
  margin: 3px 3px 0 0;
  float: left;
  background: url(//s1.p2peye.net/images/imc/member/icon.png);
  background-position: -318px -52px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .spacpce-form-error i {
      background: transparent url("//s1.p2peye.net/images/imc/member/icon.png") 0px 0px no-repeat;
      background-size: 550px 140px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .spacpce-form-error i {
      background-position: -318px -80px; } }

.spacpce-form-submit {
  height: 34px;
  width: 90px;
  line-height: 32px;
  border: 1px solid #0080cc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #0080cc;
  text-align: center;
  margin: 10px 0 0 200px;
  background-color: transparent;
  transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1);
  cursor: pointer; }

.spacpce-form-submit:hover {
  background-color: #0080cc;
  color: #fff; }

.spacpce-form-submit.disabled {
  border-color: #ccc;
  color: #fff;
  background-color: #ccc; }

.AQ__auth-fixed {
  display: none; }

.footer {
  background: #345;
  padding: 0px 0 20px 0;
  color: #fff;
  font-size: 13px;
  overflow: hidden; }
  .footer a {
    color: #ccc;
    font-size: 13px; }
    .footer a:hover {
      color: #0099e5; }
  .footer .hd {
    padding: 15px 0px 7px;
    width: 1300px; }
    .footer .hd .regyl {
      position: absolute;
      top: 24px;
      left: 0px;
      color: #0099e5; }
    .footer .hd .title {
      float: left;
      width: 75px;
      color: #fff;
      font-size: 13px;
      position: relative;
      line-height: 24px; }
    .footer .hd .bottom {
      padding: 10px 0 14px 0;
      position: relative; }
    .footer .hd .list {
      float: left;
      width: 1190px; }
    .footer .hd .item {
      float: left;
      width: 118px; }
      .footer .hd .item a {
        display: block;
        max-width: 80px;
        height: 24px;
        line-height: 24px;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal; }
  .footer .bd {
    padding: 15px 0 0px 0;
    border-left: 0;
    border-right: 0; }
    .footer .bd .bd-lf {
      float: left;
      width: 480px;
      padding: 0px 50px 0px 0px; }
    .footer .bd .bd-ct {
      float: left;
      width: 230px;
      padding: 0px 110px 0px 0px; }
      .footer .bd .bd-ct .bd-body-item {
        width: 115px; }
    .footer .bd .bd-rt {
      float: left;
      width: 330px; }
      .footer .bd .bd-rt .bd-body-lf {
        float: left;
        padding: 2px 0px 0px;
        width: 210px; }
        .footer .bd .bd-rt .bd-body-lf .text {
          line-height: 30px;
          font-size: 13px;
          font-weight: bold; }
        .footer .bd .bd-rt .bd-body-lf .phone {
          font-size: 24px;
          color: #fff;
          line-height: 24px; }
        .footer .bd .bd-rt .bd-body-lf .info {
          padding: 2px 0px 0px;
          height: 35px; }
      .footer .bd .bd-rt .bd-body-rt {
        float: left;
        width: 96px;
        text-align: center;
        padding: 8px 0px 0px; }
        .footer .bd .bd-rt .bd-body-rt p {
          display: block;
          width: 96px;
          height: 96px; }
          .footer .bd .bd-rt .bd-body-rt p img {
            display: block;
            width: 96px;
            height: 96px; }
        .footer .bd .bd-rt .bd-body-rt .app_down {
          width: 96px; }
        .footer .bd .bd-rt .bd-body-rt .text {
          font-size: 13px;
          line-height: 24px; }
    .footer .bd .top {
      height: 26px; }
    .footer .bd .bd-title {
      height: 35px;
      border-bottom: 1px solid #2e3e4c; }
    .footer .bd .bd-title-text {
      border-bottom: 2px solid #0099e5;
      font-size: 16px;
      line-height: 34px;
      color: #fff;
      display: inline-block; }
    .footer .bd .bd-body {
      padding: 10px 0px 0px; }
    .footer .bd .bd-body-item {
      float: left;
      width: 120px;
      font-size: 13px;
      line-height: 30px; }
      .footer .bd .bd-body-item .dian {
        float: left;
        color: #ccc; }
      .footer .bd .bd-body-item .link {
        float: left;
        color: #ccc;
        text-indent: 10px; }
        .footer .bd .bd-body-item .link:hover {
          color: #0099e5; }
    .footer .bd .circus {
      display: inline-block;
      width: 40px;
      height: 40px;
      background: url("//s1.p2peye.net/images/imc/common/footer_icon.png") no-repeat;
      margin-right: 20px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .footer .bd .circus {
          background: transparent url("//s1.p2peye.net/images/imc/common/footer_icon.png") 0px 0px no-repeat;
          background-size: 210px 75px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .footer .bd .circus {
          background: transparent url("//s1.p2peye.net/images/imc/common/footer_icon.png") 0px 0px no-repeat;
          background-size: 210px 75px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .footer .bd .circus {
          background: transparent url("//s1.p2peye.net/images/imc/common/footer_icon.png") 0px 0px no-repeat;
          background-size: 210px 75px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .footer .bd .circus {
          background: transparent url("//s1.p2peye.net/images/imc/common/footer_icon.png") 0px 0px no-repeat;
          background-size: 210px 75px; } }
    .footer .bd .circus3 {
      background-position: -136px 0;
      position: relative; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .footer .bd .circus3 {
          background-position: -60px -35px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .footer .bd .circus3 {
          background-position: -60px -35px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .footer .bd .circus3 {
          background-position: -60px -35px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .footer .bd .circus3 {
          background-position: -60px -35px; } }
      .footer .bd .circus3:hover {
        background-position: -359px 0px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .footer .bd .circus3:hover {
            background-position: -170px -35px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .footer .bd .circus3:hover {
            background-position: -170px -35px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .footer .bd .circus3:hover {
            background-position: -170px -35px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .footer .bd .circus3:hover {
            background-position: -170px -35px; } }
    .footer .bd .circus1 {
      background-position: -18px 0px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .footer .bd .circus1 {
          background-position: 0px -35px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .footer .bd .circus1 {
          background-position: 0px -35px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .footer .bd .circus1 {
          background-position: 0px -35px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .footer .bd .circus1 {
          background-position: 0px -35px; } }
      .footer .bd .circus1:hover {
        background-position: -241px 0px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .footer .bd .circus1:hover {
            background-position: -110px -35px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .footer .bd .circus1:hover {
            background-position: -110px -35px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .footer .bd .circus1:hover {
            background-position: -110px -35px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .footer .bd .circus1:hover {
            background-position: -110px -35px; } }
  .footer .sevice {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0px; }
    .footer .sevice a {
      color: #787878; }
    .footer .sevice span {
      padding-right: 20px; }
  .footer .ft {
    padding: 30px 0px 0px; }
    .footer .ft .bottom-nav {
      /*
      background:#383838;
      */
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 15px; }
      .footer .ft .bottom-nav a {
        color: #bdbdbd;
        padding: 0 15px; }
    .footer .ft p {
      line-height: 20px;
      text-align: center;
      color: #ccc; }
      .footer .ft p a {
        color: #ccc; }
      .footer .ft p .jbzx {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        padding: 0 2px;
        width: 90px;
        font-size: 12px;
        color: #6b6b6b;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        .footer .ft p .jbzx img {
          float: left;
          width: 35px;
          vertical-align: middle; }
  .footer .weixin {
    position: absolute;
    top: 0;
    right: -180px;
    width: 172px;
    height: 172px;
    display: none; }
    .footer .weixin img {
      width: 100%; }

.tanchuang-mask-518 {
  display: none;
  z-index: 100; }

.border-top-orange {
  padding-top: 5px;
  border-radius: 20px; }

.blue-linear-row {
  -webkit-background: linear-gradient(left, #5ae2f0, #2c5df1, #5ae2f0);
  -moz-background: linear-gradient(right, #5ae2f0, #2c5df1, #5ae2f0);
  -o-background: linear-gradient(right, #5ae2f0, #2c5df1, #5ae2f0);
  background: linear-gradient(to right, #5ae2f0, #2c5df1, #5ae2f0); }

.ui-disclaimer-popup-mark {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.5; }

.mask-index {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  overflow: hidden; }

.mask-rules-pop {
  margin: -163px 0 0 -200px; }

.mask-content-tanchuang {
  width: 400px;
  height: 315px;
  position: relative;
  display: none;
  background: #fff;
  overflow: hidden;
  border-radius: 17px;
  vertical-align: bottom; }

.tanchuang-close {
  width: 43px;
  height: 43px;
  background-position: -586px -464px !important;
  position: absolute;
  right: 0px;
  top: 0px; }
  .tanchuang-close .close_btn {
    width: 27px;
    height: 27px;
    background-position: -651px -463px;
    position: absolute;
    right: 4px;
    top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .tanchuang-close .close_btn:hover {
      cursor: pointer;
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg); }

.tanchuang-icon {
  background: url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_1x.png") no-repeat center top; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .tanchuang-icon {
      background: transparent url("//s1.p2peye.net/images/imc/topic/financial/pc/tanchuang518_2x.png") center top no-repeat;
      background-size: 900px 625px; } }

.logo_518 {
  width: 89px;
  height: 48px;
  background-position: -474px -461px;
  position: absolute;
  top: 20px; }

.bottom_logo {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 84px;
  background-position: 0 -541px; }

.tanchuang_518_content {
  position: relative;
  width: 100%;
  height: 270px;
  margin-top: 50px; }
  .tanchuang_518_content .content_icon {
    position: absolute;
    width: 323px;
    height: 250px;
    bottom: 0px; }
  .tanchuang_518_content .new_unopen {
    background-position: -415px -265px;
    height: 189px !important;
    left: 34px;
    top: 30px;
    display: none; }
  .tanchuang_518_content .get_it {
    background-position: -616px -528px;
    width: 154px;
    height: 59px;
    line-height: 50px;
    margin: 177px auto 0px;
    text-align: center;
    display: block;
    transition: all 0.3s linear; }
    .tanchuang_518_content .get_it:hover {
      cursor: pointer;
      color: #fff;
      text-decoration: none !important;
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tanchuang_518_content .JD {
    background-position: 0 -256px; }
  .tanchuang_518_content .red {
    background-position: -451px 1px;
    border: none; }
  .tanchuang_518_content .old {
    background-position: -1px -6px; }
  .tanchuang_518_content .tanchuang_text {
    margin: 0px 30px 0 0;
    float: right;
    text-align: right; }
  .tanchuang_518_content .look_gift {
    width: 152px;
    height: 67px;
    background-position: -458px -525px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    z-index: 1000;
    position: relative;
    transition: all 0.3s ease-in-out; }
    .tanchuang_518_content .look_gift:hover {
      text-decoration: none !important;
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #fff !important; }

.font36 {
  font-size: 36px; }

.font30 {
  font-size: 30px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.color-333 {
  color: #333; }

.color-666 {
  color: #666; }

.color-fff {
  color: #fff; }

.tanchuang_unopen {
  display: block; }
  .tanchuang_unopen p {
    text-align: center; }

.header {
  height: 70px;
  background: #fff;
  z-index: 3;
  overflow: hidden; }
  .header .logo {
    line-height: 70px;
    float: left;
    margin-right: 35px; }
    .header .logo img {
      vertical-align: middle;
      *margin-top: 22px; }
  .header .level-two-title {
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 70px; }
    .header .level-two-title .level-two-title-pipe {
      display: block;
      float: left;
      height: 36px;
      width: 1px;
      background-color: #f1f1f1;
      margin: 17px 20px 0 -15px; }
    .header .level-two-title .level-two-title-word {
      display: block;
      float: left;
      line-height: 70px;
      font-size: 20px;
      font-weight: bold;
      color: #ccc;
      transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
      .header .level-two-title .level-two-title-word:hover {
        text-decoration: none;
        color: #0099e5; }
  .header .nav {
    float: left;
    height: 70px;
    margin-left: 50px; }
    .header .nav li {
      position: relative;
      float: left;
      width: 130px;
      line-height: 70px;
      height: 70px;
      text-align: center; }
    .header .nav #sharenav {
      margin-left: 15px; }
    .header .nav a {
      color: #333333;
      font-size: 18px;
      font-family: 'PingFang SC', 'PingFang TC', 'Noto Sans CJK SC', 'Noto Sans CJK TC', 'Microsoft YaHei', Helvetica, Arial;
      display: inline-block;
      *display: inline;
      line-height: 68px;
      *zoom: 1;
      transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
      .header .nav a .touch-icon {
        display: block;
        float: right;
        margin-top: 29px;
        margin-left: 6px;
        width: 12px;
        height: 10px;
        background: url("//s1.p2peye.net/images/imc/common/new_icons.png") -149px -149px no-repeat;
        background-size: 700px 500px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav a .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav a .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav a .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav a .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
      .header .nav a .assets-icon {
        display: block;
        float: right;
        margin: 25px 0 0 3px;
        height: 16px;
        width: 48px;
        background: url("//s1.p2peye.net/images/imc/index/newindex/assets-icon.png") no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav a .assets-icon {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav a .assets-icon {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav a .assets-icon {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav a .assets-icon {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
      .header .nav a .assets-icon-brand1111 {
        height: 19px;
        width: 26px;
        background: url("//s1.p2peye.net/images/imc/topic/hot.png") no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav a .assets-icon-brand1111 {
            background: transparent url("//s1.p2peye.net/images/imc/topic/hot2x.png") 0px 0px no-repeat;
            background-size: 26px 19px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav a .assets-icon-brand1111 {
            background: transparent url("//s1.p2peye.net/images/imc/topic/hot2x.png") 0px 0px no-repeat;
            background-size: 26px 19px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav a .assets-icon-brand1111 {
            background: transparent url("//s1.p2peye.net/images/imc/topic/hot2x.png") 0px 0px no-repeat;
            background-size: 26px 19px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav a .assets-icon-brand1111 {
            background: transparent url("//s1.p2peye.net/images/imc/topic/hot2x.png") 0px 0px no-repeat;
            background-size: 26px 19px; } }
      .header .nav a .brand1018-icon {
        display: block;
        float: right;
        margin: 25px 0 0 3px;
        height: 16px;
        width: 48px;
        background: url(//s1.p2peye.net/images/imc/topic/brand1018/pc/assets-icon.png) no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav a .brand1018-icon {
            background: transparent url("//s1.p2peye.net/images/imc/topic/brand1018/pc/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav a .brand1018-icon {
            background: transparent url("//s1.p2peye.net/images/imc/topic/brand1018/pc/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav a .brand1018-icon {
            background: transparent url("//s1.p2peye.net/images/imc/topic/brand1018/pc/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav a .brand1018-icon {
            background: transparent url("//s1.p2peye.net/images/imc/topic/brand1018/pc/assets-icon-2x.png") 0px 0px no-repeat;
            background-size: 48px 16px; } }
    .header .nav .ui-header-brand1111 {
      position: relative; }
      .header .nav .ui-header-brand1111:hover em {
        display: block; }
      .header .nav .ui-header-brand1111 em {
        display: none;
        position: absolute;
        width: 77px;
        height: 14px;
        top: 6px;
        left: 50%;
        margin-left: -38.5px;
        background: url("//s1.p2peye.net/images/imc/index/newindex/loan-brand1111.png") no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav .ui-header-brand1111 em {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/loan-brand1111-2x.png") 0px 0px no-repeat;
            background-size: 77px 14px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav .ui-header-brand1111 em {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/loan-brand1111-2x.png") 0px 0px no-repeat;
            background-size: 77px 14px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav .ui-header-brand1111 em {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/loan-brand1111-2x.png") 0px 0px no-repeat;
            background-size: 77px 14px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav .ui-header-brand1111 em {
            background: transparent url("//s1.p2peye.net/images/imc/index/newindex/loan-brand1111-2x.png") 0px 0px no-repeat;
            background-size: 77px 14px; } }
    .header .nav a:hover {
      text-decoration: none;
      color: #f44; }
      .header .nav a:hover .touch-icon {
        display: block;
        float: right;
        margin-top: 29px;
        margin-left: 6px;
        width: 12px;
        height: 10px;
        background: url("//s1.p2peye.net/images/imc/common/new_icons.png") -149px -149px no-repeat;
        background-size: 700px 500px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav a:hover .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav a:hover .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav a:hover .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav a:hover .touch-icon {
            background: transparent url("//s1.p2peye.net/images/imc/common/new_icons2x.png") -149px -149px no-repeat;
            background-size: 700px 500px; } }
    .header .nav .long-title {
      position: relative; }
    .header .nav .icon-haoli {
      position: absolute;
      width: 26px;
      height: 18px;
      top: 13px;
      right: 8px;
      font: 0/0 a;
      background-image: url(//s1.p2peye.net/images/imc/club/club-icon.png);
      background-position: -200px 0px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .header .nav .icon-haoli {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px 0px no-repeat;
          background-size: 500px 500px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .header .nav .icon-haoli {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px 0px no-repeat;
          background-size: 500px 500px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .header .nav .icon-haoli {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px 0px no-repeat;
          background-size: 500px 500px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .header .nav .icon-haoli {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px 0px no-repeat;
          background-size: 500px 500px; } }
    .header .nav .icon-new {
      position: absolute;
      width: 26px;
      height: 18px;
      top: 13px;
      right: -4px;
      font: 0/0 a;
      background-image: url(//s1.p2peye.net/images/imc/club/club-icon.png);
      background-position: -200px -25px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .header .nav .icon-new {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px -25px no-repeat;
          background-size: 500px 500px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .header .nav .icon-new {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px -25px no-repeat;
          background-size: 500px 500px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .header .nav .icon-new {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px -25px no-repeat;
          background-size: 500px 500px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .header .nav .icon-new {
          background: transparent url("//s1.p2peye.net/images/imc/club/club-icon-2x.png") -200px -25px no-repeat;
          background-size: 500px 500px; } }
    .header .nav .current i {
      position: absolute;
      top: 15px;
      left: 5px;
      display: block;
      height: 5px;
      width: 5px;
      margin-top: 16px;
      background-color: #ea544a;
      -webkit-animation: fadein .1s ease-in-out 0s forwards;
      -moz-animation: fadein .1s ease-in-out 0s forwards;
      -ms-animation: fadein .1s ease-in-out 0s forwards;
      animation: fadein .1s ease-in-out 0s forwards; }
    .header .nav .current a {
      position: relative;
      font-weight: bold;
      color: #333; }
      .header .nav .current a:hover {
        color: #f44;
        font-weight: normal; }
        .header .nav .current a:hover i {
          -webkit-animation: fadeout .1s ease-in-out 0s forwards;
          -moz-animation: fadeout .1s ease-in-out 0s forwards;
          -ms-animation: fadeout .1s ease-in-out 0s forwards;
          animation: fadeout .1s ease-in-out 0s forwards; }
    .header .nav .current span.borderBottom {
      position: absolute;
      bottom: 0;
      width: 30px;
      border-bottom: 4px solid #f44;
      left: 50px; }
    .header .nav .loanicon a {
      position: relative; }
      .header .nav .loanicon a em {
        position: absolute;
        width: 41px;
        height: 16px;
        top: 0;
        left: 85px;
        background: url(//s1.p2peye.net/images/imc/common/interest.png) 0 0 no-repeat;
        overflow: hidden; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav .loanicon a em {
            background: url(//s1.p2peye.net/images/imc/common/interest_2x.png) 0 0 no-repeat;
            background-size: contain; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav .loanicon a em {
            background: url(//s1.p2peye.net/images/imc/common/interest_2x.png) 0 0 no-repeat;
            background-size: contain; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav .loanicon a em {
            background: url(//s1.p2peye.net/images/imc/common/interest_2x.png) 0 0 no-repeat;
            background-size: contain; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav .loanicon a em {
            background: url(//s1.p2peye.net/images/imc/topic/common/interest_2x.png) 0 0 no-repeat;
            background-size: contain; } }
    .header .nav .new a {
      position: relative; }
      .header .nav .new a em {
        position: absolute;
        width: 24px;
        height: 16px;
        top: 0;
        right: -8px;
        background: url(//s1.p2peye.net/images/imc/topic/yqyl/yqyl_new.png) 0 0 no-repeat;
        overflow: hidden; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
          .header .nav .new a em {
            background: url(//s1.p2peye.net/images/imc/topic/yqyl/yqyl_new_ratio.png) 0 0 no-repeat;
            background-size: contain; } }
        @media only screen and (min--moz-device-pixel-ratio: 1.5) {
          .header .nav .new a em {
            background: url(//s1.p2peye.net/images/imc/topic/yqyl/yqyl_new_ratio.png) 0 0 no-repeat;
            background-size: contain; } }
        @media only screen and (min-device-pixel-ratio: 1.5) {
          .header .nav .new a em {
            background: url(//s1.p2peye.net/images/imc/topic/yqyl/yqyl_new_ratio.png) 0 0 no-repeat;
            background-size: contain; } }
        @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
          .header .nav .new a em {
            background: url(//s1.p2peye.net/images/imc/topic/yqyl/yqyl_new_ratio.png) 0 0 no-repeat;
            background-size: contain; } }
  .header .loginbtn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e7e7e7;
    color: #6d6d6d;
    font-size: 16px;
    padding: 0 8px;
    border-radius: 5px;
    margin-top: 16px; }
    .header .loginbtn span {
      display: inline-block;
      line-height: 34px;
      height: 34px; }
    .header .loginbtn .ui-icons-user {
      margin-right: 5px; }
  .header .loginbtn:hover {
    text-decoration: none;
    border-color: #ea544a; }
  .header .ui-header-brand98 {
    position: relative; }
  .header .ui-header-brand98-tag {
    position: absolute;
    top: 10px;
    left: 96px; }
  .header .ui-brand98-loans {
    float: left;
    padding-top: 16px;
    padding-left: 18px; }
    .header .ui-brand98-loans a {
      display: block;
      width: 75px;
      height: 38px;
      background: url(//s1.p2peye.net/images/imc/topic/brand98/pc/nav.png) no-repeat 0 0;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .header .ui-brand98-loans a {
          background: transparent url("//s1.p2peye.net/images/imc/topic/brand98/pc/navx2.png") 0px 0px no-repeat;
          background-size: 75px 38px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .header .ui-brand98-loans a {
          background: transparent url("//s1.p2peye.net/images/imc/topic/brand98/pc/navx2.png") 0px 0px no-repeat;
          background-size: 75px 38px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .header .ui-brand98-loans a {
          background: transparent url("//s1.p2peye.net/images/imc/topic/brand98/pc/navx2.png") 0px 0px no-repeat;
          background-size: 75px 38px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .header .ui-brand98-loans a {
          background: transparent url("//s1.p2peye.net/images/imc/topic/brand98/pc/navx2.png") 0px 0px no-repeat;
          background-size: 75px 38px; } }
      .header .ui-brand98-loans a:hover {
        border: 0 none;
        box-shadow: none;
        margin-top: -7px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }

.pettyheader {
  height: 50px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.22);
  z-index: 999; }
  .pettyheader .logo {
    line-height: 50px; }
    .pettyheader .logo img {
      *margin-top: 12px; }
  .pettyheader .nav {
    height: 50px; }
    .pettyheader .nav li {
      line-height: 50px; }
    .pettyheader .nav a {
      font-size: 16px; }
    .pettyheader .nav .current i {
      top: 14px;
      -webkit-animation: fadeins .1s ease-in-out 0s forwards;
      -moz-animation: fadeins .1s ease-in-out 0s forwards;
      -ms-animation: fadeins .1s ease-in-out 0s forwards;
      animation: fadeins .1s ease-in-out 0s forwards; }
    .pettyheader .nav .current a {
      font-weight: bold;
      color: #ea544a; }
      .pettyheader .nav .current a:hover i {
        -webkit-animation: fadeouts .1s ease-in-out 0s forwards;
        -moz-animation: fadeouts .1s ease-in-out 0s forwards;
        -ms-animation: fadeouts .1s ease-in-out 0s forwards;
        animation: fadeouts .1s ease-in-out 0s forwards; }
  .pettyheader .loginbtn {
    margin-top: 6px; }
  .pettyheader .header-1111 {
    left: 120px; }
    .pettyheader .header-1111 img {
      height: 50px; }

@-webkit-keyframes fadein {
  from {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; } }
@-moz-keyframes fadein {
  from {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; } }
@-ms-keyframes fadein {
  from {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; } }
@keyframes fadein {
  from {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; } }
@-webkit-keyframes fadeout {
  from {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; } }
@-moz-keyframes fadeout {
  from {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; } }
@-ms-keyframes fadeout {
  from {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; } }
@keyframes fadeout {
  from {
    height: 5px;
    width: 5px;
    top: 15px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 17px;
    left: 7px; } }
@-webkit-keyframes fadeins {
  from {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; } }
@-moz-keyframes fadeins {
  from {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; } }
@-ms-keyframes fadeins {
  from {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; } }
@keyframes fadeins {
  from {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; }
  to {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; } }
@-webkit-keyframes fadeouts {
  from {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; } }
@-moz-keyframes fadeouts {
  from {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; } }
@-ms-keyframes fadeouts {
  from {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; } }
@keyframes fadeouts {
  from {
    height: 5px;
    width: 5px;
    top: 14px;
    left: 5px; }
  to {
    height: 0;
    width: 0;
    top: 16px;
    left: 7px; } }
.head-box {
  position: relative; }

.header-1111 {
  position: absolute;
  top: 0;
  left: 190px;
  display: block;
  z-index: 5; }

.nav_pop_item {
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer; }
  .nav_pop_item .item {
    width: 130px;
    height: 36px;
    transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }
  .nav_pop_item .item-bottom {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .nav_pop_item .item:hover {
    background: #fafafa; }
    .nav_pop_item .item:hover a {
      color: #f72f48;
      font-weight: bold; }
  .nav_pop_item a {
    display: block;
    width: 130px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.24s cubic-bezier(0.32, 0.08, 0.24, 1); }

.ui-wechart {
  float: right;
  padding: 10px 0; }
  .ui-wechart a {
    display: block;
    width: 154px;
    height: 50px;
    background-image: url(//s1.p2peye.net/images/imc/common/wechart.png);
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .ui-wechart a {
        background: #fff url("//s1.p2peye.net/images/imc/common/wechart_2x.png") 0px 0px no-repeat;
        background-size: 154px 50px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .ui-wechart a {
        background: #fff url("//s1.p2peye.net/images/imc/common/wechart_2x.png") 0px 0px no-repeat;
        background-size: 154px 50px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .ui-wechart a {
        background: #fff url("//s1.p2peye.net/images/imc/common/wechart_2x.png") 0px 0px no-repeat;
        background-size: 154px 50px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .ui-wechart a {
        background: #fff url("//s1.p2peye.net/images/imc/common/wechart_2x.png") 0px 0px no-repeat;
        background-size: 154px 50px; } }
  .ui-wechart:hover a {
    border: 0 none;
    box-shadow: none;
    margin-top: -7px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.ui-wechart-left {
  float: left; }

.ui-wechartlayer {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.ui-wechartlayer-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }

.ui-wechartlayer-main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0px 0px -250px;
  width: 500px;
  height: 400px;
  background: url("//s1.p2peye.net/images/imc/common/wechart_layer.png") center top no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-wechartlayer-main {
      background: transparent url("//s1.p2peye.net/images/imc/common/wechart_layer_2x.png") 0px 0px no-repeat;
      background-size: 500px 400px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-wechartlayer-main {
      background: transparent url("//s1.p2peye.net/images/imc/common/wechart_layer_2x.png") 0px 0px no-repeat;
      background-size: 500px 400px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-wechartlayer-main {
      background: transparent url("//s1.p2peye.net/images/imc/common/wechart_layer_2x.png") 0px 0px no-repeat;
      background-size: 500px 400px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-wechartlayer-main {
      background: transparent url("//s1.p2peye.net/images/imc/common/wechart_layer_2x.png") 0px 0px no-repeat;
      background-size: 500px 400px; } }

.ui-wechartlayer-qrcode {
  position: absolute;
  left: 71px;
  top: 224px;
  display: block;
  width: 110px;
  height: 110px;
  background-color: #f0c; }

.ui-wechartlayer-close {
  position: absolute;
  right: -20px;
  top: -20px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("//s1.p2peye.net/images/imc/common/icons.png") -490px -1080px no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .ui-wechartlayer-close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); }

.signload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000; }
  .signload .signload-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  .signload .signload-main {
    width: 370px;
    height: 472px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -185px;
    margin-top: -231px; }
  .signload .signload-main-wx {
    height: 443px; }
  .signload input {
    border: none; }
  .signload .signload-title {
    height: 60px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 14px 0 35px; }
  .signload .signload-wxtitle {
    height: 60px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 14px; }
  .signload .signload-back {
    float: left;
    width: 10px;
    height: 18px;
    padding: 10px;
    margin: 10px 7px 0 0; }
  .signload .signload-back-btn {
    text-decoration: none;
    display: block;
    width: 10px;
    height: 18px;
    overflow: hidden;
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -104px 0 no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .signload-back-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .signload-back-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .signload-back-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .signload-back-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px 0px no-repeat;
        background-size: 300px 300px; } }
  .signload .signload-inner {
    float: left;
    width: 268px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #09e; }
  .signload .signload-title-left {
    float: left;
    height: 61px;
    position: relative; }
  .signload .signload-title-btn {
    float: left;
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    color: #333;
    margin-right: 35px; }
    .signload .signload-title-btn:hover {
      text-decoration: none; }
  .signload .signload-title-current {
    color: #09e;
    border-bottom: 2px solid #09e; }
  .signload .signload-close {
    float: right;
    width: 17px;
    height: 17px;
    padding: 10px;
    margin-top: 10px; }
  .signload .signload-close-btn {
    text-decoration: none;
    display: block;
    width: 17px;
    height: 17px;
    overflow: hidden;
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") 0 0 no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .signload-close-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .signload-close-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .signload-close-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .signload-close-btn {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px 0px no-repeat;
        background-size: 300px 300px; } }
    .signload .signload-close-btn:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg); }
  .signload .signload-body {
    padding: 35px 35px 0;
    background-color: #fff; }
  .signload .signload-wxbody {
    padding: 0 35px;
    background-color: #fff; }
  .signload .signload-form {
    width: 100%; }
    .signload .signload-form form {
      display: none; }
    .signload .signload-form form.signload-form-show {
      display: block; }
  .signload .signload-form-item {
    position: relative;
    height: 59px;
    width: 100%; }
  .signload .signload-form-item-captcha {
    display: none; }
  .signload .signload-box {
    height: 38px;
    border-bottom: 1px solid #eaeaea; }
  .signload .placeholder {
    position: absolute;
    top: 0px;
    left: 44px;
    color: #ccc;
    font-size: 14px;
    z-index: 0; }
  .signload .signload-box1 .verification-code {
    position: relative;
    float: none;
    *zoom: 1; }
    .signload .signload-box1 .verification-code:before, .signload .signload-box1 .verification-code:after {
      content: '\20';
      display: table;
      height: 0;
      overflow: hidden; }
    .signload .signload-box1 .verification-code:after {
      clear: both; }
    .signload .signload-box1 .verification-code .vc-img {
      float: right;
      width: 103px;
      height: 42px;
      margin-right: 0;
      cursor: pointer; }
    .signload .signload-box1 .verification-code .vc-input {
      float: left;
      width: 128px;
      height: 20px;
      line-height: 20px;
      padding-left: 0;
      margin-right: 0;
      padding: 10px 14px 10px 44px;
      border: 1px solid #bababa;
      border-radius: 3px;
      font-size: 14px;
      -webkit-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) inset;
      -ms-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) inset;
      -moz-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) inset; }
    .signload .signload-box1 .verification-code .vc-input-hov {
      border: 1px solid #0081cb;
      box-shadow: rgba(0, 128, 204, 0.4) 0 0 5px; }
    .signload .signload-box1 .verification-code .vc-input-icon {
      position: absolute;
      top: 11px;
      left: 14px;
      width: 20px;
      height: 20px;
      background-image: url("//s1.p2peye.net/images/imc/common/ajaxLogin/icon.png");
      background-position: -130px -108px; }
    .signload .signload-box1 .verification-code .vc-input-icon-hov {
      background-position: -555px -150px; }
    .signload .signload-box1 .verification-code .vc-loading {
      display: none; }
  .signload .focus_ {
    border-color: #1e8cc7;
    transition: border-color 0.25s ease-in-out; }
  .signload .signload-form-iconbox {
    float: left;
    width: 24px;
    height: 24px;
    padding: 7px; }
  .signload .signload-form-icon {
    display: block;
    width: 24px;
    height: 24px; }
  .signload .signload-icon-name {
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -19px 0 no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .signload-icon-name {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -19px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .signload-icon-name {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -19px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .signload-icon-name {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -19px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .signload-icon-name {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -19px 0px no-repeat;
        background-size: 300px 300px; } }
  .signload .signload-icon-password {
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -45px 0 no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .signload-icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -45px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .signload-icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -45px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .signload-icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -45px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .signload-icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -45px 0px no-repeat;
        background-size: 300px 300px; } }
  .signload .signload-icon-mobile {
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -71px 0 no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .signload-icon-mobile {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -71px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .signload-icon-mobile {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -71px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .signload-icon-mobile {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -71px 0px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .signload-icon-mobile {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -71px 0px no-repeat;
        background-size: 300px 300px; } }
  .signload .signload-box-input {
    float: left;
    width: 260px;
    height: 38px;
    line-height: 38px;
    border: none;
    font-size: 14px;
    color: #333; }
  .signload .signload-box-input-short {
    width: 170px; }
  .signload .signload-form-getcoder {
    float: right;
    width: 88px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #ccc;
    text-align: right;
    cursor: pointer; }
  .signload .signload-form-getcodering {
    color: #09e; }
  .signload .signload-box-notice {
    height: 20px;
    display: none;
    text-align: left; }
  .signload .signload-notice-text {
    line-height: 20px;
    color: #ea554e;
    font-size: 12px; }
  .signload .form-info {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px; }
    .signload .form-info a {
      color: #09e; }
  .signload .form-info-left {
    float: left; }
  .signload .form-info-right {
    float: right; }
  .signload .form-bottom {
    position: relative;
    height: 60px; }
  .signload .form-btn {
    width: 100%;
    height: 40px;
    background: #09e;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
    cursor: pointer; }
    .signload .form-btn:hover {
      background: #2fb3fa; }
    .signload .form-btn:active {
      background: #1388c6; }
  .signload .signload-other-top {
    height: 54px;
    line-height: 54px;
    color: #484848;
    font-size: 14px; }
  .signload .signload-other-line {
    height: 27px;
    width: 100%;
    border-bottom: 2px solid #f4f4f4; }
  .signload .signload-other-text {
    position: relative;
    top: -28px;
    padding: 0px 15px;
    background: #fff;
    font-size: 14px;
    color: #000; }
  .signload .signload-other-bottom {
    overflow: hidden;
    padding-bottom: 30px; }
  .signload .signload-other-list {
    margin: 0 auto;
    width: 272px; }
  .signload .signload-other-item {
    float: left;
    padding: 0 23px;
    text-align: center;
    width: 90px; }
  .signload .signload-other-link {
    display: block;
    width: 70px;
    padding: 0 10px;
    text-decoration: none; }
    .signload .signload-other-link:hover .icon-weixin {
      background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") 0 -78px no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-weixin {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-weixin {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-weixin {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .signload .signload-other-link:hover .icon-weixin {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -78px no-repeat;
          background-size: 300px 300px; } }
    .signload .signload-other-link:hover .icon-qq {
      background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -51.5px -77px no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-qq {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -77.5px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-qq {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -77.5px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-qq {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -77.5px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .signload .signload-other-link:hover .icon-qq {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -77.5px no-repeat;
          background-size: 300px 300px; } }
    .signload .signload-other-link:hover .icon-password {
      background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -104px -78px no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-password {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-password {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-password {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .signload .signload-other-link:hover .icon-password {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -78px no-repeat;
          background-size: 300px 300px; } }
    .signload .signload-other-link:hover .icon-code {
      background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -156px -78px no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-code {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min--moz-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-code {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (min-device-pixel-ratio: 1.5) {
        .signload .signload-other-link:hover .icon-code {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -78px no-repeat;
          background-size: 300px 300px; } }
      @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
        .signload .signload-other-link:hover .icon-code {
          background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -78px no-repeat;
          background-size: 300px 300px; } }
  .signload .signload-other-icon {
    display: block;
    height: 51px;
    width: 51px;
    margin: 0 auto; }
  .signload .icon-weixin {
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") 0 -26px no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .icon-weixin {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .icon-weixin {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .icon-weixin {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .icon-weixin {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") 0px -26px no-repeat;
        background-size: 300px 300px; } }
  .signload .icon-qq {
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -51.5px -25px no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .icon-qq {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .icon-qq {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .icon-qq {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .icon-qq {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -51px -26px no-repeat;
        background-size: 300px 300px; } }
  .signload .icon-password {
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -104px -26px no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .icon-password {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -104px -26px no-repeat;
        background-size: 300px 300px; } }
  .signload .icon-code {
    background: url("//s1.p2peye.net/images/imc/login/pc/loginbg_normal.png") -156px -26px no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .signload .icon-code {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .signload .icon-code {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .signload .icon-code {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -26px no-repeat;
        background-size: 300px 300px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .signload .icon-code {
        background: transparent url("//s1.p2peye.net/images/imc/login/pc/loginbg_double.png") -156px -26px no-repeat;
        background-size: 300px 300px; } }
  .signload .icon-text {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #222; }
  .signload input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .signload .signload-wxbox {
    padding: 8px 0; }
  .signload .signload-wximgbox {
    width: 192px;
    height: 192px;
    margin: 0 auto;
    overflow: hidden; }
  .signload .signload-wxinner {
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #09e;
    font-size: 12px; }

.ui-login-code {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px; }

.mod-floatlayer {
  display: none; }

a:hover {
  text-decoration: none; }

.page_section {
  padding-bottom: 0; }

.ui-banner-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 200px;
  text-align: center;
  background: url("//s1.p2peye.net/images/imc/help/hot/hot_banner_1x.png") no-repeat center center;
  background-size: 1920px 200px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-banner-box {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/hot_banner.png") center center no-repeat;
      background-size: 1920px 200px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-banner-box {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/hot_banner.png") center center no-repeat;
      background-size: 1920px 200px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-banner-box {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/hot_banner.png") center center no-repeat;
      background-size: 1920px 200px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-banner-box {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/hot_banner.png") center center no-repeat;
      background-size: 1920px 200px; } }

.ui-banner-title {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 45px; }

.ui-banner-title2 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-top: 48px; }

.ui-tip-box {
  width: 100%; }

.ui-tip-p {
  margin: 10px auto 0;
  width: 1200px;
  height: 100%;
  background: #fff;
  font-size: 12px;
  line-height: 40px;
  color: #666666;
  height: 40px; }

.ui-tip-weight {
  font-weight: 600;
  color: #333333; }

.ui-tip-warnning {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 13px;
  margin-left: 15px;
  margin-right: 5px;
  background-image: url("//s1.p2peye.net/images/imc/help/hot/help_hot_1x.png");
  background-position: 0px -100px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-tip-warnning {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") 0px -100px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-tip-warnning {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") 0px -100px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-tip-warnning {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") 0px -100px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-tip-warnning {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") 0px -100px no-repeat;
      background-size: 250px 250px; } }

.ui-tip-weight {
  float: left; }

.ui-tip-tip {
  float: left; }

.ui-list {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px; }

.ui-platform {
  width: 100%;
  height: 192px;
  background: #fff;
  margin-top: 15px;
  position: relative; }

.ui-number-bg-red {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 43px;
  height: 41px;
  font-size: 22px;
  font-weight: 600;
  line-height: 41px;
  color: #fff;
  background-image: url("//s1.p2peye.net/images/imc/help/hot/help_hot_1x.png");
  background-position: -100px 0px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-number-bg-red {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px 0px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-number-bg-red {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px 0px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-number-bg-red {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px 0px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-number-bg-red {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px 0px no-repeat;
      background-size: 250px 250px; } }

.ui-number-bg-box {
  width: 39px;
  float: left;
  text-align: center; }

.ui-number-bg-blue {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 44px;
  height: 42px;
  font-size: 22px;
  font-weight: 600;
  line-height: 41px;
  color: #fff;
  background-image: url("//s1.p2peye.net/images/imc/help/hot/help_hot_1x.png");
  background-position: -100px -100px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-number-bg-blue {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px -100px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-number-bg-blue {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px -100px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-number-bg-blue {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px -100px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-number-bg-blue {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -100px -100px no-repeat;
      background-size: 250px 250px; } }

.ui-platform-left {
  width: 300px;
  height: 100%;
  position: relative;
  float: left; }

.ui-platform-logo-box {
  width: 180px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -90px; }

.ui-log {
  display: block;
  height: 60px;
  vertical-align: middle;
  margin: 0 auto; }

.ui-plaform-top {
  width: 885px;
  margin-left: 15px;
  height: 34px;
  cursor: pointer; }

.ui-top-link {
  display: block;
  width: 100%;
  height: 100%; }

.ui-platform-right {
  width: 898px;
  height: 170px;
  float: left; }

.ui-platform-name {
  float: left;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  margin-left: 20px; }

.ui-platform-label {
  width: 100%;
  height: 20px;
  line-height: 20px; }

.ui-platform-hot {
  float: left;
  height: 18px;
  border: 1px solid #ff4444;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 4px;
  margin-left: 35px; }

.ui-platform-fire {
  width: 20px;
  height: 20px;
  float: left;
  background-image: url("//s1.p2peye.net/images/imc/help/hot/help_hot_1x.png");
  background-position: -1px -1px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-platform-fire {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -1px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-platform-fire {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -1px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-platform-fire {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -1px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-platform-fire {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -1px no-repeat;
      background-size: 250px 250px; } }

.ui-platform-fire-number {
  font-size: 12px;
  color: #ff4444;
  text-align: center;
  line-height: 18px;
  float: left;
  padding: 0 7px; }

.ui-platform-vip {
  float: left;
  height: 18px;
  border: 1px solid #0099ee;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 4px;
  margin-left: 20px; }

.ui-platform-v {
  width: 20px;
  height: 20px;
  float: left;
  background-image: url("//s1.p2peye.net/images/imc/help/hot/help_hot_1x.png");
  background-position: -1px -51px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ui-platform-v {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -51px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min--moz-device-pixel-ratio: 1.5) {
    .ui-platform-v {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -51px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (min-device-pixel-ratio: 1.5) {
    .ui-platform-v {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -51px no-repeat;
      background-size: 250px 250px; } }
  @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
    .ui-platform-v {
      background: transparent url("//s1.p2peye.net/images/imc/help/hot/help_hot_2x.png") -1px -51px no-repeat;
      background-size: 250px 250px; } }

.ui-platform-class {
  font-size: 12px;
  color: #0099ee;
  text-align: center;
  line-height: 18px;
  float: left;
  padding: 0 7px; }

.ui-platform-bg {
  float: left;
  font-size: 12px;
  line-height: 18px;
  padding: 0 7px;
  color: #0099ee;
  border: 1px solid #0099ee;
  border-radius: 3px;
  margin-left: 15px;
  margin-top: 4px; }

.ui-platform-more {
  height: 12px;
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  cursor: pointer; }
  .ui-platform-more:hover {
    text-decoration: underline; }

.ui-plaform-bottom {
  width: 885px;
  margin-left: 15px;
  height: 90px;
  margin-top: 12px; }

.ui-platform-left2 {
  width: 720px;
  height: 100%;
  float: left; }

.ui-biao-name {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
  text-indent: 24px; }

.ui-biao-info {
  height: 45px;
  margin-top: 20px; }

.ui-biao-info1 {
  width: 150px;
  float: left;
  height: 45px;
  margin-left: 20px;
  border-right: 1px solid #e8e8e8; }
  .ui-biao-info1 .ui-biao-percent {
    font-size: 18px;
    color: #ff6666;
    font-weight: 600;
    line-height: 18px; }
  .ui-biao-info1 .ui-biao-one {
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    color: #999; }

.ui-biao-info2 {
  width: 200px;
  float: left;
  height: 45px;
  text-indent: 60px;
  border-right: 1px solid #e8e8e8; }
  .ui-biao-info2 .ui-biao-time {
    font-size: 18px;
    line-height: 18px;
    color: #333333; }
  .ui-biao-info2 .ui-biao-time-gray {
    font-size: 18px;
    line-height: 18px;
    color: #999; }
  .ui-biao-info2 .ui-biao-one {
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    color: #999; }
  .ui-biao-info2 .item-title-icon {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("//s1.p2peye.net/images/imc/member/member-icon.png") no-repeat -95px -72px;
    cursor: pointer; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .ui-biao-info2 .item-title-icon {
        background: transparent url("//s1.p2peye.net/images/imc/member/member-icon-ratio.png") -96px -72px no-repeat;
        background-size: 250px; } }
    @media only screen and (min--moz-device-pixel-ratio: 1.5) {
      .ui-biao-info2 .item-title-icon {
        background: transparent url("//s1.p2peye.net/images/imc/member/member-icon-ratio.png") -96px -72px no-repeat;
        background-size: 250px; } }
    @media only screen and (min-device-pixel-ratio: 1.5) {
      .ui-biao-info2 .item-title-icon {
        background: transparent url("//s1.p2peye.net/images/imc/member/member-icon-ratio.png") -96px -72px no-repeat;
        background-size: 250px; } }
    @media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
      .ui-biao-info2 .item-title-icon {
        background: transparent url("//s1.p2peye.net/images/imc/member/member-icon-ratio.png") -96px -72px no-repeat;
        background-size: 250px; } }
    .ui-biao-info2 .item-title-icon:hover .item-title-hovertips, .ui-biao-info2 .item-title-icon:hover .item-title-hovertips-t {
      display: block; }
    .ui-biao-info2 .item-title-icon .item-title-hovertips {
      position: absolute;
      display: none;
      left: -100px;
      bottom: 24px;
      padding: 10px;
      width: 200px;
      text-align: left;
      text-indent: 0;
      line-height: 19px;
      font-size: 12px;
      color: #fff;
      background-color: #000;
      filter: alpha(opacity=65);
      background-color: rgba(0, 0, 0, 0.65);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .ui-biao-info2 .item-title-icon .item-title-hovertips-t {
      position: absolute;
      left: -2px;
      top: -12px;
      display: none;
      height: 0;
      width: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid rgba(0, 0, 0, 0.65); }

.line {
  display: inline-block;
  float: left;
  width: 1px;
  border-left: 1px dashed #e8e8e8;
  height: 170px;
  margin-top: 11px; }

.ui-platform-right2 {
  float: left;
  width: 140px;
  height: 40px;
  color: #ff6666;
  text-align: center;
  line-height: 40px;
  border: 1px solid #f66;
  border-radius: 3px;
  transition: all 0.2s ease-in-out; }
  .ui-platform-right2:hover {
    background: #f66;
    color: #fff;
    cursor: pointer; }

.ui-biao-info3 {
  width: 200px;
  float: left;
  height: 45px;
  text-indent: 80px; }
  .ui-biao-info3 .ui-biao-time {
    font-size: 18px;
    line-height: 18px;
    color: #333333; }
  .ui-biao-info3 .ui-biao-one {
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    color: #999; }

.ui-platform-left1 {
  float: left;
  width: 700px; }

/*# sourceMappingURL=help_hot.css.map */
