﻿@media screen and (max-width: 1920px) {
  .inpage_left .inpage_title div {
    width: 100%;
    text-align: center;
  }
  .detail_top {
    border-bottom: 1px solid #dedede;
    color: #525252;
    padding-bottom: 20px;
  }
  .detail_top span {
    display: inline-block;
  }
  .detail_top_left {
    float: left;
    width: 50%;
  }
  .detail_top_left span {
    margin-right: 10px;
  }
  .detail_top_right {
    float: right;
    width: 50%;
    text-align: right;
  }
  .detail_top_right a,
  .detail_top_right div {
    display: inline-block;
    color: #525252;
  }
  .detail_top_right span {
    cursor: pointer;
    color: #0e9fee;
    margin-right: 5px;
  }
  .detail_top_right img {
    width: 15px;
    vertical-align: top;
  }
  .detail_tittle {
    text-align: center;
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    padding: 30px 0;
  }
  .detail_tittle div {
    color: #0e9fee;
    font-size: 0.8em;
    margin-top: 20px;
    font-weight: initial;
  }
  .detail_autor {
    text-align: right;
    color: #858585;
    font-size: 1.1em;
    margin-top: 20px;
  }
  .detail_font_size {
    position: relative;
  }
  .detail_font_size_body {
    position: absolute;
    border: 1px solid #dedede;
    border-top: 0;
    display: block;
    top: 38px;
    background: #fff;
    left: -20px;
    width: 50px;
    text-align: center;
    padding: 5px 0;
  }
  .detail_font_size_body span {
    display: block;
    padding: 5px 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .detail_top_left {
    float: none;
    width: 100%;
  }
  .detail_top_right {
    text-align: left;
    margin-top: 15px;
    float: none;
    width: 100%;
  }
}
