 .agl-hover {
                outline: 2px solid rgba(244,67,54,0.99) !important;
                background-color: rgba(244,67,54,0.2) !important;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
            }
            .agl-highlight-current {
                outline: 2px solid rgba(255,87,34,0.99) !important;
                background-color: rgba(255,87,34,0.4) !important;
            }
            .agl-highlight-similar {
                outline: 2px dashed rgba(255,87,34,0.99) !important;
                background-color: rgba(255,87,34,0.4) !important;
            }
            .agl-highlight-group {
                outline: 4px double rgba(255,87,34,0.99) !important;
                background-color: rgba(255,87,34,0.4) !important;
            }
            .agl-cover-current {
                
                position: absolute !important;
                top: 0;
                left: 0;
                z-index: 9 !important;
        
                outline: 2px solid rgba(33,33,33,0.99) !important;
                background-color: rgba(33,33,33,0.6) !important;
            }
            .agl-cover-similar {
                
                position: absolute !important;
                top: 0;
                left: 0;
                z-index: 9 !important;
        
                outline: 2px dashed rgba(33,33,33,0.99) !important;
                background-color: rgba(33,33,33,0.6) !important;
            }
            .agl-cover-group {
                
                position: absolute !important;
                top: 0;
                left: 0;
                z-index: 9 !important;
        
                outline: 4px double rgba(33,33,33,0.99) !important;
                background-color: rgba(33,33,33,0.6) !important;
            }
            .agl-cover-focus {
                outline: 3px solid rgba(255,165,0,0.99) !important;
                background-color: rgba(255,165,0,0.4) !important;
            }

            *{margin:0; padding:0}
            .box{ width:100%; margin:0 auto; max-width:640px; font-family: "微软雅黑";}
            .title{ width:94%; margin:3% auto; font-size:19px; line-height:27px; letter-spacing: 1px; font-weight:bold}
            .date{ width:94%; margin:0 auto; font-size:16px; margin-bottom:4%; color:#666}
            .article{ width:94%; margin:0 auto 3%; font-size:17px; line-height:28px; color:#414141; letter-spacing: 1px; text-indent: 2em;}
            .img{ width:94%; margin:0 auto 3%; overflow:hidden}
            .img img{ width:100%; float:left}
            .ping{ width:94%; margin:3% auto 80px}
            .ping .p_title{ font-size:19px; font-weight:bold; color:#3f3f3f; margin-bottom:5%}
            dl{ width:100%; overflow:hidden; padding-bottom:4%; margin-bottom:7%}
            dl dt{ width:10%; float:left}
            dl dt img{ width:100%; border-radius:100px}
            dl dd{ width:87%; float:right}
            dl dd.blue{ font-size:16px;}
            dl dd.main{ color:#3f3f3f; font-size:17px; line-height:26px; margin-top:2.5%}
            dl dd.main img{width:100%}
            dl dd.huifu{ background-color:#FAF7F7; font-size:15px; line-height:22px; padding:2% 2.5%; width:82%; border-radius:8px; margin-top:3%; color:#666}
            dl dd.huifu p{ margin-bottom:2%}
            dl dd.d_huifu{ text-align:right; color:#6f6f6f; font-size:14px}
            dl dd.huifu .gray{ color:#2E75B5}
            .foot{ overflow:hidden; position:fixed; bottom:0; left:0; right:0; width:94%; background-color:#f5f5f5; padding:2% 3% 3%; max-width:640px; margin:0 auto}
            .foot .center{ width:72%; color:#333;float:left; margin-top:1%; font-size:16px; font-weight:bold; margin-left:2%}
            .foot .right{ width:20%; background-color:#92D050; color:#fff; text-align:center; line-height:28px;float:right; font-size:14px; border-radius:5px; margin-top:2%}
            .model {width: 100%;height: 100%;background-color: rgba(0, 0, 0, .6);position: fixed;top: 0;left: 0; font-size:16px; display:none}  
            .model_content {width: 300px;height: 200px;background-color: #fff;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 10px;box-shadow: 0 0 30px rgba(0, 0, 0, .6);text-align: center;}   
            .model .model_content .model_img {width:15%; margin:25px auto 0}
            .model .model_content .model_img img{ width:100%}       
            .model_center {line-height: 30px}   
            .close {position: absolute;right: 10px;top: 5px;width: 20px;height: 20px}
            .red{ letter-spacing: 0; color:#c00000; font-weight:bold;}
            @media only screen and (min-width:480px) {
                dl dt{ width:8%}
                dl dd{ width:89%}
                .foot{ padding:0}
                .foot .left{ width:10%;}
                .foot .center{ font-size:20px;}
            }   