@charset "UTF-8";

* {
    box-sizing:border-box;
}
body {
    margin:0;
    padding:0;
    font-weight:500;
    font-family:"Microsoft YaHei","宋体","Segoe UI","Lucida Grande",Helvetica,Arial,sans-serif,FreeSans,Arimo;
}
#container {
    /*width:800px;*/
    margin:0 auto;
}
div.search {
    padding:10px 0;
}
form {
    position:relative;
    width:80%;
    margin:0 auto;
}
input,button {
    border:none;
    outline:none;
}
input {
    width:100%;
    height:42px;
    padding-left:13px;
}
button {
    height:42px;
    width:42px;
    cursor:pointer;
    position:absolute;
}
/*搜索框6*/

.bar6 input {
    border:2px solid #c5464a;
    border-radius:5px;
    background:transparent;
    top:0;
    right:0;
}
.bar6 button {
    background:#c5464a;
    border-radius:0 5px 5px 0;
    width:60px;
    top:0;
    right:0;
}
.bar6 button:before {
    content:"抓取";
    font-size:13px;
    color:#F9F0DA;
}
