*{padding:0;margin:0;box-sizing: border-box;}
html,
body {
    width: 100%;
    overflow-x:hidden;
    font-family: '微软雅黑' !important;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    max-width: 677px;
    margin:0 auto;
    font-size: 16px;
}
img{display: block;}
a{text-decoration: none;outline: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-user-select: none;-moz-user-focus: none; -moz-user-select: none;}

li{list-style:none;}
.clearfix{overflow: hidden;clear: both;}
.setH{height:60px;}
input,textarea{outline:none;font-family: '微软雅黑' !important;-webkit-transform: translateZ(0px);position: relative;}
.nowrap{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
[v-cloak]{
    display: none !important;
}