.search{    position: absolute;
    right: 20%;
    top: 6%;
    z-index: 999;}
    .input{
    width: 225px;
    height: 35px;
    line-height: 45px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;}
    .search span {
    width: 76px;
    background-color: #aa040b;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: right;
    line-height: 35px;}.search span input[type="image"] {
    padding-right: 5px;
    vertical-align: -3px;}@media screen and (max-width: 1024px) {
   .search{display:none;}
}
/**组件样式**/
    .search2 span {
    width: 76px;
    background-color: #df0026;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: right;
    line-height: 35px;}.search2 span input[type="image"] {
    padding-right: 5px;
    vertical-align: -3px;}.input2 {
    width: 80%;
    height: 35px;
    line-height: 45px;
    background-color: #fff;
    box-sizing: border-box;
    float: left;
    text-indent: 10px;}.search2 span {
    width: 20%;
    background-color: #aa040b;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: right;
    line-height: 35px;}
