.other-login-settings .gray-header {
  background-color: #f5f7fa;
}
.other-login-settings .el-collapse {
  border-top: 0;
}
.other-login-settings .el-collapse-item__header {
  background: #fff;
  border-bottom: 0px;
}
.other-login-settings .el-collapse-item__wrap {
  border-bottom: 0px;
}
.other-login-settings .el-collapse-item__content {
  padding-bottom: 0;
}
.other-login-settings .el-form-item {
  margin: 0 10px;
}
.other-login-settings .el-form .el-form-item {
  margin-bottom: 15px;
}
.other-login-settings .copy-line {
  margin: 10px 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other-login-settings .copy-line i {
  cursor: pointer;
}
.accountSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.accountSettings-block {
  width: 100%;
  max-width: 840px;
  padding: 0;
}
.copy-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.popover-overflowBlock {
  width: 750px;
  height: 650px;
  overflow-y: auto;
}
.popover-overflowBlock .popover-overflowBlock-item {
  margin: 25px;
}
.popover-overflowBlock .popover-overflowBlock-item img {
  width: 700px;
}
