.portal-site-home-plain-1 {
  width: var(--portal-site-main-width);
  margin: 0 auto;
}
.portal-site-home-plain-1 .ps-hp1-top {
  margin-top: 10px;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right {
  width: 290px;
  margin-left: 10px;
  float: right;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right .ps-hp1-tlr-login:before {
  content: '';
  position: absolute;
  width: 290px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--portal-site-main-color)), color-stop(90%, transparent));
  background: linear-gradient(-180deg, var(--portal-site-main-color) 0%, transparent 90%);
  opacity: 0.1;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right .ps-hp1-tlr-login {
  position: relative;
  width: 100%;
  padding: 28px 20px;
  border-top: 3px solid var(--portal-site-main-color);
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right .ps-hp1-tlr-login .login-common-login-btn {
  margin-top: 0 !important;
  padding: 10px;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right .ps-hp1-tlr-login .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right .ps-hp1-tlr-login .user-profile-wrapper .user-info {
  background: transparent;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right-icon {
  margin-top: 10px;
  border-top: 1px dashed #333333;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right-icon li {
  text-align: center;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right-icon li span {
  font-size: 12px;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right-icon .ps-hp1-tlri-img {
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
}
.portal-site-home-plain-1 .ps-hp1-top .ps-hp1-top-login-right-icon .ps-hp1-tlri-img img {
  width: 100%;
  height: 100%;
}
.portal-site-home-plain-1 .portal-site-home-wide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.portal-site-home-plain-1 .ps-hp1-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right {
  position: relative;
  width: 290px;
  margin-left: 10px;
  border: 1px solid #dddedf;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right .plain-help li {
  cursor: pointer;
  margin-left: 0;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right .plain-help li:hover {
  color: var(--color);
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right tbody tr:last-child {
  border-bottom: none !important;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right .el-table {
  border-top: 1px solid #dddedf;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right .el-table th {
  display: none;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right .el-table tbody tr {
  height: 40px;
  line-height: 40px;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right h2 {
  height: 40px;
  border-bottom: 1px solid #dddedf;
  background: #f2f2f2;
  text-align: center;
  line-height: 40px;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right .el-icon-caret-right {
  color: #ccc;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right ul {
  margin: 0 10px;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right ul li {
  height: 33px;
  line-height: 33px;
  border-bottom: 1px dashed #dddedf;
  margin-left: 12px;
  color: #666;
  font-size: 12px;
}
.portal-site-home-plain-1 .ps-hp1-info .ps-hp1-info-help-right .plain-list-right ul li:last-child {
  border-bottom: none;
}

