@charset "UTF-8";
#mart-codersay .article .reward .no, #mart-codersay .article .reward .reward-name {
  font-size: 12px;
  color: #999999;
  display: block; }

#mart-codersay .article .title h3:after, #mart-codersay .article .title h3:before {
  color: #4289DB;
  font-size: 72px;
  position: absolute; }

#mart-codersay .articles {
  background: #ffffff;
  padding: 40px 50px;
  max-width: 980px;
  margin: 40px auto; }

#mart-codersay .article {
  margin-bottom: 80px;
  position: relative; }
  #mart-codersay .article figure {
    vertical-align: top;
    width: 160px;
    position: absolute;
    height: 100%; }
    #mart-codersay .article figure .reward {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  #mart-codersay .article .article-content {
    vertical-align: top; }
    #mart-codersay .article .article-content .reward {
      display: none; }
    #mart-codersay .article .article-content .words {
      border-radius: 10px;
      background: #eaeaea;
      padding: 15px 20px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
      #mart-codersay .article .article-content .words div:first-child {
        margin-bottom: 10px; }
    #mart-codersay .article .article-content .button {
      background: #4289DB;
      border-radius: 4px;
      font-size: 12px; }
  #mart-codersay .article .user {
    display: inline-block;
    margin-top: 30px; }
    #mart-codersay .article .user span {
      display: block;
      text-align: center; }
      #mart-codersay .article .user span a {
        color: #333333; }
    #mart-codersay .article .user img {
      width: 80px;
      height: 80px;
      border-radius: 40px; }
  #mart-codersay .article .reward .no {
    font-style: italic; }
  #mart-codersay .article .reward a {
    color: #999999; }
  #mart-codersay .article:nth-child(2n) figure {
    right: 0;
    top: 0;
    text-align: left; }
  #mart-codersay .article:nth-child(2n) .article-content {
    padding-right: 240px;
    padding-left: 40px; }
  #mart-codersay .article:nth-child(2n+1) figure {
    left: 0;
    top: 0;
    text-align: right; }
  #mart-codersay .article:nth-child(2n+1) .article-content {
    padding-left: 240px;
    padding-right: 40px; }
  #mart-codersay .article .title h3 {
    font-size: 26px;
    color: #47607e;
    padding: 1em 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
    #mart-codersay .article .title h3:after {
      content: "”";
      right: -40px;
      bottom: -50px; }
    #mart-codersay .article .title h3:before {
      content: "“";
      left: -40px;
      top: -20px; }
  #mart-codersay .article .title p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px; }

.words-modal {
  max-width: 700px;
  margin: 50px auto;
  background: #ffffff;
  padding: 60px 50px;
  border-radius: 10px;
  position: relative; }
  .words-modal .mfp-close {
    color: #333333;
    position: absolute;
    right: -21PX;
    top: -21PX;
    border-radius: 21px;
    background: #e5e5e5;
    opacity: 1;
    width: 42px;
    height: 42px; }
    .words-modal .mfp-close:hover {
      -webkit-transition: all .5s;
      transition: all .5s;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.mfp-content {
  margin: 14rem auto; }

@media only screen and (max-width: 980px) {
  #mart-codersay {
    padding: 0 2em; } }

@media only screen and (max-width: 768px) {
  .words-modal {
    margin: 1em auto;
    padding: 2em 1em; }
    .words-modal .mfp-close {
      color: #333333;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 21px;
      background: transparent;
      opacity: 1;
      width: 42px;
      height: 42px; }
      .words-modal .mfp-close:hover {
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px; }
  #mart-codersay {
    margin-top: 0;
    padding: 0; }
    #mart-codersay .articles {
      padding: 3em 1em; }
    #mart-codersay .article {
      display: block;
      margin-bottom: 5em; }
      #mart-codersay .article figure {
        position: relative !important;
        width: inherit; }
        #mart-codersay .article figure .reward {
          display: none; }
      #mart-codersay .article .user {
        display: block;
        text-align: center; }
      #mart-codersay .article .reward {
        text-align: center;
        margin-bottom: 10px; }
        #mart-codersay .article .reward span {
          display: inline-block !important; }
      #mart-codersay .article .article-content {
        padding-left: 0 !important;
        padding-right: 0 !important; }
        #mart-codersay .article .article-content .reward {
          display: block; }
      #mart-codersay .article .title {
        text-align: center; }
        #mart-codersay .article .title h3 {
          font-size: 24px;
          margin: 0 1em;
          text-align: center; }
          #mart-codersay .article .title h3:after {
            font-size: 48px;
            content: "”";
            right: -30px;
            bottom: -30px; }
          #mart-codersay .article .title h3:before {
            font-size: 48px;
            left: -30px;
            top: -0px; } }
