@charset "UTF-8";
/* 以下是动画 */
@keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
@-webkit-keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 0.38rem;
  line-height: 0.7rem;
  color: #666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  background: #eee;
  text-align: left;
  position: relative;
  height: 100%; }

a {
  font-family: "微软雅黑";
  font-size: 0.38rem;
  line-height: 0.7rem;
  color: #666;
  text-decoration: none;
  position: relative;
  cursor: pointer; }

input {
  font-family: "微软雅黑";
  font-size: 0.38rem;
  line-height: 0.7rem;
  color: #666; }

textarea {
  resize: none;
  font-family: "微软雅黑";
  font-size: 0.38rem;
  line-height: 0.7rem;
  color: #666; }

textarea.textarea {
  border: none;
  background: none; }

.main {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%; }

.center {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.absolute-r {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto; }

.absolute-l {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto; }

.tabfix {
  display: table;
  table-layout: fixed;
  border-collapse: collapse; }
  .tabfix nav, .tabfix menu {
    display: table-row; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.fc, a.fc {
  color: #0a68c5; }

.sc, a.sc {
  color: #009944; }

.white, a.white {
  color: #fff; }

.fcbg, input.fcbg {
  background: #0a68c5; }

.comheadbg {
  width: 100%;
  height: 1.5rem; }

.comhead {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.5rem;
  background: url("../images/topbg.png") no-repeat center center;
  background-size: cover;
  color: #fff; }
  .comhead h2 {
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.5rem; }
  .comhead .back {
    position: absolute;
    left: 4%;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 0.4rem;
    height: 100%;
    background: url("../images/back.png") no-repeat center center;
    background-size: 100%; }
  .comhead .menu {
    position: absolute;
    right: 4%;
    top: 0;
    height: 100%;
    background: url("../images/menu.png") no-repeat center center;
    background-size: 100%;
    width: 0.8rem; }

.winbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: url("../images/darkbg.png") repeat;
  display: none; }

.winbgclick {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%; }

.floatmenu {
  height: 100%;
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff; }
  .floatmenu a {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    line-height: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.contit01 {
  padding: 2.5rem 0 0.6rem;
  text-align: center;
  width: 100%; }

.contit02 {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  background: #fff;
  height: 1.3rem; }
  .contit02 .text {
    width: 100%;
    height: 1.3rem;
    text-align: center;
    color: #000;
    font-size: 0.5rem; }

.consub {
  margin: 1rem auto 0;
  border: none;
  background: #0a68c5;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 0.45rem;
  line-height: 1.1rem;
  height: 1.1rem;
  width: 40%;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  display: block;
  border-radius: 3px; }

.coninfo {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .coninfo table {
    width: 100%; }
    .coninfo table th {
      text-align: right;
      white-space: nowrap;
      padding-right: 0.1rem;
      vertical-align: top;
      font-weight: 400;
      padding-bottom: 0.2rem; }
    .coninfo table td {
      padding-bottom: 0.2rem; }

.myscore {
  width: 100%; }
  .myscore li {
    line-height: 1.2rem;
    text-align: center;
    padding: 0 50% 0 10%;
    width: 40%; }
    .myscore li:nth-child(odd) {
      background: #eee; }
    .myscore li p {
      color: #0a68c5;
      position: absolute;
      right: 0;
      top: 0;
      width: 40%;
      padding-right: 10%; }

.connews {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 15px #ddd;
  margin-top: 0.5rem;
  text-align: center;
  padding-bottom: 0.7rem; }
  .connews h2 {
    font-size: 0.5rem;
    color: #fff;
    background: #333;
    line-height: 1.2rem; }
  .connews .p1 {
    font-size: 0.46rem;
    margin-top: 1rem; }

/*# sourceMappingURL=style.css.map */
