/* 
*{
    border:1px solid red;
} */
.container{
    padding: 2.6667vw;
    background: #ffffff;
}
.container-pic{
    width: 100%;
    height: 40vw;
    border-radius: 1.3333vw;
}
.article-title{
    width: 100%;
    margin-top: 1.3333vw;
    font-size: 3.7333vw;
    color: #363636;
    font-weight: 400;
}
.article-info{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #bababa;
    border-bottom: 1px dashed #eee;
}
.see{
    margin-left: 4vw;
}
.comments-length{
    margin-left: 4vw;
}
.article-content{
    color: #8e8e8e;
    font-size: 3.2vw;
    margin-top: 1.3333vw;
}

/* footer */
.no-margin{
    width: 100%;
    height: 13.3333vw;
}

.footer{
  -moz-box-sizing: border-box;
       box-sizing: border-box;
    position:fixed;
    bottom: 0;
    width: 100%;
    
    height: 13.3333vw;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding:1.3333vw 2.6667vw;
    background: #ffffff;
}
.user-operation{
    width: 30%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.user-comments{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 70%;
    height: 10.6667vw;
   
}
.user-comments input{
    width: 90%;
    height: 100%;
    border-radius: 0.6667vw ;
    border: none;
    background: #f1f1f1;
    padding-left: 2.6667vw;
    color: #bababa;
    font-size: 4.8vw;
}
.see,.comments-length{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.see-icon{
  
    width: 4.1333vw;
    height: 2.9333vw;
    background: url(../images/see-icon.png) no-repeat;
    -o-background-size:100% 100%;
       background-size:100% 100%;
    margin-right: 1.3333vw;
     
    
}
.comments-icon{
    width: 2.9333vw;
    height: 2.9333vw;
    background: url(../images/contant-icon.png) no-repeat;
    -o-background-size:100% 100%;
       background-size:100% 100%;
    margin-right: 1.3333vw;

}
.kd-item-wrap{
    width: 30%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}