.carrier-details-content-basic{
    margin-bottom: 20px;
}
.carrier-details-standard.no-border{
    border-bottom: none;
    padding: 18px 0 60px 0;
}

.installments{
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
.installments-header{
    color: #999;
}
.installments span{
    width: 205px;
    display: inline-block;
}
.installments .installments-number{
    width: 120px;
    display: inline-block;
}

.see-all{
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #d50000;
    width: 130px;
    margin-bottom: 60px;
    cursor: pointer;
}
.see-all img{
    width: 140px;
}
.see-all .see-hover{
    display: none;
}
.see-all:hover img{
    display: none;
}
.see-all:hover .see-hover{
    display: inline-block;
}
.verify-qrcode{
    width: 362px;
    padding: 20px;
    margin-top: 20px;
    background-color: #ffffff;
}
.verify-qrcode .qrcode {
    display: block;
    max-width: 120px;
    margin: 0 auto;
}
.related-data{
    width: 425px;
    float: left;
}
.related-completion{
    margin-right: 35px;
}
.success-btn{
    margin-bottom: 50px;
}
.success-btn p {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    background: #d50000;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
}

.encrypt-star{
    width: 36px;
    float: left;
    margin-top: 12px;
    margin-right: 2px;
}
.carrier-one-line{
    padding: 0;
}
.carrier-one-line p.span{
    width: 100px;
}