<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title></title>
<style type="text/css">
body{ font-family: 'Tahoma';}
p{ margin: 0;}
#i_frame{
width: 253px; height: 490px; margin-left: 50px; border: 2px solid #bebebe; border-radius: 30px; background: #000;
box-shadow: 0 0 5px #000;
}
#top_panel{ height: 80px; display: -webkit-box; -webkit-box-align:center; -webkit-box-pack:center;}
#screen{
position: relative; width: 217px; height: 328px; margin: 0 auto;
box-shadow: -1px -3px 10px #000 inset;
background:
-webkit-gradient(radial, 0 0, 0, 0 0, 200, from(#00c9ff), to(rgba(0, 201, 255, 0)), color-stop(70%, #00b5e2)),
-webkit-gradient(radial, 197 328, 0, 197 328, 270, from(#00c9ff), to(#da7bb5), color-stop(50%, #00b5e2));
}
#camera{ display: inline-block; width: 4px; height: 4px; border: 2px solid #2f393a; border-radius: 3px;}
#receiver{ display: inline-block; width: 44px; height: 4px; border: 2px solid #2f393a; border-radius: 4px; background: #444444;}
#info{color: #fff; font-size: 12px;}
#s{ margin-left: 3px;}
#s span{ display: inline-block; border-left:3px solid #fff; margin-right: 1px ;}
#s_1{ height: 3px;}
#s_2{ height: 6px;}
#s_3{ height: 9px;}
#battery{position: absolute; top:4px; right: 2px; width: 19px; height: 8px; }
#battery span{ float: left; }
#battery .l{ width: 15px; height: 6px; border: 1px solid #fff;}
#battery .r{ width: 1px; height: 3px; margin-top: 2px; border: 1px solid #fff; border-left: 0;}
#time{
box-sizing:border-box; height: 67px; padding-top: 8px; background: #481244; opacity: 0.6; text-align: center; color: #fff; font-size: 14px;
background: -webkit-gradient(linear, left top, left bottom , from(#000), to(#795869),color-stop(50%, #816073));
}
#time em{ display: block; font:normal 36px/1 '\5FAE\8F6F\96C5\9ED1';}
#lock{
position: absolute; bottom: 0; box-sizing:border-box; width: 100%; height: 67px; padding: 0 17px; background: #4c2d3d;
background: -webkit-gradient(linear, left top, left bottom , from(#947f90), to(#5f3251),color-stop(50%, #d8bacf));
opacity: 0.9;
}
#slide{
position: relative;
height: 34px; line-height: 34px;
margin-top: 15px;
border-color: #fff;
border-style: solid;
border-width: 0 1px 1px 1px;
border-radius: 6px;
box-shadow: -1px 1px 10px #000 inset;
font-size:18px;
color: #fff;
text-indent: 3em;
letter-spacing:-1px;
overflow: hidden;
}
#word_layer{
z-index: 9;
position: absolute;