/* ###################################设置页面##################################################### */

.my-install {
  height: 780px;
  background-color: #ffffff;
  border-top: 4px solid #4A88F7;
  margin-bottom: 25px;
}

/* 标签按钮 */

.install-modify,
.install-privacy,
.install-blacklist {
  height: 700px;
  width: 900px;
  margin-left: 32px;
  border-top: 1px solid #dddddd;
  margin-top: 75px;
  padding-top: 40px;
}

.ins-modify,
.ins-privacy,
.ins-blacklist {
  float: left;
  width: 140px;
  height: 40px;
  margin-right: 9px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-top: 36px;
  border: 1px solid #dddddd;
  color: #000;
  cursor: pointer;
}

.ins-active {
  margin-left: 32px;
}

.ins-active-other {
  color: #4A88F7;
  border: 1px solid #4A88F7;
  border-bottom: 1px solid #fff;
}

/* 修改栏内容 */

/* 单行修改div */

.install-mes {
  width: 900px;
  height: 70px;
  background-color: #EBF2FD;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 70px;
  padding-left: 52px;
  color: #333333;
}

/* 单行内文字 */

.install-mes span {
  width: 50px;
  margin-left: 23px;
  margin-right: 10px;
}

#install-yx {
  margin-right: 22px;
}

.install-mes a {
  color: #999999;
}

.install-mes div {
  float: right;
  margin-right: 42px;
  color: #4A88F7;
  cursor: pointer;
}

.install-mes div img {
  margin-left: 13px;
}

.install-img {
  float: left;
  margin-left: 26px;
  margin-right: 24px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.install-img img {
  margin-bottom: 23px;
}

#install-binding {
  font-size: 16px;
  display: block;
  margin-top: 60px;
  margin-bottom: 26px;
}

#install-binding a {
  color: #999999;
}

/* 隐私栏页面 */

/* 标题 */

.privacy-title {
  display: block;
  font-size: 16px;
  margin-left: 20px;
  color: #000;
  margin-bottom: 16px;
}

.install-privacy input {
  margin-left: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

.install-privacy a {
  display: block;
  margin-left: 172px;
  margin-top: -20px;
  color: #999999;
}

/* 保存按钮 */

.privacy-but {
  width: 130px;
  height: 40px;
  background-color: #4A88F7;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: none;
  margin-top: 20px !important;
}

/* 按钮hover事件 */

.privacy-but:hover,
.blacklist-click-but:hover {
  background-color: rgba(74, 138, 247, 0.753);
}

/* 自定义单选按钮 */

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0)
}

.p-span::before {
  vertical-align: middle;
  content: '\a0';
  display: inline-block;
  border: 3px solid #DCDCDC;
  text-align: center;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  font-weight: bold;
  margin-left: 22px;
  margin-right: 5px;
}

input[type="radio"]:checked+.p-span::before {
  vertical-align: middle;
  content: '\a0';
  display: inline-block;
  text-align: center;
  border: 1px #fff solid;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #97BBFC;
  margin-left: 25px;
  margin-right: 8px;
  box-shadow: 0 0 0 3px #DCDCDC;
}

/* 黑名单页面*/

.shield-allcompany {
  width: 900px;
  margin-left: 21px;
  height: auto;
  margin-bottom: 40px;
}

/* 撑开div高度 */

.shield-allcompany:after {
  content: '';
  display: block;
  clear: both;
}

/* 单个公司div */

.shield-company {
  float: left;
  width: 230px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}

.shield-company .shield-company-del {
  float: right;
  padding: 0 12px;
  height: 100%;
  border-left: 1px solid #ddd;
  cursor: pointer;
}

/* 添加按钮 */

.blacklist-but {
  width: 150px;
  border-radius: 5px;
  margin-left: 21px;
  cursor: pointer;
}

/* 提示信息 */

.blacklist-footmes {
  margin-left: 21px;
  font-size: 14px;
  color: #EC6334;
}

.blacklist-click {
  margin-bottom: 22px;
  padding-top: 0px;
}

.blacklist-add {
  display: none;
}

/* 确定和取消按钮 */

.blacklist-click-but {
  width: 100px;
  height: 40px;
  margin-left: 4px;
  background-color: #4A88F7;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: none;
}

/* 输入框 */

.blacklist-text {
  width: 250px;
  height: 40px;
  color: #dddddd;
  font-size: 14px;
  margin-left: 21px;
  border: 1px solid #dddddd;
  padding-left: 15px;
}

/* 弹出页面 */

#install-change>div {
  margin: 150px auto;
  width: 600px;
  height: 350px;
  background-color: #fff;
  font-size: 14px;
}

#install-change>div div {
  width: 600px;
  height: 5px;
  z-index: 1200;
  background-color: #4A88F7;
}

#install-change form {
  width: 600px;
  height: 345px;
}

#install-change form .title {
  margin-top: 35px;
  margin-bottom: -10px;
  margin-right: 15px;
}

#install-change form label {
  line-height: 40px;
  width: 80px;
  height: 40px;
  margin-left: 91px;
  margin-top: 16px;
  text-align: right;
  margin-right: 10px;
}

#install-change form input {
  padding-left: 20px;
  width: 300px;
  height: 40px;
}

#install-change form #phonemes,
#install-change form #mes,
#install-change form #newmes {
  width: 200px;
}

#install-change form button {
  width: 90px;
  height: 40px;
  background-color: #4A88F7;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  border: none;
}

#install-change form .save {
  width: 130px;
  height: 40px;
  background-color: #4A88F7;
  color: #fff;
  text-align: center;
  margin-top: 18px;
  margin-left: 10px;
  font-size: 16px;
  margin-left: 182px;
  border: none;
  padding: 0px;
}

#pwd-change {
  padding-top: 40px;
}
