.box-rule {
    padding: 20px 30px;
    background: #f2f2f2;
}

.box-rule h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.vnt-form-faqs {
    margin-bottom: 30px;
}
.vnt-form-faqs__title {
        font-size: 18px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
}
.vnt-form-faqs__content {}

.vnt-form-faqs .vnt-form-grid  {
    display: grid;
    grid-template-columns: 40% 40% auto; 
    gap: 15px;  
}
.vnt-form-faqs textarea {
    height: 70px;
}
.vnt-form-faqs  .btn-submit {
    width: 100%;
}
.vnt-faqs-list {}
.vnt-faqs__item { 
    margin-bottom: 20px;
    position: relative;
    display: flex;
}
.vnt-faqs__item .i-img {
    width: 70px;
}
.vnt-faqs__item .i-img  img {}
.vnt-faqs__item .i-content {
    width: calc(100% - 70px);
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 30px;
}
.vnt-faqs__item:last-child .i-content  {
      border-bottom: 0;
    padding-bottom: 0;
}
.vnt-faqs__item .i-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.vnt-faqs__item .i-info {
    display: flex;
    justify-content: space-between;
        font-size: 13px;
    color: #666;
     line-height: 20px;
}

.vnt-faqs__item .poster-date { 
    
 }
.vnt-faqs__item .i-date {}
.vnt-faqs__item .i-tool {
   line-height: 20px;
}
.vnt-faqs__item .i-tool a {
     color: #666;
}
.vnt-faqs__item .i-tool a:hover {
    color: var(--web-color1);
}
.vnt-faqs__item .i-tool ul {
    display: flex;
    align-items: center; 
}
.vnt-faqs__item .i-tool li {
    border-left: 1px solid #cccccc;
    padding-left: 10px;
    margin-left: 10px;
}
.vnt-faqs__item .i-tool li:first-child {
  border-left: 0;  
  padding-left: 0;
    margin-left: 0;
}
.vnt-faqs__item .i-tool .num_com {
    color: var(--web-color);
}




.comment-row {}
.comment-box {
    padding: 12px;
    background: rgba(204, 204, 204, .3);
    margin-top: 15px;
    position: relative;
}

.comment-box::before {
    content: '';
    border-bottom: 10px solid  rgba(204, 204, 204, .3);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 30px;
    top: -10px;
}
.cm-content {
    margin-bottom: 10px;
}
.cm-info {
    display: flex;
    justify-content: space-between;
        font-size: 13px;
    color: #666;
     line-height: 20px;
}

.comment-row .poster-date { 
    
 } 
.comment-row .i-tool {
   line-height: 20px;
}
.comment-row .i-tool a {
     color: #666;
}
.comment-row .i-tool a.active,
.comment-row .i-tool a:hover {
    color: var(--web-color1);
}
.comment-row .i-tool ul {
    display: flex;
    align-items: center; 
}
.comment-row .i-tool li {
    border-left: 1px solid #cccccc;
    padding-left: 10px;
    margin-left: 10px;
}
.comment-row .i-tool li:first-child {
  border-left: 0;  
  padding-left: 0;
    margin-left: 0;
}
.comment-row .i-tool .num_like {
    color: var(--web-color);
}





.form-comment {
    margin: 15px 0;
}
.form-comment .fc-content {
    margin-bottom: 10px;
}
.form-comment .fc-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-comment .fc-name {
    width: calc(100% - 80px);
}
.form-comment .fc-button {
    width: 70px;
    text-align: right;
}
.form-comment .fc-button button {
    width: 100%;
    min-width: 70px;
    text-align: center;
}
.form-comment .fc-button button:hover {}











@media all and (max-width: 991px) {          

}

@media all and (max-width: 767px){    
   .vnt-form-faqs .vnt-form-grid {
    display: block;
   } 
   .vnt-form .form-input {
    margin-bottom: 10px;
   }

   .vnt-faqs__item .i-img {
    display: none;
   }

   .vnt-faqs__item .i-content {
    width: 100%;
   }
}

@media all and (max-width: 480px) { 

    .vnt-faqs__item .i-tool .a-num { display: none;}

}

@media all and (max-width: 360px) {
    
}







