.hear-logo {
    text-align: center;
    margin: .8rem auto 1.0667rem;
}

.hear-logo img {
    width: 6.386666666666667rem;
}

.form-out {
    margin: 0.0266666666666667rem auto 0.8533333333333334rem;
    padding: 0 1.0666666666666667rem;
}

.form-out-real {
    margin: 0.0266666666666667rem auto 0.8533333333333334rem;
    padding: 0 0.4rem;
}
.form-div {
    border-bottom: 0.02666666666666667rem solid #f6f6f6;
    /* height: 1.4533333333333334rem; */
    padding: .5333rem 0 .2667rem 0;
    height: 1.3333rem;
}
.form-input {
    width: 60%;
    font-size: 0.4rem;
    /* line-height: 0.4rem; */
    line-height: .5333rem;
    border: none;
    color: #333333;
}

.form-lable {
    width: 40%;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: right;
    float: right;
    font-size: .3467rem;
    /* color: #dbdbdb; */
    color: #5D98FF;
}

.form-lable > img {
    width: 2.32rem;
    height: 0.9866666666666667rem;
    border:none;
    border-radius: 0.08rem;
    position: relative;
    top:-0.25rem;
}
.height-74{
    height: 0.9866666666666667rem;
}

.but-submit {
    text-align: center;
}

.submit-y:disabled {
    color: rgb(213, 213, 213) !important;
    background: url("/weService/service/images/@2x/button-1-gray@2x.png") no-repeat center !important;
    background-size: 8.4rem !important;
}
.submit-y {
    font-size: 0.4266666666666667rem;
    width: 8.4rem;
    height: 1.2rem;
    margin: auto;
    border: none;
    color: #fff;
    background: url("/weService/service/images/@2x/button-1@2x.png") no-repeat center;
    background-size: 8.4rem;
    
}

[data-dpr="2"] .submit-y {
    font-size: 0.4266666666666667rem;
    width: 8.4rem;
    height: 1.2rem;
    margin: auto;
    border: none;
    color: #fff;
    background: url("/weService/service/images/@2x/button-1@2x.png") no-repeat center;
    background-size: 8.4rem;
    
}

[data-dpr="3"] .submit-y {
    font-size: 0.4266666666666667rem;
    width: 8.4rem;
    height: 1.2rem;
    margin: auto;
    border: none;
    color: #fff;
    background: url("/weService/service/images/@2x/button-1@2x.png") no-repeat center;

    background-size: 8.4rem;
    
}

.clause {
    text-align: center;
    margin-top: .5333rem;
    margin-bottom: .8rem;
    font-size: 0.32rem;
    color: #dbdbdb;
}

#logoinForm{
    /* margin-top: .72rem; */
}
/*ͬ点击表示同意*/
.item {
    text-align: center;
    margin: 0.5333333333333334rem auto 0.6666666666666666rem;
}

.accept {
    display: inline-block;
    margin: auto;
    width: 6rem;
    padding: 0.013333333333333334rem 0 0.013333333333333334rem 0.44rem;
    background: url("/weService/service/images/@2x/selec-no@2x.png") no-repeat top left;
    background-size: 0.4rem;
    background-size: 0.4266666666666667rem;
    font-size: 0.32rem;
    color: #a9a9a9;
}

[data-dpr="2"] .accept {
    display: inline-block;
    margin: auto;
    width: 6rem;
    padding: 0.013333333333333334rem 0 0.013333333333333334rem 0.44rem;
    background: url("/weService/service/images/@2x/selec-no@2x.png") no-repeat top left;
    background-size: 0.4rem;
    background-size: 0.4266666666666667rem;
    font-size: 0.32rem;
    color: #a9a9a9;
}

[data-dpr="3"] .accept {
    display: inline-block;
    margin: auto;
    width: 6rem;
    padding: 0.013333333333333334rem 0 0.013333333333333334rem 0.44rem;
    background: url("/weService/service/images/@3x/selec-no@3x.png") no-repeat top left;
    background-size: 0.4rem;
    background-size: 0.4266666666666667rem;
    font-size: 0.32rem;
    color: #a9a9a9;
    
}


.bg-arrow {
    width: 100%;
    background: url('/weService/service/images/svg/arrow.svg') no-repeat right center;
}

input::placeholder {
    color: #a8a8a8;
}
 

/* 个人企业 切换 */
.toggleContanier{
    display: flex;
    justify-content: center;
    align-items: center
}
.toggleContanier .toggleItem{
    width: 1.7067rem;
    height: .6rem;
    /* font-size: .4267rem; */
    font-size: .4rem;
    
}
.toggleContanier .toggleItem:first-child{
    margin-right: 1.6rem;
}

.toggleContanier .active{
    color: #FF7B2F;
}
.toggleContanier .active::after{
    content: '';
    width: .64rem;
    height: .08rem;
    display: block;
    background: #FF7B2F;
    margin: .1067rem auto 0;
}

.swiper-pagination {
    bottom: 1.0666666666667rem !important;
}

.swiper-pagination-bullet {
    width: 0.1333333333rem !important;
    opacity: 0.5 !important;
    height: 0.1333333333rem !important;
    background: #fff !important;
    border-radius: 0.0666666667rem !important;
    transition: all .5s !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 0.42666666667rem !important;
    background: #fff !important;
    transition: all 0.5s !important;
    border-radius: 0.0666666667rem !important;
}

