@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

body,
ul,
li,
span,
p,
b,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 0.14rem;
    min-width: 320px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #545555;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #999899;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* IE < 8 */
}

img {
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

.center {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.picture img {
    width: 100%;
}

a,
button,
input,
textarea,
label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*	 -webkit-user-modify: read-write-plaintext-only;*/
    -webkit-tap-highlight-color: transparent;
}

div {
    /*关键代码*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
    outline: 0;
}

a {
    color: #333;
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input,
select {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

section,
dl,
dd,
ul {
    width: 100%;
}

p,
span,
a,
h1,
h2,
h3,
h4,
ul,
li,
dl,
dd,
dt {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    /* you could also put this in a class */
    -webkit-user-select: none;
    /* and add the CSS class here instead */
    -ms-user-select: none;
    user-select: none;
    word-break: break-all;
    /**禁止选中文字*/
}

hr {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

img {
    border: 0px;
}

.padding_lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

::-webkit-input-placeholder {
    color: #989799;
    /*	text-indent: 5px;*/
}

::-moz-placeholder {
    color: #989799;
    /*	text-indent: 5px;*/
}
