@media screen and (min-width: 811px) {
  body {
    background: url(../img/kuaikai-bg.gif); }

  .content {
    width: 990px;
    margin: 30px auto auto auto; }

  .lottery-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background-color: #f2e8d4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e2d5ba; }

  .fucai {
    width: 50%;
    margin: 25px 0 25px 25px;
    border-right: 1px solid #c3c3c3; }

  .pailie {
    width: 50%;
    margin: 25px 0 25px 0px;
    border-left: 1px solid white; }

  .cover {
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 40px solid #eee0c4; }

  .gameplay-introdu {
    height: 80px;
    width: 84.2%;
    margin: 0 auto;
    background: #f3e9d4;
    border-top: 1px solid #ddcba8;
    border-bottom: 1px solid #ddcba8;
    font-size: 12px;
    line-height: 20px;
    color: #666; }

  .cover2 {
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-bottom: 16px solid #e8d6b1; }

  .lottery-history {
    height: 120px;
    background: #f2e8d4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #ddcba8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .lottery-icon img {
    vertical-align: middle; }

  .lottery-name {
    display: inline-block;
    padding-left: 10px;
    font-size: 20px;
    color: red;
    font-weight: bold; }

  .lottery-issue {
    margin-left: 19%;
    color: #333;
    font-size: 14px; }

  .issue-num {
    display: inline-block;
    padding: 0 5px;
    color: red; }

  .open-box {
    margin-left: 19%;
    margin-top: 30px; }

  .open-num {
    display: inline-block;
    vertical-align: top; }

  .open-num .number {
    width: 68px;
    height: 68px;
    background: url(../img/draw_numbg.png) no-repeat;
    background-position: 0 0px;
    display: inline-block;
    text-align: center;
    line-height: 57px;
    color: white;
    font-size: 40px;
    margin-right: 11px; }

  .test-num {
    display: inline-block; }

  .txt {
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 6px;
    margin-bottom: 6px; }

  .tnumber {
    width: 30px;
    height: 30px;
    background: url(../img/six.png) no-repeat;
    background-position: 0 0px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    color: #333;
    font-size: 18px;
    margin-right: 5px; }

  .pailie .lottery-icon {
    padding-left: 25px; }

  .pailie .lottery-issue {
    margin-left: 24%; }

  .pailie .open-box {
    margin-left: 24%; }

  .pailie .number {
    background-position: -102px 0; }

  .gameplay-introdu h2 {
    padding-top: 11px;
    padding-left: 20px; }

  .gameplay-introdu p {
    padding-left: 20px; }

  .lottery-list {
    width: 25%;
    height: 100%; }

  .lottery-list img {
    width: 50px;
    height: 50px;
    padding-left: 20px;
    padding-top: 25px;
    vertical-align: bottom; }

  .history-box {
    display: inline-table;
    margin-left: 10px; }

  .lottery-list .lottery-name {
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 0; }

  .history-box a:hover {
    color: blue; }

  .history-box a {
    color: #333; } }
@media screen and (max-width: 810px) {
  body {
    background: none; }

  .content {
    padding: 1rem; }
    .content > div:not(:first-child) {
      display: none; }

  .lottery-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #e2d5ba; }

  .pailie,
  .fucai {
    padding: 1rem;
    background-color: #f2e8d4; }

  .pailie {
    margin-top: 1rem; }

  .cover {
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 40px solid #eee0c4; }

  .gameplay-introdu {
    height: 80px;
    width: 84.2%;
    margin: 0 auto;
    background: #f3e9d4;
    border-top: 1px solid #ddcba8;
    border-bottom: 1px solid #ddcba8;
    font-size: 12px;
    line-height: 20px;
    color: #666; }

  .cover2 {
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-bottom: 16px solid #e8d6b1; }

  .lottery-history {
    height: 120px;
    background: #f2e8d4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #ddcba8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .lottery-icon img {
    vertical-align: middle; }

  .lottery-name {
    display: inline-block;
    padding-left: 10px;
    font-size: 20px;
    color: red;
    font-weight: bold; }

  .lottery-issue {
    text-align: center;
    color: #333;
    font-size: 1rem; }

  .issue-num {
    display: inline-block;
    padding: 0 5px;
    color: red; }

  .open-box {
    text-align: center;
    margin-top: 2rem; }

  .open-num {
    display: inline-block;
    vertical-align: top; }

  .open-num .number {
    width: 68px;
    height: 68px;
    background: url(../img/draw_numbg.png) no-repeat;
    background-position: 0 0px;
    display: inline-block;
    text-align: center;
    line-height: 57px;
    color: white;
    font-size: 40px;
    margin-right: 11px; }

  .test-num {
    display: inline-block; }

  .txt {
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 6px;
    margin-bottom: 6px; }

  .tnumber {
    width: 30px;
    height: 30px;
    background: url(../img/six.png) no-repeat;
    background-position: 0 0px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    color: #333;
    font-size: 18px;
    margin-right: 5px; }

  .pailie .lottery-icon {
    padding-left: 25px; }

  .pailie .number {
    background-position: -102px 0; }

  .gameplay-introdu h2 {
    padding-top: 11px;
    padding-left: 20px; }

  .gameplay-introdu p {
    padding-left: 20px; }

  .lottery-list {
    width: 25%;
    height: 100%; }

  .lottery-list img {
    width: 50px;
    height: 50px;
    padding-left: 20px;
    padding-top: 25px;
    vertical-align: bottom; }

  .history-box {
    display: inline-table;
    margin-left: 10px; }

  .lottery-list .lottery-name {
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 0; }

  .history-box a:hover {
    color: blue; }

  .history-box a {
    color: #333; } }

/*# sourceMappingURL=pailie.css.map */