html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.clear{ clear:both !important; float:none !important;}
html{ overflow-x:hidden;}
.body{ max-width: 430px;margin:0 auto;background:#fff; overflow-x:hidden;}
@media screen and (max-width: 414px) {
    html{
        font-size: 15.52px;
    } 
}
@media screen and (max-width: 411px) {
    html{
        font-size: 15px;
    } 
}
@media screen and (max-width: 375px) {
    html{
        font-size: 14px;
    } 
}
@media screen and (min-width: 320px) and (max-width: 360px){
    html{
        font-size: 13.5px;
    }
}
@media screen and (max-width: 320px) {
    html{
        font-size: 12px;
    }
}

.ding {
	background: #d71818;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	max-width: 640px;
	z-index:999;
}
.ding li {
	float: left;
	width: 29%;
	text-align: center;
	padding: 3% 1.5%;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
}
.ding li img {
	max-height: 33px;
	max-width: 33px;
	float: left;
}

.foot {
    width: 100%;
    color: #fefefe;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    background-color: #262829;
    margin-bottom: 71px;
}
.left {
    width: 50%;
    text-indent: 10px;
    display: inline-block;
}
.right {
    width: 50%;
    text-align: right;
    display: inline-block;
}