@charset "UTF-8";
html {
  font-size: 14px;
  color: #333;
}
.account-wrap {
  box-sizing: border-box;
  width: 960px;
  height: 548px;
  flex: 0 0 auto;
  border: 1px #ededed solid;
  padding: 0 24px 0 20px;
  background: url("../img/account/bc.png") no-repeat center;
  background-size: cover;
}
.account-wrap.account-wrap1 {
  background: #fff;
}
.account-wrap .top {
  height: 196px;
  border-bottom: 1px #d9d9d9 dashed;
  position: relative;
}
.account-wrap .top > p {
  width: 168px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #999;
  background-color: #fff;
  text-align: center;
}
.account-wrap .top .top-left {
  width: 350px;
  padding-top: 55px;
  padding-left: 6px;
  display: flex;
  justify-content: space-between;
}
.account-wrap .top .top-left .head-icon {
  flex: 0 0 auto;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
}
.account-wrap .top .top-left .head-icon img {
  width: 83px;
  height: 83px;
}
.account-wrap .top .top-left .info-wrap {
  flex: 0 0 auto;
  width: 240px;
  padding-top: 10px;
}
.account-wrap .top .top-left .info-wrap .phone {
  height: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
}
.account-wrap .top .top-left .info-wrap .phone img {
  width: 32px;
  height: 22px;
  vertical-align: middle;
}
.account-wrap .top .top-left .info-wrap .title {
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #333;
}
.account-wrap .top .top-right {
  width: 367px;
  padding-top: 77px;
  text-align: right;
}
.account-wrap .top .top-right > a {
  display: inline-block;
  height: 36px;
  width: 116px;
  border-radius: 2px;
  background-color: #0d86ff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.account-wrap .top .top-right > a:hover {
  background-color: #006ACC;
}
.account-wrap .bot {
  padding-top: 57px;
  padding-left: 6px;
}
.account-wrap .bot .item {
  width: 909px;
  height: 44px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.account-wrap .bot .item .item-left {
  width: 116px;
  height: 44px;
  flex: 0 0 auto;
}
.account-wrap .bot .item .item-left .icon-wrap {
  height: 44px;
  width: 44px;
  margin-right: 20px;
}
.account-wrap .bot .item .item-left .text {
  display: inline-block;
  height: 44px;
  font-size: 14px;
  color: #333;
  line-height: 44px;
}
.account-wrap .bot .item .item-mid {
  width: 86px;
  height: 44px;
  font-size: 14px;
  color: #333;
  line-height: 44px;
}
.account-wrap .bot .item .item-right {
  padding-top: 4px;
}
.account-wrap .bot .item .item-right > button {
  box-sizing: border-box;
  height: 36px;
  width: 116px;
  border: 1px #d9d9d9 solid;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}
.account-wrap .bot .item .item-right .ac {
  background-color: #0d86ff;
  color: #fff;
}
.account-wrap .bot .item .item-right .ac:hover {
  background-color: #006ACC;
}
.account-wrap .bot .item .item-right .btn01:hover,
.account-wrap .bot .item .item-right .btn03:hover {
  background-color: #f6f6f6;
}
/*# sourceMappingURL=account.css.map */