.input1 {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    line-height: inherit;
    position: relative;
    min-height: 1px;
    /* float: left;*/
    width: 140px;
    border-radius: 0 !important;
    color: #858585;
    border: 1px solid #d5d5d5;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    box-shadow: none !important;
    transition-duration: .1s;
    background: #FFF;
}

.ul1 li {
    display: inline;
    margin-right: 20px;
}

.div2 {
    width: 300px;
    float: left;
}

.div3 {
    margin-top: 20px;
    width: 300px;
    float: left;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.outer {
    position: relative;
    margin: 20px auto;
    width: 200px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #ccc;
    background: #ccc9c9;
}

.outer span,
.filter-box,
.inner {
    position: absolute;
    top: 0;
    left: 0;
}

.outer span {
    display: block;
    padding: 0 0 0 36px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.filter-box {
    width: 0;
    height: 100%;
    background: #7bbb55;
    z-index: 9;
}

.outer.act span {
    padding: 0 36px 0 0;
    /*font-size: 5px;*/
}

.inner {
    width: 36px;
    height: 36px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-family: "STKaiti";
    z-index: 10;
    /*font-weight: bold;*/
    color: #929292;
}

.outer.act .inner {
    color: #7bbb55;
}

.outer.act span {
    z-index: 99;
}

.i1 {
    -webkit-tap-highlight-color: transparent;
    font: inherit;
    text-transform: none;
    white-space: nowrap;
    user-select: none;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) !important;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 110% !important;
    margin-right: 4px;
}

.button1 {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font: inherit;
    overflow: visible;
    text-transform: none;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) !important;
    background-image: none !important;
    border: 2px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;

}

.button2 {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font: inherit;
    overflow: visible;
    text-transform: none;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) !important;
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    background-color: #abbac3 !important;
    border-color: #abbac3;
}