@charset "utf-8";
html{
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}
body, html{ max-width: 640px;}
body, html,ul,li,dl,dd,p,h4,h5{
    margin: 0;
    padding: 0;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 180%;
}
img{ display: block; max-width: 100%; height: auto;}
/*li,dd{list-style: none;}*/
em,h4{font-style:normal; font-weight: normal}
/* Reset */
i{ font-style: normal;}
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:before,:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input:focus{ border: none;}
body{
    font-weight: 500;
    font-size: 1.4rem;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    width: 100%;
    color: #2e1623;
}
a{color: #fff;text-decoration: none;outline: none;}
a:hover,a:focus{color:#fff;}
ul,ol{ list-style: none;}