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: #fff;
    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: #fff;
    width: 100%;
}

.biaoti {
    color: #333;
    font-size: 0.3rem;
    font-weight: bold;
}

.wenzi_content {
    background: none;
    margin: 0;
    border: none;
    border-radius: 0;
    height:96%;
    overflow: scroll;
    position: relative;
    padding: 0.1rem 0.25rem 0rem;
}

    .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;
}

/*表格*/
.table_div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    /* width: 100%; */
    margin-top: 0.2rem;
    /* margin-bottom: 0.2rem; */
}

.order_table {
    width: 100%;
    text-align: center;
    border: 1px solid #1499da;
    border-collapse: collapse;
}

    .order_table th {
        color: #1499da;
        font-size: 0.19rem;
    }

    .order_table tr {
        color: #6f6e7e;
        font-size: 0.19rem;
        padding: 0.05rem 0;
    }

    .order_table td {
        padding: 0.06rem 0;
    }

    .order_table th, .order_table tr {
        padding: 0.15rem 0;
    }

.table_th1 {
    width: 30%;
}

.table_th2 {
    width: 40%;
}

.table_th3 {
    width: 30%;
}

.seal-img{
	height: 3rem;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.seal-img p{
	width: 100%;
	line-height: 0.56rem;
}