﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
p,
blockquote,
th,
td,
a {
    padding: 0;
    margin: 0;
    color: #66686d;
    text-decoration: none;
}

* {
    font: 24px/150% 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

ol,
ul {
    list-style: none outside none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

a {
    outline: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    vertical-align: top;
}

a,
img,
p {
    -webkit-touch-callout: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
html {
    width: 1080px;
    height: 100%;
    background: #f7f6f6; margin-left:auto; margin-right:auto;
}
@media (max-width:1080px) {
    body,
    html {
        width: 100%;
        height: 100%;
        background: #f7f6f6;
        margin-left: auto;
        margin-right: auto;
    }
}


/**************
    样式部分
***************/
.title{
    width: 100%;
    background: #f7f6f6;
    text-align: center;
    line-height: .85rem;
    color: #3b3b3b;
    font-size: .3rem;
}


/**banner**/
.banner{
    width: 100%;
    height: 1.67rem;
    background: #ccc;
}
.banner .mybanner{
    width: 100%;
    height: 100%;
}
.banner .mybanner .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
}



/**公告**/
.announcement{
    width: 100%;
    height: 1.02rem;
    margin: .04rem 0;
    background: #fff;
}
.announcement .myannouncement{
    width: 100%;
    height: 100%;
}
.announcement .slide{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.announcement .logo{
    width: .9rem;
    height: 100%;
    overflow: hidden;
}
.announcement .logo img{
    width: .55rem;
    height: .55rem;
    display: block;
    margin: .24rem auto 0 auto;
}
.announcement .text_box{
    flex:1;
}
.announcement .text_box .top_text{
    width: 100%;
    overflow: hidden;
    margin-top: .18rem;
}
.announcement .text_box .top_text p{
    line-height: .35rem;
}
.announcement .text_box .top_text p:nth-child(1){
    float: left;
    font-size: .22rem;
    color: #3b3b3b;
}
.announcement .text_box .top_text p:nth-child(2){
    float: right;
    font-size: .19rem;
    color: #afacac;
    margin-right: .2rem;
}
.announcement .text_box .top_text p span{
    font-size: .19rem;
    color: #484848;
}
.announcement .text_box .bottom_text{
    font-size: .19rem;
    color: #a8a5a5;
}
.announcement .text_box .bottom_text span{
    color: #fc2333;
    font-size: .19rem;
}


/* 大标题 */
.big_menu{
    width: 100%;
    background: #fff;
    margin-bottom:.04rem;
    overflow: hidden;
    padding: .16rem 0;
}
.big_menu .icon{
    width: .39rem;
    height: .49rem;
    display: block;
    float: left;
    margin-left: .33rem;
}
.big_menu p{
    float: left;
    font-size: .3rem;
    color: #3b3b3b;
    line-height: .40rem;
    margin-left: .23rem;
}
    .big_menu h1, .big_menu h2, .big_menu h3 {
        float: left;
        font-size: .3rem;
        color: #3b3b3b;
        line-height: .40rem;
        margin-left: .23rem;
    }

.mytxt {
    width: 100%;
    background: #fff;
    margin-bottom: .04rem;
    overflow: hidden;
    padding: .16rem 0;
}
    .mytxt h1 {
        width: 99%;
        float: left;
        font-size: .25rem;
        line-height: .40rem;
        margin-left: .18rem;
        color: #3C3C3C;
        font-weight:bold;
    }
    .mytxt p {
        float: left;
        font-size: .19rem;
        line-height: .30rem;
        margin-left: .18rem;
        margin-top: .22rem;
        color: #3C3C3C;
    }
        .mytxt p a {
            font-size: 12px;
            color: deepskyblue;
            margin-left:5px;
        }
    .mytxt b {
        font-size: .19rem;
        font-weight:bold;
    }

/* 三等份图 */
.img_list{
    width: 100%;
    height: 2.7rem;
    background: #fff;
    margin-bottom: .04rem;
    padding: .07rem 0;
}
.img_list .left_img{
    width:40%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: .08rem;
    overflow: hidden;
}
.img_list .left_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.img_list .right_img{
    width: 60%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: .08rem;
    overflow: hidden;
    padding-right: .08rem;
}
.img_list .right_img p{
    width: 100%;
    height: 1.23rem;
    background: red;
    overflow: hidden;
}
.img_list .right_img p img{
    display: block;
    width: 100%;
    height: 100%;
}
.img_list .right_img p:nth-child(2){
    margin-top: .1rem;
}

/* 产品列表 */
.goods_list{
    width: 100%;
    height: 1.34rem;
    margin-bottom:.04rem;
    background: #fff;
    overflow: hidden;
}
.goods_list a{
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    overflow: hidden;
}
.goods_list .logo{
    width: 1.2rem;
    height: 100%;
    overflow: hidden;
}
.goods_list .logo img{
    width: .72rem;
    height: .69rem;
    display: block;
    margin: 0 auto;
    margin-top: .3rem;
    border-radius: 10px;
}
.goods_list .text_box{
    flex:1;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.goods_list .text_box .icon{
    width: .5rem;
    height: .68rem;
    position: absolute;
    top: 0;
    right: .2rem;
    margin-top: -.08rem;
}
.goods_list .goodsname{
    font-size: .22rem;
    color: #3b3b3b;
    line-height: .4rem;
    margin-top: .12rem;
}
.goods_list .infotext{
    font-size: .19rem;
    color: #a8a5a5;
}
.goods_list .moneytext{
    overflow: hidden;
}
.goods_list .moneytext .max_money{
    width: 2.57rem;
    float: left;
    font-size: .19rem;
    color: #c0bebe;
}
.goods_list .moneytext .max_money span{
    font-size: .19rem;
    color: #318bcd;
}
.goods_list .moneytext .month_num{
    float: left;
    font-size: .19rem;
    color: #c0bebe;
}
.goods_list .moneytext .month_num span{
    font-size: .19rem;
    color: #318bcd;
}


/* 大额贷款banner */
.bigbanner{
    width: 100%;
    height: 2.25rem;
    background: #fff;
    margin-bottom: .04rem;
    padding: .05rem 0;
    overflow: hidden;
}
.bigbanner .mybigbanner{
    width: 85%;
    height: 100%;
}
.bigbanner .swiper-wrapper img{
    height: 100%;
}
.bigbanner .swiper-slide-prev img{
    width: 100%;
    height: 100%;
}
.bigbanner .swiper-slide-active{
    opacity: 0.8;
}
.bigbanner .swiper-slide-active img{
    width: 98%;
    height: 100%;
    display: block;
    margin:0 auto;
}
.bigbanner .swiper-slide-next img{
    width: 100%;
    height: 100%;
}
.bigbanner .swiper-container{
    overflow: visible;
}



/* 银行卡部分 */
.bank_list{
    width: 100%;
    background: #fff;
    margin-bottom: .04rem;
    overflow: hidden;
}
.bank_list a{
    width: 100%;
    background: #fff;
    display: flex;
    overflow: hidden;
    padding: .31rem 0;
}
.bank_list .bank_info{
    flex:1;
    height: .71rem;
    overflow: hidden;
    display: flex;
}
    .bank_list .btn, .goods_list .btn {
        width: 1.24rem;
        height: .71rem;
    }
.bank_list .btn span,.goods_list .btn span{
    width: .98rem;
    color: #0ea9f9;
    font-size: .15rem;
    border: .04rem solid #0ea9f9;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: .35rem;
    margin-top: .25rem;
}
.bank_list .logo{
    width: .72rem;
    height: .72rem;
    display: block;
    margin: 0 .17rem;
    border-radius: 50%;
}
.bank_list .bank_info>div{
    flex:1;
}
.bank_list .bank_info>div .bankname{
    font-size: .22rem;
    color: #3b3b3b;
    line-height: .4rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bank_list .bank_info>div .more_tetx{
    font-size: .2rem;
    color: #a8a5a5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/* 进度 */
.tab{
    width: 100%;
    padding: .2rem 0;
    background: #fff;
    overflow: hidden;
    margin-bottom: .04rem;
}
.tab div{
    width: 50%;
    text-align: center;
    display: block;
    float: left;
}
.tab div img{
    width: .55rem;
    height: .5rem;
}
.tab div p{
    font-size: .2rem;
}
.tab a{
    width: 50%;
    text-align: center;
    display: block;
    float: left;
}
.tab a img{
    width: .55rem;
    height: .5rem;
}
.tab a p{
    font-size: .2rem;
}


footer{
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: .15rem 0;
}
footer>div{
    font-size: 0;
    text-align: center;
    overflow:hidden;
    margin: 0 auto;
    width: 5rem;
}
footer>div img{
    font-size: 0;
    width: .48rem;
    height: .51rem;
    margin-right: .31rem;
    float: left;
    margin-top: .04rem;
}
footer>div .text{
    font-size: 0;
    float: left;

}
footer>div .text>p{
    font-size: .13rem;
    text-align: left;
    color: #606060;
    padding-left: .07rem;
}
footer>div .text>div{
    width: 1.27rem;
    border: 3px solid #606060;
    border-radius: 5px;
    overflow: hidden;
}
footer>div .text>div span{
    width: 50%;
    float: left;
    display: block;
    line-height: .28rem;
    font-size: .13rem;
    color: #606060;
    height: .28rem;
    overflow:hidden;
}
footer>div .text>div span:nth-child(2){
    background: #606060;
    color: #fff;
}
footer>div>span{
    width: .14rem;
    height: .14rem;
    background: #606060;
    float: left;
    margin-top: .23rem;
    margin-left: .18rem;
    border-radius: 50%;
}
footer>div>p{
    float: left;
    color: #606060;
    font-size: .2rem;
    line-height: .6rem;
    margin-left: .18rem;

}
footer>p{
    text-align: center;
    color: #737373;
    font-size: .14rem;
    margin-top: .08rem;
}

.love-fafa-yin {
    display: none;
}