body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font:14px"Microsoft YaHei","Arial Narrow",HELVETICA;background:#FDF8E5;-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;} 
em{font-style:normal} 
li,  ul {        list-style: none;        padding-left: 0;    }
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text;
    outline: 0;
}
.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.content {
    padding: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.content .banner img {
    width: 100%;
    border-radius: 5px;
}

.content #nav {
    margin-top: 10px;
    /* padding: 20px 10px; */
    background: #fff;
}
.content #nav ul{
    padding: 10px;
    border-bottom:1px dashed #ddd;
}
.content #nav li {
    float: left;
    background: #f5f5f5;
    padding: 4px 10px;
    margin: 0px 0px 10px 0px;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    cursor:pointer;
}
.content #nav li.active {
    background: #FF5B00;
    color: #fff;
    
}
.content #nav li:nth-child(3n-1){
    margin: 0px 5% 10px 5%;
}
#container,.tab{
    text-align: center;
    margin-top:0;
    height: 320px;
	background:#ffffff;
}
.tab p{
    font-weight: 800;
border-bottom: 4px solid #ff5b00;
display: inline-block;
padding-bottom: 2px;
}
.tab .msg{font-size: 12px;color:#999;margin: 5px 0px 10px;}
.tab img{ width: 200px;height: 200px;}
.safe{
    text-align: center;
    background: #EFFFF2;
    padding: 10px;
    color: #37c719;
}
.safe img{
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-bottom: 3px;
}