.posnav{
    padding: 4.2667vw;
    color: #777888;
}
.posnav a{
    color: #777888;
}
.content .video-block{
    height: 51.2667vw;
    background-color: #2C3950;
    /* margin-top: 5.3333vw; */
    margin-bottom: 5.3333vw;
}
.content .title{
    /* padding-top: 4.2667vw; */
    padding-bottom: 2.2667vw;
    padding-left: 4.2667vw;
    padding-right: 4.2667vw;
}
.content .title .ico{
    width: 9.6vw;
    height: 4.8vw;
    line-height: 4.8vw;
    margin-right: 1.3333vw;
    text-align: center;
    display: inline-block;
    background-color: #FEB64E;
    box-shadow: 0 0.2667vw 0.2667vw 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.5333vw;
    color: #FFFFFF;
}
.content .title .tit{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.content .info{
    color: #999AAA;
    padding: 0 4.2667vw 2.4vw;
    border-bottom: 0.1333vw solid #F7F7FC;
}
.content .info .dot{
    width: 1.0667vw;
    height: 1.0667vw;
    margin-right: 0.6667vw;
    display: inline-block;
    background-color: #CCCCD8;
    vertical-align: middle;
}
.content .info .hits {
    display: inline-block;
}
.content .info .video-len{
    /* margin-right: 2.6667vw; */
}
.content .info .time{
    margin-right: 2.6667vw;
}
.content .info .correct{
    float: right;
    color: #007AFF;
    margin-right: 2.6667vw;
}
.content .info .correct a{
    color: #007AFF;
}
.content .info .hits .ico{
    width: 4.2667vw;
    height: 4.2667vw;
    display: inline-block;
    background: url(img/icon-hits2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.content .info .hits .txt{
    vertical-align: middle;
    line-height: 6.4vw;
}
.content .info .author{
    position: relative;
    /* display: inline-block; */
    padding-bottom: 1.333vw;
    margin-bottom: 1.333vw;
    border-bottom: 0.1333vw solid #F0F0F5;
}
.content .info .author .headpic {
    display: inline-block;
    width: 8.4vw;
    height: 8.4vw;
}
.content .info .author .headpic img{
    width: 100%;
    border-radius: 50%;
}
.content .info .author .nickname{
    display: inline-block;
    margin-left: 1.1333vw;
    /* font-size: 16px; */
}
.content .info .author .nickname span{
    display: block;
    font-size: 14px;
}
.content .info .author .nickname .name{
    color: #000;
    font-weight: bold;
}
.content .info .author .tougao{
    float: right;
    padding: 0 2vw;
    /*width: 14.9333vw;*/

    height: 6.4vw;
    line-height: 6.4vw;
    text-align: center;
    /* background-color: #FF9C00; */
    background-color: #ddd;
    border-radius: 0.5333vw;
    color: #fff;
    font-weight: 500;
}
.content .info .author .tougao a{
    color: #fff;
}
.content .txt .desc{
    color: #222226;
    line-height: 6.4vw;
    padding: 4.2667vw;
    font-size: 16px;
}
.content .txt .desc .link-full{
    color: #0076FF;
}
.related-block{
    padding-left: 4.2667vw;
    padding-right: 4.2667vw;
    padding-top: 2.2667vw;
    padding-bottom: 2.4vw;
}
.related-block .tit-block .tit{
    color: #222226;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.related-block .lists{
    clear: both;
}
.related-block .lists .ullist li{
    padding-top: 6.4vw;
    overflow: hidden;
}
.related-block .lists .ullist .left{
    width: 58vw;
    float: left;
}
.related-block .lists .ullist .title{
    height: 12.3333vw;
    line-height: 6.4vw;
    margin-bottom: 3.2vw;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
}
.related-block .lists .ullist .info{
    color: #999AAA;
    font-size: 12px;
}
.related-block .lists .ullist .right{
    float: right;
}
.related-block .lists .ullist .img{
    position: relative;
    z-index: 1;
}
.related-block .lists .ullist .right .img img{
    width: 21.8667vw;
    height: 21.8667vw;
    border-radius: 1.0667vw;
}
.related-block .lists .ullist .img .video .vbg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0.1;
    width: 21.8667vw;
    height: 21.8667vw;
    background-color: #000000;
}
.related-block .lists .ullist .img .video .len{
    position: absolute;
    left: 0;
    bottom: 0.6667vw;
    z-index: 10;
    width: 100%;
    height: 5.3333vw;
    line-height: 5.3333vw;
    text-align: left;
    text-indent: 1.3333vw;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    border-radius: 1.0667vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.related-block .lists .ullist .img .video .vico{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    /* 50%为自身尺寸的一半 */
    transform: translate(-50%, -50%);  
    width: 6.4vw;
    height: 6.4vw;
    display: block;
    background: url(img/icon-video.png) no-repeat;
    background-size: contain;
}


.video-look{
    margin-top: 5.3333vw;
    text-align: center;
}
.video-look .links{
    width: 91.4667vw;
    height: 11.7333vw;
    line-height: 11.7333vw;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    background-color: #66C571;
    border-radius: 5.8667vw;
}
.content .txt .introduction{
    line-height: 6.9333vw;
    font-size: 16px;
    color: #555666;
    padding: 5.3333vw 4.2667vw;
    border-bottom: 0.1333vw solid #F0F0F5;
}
.content .attribute-box{
    padding-top: 4.2667vw;
    padding-left: 4.2667vw;
    padding-right: 4.2667vw;
}
.content .attribute-box .attr-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2vw;
}
.content .attribute-box .attribute{
    margin-bottom: 0.6667vw;
    color: #555666;
}
.content .txt .stepcontent{
    padding: 2.3333vw 4.2667vw;
    border-bottom: 0.1333vw solid #F0F0F5;
}
.content .txt .stepcontent .step-title{
    color: #222226;
    font-size: 18px;
    line-height: 7.4667vw;
    font-weight: bold;
}
.content .txt .stepcontent .number{
    padding-top: 2.6667vw;
    padding-bottom: 2.6667vw;
    font-size: 18px;
}
.content .txt .stepcontent .number .curr{
    color: #66C571;
}
.content .txt .stepcontent .ptxt{
    color: #555666;
    font-size: 16px;
    line-height: 6.4vw;
}
.content .txt .stepcontent .ptxt p{
    margin-bottom: 3.2vw;
}
.content .txt .stepcontent .ptxt img{
    width: 100%;
    margin-bottom: 3.2vw;
    border-radius: 1.0667vw;
}
.content .txt .edittime{
    color: #555666;
}
.content .txt .statement{
    line-height: 6.4vw;
    padding: 2.3333vw 4.2667vw;
    color: #222226;
    border-bottom: 0.1333vw solid #F0F0F5;
}
.content .txt .statement .name{
    font-weight: 500;
    font-weight: bold;
}
.content .txt .wenda-tags{
    padding-top: 4.2667vw;
    padding-bottom: 4.2667vw;
    border-bottom: 0.1333vw solid #F0F0F5;
}
.content .txt .wenda-tags span{
    padding: 0.8vw 1.6vw;
    height: 6.4vw;
    line-height: 6.4vw;
    margin-bottom: 2vw;
    margin-left: 4.2667vw;
    display: inline-block;
    text-align: center;
    background-color: #F7F7FC;
    border-radius: 0.5333vw;
}
.lmgg-block{
    /*padding: 5.3333vw 4.2667vw;*/
    padding: 2.3333vw 0;
}
.lmgg-block  .gg-title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2.3vw;
}
.content.full .info{
    border-bottom: 0 none;
}
.content.full .answer-block{
    position: relative;
    margin-left: 4.2667vw;
    margin-right: 4.2667vw;
    padding: 2.2vw 3.2vw 3.2vw;
    background-color: #FCF6EA;
    border-radius: 1.0667vw;
}
.content.full .answer-block .answer{
    width: 70vw;
    display: inline-block;
    font-weight: 500;
    color: #FF9F14;
    font-family: "PingFangSC-Medium", "PingFang SC";
}
.content.full .answer-block .answer .fb{
    font-weight: bold;
}
.content.full .answer-block .ico{
    position: absolute;
    bottom: -3.6667vw;
    right: 2vw;
    top: 50%;
    /* 50%为自身尺寸的一半 */
    transform: translate(0, -50%);    
    width: 11.7333vw;
    height: 11.7333vw;
    display: block;
    background: url(icon-answer.png) no-repeat;
    background-size: contain;
}
.content .full-txt{
    padding: 2.2667vw 4.2667vw 2.2667vw;
    /* text-indent: 5.3333vw; */
    color: #555666;
    font-size: 16px;
    line-height: 6.4vw;
}
.content .full-txt img{
    width: 100% !important;
    height: auto !important;
    /* margin-bottom: 3.2vw; */
    border-radius: 1.0667vw;
}
.content .full-txt p{

    margin-bottom: 3.2vw;
}
.content .full-txt p img{
margin-top: 3.2vw;
}
.content .tagstxt{
    clear: both;
    height: 6.4vw;
    line-height: 6.4vw;
    padding-left: 4.2667vw;
    padding-right: 4.2667vw;
    margin-bottom: 2.2667vw;
    overflow: hidden;
}
.content .tagstxt span{
    padding: 0.5333vw 1.6vw;
    margin-right: 1.3333vw;
    background-color: #F7F7FC;;
    color: #555666;
}

.related-hot{
    padding-top: 2.2667vw;
    padding-left: 4.2667vw;
    padding-right: 4.2667vw;
}
.related-hot .tit-block .tit{
    color: #222226;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.related-hot .li-block{
    clear: both;
    padding-bottom: 2.3333vw;
}
.related-hot .li-block .left{
    width: 60.3333vw;
    float: left;
}
.related-hot .li-block .right{
    width: 21.8667vw;
    height: 21.8667vw;
    float: right;
}
.related-hot .li-block .title{
    color: #222226;
    font-size: 16px;
    font-weight: 600;
    line-height: 6.4vw;
}
.related-hot .li-block .tags{
    clear: both;
    height: 6.4vw;
    line-height: 6.4vw;
    margin-top: 1.1333vw;
    overflow: hidden;
}
.related-hot .li-block .tags span{
    padding: 0.5333vw 1.6vw;
    margin-right: 1.3333vw;
    background-color: #F7F7FC;;
    color: #555666;
}
.related-hot .li-block .info{
    padding-top: 1.1333vw;
}
.related-hot .li-block .info .sp{
    display: inline-block;
    margin-right: 4.2667vw;
    color: #555666;
}
.related-hot .li-block .info .sp .ico{
    vertical-align: middle;
}
.related-hot .li-block .info .sp .txt{
    font-size: 12px;
    color: #949494;
    vertical-align: middle;
}
.related-hot .li-block .img{
    width: 21.8667vw;
    height: 21.8667vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 1.0667vw;
}

.related-hot .li-block .img img{
    width:43.7334vw;
    min-height:21.8667vw;
    position: absolute;
    margin-left:-10.9335vw;
}
