@charset "utf-8";
/* CSS Document */
html, body, div, ul, ol, li, p, h3, h4, span, input, textarea, select, option, table, tr, td, button, dt, dd, dl, h2, *, i, em, strong,b,mark,form {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
}

body {
    font-family: "微软雅黑";
    width: 100%;
    min-width: 320px;
    color: #000;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 100%;
    background-color: #fff;
}

img {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}

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

input {
    outline: none;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color:transparent!important;
}

input::-webkit-input-placeholder {
    color: #bdbdbd!important;
}
textarea::-webkit-input-placeholder{
    color: #bdbdbd!important;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: red!important;
}
button {
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #4c4c4c;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
img,input,a,select{
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color:transparent!important;
}

i {
    font-style: normal;
}

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

a:focus, input:focus {
    outline: none;
    border: none
}

input[type=text], input[type=tel], select, button, textarea, input[type=submit], input[type=password],input[type="search"],input[type=button] textarea {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    outline: none;
    border: none;
}


input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

input:focus {
    border: none;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
input[type="search"]::-webkit-search-cancel-button{
    display: none;
}

select::-ms-expand { display: none; }
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}


.clear {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

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

.pr {
    position: relative;
    z-index: 0;
}

.pa {
    position: absolute;
}

.indent {
    text-indent: 2em;
    overflow: hidden;
}

.fl {
    float: left;
    display: block;
}

.fr {
    float: right;
    display: block;
}

.none {
    display: none!important;
}

.block {
    display: block!important;
}

.content {
    min-width: 320px;
    margin: 0 auto;
    max-width: 750px;
}

.fs18 {
    font-size: 0.18rem;
}

.fs20 {
    font-size: 0.2rem;
}
.fs22 {
    font-size: 0.22rem;
}

.fs24 {
    font-size: 0.24rem;
}
.fs26 {
    font-size: 0.26rem;
}

.fs28 {
    font-size: 0.28rem;
}
.fs30 {
    font-size: 0.30rem;
}

.fs36 {
    font-size: 0.36rem;
}
.fs34 {
    font-size: 0.34rem;
}
.c-3{
    color: #333;
}
.c-6{
    color: #666;
}
.c-9{
    color: #999;
}
.c-e{
    color: #eee;
}
.c-xw{
    color: #951db3;
}
.text-l {
    text-align: left
}

.text-c {
    text-align: center
}

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

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

.overflow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overflow4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.overflow5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
