html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    font-family: PingFangSC-Light;
    color: #222;
}

html {
    font-size: 62.5%;
}
a,
a:visited {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #999; 
} 
i,em{
    font-style: normal;
}

.pages {
    /* background: #F8F8F8; */
    height: 100vh;
}

.redbg {
    background: url("https://image.bitautoimg.com/yc-h5/loan/redbg@3x.png") no-repeat center -9rem;
    background-size: 100% 38.9rem;
    position: relative;
}

.header {
    height: 2rem;
    line-height: 2rem;
    color: #FFFFFF;
    margin-bottom: 2.8rem;
    padding: 2rem 2rem 0;
    box-sizing: content-box;
}

.header span {
    font-size: 2.2rem;
}

.header a.selfInfo {
    font-size: 1.2rem;
    background: url("https://image.bitautoimg.com/yc-h5/loan/ico_edit@3x.png") no-repeat 0 center;
    background-size: 1.2rem auto;
    padding-left: 1.5rem;
    color: #fff;
    text-decoration: none;
    margin-left: 1.2rem;
    display: none;
}

.loanInfo {
    position: relative;
    color: #FFFFFF;
    margin-bottom: 4rem;
    padding: 0 2rem
}

.loanInfo .tit {
    font-size: 1.4rem;
}

.loanInfo .num {
    height: 6.8rem;
    line-height: 6.8rem;
    font-size: 6rem;
    font-family: AvenirNextCondensed-DemiBold;
}

.loanInfo .note {
    font-size: 1.2rem;
}

.loanListTit {
    font-size: 1.4rem;
    color: #fff;
    padding: 0 2rem;
    margin-bottom: 0.8rem;
    position: relative;
}

.loanList {
    padding: 0 2rem;
    /* min-height: 44rem; */
    position: relative;
}

.loanList ul {
    background: #fff;
    border-radius: 16px;
}

.loanList li {
    box-shadow: 0 0 24px 0 rgba(34, 34, 34, 0.04);
    border-radius: 16px;
    background: #fff;
    position: relative;
    padding: 2rem;
    margin-bottom: 2rem;
}

.loanList li h2 {
    font-family: PingFangSC-Medium;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.loanList h2 span {
    margin-right: 10px;
}

.loanList h2 i {
    font-family: PingFangSC-Light;
    font-style: normal;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4rem;
    margin-right: 4px;
    border-radius: 0.2rem;
    font-weight: normal;
}

.loanList h2 i.blue {
    background: rgba(51, 119, 255, 0.1);
    color: #3377FF;
}

.loanList h2 i.red {
    background: rgba(255, 75, 59, 0.1);
    color: #FF4B3B;
}

.loanList li p {
    font-size: 1.4rem;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loanList li .apply {
    position: absolute;
    top: 40%;
    right: 2rem;
    z-index: 4;
    background: #FF4B3B;
    border-radius: 1.6rem;
    padding: 0.5rem 0;
    width: 7.5rem;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
    border: 0;
    margin-top: -5px;
}


/*@media screen and (max-width: 375px) {*/


/*.loanList li .apply {*/


/*height: 2.5rem;*/


/*line-height: 2.5rem;*/


/*width: 6.5rem;*/


/*margin-top: -3px*/


/*}*/


/*}*/

@media screen and (max-width: 320px) {
    .loanList li .apply {
        padding: 0.5rem 0 !important;
        height: 2.5rem;
        line-height: 1.5rem;
        width: 6.4rem;
        margin-top: 1rem
    }
}

.orderBtn {
    text-align: center;
    float: right;
    margin-right: 1rem;
}
.orderBtn a{
    color: #fff;
}

/*@media screen and (max-height: 640px) {*/


/*.orderBtn {*/


/*text-align: center;*/


/*position: relative;*/


/*bottom:0;*/


/*left: 0;*/


/*margin-left: 0;*/


/*}*/


/*.order-icon{*/


/*display: inline-block!important;*/


/*}*/


/*}*/

.order-icon {
    display: block;
    height: 1.6rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    /* background: url("https://image.bitautoimg.com/yc-h5/loan/ico_order@3x.png") no-repeat 0 center; */
    background-size: 1.6rem auto;
    padding-left: 2rem;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.order-icon:after {
    display: block;
    content: "";
    width: 1.28rem;
    height: 1.28rem;
    background: url("https://image.bitautoimg.com/yc-h5/loan/ico_white_arrows_right@3x.png") no-repeat 0 0;
    background-size: 1.28rem auto;
    position: absolute;
    top: 0;
    right: -1.28rem;
}

.explanation {
    /* height: 3rem; */
    padding: 0.4rem 0 5rem 0;
}

.explanation p {
    display: none;
    color: #dcdcdc;
    padding: 0 2rem;
    font-size: 1rem;
    text-align: center;
}


/*订单列表*/

.orderList li {
    background: #fff;
    padding: 0 2rem;
    margin-bottom: 1.2rem;
}

.orderList h3 {
    height: 4.4rem;
    line-height: 4.4rem;
    border-bottom: 0.05rem solid #eee;
    font-size: 1.4rem;
}

.orderList h3 span {
    float: right;
}

.orderList h3 span.succ {
    color: #18BE6A;
}

.orderList .txt {
    padding: 2rem 0
}

.orderList li h4 {
    font-size: 1.8rem;
}


/*信息提交*/

.formRedbg {
    background: url("https://image.bitautoimg.com/yc-h5/loan/formRedbg@3x.png") no-repeat center -8.8rem;
    background-size: 100% 24.9rem;
}

.topInfo {
    color: #ffffff;
    font-size: 1.4rem;
    padding: 2.7rem 2rem 2.4rem 2rem
}

.topInfo em {
    font-family: AvenirNextCondensed-DemiBold;
    font-size: 3.2rem;
    font-style: normal;
}

.topInfo p {
    font-size: 1.2rem;
}

.formList {
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.formList ul {
    background: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(34, 34, 34, 0.04);
    border-radius: 1.6rem;
    padding: 0 2rem
}

.formList li {
    padding: 2rem 0;
    border-bottom: 0.05rem solid #eee;
}

.formList li .yzm {
    font-size: 16px;
    color: #3377FF;
    position: absolute;
    right: 4rem;
    display: none;
}

.formList li:last-child {
    border-bottom: 0;
}

.formList li label {
    width: 35%;
    text-align: left;
    font-size: 1.6rem;
    display: inline-block;
}

.formList li input {
    border: 0;
    font-size: 1.6rem;
    display: inline-block;
    width: 65%;
    background: transparent;
}

.formList li input:disabled {
    cursor: no-drop;
    box-shadow: 40px 40px 40px 40px #fff inset;
    border: 1px solid #fff;
    -webkit-appearance: none;
}

.formList .note {
    font-size: 1.2rem;
    color: #ccc;
}

.yzmbox {
    display: none;
}

.formRedbg .get4s {
    display: none;
    height: 3rem !important;
}

.formRedbg .send {
    padding: 0 2rem 2rem 3.6rem;
    height: 4rem;
    line-height: 2rem;
    overflow: hidden;
}

.formRedbg .send input {
    margin-right: 3px;
    width: 2rem;
    height: 2rem;
    background: url("https://image.bitautoimg.com/yc-h5/loan/ico_controls_unchoose@3x.png") no-repeat 0 0;
    background-size: 1.6rem auto;
    border-radius: 1.6rem;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.6s;
    transition: background-color ease 0.6s;
}

.formRedbg .send input:checked {
    background: #fff;
    border: 1px solid #fff;
}

.formRedbg .send input:checked::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: transparent;
    height: 1.6rem;
    width: 1.6rem;
    background: url("https://image.bitautoimg.com/yc-h5/loan/ico_controls_choose@3x.png") no-repeat 0 0;
    background-size: 1.6rem auto;
    border-radius: 1.6rem;
}

.formRedbg .send label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 1.2rem;
}

.formRedbg .send a {
    background: url("https://image.bitautoimg.com/yc-h5/loan/ico_zhujie@3x.png") no-repeat 0 0;
    background-size: 1.2rem auto;
    color: #222;
    width: 1.5rem;
    height: 1.2rem;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.btn {
    width: 100%;
    height: 4.4rem;
    padding: 0 2rem;
    overflow: hidden;
}

.btn button {
    width: 100%;
    height: 4.4rem;
    line-height: 4.4rem;
    background: #FF4B3B;
    font-size: 1.6rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4.4rem;
    border: 0;
    cursor: pointer;
    display: none;
}

.statement {
    text-align: left;
    margin: 1.2rem 2rem;
    font-size: 1.2rem;
    color: #A7A7A7;
}

.statement a {
    color: #3377FF;
    text-decoration: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(34, 34, 34, 0.4);
    display: none;
}

.toastViewBox {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    width: 74%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: none;
}

.toastView {
    background: rgba(34, 34, 34, 0.96);
    border-radius: 16px;
    padding: 2rem 2.4rem;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
}

.dialogBox {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 110;
    width: 100%;
    margin-top: -3.1rem;
    text-align: center;
    display: none;
}

.dialogContent {
    width: 80%;
    height: 20rem;
    background: #fff;
    border-radius: 16px;
    padding: 2rem 2.4rem;
    margin: 0 auto;
    display: inline-block;
    font-size: 1.6rem;
}

.dialogContent p:nth-of-type(1) {
    margin: 2rem 0 1rem 0;
    text-align: left;
}

.dialogContent p:nth-of-type(2) {
    color: #A7A7A7;
    font-size: 1.4rem;
    margin: 0rem 0 2rem 0;
    text-align: left;
}

.dialogContent .btnBox {
    width: 100%;
    margin: 1rem 0;
}

.dialogContent .btnBox .btnCanCel,
.btnLogin {
    width: 8rem;
    height: 4rem;
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 2rem;
    line-height: 4rem;
    margin: 0 0.5rem;
}

.btnRedLogin {
    color: #fff;
    background: #FF4B3B;
}


/*没有订单*/

.noOrder {
    text-align: center;
    font-size: 1.8rem;
    background: #fff url("https://image.bitautoimg.com/yc-h5/loan/noorder@3x.png") no-repeat center 0;
    background-size: 16.7rem 15.1rem;
    margin-top: 30%;
    padding-top: 20rem;
    height: 100vh;
    display: none;
}

.noOrder p {
    font-size: 1.4rem;
    color: #646464;
}

.noOrder a {
    display: block;
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    width: 10.4rem;
    height: 4.4rem;
    line-height: 4.4rem;
    margin: 2.3rem auto;
    color: #222;
    text-decoration: none;
    font-size: 1.6rem;
}

@media screen and (max-width: 320px) {
    .formList li .yzm {
        font-size: 1.6rem;
        right: 3rem;
    }
    .send {
        padding: 0;
        text-align: center;
    }
}

/* 贷前检测 */
.btn-jc{
    position: absolute;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3rem;
    background: none;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    display: none;
}
/* 10.13增加及贷说明页 */
.top-wrap{
    height: 14.4rem;
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/topbg.png) no-repeat top center;
    background-size: 100% 100%;
    color: #fff;
}
.loan-top{
    position: relative;
    padding: 0 2.6rem;
    font-size: 1rem;
}
.loan-from{
    display: inline-block;
    position: relative;
}
.loan-from{
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/arrow.png) no-repeat right center;
    background-size: 5px auto;
    padding-right: 10px;
    margin: 1rem 0 1.2rem;
}
.note{
    position: relative;
}
.note span.sp{
    margin-right: 1.2rem;
    font-size: 1rem;
}
.note span.sp i{
    display: inline-block;
    border: 1px solid #fff;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.6rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.loan-top .num{
    margin: 0.7rem 0;
    display: block;
}

.loan-top .num span{
    line-height: 4.6rem;
    height: 4.6rem;
    font-size: 4.6rem;
    font-weight: bold;
}

.loan-top .num a {
    color: #fff;
    font-size: 1rem;
}
.box-wrap{
    margin: 1rem 1.5rem 0;
    padding: 1rem 1.4rem;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.06);
}
.box-wrap-jidai{
    padding-bottom: 2.2rem;
}
.price-area{
    display: table;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 2rem;
}
.price-txt .pt{
    color: #F84E37;
    font-size: 2.4rem;
    line-height: 3.3rem;
}
.price-txt .pb{
    color: #666;
    font-size: 1.2rem;
    padding-top: 0.9rem;
}
.price-txt{
    display: table-cell;
    text-align: center;
}
.area-r{
    width: 44%;
}
.i-box{
    padding: 2.2rem 0 0.8rem;
}
.i-box h2{
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
    color: #333;
    line-height: 2.5rem;
}
.i-box p{
    line-height: 2rem;
    color: #666;
    font-size: 1.4rem;
}
.btn-box{
    padding: 4.4rem 1.5rem 1.9rem;
}
.btn-blue{
    display: inline-block;
    border: none;
    width: 100%;
    line-height: 4.8rem;
    background-image: linear-gradient(-137deg, #1E66F0 0%, #4A87FF 100%);
    background-image: -webkit-linear-gradient(-137deg, #1E66F0 0%, #4A87FF 100%);
    background-image: -ms-linear-gradient(-137deg, #1E66F0 0%, #4A87FF 100%);
    border-radius: 4.8rem;
    font-size: 1.6rem;
    color: #FFFFFF;
}
.bottom-state{
    padding: 0 1.5rem 3rem;
    text-align: center;
    color: #B5BAC4;
    font-size: 1.2rem;
}
.bottom-state a.sa{
    text-decoration: underline;
    color: #B5BAC4;
    font-size: 1.2rem;
}
/* 贷前检测新增说明页+联合登录 */
.before-img{
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/tianxiaxiny.png) no-repeat top center;
    padding-top: 49.6%;
    background-size: 100% 100%;
}
.box-formList{
    margin-top: -1.6rem;
    padding: 0 0.6rem;
}
.box-formList li {
    padding: 1.6rem 1.4rem;
    border-bottom: 0.05rem solid #eee;
    line-height: 2.2rem;
}
.box-formList li .yzm {
    position: absolute;
    right: 4rem;
    display: none;
    padding-left: 0.9rem;
    font-size: 1.2rem;
    color: #4181FC;
    border-left: 1px solid #eee;
    height: 1.8rem;
    line-height: 1.8rem;
    margin-top: 0.2rem;
}
.box-formList li label {
    width: 30%;
    text-align: left;
    font-size: 1.4rem;
    display: inline-block;
    color: #333;
}
.box-formList li input {
    border: 0;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 2.2rem;
    width: 65%;
    background: transparent;
}
.box-formList li input:disabled {
    cursor: no-drop;
    box-shadow: 40px 40px 40px 40px #fff inset;
    border: 1px solid #fff;
    -webkit-appearance: none;
}
.box-formList .note {
    font-size: 1.2rem;
    color: #ccc;
}
.iconbox {
    padding: 1.2rem 1.6rem 0 1.4rem;
    line-height: 2rem;
}
.iconbox.rt{
    padding-top: 0 ;
    padding-bottom:2rem;
}
.iconbox label {
    margin-right: 3px;
    font-size: 1rem;
    color: #B5BAC4;
}
.iconbox input.radio{
    margin-right: 0.5rem;
    width: 12px;
    height: 12px;
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/ico-radio-default.png) no-repeat;
    background-size: 12px auto;
    /* border-radius: 1.6rem; */
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.6s;
    transition: background-color ease 0.6s;
    border: none;
}
.iconbox input.radio:checked::after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(https://image.bitautoimg.com/yc-h5/loan/img/ico-radio-selected.png);
    background-size: 12px auto; 
}
.iconbox label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 1.2rem;
}
.iconbox a {
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/ico-info.png) no-repeat right center;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    color: #222;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.btn-form-box {
    width: 100%;
    height: 4rem;
    padding: 0 1.4rem;
    overflow: hidden;
}

.btn-form-box button {
    cursor: pointer;
    display: none;
    line-height: 4rem;
    height: 4rem;
    font-size: 1.4rem;
}
.box-formList .get4s {
    display: none;
    padding-bottom: 0;
}
.box-formList .bottom-state{
    font-size: 1rem;
    padding: 1.3rem 1.4rem 2rem;
}
.info-item-box{
    padding: 2.4rem 1.5rem 0;
}
.info-item-box ul{
    display: flex;
}
.info-item-box ul li{
    flex: 1;
    text-align: center;
}
.info-item-box ul li .icon{
    display: block;
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/icon-item.png) no-repeat;
    background-size: 26px auto;
    width: 26px;
    height: 26px;
    margin: 0 auto 0.6rem;
}
.info-item-box ul li.item-xinx .icon{
    background-position: 0 -30px;
}
.info-item-box ul li.item-ming .icon{
    background-position: 0 -58px;
}
.info-item-box ul li .pt{
    color: #8B9098;
    font-size: 1.2rem;
}
.info-item-box ul li .pb{
    font-size: 1rem;
    color: #B5BAC4;
}
.bot-footer{
    padding: 2.4rem 0 1.5rem;
    font-size: 1rem;
    color: #B5BAC4;
    text-align: center;
}

/*首页*/
.self-info{
    display: inline-block;
    margin-left: 2rem;
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/icon-info.png) no-repeat left center;
    background-size: 1.2rem auto;
    padding-left: 1.6rem;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: underline;
}
a.self-order{
    float: right;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: underline;
}
.top-scroll{
    font-size: 1rem;
    margin: 0 1.5rem 1.2rem;
    line-height: 2rem;
    padding-top: 0.6rem;
}
.top-scroll .marquee-box {
    display: none;
    padding: 0 1.3rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    height: 2rem;
    overflow: hidden;
}
.top-scroll .marquee-box .marquee-span{
    float: left;
    width: 1.5rem;
    margin-right: 0.5rem;
}
.top-scroll .marquee-box .marquee-txt{
    display: block;
    margin-left: 1.5rem;
    line-height: 2rem;
    overflow: hidden;
}
#inner-marquee{
    white-space: nowrap;
    overflow: hidden;
}
#inner-marquee li{
    display: inline-block;
}
.top-scroll .s-icon{
    display: inline-block;
    margin-right: 0.5rem;
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/icon-tongz.png) no-repeat;
    background-size: 1rem auto;
    width: 1rem;
    height: 0.8rem;
}
/*糖豆*/
.loan-bean ul{
    display: flex;
}
.loan-bean ul li{
    width: 25%;
    flex: 1;
}
.loan-bean ul li .img{
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 auto 0.7rem;
}
.loan-bean ul li .img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.loan-bean ul li p{
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.7rem;
}
.banner{
    position: relative;
    margin: 1.2rem 1.5rem 0;
}
.swiper-container {
    margin-bottom: 2.6rem!important;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background: none;
    border: none;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a{
    display: block;
    width: 100%;
}
.swiper-slide img{
    display: block;
    width: 100%;
    border-radius: 2.3rem;
}
.swiper-pagination{
    width: 100%;
    bottom: -1.2rem;
}
.banner .swiper-pagination-bullet{
    width: 10px;
    height: 3px;
    border-radius: 1.5px;
    margin: 0 0.3rem;
    background: #E3E3E3;
}
.banner .swiper-pagination-bullet-active{
    background: #3477FB;
    width: 10px;
}
.list-box{
    margin: 1rem 1.5rem 0;
}
.list-box ul li{
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 13px;
}
.list-box ul li .icon-li{
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(https://image.bitautoimg.com/yc-h5/loan/img/icon-text.png);
    background-size: 65px auto;
    background-repeat: no-repeat; 
    width: 65px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
}
.title-box{
    padding: 0.8rem 0 0 0.8rem;
}
.title-box img{
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    border-radius: 5px;
}
.title-box .name{
    display: block;
    margin-left: 3.3rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    color: #666;
}
.title-box .icon{
    display: inline-block;
    padding: 0 0.6rem;
    margin-left: 0.3rem;
    font-size: 1rem;
    color: #D0B789;
    line-height: 1.5rem;
    background: #F8F7F8;
    border-radius: 2px;
}
.num-box{
    margin: 0 1.3rem 0 4.1rem;
    display: flex;
}
.num-dl{
    flex: 1;
}
.num-dl dt{
    padding-top: 0.6rem;
    color: #F63441;
    font-size: 1.4rem;
    line-height: 3.3rem;
}
.num-dl dt span{
    font-size: 2.4rem;
}
.num-dl dd{
    font-size: 1.1rem;
    color: #bababa;
}
.num-rate dt{
    color: #333333;
}

.right-box{
    position: relative;
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
}

.right-box .person {
    font-size: 1rem;
    color: #646464;
    line-height: 14px;
    margin-top: 4px;
    display: block; 
    float: right;
}

.right-box .person b {
    color: #F73234;
}

.right-box .percent {
    width: 100%;
    margin-top: 8px;
    display: block;
    box-sizing: border-box;
    float: right;
}

.right-box .percent .bar {
    position: relative;
    width:62px;
    height: 5px;
    background: #F8F8F8;
    margin-left:18px; 
    border-radius:5px; 
}

.right-box .percent .bar span {
    position: absolute;
    left: 0px;
    height: 5px;
    top: 0px;
    border-radius:5px; 
    background: linear-gradient(to left, #F62F30,#FF775A)
}

.right-box .percent p {
    font-size: 1rem;
    color: #646464;
    line-height: 14px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    display: block;
}

.btn-apply{
    color: #D0B789;
    font-size: 1.2rem;
    border: none;
    width: 81px;
    height: 29px;
    background: rgba(255,75,59,0.08);
    border-radius: 15px;
    color: #FF4B3B;
    text-align: center;
    line-height: 29px;
    display: block;
    float: right;
}

.btn-apply.middle{
    position: absolute;
    right: 0;
    height: 29px;
    top: 50%;
    margin-top: -20px; 
}

.btn-apply::after{
    content: '';
    width: 5px;
    height: 8px;
    background-image: url(https://image.bitautoimg.com/yc-h5/loan/img/icon-red-start.png);
    background-size: 5px auto;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
}

.hide{
    display: none;
}
.load-more{
    text-align: center;
    line-height: 17px;
    margin: 1.6rem 0;
    
}
.load-more a{
    padding-right: 15px;
    position: relative;
    color: #CBCBCB;
    font-size: 1.2rem;
}
.load-more a .arrow-more{
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    width: 12px;
    height: 15px;
    margin-top: 3px;
    margin-left: 4px;
}
a.close .arrow-more{
    transform: rotate(0deg);
    margin-top: -2px;
}
.arrow-more::after,.arrow-more::before{
    position: absolute;
    content: "";
    border-top: 6px #fff solid;
    border-left: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
}
.arrow-more::before{
    border-bottom: 6px #CBCBCB solid;
    right: 0;
}
.arrow-more::after{
    top: 1px; /*覆盖并错开1px*/
    right: 0;
    border-bottom: 6px #fff solid;
}
/*浮动图标*/
.fixed-float{
    position: fixed;
    z-index: 100;
    right: 0.8rem;
    bottom: 3rem;
}
.fixed-float a{
    display: block;
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/icon-float.png) no-repeat;
    background-size: 8.7rem auto;
    width: 8.7rem;
    height: 7.7rem;
}
/*loading*/
.loading{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}
.loading span{
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%,-50%);
    background: url(https://image.bitautoimg.com/yc-h5/loan/img/loading.gif) no-repeat;
    background-size: 25rem auto;
    width: 25rem;
    height: 25rem;
}
.maskload{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}
/**************首页 弹屏活动 start*****************/
.mark { position: fixed; width: 100%;height: 100%; background: rgba(0,0,0,0.7);z-index: 100; top: 0; left: 0;}
.activityModel{
    position: fixed;
    width: 295px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 16px;
    z-index: 1000;
}

.activityModel::before{
    content: '';
    background-image: url(https://image.bitautoimg.com/yc-h5/loan/img/close.png);
    background-size: 35px auto;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left:-17px; 
    pointer-events: none;
}
.activityModel .content {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}

.activityModel .content img {
    width: 100%;
    display: block;
}

.activityModel .controlPanel{
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.activityModel .controlPanel a {
     width: 180px;
     height: 44px;
     border-radius: 44px;
     text-align: center;
     display: block;
     font-size: 1.4rem;
     color: #fff;
     background-color: #FF4B3B;
     line-height: 44px;
     margin:0px auto;
   
}
/**************首页 弹屏活动 end*****************/
.alert{
    position: fixed;
    color: #fff;
    font-size: 1.2rem;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius:5px;
    padding: 10px 15px;
}

/**********************百万保险弹出提示 start************************/
.baiwan-model{
    position: fixed;
    width: 295px;
    height: 133px;
    top: 50%;
    left: 50%;
    margin-left:-148px;
    margin-top:-67px;
    z-index: 100;
    display: none;
}

.baiwan-model::after{
    content: '';
    background-image: url(https://image.bitautoimg.com/yc-h5/loan/img/close.png);
    background-size: 35px auto;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left:-17px; 
    pointer-events: none;
}

.baiwan-model .content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 133px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.baiwan-model::before{
    content: '';
    position: absolute;
    background-image: url(https://image.bitautoimg.com/yc-h5/loan/img/yixiaoche.png);
    width: 294px;
    height: 147px;
    background-size:294px auto;
    background-repeat:no-repeat;
    z-index: 1;
    left: 50%;
    margin-left:-147px;
    top: -128px;
}

.baiwan-model span { 
    width: 100%;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.baiwan-model span b {
    color: #FF4B3B;
}

.baiwan-model .lnk{
    width: 180px;
    height: 44px;
    text-align: center;
    display: block;
    margin: 20px auto 0 ;
    background-color: #FF4B3B;
    border-radius: 44px;
    line-height: 44px;
    font-size: 1.6rem;
    color: #fff;
}
/**********************百万保险弹出提示 end************************/
/***********右侧浮球 start***********/
.right-dot{
    position: fixed;
    background-image: url(https://image.bitautoimg.com/yc-h5/loan/img/yxs_dqjc.png);
    background-size: 87px auto;
    background-repeat:no-repeat;
    width: 87px;
    height: 89px;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}
/***********右侧浮球 end***********/
/***********确认提示框 start***********/
.model{
    position: fixed;
    width: 295px;
    background-color: #fff;
    border-radius:15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 3px 0 #eee;
}

.confirm-model h5 {
    font-size: 1.8rem;
    color: #222;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 18px;
}

.confirm-model span {
    font-size: 1.4rem;
    color: #222;
    text-align: center;
    display: block;
    margin-top: 4px;
    line-height: 20px;
}

.confirm-model .btns{
    width: 100%;
    height: 44px;
    display: block;
    margin-top: 24px;
}

.confirm-model .btns a {
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 1.6rem;
    color: #222;
    border: 1px solid #eee;
    display: inline-block;
    border-radius:44px;
    text-align: center;
    box-sizing: border-box;
}

.confirm-model .btns a:last-child{
    margin-left: 11px;
    color: #fff;
    background-color: #FF4B3B;
    border: 1px solid #FF4B3B;
}

/***********确认提示框 end***********/
