.search {
    width: 100%;
    padding: 0.8em 0;
    background: #039267;
    position: relative;}
.search div {
    height: 2.15em;
    width: 96%;
    margin: 0 auto;}
.search .searchText {
    width: 73%;
    border-radius: 25px;
    font-size: 1.1965em;
    color: #666666;
    line-height: 1.8em;
    text-indent: 1.8em;
    float: left;
    background: #fff url(_m/images/search.png) no-repeat 0.4em center;
    background-size: 5.5%;}
.search .sub {
    width: 21.5%;
    background: #fff;
    border-radius: 25px;
    font-size: 1.252em;
    text-align: center;
    line-height: 1.65em;
    display: block;
    float: right;
    cursor: pointer;}
