.btn-main {
  background: #28c1ce;
  color: #fff;
  outline: none;
  border-radius: 0;
  flex-shrink: 0;
}

button {
  padding: 0;
  border-radius: 4px !important;
  border: 0px;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select,
input,
textarea {
  margin: 0;
}

select,
input {
  vertical-align: middle;
}

.header-search-wrapper {
}
.header-search-wrapper section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search-wrapper section .select {
  width: 217px;
  height: 47px;
  position: relative;
  margin-right: 15px;
}
.header-search-wrapper section .select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  padding: 0 24px 0 18px;
}
.header-search-wrapper section .select i {
  display: block;
  height: 16px;
  font-size: 16px;
  color: #a0a0a0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.header-search-wrapper section span {
  display: block;
  line-height: 47px;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  margin-right: 32px;
}
.header-search-wrapper section input {
  width: 260px;
  height: 47px;
  border: 1px solid #d1d1d1;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  padding: 0 26px;
  margin-left: 38px;
  margin-right: 64px;
}
.header-search-wrapper section button {
  width: 100px;
  height: 47px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.header-search-wrapper section button.btn-reset {
  margin-left: 48px;
  color: #4e5969;
  background: #f2f3f5;
}
.header-search-wrapper .hint {
  font-size: 20px;
  font-weight: 500;
  color: #1a3b5e;
  margin-top: 25px;
  text-align: center;
}
.giving-box {
  margin-top: 65px;
}
.giving-box .job-type {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
}
.giving-box .job-type span {
  display: block;
  float: left;
  margin-right: 6px;
}
.giving-box .job-type .type-list {
  float: left;
}
.giving-box .job-type .type-list li {
  float: left;
  min-width: 130px;
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
}
.giving-box .job-type .type-list li.active {
  color: #fff;
  background: #1a3b5e;
}
.giving-box table {
  width: 100%;
}
.giving-box table tr {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.giving-box table tr:hover {
  color: #1a3b5e;
}
.giving-box table tr:nth-child(odd) {
  background: #eeeeee;

  background: rgba(242, 243, 245, 0.58);
}
.giving-box table tr:nth-child(1) {
  background: #edeef1;
}
.giving-box table tr:nth-child(1):hover {
  color: #333333;
}
.giving-box table th {
  line-height: 52px;
}
.giving-box table td {
  padding: 12px;
  width: 15%;
}
.giving-box table .title {
  width: 18% !important;
}
.giving-box table .time {
  width: 12% !important;
}

.giving-box table .download {
  color: #28c1ce;
}
.btn-download {
  color: #28c1ce;
}
.btn-download-confirm {
  color: #fff;
  background-color: #28c1ce;
  border-color: #28c1ce;
}
.btn-download-confirm:hover {
  color: #fff;
  background-color: #22a6b2;
  border-color: #22a6b2;
}
.giving-box table th,
.giving-box table td {
  text-align: center;
}
.giving-box .btn-jdonation {
  display: block;
  width: 180px;
  height: 52px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 auto 100px;
}

.donate-guide-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d0d0;
}
.donate-guide-item li a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.donate-guide-item li a:hover {
  color: #27c1ce;
  border-bottom: 1px solid #27c1ce;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search-wrapper section .select {
    width: 170px;
    height: 40px;
  }
  .header-search-wrapper section input {
    width: 180px;
    height: 40px;
    margin-left: 10px;
    margin-right: 40px;
  }
  .header-search-wrapper section button {
    width: 88px;
    height: 40px;
  }
  .header-search-wrapper section button.btn-reset {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search-wrapper section .select {
    width: 150px;
    height: 30px;
  }
  .header-search-wrapper section .select select {
    font-size: 15px;
  }
  .header-search-wrapper section input {
    width: 150px;
    height: 30px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 15px;
  }
  .header-search-wrapper section button {
    width: 70px;
    height: 35px;
    font-size: 15px;
  }
  .header-search-wrapper section button.btn-reset {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search-wrapper section {
    flex-direction: column;
  }
  .header-search-wrapper section button {
    margin-top: 10px;
  }
  .header-search-wrapper section button.btn-reset {
    margin-left: 20px;
  }
  .select-wrapper {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .header-search-wrapper section {
    flex-direction: column;
  }
  .header-search-wrapper section button {
    margin-top: 10px;
  }
  .header-search-wrapper section button.btn-reset {
    margin-left: 20px;
  }
  .select-wrapper {
    margin-bottom: 10px;
  }
}

.file-list {
  margin-top: 40px;
}
.completely-article .file-list .name {
  max-width: 1055px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  float: left;
}
.text-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.certificate-input-wrapper {
  margin-top: 50px;
}
.download-subtitle {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #626262;
  line-height: 25px;
}
.download-label {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.file-list .btn-down {
  width: 232px;
  height: 56px;
  background: #28c1ce;
  border-radius: 4px;
  border: 1px solid #28c1ce;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  outline: none;
  border-radius: 0;
}

.btn-down a {
  display: block;
  color: #fff;
}
