html {
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    -webkit-tap-highlight:rgba(0, 0, 0, 0);
    -webkit-text-size-adjust:none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

label {
    cursor:pointer
}

input, button, select, textarea {
    outline:none
}

textarea {
    resize:none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    margin:0;
    padding:0
}

a {
    text-decoration:none;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    color: #337ab7;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}
/*a:focus {*/

/*  outline: 5px auto -webkit-focus-ring-color;*/

/*  outline-offset: -2px;*/

/*}*/
 article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block
}

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub {
    font-size:1em
}

em, cite, address, optgroup {
    font-style:normal
}

kbd, samp, code {
    font-family:monospace
}

img, input, button, select, textarea {
    vertical-align:middle
}

ul, ol, li {
    list-style:none
}

img, fieldset {
    border:0
}

abbr, acronym {
    cursor:help;
    border-bottom:1px dotted black
}

table {
    width:100%;
    border-spacing:0;
    border:0
}

table th, table td {
    border:0
}

legend, hr {
    overflow:hidden;
    position:absolute;
    top:0;
    left:0
}

legend, hr, caption {
    visibility:hidden;
    font-size:0;
    width:0;
    height:0;
    line-height:0
}

strong {
    font-weight:normal;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="number"] {
    -webkit-appearance: none;
}

/*input::-webkit-input-placeholder {*/
/*    color:#ddd;*/
/*}*/

/*input::-moz-placeholder {*/
    /* Mozilla Firefox 19+ */
/*    color:#ddd;*/
/*}*/

/*input:-moz-placeholder {*/
    /* Mozilla Firefox 4 to 18 */
/*    color:#ddd;*/
/*}*/

/*input:-ms-input-placeholder {*/
    /* Internet Explorer 10-11 */
/*    color:#ddd;*/
/*}*/

html {
    width: 100%;
    height: 100%;
}

body {
    margin:0 auto;
    width:100%;
    background:#f6f6f6;
    min-width:1200px;
    font-size:13px;
    font-family:Microsoft YaHei, "微软雅黑", "宋体", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
    -webkit-font-smoothing: antialiased;
}

.clear {
    width:0;
    height:0;
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    clear:both;
}

.clearfix:after {
    content:".";
    visibility:hidden;
    display:block;
    width:0;
    height:0;
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    clear:both;
}

.hide {
    display:none;
}

.noitems {
    color: #666;
    font-size: 15px;
    margin-top: 5%;
    text-align: center;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.pull-left {
    float:left;
}

.pull-right {
    float:right;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.text-overflow {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-t-sm {
    margin-top: 5px;
}
.m-b-lg {
    margin-bottom: 30px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-xs {
    margin-bottom: 10px;
}

.m-b-sm {
    margin-bottom: 5px;
}
.m-r-md {
    margin-right: 20px;
}

.m-r-xs {
    margin-right: 10px;
}

.m-r-sm {
    margin-right: 5px;
}
.m-l-lg {
    margin-left: 30px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-l-sm {
    margin-left: 5px;
}


/*loading1*/
 .loading-center {
    background:url(/images/loading.gif) no-repeat center;
    background-size: cover;
    width:8px;
    height:8px;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    body {
        min-width: 320px;
        background-size: auto 100%;
    }
}