* {
    margin: 0;
    padding: 0;
}

.head-download {
    display: flex;
    box-shadow: 0 0 10px 3px #f2f2f2;
    align-items: center;
    padding: 0 0.64rem;
    height: 2.38rem;
}

.logo {
    width: 1.856rem;
    margin-right: 0.512rem;
    border-radius: 10px;
}

.head-desc {
    flex: 1;
}

.head-desc h1 {
    font-size: 0.56rem;
    color: #333;
}

.head-desc p {
    font-size: 0.512rem;
    color: #a1a1a1;
}

.download-btn {
    width: 3.691rem;
    height: 1.4rem;
    line-height: 1.4rem;
    background: url('../img/btn.png') no-repeat;
    background-size: 100%;
    font-size: 0.56rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.post-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 1.92rem;
    padding: 0 0.42rem;
}

.avatar {
    width: 1.49rem;
    height: 1.49rem;
    margin-right: 0.32rem;
    border-radius: 50%;
}

.nickname {
    flex: 1;
    font-size: 0.64rem;
    color: #333;
}

.circle {
    font-size: 0.512rem;
    color: #507daf;
}

video {
    max-height: 10rem;
    background: #000;
}

.swiper-container {
    font-size: 0;
}

.swiper-slide img{
    width: 100%;
}

.swiper-pagination {
    width: auto;
    left: 90%;
    font-size: 0.56rem;
    color: #fff;
}

.content-wrapper, .comments-wrapper {
    padding: 0 0.64rem 0.85rem 0.42rem;
}

.content-wrapper {
    position: relative;
    margin-top: 0.85rem;
}

.content {
    line-height: 1rem;
    margin-bottom: 0.85rem;
    font-size: 0.597rem;
    color: #333;
}

.match {
    margin-bottom: 0.85rem;
    font-size: 0.512rem;
    color: #507daf;
}

.date {
    margin-bottom: 0.42rem;
}

.date, .address {
    font-size: 0.42rem;
    color: #a1a1a1;
}

.praise-wrapper {
    position: absolute;
    bottom: 0.85rem;
    right: 0.64rem;
}

.content-icon {
    vertical-align: middle;
    width: 0.68rem;
    margin-right: 0.341rem;
}

.post-praise {
    vertical-align: middle;
    font-size: 0.597rem;
    color: #a1a1a1;
}

.gray-line {
    height: 0.64rem;
    background: #f7f7f7;
}

.comments-wrapper {
    margin-top: 0.64rem;
}

.comments-item {
    margin-bottom: 0.64rem;
}

.top-comments {
    display: flex;
}

.comment-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nickname-praise {
    display: flex;
    align-items: center;
}

.comment-icon {
    width: 0.68rem;
    margin-right: 0.21rem;
}

.comment-praise {
    font-size: 0.597rem;
    color: #a1a1a1;
}

.comment-date {
    font-size: 0.384rem;
    color: #a1a1a1;
}

.top-content {
    margin: 0.32rem 0 0.32rem 1.856rem;
    font-size: 0.512rem;
}

.reply-content {
    width: 12.66rem;
    margin-left: 1.6rem;
    padding: 0.32rem 0 0.11rem 0.64rem;
    background: #f0f0f5;
    font-size: 0;
}

.reply-content p {
    margin-bottom: 0.21rem;
    font-size: 0.512rem;
}

.comment-name {
    color: #507daf;
}

.foot-download {
    height: 5.46rem;
}

.foot-btn {
    display: block;
    width: 11.94rem;
    height: 1.7rem;
    line-height: 1.7rem;
    margin: 1.97rem auto 0;
    border: 2px solid #eb1e23;
    border-radius: 20px;
    font-size: 0.597rem;
    font-weight: 700;
    color: #eb1e23;
    text-decoration: none;
    text-align: center;
}