﻿/*!
 * landing page V1
 * author: Mr.cat 
 * date: 2016.02.28;
 */
body {
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  background-color: #fff;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.msg {
  background: url(../../images/landing/error.png) 0 2px no-repeat;
  padding-left: 22px;
  line-height: 20px;
  margin: 0 auto;
  margin-top: -5px;
  font-size: 14px;
  color: #edac7c;
  width: 264px;
  display: none;
}

.masker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 10;
}

.colse {
  display: none;
  position: absolute;
  width: 17px;
  height: 17px;
  background: #fff url(../../images/landing/close.png) center center no-repeat;
  top: -6px;
  right: -2px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.colse:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}



/* topbar
 -------------------------------------------------- */
.topbar {
  height: 75px;
  line-height: 75px;
}

.topbar .logo {
  height: 44px;
  margin: 15px 0;
}

.topbar .hotline {
  font-size: 16px;
  color: #444;
  font-weight: 200;
}

/* regist
 ------------------------------------------------ */
.regist-wrap {
  background: #7637fa url(/statics/images/land_page/banner.png) center no-repeat;
  height: 430px;
}

.register-box-left {
  display: none;
  float: right;
  left: 0;
  width: 513px;
  height: 357px;
  background: url('/statics/images/land_page/dialog_1.png') #fff 0 0 no-repeat;
  border-radius: 5px;
}

.second-dialog {
  display: none;
}

.second-dialog-left {
  float: left;
  width: 448px;
  height: 357px;
  background: url('/statics/images/land_page/dialog_2.png') #fff 0 0 no-repeat;
  border-radius: 5px;
}

.second-dialog-right {
  float: left;
  width: 396px;
  font-size: 14px;
}

.second-dialog-right .colse {
  top: 24px;
  right: 24px;
}

.second-dialog-right h5 {
  margin: 60px 0 18px 0;
  color: #949494;
}

.second-dialog-right img {
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}

.second-dialog-right p {
  color: #949494;
  text-align: center;
}

.second-dialog-right span {
  display: inline-block;
  margin-bottom: 17px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #FF6E07;
  text-align: center;
  cursor: pointer;
}

.second-dialog-right span.leave {
  margin-left: 60px;
  margin-right: 19px;
  background: #DDDDDD;
}

.second-dialog-right em {
  color: #FF6E07;
}

.register-box {
  position: relative;
  background-color: #fff;
  width: 331px;
  margin-top: 34px;
  float: right;
  border-radius: 5px;
}

.moda-box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -389px;
  margin-top: -170px;
  padding-right: 25px;
  z-index: 20;
  width: 844px;
  height: 357px;
  -webkit-animation: bounceInDown 1s;
  -moz-animation: bounceInDown 1s;
  -ms-animation: bounceInDown 1s;
  animation: bounceInDown 1s;
  background: #fff;
  border-radius: 5px;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.register-box h5 {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #949494;
  background: #F7F7F7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.register-box h5 .bank-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url(/statics/images/land_page/h5-icon.png) center center no-repeat;
}

.register-box ul {
  margin: 20px 23px 14px;
}

.register-box .clause {
  width: 282px;
  margin: 5px auto;
  font-size: 14px;
  color: #949494;

}

.register-box .clause-txt {
  background: url(/statics/images/land_page/h5_kuang.png) center center no-repeat;
  height: 20px;
  padding-left: 25px;
  display: inline-block;
  vertical-align: bottom;
}

.register-box .clause-txt01 {
  background: url(/statics/images/land_page/h5_gou.png) center center no-repeat;
  height: 20px;
  padding-left: 25px;
  display: inline-block;
}



/* .register-box .clause span {
  display: block;
  width: 13px;
  padding-top: 5px;
  margin-right: 5px;
  height: 13px;
  background: url(./images/h5_kuang.png) center center no-repeat;
}

.register-box .clause span.selected {
  background: url(./images/h5_gou.png) center center no-repeat;
} */

.register-box .clause a {
  color: #FF6E07;
  margin: 0 2px;
}

.register-box .clause a:hover {
  color: #FF6E07;
}

.register-box .uinfoinput {
  width: 285px;
  height: 39px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  margin: 14px auto 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #E2E2E2;
  font-size: 16px;
  font-weight: 100;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #E2E2E2;
  font-size: 16px;
  font-weight: 100;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #E2E2E2;
  font-size: 16px;
  font-weight: 100;
}

.register-box .uinfoinput input.txt {
  padding: 0;
  border: 0;
  width: 200px;
  height: 28px;
  margin: 4px 0 4px;
  text-indent: 1em;
  letter-spacing: 1px;
}


.register-box .img-code,
.register-box .phone-code {
  position: absolute;
}

.register-box .img-code {
  top: 9px;
  right: 9px;
}

.register-box .phone-code {
  width: 78px;
  line-height: 39px;
  right: 0;
  height: 39px;
  top: 0;
  background: #FF6E07;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}

.register-box .phone-code:hover {
  background: #D85D05;
}

.register-box .regist-btn {
  display: block;
  width: 285px;
  height: 39px;
  margin: 0 auto 14px;
  line-height: 39px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #FF6E07;
  border-radius: 2px;
}

.register-box .regist-btn:hover {
  background: #D85D05;
}

.section-title {
  color: #484848;
  letter-spacing: 0;
  text-align: center;
}

.section-title h3 {
  font-size: 26px;
  font-weight: 600;
}

.section-title h5 {
  font-size: 18px;
  font-weight: 600;
}

.section-title .under-line {
  display: inline-block;
  margin-top: 22px;
  height: 4px;
  width: 45px;
  background: #FF6E07;
}


/* 新手专享
 -------------------------------------------------- */
.our-new {
  padding-top: 70px;
  padding-bottom: 35px;
}

.our-new .pic {
  width: 347px;
  height: 336px;
  background: url(/statics/images/land_page/h5_hongbao.png) center center no-repeat;
}

.new-content {
  margin-top: 35px;
}

.new-content .content-left,
.new-content .content-right {
  float: left;
}

.new-content .content-right {
  margin-left: 25px;
  width: 826px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}

.content-right h3 {
  height: 86px;
  line-height: 86px;
  font-size: 20px;
  color: #FFFFFF;
  background: #7456FF;
  background: url(/statics/images/land_page/h5_bj.png) center center no-repeat;
  text-align: center;
}

.content-right .item-txt {
  margin: 49px 0 50px 0;
}

.content-right .item-txt div {
  float: left;
  font-size: 16px;
  color: #676767;
}

.content-right .item-txt .item-1 {
  width: 222px;
  text-align: center;
}

.content-right .item-txt .item-2 {
  width: 423px;
  font-size: 24px;
  line-height: 60px;
  color: #484848;
  text-align: center;
}

.content-right .item-txt .item-3 {
  width: 181px;
  line-height: 28px;
}

.content-right .item-txt .item-1 span {
  font-size: 32px;
  color: #FF6E07;
}

.content-right .item-txt .item-3 span {
  color: #FF6E07;
}

.content-right .btn-group {
  padding: 0 55px;
}

.content-right a {
  display: inline-block;
  width: 202px;
  height: 40px;
  margin: 0 auto;
  margin: 0 72px;
  margin-bottom: 36px;
  line-height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background: #FF6E07;
  border-radius: 2px;
}

.content-right a:hover {
  background: #D85D05;
}

/* 人人聚财介绍
 -------------------------------------------------- */
.new-user {
  padding-top: 70px;
}

.items {
  margin-top: 20px;
  background: #F6F6FB;
}

.items .container {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 53px;
}

.items .thumbnail {
  float: left;
  width: 348px;
  text-align: center;
}

.thumbnail.mid {
  margin: 0 73px;
}


.thumbnail-item {
  width: 192px;
  height: 217px;
  margin: 0 auto;
}

.thumbnail h5 {
  margin: 28px 0;
  font-size: 20px;
  color: #484848;
  line-height: 22px;
  font-weight: bolder;
}

.thumbnail p {
  font-size: 14px;
  color: #676767;
  line-height: 28px;
}

.icon-1 {
  background: url(/statics/images/land_page/h5_chatu.png) center center no-repeat;
}

.icon-2 {
  background: url(/statics/images/land_page/h5_chatu2.png) center center no-repeat;
}

.icon-3 {
  background: url(/statics/images/land_page/h5_chatu3.png) center center no-repeat;
}


/* our product
------------------------------------------------- */
.our-product {
  background: #F6F6FB;
  padding-top: 61px;
  height: 500px;
}

.products {
  margin-top: 35px;
  padding-bottom: 60px;
}

.products .thumbnail {
  float: left;
  width: 351px;
  background-color: #fff;
}

.products .thumbnail.demand {
  background: #fff url(/statics/images/land_page/h5_jiaobiao.png) top right no-repeat;
}

.products .thumbnail.mid {
  background: #fff url(/statics/images/land_page/h5_jiaobiao2.png) top right no-repeat;
}

.products .thumbnail.regular {
  background: #fff url(/statics/images/land_page/h5_jiaobiao3.png) top right no-repeat;
}

.products .caption {
  color: #444;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 36px;
}

.products .caption h5 {
  font-size: 20px;
  color: #484848;
}

.caption .rate {
  font-size: 32px;
  color: #FF6E07;
}

.caption .rate-txt {
  margin-top: 7px;
  margin-bottom: 46px;
  font-size: 14px;
  color: #7F7F7F;
}

.products .caption span,
.products p {
  display: block;
  font-size: 16px;
  color: #676767;
  line-height: 26px;
  text-align: center;
}

.products .thumbnail a {
  display: block;
  width: 202px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 36px;
  line-height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background: #FF6E07;
  border-radius: 2px;
}

.products .thumbnail a:hover {
  background: #D85D05;
}

.axy-special {
  padding-top: 65px;
  padding-bottom: 42px;
}

.axy-special img {
  margin: 50px 0 125px 0;
}

.axy-special .special-mid {
  margin-left: 82px;
  margin-right: 82px;
}

.axy-special a {
  display: block;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 22px;
  line-height: 60px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  background: #FF6E07;
  border-radius: 2px;
}

.axy-special a:hover {
  background: #D85D05;
}

.axy-special p {
  text-align: center;
  font-size: 14px;
  color: #676767;
}

footer {
  padding-top: 18px;
  background: #F6F6FB;
  height: 72px;
  overflow: hidden;
}


footer a {
  color: #4A4A4A;
}

footer p {
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #4A4A4A;
}

/**newUser.html**/
.banner-wrap {
  /* background: #ff6e07 url(./images/h5_banner.png) center no-repeat; */
  background: -webkit-linear-gradient(left, #F0C990, #FEF2E2);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #F0C990, #FEF2E2);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #F0C990, #FEF2E2);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #F0C990, #FEF2E2);
  /* 标准的语法（必须放在最后） */
  height: 400px;
}

.banner-wrap img {
  display: block;
  margin: 0 auto;
}

.new-gift {
  padding-top: 94px;
  padding-bottom: 66px;
}

.new-gift .section-title {
  margin-bottom: 77px;
}

.new-gift .content-left,
.new-gift .content-mid,
.new-gift .content-right {
  float: left;
  color: #676767;
}

.new-gift .content-left {
  width: 225px;
  text-align: center;
  font-size: 16px;
}

.new-gift .content-left a,.new-product .btn,.table a {
  display: block;
  margin-top: 23px;
  margin-bottom: 26px;
  height: 45px;
  width: 225px;
  margin:0 auto;
  background: #ff7f24;
  color: #fff;
  line-height: 45px;
}

.new-gift .content-left a:hover {
  background: #D85D05;
}

.new-product .btn:hover {
  background: #D85D05;
}
.table a:hover {
  background: #D85D05;
}
.new-gift .content-left span {
  color: #FF7F24;
}

.new-gift .content-mid {
  width: 577px;
}

.new-gift .content-mid h5 {
  margin: 35px 0 16px 0;
  font-size: 16px;
  color: #484848;
}

.new-gift .content-right {
  width: 388px;
}

.new-gift .content-right .pic {
  display: block;
  width: 295px;
  height: 154px;
  background: url(/statics/images/land_page/new_red_2888.png) 0 0 no-repeat;
}

.new-product {
  padding: 54px 0 59px;
  color: #676767;
  text-align: center;
  background: #FFF9F1;
}

.new-product .title-des {
  margin: 22px 0 48px 0;
}

.new-product .products {
  padding-bottom: 58px;
}

.new-product .products .caption {
  padding-bottom: 0;
}

.new-product .products h5 {
  margin: 42px 0;
}

.new-product .thumbnail {
  width: 206px;
}

.new-product .thumbnail.left {
  margin: 0 125px 0 125px;
}

.new-product .thumbnail.right {
  margin-right: 125px;
}

.new-product .products .rate {
  font-size: 34px;
}

.new-product .products .rate-txt {
  margin-top: 23px;
  font-size: 14px;
}

.new-product .btn {
  margin-top: 31px;
}

.new-rule {
  display: none;
  position: relative;
  padding: 30px;
  width: 368px;
  height: 425px;
  background: #FFFDFA;
  border-radius: 4px;
  color: #484848;
  text-align: left;
}

.new-rule .colse {
  display: block;
  right: 25px;
  top: 25px;
}

.new-rule h5 {
  padding-top: 15px;
  margin-bottom: 17px;
  font-size: 18px;
  color: #484848;
}

.new-rule p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
  color: #676767;
}

.new-rule.moda-box {
  position: fixed;
  margin-left: -214px;
  margin-top: -242px;
}

.table {
  padding: 65px 0;
  text-align: center;
}

.table h5 {
  margin-top: 54px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #FF7F24;
}

.table p {
  color: #676767;
  line-height: 22px;
}

.new-footer {
  background: #FFF9F1;
}

.showDialog {
  display: none;
  position: fixed;
  box-shadow: 0 0 8px 4px rgba(7, 17, 27, .1);
  z-index: 9999;
  top: 20%;
  left: 50%;
  margin-left: -327px;
  width: 654px;
  height: 500px;
  background: #fff url(/statics/images/land_page/dialogBg.png) no-repeat center 0;
  text-align: center;
}

.showDialog h3 {
  color: #4A4A4A;
  font-size: 28px;
  padding-top: 40px;
}

.showDialog_p1 {
  color: #4A4A4A;
  font-size: 14px;
  padding: 2px 0 30px;
}

.showDialog_qrcode {
  background: url(/statics/images/land_page/dialogqr.png) no-repeat center 0;
  height: 225px;
}

.showDialog_p2 {
  padding-top: 65px;
  font-size: 14px;
  color: #8D8D8D;
  width: 446px;
  margin: 0 auto;
}