@charset "UTF-8";
/*非共用mixin*/
/*非共用变数*/
/*color*/
.banner_wrap {
  padding-top: 15px;
}

.announce {
  overflow: hidden;
  margin: 10px 0;
  background-color: #f6f6f6;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  border-radius: 7px;
}

.announce .announceInfo {
  background: url(../images/laba.jpg) no-repeat 10px, 10px;
  padding-left: 35px;
  line-height: 33px;
}

.maincontentPlace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.maincontentPlace .mainleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 670px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.numbersInfo {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 15px;
  width: 428px;
  text-align: center;
  height: 290px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.numbersInfo .newest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
}

.numbersInfo .newest .titlename {
  color: #fe7201;
  font-size: 20px;
  font-weight: bold;
}

.numbersInfo .newest .title {
  font-size: 16px;
}

.numbersInfo .newest .periodnum {
  font-size: 16px;
  font-weight: bold;
}

.numbersInfo .balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}

.numbersInfo .balls li {
  width: 31px;
  height: 31px;
  border-radius: 30px;
  text-align: center;
  line-height: 31px;
  margin: 0 4px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #2a79a6 0%, #005f95 100%);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.numbersInfo .nexttime {
  font-size: 16px;
}

.numbersInfo .nexttime span {
  font-weight: bold;
}

.numbersInfo .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 59px;
  font-size: 47px;
  margin: 14px 0;
}

.numbersInfo .countdown li {
  width: 126px;
  height: 63px;
  background: url(../images/time.png) no-repeat;
  color: #fff;
  letter-spacing: 35px;
  padding-left: 19px;
}

.numbersInfo .countdown span {
  line-height: 50px;
}

.numbersInfo .countdown div {
  display: none;
}

.rightop .countdown div {
  display: none;
}

.numbersInfo .Jackpottxt {
  font-size: 16px;
}

.numbersInfo .Jackpotmoney {
  color: #fe7201;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hismainblock {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  text-align: center;
  height: 290px;
  width: 230px;
}

.hismainblock .titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  text-align: center;
}

.hismainblock .titlebar .w80 {
  width: 80px;
}

.hismainblock .titlebar .flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hismainblock .histable {
  padding: 10px 0;
  border-top: 1px dotted #d5d5d5;
  border-bottom: 1px dotted #d5d5d5;
}

.hismainblock .histable table {
  width: 100%;
  background-color: #ececec;
}

.hismainblock .histable table td {
  height: 23px;
}

.hismainblock .histable ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hismainblock .histable ul li {
  width: 14px;
}

.hismainblock .btns {
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
}

.hismainblock .read-more {
  background: #000;
  margin: 10px;
}

.hismainblock .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.hismainblock .searchbar input {
  width: 140px;
  height: 26px;
  background-color: #e9e9e9;
  margin-right: 10px;
  border: 0;
  padding: 0 5px;
}

.hismainblock .searchbar .search {
  background: #186da0;
}

.infoblock, .related {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  width: 100%;
  height: 180px;
}

.infoblock .titlebar, .related .titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px dotted #d5d5d5;
}

.infoblock .titlebar .more, .related .titlebar .more {
  color: #000;
}

.infoblock .qasList, .related .qasList {
  padding: 5px 15px;
  line-height: 25px;
  font-size: 14px;
}

.infoblock .qasList a, .related .qasList a {
  color: #000;
}

.mainright {
  width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.related {
  height: 290px;
}

.related .relatedList {
  padding: 10px;
  padding-left: 30px;
  line-height: 18px;
  list-style-type: square;
  text-indent: -16px;
}

.related .relatedList a {
  color: #000;
}

.relatedblock {
  width: 100%;
  margin: 10px 0;
}

.relatedblock a {
  display: block;
}

.relatedblock a img {
  width: 100%;
}

.links {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.links .linksInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.links .linksInfo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.othermainpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.othermainpage .left {
  margin-right: 20px;
}

.othermainpage .title {
  border-bottom: #000 solid 2px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 10px;
}

.othermainpage .content {
  line-height: 23px;
}

.othermainpage .content p {
  padding: 5px 0;
}

.othermainpage .smtitle {
  font-weight: bold;
  padding: 5px 0;
}

.othermainpage .rulestable {
  border: 1px solid #d5d5d5;
  text-align: center;
  width: 620px;
}

.othermainpage .rulestable td {
  border: 1px solid #d5d5d5;
}

.his_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #052146;
  margin-top: 20px;
}

.his_tab li a {
  display: block;
  width: 170px;
  line-height: 34px;
  text-align: center;
  color: #000;
}

.his_tab li.active a {
  background: #052146;
  color: #fff;
}

.history {
  margin-top: 10px;
}

.history .histortop .iline {
  font-size: 16q;
}

.history .histortop .red-texts {
  font-size: 14px;
  color: #e2081d;
  font-weight: bold;
}

.history .historyResult {
  margin-top: 15px;
}

.history .historyResult .open-num {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history .historyResult .open-num .text {
  font-size: 20px;
  color: #333;
  line-height: 43px;
}

.history .historyResult .open-num .numbersInfoBall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history .historyResult .open-num .numbersInfoBall li {
  width: 31px;
  height: 31px;
  border-radius: 30px;
  text-align: center;
  line-height: 31px;
  margin: 0 4px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #2a79a6 0%, #005f95 100%);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.history .historyResult .Resulttxt {
  font-size: 16px;
  text-align: center;
}

.history .historyResult .jackpot {
  text-align: center;
  font-size: 30px;
  color: #fe7201;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.history .historySearch {
  padding: 10px 0;
  border-top: 1px dotted #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history .historySearch > div {
  margin-right: 20px;
  font-size: 14px;
}

.history .historySearch input {
  width: 160px;
  height: 26px;
  background-color: #e9e9e9;
  margin-right: 10px;
  border: 0;
  padding: 0 5px;
}

.history .historySearch .btns {
  width: 75px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  background: #186da0;
  margin-left: 5px;
}

.history .historyTitle {
  text-align: center;
  margin-top: 20px;
  border-bottom: #000 solid 2px;
  padding-bottom: 10px;
  font-size: 18px;
}

.history .right {
  width: 324px;
}

.history .histable {
  line-height: 30px;
  text-align: center;
}

.history .histable th {
  font-size: 16px;
  font-weight: bold;
}

.history .histable tbody {
  background-color: #f5f5f5;
}

.history .histable .ball1 {
  background: #999;
  border-radius: 20px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin: 0 2px;
}

.history .nexttxt {
  font-size: 14px;
}

.history .nexttxt span {
  color: #e2081d;
  font-weight: bold;
}

.history .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 49px;
  font-size: 38px;
  padding: 30px 0;
  border-bottom: 1px dotted #d5d5d5;
  margin-bottom: 10px;
}

.history .countdown li {
  width: 95px;
  background: url(../images/time.png) no-repeat;
  color: #fff;
  letter-spacing: 28px;
  padding-left: 13px;
  background-size: contain;
}

.history .countdown span {
  line-height: 50px;
}

.history .hisimgs img {
  margin: 10px 0;
}

.history .hisrelated {
  margin-top: 10px;
}

.history .hisrelated .titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history .hisrelated .titlebar a {
  color: #000;
}

.history .hisrelated .relatedList {
  line-height: 27px;
  margin-top: 10px;
  background-color: #f4f4f4;
  list-style-type: square;
  height: 200px;
}

.history .hisrelated .relatedList li {
  height: 27px;
  overflow: hidden;
  border-bottom: 1px dotted #d5d5d5;
  text-indent: 25px;
}

.history .hisrelated .relatedList a {
  color: #000;
}

.zxf_pagediv {
  text-align: center;
  color: #999999;
  padding: 20px 0px;
}

.zxf_pagediv span,
.zxf_pagediv a {
  display: inline-block;
}

.zxf_pagediv .current {
  color: #ffffff;
  background: #002a51;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
}

.zxf_pagediv .zxfPagenum {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  border-radius: 3px;
}

.zxf_pagediv .nextpage {
  margin: 0 5px;
}

.zxf_pagediv .nextbtn,
.zxf_pagediv .prebtn,
.zxf_pagediv span.disabled {
  color: #666;
  background: #fff;
  width: 88px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
}

.zxf_pagediv .zxfinput {
  width: 50px;
  height: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E6E6E6;
  margin: 0 12px;
  border-radius: 3px;
  color: #666;
}

.zxf_pagediv .zxfokbtn {
  width: 48px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #E6E6E6;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}

.faqtarget {
  background-color: #f4f4f4;
  padding: 10px;
  width: 250px;
  margin-bottom: 10px;
  line-height: 25px;
}

.faqtarget .faqtitle {
  border-bottom: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
}

.faqtarget a {
  color: #000;
}

.faqList {
  margin-left: 10px;
}

.faqList li {
  line-height: 21px;
  padding: 10px;
  border-bottom: 1px dotted #d5d5d5;
}

.faqList .Qtitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.faqList .ans span {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}

.newstitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #000 solid 2px;
  padding: 20px;
}

.newstitle .top {
  margin-left: 15px;
}

.newstitle .top .newsline {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.newstitle .top .newsline:hover {
  color: #156a9a;
  text-decoration: underline;
}

.newstitle .top .newscontent {
  line-height: 21px;
}

.newsListList {
  padding: 10px;
}

.newsListList li {
  margin: 10px;
  list-style-type: square;
}

.newsListList .smtitle {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  color: #000;
}

.newsListList .smtitle:hover {
  color: #156a9a;
  text-decoration: underline;
}
/*# sourceMappingURL=index.css.map */