/*手机版使用*/
@media screen and (max-width: 719px) {

  .lottery_on .kj .L4L:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "4";
    left: -0.5vw;
  }

  .lottery_on .kj .L3R:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "3";
    left: -0.5vw;
  }

  .lottery_on .kj .R3L:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "3";
    right: -0.5vw;
  }

  .lottery_on .kj .R4R:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "4";
    right: -0.5vw;
  }

  .lottery_on .kj .lad:before {
    color: #fff;
    line-height: 16px;
    font-weight: bolder;
    position: absolute;
    top: -0.5vw;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    text-align: center;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  .lottery_on .kj .lad {
    color: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 9vw;
    height: 9vw;
    line-height: 9vw;
  }

  .lottery_on .kj .panda.dark {
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
    display: inline-block;
    background-color: #74030b;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }

  .lottery_on .kj .panda.light {
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
    display: inline-block;
    background-color: #ff6f88;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }

  #page.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
    box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
  }

  .boxsubmit {
    width: 38%;
    border: 1px solid red;
    height: 26%;
    text-align: center;
    background-color: #ff5151;
    color: #fff;
    margin: 9% auto 0;
  }

  .subtitle {
    border-bottom: 1px solid #ff5151;
    color: #ff5151;
    font-weight: bold;
    margin: 2vh 0 1vh;
    text-align: center;
  }

  body {
    font-size: 3vw!important;
  }

  .table {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .table.web {
    display: none;
  }

  #msgDiv {
    width: 80%;
    left: 10%;
  }

  #msgDiv .button {
    width: 80%;
    line-height: 5vh;
    margin: 0 auto;
  }

  .mobile .header {
    background-color: #ff5151;
    width: 100%;
    padding: 0;
    z-index: 100;
    position: fixed;
    top: 0;
  }

  #msgDiv .msgDivHeader {
    width: 80%;
    padding: 1vh 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: fixed;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #ff5151;
    z-index: 1;
  }

  #msgDiv .msgDivHeader span {
    color: #fff;
    font-weight: bold;
  }

  #msgDiv #msg {
    text-align: left;
    line-height: 20px;
    color: #000;
    width: 100%;
    overflow-y: scroll;
    padding: 6% 2vw;
  }

  #msgDiv .h3_ar {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
  }

  #msgDiv .button .btnm {
    display: inline-block;
    width: 40%;
    height: 26%;
    text-align: center;
    color: #fff;
    margin: 0 5px;
  }

  #msgDiv .button .btnm:nth-child(1) {
    background-color: #ff5151;
  }

  #msgDiv .xqbox > div, #msgDiv .xqbox2 > div {
    word-break: break-all;
  }

  .dialog .btn-line {
    width: 80%;
    line-height: 5vh;
    margin: 0 auto;
  }
  .dialog .btn-line > div {
    width: 40%!important;
    margin: 0 5px!important;
  }

  .slidemenu .sliding-menu {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
    position: absolute;
  }

  .slidemenu .list .select li {
    min-width: 29%;
    display: inline-block;
    font-size: 3vw;
    text-align: center;
    margin: 1vh 1vw;
    border: solid 1px #858585;
    padding: 1vh;
    border-radius: 2px;
  }

  .slidemenu .list.time .select input {
    width: 40%;
    border: solid 1px #858585;
    text-align: center;
    padding: 1vh 0;
    border-radius: 2px;
    font-size: 3vw;
  }

  .slidemenu .foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    text-align: right;
    padding: 2vh 4vw;
    width: 80%;
  }

  .slidemenu .sliding-menu .list {
    padding: 1vh 4vw;
    border-bottom: 1px solid #e6e6e6;
  }

  .slidemenu .list.hint {
    color: #ff5151;
    font-weight: bold;
    text-align: left;
    padding: 0 4vw 4vh 0px;
    border-bottom: 0;
  }

  .mobile .back {
    display: inline-block;
  }

  .mobile .web_back {
    display: none;
  }

  #msgDiv .msgDivHeader .icon-an_close {
    font-size: 5vw;
    position: absolute;
    right: 2vw;
  }

  .mobile .header .title {
    text-align: center;
    color: #fff;
    margin: 0;
    height: 7vh;
    line-height: 7vh;
    display: inline-block;
    width: 53%;
  }


  /*新报表版面 20190709*/
  .mo_table{
      display: table;
      width: 90%;
      border: 1px solid #a32d31;
      border-radius: 6px;
  }
  .mo_table .mo_title{
      display: table-row;
      font-size: 2.6vw;
      line-height: 34px;
      background-color: #ff5151;
      color: #fff;
  }
  .mo_table .mo_title div{
      display: table-cell;
      border-right: 1px solid #fff;
  }
  .mo_table .mo_title div:last-child {
    border: none;
  }
  .mo_table .mo_info{
      display: table-row;
      font-size: 2.2vw;
      line-height: 25px;
  }
  .mo_table .mo_info .column-data{
      display: table-cell;
      border-bottom: 1px solid #666;
      padding-top:3px;
      padding-bottom:3px;
      padding-left:1px;
      word-break: break-all;
      vertical-align: middle;
  }
  .mo_table .mo_info .column-data .column-title{
      /*height: 23px;
      overflow: hidden;*/
      max-width: 240px;
  }
}

@media screen and (min-width: 720px) {

  .lottery_on .kj .L4L:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "4";
    left: -3px;
  }

  .lottery_on .kj .L3R:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "3";
    left: -3px;
  }

  .lottery_on .kj .R3L:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "3";
    right: -3px;
  }

  .lottery_on .kj .R4R:before {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    content: "4";
    right: -3px;
  }

  .lottery_on .kj .lad:before {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-weight: bolder;
    position: absolute;
    top: -1px;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    text-align: center;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  .lottery_on .kj .lad {
    color: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  
  .lottery_on .kj .panda.dark {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background-color: #74030b;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .lottery_on .kj .panda.light {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background-color: #ff6f88;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  
  #page a:hover {
    display: inline-block;
    padding: 4px 7px;
    margin: 0 3px;
    color: #fff;
    border: 1px solid #ff5151;
    border-radius: 6px;
    background-color: #ff5151;
  }

  .table.jilutr .record.pointer:hover {
    background-color: rgba(255,81,81,0.12);
  }

  .boxsubmit {
    width: 26%;
    border: 1px solid red;
    text-align: center;
    background-color: #ff5151;
    color: #fff;
    margin: 9% auto 0;
    padding: 3px 0;
  }

  .subtitle {
    border-bottom: 1px solid #ff5151;
    color: #ff5151;
    font-weight: bold;
    margin: 2vh 0 1vh;
    text-align: center;
  }

  .xqbox, .xqbox2 {
    font-size: 14px;
    line-height: 23px;
  }

  body {
    font-size: 15px!important;
    min-width: 1300px;
  }

  .table {
    display: none;
  }

  .table.web {
    width: 90%;
    margin: 10px auto;
    display: table;
    border: 1px solid #a32d31;
    border-radius: 6px;
  }

  .table .top {
    font-size: 17px;
    line-height: 34px;
    background-color: #a32d31;
    color: #fff;
  }

  .table .record {
    padding: 0 10px;
    line-height: 2rem;
  }

  .table .top, .table .record {
    display: table-row;
  }

  .table .top > div {
    border-right: 1px solid #fff;
  }

  .table .top > div:last-child {
    border-right: none;
  }

  .table .record > div {
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  .table .record:last-child {
    border-bottom: none;
  }

  .table .record > div:last-child {
    border-right: none;
  }

  .table .top > div, .table .record > div {
    display: table-cell;
    min-width: 50px;
  }

  #msgDiv {
    width: 500px;
    left: 34%;
  }

  #msgDiv .button {
    width: 500px;
  }

  .mobile .header {
    background-color: #ff5151;
    width: 100%;
    padding: 0;
  }

  #msgDiv .msgDivHeader {
    width: 500px;
    padding: 1vh 0;
    color: #fff;
    text-align: center;
    background-color: #ff5151;
    overflow: hidden;
    position: fixed;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #ff5151;
    z-index: 1;
  }

  #msgDiv .msgDivHeader span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }

  #msgDiv .msgDivHeader .icon-an_close {
    font-size: 25px;
    position: absolute;
    right: 12px;
  }

  #msgDiv #msg {
    text-align: left;
    line-height: 20px;
    color: #000;
    width: 100%;
    overflow-y: scroll;
    padding: 6% 20px;
  }

  #msgDiv .h3_ar {
    text-align: center;
    font-weight: bold;
    line-height: 38px;
  }

  #msgDiv .wrap div:nth-child(1) {
    font-weight: bold;
  }

  #msgDiv .button .btnm {
    display: inline-block;
    width: 25%;
    height: 26%;
    text-align: center;
    background-color: #ff5151;
    color: #fff;
    margin: 10px 5px;
    padding: 4px 0;
  }

  #msgDiv .button .btnm:nth-child(2) {
    background-color: #a32d31;
  }

  .top li, .top label, .lott_cat, .lott_game, .header i, .sliding-menu .list a, .sidemenu .status, .sidemenu .moregame .game-list, 
  .webmenu #main_ml1top li, .webmenu #main_gamenr li, #btn, select, .jiajian, .qued, .zhuihao, #sure .touzhu, .button .btnm,
  .aui_main .qihao label, .slidemenu .select li, .slidemenu .select input, .slidemenu .foot .reset, .slidemenu .foot .inputsubmitall,
  .pktouzhuArea .num, #lotteryneirongFull .delxiazhu, #singlenumbers, .elem_type_box .btn_m#enter, .elem_type_box .btn_m#reset, .right .lieb .detail, a,
   #page b, .icon-an_close, .btn-line > div, .chip_content > div, .table.jilutr .record.pointer, .clears, .slider .swiper-slide, .slider .icon-an_all,
   .slider .icon-an_right, .slidemenu .option div, #chip_setting, #betmode_switch, .goback, .chip .chip_head, .chip .qushi_head, .trend_content_head,
   .trend_content_item_first, .maintenance .content .btn, .getMoney {
    cursor: pointer;
  }

  .slidemenu .sliding-menu {
    width: 400px;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
    position: absolute;
  }

  .slidemenu .list .select li {
    min-width: 22%;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin: 5px;
    border: solid 1px #858585;
    padding: 3px;
    border-radius: 2px;
  }

  .slidemenu .list.time .select input {
    width: 40%;
    border: solid 1px #858585;
    text-align: center;
    padding: 1vh 0;
    border-radius: 2px;
    font-size: 17px;
  }

  .slidemenu .foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    text-align: right;
    padding: 10px 26px;
    width: 400px;
  }

  .slidemenu .sliding-menu .list {
    padding: 10px 26px;
    border-bottom: 1px solid #e6e6e6;
  }

  .slidemenu .list.hint {
    color: #ff5151;
    font-weight: bold;
    text-align: left;
    border-bottom: 0;
    padding: 0 26px 10px 0;
  }

  .mobile .back {
    display: none;
  }

  .mobile .web_back {
    display: inline-block;
  }

  .mobile .header .title {
    text-align: center;
    color: #fff;
    margin: 0;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    width: 53%;
  }
}

.zhudanhao > div {
  display: block;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #00000000;
  font-family: 微软雅黑, "Microsoft Yahei", SimHei, sans-serif;
  letter-spacing: 1px;
  text-rendering: optimizeSpeed !important;
  -webkit-font-smoothing: antialiased !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input, optgroup, select {
  color: inherit;
  font: inherit;
  margin: 0;
}

textarea {
  color: inherit;
  margin: 0;
}

body {
  font-family: -apple-system-font,Helvetica Neue,PingFang SC,STHeitiSC-Light,Arial,sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
  color: #333;
}

.mobile .header .title {
  border-bottom: none;
}

.mobile .back, .mobile .web_back {
  color: #fff;
  width: 17%;
  padding-left: 4%;
  cursor: pointer;
}

.mobile .footer {
  background-color: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  text-align: center;
}

.mobile .footer a {
  width: 20%;
  float: left;
  color: #9e9e9e;
}

.mobile .footer i {
  width: 100%;
  margin: 2px 0;
  display: block;
}

.mobile .footer .active {
  color: #ff5151;
}

.mobile .footer .active i {
  background-color: #ff5151;
  color: #fff;
  border-radius: 10px;
  width: 70%;
  margin: 2px 15%;
  display: block;
}

.content {
  overflow: hidden;
}

.column {
  width: 100%;
  min-height: 21px;
  padding: 10px 15px;
  background-color: #fff;
  margin-bottom: 2px;
}

.column div {
  display: inline-block;
  vertical-align: middle;
}

.column .long {
  width: 73%;
}

.column .name {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  text-align: left;
}

.column .value {
  width: 55%;
  text-align: left;
  word-wrap: break-word;
}

.column .value-md {
  width: 24%;
}

.column .value input, .column .value-md input, .column .long input, .column .avatar form, .column .value select, .column .value-md select, .column .long select,.column .value textarea {
  width: 100%;
  outline: none;
  border: none;
}

.column .button {
  width: 15%;
}

.column .button input {
  width: 100%;
}

.column .button-md {
  width: 48%;
}

.submit {
  width: 100%;
  text-align: center;
  width: 100%;
  min-height: 21px;
  padding: 10px 15px;
  margin-bottom: 2px;
}

.submit input, .submit a, .submit div {
  width: 100%;
  background-color: #ff5151;
  border: none;
  padding: 10px 0;
  display: block;
  color: #fff;
  margin: 0 auto;
}

ul, li, ol {
  list-style: none!important;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none!important;
}

#msgmask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.63);
  z-index: 101;
}

#msgDiv {
  height: 60%;
  overflow-x: auto;
  position: fixed;
  top: 20%;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  box-shadow: 0 16px 20px rgba(0,0,0,.4);
  border-radius: 7px;
  z-index: 101;
}

#msgDiv #msgBottomDiv {
  width: 38%;
  height: 7%;
  text-align: center;
  color: #fff;
  margin: 0 auto 2vw;
}

#msgDiv #msgBottomDiv a {
  color: #fff;
}

#msgDiv .ul_ar li {
  width: 49%;
  display: inline-block;
  color: #000;
}

#msgDiv .wrap {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}

#msgDiv .wrap > div {
  float: left;
}

#msgDiv .wrap div:nth-child(1) {
  width: 28%;
  border-right: 1px solid #eee;
  text-align: right;
  margin-right: 2%;
}

#msgDiv .wrap div:nth-child(2) {
  width: 70%;
}

#msgDiv .wrap textarea {
  width: 100%;
  height: 10vh;
}

#msgDiv .button {
  text-align: center;
  padding: 10px 0;
  position: fixed;
  bottom: 20%;
  background-color: #f7f7f7;
}

.account_bt, .agent_bt {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.table {
  border: 1px solid #ff5151;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
  -moz-box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
  box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
}

.table .info {
  width: 100%;
  border-bottom: 1px solid #ff5151;
  background-color: #fff;
  overflow: hidden;
  height: 4vh;
  line-height: 4vh;
}

.table .info:last-child {
  border-bottom: none;
}

.table .info > div {
  float: left;
}

.table .info .column-name {
  width: 31%;
  border-right: 1px solid #ff5151;
  text-align: right;
  padding-right: 5px;
  background-color: #ff5151;
  font-weight: bold;
  color: #FFF;
}

.table .info .column-data {
  width: 60%;
  overflow: hidden;
  text-align: left;
  padding-left: 10px;
}

.table .info .column-data input {
  width: 40%;
  border: none;
  outline: none;
  text-align: center;
}

.jilutr {
  text-align: center;
  margin-top: 20px;
}

.selection {
  width: 33%;
  display: inline-block;
}

.selection .selectbtn {
  background-color: #fff;
  line-height: 33px;
  height: 33px;
  border: 1px solid #eee;
}

.selection .selectbtn > div {
  color: #ff5151;
  display: inline-block;
  font-weight: bold;
}

.selection .selectbtn #textselect, .selection .selectbtn #zhonglei, .selection .selectbtn #yxjlbenren {
  width: 73%;
  margin-left: 5%;
  white-space: nowrap;
}

.selection .selectbtn .glyphicon-chevron-down {
  width: 11%;
  margin-right: 5%;
}

.selection .selectbtn .select_con {
  display: none;
  background-color: #fff;
  margin: 0;
  position: absolute;
  width: 30%;
  border: 1px solid #eee;
  max-height: 50%;
  overflow-x: auto;
}

.selection .selectbtn .select_con li {
  border-bottom: 1px solid #eee;
  margin: 0 5%;
}

.selection .selectbtn .select_con li:last-child {
  border-bottom: none;
}

.menus {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
  -moz-box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
  box-shadow: rgba(14, 14, 14, 0.3215686274509804) -1px 1px 10px 0px;
  border-bottom: 1px solid rgba(14, 14, 14, 0.3215686274509804);
}

.menus > div {
  margin: 10px 1%;
  width: 100%;
}

.menus .menus-btm input {
  width: 40%;
}

.menus .menus-btm input[type=submit] {
  width: 13%;
}

.menus-top > div, .menus-mid > div, .menus-btm > div {
  display: inline-block;
}

.menus-btm > input {
  width: 40%;
}

.menus .menus-top input {
  width: 40%;
}

#xznum span {
  margin-right: 5px;
}

#page a {
  display: inline-block;
  padding: 4px 7px;
  margin: 0 3px;
  color: #ff5151;
  border: 1px solid #ff5151;
  border-radius: 6px;
}

#page b {
  display: inline-block;
  padding: 4px 7px;
  margin: 0 3px;
  color: #fff;
  border: 1px solid #ff5151;
  border-radius: 6px;
  background-color: #ff5151;
}

#page .total {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

.slidemenu .hover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.slidemenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  display: none;
}

.slidemenu .foot .inputsubmitall {
  width: 50%;
  float: right;
  background-color: #fe524e;
  color: #fff;
  padding: 1vh 3vw;
  border: none;
  border-top-right-radius: 2.857142857142857rem;
  border-bottom-right-radius: 2.857142857142857rem;
  text-align: center;
}

.slidemenu .foot .reset {
  width: 50%;
  display: inline-block;
  background-color: #ffaf01;
  color: #fff;
  padding: 1vh 3vw;
  border-top-left-radius: 2.857142857142857rem;
  border-bottom-left-radius: 2.857142857142857rem;
  text-align: center;
}

.slidemenu form {
  margin-bottom: 30vh;
}

.slidemenu .select input[type=text] {
  width: 100%;
}

.slidemenu .list .type {
  padding: 1vh 0;
}

.slidemenu .list .type i {
  float: right;
}

.slidemenu .select_item.active {
  background-color: #ff5151;
  color: #fff;
  border-color: #ff5151!important;
}

.slidemenu .list.time .select {
  text-align: center;
}

.slidemenu .list.time .select div {
  display: inline-block;
  width: 18%;
}

.slidemenu .list .select.drop {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
}

#__calendar {
  z-index: 999;
}

.slidemenu .select input[type=text] {
  width: 100%;
}

.mobile .slidemenu-btn, .mobile .filter {
/*  width: 17%;*/
  text-align: right;
  padding:12px 4% 12px 5px;
  display: inline-block;
}

.mobile .filter {
  color: #fff;
}

.landscaping {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.73);
  top: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 8vw;
  color: #fff;
}

.cancelorder input {
  padding: 2px 18px;
  color: #fff;
  border: none;
}

.cancelorder input:nth-child(1) {
  background-color: #ff5151;
}

.cancelorder input:nth-child(2) {
  background-color: #a32d31;
}

.slidemenu .icon-an_down {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-2%) scale(0.6);
  transform: translateY(-2%) scale(0.6);
  display: inline-block;
}

.slidemenu .icon-an_down.rotate {
  -webkit-transform: translateY(4%) scale(0.6) rotate(180deg);
  transform: translateY(4%) scale(0.6) rotate(180deg);
}

#page {
  display: block;
  width: 100%;
  text-align: center;
  margin: 14px auto;
}

.lottery_on .kj .panda.dark, .lottery_on .kj .panda.light {
  display: inline-block;
  vertical-align: middle;
}

.lottery_on .kj .panda.colorM {
  vertical-align: middle;
}

.lottery_on .kj .lucky7cat.colorM {
  vertical-align: middle;
}

/* 新报表统计版面(电脑版、手机版共用) 20190709 */
.total_content{
    display: table;
    width: 90%;
    border: 1px solid #a32d31;
    border-radius: 3px;
    margin:10px auto;
}
.total_content .info{
    display: table-row;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.total_content .info .column-name{
    display: table-cell;
    width: 33%;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
}
.total_content .info:first-child {
    background-color: #a32d31;
}
.total_content .info .column-data{
    display: table-cell;
    width: 33%;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    border-left: 1px solid #fee;
    word-break: break-all;
}
/*新报表统计版面(手机版) 20190709*/
@media screen and (max-width: 719px) {
  .total_content{
      border-color: #ff5151;
  }
  .total_content .info .column-name{
      width: 25%;
      font-size: 4vw;
      text-align: center;
      padding: 0;
  }
  .total_content .info:first-child {
    background-color: #ff5151;
  }
}

.overflowxy {
  overflow: hidden;
  /* position: fixed; */
  width: 100%;
  height: 100%;
}

.lottery_on .kj .R3L, .lottery_on .kj .L4L {
  background-color: #106de1;
}

.lottery_on .kj .L3R, .lottery_on .kj .R4R {
  background-color: #d63e35;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}