body {
  background: url(../imgs/bg3.jpg) no-repeat center top / cover;
}

.martyr .body {
  overflow: hidden;
  position: relative;
  background: #fff url(../imgs/bg_martyr.png) no-repeat center/cover;
  width: 1240px;
  padding: 0 20px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 6px #ccc3c3;
}

.martyr .body::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #d8171a;
}

.martyr .search-bar {
  width: 866px;
  margin: 0 auto;
  padding: 30px 0;
}

.martyr .search-bar .tab {
  text-align: left;
  padding-left: 30px;
}

.martyr .search-bar .tab span {
  display: inline-block;
  padding: 0.5em 0.6em;
  font-size: 16px;
  color: #423837;
  cursor: pointer;
}

.martyr .search-bar .tab span.active {
  background: #d9534f;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.martyr .search {
  position: relative;
  height: 60px;
  line-height: 60px;
  border: 2px solid #d9534f;
  border-radius: 30px;
  background-color:#ededed;
}

.martyr .search .icon,
.martyr .search button {
  float: left;
  height: 60px;
}

.martyr .search .icon {
  width: 96px;
  background: url(../imgs/icon_search.png) no-repeat center;
}
.martyr .search input {
  width: 565px;
  padding-right: 15px;
  font-size: 18px;
  background-color:#ededed;
}

.martyr .search button {
  position: absolute;
  right: -2px;
  width: 186px;
  background: #d9534f;
  color: #fff;
  font-size: 20px;
  border-radius: 0 30px 30px 0;
}

.martyr .letter-wrap {
  overflow: hidden;
  margin-top: 15px;
}

.martyr .letter-wrap .tip,
.martyr .letter-wrap .letter {
  float: left;
}

.martyr .letter-wrap .tip {
  width: 104px;
  text-align: right;
  font-size: 15px;
  color: #999;
  padding: 0.3em 0;
}

.martyr .letter-wrap .letter {
  width: 762px;
  text-align-last: left;
}

.martyr .letter-wrap .letter span {
  display: inline-block;
  padding: 0.3em 0.5em;
  font-size: 15px;
  border-left: 1px solid #e5e5e5;
  margin-left: -1px;
  cursor: pointer;
}

.martyr .letter-wrap .letter span.active {
  background: #d9534f;
  color: #fff;
  border-radius: 2px;
}

.martyr .scroll-view {
  width: 1200px;
  padding: 44px 20px;
  background: url(../imgs//bg_martyr02.jpg) no-repeat 0 0 /100% 100%;
}

.martyr .scroll-view .img-box {
  overflow: hidden;
}

.martyr .scroll-view ul li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 180px;
  height: 244px;
  margin: 0 8px;
  border-radius: 10px;
}

.martyr .scroll-view ul li .person {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.martyr .scroll-view ul li .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.7);
}

.martyr .scroll-view ul li .mask {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 214px;
  background: #b10000 url(../imgs/bg_martyr02.png) no-repeat 0 0 / cover;
  color: #fff;
  text-align: left;
  padding: 15px;
}

.martyr .scroll-view ul li .mask h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.martyr .scroll-view ul li .mask p {
  font-size: 13px;
  line-height: 1.5;
}

.martyr .scroll-view1 {
  width: 1200px;
  padding: 30px 20px;
  background: url(../imgs//bg_martyr03.jpg) no-repeat 0 0 /100% 100%;
}

.martyr .scroll-view1 .img-box {
  overflow-y: hidden;
  /*min-height: 200px;
  max-height: 480px;*/
}

.martyr .scroll-view1 ul li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 180px;
  height: 244px;
  margin: 0 8px;
  border-radius: 10px;
}

.martyr .scroll-view1 ul li .person {
  position: absolute;
  margin-top: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.martyr .scroll-view1 ul li .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.7);
}

.martyr .scroll-view1 ul li .mask {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 214px;
  background: #b10000 url(../imgs/bg_martyr02.png) no-repeat 0 0 / cover;
  color: #fff;
  text-align: left;
  padding: 15px;
}

.martyr .scroll-view1 ul li .mask h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.martyr .scroll-view1 ul li .mask p {
  font-size: 13px;
  line-height: 1.5;
}
