.sharevode {
    width: 100%;
    height: 85vw;
    position: relative;
}

.copyMsg {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%);
    z-index: 10000;
    color: #ffffff;
    animation: top 3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    opacity: 0;
}

@keyframes top {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.sharevodetitle {
    height: 12vw;
    width: 100%;
    background: #403e3e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sharevodetitle p {
    text-align: center;
    font-size: 16px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
}

.sharevodetop {
    width: 100%;
    height: 73vw;
    overflow-y: scroll;
    position: relative;
}

.sharevodebottom {
    width: 100%;
    height: 12vw;
    background: #2c2c2c;
    position: relative;
}

.sharevodebottom div {
    width: 6rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.sharevodebottom div img {
    width: 3vw;
}

.sharevodebottom div p {
    font-style: oblique;
    font-weight: 100;
}

.sharevodebottom .openpdf {
    position: absolute;
    right: 3vw;
    width: 1rem;
    top: 4.5vw;
}

.sharetab {
    width: 100vw;
    box-sizing: border-box;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sharetab .sharecontenttitle {}

.sharetab .sharecontenttitle span {
    display: inline-block;
    height: 11vw;
    line-height: 11vw;
    border-bottom: 2px solid #ffffff;
    margin-right: 1.5rem;
}

.sharetab .sharecontenttitle span.active {
    border-bottom: 2px solid #3377F2;
}

.commit-input {
    width: 100vw;
    background: #ffffff;
    height: 6vh;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 2vw;
}

.commit-input input {
    width: 83%;
    height: 100%;
    border: none;
    outline: none;
}

.sharetab img {
    width: 5vw;
}

.tag_blue,
.views_function,
.usercontent,
.pdflist,
.tag {
    box-sizing: border-box;
    padding: 0 5vw;
}

.tag_blue {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.tag_blue img {
    width: 0.7rem;
    display: inline-block;
    margin-right: 0.8rem;
}

.tag_blue span {
    font-size: 14px;
    font-family: ArialMT;
    color: #2662CE;
    /* line-height: 17px; */
    margin-right: 0.6rem;
    cursor: pointer;
}

.usercontent {
    width: 100vw;
    border-bottom: 1px solid #D8D8D8;
}

.usercontent .user {
    width: 100%;
    height: 2.5rem;
    margin: 1rem 0;
}

.userimg,
.userimgp {
    width: 11vw;
    height: 11vw;
    border-radius: 50px;
    float: left;
}

.usercontent .user div {
    float: left;
    margin: 0 0 0 2vw;
}

.usercontent .user div p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
}

.usercontent .user div span {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(96, 96, 96, 1);
}

.usercontent .user .button {
    float: right;
    width: 7rem;
    height: 1.6rem;
    background: rgba(203, 0, 0, 1);
    border-radius: 0.06rem;
    color: #fff;
    font-size: 10px;
    margin-top: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usercontent .user .ybutton {
    float: right;
    width: 7rem;
    height: 1.6rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.06rem;
    color: #fff;
    font-size: 10px;
    margin-top: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usercontent .content,
.usercontent .tag {
    clear: both;
}

.usercontent .contentp {
    font-size: 15px;
    font-family: ArialMT;
    color: rgba(48, 48, 48, 1);
    line-height: 5.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-weight: normal;
}

.usercontent .content span {
    font-size: 12px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #8D8D8D;
    cursor: pointer;
}

.usercontent .bigtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.usercontent .bigtitle h1 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    width: 80vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.views_function .views {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(101, 101, 101, 1);
}

.usercontent .function {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 17vw;
}

.usercontent .function div {
    display: flex;
    align-items: center;
}

.usercontent .function span {
    font-size: 13px !important;
}

.function div img {
    width: 1rem;
    margin-right: 0.5rem;
}

.usercontent .views {
    margin-bottom: 3vw;
    margin-top: 2.5vw;
}

.tag {}

.tag span {
    display: inline-block;
    height: 1.5rem;
    background: rgba(244, 244, 244, 1);
    border-radius: 0.76rem;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    padding: 0 16px;
    line-height: 1.5rem;
    margin: 0.92rem 0.5rem 0 0;
    cursor: pointer;
}

.pdflist {}

.pdflist .smallpdf {
    height: 36vw;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdflist .smallpdf .pdfcover {
    width: 43vw;
    height: 27.7vw;
}

.pdflist .smallpdf .pdfcover img {
    width: 100%;
    height: 100%;
}

.pdflist .smallpdf .pdfdescribe p {
    font-size: 14px;
    font-weight: 600;
    width: 40vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pdflist .smallpdf .pdfdescribe .views {
    font-size: 12px;
    color: #717171;
}

.commentlist {
    box-sizing: border-box;
    padding: 0 5vw;
}

.Otherscomments {
    clear: both;
    width: 100%;
    display: flex;
}

.commentlist .userimg {
    border-radius: 50px;
    float: left;
    width: 2.92rem;
    height: 2.92rem;
}

.Otherscomments .onecomment {
    margin: 0 0 0 1.4rem;
    float: left;
}

.Otherscomments .onecomment .time {
    margin: 0.67rem 0 0.6rem 0;
    position: relative;
}

.Otherscomments .onecomment .time p {
    font-size: 15px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 600;
    display: inline-block;
}

.Otherscomments .onecomment .time span {
    font-size: 12px;
    font-family: ArialMT;
    color: rgba(151, 146, 140, 1);
    margin-left: 0.67rem;
}

.Otherscomments .contentcomment {
    font-size: 14px;
    font-family: ArialMT;
    color: rgba(56, 56, 56, 1);
}

.Otherscomments .toole {
    margin-top: 1rem;
    cursor: pointer;
    position: relative;
}

.Otherscomments .toole .likeReply {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(151, 146, 140, 1);
}

.Otherscomments h2 {
    font-size: 13px;
    font-weight: 400;
    color: rgba(6, 94, 212, 1);
    cursor: pointer;
    margin-top: 0.42rem;
    display: flex;
    align-items: center;
}

.OtherscommentsSmall {
    display: flex;
    overflow: hidden;
}

.OtherscommentsSmall .onecomment {
    margin-left: 0.83rem;
}

.OtherscommentsSmall .onecomment .time {
    margin: 0.3rem 0 0.17rem 0;
    justify-content: space-between;
}

.OtherscommentsSmall .toole {
    margin-top: 0.8rem;
}

.owncommit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: #ffffff;
}

.avader {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: green;
    margin: 0 0.8rem;
}

.owncommit .imguser {
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 50px;
    display: inline-block;
    margin-right: 0.92rem;
    margin-left: 3vw;
}

.owncommit p {
    color: #3377F2;
    font-weight: 600;
}

textarea {
    border: none;
    outline: none;
    resize: none;
    background: none;
    height: 3.17rem;
    width: 60vw;
}

.Comment {
    display: none;
    margin-bottom: 20vh;
}

.Comment .title {
    float: right;
    margin-right: 5vw;
    position: relative;
}

.Comment .title p {
    font-size: 14px;
    display: inline-block;
    color: rgba(113, 113, 113, 1);
    cursor: pointer;
}

.Comment .title p img {
    width: 1.02rem;
    margin-right: 0.67rem;
}

.Comment .title ul {
    position: absolute;
    font-size: 12px;
    color: rgba(52, 52, 52, 1);
    background: #fff;
    text-align: center;
    width: 11rem;
    top: 2rem;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    cursor: pointer;
    display: none;
    z-index: 9;
}

.Comment .title ul li {
    height: 2rem;
    line-height: 2rem;
}

.sharecontentmask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
}

.sharecontentmask .pdfsomePOp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: rgba(255, 255, 255, 1);
    border-radius: 1rem 1rem 0rem 0rem;
}

.pdfsomePOp .Convert {
    border-bottom: solid 1px #EBEBEB;
}

.pdfsomePOp .Convert,
.pdfsomePOp .Report {
    height: 4.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdfsomePOp .icon-rightJian {
    margin-right: 4vw;
}

.pdfsomePOp .cancel {
    height: 4.5rem;
    border-top: solid 0.67rem rgba(239, 239, 239, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ConvertPop {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 107vw;
    background: rgba(255, 255, 255, 1);
    border-radius: 1rem 1rem 0rem 0rem;
    box-sizing: border-box;
    padding: 0 5vw;
}

.otherconvert {
    height: 15vw;
    display: flex;
    align-items: center;
    border-top: 1px solid #ededed;
}

.ConvertPop .ConvertPoptitle {
    text-align: center;
    font-size: 16px;
    margin: 9vw 0 6vw 0;
}

.otherconvert p {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.otherconvert p img {
    width: 5vw;
    margin-right: 4vw;
}

.ConvertPop .Determine {
    width: 90vw;
    height: 15vw;
    background: rgba(6, 94, 212, 1);
    border-radius: 1.2vw;
    color: #fff;
    margin-top: 6vw;
}

.no-sel-t {
    background: #cccccc !important;
}

.outgg {
    position: absolute;
    top: 5vw;
    right: 5vw;
    cursor: pointer;
    width: 12px;
}

.submit-content {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    height: 6rem;
    position: relative;
}

.submit-content textarea {
    width: 70vw;
    min-height: 2rem;
    margin: 0 auto;
    background: rgba(249, 249, 249, 1);
    border-radius: 0.33rem;
    padding: 3vw 3vw;
    margin-right: 4vw;
}

.submit-content button {
    background: rgba(6, 94, 212, 1);
    padding: 0.5rem 1rem;
    float: right;
    border-radius: 5px;
    color: #ffffff;
    margin: 1.3vw 4vw 1.3vw 0;
}

.pdfsomePOp p .icon-jubao,
.pdfsomePOp p .icon-zhuan {
    margin: 0 1.6rem;
}
