@charset "UTF-8";
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.container, .index .middle-box, .index .send-form-wrap .index-btn-wrap, .share .middle-box, .share .send-form-wrap .index-btn-wrap {
  zoom: 1; }
  .container:before, .index .middle-box:before, .index .send-form-wrap .index-btn-wrap:before, .share .middle-box:before, .share .send-form-wrap .index-btn-wrap:before, .container:after, .index .middle-box:after, .index .send-form-wrap .index-btn-wrap:after, .share .middle-box:after, .share .send-form-wrap .index-btn-wrap:after {
    content: "";
    display: table; }
  .container:after, .index .middle-box:after, .index .send-form-wrap .index-btn-wrap:after, .share .middle-box:after, .share .send-form-wrap .index-btn-wrap:after {
    clear: both; }

.container, #footer {
  float: none;
  margin-left: auto;
  margin-right: auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*:focus {
  outline: none; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

/* ==|====================
layout/_container
======================= */
.container {
  max-width: 640px;
  min-height: 1px; }

.row {
  min-width: 320px;
  margin-left: -9px;
  margin-right: -9px; }

/* ==|====================
layout/_footer
======================= */
#footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover; }

/* ==|====================
layout/_header
======================= */
html {
  width: 100%;
  height: 100%; }

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "Noto Sans", "微軟正黑體", "Microsoft Jhenghei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f2f6de; }

/* ==|====================
modules/_box-popup
======================= */
.box-popup {
  margin-top: 30px;
  background-size: contain; }

/* ==|====================
modules/_btn
======================= */
.btn-index-sprite, .btn-index-gift, .btn-index-line {
  background-image: url('../img/btn-index-s868e25c285.png');
  background-repeat: no-repeat; }

.btn-index-gift {
  background-position: 0 0;
  height: 96px;
  width: 296px; }

.btn-index-line {
  background-position: 0 -96px;
  height: 96px;
  width: 296px; }

.btn {
  color: transparent;
  background-size: cover;
  display: inline-block;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .btn:active {
    will-change: opacity;
    opacity: .75; }

.btn-index-line {
  float: left;
  width: 148px;
  height: 48px;
  background-position: 0 -47px; }

.btn-index-gift {
  float: right;
  width: 148px;
  height: 48px; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#colorbox {
  outline: 0; }

#cboxTopCenter {
  height: 28px; }

#cboxContent {
  background: transparent;
  overflow: hidden; }

.cboxIframe {
  background: transparent; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
  #cboxPrevious:hover {
    background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
  #cboxNext:hover {
    background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  top: 0px;
  right: 2px;
  background-size: contain;
  text-indent: -9999px;
  z-index: 1000; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none; }

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px; }

.tabber-container .mCSB_inside > .mCSB_container {
  margin-right: 40px; }

.share-article .mCSB_inside > .mCSB_container {
  margin-right: 25px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 12px;
  height: auto;
  left: auto;
  top: 0;
  right: 0px;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  height: 100%;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out, margin-left 0.2s ease-out, margin-right 0.2s ease-out, margin-top 0.2s ease-out, margin-bottom 0.2s ease-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0s, 0s;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.mCSB_scrollTools {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cacaca; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #CACACA; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #CACACA; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }

/* ==|====================
   pages/gift
   ======================= */
.gift {
  position: relative; }
  .gift .gift-wrapper {
    position: relative; }
  .gift .gift-bg {
    position: relative;
    top: 0;
    width: 100%; }
  .gift .gift-info-wrapper > img {
    position: absolute;
    width: 100%; }
  .gift .gift-info {
    position: relative;
    margin: 0px auto 0;
    padding: 10px 12px;
    width: 92%;
    background-color: #F7CCCC; }
    .gift .gift-info > p {
      position: relative;
      margin-right: -7px;
      margin-bottom: 4px;
      font-size: 12px;
      line-height: 16px; }
      .gift .gift-info > p span {
        color: #623810; }
    .gift .gift-info__store {
      top: 0; }
  .gift .gift-content {
    position: relative;
    width: 100%; }
  .gift .gift-bottom {
    position: relative; }
    .gift .gift-bottom > img {
      width: 100%; }
  .gift .gift-btn {
    position: relative;
    margin: -41% auto 0;
    width: 214.5px;
    height: 65px;
    background-image: url('../img/btn-gift.png?1440730421');
    background-size: cover;
    display: block;
    -moz-transition: background-position 0.3s linear;
    -o-transition: background-position 0.3s linear;
    -webkit-transition: background-position 0.3s linear;
    transition: background-position 0.3s linear; }
    .gift .gift-btn.disable {
      will-change: background-position;
      background-position: 0 -65px; }

/* ==|====================
   pages/index
   ======================= */
.index .head-box {
  position: relative;
  width: 100%; }
  .index .head-box > img {
    width: 100%; }
.index .middle-box {
  position: relative;
  margin-top: -2px;
  width: 100%; }
  .index .middle-box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .index .middle-box .middle-container {
    position: relative;
    margin: 24px auto 0;
    width: 280px; }
  .index .middle-box .fake-title {
    position: relative;
    height: 32px; }
.index .send-form-wrap {
  position: relative;
  margin-top: 10px; }
  .index .send-form-wrap label {
    margin-left: 3px;
    letter-spacing: 1px; }
  .index .send-form-wrap .select-wrap {
    position: relative;
    margin-top: 7px;
    width: 100%;
    height: 41px; }
    .index .send-form-wrap .select-wrap:after {
      content: '';
      position: absolute;
      top: 17px;
      right: 7px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #D5D6D5;
      pointer-events: none; }
  .index .send-form-wrap select {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #A1A1A1;
    font-size: 14px;
    letter-spacing: 1px;
    text-indent: 10px;
    background-color: #fff;
    border: 1px solid #D5D6D5;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .index .send-form-wrap .name-info {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 64px; }
    .index .send-form-wrap .name-info__input {
      position: relative;
      margin-top: 7px;
      width: 100%;
      height: 41px;
      font-size: 15px;
      text-indent: 10px;
      letter-spacing: 1px;
      border: 1px solid #D5D6D5;
      border-radius: 4px; }
  .index .send-form-wrap .phone-info {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 64px; }
    .index .send-form-wrap .phone-info__input {
      position: relative;
      margin-top: 7px;
      width: 100%;
      height: 41px;
      font-size: 15px;
      text-indent: 10px;
      letter-spacing: 1px;
      border: 1px solid #D5D6D5;
      border-radius: 4px; }
  .index .send-form-wrap .location-info {
    position: relative; }
  .index .send-form-wrap .address-info {
    position: relative;
    margin-top: 12px;
    padding-left: 3px;
    min-height: 52px;
    height: auto; }
    .index .send-form-wrap .address-info > label {
      margin-left: 0; }
    .index .send-form-wrap .address-info__txt {
      position: relative;
      margin: 0 0 0 -5px;
      letter-spacing: 1px;
      line-height: 22px; }
  .index .send-form-wrap .map-block {
    position: relative;
    margin-top: 3px;
    width: 100%;
    height: 182px;
    background: #E0E1DE;
    border-radius: 2px; }
  .index .send-form-wrap #map-canvas {
    position: absolute;
    width: 100%;
    height: 100%; }
  .index .send-form-wrap input[type="checkbox"] {
    display: none; }
    .index .send-form-wrap input[type="checkbox"]:checked + label:before {
      will-change: opacity;
      opacity: 1; }
  .index .send-form-wrap .checkbox-info {
    position: relative;
    margin-top: 8px;
    height: 70px; }
    .index .send-form-wrap .checkbox-info .ck-label {
      position: absolute;
      top: 5px;
      left: 14px;
      width: 25px;
      height: 25px;
      border: 1px solid #E3E6DB;
      background-color: #fff;
      cursor: pointer; }
      .index .send-form-wrap .checkbox-info .ck-label:before {
        content: "\2713";
        width: 25px;
        height: 25px;
        color: #333;
        font-size: 20px;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        line-height: 20px;
        opacity: 0;
        display: inline-block;
        -moz-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
    .index .send-form-wrap .checkbox-info .agree-txt {
      position: absolute;
      top: 13px;
      left: 49px;
      font-size: 14px;
      letter-spacing: 1px; }
    .index .send-form-wrap .checkbox-info .check-tips {
      position: absolute;
      top: 40px;
      left: 18px;
      font-size: 12px; }
      .index .send-form-wrap .checkbox-info .check-tips:last-child {
        top: 52px; }
  .index .send-form-wrap .index-btn-wrap {
    position: relative;
    margin-top: 11px;
    margin-left: -10px;
    width: 300px; }

/* ==|====================
   pages/gift
   ======================= */
.result {
  position: relative;
  background: url('../img/b_bg.jpg?1440658202') center top no-repeat #f2f6de; }
  .result .result-wrapper {
    position: relative; }
  .result .gift-bg {
    top: 0;
    width: 100%; }
  .result .height-box {
    position: relative;
    height: 93px; }
  .result .result-btn {
    position: relative;
    margin: -25% auto 0;
    width: 198px;
    height: 48px;
    background-image: url('../img/btn3.png?1439526403');
    display: block; }

/* ==|====================
   pages/index
   ======================= */
.share .head-box {
  position: relative;
  width: 100%; }
  .share .head-box > img {
    width: 100%; }
.share .middle-box {
  position: relative;
  margin-top: -2px;
  width: 100%; }
  .share .middle-box > img {
    position: absolute;
    width: 100%; }
  .share .middle-box .middle-container {
    position: relative;
    margin: 24px auto 0;
    width: 280px; }
  .share .middle-box .fake-title {
    position: relative;
    height: 32px; }
.share .send-form-wrap {
  position: relative;
  margin-top: 10px; }
  .share .send-form-wrap label {
    margin-left: 3px;
    letter-spacing: 1px; }
  .share .send-form-wrap .select-wrap {
    position: relative;
    margin-top: 7px;
    width: 100%;
    height: 41px; }
    .share .send-form-wrap .select-wrap:after {
      content: '';
      position: absolute;
      top: 17px;
      right: 7px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #D5D6D5;
      pointer-events: none; }
  .share .send-form-wrap select {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #A1A1A1;
    font-size: 14px;
    letter-spacing: 1px;
    text-indent: 10px;
    background-color: #fff;
    border: 1px solid #D5D6D5;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .share .send-form-wrap .name-info {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 64px; }
    .share .send-form-wrap .name-info__input {
      position: relative;
      margin-top: 7px;
      width: 100%;
      height: 41px;
      font-size: 15px;
      text-indent: 10px;
      letter-spacing: 1px;
      border: 1px solid #D5D6D5;
      border-radius: 4px; }
  .share .send-form-wrap .phone-info {
    position: relative;
    margin-top: 16px;
    margin-bottom: 10px;
    height: 64px; }
    .share .send-form-wrap .phone-info__input {
      position: relative;
      margin-top: 7px;
      width: 100%;
      height: 41px;
      font-size: 15px;
      text-indent: 10px;
      letter-spacing: 1px;
      border: 1px solid #D5D6D5;
      border-radius: 4px; }
  .share .send-form-wrap .location-info {
    position: relative; }
  .share .send-form-wrap .address-info {
    position: relative;
    margin-top: 12px;
    padding-left: 3px;
    min-height: 52px;
    height: auto; }
    .share .send-form-wrap .address-info > label {
      margin-left: 0; }
    .share .send-form-wrap .address-info__txt {
      position: relative;
      margin: 0 0 0 -5px;
      letter-spacing: 1px;
      line-height: 22px; }
  .share .send-form-wrap .map-block {
    position: relative;
    margin-top: 3px;
    width: 100%;
    height: 182px;
    background: #E0E1DE;
    border-radius: 2px; }
  .share .send-form-wrap #map-canvas {
    position: absolute;
    width: 100%;
    height: 100%; }
  .share .send-form-wrap input[type="checkbox"] {
    display: none; }
    .share .send-form-wrap input[type="checkbox"]:checked + label:before {
      will-change: opacity;
      opacity: 1; }
  .share .send-form-wrap .checkbox-info {
    position: relative;
    margin-top: 8px;
    height: 70px; }
    .share .send-form-wrap .checkbox-info .ck-label {
      position: absolute;
      top: 5px;
      left: 14px;
      width: 25px;
      height: 25px;
      border: 1px solid #E3E6DB;
      background-color: #fff;
      cursor: pointer; }
      .share .send-form-wrap .checkbox-info .ck-label:before {
        content: "\2713";
        width: 25px;
        height: 25px;
        color: #333;
        font-size: 20px;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        line-height: 20px;
        opacity: 0;
        display: inline-block;
        -moz-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
    .share .send-form-wrap .checkbox-info .agree-txt {
      position: absolute;
      top: 13px;
      left: 49px;
      font-size: 14px;
      letter-spacing: 1px; }
    .share .send-form-wrap .checkbox-info .check-tips {
      position: absolute;
      top: 40px;
      left: 18px;
      font-size: 12px; }
      .share .send-form-wrap .checkbox-info .check-tips:last-child {
        top: 52px; }
  .share .send-form-wrap .index-btn-wrap {
    position: relative;
    margin-top: 11px;
    width: 300px; }
    .share .send-form-wrap .index-btn-wrap > .btn-index-gift {
      float: none;
      margin-left: 66px;
      display: block; }
