html {
  height:100%;
  margin: 0px;
  padding: 0px;
}

body {
  position: relative;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.navbar-default {
  background: #fff;
}

.fakeimg {
  height: 200px;
  background: #aaa;
}

.navbar-login {
  text-align: right;
  line-height: 50px;
}

.container {
  height: 100%;
}

header {
  position: fixed;
  display: flex;
  width: 100%;
  height:60px;
  font-size: 16px;
  line-height: 60px;
}

.shadow {
  box-shadow: 0 0 4px 0 rgba(6, 67, 153, .14);
  background: #fff;
}

.header-logo {
  padding: 0 10px;
  margin-right: 10px;
  display: inline-block;
  align-content: center;
  line-height: 50px;
}

.logo-img {
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.header-menu {
  overflow: hidden;
  flex: 1;
}

.header-menu-item {
  color: #2b2b2b;
  font-size: 16px;
  margin-right: 20px;
  display: flex;
  justify: center;
}

.header-menu-item>a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
  align-items: center;
}

.header-search-box {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.header-search {
  width: 150px;
  cursor: pointer;
}

input {
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: #f5f7fa;
}

.input-inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color .2s
  cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.header-login {
  padding-right: 20px;
}

.register-btn {
  margin-left: 20px;
  padding: 5px 15px;
  border: 1px solid #4285f4;
  border-radius: 6px;
  color: #4285f4;
}

a {
  text-decoration: none;
  outline: none;
}

.main {
  padding-top: 60px;
  align-items: center;
}

.main-menu {
  background:#f5f7fa;
  height:50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  align-content: center;
}

.font14 {
  font-size: 14px;
  line-height: 22px;
  color: #666777;
  word-break: break-all;
}

.main-container {
  height: 100%;
  padding: 5px 0px 5px 5px;
  margin: 10px auto 20px;
}

.left {
  background:#fff;
  height:100%;
  width:68%;
  display:inline-block;
}

.left-top {
  border-radius: 7px;
  border: 2px solid #f5f7fa;
}

.left-bottom {
  border-radius: 7px;
  border: 2px solid #f5f7fa;
}

.right {
  margin-right: 5px;
  border-radius: 7px;
  border: 2px solid #f5f7fa;
  background:#fff;
  height:100%;
  width:30%;
  display:inline-block;
}