/*权益采购*/
.purchase {
    position: relative;
    width: 7.5rem;
    height: 18.29rem;
    background: url("../images/home.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.purchase_toBtn {
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    bottom: 1.9rem;
    left: 0.43rem;
}

.purchase_toBtn2 {
    left: 3.7rem;
}


/* 设置单选框的尺寸 */
.formModal .all[type=checkbox] {
    width: .25rem;
    height: .25rem;
}

/* 移除默认样式 */
.formModal .all[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 自定义样式 */
.formModal .all[type=checkbox]:before {
    content: '';
    display: block;
    width: .25rem;
    height: .25rem;
    background-color: #f1f1f2;
    border: 1px solid #aaaaaa;
    border-radius: 0.04rem;
    box-sizing: border-box;
}

/* 鼠标覆盖时的样式 */
.formModal .all[type=checkbox]:hover:before {
    border-color: #aaaaaa;
}

/* 选中时的样式 */
.formModal .all[type=checkbox]:checked:before {
    content: '✔';
    display: block;
    color: #0f9154;
    font-size: 0.28rem;
    background-color: #f1f1f2;
    text-align: center;
    line-height: .25rem;
}

/* 禁用时的样式 */
.formModal .all[type=checkbox]:disabled:before {
    border-color: #ccc;
    background-color: #f1f1f2;
    color: #ccc;
}

.application-card {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: #F8F8F8;
    overflow: hidden;
    box-sizing: border-box;
}

.application-card .header-top {
    width: 100%;
    height: 0.56rem;
    box-sizing: border-box;
}

.application-card .header {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-sizing: border-box;
}

.application-card .header .title {
    text-align: center;
    font-weight: 500;
    font-size: 0.32rem;
    color: #2A2A2A;
    line-height: 1.6em;
}

.application-card .header .left-arrow {
    position: absolute;
    left: 0.24rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.34rem;
}

.application-card .swiper-con {
    position: relative;
    padding: 0 0.24rem;
    width: 7.5rem;
    height: 100%;
    box-sizing: border-box;
}

.application-card .swiper-con .title {
    margin: 0.2rem 0 0.4rem;
    width: 100%;
    font-size: 0.32rem;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 1.6em;
}

.application-card .swiper-con .swiper {
    width: 100%;
    height: 100%;
}

.application-card .swiper-con .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 4.68rem !important;
    height: 2.94rem;
    /* 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;
}

.application-card .swiper-con .swiper-slide img {
    display: block;
    width: 4.68rem;
    height: 2.93rem;
    object-fit: cover;
}

.recommend-con {
    margin: 0.62rem auto 0.24rem;
    box-sizing: border-box;
    overflow: hidden;
}

.recommend-con .title {
    margin: 0 0.24rem 0.16rem;
    width: 100%;
    font-size: 0.32rem;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 1.6em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.recommend-introduce {
    margin: 0 0.16rem;
    width: 7.2rem;
    overflow: hidden;
    box-sizing: border-box;
}

.application-card-btn {
    margin: 0 auto 0.64rem;
    width: 6.98rem;
    height: 1rem;
    line-height: 1.6em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.34rem;
    font-weight: 500;
    background: #5B99F7;
    border-radius: 0.6rem;
    opacity: 1;
}

.formModal {
    display: none;
    position: fixed;
    top: 3.94rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 5.58rem;
    height: 6.66rem;
    background: #F8F8F8;
    z-index: 1111;
}

.formModal::before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -0.2rem;
    width: 0.22rem;
    height: 6.66rem;
    border-radius: 0.2rem 0 0 0.2rem;
    background: -webkit-radial-gradient(0.4rem at left, transparent 45%, #F8F8F8 50%);
    background: radial-gradient(0.4rem at left, transparent 45%, #F8F8F8 50%);
}

.formModal::after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -0.2rem;
    width: 0.22rem;
    height: 6.66rem;
    border-radius: 0 0.2rem 0.2rem 0;
    background: -webkit-radial-gradient(0.4rem at right, transparent 45%, #F8F8F8 50%);
    background: radial-gradient(0.4rem at right, transparent 45%, #F8F8F8 50%);
}

.formModal .form {
    padding: 0.82rem 0.28rem 0.56rem;
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.formModal .form .title {
    text-align: center;
    font-size: 0.36rem;
    color: #5c9af8;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.formModal .form .form-label {
    position: relative;
    margin-bottom: 0.26rem;
    display: block;
    overflow: hidden;
    height: 0.8rem;
    width: 100%;
    box-sizing: border-box;
}

.formModal .form .form-input {
    padding-left: 0.2rem;
    height: 0.8rem;
    width: 100%;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    text-align: left;
    background: #ededed;
    box-sizing: border-box;
}

.form-captcha {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.24rem;
    font-weight: 500;
    color: #5c9af8;
}

.formModal .form-label-all {
    color: #000000;
    font-size: 0.24rem;
    line-height: 1.6em;
    font-weight: 500;
}

.formModal .form-label-all .privacyClick {
    color: #5c9af8;
    font-size: 0.22rem;
}

.formModal .formBtn {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.6rem;
    text-align: center;
    font-size: 0.36rem;
    color: #ffffff;
    font-weight: 500;
    background: #5c9af8;
}

.formModal .form-hint {
    margin: 0.2rem auto;
    width: 4.2rem;
    padding-bottom: 0.1rem;
    color: #f53400;
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #f53400;
}

.formModal .close {
    margin: 0.36rem auto 0;
    width: 0.7rem;
    height: 0.7rem;
}

.application-card .creditCard-con {
    margin-bottom: 0.4rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.creditCard-con .creditCard-img {
    margin: 0.42rem auto 0.2rem;
    width: 2.65rem;
    height: 1.65rem;
}

.creditCard-con .title {
    margin: 0 auto;
    text-align: center;
    font-size: 0.3rem;
    color: #2a2a2a;
    line-height: 1.6em;
}

.creditCardForm {
    position: relative;
    margin: 0 0.24rem;
    padding: 0.4rem 0.34rem;
    overflow: hidden;
    border-radius: 0.1rem;
    background: #ffffff;
    box-sizing: border-box;
}

.creditCardForm .form-label {
    margin: 0.2rem 0;
    display: flex;
    align-items: center;
    height: 0.5rem;
    box-sizing: border-box;
}

.creditCardForm .form-label span {
    color: red;
}

.creditCardForm .form-label .form-label-left {
    width: 1.8rem;
    color: #666666;
    font-size: 0.3rem;
    font-weight: 500;
}

.creditCardForm .form-label .form-input {
    font-size: 0.3rem;
    color: #333333;
    font-weight: 500;
}

.creditCardRadio {
    margin: 0.24rem;
    position: relative;
    padding: 0.34rem;
    border-radius: 0.1rem;
    background: #ffffff;
    box-sizing: border-box;
}

.creditCardRadio .title {
    width: 100%;
    color: #000000;
    font-size: 0.3rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.creditCardRadio .radio-con {
    margin-top: 0.72rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.creditCardRadio .radio-btn {
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.3rem;
    color: #ffffff;
    font-weight: 500;
    background: #d1d1d1;
    border-radius: 0.6rem;
}

.creditCardRadio .radio-btn.radio {
    background: #5c9af8;
}

.application-card .next-step-btn {
    margin: 0 0.24rem 0.84rem;
    height: 0.84rem;
    line-height: 0.84rem;
    text-align: center;
    background: #d1d1d1;
    font-size: 0.3rem;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0.6rem;
}

.submitSuccess {
    padding: 0.9rem 0.4rem 0;
    position: relative;
    box-sizing: border-box;
}

.submitSuccess p {
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}

.submitSuccess .title {
    font-size: 0.3rem;
    font-weight: 500;
    text-align: center;
    color: #666666;
}

.submitSuccess .successImg {
    width: 1rem;
    height: 1rem;
    margin: 0.3rem auto 0;
}

.submitSuccess .hint {
    margin: 0.64rem 0.2rem 0;
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
}

.submitSuccess .text {

}

.submitSuccess .toBtn {
    margin: 0.5rem auto;
    width: 100%;
    height: 2rem;
}
