body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei-Regular";
}

ul {
  padding: 0;
  margin: 0;
}

.flex {
  display: flex;
  align-items: center;
}

.side-nav .nav-item.active {
  background-color: #e7eeff;
  color: #165dff;
}

img {
  width: 100%;
  vertical-align: middle;
}

.icon {
  width: 16px;
  margin: 0 5px 0 0;
}

.box {
  min-width: 1220px;
  background-color: #fbfbfb;
}

.cover {
  height: 340px;
  background-image: url(../img/bg9.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cover .title {
  justify-self: center;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #0A3347;
  margin: 0 0 25px 0;
}
.cover .title span {
  color: #14AFFF;
}
.cover .detail {
  color: #3E6D84;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.cover .count {
  margin: 120px 0 0;
  display: flex;
  align-items: center;
}
.cover .count .user {
  display: flex;
  align-items: center;
}
.cover .count .user .avatar {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 -10px;
  font-size: 14px;
  color: #165dff;
}
.cover .count .total {
  margin: 0 0 0 20px;
  color: #3E6D84;
}
.cover .count .total span {
  color: #165dff;
}

/* publicWelfare */
.publicWelfare {
  width: 1200px;
  max-width: 1200px;
  margin: 55px auto 0;
}
.publicWelfare .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.publicWelfare .detail {
  text-align: center;
  font-size: 16px;
  color: #AAAAAA;
  margin: 30px 0 0;
}
.publicWelfare .content {
  display: flex;
  margin: 30px 0 0;
}
.publicWelfare .content .side-nav {
  width: 200px;
  min-width: 200px;
  padding: 20px 10px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.publicWelfare .content .side-nav .nav-item {
  color: #AAAAAA;
  padding: 15px 0;
  border-radius: 10px;
}
.publicWelfare .content .side-nav .nav-item:hover {
  background-color: #e7eeff;
  color: #165dff;
}
.publicWelfare .content .right {
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 0 10px;
}
.publicWelfare .content .right .card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  column-gap: 20px;
  color: #AAAAAA;
}
.publicWelfare .content .right .card_list .name {
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin: -38px 0 0 0;
}
.publicWelfare .content .right .card_list .tit {
  font-size: 14px;
  color: #1043A9;
  text-align: center;
  margin: 15px 0 0;
}
.publicWelfare .content .right .card_list .content {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 10px 0 0;
}

.show {
  width: 1200px;
  max-width: 1200px;
  margin: 55px auto 30px;
}
.show .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.show .detail {
  text-align: center;
  font-size: 16px;
  color: #AAAAAA;
  margin: 30px 0 0;
}
.show .content {
  display: flex;
  align-items: center;
  margin: 70px 0 0;
}
.show .content .left {
  flex: 1;
}
.show .content .left .tit1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.show .content .left .educationBarChart {
  width: 100%;
  height: 220px;
  padding: 0;
  background-color: transparent;
}
.show .content .left .tit2 {
  text-align: center;
}
.show .content .left .lineChart {
  width: 100%;
  height: 250px;
}
.show .content .right {
  width: 600px;
  margin: 0 0 0 50px;
}
.show .content .right img {
  width: 100%;
  vertical-align: middle;
}

.story {
  width: 1200px;
  min-width: 1200px;
  margin: 50px auto 0;
}
.story .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.story .content {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.story .content .card {
  background-color: #fff;
  box-shadow: 5px 5px 15px 0 rgba(239, 241, 243, 0.8);
  padding: 20px;
  border-radius: 15px;
}
.story .content .card .user_top {
  display: flex;
  align-items: center;
}
.story .content .card .user_top .avatar {
  width: 60px;
  margin: 0 15px 0 0;
}
.story .content .card .detail {
  margin: 15px 0 0;
}
.story .content .card .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
  color: #666;
  font-size: 14px;
}
.story .content .card .bot .href {
  color: #165dff;
}
.story .btn {
  width: fit-content;
  margin: 50px auto 0;
  border-radius: 50px;
  border: 1px solid #1C5DFF;
  color: #1C5DFF;
  background-color: #fff;
  padding: 15px 30px;
}

.applyHelp {
  width: 1200px;
  min-width: 1200px;
  margin: 50px auto 0;
  background-color: #f3f7ff;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.applyHelp .left {
  flex: 1;
}
.applyHelp .left .title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin: 0 0 15px;
}
.applyHelp .left .btn {
  background-color: #165dff;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  margin: 15px 0 0;
}
.applyHelp .right {
  flex: 1;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
}

.joinWe {
  width: 1200px;
  min-width: 1200px;
  margin: 50px auto 0;
}
.joinWe .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.joinWe .detail {
  text-align: center;
  font-size: 16px;
  color: #AAAAAA;
  margin: 30px 0 0;
}
.joinWe .content {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.joinWe .content .card {
  background-color: #fff;
  box-shadow: 5px 5px 15px 0 rgba(239, 241, 243, 0.8);
  padding: 20px;
  border-radius: 15px;
}
.joinWe .content .card .icon {
  width: 55px;
  height: 55px;
  margin: 0 0 20px 0;
}
.joinWe .content .card .tit {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px;
}
.joinWe .content .card .li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 10px 0;
}
.joinWe .content .card .li .choose_icon {
  width: 13px;
  margin: 0 10px 0 0;
}
.joinWe .content .card .donation {
  padding: 10px 0;
  background-color: #165dff;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  margin: 20px 0 0;
}

.moneyUse {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  background: linear-gradient(to right, #fff 50%, #f3f7ff 50%);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 5px 5px #eef0f5;
}
.moneyUse .left {
  flex: 1;
  padding: 0 30px;
}
.moneyUse .left .li {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.moneyUse .left .li .icon1 {
  margin: 0 10px 0 0;
}
.moneyUse .left .btn {
  border: 1px solid #165dff;
  padding: 10px 25px;
  width: fit-content;
  border-radius: 50px;
  color: #165dff;
  margin: 25px 0 0;
}
.moneyUse .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
}
.moneyUse .right .card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 15px 0;
}
.moneyUse .right .card .top {
  display: flex;
  justify-content: space-between;
}
.moneyUse .right .card .top .name {
  font-size: 16px;
  font-weight: bold;
}
.moneyUse .right .card .top .label {
  padding: 2px 10px;
  color: #ff7d00;
  background-color: #fff2e5;
  border-radius: 50px;
  font-size: 14px;
}
.moneyUse .right .card .bar_box {
  margin: 15px 0 0;
  background-color: #e5e6eb;
  height: 8px;
  border-radius: 50px;
}
.moneyUse .right .card .bar_box .bar {
  background-color: #ff7d00;
  width: 80%;
  height: 100%;
  border-radius: 50px;
}
.moneyUse .right .card .money {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 0;
  font-size: 14px;
}
.moneyUse .right .card .bot {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.moneyUse .right .card .bot .zan {
  color: #165dff;
}
.moneyUse .right .c_1 .top .label {
  background-color: #fff2e5;
  color: #ff7d00;
}
.moneyUse .right .c_1 .bar_box .bar {
  background-color: #ff7d00;
}
.moneyUse .right .c_2 .top .label {
  background-color: #e7eeff;
  color: #165dff;
}
.moneyUse .right .c_2 .bar_box .bar {
  background-color: #165dff;
}
.moneyUse .right .c_3 .top .label {
  background-color: #e5f7e9;
  color: #00b42a;
}
.moneyUse .right .c_3 .bar_box .bar {
  background-color: #00b42a;
}

.evaluation {
  width: 1200px;
  max-width: 1200px;
  margin: 20px auto 30px;
}

.evaluation .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.evaluation .detail {
  text-align: center;
  font-size: 16px;
  color: #AAAAAA;
  margin: 30px 0;
}

.evaluation .card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.evaluation .card {
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.evaluation .card .bg {
  background-image: url(../img/img2.png);
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10px;
}

.evaluation .card .label {
  width: fit-content;
  background-color: #165dff;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 auto;
}

.evaluation .card .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.evaluation .card .content .top {
  display: flex;
  align-items: center;
}

.evaluation .card .content .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evaluation .card .content .top .avator {
  margin: 0 15px 0 0;
}

.evaluation .card .top .zhiye {
  font-size: 14px;
  color: #aaa;
  margin: 5px 0 0 10px;
}

.icon4 {
  width: 75px;
  margin: 10px 0 0;
}

.evaluation .card .detail {
  margin: 0;
  text-align: left;
  margin: 20px 0 0;
}

.evaluation .avator {
  width: 50px;
}

.end_box {
  width: 1200px;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 50px auto 50px;
}

.end {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  border-radius: 15px;
  background: linear-gradient(to right, #2057f9 50%, #ffffff 50%);
  display: flex;
  justify-content: space-between;
}

.end .left {
  padding: 30px 30px 0 0;
  box-sizing: border-box;
  color: #fff;
  flex: 1;
}

.end .form {
  padding: 30px 30px 0;
  color: #333;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.end .left .title {
  font-size: 30px;
  font-weight: bold;
}

.end .left .card {
  box-sizing: border-box;
}

.end .left .card .c_card {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.end .left .card .c_card .name {
  font-weight: bold;
  font-size: 20px;
}

.end .left .card .c_card .icon {
  width: 45px;
  margin: 0 15px 0 0;
  line-height: 2px;
}

.end .left .card .t1 {
  font-weight: bold;
  font-size: 20px;
  margin: 40px 0 25px;
}

.end .left .detail {
  font-size: 16px;
  color: #fff;
  margin: 30px 0 30px;
}

img {
  vertical-align: middle;
  width: 100%;
}

.end .myForm {
  display: flex;
  flex-direction: column;
}

.end .myForm .input_box {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}

.end .myForm .textarea_box .textarea {
  width: 100%;
  height: 150px;
  resize: none;
  box-sizing: border-box;
  padding: 5px 0 0 10px;
  border: none;
  box-shadow: 0px 0px 3px 1px #a3a2a2;
  margin: 5px 0 0;
  border-radius: 5px;
  font-family: "Microsoft YaHei-Regular";
}

.end .myForm .ignore {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
}

.end .myForm .ignore .icon {
  margin: 0 15px 0 0;
  width: 18px;
}

.end .myForm .ignore .text {
  font-size: 14px;
  color: #aaa;
}

.end .myForm .input_box .right {
  margin: 0 0 0 70px;
}

.end .myForm .input_box .label {
  color: #333;
  font-size: 14px;
  margin: 0 0 5px;
}

.end .myForm .input_box .input {
  width: calc(100% - 10px);
  height: 36px;
  border-radius: 5px;
  padding: 0 0 0 10px;
  border: none;
  box-shadow: 0px 0px 3px 1px #a3a2a2;
}

.end .myForm .input_box .select {
  width: 100%;
  height: 36px;
  padding: 0 0 0 10px;
  border: none;
  box-shadow: 0px 0px 3px 1px #a3a2a2;
  border-radius: 5px;
}

.end .myForm .input2 {
  display: flex;
  margin: 40px 0 0;
  justify-content: space-between;
}

.commit_btn {
  border: 0;
  background-color: #324ef1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  line-height: 38px;
  cursor: pointer;
  margin: 10px 0 0;
}

.ewm-box {
  margin: 35px 0 0;
  display: flex;
}

.ewm-box .ewm {
  width: 80px;
  margin: 0 20px 0 0;
}

.error_tip {
  font-size: 14px;
  color: red;
  visibility: hidden;
}

.shake {
  animation: shake 0.4s linear;
}

.agreement-error {
  color: #e53935;
  margin-top: 5px;
  visibility: hidden;
}

.success-message {
  text-align: center;
  color: #43a047;
  visibility: hidden;
  margin: 5px 0;
}

.flex1 {
  flex: 1;
}

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