/* 全局CSS */

* {

    margin: 0;

    padding: 0;

    -webkit-text-size-adjust: 100%;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    -webkit-tap-highlight-color: transparent;

}

html {

    font-size: 40px;

}

body {

    font-family: "Microsoft YaHei", "PingFang SC", "Apple LiGothic Medium", "Droid Sans", "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;

    font-size: .35rem;

    color: #666;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    background: #f5f5f5;

}

ol,ul,li {

    list-style: none;

}

b,em {

	font-weight: normal;

	font-style: normal;

}

::-webkit-scrollbar {

    display: none;

}

a {

    color: #333;

    text-decoration: none;

}

img {

    border: none;

    display: block;

    width: 100%;

}

ol,ul,li,dl,dt,dd,article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,video,audio,pre {

    margin: 0;

    padding: 0

}

h1,h2,h3,h4,h5,h6 {

    margin: 0;

    font-weight: normal;

}

p {margin: 0;}

button,input,optgroup,select,textarea {

	margin: 0;

	color: inherit;

	font-size: 100%;

    vertical-align: middle;

    outline: 0;

}

input,textarea {

	-webkit-user-modify: read-write-plaintext-only;

	-webkit-box-shadow: none;

    box-shadow: none;

    outline: 0;

}

button,input[type="button"],input[type="reset"],input[type="submit"] {

	cursor: pointer;

}

table {

	border-spacing: 0;

	border-collapse: collapse;

	width: 100%;

}

td,th {

	margin: 0;

	padding: 0;

}

button{

    border: none;

}

::placeholder{

    color: #ccc;

}

.pages1 {
    margin: 50px auto;
    text-align: center;
    position: relative;
    font-size:14px;
}
.pages1 span,.pages1 b,.pages1 a{margin:0 5px;padding:5px 10px;display: inline-block;border:1px #ddd solid;background-color:#f7f7f7;}
.pages1 a{background-color:#2196F3;color:#fff;}
.pages1 b,.pages1 a{margin:0 3px;padding:3px 6px;}
