.van-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.van-checkbox--disabled {
    cursor: not-allowed
}

.van-checkbox--label-disabled {
    cursor: default
}

.van-checkbox--horizontal {
    margin-right: 12px
}

.van-checkbox__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 1em;
    font-size: 20px;
    line-height: 1em;
    cursor: pointer
}

.van-checkbox__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #c8c9cc;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color
}

.van-checkbox__icon--round .van-icon {
    border-radius: 100%
}

.van-checkbox__icon--checked .van-icon {
    color: #fff;
    background-color: #1989fa;
    border-color: #1989fa
}

.van-checkbox__icon--disabled {
    cursor: not-allowed
}

.van-checkbox__icon--disabled .van-icon {
    background-color: #ebedf0;
    border-color: #c8c9cc
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
    color: #c8c9cc
}

.van-checkbox__label {
    margin-left: 8px;
    color: #323233;
    line-height: 20px
}

.van-checkbox__label--left {
    margin: 0 8px 0 0
}

.van-checkbox__label--disabled {
    color: #c8c9cc
}

.van-swipe-item {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

.van-swipe {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: grab;
    -webkit-user-select: none;
    user-select: none
}

.van-swipe__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%
}

.van-swipe__track--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.van-swipe__indicators {
    position: absolute;
    bottom: 12px;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.van-swipe__indicators--vertical {
    top: 50%;
    bottom: auto;
    left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
    margin-bottom: 6px
}

.van-swipe__indicator {
    width: 6px;
    height: 6px;
    background-color: #ebedf0;
    border-radius: 100%;
    opacity: .3;
    -webkit-transition: opacity .2s, background-color .2s;
    transition: opacity .2s, background-color .2s
}

.van-swipe__indicator:not(:last-child) {
    margin-right: 6px
}

.van-swipe__indicator--active {
    background-color: #1989fa;
    opacity: 1
}

.my-swipe[data-v-fe2371d4] {
    margin-top: -86px;
    min-height: 120px
}

.my-swipe .van-swipe-item[data-v-fe2371d4] {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box
}

.my-swipe .van-swipe-item .swp_item_box[data-v-fe2371d4] {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden
}

.my-swipe .van-swipe-item .swp_item_box img[data-v-fe2371d4] {
    display: block;
    width: 100%
}

.loan_info_con[data-v-a420a050] {
    width: 100%;
    background: #fff;
    padding: 15px;
    margin: 20px 0;
    box-sizing: border-box;
    border-radius: 5px
}

.loan_info_con p[data-v-a420a050] {
    font-size: 12px;
    color: #6b6b6b;
    letter-spacing: .7px;
    text-align: justify
}

.loan_info_con .title[data-v-a420a050] {
    color: #3a3a3a;
    text-align: justify;
    margin-bottom: 10px
}

.loan_info_con .title_bg[data-v-a420a050] {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 12px;
    z-index: 1;
    font-size: 18px;
    position: relative
}

.loan_info_con .title_bg[data-v-a420a050]:before {
    width: 100%;
    height: 10px;
    background: #e2ecff;
    content: "   ";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.contact_con[data-v-32c179fd] {
    width: 100%;
    background: #fff;
    padding: 15px;
    margin: 20px 0;
    box-sizing: border-box;
    border-radius: 5px
}

.contact_con .s_title[data-v-32c179fd] {
    margin: 10px 0;
    font-size: 14px;
    color: #333
}

.contact_con .s_title .icon[data-v-32c179fd] {
    font-size: 10px;
    margin-right: 3px
}

.contact_con p[data-v-32c179fd] {
    font-size: 14px;
    color: #777;
    padding-left: 15px
}

.contact_con .app_content[data-v-32c179fd] {
    margin-left: 15px;
    margin-bottom: 15px
}

.contact_con .app_content img[data-v-32c179fd] {
    width: 50px;
    margin-right: 30px
}

.title_center[data-v-32c179fd] {
    font-size: 18px;
    text-align: center
}