/* 规范全局样式 */

@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font: 14px/1.5 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
  color: #333;
  background-size: 100%;
  margin: 0 auto;
  max-width: 769px;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  min-height: 100vh;
  background: #fff;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a {
  text-decoration: none;
  color: #666;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.all {
  margin-top: 52px !important;
  margin-left: -40px;
}

.pt25 {
  padding-top: 35px !important;
}

.pt45 {
  padding-top: 45px !important;
}

/* header开始 */

.header {
  font-size: 16px;
  width: 100%;
  max-width: 769px;
  height: 40px;
  display: flex;
  background: -moz-linear-gradient(90deg, #ff7139 0%, #ff9b49 100%);
  background: -webkit-linear-gradient(90deg, #ff7139 0%, #ff9b49 100%);
  background: -o-linear-gradient(90deg, #ff7139 0%, #ff9b49 100%);
  background: -ms-linear-gradient(90deg, #ff7139 0%, #ff9b49 100%);
  background: linear-gradient(90deg, #ff7139 0%, #ff9b49 100%);
  color: #fff;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 99999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.header .return,
.header .block {
  flex: 0.25;
  text-align: right;
  color: #fff;
}

.block a {
  display: initial;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}

.block img {
  width: 24px;
  padding-top: 5px;
  margin-left: 40px;
}

.header .return {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: left;
  height: 40px;
  line-height: 40px;
}

.header .return img,
.header .return svg {
  width: 16px;
  height: 16px;
  margin-left: 12px;
  vertical-align: middle;
}

.header .title,
.drop-down {
  flex: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
}

.title img {
  width: 25px;
}

.header .title .nav_item {
  float: left;
  display: block;
  line-height: 34px;
  text-align: center;
  width: 100px;
  height: 34px;
}

.header .title .duus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: solid 1px #fff;
}

.header .title .ruud {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #fff;
}

.header .title div {
  width: 80px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
}

.drop-down {
  font-weight: bold !important;
  border: solid 0.5px #ddd;
  border-radius: 3px;
}

.header .title div a {
  text-decoration: none;
  font-size: 18px;
}

.navbar-brand_span {
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  color: #fff;
  line-height: 51px;
}

.head_video {
  width: 80px;
  margin-right: 10px;
}

.head_video a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.head_video img {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-left: 0;
}

/* 左选中 */

.header .title .menu_Selection {
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.menu_Selection a,
.menutoo_Selection a {
  color: #333;
}

.menu a,
.menutoo a {
  color: #70798c;
}

.header .title .menu {
  color: #666;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* 右选中 */

.header .title .menutoo_Selection {
  background: #fff;
  color: #666;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header .title .menutoo {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.title .active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  color: #13387b;
}

.score_box {
  width: 100%;
  height: 93vh;
  overflow: hidden;
}

/* 结束header开始 */

/* 通用底部固定菜单栏开始 */

.menu2 {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999999;
  -webkit-box-shadow: -1px -2px 5px #00000020;
  box-shadow: -1px -2px 5px #00000020;
  border-top: #f1f1f1 solid 1px;
}

.menu2_son {
  float: left;
  width: 25%;
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.menu2_son a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.menu2_son_icon {
  height: 30px;
}

.menu2_son_icon img {
  width: 26px;
  padding-top: 3px;
}

.menu2_son_name {
  font-size: 12px;
  color: #999;
}

.menu2_son_name_selection {
  font-size: 12px;
  color: #5e67ff;
}

.Page_tail {
  padding-bottom: 80px;
  width: 100%;
  line-height: 40px;
  font-size: 13px;
  color: #bebebe;
  text-align: center;
}

.page_bottom {
  padding-bottom: 50px;
  display: block;
  width: 100%;
}

.page_bottom_60 {
  padding-bottom: 60px;
  display: block;
  width: 100%;
}

.page_bottom_40 {
  padding-bottom: 40px;
  display: block;
  width: 100%;
}

/* 结束通用底部固定菜单栏 */

/* 无数据的情况 */

.nodata {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}

.nodata img {
  width: 150px;
  height: 150px;
}

.nodata span {
  display: block;
  font-size: 14px;
  color: #999;
}

/* 下载 */

.d {
  position: fixed;
  bottom: 50px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: transparent url(https://img2.csxfsg.com/app/images/ai/d.png) no-repeat scroll;
  background-size: 100% 100%;
  z-index: 9999998;
}

.d .ck {
  position: absolute;
  width: 80%;
  left: 0;
  height: 50px;
}

.d .c {
  position: absolute;
  width: 20%;
  top: 0px;
  right: 0px;
  width: 1.9rem;
  height: 1.9rem;
  opacity: 0.8;
  z-index: 9999999;
}

.footer-vip {
  max-width: 769px;
  left: auto;
}

.footer-vip {
  width: 100%;
  max-width: 769px;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: -1px -2px 5px #999;
  box-shadow: -1px -2px 5px #999;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}

.footer-vip .v-left .v-txt {
  color: #999;
  font-size: 0.32rem;
}

.footer-vip .v-left {
  color: #c6a06f;
  text-align: center;
  flex: 0.7;
}

.footer-vip .v-right {
  line-height: 50px;
  flex: 0.3;
  background: #f44336;
  background-image: linear-gradient(to bottom right, #ef4c3d, #f06b20);
  color: #fff;
  text-align: center;
}