/*html {*/
    /*color: #000;*/
    /*overflow-y: scroll;*/
    /*-webkit-text-size-adjust: 100%;*/
    /*-ms-text-size-adjust: 100%*/
/*}*/

/*html * {*/
    /*outline: 0;*/
    /*-webkit-text-size-adjust: none;*/
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0)*/
/*}*/

body {
    background: #FFF;
    color: #4a4f5a;
    font: 400 14px/1.5 "微软雅黑", Helvetica, STHeiti, Droid Sans Fallback;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

ul, ol {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.htit {
    line-height: 1rem;
    padding: 0 .3rem;
    color: #ff8e2e;
    font-size: .4rem;
    margin: 1rem 0 .4rem 0
}

.form-wrapper {
    position: relative;
    height: 1rem;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #ddd
}

.form-wrapper .scroller {
    position: absolute
}

.form-wrapper .scroller li {
    height: 1rem;
    color: #333;
    float: left;
    line-height: 1rem;
    font-size: .4rem;
    text-align: center
}

.form-wrapper .scroller li a {
    color: #333;
    display: block;
    margin: 0 .3rem
}

.form-wrapper .scroller li.cur {
    /*background: #1cbb9b*/
}

.form-wrapper .scroller li.cur a {
    color: #fff;
}