.breadcrumb {
  padding-top: 35px;
  padding-bottom: 21px;
  line-height: 20px; }
  .breadcrumb .crumb-parent {
    color: #2D3238; }
  .breadcrumb .crumb-arrow {
    color: #2D3238;
    opacity: 0.5; }
  .breadcrumb .crumb-current {
    color: #2D3238;
    opacity: 0.5; }

.case_content {
  text-align: center;
  border-radius: 8px;
  background-color: white;
  padding-top: 59px;
  margin-bottom: 80px; }
  .case_content p {
    margin: 0 40px; }
  .case_content .head img {
    max-width: 60%;
    max-height: 96px; }
  .case_content .name {
    font-size: 28px;
    font-weight: lighter;
    line-height: 40px;
    color: #4B4B4B;
    margin-top: 36px; }
  .case_content .digest {
    margin-top: 29px;
    color: #999999;
    font-weight: lighter; }
    .case_content .digest .strong {
      margin-right: 7px;
      padding-right: 7px;
      border-right: 1px solid #D9D9D9;
      color: #505050; }
    .case_content .digest .strong:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: 0; }
  .case_content .delimiter {
    height: 1px;
    width: 100%;
    border-top: 1px solid #3771B1;
    margin-top: 28px; }
  .case_content .show {
    margin: 0 40px;
    padding: 36px 20px 20px 20px;
    background-color: #CCD9E8;
    border-radius: 8px; }
  .case_content .case-image {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
    .case_content .case-image img {
      max-height: 568px;
      width: auto;
      margin-right: 20px;
      margin-bottom: 26px;
      vertical-align: middle; }
    .case_content .case-image img:last-child {
      margin-right: 0; }
  .case_content .link {
    margin-bottom: 20px; }
  .case_content .title {
    margin: 32px 0 16px 0;
    font-size: 28px;
    line-height: 40px;
    color: #3973B0; }
  .case_content .subtitle {
    margin: 32px 0 16px 0;
    color: #3973B0;
    font-size: 21px;
    font-weight: lighter;
    line-height: 29px; }
  .case_content .foot {
    margin-top: 48px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #3771B1; }
    @media (max-width: 570px) {
      .case_content .foot {
        display: table;
        width: 100%; }
        .case_content .foot .cell {
          display: table-cell;
          vertical-align: middle; } }
    .case_content .foot .publish {
      background-color: #3A454F;
      color: white; }
    .case_content .foot .join {
      background-color: #2AB9B1;
      color: black; }
    .case_content .foot a {
      background-color: #4D4D4D;
      color: #FEFEFE; }
    .case_content .foot a:first-child {
      margin-right: 28px; }

@media (max-width: 1000px) {
  .case_content .show {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (min-width: 769px) {
  .case-image::-webkit-scrollbar {
    width: 860px;
    height: 14px; }
  .case-image::-webkit-scrollbar-track-piece {
    background-color: white;
    border-radius: 12px; }
  .case-image::-webkit-scrollbar-thumb {
    background-color: #3F87DD;
    border-radius: 14px;
    border: 2px solid white; } }

@media only screen and (max-width: 767px) {
  .case_content .head img {
    max-width: 60%;
    max-height: 56px; }
  .case_content .case-image img {
    max-height: 298px;
    margin-right: 8px; } }

@media only screen and (max-width: 768px) {
  .case_content p {
    margin: 0 14px; }
  .case_content .show {
    margin: 0 14px;
    padding: 0;
    background-color: inherit; }
  .case_content .case-image img {
    margin-bottom: 0; } }
