* {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
body {
  max-width: 550px;
  margin: auto;
}
body,
html {
  height: 100%;
}
button,
input,
select,
textarea {
  outline: none;
}
li {
  list-style: none;
}
.both {
  display: block;
  clear: both;
}
.login {
  width: 100%;
  height: 100%;
  background: url("../img/bg@2x.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}
a {
  text-decoration: none;
}
.login-but {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 35%;
}
.login-but a {
  flex: 1;
  border: 1px solid #fffeff;
  padding-bottom: 4%;
  padding-top: 4%;
  border-radius: 5px;
}
.login-but a img {
  display: block;
  width: 30%;
  margin: auto;
}
.login-but a span {
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 2%;
}
.login-but .wx {
  margin-left: 15%;
  margin-right: 15%;
}
.login-but .num {
  margin-right: 15%;
}
.head img {
  display: block;
  width: 100%;
}
.login-num {
  padding-top: 48px;
}
.login-num ul li {
  list-style: none;
  width: 85%;
  margin: auto;
  border-bottom: 1px solid #bbb;
  padding-top: 4%;
  padding-bottom: 4%;
}
.login-num ul li img {
  width: 4%;
  margin-right: 2%;
  vertical-align: middle;
}
.login-num ul li input {
  width: 85%;
  vertical-align: middle;
  border: 0;
  font-size: 0.8em;
}
.sub {
  background: #ffc107;
  width: 78%;
  margin: auto;
  height: 35px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  display: block;
  margin-top: 8%;
}
.login-num p {
  font-size: 0.8em;
  display: block;
  text-align: center;
  margin-top: 4%;
  color: #333;
}
.login-num p a {
  color: #e13042;
  font-size: 1em;
}
.header {
  width: 100%;
  height: 48px;
  background: #2d127e;
  text-align: center;
  line-height: 48px;
  font-size: 1.1em;
  color: #fff;
  position: fixed;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
}
.heada a {
  position: absolute;
  right: 5%;
}
.header .backarr {
  display: inline-block;
  position: absolute;
  left: 4%;
}
.header a img {
  width: 12px;
  display: block;
  margin: auto;
  margin-top: 16px;
}

.login-num ul .pass input {
  width: 60%;
}
.login-num ul .pass a {
  font-size: 0.8em;
  color: #da3145;
}
.heada {
  height: 48px;
  line-height: 48px;
  background: #1a1a1a;
  color: #fff;
  font-size: 1em;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  max-width: 550px;
  right: 0;
  margin: auto;
}

.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.home {
  height: calc(100% - 48px - 45px);
  /*overflow: auto;*/
  background: #f1f1f1;
  padding-top: 48px;
}
.heada span {
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  left: 5%;
  top: 0;
}

.lix {
  display: block;
  width: 12%;
  left: auto;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  top: 12px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  background: #cd160e;
  line-height: 22px;
}
.aleft {
  left: 4%;
}
.aright {
  right: 13%;
}
.h_div {
  width: 95%;
  margin: 12px auto;
  border-left: 3px solid red;
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  height: 16px;
  line-height: 16px;
}
.room {
  width: 95%;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.room .a {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  /*z-index: 1;*/
  margin-bottom: 5px;
  width: 100%;
  height: 170px;
}
.room .a img {
  display: block;
  width: 100%;
  height: 100%;
  /*position: absolute;
    left: 0;
    top: 0;
    z-index: 2;*/
}
.room .a p {
  position: absolute;
  padding-left: 26.5%;
  font-size: 0.8em;
  color: #fff;
  top: 50%;
  left: 0;
  z-index: 1;
}
.room .a a {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 5px;
  z-index: 1;
}
.room .no-a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background: url(../img/meng_07.png);
  top: 0;
  left: 0;
}
.room .no-a span b {
  position: absolute;
  text-align: center;
  width: 100%;
  height: auto;
  top: 28%;
  left: 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.footer {
  position: fixed;
  width: 100%;
  height: 45px;
  border-top: 1px solid #dbdbdb;
  /*display: flex;*/
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  max-width: 550px;
  text-align: center;
  background: #fff;
}
.footer a {
  display: block;
  width: 21%;
  float: left;
  margin-right: 2%;
  margin-left: 2%;
  text-align: center;
  text-decoration: none;
  color: #b3b3b3;
  padding-top: 2%;
  padding-bottom: 2%;
}
.footer a img {
  display: block;
  margin: auto;
  height: 19px;
}
.footer a span {
  font-size: 0.75em;
  margin-top: 1%;
  display: block;
}
.footer .active span {
  color: #2caa00;
}
.top {
  padding-bottom: 10%;
  padding-top: 10%;
  background: #00b077;
}
.top p {
  text-align: center;
  font-size: 1.3em;
  color: #fff;
}
.ul a {
  display: block;
  padding-bottom: 4%;
  padding-top: 4%;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 4%;
  background: #fff;
  padding-right: 4%;
}
.ul a img {
  width: 13%;
  vertical-align: middle;
  margin-right: 2%;
}
.ul a span {
  font-size: 1em;
  color: #414141;
  vertical-align: middle;
}
.homea {
  padding-top: 48px;
}
.button {
  margin-top: 5%;
  text-align: center;
}
.button button {
  width: 35%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  margin-left: 2%;
  margin-right: 2%;
}
.blue {
  background: #cd160e;
}
.gree {
  background: #00b077;
}
.img {
  padding-top: 10%;
}
.img img {
  width: 38%;
  display: block;
  margin: auto;
}
.fend {
  width: 85%;
  margin: auto;
  border-radius: 8px;
  padding-bottom: 3%;
  padding-top: 3%;
  margin-top: 5%;
}
.fend p {
  font-size: 0.9em;
  color: #fff;
  width: 90%;
  margin: auto;
}
.fend p span {
  display: block;
  color: #493438;
  margin-top: 2%;
  font-size: 0.8em;
}
.user {
  background: url("../img/user-bac.png");
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 12%;
  padding-bottom: 12%;
}
.user .head {
  width: 90%;
  margin: auto;
}
.user .head img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5%;
  float: left;
}
.user .head span {
  font-size: 1em;
  color: #fff;
  vertical-align: middle;
}
.user-top {
  background: #fff;
  padding-bottom: 3%;
  padding-top: 3%;
  display: flex;
}
.user-top a {
  flex: 1;
  border-right: 1px solid #dcdcdc;
  font-size: 0.8em;
  color: #231514;
  text-align: center;
  text-decoration: none;
}
.user-top a img {
  display: block;
  width: 16px;
  margin: auto;
  margin-bottom: 2%;
}
.user-li {
  margin-top: 3%;
}
.user-li button {
  height: 40px;
  background: #fff;
  border: 0;
  color: #d61831;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 5%;
}
.money ul li {
  list-style-type: none;
  background: #fff;
  border-bottom: 1px solid #dadada;
}
.money ul li a {
  display: block;
  width: 90%;
  margin: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  text-decoration: none;
}
.money ul li a img {
  width: 20px;
  vertical-align: middle;
  margin-right: 2%;
}
.money ul li a span {
  font-size: 0.8em;
  color: #333;
  vertical-align: middle;
}
.money ul li a b {
  float: right;
}
.money ul li a b img {
  width: 8px;
}
.rom {
  height: calc(100% - 45px);
  padding-top: 0;
}
.user .head p {
  float: left;
  margin-left: 3%;
}
.user .head span {
  display: block;
  margin-top: 11%;
}
.user .head span b {
  font-weight: normal;
  font-size: 0.8em;
}

body {
  max-width: 550px;
  margin: auto !important;
  position: relative;
}
body,
html {
  height: 100%;
  font-family: ping;
}
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  background: none;
}
select {
  /*background: url("../img/cc.png") no-repeat right center #fff;*/
  background-size: 12% auto;
  text-align: center;
  border: none;
}
option {
  text-align: center;
}

header {
  height: 48px;
  line-height: 48px;
  background: #d02430;
  color: #fff;
  font-size: 1em;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  max-width: 550px;
  right: 0;
  margin: auto;
}
header .a {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
header .a img {
  display: block;
  margin: auto;
  width: 40%;
  margin-top: 30%;
}
.t {
  width: 30%;
  display: none;
  position: absolute;
  right: 2.5%;
  top: 0;
  z-index: 10;
}
.t img {
  width: 100%;
  display: block;
}
.t ul {
  background: #fff;
}
.t ul li {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.8em;
  color: #333;
  list-style-type: none;
}
.t ul li a {
  color: #333;
  font-size: 1em;
  text-decoration: none;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}

.rom {
  height: calc(100% - 48px);
  padding-top: 48px;
  padding-bottom: 48px;
}
.ron {
  height: 100%;
  padding-top: calc(48px + 41px);
}

.home .notice {
  height: 30px;
  background: #fff;
  line-height: 30px;
}
.home .notice-m {
  width: 90%;
  margin: auto;
}
.home .notice-m img {
  width: 17px;
  display: block;
  float: left;
  margin-top: 7px;
}
.both {
  display: block;
  clear: both;
}
.home .notice-m .noti {
  width: calc(100% - 22px);
  float: right;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .notice-m .noti .swiper-slide {
  font-size: 0.8em;
  color: #333;
}
.home .notice-m .noti .swiper-slide b {
  font-size: 1em;
  color: #333;
}
.percent {
  background: #fff;
  margin-top: 3%;
}
.percent .per-l {
  width: 60%;
  float: left;
}
.percent .per-l p {
  border-bottom: 1px solid #dbdbdb;
  padding-left: 8%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5%;
  padding-bottom: 5%;
}
.percent .per-l p span {
  font-size: 0.8em;
  color: #515151;
  vertical-align: middle;
}
.percent .per-r {
  width: 35%;
  float: right;
  padding-top: 6%;
  padding-bottom: 6%;
  text-align: center;
}
.percent .per-l p img {
  height: 18px;
  vertical-align: middle;
  margin-right: 5%;
}
.percent .per-l p b {
  font-size: 1em;
  color: #333;
  font-weight: normal;
}
.percent .per-r h1 {
  font-size: 1.2em;
  color: #cd160e;
  font-weight: normal;
}
.percent .per-r p {
  font-size: 0.8em;
  color: #515151;
}

.money-top {
  background: url("../img/money-top.png");
  background-position: center center;
  background-size: 100% 100%;
  padding-top: 5%;
  padding-bottom: 10%;
}
.money-top h1 {
  font-size: 1em;
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  position: relative;
  width: 85%;
  margin: auto;
}
.money-top h1 a {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
}
.money-top h1 a img {
  width: 48%;
  display: block;
  margin: auto;
  margin-top: 8px;
}
.money-top h2 {
  font-size: 1.2em;
  font-weight: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 2%;
}
.money-top h2 img {
  width: 17px;
  vertical-align: middle;
  margin-left: 2%;
}
.money-top h2 span {
  font-size: 1em;
  vertical-align: middle;
}
.money-top p {
  font-size: 0.8em;
  color: #fff;
  text-align: center;
}
.money ul li {
  list-style-type: none;
  background: #fff;
  border-bottom: 1px solid #dadada;
}
.money ul li a {
  display: block;
  width: 90%;
  margin: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  text-decoration: none;
}
.money ul li a img {
  width: 20px;
  vertical-align: middle;
  margin-right: 2%;
}
.money ul li a span {
  font-size: 0.8em;
  color: #333;
  vertical-align: middle;
}
.money ul li a b {
  float: right;
}
.money ul li a b img {
  width: 8px;
}
header .b {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
header .b img {
  display: block;
  margin: auto;
  width: 24%;
  margin-top: 30%;
}
.jl-top {
  display: flex;
  position: fixed;
  margin: auto;
  margin-top: 48px;
  width: 100%;
  max-width: 550px;
  left: 0;
  right: 0;
}
.jl-top .jl {
  flex: 1;
}
.jl-top .jl a {
  display: block;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  line-height: 40px;
  font-size: 0.9em;
  color: #333;
}
.jl-top .jl a img {
  width: 8px;
  vertical-align: middle;
  margin-left: 2%;
}
.jl-top .jl a span {
  font-size: 1em;
  vertical-align: middle;
}
.jl-top .jl ul {
  display: block;
  width: 65%;
  margin: auto;
  border: 1px solid #dcdcdc;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
  overflow: hidden;
  height: 0;
}
.jl-top .jl ul li {
  list-style-type: none;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0.9em;
  color: #333;
}
.time {
  width: 90%;
  margin: auto;
  margin-top: 2%;
  text-align: center;
}
.time span {
  padding-left: 3%;
  padding-right: 3%;
}
.time input {
  width: 40%;
  height: 30px;
  border: 0;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 0.8em;
  color: #515151;
}
.user {
  background: url("../img/user-bac.png");
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 12%;
  padding-bottom: 12%;
}
.user .head {
  width: 90%;
  margin: auto;
}
.user .head img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5%;
}
.user .head span {
  font-size: 1em;
  color: #fff;
  vertical-align: middle;
}
.user-top {
  background: #fff;
  padding-bottom: 3%;
  padding-top: 3%;
  display: flex;
}
.user-top a {
  flex: 1;
  border-right: 1px solid #dcdcdc;
  font-size: 0.8em;
  color: #231514;
  text-align: center;
  text-decoration: none;
}
.user-top a img {
  display: block;
  width: 16px;
  margin: auto;
  margin-bottom: 2%;
}
.user-li {
  margin-top: 3%;
}
.user-li button {
  height: 40px;
  background: #fff;
  border: 0;
  color: #d61831;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 5%;
}
.fen {
  text-align: center;
  margin-top: 5%;
  padding-bottom: 5%;
}
.fen button {
  width: 30%;
  height: 30px;
  background: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 0.8em;
  font-family: ping;
  color: #333;
}
.no-text {
  width: 40%;
  display: block;
  margin: auto;
  margin-top: 30%;
}
.userco ul li {
  list-style-type: none;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}
.userco ul li p {
  width: 100%;
  font-family: ping;
  color: #333;
  float: left;
}
.userco ul li p span {
  display: block;
  font-size: 0.9em;
}
.userco ul li p span b {
  font-size: 1em;
  margin-right: 3%;
}
.userco ul li button {
  width: auto;
  height: auto;
  border: 0;
  background: none;
  color: #e32d2d;
  font-size: 0.8em;
  font-family: ping;
  float: right;
}
.userco ul li .no-pay {
  color: #808080;
}
.userco ul li .pays {
  font-size: 1em;
  color: #333;
  font-weight: 600;
}
.userco ul li p span i {
  font-size: 0.8em;
  color: #747474;
  font-style: normal;
  margin-top: 1%;
}
.userco {
  background: #fff;
}
.roc {
  height: calc(100% - 48px);
  padding-top: 48px;
}
.tz {
  width: 90%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}
.tz p {
  font-size: 0.9em;
  color: #333;
  margin-top: 3%;
}
.tz p span {
  font-size: 1em;
}
.tz p input {
  width: 30%;
}
.tz p select {
  width: 30%;
  height: 30px;
  border: 0;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 0.9em;
  color: #515151;
}
.userco table {
  width: 100%;
  text-align: center;
}
.userco table tr {
  height: 40px;
}
.userco table tr th {
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.8em;
}
.userco table tr td {
  color: #e02e44;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.8em;
}
.dl {
  background: #fff;
  padding-top: 3%;
  padding-bottom: 5%;
}
.dl p {
  font-size: 0.8em;
  color: #333;
  width: 90%;
  margin: auto;
  margin-top: 3%;
}
.dl table {
  width: 90%;
  margin: auto;
  border: 1px solid #d5d5d5;
  text-align: center;
  margin-top: 3%;
}

.dl table tr td {
  height: 40px;
  font-size: 0.8em;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.dl p b {
  font-weight: 600;
  font-size: 1em;
}
.dlfx {
  background: #fff;
}
.dlfx h1 {
  font-size: 1em;
  margin-top: 15%;
  text-align: center;
}
.dlfx p {
  font-size: 0.8em;
  text-align: center;
  margin-top: 5%;
}
.dlfx p button {
  color: #e1fffa;
  font-size: 0.9em;
  background: #f70207;
  width: 40%;
  height: 30px;
  border: 0;
  border-radius: 15px;
}
.dlfx p img {
  width: 40%;
  display: block;
  margin: auto;
}
.msg {
  background: #fff;
}
.msg ul li {
  list-style-type: none;
  font-size: 0.8em;
  color: #333;
  height: 45px;
  line-height: 45px;
  padding-left: 3%;
  padding-right: 3%;
  border-bottom: 1px solid #dcdcdc;
}
.msg ul li span {
  display: block;
  width: 70%;
  font-size: 1em;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg ul li b {
  display: block;
  float: right;
  width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9em;
  text-align: right;
  color: #515151;
  font-weight: normal;
}
.msg-con {
  background: #fff;
}
.msg-con h1 {
  font-size: 0.9em;
  color: #333;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  padding-left: 3%;
  padding-right: 3%;
  border-bottom: 1px solid #dcdcdc;
}
.msg-con h1 span {
  display: block;
  width: 70%;
  font-size: 1em;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-con h1 b {
  display: block;
  float: right;
  width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9em;
  text-align: right;
  color: #515151;
  font-weight: normal;
}
.msg-txt {
  width: 90%;
  margin: auto;
  font-size: 0.85em;
  color: #585858;
}
.msg-txt p {
  font-size: 1em;
  margin-top: 2%;
}
.pay {
  color: #333;
}
.pay .sub {
  width: 80%;
  height: 45px;
  background: #cf2530;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-top: 5%;
  color: #fff;
  font-size: 0.9em;
}
.pay h1 {
  font-size: 0.9em;
  padding-left: 3%;
  height: 35px;
  line-height: 35px;
  font-weight: normal;
}
.pay h1 p {
  font-size: 1em;
  color: #dc2828;
}
.pay h1 p b {
  font-size: 0.8em;
  color: #333;
  font-weight: normal;
}
.pay ul li {
  list-style-type: none;
  height: 45px;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  font-size: 0.9em;
  line-height: 45px;
  padding-left: 3%;
  padding-right: 3%;
}
.pay ul li b {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  margin-top: 4%;
}
.pay ul li b img {
  width: 15px;
  height: 15px;
  display: none;
}
.pay ul .a b img {
  display: block;
  border: 0;
}
.pay ul li a {
  font-size: 1em;
  color: #333;
  display: block;
}
.pay-con {
  width: 90%;
  margin: auto;
}
.pay-con p {
  font-size: 0.9em;
  color: #333;
  margin-top: 4%;
  height: 30px;
  line-height: 30px;
}
.pay-con img {
  width: 40%;
  display: block;
  margin: auto;
}
.pay-con p input {
  width: 65%;
  float: right;
  height: 30px;
  background: none;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.pay-con p span {
  font-size: 1em;
  color: #d32b2b;
}
.pay-con .pay-text {
  height: auto;
  line-height: normal;
}
.pay-con .sub {
  text-align: center;
  height: auto;
}
.pay-con p button {
  width: 43%;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 0.9em;
}
.pay-con .sub .off {
  background: #e5e5e5;
  color: #333;
}
.pay-con .sub .on {
  background: #de2f40;
  color: #fff;
}
.meng {
  width: 100%;
  height: 100%;
  background: url("../img/meng_07.png");
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
.menga {
  width: 100%;
  height: 100%;
  background: url("../img/meng_07.png");
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: auto;
  right: 0;
  max-width: 550px;
}
.menga .out {
  width: 100%;
  height: calc(100% - 50px - 10%);
  background: none;
}
.tan {
  width: 70%;
  background: #fff;
  border-radius: 8px;
  margin: auto;
  margin-top: 40%;
  padding-top: 8%;
  padding-bottom: 5%;
}
.tan h1 {
  text-align: center;
  font-size: 0.9em;
  color: #333;
  font-weight: normal;
  height: auto;
  line-height: normal;
  width: 60%;
  margin: auto;
  padding-bottom: 3%;
}
.tan p {
  padding-top: 5%;
  display: flex;
}
.tan p input {
  width: 80%;
  margin: auto;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: none;
}
.tan p a {
  flex: 1;
  color: #333;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  font-size: 0.8em;
}
.tan p .ok {
  color: #638acd;
}
.cash h1 {
  width: 90%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}
.cash h1 input {
  width: 97%;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
  padding-left: 3%;
}
.cash-li ul {
  width: 90%;
  margin: auto;
  background: #fff;
  display: none;
}
.cash-li a {
  display: block;
  background: #fff;
  font-size: 0.9em;
  color: #333;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px solid #dcdcdc;
}
.cash-li a img {
  width: 35px;
  vertical-align: middle;
  margin-right: 2%;
}
.cash-li a span {
  font-size: 1em;
  vertical-align: middle;
}
.cash-li ul li {
  width: 90%;
  margin: auto;
  list-style-type: none;
  font-size: 0.8em;
  color: #333;
  line-height: 28px;
  padding-top: 3%;
  padding-bottom: 3%;
}
.cash-li ul li input {
  width: 49%;
  float: right;
  font-size: 1em;
  height: 28px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: none;
}
.cash-li {
  margin-top: 3%;
}
.cash-x .cash-li ul li button {
  width: 20%;
  height: 20px;
  background: #6b60ea;
  color: #fff;
  font-size: 0.8em;
  border: 0;
  border-radius: 5px;
}
.cash-x .cash-li ul .sub {
  text-align: center;
}
.cash-li ul .sub {
  text-align: center;
}
.cash-x .cash-li ul .sub button {
  width: 30%;
  height: 25px;
  border: 1px solid #dcdcdc;
  color: #333;
  font-size: 1em;
  background: none;
  border-radius: 5px;
  margin-right: 2%;
  margin-left: 2%;
}
.cash-li ul .sub button {
  width: 30%;
  height: 25px;
  border: 1px solid #dcdcdc;
  color: #333;
  font-size: 1em;
  background: none;
  border-radius: 5px;
  margin-right: 2%;
  margin-left: 2%;
}
.cash-x .cash-li ul li {
  text-align: center;
}
.cash-x .cash-li ul li input {
  float: none;
  width: 25%;
}
.cash-x .cash-li ul .sub .red {
  background: #d32325;
  color: #fff;
}
.change ul li {
  list-style-type: none;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  padding-bottom: 3%;
  padding-top: 3%;
  padding-left: 5%;
  font-size: 1em;
  padding-right: 5%;
  position: relative;
}
.change ul li a {
  float: right;
}
.change ul li span {
  line-height: 55px;
  font-size: 1em;
}
.change ul li a img {
  width: 55px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}
.change ul li input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.footer button {
  margin-left: 1%;
  height: 31px;
  border: 0;
  border-radius: 3px;
  background: none;
  color: #fff;
  font-size: 0.8em;
  margin-top: 2%;
  margin-right: 1%;
  vertical-align: middle;
  width: 13%;
}
.footer input {
  height: 30px;
  margin-top: 2%;
  margin-left: 2%;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  vertical-align: middle;
  padding-left: 3%;
  width: 60%;
  vertical-align: middle;
}
.footer .logo {
  width: 34px;
  height: 34px;
  margin-left: 1%;
  margin-top: 5px;
  vertical-align: middle;
}
.footer .red {
  background: #fb2024;
}
.footer .yello {
  background: #e5a543;
}
.title {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 48px;
  left: 0;
  margin: auto;
  right: 0;
  max-width: 550px;
  z-index: 2;
}
.title div {
  /*height: 45px;*/
  border-bottom: 1px solid #dcdcdc;
}
.game {
  height: calc(100% - 48px - 92px - 35px - 33px);
  width: 100%;
  padding-top: calc(48px + 35px);
  position: fixed;
  top: 148px;
}
.title-top {
  display: block;
}
.title-top p {
  width: 49.5%;
  float: left;
  border-right: 1px solid #dcdcdc;
}
.title-top p span {
  display: block;
  font-size: 0.9em;
  color: #333;
  text-align: center;
  margin-top: 3%;
}
.title-top p span b {
  font-weight: normal;
  font-size: 0.9em;
  color: #c42124;
  vertical-align: middle;
}
.title-top p span img {
  width: 12px;
  vertical-align: middle;
}
.title-top p .simg {
  height: 39px;
  width: 39px;
  border-radius: 50%;
  display: block;
  float: left;
  margin-top: 3%;
  margin-left: 2%;
}
.title-top .sim {
  width: calc(100% - 45px - 4%);
  float: right;
  margin-top: 1%;
}
.title-top .sim b {
  display: block;
  font-weight: normal;
  color: #333;
  text-align: left;
  font-size: 0.7em;
}
.title-top .sim .name {
  font-size: 0.9em;
}
.title-b .table {
  display: none;
}
.title-b .table button {
  width: 80%;
  height: 32px;
  background: #dc6d26;
  border: 0;
  border-radius: 15px;
  display: block;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  color: #fff;
  font-size: 0.8em;
}
.title-b table {
  font-size: 0.8em;
  color: #333;
  text-align: center;

  width: 95%;
  margin: auto;
}
.title-b table th {
  font-size: 0.8em;
  font-weight: normal;
  padding-bottom: 2%;
  padding-top: 2%;
}
.title-b table td {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
}
.title-b table td:nth-child(2) {
}
.title-b table td b {
  font-size: 0.8em;
  color: #007aff;
}
.title-b table td span {
  font-size: 1em;
  color: #d14172;
  display: flex;
  justify-content: space-around;
}
.title-b table td span a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eca540;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 1em;
  line-height: 21px;
  text-align: center;
  /*margin-left: 1%;*/
  /*margin-right: 1%;*/
}
.title-b .first {
  padding-top: 3%;
  padding-bottom: 3%;
  height: auto;
  width: 95%;
  margin: auto;
  font-size: 0.8em;
  color: #333;
  text-align: left;
  line-height: normal;
}
.title-b p b {
  font-weight: normal;
  font-size: 1em;
  color: #5a83d5;
}
.title-b .first b {
  font-weight: normal;
  font-size: 16px;
  color: #5a83d5;
}
.title-b p span {
  color: #d14172;
  font-size: 1em;
}
.title-b .first span {
  color: #d14172;
  font-size: 1em;
  margin-left: 3%;
  font-weight: 600;
}

.title-b .first a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eca540;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 0.9em;
  line-height: 21px;
  text-align: center;
  font-weight: lighter;
}
.title-b table td span a:last-child {
  background: #cd160e;
}
.title-b .first a:last-child {
  background: #cd160e;
}
.title-b p a {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../img/1@2x.png");
  background-position: center center;
  background-size: 100% 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 1em;
  line-height: 17px;
  text-align: center;
}
.title-b p .jg {
  background-image: url("../img/2@2x.png");
}
.title-b .first .jg {
  background-image: url("../img/2@2x.png");
}
.title-b .first span span {
  display: inline-block;
  text-align: center;
  color: #333;
  vertical-align: middle;
  margin-left: 1%;
}
.title-b p span span {
  display: inline-block;
  text-align: center;
  color: #333;
  vertical-align: middle;
  margin-left: 1%;
}
.title-b .first span span a {
  display: block;
  width: 18px;
  height: 18px;
  background: none;
  border: 1px solid #ff0013;
  border-radius: 50%;
  color: #ff0013;
  text-align: center;
  line-height: 18px;
}
.title-b p span span a {
  display: block;
  width: 18px;
  height: 18px;
  background: none;
  border: 1px solid #ff0013;
  border-radius: 50%;
  color: #ff0013;
  text-align: center;
  line-height: 18px;
}
.title .title-b {
  height: auto;
}
.title-b .first {
  display: block;
}
.title-b .first .all a {
  background: #00c599;
  color: #fff;
  border: 1px solid #00c599;
}
.title-b p .all a {
  background: #00c599;
  color: #fff;
  border: 1px solid #00c599;
}

.title-b .first img {
  width: 10px;
  float: right;
  margin-top: 2%;
}
.txta-main {
  width: 90%;
  margin: auto;
  padding-bottom: 5%;
}
.txta-main ul li {
  list-style: none;
  margin-top: 8%;
}
.txta-main ul li .head {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
}
.txta-main ul li .head img {
  width: 100%;
  height: 100%;
  display: block;
}
.txta-main ul li p {
  float: left;
  width: 76%;
  margin-left: 5%;
  margin-top: 0;
}
.txta-main ul li p .take {
  display: inline-block;
  background: #eca540;
  padding: 3%;
  margin-top: 3%;
  border-radius: 5px;
  color: #fff;
  width: 80%;
  min-height: 40px;
}
.txta-main ul li p span {
  display: block;
  width: 80%;
  color: #979797;
  font-size: 14px;
}
.txta-main ul li p span a {
  display: block;
  width: 40%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.txta-main ul li p span b {
  font-weight: 500;
  display: inline;
  margin-right: 2%;
  width: auto;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.txta-main ul .my span {
  float: right;
}
.txta-main ul .my p {
  float: right;
  text-align: right;
  margin-left: 0;
  margin-right: 5%;
}
.txta-main ul .my span b {
  float: right;
}
.txta-main ul .my span a {
  float: right;
  margin-right: 3%;
}
.txta-main ul .my p .take {
  background: #007aff;
}
.txta-main ul .msga {
  width: 90%;
  margin: auto;
  margin-top: 8%;
}
.txta-main ul .msga p {
  text-align: center;
  font-size: 0.8em;
  float: none;
  color: #979797;
  width: auto;
}
.txta-main ul .msga .ts {
  padding: 3%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: auto;
  margin-top: 2%;
  background: #23ad3f;
}
.txta-main ul .msga .ts span {
  width: 100%;
  font-size: 1.2em;
  color: #686865;
  text-align: center;
}
.txta-main ul .msga .ts .tile {
  display: block;
  text-align: center;
  color: white;
  width: 100%;
}
.txta-main ul .msga .ts .tile b {
  display: block;
}
.txta-main ul .msga .ts .border {
  height: 1px;
  border-bottom: 1px dashed #eba53e;
  margin-top: 3%;
  margin-top: 3%;
}
.txta-main ul .msga .ts span i {
  display: block;
  float: left;
  text-align: left;
  font-size: 0.9em;
  text-align: center;
}
.txta-main ul .msga .ts span .ti-l {
  width: 35%;
  color: white;
  font-style: normal;
}
.txta-main ul .msga .ts span .ti-r {
  width: 64%;
  float: right;
  font-style: normal;
}
.txta-main ul .msga .ts .fle {
  margin-top: 2%;
}
.txta-main ul .msga .ts .fle b {
  font-size: 0.8em;
  color: #eba53e;
  float: left;
  display: block;
  width: 26%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txta-main ul .msga .ts .fle i {
  font-size: 0.8em;
  font-style: normal;
  float: left;
  display: block;
  width: 32%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.start-top .top-con .sw-head .ulm li {
  width: 21%;
}
.start-top .top-con .ulm {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.txta-main ul .msga .ts .til i {
  font-size: 0.7em;
  color: #eba53e;
  text-align: center;
  font-style: normal;
  display: block;
  float: none;
  margin: auto;
}
.start {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  right: 0;
  max-width: 550px;
  z-index: 100;
}
.start-top {
  background: #6590ee;
  padding: 2% 0;
}
.start-top h1 {
  width: 90%;
  margin: auto;
  font-size: 1em;
  text-align: center;
  font-weight: normal;
  position: relative;
  padding-bottom: 1%;
  border-bottom: 1px dashed #d9d9d9;
}
.start-top h1 a {
  display: block;
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.9em;
}
.start-top .top-con {
  width: 92%;
  margin: auto;
}
.start-top .top-con h2 {
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 3%;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
.wanf {
  max-height: 150px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.start-top .top-con ul li {
  list-style-type: none;
  width: 23%;
  padding-bottom: 2%;
  padding-top: 2%;
  font-size: 0.8em;
  text-align: center;
  margin: 2% 1% 0;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
}

.start-top .top-con ul li .ft_12 {
  font-weight: initial;
  color: red;
}
.start-top .top-con ul .active {
  background: url("../img/k.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background: #c42124;
  color: #fff;
}
.start-top .top-con ul .active .ft_12 {
  color: #fff;
}
.start-top .top-con ul li p {
  font-size: 1em;
}
.start-top .top-con p {
  text-align: center;
  font-size: 0.9em;
  margin-top: 3%;
  color: #fff;
}
.start-top .top-con p input {
  width: 48%;
  font-size: 1em;
  height: 30px;
  vertical-align: middle;
  background: #fff;
  border: 0;
  border-radius: 3px;
  padding-left: 2%;
}
.start-top .top-con p .min {
  width: 20%;
}
.start-top .top-con p button {
  width: 20%;
  height: 30px;
  background: #eca540;
  color: #fff;
  border: 0;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 2%;
  font-size: 1em;
}
.start-b {
  background: #fff;
  color: #333;
  font-size: 0.8em;
}
.start-top .top-con ul li p i {
  font-style: normal;
  display: block;
  font-size: 0.9em;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin: auto;
}
.start-top .top-con .vf li {
  width: 29%;
}
.start-b h1 {
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px dashed #dcdcdc;
  padding-top: 3%;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 3%;
}
.start-b h1 b {
  color: #ff0013;
  font-size: 1em;
  font-weight: normal;
}
.start-b h1 a {
  display: block;
  width: 20%;
  float: right;
  font-size: 1em;
}
.start-b h1 a span {
  font-size: 1em;
  vertical-align: middle;
}
.start-b h1 a img {
  width: 15px;
  margin-right: 2%;
  vertical-align: middle;
}
.start-b ul {
  width: 90%;
  margin: auto;
}
.start-b ul li {
  list-style-type: none;
  display: flex;
  padding-bottom: 2%;
  padding-top: 2%;
  font-size: 0.9em;
}
.start-b ul li a {
  flex: 1;
}
.start-b ul li p b {
  color: #ff0013;
  font-size: 1em;
  font-weight: normal;
}
.start-b ul li p {
  flex: 1;
  text-align: center;
  font-size: 1em;
}
.start-b ul li a img {
  width: 22px;
  display: block;
}
.start-b button {
  width: 100%;
  height: 45px;
  background: #ff0013;
  color: #fff;
  border: 0;
}
.start-b table {
  width: 100%;
  font-size: 0.8em;
  color: #333;
  text-align: center;
}
.start-b table tr:nth-child(even) td {
  background: #f2f2f2;
}
.start-b table tr td {
  height: 40px;
  font-size: 0.9em;
}
.start-b .zui p {
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 0.9em;
  color: #333;
  width: 90%;
  margin: auto;
}
.start-b .zui p label {
  vertical-align: middle;
  font-size: 1em;
  font-weight: normal;
}
.start-b .zui p input {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 1%;
}
.start-b .zui p button {
  width: 22%;
  height: 32px;
  background: #ff0013;
  color: #fff;
  border: 0;
  float: right;
  font-size: 1em;
}
.over {
  background: #fff;
}
.over ul li {
  list-style-type: none;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #dcdcdc;
}
.over ul li p {
  font-size: 0.9em;
  color: #333;
  margin-top: 2%;
}
.over ul li p span {
  font-size: 1em;
  color: #928e8f;
  float: right;
}
.over ul li .number {
  font-size: 1em;
  color: #333;
}
.over ul li .number b {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0.9em;
  background: url(../img/1@2x.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  vertical-align: middle;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  margin-right: 1%;
  margin-left: 1%;
}
.over ul li p a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #e2eadf;
  border-radius: 3px;
  font-size: 0.8em;
  color: #ff0013;
  text-align: center;
  line-height: 25px;
}
.home-game {
  background: #fff;
}
.home-game p {
  font-size: 0.9em;
  color: #333;
  margin: auto;
  margin-top: 2%;
  width: 90%;
}
.home-game .ti {
  color: #9f3e47;
}
.n {
  background: #fff;
  padding-bottom: 5%;
  padding-top: 5%;
}
.n p {
  width: 90%;
  margin: auto;
  font-size: 0.8em;
  color: #333;
  margin-top: 3%;
}
.pk {
  position: static;
  padding-top: 0;
  position: relative;
}
.pk10 {
  padding: 0;
}
.pk10c {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  display: none;
  width: 100%;
}
.ssc {
  padding: 0;
}
.sscc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  display: none;
  width: 100%;
}
.lhcc {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  display: none;
  width: 100%;
}
.fly-con-l {
  width: 30%;
  background: #f1f1f1;
  float: left;
  height: 100%;
  overflow: auto;
}
.fly-con-l ul li {
  list-style-type: none;
  height: 45px;
  line-height: 45px;
  /*text-align: center;*/
  color: #333;
  font-size: 0.9em;
  text-align: left;
  padding-left: 8%;
}

.fly-con-l ul li img {
  width: 6px;
  vertical-align: middle;
  margin-right: 0;
}
.fly-con-l ul li .img {
  display: none;
}
.fly-con-l ul .active {
  color: #fff;
  background: #cf2530;
}
.fly-con-l ul .active .img {
  display: inline;
}
.fly-con-l ul .active .imag {
  display: none;
}
.fly-con-r {
  width: 70%;
  background: #fff;
  float: right;
  height: 100%;
}
.fly-con-r table {
  width: 100%;
  font-family: ping;

  color: #333;
}
.fly-con-r .fly-table {
  display: none;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.fly-con-r table tr td {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 0.9em;
  width: 49.5%;
  display: block;
  float: left;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.fly-con-r table tr th {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 0.9em;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  font-weight: normal;
}
.fly-con-r table tr th select {
  width: 30%;
  margin: auto;
  height: 45px;
  border: 0;
  text-align: center;
  font-size: 1em;
}
.fly-con-r table tr td b {
  display: inline-block;
  border-radius: 3px;
  color: #913446;
  font-size: 0.8em;
  font-weight: normal;
  text-align: center;
  line-height: 22px;
}
.fly-con-r .tal tr td i {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  font-style: normal;
  font-size: 1em;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}
.fly-con-r .ssc tr td i {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border-radius: 50%;
  background: url("../img/222222222@2x.png");
  background-position: center center;
  background-size: 100% 100%;
  font-style: normal;
  font-size: 1em;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #ca294b;
}
.fly-con-r .fly-table .lhc tr td {
  width: 32.33333%;
}
.fly-con-r table tr td i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 1em;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}
.fly-con-r .fly-table .lhca tr td i {
  width: 25px;
  height: 25px;
  background-image: url("../img/blue.png");
  background-position: center center;
  background-size: 100% 100%;
  line-height: 25px;
  font-size: 0.9em;
}
.fly-con-r table tr td span {
  font-size: 0.8em;
}
.fly-con-r .fla {
  display: block;
}
.fly-con-r #tal tr td {
  display: block;
  width: 32.8%;
  float: left;
}
.fly-con-r .table .tal tr td {
  display: block;
  width: 49.5%;
  color: #333;
  float: left;
}
.fly-con-r .table .tal tr td b {
  color: #333;
  font-weight: bold;
}
.fly-con-r .fly-table h1 {
  font-size: 0.9em;
  font-weight: normal;
  color: #333;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #dcdcdc;
}
.fly-con-r .fly-table h1 select {
  width: 30%;
  margin: auto;
  height: 45px;
  border: 0;
  text-align: center;
  font-size: 1em;
}
.fly-con-r .fly-table ul {
  width: 90%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 3%;
}
.fly-con-r .fly-table ul li {
  list-style-type: none;
  width: 16%;
  padding-top: 3%;
  padding-bottom: 3%;
  border: 1px solid #e7e7e7;
  background: #f2f2f2;
  border-radius: 3px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-top: 4%;
  float: left;
}
.fly-con-r .fly-table ul li p {
  width: 50%;
  height: 16px;
  margin: auto;
  background: #ff0013;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  line-height: 16px;
  padding-bottom: 0;
}
.fly-con-r .fly-table p {
  font-size: 0.8em;
  color: #9f9f9f;
  width: 90%;
  margin: auto;
  margin-top: 1%;
}
.fly-con-r .fly-table p b {
  color: #ff0013;
  font-weight: normal;
  font-size: 1em;
}
.fly-con-r .fly-table a {
  display: block;
  text-align: right;
  width: 90%;
  margin: auto;
  color: #3d3d3d;
  font-size: 0.7em;
  margin-top: 3%;
  padding-bottom: 5%;
}
.fly-con-r .fly-table a img {
  width: 0.7em;
  vertical-align: middle;
  margin-right: 1%;
}
.fly-con-r .fly-table a span {
  vertical-align: middle;
  font-size: 1em;
}
.fly-con-r .fly-table table tr .act {
  background: #d02430;
  color: #fff;
}
.fly-con-r .fly-table .lhca tr .act i {
  color: #333;
}
.sta {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 3%;
  padding-top: 3%;
  display: none;
  max-width: 550px;
  right: 0;
  margin: auto;
  z-index: 10;
}
.sta-c {
  width: 90%;
  margin: auto;
  margin-top: 3%;
}
.sta-c input {
  width: 32%;
  height: 25px;
  border: 1px solid #dcdcdc;
  background: none;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 0.8em;
}
.sta-c .w {
  background: #fe0002;
}
.sta-c .add {
  background: #f7654c;
}
.sta-c .off {
  background: #aaaaaa;
}
.sta-c button {
  width: 20%;
  height: 25px;
  font-size: 0.8em;
  color: #fff;
  border: 0;
  border-radius: 3px;
}
.sta p {
  width: 90%;
  margin: auto;
  margin-top: 2%;
  font-size: 0.7em;
  color: #9a9a9a;
}
.sa {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background: #fff;
}
.sa p {
  width: 90%;
  margin: auto;
  font-size: 0.9em;
  margin-top: 2%;
}
.sa p input {
  width: 20%;
  height: 25px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 1em;
  margin-right: 1%;
}
.sa p button {
  width: 22%;
  height: 26px;
  background: #fe0002;
  color: #fff;
  border: 0;
  border-radius: 3px;
  vertical-align: middle;
}
.sa p b {
  color: #b81a29;
  font-size: 1em;
  font-weight: normal;
  display: block;
  height: 25px;
  width: 50%;
  float: left;
  line-height: 25px;
}
.sa p span {
  float: right;
  font-size: 0.9em;
  color: #333;
  display: inline-block;
  width: 50%;
}
.sa p span input {
  width: 45%;
  height: 25px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 1em;
}
.fly-con-r .fly-table div {
  width: 84%;
  margin: auto;
  padding-bottom: 3%;
  padding-top: 3%;
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 0.8em;
}
.fly-con-r .fly-table .ws {
  padding-left: 1%;
  padding-right: 1%;
}
.fly-con-r .fly-table div .bl {
  width: 20%;
  text-align: center;
  float: left;
}
.fly-con-r .fly-table div .bl-l {
  width: 32%;
  text-align: center;
  float: left;
  margin-top: 3%;
}
.fly-con-r .fly-table div p span {
  font-size: 1.2em;
  color: #333;
}
.fly-con-r .fly-table div .br {
  width: 75%;
  float: right;
}
.fly-con-r .fly-table div .br-r {
  width: 62%;
  float: right;
}
.fly-con-r .fly-table div .br a {
  display: inline-block;
  padding: 0;
  width: 23px;
  height: 23px;
  background: url(../img/blue.png);
  background-position: center center;
  background-size: 100% 100%;
  line-height: 23px;
  color: #333;
  float: none;
  font-size: 1.2em;
  margin-top: 1%;
  margin-left: 1%;
  text-align: center;
}
.fly-con-r .fly-table div .br-r a {
  display: inline-block;
  padding: 0;
  width: 23px;
  height: 23px;
  background: url(../img/blue.png);
  background-position: center center;
  background-size: 100% 100%;
  line-height: 23px;
  color: #333;
  float: none;
  font-size: 1.2em;
  margin-top: 1%;
  margin-left: 1%;
  text-align: center;
}
.title .title-c {
  height: auto;
}
.title .title-c .c-top {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #999;
  display: flex;
  border: 0;
}
.title .title-c a {
  flex: 1;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
}

.title .title-c a:nth-child(2) {
  border: 0;
}
.title .title-c .fir {
  height: auto;
  background: #fff;
  padding-bottom: 3%;
  padding-top: 3%;
  display: none;
}
.title .title-c .fir button {
  width: 80%;
  height: 32px;
  background: #d02430;
  color: #fff;
  border: 0;
  border-radius: 5px;
  display: block;
  margin: auto;
  font-size: 0.9em;
}
.title .title-c .start-b {
  height: auto;
  padding-bottom: 3%;
  border: 0;
  margin-top: 3%;
}
.title .title-c .start-b a {
  height: auto;
  line-height: normal;
}
.title .title-c .start-b a img {
  width: 15px;
  display: inline;
  margin-top: 5%;
}
.mon {
  text-align: center;
  font-size: 0.9em;
  margin-top: 5%;
}
.mon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 100% 100%;
  color: #333;
  line-height: 30px;
  font-size: 0.75em;
  font-weight: bold;
  margin-left: 1%;
  margin-right: 1%;
}
.start-top .top-con .zhu-all {
  position: relative;
  color: #333;
}
.start-top .top-con .zhu-sw {
  width: 100%;
  bottom: 0;
  left: 0;
}
.start-top .top-con .zhu-sw h2 .next {
  float: right;
  font-size: 0.9em;
}
.start-top .top-con .zhu-sw h2 .nexta {
  float: right;
  font-size: 0.9em;
}
.start-top .top-con .zhu-sw h2 .prev {
  float: left;
  font-size: 0.9em;
}
.start-top .top-con .zhu-sw h2 .preva {
  float: left;
  font-size: 0.9em;
}
.header .a {
  display: block;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.header .a img {
  width: 40%;
  margin-top: 14px;
}
.gg {
  height: 32px;
  background: #fff;
  padding-bottom: 2%;
}
.gg p {
  width: 90%;
  margin: auto;
}
.gg p img {
  width: 22px;
  display: block;
  float: left;
  margin-top: 5px;
}
.gg p span {
  display: block;
  width: calc(100% - 30px);
  float: right;
  font-size: 0.8em;
  color: #333;
  line-height: 32px;
  /*overflow: hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space: nowrap;*/
}
.gg {
  background: #aeaeae;
  border-radius: 8px;
  width: 80%;
  margin: auto;
  margin-top: 2%;
  padding-bottom: 0;
}
.gg > div.horn-list {
  width: 100%;
  overflow: hidden;
  height: 32px;
}
.gg li {
  font-size: 0.8em;
  color: #fff;
  line-height: 32px;
  height: 32px;
}
.gg img {
  width: 22px;
  display: block;
  float: left;
  margin-top: 5px;
}
.start-top .top-con .tit {
  width: 80px;
  margin: auto;
  background: #fff;
  text-align: center;
  border-radius: 2px;
}
.start-top .top-con .uls {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.start-top .top-con .sw-head ul li {
  width: 23%;
  font-size: 0.9em;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  border-radius: 5px;
}
.start-top .top-con .sw-head {
  text-align: center;
  margin-top: 2%;
}
.start-top .top-con .sw-head button {
  width: auto;
  padding: 0.5% 3%;
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.tanc {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  background: url(../img/meng_07.png);
  margin: auto;
  top: 0;
  left: 0;
  max-width: 550px;
  right: 0;
  display: none;
}
.tanc .cc {
  width: 80%;
  height: 46%;
  background: url(../img/tanc.png);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: 100% 100%;
}
.tanc .cc h1 {
  width: 90%;
  margin: auto;
  margin-top: 5%;
  font-weight: normal;
}
.tanc .cc h1 img {
  display: block;
  width: 50x;
  height: 50px;
  border-radius: 50%;
  float: left;
}
.tanc .cc h1 p {
  width: calc(100% - 65px);
  float: right;
}
.tanc .cc h1 p span {
  display: block;
  font-size: 1em;
  color: #fff;
}
.tanc .cc h1 p span b {
  font-size: 0.7em;
  color: #9c9dac;
  font-weight: normal;
}
.tanc .cc .er {
  width: 45%;
  display: block;
  margin: auto;
  margin-top: 3%;
}
.tanc .cc .tex {
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  margin-top: 3%;
}
.tanc .cc .clos {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
}
.tanc .cc .clos img {
  display: block;
  width: 100%;
}
.home-a {
  height: calc(100% - 48px);
  padding-top: 48px;
}
.home-a .er {
  padding-top: 8%;
}
.home-a .er img {
  display: block;
  width: 45%;
  margin: auto;
}
.home-a .pay-text p {
  text-align: center;
  margin-top: 2%;
  font-size: 1em;
  color: #333;
}
.home-a .pay-text p img {
  width: 25px;
  vertical-align: middle;
}
.home-a .pay-text p span {
  color: #069b6a;
}
.home-a .pay-text p a {
  color: #dc2323;
}
.home-a .pay-text .input {
  height: 45px;
  background: #fff;
  line-height: 45px;
}
.home-a .pay-text .input input {
  width: 55%;
  height: 42px;
  border: 0;
  background: none;
  font-size: 0.8em;
}
.home-a .pay-text .input select {
  width: 55%;
  height: 42px;
  border: 0;
  background: none;
  font-size: 0.8em;
}
.home-a .pay-text .l {
  text-align: left;
  width: 90%;
  margin: auto;
  margin-top: 2%;
}
.home-a .pay-text .wx {
  display: none;
}
.home-a .pay-text .zfb {
  display: none;
}
.game-f ul li {
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  height: 42px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 0.9em;
  color: #999;
  line-height: 42px;
}
.game-f ul li span {
  display: block;
  width: 44%;
  float: right;
  font-size: 1em;
  color: #333;
  font-weight: bold;
  text-align: right;
}
.game-f ul li span b {
  font-size: 0.8em;
  font-weight: normal;
}
.x-name {
  padding-bottom: 5%;
  padding-top: 5%;
  text-align: center;
  font-size: 1em;
  color: #1a1a1a;
}
.ul ul li {
  list-style: none;
  height: 42px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.home-a .uil .input {
  margin-top: 0;
  border-bottom: 1px solid #d9d9d9;
}
.user-zu table {
  width: 100%;
  text-align: center;
}
.user-zu table tr th {
  padding-bottom: 4%;
  padding-top: 4%;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1em;
  color: #333;
  background: #fff;
  font-weight: normal;
}
.user-zu table tr td {
  padding-bottom: 2%;
  padding-top: 2%;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.8em;
  color: #333;
  background: #fff;
  font-weight: normal;
  padding-left: 2%;
  padding-right: 2%;
}
.home #txta {
  overflow: auto;
  height: calc(100%);
  background: #f1f1f1;
  -webkit-overflow-scrolling: touch;
}
.padd {
  padding-top: 0;
}
.start-top .top-con .zhu-sw h1 a {
  position: static;
  width: 30%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: left;
  margin-left: 1.2%;
  margin-right: 1.2%;
  background: #fff;
  border-radius: 5px;
}
.start-top .top-con .zhu-sw h1 .aov {
  background: #c42124;
  border: 1px solid #c42124;
  color: #fff;
}
.wanf-all .wanf a {
  display: block;
  width: 18%;
  font-size: 16px;
  margin-top: 2%;
  margin-left: 2%;
  float: left;
  margin-bottom: 3%;
}
.wanf-all .wanf a b {
  display: block;
  height: 25px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 25px;
  font-size: 0.8em;
  font-weight: normal;
}
.wanf-all .wanf a span {
  font-size: 0.7em;
  display: block;
  text-align: center;
}
.wanf-all .wanf .cav b {
  background: #c42124;
  border: 1px solid #c42124;
}
.wanf-all .wanf[data-type="2"] a {
  margin-left: 5%;
}
.wanf-all .wanf[data-type="2"] {
  display: none;
}
.wanf-all .wanf[data-type="0"] {
  display: none;
}
.bg_red {
  background: #ffa5da;
}
.bg_blue {
  background: #1b68cd;
}
.bg_green {
  background: #34a938;
}
.bg_brown {
  background: #b42d33;
}
.bg_black {
  background: #1c1c1c;
}
.bg_01 {
  background: #ffcc66 !important;
}
.bg_1 {
  background: #ffcc66 !important;
}
.bg_02 {
  background: #378bed !important;
}
.bg_2 {
  background: #378bed !important;
}
.bg_03 {
  background: #4c4d51 !important;
}
.bg_3 {
  background: #4c4d51 !important;
}
.bg_04 {
  background: #e28030 !important;
}
.bg_4 {
  background: #e28030 !important;
}
.bg_05 {
  background: #a8f4f8 !important;
}
.bg_5 {
  background: #a8f4f8 !important;
}
.bg_06 {
  background: #3f0ff2 !important;
}
.bg_6 {
  background: #3f0ff2 !important;
}
.bg_07 {
  background: #e3e3e3 !important;
}
.bg_7 {
  background: #e3e3e3 !important;
}
.bg_08 {
  background: #ef2818 !important;
}
.bg_8 {
  background: #ef2818 !important;
}
.bg_09 {
  background: #6f1109 !important;
}
.bg_9 {
  background: #6f1109 !important;
}
.bg_10 {
  background: #65bd46 !important;
}
