@media screen and (max-width:768px) {
  .khfw-vipfw-phone {
    width: 100%;
    margin: 0 auto;
  }
  .vip-list-content-phone{
    margin-top: -65px;
  }
  .div-title{
    width: 113px;
    height: 34px;
    border-radius: 0px 100px 100px 0px;
    border: 1px solid #2DCA88;
    margin:20px 0px;
    text-align: center;
  }
  .a-content{
    font-size: 14px;
    font-family: Microsoft Yahei;
    color: #25C884;
    line-height: 34px;
  }
  .vip-list-content-phone ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  .vip-list-content-phone ul li{
    width:100%;
    position:relative;
  }
  .vip-list-content-phone .article-img-phone img{
    width:100%;
       height: 230px;
  }
  .vip-list-content-phone .article-title-phone{
    position:absolute;
    top: 0;
    left: 0;
    background: #2DCA88;
    border-radius: 5px 0px 16px 0px;
    font-size: 18px;
    font-family: Microsoft Yahei;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    padding: 8px;
  }
  .vip-list-content-phone .article-content-phone{
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    background-color:#FFFFFF;
  }
  .article-summary-phone{
    font-size: 17px;
    font-family: Microsoft Yahei;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    padding: 37px 0px;
  }
  .article-img-phone{
    position: relative;
  }
  .article-subtitle-phone{
    background-color: #FFF8EB;
    padding: 10px 6px;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: #A15326;
    top: 83%;
    width: 100%;
    position: absolute;
    border-top-left-radius: 5px;
    height: 40px;
    overflow: scroll;
  }
  .article-subtitle-phone span{
    display: inline-block;
    background: linear-gradient(90deg, #3A2B1E 0%, #7E5534 100%);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 500;
    color: #FFDD95;
    line-height: 20px;
    padding: 0px 5px;
    margin-right: 13px;
  }
  .vip-list-content-phone .article-content-phone .article-subtitle-phone span{
    display: inline-block;
    background: linear-gradient(90deg, #3A2B1E 0%, #7E5534 100%);
    border-radius: 2px;
    font-size: 20px;
    font-family: Microsoft Yahei;
    font-weight: 500;
    color: #FFDD95;
    line-height: 20px;
    padding: 0 5px;
    margin-right: 13px;
  }
  .title-line{
    width: 100%;
    height: 1px;
    background-color:#EEEEEE;
    margin: 10px auto 20px auto;
    margin-top: -15px;
  }
  
  .khfw-list-box{
    display:none;
  }
}