* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "微软雅黑";
  font-size: 12px;
}
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  margin: 0;
  vertical-align: top;
}
input {
  outline: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  color: #e61717 !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.content {
  width: 1360px;
  margin: 0 auto;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@font-face {
  font-family: 'iconfont';
  /* project id 1332158 */
  src: url('//at.alicdn.com/t/font_1332158_p315sakbc7.eot');
  src: url('//at.alicdn.com/t/font_1332158_p315sakbc7.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1332158_p315sakbc7.woff2') format('woff2'), url('//at.alicdn.com/t/font_1332158_p315sakbc7.woff') format('woff'), url('//at.alicdn.com/t/font_1332158_p315sakbc7.ttf') format('truetype'), url('//at.alicdn.com/t/font_1332158_p315sakbc7.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
}
body {
  background: #000456 url('../img/bg.jpg') no-repeat center top;
}
.tops {
  width: 100%;
  height: 110px;
  position: relative;
}
.tops .titles {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#7dfcfe, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  font-weight: 700;
}
.tops .times {
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  left: calc(50% + 360px);
  top: 48px;
  height: 37px;
  line-height: 37px;
}
.tops .times span {
  margin: 0 16px;
}
.flex_content {
  width: 100%;
  height: calc(100vh - 171px);
}
.flex_content .contents {
  width: calc(100% - 60px);
  border: 1px solid #1b90ff;
  height: 100%;
  overflow: hidden;
  margin-left: 30px;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
}
.flex_content .contents .toxs {
  width: 100%;
  display: flex;
  color: #fff;
  height: 63px;
  line-height: 62px;
  border-bottom: 1px solid #1b90ff;
  background: linear-gradient(#012891, #001a6e);
}
.flex_content .contents .toxs .ovs {
  flex: 1;
  text-align: center;
  font-size: 16px;
}
.flex_content .contents .list_scroll {
  width: 100%;
  font-size: 16px;
  height: calc(50% - 31.5px);
  overflow: hidden;
}
.flex_content .contents .list_scroll ul li {
  display: flex;
  min-height: 51px;
  line-height: 26px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex_content .contents .list_scroll ul li .ovs {
  flex: 1;
  text-align: center;
}
.flex_content .contents .list_scroll ul li .ovs .t2 {
  color: #f5ff00;
}
.flex_content .contents .list_scroll ul li .ovs .t3 {
  color: #ff0000;
}
.flex_content .contents .list_scroll ul li:nth-of-type(2n-1) {
  background: linear-gradient(#0b328e, #0b2c7b);
}
.footer {
  width: 80%;
  height: 61px;
  color: #f5ff00;
  font-size: 19px;
  line-height: 61px;
  margin: 0 auto;
}


@media screen and (max-width: 1530px) {
  .flex_content .contents {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .flex_content .contents {
    font-size: 16px;
  }
  .tops .times {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .flex_content .contents {
    font-size: 14px;
  }
  .tops .times {
    font-size: 12px;
  }
}
.yellow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff000;
  margin: 0 auto;
  display: inline-block;
  margin-top: 10px;
}

.red {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: red;
  margin: 0 auto;
  display: inline-block;
  margin-top: 10px;
}
.green {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: green;
  margin: 0 auto;
  display: inline-block;
  margin-top: 10px;
}

