@charset "utf-8";
htnl,body{ background:#fff;}

/*----------APP产品分区----------*/
.appcomm_box{ width:100%; padding:0 0.6rem; box-sizing:border-box;}
.app_content{ width:100%; height:68px; margin:20px 0; overflow:hidden;}
.app_img{ width:68px; height:68px; margin:0 20px 0 6px; overflow:hidden; float:left;}
.app_infor{ font-size:12px; color:#999; line-height:18px; float:left;}
.app_infor .app_name{ font-size:15px; color:#333; font-weight:600; margin-top:4px;}
.app_infor .app_size{ margin-top:6px;}

/*----------产品下载分区----------*/
.partition_box{ width:100%;}
.partition_top{ width:100%; height:32px; font-size:12px; color:#666; line-height:32px; text-align:center; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.download_box{ width:166px; margin:20px auto; overflow:hidden;}
.download_list{ width:68px; font-size:14px; text-align:center; float:left;}
.download_box .android{ margin-right:30px;}
.download_icon{ width:68px; height:68px; border-radius:10px; background:#83ae29; display:block; overflow:hidden;}
.download_icon img{ width:52px; height:52px; margin:8px 0 0 8px;}
.edition{ line-height:18px; margin-top:4px;}

/*----------注意事项----------*/
.careful_list{ width:100%;}
.careful_list_top{ width:100%; height:40px; font-size:14px; line-height:40px; background:#efefef; border-bottom:1px solid #dedede; padding:0 0.6rem; box-sizing:border-box;}
.detail_icon{ width:14px; height:14px; background:url(../images/arrow_icon.png) center center no-repeat; background-size:8px 14px; margin-top:13px; float:right; float:right;}
.careful_list.current .detail_icon{ transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg);}
.careful_list_content{ width:100%; border-bottom:1px solid #dedede; display:none;}
.careful_list.current .careful_list_content{ display:block;}
.explain_list{ width:100%; padding:0 0.6rem; font-size:14px; color:#999; line-height:20px; box-sizing:border-box;}
.explain_list .problem_font{ font-size:16px; color:#333; line-height:26px; margin:6px 0;}
.explain_list .solve{ padding:0 10px; margin-bottom:4px;}
.explain_list .explain_img{ max-width:320px; padding:0 10px; margin-bottom:20px;}
.explain_list .explain{ font-size:15px; color:#999; line-height:20px; margin:6px 0;}




