html {
    color: #333;
    overflow-y: scroll;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

body, button, input, select, textarea, pre {
    font-size: 16px;
    font-family: Tahoma, Helvetica, "Microsoft Yahei", "微软雅黑", Arial, STHeiti
}

body{
    background-color:#f4f4f4;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0
}

input[type="submit"], input[type="button"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type="text"],input[type="password"] {
    border: none;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    line-height: 20px;
    font-size: 16px;
    height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}

small{
    font-size: smaller;
    font-weight: normal;
    color: gray;
}

/*---------------
    一些常用的类库
-----------------*/
.clearfix:after{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ly-fl{
    float:left;
}
.ly-fr{
    float: right;
}
.inline-block{
    display:inline-block;
}
.fn-hide{
    display:none;
}
.blue{
    color:#02BAFF!important;
}

.green{
    color:#6FC24A!important;
}

.gray{
    color:#6A6A6A!important;
}

.yello{
    color:#fdcf38!important;
}

/*--------------------
    swipe组件样式
---------------------*/
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    position: relative;
}


.mask{
    width: 100%;
    height:100%;
    background-color: #000000;
    opacity: 0.8;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}


.weixin-tip-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.85;
    background-color: #000;
    z-index: 1000;
}

.weixin-tip-mask img{
    width: 100%;
    height:auto;
}