/* 公共样式 */
.frmbody{position: absolute;z-index: 99;bottom: 25%;right: 50%;border-radius: 4px 0 0 4px;margin-right:-323px;}
.searchvolumn,.searchinput,.searchbutton{float:left;}
.searchvolumn  select{
    width: 100%;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    color: #666;
    border: none;
    background: #fff;
    border-radius: 10px 0 0 10px;}
.searchinput input{
width: 360px;
    height: 58px;
    border: none;
    background: #fff;
    outline: none;
    padding-left: 20px;
    line-height: 50px;font-size: 16px;}
.searchbutton input
{
    width: 120px;
    height: 60px;
    background:url(images/search.png) no-repeat 20px center #ff9900;
    border: none;
    outline: none;
    border-radius: 0 10px 10px 0;
        color: #fff;
    letter-spacing: 6px;
    font-size: 16px;
    padding-left: 35px;}
