@charset "utf-8";

td{word-break: break-word;}
/* 设置需要的标签内边距和外边距为0，仅添加需要的标签，不建议使用星号（*）代替，以下为示例 */
*{margin:0;padding:0;font-size:12px;outline:none;font-family:"Microsoft YaHei", "SimSun";list-style: none;}
body{background:#fff;}
em,i{font-style:normal;}
input{border:none;}
input,button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;blr:expression(this.onFocus=this.blur());outline: none;}
/*修复火狐按钮文字不垂直居中的bug*/
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border:none;padding:0;}
select{outline:none;}

/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/
textarea { resize: none; }

/*图片无边框*/
img { border: none; }


.trace-wrap{ width:100%;background: #2db3d6; text-align: center; font-size: 25px; color: #fff; padding:15px 0;}
.tracetable{ margin:0 auto; font-size:1.5em; color: #076392;margin-bottom: 40px;}
.tracetable a{color: #076392;font-size: 14px;}



/*追溯页按钮*/
.shop{overflow: hidden;position: fixed;bottom: 0;width: 100%; left:0}
.shop a{width: 33.33%;height: 42px;display: block;float: left;text-align: center;line-height: 42px;color: #fff;font-size: 14px;}
.shop a:hover{text-decoration: none;}
.shop .shop1{background: #8bddf2!important;border: 1px solid #8bddf2;}
.shop .shop2{background: #2db3d6!important;border: 1px solid #2db3d6;}
.shop .shop3{background: #dc7c01!important;border: 1px solid #dc7c01;}


/*版权*/
.footer{background:#1f720c; padding:12px 0; color:#fff; line-height:24px; position:relative;}
.footer span{font-family:Arial, Helvetica, sans-serif; padding:0 3px;}
.footer a{color:#000;font-size:12px;}
.footer a:hover{color:#000;}
.footer-box{text-align: center;}



/*404*/
.notfound{background: url(../images/404.png) no-repeat top;padding-top: 377px;width: 505px;margin: 50px auto;font-family: 宋体;}
.notfound p{font-size: 18px;color: #27780f;padding: 20px 0;}
.notfound span{color: #555;font-size: 14px;display: block;}


/*红包奖励 2018-10-25*/
.reward img{width:100%;}