.join-title {
    color: #D50000;
}

.join-c1-img {
    margin-left: 2em;
}


/* ourForm */

.form-content {
    flex: 2;
    background: url("../images/矩形\ 44.png") no-repeat;
    background-size: 100% 100%;
}

.formtextCenter {
    background-color: #231f1b;
    flex: 1;
}

.form-icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form-icon {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.form-content-icon {
    width: 10%;
    margin-right: .208333rem;
}

.form-icon-img {
    width: 5.5em;
    height: 5.5em;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 8px;
}

.form-list-item {
    padding: 8px;
    border: 1px solid gray;
    background-color: #000;
    text-align: left;
    display: flex;
    border-radius: 3px;
}

.form-list-item>input,
.form-list-item>textarea {
    background: transparent;
}

.form-btn {
    padding: .055556rem;
    background: #DD4E00;
}

.join-form-btn {
    width: 30%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
}

.join-3-tag {
    margin: .5em;
    border-radius: .3em;
    padding: .3em;
    border: 1px solid #ddd;
}

.join-3-icon {
    margin-top: 2em;
    width: 16.6%;
}

.join-opacity-contentText {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 1em 0;
    color: #fff;
}

.join-4-code {
    margin-right: 1em;
}

.join-4-tips {
    background: #333;
    color: #fff;
}

.join-4-btn {
    width: 75%;
    background: #DD4E00;
    color: #fff;
    text-align: center;
    padding: .5em 0;
    border-radius: .2em;
}

.fillIn {
    padding: 2em 10em 2em 4em;
    position: relative;
}