body{left:auto;right:auto;height:auto;position: static;}
.article{margin-top:5rem}
.articlelist {width:92%;margin:0 auto 10rem auto;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;}
.articlelist a{width:48%;border-radius:1rem;background-color:#fff;margin-top:1.5rem/*;box-shadow: 0 .8rem .5rem rgba(0,0,0,0.05);*/}
.articlelist a img{width:100%;height:13.5rem;object-fit:cover;-webkit-object-fit:cover;border-radius:1rem 1rem 0 0;display:block}
.articlelist a h2,.articlelist a p{width:90%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;margin:0 auto;}
.articlelist a h2{font-size:1.4rem;color:#000;font-weight:bold;margin-top:.8rem}
.articlelist a p{font-size:1.2rem;color:#c0c0c0;margin-top:.5rem}
.articlelist a button{margin:1.5rem auto}
/*测试详细页*/
.article_detail{font-size:1.4rem;text-align:left;olor:#000;background-color:#fff;width:100%;max-width:750px;bottom:0;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding:1rem 2rem 8rem 2rem}
.article_detail li{width:100%;float:left;padding:1rem 0;}
.article_detail li .title{width:100%;line-height:180%;font-size:15px;font-weight:bold;color:#333;float:left;}
.article_detail li .con{width:100%;line-height:180%;font-size:1.6rem;float:left;}
.article_detail li .con img{width:100%;margin-top:1.5rem}
.article_detail li .xuanxiang{width:100%;float:left;margin-top:1rem}
.formtips{font-size:1.2rem;line-height:3rem;margin-top:5rem;width:100%}
/*支付样式*/
#detail_agree_pay{width:90%;height:15rem;margin:25rem auto 0 auto;position:relative}
#detail_agree_pay p{width:50%;margin:0 auto;height:4.5rem;line-height:4.5rem;border:1px solid #FF6F6F;color:#FF6F6F;font-size:1.6rem;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;text-align:center;border-radius:.3rem}