html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Microsoft Yahei','\534E\6587\7EC6\9ED1',Verdana,Arial,Helvetica,sans-serif;
    vertical-align: baseline
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Microsoft Yahei','\534E\6587\7EC6\9ED1',Verdana,Arial,Helvetica,sans-serif;
    background: #EFEFEE;
    line-height: 1.25em;
    max-width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    /*display:-webkit-box;*/
    /*display:-webkit-flex;*/
    /*display:-ms-flexbox;*/
    /*display:flex;*/
    /*max-height: 100%;*/
    /*max-height: 100vh;*/
    min-height: 100%;
    min-height: 100vh;
    width:100%;
    height: auto;
    min-height: 100%;
    min-height: 100vh;
}
html {
    max-width: 100%;
    max-width: 100vw;
    max-height: 100%;
    max-height: 100vh;
    height: 100%;
    height: 100vh;
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

a,button,input {
    outline: 0 none;
    text-decoration: none
}
a {font-size: .85em;color: #666;}

img {
    border: 0 none;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
.column-flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;

    -webkit-align-content: stretch;
    align-content: stretch;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row-flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;

    -webkit-align-content: stretch;
    align-content: stretch;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-auto{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.flex-stretch{
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.t-shadow-b{
    text-shadow: 1px 1px 3px rgba(0,0,0,.4);
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,.4);
    -moz-text-shadow:  1px 1px 3px rgba(0,0,0,.4);
    -ms-text-shadow:  1px 1px 3px rgba(0,0,0,.4);
    -o-text-shadow:  1px 1px 3px rgba(0,0,0,.4);
}
.bg-contain{
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.force-wrap{
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.new-header{
    z-index: 8888;
    height: 44px;
    background: #ff4586;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.main-body,footer,header,.main-outter{
    max-width: 100%;
    max-width: 100vw;
    width:640px;
    margin: 0 auto;
    overflow: hidden;
}
.main-outter{
    position:fixed;
    bottom:0;
    z-index: 2;
}
.scroller{
    overflow-y:auto;
}
.viewport{
    overflow-x: hidden;
}
.main-body{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}