* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a{
  text-decoration: none !important;
}

img {
  max-width: 100%;
}/*
@font-face {
  font-family: PINGFANG-BOLD;
  src: url('../fonts/PINGFANG-BOLD.TTF');
}

@font-face {
  font-family: PINGFANG-MEDIUM;
  src: url('../fonts/PINGFANG-MEDIUM.TTF');
}
@font-face {
  font-family: PINGFANG-LIGHT;
  src: url('../fonts/PINGFANG-LIGHT.TTF');
}
@font-face {
  font-family: PINGFANG-REGULAR;
  src: url('../fonts/PINGFANG-REGULAR.TTF');
}*/
/* @font-face {
  font-family: rzao;
  src: url('../fonts/rzao.ttf');
} */

.PINGFANG-BOLD {
  font-family: 'PINGFANG-BOLD';
}

.PINGFANG-MEDIUM {
  font-family: 'PINGFANG-MEDIUM';
}
.PINGFANG-LIGHT {
  font-family: 'PINGFANG-LIGHT';
}
.PINGFANG-REGULAR {
  font-family: 'PINGFANG-REGULAR';
}
img {
  max-width: 100%;
}

html,
body {
  width: 100%;
  /* height: 100%; */
  font-size: 10px;
  font-family: 'PINGFANG-MEDIUM';
}
html,
body {
  width: 100%;
  /* height: 100%; */
  font-size: 10px;
}

html {
  _background: url(about:blank);
  background-attachment: fixed;
}

video {
  max-width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'PINGFANG-MEDIUM';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SerifCN_Blod' !important;
}

body {
  color: #555;
  margin: 0 auto;
  padding: 0;
  /* padding-top: 48px; */
}

ul,
li {
  list-style: none;
  text-transform: capitalize;
}

input,
textarea,
button,
select {
  font-size: 12px;
  outline: none;
  resize: none;
  color: #555;
  /* font-family: '瀹嬩綋'; */
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

a {
  color: #1d1e20;
  text-decoration: none;
  /* -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; */
}

a.even {
  pointer-events: none;
}

a:hover {
  color: #f63030;
  text-decoration: none;
}

img {
  border: none;
}

::selection {
  background: #feaeae;
  color: #fff;
}

::-moz-selection {
  background: #feaeae;
  color: #fff;
}

::-webkit-selection {
  background: #feaeae;
  color: #fff;
}
.rel{
position: relative;
}
.abs{
position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
}

.flex-warp {
  flex-wrap: wrap;
}

.red {
  color: #f63030;
}


/* 閬僵鏍峰紡 */
.markShow,
.markShows {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
}
.noticWin{
  display: none;
  width: 75%;
  position: fixed;
  top: 50%;
  left: 12.5%;

  z-index: 12;
  /* padding: 2rem 10px; */
  border-radius: 8px;
  transform: translateY(-50%);
}
.noticWin img{
  font-size: 0px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.noticInfo{
  background: #ffffff;
  padding: 2rem;
  margin-top: -2px;
  border-radius: 0 0 10px 10px;
}
.noticWin .closeds{
  bottom: -5rem;
}
.noticInfo h3{
  text-align: center;
  color: #2A84EC;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.noticInfo .urls{
  font-size: 1.6rem;
  line-height: 2;

  text-align: center;
}
.urls span{
  font-weight:bold;
}
.noticInfo .tips{
  text-align: center;
  font-size: 1rem;
  margin-top: 4px;
  margin-bottom: 10px;
}
.noticInfo .vxcode{
  text-align: center;
  margin-bottom: 20px;
}
.noticInfo .vximg{
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid rgba(255,136,30,0.9);
  width: 8.5rem;
  height: 8.5rem;
  text-align: center;
  padding: 0.6rem;
  margin: 12px auto;
}
.noticInfo .vximg img{
  width: 100%;
  height: 100%;
}
.noticInfo #coforms{
  background: #2A84EC;
box-shadow: 1px 2px 4px 0px rgba(8,97,215,0.65);
border-radius: 5px;
}
.windows{
  display: none;
  width: 62%;
  position: fixed;
  top: 50%;
  left: 19%;
  background: #ffffff;
  z-index: 12;
  padding: 2rem 10px;
  border-radius: 8px;
  transform: translateY(-50%);
}
.mwid{
  width: 84%!important;
  left: 8%!important;
}
.windows .boxInfo,.noticWin .boxInfo{
  position: relative;
  width: 100%;
}
.windows .boxInfo .infos{
  text-align: left;
  font-size: 1.3rem;
  color: #22232B;
  line-height: 1.5;
  /*padding: 10px 20px;*/
  padding: 0px 15px;

}
.windows .boxInfo .btn-box{
  /* margin-top: 2rem; */
  padding: 0 40px;
}
.windows .boxInfo .btn-box a{
  display: block;
  border-radius: 5px;
  width:14rem;
  text-align: center;
  padding: 0 0px;
  line-height: 30px;
}
#coforms{
  margin-left:4rem;
}
.windows .boxInfo .btn-box a.res{
  background: #ECECEC;
  color: #707070;

}
.windows .boxInfo .btn-box a.cof{
  background: url(../images/ibg.png) no-repeat center;
  background-size: cover;
  color: #ffffff;

}
.closeds{
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: -7rem;
}
.closeds img{
  width: 3rem;
}
@keyframes myAnimation {
  0% {
    /* transform: scale(0); */
    height: 0;
    opacity: 0;
  }

  25% {
    opacity: 1;
    height: auto;
    /* transform: scale(1); */
  }

  50% {
    /* transform: scale(1); */
    opacity: 1;
    height: auto;
  }

  100% {
    /* transform: scale(0); */
    height: 0;
    opacity: 0;
  }
}


.u-font-xs {
	font-size: 22rpx;
}

.u-font-sm {
	font-size: 26rpx;
}

.u-font-md {
	font-size: 28rpx;
}

.u-font-lg {
	font-size: 30rpx;
}

.u-font-xl {
	font-size: 34rpx;
}

.u-flex {

	display: flex;

	flex-direction: row;
	align-items: center;
}

.u-flex-wrap {
	flex-wrap: wrap;
}

.u-flex-nowrap {
	flex-wrap: nowrap;
}

.u-col-center {
	align-items: center;
}

.u-col-top {
	align-items: flex-start;
}

.u-col-bottom {
	align-items: flex-end;
}

.u-row-center {
	justify-content: center;
}

.u-row-left {
	justify-content: flex-start;
}

.u-row-right {
	justify-content: flex-end;
}

.u-row-between {
	justify-content: space-between;
}

.u-row-around {
	justify-content: space-around;
}

.u-text-left {
	text-align: left;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

.u-flex-col {

	display: flex;

	flex-direction: column;
}

.header{
  width: 100%;
  padding: 0.8rem 0;
}
.header .logo{
  margin-left: 1rem;
  height: 3.16rem;
  width: 8.79rem;
  /* background: #338EF7; */
}
.header .logo img{
  height:100%
}
.header .icongroup{
  /* padding: 1rem 0; */
}
.header .icongroup .item{
  height: 1.87rem;
  width: 1.87rem;
  margin: 0 1rem;
}
.header .icongroup .item img{
  height: 1.87rem;
}
.menu{
  background: #338EF7;
  width: 100%;
  height: 3.75rem;
  position: relative;
  padding: 0 2.5rem;
}
.menu .arrow-left,.menu .arrow-right{
  position: absolute;
  top: 1rem;
  z-index: 2;
}
.menu .arrow-left{
  left: 1rem;
  opacity: 0.3;
}
.menu .arrow-right{
  right: 1rem;
}
.menu img{
  /* width: 0; */
  height: 1.5rem;

}
.notic{
  background: url(../images/icon-notic.png) no-repeat 1rem center;
  background-size: 1.875rem 1.41rem;
  padding: 0.4rem 1rem;
  padding-left: 3.2rem;
  font-size: 1.2rem;
  border-bottom: rgba(40, 40, 40, 0.1) solid 1px;
  color:#000000;
  overflow:hidden;
}
.notic marquee{
    margin-top:0.3rem;

}
.leaderboard{
  width: 100%;
  height: 4.218rem;
  background: #52A2FF;
  overflow: hidden;
}

.mui-bar{
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  border-bottom: 0;
}

.nav{
  position: relative;
  /* background-color: #f4f5f6; */
  /* height: 40px; */
  color: #ffffff;
}
.nav-list{
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  height: 3.75rem;
  align-items: center;
}
.nav-a {
  color: #505050;
  text-decoration: none;
  font-size: 1.2rem;
  margin:  0px;
  padding: 0;
  line-height: 28px;
  display: inline-block;
  width: auto !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}


.selected .underLine{
  width:15px;
  height: 1px;
  background: #FFF;
  bottom:0px;
  left:0px;
  right:0px;
  margin:auto;
}

#nav .bar .color{
  width: 15px;
  margin: 0 auto;
  height: 1px;
  background: #f85959;
}
#nav .bar {
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 6px;
  display: none;
}
.nav-a span{
  line-height: 3.75rem;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 0.2rem 0.6rem;
}
.nav-a.selected span {
  font-weight: bold;
  color:#ffffff;
  background: #FC9615;
  border-radius: 3px;
  padding: 0.2rem 0.6rem;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  
}
#nav a{
  color: #ffffff;
}
div,p,span{
  font-size: 1.2rem;
}
#backtop{
  cursor: pointer;
  
  background-size: 64px;
background: #338EF7;
  position: fixed;
  bottom: 100px;
  right: 1rem;
  color: #ffffff;
  line-height: 4rem;
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0px 0.4rem 0.8rem 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  display: none;
  width: 4rem;
  height: 4rem;

}


#backtop:hover{
  background-size: 5rem;
}

.pages{
  
}
.pages ul{
  margin-bottom: 10px;
}
.pages .jump{
  margin-bottom: 15px;
}
.pages li,.pages span{
 width: 24px;
 height: 24px;
 border-radius: 3px;
 line-height: 24px;
 text-align: center; 
 background: #FFFFFF;
border: 1px solid #DCDCDC;
margin: 0 4px;
}
.pages span{
  background: #338EF7;
  border: 1px solid #338EF7;
  color: #ffffff;
}
.pages li.prve{
  background: url(../images/prve.png) no-repeat center;
  background-size: 6px;
}
.pages li.next{
  background: url(../images/next.png) no-repeat center;
  background-size: 6px;
}
.pages input{
  width: 52px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DCDCDC;
  height: 24px;
  text-align: center;
  margin: 0 5px;
}
.pages .jump .button{
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 3px;
  color: #ffffff;
  background: #338EF7;
  margin-left: 8px;
}
.iconMenuBox {
  position: relative;
  border-bottom: rgba(40, 40, 40, 0.1) solid 1px;
}

.iconMenuBox.fixed {
  position: fixed;
  top: 3.75rem;
  left: 0;
  background: #ffffff;
  z-index: 999;
  height: 10rem;
  overflow: hidden;
}

.catemenu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.iconMenuBox .down{
  background: #ffffff url(../images/down.png) no-repeat center;
  background-size: 15px 8px;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  display: none;
}
.iconMenuBox.fixed .down{
  display: block;
}
.iconMenuBox.heightAuto{
  height: 19rem;
}
.iconMenuBox.fixed .down.fz{
  transform: rotate(180deg);
}
.videoInfo{
  font-size: 1.3rem;
  padding: 8px 0;
}
.videoInfo .view{
  background: url(../images/eyes.png) center right no-repeat;
  background-size: 12px 9px;
  padding-right: 15px;
  margin-right: 16px;
}
.videoInfo .view.active{
  background: url(../images/eyess.png) center right no-repeat;
  background-size: 12px 9px;
}
.videoInfo .zhan{
  background: url(../images/z.png) center right no-repeat;
  background-size: 11.5px 12px;
  padding-right: 15px;margin-right: 16px;
}
.videoInfo .zhan.active{
  background: url(../images/zs.png) center right no-repeat;
  background-size: 11.5px 12px;
}
.videoInfo .star{
  background: url(../images/star.png) center right no-repeat;
  background-size: 12.5px 12px;
  padding-right: 15px;margin-right: 16px;
}
.videoInfo .star.active{
  background: url(../images/stars.png) center right no-repeat;
  background-size: 12.5px 12px;
}
.videoInfo .share{
  background: url(../images/shar.png) center right no-repeat;
  background-size: 10px 11px;
  padding-right: 15px;
}

.yellow{ color: #FF881E;
}