html{
  background-color: #f2f2f2;
}
.container{
    padding: 10px 0 80px 0;
}
.container .faqTitle{
        margin: 60px 80px 0 50px;
}
.container .faqTitle p:nth-child(1){
          font-size:30px;
          font-family:SegoeUI;
          font-weight:400;
          color:rgba(0,0,0,.8);
        }
.container .faqTitle p:nth-child(2){
        margin: 20px 0 26px 0;
        font-size:16px;
        font-family:SegoeUI;
        font-weight:normal;
        color:rgba(82,82,82,1);
}
.faqList{
    margin: 60px 80px 0 50px;
}
.faqList li .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 26px;
    font-size: 16px;
    font-family: SegoeUI;
    color:rgba(0,0,0,.85);
    border-bottom: 1px solid #ebeef5;
    font-weight: 500;
    transition: border-bottom-color .3s;
    cursor: pointer;
}
.faqList li .title i{
    margin-right: 10px;
}
.faqList li .info{
    background-color: rgba(236, 235, 235,.4)!important;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px!important;
    font-family: SegoeUI!important;
    font-weight: normal!important;
    color: rgba(0, 0, 0, 0.75) !important;
    line-height: 26px!important;
}
@media screen and (max-width:768px){

    .container{
       width: 100%;
       padding: 10px 0 40px 0;
    }
    .container .faqTitle{
        margin:30px;
   }
   .container .faqTitle p:nth-child(1){
    font-size:24px;
   }
  .faqList{
    margin:30px;
  }
}
