* {
    padding: 0;
    margin: 0;
}

textarea.change::-webkit-input-placeholder {
    color: red;
 }



.join label {
    width: 45%;
    text-align: right;
}

.join input {
    width: 30%;
    justify-content: flex-end;
}

.join {
    margin-top: calc(3.438vw - 1px);
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 0.729vw;
}

.join .star {
    color: red;
    margin-right: .1vw;
}

.join .top-hr {
    margin-top: 1vw;
}

.join hr {
    height: 2px;
    border: none;
    margin-top: 2vw;
    background-color: #dedfe4;
}

.join select {
    /* margin-bottom: 1vw; */
    margin: .5vw 0;
}

@media screen and (max-width: 750px) {
    .join {
        font-size: 3vw;
    }

    .join label {
        width: 100%;
        /* justify-content: center; */
        margin: 0 auto;
    }

    .join input[type="text"],
    .join select {
        box-sizing: border-box;
        width: 60%;
        height: 10vw !important;
        padding-left: 3vw;
    }

    .join select {
        width: 60% !important;
        text-align: center;
    }

    .join input[type="radio"],
    .join input[type="radio"]:checked {
        width: 10px;
        height: 10px;
    }

    .a-part .header .title {
        font-size: 20px !important;
    }

    .join .radio-div {
        height: 10vw;
        /* background-color: rebeccapurple; */
    }

    .join .radio-select {
        width: 61% !important;
        /* background-color: royalblue; */
    }

    .join-page3 .image-title {
        width: 30% !important;
        /* background-color: seagreen; */
    }

    .join .join-page3 .select-image {
        height: 6vw !important;
        /* background-color: salmon; */
    }

    .join .join-page3 .select-image button {
        /* width: 120% !important; */
        height: 6vw !important;
    }

    .join .form-btn button,
    .join button[class^="add-btn"],
    .join .addHrStyle>button {
        width: 15vw !important;
        height: 6vw !important;
    }

    .join .form-btn {
        margin-top: 2vw;
    }

    .supplement .supplement-title {
        width: 30% !important;
    }


    .statement1 td.title {
        width: 20% !important;
        /* background-color: red; */
    }

    .join-page3 .a-part .images .pic-ctn {
        width: 100% !important;
        height: 20vw !important;
        margin-top: 1vw;
        /* margin-left: 10%; */
        /* background-color: #c2c2c2; */
    }

    .join-page3 .a-part .preview {
        width: 15vw !important;
    }

    .a-part .images .pic-ctn button {
        position: absolute;
        top: -5%;
        right: -5%;
        width: 3vw !important;
        height: 3vw !important;
        text-align: center;
        line-height: .5vw;
        border-radius: 50%;
    }
    .join .birthday-select>div{
        width: 60% !important;
        /* background-color: red; */
    }

    .join .birthday-select>div>select{
        width: 45% !important;
    }
}

.join form {
    width: 100%;
    margin-top: 1.563vw;
}

input[type="text"] {
    width: 50%;
    height: 2vw;
    border-radius: 40px;
    outline: none;
    border: 1px solid #dedfe4;
    box-sizing: border-box;
    padding-left: 1vw;
    margin: .5vw 0;
    margin-left: .3vw;
}

input[type="radio"] {
    width: 1vw;
    height: 1vw;
    appearance: none;
    -webkit-appearance: none;
    background: url("../img/img10-1.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    margin-right: .5vw;
    background-size: cover;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}

input[type="radio"]:checked {
    width: 1vw;
    height: 1vw;
    appearance: none;
    -webkit-appearance: none;
    background: url("../img/img10.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.add-hr {
    float: right;
    width: 90%;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.add-more-hr {
    float: right;
    width: 90%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 10vw;
}

.addHrStyle {
    width: 100%;
    text-align: right;
}

.join .addHrStyle>button {
    width: 5vw;
    height: 2vw;
    color: #f26521;
    border: 1px solid #f26521;
    border-radius: 40px;
    margin-bottom: 1vw;
    background-color: transparent;
}

.imagesDel {
    width: 2vw;
    height: 1vw;
    color: #f26521;
    border: 1px solid #f26521;
    border-radius: 40px;
    margin-bottom: 1vw;
    background-color: transparent;
}

/* 第一页开始-------------------- */
.join .join-page1 {
    width: 100%;
    /* background-color: springgreen; */
}

.join-page1 .page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    justify-content: space-between;
    /* background-color: tan; */
}

.join .birthday-select {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.join .birthday-select>div {
    display: flex;
    top: 50%;
    justify-content: space-between;
    width: 50%;
}

.join .birthday-select>div>select {
    width: 45%;
    height: 2vw;
    text-align: center;
    border: 1px solid #dedfe4;
    border-radius: 40px;
}

.join .radio-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background-color: tan; */
}

.join .radio-select {
    width: 50%;
    text-align: left;
}

.join .radio-select label {
    align-items: center;
    margin-left: 1vw;
}

.join .radio-select label input {
    margin-right: .5vw;
}

.join .education-select {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.join .education-select select {
    width: 50%;
    height: 2vw;
    text-align: center;
    border: 1px solid #dedfe4;
    border-radius: 40px;
}

.kinsfolk-explain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    /* background-color: tomato; */
}

/* 第二页开始---------------------------- */
.join .join-page2 {
    width: 100%;
}

.join .join-page2 .a-part {
    width: 100%;
    margin-top: 1.5vw;
    /* background-color: salmon; */
}

.join .join-page2 .header {
    position: relative;
    width: 100%;
    margin-bottom: 1.5vw;
    /* background-color: royalblue; */
}

.join-page2 .header .title {
    font-size: 1.458vw;
}

.join-page2 .header .tips {
    margin-top: .1vw;
    color: #949394;
}

.join button[class^="add-btn"] {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 5vw;
    height: 2vw;
    color: #f26521;
    border: 1px solid #f26521;
    border-radius: 40px;
    background-color: transparent;
}

/* .join-page2 .header .add-btn {

} */

.join-page2 .add-btn {
    width: 5vw;
    height: 2vw;
    color: #f26521;
    border: 1px solid #f26521;
    border-radius: 40px;
    background-color: transparent;
}

.join-page2 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    justify-content: space-between;
    width: 100%;
    /* background-color: springgreen; */
}

.join-page2 .graduation-time select {
    width: 50%;
    height: 2vw;
    text-align: center;
    border: 1px solid #dedfe4;
    border-radius: 40px;
}

/* 第三页开始--------------- */
.join .join-page3 {
    width: 100%;
}

.join .join-page3 .a-part {
    width: 100%;
    margin-top: 1.5vw;
    /* background-color: salmon; */
}

.join .join-page3 .header {
    position: relative;
    width: 100%;
    margin-bottom: 1.5vw;
    /* background-color: royalblue; */
}

.join-page3 .header .title {
    font-size: 1.458vw;
}

.join-page3 .header .tips {
    margin-top: .1vw;
    color: #949394;
}

.join-page3 .header .add-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.join-page3 .add-btn {
    width: 5vw;
    height: 2vw;
    color: #f26521;
    border: 1px solid #f26521;
    border-radius: 40px;
    background-color: transparent;
}

.join-page3 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    justify-content: space-between;
    width: 100%;
    /* background-color: springgreen; */
}

.join-page3 .images {
    padding-left: 3.542vw;
    /* background-color: greenyellow; */
}

.join-page3 .first-pic,
.join-page3 .second-pic {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    margin-bottom: 1vw;
    /* background-color: blueviolet; */
}

.join-page3 .image-title {
    width: 8%;
    text-align: right;
    /* background-color: chartreuse; */
}

.join-page3 .select-image {
    position: relative;
    width: 30%;
    height: 2vw;
    padding-right: 30px;
    /* background-color: deepskyblue; */
}

.select-image button {
    width: 100%;
    height: 100%;
    color: #f48149;
    border: 1px solid #f26521;
    border-radius: 40px;
    background-color: #fef0e9;
    z-index: 0;
}

.select-image input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    /* border: 1px solid blueviolet; */
}

.images .tips {
    color: #949394;
}

/* 选中图片后显示的预览 */
.join-page3 .a-part .images .pic-ctn {
    width: 100%;
    height: 6.5vw;
    margin-top: 1vw;
    /* margin-left: 10%; */
    /* background-color: #c2c2c2; */
}

.join-page3 .a-part .preview {
    position: relative;
    width: 7%;
    height: 90%;
    margin-left: 8%;
    background-color: #d5d4d4;
}

.a-part .images .pic-ctn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 100%; */
    height: auto;
    /* background-color: slateblue; */
}

.a-part .images .pic-ctn button {
    position: absolute;
    top: -5%;
    right: -10%;
    width: 1vw;
    height: 1vw;
    /* color: white; */
    text-align: center;
    line-height: .5vw;
    border-radius: 50%;
    border: none;
    /* background: transparent; */
    /* background-color: springgreen; */
}

.images .supplement {
    display: flex;
    width: 100%;
}

.supplement .supplement-title {
    width: 8%;
    text-align: right;
    padding-top: 1vw;
}

.supplement .supplement-content {
    width: 60%;
}

.supplement .supplement-content textarea {
    width: 100%;
    resize: none;
    outline: none;
    border-radius: 30px;
    padding-top: 1vw;
    padding-left: 1vw;
}


/* 声明和须知 */
table {
    margin-top: .5vw;
    margin-left: calc(0vw + 40px);
}

.statement1 td.title {
    width: 9%;
    vertical-align: text-top;
    text-align: right;
    /* background-color: red; */
}

.statement1 td {
    padding-top: .5vw;
}

/* 底部按钮 */
.form-btn {
    margin-top: 1vw;
    margin-bottom: 4.167vw;
}

.form-btn button {
    width: 6.250vw;
    height: 2vw;
    color: #f26521;
    margin: 0 0.521vw;
    border: 1px solid #f26521;
    border-radius: 40px;
    background-color: transparent;
}

/* 复用 */
.styleNone {
    display: none;
}

.opacityNone {
    opacity: 0;
}

button:hover{
    cursor: pointer;
}

.join-page2 .education-content:nth-of-type(1) {
    display: none;
}