* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

html, body {
  position: relative;
  height: 100%;
}

.clear {
  clear: both;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.hr {
  width: 100%;
  height: 0.4rem;
  background: #eeeeee;
}

.alw img {
  display: block;
  width: 100%;
}

.nrdwz .ntitle {
  background: #eeeeee;
  color: #333;
  font-size: 0.9rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nrdwz .nlist {
  margin-top: 0.5rem;
}
.nrdwz .nlist li {
  height: 2rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  border-bottom: 1px dashed #ccc;
}
.nrdwz .nlist li a {
  color: #333;
}
.nrdwz .nlist li a b {
  color: #1368bd;
}
.nrdwz .nlist li:nth-child(1) a {
  color: #ff0000;
}
.nrdwz .nlist li:nth-child(1) a b {
  color: #ff0000;
}

.nzgdzx {
  margin-top: 1rem;
}
.nzgdzx .ntitle {
  background: #eeeeee;
  color: #333;
  font-size: 0.9rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nzgdzx .nimglist {
  display: flex;
  margin: 1rem auto;
}
.nzgdzx .nimglist .box {
  flex: 1;
  margin: 0 0.4rem;
}
.nzgdzx .nimglist .box img {
  width: 100%;
}

.nzxgh .ntitle {
  background: #eeeeee;
  color: #333;
  font-size: 0.9rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nzxgh .formbox {
  width: 85%;
  margin: 1rem auto;
}
.nzxgh .formbox .hidebox {
  display: none;
}
.nzxgh .formbox .inputgroup {
  display: flex;
  height: 2rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.nzxgh .formbox .inputgroup label {
  width: 5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #333;
  font-size: 0.8rem;
}
.nzxgh .formbox .inputgroup label span {
  color: red;
}
.nzxgh .formbox .inputgroup .input {
  height: 1.8rem;
  border: 1px solid #bfbfbf;
  color: #333;
  font-size: 0.8rem;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
.nzxgh .formbox .textareagroup {
  display: flex;
  height: 4rem;
}
.nzxgh .formbox .textareagroup label {
  width: 5rem;
  justify-content: center;
  display: flex;
  color: #333;
  font-size: 0.8rem;
}
.nzxgh .formbox .textareagroup label span {
  color: red;
}
.nzxgh .formbox .textareagroup .textarea {
  height: 4rem;
  border: 1px solid #bfbfbf;
  color: #333;
  font-size: 0.8rem;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  line-height: 1.2rem;
}
.nzxgh .btngroup {
  margin: 1rem auto;
  display: flex;
}
.nzxgh .btngroup .btn {
  margin: 0 0.5rem;
  flex: 1;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1368bd;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 0.9rem;
}
.nzxgh .btngroup .btn img {
  width: 1.4rem;
  margin-right: 0.4rem;
}
.nzxgh .btngroup .btn:nth-child(2) {
  background: #a5a5a5;
}
.nzxgh .btngroup .cbtn {
  background: #d5eaff;
  color: #333;
}

.nbombox {
  display: flex;
}
.nbombox .box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: #1368bd;
}
.nbombox .box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #2a7fd4;
  width: 100%;
  height: 3rem;
}
.nbombox .box a img {
  width: 2rem;
}
.nbombox .box a span {
  color: #fff;
  font-size: 0.9rem;
}
.nbombox li:last-child a {
  border: none;
}

/*# sourceMappingURL=css.css.map */
