.crumbs {
    margin-top: 0.29rem !important;
}

.join .index_title {
    padding-left: 0.05rem;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.72rem;
    color: #000000;
    text-align: left;
    margin: 0.7rem 0 0.79rem 0;
}

.join .main {
    max-width: 14rem !important;
}

.box1 {
    margin-top: 0.91rem;
    height: 4rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.24rem;

}

.box1_box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.23rem;
    height: 1.08rem;
    background: var(--c);
    z-index: 99;
    top: 0.54rem;
    left: 1.12rem;
}

.box1_box p {
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.4rem;
    color: #FFFFFF;
}

.box1_left {
    width: 2.92rem;
    height: 100%;
}

.box1_right {
    width: 10.66rem;
    height: 100%;
    background: #FAFAFA;
    padding-left: 2.64rem;
    padding-top: 0.2rem;
    display: flex;
    align-items: center;
}

.box2 {
    margin-top: 0.69rem;
    padding-bottom: 1.32rem;
}

.box2_box {
    width: 8.07rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.24rem;
    margin-left: 0.15rem;
}

.box2_box p {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}

.box2_box input {
    width: 6.44rem;
    height: 0.61rem;
    background: #FFFFFF;
    border: 0.01rem solid #F2F2F2;
    text-indent: 0.24rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000;
}

.box2_box input::placeholder {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}

.box2_btn {
    width: fit-content;
    padding: 0 0.7rem;
    height: 0.67rem;
    background: var(--c);
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.67rem;
    text-align: center;
    margin-left: 1.81rem;
    margin-top: 0.53rem;
}


@media only screen and (max-width:768px){
   .box1_right span{
        font-size:inherit!important;
    }
    .box1_right{
        width: 4.66rem;
            padding-left: 0.64rem;
    }
    .box1_box{
            width: 3.2rem;
                left: 0.12rem;
    }
    .box2_box{
        width: 7.07rem;
    }
    .box2_box input{
            width: 5.44rem;
    }
}