.content{
    padding-bottom: 80px;
}
#intro .list{
    margin-top: 20px;
}
#intro .logo{
    width: 180px;
    height: 180px;
}
#intro .list li{
    padding: 14px;
    border: 2px solid #891C20;
}
#intro .list .listpart{
    border: none;
    padding: 0;
} 
.introWord{
    font-size: 26px;
    color: #000;
    text-align: justify;
    margin-top: 40px;
    line-height: 32px;
}
#intro h3{
    margin-top: 50px;
}
#intro .voteBox{
    width: 100%;
}
.btnList{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 800px;
    position: fixed;
    left: 50%;
    bottom: 0; 
    margin-left: -400px;
    background: #ffffff;
    box-shadow: 8px 14px 62px 23px rgba(51,51,51,0.06); 
}
.btnList p{
    flex: 1;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #ffffff;
    margin-right: 8px;
    background: #999999;
    cursor: pointer;
    transition: all .3s;
}
.btnList p:last-child{
    margin-right: 0;
    background: #891C20;
}
.btnList p:hover{
    background: #891C20;
    transition: all .3s;
}
.btnList p:last-child:hover{
    transform: scale(1.05);
    transition: all .3s;
}

.pcinvite{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
}
.inviteBox{
    position: absolute;
    top: 13%;
    left: 50%;
    width: 500px;
    height: auto;
    margin-left: -250px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 70px 0;
} 
.inviteClose{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: #BFBFBF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.inviteClose img{
    width: 22px;
    height: auto;
}
.shareCode{
    width: 60%;
    height: auto;
    margin-top: 20px;
}
.inviteBox p{
    margin-top: 30px;
    font-size: 24px;
    color: #000;
}
.sharePage{
    display: none;
}
@media screen and (max-width: 750px) {
    .content{
        padding-bottom: 50px;
    }
    #intro .list{
        margin-top: 0;
    }
    #intro .logo{
        width: 90px;
        height: 90px;
    }
    #intro .list li{
        padding: 8px;
        border: 1px solid #891C20;
    }
    .introWord{
        font-size: 13px;
        line-height: 16px;
        margin-top: 10px;
    }
    #intro h3{
        margin-top: 25px;
    }
    .btnList{
        width: 100%;
        margin: 0;
        position: fixed;
        left: 0;
        bottom: 0; 
    }
    .btnList p{
        line-height: 36px;
        font-size: 16px;
        margin-right: 4px;
    }
    .sharePage{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0;
        left: 0;
    }
    .sharePage img{
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
}