* {
  padding: 0;
  margin: 0;
}
.head {
  width: 100%;
  height: 85px;
  background: #F5FEFC;
}
.head .center {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .center .head-right {
  position: relative;
  font-size: 20px;
  color: #313131;
  display: flex;
  align-items: center;
  right:40px;
}
.head .center .head-right .mycourses {
  cursor: pointer;
}
.head .center .head-right .mycourses img {
  margin-left: 10px;
  margin-right: 20px;
}
.head .center .head-right .mycourses .pull-menu {
  width: 100%;
  font-size: 18px;
  color: #989898;
  position: absolute;
  top: 35px;
  left: -10px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px rgba(87, 87, 87, 0.16);
}
.head .center .head-right .mycourses .pull-menu li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.head .center .head-right .mycourses .pull-menu li:hover {
  color: #01997A;
  background: #E7FBF7;
}
.head .center .head-right .mycourses .pull-menu .bg {
  color: #01997A;
  background: #E7FBF7;
}
.head .center .head-right .login {
  width: 124px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #01997A;
  border-radius: 10px;
  cursor: pointer;
}
.dialogBox {
  height: 400px;
  padding: 0 !important;
}
.dialogBox .dialogBg {
  width: 448px;
  height: 194px;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #1E5A4E;
  background: url(../images/dialog.png) no-repeat;
  background-size: 100%;
}
.dialogBox .bg {
  position: absolute;
  top: 130px;
  height: 50px;
  width: 100%;
  background-color: #fff;
}
.dialogBox .content {
  font-weight: bold;
  font-size: 24px;
  color: #5A5A5A;
  text-align: center;
}
.dialogBox .dialog-footer {
  margin-top: 70px;
  margin-bottom: 40px;
}
.dialogBox .dialog-footer .el-button {
  width: 119px;
  height: 42px;
  font-size: 20px;
  color: #5A5A5A;
  border: none;
  border-radius: 363px 363px 363px 363px;
}
.dialogBox .dialog-footer .el-button:first-child {
  background: #F6F7FB;
  margin-right: 47px;
  --el-button-hover-text-color: #5A5A5A;
}
.dialogBox .dialog-footer .el-button:last-child {
  background: #01997A;
  color: #fff;
}
.el-dialog--center {
  border-radius: 20px !important;
}
.el-dialog__header {
  padding-bottom: 0 !important;
}
