.news-text0 {
    text-align: center;
    font-size: 0.46rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #000000;
}

.news-text1 {
    margin: 0 auto;
    margin-top: .28rem;
    width: 0.72rem;
    border-bottom: 0.04rem solid #02438D;
}


.join-pool {
    margin-top: 0.97rem;
}

.pool-declare {
    margin: 0 auto;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 0.84rem;
    margin-bottom: 0.05rem;
    margin-left: 3.5rem;
}

.pool-wrap {
    margin: 0.8rem auto;
}

.pool-from-form {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0;
}

.pool-from {
    display: flex;
    align-items: center;
    margin-bottom: 0.29rem;
}

.pool-from-info {
    display: flex;
}

.pool-from-info-right {
    flex-shrink: 0;
    margin-left: 1rem;
    width: 1.92rem;
    height: 2.43rem;
    background: #FFFFFF;
    border: 0.01rem solid #CFCFCF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.pool-from-info-right input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.pool-from-info-right p {
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
}

.pool-from-info-right span {
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    font-size: 0.24rem;
    color: #CFCFCF;
    margin-top: 0.16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pool-box {
    display: flex;
    align-items: center;
}

.pool-text {
    width: 0.7rem;
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-right: 0.3rem;
    flex-shrink: 0;
}

.pool-select {
    width: 2.76rem;
    height: 0.39rem;
    background: #FFFFFF;
    margin-right: 0.3rem;
}

.pool-select select {
    width: 100%;
    height: 100%;
    border: 0.01rem solid #CFCFCF;
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    padding: 0 0.2rem;
}

.pool-input {
    width: 2.76rem;
    height: 0.39rem;
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
}

.pool-input input {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    background: #FFFFFF;
    border: 0.01rem solid #CFCFCF;
}

.pool-input em {
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    flex-shrink: 0;
    margin-left: 0.12rem;
}

.pool-textarea {
    width: 10.87rem;
    height: 2.01rem;
    background: #FFFFFF;
}

.pool-textarea textarea {
    width: 100%;
    height: 100%;
    padding: 0.15rem;
    border: 0.01rem solid #CFCFCF;
}

.pool-check-box {
    display: flex;
    align-items: center;
}

.pool-check {
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pool-check label {
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-left: 0.08rem;
    cursor: pointer;
}

.pool-img {
    margin-right: 0.3rem;
    height: 0.4rem;
}

.pool-img img {
    height: 100%;
    width: auto;
}

.pool-bt {
    width: 1.62rem;
    height: 0.4rem;
    background: #014098;
    border-radius: 0.2rem;
    margin-left: 0.45rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .join-pool {
        margin-top: 0.6rem;
        padding: 0 0.2rem;
    }
    .pool-declare {
        font-size: 0.3rem;
        margin-left: 0;
    }
    .pool-from-form {
        display: block;
        padding: 0 0.25rem;
    }
    .pool-from,
    .pool-box,
    .pool-from-info {
        display: block;
        flex-direction: column;
    }
    .pool-from-info-right {
        margin-left: 0;
    }
    .pool-text {
        width: 100%;
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #333333;
        margin-right: 0rem;
        line-height: 1;
        margin-bottom: 0.2rem;
        font-weight: bold;
    }
    .pool-select,
    .pool-input {
        width: 100%;
        margin-bottom: 0.2rem;
        height: 0.75rem;
        background: #FFFFFF;
        margin-right: 0rem;
    }
    .pool-input em {
        width: 0.5rem;
        font-size: 0.26rem;
        text-align: right;
    }
    .pool-textarea {
        width: 100%;
        font-size: 0.24rem;
    }
    .pool-input input,
    .pool-select select,
    .pool-textarea textarea,
    .pool-check label {
        font-size: 0.24rem;
    }
    .pool-check-box {
        flex-wrap: wrap;
    }
    .pool-check {
        margin-bottom: 0.2rem;
    }
    .pool-bt {
        width: 100%;
        height: 0.75rem;
        background: #014098;
        border-radius: 0.2rem;
        margin-left: 0;
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 0.75rem;
        text-align: center;
        cursor: pointer;
    }
    .pool-from-info-right {
        margin-bottom: 0.25rem;
    }
    .pool-from-info-right p {
        font-size: 0.24rem;
    }
}