body, div, 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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

mark {
  background: none; }

a, a:hover {
  text-decoration: none; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none; }

input, textarea, select {
  *font-size: 100%; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #888; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888; }

ul, ol {
  list-style-type: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-tap-highlight-color: transparent; }

input[type=text], input[type=submit], button, textarea {
  -webkit-appearance: none; }

i, em {
  font-style: normal; }

body {
  font-family: Arial, "Microsoft Yahei";
  font-size: .24rem;
  line-height: 1.5;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

.mb20 {
  margin-bottom: .2rem; }

.mb10 {
  margin-bottom: .1rem; }

.flex-row {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row; }

.flex-column {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%; }

.flex-hc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-vc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-hspace {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1495017075329");
  /* IE9*/
  src: url("../fonts/iconfont.eot?t=1495017075329#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff?t=1495017075329") format("woff"), url("../fonts/iconfont.ttf?t=1495017075329") format("truetype"), url("../fonts/iconfont.svg?t=1495017075329#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: .24rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header-wrapper {
  background-color: #fff;
  height: .9rem;
  position: relative;
  border-bottom: 1px solid #e7e7e7; }
  .header-wrapper .btn-back {
    display: block;
    height: .9rem;
    padding: .3rem;
    position: absolute;
    top: 0;
    left: 0; }
    .header-wrapper .btn-back:before {
      content: "";
      display: block;
      width: 0.25rem;
      height: 0.25rem;
      border-top: 0.03rem solid #f37938;
      border-left: 0.03rem solid #f37938;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .header-wrapper .header-logo {
    margin: 0 .8rem;
    height: .9rem;
    padding: .22rem 0;
    color: #f37938;
    font-size: .36rem;
    line-height: .46rem;
    text-align: center; }
    .header-wrapper .header-logo img {
      display: block;
      height: .46rem;
      width: auto;
      margin: 0 auto; }
  .header-wrapper .btn-service {
    display: block;
    height: .9rem;
    padding: .0 .25rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #f37938;
    font-size: .4rem;
    line-height: .9rem; }
    .header-wrapper .btn-service:before {
      content: "\e626"; }

.footer-wrapper {
  height: .9rem; }

.footer-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999960; }
  .footer-wrap ul {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .9rem;
    border-top: 1px solid #d9d9d9;
    background-color: #fff; }
  .footer-wrap li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }
    .footer-wrap li a {
      display: block;
      color: #666;
      font-size: .22rem;
      line-height: 1.3;
      text-align: center; }
      .footer-wrap li a:before {
        font-family: "iconfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        color: #666;
        font-size: .4rem; }
    .footer-wrap li.active a {
      color: #f37938; }
      .footer-wrap li.active a:before {
        color: #f37938; }
    .footer-wrap li.footer-home a:before {
      content: "\e61e"; }
    .footer-wrap li.footer-lc a:before {
      content: "\e620"; }
    .footer-wrap li.footer-credit a:before {
      content: "\e61f"; }
    .footer-wrap li.footer-loan a:before {
      content: "\e61d"; }
    .footer-wrap li.footer-me a:before {
      content: "\e624"; }
    .footer-wrap li.footer-home.active a:before {
      content: "\e625"; }
    .footer-wrap li.footer-lc.active a:before {
      content: "\e621"; }
    .footer-wrap li.footer-credit.active a:before {
      content: "\e623"; }
    .footer-wrap li.footer-loan.active a:before {
      content: "\e622"; }
    .footer-wrap li.footer-me.active a:before {
      content: "\e61c"; }

.menu-wrapper {
  background-color: #fff;
  padding: .25rem 0; }
  .menu-wrapper li {
    width: 25%;
    padding: .12rem .1rem;
    float: left; }
  .menu-wrapper a {
    display: block; }
  .menu-wrapper .menu-icon {
    display: block;
    width: .7rem;
    height: .7rem;
    margin: 0 auto; }
  .menu-wrapper .menu-tit {
    color: #1e1e1e;
    font-size: .24rem;
    line-height: .32rem;
    text-align: center;
    padding: .1rem 0; }

.banner-wrapper img {
  display: block;
  width: 100%;
  min-height: 1.8rem; }
.banner-wrapper .swiper-pagination-bullet {
  width: .12rem;
  height: .05rem;
  background-color: #b2b2b2;
  border-radius: 0;
  opacity: 1;
  margin: 0 .05rem !important; }
.banner-wrapper .swiper-pagination-bullet-active {
  background-color: #f37938; }
.banner-wrapper .swiper-pagination {
  bottom: .05rem; }

.products-wrapper {
  background-color: #fff; }

.products-item {
  border-bottom: 1px solid #e7e7e7;
  padding: .25rem .25rem .25rem .3rem;
  position: relative;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .products-item:last-child {
    border-bottom: none; }
  .products-item .products-left {
    width: 2.1rem;
    min-width: 2.1rem;
    max-width: 2.1rem; }
  .products-item .products-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-right: .05rem;
    padding-left: .2rem; }
  .products-item .products-btn {
    display: block;
    width: 1.3rem;
    min-width: 1.3rem;
    max-width: 1.3rem;
    border: 1px solid #f37938;
    border-radius: .08rem;
    background-color: #fff;
    color: #f37938;
    font-size: .24rem;
    line-height: .5rem;
    text-align: center; }
    .products-item .products-btn:active {
      border: 1px solid #f37938;
      background-color: #fff;
      color: #f37938; }
  .products-item .products-num {
    display: block;
    color: #f37938;
    font-size: .45rem;
    line-height: 1;
    padding: .1rem 0;
    margin-bottom: .1rem; }
    .products-item .products-num strong {
      font-size: .66rem; }
    .products-item .products-num.small {
      font-size: .35rem; }
      .products-item .products-num.small strong {
        font-size: .52rem; }
  .products-item .products-name {
    color: #1e1e1e;
    font-size: .33rem;
    line-height: 1.2;
    padding: .1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .products-item .products-desc,
  .products-item .products-text,
  .products-item .products-mark {
    font-size: .24rem;
    line-height: 1.2;
    padding: .1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .products-item .products-desc {
    color: #b2b2b2; }
  .products-item .products-text {
    color: #1e1e1e; }
  .products-item .products-mark {
    color: #f37938; }

.news-wrapper {
  background-color: #fff; }

.news-list li {
  border-bottom: 1px solid #e7e7e7;
  padding: .2rem .25rem; }
.news-list a {
  display: block;
  position: relative;
  padding-right: 2.1rem;
  height: 1.3rem; }
.news-list .news-tit {
  color: #1e1e1e;
  font-size: .32rem;
  line-height: .4rem;
  max-height: .8rem;
  overflow: hidden; }
.news-list .news-time {
  display: block;
  color: #b2b2b2;
  line-height: .3rem;
  padding-top: .2rem; }
.news-list .news-img {
  position: absolute;
  top: 0;
  right: 0; }
  .news-list .news-img img {
    display: block;
    width: 1.8rem;
    height: 1.3rem; }

.column-header {
  padding: 0 .2rem;
  position: relative;
  height: .9rem;
  line-height: .9rem;
  border-bottom: 1px solid #e7e7e7; }
  .column-header .column-tit {
    color: #1e1e1e;
    font-size: .27rem; }
  .column-header .column-more {
    color: #b2b2b2;
    font-size: .25rem;
    position: absolute;
    top: 0;
    right: .25rem; }
    .column-header .column-more:after {
      content: "";
      display: inline-block;
      width: 0.14rem;
      height: 0.14rem;
      border-top: 1px solid #b2b2b2;
      border-left: 1px solid #b2b2b2;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      position: relative;
      top: -.02rem;
      margin-left: .04rem; }

.share-banner-detail dt a:before,
.share-banner-detail dd a:before,
.share-tab-icon,
.share-news-no-icon,
.share-reward-icon:before {
  background: url(https://bstatic-img.pingan.com.cn/app_img/bbc_theme/bbc/share_icons.png?v=20171116) no-repeat;
  background-size: 3.1rem 1.4rem; }

.share-header {
  background-color: #f37938;
  height: .9rem;
  position: relative; }

.share-header-back {
  height: .9rem;
  padding: .3rem;
  position: absolute;
  top: 0;
  left: 0; }
  .share-header-back:before {
    content: "";
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    border-top: 0.04rem solid #fff;
    border-left: 0.04rem solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.share-header-tit {
  margin: 0 .8rem;
  height: .9rem;
  padding: .22rem 0;
  color: #fff;
  font-size: .36rem;
  line-height: .46rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.share-banner {
  height: 2.8rem;
  background: url(https://bstatic-img.pingan.com.cn/app_img/bbc_theme/bbc/share_banner.jpg?v=20171116) 0 0 no-repeat;
  background-size: 100% 100%;
  padding-top: .2rem;
  color: #fff; }

.share-banner-total,
.share-banner-total-no {
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0 .1rem; }

.share-banner-total {
  background: url(https://bstatic-img.pingan.com.cn/app_img/bbc_theme/bbc/share_circle.png?v=20171116) 0 0 no-repeat;
  background-size: 100% 100%; }

.share-banner-total-no {
  border: 1px solid #fff; }

.share-banner-num {
  font-size: .3rem;
  line-height: .6rem;
  height: .6rem;
  text-align: center;
  overflow: hidden; }
  .share-banner-num strong {
    font-size: .6rem; }

.share-banner-desc,
.share-banner-text {
  font-size: .26rem;
  line-height: .4rem;
  text-align: center; }

.share-banner-text {
  margin-top: .28rem; }

.share-banner-detail {
  margin-top: .28rem;
  padding: 0 .6rem;
  font-size: .3rem;
  line-height: .4rem; }
  .share-banner-detail dt,
  .share-banner-detail dd {
    max-width: 50%; }
    .share-banner-detail dt a,
    .share-banner-detail dd a {
      display: block;
      position: relative;
      padding: 0 .3rem 0 .45rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #fff; }
      .share-banner-detail dt a:before,
      .share-banner-detail dd a:before {
        content: "";
        width: .4rem;
        height: .4rem;
        position: absolute;
        top: 0;
        left: 0; }
      .share-banner-detail dt a:after,
      .share-banner-detail dd a:after {
        content: "";
        width: 0.16rem;
        height: 0.16rem;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: .12rem;
        right: .05rem; }
  .share-banner-detail dt a:before {
    background-position: 0 -.6rem; }
  .share-banner-detail dd a:before {
    background-position: 0 -1rem; }

.share-tab {
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  padding: .35rem 0;
  text-align: center; }

.share-tab-tit {
  position: relative; }
  .share-tab-tit .share-tab-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background-position: 0 0;
    margin: -.15rem auto 0 auto; }
  .share-tab-tit h2 {
    color: #f37938;
    font-size: .26rem;
    line-height: .35rem; }
  .share-tab-tit:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 0.1rem;
    height: 0.1rem;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: .32rem;
    right: -.06rem; }

.share-tab-item {
  border-left: 1px solid #dadada; }
  .share-tab-item h3 {
    color: #1e1e1e;
    font-size: .3rem;
    line-height: .35rem;
    display: inline-block;
    position: relative; }
    .share-tab-item h3.dot:after {
      content: "";
      width: .12rem;
      height: .12rem;
      background-color: #ff0c0c;
      border-radius: 50%;
      position: absolute;
      top: -.12rem;
      right: -.12rem; }
  .share-tab-item p {
    color: #666;
    font-size: .26rem;
    line-height: .35rem;
    margin-top: .1rem; }

.share-tab-link {
  display: block;
  color: #666;
  font-size: .26rem;
  line-height: .4rem;
  margin-top: .2rem; }

.share-news {
  margin-top: .2rem;
  background-color: #fff; }

.share-news-header {
  height: .8rem;
  padding: 0 2.5rem 0 .4rem;
  border-bottom: 1px solid #e7e7e7;
  position: relative; }
  .share-news-header h2 {
    color: #1e1e1e;
    font-size: .3rem;
    line-height: .8rem; }

.share-news-more {
  position: absolute;
  top: 0;
  right: .4rem;
  color: #666;
  font-size: .26rem;
  line-height: .8rem; }
  .share-news-more:after {
    content: "";
    display: inline-block;
    margin: 0 .05rem 0 .08rem;
    width: 0.17rem;
    height: 0.17rem;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

.share-news-main {
  padding: 0 .4rem .3rem .4rem;
  line-height: .4rem; }
  .share-news-main li {
    margin-top: .3rem; }

.share-news-time,
.share-news-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.share-news-time {
  width: 1.45rem;
  color: #1e1e1e;
  font-size: .26rem; }
  .share-news-time strong {
    font-size: .4rem; }

.share-news-desc {
  height: .7rem;
  padding: .15rem 0 .15rem .3rem;
  background-color: #f7f7f7;
  color: #1e1e1e;
  font-size: .28rem; }

.share-news-num {
  height: .7rem;
  padding: .15rem .2rem .15rem .1rem;
  background-color: #f7f7f7;
  color: #f37938;
  font-size: .24rem;
  text-align: right; }

.share-news-no {
  padding: .35rem 0; }

.share-news-no-icon {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
  background-position: -.6rem 0; }

.share-news-no-desc {
  color: #b2b2b2;
  font-size: .3rem;
  text-align: center;
  margin-top: .2rem; }

.share-reward {
  padding: .3rem .2rem .25rem .2rem; }
  .share-reward li {
    position: relative; }

.share-reward-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.2rem rgba(243, 121, 56, 0.2);
  padding: .15rem; }
  .share-reward-icon:before {
    content: "";
    display: block;
    width: .7rem;
    height: .7rem; }

.share-reward-icon01:before {
  background-position: -1.7rem 0; }

.share-reward-icon02:before {
  background-position: -2.4rem 0; }

.share-reward-icon03:before {
  background-position: -1.7rem -.7rem; }

.share-reward-text {
  color: #666;
  font-size: .26rem;
  line-height: 1.2;
  text-align: center;
  margin-top: .25rem;
  padding: 0 .1rem; }

.share-reward-arrow {
  width: .96rem;
  position: absolute;
  top: .5rem;
  right: -.48rem; }
  .share-reward-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-top: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid #f37938;
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.share-reward-arrow01 {
  border-bottom: 1px solid #f37938; }

.share-reward-arrow02 {
  border-bottom: 1px dashed #f37938; }

/*# sourceMappingURL=index.css.map */
