body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
.top-log {
  width: 32px;
  height: 32px;
  float: left;
  margin: 18px 0 18px 120px;
}
.top-span {
  float: left;
  margin: 26px 0 26px 8px;
  width: 100px;
  height: 16px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(50, 50, 50, 1);
}
.banner {
  width: 100%;
  height: auto;
  margin-top: 98px;
}
.body-center {
  width: 1440px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.body-content {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.body-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  margin-top: 51px;
}
.hot-title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(32, 32, 32, 1);
  line-height: 33px;
}
.art-search {
  width: 290px;
  height: 46px;
  border-radius: 2px;
  background: rgba(250, 250, 250, 1);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.art-search > img {
  width: 24px;
  height: 24px;
  margin-left: 17px;
  margin-right: 7px;
}
.art-search-text {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 159, 170, 1);
  line-height: 100%;
}
.hot-right {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(127, 129, 130, 1);
  line-height: 17px;
  /* z-index: 10; */
}
.snip-wrap {
  margin-left: 14px;
}
.snip-wrap > span {
  cursor: pointer;
}
.snip {
  margin: 0 7px;
}

/* 文章内容 */
.article-wrap {
  margin-top: 60px;
  width: 100%;
  min-height: 400px;
}
.article-body {
  display: flex;
  height: 180px;
}
.art-bord {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-bottom: 61px;
}
.art-line {
  width: 10px;
  height: 137px;
}
.art-content {
  margin-left: 54px;
  flex: 1;
}
.art-title {
  display: flex;
  justify-content: space-between;
}
.title-font {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(32, 32, 32, 1);
  line-height: 24px;
}
.title-tip {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(127, 129, 130, 1);
  line-height: 16px;
  margin-left: 21px;
}
.art-discrib {
  margin-top: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(127, 129, 130, 1);
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  line-clamp: 2;
  word-break: break-all;
}
.art-read {
  margin-top: 20px;
  width: 74px;
  height: 26px;
  border-radius: 1px;
  border: 1px solid rgba(236, 236, 236, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(127, 129, 130, 1);
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}

/* 底部 */
footer {
  width: 100%;
  height: 390px;
  background: rgba(12, 22, 36, 1);
  border-radius: 1px;
  z-index: 999;
  position: relative;
}
.font-content {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.font-content > .code {
  margin-left: 304px;
}
.font-content > .code > img {
  width: 240px;
  height: 256px;
}
.foot-right {
  margin-left: 86px;
  height: 256px;
}
.foot-logo {
  margin-top: 21px;
  width: 117px;
  height: 117px;
}
.logo-wrap {
  display: flex;
}
.logo-font {
  margin-left: 24px;
  margin-top: 26px;
}
.logo-font1 {
  font-size: 46px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 65px;
}
.logo-font2 {
  font-size: 26px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 37px;
  letter-spacing: 14px;
  opacity: 0.47;
}
.foot-down {
  display: flex;
  margin-top: 38px;
}
.down-warp {
  width: 200px;
  height: 60px;
  border: 2px solid rgba(73, 144, 240, 0.2);
  margin-right: 35px;
  display: flex;
  align-items: center;
}
.down-warp > img {
  width: 30px;
  height: 30px;
  margin-left: 28px;
  margin-right: 10px;
}
.down-warp > span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
}

/* 悬浮内容 */
.levitate {
  position: fixed;
  height: 100vh;
  /* width: 1440px; */
  width: 120px;
  top: 0px;
  right: calc((100vw - 1440px) / 2);
  z-index: 11;
}
.exam-date {
  z-index: 11;
  position: absolute;
  bottom: 226px;
  right: 24px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.circle {
  z-index: 11;
  position: absolute;
  bottom: 130px;
  right: 24px;
  width: 50px;
  height: 50px;
  visibility: hidden;
  cursor: pointer;
}

/* 搜索内容 */
.search-modi {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.search-warp {
  z-index: 100000;
  width: 770px;
  position: fixed;
  left: 50%;
  top: 357px;
  transform: translateX(-50%);
}
.search-input {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 24px 33px 0px rgba(229, 229, 229, 0.5);
  border-radius: 2px;
  display: flex;
}
.input-left {
  flex: 1;
  display: flex;
  align-items: center;
}
.input-left > img {
  width: 24px;
  height: 24px;
  margin-left: 27px;
  margin-right: 11px;
}
.input-left > input {
  width: 400px;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}
.input-left > input::-webkit-input-placeholder {
  color: #999faa;
}
.input-left > input::-moz-input-placeholder {
  color: #999faa;
}
.input-left > input::-ms-input-placeholder {
  color: #999faa;
}
.input-right {
  width: 140px;
  height: 100%;
  background: rgba(48, 114, 246, 1);
  border-radius: 0px 2px 2px 0px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.recommend {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(32, 32, 32, 1);
}
.rec-tips {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.rec-tip {
  width: 86px;
  height: 36px;
  background: rgba(227, 227, 227, 1);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(127, 129, 130, 1);
  margin-right: 15px;
  margin-bottom: 15px;
}
