body,html {width:100%;height:100%;}
.help-content {width:100%;padding:30px;background:#F9F9F9;box-sizing:border-box;overflow:auto;}
.help-content .list {display:flex;flex-wrap:wrap;width:1180px;/* height:100%;*/}
.help-content .list li {width:356px;height:416px;background:#FFFFFF;margin-bottom:30px;border-radius:12px;margin-right:30px;}
.help-content .list .tit {border-bottom:2px solid #F9F9F9;height:50px;line-height:50px;padding:0 30px;font-size:20px;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:space-between;}
.help-content .list .tit .spot span {display:block;background:#fff;width:6px;height:6px;border-radius:50%;margin-left:5px;}
.help-content .list .tit .spot {display:flex;align-items:center;}
.help-content .list .des {color:#212121;font-size:14px;line-height:24px;padding:30px;}
.help-content .list p {color:#686868;font-size:14px;line-height:36px;padding-left:30px;display:flex;align-items:center;}
.help-content .list p span {width:18px;height:18px;border:2px solid #686868;border-radius:50%;display:block;box-sizing:border-box;margin-right:15px;}
.help-content .list li:hover {box-shadow:0px 20px 40px 0px rgb(0 0 0 / 10%);}
.help-content .list li:hover .tit {background:#FF6542;color:#fff;}
.help-content .list li:hover .des {border-color:#FF6542;}
.help-content .list li:hover p:nth-of-type(1) {border-color:#FF6542;}
.help-content .list li p:nth-of-type(1) {border-top:2px solid #F9F9F9;}
.help-content .list li .item {padding:0 30px;}
.help-content .list li:hover .item {}
.help-content .list li:hover .item p:nth-of-type(1) {}
.help-content .list p:hover {color:#FF6542;cursor:pointer;}
.help-content .list p:hover span {border-color:#FF6542}
.help-content .list li:nth-of-type(3n) {margin-right:0;}
