@charset "utf-8";
.inner-banner-join {
    position: relative;
    width: 100%;
    height: 100%;
}
.inner-banner-join .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    color: #fff;
}
.inner-banner-join .text .t1 {
    color: #a7a7a7;
    font-size: 16px;
}
.inner-banner-join .text .t2 {
    font-size: 60px;
    line-height: 1;
    margin: 30px 0 50px;
    font-weight: bold;
    letter-spacing: 5px;
}
.inner-banner-join .text .t3 {
    font-size: 30px;
    letter-spacing: 2px;
}
.inner-banner-join .arrow {
    display: inline-block;
    width: 31px;
    height: 25px;
    background-position: -70px -43px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    margin-left: -15px;
    animation: heart 0.8s ease-in-out 1s infinite alternate;
}
@keyframes heart {
    from {
      transform: translate(0, 0px);
      opacity: 0.1;
    }
    to {
      transform: translate(0, 15px);
      opacity: 1;
    }
}

.join-profile {
    color: #999;
    line-height: 2.4;
}

.join-product-category-wrapper {
    margin-bottom: 40px;
}
.join-product-list .img {
    width: 100%;
}

.feature .hd h2 {
    text-align: center;
    font-size: 30px;
}
.feature .hd h4 {
    text-align: center;
    font-size: 16px;
    color: #ccc;
    margin-top: 5px;
}
.feature .bd {
    color: #999;
    display: flex;
    flex-wrap: wrap;
}
.feature .bd li {
    width: 25%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.feature .bd li img {
    margin-right: 20px;
}

.support .h2 {
    margin: 0 auto;
    display: block;
}
.support .column-img {
    margin: 40px auto 0;
    display: block;
}
.support .list {
    display: flex;
    flex-wrap: wrap;
}
.support .list li {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-top: 40px;
}
.support .list li:nth-child(odd) {
    padding-right: 80px;
}
.support .list li .text {
    margin-left: 15px;
}
.support .list li .text h2 {
    font-size: 24px;
    color: #666;
    line-height: 1;
    margin-bottom: 10px;
}
.support .list li .text p {
    color: #999;
    line-height: 1.7;
}

.condition .h2 {
    margin: 0 auto 75px;
    display: block;
}
.condition .con {
    display: flex;
}
.condition .list {
    background-color: #f5f6f7;
}
.condition .list li {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    color: #999;
}
.condition .list li:hover {
    background-color: #b61a86;
    color: #fff;
}
.condition .list li .num {
    width: 50px;
    height: 50px;
    background-color: #b61a86;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    flex: 0 0 auto;
}

.flow h2 {
    margin: 0 auto 40px;
    font-size: 30px;
    text-align: center;
}
.flow img {
    width: 100%;
}

.join-form {
    background-color: #f5f6f7;
}
.join-form h2 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1;
    text-align: center;
}
.form-input {
    width: 453px;
    margin: 0 auto;
    color: #999;
}
.form-input .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.form-input .row .input-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 9px 10px;
    margin-left: 15px;
    width: 100%;
    flex: 1;
}
.form-input .submit-btn {
    width: 100%;
    height: 50px;
    background-color: #b61a86;
    color: #fff;
    font-size: 16px;
    border: none;
}
.form-input .submit-btn:hover {
    background-color: #d820a1;
}
.form-input .tip {
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}
#verification {
    cursor: pointer;
}
