@charset "utf-8";

/* css document */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto !important;
    font: 12px "微软雅黑", arial, tahoma, helvetica, \5b8b\4f53, sans-serif;
}

a{
    color: #333;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;

}
p,h3,h1,
h2,
h3,
h4,
h5,
h6{font-size: 16px;}
/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

}

/*设置默认字体*/

:focus {
    outline: 0;
}

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

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    outline: none;
}

textarea {
    resize: none
}

input {
    vertical-align: middle;
}

img {
    border: 0;
}

/*重置图片元素*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

input {
    _filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

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

.clearfix {
    zoom: 1;
}

.overflow {
    overflow: hidden;
    _zoom: 1;
}

.clear {
    clear: both;
}

.l, .fl {
    float: left;
}

.r, .fr {
    float: right;
}

.container{
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.267rem;
}

.content{
    padding-top: 1.067rem;
}

/*省略号*/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ellipsis-s {
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
a.ellipsis-s{
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




.footer{
	width: 100%;
	box-sizing: border-box;
	padding: 0.4rem 0.26667rem;
	margin-top: 0.4rem;
	background-color: #4c4c4c;
}
.footer p,
.footer p a{
	font-size: 0.26667rem;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.footer p:last-child{
	margin-top: 0.24rem;
}



.webtop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.26667rem;
    height: 1.46667rem;
    background-color: #8ac027;
    border-bottom: 0.01333rem solid #a1cd52;
}
.webtop a{
    display: block;
}
.webtop a img{
    display: block;
}
.webtop-return img{
    height: 0.5333rem;
}
.webtop-logo img{
    height: 0.7333rem;
}
.webtop-home img{
    height: 0.6667rem;
}


.crumbs{
    width: 100%;
    box-sizing: border-box;
    padding: 0.26667rem 0.26667rem 0;
}
.crumbs,
.crumbs a{
    font-size: 0.37333rem;
    line-height: 1;
    color: #666;
}