:root {
    --jumbotron-padding-y: 3rem;
}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    /* background-color: #fff; */
}

@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
 a{
     color: #333;
    text-decoration: none;

}

a:hover{text-decoration:none;}
li{
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.post{
  margin-top: 18px;
  border:0.4px solid hsl(0, 3%, 82%);
  background-color: hsl(0, 0%, 94%);
}

.clear{
    background-color: hsl(0, 0%, 94%);
    height: 7px;
   
   
}


.main-post{
    margin-top: 0px;
    background-color: hsl(0, 0%, 94%);
  
  }
  .title{
    padding:10px 0;
    margin: 0 auto;
width: 95%;

  }
  .miaoshu{
   
    padding:10px 0;
    margin: 0 auto;
width: 95%;
}

.vote{

padding:35px 0;
margin: 0 auto;
width: 95%;

}

.create-post{
   
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
.create-post ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  
 
}

.create-post li {
  float: left;
  width: 25%;
  list-style:none;
}

.create-post a {
  display: block;
  color: rgb(153, 147, 147);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: rgb(196, 180, 180);

}

.card2 {
  background-color: hsl(0, 0%, 94%);
  padding: 20px;
  margin-top: 20px;
}

.card2 a{
  color: #1a1414;
  text-decoration: none;

}



.post-conent{
 
  text-align: center;
}



.form-control{
margin-top: 10px;

width: 100%;
text-align: center;
}



  .user-show{
    margin-top: 0px;
  }


  .title-show{
    
    text-align: center;
    margin-top: 0px;
  }


   h3{
  
        font-size:1.08vw;
  
         font-family: 'Abril Fatface', cursive; 
   }
     h4{
   
  
  
         font-size:0.68vw;
   }
  
    h5{
    
  
    font-size:1vw;
  
  
  }
.fakeimg-two{
    margin-top: 0px;
}

  /* 图像部分 */
  .fakeimg {
    background-color: hsl(0, 0%, 94%);
    width: 100%;
    
   
  }
  
  iframe{
  
    width: 80%;
    margin-top: 2%;
    margin-bottom: 2%;
    height: 30%;
    margin-left: 10%;
  }
  
 

  .fakeimg img{
    height: 35%;
    width: 80%;
    border: 1px solid black;
    margin-top: 2%;
    margin-bottom: 2%;
    
    margin-left: 10%;
  
    background-color: lightblue;
  
  }
.card-top {
  margin-top: 2%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 999;

  top: 2%;
  padding: 20px;
  background-color: hsl(0, 0%, 94%);
}

.card-top a{
  color: #1a1414;
  text-decoration: none;

}




.dislike{
  float: right;
}
.comment img{
  width:20px;
}
.row {
  margin-right: 0px; 
 margin-left: 0px; 
}


@media screen and (max-width: 1024px) {
  .card-top {
    background-color: white;
  padding: 20px;
  margin-top:20px;
  position: relative;
  }
  
     h5{
  
        font-size:16.8px;
  
         font-family: 'Abril Fatface', cursive; 
   }
   
   h3{
  
        font-size:18.6px;
  
         font-family: 'Abril Fatface', cursive; 
   }
}


