.timeZone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 40px;
}
.timeZone .ivu-dropdown {
  width: 100%;
  border: 1px solid #dddd;
  border-radius: 2px;
  background: #FAFAFA;
}
.timeZone .ivu-dropdown.active {
  border-color: yellowgreen;
}
.timeZone .ivu-dropdown .ivu-dropdown-rel {
  height: 100% !important;
}
.timeZone .ivu-dropdown .ivu-dropdown-rel a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeZone .ivu-dropdown input {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  color: #666;
  border-radius: 2px;
  text-indent: 10px;
  background: #FAFAFA;
}
.timeZone .ivu-dropdown .ivu-icon {
  font-size: 14px;
  color: #808695;
  width: 24px;
}
.timeZone .ivu-select-dropdown {
  left: 0% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 40px !important;
}
.timeZone .ivu-select-dropdown .ivu-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeZone .ivu-select-dropdown .ivu-dropdown-item.active {
  background: #ffc467;
  color: #fff;
}
.timeZone .searchInput {
  position: relative;
  height: 36px;
  line-height: 36px;
}
.timeZone .searchInput img {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 22px;
}
.timeZone .searchInput .search-input-sm {
  width: 100%;
  text-indent: 10px;
}
.timeZone .listMenu {
  height: 14rem;
  overflow-y: scroll;
}
.timeZone .listMenu span {
  display: inline-block;
}
.timeZone #searchIndex {
  width: 100%;
  padding: 4px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.timeZone #searchIndex p {
  float: left;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 14px;
  text-align: center;
  color: #b8b8b8;
  cursor: pointer;
  border: 1px solid #fff;
}
.timeZone #searchIndex p.active {
  color: #ffc467;
  border: 1px solid #ffc467;
}
.timeZone #searchIndex .clear {
  clear: both;
}

.StudentProfile {
  background: #fff;
  margin: 20px;
}
.StudentProfile .parentContent {
  padding: 0 30px;
  margin-bottom: 30px;
}
.StudentProfile .parentContent .ivu-form .ivu-row {
  padding-left: 30px;
  padding-right: 60px;
}
.StudentProfile .parentContent .ivu-form .ivu-form-item-label {
  padding: 0;
  margin-bottom: 20px;
}
.StudentProfile .ivu-form-item-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.StudentProfile .studentListContent {
  border-top: 1px solid #eeeeee;
  margin: 0 20px;
  padding: 30px 40px;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudentProfile .studentListContent .infoText {
  background: #fff9f1;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 18px;
  color: var(--main-color);
  padding-left: 20px;
  padding-right: 80px;
  margin-right: 15px;
}
.StudentProfile .studentListContent .studentList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.StudentProfile .studentListContent .studentList .studentDiv {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(144, 110, 59, 0.1);
          box-shadow: 0px 4px 12px rgba(144, 110, 59, 0.1);
  border-radius: 2px;
  padding: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudentProfile .studentListContent .studentList .studentDiv .ivu-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.StudentProfile .studentListContent .studentList .studentDiv .ivu-form .ivu-form-item {
  width: 66%;
}
.StudentProfile .studentListContent .studentList .studentDiv .ivu-form .ivu-form-item-label {
  line-height: 40px;
  padding: 0;
  padding-right: 20px;
}
.StudentProfile .ivu-date-picker {
  width: 100%;
}
.StudentProfile .ivu-input {
  background: #fafafa;
}
.StudentProfile .studentBlock {
  padding: 0 60px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudentProfile .studentBlock .ivu-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.StudentProfile .studentBlock .ivu-form .ivu-form-item-content {
  width: 66%;
}
.StudentProfile .changePassword {
  padding: 0 60px;
  padding-bottom: 100px;
}
.StudentProfile .changePassword .useWay {
  text-align: right;
  font-size: 18px;
  margin-bottom: 10px;
}
.StudentProfile .changePassword .useWay span {
  text-decoration: underline;
  cursor: pointer;
}
.StudentProfile .changePassword .ivu-row {
  padding-right: 60px;
}
.StudentProfile .changePassword .ivu-form-item-label {
  padding: 0;
  margin-bottom: 20px;
}
.StudentProfile .ivu-radio-wrapper {
  margin-right: 10px;
  border: 1px solid #ddd;
  padding: 0 18px;
  height: 28px;
  line-height: 28px;
  border-radius: 50px !important;
}
.StudentProfile .ivu-radio-wrapper::before,
.StudentProfile .ivu-radio-wrapper::after {
  background: none !important;
}
.StudentProfile .ivu-radio-wrapper-checked {
  background: var(--main-color);
  color: #fff;
  border: none;
}
.StudentProfile .ivu-upload {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.StudentProfile .ivu-upload img {
  border-radius: 50px;
  width: 100px;
  height: 100px;
}
.StudentProfile .submitBtn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.StudentProfile .codeForm label {
  float: none;
  margin-bottom: 0;
}
.StudentProfile .codeForm .ivu-row-flex {
  margin-top: 20px;
}

