/* 欢迎页面css样式 */
html, body {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(/static/ibjcr/images/welcome/welcome_bg.png) no-repeat center center;
  background-size: cover;
  font: 12px/1.5 "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
  overflow: hidden;
}

/* 视频背景样式开始球友直播-球友直播app下载_球友直播appPG·电子(中国大陆)官方直营网站，和上面背景冲突 */
.welcome_bg_video {
  width:100%;
  height:auto;
  left:0px;
  top:0px;
  bottom: 0;
  z-index: -1;
  display:block;
  position:absolute;
}

.welcome_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 视频背景样式结束K8·凯发(中国【官网】集团天生赢家一触即发杏鑫平台|杏鑫娱乐-杏鑫登录-杏鑫官方平台MG不朽情缘·(China)追求健康,你我一起成长，和上面背景冲突 */

.welcome_title {
  display: block;
  width: 42.916667%;
  max-width: 824px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 23.44%;
  z-index: 100;
}

.welcome_arrow_box {
  position: absolute;
  bottom: 80px;
  right: 186px;
  cursor: pointer;
  z-index: 100;
}

.welcome_arrow {
  display: inline-block;
  width: 43px;
  height: 74px;
}

.welcome_arrow_spe {
  margin-left: -20px;
}

.welcome_log {
  display: block;
  position: absolute;
  z-index: 100;
  width: 10.625%;
  max-width: 204px;
  height: auto;
  top: 5.455%;
  left: 5.417%;
}

.welcome_log_txt {
  display: block;
  position: absolute;
  z-index: 100;
  width: 18.229167%;
  max-width: 350px;
  height: auto;
  top: 5.96%;
  right: 4.271%;
}
