@font-face {
  font-family: OpenSans;
  src: url("../../assets/fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans_Bold;
  src: url("../../assets/fonts/OpenSans-Bold.ttf");
}

body {
  color: #666666;
  font-family: "OpenSans";
  background-color: #fff;
}

a {
  color: #666666;
  text-decoration: none;
}

/* flex 弹性布局
------------------------------- */
.flex {
  display: flex;
}

.flex-auto {
  flex: 1;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-column-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.flex-column-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flex-column-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.flex-column-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.flex-column-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

/* font-size 字体大小 
------------------------------- */
.font14 {
  font-size: 14px !important;
}
.font16 {
  font-size: 16px !important;
}
.font18 {
  font-size: 18px !important;
}
.font20 {
  font-size: 20px !important;
}
.font22 {
  font-size: 22px !important;
}
.font24 {
  font-size: 24px !important;
}

/* button 样式 
-----------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px #00000004;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: #000000d9;
  border-color: #d9d9d9;
  background: #fff;
}

.btn,
.btn:active,
.btn:focus {
  outline: 0;
}

.btn:hover,
.btn:focus {
  color: #22a2dd;
  border-color: #22a2dd;
  background: #fff;
}

.btn-round {
  border-radius: 20px;
  min-width: 114px;
  height: 38px;
  background-image: linear-gradient(0deg, #dde8ff 10%, #f2f7ff 30%, #f2f7ff 80%, #dde8ff 100%);
}
.btn:hover,
.btn.active {
  color: #ffffff;
  background-image: linear-gradient(0deg, #41bcf5 10%, #22a2dd 30%, #22a2dd 80%, #41bcf5 100%);
}

.container {
  max-width: 980px;
  margin: auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.body-main {
  position: relative;
  min-height: calc(100vh - 462px);
}

.back-top {
  position: fixed;
  bottom: 400px;
  height: 42px;
  width: 42px;
  display: none;
}

.back-top .link-back-top {
  display: block;
  cursor: pointer;
}

.back-top img {
  width: 100%;
}

/** 开奖样式
-----------------------------------------*/
.partner-title,
.draw-info-title {
  padding: 10px;
  text-align: left;
  border-style: solid;
  border-width: 0 0 3px 10px;
  color: #262262;
  border-color: #262262;
  font-size: 22px;
}

.draw-info-body,
.bonus-info-body {
  position: relative;
  padding: 24px 0px;
}

.draw-info-body .inner,
.bonus-info-body .inner {
  display: block;
  padding: 24px 16px;
  border: 1px solid #262262;
}
.bonus-info-body .inner {
  background-color: #262262;
  border-radius: 8px;
}

.draw-info-body .inner + .inner,
.bonus-info-body .inner + .inner {
  margin-top: 16px;
}

.draw-info-body .inner-main .inner-body,
.bonus-info-body .inner-main .inner-body {
  flex: 1;
  color: #262262;
  display: flex;
  margin-left: 16px;
}

.bonus-info-body .inner-main .inner-body {
  color: #ffffff;
}

.draw-info-body .inner-main .inner-title .lottery-icon,
.bonus-info-body .inner-main .inner-title .lottery-icon {
  width: 90px;
}

.mr32 {
  margin-right: 32px;
}

.font32 {
  font-size: 32px;
  font-weight: bolder;
}

.draw-data .draw-data-title {
  margin-bottom: 16px;
}

.draw-data .draw-data-balls .ball {
  font-family: "OpenSans_Bold";
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: rgb(190, 30, 45);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(190, 30, 45, 0.5));
}
.draw-data .draw-data-balls .ball + .ball {
  margin-left: 6px;
}

.draw-data .draw-data-balls .ball.ball-symbol {
  border-width: 0px;
  width: 20px;
  color: #000;
  background-color: transparent;
  background: none;
}

.draw-data .draw-data-balls .ball.ball-red {
  background-color: #be1e2d;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(190, 30, 45, 0.5));
}

.draw-data .draw-data-balls .ball.ball-blue {
  background-color: rgb(34, 162, 221);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(34, 162, 221, 0.5));
}

.draw-data .draw-data-countdown .time {
  padding: 5px 0;
  font-weight: bold;
  color: #262262;
  border: 1px solid #262262;
  border-radius: 5px;
  text-align: center;
  min-width: 70px;
  margin: 0px 3px;
  line-height: 24px;
}
.draw-data .draw-data-countdown .time > span {
  font-weight: bold;
}

/* header 样式 
-----------------------------------------*/
.navigation {
  width: 100%;
  border-bottom: 2px solid #321197;
  height: 90px;
}

.navigation-center {
  margin: 0 auto;
  width: 938px;
}
.navigation-center .navigation-logo,
.navigation-center .navigation-menu .navigation-item {
  float: left;
}

.navigation-center .navigation-menu,
.navigation-center .navigation-responsible {
  float: right;
}

.navigation-center .navigation-logo {
  margin-top: 15px;
  margin-left: 0px;
}

.navigation-center .navigation-menu {
  margin-right: 24px;
  margin-top: 50px;
}

.navigation-menu .navigation-item {
  position: relative;
  width: 90px;
  margin: 0px 10px;
  text-align: center;
}
.navigation-menu .navigation-item.active {
  color: #262262;
  border-bottom: 2px solid #262262;
}

.navigation-menu .navigation-item.active a {
  color: #262262;
}

.navigation-menu .navigation-item .sub-navigation {
  position: absolute;
  display: none;
  width: 100%;
  text-align: left;
  z-index: 2;
  color: #ffffff;
  background: #262262;
  padding: 24px 10px;
}

.navigation-menu .navigation-item:hover .sub-navigation {
  display: block;
}

.navigation-menu .navigation-item .sub-navigation a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.8;
}

.navigation-menu .navigation-item .sub-navigation a:hover {
  opacity: 1;
}

.navigation-menu .navigation-item .sub-navigation a + a {
  margin-top: 16px;
}

.navigation-menu .navigation-item > a {
  display: block;
  font-size: 18px;
  padding-bottom: 18px;
}

.navigation-responsible {
  margin-top: 32px;
}
.navigation-responsible > a {
  display: block;
}

.navigation-responsible img {
  width: 108px;
}

/* footer 样式 
-----------------------------------------*/

.partner {
  padding: 24px 0px 48px 0px;
}

.footer {
  height: 260px;
  background-color: #f3f3f3;
  border-top: 1px solid #cccccc;
}

.footer .footer-links {
  align-items: flex-start;
  padding: 16px 0px;
  font-size: 14px;
}

.footer .footer-links .footer-link {
  min-width: 160px;
}

.footer .footer-links .footer-link:nth-of-type(3) {
  width: 240px;
}
.footer .footer-links .footer-link:nth-of-type(4) {
  width: 140px;
}

.footer .footer-links .footer-link:nth-of-type(5) {
  width: 210px;
}

.footer .footer-links .footer-link .title {
  padding: 8px 0px;
  font-size: 16px;
  font-weight: 600;
}

.footer .footer-links .footer-link .links {
  padding: 0px 8px;
}

.footer .footer-links .footer-link .sub-footer-link {
  padding-left: 24px;
}

.footer .footer-links .footer-link .links a {
  display: block;
  padding: 4px 0px 2px 0px;
}

.footer .footer-links .footer-link .links a:hover {
  color: #22a2dd;
}

.footer .footer-links .footer-link .links:last-child img {
  width: 108px;
}
