body, input, select, textarea, button {
    font-family: "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    color: #333;
    font-size: .24rem;
    line-height: 1.5em;
    background: transparent;
    width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}


body {
    margin: 0 auto;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

input {
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ui-nowrap {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


img {
    border: none;
    display: block;
}

body {
    background-color: transparent;
    width: 100%;
}

.biaoti {
    color: #333;
    font-size: 0.3rem;
    font-weight: bold;
}

.wenzi_content {
    background: none;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    padding: 0.3rem 0.25rem;
}

    .wenzi_content p {
        color: #333;
        font-size: 0.24rem;
        line-height: 2;
        text-indent: 2em;
    }

.bold {
    font-weight: bold;
}

.wenzi_content a {
    word-break: break-all;
    color: #1499da;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.txt-red{
	color:#ff0000;
}
.under-line{
	text-decoration: underline;
}
