@charset "UTF-8";
/* 改变主题色变量 */
[data-v-dd6b36e0]:export {
  menuText: #65686b;
  menuBg: #fff;
  menuHover: #fff;
  subMenuBg: #fff;
  subMenuHoverTxt: #12B48A;
  sideBarWidth: 210px;
}
.account_detail[data-v-dd6b36e0] {
  width: 100%;
}
.account_detail .info_card[data-v-dd6b36e0] {
  background: #fff;
  margin-top: 10px;
  border-radius: 0px;
}
.account_detail .info_card .content[data-v-dd6b36e0] {
  padding: 31px 34px;
  position: relative;
}
.account_detail .info_card .content .business_license[data-v-dd6b36e0] {
  text-align: center;
  top: 38px;
  right: 191px;
  position: absolute;
}
.account_detail .info_card .content .business_license img[data-v-dd6b36e0] {
  width: 290px;
  height: 194px;
}
.account_detail .info_card .content .business_license div[data-v-dd6b36e0] {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-top: 14px;
}
.account_detail .info_card .content .item[data-v-dd6b36e0] {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
}
.account_detail .info_card .content .item .label[data-v-dd6b36e0] {
  font-size: 14px;
  font-weight: 400;
  color: #0b0b0b;
}
.account_detail .info_card .content .item[data-v-dd6b36e0]:nth-child(1) {
  margin-top: 0 !important;
}
.account_detail .info_card .title[data-v-dd6b36e0] {
  padding: 20px 35px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account_detail .header[data-v-dd6b36e0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  height: 151px;
  background: #fff;
}
.account_detail .header .edit_btn[data-v-dd6b36e0] {
  width: 120px;
  height: 36px;
  box-sizing: border-box;
  line-height: 36px;
  text-align: center;
  background: #12b48a;
  border-radius: 2px;
  color: #fff;
  float: right;
  margin-right: 22px;
  cursor: pointer;
  font-size: 14px;
}
.account_detail .header .edit_btn[data-v-dd6b36e0]:hover {
  opacity: 0.9;
}
.account_detail .header .edit_btn .iconfont[data-v-dd6b36e0],
.account_detail .header .edit_btn i[data-v-dd6b36e0],
.account_detail .header .edit_btn .ofs-icon[data-v-dd6b36e0] {
  margin-right: 8px;
}
.account_detail .header .account[data-v-dd6b36e0] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90px;
}
.account_detail .header .account .account_info[data-v-dd6b36e0] {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  color: #5b5b5b;
  height: 47px;
}
.account_detail .header .account .account_info .info_item[data-v-dd6b36e0] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 90px;
}
.account_detail .header .account .account_name[data-v-dd6b36e0] {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.account_detail .header .account .account_name .tag-box[data-v-dd6b36e0] {
  margin-left: 10px;
}
.account_detail .header .account .account_name .status_tag[data-v-dd6b36e0] {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
  padding: 4px 6px;
  text-align: center;
  border-radius: 2px;
}
.account_detail .header .account .account_name .iconfont[data-v-dd6b36e0],
.account_detail .header .account .account_name i[data-v-dd6b36e0],
.account_detail .header .account .account_name .ofs-icon[data-v-dd6b36e0] {
  margin-right: 4px;
}
.account_detail .header .avatar[data-v-dd6b36e0] {
  width: 96px;
  height: 96px;
  margin: 0 40px;
  text-align: center;
  border: 1px solid rgba(44, 44, 44, 0.1);
}
.account_detail .header .avatar .iconfont[data-v-dd6b36e0],
.account_detail .header .avatar i[data-v-dd6b36e0],
.account_detail .header .avatar .ofs-icon[data-v-dd6b36e0] {
  width: 100%;
  height: 100%;
  font-size: 48px;
  text-align: center;
  line-height: 96px;
}
.account_detail .header .avatar img[data-v-dd6b36e0] {
  width: 100%;
  height: 100%;
}
