.search_box {
    position:absolute;
    right:0;
    top:0;
    width:300px;
    height:29px;
    border:2px solid #c20202;
    border-right:none;
    background-color:#fff;
    overflow:hidden;
    box-shadow:2px 1px 1px rgba(200, 200, 200, 0.5) inset
}
#header .search_box .sea_input {
    float:left;
    width:228px;
    margin:5px;
    height:20px;
    line-height:20px;
    color:#bbb;
    outline:none;
    border:none;
    background:none
}
#header .search_box .sea_submit {
    font-size:15px;
    color:#fff;
    float:right;
    height:29px;
    width:62px;
    padding-left:6px;
    border:none;
    background-color:#c20202;
    cursor:pointer;
    letter-spacing:5px;
    overflow:hidden
}
#header .search_box .sea_submit:hover {
    color:#ffd736
}
.search_result {
    display:none;
    position:absolute;
    border:1px solid #e80303;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
    width:238px;
    margin:26px 0 0 -6px;
    background-color:#fff;
    z-index:2001;
    overflow-x:hidden
}
.search_result li {
    padding:5px 8px;
    cursor:default;
    background-color:#fff;
    color:#666
}
.search_result li.on {
    background-color:#f4f4f4
}
.new_header .search_result {
    margin:27px 0 0 -9px;
    width:380px
}
.new_header .hd_cart {
    top:0
}
.new_header .hd_cart .tit {
    border-color:#c20202
}
.new_header .hd_cart .tit span {
    background-color:#c20202
}
#header.new_header .hd_main {
    margin-top:20px;
    height:90px;
    padding-bottom:5px
}
.new_header .hd_main .intro {
    margin:0;
    position:absolute;
    right:0;
    width:352px
}
.new_header .hd_main .intro li {
    width:125px
}
.new_header .hd_main .intro li.no2 {
    width:116px
}
.new_header .hd_main .intro li.no3 {
    width:110px
}
#header.new_header .search_box {
    right:200px;
    top:666px;
    width:360px;
    height:30px;
    border-color:#e80303
}
#header.new_header .search_box .sea_input {
    margin:7px 8px 0;
  
}
#header.new_header .search_box .sea_submit {
    background-color:#e80303;
    width:80px;
    height:32px
}
.head_search_hot {
    position:absolute;
    top:58px;
    right:404px;
    width:450px;
    height:16px;
    overflow:hidden
}
.head_search_hot span {
    color:#999
}
