body {
  padding: 0;
  margin: 0;
  font: normal 14px 'Helvetica,Arial,Verdana';
  color: #333;
  background: #fff; }

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

div {
  margin: 0 auto;
  text-align: left;
  font: normal 14px 'Helvetica,Arial,Verdana'; }

a:link, a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #3b84cc;
  text-decoration: none; }

img {
  border: none; }

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

i {
  font-style: normal; }

input, img {
  vertical-align: middle; }

input[type="button"], input[type="submit"] {
  vertical-align: middle;
  cursor: pointer; }

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

input[type=button], input[type=submit], input[type=text], input[type=password], input[type=number] {
  -webkit-appearance: none;
  outline: none; }

::-webkit-input-placeholder {
  color: #bdb1a6; }

:-moz-placeholder {
  color: #bdb1a6; }

::-moz-placeholder {
  color: #bdb1a6; }

body {
  font-size: 16px;
  margin: 0 auto;
  width: 750px;
  background: url(../images/banner.jpg) top center no-repeat #fb9a00; }

.top {
  height: 600px; }

.desc {
  width: 680px;
  background: rgba(153, 50, 0, 0.5);
  margin: 0 auto;
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  line-height: 180%;
  font-size: 24px; }

.main {
  width: 90%;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center; }

.main ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 24px; }

.main ul li {
  background: rgba(153, 50, 0, 0.6);
  margin-top: 30px;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  line-height: 180%; }

.main ul li h5 {
  font-size: 30px;
  margin-top: 15px; }

.main ul li p, .main ul li span {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 200%; }

.main ul li .dz {
  background: #f08c00;
  border-radius: 10px;
  padding: 10px 0; }

.main ul li .dz span {
  margin-right: 20px; }

.main ul li .dz img {
  margin: 0 10px; }

.main ul li .dz .num {
  color: #813b08; }

.main ul li .detail {
  color: #f08c00;
  line-height: 200%; }

.mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 750px;
  height: 100vh;
  top: 0;
  left: 0; }

.mask .detail-box {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 24px;
  box-sizing: border-box; }

.mask .close {
  position: absolute;
  right: 0px;
  top: -75px;
  border-radius: 10px;
  padding: 0 20px;
  background: #b84f00; }

.mask p {
  margin-top: 20px;
  line-height: 180%;
  text-align: left;
  font-size: 24px;
  color: #442d0c; }

.mask .name {
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px; }

.mask .from {
  text-align: right;
  color: #979797; }

/*# sourceMappingURL=maps/default.css.map */
