* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

body {
  background-color: #f4f5f7;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  border: none;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  height: 61px;
  border-top: 3px solid #f1f2f4;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
}

.header .container {
  position: relative;
}

.header-logo {
  width: 220px;
  height: 58px;
  background-image: url(../img/header-logo.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-indent: -9999px;
}

.user {
  position: absolute;
  right: 0;
  top: 10px;
}

.user-toggle {
  display: block;
  height: 40px;
}

.user-toggle .icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.user-toggle .icon-arr-down {
  background-image: url(../img/icon-arr-down.png);
}

.user-head {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
}

.user-head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.user-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 100;
  width: 130px;
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #e2e6e9;
  border-radius: 4px;
}

.user-menu li {
  margin-bottom: 10px;
}

.user-menu li:last-child {
  margin-bottom: 0;
}

.user-menu a {
  display: block;
  font-family: "SimSun";
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  border-radius: 8px;
  text-align: center;
  color: #323232;
}

.user-menu a:hover {
  background-color: #f4f5f7;
}

.content .container {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 59px;
}

.side {
  float: left;
  width: 286px;
  height: 1133px;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 38px;
  padding-right: 37px;
}

.side-top {
  padding-top: 36px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 60px;
}

.side-head {
  position: relative;
  height: 90px;
  margin-bottom: 16px;
}

.side-head-circ {
  display: block;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
}

.side-head-job {
  position: absolute;
  bottom: -11px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.side-head-job em {
  display: inline-block;
  background-color: #e84f23;
  color: #fff;
  font-family: 'SimHei';
  font-size: 15px;
  font-style: normal;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.side-head-circ img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.side-name {
  text-align: center;
  margin-bottom: 14px;
}

.side-name .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.side-name .icon-male {
  background-image: url(../img/icon-male.png);
}

.side-name strong {
  font-weight: normal;
  color: #191a1b;
  font-size: 18px;
  font-family: 'SimHei';
  vertical-align: middle;
}

.side-top .row {
  padding-left: 8px;
  padding-right: 9px;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 6px;
  overflow: hidden;
}

.side-top .col {
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}

.side-top .col-12 {
  width: 100%;
}

.side-top .col-6 {
  width: 50%;
}

.side-top .block {
  height: 34px;
  line-height: 34px;
  background-color: #f4f5f7;
  text-align: center;
  font-size: 12px;
  font-family: 'SimSun';
  color: #787d82;
}

.side-top .block em {
  font-style: normal;
  color: #96e82b;
  vertical-align: middle;
}

.side-top .block strong {
  font-weight: normal;
  vertical-align: middle;
}

.side-top .block .icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
}

.side-top .block .icon-credit {
  background-image: url(../img/icon-credit.png);
}

.side-top .block .icon-points {
  background-image: url(../img/icon-points.png);
}

.side-menu li {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.side-menu a {
  position: relative;
  display: block;
  padding-left: 98px;
  color: #747474;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.side-menu .icon {
  position: absolute;
  left: 50px;
  top: 0;
  width: 24px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.side-menu .icon-book {
  background-image: url(../img/icon-book.png);
}

.side-menu .icon-pen {
  background-image: url(../img/icon-pen.png);
}

.side-menu .icon-notice {
  background-image: url(../img/icon-notice.png);
}

.side-menu .icon-files {
  background-image: url(../img/icon-files.png);
}

.side-menu .icon-chats {
  background-image: url(../img/icon-chats.png);
}

.side-menu .icon-task {
  background-image: url(../img/icon-task.png);
}

.side-menu strong {
  font-weight: normal;
}

.side-menu a:hover strong,
.side-menu .active a strong {
  color: #7dd6ea;
}

.main {
  float: right;
  width: 882px;
  min-height: 1133px;
}

.footer {
  height: 133px;
  background-color: #2d2d2d;
}

.footer .container {
  width: 980px;
}

.footer-logo {
  float: left;
  width: 219px;
  height: 44px;
  margin-top: 48px;
  background-repeat: no-repeat;
  background-image: url(../img/footer-logo.png);
  text-indent: -9999px;
}

.footer-content {
  float: right;
  width: 640px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 35px;
  line-height: 36px;
}

.footer-content a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}