html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,a,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: 0;
    vertical-align: middle;
}
iframe{
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
    font-family: inherit;
    -webkit-text-size-adjust: 100%;
    -webkit-font-navoothing: subpixel-antialiased;
}
ol,ul,li{list-style-type:none;}
input {
    border: none;
    outline: medium;
}
body {
    font-size: 0.18rem;
    color: #0e0e0e;
    line-height: 0.34rem;
    font-family: "微软雅黑","黑体","STHeiti","Microsoft YaHei";
    background-color: #fff;
    min-width: 320px;
}
.container table{max-width: 100%;}
.container table th{word-wrap: break-word;white-space: initial;}
.container table td{word-wrap: break-word;white-space: initial;/*padding: 0.05rem;*/}
.container table td p{line-height: 0.3rem;}
a{color: #0e0e0e;font-size: 0.18rem;line-height: 0.3rem}
a,a:link,a:hover{text-decoration: none;font-family: "微软雅黑","黑体","STHeiti","Microsoft YaHei";}
a:hover{color: #f96616;}
.left{float: left;}
.right{float: right;}
.clearfix:after{display:block;content:'';clear:both;height:0px;visibility: hidden;}
.clearfix{*display:table;*zoom:1;}
.relative{position:relative;}
.inner{width: 13.2rem;margin: 0 auto;}

@media screen and (max-width: 800px){
    .inner{width: 85%;}
    .container table td p{font-size: 0.35rem;line-height: 0.6rem;}
    .container table td p a{font-size: 0.35rem;line-height: 0.6rem;}
}