@charset "UTF-8";
/*
    by Tracy
    2018-4-28
    基础包
    理财3.2.0
*/
html {
  -webkit-text-size-adjust: none; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  font-weight: normal; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: courier new,courier,monospace; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

legend {
  color: #000; }

fieldset, img {
  border: 0;
  border: none;
  width: 100%;
  display: block; }

button, input, select, textarea {
  font-size: 100%;
  font-family: microsoft yahei; }

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

input {
  display: inline-block;
  height: 22px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none; }

blockquote:before,
blockquote:after {
  content: '';
  content: none; }

th, td {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle; }

a, div, span, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  background: #fff;
  color: #333;
  line-height: 18px;
  font-family: microsoft yahei; }

h3.top-title {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #333; }

h2.artical-title {
  font-size: 2rem;
  line-height: 1.42;
  color: #333; }

h4.head-title {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.42; }

label.small-label {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.42; }

.main-font {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #666; }

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

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

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.vertical-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.fl {
  float: left; }

.fr {
  float: right; }

.layerbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }

.layerbox .icon-protocol {
  display: inline-block;
  margin: 0 auto 20px;
  width: 45%; }

.layerbox .layer-position {
  width: 80%;
  color: #333333;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.layerbox .layer-tip {
  padding: 20px 20px 0;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.layerbox .layer-tip p {
  font-size: 16px; }

.layerbox .layer-tip.is_wap_tip {
  padding: 0; }

.layerbox .layer-tip.is_wap_tip > p {
  line-height: 1;
  font-size: 16px;
  padding: 16px 0; }

.layerbox .layer-tip.is_wap_tip > p:first-child {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #e5e5e5; }

.layerbox .layer-tip.is_wap_tip > p > a {
  color: #03a3ff;
  display: inline-block; }

.layerbox .layer-tip.to_bing_tip {
  padding: 0; }

.layerbox .layer-tip.to_bing_tip > p {
  padding: 16px 0;
  line-height: 1;
  font-size: 16px; }

.layerbox .layer-tip.to_bing_tip > p:first-child {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #e5e5e5; }

.layerbox .layer-tip.to_bing_tip > p > a {
  color: #03a3ff;
  display: inline-block; }

.layerbox .layer-tip.to_link_tip {
  padding: 0; }

.layerbox .layer-tip.to_link_tip > p {
  font-size: 16px;
  line-height: 1.5;
  clear: both; }

.layerbox .layer-tip.to_link_tip > p:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px 16px; }

.layerbox .layer-tip.to_link_tip > p a {
  padding: 16px 0;
  color: #03a3ff;
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 1; }

.layerbox .layer-tip.to_link_tip > p a.cancel {
  color: #ff6600;
  border-right: 1px solid #e5e5e5;
  margin-right: -1px; }

.layerbox .layer-tip.to_link_tip h4 {
  font-size: 16px; }

.layerbox .layer-tip.to_login_tip {
  padding: 20px; }

.layerbox .layer-tip.to_login_tip > p {
  line-height: 1.5; }

.layerbox .layer-tip .btn-agree {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px;
  border: 1px solid #03a3ff;
  background: #03a3ff;
  font-size: 17px;
  color: #ffffff;
  display: block;
  max-width: 200px;
  margin: 30px auto 10px; }

.layerbox .layer-tip .protocol-user,
.layerbox .layer-tip .protocol-app {
  color: #03a3ff;
  display: inline;
  text-align: center;
  line-height: 1.2;
  margin: 5px; }

.layerbox .layer-tip .protocol-user.protocol-app,
.layerbox .layer-tip .protocol-app.protocol-app {
  margin: 5px 0 16px; }

.layerbox p.protocol-agree {
  padding: 0 0 20px 20px;
  font-size: 12px;
  position: relative; }

.layerbox p.protocol-agree .protocol-radio {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
  width: 14px;
  height: 14px;
  background: url("../../images/licai/icon-check.png") no-repeat;
  background-size: 100% 100%; }

.layerbox p.protocol-agree .protocol-radio.checked {
  background: url("../../images/licai/icon-checked.png") no-repeat;
  background-size: 100% 100%; }

.layerbox.iswap,
.layerbox.tobind,
.layerbox.tolink,
.layerbox.tologin-tip,
.layerbox.isDiffPhone {
  display: none; }

.layerbox .close-btn {
  display: inline-block;
  width: 40px;
  margin-top: 30px; }

.layerbox .know-btn {
  font-size: 15px;
  color: #03a3ff; }

.layerbox .foot-btn {
  overflow: hidden; }

.layerbox .foot-btn.is-know-lg {
  margin: 20px -20px -20px;
  border-top: 1px solid #e5e5e5; }

.layerbox .foot-btn > a {
  color: #03a3ff;
  display: block;
  width: 50%;
  float: left;
  padding: 16px 0;
  line-height: 1; }

.layerbox .foot-btn > a.cancel {
  color: #ff6600;
  border-right: 1px solid #e5e5e5;
  margin-right: -1px; }

.layerbox .foot-btn > a.know-btn {
  width: 100%; }

.layerbox .is_diff_phone > h4 {
  font-size: 18px;
  margin-bottom: 5px; }

.tip-limit {
  color: #fff;
  font-size: 12px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  width: 256px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: none; }

.red-packet-dialog {
  width: 289px;
  height: 335px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999; }
  .red-packet-dialog .red-packet-content {
    width: 289px;
    height: 286px;
    border-radius: 8px;
    background: url("../../images/licai/red-packet/red-packet.png") no-repeat;
    background-size: cover; }
    .red-packet-dialog .red-packet-content .red-packet-get {
      width: 155px;
      height: 41px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 185px;
      z-index: 1;
      cursor: pointer; }
      .red-packet-dialog .red-packet-content .red-packet-get img {
        width: 100%;
        font-size: 0; }
  .red-packet-dialog .red-packet-close {
    margin: 20px auto 0;
    width: 29px;
    height: 29px;
    cursor: pointer; }

.red-packet-mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998; }

.hidden {
  display: none !important; }

html {
  font-size: 62.5%; }

body {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif; }

/*
  by tracy 
  2018-07-25
  理财3.3
  首页2.0
*/
body, html {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: #f2f2f2; }

.list-body {
  width: 100%; }
  .list-body .main-head {
    padding: 10px 10%;
    border: 1px solid #f2f2f2;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50; }
    .list-body .main-head.infomation-main-head {
      padding: 10px 0; }
    .list-body .main-head .main-head-ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-box;
      display: -moz-box;
      display: -o-box;
      display: box;
      overflow: hidden; }
      .list-body .main-head .main-head-ul > span {
        -webkit-box-flex: 2;
        -ms-box-flex: 2;
        -moz-box-flex: 2;
        -o-box-flex: 2;
        box-flex: 2;
        font-size: 1.4rem;
        color: #999;
        text-align: center;
        line-height: 2;
        width: auto;
        height: auto;
        display: initial;
        border-radius: 0;
        background: transparent;
        display: block;
        opacity: 1; }
        .list-body .main-head .main-head-ul > span:focus {
          outline: -webkit-focus-ring-color auto 0; }
        .list-body .main-head .main-head-ul > span:active, .list-body .main-head .main-head-ul > span:visited, .list-body .main-head .main-head-ul > span:focus {
          background: transparent; }
        .list-body .main-head .main-head-ul > span.swiper-pagination-bullet-active {
          color: #333;
          position: relative; }
          .list-body .main-head .main-head-ul > span.swiper-pagination-bullet-active:before {
            display: block;
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 20px;
            height: 2px;
            border-radius: 1px;
            background: #333;
            margin: 0 -10px 0; }
  .list-body .main-list-ul {
    overflow: hidden;
    background: #fff; }
    .list-body .main-list-ul.main-list-qyzx > li {
      padding: 0; }
    .list-body .main-list-ul.info-main-list-ul {
      background: transparent; }
      .list-body .main-list-ul.info-main-list-ul > li {
        padding: 0;
        margin: 0 0 8px;
        background: #fff; }
    .list-body .main-list-ul .main-list-title {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      line-height: 20px; }
    .list-body .main-list-ul .pdt-periods {
      display: inline-block;
      margin: 3px 5px 0 0;
      padding: 0 3px;
      background: #77849D;
      height: 1.4rem;
      line-height: 1.4rem;
      font-size: 1rem;
      color: #fff; }
      .list-body .main-list-ul .pdt-periods span {
        line-height: 1.4rem; }
    .list-body .main-list-ul > li {
      padding: 16px 0;
      margin: 0 16px;
      border-bottom: 1px solid #f2f2f2; }
      .list-body .main-list-ul > li:last-child {
        border-bottom: 0; }
      .list-body .main-list-ul > li > a {
        display: flex; }
    .list-body .main-list-ul .label-will {
      display: inline-block;
      margin: 3px 0 0 5px;
      padding: 0 3px;
      height: 1.4rem;
      line-height: 1.4rem;
      font-size: 1rem;
      color: #D7000F;
      border: 1px solid #D7000F;
      font-weight: normal; }
    .list-body .main-list-ul .label-newuser {
      display: inline-block;
      padding: 0 3px;
      color: #FF0000;
      font-size: 1rem;
      outline: 1px solid #D7000F;
      flex: 0 0 auto;
      margin: 3px 0 0 5px;
      font-weight: normal;
      line-height: 14px;
      height: 14px; }
    .list-body .main-list-ul .pdt-detail {
      overflow: hidden;
      position: relative; }
      .list-body .main-list-ul .pdt-detail.info-pdt-detail {
        padding: 15px 12px;
        font-size: 1.4rem;
        line-height: 1.42;
        color: #333; }
        .list-body .main-list-ul .pdt-detail.info-pdt-detail .info-detail {
          text-indent: 30px;
          text-align: justify; }
    .list-body .main-list-ul .pdt-video {
      text-align: center; }
      .list-body .main-list-ul .pdt-video > video {
        background: url("../../images/licai/index/video.png") no-repeat;
        background-size: 100% 100%;
        object-fit: fill; }
    .list-body .main-list-ul .link-to > a {
      display: inline-block;
      color: #6491E3; }
    .list-body .main-list-ul .info-pdt-detail-content {
      font-size: 1.4rem;
      color: #3B3B3B;
      line-height: 1.3; }
      .list-body .main-list-ul .info-pdt-detail-content > li {
        margin: 0 0 15px; }
        .list-body .main-list-ul .info-pdt-detail-content > li:last-child {
          margin: 0; }
    .list-body .main-list-ul .part1 > li {
      position: relative;
      padding: 0 0 0 30px; }
      .list-body .main-list-ul .part1 > li:before {
        content: '';
        background: url("../../images/licai/index/icon.png") no-repeat;
        background-size: 646px 281px;
        background-position: -154px -126px;
        display: inline-block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -8px 0 0; }
    .list-body .main-list-ul .part2 > li {
      position: relative;
      padding: 0 0 0 30px; }
      .list-body .main-list-ul .part2 > li:before {
        content: '';
        background: url("../../images/licai/index/icon.png") no-repeat;
        background-size: 646px 281px;
        background-position: -370px -126px;
        display: inline-block;
        width: 17px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -8px 0 0; }
    .list-body .main-list-ul .part3 > li {
      position: relative;
      padding: 0 0 0 30px; }
      .list-body .main-list-ul .part3 > li:before {
        content: '';
        background: url("../../images/licai/index/icon.png") no-repeat;
        background-size: 646px 281px;
        background-position: -44px -217px;
        display: inline-block;
        width: 14px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -8px 0 0; }
    .list-body .main-list-ul .part4 > li {
      position: relative;
      padding: 0 0 0 30px; }
      .list-body .main-list-ul .part4 > li:before {
        content: '';
        background: url("../../images/licai/index/icon.png") no-repeat;
        background-size: 323px 140.5px;
        background-position: -73px -104px;
        display: inline-block;
        width: 16px;
        height: 17px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -8px 0 0; }
    .list-body .main-list-ul .pdt-data-info {
      position: relative;
      color: #333;
      font-size: 1.4rem;
      margin: 16px 0 8px; }
      .list-body .main-list-ul .pdt-data-info .rate {
        width: 35%;
        color: #D7000F;
        font-size: 3.2rem;
        text-align: left;
        font-weight: bold; }
        .list-body .main-list-ul .pdt-data-info .rate .font-md {
          font-size: 1.8rem;
          font-weight: normal; }
        .list-body .main-list-ul .pdt-data-info .rate .font-large {
          font-size: 2.6rem; }
        .list-body .main-list-ul .pdt-data-info .rate .plus-small {
          font-size: 2.0rem;
          position: relative;
          bottom: 2px; }
        .list-body .main-list-ul .pdt-data-info .rate > label {
          line-height: 1.2; }
      .list-body .main-list-ul .pdt-data-info .pdt-position {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 65%; }
      .list-body .main-list-ul .pdt-data-info .pdt-position-line {
        margin: 0 5px;
        color: #DDDDDD; }
      .list-body .main-list-ul .pdt-data-info > li:nth-child(2) {
        text-align: center; }
    .list-body .main-list-ul .pdt-data-name {
      width: 100%;
      overflow: hidden;
      color: #999;
      font-size: 1.2rem; }
      .list-body .main-list-ul .pdt-data-name > li {
        width: 33.33%;
        float: left; }
        .list-body .main-list-ul .pdt-data-name > li:nth-child(2) {
          text-align: center;
          left: 33.33%; }
        .list-body .main-list-ul .pdt-data-name > li:last-child {
          text-align: right;
          left: 66.66%; }
    .list-body .main-list-ul .pdt-link-label {
      margin: 16px 0 0;
      color: #9D9D9D;
      padding: 0 0 0 15px;
      position: relative; }
      .list-body .main-list-ul .pdt-link-label:before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url("../../images/licai/index/css_sprites01.png") -4px -41px no-repeat;
        background-size: 84px 58px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 2px 0 0; }
    .list-body .main-list-ul .info-label {
      display: inline-block;
      color: #9D9D9D;
      font-size: 1.2rem;
      line-height: 1;
      margin: 0 10px 0 0;
      text-decoration: underline; }
    .list-body .main-list-ul .label-right-info {
      position: absolute;
      left: 40%;
      bottom: 0; }
    .list-body .main-list-ul .date {
      display: inline-block;
      line-height: 1.1; }
    .list-body .main-list-ul .line {
      display: inline-block;
      color: #999;
      margin: 0 10px;
      font-size: 1.2rem; }
    .list-body .main-list-ul .main-list-large-title {
      font-size: 1.8rem;
      color: #333;
      line-height: 1;
      font-weight: bold;
      display: inline-block;
      position: relative;
      z-index: 10; }
      .list-body .main-list-ul .main-list-large-title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 9px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(3, 163, 255, 0.2);
        z-index: 5; }
    .list-body .main-list-ul .icon-bj {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -40px -40px;
      display: inline-block;
      width: 21.5px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-gs {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -150px -40px;
      display: inline-block;
      width: 23px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-yj {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -261px -40px;
      display: inline-block;
      width: 18.5px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-sp {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -368px -40px;
      display: inline-block;
      width: 21px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-wy {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -581px -40px;
      display: inline-block;
      width: 24.5px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-qf {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -40px -125px;
      display: inline-block;
      width: 24.5px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-lc {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -263px -125px;
      display: inline-block;
      width: 15px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-cs {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -478px -125px;
      display: inline-block;
      width: 14.5px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-yx {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -585px -125px;
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-cp {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -262px -216px;
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-tz {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -370px -216px;
      display: inline-block;
      width: 16px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-zh {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -476px -216px;
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .icon-xy {
      content: '';
      background: url("../../images/licai/index/icon.png") no-repeat;
      background-size: 646px 281px;
      background-position: -586px -216px;
      display: inline-block;
      width: 14.5px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -9px 0 0 12px; }
    .list-body .main-list-ul .info-title {
      padding: 15px 12px 15px 42px;
      border-bottom: 1px solid #f2f2f2;
      position: relative; }
      .list-body .main-list-ul .info-title .icon-up {
        content: '';
        display: inline-block;
        width: 14px;
        height: 9px;
        background: url("../../images/licai/index/icon.png") no-repeat;
        background-size: 646px 281px;
        background-position: -479px -44px;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -4.5px 12px 0 0; }
      .list-body .main-list-ul .info-title .icon-down {
        content: '';
        display: inline-block;
        width: 9px;
        height: 14px;
        background: url("../../images/licai/index/icon-right.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -7px 12px 0 0; }
  .list-body .payment-pdt-list .main-list-ul {
    display: block; }
    .list-body .payment-pdt-list .main-list-ul .pdt-footer {
      font-size: 1.4rem;
      color: #999;
      line-height: 1.42;
      border-top: 1px solid #f2f2f2;
      padding: 8px 0; }
  .list-body .licai-pdt-list .main-list-ul {
    display: block;
    background: transparent; }
    .list-body .licai-pdt-list .main-list-ul > li {
      background: #fff;
      padding: 16px 0; }
      .list-body .licai-pdt-list .main-list-ul > li.pdt-finished {
        position: relative; }
        .list-body .licai-pdt-list .main-list-ul > li.pdt-finished .main-list-title, .list-body .licai-pdt-list .main-list-ul > li.pdt-finished .rate, .list-body .licai-pdt-list .main-list-ul > li.pdt-finished .pdt-data-info {
          color: #999; }
        .list-body .licai-pdt-list .main-list-ul > li.pdt-finished .label-newuser {
          outline: 1px solid #999;
          color: #999; }
        .list-body .licai-pdt-list .main-list-ul > li.pdt-finished:before {
          content: '';
          background: url("../../images/licai/index/css_sprites02.png") -55px -5px no-repeat;
          background-size: 176px 150px;
          display: inline-block;
          width: 40px;
          height: 36px;
          position: absolute;
          top: 60%;
          right: 0;
          margin: -20px 0 0; }
    .list-body .licai-pdt-list .main-list-ul .main-list-title {
      display: block;
      max-width: 100%; }
  .list-body .pdt-none {
    padding: 80px 0;
    text-align: center;
    background: #f2f2f2; }
    .list-body .pdt-none > img {
      width: 35%;
      margin: 0 auto 30px; }
    .list-body .pdt-none > h3.none-tips {
      font-size: 1.4rem;
      color: #666; }
  .list-body .no-data {
    font-size: 1.4rem;
    color: #666;
    padding: 80px 0;
    text-align: center; }
  .list-body .main-sell-out.main-sell-out-sell .pdt-detail {
    position: relative; }
    .list-body .main-sell-out.main-sell-out-sell .pdt-detail:before {
      content: '';
      background: url("../../images/licai/index/css_sprites02.png") -55px -5px no-repeat;
      background-size: 176px 150px;
      display: inline-block;
      width: 40px;
      height: 36px;
      position: absolute;
      top: 50%;
      right: 0;
      margin: -20px 0 0; }
  .list-body .main-sell-out.main-sell-out-cash .pdt-detail {
    position: relative; }
    .list-body .main-sell-out.main-sell-out-cash .pdt-detail:before {
      content: '';
      background: url("../../images/licai/index/css_sprites02.png") -5px -5px no-repeat;
      background-size: 176px 150px;
      display: inline-block;
      width: 40px;
      height: 36px;
      position: absolute;
      top: 50%;
      right: 0;
      margin: -20px 0 0; }
  .list-body .main-sell-out .pdt-data-info {
    color: #999; }
    .list-body .main-sell-out .pdt-data-info > .rate {
      color: #999; }
  .list-body .main-sell-out .label-newuser {
    color: #999;
    outline: 1px solid #999; }
  .list-body .main-sell-out .main-font {
    color: #999; }
  .list-body .info-main-list {
    margin: 8px 0; }
  .list-body .my-video-dimensions {
    margin: 0 auto; }
    .list-body .my-video-dimensions video {
      width: 100%; }

.head-adv {
  width: 100%;
  z-index: 0; }
  .head-adv .banner-top a {
    display: block;
    width: 100%; }
  .head-adv .banner-top img {
    width: 100%; }
  .head-adv .banner-top .swiper-container {
    overflow: hidden; }
    .head-adv .banner-top .swiper-container .swiper-pagination-bullet {
      display: inline-block;
      width: 6px;
      height: 6px;
      background: #DDDDDD;
      border-radius: 1px;
      opacity: .6;
      border-radius: 10px; }
    .head-adv .banner-top .swiper-container .swiper-pagination-bullet-active {
      background: #9D9D9D; }
    .head-adv .banner-top .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .head-adv .banner-top .swiper-container .swiper-pagination-custom, .head-adv .banner-top .swiper-container .swiper-pagination-fraction {
      bottom: 5px; }
  .head-adv .top-banner {
    position: relative;
    overflow: hidden; }
    .head-adv .top-banner .blank-area {
      z-index: 9999;
      position: absolute;
      top: 0;
      left: 0;
      width: 4rem;
      height: 4rem;
      background-color: transparent; }
  .head-adv .head-news {
    width: calc(100% - 24px);
    padding: 10px 12px;
    background: #F5E6E7;
    display: none;
    z-index: 20;
    overflow: hidden; }
    .head-adv .head-news .icon-notice {
      width: 20px;
      height: 19px;
      display: inline-block;
      float: left;
      position: relative;
      padding: 0; }
      .head-adv .head-news .icon-notice:before {
        content: '';
        background: url("../../images/licai/index/css_sprites01.png") no-repeat;
        background-size: 91px 63px;
        background-position: -54px -5px;
        display: inline-block;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -8px 0 0 0px; }
    .head-adv .head-news .icon-close {
      display: inline-block;
      width: 20px;
      height: 19px;
      float: right;
      position: relative;
      padding: 0;
      cursor: pointer; }
      .head-adv .head-news .icon-close:before {
        content: '';
        background: url("../../images/licai/index/css_sprites01.png") no-repeat;
        background-size: 91px 63px;
        background-position: -26px -45px;
        display: inline-block;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -7px 0 0 8px; }
    .head-adv .head-news a {
      display: block;
      font-size: 1.4rem;
      color: #D7000F;
      line-height: 1.42;
      width: calc(100% - 40px);
      overflow: hidden;
      float: left; }
    .head-adv .head-news .notice-scroll {
      width: fit-content;
      white-space: nowrap;
      float: left;
      line-height: 1.42; }
    .head-adv .head-news .scrollbox {
      overflow: hidden;
      width: 1000%; }

.licai-body {
  margin: 0 0 20px;
  width: auto;
  z-index: 20; }
  .licai-body .toolbox {
    background: #fff;
    padding: 16px;
    position: relative;
    margin: 0 0 8px;
    z-index: 20; }
    .licai-body .toolbox > ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-box;
      display: -moz-box;
      display: -o-box;
      display: box;
      overflow: hidden; }
      .licai-body .toolbox > ul > li {
        -webkit-box-flex: 2;
        -ms-box-flex: 2;
        -moz-box-flex: 2;
        -o-box-flex: 2;
        box-flex: 2;
        font-size: 1.4rem;
        color: #444;
        text-align: center;
        line-height: 1.42; }
    .licai-body .toolbox .tool-icon {
      position: absolute;
      top: 0;
      left: 50%;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 0 0 0 -20px; }
    .licai-body .toolbox.toolbox-nav {
      font-size: 1.2rem;
      color: #fff; }
      .licai-body .toolbox.toolbox-nav a {
        color: #fff; }
      .licai-body .toolbox.toolbox-nav li {
        padding: 20px 15px;
        text-align: left;
        width: calc( 50% - 30px); }
      .licai-body .toolbox.toolbox-nav .account-icon {
        background: url("../../images/licai/index/icon_mainicon.png") no-repeat -4px -4px;
        background-size: 148px 129px; }
      .licai-body .toolbox.toolbox-nav .assets {
        background: -moz-linear-gradient(left, #2B5EE3, #4D99E7);
        background: -webkit-linear-gradient(left, #2B5EE3, #4D99E7);
        border-radius: 5px;
        color: #fff;
        margin: 0 5px 0 0; }
      .licai-body .toolbox.toolbox-nav .newer {
        background: -moz-linear-gradient(left, #FF9C00, #FFB610);
        background: -webkit-linear-gradient(left, #FF9C00, #FFB610);
        border-radius: 5px;
        color: #fff;
        margin: 0 0 0 5px; }
      .licai-body .toolbox.toolbox-nav .my-account {
        position: relative;
        padding: 0 30px;
        font-size: 1.6rem;
        display: block; }
        .licai-body .toolbox.toolbox-nav .my-account:before {
          content: '';
          display: inline-block;
          width: 19px;
          height: 16px;
          background: url("../../images/licai/index/css_sprites02.png") -5px -129px no-repeat;
          background-size: 176px 150px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); }
        .licai-body .toolbox.toolbox-nav .my-account:after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 14px;
          background: url("../../images/licai/index/css_sprites01.png") -78px -5px no-repeat;
          background-size: 91px 63px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%); }
      .licai-body .toolbox.toolbox-nav .newer-welfare {
        position: relative;
        padding: 0 30px;
        font-size: 1.6rem;
        display: block; }
        .licai-body .toolbox.toolbox-nav .newer-welfare:before {
          content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          background: url("../../images/licai/index/css_sprites02.png") -153px -5px no-repeat;
          background-size: 176px 150px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); }
        .licai-body .toolbox.toolbox-nav .newer-welfare:after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 14px;
          background: url("../../images/licai/index/css_sprites01.png") -78px -5px no-repeat;
          background-size: 91px 63px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%); }
      .licai-body .toolbox.toolbox-nav .my-profit {
        margin: 10px 0 0;
        display: block;
        font-size: 1.2rem; }
        .licai-body .toolbox.toolbox-nav .my-profit .rate-background {
          display: inline-block;
          background: #f86225;
          width: 4.9rem;
          height: 2rem;
          border-radius: 1rem;
          text-align: center;
          font-size: 1.3rem;
          font-weight: 700; }
          .licai-body .toolbox.toolbox-nav .my-profit .rate-background span {
            line-height: 2rem; }
          .licai-body .toolbox.toolbox-nav .my-profit .rate-background .rate-number {
            font-weight: normal; }
    .licai-body .toolbox.toolbox-bar ul {
      box-shadow: 0 0 6px 0 rgba(157, 157, 157, 0.24);
      padding: 20px 0; }
    .licai-body .toolbox.toolbox-bar a {
      display: block;
      padding-top: 50px;
      position: relative;
      color: #333; }
    .licai-body .toolbox.toolbox-bar .notice-news {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0 5px 0 0;
      display: inline-block;
      width: 6px;
      height: 6px;
      background: #D7000F;
      border-radius: 10px;
      z-index: 30;
      display: none; }
    .licai-body .toolbox.toolbox-bar .notice-icon {
      background: url("../../images/licai/index/css_sprites02.png") no-repeat -100px -35px;
      background-size: 176px 150px; }
      .licai-body .toolbox.toolbox-bar .notice-icon:after {
        position: relative; }
    .licai-body .toolbox.toolbox-bar .invest-icon {
      background: url("../../images/licai/index/icon03.png") no-repeat;
      background-size: 100% 100%; }
    .licai-body .toolbox.toolbox-bar .tel-icon {
      background: url("../../images/licai/index/css_sprites02.png") no-repeat -48px -45px;
      background-size: 176px 150px; }
    .licai-body .toolbox.toolbox-bar .report-icon {
      background: url("../../images/licai/index/css_sprites02.png") no-repeat 0px -85px;
      background-size: 176px 150px; }
    .licai-body .toolbox.toolbox-bar .bank-icon {
      background: url("../../images/licai/index/css_sprites02.png") no-repeat -4px -45px;
      background-size: 176px 150px; }
  .licai-body .pdtlist {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2; }
    .licai-body .pdtlist .pdtlist-title {
      padding: 8px 0;
      margin: 0 16px;
      border-bottom: 1px solid #f2f2f2;
      position: relative; }
      .licai-body .pdtlist .pdtlist-title > .title {
        font-size: 1.8rem;
        color: #444;
        line-height: 1.42;
        font-weight: bold; }
      .licai-body .pdtlist .pdtlist-title .list-more {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        font-size: 1.2rem;
        color: #6491E3; }

.foot-copyright {
  text-align: center;
  padding: 5px 0 0;
  font-size: 1.2rem;
  color: #999; }
  .foot-copyright > a {
    display: block; }
    .foot-copyright > a > img {
      width: 100%;
      margin: 0 auto; }

@media only screen and (max-width: 320px) {
  html {
    font-size: 62.5% !important; }
  .licai-body .toolbox {
    padding: 10px; }
  .licai-body .toolbox.toolbox-nav li {
    padding: 10px 5px; }
  .licai-body .toolbox > ul > li, .list-body .main-list-ul .pdt-data-info {
    font-size: 1.2rem; }
  .list-body .main-list-ul .pdt-data-info .rate .font-large {
    font-size: 2.2rem; } }

@media only screen and (min-width: 640px) {
  html {
    font-size: 125% !important; } }

@media only screen and (min-width: 750px) {
  html {
    font-size: 150% !important; }
  body {
    line-height: 1.5rem; }
  .list-body .main-list-ul .main-list-title {
    line-height: 38px; } }

@media only screen and (min-width: 1242px) {
  html {
    font-size: 187.5% !important; } }
