*{
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    border: 0px;
    padding: 0px;
    margin: 0px;
    outline: none;
}
body{
    background-color: #f2f2f2;
}
.container {
    max-width: 640px;
    margin: 0 auto;
}
select, input, label, button {
    vertical-align: middle;
}
input[type=button], input[type=submit] {
    /*background-color: #32c563;
    color: #fff;*/
}
input[type=text] {
    text-overflow: ellipsis;
}
input[type=text], input[type=number], input[type=tel] {
    color: #000;
}
input {
    -webkit-appearance: none;
}
/* iconfont */
@font-face {font-family: "iconfont";
    src: url('../iconfont/iconfont.eot?t=1461317958'); /* IE9*/
    src: url('../iconfont/iconfont.eot?t=1461317958#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff?t=1461317958') format('woff'), /* chrome, firefox */
    url('../iconfont/iconfont.ttf?t=1461317958') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg?t=1461317958#iconfont') format('svg'); /* iOS 4.1- */
}

.highlight{
    -webkit-tap-highlight-color:.4;
}


.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-eber025:before { content: "\e600"; }
.icon-eber026:before { content: "\e601"; }
.icon-eber030:before { content: "\e602"; }
.icon-eber034:before { content: "\e603"; }
.icon-eber045:before { content: "\e604"; }
.icon-eber007:before { content: "\e609"; }
.icon-eber051:before { content: "\e60b"; }
.icon-eber052:before { content: "\e60c"; }
.icon-eber053:before { content: "\e60d"; }
.icon-eber054:before { content: "\e60e"; }
.icon-eber055:before { content: "\e60f"; }
.icon-eber056:before { content: "\e610"; }
.icon-eber057:before { content: "\e611"; }
.icon-eber060:before { content: "\e613"; }
.icon-eber065:before { content: "\e614"; }
.icon-eber066:before { content: "\e615"; }
.icon-eber061:before { content: "\e616"; }
.icon-eber063:before { content: "\e617"; }
.icon-eber064:before { content: "\e618"; }
.icon-eber062:before { content: "\e619"; }
.icon-eber067:before { content: "\e61b"; }
.icon-eber068:before { content: "\e61c"; }
.icon-eber069:before { content: "\e61d"; }
.icon-eber070:before { content: "\e61e"; }
.icon-eber075:before { content: "\e623"; }
.icon-eber074:before { content: "\e624"; }
.icon-eber073:before { content: "\e625"; }
.icon-eber072:before { content: "\e626"; }
.icon-eber071:before { content: "\e627"; }
.icon-eber076:before { content: "\e61a"; }
.icon-eber077:before { content: "\e61f"; }
.icon-eber078:before { content: "\e612"; }
.icon-eber079:before { content: "\e620"; }
.icon-eber058:before { content: "\e622"; }
.icon-eber059:before { content: "\e628"; }
.icon-eber002:before { content: "\e605"; }
.icon-eber003:before { content: "\e606"; }
.icon-eber005:before { content: "\e60a"; }
.icon-eber006:before { content: "\e62a"; }
.icon-eber008:before { content: "\e629"; }
.icon-eber0771:before { content: "\e621"; }
.icon-eber084:before { content: "\e607"; }
.icon-eber082:before { content: "\e608"; }
.icon-eber083:before { content: "\e62b"; }
.icon-eber085:before { content: "\e62c"; }
.icon-eber086:before { content: "\e62d"; }
.icon-eber087:before { content: "\e62e"; }
.icon-eber088:before { content: "\e62f"; }
.icon-eber089:before { content: "\e630"; }
.icon-eber091:before { content: "\e631"; }
.icon-eber092:before { content: "\e632"; }
.icon-eber093:before { content: "\e633"; }
.icon-eber097:before { content: "\e637"; }

.icon-eber080:before { content: "\e648"; }
.icon-eber081:before { content: "\e63f"; }
.icon-eber100:before { content: "\e63e"; }
.icon-eber101:before { content: "\e640"; }
.icon-eber103:before { content: "\e642"; }
.icon-eber104:before { content: "\e644"; }
.icon-eber105:before { content: "\e643"; }
.icon-eber102:before { content: "\e645"; }
.icon-eber106:before { content: "\e646"; }
.icon-eber107:before { content: "\e647"; }
.icon-eber108:before { content: "\e649"; }
.icon-eber109:before { content: "\e64a"; }


.chosen .icon-eber051:before { content: "\e60c"; }  /* 052 */
.chosen .icon-eber053:before { content: "\e60e"; }  /* 054 */
.chosen .icon-eber055:before { content: "\e610"; }  /* 056 */
/* iconfont --end */


div#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background-color: rgba(150, 150, 150, .6);
    z-index: 99;
    display: none;
}


.foot{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.inline-block {
    display: inline-block;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.half-width {
    width: 40%;
}

.float-outer{
    position: relative;
}

.float-outer:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
