*{margin:0;padding:0;font-family:deyihei}
a{text-decoration:none}
body{width:100%;overflow-y:hidden}
.header{width:100%;height:70px;background:#fff;position:fixed;z-index:99}
.header .logo{width:150px;position:absolute;top:18px;left:18px}
.header .search{width:40%;height:45px;float:left;left:70px;top:13px;position:absolute;border:2px solid #e2e2e2;border-radius:6px}
.header .search:hover{box-shadow:1px 2px 20px rgba(0,0,0,.2)}
.header .search .text{width:calc(100% - 100px);height:45px;border:0;outline:0;text-indent:15px;font-size:18px;border-radius:5px;line-height:45px;position:relative}
.header .search .button{width:70px;height:45px;font-size:17px;border:0;color:#000;background:#fff;outline:0;cursor:pointer;float:right;border-radius:0 5px 5px 0;position:absolute;right:0;top:0}
.header .search .button:active{background:#e2e2e2;border:1px solid #e2e2e2}
.header .search .del{width:20px;height:45px;position:absolute;right:70px;top:0;font-size:20px;cursor:pointer;text-align:center;line-height:45px;color:#9296a4;display:none}
.engines{width:100%;z-index:12}
.engines .vtab{width:100px;position:absolute;top:200px;left:10px;text-align:center;z-index:13}
.engines .vtab ul li{list-style:none;width:80px;height:35px;background:#fff;font-size:16px;cursor:pointer;margin:10px;line-height:35px;border-radius:5px}
.engines .vtab ul a{color:#000}
.engines .vtab ul a li.active,.engines .vtab ul a li:hover{background:#1e87eb;box-shadow:1px 2px 5px #000;color:#fff}
.engines .sitelist{width:100%;height:54px;position:relative;top:70px;z-index:13;background:#fff;border-bottom:1px solid #e0e0e0}
.engines .sitelist ul{width:98%;height:47px;position:absolute;left:1%;z-index:999;overflow:hidden;overflow-y:auto;white-space:nowrap}
.engines .sitelist ul li{width:118px;height:38px;line-height:38px;text-indent:12px;font-size:14px;position:relative;float:left;list-style:none;cursor:pointer;margin:6px 7px 8px}
.engines .sitelist ul a{color:#000}
.engines .sitelist ul a li.active,.engines .sitelist ul a li:hover{border-radius:5px;background:#1e87eb;color:#fff}
.ImgLoad{width:25px;height:25px;position:relative;top:6px;left:-5px;opacity:0;transition:opacity .5s ease}
.ImgLoad.loaded,.ImgLoad.loading{opacity:1}
.ImgLoad.error{opacity:1;content:url(/usr/themes/index/file/img/logo.svg)}
#iframe{width:100%;height:100%;position:absolute;top:0;border:0;z-index:1}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background-color:#1e87eb;border-radius:10px}
::-webkit-scrollbar-thumb{border-radius:10px;background-color:hsla(0,0%,94.1%,.5)}