.myCenter_box {
  width: 1200px;
  margin: auto;
}
.myCenter_btn {
  display: flex;
  justify-content: space-between;
}
.myCenter_btn span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.onbtn :nth-child(1) {
  margin-right: 10px;
  background: rgba(204, 204, 204, 1);
  color: rgba(255, 255, 255, 1);
}
.onbtn :nth-child(2) {
  background: rgba(249, 150, 21, 1);
  color: rgba(255, 255, 255, 1);
}
.onbtn button {
  width: 96px;
  height: 30px;
  background: rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
}
.myCenter_user {
  width: 590px;
  margin: auto;
  margin-top: 20px;
}
.myCenter_user .user_item span {
  width: 198px;
  height: 40px;
  line-height: 40px;
  background: rgba(206, 232, 255, 1);
  opacity: 1;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  color: #000;
}
.user_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.myCenter_user .user_item input {
  width: 392px;
  height: 38px;
  border: 1px solid #aaa;
  border-left: none;
  padding: 0 10px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}
.myCenter_user p {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
