@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a {
  text-decoration: none; }

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea:focus, input:focus {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: "Noto Sans TC", serif, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
  font-size: 16px;
  color: #545454; }
  @media all and (min-width: 0\0) {
    body {
      font-family: "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif; } }

#GVtopBar {
  position: fixed;
  z-index: 99;
  height: 35px;
  width: 100%;
  top: 0; }
  @media only screen and (max-width: 768px) {
    #GVtopBar {
      z-index: 1 !important; } }

.overlay-mask {
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  width: 100%;
  min-height: 110%;
  position: fixed;
  background: #000;
  z-index: 99;
  display: none;
  background-color: #fff; }

.overlay-page {
  position: fixed;
  width: 768px;
  height: 640px;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -384px;
  z-index: 100;
  display: none;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .overlay-page #loadPage {
    position: relative;
    width: 100%;
    height: 100%; }
  .overlay-page.showup {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }

.overlay-close {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 45px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 101; }
  .overlay-close, .overlay-close span {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
  .overlay-close span {
    display: block;
    background-color: #f4d696;
    width: 45px;
    height: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .overlay-close span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: 21px;
      margin-left: 2px; }
    .overlay-close span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -8px;
      margin-left: 3px; }
  .overlay-close.noticeClose {
    top: 35px;
    right: 35px; }
    .overlay-close.noticeClose span {
      background-color: #e05454; }
    .overlay-close.noticeClose:hover {
      background-color: #e05454; }
  .overlay-close:hover {
    background-color: #c09d50; }
    .overlay-close:hover span {
      background-color: #fff; }
      .overlay-close:hover span:first-child {
        -webkit-transform: rotate(45deg) scale(0.8);
        -ms-transform: rotate(45deg) scale(0.8);
        transform: rotate(45deg) scale(0.8); }
      .overlay-close:hover span:last-child {
        -webkit-transform: rotate(-45deg) scale(0.8);
        -ms-transform: rotate(-45deg) scale(0.8);
        transform: rotate(-45deg) scale(0.8); }

@media only screen and (max-width: 768px) {
  .overlay-page {
    width: 96%;
    margin-left: -48%;
    height: 84%;
    top: 8%;
    margin-top: 0; } }

@media only screen and (max-width: 414px) {
  .overlay-close {
    top: 30px;
    right: 10px; }
    .overlay-close.noticeClose {
      top: 25px;
      right: 25px; } }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative; }

.links {
  position: fixed;
  right: 2px;
  top: 55px;
  z-index: 5; }
  .links-ul li {
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.85;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
    .links-ul li:not(:last-child) {
      margin-bottom: 3px; }
    .links-ul li a {
      width: 100%;
      height: 100%;
      display: block; }
    .links-ul li.linksAc {
      background: #c53f99 url("../img/icon_ac.png") 50% 50% no-repeat;
      background-size: 80% auto; }
    .links-ul li.linksDl {
      background: #c53f99 url("../img/icon_dl.png") 50% 50% no-repeat;
      background-size: 80% auto; }
    .links-ul li.linksFb {
      background: #c53f99 url("../img/icon_fb.png") 50% 50% no-repeat;
      background-size: 80% auto; }
    .links-ul li.linksBaha {
      background: #c53f99 url("../img/icon_baha.png") 50% 50% no-repeat;
      background-size: 80% auto; }
    @media only screen and (min-width: 1281px) {
      .links-ul li:hover {
        opacity: 1; } }
  @media only screen and (max-width: 764px) {
    .links {
      top: 10px; } }

.noticeBtn {
  background-color: #e05454;
  background-image: url("../img/star_01.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 6px 10px;
  width: 20px;
  padding: 30px 5px 10px;
  position: fixed;
  border-radius: 0 5px 5px 0;
  left: 0;
  top: 75%;
  z-index: 5;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .noticeBtn {
      top: 55%; } }

.header {
  background: url("../img/top.jpg") 50% 0 no-repeat;
  height: 1035px;
  width: 100%;
  position: relative; }
  .header:after {
    display: block;
    content: '';
    width: 229px;
    height: 451px;
    position: absolute;
    bottom: -288px;
    background: url("../img/butterflay.png") 0 0 no-repeat;
    pointer-events: none; }
  .header-logo {
    width: 153px;
    height: 101px;
    background: url("../img/logo.png") 50% 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 55px;
    left: 10%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .header-logo a {
      width: 100%;
      height: 100%;
      display: block; }
  .header-btns {
    width: 800px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 748px; }
    .header-btns .btns-oo {
      width: 236px;
      height: 236px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      background-color: #fff;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      .header-btns .btns-oo i {
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        display: block;
        line-height: 1.2;
        margin-top: 5px; }
      .header-btns .btns-oo__title {
        font-size: 30px;
        color: #855746;
        line-height: 1.2; }
      .header-btns .btns-oo span {
        display: block;
        font-size: 13px;
        color: #855746;
        line-height: 1.33;
        text-shadow: -1px -2px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,2px 2px 2px white; }
      .header-btns .btns-oo--method {
        border: 18px solid #b2e3e5;
        background-image: url("../img/btn_01.png");
        background-position: 50% 90%;
        background-repeat: no-repeat; }
        .header-btns .btns-oo--method i {
          color: #90d2d5; }
      .header-btns .btns-oo--wish {
        border: 20px solid #f4d696;
        left: 282px;
        top: 50px;
        background-image: url("../img/bottle_blue.png");
        background-position: 47% 90%;
        background-repeat: no-repeat;
        background-size: 71px 96px; }
        .header-btns .btns-oo--wish i {
          color: #e2c075; }
      .header-btns .btns-oo--award {
        border: 20px solid #a7cdfb;
        right: 0;
        background-image: url("../img/btn_03.png");
        background-position: 50% 95%;
        background-repeat: no-repeat; }
        .header-btns .btns-oo--award i {
          color: #87a8df; }
      @media only screen and (min-width: 1281px) {
        .header-btns .btns-oo:hover {
          -webkit-animation: btnMove 1s infinite ease-out;
          animation: btnMove 1s infinite ease-out; }
        @-webkit-keyframes btnMove {
          0%, 100% {
            margin-top: 0px; }
          50% {
            margin-top: 6px; } }
        @keyframes btnMove {
          0%, 100% {
            margin-top: 0px; }
          50% {
            margin-top: 6px; } } }
  @media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1280px), screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 1280px), screen and (min-resolution: 120dpi) and (min-width: 1280px) {
    .header-btns {
      top: 660px; } }
  @media only screen and (max-width: 1280px) {
    .header-logo {
      left: 20px; } }
  @media only screen and (max-width: 1024px) {
    .header {
      height: 100vw;
      background: url("../img/top_s.jpg") 50% 0 no-repeat;
      background-size: 100% auto; }
      .header:after {
        display: none; }
      .header-btns {
        width: 96%;
        position: absolute;
        left: 2%;
        top: auto;
        height: 236px;
        bottom: 0; }
        .header-btns .btns-oo--wish {
          left: calc((100% - 236px) / 2);
          top: 0; } }
  @media only screen and (max-width: 768px) {
    .header-logo {
      width: 18vw;
      height: 11.8vw;
      left: 10px; }
    .header-btns {
      height: calc(88vw / 3); }
      .header-btns .btns-oo {
        width: calc(88vw / 3);
        height: calc(88vw / 3);
        border-width: 2vw !important; }
        .header-btns .btns-oo i {
          font-size: 5vw; }
        .header-btns .btns-oo__title {
          font-size: 4.5vw; }
        .header-btns .btns-oo--method, .header-btns .btns-oo--award {
          background-size: 40% auto; }
        .header-btns .btns-oo--wish {
          left: calc((100% - (88vw / 3 )) / 2);
          background-size: 30% auto; } }
  @media only screen and (max-width: 764px) {
    .header-logo {
      top: 10px;
      left: 5px; } }
  @media only screen and (max-width: 414px) {
    .header-btns .btns-oo span {
      display: none; } }

section .divWrap {
  width: 960px;
  height: auto;
  margin: 0 auto;
  position: relative; }

section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  margin: 10px 0; }
  section h2:before {
    position: relative;
    display: block;
    content: '';
    width: 41px;
    height: 41px;
    margin: 0 auto;
    background: url("../img/star_01.png") no-repeat; }
  section h2 + p {
    text-align: center;
    font-size: 15px; }

@media only screen and (max-width: 1024px) {
  section .divWrap {
    width: 96%; } }

.method-box {
  position: relative;
  width: 100%;
  background-color: #b2e3e5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 50px;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 4; }
  .method-box:after, .method-box:before {
    position: absolute;
    display: block;
    content: ''; }
  .method-box:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border: 4px dashed #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  .method-box:before {
    width: 28px;
    height: 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #b2e3e5;
    top: -12px;
    left: 178px;
    -webkit-transform: rotate(50deg) skew(12deg);
    -ms-transform: rotate(50deg) skew(12deg);
    transform: rotate(50deg) skew(12deg); }
  .method-box-rule {
    margin: 20px 0 0;
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 15px; }
    .method-box-rule > li {
      counter-increment: li;
      position: relative; }
      .method-box-rule > li:before {
        position: absolute;
        content: counter(li);
        background-color: #fff;
        color: #90d2d5;
        text-align: center;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border-radius: 18px;
        content: counter(li);
        width: 18px;
        left: -24px;
        font-size: 12px;
        top: 4px; }
    .method-box-rule li {
      margin-bottom: 5px; }
      .method-box-rule li span {
        font-weight: 700;
        font-size: 18px; }

.method h3 {
  font-size: 40px;
  font-weight: bold;
  color: #e05454;
  margin: 0;
  padding: 0; }

.method h4 {
  display: inline-block;
  background-color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 2px 20px;
  margin: 5px 0 0;
  letter-spacing: 1px; }
  .method h4 + p {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 2px solid #fff; }

@media only screen and (max-width: 1024px) {
  .method-box:before {
    left: 10vw; } }

@media only screen and (max-width: 480px) {
  .method-box {
    padding: 20px 30px; }
    .method-box:after {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      top: 10px;
      left: 10px;
      border: 3px dashed #fff; } }

@media only screen and (max-width: 414px) {
  .method h3 {
    font-size: 24px; }
  .method-box {
    margin-top: 20px; }
    .method-box:before {
      width: 20px;
      height: 20px;
      top: -8px; } }

.wish {
  background: url("../img/dandelion.png") 100% 100% no-repeat;
  padding: 50px 0; }
  .wish h2:before {
    background: url("../img/star_02.png") no-repeat; }
  .wish-user {
    text-align: center;
    font-size: 14px; }
    .wish-user .log-in, .wish-user .log-out {
      padding: 10px 0;
      position: relative; }
    .wish-user button {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      outline: none;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-color: #e05454;
      color: #fff;
      font-size: 12px;
      margin: 0 3px;
      cursor: pointer;
      padding: 1px 8px; }
    .wish-user span {
      margin: 0 5px; }
  .wish-items {
    padding: 30px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center; }
    .wish-items .items {
      text-align: center;
      width: 33%;
      position: relative;
      padding: 20px 0;
      cursor: pointer;
      overflow: hidden; }
      .wish-items .items:not(:last-child) {
        border-right: 2px dotted #f4d696; }
      .wish-items .items:before {
        display: block;
        content: '';
        background-color: #eee;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -62px;
        z-index: -1; }
      .wish-items .items__pic {
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
      .wish-items .items__name {
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        font-size: 24px;
        font-weight: 500;
        color: #855746;
        margin-top: 20px;
        letter-spacing: 1px; }
      .wish-items .items-stars {
        width: 120px;
        height: auto;
        position: absolute;
        top: 100px;
        left: 50%;
        margin-left: -25%;
        z-index: 1;
        opacity: 0.8;
        pointer-events: none; }
        .wish-items .items-stars > div {
          position: absolute;
          background: transparent;
          border-radius: 50%;
          -webkit-transition: all .3s ease-in;
          -moz-transition: all .3s ease-in;
          -ms-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in; }
      @media only screen and (min-width: 1281px) {
        .wish-items .items:hover .items__pic {
          -webkit-transform: rotate(-20deg);
          -ms-transform: rotate(-20deg);
          transform: rotate(-20deg); }
        .wish-items .items:hover .items__name {
          color: #e05454; }
        .wish-items .items:hover .items-stars .star1 {
          width: 1px;
          height: 1px;
          -webkit-box-shadow: 121px 69px 2px #c09d50 , 92px 81px 2px #c09d50 , 4px 49px 2px #c09d50 , 128px 89px 1px #c09d50 , 10px 99px 2px #c09d50 , 59px 86px 2px #c09d50 , 58px 26px 1px #c09d50 , 71px 89px 1px #c09d50 , 118px 4px 1px #c09d50 , 59px 33px 2px #c09d50 , 21px 69px 2px #c09d50;
          box-shadow: 121px 69px 2px #c09d50 , 92px 81px 2px #c09d50 , 4px 49px 2px #c09d50 , 128px 89px 1px #c09d50 , 10px 99px 2px #c09d50 , 59px 86px 2px #c09d50 , 58px 26px 1px #c09d50 , 71px 89px 1px #c09d50 , 118px 4px 1px #c09d50 , 59px 33px 2px #c09d50 , 21px 69px 2px #c09d50;
          -webkit-animation: animStar 3s linear infinite;
          animation: animStar 3s linear infinite; }
        .wish-items .items:hover .items-stars .star2 {
          width: 2px;
          height: 2px;
          -webkit-box-shadow: 40px 13px 2px #c09d50 , 124px 62px 1px #c09d50 , 99px 22px 2px #c09d50 , 121px 22px 2px #c09d50 , 47px 76px 2px #c09d50 , 82px 20px 1px #c09d50 , 109px 47px 1px #c09d50 , 101px 81px 1px #c09d50 , 56px 69px 2px #c09d50 , 95px 86px 2px #c09d50 , 99px 40px 1px #c09d50 , 77px 53px 1px #c09d50 , 3px 30px 1px #c09d50 , 9px 85px 1px #c09d50 , 98px 13px 2px #c09d50 , 79px 85px 1px #c09d50 , 90px 42px 1px #c09d50 , 60px 49px 1px #c09d50 , 2px 74px 2px #c09d50 , 107px 33px 1px #c09d50 , 128px 68px 1px #c09d50;
          box-shadow: 40px 13px 2px #c09d50 , 124px 62px 1px #c09d50 , 99px 22px 2px #c09d50 , 121px 22px 2px #c09d50 , 47px 76px 2px #c09d50 , 82px 20px 1px #c09d50 , 109px 47px 1px #c09d50 , 101px 81px 1px #c09d50 , 56px 69px 2px #c09d50 , 95px 86px 2px #c09d50 , 99px 40px 1px #c09d50 , 77px 53px 1px #c09d50 , 3px 30px 1px #c09d50 , 9px 85px 1px #c09d50 , 98px 13px 2px #c09d50 , 79px 85px 1px #c09d50 , 90px 42px 1px #c09d50 , 60px 49px 1px #c09d50 , 2px 74px 2px #c09d50 , 107px 33px 1px #c09d50 , 128px 68px 1px #c09d50;
          -webkit-animation: animStar 5s linear infinite;
          animation: animStar 5s linear infinite; }
        @-webkit-keyframes animStar {
          from {
            -webkit-transform: translateY(0px);
            transform: translateY(0px); }
          to {
            -webkit-transform: translateY(-200px);
            transform: translateY(-200px); } }
        @keyframes animStar {
          from {
            -webkit-transform: translateY(0px);
            transform: translateY(0px); }
          to {
            -webkit-transform: translateY(-200px);
            transform: translateY(-200px); } } }
  @media all and (min-width: 0\0) {
    .wish .items {
      float: left; }
    .wish:after {
      clear: both;
      content: "";
      display: table; } }
  @media \0screen\,screen\9 {
    .wish .items {
      float: left; }
    .wish:after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (max-width: 768px) {
    .wish-items {
      padding: 10px 0px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 414px) {
    .wish-items {
      display: block; }
      .wish-items .items {
        width: 60%;
        position: relative;
        margin: 0 auto; }
        .wish-items .items:not(:last-child) {
          border-right: 0; } }

.award {
  padding: 30px 0;
  background: #d8f6ec;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #d8f6ec 0%, #baddfe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#d8f6ec), to(#baddfe));
  background: -o-linear-gradient(left, #d8f6ec 0%, #baddfe 100%);
  background: linear-gradient(to right, #d8f6ec 0%, #baddfe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .award .divWrap {
    min-height: 360px; }
  .award-it {
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 4;
    position: relative; }
    .award-it .it {
      text-align: center;
      width: 25.3%;
      position: relative;
      overflow: hidden;
      margin: 0 4%;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 0 0px 20px;
      height: 244px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden; }
      .award-it .it__evt {
        font-size: 15px;
        padding: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #855746;
        color: #fff; }
        .award-it .it__evt span {
          color: #FFF6A9;
          margin-left: 2px; }
      .award-it .it__pic {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 15px auto 0;
        border: 4px solid #f4d696;
        border-radius: 50%;
        overflow: hidden;
        background-color: #fff; }
        .award-it .it__pic img {
          position: absolute;
          left: 50%;
          top: 55%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .award-it .it__num {
        color: #855746; }
        .award-it .it__num span {
          font-size: 24px;
          font-weight: bold; }
      .award-it .it__name {
        font-size: 24px;
        font-size: 14px;
        color: #fff;
        background-color: #855746;
        letter-spacing: 2px;
        padding: 2px 10px;
        display: inline-block;
        border-radius: 50px; }
      .award-it .it__ps {
        font-size: 13px;
        margin-top: 5px;
        color: #e05454; }
  .award p {
    margin-bottom: 10px; }
  .award-ps {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #e05454; }
  @media only screen and (max-width: 1024px) {
    .award-it .it {
      width: 30.3%;
      margin: 0 1%; } }
  @media only screen and (max-width: 768px) {
    .award-it {
      padding: 10px 0px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .award-it .it__evt {
        height: 50px; } }
  @media only screen and (max-width: 414px) {
    .award-it {
      display: block; }
      .award-it .it {
        width: 70%;
        position: relative;
        margin: 0 auto;
        height: auto;
        margin-bottom: 20px; }
        .award-it .it__evt {
          height: auto; } }

.notice {
  position: relative;
  width: 100%;
  max-width: 768px;
  height: 100%;
  overflow: hidden; }

@-moz-document url-prefix() {
  .notice {
    height: calc(100% - 64px); } }
  .notice _:-ms-lang(x), .notice {
    height: calc(100% - 64px); }
  @media all and (min-width: 0\0) {
    .notice {
      height: calc(100% - 64px); } }
  .notice-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e05454;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .notice-box h2 {
      color: #eee; }
    .notice-box:after {
      display: block;
      content: '';
      position: absolute;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      top: 20px;
      left: 20px;
      border: 4px dashed #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      pointer-events: none; }
    .notice-box-list {
      overflow-y: auto;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      padding-right: 15px;
      height: calc(100% - 108px); }
      .notice-box-list > li {
        counter-increment: li;
        position: relative; }
        .notice-box-list > li:before {
          position: absolute;
          content: counter(li);
          background-color: #eee;
          color: #e05454;
          text-align: center;
          -moz-border-radius: 18px;
          -webkit-border-radius: 18px;
          border-radius: 18px;
          content: counter(li);
          width: 18px;
          left: -24px;
          font-size: 12px;
          top: 4px; }
      .notice-box-list::-webkit-scrollbar {
        background-color: transparent;
        width: 8px; }
      .notice-box-list::-webkit-scrollbar-thumb {
        background-color: #972C2C;
        border-radius: 8px; }
      .notice-box-list li {
        color: #eee;
        font-size: 15px;
        margin-bottom: 10px; }
        .notice-box-list li:before {
          font-weight: bold; }
        .notice-box-list li a {
          font-weight: 500;
          color: #f7ff7b;
          letter-spacing: 1px;
          border-bottom: 1px solid #f7ff7b; }
        .notice-box-list li .impt {
          background-color: #CC3838;
          font-size: 18px;
          padding: 2px 5px; }
        .notice-box-list li .mailtitle {
          font-size: 18px; }
  @media only screen and (max-width: 480px) {
    .notice-box {
      padding: 20px 30px; }
      .notice-box:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
        border: 3px dashed #fff; } }
