/* 规范全局样式 */
@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;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: auto;
  overflow: auto;
}

body {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  color: #333;
  font-size: 14px;
  font-family: Microsoft YaHei;
  background-color: #fff;
}

div,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block;
}

em,
i,
s {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  display: inline-block;
  color: #333;
  outline: none;
  user-select: none;
  /* text-align: center; */
  text-decoration: none;
}

a:hover {
  color: #ff3300;
  text-decoration: underline;
}

:focus {
  outline: 0;
}

b,
label,
span,
i,
em {
  display: inline-block;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*--------常用样式--------*/
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.p-tb-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

/*--------行高--------*/
.line-h18 {
  line-height: 18px;
}

.line-h20 {
  line-height: 20px;
}

.line-h22 {
  line-height: 22px;
}

.line-h4 {
  line-height: 24px;
}

.line-h5 {
  line-height: 28px;
}

.line-h6 {
  line-height: 30px;
}

/*--------浮动 清除浮动--------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  width: 100%;
  height: 0px;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.clearfix::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*--------字体颜色定义--------*/
.black,
.black a,
a.black {
  color: #333;
}

.gray,
.gray a,
a.gray {
  color: #999;
}

.red,
.red a,
a.red {
  color: #d23338;
}

.blue,
.blue a,
a.blue {
  color: #2a63a8;
}

/*--------背景颜色定义--------*/
.bg-blue {
  color: #fff;
  background-color: #2a63a8;
}

.bg-purple {
  color: #fff;
  background-color: #c068ac;
}

.bg-red {
  color: #fff;
  background-color: #d23338;
}

.bg-yellow {
  color: #fff;
  background-color: #e09b2f;
}

/*--------文字居中--------*/
.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.box {
  width: 1200px;
  margin: 0 auto;
}

/**页头**/
.header {
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  box-shadow: -1px 2px 5px #00000020;
  -webkit-box-shadow: -1px 2px 5px #00000020;
}

.header-top {
  width: 100%;
  background: #f5f5f5;
}

.header-top .top-r a {
  padding-left: 10px;
}

.header-main .main {
  height: 100%;
  margin: 0 auto;
}

.header-main .main .logo {
  background-image: url('https://img2.csxfsg.com/app/images/ydnlogo.png') !important;
  background-position: 0 0 !important;
}

.header-main .main .link {
  padding-left: 20px;
}

.header-main .main .link .l-nav a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 20px;
  font-size: 14px;
  background: #f2f2f2;
  line-height: 31px;
}

.header-main .main .link a.active {
  color: #fff;
  background-color: #2a63a8;
}

.header-nav a {
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
}

/**页脚**/
footer {
  width: 100%;
  min-width: 1200px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  float: left;
  text-align: center;
}

.footer {
  margin: 0 auto;
}

.footer::after {
  display: block;
  content: '';
  clear: both;
}

.footer .footer-left::after {
  display: block;
  content: '';
  clear: both;
}

.footer .footer-left .img {
  width: 100px;
  height: 100px;
  text-align: center;
}

.footer .footer-right {
  color: #333;
  width: auto;
  min-height: 132px;
  padding-left: 70px;
  margin-left: 50px;
  border-left: 1px solid #dfdfdf;
}

.footer .footer-right .about-link {
  line-height: 50px;
}

.footer .footer-right .about-link span {
  padding: 0 20px;
}

.footer .footer-right p {
  line-height: 26px;
}

.footer .footer-right .friend-link,
.footer .footer-right .friend-link a {
  color: #999;
}

.marquee-box {
  position: relative;
  width: 100%;
  height: 26px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 26px;
}

.marquee-box .marquee {
  width: 100%;
}

.marquee-box .marquee .txt a {
  color: #e74c5a;
  font-size: 13px;
}

/* 开奖号码样式 */
.number {
  display: block;
  background-size: 26px;
  margin: 5px auto;
}

.local-number {
  display: block;
  margin: 5px auto;
}

.number span,
.local-number span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 2px;
  background: #f44648;
  border-radius: 50px;
  margin-left: 2px;
  display: inline-block;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.number span.lq,
.ssq-number span.lq,
.ssq-table span.lq,
.qlc-number span.lq {
  background: #437dff;
}

/* .dlt-number span,
.qxc-number span {
  background: #1a66c0 url(https://img2.csxfsg.com/app/images/ydniu/index_new/ico-lt.png) no-repeat;
  background-size: 100%;
}

.dlt-number span.lq,
.qxc-number span.lq {
  background: #e1a10a url(https://img2.csxfsg.com/app/images/ydniu/index_new/ico-lt1.png) no-repeat;
  background-size: 100%;
  color: #333;
}

.pl3-number span,
.pl5-number span {
  background: #c068ac url(https://img2.csxfsg.com/app/images/ydniu/index_new/ico-pl.png) no-repeat;
  background-size: 100%;
  font-weight: bold;
}

.sd-number span {
  background: linear-gradient(-55deg, #0879de 0%, #139bef 64%, #25b7fa 100%);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0879de), to(#25b7fa));
  background: -moz-linear-gradient(#0879de, #25b7fa);
  font-weight: bold;
}

.qxc-number span {
  background: #c068ac url(https://img2.csxfsg.com/app/images/ydniu/index_new/ico-7xc-qian.png) no-repeat;
  background-size: 100%;
} */