body {
    font-family: 等线;
}

#join {
    width: 1200px;
    height: 1200px;
    margin: 20px auto;
    padding: 30px 100px;
    border: 2px solid rgba(143, 143, 143, 0.5);
    background-image: linear-gradient(to right, #bc2e2e33, #2e035c33);
}

#join .title {
    margin: 0 auto;
    width: 900px;
    height: 75px;
    font-size: 30px;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to left, #bc2e2e, #2e035c);
    text-shadow:
        0px 0px 50px #2e035c09,
        0px 0px 40px #ff000019,
        0px 0px 30px #2e035c29;
    font-family: 等线;
    text-align: center;
    line-height: 75px;
}

#join .mid1 {
    margin: 10px auto;
    width: 900px;
    height: 180px;
}

#join .pic {
    float: left;
    margin: 0 50px;
    width: 150px;
    height: 180px;
    border-radius: 10px;
    border: 1px solid rgb(164, 164, 164);
}

#join .picBtn {
    width: 130px;
    height: 60px;
    text-align: center;
    background: rgba(221, 221, 221, 0.5);
    border-radius: 10px;
    margin: 60px 10px;
    float: left;
}

#join .textBtn {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-family: 等线;
}

#join .textBtn:hover {
    cursor: pointer;
}

#join #picBtn {
    opacity: 0;
}

#join .want {
    width: 450px;
    height: 180px;
    float: left;
}

#join .want1,
#join .want2 {
    width: 450px;
    height: 90px;
}

#join .want form input {
    display: none;
}

#join .want span {
    font-size: 25px;
}

#join .want form label {
    border: 1px solid #333;
    padding: 4px 20px;
    margin: 0 8px;
    line-height: 90px;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
}

#join .want form label:hover {
    cursor: pointer;
}

#join .want1 input:checked+label,
#join .want2 input:checked+label {
    color: white;
    border: 2px solid rgb(201, 201, 201);
    background: linear-gradient(90deg, #bc2e2e, #2e035c);
}

#join .adjust {
    float: left;
    width: 150px;
    height: 180px;
    margin: 0 25px;
    padding: 30px;
}

#join .adjust .adjustQ,
#join .adjust .adjustA {
    width: 90px;
    height: 50px;
}



#join .adjust p {
    font-size: 22px;
    line-height: 50px;
}

.choose {
    position: absolute;
    width: 70px;
    height: 30px;
    margin: 10px;
}


.checkbox {
    position: absolute;
    width: 70px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

.text {
    z-index: 10;
}

.bg {
    position: relative;
    width: 70px;
    height: 30px;
    background-color: #d0f1da;
    transition: 0.3s ease all;
    border-radius: 20px;
    z-index: 1;
}

.text:before {
    content: 'YES';
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background-color: green;
    border-radius: 50%;
    transition: 0.3s ease all;
    z-index: 10;
}

.checkbox:checked+.text:before {
    content: 'NO';
    left: 40px;
    background-color: #f44336;
}

.checkbox:checked~.bg {
    background-color: #fcebeb;
}

#join .mid2 {
    margin: 10px auto;
    width: 900px;
    height: 845px;
}

#join .mid2 .mid2-l {
    float: left;
    width: 35%;
    height: 100%;
    padding: 20px 0;
}

#join .mid2 .mid2-r {
    float: left;
    width: 65%;
    height: 100%;
    padding: 20px 0;
}

#join .mid2 .h {
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: #444;
    font-family: 等线;
    line-height: 45px;
}


#join .line {
    font-weight: lighter;
    letter-spacing: 0px;
    line-height: 10px;
}

#join .info>div {
    height: 60px;
    width: 100%;
    margin: 5px 0;
    line-height: 60px;
}

#join .info span {
    font-size: 22px;
}

input {
    margin-left: 10px;
    background: rgba(221, 221, 221, 0.5);
    height: 30px;
    width: 60%;
    font-size: 17px;
    outline-style: none;
    border: none;
}

input:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: rgb(213, 213, 213);
}


#join .mid2-r .into {
    margin: 10px 0;
    height: 230px;
    width: 100%;
}

#join .logo {
    width: 200px;
    height: 200px;
    margin: 10px auto;
}

#join img {
    width: 200px;
}

textarea {
    display: block;
    width: 95%;
    font-size: 20px;
    height: 65%;
    margin: 10px auto;
    background: rgba(221, 221, 221, 0.5);
    outline-style: none;
    border: 1px solid #d6d6d6;
    line-height: 28px;
    border-radius: 5px;
    overflow: auto;
    resize: none;
    padding: 10px 15px;
    box-shadow: 0 0 50px 10px rgba(183, 183, 183, 0.25);
}

textarea:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: rgb(197, 197, 197);
}

.select select {
    background: rgba(221, 221, 221, 0.5);
    cursor: pointer;
    height: 30px;
    width: 60%;
    border: none;
    margin-left: 10px;
    font-size: 16px;
}

button {
    cursor: pointer;
    height: 60px;
    width: 120px;
    font-size: 20px;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 4px;
    border: none;
    background: linear-gradient(90deg, #bc2e2e, #2e035c);
}

.btn {
    width: 120px;
    height: 60px;
    margin: 20px auto;
}