/** ****** **/
.banner-header {
    max-width: 100%;
}

/** ****** **/
.join-card {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0 45px 18px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: white;
    position: relative;
    padding: 50px 0;
    background-color: white;
    text-align: center;
}

.banner-1-wrap {
    padding: 0 0 50px 0;
}

.banner-1 {
    height: 90px;
}

/** ****** **/
.data-item-wrap {}

.data-item {
    display: inline-block;
    width: 240px;
    margin: 0 10px 20px 10px;
    padding: 40px 10px 20px 10px;
    border-radius: 10px;
    color: white;
    background: linear-gradient(130deg, rgba(247, 81, 88, 1), rgba(247, 81, 88, 0.6) 80%, rgba(247, 81, 88, 0.7));
}

.data-item-num {
    font-size: 48px;
    font-weight: bold;
}

.data-item-unit {
    font-size: 32px;
    font-weight: bold;
}

.data-item-txt {
    padding-top: 20px;
    height: 100px;
}

.data-item-divider {
    margin: 15px 0;
    border-top: 1px dashed white;
}

.txt-wrap {
    padding: 30px 20%;
    color: #555;
}

.txt-red {
    color: rgba(247, 81, 88, 1);
}

/** ****** **/
.red-container {
    padding: 56px;
    text-align: center;
    background-color: rgba(255, 243, 242, 1);
}

.market-item {
    width: 210px;
    margin: 0 20px;
}

.market-item>img {
    width: 100px;
    height: 100px;
}

.market-title {
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.market-desc {
    line-height: 1.5;
    color: #555;
}

/** ****** **/
.help-container {
    padding: 90px 0;
    background-color: white;
}

.help-container-title>img {
    width: 78px;
}

.help-container-title>.t {
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
}

/** ****** **/
.join-red-container {
    padding: 60px 0 30px 0;
    background-color: rgba(255, 243, 242, 1);
}

.join-form-wrap {
    justify-content: center;
}

.form-txt {
    margin-right: 400px;
    line-height: 2.0;
    color: #555;
}

.banner-2-wrap {
    padding: 0 0 50px 0;
    text-align: center;
}

.banner-2 {
    height: 90px;
}

.join-form {
    width: 350px;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
}

.form-row {
    margin: 15px 0;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: rgba(240, 240, 240, 1);
}

.form-row>input {
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: none;
    box-sizing: border-box;
    background-color: rgba(240, 240, 240, 1);
}

.form-row>.required {
    color: rgba(247, 81, 88, 1);
}

.btn-submit {
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: rgba(247, 81, 88, 1);
    transition: background .1s;
}

.btn-submit:hover {
    background-color: rgba(247, 81, 88, 0.8);
}