@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height:100%;
    background: #FFF;
    font-size: 16px;
    font-family: -apple-system-font, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;				/* Fix for webkit minFont size */
    -webkit-tap-highlight-color	:rgba(0,0,0,0);	/* Remove highlight on tap event*/
    -moz-tap-highlight-color	:rgba(0,0,0,0);
    -ms-tap-highlight-color		:rgba(0,0,0,0);
    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, menu {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

fieldset, img {
    border: 0
}


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

i {
    font-style: normal
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

a, div {
    -webkit-tap-highlight-color: transparent
}

a, a:active, a:hover {
    text-decoration: none
}

input:focus, li:focus, span:focus, i:focus, img:focus, button:focus,:focus {
    outline: 0
}

ol, ul,li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
em,i,b {font-style:normal;}
/* Remove annoying border on linked images. */
a img { border: none; text-decoration:none; }

/* 重置安卓iOS下面input焦点状态白底的样式 */  
input{
   -webkit-user-modify: read-write-plaintext-only;
   -webkit-tap-highlight-color:transparent;
}
input,select,option,textarea,button{
    appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    border: 0;
    padding: 0;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:none;padding:0;
}
iframe {border: none; width: 100%; height: 100%;}
.fl {float: left;}
.fr{float: right;}
.height1 {height:.05rem; width: 100%;}
.height45 {height:.45rem; width: 100%;}

/*pages*/
.pages {text-align: center; display: block;width: 100%; padding: .2rem 0 .45rem 0;}
.pages a {display: inline-block; width: .16rem; height: .16rem; text-align: center; line-height: .16rem; font-size: .1rem; border: 1px solid #e2e2e2; background-color: #eee; color: #848484; border-radius: 50%;}
.pages span {color: #848484;}
.pages .pages-prev,.pages .pages-next {width: .18rem; border-radius: .08rem;}
.pages .pages-item {background-color: #ff0047; color: #fff;}





