body {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
.app {
  width: 100%;
  height: 100%;
}
.page-options-wrap {
  padding-bottom: 12px;
}
.page-options-wrap .ant-form-item {
  margin-bottom: 12px;
}
.page-options-row-split {
  margin-top: 12px;
}
.normal-select {
  width: 120px;
}
.medium-select {
  width: 180px;
}
.large-select {
  width: 320px;
}
.row-options {
  display: flex;
  flex-wrap: wrap;
}
.row-options .row-option-item {
  margin-right: 6px;
  white-space: nowrap;
}
.row-options .row-option-item:last-child {
  margin-right: 0;
}
.row-options .row-option-disabled {
  color: #9696a6;
  cursor: not-allowed;
}
.confirm-wrap {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.login-page {
  height: 100vh;
  background-color: #f0f2f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.login-page .login-container {
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .login-container .login-wrap {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.login-page .login-container .login-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  justify-content: center;
  background-color: #fff;
  height: 40px;
  width: 368px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
}
.login-page .login-container .login-item .input-item {
  margin-left: 4px;
}
.login-page .login-container .login-item .ant-input {
  border: none;
}
.login-page .login-container .login-item .ant-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.login-page .login-container .login-item .ant-input-password {
  border: none;
}
.login-page .login-container .login-item .ant-input-affix-wrapper-focused {
  box-shadow: none;
}
.login-page .login-container .login-item .ant-input-password:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.login-page .login-container .submit-wrap .ant-btn {
  background-color: #1890FF;
  border-radius: 4px;
  height: 40px;
  width: 100%;
}
.login-page .login-container .login-item:last-child {
  margin: 0;
}
.course-logo-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
  justify-content: center;
}
.course-logo-wrap .course-logo {
  width: 32px;
  height: 32px;
}
.course-logo-wrap .course-logo-text {
  font-size: 32px;
  margin-left: 12px;
  color: #707070;
  font-weight: 400;
}

.course-page .course-pic {
  width: 80px;
  height: 80px;
}

.components_upload-wrap {
  width: 102px;
  height: 102px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.components_upload-wrap .components_upload-img {
  max-width: 100%;
  max-height: 100%;
}

.int-input-wrap {
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.int-input-wrap .ant-input {
  border: none;
  width: 120px;
}
.int-input-wrap .int-input-unit {
  display: inline-block;
  height: 32px;
  padding: 0 8px;
  background-color: #d9d9d9;
  line-height: 32px;
}
.custom-input-container {
  display: inline-block;
}

.home-banner-page .cover-image {
  max-width: 100px;
  max-height: 1000px;
}
.banner-name-input {
  width: 200px;
}

.refund-wrap .refund-input {
  margin-top: 20px;
}
.refund-wrap .refund-input .ant-input {
  width: 180px;
}
.no-wrap {
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout-side {
  height: 100vh;
}
.page-layout-content {
  height: 100vh;
  overflow-y: scroll;
}
.page-layout-content .use-wrap {
  height: 48px;
  background-color: #fff;
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page-layout-content .use-wrap .ant-tabs-nav {
  margin-bottom: 0;
}
.page-layout-content .use-wrap .use-box {
  display: flex;
  align-items: center;
}
.page-layout-content .use-wrap .avatar-wrap {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-left: 8px;
}
.page-layout-content .use-wrap .default-avatar {
  width: 32px;
  height: 32px;
}
.page-layout_container {
  padding: 10px 16px;
}
.page-layout_container .page-layout_content {
  background-color: #fff;
  padding: 16px 22px;
}
.global-layout .ant-menu-item {
  height: 56px;
}
.global-layout .ant-layout-sider-children {
  background-color: #304156;
}
.global-layout .ant-menu {
  background-color: #304156;
}
.global-layout .ant-menu-title-content {
  color: #bfcbd9;
}
.global-layout .ant-menu-item-icon svg {
  color: #bfcbd9;
}
.global-layout .ant-menu-item-selected {
  background-color: #304156;
}
.global-layout .ant-menu-item-selected .ant-menu-title-content {
  color: #409eff;
}
.global-layout .menu-head {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.global-layout .menu-head .menu-logo {
  width: 21px;
  height: 21px;
}
.global-layout .menu-head .menu-text {
  font-size: 15px;
  line-height: 21px;
  color: #f5f5f5;
  margin-left: 8px;
}

