*{
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: '微软雅黑', Arial;
}
ul, ol, li {
    list-style-type: none;
}
img {
    border: 0;
    vertical-align: middle;
  
}
#qipt{
position:absolute;
top:20px;
left:-120px;
width:250px;
height:50px;
border:1px solid #00b0f0;
border-radius: 0px;
padding:0 10px;
}
.code{
    position: relative;
left:-70px;
    top:-150px;
    width:1140px;
    height: 190px;
}
.code2{
    position: absolute;
left:670px;
    top:30px;
    width:100px;
    height: 100px;
}

a:link {
    color: #333;
    text-decoration: none;
}
a:visited {color: #333}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.clear {
    clear: both;
}