.homeHeader {
  background: url(../images/home_header.png);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 128px;
}

/*菜单*/
.homeVip {
  background: url(../images/vip.png);
  width: 74px;
  height: 55px;
}

.homeVipOn {
  background: url(../images/vip_on.png);
  width: 74px;
  height: 55px;
}

.homeFamily {
  background: url(../images/family.png);
  width: 74px;
  height: 55px;
}

.homeFamilyOn {
  background: url(../images/family_on.png);
  width: 74px;
  height: 55px;
}

.homePerson {
  background: url(../images/person.png);
  width: 74px;
  height: 55px;
}

.homePersonOn {
  background: url(../images/person_on.png);
  width: 74px;
  height: 55px;
}

.homePassword {
  background: url(../images/password.png);
  width: 74px;
  height: 55px;
}

.homePasswordOn {
  background: url(../images/password_on.png);
  width: 74px;
  height: 55px;
}

.homeLeft {
  background: url(../images/home_left.png);
  background-size: cover;
  width: 230px;
  height: 380px;
  float: left;
  margin: 20px 0px;
  font-size: 14px;
  font-weight: bold;
}

.homeRight {
  background: url(../images/home_right.png);
  background-size: 100% 100%;
  position: absolute;
  left: 240px;
  right: 0px;
  top: 0px;
  bottom: 50px;
  margin: 20px;
  min-height: 380px;
}

.homeFamilyTitle {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dcdbd7;
  font-size: 24px;
  /*font-weight: bold;*/
  color: #333333;
}

/*按钮*/
.mainAddFamily {
  background: url(../images/addFamily.png);
  width: 188px;
  height: 61px;
  cursor: pointer;
  display: inline-block !important;
  background-size: 100% 100%;
}

.createFamily {
  background: url(../images/create_family.png);
  width: 240px;
  height: 58px;
  cursor: pointer;
  margin: 0 auto;
}

.createFamily:hover {
  background: url(../images/create_family_on.png);
}

.mainFamilyNull {
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

/*弹框*/
.popAddFamily {
  width: 500px;
  height: 300px;
  background: #fff url(../../common/images/login_input_bg_noborder.png);
  margin: -150px 0 0 -250px;
}

.popInput {
  /* width: 240px;
  height: 35px;*/
  float: right;
  line-height: 35px;
  margin-top: 8px;
  /* background-color: #F0E7DE;
  border: 1px solid #C9AC96;*/
  padding-left: 10px;
  background: url(../../common/images/input.png);
  background-size: 100% 100%;
  width: 240px;
  height: 30px;
  border: none;
}

.logout {
  cursor: pointer;
}

.logout:hover {
  color: #9d2932;
}

/*列表*/
.homeRow {
  border-bottom: 1px solid #dcdbd7;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 18px;
}

.homeCol {
  color: #9d2932;
}

.homeCol:hover {
  color: #9a2e9d;
  cursor: pointer;
}

.homeRow span:hover {
  color: #9d2932;
}

.colButton {
  padding: 0;
}

.personInput {
  /*width: 100%;
  height: 40px;
  background-color: #F0E7DE;
  border: 1px solid #C9AC96;*/
  margin-left: 10px;
  padding-left: 10px;
  background: url(../../common/images/input.png);
  background-size: 100% 100%;
  width: 280px;
  height: 30px;
  border: none;
}

.personHead {
  width: 100%;
  height: 200px;
  text-align: center;
  padding-top: 60px;
}

.uploadHead {
  background: url(../images/upload_head.png);
  width: 140px;
  height: 36px;
  cursor: pointer;
  margin: 20px auto;
}

.uploadHead:hover {
  background: url(../images/upload_head_on.png);
}

.headImg {
  height: 120px;
  width: 120px;
}

.head {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
}

.errorTr td {
  height: 34px;
}

.errMsg {
  color: red;
  font-size: 14px;
  float: left;
  margin-left: 80px;
  margin-top: -20px;
}

.mainHome-jiapu {
  background: url(../../home/images/family_jiapu.png);
  width: 16px;
  height: 19px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

.mainHome-email {
  background: url(../../home/images/family_email.png);
  width: 19px;
  height: 14px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

.mainHome-phone {
  background: url(../../home/images/family_tel.png);
  width: 14px;
  height: 19px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

/*滚动条样式*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #ddb588;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #9e7d63;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #747474;
}

::-webkit-scrollbar-corner {
  background: #ddb588;
}

/* -------------------- */
.mainHomeBody {
  position: absolute;
  top: 128px;
  bottom: 80px;
  width: 100%;
  height: 100%;
}

.mainHomeRight {
  background: url(../../home/images/home_right.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0px;
  bottom: 50px;
  margin: 20px;
  min-height: 380px;
  display: flex;
}

.mainHomeLeft {
  background: url(../images/left.png);
  background-size: 100% 100%;
  width: 414px;
  height: 582px;
  display: inline-block;
  margin: 64px 0px 0 168px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.right {
  flex-grow: 1;
  margin-left: 89px;
  margin-right: 208px;
  height: 100%;
  display: inline-block;
  margin-top: 34px;
  position: relative;
}

.mainHomeFamilyTitle {
  position: relative;
  width: 100%;
  height: 61px;
  font-size: 24px;
  /*font-weight: bold;*/
  color: #333333;
  display: flex;
}

.mainHomeRow {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-weight: bold;
  margin-top: 35px;
  border: 2px dashed #c21920;
  border-radius: 4px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mainHomeCol {
  color: #333;
  cursor: pointer;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.mainColButton {
  cursor: pointer;
  color: #c5966c;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding: 0;
}

.contact-person-view {
  position: fixed;
  right: 10px;
}

.contact-person-box {
  margin-top: 100px;
  position: relative;
}


.contact-person-list {
  position: absolute;
  top: 186px;
  line-height: 50px;
  writing-mode: vertical-rl;
  font-weight: 600;
}

.contact-person-list-label {
  margin-bottom: 10px;
}