.participate{
    width: 100%;
    min-width: 1200px;
}
.participate .title{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 1rem;
}
.participate .title span{
    font-size: 0.46rem;
    padding: 0 0.24rem;
    background: #fff;
    z-index: 9;
    position: relative;
}
.participate .title::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    left: 0;
    top: 50%;
}
.profile{
    width: 80%;
    margin: 0 auto;
}
.profile p{
    margin-top: 0.4rem;
    font-size: 0.24rem;
    text-indent: 0.48rem;
    line-height: 0.3rem;
}
.profile img{
    width: 100%;
    display: block;
    margin: 0.4rem 0;
}
.table{
    width: 80%;
    margin: 0.64rem auto;
}
.table table{
    width: 100%;
    text-align: center;
}
.table table tr td{
    border: 1px solid #d8d8d8;
    line-height: 0.78rem;
}
.table table tr:first-child{
    background: #d8d8d8;
}
.apply{
    width: 80%;
    margin: 1.2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply .down{
    width: 4.86rem;
    height: 1.98rem;
    background: #ececec;
    text-align: center;
}
.apply .down p{
    font-size: 0.24rem;
}
.apply .down a{
    display: flex;
    font-size: 0.34rem;
    width: 4.4rem;
    height: .78rem;
    color: #fff;
    margin: 0 auto;
    background: #a93428;
    align-items: center;
    margin-top: 0.15rem;
    justify-content: center;
}
.apply .down a i{
    font-size: 0.34rem;
}
.apply .arrows{
    background-image:-webkit-linear-gradient(left,#e5c2be,#cb857e,#a93428); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
    padding: 0 0.3rem;
}
.apply .arrows i{
    font-size: 0.5rem;
}
.apply .email{
    width: 4.86rem;
    height: 1.98rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    background: #a93428;
}
.apply .email p{
    font-size: 0.24rem;
    color: #fff;
}
.apply .email p:first-child{
    padding-bottom:0.4rem ;
}