body {
  color: #000;
  height: 100vh;
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px/1.5 'Microsoft Yahei', Arial, \5B8B\4F53, Helvetica;
}

input {
  outline: none;
  border: none;
}

em, i, ins {
  font-style: normal;
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0;
}

.main {
  height: 100%;
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
}

.center-box {
  width: 900px;
  height: 513px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.center-box .comp-search {
  position: relative;
}

.center-box .comp-search .search-content {
  position: relative;
  height: 151px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 31px;
  z-index: 10;
  border-radius: 4px;
}

.center-box .comp-search .search-content .search-wrap {
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.center-box .comp-search .search-content .search-wrap .search-inner {
  position: relative;
  width: 900px;
  padding-top: 12px;
  margin: 0 auto;
}

.center-box .comp-search .search-content .search-wrap .search-inner .search-box {
  position: relative;
  height: 60px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 896px;
  margin: 0 auto;
}

.center-box .search-box .logo-box {
  width: 58px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #EEEFF2;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}

.center-box .search-box .logo-box a img {
  width: 28px;
  height: 30px;
  margin-left: 15px;
  border: none;
  margin-top: 1px;
}

.center-box .search-box input {
  width: 760px;
  height: 60px;
  padding-left: 73px;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #4e6ef2;
  outline: none;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.center-box .search-box button {
  float: right;
  width: 136px;
  height: 60px;
  line-height: 46px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  background-color: #4e6ef2;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border: none;
  outline: none;
}

.center-box .search-box .search-tip {
  position: absolute;
  left: 62px;
  top: 0;
  width: 530px;
  height: 60px;
  line-height: 60px;
  color: #BFC1CB;
  font-size: 16px;
  padding-left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.center-box .search-box .search-tip:hover {
  cursor: text;
}

.center-box .search-box button:hover {
  background-color: #4662d9;
}

.shortcut-box {
  width: 896px;
  margin: 48px auto 0;
  position: relative;
}

.shortcut-box .shortcut-list {
  display: flex;
}

.shortcut-box .shortcut-list > div {
  width: 112px;
  height: 120px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.shortcut-box .shortcut-list > div:hover {
  background: #EEEFF2;
}

.shortcut-box .shortcut-list a img {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  margin: 16px 0 10px;
  vertical-align: top;
}

.shortcut-box .shortcut-list a p {
  font-size: 14px;
  color: #222;
}

.shortcut-box .shortcut-list a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 9px;
}

.shortcut-box .operation-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.shortcut-box .operation-modal > div {
  position: absolute;
  width: 68px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shortcut-box .operation-modal > div .item {
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.shortcut-box .operation-modal > div .item:hover {
  background: #4E6EF2;
  border-radius: 4px;
  color: #FFF;
}

.footer-info {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  color: #999;
  font-size: 12px;
  text-align: center;
  background: #f8f9fb;
  z-index: 11;
  display: flex;
  align-items: center;
}

.footer-info .info-box {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

.footer-info .info-box a {
  color: #999;
}

.footer-info .info-box a:hover {
  text-decoration: underline;
}

.footer-info .info-box i {
  margin: 0 2px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}