body, html {
  background-color: #9c1406;
  overflow-x: hidden;
}

.app, .container {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 100px !important;
  background: #9c1406;
}
.app .header, .container .header {
  margin: 0;
  padding: 0;
}
.app .header img, .container .header img {
  width: 100%;
}
.app .dy, .container .dy {
  margin-top: -3px;
  background-color: #9c1406;
  /*margin-top:-150px;*/
}
.app .dy img, .container .dy img {
  width: 100%;
}
.app .area, .container .area {
  background-color: #9c1406;
  width: 100%;
  /* margin: 0 auto;
   height:60px;
   display: flex;
   align-items: center;*/
  color: #ffe8a3;
  padding-bottom: 40px;
  padding-top: 40px;
}
.app .area .a-common, .container .area .a-common {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app .area .a-common.a-c-area .select, .container .area .a-common.a-c-area .select {
  width: 150px;
  height: 30px;
}
.app .area .a-common .a-a-s, .container .area .a-common .a-a-s {
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 60px;
}
.app .area .a-common.a-c-btn .btn-image, .container .area .a-common.a-c-btn .btn-image {
  width: 23rem;
  height: 6rem;
  line-height: 6rem;
  background: url("/static/guoqing/img/btn-bg1.png") center center no-repeat;
  background-size: 100%;
  border: initial;
  color: #de0001;
  font-size: 22px;
  font-weight: bold;
}
.app .area .a-common.a-c-btn .btn-image a, .container .area .a-common.a-c-btn .btn-image a {
  color: #de0001;
}
.app .content-c, .container .content-c {
  width: 80%;
  margin: 0 auto;
  background-color: #F2E0C4;
  padding-right: 20px;
}
.app .content-c .jy, .container .content-c .jy {
  margin: 0 auto;
  min-height: 20rem;
  background-color: #F2E0C4;
  box-sizing: border-box;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app .content-c .jy .title, .container .content-c .jy .title {
  background: url("/static/guoqing/img/titlebg.png") no-repeat;
  margin-bottom: 1rem;
  background-size: cover;
  width: 12rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.6rem;
}
.app .content-c .jy .title p, .container .content-c .jy .title p {
  padding-top: 47px;
  text-align: center;
  font-size: 30px;
  color: #FFFFD2;
  font-weight: bold;
}
.app .content-c .jy .j-form, .container .content-c .jy .j-form {
  width: 80%;
  background-color: #fff;
  padding: 4rem 0px;
  padding-right: 30px;
  border-radius: 1rem;
}
.app .content-c .jy .j-form .verify, .container .content-c .jy .j-form .verify {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.app .content-c .jy .j-form .verify .ipt-verify, .container .content-c .jy .j-form .verify .ipt-verify {
  margin-right: 15px;
}
.app .content-c .jy .j-form .verify .img, .container .content-c .jy .j-form .verify .img {
  height: 50px;
}
.app .content-c .msg, .container .content-c .msg {
  margin: 0 auto;
  min-height: 200px;
  box-sizing: border-box;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app .content-c .msg .title, .container .content-c .msg .title {
  background: url("/static/guoqing/img/titlebg.png") no-repeat;
  margin-bottom: 1rem;
  background-size: cover;
  width: 12rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.6rem;
}
.app .content-c .msg .title p, .container .content-c .msg .title p {
  padding-top: 47px;
  text-align: center;
  font-size: 30px;
  color: #FFFFD2;
  font-weight: bold;
}
.app .content-c .msg .msg-list, .container .content-c .msg .msg-list {
  min-height: 100px;
  background-color: #fff;
  padding-bottom: 50px;
  width: 80%;
  padding: 0 15px;
}
.app .content-c .msg .msg-list .m-l-ul, .container .content-c .msg .msg-list .m-l-ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  overflow: hidden;
}
.app .content-c .msg .msg-list .m-l-ul .m-l-u-li, .container .content-c .msg .msg-list .m-l-ul .m-l-u-li {
  padding: 15px 0px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dotted #BCBCBC;
  font-size: 14px;
}
.app .content-c .msg .msg-list .m-l-ul .m-l-u-li .m-l-1eft, .container .content-c .msg .msg-list .m-l-ul .m-l-u-li .m-l-1eft {
  color: #de0001;
}
.app .content-c .msg .msg-list .m-l-ul .m-l-u-li .m-l-right, .container .content-c .msg .msg-list .m-l-ul .m-l-u-li .m-l-right {
  color: #313131;
  line-height: 21px;
}
.app .content-c .msg .msg-list .pages, .container .content-c .msg .msg-list .pages {
  margin-bottom: 30px;
}
.app .content-c .tj, .container .content-c .tj {
  margin: 0 auto;
  background-color: #F2E0C4;
  box-sizing: border-box;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app .content-c .tj .title, .container .content-c .tj .title {
  background: url("/static/guoqing/img/titlebg.png") no-repeat;
  margin-bottom: 1rem;
  background-size: cover;
  width: 12rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.6rem;
}
.app .content-c .tj .title p, .container .content-c .tj .title p {
  padding-top: 47px;
  text-align: center;
  font-size: 30px;
  color: #FFFFD2;
  font-weight: bold;
}
.app .content-c .tj .tj-content, .container .content-c .tj .tj-content {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  min-height: 300px;
  width: 80%;
}
.app .content-c .tj .tj-content .el-row .el-col, .container .content-c .tj .tj-content .el-row .el-col {
  box-sizing: border-box;
  margin-bottom: 20px;
  height: 120px;
}
.app .content-c .tj .tj-content .el-row .el-col .t-c-l, .container .content-c .tj .tj-content .el-row .el-col .t-c-l {
  background-color: #EEEEEE;
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1rem;
  color: #e60012;
}
.app .content-c .tj .tj-content .el-row .el-col .t-c-l .t-t-l-title, .container .content-c .tj .tj-content .el-row .el-col .t-c-l .t-t-l-title {
  height: 40px;
  padding: 0 0.8rem;
  max-width: 5rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app .content-c .tj .tj-content .el-row .el-col .t-c-l .t-t-l-count, .container .content-c .tj .tj-content .el-row .el-col .t-c-l .t-t-l-count {
  height: 50px;
  background-color: #fff;
  display: flex;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  box-sizing: border-box;
  align-items: center;
  font-size: 0.9rem;
  justify-content: start;
}
.app .content-c .yqlz, .container .content-c .yqlz {
  width: 80%;
  margin: 0 auto;
  min-height: 200px;
  background-color: #F2E0C4;
  box-sizing: border-box;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.app .content-c .yqlz .title, .container .content-c .yqlz .title {
  background: url("/static/guoqing/img/titlebg.png") no-repeat;
  margin-bottom: 1rem;
  background-size: cover;
  width: 12rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.6rem;
}
.app .content-c .yqlz .title p, .container .content-c .yqlz .title p {
  padding-top: 47px;
  text-align: center;
  font-size: 30px;
  color: #FFFFD2;
  font-weight: bold;
}
.app .content-c .yqlz .yqlz-c, .container .content-c .yqlz .yqlz-c {
  display: flex;
  flex-direction: column;
  color: #e60012;
  justify-content: center;
  font-size: 14px;
}
.app .content-c .yqlz .yqlz-c p, .container .content-c .yqlz .yqlz-c p {
  text-align: center;
  line-height: 25px;
}

.el-form-item__label {
  color: #D2000E;
  width: 5rem !important;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2rem;
}

/*# sourceMappingURL=index.css.map */
