body {
    margin: 0rem;
    font-size: 14rem;
    background-color: #fff
}

.page {
    width: 100%;
    max-width: 375rem;
    overflow: hidden;
    margin: 0 auto
}

.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
}

.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: 40rem;
    line-height: 40rem;
    font-size: 14rem;
    text-align: center
}

.more-main {
    width: 100%;
    overflow: hidden
}

.more-item {
    width: 50%;
    height: 265rem;
    overflow: hidden;
    float: left
}

.more-item-video {
    width: 96%;
    margin: 0 auto;
    height: 220rem;
    background-color: #fff;
    background-size: 100% 220rem;
    text-align: center;
    border-radius: 3rem
}

.more-item-play {
    width: 40rem;
    height: 40rem;
    margin: 90rem auto;
}

.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: #f5f5f5;
    position: fixed;
    bottom: 0rem;
    max-width: 375rem;
    z-index: 200
}

.comments-bg {
    width: 100%;
    height: 46rem
}

.comments-main {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.comments-left {
    width: 80%;
    height: 30rem;
    float: left;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5rem
}

.comments-content {
    width: 100%;
    height: 100%;
    line-height: 28rem;
    font-size: 14rem;
    color: #444;
    outline: none;
    border: none;
    background: none
}

.comments-num {
    width: 18%;
    height: 30rem;
    line-height: 30rem;
    text-align: center;
    font-size: 14rem;
    color: #666;
    float: right;
    background-color: #fff;
    border-radius: 5rem
}

.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: #ddd;
    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;
}