#content {
  padding-bottom: 0;
}

.setting_wrapper {
  width: 800px;
  /* height: 68px; */
  min-height: 532px;
  background-color: #FFF;
  box-shadow: 0 1px 6px #ccc;
  margin: 0 auto;
  padding-top: 137px;
  box-sizing: border-box;
}

.setting_inner .nav_wrapper {
  float: left;
  width: 260px;
  height: 240px;
  border-right: 1px solid #ecf0f5;
}
.setting_inner .nav_wrapper .nav {
  padding-left: 144px;
  /* padding-top: 130px; */
  padding-top: 0px;
  line-height: 30px;
  font-size: 14px;
  color: #827c75;
  user-select: none;
}
.setting_inner .nav_wrapper .nav a {
  position: relative;
  font-size: inherit;
  color: inherit;
}
.setting_inner .nav_wrapper .nav a.active {
  color: #333333;
}
.setting_inner .nav_wrapper .nav a.active:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: -14px;
  border-radius: 50%;
  background-color: #333;
}

.setting_inner .setting_content {
  position: relative;
  margin-left: 260px;
  padding-left: 8px;
  /* border-left: 1px solid #ecf0f5; */
}
.setting_inner .setting_content.padding-left {
  padding-left: 75px;
}
.setting_inner .setting_content table.info_set {
  position: relative;
  font-size: 14px;
  color: #595f64;
  vertical-align: middle;
  user-select: none;
}

.setting_inner .setting_content table.info_set tr {
  height: 30px;
}
.setting_inner .setting_content table.info_set td {
  /* height: 45px; */
  vertical-align: middle;
  padding-bottom: 18px;
}
.setting_inner .setting_content table.info_set tr:last-child td {
  padding-bottom: 0;
}
.setting_inner .setting_content table.info_set td.title {
  width: 70px;
  text-align: left;
}

.setting_inner .setting_content table.info_set td.title img {
  width: 14px;
  margin-right: 11px;
  vertical-align: middle;
}
.setting_inner .setting_content table.info_set td.title.wx img {
  width: 17px;
  margin-right: 8px;
}
.setting_inner .setting_content table.info_set td.info input {
  width: 155px;
  line-height: 30px;
  outline: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 4px;
}
.setting_inner .setting_content table.info_set td.info .info_inner {
  padding-left: 10px;
  width: 300px;
}
.setting_inner .setting_content table.info_set td.info a.btn {
  background: transparent;
  color: #4580a9;
  font-size: inherit;
}

.setting_inner .setting_content table.info_set td.info .tip {
  display: inline-block;
  min-width: 52px;
  text-align: left;
}

.setting_inner .setting_content table.info_set td.info .tip.black {
  color: #1e041b;
  font-weight: 700;
}

table.info_set td .btn img {
  width: 14px;
}
.setting_inner .setting_content table.obj_set {
  /*position: relative;*/
  text-align: center;
  font-size: 12px;
  /* line-height: 35px; */
  /* cursor: pointer; */
}
.setting_inner .setting_content table.obj_set tr {
  min-height: 35px;
}
.setting_inner .setting_content table.obj_set + .object-add-btn {
  position: relative;
  height: 35px;
}
.setting_inner .setting_content table.obj_set + .object-add-btn .btn {
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  margin-right: 35px;
}
.setting_inner .setting_content table.obj_set + .object-add-btn .btn img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.setting_inner .setting_content .table-header {
  color: #979797;
  background: #f3f3f3;
  line-height: 35px;
  width: 475px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  height: 35px;
  position: absolute;
  top:0;
}
.obj_set{
  margin-top: 40px;
}
.table-header div{
  float: left;
}
.setting_inner .setting_content .table-body {
  width: 475px;
  /*height: 210px;*/
  /*overflow-y: auto;*/
}
.setting_inner .setting_content table.obj_set th {
  color: #979797;
  background: #f3f3f3;
}
.setting_inner .setting_content .table-header div:first-child,
.setting_inner .setting_content table.obj_set th:first-child,
.setting_inner .setting_content table.obj_set td:first-child {
  width: 140px;
}
.setting_inner .setting_content .table-header div:nth-child(2),
.setting_inner .setting_content table.obj_set th:nth-child(2),
.setting_inner .setting_content table.obj_set td:nth-child(2) {
  width: 87px;
}
.setting_inner .setting_content .table-header div:nth-child(2) span,
.setting_inner .setting_content table.obj_set th:nth-child(2) span,
.setting_inner .setting_content table.obj_set td:nth-child(2) span {
  display: block;
  width: 87px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.setting_inner .setting_content .table-header div:nth-child(3),
.setting_inner .setting_content table.obj_set th:nth-child(3),
.setting_inner .setting_content table.obj_set td:nth-child(3) {
  width: 156px;
}
.setting_inner .setting_content .table-header div:nth-child(4),
.setting_inner .setting_content table.obj_set th:nth-child(4),
.setting_inner .setting_content table.obj_set td:nth-child(4) {
  width: 92px;
}
.setting_inner .setting_content .setting_table_wrapper {
  width: 475px;
  height: 245px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.setting_inner .setting_content table.obj_set a.btn {
  width: 92px;
  display: inline-block;
  background: transparent;
  color: #4580a9;
  font-size: inherit;
  text-align: center;
}
.setting_inner .setting_content table.obj_set a.btn img {
  width: 17px;
}
.setting_inner .setting_content .content_tip {
  position: absolute;
  top: 250px;
  font-size: 14px;
  margin-left: 10px;
}
.setting_inner .setting_content .content_tip a {
  color: #4580a9;
}
.light-gray {
  color: #b8b8b8;
}

.main-nav {
  display: flex;
  width: 800px;
  margin: 0 auto;
  /* margin-bottom: 14px; */
  font-size: 12px;
  line-height: 30px;
}
.main-nav .link {
  color: #4580a9;
}
.main-nav .icon {
  display: inline-block;
  background: url(/head_for/img/public/deep_08.png) no-repeat;
  background-position: center 10px;
  height: 30px;
  width: 30px;
}

/*钱包style*/

.table-header1{
  display: flex;
  color: #979797;
  background: #f3f3f3;
  line-height: 35px;
  width: 475px;
  font-size: 12px;
  font-weight: 700;
  text-align:center;
}
.setting_inner .setting_content table.obj_set1{
  height: 30px;
  width: 474px;
  overflow-x: hidden;
}
.setting_inner .setting_content .table-header1 div:first-child,
.setting_inner .setting_content table.obj_set1 th:first-child,
.setting_inner .setting_content table.obj_set1 td:first-child
{
  width: 90px;
  text-align: center;
  font-size: 12px;
}
.setting_inner .setting_content .table-header1 div:nth-child(2),
.setting_inner .setting_content table.obj_set1 th:nth-child(2),
.setting_inner .setting_content table.obj_set1 td:nth-child(2)
{
  width: 80px;
  text-align: center;
  font-size: 12px;
}
.setting_inner .setting_content .table-header1 div:nth-child(3),
.setting_inner .setting_content table.obj_set1 th:nth-child(3),
.setting_inner .setting_content table.obj_set1 td:nth-child(3)
{
  display: block;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
  padding: 6px 0 9px 0;
}
.setting_inner .setting_content .table-header1 div:nth-child(4),
.setting_inner .setting_content table.obj_set1 th:nth-child(4),
.setting_inner .setting_content table.obj_set1 td:nth-child(4)
{
  width: 146px;
  text-align: center;
  font-size: 12px;
}
.setting_inner .setting_content .table-header1 div:nth-child(5),
.setting_inner .setting_content table.obj_set1 th:nth-child(5),
.setting_inner .setting_content table.obj_set1 td:nth-child(5)
{
  width: 80px;
  text-align: center;
  font-size: 12px;
  /*padding-right: 16px;*/
}
.setting_inner .setting_content table.obj_set2{
  height: 30px;
  width: 474px;
  overflow-x: hidden;
}
.setting_inner .setting_content .table-header1 div:first-child,
.setting_inner .setting_content table.obj_set2 th:first-child,
.setting_inner .setting_content table.obj_set2 td:first-child
{
  width: 90px;
  text-align: center;
  font-size: 12px;
}
.setting_inner .setting_content .table-header1 div:nth-child(2),
.setting_inner .setting_content table.obj_set2 th:nth-child(2),
.setting_inner .setting_content table.obj_set2 td:nth-child(2)
{
  width: 80px;
  text-align: center;
  font-size: 12px;
}
.setting_inner .setting_content .table-header1 div:nth-child(3),
.setting_inner .setting_content table.obj_set2 th:nth-child(3),
.setting_inner .setting_content table.obj_set2 td:nth-child(3)
{
  display: block;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
  padding: 6px 0 9px 0;
}
.setting_inner .setting_content .table-header1 div:nth-child(4),
.setting_inner .setting_content table.obj_set2 th:nth-child(4),
.setting_inner .setting_content table.obj_set2 td:nth-child(4)
{
  width: 146px;
  text-align: center;
  font-size: 12px;
}
.setting_inner .setting_content .table-header1 div:nth-child(5),
.setting_inner .setting_content table.obj_set2 th:nth-child(5),
.setting_inner .setting_content table.obj_set2 td:nth-child(5)
{
  width: 80px;
  text-align: center;
  font-size: 12px;
  /*padding-right: 16px;*/
}
#tableBody1{
  position: relative;
  top: 16px;
  left: 8px;
  width: 500px;
}
#tableBody1>div{
  float: left;
  color: #666;
  font-size: 13px;
}
#tableBody1>div>span{
  color: #666;
  font-weight: 700;
}
/*发票*/
#shade{
  width: 100%;
  height: 100%;
  opacity: .5;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}
#bill_shade{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0px;
    z-index: 999;
}
#bill{
  width: 500px;
  height: 364px;
  padding: 40px;
  background: #FFF;
  z-index: 333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  color: #979797;
  border-radius: 2px;
  box-shadow: 0 1px 6px #ccc;
}
.billHead{
  width: 100%;
  height: 40px;
}
.billHead>div{
  font-size: 14px;
  margin-right: 50px;
  height: 38px;
  color: #979797;
  cursor:pointer;
}
.billHead>div:nth-of-type(1){
  border-bottom: 2px solid #191919;
  color: #191919;
}
#bill .line{
  width: 100%;
  height: 1px;
  background: #979797;
}
.billContent{
  margin-top: 16px;
}
.billContent li{
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #979797;
  font-size: 12px;
}
.billContent li input{
  width: 370px;
  height: 30px;
  border: 1px solid #979797;
  border-radius: 3px;
  margin-top: 6px;
  padding-left: 10px;
  box-sizing: border-box;
}
#btn{
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 500px;
  height: 50px;
}
.btns{
  width: 100px;
  height: 34px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
}
#ok{
  background: #191919;
  color: whitesmoke;
}
#off{
  background: white;
  border: #979797 solid 1px;
  color: #979797;
}
.bindName {
  margin-right: 10px;
}

.getwechat.mask{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  z-index: 999;
  box-sizing: content-box;
}
.getwechat .title {
  height: 70px;
  position: relative;
  line-height: 60px;
  font-size: 22px;
  color: #333;
  margin-top: 20px;
  /*border-bottom: 1px solid rgba(0,0,0,.2);*/
}
.getwechat .title .close img {
  height: 13px;
  width: 13px;
  position: absolute;
  top: 0px;
  right: 33px;
  cursor: pointer;
}

.getwechat .validate_tel{
   position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 320px;
    background: #fff;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(213,213,213,0.7);
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.validate_tel #bottom{
    margin-top: 25px;
}
/*错误提示*/
.validate_tel #info{
  margin-bottom: 10px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  display: none;
}
/*电话*/
.validate_tel #usercount{
    margin-bottom: 2px;
}
.validate_tel #usercount input{
    height: 26px;
    width: 264px;
    border-radius: 3px;
    border: none;
    color: #333;
    line-height: 24px;
    font-size: 14px;
    background: #f5f5f5;
    outline: none;
    padding: 9px 16px;
    overflow: hidden;
    box-sizing: content-box;
}
.validate_tel #bottom_top{
  margin-bottom: 10px;
}
.validate_tel  #bottom_re{
  position:relative;
}
.validate_tel  #bottom_tip{
  line-height:40px;
  text-align: center;
  height:0;
}
.validate_tel #bottom_log{
  transition: all 0.2s ease-in;
}
.validate_tel #bottom_middle{
  position:relative;
  transition: .2s;
  font-size: 14px;
  color: #fff;
  width: 296px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #41464b;
  border-radius: 2px;
  margin: 0 auto 28px auto;
}
.validate_tel  #bottom_middle:hover{
  background-color: #2c3033;
}
/*验证码*/
.validate_tel #checkNum{
 width: 296px;
  height: 44px;
  margin: 2px auto;
}
.validate_tel #num{
  padding: 9px 16px;
  line-height: 26px;
  font-size: 14px;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 3px;
  color: #333;
  height: 44px;
  background: #f5f5f5;
  border: none;
  width: 100%;
}
.validate_tel #numInput{
  width: 153px;
  margin-right: 3px;
}
.validate_tel #getNum{
  padding: 9px 16px;
  line-height: 26px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    height: 44px;
    background: #41464b;
    width: 140px;
}
.validate_tel #getNum:hover{
  background-color: #2c3033;
}














.getwechat .get_code{
  width: 401px;
  height: 422px;
  border-radius: 5px;
  background: #FFF;
  z-index: 333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.getwechat .get_code .code {
  width: 180px;
  height: 180px;
  background: url('/head_for/img/bindwechat/codeBg.png');
  background-size: 100% 100%;
  margin: 40px auto 15px auto;
  padding: 15px;
}
.getwechat .get_code .info a {
  text-decoration: underline;
  color: #000000;
}
.getwechat .bind_wechat{
  width: 401px;
  height: 470px;
  border-radius: 5px;
  background: #FFF;
  z-index: 333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.getwechat .bind_wechat .userBox{
  height: 290px;
  overflow-y: scroll;
}
.getwechat .bind_wechat .useritem{
 height: 54px;
 border-bottom: 1px solid  #edecec;
 width: 350px;
 margin: 0 auto;
 padding: 20px 10px;
}
.getwechat .bind_wechat .useritem.fri{
  border-top: 1px solid  #edecec;
}
.bind_wechat .useritem .userImg{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.bind_wechat .useritem img{
  width: 54px;
  height: 54px;
}
.bind_wechat .useritem .userInfo {
   margin: 3px 0 8px 0;
}
.useritem .userInfo .username{
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.useritem .userInfo .userState{
  margin-top: 7px;
  color: rgba(0,0,0,.7);
  text-align: left;
}
.useritem .bindInfo .btn{
  width: 70px;
  height: 30px;
  border-radius: 2px;
  border: solid 1px #42464b;
  background: #fff;
  color: #000000;
  font-size: 14px;
  cursor:pointer;
}
.useritem .bindInfo .btn.ok{
  background: #42464b;
}
.useritem .bindInfo .unbindOne{
  margin-top: 12px;
}
.useritem .bindInfo .unbindTwo {
 display:none;
}
.useritem .bindInfo .unbindTwo .msg{
  text-align: right;
  margin: -2px -8px 3px 0;
  color: #000000;
}
.useritem .bindInfo .unbindTwo .btn.ok{
  color: #fff;
  margin-right: 10px;
}
.getwechat .bind_wechat .addUser{
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  background-color: #42464b;
  border-radius: 2px;
  margin: 25px auto 0 auto;
}
/* 返现弹框 */
.fl{
  line-height: 20px;
}
.fl b{
  padding-left: 20px;
}
.applyContent li input::-webkit-input-placeholder { /* WebKit browsers */
  color: #D0D0D0;
  }
.applyContent li  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #D0D0D0;
  }
.applyContent li  input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #D0D0D0;
  }
.applyContent li  input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #D0D0D0;
  }
.applyContent li input {
  width: 340px;
  height: 30px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  border-radius: 3px;
  margin-top: 6px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-left: 0px;
}
.applyContent li input:focus {
  width: 340px;
  height: 30px;
  border: 1px solid #F5F5F5;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 6px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-left: 0px;
}
#apply {
  width: 400px;
  height: 264px;
  padding: 0px 0px 40px 0;
  background: #FFF;
  z-index: 333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  color: #979797;
  border-radius: 2px;
  box-shadow: 0 1px 6px #ccc;
}
.applyHead {
  width: 100%;
  height: 40px;
  background: #F9F9F9;
  box-shadow: 0px 1px 5px #DDDDDD;

}
/* #apply .line {
  width: 100%;
  height: 1px;
  background: #979797;
} */
.applyContent {
  margin-top: 16px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.applyContent li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #979797;
    font-size: 14px;
    color: #000;
    margin-left: 30px;
}
#okBtn {
  background: #191919;
  color: whitesmoke;
  width: 50%;
  height: 34px;
  margin-top: 10px;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  float: left;
}
#offBtn {
  background: #fff;
  border: #979797 solid 1px;
  color: #979797;
  width: 49%;
  height: 34px;
  margin-top: 10px;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  float: right;
}
#Btn{
  position: absolute;
  /* bottom: 30px; */
  left: 0px;
  width: 340px;
  height: 50px;
  margin-left: 30px;
}
#yue1 b{
width: 30px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
/* color: #e5e5e5 */
}
#apply_shade{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  left: 0;
  top: 0px;
  z-index: 999;
}