
p{
  margin: 0;
  color: #333;
}

img{
  width: auto;
  height: auto;
}

.content{
  max-width: 1218px;
  margin: auto;
  padding: 20px;
}
.content>.p{
  border-bottom: solid #254267 3px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.content>.p>span{
  display: block;
  padding: 0 15px 0 15px;
  height: 35px;
  background-color: #254267;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  line-height: 35px;
}
.content>.p span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border-bottom: 35px solid #254267;
  border-left: 50px solid transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.content .main-content{
  min-height: 1000px;
  width: 100%;
  /* background-color: #292A2D; */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.content .main-content .main-content-title{
  font-size: 24px;
  padding: 10px 10px 10px 10px;
  color: #333;
}
.content .main-content .main-content-intro{
  font-size: 14px;
  padding: 0 10px 0 10px;
  color: #fff;
  line-height: 26px;
  color: #333;
}
.content .main-content img{
  width: 100%;
}
.content .main-content .main-content-content{
  font-size: 14px;
  padding: 10px 10px 0 10px;
  line-height: 26px;
  color: #333;
}
.content .main-recommend{
  width: 100%;
}
.content .main-recommend .main-recommend-title{
  color: crimson;
  padding: 20px 0 20px 0;
}
.content .main-recommend .main-recommend-content{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  background-color: #ffff;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  row-gap: 20px;
  column-gap: 60px;
  justify-content: center;
}
.content .main-recommend .main-recommend-content .item p{
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.content .main-recommend .main-recommend-content img{
  width: 100%;
  height: auto;
}

.main-classify{
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 20px;
  column-gap: 20px;
  /* background-color: #292A2D; */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  padding: 10px;
}
h3{
 padding-top: 20px; 
}
.main-classify .item{
  display: flex;
  border-bottom: 1px solid #8f897c!important;
  /* background-color: #fff; */
}
.main-classify .item .item-left{
  width: 50%;
}
.main-classify .item .item-right{
  padding-left: 10px;
  width: 50%;
  font-size: 16px;
  /* background-color: #254267; */
}
.main-classify .item .item-right p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制在两行内 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-classify .item .item-right .a-item{
  font-weight: 700;
  /* color:#fff; */
}
.main-classify .item .item-right-classify{
  padding-top:10px;
  font-size: 12px;
  color: #337ab7;
  font-weight: 700;
}
.main-classify .item .item-left img{
  width: 100%;
}





@media screen and (max-width:1218px) {
  .content .main-recommend .main-recommend-content{
    padding: 5px;
    grid-template-columns: repeat(3,1fr);
  }
}

@media screen and (max-width:900px) {
  .content .main-recommend .main-recommend-content{
    padding: 5px;
    grid-template-columns: repeat(2,1fr);
  }
}




@media screen and (max-width:1218px){
  .main-classify{
    grid-template-columns: repeat(2,1fr);
  }
  .main-classify .item .item-right .a-item{
    font-size: 14px;
  }
}

@media screen and (max-width:1218px){
  .content{
    padding: 20px 100px 20px 100px;
  }
  .content .main-content{
    width: 100%;
  }
  .content .main-recommend{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  img{
    width: auto;
    height: auto;
  }
  #app{
    max-width: 100%;
    margin: auto;
  }
  .content{
    padding: 10px;
  }
  .content .main-content{
    width: 100%;
  }
  .content .main-recommend{
    width: 100%;
  }
  .content .main-recommend .main-recommend-content .item{
    width: 90%;
  }
  .content .main-recommend .main-recommend-content{
    text-align: center;
    grid-template-columns: repeat(1,1fr);
    justify-items: center;
  }
  .content .main-recommend .main-recommend-content img{
    width: 90%;
    height: auto;
  }
  .main-classify{
    grid-template-columns: repeat(1,1fr);
    padding:0;
  }
  .main-classify .item .item-right {
    width: 65%;
  }
  .main-classify .item .item-left {
    width: 45%;
  }
  .main-classify .item .item-right .a-item{
    font-size: 15px;
  }
  .main-classify .item .item-right-classify{
    font-size: 12px;
  }
}
@media screen and (max-width:480px){
  .content .main-recommend .main-recommend-content .item{
    width: 100%;
  }
}

@media screen and (min-width:1218px) {
  #a-button:hover{
    color: #CC0013;
  }
}








.comment{
  padding: 20px;
}
.comment .comment-content{
  margin: auto;
  max-width: 1218px;
  background: linear-gradient(180deg,#15263B,  rgb(8, 6, 6) );
  background-color: #605AFF;
  padding: 30px;
  border: 2px solid #fff;
  border-radius: 8px;
}
.comment>.comment-content>.star>img{
  cursor: pointer;

}
.comment .comment-content .star img{
  width: 30px;
  height: 30px;
}
.comment .comment-content .title{
  color: #fff;
}
.comment .comment-content .input-name input{
  width: 220px;
  height: 40px;
  outline: none;
  border: none;
  box-sizing: border-box;
  color: #121212;
  border-radius: 4px;
  margin: 10px 0 10px 0;
  padding: 8px;
}
.comment .comment-content .input-name input::placeholder{
  color: #65581d;
}
.comment .comment-content .input-content textarea{
  outline: none;
  border: none;
  box-sizing: border-box;
  color:#121212;
  margin: 10px 0 10px 0;
  border-radius: 4px;
  font-size: 18px;
  padding: 8px;
  width: 90%;
}
.comment .comment-content .input-content textarea::placeholder{
  color: #65581d;
}
.comment .comment-content .button button{
  width: 100px;
  height: 34px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(180deg,#F7A465, #F5D847);
  color: #fff;
  text-shadow: 2px 2px gray;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
}
.comment .comment-record{
  margin-top: 20px;
  border-top: 2px solid #ac3ce9;
}
.comment .comment-record .item-all{
  margin-top: 15px;
}
.comment .comment-record .item-all .item{
  margin-bottom: 40px;
}
.comment .comment-record .item-all .item .user-star{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment .comment-record .item-all .item .user-star .user-message{
  color: #D7D1F4;
  font-size: 14px;
}
.comment .comment-record .item-all .item .user-star .user-message span{
  color:#F8D746;
  font-size: 24px;
}
.comment .comment-record .item-all .item .user-comment{
  color: #cdcdcd;
  font-size: 14px;
  margin-top: 4px;
  width: 70%;
  line-height: 26px;
}


@media screen and (max-width:767px) {
  .comment{
    padding: 10px 0 0 0;
  }
  .comment .comment-content .star img{
    width: 20px;
    height: 20px;
  }
  .comment .comment-record .item-all .item .user-star .user-message{
    font-size: 12px;
  }
  .comment .comment-record .item-all .item .user-star .user-message span{
    font-size: 20px;
  }
  .comment .comment-record .item-all .item .user-comment{
    font-size: 13px;
    width: 70%;
    line-height: 22px;
  }
}
@media screen and (max-width:500px) {
  .comment .comment-record .item-all .item .user-comment{
    font-size: 13px;
    width: 90%;
    line-height: 22px;
    margin-top: 20px;
  }

}