.main-content {
  padding-bottom: 95px;
}

.float-left {
  width: calc(100% - 368px);
  -moz-user-select:none; /*火狐*/
  -webkit-user-select:none; /*webkit浏览器*/
  -ms-user-select:none; /*IE10*/
  -khtml-user-select:none; /*早期浏览器*/
  user-select:none;
}

.float-left h1.title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}

.float-left .publish-time {
  margin-top: 20px;
  color: #969799;
  font-size: 14px;
  line-height: 20px;
}

.float-left .author-box {
  width: 100%;
  height: 93px;
  margin-top: 20px;
  padding: 22px;
  background: #FAFAFA;
  border-radius: 6px;
  border: 1px solid #EBF0F3;
  position: relative;
}

.float-left .author-box a {
  display: flex;
  align-items: center;
}

.float-left .author-box .profile-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #EBF0F3;
}

.float-left .author-box .profile-photo img {
  width: 100%;
}

.float-left .author-box .text-box {
  width: 450px;
}

.float-left .author-box .text-box .name {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.float-left .author-box .text-box .intro {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.float-left .author-box #follow {
  width: 58px;
  height: 25px;
  line-height: 24px;
  border: 1px solid #004BE1;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  color: #004BE1;
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
}

.float-left .author-box #follow.followed {
  background: #8590A6;
  border-color: #8590A6;
  color: #fff;
}

.float-left .video-box {
  margin-top: .6rem;
}

.float-left .video-box video {
  width: 100%;
  border-radius: .08rem;
}

.float-left .content {
  margin-top: 36px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.float-left .content p {
  margin-top: 30px;
}

.float-left .content blockquote {
  border-left: 5px solid #f86466;
  background: white;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}

.float-left .content pre {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
}

.float-left .content img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.float-left .content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.float-left .content ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.float-left .content li {
  list-style-type: inherit;
}

.float-left .content a {
  color: #337FE5;
}

.float-left .tag-box {
  border-bottom: solid 1px #EDEEF0;
  padding-bottom: 10px;
  margin-top: 20px;
}

.float-left .tag-box .tag-item {
  font-size: 14px;
  color: #A0A0A0;
  line-height: 20px;
  margin-left: 12px;
  background: #EFEFEF;
  border-radius: 10px;
  padding: 0 8px;
}

.float-left .tag-box .tag-item:first-child {
  margin-left: 0;
  background: none;
}

.float-left .tag-box .tag-item:hover {
  color: #004BE1;
}

.float-left .content p:first-child {
  margin-top: 0;
}

.article-recommend-panel {
  margin-top: 10px;
}

.article-recommend-panel .panel-head .title {
  line-height: 56px;
  font-size: 16px;
  color: #374567;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}

.article-recommend-panel .panel-head .title::before {
  content: '';
  display: block;
  width: 63px;
  height: 6px;
  background: linear-gradient(90deg, #4591FF 0%, #004BE1 100%);
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.article-recommend-panel .panel-body {
  margin-top: 20px;
}

.float-right {
  width: 346px;
  margin-left: 22px;
}

.float-right .mobile-reading {
  width: 346px;
  height: 136px;
  border-radius: 6px;
  background: #FAFAFA;
  border: 1px solid #EBF0F3;
  margin-top: 30px;
  padding: 20px;
  padding-right: 36px;
  display: flex;
  align-items: center;
}

.float-right .mobile-reading .code-box {
  width: 96px;
  height: 96px;
  margin-right: 18px;
  flex-shrink: 0;
}

.float-right .mobile-reading .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}

.float-right .mobile-reading .desc {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-top: 18px;
}

.float-right .collection-box {
  width: 80px;
}

.float-right .collection-box .title {
  position: relative;
  font-size: 12px;
  color: #8a9099;
  line-height: 16px;
  text-align: center;
}

.float-right .collection-box .title::before,
.float-right .collection-box .title::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 22px;
  height: 1px;
  overflow: hidden;
  background-color: #e6ebf2;
  line-height: 1px;
}

.float-right .collection-box .title::before {
  left: 0;
}

.float-right .collection-box .title::right {
  right: 0;
}

.float-right .collection-box .collection {
  width: 40px;
  height: 40px;
  margin: 5px auto 0;
  overflow: hidden;
  background: url(../image/collection.png) no-repeat center/cover;
  transition: all .3s;
  cursor: pointer;
}

.float-right .collection-box .collection:hover {
  background: url(../image/collection_active.png) no-repeat center/cover;
}

.float-right .collection-box .collectioned {
  width: 40px;
  height: 40px;
  margin: 5px auto 0;
  overflow: hidden;
  background: url(../image/collection_active.png) no-repeat center/cover;
  cursor: pointer;
}

.float-right .recommend-articles {
  margin-top: 30px;
}

.float-right .recommend-articles > .title {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}

.float-right .recommend-articles > .title::before {
  content: '';
  display: block;
  width: 63px;
  height: 6px;
  background: linear-gradient( 90deg, #4591FF, #004BE1);
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.float-right .recommend-articles .article {
  margin-top: 30px;
}

.float-right .recommend-articles .article a {
  display: flex;
  align-items: center;
}

.float-right .recommend-articles .article .img-box {
  width: 120px;
  height: 80px;
  border-radius: 2px;
  margin-right: 16px;
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.float-right .recommend-articles .article .img-box .play {
  width: 45px;
  height: 45px;
  background: url(../image/controls.png) no-repeat center/100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.float-right .recommend-articles .article .img-box img {
  width: 100%;
  height: 100%;
}

.float-right .recommend-articles .article .title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.float-right .recommend-articles .article:hover .title {
  color: #004BE1;
}