document.writeln("<!--WAP底部悬浮-->");
document.writeln("<style>");
document.writeln("@media screen and (max-device-width:800px){ /**WAP**/");
document.writeln(".bottom_fixed{ position:fixed; bottom:0px; width:100%; z-index:9999;right:0;left:0}");
document.writeln(".bottom_fixed div{ width:60px; height:20px;background-color:transparent; text-align:center; line-height:20px; right:0; top:-20px; position:absolute; cursor:pointer;}");
document.writeln(".bottom_fixed div:hover{ background:#F66; color:#FFF}");
document.writeln(".bottom_fixed a{text-decoration:none; color:black}");
document.writeln(".bottom_fixed a img{ height:95px; width:100%;}");
document.writeln("}");
document.writeln("@media screen and (min-width:800px){ /**PC**/");
document.writeln(".bottom_fixed{ position:fixed; bottom:0px; left:50%; margin-left:-475px; z-index:9999;}");
document.writeln(".bottom_fixed div{ width::50px; height:24px; text-align:center; line-height:24px;background-color:transparent; right:0; top:-24px; position:absolute; cursor:pointer}");
document.writeln(".bottom_fixed div:hover{ background:#F66; color:#FFF}");
document.writeln(".bottom_fixed a{text-decoration:none; color:black}");
document.writeln(".bottom_fixed a img{ height:120px; width:950px;}");
document.writeln("}");
document.writeln("</style>");
document.writeln("<div class=\"bottom_fixed\">");
document.writeln("<a href=\"https://04.c04117725.com\" rel=\"nofollow\" target=\"_blank\"><img id=\"sjdfjkjimg\" src=\"\"><div>关闭</div></a>");
document.writeln("</div>");
document.writeln(" ");
document.writeln("<script>");
document.writeln("var imgs =[\"6630f17c5d556db1e0402327.gif\", \"6630f17c5d556db1e0402327.gif\", \"6630f17c5d556db1e0402327.gif\"];    //（设定想要显示的图片）");
document.writeln("var x = 0;        ");
document.writeln("function time1(){");
document.writeln(" ");
document.writeln("x++;    ");
document.writeln("x=x%3;         //         超过2则取余数，保证循环在0、1、2之间");
document.writeln("var  imgurl=\"https://www.Yxg721.top/images/\"+imgs[x];");
document.writeln("document.getElementById(\"sjdfjkjimg\").src  =imgurl;");
document.writeln("console.log(imgurl)");
document.writeln("}");
document.writeln("setInterval(\'time1()\',5000);  ");
document.writeln("</script>");