body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body {
  /* freeback start */

  /* freeback end */

  /* .userMenu .quit,.userMenu .menu .mItem.setting,.userMenu .menu{display:none !important;}
*/

  /* from star */

  /* from end */

  /* tab star */

  /* tab end */

  /* list star */

  /* .topics .dataItem{padding:0;}*/

  /* .dataItem{padding:5px 10px;} */

  /* .dataItem .tit{margin-left:5px;}
*/

  /* list end */

  /* salf guess start */

  /* salf guess end */

  /* meboli */

  /* pc */

  color: #1b1b1b;
  background: #ebebeb;
}
body .box {
  padding: 10px;
  border: solid 1px whitesmoke;
  border-radius: 4px;
}
body .finance {
  background: #ebebeb;
  overflow: hidden;
  padding: 10px;
}
body .finance .regBox {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
body .finance .regBox .txtBox {
  margin: 0;
  height: auto;
  line-height: 25px;
  padding: 0;
  border: none;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px whitesmoke;
}
body .finance .regBox .txtBox:last-child {
  border: none !important;
}
body .finance .regBox .txtBox .icon {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #226204;
  text-align: center;
}
body .finance .regBox .txtBox .changeBtn {
  float: right;
  line-height: 40px;
  text-align: right;
  font-size: 13px;
  color: #226204;
  white-space: nowrap;
}
body .finance .regBox .txtBox input {
  /* border: 1px solid #cccccc; */
  border-radius: 4px;
}
body .finance h4 {
  font-weight: 500;
  padding: 0 4px;
  line-height: 20px;
  margin: 5px 0 5px 0;
}
body .finance p {
  line-height: normal;
}
body .finance p:last-child {
  font-size: 20px;
  color: #226204;
  font-weight: bold;
}
body .finance .listItem {
  display: flex;
  flex-wrap: wrap;
}
body .finance .listItem li {
  flex: 0 0 48%;
  margin: 2.5px 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
body .finance .total {
  font-size: 13px;
  padding: 0 1%;
  font-weight: 500;
}
body .finance .button {
  margin-top: 10px;
  font-weight: 500;
}
body .finance .listItem li#cltxt {
  flex: 0 0 98%;
  margin: 5px 1%;
}
body .finance .listItem li#cltxt input {
  width: 100%;
}
body .plane.userMenu {
  padding: 0 10px !important;
}
body .plane {
  border: none;
  border-radius: 4px;
  padding: 10px;
}
body .userDetail {
  border: none !important;
  background: #387f1a;
  color: white;
  padding: 10px;
  border-radius: 0;
}
body .userDetail .iconfont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 30px;
  margin: 0;
}
body .userDetail .badge {
  background: #ff3737;
}
body .userDetail * {
  color: white !important;
}
body .userDetail .des,
body .userDetail .date,
body .userDetail .date * {
  color: rgba(255, 255, 255, 0.5) !important;
}
body table {
  margin: 5px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
body table tr th {
  line-height: 30px !important;
  background: whitesmoke;
  font-size: 12px;
  border-bottom: solid 1px #ebebeb;
}
body table tr td {
  text-align: center;
  line-height: 30px;
  border-bottom: solid 1px whitesmoke;
}
body .FreebackList {
  min-height: calc(100vh - 45px);
}
body .FreebackList .plane {
  padding: 0;
  border: none;
  padding-bottom: 51px;
  min-height: calc(100vh - 100px);
}
body .eventBox .timeLine {
  background: #5086c4;
  width: 4px;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
}
body .eventBox .eventList {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
body .eventBox .eventList .time img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
body .eventBox .eventList .item {
  position: relative;
  width: 100%;
  float: left;
  padding: 8px 0;
}
body .eventBox .eventList .item > div {
  background: #ebebeb;
  float: right;
  min-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  border-radius: 6px;
}
body .eventBox .eventList .item > div a {
  color: #2196f3;
  white-space: nowrap;
}
body .eventBox .eventList .item > div::before {
  content: " ";
  display: block;
  width: 100%;
}
body .eventBox .eventList .item .homeEvent {
  position: relative;
  margin: 0 50px 0 10px;
}
body .eventBox .eventList .item .homeEvent::before {
  content: "";
  height: 5px;
  width: 9px;
  margin-left: -7px;
  background: #ebebeb;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 100%;
  top: 6px;
}
body .eventBox .eventList .item .homeEvent > span {
  display: block;
}
body .eventBox .eventList .item .homeEvent .name,
body .eventBox .eventList .item .guestEvent .name {
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  word-break: break-word;
}
body .eventBox .eventList .item .homeEvent .name2,
body .eventBox .eventList .item .guestEvent .name2 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 28px;
  overflow: hidden;
  display: block;
}
body .eventBox .eventList .item .homeEvent .time {
  left: unset;
  right: -45px;
}
body .eventBox .eventList .item .time {
  border: solid 2px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  position: absolute;
  left: -45px;
  width: 35px;
  height: 35px;
  line-height: 20px;
  text-align: center;
  color: white;
  border-radius: 50%;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
body .eventBox .eventList .item .guestEvent {
  float: left;
  position: relative;
  margin: 0 10px 0 50px;
}
body .eventBox .eventList .item .guestEvent::before {
  content: "";
  background: #ebebeb;
  height: 5px;
  width: 9px;
  margin-right: -7px;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  right: 100%;
  top: 9px;
}
body .eventBox .eventList .item .guestEvent > span {
  display: block;
}
body .eventBox .eventList::before {
  padding-bottom: 10px;
  background-size: 10px 10px;
  content: "";
  display: block;
  text-align: center;
  line-height: 30px;
}
body .eventBox .eventList::after {
  padding-top: 10px;
  background-size: 10px 10px;
  content: "";
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 30px;
}
body .eventBox .eventIcon {
  text-align: center;
  padding: 5px 0 4px;
  background: white;
}
body .eventBox .eventIcon img {
  width: 18px;
  height: 18px;
}
body h2 .tab.tabMenu {
  width: 180px;
}
body h2 .tab.tabMenu .tabItem {
  padding: 0;
}
body .guessChart::after {
  display: block;
  content: '';
  clear: both;
}
body .guessChart .item {
  position: relative;
  padding: 0px;
  margin: 0;
  background: transparent;
  padding: 10px 20px 20px 20px;
  -webkit-box-sizing: b;
  box-sizing: b;
  width: 33.33%;
  float: left;
}
body .guessChart .item canvas {
  margin-top: -10px;
}
body .guessChart .item .precentData {
  position: absolute;
  bottom: 10px;
  line-height: normal;
  font-size: 12px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  text-align: center;
  border-radius: 10px;
  color: white;
  background: #e62129;
}
body .guessChart .item .txt {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .guessChart .item .txt .red {
  font-size: 14px;
}
body .guessChart .item .txt span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  white-space: nowrap;
}
body .guessChart .item .txt span:first-child {
  font-weight: bold;
}
body .regBox.box-static {
  position: static !important;
  top: 0;
  width: 100%;
  max-width: 640px;
  left: unset;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body .userMenu .RCBox {
  position: static;
  float: right;
  margin-top: 0;
  padding: 0;
}
body .userMenu .menu.menu-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -5px;
  margin-top: 5px;
  width: 100%;
}
body .userMenu .menu.menu-horizontal .mItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: none;
  text-align: center;
}
body .userMenu .menu.menu-horizontal .mItem.on {
  border-bottom: solid 2px #008c54;
  color: #008c54;
}
body .userMenu .menu .mItem {
  line-height: 40px;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  /* text-align:center;*/
  cursor: pointer;
}
body .userMenu .menu .mItem.on {
  color: #d63030;
}
body .userMenu .userBox {
  margin-bottom: 0;
  display: block;
  float: left;
  border: none;
  width: 100%;
}
body .readCount {
  float: right;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  color: #8c8c8c;
}
body .readCount .dataValue {
  float: right;
  margin: 0;
  color: #8c8c8c;
  padding: 0 0 0 5px;
}
body .detailBox {
  border-bottom: solid 4px #ebebeb;
  border-radius: 0;
}
body .detailBox .quit {
  margin: 10px;
}
body .detailBox h2 {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: solid 1px whitesmoke;
}
body .detailBox h2 .back {
  display: block;
  float: left;
  background: url(/images/left_icon_black.png) no-repeat left center;
  width: 30px;
  background-size: auto 40%;
}
body .detailBox .txt {
  padding: 15px;
}
body .detailBox .txt table tr {
  height: 28px;
}
body .content .ucenter-detail {
  margin: 0;
  background: white;
  height: 100%;
  width: 100%;
}
body .content .ucenter-detail .tabItem,
body .content .ucenter-detail .tabItem--on {
  padding: 0 15px;
}
body .content .ucenter-nav {
  margin: 0;
  height: 100%;
  width: 100%;
  border-bottom: 5px solid #ebebeb;
}
body .setting .ucenter-nav {
  width: 100%;
  display: block;
}
body .setting .detailBox h2 {
  padding: 0 10px;
  border-bottom: solid 1px whitesmoke;
  font-weight: bold;
}
body .editUserIcon {
  text-align: center;
  padding: 10px;
  margin: 0;
}
body .editUserIcon .icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background: #f1f1f1;
  margin: 0 auto;
  margin-bottom: 20px;
  float: none;
}
body .editUserIcon .icon img {
  width: 100%;
  height: 100%;
}
body .editUserIcon .upload-box {
  position: relative;
  text-align: center;
}
body .editUserIcon .upload-btn {
  position: relative;
  width: 120px;
  margin: auto;
}
body .editUserIcon .upload-btn input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  font-size: 0;
}
body .header .tit {
  font-size: 15px;
  color: white;
}
body .regBox.single .txtBox {
  border: none;
  border-bottom: 1px solid whitesmoke;
  border-radius: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body .regBox .txtBox {
  min-height: 40px;
  color: #595959;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  margin-top: 5px;
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
  padding: 0 10px;
}
body .regBox .txtBox .row {
  flex: 0 0 100%;
}
body .regBox .txtBox .mItem {
  border: none;
  width: auto;
  padding: 0;
}
body .regBox .txtBox .desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body .regBox .txtBox .iconfont {
  padding: 0 10px;
  line-height: 40px;
  width: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  font-size: 20px;
  color: #8c8c8c;
  margin-right: -5px;
}
body .regBox .txtBox.nodata {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
body .regBox .txtBox.nodata .btn {
  padding: 5px 10px;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  margin: 10px 0;
}
body .regBox .txtBox > * {
  margin: 0;
  height: auto;
}
body .regBox .txtBox select,
body .regBox .txtBox input {
  line-height: 40px;
  border-style: none;
  padding: 0px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  background: transparent;
  color: #1b1b1b;
  font-weight: bold;
  font-size: 15px;
}
body .i38 {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  z-index: 9999;
}
body .id {
  background: url(/images/reg/id.png) no-repeat 10px center;
}
body .pwd {
  background: url(/images/reg/pwd.png) no-repeat 10px center;
}
body .rePwd {
  background: url(/images/reg/rePwd.png) no-repeat 10px center;
}
body .tel {
  background: url(/images/reg/tel.png) no-repeat 10px center;
}
body .code {
  font-weight: normal;
  font-size: 12px;
  background: url(/images/reg/phone.png) no-repeat 10px center;
}
body .setting {
  background: white;
}
body .setting .ucenter-nav {
  margin: 0px;
}
body .mask {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
body .tab {
  position: static;
  bottom: 0;
  line-height: 30px;
  border: none;
  display: block;
  border-radius: 0;
}
body .tab .tabItem {
  line-height: 30px;
}
body .tab .tabItem,
body .tab .tabItem--on {
  display: block;
  line-height: 40px;
  float: left;
  font-weight: normal;
  background: transparent;
  color: #1b1b1b;
}
body .tab .tabItem--on,
body .tab.tabMenu .tabItem--on {
  border-radius: 0;
  line-height: 30px;
  color: #387f1a;
  border-bottom: solid 2px #387f1a;
  line-height: 40px;
}
body .dateBar .iconfont {
  margin: 0 0 0 10px;
}
body .plane .topics.focusList .dataItem {
  padding: 12px 0 !important;
}
body .plane .topics {
  margin: -10px 0;
}
body .plane .topics .dataItem {
  padding-top: 4px !important;
}
body .topics {
  background: white;
}
body .topics .dataItem .detail {
  /* padding:5px 0;*/
  width: 100%;
}
body .topics .dataItem .itemData.col-11 {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  float: left;
}
body .topics .dataItem .readicon {
  font-size: 12px;
  float: right;
  width: auto;
  color: #8c8c8c;
  /* top:8px;*/
  position: relative;
}
body .topics .dataItem .readicon .icon {
  font-size: 16px;
  color: #8c8c8c;
}
body .replyList {
  padding: 0 10px;
}
body .replyList .icon {
  float: left;
}
body .icon {
  margin-right: 5px;
  width: auto;
}
body .weiquBox .right .name {
  line-height: 32px;
}
body .weiquBox .right .icon a {
  float: left;
}
body .icon img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
body .dataItem .name {
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
}
body .dataItem .name span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
body .dataItem .des {
  line-height: 16px;
}
body .dataItem > div {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: 0;
}
body .dataItem .tit a {
  display: inline;
}
body .weiquBox .right {
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
  clear: none;
  padding: 0;
  border: none;
}
body .weiquBox .right .txt {
  padding: 0;
}
body .replyList .replyTo {
  width: 100%;
}
body .replyList .replyTo .r_info .txt {
  padding: 0;
}
body .replyList .replyTo .r_info .txt p:first-child,
body .weiquBox .right .txt p:first-child {
  display: inline-block;
}
body .pop-comment-edit .popupBox--body {
  text-align: left;
}
body .pop-comment-edit .tools .button--mini {
  border-radius: 4px;
  background: none;
  background-color: #48b1e6;
  color: white;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 80px;
  padding: 0;
}
body .userBox.userDetailBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0 !important;
}
body .userBox.userDetailBox .des {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body .userBox.userDetailBox .btn {
  margin: 0 !important;
  top: 0;
}
body .data {
  overflow: hidden;
  /* border-bottom:1px solid #f1f1f1;*/

}
body .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .data ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
body .data ul li:last-child {
  border: none;
}
body .data ul li span {
  display: block;
  text-align: center;
  color: #a3a3a3;
}
body .data ul li .num {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
body #myguess {
  border-top: solid 1px #e1e1e1;
}
body #myguess .td {
  border-bottom: solid 1px #e1e1e1;
  padding: 5px;
  background: white;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
body #myguess .td:hover {
  background: #faeecf;
}
body #myguess .td.header .league {
  text-align: center;
}
body #myguess .td .league,
body #myguess .td .date {
  color: #999999;
  float: left;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body #myguess .td .league {
  padding: 0 5px;
}
body #myguess .td .row {
  overflow: hidden;
  line-height: 24px;
  padding: 0 0 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body #myguess .td .row > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}
body #myguess .td .row .time {
  float: right;
  color: #999999;
}
body #myguess .td .row .icon {
  min-width: 24px;
  min-height: 24px;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
body #myguess .td .tit {
  line-height: 20px;
  font-size: 12px;
  color: #333333;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  float: left;
  border-right: 1px solid #eeeeee;
}
body #myguess .td .tit > div {
  float: left;
}
body #myguess .td .home,
body #myguess .td .guest {
  width: -webkit-calc(50% - 35px);
  width: calc(50% - 35px);
  line-height: 16px;
  font-weight: bold;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
body #myguess .td .tit .home {
  text-align: right;
}
body #myguess .td .JC {
  width: 120px;
  height: 52px;
  float: right;
}
body #myguess .td .JC .btn {
  background: #226204;
  height: 24px;
  line-height: 20px;
  float: left;
  width: 50%;
  color: white !important;
}
body #myguess .td .tit .score span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
body #myguess .td .tit .score i {
  display: none;
}
body #myguess .td .tit i.point {
  background: #3399ff url(/images/g_w.png) no-repeat center 40%;
  background-size: 55% 55%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
body #myguess .td .jcInfo,
body #myguess .td .guessItem {
  line-height: 17px;
  float: left;
  text-align: center;
  width: 50%;
}
body #myguess .td .guessItem {
  color: #999999;
}
body #myguess .td .guessItem .payBtn {
  border-radius: 4px;
  background: #226204;
  color: white;
  display: inline-block;
  line-height: 20px;
  width: 40px;
  text-align: center;
}
body #myguess .td .guessItem .payBtn:hover {
  background: #1e9e75;
}
body #myguess .td .btn {
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  background: #2c5994;
  color: white;
  border-radius: 4px;
  padding: 2px 14px;
  float: right;
}
body .result {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  float: right;
}
body .win,
body .draw,
body .loss {
  border-radius: 50%;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
body .win {
  background: #e62129;
}
body .draw {
  background: #076aec;
}
body #myguess .td .loss {
  background: #4fa22b;
}
body #myguess.td-simp .td.header .tit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 430px;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
  border-right: none;
  -ms-transform: unset;
  -webkit-transform: unset;
  transform: unset;
  position: relative;
  left: 0;
}
body #myguess.td-simp .td .payBtn,
body #myguess.td-simp .td.header .payBtn {
  display: none;
}
body #myguess.td-simp .td .home,
body #myguess.td-simp .td .guest {
  width: 135px;
}
body #USDT .tit {
  line-height: 30px;
}
body #USDT .desc {
  width: 100%;
  display: block;
  float: left;
  line-height: normal;
  padding: 10px 0;
  color: #666666;
}
body #USDT .tit .btn {
  float: right;
  font-size: 14px;
  width: 60px;
  height: 30px;
  line-height: 30px;
}
body #USDT .qrcode {
  margin-top: 10px;
}
body #USDT .qrcode img {
  width: 100px;
  height: 100px;
}
body #USDT .button,
body #USDT .button--max {
  max-width: 100%;
  margin: 5px 0;
  font-weight: normal;
}
body #USDT .btn {
  background: #4caf50 !important;
  border: solid 1px #4caf50 !important;
  color: white;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  width: 60px;
  height: 30px;
  line-height: 30px;
}
body #USDT .msg {
  line-height: 18px;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  font-size: 12px;
}
body #USDT .info {
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: whitesmoke;
}
body #USDT .iconfont {
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin: 0 5px;
}
body #USDT textarea {
  background: transparent;
}
@media screen and (max-width: 640px) {
  body .guessChart .item .precentData {
    bottom: 6px;
    border: solid 2px white;
  }
  body .guessChart .item {
    padding: 15px;
  }
  body #myguess .td .guessItem .payBtn {
    margin-left: 5px;
  }
  body #myguess {
    border-top: none;
  }
  body .menu .email_menu {
    display: none;
  }
  body #myguess .td.header {
    display: none;
  }
  body .topics .dataItem .itemData.col-11 {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  body .setting {
    padding: 0;
  }
  body .setting .ucenter-detail {
    position: absolute;
    top: 0;
  }
  body .setting .ucenter-nav {
    display: none;
  }
  body .detailBox {
    border-bottom: 5px solid #ebebeb;
  }
  body .detailBox h2 {
    border-bottom: solid 1px whitesmoke;
    padding: 0 10px;
    position: relative;
  }
  body .setting .detailBox h2 {
    padding: 0 20px;
  }
  body .setting > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px whitesmoke;
    line-height: 40px;
    background: url(/images/right_icon_black.png) no-repeat 98% center;
    background-size: auto 12px;
    padding: 0 10px;
  }
  body #myguess .td .tit .score {
    line-height: 16px;
    width: 30px;
    margin: 0;
    padding: 0;
    float: right;
  }
  body #myguess .td .tit .home,
  body #myguess .td .tit .guest {
    text-align: left;
    width: 80%;
  }
  body #myguess .td .payBtn {
    position: absolute;
    right: 136px;
  }
  body #myguess .td .league {
    color: #ff9800;
  }
}
@media screen and (min-width: 640px) {
  body .guessChart .item .txt {
    top: 42%;
  }
  body h2 .tab.tabMenu {
    min-width: 300px;
  }
  body #myguess .td .row {
    display: block;
    text-align: center;
  }
  body #myguess .td .row > div {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: inline-block;
    float: none;
    line-height: 32px;
  }
  body #myguess .td .row {
    padding: 0;
  }
  body #myguess .td .jcInfo,
  body #myguess .td .guessItem {
    display: inline;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  body .guessChart .item {
    width: 20%;
  }
  body .count .diamond .btn {
    padding: 2px 4px;
    margin-right: 3px;
  }
  body #myguess {
    margin: 5px;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
  }
  body #myguess .td {
    padding: 0;
  }
  body .win,
  body .draw,
  body .loss {
    margin: 0 auto;
    margin-top: 4px;
  }
  body #myguess .td.header .tit {
    /* -webkit-box-flex:0;-webkit-flex:0 0 250px;-ms-flex:0 0 250px;flex:0 0 250px;border:none;*/
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  body #myguess .td.header {
    background: whitesmoke;
    cursor: default;
    line-height: 30px;
    height: 30px;
    min-height: 30px;
  }
  body #myguess .td.header .JC .row:first-child {
    border-right: solid 1px #e1e1e1;
  }
  body #myguess .td .date {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border-right: solid 1px #eeeeee;
  }
  body #myguess .td.header .tit > div {
    border-right: solid 1px #e1e1e1;
    text-align: center;
    font-weight: normal;
    color: #333333 !important;
  }
  body #myguess .jcInfo {
    color: #333333 !important;
  }
  body #myguess .td .result {
    position: static;
    margin: 0;
  }
  body #myguess .td div.result {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }
  body #myguess .td .league {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: solid 1px #eeeeee;
  }
  body #myguess .td .guessItem {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  body #myguess .td .payBtn {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    border-left: solid 1px whitesmoke;
  }
  body #myguess .td .tit {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 430px;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    max-width: 430px;
  }
  body #myguess .td .tit .score {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    line-height: 30px;
    width: 30px;
  }
  body #myguess .td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body #myguess .td .tit > div {
    float: left;
  }
  body #myguess .td > div {
    float: left !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 32px !important;
    height: 32px !important;
  }
  body #myguess .td .home,
  body #myguess .td .guest {
    text-align: left;
    float: left;
    line-height: 32px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  body #myguess .td .tit .score span,
  body #myguess .td .tit .score i {
    display: inline;
  }
  body #myguess .td .JC {
    height: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 198px;
    -ms-flex: 0 0 198px;
    flex: 0 0 198px;
  }
  body #myguess .td .JC .row:first-child {
    float: left;
    width: 100px;
    height: 32px;
    border-right: solid 1px #eeeeee;
  }
  body #myguess .td .JC .result {
    width: 36px;
    height: 32px;
    padding: 0 5px;
  }
  body #myguess .td .JC .btn {
    margin: 4px;
    white-space: nowrap;
    float: none;
    width: auto;
    display: block;
  }
  body .detailBox {
    background: white;
    height: 100%;
    overflow: hidden;
  }
  body .detailBox h2 .back {
    display: none;
  }
  body .detailBox .txt {
    height: -webkit-calc(100% - 138px);
    height: calc(100% - 138px);
  }
  body .setting {
    background: transparent;
  }
  body .setting .ucenter-nav {
    width: 25%;
  }
  body .setting .ucenter-detail {
    display: unset;
    width: 75%;
  }
  body .content .ucenter-detail {
    position: static;
    background: transparent;
  }
  body .pop-comment-edit .popupBox--info {
    width: 60%;
    max-width: 640px;
  }
}
body.dark {
  /* freeback start */

  /* freeback end */

  /* .userMenu .quit,.userMenu .menu .mItem.setting,.userMenu .menu{display:none !important;}
*/

  /* from star */

  /* from end */

  /* tab star */

  /* tab end */

  /* list star */

  /* .topics .dataItem{padding:0;}*/

  /* .dataItem{padding:5px 10px;} */

  /* .dataItem .tit{margin-left:5px;}
*/

  /* list end */

  /* salf guess start */

  /* salf guess end */

  /* meboli */

  /* pc */

  color: #d9d9d9;
  background: #262626;
}
body.dark .box {
  padding: 10px;
  border: solid 1px #262626;
  border-radius: 4px;
}
body.dark .finance {
  background: #262626;
  overflow: hidden;
  padding: 10px;
}
body.dark .finance .regBox {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
body.dark .finance .regBox .txtBox {
  margin: 0;
  height: auto;
  line-height: 25px;
  padding: 0;
  border: none;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #262626;
}
body.dark .finance .regBox .txtBox:last-child {
  border: none !important;
}
body.dark .finance .regBox .txtBox .icon {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #226204;
  text-align: center;
}
body.dark .finance .regBox .txtBox .changeBtn {
  float: right;
  line-height: 40px;
  text-align: right;
  font-size: 13px;
  color: #226204;
  white-space: nowrap;
}
body.dark .finance .regBox .txtBox input {
  /* border: 1px solid #cccccc; */
  border-radius: 4px;
}
body.dark .finance h4 {
  font-weight: 500;
  padding: 0 4px;
  line-height: 20px;
  margin: 5px 0 5px 0;
}
body.dark .finance p {
  line-height: normal;
}
body.dark .finance p:last-child {
  font-size: 20px;
  color: #226204;
  font-weight: bold;
}
body.dark .finance .listItem {
  display: flex;
  flex-wrap: wrap;
}
body.dark .finance .listItem li {
  flex: 0 0 48%;
  margin: 2.5px 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
body.dark .finance .total {
  font-size: 13px;
  padding: 0 1%;
  font-weight: 500;
}
body.dark .finance .button {
  margin-top: 10px;
  font-weight: 500;
}
body.dark .finance .listItem li#cltxt {
  flex: 0 0 98%;
  margin: 5px 1%;
}
body.dark .finance .listItem li#cltxt input {
  width: 100%;
}
body.dark .plane.userMenu {
  padding: 0 10px !important;
}
body.dark .plane {
  border: none;
  border-radius: 4px;
  padding: 10px;
}
body.dark .userDetail {
  border: none !important;
  background: #295d13;
  color: white;
  padding: 10px;
  border-radius: 0;
}
body.dark .userDetail .iconfont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 30px;
  margin: 0;
}
body.dark .userDetail .badge {
  background: #ff3737;
}
body.dark .userDetail * {
  color: white !important;
}
body.dark .userDetail .des,
body.dark .userDetail .date,
body.dark .userDetail .date * {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.dark table {
  margin: 5px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
body.dark table tr th {
  line-height: 30px !important;
  background: #232323;
  font-size: 12px;
  border-bottom: solid 1px #262626;
}
body.dark table tr td {
  text-align: center;
  line-height: 30px;
  border-bottom: solid 1px #262626;
}
body.dark .FreebackList {
  min-height: calc(100vh - 45px);
}
body.dark .FreebackList .plane {
  padding: 0;
  border: none;
  padding-bottom: 51px;
  min-height: calc(100vh - 100px);
}
body.dark .eventBox .timeLine {
  background: #5086c4;
  width: 4px;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
}
body.dark .eventBox .eventList {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
body.dark .eventBox .eventList .time img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
body.dark .eventBox .eventList .item {
  position: relative;
  width: 100%;
  float: left;
  padding: 8px 0;
}
body.dark .eventBox .eventList .item > div {
  background: #262626;
  float: right;
  min-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  border-radius: 6px;
}
body.dark .eventBox .eventList .item > div a {
  color: #2196f3;
  white-space: nowrap;
}
body.dark .eventBox .eventList .item > div::before {
  content: " ";
  display: block;
  width: 100%;
}
body.dark .eventBox .eventList .item .homeEvent {
  position: relative;
  margin: 0 50px 0 10px;
}
body.dark .eventBox .eventList .item .homeEvent::before {
  content: "";
  height: 5px;
  width: 9px;
  margin-left: -7px;
  background: #262626;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 100%;
  top: 6px;
}
body.dark .eventBox .eventList .item .homeEvent > span {
  display: block;
}
body.dark .eventBox .eventList .item .homeEvent .name,
body.dark .eventBox .eventList .item .guestEvent .name {
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  word-break: break-word;
}
body.dark .eventBox .eventList .item .homeEvent .name2,
body.dark .eventBox .eventList .item .guestEvent .name2 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 28px;
  overflow: hidden;
  display: block;
}
body.dark .eventBox .eventList .item .homeEvent .time {
  left: unset;
  right: -45px;
}
body.dark .eventBox .eventList .item .time {
  border: solid 2px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  position: absolute;
  left: -45px;
  width: 35px;
  height: 35px;
  line-height: 20px;
  text-align: center;
  color: white;
  border-radius: 50%;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
body.dark .eventBox .eventList .item .guestEvent {
  float: left;
  position: relative;
  margin: 0 10px 0 50px;
}
body.dark .eventBox .eventList .item .guestEvent::before {
  content: "";
  background: #262626;
  height: 5px;
  width: 9px;
  margin-right: -7px;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  right: 100%;
  top: 9px;
}
body.dark .eventBox .eventList .item .guestEvent > span {
  display: block;
}
body.dark .eventBox .eventList::before {
  padding-bottom: 10px;
  background-size: 10px 10px;
  content: "";
  display: block;
  text-align: center;
  line-height: 30px;
}
body.dark .eventBox .eventList::after {
  padding-top: 10px;
  background-size: 10px 10px;
  content: "";
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 30px;
}
body.dark .eventBox .eventIcon {
  text-align: center;
  padding: 5px 0 4px;
  background: white;
}
body.dark .eventBox .eventIcon img {
  width: 18px;
  height: 18px;
}
body.dark h2 .tab.tabMenu {
  width: 180px;
}
body.dark h2 .tab.tabMenu .tabItem {
  padding: 0;
}
body.dark .guessChart::after {
  display: block;
  content: '';
  clear: both;
}
body.dark .guessChart .item {
  position: relative;
  padding: 0px;
  margin: 0;
  background: transparent;
  padding: 10px 20px 20px 20px;
  -webkit-box-sizing: b;
  box-sizing: b;
  width: 33.33%;
  float: left;
}
body.dark .guessChart .item canvas {
  margin-top: -10px;
}
body.dark .guessChart .item .precentData {
  position: absolute;
  bottom: 10px;
  line-height: normal;
  font-size: 12px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  text-align: center;
  border-radius: 10px;
  color: white;
  background: #e62129;
}
body.dark .guessChart .item .txt {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.dark .guessChart .item .txt .red {
  font-size: 14px;
}
body.dark .guessChart .item .txt span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  white-space: nowrap;
}
body.dark .guessChart .item .txt span:first-child {
  font-weight: bold;
}
body.dark .regBox.box-static {
  position: static !important;
  top: 0;
  width: 100%;
  max-width: 640px;
  left: unset;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body.dark .userMenu .RCBox {
  position: static;
  float: right;
  margin-top: 0;
  padding: 0;
}
body.dark .userMenu .menu.menu-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -5px;
  margin-top: 5px;
  width: 100%;
}
body.dark .userMenu .menu.menu-horizontal .mItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: none;
  text-align: center;
}
body.dark .userMenu .menu.menu-horizontal .mItem.on {
  border-bottom: solid 2px #008c54;
  color: #008c54;
}
body.dark .userMenu .menu .mItem {
  line-height: 40px;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  /* text-align:center;*/
  cursor: pointer;
}
body.dark .userMenu .menu .mItem.on {
  color: #d63030;
}
body.dark .userMenu .userBox {
  margin-bottom: 0;
  display: block;
  float: left;
  border: none;
  width: 100%;
}
body.dark .readCount {
  float: right;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  color: #595959;
}
body.dark .readCount .dataValue {
  float: right;
  margin: 0;
  color: #595959;
  padding: 0 0 0 5px;
}
body.dark .detailBox {
  border-bottom: solid 4px #262626;
  border-radius: 0;
}
body.dark .detailBox .quit {
  margin: 10px;
}
body.dark .detailBox h2 {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: solid 1px #262626;
}
body.dark .detailBox h2 .back {
  display: block;
  float: left;
  background: url(/images/left_icon_black.png) no-repeat left center;
  width: 30px;
  background-size: auto 40%;
}
body.dark .detailBox .txt {
  padding: 15px;
}
body.dark .detailBox .txt table tr {
  height: 28px;
}
body.dark .content .ucenter-detail {
  margin: 0;
  background: #1b1b1b;
  height: 100%;
  width: 100%;
}
body.dark .content .ucenter-detail .tabItem,
body.dark .content .ucenter-detail .tabItem--on {
  padding: 0 15px;
}
body.dark .content .ucenter-nav {
  margin: 0;
  height: 100%;
  width: 100%;
  border-bottom: 5px solid #262626;
}
body.dark .setting .ucenter-nav {
  width: 100%;
  display: block;
}
body.dark .setting .detailBox h2 {
  padding: 0 10px;
  border-bottom: solid 1px #262626;
  font-weight: bold;
}
body.dark .editUserIcon {
  text-align: center;
  padding: 10px;
  margin: 0;
}
body.dark .editUserIcon .icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background: #f1f1f1;
  margin: 0 auto;
  margin-bottom: 20px;
  float: none;
}
body.dark .editUserIcon .icon img {
  width: 100%;
  height: 100%;
}
body.dark .editUserIcon .upload-box {
  position: relative;
  text-align: center;
}
body.dark .editUserIcon .upload-btn {
  position: relative;
  width: 120px;
  margin: auto;
}
body.dark .editUserIcon .upload-btn input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  font-size: 0;
}
body.dark .header .tit {
  font-size: 15px;
  color: white;
}
body.dark .regBox.single .txtBox {
  border: none;
  border-bottom: 1px solid #262626;
  border-radius: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.dark .regBox .txtBox {
  min-height: 40px;
  color: #8c8c8c;
  border: 1px solid #262626;
  margin-bottom: 15px;
  margin-top: 5px;
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
  padding: 0 10px;
}
body.dark .regBox .txtBox .row {
  flex: 0 0 100%;
}
body.dark .regBox .txtBox .mItem {
  border: none;
  width: auto;
  padding: 0;
}
body.dark .regBox .txtBox .desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body.dark .regBox .txtBox .iconfont {
  padding: 0 10px;
  line-height: 40px;
  width: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  font-size: 20px;
  color: #595959;
  margin-right: -5px;
}
body.dark .regBox .txtBox.nodata {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
body.dark .regBox .txtBox.nodata .btn {
  padding: 5px 10px;
  border: solid 1px #1b1b1b;
  border-radius: 4px;
  margin: 10px 0;
}
body.dark .regBox .txtBox > * {
  margin: 0;
  height: auto;
}
body.dark .regBox .txtBox select,
body.dark .regBox .txtBox input {
  line-height: 40px;
  border-style: none;
  padding: 0px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  background: transparent;
  color: white;
  font-weight: bold;
  font-size: 15px;
}
body.dark .i38 {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  z-index: 9999;
}
body.dark .id {
  background: url(/images/reg/id.png) no-repeat 10px center;
}
body.dark .pwd {
  background: url(/images/reg/pwd.png) no-repeat 10px center;
}
body.dark .rePwd {
  background: url(/images/reg/rePwd.png) no-repeat 10px center;
}
body.dark .tel {
  background: url(/images/reg/tel.png) no-repeat 10px center;
}
body.dark .code {
  font-weight: normal;
  font-size: 12px;
  background: url(/images/reg/phone.png) no-repeat 10px center;
}
body.dark .setting {
  background: #1b1b1b;
}
body.dark .setting .ucenter-nav {
  margin: 0px;
}
body.dark .mask {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
body.dark .tab {
  position: static;
  bottom: 0;
  line-height: 30px;
  border: none;
  display: block;
  border-radius: 0;
}
body.dark .tab .tabItem {
  line-height: 30px;
}
body.dark .tab .tabItem,
body.dark .tab .tabItem--on {
  display: block;
  line-height: 40px;
  float: left;
  font-weight: normal;
  background: transparent;
  color: white;
}
body.dark .tab .tabItem--on,
body.dark .tab.tabMenu .tabItem--on {
  border-radius: 0;
  line-height: 30px;
  color: #295d13;
  border-bottom: solid 2px #295d13;
  line-height: 40px;
}
body.dark .dateBar .iconfont {
  margin: 0 0 0 10px;
}
body.dark .plane .topics.focusList .dataItem {
  padding: 12px 0 !important;
}
body.dark .plane .topics {
  margin: -10px 0;
}
body.dark .plane .topics .dataItem {
  padding-top: 4px !important;
}
body.dark .topics {
  background: #1b1b1b;
}
body.dark .topics .dataItem .detail {
  /* padding:5px 0;*/
  width: 100%;
}
body.dark .topics .dataItem .itemData.col-11 {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  float: left;
}
body.dark .topics .dataItem .readicon {
  font-size: 12px;
  float: right;
  width: auto;
  color: #595959;
  /* top:8px;*/
  position: relative;
}
body.dark .topics .dataItem .readicon .icon {
  font-size: 16px;
  color: #595959;
}
body.dark .replyList {
  padding: 0 10px;
}
body.dark .replyList .icon {
  float: left;
}
body.dark .icon {
  margin-right: 5px;
  width: auto;
}
body.dark .weiquBox .right .name {
  line-height: 32px;
}
body.dark .weiquBox .right .icon a {
  float: left;
}
body.dark .icon img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
body.dark .dataItem .name {
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
}
body.dark .dataItem .name span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
body.dark .dataItem .des {
  line-height: 16px;
}
body.dark .dataItem > div {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: 0;
}
body.dark .dataItem .tit a {
  display: inline;
}
body.dark .weiquBox .right {
  position: relative;
  margin: 0px;
  width: 100%;
  float: left;
  clear: none;
  padding: 0;
  border: none;
}
body.dark .weiquBox .right .txt {
  padding: 0;
}
body.dark .replyList .replyTo {
  width: 100%;
}
body.dark .replyList .replyTo .r_info .txt {
  padding: 0;
}
body.dark .replyList .replyTo .r_info .txt p:first-child,
body.dark .weiquBox .right .txt p:first-child {
  display: inline-block;
}
body.dark .pop-comment-edit .popupBox--body {
  text-align: left;
}
body.dark .pop-comment-edit .tools .button--mini {
  border-radius: 4px;
  background: none;
  background-color: #48b1e6;
  color: white;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 80px;
  padding: 0;
}
body.dark .userBox.userDetailBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0 !important;
}
body.dark .userBox.userDetailBox .des {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body.dark .userBox.userDetailBox .btn {
  margin: 0 !important;
  top: 0;
}
body.dark .data {
  overflow: hidden;
  /* border-bottom:1px solid #f1f1f1;*/

}
body.dark .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.dark .data ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
body.dark .data ul li:last-child {
  border: none;
}
body.dark .data ul li span {
  display: block;
  text-align: center;
  color: #a3a3a3;
}
body.dark .data ul li .num {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
body.dark #myguess {
  border-top: solid 1px #e1e1e1;
}
body.dark #myguess .td {
  border-bottom: solid 1px #e1e1e1;
  padding: 5px;
  background: white;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
body.dark #myguess .td:hover {
  background: #faeecf;
}
body.dark #myguess .td.header .league {
  text-align: center;
}
body.dark #myguess .td .league,
body.dark #myguess .td .date {
  color: #999999;
  float: left;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body.dark #myguess .td .league {
  padding: 0 5px;
}
body.dark #myguess .td .row {
  overflow: hidden;
  line-height: 24px;
  padding: 0 0 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.dark #myguess .td .row > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}
body.dark #myguess .td .row .time {
  float: right;
  color: #999999;
}
body.dark #myguess .td .row .icon {
  min-width: 24px;
  min-height: 24px;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
body.dark #myguess .td .tit {
  line-height: 20px;
  font-size: 12px;
  color: #333333;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  float: left;
  border-right: 1px solid #eeeeee;
}
body.dark #myguess .td .tit > div {
  float: left;
}
body.dark #myguess .td .home,
body.dark #myguess .td .guest {
  width: -webkit-calc(50% - 35px);
  width: calc(50% - 35px);
  line-height: 16px;
  font-weight: bold;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
body.dark #myguess .td .tit .home {
  text-align: right;
}
body.dark #myguess .td .JC {
  width: 120px;
  height: 52px;
  float: right;
}
body.dark #myguess .td .JC .btn {
  background: #226204;
  height: 24px;
  line-height: 20px;
  float: left;
  width: 50%;
  color: white !important;
}
body.dark #myguess .td .tit .score span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
body.dark #myguess .td .tit .score i {
  display: none;
}
body.dark #myguess .td .tit i.point {
  background: #3399ff url(/images/g_w.png) no-repeat center 40%;
  background-size: 55% 55%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
body.dark #myguess .td .jcInfo,
body.dark #myguess .td .guessItem {
  line-height: 17px;
  float: left;
  text-align: center;
  width: 50%;
}
body.dark #myguess .td .guessItem {
  color: #999999;
}
body.dark #myguess .td .guessItem .payBtn {
  border-radius: 4px;
  background: #226204;
  color: white;
  display: inline-block;
  line-height: 20px;
  width: 40px;
  text-align: center;
}
body.dark #myguess .td .guessItem .payBtn:hover {
  background: #1e9e75;
}
body.dark #myguess .td .btn {
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  background: #2c5994;
  color: white;
  border-radius: 4px;
  padding: 2px 14px;
  float: right;
}
body.dark .result {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  float: right;
}
body.dark .win,
body.dark .draw,
body.dark .loss {
  border-radius: 50%;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
body.dark .win {
  background: #e62129;
}
body.dark .draw {
  background: #076aec;
}
body.dark #myguess .td .loss {
  background: #4fa22b;
}
body.dark #myguess.td-simp .td.header .tit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 430px;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
  border-right: none;
  -ms-transform: unset;
  -webkit-transform: unset;
  transform: unset;
  position: relative;
  left: 0;
}
body.dark #myguess.td-simp .td .payBtn,
body.dark #myguess.td-simp .td.header .payBtn {
  display: none;
}
body.dark #myguess.td-simp .td .home,
body.dark #myguess.td-simp .td .guest {
  width: 135px;
}
body.dark #USDT .tit {
  line-height: 30px;
}
body.dark #USDT .desc {
  width: 100%;
  display: block;
  float: left;
  line-height: normal;
  padding: 10px 0;
  color: #666666;
}
body.dark #USDT .tit .btn {
  float: right;
  font-size: 14px;
  width: 60px;
  height: 30px;
  line-height: 30px;
}
body.dark #USDT .qrcode {
  margin-top: 10px;
}
body.dark #USDT .qrcode img {
  width: 100px;
  height: 100px;
}
body.dark #USDT .button,
body.dark #USDT .button--max {
  max-width: 100%;
  margin: 5px 0;
  font-weight: normal;
}
body.dark #USDT .btn {
  background: #4caf50 !important;
  border: solid 1px #4caf50 !important;
  color: white;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  width: 60px;
  height: 30px;
  line-height: 30px;
}
body.dark #USDT .msg {
  line-height: 18px;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  font-size: 12px;
}
body.dark #USDT .info {
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: whitesmoke;
}
body.dark #USDT .iconfont {
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin: 0 5px;
}
body.dark #USDT textarea {
  background: transparent;
}
@media screen and (max-width: 640px) {
  body.dark .guessChart .item .precentData {
    bottom: 6px;
    border: solid 2px white;
  }
  body.dark .guessChart .item {
    padding: 15px;
  }
  body.dark #myguess .td .guessItem .payBtn {
    margin-left: 5px;
  }
  body.dark #myguess {
    border-top: none;
  }
  body.dark .menu .email_menu {
    display: none;
  }
  body.dark #myguess .td.header {
    display: none;
  }
  body.dark .topics .dataItem .itemData.col-11 {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  body.dark .setting {
    padding: 0;
  }
  body.dark .setting .ucenter-detail {
    position: absolute;
    top: 0;
  }
  body.dark .setting .ucenter-nav {
    display: none;
  }
  body.dark .detailBox {
    border-bottom: 5px solid #262626;
  }
  body.dark .detailBox h2 {
    border-bottom: solid 1px #262626;
    padding: 0 10px;
    position: relative;
  }
  body.dark .setting .detailBox h2 {
    padding: 0 20px;
  }
  body.dark .setting > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #262626;
    line-height: 40px;
    background: url(/images/right_icon_black.png) no-repeat 98% center;
    background-size: auto 12px;
    padding: 0 10px;
  }
  body.dark #myguess .td .tit .score {
    line-height: 16px;
    width: 30px;
    margin: 0;
    padding: 0;
    float: right;
  }
  body.dark #myguess .td .tit .home,
  body.dark #myguess .td .tit .guest {
    text-align: left;
    width: 80%;
  }
  body.dark #myguess .td .payBtn {
    position: absolute;
    right: 136px;
  }
  body.dark #myguess .td .league {
    color: #ff9800;
  }
}
@media screen and (min-width: 640px) {
  body.dark .guessChart .item .txt {
    top: 42%;
  }
  body.dark h2 .tab.tabMenu {
    min-width: 300px;
  }
  body.dark #myguess .td .row {
    display: block;
    text-align: center;
  }
  body.dark #myguess .td .row > div {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: inline-block;
    float: none;
    line-height: 32px;
  }
  body.dark #myguess .td .row {
    padding: 0;
  }
  body.dark #myguess .td .jcInfo,
  body.dark #myguess .td .guessItem {
    display: inline;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  body.dark .guessChart .item {
    width: 20%;
  }
  body.dark .count .diamond .btn {
    padding: 2px 4px;
    margin-right: 3px;
  }
  body.dark #myguess {
    margin: 5px;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
  }
  body.dark #myguess .td {
    padding: 0;
  }
  body.dark .win,
  body.dark .draw,
  body.dark .loss {
    margin: 0 auto;
    margin-top: 4px;
  }
  body.dark #myguess .td.header .tit {
    /* -webkit-box-flex:0;-webkit-flex:0 0 250px;-ms-flex:0 0 250px;flex:0 0 250px;border:none;*/
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  body.dark #myguess .td.header {
    background: #232323;
    cursor: default;
    line-height: 30px;
    height: 30px;
    min-height: 30px;
  }
  body.dark #myguess .td.header .JC .row:first-child {
    border-right: solid 1px #e1e1e1;
  }
  body.dark #myguess .td .date {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border-right: solid 1px #eeeeee;
  }
  body.dark #myguess .td.header .tit > div {
    border-right: solid 1px #e1e1e1;
    text-align: center;
    font-weight: normal;
    color: #333333 !important;
  }
  body.dark #myguess .jcInfo {
    color: #333333 !important;
  }
  body.dark #myguess .td .result {
    position: static;
    margin: 0;
  }
  body.dark #myguess .td div.result {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }
  body.dark #myguess .td .league {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: solid 1px #eeeeee;
  }
  body.dark #myguess .td .guessItem {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  body.dark #myguess .td .payBtn {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    border-left: solid 1px #262626;
  }
  body.dark #myguess .td .tit {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 430px;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    max-width: 430px;
  }
  body.dark #myguess .td .tit .score {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    line-height: 30px;
    width: 30px;
  }
  body.dark #myguess .td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.dark #myguess .td .tit > div {
    float: left;
  }
  body.dark #myguess .td > div {
    float: left !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 32px !important;
    height: 32px !important;
  }
  body.dark #myguess .td .home,
  body.dark #myguess .td .guest {
    text-align: left;
    float: left;
    line-height: 32px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  body.dark #myguess .td .tit .score span,
  body.dark #myguess .td .tit .score i {
    display: inline;
  }
  body.dark #myguess .td .JC {
    height: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 198px;
    -ms-flex: 0 0 198px;
    flex: 0 0 198px;
  }
  body.dark #myguess .td .JC .row:first-child {
    float: left;
    width: 100px;
    height: 32px;
    border-right: solid 1px #eeeeee;
  }
  body.dark #myguess .td .JC .result {
    width: 36px;
    height: 32px;
    padding: 0 5px;
  }
  body.dark #myguess .td .JC .btn {
    margin: 4px;
    white-space: nowrap;
    float: none;
    width: auto;
    display: block;
  }
  body.dark .detailBox {
    background: #1b1b1b;
    height: 100%;
    overflow: hidden;
  }
  body.dark .detailBox h2 .back {
    display: none;
  }
  body.dark .detailBox .txt {
    height: -webkit-calc(100% - 138px);
    height: calc(100% - 138px);
  }
  body.dark .setting {
    background: transparent;
  }
  body.dark .setting .ucenter-nav {
    width: 25%;
  }
  body.dark .setting .ucenter-detail {
    display: unset;
    width: 75%;
  }
  body.dark .content .ucenter-detail {
    position: static;
    background: transparent;
  }
  body.dark .pop-comment-edit .popupBox--info {
    width: 60%;
    max-width: 640px;
  }
}
