@charset "UTF-8";
@media only screen and (max-width: 1024px) and (min-width: 200px) {
  .wrapper {
    max-width: 100%; } }

html, body {
  font-family: '微軟正黑體',Helvetica, sans-serif;
  -webkit-text-size-adjust: none; }

@-webkit-keyframes slidein {
  from {
    padding-left: 100%;
    width: 300%; }
  to {
    padding-left: 0%;
    width: 100%; } }

@keyframes slidein {
  from {
    padding-left: 100%;
    width: 300%; }
  to {
    padding-left: 0%;
    width: 100%; } }

header.head h1 {
  white-space: nowrap;
  text-indent: -100%;
  overflow: hidden;
  position: absolute; }

article.con_SALE .editorbox a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+1,ffdbe8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ffdbe8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ffdbe8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 1%, #ffdbe8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdbe8',GradientType=0 );
  /* IE6-9 */ }

article.con_SALE .gitebox .gite p::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,d0e9ff+65,d0e9ff+100&0.6+0,0+95 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(208, 233, 255, 0.19) 65%, rgba(208, 233, 255, 0) 95%, rgba(208, 233, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(208, 233, 255, 0.19) 65%, rgba(208, 233, 255, 0) 95%, rgba(208, 233, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(208, 233, 255, 0.19) 65%, rgba(208, 233, 255, 0) 95%, rgba(208, 233, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00d0e9ff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.book_mark ul li:nth-child(1) a p, .book_mark ul li:nth-child(2) a p, .book_mark ul li:nth-child(3) a img, .book_mark ul li:nth-child(4) a img, #winners #ad_gift {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

article.con_SALE .gitebox .RECE_gite p a.RECE_list:hover, article.con_SALE .gitebox .RECE_gite p a.RECE_list:hover::after, section.read_box .reda_01 a .BOX span:after, section.read_box .reda_01 a .BOX:hover img {
  transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  -webkit-transition: all 350ms; }

@-webkit-keyframes pinkrun {
  from {
    color: #fe2c7b;
    background-color: #ffffff;
    border: solid 1px #fe2c7b; }
  to {
    color: #ffffff;
    background-color: #fe2c7b;
    border: solid 1px #fe2c7b; } }

@keyframes pinkrun {
  from {
    color: #fe2c7b;
    background-color: #ffffff;
    border: solid 1px #fe2c7b; }
  to {
    color: #ffffff;
    background-color: #fe2c7b;
    border: solid 1px #fe2c7b; } }

@-webkit-keyframes pinkyell {
  from {
    color: #ffffff;
    background-color: #fcc400;
    border: solid 1px #fcc400; }
  to {
    color: #ffffff;
    background-color: #fe2c7b;
    border: solid 1px #fe2c7b; } }

@keyframes pinkyell {
  from {
    color: #ffffff;
    background-color: #fcc400;
    border: solid 1px #fcc400; }
  to {
    color: #ffffff;
    background-color: #fe2c7b;
    border: solid 1px #fe2c7b; } }

.ternbody {
  background: #ffffff;
  width: 100%;
  height: auto;
  float: left; }

@media screen and (max-width: 768px) {
  *, .ternbody {
    box-sizing: border-box;
    /* 讓 padding 與 width 解除關係 */ } }

@media screen and (max-width: 768px) {
  html,
  body {
    -webkit-text-size-adjust: none;
    /* iPhone 旋轉後 文字不要放大 */ } }

@media screen and (max-width: 768px) {
  header.head h1 {
    width: 100%; } }

header.head img.head_pic {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    header.head img.head_pic {
      display: none; } }

header.head img.head_pic_m {
  display: none; }
  @media screen and (max-width: 768px) {
    header.head img.head_pic_m {
      display: block;
      position: relative;
      z-index: 1;
      margin: 0 auto; } }

.wrapper {
  width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: 100%; } }

.book_mark {
  width: 1024px;
  height: 87px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .book_mark {
      width: 100%;
      height: auto;
      position: relative; } }
  @media screen and (max-width: 768px) {
    .book_mark ul {
      margin-top: 1px; } }
  .book_mark ul li {
    font-weight: bold; }
  .book_mark ul li:nth-child(1) a, .book_mark ul li:nth-child(2) a {
    font-size: 36px;
    line-height: 36px;
    text-shadow: 1px 1px 1px rgba(29, 48, 66, 0.45);
    background: #aecdea;
    color: #ffffff;
    width: 414px;
    height: 87px;
    float: left;
    text-align: center;
    margin: 15px 10px 15px 0px; }
    @media screen and (max-width: 768px) {
      .book_mark ul li:nth-child(1) a, .book_mark ul li:nth-child(2) a {
        font-size: 18px;
        line-height: normal;
        background: #9d9fd6;
        width: 34%;
        height: 70px;
        margin: 0px 0.7% 1px 0px; } }
    @media screen and (max-width: 375px) {
      .book_mark ul li:nth-child(1) a, .book_mark ul li:nth-child(2) a {
        margin-right: 0px 0.7% 1px 0px; } }
    @media screen and (max-width: 320px) {
      .book_mark ul li:nth-child(1) a, .book_mark ul li:nth-child(2) a {
        margin: 0px 0.7% 1px 0px; } }
    .book_mark ul li:nth-child(1) a .brbr, .book_mark ul li:nth-child(2) a .brbr {
      display: none; }
      @media screen and (max-width: 768px) {
        .book_mark ul li:nth-child(1) a .brbr, .book_mark ul li:nth-child(2) a .brbr {
          display: block; } }
    .book_mark ul li:nth-child(1) a span, .book_mark ul li:nth-child(2) a span {
      font-size: 24px;
      text-shadow: none;
      color: #80a2c3;
      background: #ffffff;
      border-radius: 100%;
      width: 38px;
      height: 38px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .book_mark ul li:nth-child(1) a span, .book_mark ul li:nth-child(2) a span {
          font-size: 14px;
          color: #9d9fd6;
          width: 20px;
          height: 20px;
          margin-top: -5px;
          padding: 0px 0px 2px 0px; } }
    @media screen and (max-width: 768px) {
      .book_mark ul li:nth-child(1) a span:nth-child(2), .book_mark ul li:nth-child(2) a span:nth-child(2) {
        margin-left: -6px; } }
  .book_mark ul li:nth-child(1) a:hover, .book_mark ul li:nth-child(2) a:hover {
    background: #9d9fd6; }
    .book_mark ul li:nth-child(1) a:hover span, .book_mark ul li:nth-child(2) a:hover span {
      color: #9d9fd6; }
  @media screen and (max-width: 768px) {
    .book_mark ul li:nth-child(3) {
      margin-right: 0.6%; } }
  .book_mark ul li:nth-child(3), .book_mark ul li:nth-child(4) {
    width: 87px;
    height: 117px;
    float: left;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .book_mark ul li:nth-child(3), .book_mark ul li:nth-child(4) {
        background: #d6e6f4;
        width: 15%;
        height: 70px;
        padding: 1px 0px; } }
    @media screen and (max-width: 768px) {
      .book_mark ul li:nth-child(3) a img, .book_mark ul li:nth-child(4) a img {
        height: 65%; } }

article.con_SALE h3 {
  background: url(../images/Sgift_titleBG.jpg) repeat-x;
  max-width: 100%;
  height: 79px;
  line-height: 85px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    article.con_SALE h3 {
      background: url(../images/Sgift_titleBG_MB.jpg) repeat-x;
      background-size: 50%;
      max-width: 100%;
      height: 94px;
      font-size: 28px;
      line-height: 32px;
      padding: 24px; } }
  article.con_SALE h3 br {
    display: none; }
    @media screen and (max-width: 768px) {
      article.con_SALE h3 br {
        display: block; } }

article.con_SALE .editorbox {
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10%; }
  @media screen and (max-width: 768px) {
    article.con_SALE .editorbox {
      width: 95%;
      display: block;
      margin: 20px auto; } }
  article.con_SALE .editorbox .editorimg {
    background: url(http://cdn.mamaclub.com/wp-content/uploads/avator/mamaclub_editor.jpg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    border: solid 5px #ffffff;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      article.con_SALE .editorbox .editorimg {
        float: left;
        margin-right: 15px; } }
  article.con_SALE .editorbox p {
    font-size: 22px;
    line-height: 30px;
    color: #fc76a8;
    max-width: 545px;
    margin: auto 20px; }
    @media screen and (max-width: 768px) {
      article.con_SALE .editorbox p {
        font-size: 18px;
        line-height: 30px;
        margin: 0px; } }
  article.con_SALE .editorbox a {
    width: 131px;
    height: 41px;
    line-height: 36px;
    text-align: center;
    display: block;
    color: #fa639b;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: solid 2px #fa639b;
    margin: auto 0px; }
    @media screen and (max-width: 768px) {
      article.con_SALE .editorbox a {
        width: 100%;
        letter-spacing: 6px;
        display: block;
        clear: both;
        margin: 10px auto 20px auto; } }

article.con_SALE .blog_reda {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    article.con_SALE .blog_reda {
      text-align: center;
      margin-top: 0px; } }
  article.con_SALE .blog_reda .BOX:nth-child(2) {
    margin: 0px 56px; }
    @media screen and (max-width: 768px) {
      article.con_SALE .blog_reda .BOX:nth-child(2) {
        margin: 25px auto; } }
  article.con_SALE .blog_reda .BOX {
    width: 300px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 768px) {
      article.con_SALE .blog_reda .BOX {
        display: block;
        margin: 0 auto; } }
    article.con_SALE .blog_reda .BOX h4 {
      height: 85px;
      padding: 9px;
      font-size: 26px;
      line-height: 34px;
      font-weight: bold;
      letter-spacing: -0.5px;
      color: #ffffff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      background-color: #83ade6;
      text-align: center;
      border-radius: 5px; }
    article.con_SALE .blog_reda .BOX p {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 10px 0px; }
    article.con_SALE .blog_reda .BOX img.blog {
      position: absolute;
      background-size: 100%;
      width: 100px;
      height: 100px;
      border: solid 3px #ffffff;
      overflow: hidden;
      border-radius: 50%;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      margin-top: 240px; }
      @media screen and (max-width: 768px) {
        article.con_SALE .blog_reda .BOX img.blog {
          margin-top: none;
          top: 360;
          left: 0; } }
    article.con_SALE .blog_reda .BOX img.blog_pro {
      width: 291px;
      height: 291px;
      border: solid 5px #83ade6; }
    article.con_SALE .blog_reda .BOX span.blogname {
      font-size: 24px;
      line-height: 40px;
      margin-left: 120px; }
      @media screen and (max-width: 768px) {
        article.con_SALE .blog_reda .BOX span.blogname {
          margin-left: 30px; } }
    article.con_SALE .blog_reda .BOX a p.f1 {
      width: 295px;
      font-size: 20px;
      line-height: 32px;
      color: #333333;
      font-weight: normal;
      text-align: left; }
      article.con_SALE .blog_reda .BOX a p.f1:hover {
        color: #fe2c7b; }
    article.con_SALE .blog_reda .BOX a span {
      font-size: 16px;
      display: inline;
      padding: 2px 5px;
      border-radius: 5px;
      -webkit-animation: pinkrun 2s infinite;
      animation: pinkrun 2s infinite; }

article.con_SALE .gitebox {
  width: 100%;
  position: relative;
  background: url(../images/Sgift_BG.jpg) 0 0 repeat;
  text-align: center;
  padding-bottom: 50px;
  margin-top: 35px;
  margin-bottom: 30px; }
  article.con_SALE .gitebox h3 {
    background: url(../images/Sgift_h3.png) 0 0 no-repeat;
    background-size: contain;
    width: 1024px;
    height: 215px; }
    @media screen and (max-width: 768px) {
      article.con_SALE .gitebox h3 {
        background: url(../images/Sgift_h3_MB.png) 0 0 no-repeat;
        height: 400px;
        background-size: contain; } }
    @media screen and (max-width: 414px) {
      article.con_SALE .gitebox h3 {
        width: 100%;
        height: 215px; } }
  article.con_SALE .gitebox .gite {
    width: 291px;
    margin: 20px 18px;
    display: inline-block;
    text-align: left; }
    @media screen and (max-width: 768px) {
      article.con_SALE .gitebox .gite {
        display: block;
        margin: 30px auto; } }
    article.con_SALE .gitebox .gite img.gitepro {
      width: 291px;
      height: 291px;
      border: solid 5px #cccccc;
      position: relative;
      z-index: 2; }
    article.con_SALE .gitebox .gite p {
      font-size: 28px;
      line-height: 36px;
      color: #51527b;
      font-weight: bold;
      margin: 20px 0px 0px 25px; }
      article.con_SALE .gitebox .gite p::before {
        content: "";
        width: 295px;
        height: 100px;
        position: absolute;
        margin: -95px 0px 0px -20px; }
    article.con_SALE .gitebox .gite span {
      font-size: 18px;
      line-height: 28px;
      color: #000000;
      display: inline-block;
      margin: 10px 0px 0px 25px; }
  article.con_SALE .gitebox .RECE_gite {
    width: 900px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px auto;
    padding: 55px; }
    @media screen and (max-width: 768px) {
      article.con_SALE .gitebox .RECE_gite {
        width: 95%;
        margin: 30px auto 0px auto; } }
    article.con_SALE .gitebox .RECE_gite p {
      font-size: 28px;
      color: #fe2c7b;
      font-weight: bold;
      margin: 0px 0px 35px 0px; }
      article.con_SALE .gitebox .RECE_gite p span {
        clear: both;
        font-size: 20px;
        line-height: 32px;
        color: #555555;
        font-weight: normal;
        display: inline-block;
        margin-top: 10px; }
      article.con_SALE .gitebox .RECE_gite p span.rule_date {
        color: #fe2c7b; }
      article.con_SALE .gitebox .RECE_gite p a.RECE_list {
        width: 135px;
        height: 45px;
        font-size: 18px;
        line-height: 42px;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        background-color: #cccccc;
        margin-left: 15px;
        -webkit-animation: pinkyell 1s infinite;
        animation: pinkyell 1s infinite; }
        @media screen and (max-width: 768px) {
          article.con_SALE .gitebox .RECE_gite p a.RECE_list {
            margin-left: 0px;
            margin-top: 20px; } }
        article.con_SALE .gitebox .RECE_gite p a.RECE_list::after {
          content: "查看得獎名單"; }
        article.con_SALE .gitebox .RECE_gite p a.RECE_list:hover {
          background-color: #fe2c7b; }

article.con_SALE .Ribbonbg {
  width: 160px;
  height: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/Sgift_BGd.png) 0 0 no-repeat;
  background-size: 100%; }

.G_list {
  background: #ffffff; }
  .G_list .CLOSE {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    color: #ffffff;
    background: #83ade6; }
  .G_list p {
    font-size: 28px;
    color: #fe2c7b;
    font-weight: bold;
    margin: 0px 0px 35px 0px; }
  .G_list span.giftname {
    font-size: 28px;
    line-height: 36px;
    color: #51527b;
    font-weight: bold;
    margin: 20px 0px 0px 25px; }
  .G_list span.givelist {
    font-size: 24px;
    line-height: 34px;
    color: #555555; }

article.con01 {
  height: auto; }
  article.con01 .em_bigdata {
    height: initial !important;
    padding: 30px 2.5%; }
    @media screen and (max-width: 768px) {
      article.con01 .em_bigdata {
        padding: 20px 0px 0px 0px; } }
  article.con01 .poll-bg {
    padding: 10px 65px 30px 65px; }
    @media screen and (max-width: 768px) {
      article.con01 .poll-bg {
        padding: 10px 2% 20px 2%;
        background: #ffffff;
        border: 0px; } }
    article.con01 .poll-bg p strong {
      font-size: 28px;
      font-weight: 400;
      color: #648bb0;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        article.con01 .poll-bg p strong {
          font-size: 24px;
          line-height: 1.3; } }
    article.con01 .poll-bg .wp-polls-ans {
      margin-top: 15px; }
  article.con01 .wp-polls,
  article.con01 .wp-polls-form {
    max-width: 730px;
    padding: 10px 0px;
    margin: -30px auto 0 auto; }
    @media screen and (max-width: 768px) {
      article.con01 .wp-polls,
      article.con01 .wp-polls-form {
        width: 100%;
        padding: 0px 10px 0px 10px;
        margin: -20px auto 0 auto;
        background: #ffffff;
        border: 0px; } }
  article.con01 .wp-polls ul li {
    line-height: 1.8; }

.find {
  display: block;
  background-image: url(../images/L_face_BG.png), url(../images/R_face_BG.png);
  background-repeat: no-repeat , no-repeat;
  background-position: left center , right center; }
  @media screen and (max-width: 768px) {
    .find {
      background-size: 20%;
      background-position: left bottom , right bottom; } }

.modeling {
  display: block;
  background-image: url(../images/modeling_BG.jpg);
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 768px) {
    .modeling {
      background-image: url(../images/modeling_BG_MB.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%; } }

article.con02 section.BOX {
  width: 1024px;
  height: 300px;
  border-radius: 10px;
  background-color: #9d9fd6;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    article.con02 section.BOX {
      width: 100%;
      height: auto;
      border-radius: 0px;
      padding-bottom: 30px; } }
  article.con02 section.BOX h3.title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    max-width: 70%;
    border-bottom: 3px solid #b2b3e5;
    margin: 0 auto;
    padding: 33px 0px 10px; }
    @media screen and (max-width: 768px) {
      article.con02 section.BOX h3.title {
        font-size: 28px;
        letter-spacing: 0px;
        max-width: 90%; } }
    article.con02 section.BOX h3.title span {
      color: #fdf74f; }
  article.con02 section.BOX ol.face, article.con02 section.BOX ol.mode {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      article.con02 section.BOX ol.face, article.con02 section.BOX ol.mode {
        width: 50%; } }
    @media screen and (max-width: 375px) {
      article.con02 section.BOX ol.face, article.con02 section.BOX ol.mode {
        width: 63%; } }
    article.con02 section.BOX ol.face ul, article.con02 section.BOX ol.mode ul {
      width: 39%;
      margin: 30px 0px 27px 11%;
      display: inline-block;
      float: left; }
      @media screen and (max-width: 768px) {
        article.con02 section.BOX ol.face ul, article.con02 section.BOX ol.mode ul {
          width: 100%;
          margin: 15px auto 30px auto;
          float: none; } }
      article.con02 section.BOX ol.face ul i.fa.fa-check, article.con02 section.BOX ol.mode ul i.fa.fa-check {
        font-size: 26px;
        font-weight: bold;
        color: #51527b;
        z-index: 2;
        position: absolute; }
        @media screen and (max-width: 768px) {
          article.con02 section.BOX ol.face ul i.fa.fa-check, article.con02 section.BOX ol.mode ul i.fa.fa-check {
            font-size: 24px; } }
      article.con02 section.BOX ol.face ul h4, article.con02 section.BOX ol.mode ul h4 {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        position: relative;
        z-index: 1;
        background-color: #9d9fd6; }
        @media screen and (max-width: 768px) {
          article.con02 section.BOX ol.face ul h4, article.con02 section.BOX ol.mode ul h4 {
            font-size: 16px; } }
      article.con02 section.BOX ol.face ul h4.qq:before, article.con02 section.BOX ol.mode ul h4.qq:before {
        content: "☐";
        font-size: 26px;
        font-weight: bold;
        color: #ffffff; }
        @media screen and (max-width: 768px) {
          article.con02 section.BOX ol.face ul h4.qq:before, article.con02 section.BOX ol.mode ul h4.qq:before {
            font-size: 24px; } }
      article.con02 section.BOX ol.face ul li, article.con02 section.BOX ol.mode ul li {
        font-size: 22px;
        font-weight: bold;
        color: #51527b;
        margin-top: -24px;
        position: relative; }
        @media screen and (max-width: 768px) {
          article.con02 section.BOX ol.face ul li, article.con02 section.BOX ol.mode ul li {
            font-size: 18px;
            margin-top: -23px; } }

.titbg {
  display: block;
  background: url(../images/find_BG.png) no-repeat;
  margin-top: -16px; }
  @media screen and (max-width: 768px) {
    .titbg {
      background: url(../images/find_BG_MB.png) no-repeat;
      background-size: 100%; } }

section.read_box {
  padding: 30px 37px 80px 37px; }
  @media screen and (max-width: 768px) {
    section.read_box {
      padding: 35px 5% 25px 5%; } }
  section.read_box h2.title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #7173b1;
    display: table;
    margin: 0 auto;
    padding-top: 17px; }
    @media screen and (max-width: 768px) {
      section.read_box h2.title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0px;
        padding-top: 5px; } }
    section.read_box h2.title br.brbr {
      display: none; }
      @media screen and (max-width: 768px) {
        section.read_box h2.title br.brbr {
          display: block; } }
    section.read_box h2.title p.clrcle {
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        section.read_box h2.title p.clrcle {
          float: left;
          margin: -4px 10px 0px 0px; } }
      section.read_box h2.title p.clrcle span {
        font-size: 32px;
        font-weight: 400;
        color: #ffffff;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #8bd1eb;
        line-height: 47px;
        display: inline-table;
        vertical-align: middle;
        text-align: center;
        padding-left: 3px; }
        @media screen and (max-width: 768px) {
          section.read_box h2.title p.clrcle span {
            font-size: 16px;
            width: 33px;
            height: 33px;
            padding: 3px 5px;
            display: inline; } }
  @media screen and (max-width: 768px) {
    section.read_box .reda_01 {
      margin-top: 15px; } }
  section.read_box .reda_01 a .BOX {
    width: 410px;
    height: auto;
    display: inline-block;
    margin: 30px; }
    @media screen and (max-width: 768px) {
      section.read_box .reda_01 a .BOX {
        width: 100%;
        margin: 0px 0px 13% 0px; } }
    section.read_box .reda_01 a .BOX img {
      width: 410px;
      height: 213px;
      border: 5px solid #ffffff; }
      @media screen and (max-width: 768px) {
        section.read_box .reda_01 a .BOX img {
          width: 100%;
          height: auto;
          border: 5px solid #9294cc; } }
    section.read_box .reda_01 a .BOX p.f1 {
      font-size: 22px;
      font-weight: 400;
      line-height: 32px;
      color: #51527b;
      display: inline-block;
      width: 80%; }
      @media screen and (max-width: 768px) {
        section.read_box .reda_01 a .BOX p.f1 {
          font-size: 20px; } }
    section.read_box .reda_01 a .BOX span {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      background: #8bd1eb;
      width: 55px;
      height: 55px;
      border-radius: 100%;
      display: inline-table;
      padding: 12px;
      position: relative;
      float: right;
      width: calc(100% - $w80);
      margin: -30px 23px 0px 0px; }
      @media screen and (max-width: 768px) {
        section.read_box .reda_01 a .BOX span {
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 2px;
          width: 60px;
          height: 60px;
          margin: -35px 0px 0px 0px; } }
      @media screen and (max-width: 375px) {
        section.read_box .reda_01 a .BOX span {
          margin: -37px 0px 0px 0px; } }
      @media screen and (max-width: 320px) {
        section.read_box .reda_01 a .BOX span {
          margin: -90px 0px 0px 0px; } }
    section.read_box .reda_01 a .BOX span:after {
      content: "";
      background: url(../images/hand.png) no-repeat;
      background-size: 100%;
      width: 37px;
      height: 32px;
      display: block;
      position: absolute;
      margin: 17px; }
  section.read_box .reda_01 a .BOX span:after {
    margin-top: 17px;
    margin-right: 17px; }
  section.read_box .reda_01 a .BOX:hover img {
    border: 5px solid #9294cc; }
  section.read_box .reda_01 a .BOX:hover span {
    background: #9294cc; }
    section.read_box .reda_01 a .BOX:hover span:after {
      margin: 3px; }

.down_more_bt {
  width: 100%;
  text-align: center;
  background: #6792bb; }
  .down_more_bt .down_bg {
    width: 750px;
    height: 80px;
    background: url(../images/L_butterfly.png) left center no-repeat, url(../images/R_butterfly.png) right center no-repeat;
    background-size: 90px;
    display: inline-block;
    z-index: 1;
    margin: -30px auto; }
    @media screen and (max-width: 768px) {
      .down_more_bt .down_bg {
        width: 90%;
        padding: 0px 5%;
        background-size: 60px; } }
  .down_more_bt a {
    width: 100%;
    height: 50px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .down_more_bt a {
        font-size: 26px;
        letter-spacing: 0px; } }
    .down_more_bt a span.mb_hind {
      display: inline-block;
      color: #fdf6bc; }
      @media screen and (max-width: 768px) {
        .down_more_bt a span.mb_hind {
          display: none; } }

.CLOSENOW {
  display: none; }

.OPENNOW {
  display: block; }

#winners {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 990;
  background: url(../images/bg5.png) 0 0 repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  @media screen and (max-width: 768px) {
    #winners {
      height: 100%;
      padding: 7%; } }
  #winners #ad_gift {
    width: 900px;
    height: 700px;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    z-index: 999;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #winners #ad_gift {
        width: 100%;
        height: 90%;
        overflow-y: auto;
        border-radius: 0 0 10px 10px; } }
    #winners #ad_gift img.PCgift {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #winners #ad_gift img.PCgift {
          display: none; } }
    #winners #ad_gift img.MBgift {
      display: none; }
      @media screen and (max-width: 768px) {
        #winners #ad_gift img.MBgift {
          width: 100%;
          display: block; } }
  #winners a.ad_close {
    display: block;
    height: 55px;
    border-radius: 10px;
    background-color: #ffffff; }
    #winners a.ad_close img {
      position: absolute;
      right: 15px;
      margin-top: 15px; }
    @media screen and (max-width: 768px) {
      #winners a.ad_close {
        height: 50px;
        border-radius: 0px;
        background-color: #83ade6; }
        #winners a.ad_close img {
          display: none; } }
    #winners a.ad_close span {
      display: none; }
      @media screen and (max-width: 768px) {
        #winners a.ad_close span {
          display: block;
          font-size: 24px;
          line-height: 50px;
          letter-spacing: 4px;
          font-weight: bold;
          color: #ffffff;
          text-align: center; } }
    #winners a.ad_close :hover {
      cursor: pointer; }
