:root {
    --w80: 80%;
    --w85: 85%;
}

.participants {
    width: var(--w85);
    height: 0.7rem;
    margin: 20px auto;
    border-radius: 0.7rem;
    box-shadow: 0 0 0.1rem #dcdcdc;
    display: flex;
    align-items: center;
    line-height: 0.36rem;
    box-sizing: border-box;
    padding-left: 0.4rem;
	font-size: 14px;
}
*{font-size: 14px;}
.participants img {
    width: 1.1rem;
    margin-right: 0.1rem;
}


.participate_num {
    color: #d0021b;
    font-weight: 700;
    font-size: 0.36rem;
}

.form_container {
    width: var(--w85);
    margin: 30px auto;
}

.form_item {
    margin-bottom: 0.4rem;
}

.form_label {
    color: #808080;
    position: relative;
}

.form_label.required::after {
    content: '*';
    position: absolute;
    right: -0.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #ff5a5a;
}

.form_checkbox {
    padding: 0.3rem 0 0.2rem 0;
    display: flex;
    flex-wrap: wrap;
}

.form_checkbox_label {
    flex-basis: 50%;
    color: #444;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.form_checkbox_label input {
    margin-right: 0.2rem;
    flex-shrink: 0;
    width: 1.3rem;
    height: 1.3rem;
}

.pay_btn {
    width: var(--w80);
    height: 3rem;
    margin: 0.2rem auto;
    background-color: #f3091a;
    color: #fff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}

.tips {
    width: var(--w85);
    margin: 0 auto;
    text-align: center;
    font-size: 0.25rem;
    color: #999;
}

.comment {
    width: var(--w85);
    margin: 1rem auto;
}

.comment .title {
    font-size: 1.36rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.2rem;
}

.comment_item {
    line-height: 1.8rem;
    color: #666;
    margin-bottom: 0.1rem;
    text-align: justify;
}

.comment_item span {
    color: #d0021b;
}

.signup {
    margin-bottom: 0.5rem;
}

.signup .title {
    font-size: 1.36rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}

.swiper-container {
    height: 9rem;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-wrapper .swiper-slide {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 30px !important; */
}

.swiper-slide span:last-child {
    text-align: right;
}

.swiper-slide span:nth-child(2) {
    width: 2rem;
    text-align: center;
}