/* 头部 */
.setting .head{
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #fff!important;
  color: #464646 !important;
  position: fixed;
  top: 0;
  z-index: 99;
  /* position: relative; */
  padding: 0 2%;
  display: flex;
}
.setting .head div{
  flex: 1;
}
.setting .head div img{
  width: 27px;
  height: 27px;
  margin-top: 9.5px;
}
.setting .head div:nth-child(2){
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.setting .head .btn a{
  color: #464646 !important;
  font-size: 14px;
}
/* 主体 */
.setting .menu{
  margin: 57px 11px 11px;
  border-radius: 5px;
  background-color: #fff;
}
.setting .menu .item{
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting .menu .item .left{
  color: #666;
}
.setting .menu .item .right{
  display: flex;
  align-items: center;
  
}
.setting .menu .item .right span{
  margin-right: 16px;
  color: #666;
}
.setting .menu .item .right img{
  width: 10px;
  height: 16px;
  margin: auto;
  vertical-align: middle;
}
