html,
body {
    height: 100%;
}

.wrapper {
    width: 80%;
    min-width: 1200px;
    margin: auto;
}

.nav {
    background: none;
}

.nav-box a {
    color: #fff;
}

.nav-box li.active {
    border-color: #fff;
}

.sign-box a {
    color: #fff;
}

.outter-full-page {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    /*transition: all 700ms ease;*/
}

.section {
    overflow: hidden;
}

#fp-nav ul li a.active span {
    background-color: #d91404;
}

.section.first {
    position: relative;
}

.bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    transform-origin: 100% 0;
    transform: scaleX(0);
    z-index: 1;
}

.bg-1 {
    background-image: url(../img53/1.jpg);
}

.bg-2 {
    background-image: url(../img53/2.jpg);
}

.bg-3 {
    background-image: url(../img53/3.jpg);
}

.bg-4 {
    background-image: url(../img53/4.jpg);
}

.bg-5 {
    background-image: url(../img53/5.jpg);
}

.bg-6 {
    background-image: url(../img53/6.jpg);
}

.point {
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.point span {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.point span.active {
    background-color: #fff;
}

.bg-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 510px;
    height: 184px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
}

.bg-text p {
    position: absolute;
    left: 50%;
    top: 84px;
    width: 0px;
    height: 4px;
    background-color: #fff;
}

.bg-text span:nth-of-type(1) {
    position: absolute;
    top: -20px;
    left: 0;
    line-height: 74px;
    font-size: 74px;
    opacity: 0;
}

.bg-text span:nth-of-type(2) {
    position: absolute;
    top: 45px;
    right: 0;
    line-height: 40px;
    font-size: 34px;
    opacity: 0;
}

.bg-text span:nth-of-type(3) {
    position: absolute;
    top: 79px;
    left: 10%;
    font-size: 28px;
    word-spacing: 16px;
    opacity: 0;
}

.bg-text span:nth-of-type(4) {
    position: absolute;
    top: 128px;
    left: 23%;
    line-height: 40px;
    font-stretch: 20px;
    font-weight: 700;
    word-spacing: 4px;
    letter-spacing: 4px;
    opacity: 0;
}

.bg-text span.sina-pay {
    font-size: 50px;
}

.bg-text span.sina-text {
    font-size: 20px;
}

.bg-text span.sina-text-bottom {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    left: 0;
    text-align: center;
}

.info-card {
    display: none;
    position: absolute;
    top: 50%;
    right: 100px;
    width: 284px;
    height: 380px;
    margin-top: -190px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    z-index: 3;
}

.info-title {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.rate-number {
    margin-bottom: 15px;
    color: #d91404;
    line-height: 41px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.info-text {
    margin: 0 35px;
    font-size: 24px;
}

.info-text span {
    color: #d91404;
    line-height: 41px;
    font-size: 38px;
}

.choose-us {
    margin: 0 35px;
    font-size: 15px;
}

.choose-us span {
    color: #d91404;
}

.btn-box {
    text-align: center;
}

.btn-box .btn {
    width: 60%;
    margin: 10px 0;
    font-size: 18px;
}

.bottom-icon {
    position: absolute;
    left: 0;
    bottom: -117px;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
    z-index: 3;
}

.icon-item {
    position: relative;
    display: inline-block;
    margin: 0 70px;
    bottom: -111px;
}

.icon-item img {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    transition: transform 300ms ease;
}

.icon-item img:hover {
    transform: translate3d(0, -5px, 0);
}

.icon-item img.green:hover {
    -webkit-filter: drop-shadow(0px 5px 5px #54cb00);
    filter: drop-shadow(0px 5px 5px #54cb00);
}

.icon-item img.blue:hover {
    -webkit-filter: drop-shadow(0px 5px 5px #0266f2);
    filter: drop-shadow(0px 5px 5px #0266f2);
}

.icon-item img.yellow:hover {
    -webkit-filter: drop-shadow(0px 5px 5px #ffc800);
    filter: drop-shadow(0px 5px 5px #ffc800);
}

.icon-item img.light:hover {
    -webkit-filter: drop-shadow(0px 5px 5px #34cc9b);
    filter: drop-shadow(0px 5px 5px #34cc9b);
}

.icon-item img.purple:hover {
    -webkit-filter: drop-shadow(0px 5px 5px #5e46d8);
    filter: drop-shadow(0px 5px 5px #5e46d8);
}

.feature {
    display: block;
    margin: auto;
    font-weight: 700;
    font-size: 21px;
}

.feature.green {
    color: #54cb00;
}

.feature.blue {
    color: #0266f2;
}

.feature.yellow {
    color: #ffc800;
}

.feature.light {
    color: #34cc9b;
}

.feature.purple {
    color: #5e46d8;
}

.number-box {
    padding: 20px 0;
    margin-top: 75px;
    background-color: #fff;
    text-align: center;
}

.number-item {
    display: inline-block;
    width: 24%;
    white-space: nowrap;
}

.number-item h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.number-item h4 {
    font-size: 30px
}

.borrow {
    color: #16a085;
}

.lend {
    color: #fa6374;
}

.mumber {
    color: #ff6d01;
}

.trade {
    color: #ff0000;
}

.investment {
    margin-top: 20px;
    background-color: #fff;
}

.investment-header {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
}

.investment-header h2 {
    font-size: 24px;
    font-weight: 400;
}

.count {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
    background-color: #6b03ce;
    text-align: center;
    font-size: 19px;
    color: #fff;
    border-radius: 50%;
}

.investment-header a {
    font-size: 21px;
}

.investment-list {
    /*padding: 0 35px;*/
}

.investment-item {
    position: relative;
    width: 100%;
    height: 170px;
    padding: 0 35px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    background-color: #fff;
    transition: transform 300ms ease;
    box-sizing: border-box;
}

.investment-item:hover {
    transform: scale(1.015);
    box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.investment-img {
    display: inline-block;
    width: 19%;
    height: 100%;
}

.investment-img img {
    width: 150px;
    height: auto;
    margin-top: 10px;
}

.investment-info {
    display: inline-block;
    width: 45%;
    height: 130px;
    margin-top: 10px;
}

.investment-detail {
    width: 100%;
    height: 70px;
    margin-top: 35px;
}

.level {
    display: inline-block;
    width: 33%;
}

.level-img {
    display: block;
    width: 65px;
    text-align: center;
}

.level img {
    width: 46px;
    height: 46px;
}

.investment-info-title {
    display: block;
    color: #919191;
    margin-top: 10px;
}

.income {
    display: inline-block;
    width: 33%;
}

.income-percent {
    display: inline-block;
    width: 80px;
    font-size: 30px;
    color: #d91404;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}

.income-percent span {
    font-size: 20px;
}

.time {
    display: inline-block;
    width: 32%;
}

.days {
    display: inline-block;
    line-height: 40px;
    color: #646464;
    text-align: center;
    font-size: 17px;
}

.days span {
    font-size: 27px;
}

.progress {
    display: inline-block;
    width: 25%;
}

.tags {
    margin-top: 10px;
}

.tag {
    display: inline-block;
    padding: 0 5px;
    color: #d91404;
    border: 1px solid #d91404;
    border-radius: 3px;
    font-size: 13px;
}

.progress-box {
    position: relative;
    width: 100%;
    height: 10px;
    margin: 40px 0;
    border-radius: 5px;
    background-color: #eaeaea;
}

.current-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 10px;
    border-radius: 5px;
    background-color: #d91404;
}

.progress-text {
    margin-top: 3px;
    color: #919191;
}

.state-btn {
    display: inline-block;
    width: 9%;
}

.state-btn .btn {
    margin-top: 55px;
    box-sizing: border-box;
}

.third {
    background: no-repeat center;
    background-size: contain;
    background-image: url(../img53/app-bg.png);
}

.third-box {
    width: 940px;
    margin: auto;
}

.app-title {
    margin: auto;
    font-size: 24px;
}

.app-tip {
    margin: auto;
    font-size: 20px;
}

.app-box {
    margin: 10px auto 0 auto;
}

.code-box {
    margin: 60px 0 0 30px;
}

.code-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.code-img {
    margin-top: 50px;
}

.options {
    display: none;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 2;
}

.options .iconfont {
    font-size: 40px;
}

.options .fixed-option {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #ff6f6f;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.option-text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 65px;
    font-size: 20px;
    color: #fff;
    background-color: #d91404;
    text-align: center;
}

.options .fixed-option:hover .option-text {
    display: block;
}

.service {
    margin-bottom: 1px;
}

.tel {
    margin-bottom: 1px;
}

.tel:hover .tel-number {
    display: block;
}

.tel-number {
    display: none;
    position: absolute;
    top: 0;
    left: -140px;
    width: 140px;
    line-height: 65px;
    text-align: center;
    background-color: #fff;
    color: #000;
}

.back-top {
    margin-top: 65px;
}

.back-top .option-text {
    height: 100%;
    line-height: 32px;
}

.download:hover .download-img {
    display: block;
}

.download-img {
    display: none;
    position: absolute;
    top: 0;
    left: -140px;
    width: 140px;
    height: 150px;
    line-height: 15px;
    background-color: #fff;
    text-align: center;
}

.download-img img {
    display: inline-block;
    width: 90%;
}

.download-tip {
    width: 100%;
    text-align: center;
    color: #000;
}

.rank-box {
    width: 100%;
}

.rank {
    float: left;
    width: 32%;
    background-color: #fff;
    box-sizing: border-box;
    transition: box-shadow 400ms ease;
}

.rank:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.rank-money {
    margin-left: 2%;
}

.rank-score {
    margin-left: 2%;
}

.rank-head {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

.rank-title {
    font-size: 24px;
    font-weight: 400;
}

.rank-title-btn {
    font-size: 18px;
    cursor: pointer;
}

.rank-title-btn.active {
    color: #d91404;
}

.rank-item {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    box-sizing: border-box;
}

.rank-number {
    width: 9%;
    text-align: center;
    background: no-repeat center 5px;
    background-size: contain;
    color: #fff;
    font-size: 20px;
}

.rank-name {
    width: 31%;
    text-align: center;
    color: #808080;
    font-size: 22px;
}

.rank3 {
    text-align: center;
    color: #808080;
    font-size: 16px;
}

.rank4 {
    text-align: right;
    color: #808080;
    font-size: 16px;
}

.rank-investment .rank3 {
    width: 24%;
}

.rank-investment .rank4 {
    width: 33%;
}

.rank-money .rank3 {
    width: 36%;
}

.rank-money .rank4 {
    width: 22%;
}

.rank-score .rank3 {
    width: 30%;
}

.rank-score .rank4 {
    width: 27%;
}

.news {
    float: left;
    padding: 0 20px 20px 20px;
    margin-top: 50px;
    background-color: #fff;
    box-sizing: border-box;
    transition: box-shadow 400ms ease;
}

.news:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.news-head {
    width: 100%;
    height: 70px;
    line-height: 70px;
}

.news-type {
    font-size: 24px;
    font-weight: 400;
}

.news-company {
    width: 66%;
}

.news-media {
    width: 32%;
    margin-left: 2%;
}

.news-item {
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
}

.news-item:hover {
    color: #d91404;
}

.news-title {
    float: left;
    position: relative;
    width: 75%;
    font-size: 14px;
    text-indent: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-title:before {
    position: absolute;
    top: 5px;
    left: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d91404;
}

.news-time {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 26px;
}

.news-list-company .news-item {
    float: left;
    width: 50%;
}

.news-list-media .news-item {
    float: left;
    width: 100%;
}

.news-btn {
    cursor: pointer;
    font-size: 18px;
}

.info-box {
    float: left;
    width: 47.5%;
    background-color: #fff;
}

.info-box.help-info {
    margin-left: 5%;
}

.info-head {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    background-color: #ec8981;
    box-sizing: border-box;
    color: #fff;
}

.info-type {
    font-size: 24px;
    font-weight: 400;
}

.info-btn {
    cursor: pointer;
    color: #fff;
}

.info-item {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.info-item h2 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-indent: 20px;
}

.info-item h2:before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 15px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.site-info .info-item h2:before {
    border: 2px solid #54cb00;
}

.help-info .info-item h2:before {
    border: 2px solid #6c65b2;
}

.info-time {
    color: #808080;
    font-size: 12px;
}

.parter-box {
    padding: 20px;
    margin-top: 50px;
    box-sizing: border-box;
    background-color: #fff;
}

.parter-box h1 {
    font-size: 26px;
    font-weight: 400;
}

.parter-list {
    width: 100%;
    text-align: justify;
}

.parter-list .img-box {
    float: left;
    width: 25%;
    display: inline-block;
}

.parter1 {}

.parter2 {}

.parter3 {}

.parter4 {
    text-align: right;
}

.parter-list img {
    width: auto;
    height: auto;
}

.footer {
    height: auto;
    padding-top: 10px;
    margin-top: 50px;
}

.footer .copy-right {
    padding-bottom: 0;
}
