.bag-img {
  width: 10rem;
  height: 5.6533333333rem;
  background-color: #666; }
  .bag-img > img {
    display: block;
    width: 100%; }

.shadow-box {
  width: 9.0666666667rem;
  height: 7.3866666667rem;
  padding: 0.6666666667rem 0.4rem 0.6666666667rem 0.4rem;
  margin: -2.4rem 0rem 0rem 0rem;
  background-color: #fff;
  border-radius: 15px; }
  .shadow-box .title {
    font-size: 0.4rem;
    margin: 0rem 0rem 0.6666666667rem 0rem;
    font-weight: 700;
    line-height: 1; }
  .shadow-box > input {
    line-height: 1.1733333333rem;
    height: 1.1733333333rem;
    font-size: 0.4rem;
    padding: 0rem 0.4rem 0rem 0.4rem;
    margin: 0rem 0rem 0.6rem 0rem;
    width: 100%;
    background-color: #f5f5f5;
    color: #999;
    border-radius: 6px;
    border: none; }
  .shadow-box > button {
    font-size: 0.3733333333rem;
    line-height: 1.1733333333rem;
    background-image: linear-gradient(to bottom right, #eaca91, #c9934b);
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 6px; }

footer {
  padding: 0rem 0.8rem 0rem 0.8rem; }
  footer p {
    color: #666; }
    footer p.title {
      margin: 0.8rem 0rem 0.6666666667rem 0rem;
      font-size: 0.4rem;
      text-align: center;
      line-height: 1;
      position: relative; }
      footer p.title:before {
        content: '';
        position: absolute;
        top: 0.1333333333rem;
        left: 0.2133333333rem;
        width: 2.6666666667rem;
        height: 0.1333333333rem;
        background: url("../images/dian.png") no-repeat center;
        background-size: cover; }
      footer p.title:after {
        content: '';
        position: absolute;
        top: 0.1333333333rem;
        right: 0.2133333333rem;
        width: 2.6666666667rem;
        height: 0.1333333333rem;
        background: url("../images/dian.png") no-repeat center;
        background-size: cover;
        transform: rotate(180deg); }
    footer p.content {
      font-size: 0.3733333333rem; }



.dialog-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center; }
  .dialog-box .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10; }
  .dialog-box .dialog-body {
    position: relative;
    z-index: 11;
    transition: all .3s;
    border-radius: 10px;
    background-color: #fff;
    padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem 0.6666666667rem;
    width: 90%; }
    .dialog-box .dialog-body .close {
      position: absolute;
      top: 0.2666666667rem;
      right: 0.2666666667rem;
      color: #666;
      font-size: 0.4rem; }
    .dialog-box .dialog-body .title {
      font-size: 0.48rem;
      font-weight: 700;
      color: #666;
      text-align: center;
      margin-bottom: 0.6266666667rem; }
    .dialog-box .dialog-body .content .item,
    .dialog-box .dialog-body .content .item-textarea {
      display: flex;
      align-items: center;
      border: 0.0133333333rem solid #E6E6E6;
      border-radius: 4px;
      margin-bottom: 0.2666666667rem;
      padding: 0rem 0.1333333333rem 0rem 0.1333333333rem;
      height: 0.96rem; }
      .dialog-box .dialog-body .content .item > span,
      .dialog-box .dialog-body .content .item-textarea > span {
        white-space: nowrap;
        text-align: center;
        color: #676767;
        flex: 0 0 1.3333333333rem;
        font-size: 0.3733333333rem; }
      .dialog-box .dialog-body .content .item > input, .dialog-box .dialog-body .content .item > textarea,
      .dialog-box .dialog-body .content .item-textarea > input,
      .dialog-box .dialog-body .content .item-textarea > textarea {
        font-size: 0.3733333333rem;
        flex: 1;
        border: none; }
    .dialog-box .dialog-body .content .item-textarea {
      height: 2.7733333333rem; }
    .dialog-box .dialog-body .content > button {
      margin-top: 0.32rem;
      background-color: #FB5453;
      color: #fff;
      border: none;
      width: 100%;
      border-radius: 6px;
      height: 1.1733333333rem;
      font-size: 0.4266666667rem; }
  .dialog-box.show {
    display: flex; }
    .dialog-box.show .dialog-body {
      animation-name: scaleDraw;
      animation-duration: .5s; }

@keyframes scaleDraw {
  0% {
    transform: scale(0.5); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/*# sourceMappingURL=index.css.map */
