.guide-detail{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 260px;
}
.guide-detail h4{
  padding-top: 55px;
  font-weight: 600;
  font-size: 22px;
  line-height: 105.9%;
  color: #FB4B42;
}
.guide-detail .header_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #D9D9D9;
}
.guide-detail .header_block h3{
    font-weight: 600;
    font-size: 38px;
    line-height: 105.9%;
    color: #121212; 
}
.guide-detail .header_block .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 52px;
  background: #F8F8F8;
  border-radius: 42px;
}
.guide-detail .header_block .btn.hide{
  display: none;
}
.guide-detail .header_block .btn span{
  font-weight: 400;
  font-size: 18px;
  line-height: 120.9%;
  color: #FB4B42;
  margin: 0 10px 0 10px;
}

.guide-detail .content{
    margin: 70px 0 28px 0;
    text-align: center;
}
.guide-detail .content p{
  text-align: center;
}
.guide-detail .content img{
    max-width: 100%;
}
.hot-resource{
    width: 330px;
}
.hot-resource h3{
    margin-top: 83px;
    margin-bottom: 22px;
    border-left: 4px solid rgba(252, 75, 66, 1);
    padding-left: 16px;
    font-size:16px;
    font-weight:500;
    line-height: 32px;
    color:rgba(102,102,102,1);
}
.hot-resource li{
    padding: 0 0 16px 20px;
    line-height:20px;
    font-size:14px;
    color:rgba(102,102,102,1);
    cursor: pointer;
}