.model .wrap {
  width: 1048px;
  box-sizing: border-box;
  padding: 48px 80px 80px 85px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 auto; }
  .model .wrap .title {
    margin-bottom: 50px; }
  .model .wrap input[type='text'], .model .wrap input[type='number'] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #97999b;
    padding: 10px 0;
    background-color: transparent;
    outline: none;
    color: #fff;
    box-sizing: border-box; }
  .model .wrap .getCode {
    position: absolute;
    right: 0px;
    bottom: 10px;
    padding: 10px 0;
    background-color: #697076;
    color: #d3d3d3;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .1s;
    width: 150px; }
  .model .wrap .product {
    color: #e4e4e4; }
    .model .wrap .product li {
      cursor: pointer; }
  .model .wrap .submit {
    width: 90%;
    margin: 0 auto;
    transition: .1s; }
    .model .wrap .submit:hover {
      background-color: #1e7939;
      transition: .1s; }

#app {
  background-image: url("../images/images/book_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

/*# sourceMappingURL=book.css.map */
