@charset 'utf-8';

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*reset*/

/* register start */

.page-wrap {
  background: url("../img/portal_bg3.png") 0 0 no-repeat;
  background-size: 100% 100%;
  color: #333;
  height: 100%;
  height: 100vh;
  font-size: 16px;
}

.page-top {
  height: 100px;
  /*background-color: #fff;*/
  width: 100%;
  margin-bottom: 20px;
  padding:0 40px;
  box-sizing: border-box;
}

.page-top>div {
  padding:0 50px;
  margin: 0 auto;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  height: 100px;
  padding-top: 70px
}

.page-top>div img.logo {
  display: block;
  width: 529px;
  height: auto;
  margin:0 auto;
}

.page-top>div a {
  color: #1377FF;
  text-decoration: none;
}
.page-content {
  width: 860px;
  height: calc(100vh - 150px);
  margin: 0 auto;
  background-color: #fff;
  padding: 46px 70px;
  box-sizing: border-box;
}

.page-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}
.flex {
  display: flex;
  align-items: center;
}
.page-top>div .photo{
  margin-right: 10px;
}
.el-dropdown{
  outline:none;
  cursor: pointer;
  z-index: 100;
}
.dropdown-wrap .el-dropdown-menu__item{
  display: flex;
  align-items: center;
}
.dropdown-wrap .el-dropdown-menu__item>img{
  margin-right: 6px;
}
.flex-right{
  justify-content: flex-end;
  margin-top:-30px;
}