body {
    background: #f5f5f5;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
input{
    border: 2px solid #f08498 ;
    outline: none;
}
img{
    width: 100%;
}
.wrap {
    width: 100%;
    color: #fff;
    position: relative;
}
.bg {
    width: 100%;
    line-height: 0;
    background: #ee0216;
}
.content {
    padding: 0 1.5rem;
}
/*.swiper-container{*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*list-style: none;*/
    /*padding: 0;*/
    /*z-index: 1;*/
/*}*/
/*.swiper-wrapper{*/
    /*transition-property: transform,-webkit-transform;*/
    /*position: relative;*/
    /*display: flex;*/
    /*width: 100%;*/
/*}*/
/*.swiper-slide{*/
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*background: #fff;*/
    /*position: relative;*/
/*}*/
/*.swiper-slide img{
    border-radius: 5px;
}*/
.user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5rem;
    margin-top: -3.5rem;
    margin-bottom: 2rem;
    position:relative;
    z-index:2
}
.user-avatar {
    width: 7rem;
    border-radius: 50%;
    border:1px solid #ccc;
    overflow:hidden;
}
.user-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
    height: 7rem;
    justify-content: space-around;
}
.user-info .user-name{
    font-size: 1.5rem;
    line-height: 1;
    font-weight:bold
}
.user-info .apply-status{
    color: #999;
    font-size: 1rem;
}
.arrange{
    margin-top:1.5rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.block {
    width: 47.5%;
    margin-bottom: 1rem;
    line-height:0
}
.content .block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom:2rem
}
.content .block a{ box-shadow: 0 0 5px -5px #000000;}
.plan{
    width: 100%;
    position: relative;
}
.myParty {
    padding: .65rem 1rem;
    background: #fff;
    color: #000;
    border-radius: 2rem 0 0 2rem;
}
.myParty img{
        width: 2rem;
    vertical-align: middle;
    margin-right: .5rem;
}
.myParty span{
        font-size: 1.25rem;
}

.slide-cover{
    height:100%;
    width:100%;
    position:absolute;
    z-index:3;
}
.sec-title {
    margin-top: 3rem;
    font-size: 1.65rem;
    color: #000;
    font-weight: bold;
}
.sec-desc {
    color: #999;
    margin: .75rem 0 2rem;
}
.poster-show-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    z-index: 10;
    height: 100vh;
    padding-bottom: 5rem;
}
.closeBtn {
    display: none;
    position: fixed;
    width: 2rem;
    right: 3%;
    top: 3%;
    z-index: 100;
}
.fbBtn {
    display: block;
    background: #fff;
    margin: 1.5rem 0;
    padding: 2rem 1.5rem;
    color: #8e8e8e;
    border: 1px solid #e30921;
    text-align:center
}
.fbBtn_c {
    display: inline-flex;
    align-items: center;
}
.fbBtn_c img {
    width: 5rem;
    margin-right: 1rem;
}
.fbBtn_c p{font-size:.8rem;margin-top:.5rem}
.fbBtn_c strong{font-size:1.35rem;color:#e30921;text-align:left}
.fbBtn_b {
    font-size: 1.25rem;
    border: none;
    color: #fff;
    border-radius: 25px;
    padding: 0 1.5rem;
    line-height: 3rem;
    background: #e30921;
    width: 20rem;
    margin: 1.5rem auto 0;
    display: block;
}