@charset "UTF-8";
.main_right {
  float: left;
  width: 988px;
  margin-left: 10px;
  background: #fff;
}
.main_right h3 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding-left:42px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  background-color: rgb(214, 229, 237);
  font-weight: 600;
}
.main_right .tb-void .panel-body {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding:30px 0px;
}
.main_right .tb-void table {
  border-collapse: collapse;
  border: solid #E6E6E6;
  border-width: 0 1px 1px 1px;
  border-bottom: none;
  text-align: center;
}
.main_right .tb-void table th {
  background: rgb(226, 228, 229);
  height: 31px;
  line-height: 31px;
  color: #000;
  font-weight: normal;
  font-size: 12px;
}
.main_right .tb-void td {
  padding: 5px 4px;
  width: 60px;
  height: 80px;
  border: 1px solid #EEEEEE;
}
.main_right .tb-void td a {
  margin: 0 auto;
}
.main_right .tb-void td .edit {
  display: block;
  width: 70px;
  height: 28px;
  border: 1px solid #00A0E8;
  border-radius: 5px;
  font-size: 12px;
  line-height: 28px;
  color: #00A0E8;
}
.main_right .tb-void td .del {
  display: block;
  width: 70px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EE3535;
  font-size: 12px;
  line-height: 28px;
  color: #EE3535;
  margin-top: 10px;
}
.main_right .tb-void #follow_table {
  font-size: 12px;
}

.btnaddWrap{
  height: 150px;
  border:1px solid rgb(248, 248, 249);
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_right .btnadd {
  background: none repeat scroll 0 0 #00A0E8;
  width: 120px;
  height: 36px;
  display: block;
  color: #FFF;
  font-size: 16px;
  border: medium none;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
}
.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  margin-left: -300px;
  margin-top: -250px;
  width: 600px;
  height: 500px;
  border: 1px solid #00A0E8;
  background-color: #fff;
  z-index: 5;
  display: none;
}
.pop h4 {
  position: relative;
  height: 33px;
  padding-left: 18px;
  line-height: 33px;
  background: #00A0E8;
  font-size: 12px;
  color: #fff;
}
.pop .box-tip {
  background-color: #fffbba;
  border: 1px solid #ffb90e;
  padding: 10px 20px;
  width: 540px;
}
.pop .info {
  margin-left: 30px;
  margin-top: 30px;
}
.pop .info p {
  overflow: hidden;
  margin-bottom: 22px;
}
.pop .info p .star {
  float: left;
  width: 13px;
  padding-left: 9px;
  color: #f50;
  padding-right: 9px;
}
.pop .info p label {
  width: 95px;
  text-align: right;
  float: left;
  font-size: 12px;
}
.pop .info p input {
  width: 264px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
.pop .info p .Validform_checktip {
  color: red;
  padding-left: 20px;
  white-space: nowrap;
  display: none;
  font-size: 12px;
}
.pop .info p textarea {
  padding: 0;
  margin: 0;
  width: 266px;
  height: 100px;
}
.pop .info p a {
  background: #00A0E8;
  width: 120px;
  height: 36px;
  border-radius: 5px;
  float: left;
  margin-left: 29px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.pop .info .test {
  margin-top: 60px;
  margin-left: 80px;
}
/*# sourceMappingURL=address.css.map */