.comment-section {
    background: rgba(255, 255, 255,1) none repeat scroll 0 0;
    color: #000;
    font-size: 9px;
    left: 0;
    margin: 0;
    padding: 6px 12px;
    position: fixed;
    width: 100%;
    bottom:70px;
    height: 36px;
}
.comment-section-show{
    bottom:2px;
}

.comment-input-box{
    width: 98%;
    display: flex;
    align-items: center;
}
.comment-input-item {
    width: 80%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #0bb20c;
}
.comment-input {
    border-radius: 5px;
    /*border: 1px solid #0bb20c;*/
    border: none;
    width: 100%;
    height: 30px;
    font-size: 12px;
    text-align: left;
    text-indent: 4px;
}
input:focus{
    outline:none;
    border: none;
    border-radius: 5px;
    text-indent: 4px;
}
input::-webkit-input-placeholder {  /* WebKit browsers*/
    color: #708090;
    /*background-color: #f9f7f7;*/
    font-size: 12px;
    text-indent: 4px;
}
input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/
    color: #708090;
    /*background-color: #f9f7f7;*/
    font-size: 12px;
    text-indent: 4px;
}
input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/
    color: #708090;
    /*background-color: #f9f7f7;*/
    font-size: 12px;
    text-indent: 4px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/
    color: #708090;
    /*background-color: #f9f7f7;*/
    font-size: 12px;
    text-indent: 4px;
}


.btn-box {
    width: 15%;
    height: 30px;
    margin-left: 2%;
}
.add-comment {
    background: #0bb20c;
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}

