@charset "UTF-8";
/**!
 * 上海浦东红十字会列表页
 * author: guohanyu;
 * date:2024-09-24
 */
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../css/font/SourceHanSansCN-Regular.ttf");
}
@font-face {
  font-family: "OPPOSans";
  src: url("../css/font/OPPOSans-R.ttf");
}
.main * {
  font-family: "SourceHanSansCN";
}
 .container {
  width:1200px;
}



.loc {
  line-height: 30px;
  font-size: 14px;
  padding: 10px 0 10px 30px;
  background: url("../images/loc_icon.png") left 15px no-repeat;
  color: #666;
}

.loc a {
  color: #666;
}

.ewb-red {
  color: #d93b37;
}

.ewb-menu {
  margin-right: -20px;
}

.menu-hd {
  height: 80px;
  background: #d92721;
  text-align: center;
  padding-top: 14px;
}

.menu-hd h3 {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.menu-hd p {
  line-height: 24px;
  font-size: 14px;
  color: #edaba9;
  text-transform: uppercase;
}

.menu-bd {
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: #fff;
  padding-bottom: 20px;
}

.menu-item a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  margin: 0 -1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-item a:hover,
.menu-item.cur a {
  background: #ffebeb;
  color: #d93b37;
}

.info {
  background: #fff;
}

.info-bd {
  padding: 6px 20px 30px 20px;
}

.info-item {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  vertical-align: top;
}

.info-forus {
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-forus a {
  color: #333;
  padding-left: 16px;
  background: url("../images/dian.jpg") left center no-repeat;
}

.ewb-date {
  float: right;
  margin-top: -50px;
  color: #999;
  font-size: 14px;
}

.info-item:hover .info-forus,
.info-item:hover .info-forus a,
.info-item:hover .ewb-date {
  color: #d93b37;
}

.info-item:hover .info-forus a {
  background-image: url("../images/dianh.jpg");
}

.accept .info {
  padding: 0 24px;
}
.accept .info-bd {
  padding: 20px 0;
}
.accept .public-hd {
  height: 64px;
  line-height: 64px;
}
.accept .public-hd h3 {
  padding: 0;
  height: 64px;
  line-height: 64px;
  font-weight: 700;
  font-size: 24px;
}

.row {
  margin: 30px 0;
}

.btns {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btns .btn {
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.btns .reset {
  border: 1px solid #D83B37;
  color: #D83B37;
}

.btns .search {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF544F), to(#C82A26));
  background: linear-gradient(180deg, #FF544F 0%, #C82A26 100%);
  border-radius: 4px;
  margin-left: 20px;
  color: #fff;
}

.common-table {
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
}
.common-table-th {
  padding: 12px 24px;
  line-height: 24px;
  background: #D83B37;
  color: #fff;
}
.common-table-th + .common-table-th {
  border-left: 2px solid #fff;
}
.common-table-td {
  padding: 18px 24px;
  line-height: 24px;
}
.common-table-td + .common-table-td {
  border-left: 2px solid transparent;
}
.common-table-tr:nth-child(2n+2) {
  background: #F6F6F6;
}
.common-table .aligncenter {
  text-align: center;
}
.common-table .alignright {
  text-align: right;
}
.common-table .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.common-table .ellipsis .value {
  color: #D83B37;
  font-weight: 700;
  font-family: "OPPOSans";
}
.common-table .ellipsis .unit {
  margin-left: 2px;
  color: #999;
}

.form-group {
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 24px;
}

.form-item {
  float: left;
  width: calc((100% - 10px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.form-item:nth-child(2n) {
  margin-left: 10px;
}

.form-label {
  font-size: 16px;
  text-align: right;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-value {
  width: 320px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form-value input {
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  font-size: 16px;
}
.form-value input::-webkit-input-placeholder {
  color: #999999;
}
.form-value input::-moz-placeholder {
  color: #999999;
}
.form-value input:-ms-input-placeholder {
  color: #999999;
}
.form-value input::-ms-input-placeholder {
  color: #999999;
}
.form-value input::placeholder {
  color: #999999;
}
.form-value .split {
  margin: 0 8px;
  font-size: 16px;
  color: #333333;
}

.form-value-donatedate {
  position: relative;
}
.form-value-donatedate::before {
  content: "";
  width: 15px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: url("../images/donate_info/calendar.png") no-repeat center center;
}

.numberinput-box {
  position: relative;
  height: 100%;
}
.numberinput-box .numberinput {
  width: 144px;
}
.numberinput-box .unit {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #666666;
}

   .tool{
      left:49%;
    }

/* phone */
@media (max-width: 1200px) {

 .container {
    width:100%
  }
  .ewb-menu {
    margin-right: 0;
  }
  .info {
    margin-left: 0;
    margin-top: 10px;
  }
  .info-bd {
    padding: 6px 5px 20px 5px;
  }
  .common-table-th, .common-table-td {
    padding: 16px 5px;
  }
  .common-table .ellipsis {
    white-space: wrap;
  }
  .form-group {
    padding: 0;
  }
  .form-item {
    width: 100%;
    display: block;
    height: auto;
  }
  .form-item:nth-child(2n) {
    margin-left: 0;
  }
  .form-label {
    text-align: left;
    margin-bottom: 10px;
  }
  .form-value {
    width: 100%;
  }
  .each-tab {
    font-size: 22px;
  }
  .each-tab:nth-child(n+2) {
    margin-left: 28px;
  }
  .title-box-title {
    font-size: 22px;
  }
     .tool{
      left:57%;
    }
}

@media(max-width: 979px){

    .tool{
        margin-left: 330px;
    }


}

/* phone */

@media(max-width: 767px){
    .tool{
        margin: 0;
        top: 40px;
        left: auto;
        right: 0;
    }
}
