
.claimDocument {
  height: 560px;
  width: 700px;
  background-color: #fff;
}
.claimDocument .box1 {
  position: relative;
  height: 100%;
}
.claimDocument h3 {
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
.claimDocument h3 i{
  height: 14px;
  width: 14px;
  position: absolute;
  background: url("../../images/claimOnline/closeIcon.png") no-repeat 0 0;
  background-size: 100% 100%;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.claimDocument .boxMain {
  padding: 20px 20px 0 20px;
  height: 400px;
  overflow: auto;
}
.claimDocument .boxMain .boxItem {
  border: 1px solid #e6e6e6;
  margin-bottom: 0.1rem;
}
.claimDocument .boxMain .boxItem h4 {
  font-size: 17px;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
}
.claimDocument .boxMain .boxItem .materList {
  padding: 10px 0 10px 20px;
}
.claimDocument .boxMain .boxItem .materList li {
  line-height: 30px;
  padding-left: 15px;
  height: 30px;
  font-size: 14px;
  color: #7f7f7f;
  background: url("../../images/claimOnline/must.png") no-repeat 0 center;
  background-size: 100% 100%��

}
.claimDocument .boxMain .boxItem .showList .showItem {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  cursor:pointer;
}
.claimDocument .boxMain .boxItem .showList .showItem h5 {
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.claimDocument .boxMain .boxItem .showList .showItem h5 i {
/*   background: url("../../images/claimOnline/non-check.png") no-repeat; */
  background-size: 100% 100%;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.claimDocument .boxMain .boxItem .showList .showItem .list {
  padding: 10px 0 10px 20px;
  display: none;
}
.claimDocument .boxMain .boxItem .showList .showItem .list .Item {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #7f7f7f;
}
.claimDocument .boxMain .boxItem .showList .showItem .list .Item em {
  color: red;
}
.claimDocument .boxMain .boxItem .showList .active h5 i {
    background-size: 100% 100%;
}
.claimDocument .foot {
  height: 70px;
  width: 100%;
  position: absolute;
  box-shadow: 0px -2px 5px #e5e5e5;
  bottom: 0;
  left: 0;
}
.claimDocument .foot input {
  height: 40px;
  width: 75%;
  margin-top: 14px;
  margin-left: 20px;
  margin-right: 2%;
  border:1px solid #ccc;
  border-radius:3px;
}
.claimDocument .foot #sendEmail {
  width: 16%;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  /*box-shadow: 0px -1px 2px #e5e5e5 inset;*/
  background-color: #0060bf;
  border-radius:15px;
}
