* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login {
  display: flex;
  width: 100%;
  height: 100vh;
}

.login .leftNav {
  width: 55%;
  background: url("/subject/images/login/login-bg.png") no-repeat;
  background-size: cover;
  display: table;
}

.login .leftNav > img {
  position: absolute;
  top: 45px;
  left: 35px;
}

.login .rightNav {
  width: 50%;
}

.content {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.content .title {
  font-size: 46px;
  color: #505766;
  font-weight: 500;
  margin-bottom: 28px;
}

.content img {
  width: 164px;
  height: 164px;
  margin-bottom: 10px;
}

.content .keywords {
  font-size: 16px;
  color: #505766;
  font-weight: 500;
  line-height: 32px;
}

.content .keywords span {
  font-size: 16px;
  color: #ee2323;
  line-height: 22px;
  font-weight: 500;
}

.rightNav {
  text-align: center;
  /* margin-top: 100px; */
  display: table;
}

.rightNav > div {
  display: table-cell;
  vertical-align: middle;
}

.rightNav > div > p {
  font-size: 28px;
  color: #505766;
  font-weight: 500;
  margin-bottom: 10px;
}

.rightNav > div > span {
  font-size: 14px;
  color: #ee2323;
  font-weight: 400;
}

.rightNav ul {
  width: 500px;
  height: 300px;
  margin: 36px auto;
}

.rightNav li {
  float: left;
  width: 230px;
  height: 92px;
  border: 1px solid rgba(237, 238, 240, 1);
  border-radius: 4px;
  background: #ffffff;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: left;
  display: flex;
}

.rightNav li .rightNav-title {
  display: inline-block;
  margin: auto;
  min-width: 96px;
  font-size: 18px;
  color: #505766;
  font-weight: 500;
}

.rightNav li img {
  width: 88px;
  height: 92px;
}

.rightNav button {
  clear: both;
  width: 236px;
  height: 42px;
  border: none;
  background-image: linear-gradient(45deg, #ee2223 0%, #fc4c2f 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
}

.rightNav .active {
  background-image: linear-gradient(180deg, #ffffff 0%, #eeeef2 76%);
  border: 1px solid rgba(80, 87, 102, 1);
  border-radius: 4px;
}

.DemoSystem-experienceRole-item-img {
  display: inline-block;
  width: 87px;
  height: 90px;
  border-radius: 4px 0px 0px 4px;
  background-image: url(https://design.yonyoucloud.com/static/ucf/iuap-apcom-workbench.yonsuitelogin-fe/20221024-194215/experience_role-e286db81.png);
  background-repeat: no-repeat;
  opacity: 0.6;
}

.DemoSystem-experienceRole-item-img.img0 {
  background-position: 0px -2px;
}

.DemoSystem-experienceRole-item-img.img1 {
  background-position: -88px -2px;
}

.DemoSystem-experienceRole-item-img.img2 {
  background-position: 0px -94px;
}
.DemoSystem-experienceRole-item-img.img3 {
  background-position: -88px -94px;
}

.DemoSystem-experienceRole-item-img.img4 {
  background-position: -176px -2px;
}

.DemoSystem-experienceRole-item-img.img5 {
  background-position: -176px -94px;
}
