body {
    margin: 0rem;
    font-size: 14rem;
    background-color: #f5f5f5
}

.page {
    width: 100%;
    max-width: 375rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 40rem;
}

.header {
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    border-bottom: solid 0.5px #ddd;
}

.top {
    width: 100%;
    background-color: #fff;
    padding-bottom: 15rem;
}

.head {
    width: 100%;
    max-width: 375rem;
    height: 50rem;
    position: fixed;
    z-index: 10
}

.head-tab {
    border-bottom: solid 1rem #ccc;
    border-top: solid 1rem #ccc
}

.head-logo {
    margin-top: 5rem;
    margin-left: 12rem;
    width: 40rem
}

.head-txt1 {
    line-height: 22rem;
    font-size: 14rem;
    margin-top: 8rem;
    color: #000
}

.head-txt2 {
    font-size: 10rem;
    color: #999
}

.head-btn {
    margin: 10rem 10rem 10rem 0rem;
    width: 90rem;
    height: 30rem;
    text-align: center;
    font-size: 16rem;
    color: #fff;
    background-color: #1C930C;
    line-height: 30rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
}

.head-bg {
    width: 100%;
    height: 50rem
}

.video-img {
    width: 100%;
    height: 550rem;
    text-align: center;
    background-size: 100% 100%;
    background-position: center center;
    z-index: 5;
    position: relative;
    background-repeat: no-repeat
}

.video-img-play {
    width: 80rem;
    height: 80rem;
    margin: 110rem auto;
}

.video-mov {
    width: 100%;
    height: 550rem;
    overflow: hidden;
    background-color: #000;
    display: none;
    z-index: 1
}

#video {
    z-index: 0;
    vertical-align: bottom;
    width: 100%;
    height: 550rem
}

.author {
    width: 94%;
    height: 50rem;
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author_user {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.author_btns {
    width: 160rem;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.author-photo {
    width: 50rem;
    height: 50rem;
    float: left;
    flex-shrink: 0;
}

.author-photo img {
    width: 40rem;
    height: 40rem;
    margin-top: 5rem;
    border-radius: 20rem
}

.author-nickname {
    flex: 1;
    height: 50rem;
    line-height: 50rem;
    float: left;
    text-align: left;
    font-size: 14rem;
    color: #222;
    overflow: hidden
}

.author-like {
    width: 50rem;
    height: 50rem;
    background-image: url(/gyq/images/like-no.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18rem 18rem;
    text-align: center;
    font-size: 13rem;
    color: #666;
    line-height: 50rem;
    text-align: left;
    padding-left: 20rem;
    box-sizing: border-box;
}

.author-collection {
    width: 50rem;
    height: 50rem;
    background-image: url(/images/icon_collection.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18rem 18rem;
    text-align: center;
    font-size: 13rem;
    color: #666;
    line-height: 50rem;
    text-align: left;
    padding-left: 20rem;
    box-sizing: border-box;
}

.collection-checked {
    color: #f00;
    background-image: url(/images/icon_collectioned.png);
}

.author-btn {
    width: 60rem;
    height: 25rem;
    border-radius: 12rem;
    border: solid 1rem #2DAD49;
    color: #2DAD49;
    text-align: center;
    line-height: 25rem;
    font-size: 14rem;
}

.author-btn.follow {
    border: solid 1rem #DCDFE6;
    color: #909399;
}

.content {
    width: 94%;
    margin: 0 auto;
    line-height: 25rem;
    overflow: hidden;
    font-size: 16rem
}

.tags {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10rem;
    padding-bottom: 15rem;
    display: none
}

.tags-act {
    width: 80%;
    height: 30rem;
    float: left
}

.tags-act-item {
    height: 30rem;
    line-height: 30rem;
    padding-left: 15rem;
    padding-right: 15rem;
    border-radius: 15rem;
    background-color: #D3E3F5;
    font-size: 14rem;
    color: #00438D;
    display: inline-block;
    float: left
}

.line-bg {
    width: 100%;
    height: 8rem;
    background-color: #f5f5f5
}

.remark,
.more {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    display: none
}

.more {
    background-color: transparent;
}

.remark-title {
    width: 94%;
    height: 40rem;
    line-height: 40rem;
    text-align: left;
    font-size: 16rem;
    margin: 0 auto
}

.remark-main {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 5rem
}

.remark-more {
    width: 94%;
    height: 40rem;
    margin: 0 auto;
    font-size: 14rem;
    color: #999;
    text-align: center;
    line-height: 40rem
}

.remark-item {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: solid 1rem #eee;
    padding-bottom: 10rem;
    padding-top: 10rem
}

.remark-photo {
    width: 15%;
    height: 50rem;
    float: left
}

.remark-photo img {
    width: 40rem;
    height: 40rem;
    border-radius: 20rem;
}

.remark-right {
    width: 85%;
    float: left;
    overflow: hidden
}

.remark-nickname {
    width: 100%;
    height: 20rem;
    line-height: 20rem;
    font-size: 13rem;
    color: #666
}

.remark-time {
    width: 100%;
    height: 20rem;
    line-height: 20rem;
    font-size: 12rem;
    color: #aaa
}

.remark-content {
    width: 100%;
    line-height: 25rem;
    font-size: 16rem;
    overflow: hidden;
}

.more-title {
    width: 100%;
    height: 50rem;
    line-height: 50rem;
    font-size: 14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10rem;
}

.more-title span:first-child {
    color: #222;
}

.more-title span:last-child {
    color: #999;
    background: url(/images/pm_xcarr.png) no-repeat center right;
    background-size: 16rem 16rem;
    padding-right: 20rem;
}



.more-main {
    width: 100%;
    overflow: hidden;
    padding: 0 10rem;
    column-count: 2;
    column-gap: 10rem;
    padding-bottom: 10rem;
}

.more-item {
    width: 100%;
    margin-bottom: 10rem;
    background-color: #fff;
    border-radius: 5rem;
    height: 290rem;
    overflow: hidden;
    break-inside: avoid;
}

.more-item-video {
    width: 100%;
    margin: 0 auto;
    height: 220rem;
    background-color: #fff;
    background-size: 100% 100%;
    text-align: center;
    border-radius: 3rem;
    position: relative;
}

.more-item:first-child {
    height: 320rem;
}

.more-item:first-child .more-item-video {
    height: 250rem;
}


.more-item-play {
    width: 34rem;
    height: 34rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.more-item-content {
    width: calc(100% - 10rem);
    margin: 5rem;
    font-size: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20rem;
    line-height: 20rem;
}

.more-item-tags {
    width: 96%;
    margin: 0 auto;
    height: 35rem;
    overflow: hidden
}

.more-item-photo {
    width: 30rem;
    height: 35rem;
    float: left;
}

.more-item-photo img {
    width: 25rem;
    height: 25rem;
    border-radius: 12rem;
    margin-top: 5rem
}

.more-item-nickname {
    width: 80rem;
    float: left;
    line-height: 35rem;
    font-size: 12rem;
    color: #666;
    text-align: left;
    float: left;
    overflow: hidden
}

.more-item-like {
    width: 40rem;
    height: 35rem;
    background-image: url(/images/circle_video_like.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12rem 12rem;
    text-align: center;
    font-size: 12rem;
    color: #666;
    line-height: 35rem;
    float: right
}

.comments {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    bottom: 0rem;
    max-width: 375rem;
    z-index: 200
}

.comments-bg {
    width: 100%;
    height: 44rem
}

.comments-main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 8rem;
    display: flex;
    justify-content: start;
    align-items: center;
}

.comments-left {
    height: 36rem;
    margin-right: 10rem;
    flex: 1
}

.comments-content {
    width: 100%;
    height: 36rem;
    line-height: 36rem;
    font-size: 14rem;
    padding: 0 10rem;
    color: #444;
    outline: none;
    border: none;
    border-radius: 18rem;
    background: url(/images/addpl.png) no-repeat 8rem center;
    background-size: 15rem 16rem;
    background-color: #f5f5f5;
    padding-left: 30rem;
}

.comments-num {
    width: 44rem;
    height: 44rem;
    background: url(/images/comment.png) no-repeat center center;
    background-size: 20rem 20rem;
    position: relative;
}

.comments-num span {
    position: absolute;
    width: 20rem;
    top: 5rem;
    left: 20rem;
    font-size: 10rem;
    color: #fff;
    background-color: #f00;
    height: 15rem;
    line-height: 15rem;
    border-radius: 8rem;
    text-align: center;
}

.comments-like {
    width: 44rem;
    height: 44rem;
    background: url(/images/circle_video_like.png) no-repeat center center;
    background-size: 18rem 18rem;
    position: relative;
}

.comments-like span {
    position: absolute;
    width: 20rem;
    top: 5rem;
    left: 20rem;
    font-size: 10rem;
    color: #333;
    background-color: #eee;
    height: 15rem;
    line-height: 15rem;
    border-radius: 8rem;
    text-align: center;
}

.comments-collection {
    width: 44rem;
    height: 44rem;
    background: url(/images/icon_collection.png) no-repeat center center;
    background-size: 16rem 16rem;
    position: relative;
}

.comments-collection span {
    position: absolute;
    width: 20rem;
    top: 5rem;
    left: 20rem;
    font-size: 10rem;
    color: #333;
    background-color: #eee;
    height: 15rem;
    line-height: 15rem;
    border-radius: 8rem;
    text-align: center;
}

.comments-btn {
    width: 18%;
    height: 30rem;
    line-height: 30rem;
    text-align: center;
    font-size: 14rem;
    color: #fff;
    float: right;
    background-color: #1883F8;
    border-radius: 5rem;
    display: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
    font-size: 14rem;
}

#loadimg {
    width: 100%;
    height: 50rem;
    text-align: center;
    line-height: 50rem;
    font-size: 14rem;
    color: #999;
    display: none
}

.ad-warp {
    width: 100%;
    margin: 0 auto;
    max-width: 375rem;
    overflow: hidden;
    display: none
}

.ad-img {
    width: 94%;
    padding-top: 15rem;
    padding-bottom: 15rem;
    margin: 0 auto
}

.ad-img img {
    width: 100%;
    border: none
}

.downApp #iconAppDown {
    width: 75rem !important;
    top: 500rem !important;
}