body {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.cont {
  width: 1000px;
  margin: 0 auto; }

#title {
  width: 100%;
  background: #fff; }
  #title .cont {
    height: 108px;
    padding: 18px 0;
    display: flex;
    align-items: center; }
    #title .cont img {
      height: 71px; }
  #title ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%; }
    #title ul li {
      padding: 0 30px;
      text-align: center; }
      #title ul li a:hover {
        color: #f988a6; }
    #title ul li:last-child {
      padding-right: 0; }

#bottom {
  width: 100%;
  background: #fff; }
  #bottom .cont {
    height: 105px;
    text-align: center;
    padding-top: 16px; }
    #bottom .cont .p1 {
      font-size: 14px;
      color: #333;
      margin-bottom: 16px; }
    #bottom .cont .p2 {
      font-size: 12px;
      color: #999;
      margin-bottom: 6px; }

#cont {
  width: 100%;
  padding: 87px 0 78px 0;
  flex: 1; }
  #cont .cont {
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.1);
    padding: 20px; }
    #cont .cont .title {
      font-size: 30px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px; }
    #cont .cont .text {
      padding: 0 28px;
      font-size: 18px;
      line-height: 33px;
      color: #333;
      margin: 0 auto; }

/*# sourceMappingURL=detail.css.map */
