.bg_box {
  background: #f5f5f5;
}
.setmailbox-box {
  width: 1180px;
  margin: 0px auto;
  color: 666;
  overflow: hidden;
}
.tab-left {
  float: left;
  width: 179px;
  background: #f1f6fb;
}
.content-right {
  float: left;
  width: 1000px;
  height: 709px;
  box-sizing: border-box;
  padding: 23px;
  background: #fff;
}
.setmailbox-title {
  line-height: 36px;
  padding-left: 40px;
  background: url(../../img/mail-icon.png) no-repeat 6px center;
  background-size: 28px;
}
.title-content {
  padding-left: 54px;
}
.amendmail {
  float: right;
  padding-left: 20px;
  margin-right: 20px;
  color: #ff5400;
  line-height: 24px;
  background: url(../../img/amend-icon.png) no-repeat 0 center;
  background-size: 18px;
  cursor: pointer;
}
.operate-content {
  margin-top: 15px;
  width: 934px;
  padding: 30px 0 27px;
  padding-left: 77px;
  background: #f9fafc;
  border: 1px dashed #cccccc;
}
.operate-content > div,
.oldmail {
  line-height: 31px;
  margin-bottom: 25px;
}
.bindbtn,
.restbtn {
  width: 280px;
  height: 41px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  background-image: linear-gradient(90deg, #397be6 0%, #56baee 100%),
    linear-gradient(#04c0af, #04c0af);
  background: url(//static.tkpension.com/tkpmall/imgs/allgoodslistline2.png) repeat-y center center
    \9;
  cursor: pointer;
}
.bindbtn {
  margin-left: 75px;
}
.restbtn {
  margin-left: 60px;
}
#bindmail,
#newmail {
  box-sizing: border-box;
  padding-left: 12px;
  width: 350px;
  height: 31px;
}
.bindmailsuccesss {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding-left: 30px;
  margin-left: 30px;
  color: #10ab92;
  background: url(../../img/bindmailsuccess.png) no-repeat 0 center;
  background-size: 22px;
}
.error_msg {
  padding-left: 10px;
  color: #fc0500;
}
.footer-top {
  height: 50px;
  background: #f5f5f5;
}
