@font-face {
  font-family: MSYH;
  src: url('../font/MSYH.ttf');
}
a,
b,
span,
label,
i {
  display: inline-block;
}

img {
  vertical-align: middle;
  width: 100%;
  border: 0;
}

input,
button,
textarea {
  border: none;
  outline: none;
  font-family: Microsoft YaHei, Arial;
}

a {
  text-decoration: none;
  color: #393900;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #393900;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}

th,
td {
  padding: 0;
}

red {
  color: red;
}

green {
  color: green;
}

gray {
  color: gray;
}

.purple1 {
  color: #b13d97;
}

.blue1 {
  color: #0050b3;
}

.red1 {
  color: #bf2825;
}

.yellow1 {
  color: #ffb90e;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.mt2 {
  margin-top: 2px;
}

.red {
  color: #ff3300 !important;
}

.blue {
  color: #1a86e1;
}

.green {
  color: green;
}

.gray {
  color: gray;
}

.black {
  color: #333333;
}

.zs_orange {
  color: #e36a1b;
}

.bg_orange {
  background-color: #e26b1b;
}

.bg_blue {
  background-color: #1a86e1 !important;
}

.bg_red {
  background-color: #ff3300 !important;
}

.bg_white {
  background-color: #fff;
}

.bg_f6 {
  background-color: #f2efe6;
}

.prela {
  position: relative;
}

.hide {
  display: none;
}

/* Pull Start */

#wrapper {
  position: absolute;
  z-index: 1;
  top: 40px;
  bottom: 40px;
  left: -9999px;
  width: 100%;
  background: #f5f5f5;
  overflow: auto;
}

#scroller {
  position: absolute;
  z-index: 1;
  /*	-webkit-touch-callout:none;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
}

#pullDown,
#pullUp {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
  color: #888;
}

#pullDown .pullDownIcon,
#pullUp .pullUpIcon {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px 80px;
  background-size: 40px 80px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 250ms;
}

#pullDown .pullDownIcon {
  transform: rotate(0deg) translateZ(0);
}

#pullUp .pullUpIcon {
  transform: rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
  transform: rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
  transform: rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon,
#pullUp.loading .pullUpIcon {
  background-position: 0 100%;
  -webkit-transform: rotate(0deg) translateZ(0);
  -webkit-transition-duration: 0ms;
  -webkit-animation-name: loading;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg) translateZ(0);
  }

  to {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}

/* Pull End */

/* 头部样式 */

header {
  height: 40px;
  width: 100%;
}

.header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: fixed;
  z-index: 999;
  max-width: 769px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to left bottom, #ffa04b, #ff6f38);
}

.header-left,
.header-right {
  width: 70px;
  height: 100%;
  text-align: center;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-title {
  height: 40px;
  line-height: 40px;
  /* position: absolute; */
  left: 70px;
  right: 70px;
  text-align: center;
  font-size: 1.22em;
  cursor: pointer;
  color: #fff;
}

.header .xc_return {
  width: 40px;
  height: 100%;
  background-image: url(https://img2.ydniu.com/app/images/sports_ydniu/model/back_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  cursor: pointer;
  float: left;
}

[v-cloak] {
  display: none;
}

.header .download {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  background: #3b52d6;
}

.h_video {
  width: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.h_video a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.h_video img {
  width: 100%;
}