-webkit-transform: translateZ(0);
overflow-y: scroll !important;
overflow-y: auto;
html {
  color: #333;
  _text-overflow: ellipsis;
}
html {
  -webkit-text-size-adjust: none;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
select,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: "Microsoft YaHei", "宋体", tahoma;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  outline: 0 none;
}
small,
cite,
code,
em,
th,
i,
b {
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
}
input,
select,
textarea,
button {
  font-size: 1em;
}
input,
button,
select,
textarea {
  outline: none;
}
button {
  border: 0px;
}
textarea {
  resize: none;
}
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
fieldset,
img,
iframe {
  border: 0 none;
}
img {
  display: inline-block;
  vertical-align: bottom;
}
iframe {
  display: block;
}
ul,
ol {
  list-style: none;
}
li {
  vertical-align: top;
}
q:before,
q:after {
  content: "";
}
a {
  color: #2a2a2a;
}
a:visited,
a[tabindex="-1"]:focus {
  outline: 0 none;
}
a:hover {
  color: #4580cf;
  outline: 0 none;
}
.none {
  display: none;
}
.strong {
  font-weight: bold;
}
.fyh {
  font-family: "Microsoft YaHei";
}
.hide {
  display: none;
}
.ft8 {
  font-size: 6px;
  font-family: tahoma;
  width: 16px;
  -webkit-transform: scale(0.66);
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  color: #d9d9d9;
}
.ft9 {
  font-size: 8px;
  font-family: tahoma;
  -webkit-transform: scale(0.66);
  width: 15px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.fix {
  clear: both;
  overflow: hidden;
  height: 1px;
}
/*1200px box */
.box {
  width: 1200px;
  clear: both;
  float: none;
  margin: 0 auto;
}
.favtip {
  width: 310px;
  background: #fff5da;
  text-align: right;
  padding: 3px 0 3px 0;
  position: absolute;
  top: 0;
  left: 890px;
  display: none;
}
.favtip a.close {
  margin: 0 10px 0 0;
}
.favtip a img {
  vertical-align: middle;
}
.favtip u {
  display: none;
}
.favtip strong,
.favtip a.strong {
  color: #c62132;
  font-weight: bold;
}
#top {
  margin: 0 auto;
  width: 1200px;
  height: 64px;
}
#top .logo {
  float: left;
  width: 195px;
  margin-top: 8px;
}
#top .logo a {
  width: 170px;
  height: 55px;
  display: block;
  background: url(/static/images/logo.gif) no-repeat center center/100%;
}
#top .logo a span {
  display: none;
}
#top .ann {
  float: left;
  margin-top: 28px;
  height: 26px;
  line-height: 26px;
}
#top .ann a {
  color: #4580cf;
  display: flex;
  align-items: center;
}
#top .ann a::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 14px;
  margin-right: 3px;
  background: url(/static/images/hint.png) no-repeat left center/100%;
}
    #top .downbcw {
        float: left;
        display: flex;
        align-items: center;
        margin-top: 28px;
        margin-left: 36px;
        text-decoration: none;
    }

        #top .downbcw img {
            display: block;
            width: 24px;
            height: 24px;
            margin-right: 4px;
        }

        #top .downbcw p {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #181818;
        }

            #top .downbcw p span {
                color: #eb483c;
                text-decoration: underline;
            }
#top .usermenu {
  float: right;
  margin-top: 28px;
}
#top .usermenu .login {
  color: #4580cf;
  font-size: 16px;
}
#top .usermenu .user {
  position: relative;
  cursor: pointer;
  height: 36px;
}
#top .usermenu .user .info {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #4580cf;
}
#top .usermenu .user .info::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: url(/static/images/arrows.png) no-repeat right center / 100%;
}
#top .usermenu .user .info img {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px #eeeeee;
}
#top .usermenu .user .info p {
  display: block;
  max-width: 98px;
  height: 21px;
  overflow: hidden;
  word-break: break-all;
}
#top .usermenu .user:hover .menus {
  display: flex;
}
#top .usermenu .user .menus {
  width: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
}
#top .usermenu .user .menus::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 7px;
  position: absolute;
  top: -7px;
  background: url(/static/images/i_top.png) no-repeat top center/100%;
}
#top .usermenu .user .menus a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #181818;
}
#top .usermenu .user .menus a img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
#top .usermenu .user .menus a:not(:last-of-type) {
  border-bottom: 1px dashed #eeeeee;
}
#bar {
  width: 100%;
  background: url(/static/images/top_bg.gif) repeat-x left center;
  height: 33px;
  margin: 8px auto;
  margin-bottom: 0px;
  min-width: 1200px;
}
#bar .mainjump {
  width: 198px;
  height: 33px;
  background: url(/static/images/switch_bg.gif) no-repeat left center;
  text-align: center;
  cursor: pointer;
}
#bar .mainjump span {
  color: #365ea0;
  font-size: 16px;
  line-height: 32px;
}

    #bar .mainav ul li.zstnew {
        position: relative
    }

        #bar .mainav ul li.zstnew::after {
            display: inline-block;
            content: '';
            width: 32px;
            height: 14px;
            right: -34px;
            top: -4px;
            position: absolute;
            background: url(/static/images/icon_new3.png) no-repeat right center/100% 100%
        }

#bar .mainav {
  flex: 1;
  margin: 0 28px;
}
#bar .mainav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#bar .mainav ul li {
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
#bar .mainav ul li a {
  color: #fff;
  font-size: 16px;
}
#bar .mainav ul li.mobile {
  position: relative;
}
#bar .mainav ul li.mobile:hover .up_down {
  display: block;
}
#bar .mainav ul li.mobile .up_down {
  width: 138px;
  border-radius: 3px 3px 0px 0px;
  background: #ffffff;
  border: 1px dashed #e0e0e0;
  border-top: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 2;
}
#bar .mainav ul li.mobile .up_down > p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-size: 14px;
  color: #181818;
  background: #f6f6f6;
}
#bar .mainav ul li.mobile .up_down .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
}
#bar .mainav ul li.mobile .up_down .item:not(:last-of-type) {
  border-bottom: 1px dashed #e0e0e0;
}
#bar .mainav ul li.mobile .up_down .item img {
  display: block;
  width: 76px;
  height: 76px;
}
#bar .mainav ul li.mobile .up_down .item p {
  font-size: 12px;
  color: #4a4a4a;
  line-height: 17px;
}
#bar .line {
  background: url(/static/images/top_max_bg.gif) no-repeat right center;
  /* overflow: hidden; */
  display: flex;
}
#bar .mainav ul li.new{
  position: relative;
}
#bar .mainav ul li.new::after{
  display: inline-block;
  content: '';
  width: 32px;
  height: 14px;
  right: -34px;
  top: -4px;
  position: absolute;
  background: url(/static/images/icon_new3.png) no-repeat right center/100% 100%;
}
#cznav {
  width: 100%;
  background: url(/static/images/cz_bg.gif) repeat-x left center;
  height: 62px;
  min-width: 1200px;
}
#cznav ul {
  margin-left: 15px;
  _margin-left: 7px;
  padding-left: 41px;
  margin-top: 9px;
}
#cznav .fucai {
  float: left;
  width: 405px;
  background: url(/static/images/fucai.gif) no-repeat left top;
}
#cznav .ticai {
  float: left;
  width: 405px;
  background: url(/static/images/ticai.gif) no-repeat left top;
}
#cznav .gaopin {
  float: left;
  width: 60px;
  background: url(/static/images/gaopin.gif) no-repeat left top;
}
#cznav .govip {
  float: left;
  width: 100px;
  background: url(/static/images/icon_vip.png) no-repeat left top/24px 24px;
}
#cznav .govip li a {
  width: 100%;
  color: #eb483c;
}
#cznav li {
  line-height: 23px;
  float: left;
  width: 100%;
}
#cznav li a {
  display: block;
  float: left;
  text-align: left;
  width: 71px;
  font-size: 12px;
}
#cznav li a.strong {
  font-weight: bold;
}
#cznav li a.sw {
  width: 60px;
}
.location {
  margin: 10px auto;
  margin-bottom: 0px;
  margin-top: 20px;
  float: left;
  width: 1200px;
  clear: both;
}
.location .wz {
  float: left;
  width: 350px;
  color: #808080;
  line-height: 30px;
}
.location .wz a {
  color: #1c53a3;
}
.location .wz a:last-child {
  color: #2a2a2a;
}
.location .wz a.strong {
  font-weight: bold;
}
.location .bbswz {
  float: left;
  width: 900px;
  color: #888;
  line-height: 30px;
}
.location .bbswz a {
  color: #1c53a3;
}
.location .bbswz a.strong {
  font-weight: bold;
  color: #333;
}
/*开奖公告*/
.location .kjhwz {
  float: left;
  width: 700px;
  color: #808080;
  line-height: 30px;
}
.location .kjhwz a {
  color: #1c53a3;
}
.location .kjhwz a:last-child {
  color: #2a2a2a;
}
.location .kjhwz a.strong {
  font-weight: bold;
}
.location .kjhinfo {
  float: left;
  margin-left: 90px;
  width: 720px;
  line-height: 30px;
  font-family: tahoma;
}
.location .kjhinfo strong.red {
  color: #ff3300;
}
.location .kjhinfo label {
  float: left;
}
.location .kjhinfo label.text {
  margin-left: 22px;
}
.location .kjhinfo label.boll {
  line-height: 30px;
  margin-top: 5px;
}
/*浮动框*/
.showbox {
  width: 540px;
  clear: both;
  float: none;
  border: 5px solid #ccc;
  margin-bottom: 0px;
  padding: 0px;
}
.showbox h2 {
  margin-top: 20px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #444;
  background: url(/static/images/show_box_bg.gif) left center no-repeat;
  padding-left: 26px;
  margin-left: 8px;
}
.showbox .content {
  margin: 15px 23px 0 35px;
  margin-bottom: 0px;
}
.showbox .content table {
  width: 490px;
  margin: 0 auto;
}
.showbox .content table td {
  padding: 2px;
  line-height: 28px;
}
.showbox .content .close {
  background: url(/static/images/show_box_close.gif) no-repeat left center;
  width: 80px;
  height: 30px;
  margin-left: 10px;
}
.showbox .content .export {
  background: url(/static/images/tools_button.gif) no-repeat 0px -30px;
  width: 180px;
  height: 30px;
}
.showbox .content .save2c {
  background: url(/static/images/tools_button.gif) no-repeat 0px -90px;
  width: 180px;
  height: 30px;
  margin-left: 30px;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  width: 100%;
  display: table;
}
#footer {
  margin: 26px auto;
  line-height: 28px;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 16px;
  width: 100%;
  font-size: 12px;
}
#footer .mainfooter {
  width: 1200px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 10px;
}
#footer .mainfooter .codeContainer {
  float: left;
}
#footer .mainfooter .codeContainer .code {
  float: left;
  margin-right: 30px;
}
#footer .mainfooter .codeContainer .code img {
  display: block;
  width: 100px;
  height: 100px;
}
#footer .mainfooter .codeContainer .code p {
  line-height: 20px;
  text-align: center;
}
#footer .mainfooter .rightContainer {
  float: right;
}
#footer .mainfooter .rightContainer .code {
  margin-left: 30px;
  margin-right: 0;
}
#footer .mainfooter .info {
  float: left;
  padding-left: 50px;
  border-left: 1px solid #e5e5e5;
}
#footer .mainfooter .info p {
  line-height: 60px;
  text-align: left;
} /*回到顶部*/
.quickjump {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 200px;
}
.quickjump {
  _position: absolute;
  _top: expression(
    documentElement.scrollTop + documentElement.clientHeight * 4/5 + "px"
  );
}
.quickjump a {
  display: block;
  font-family: "Microsoft YaHei";
}
.quickjump a {
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #b2b2b2;
  font-size: 12px;
  padding: 3px 5px 3px 5px;
  _padding: 6px 5px 2px 5px;
  margin-top: 5px;
}
.quickjump a:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}
.error {
  border: 2px solid #eee;
  padding: 20px;
  margin: 20px auto;
  width: 700px;
}
.error .title {
  border-bottom: 1px dotted #eee;
  padding-bottom: 5px;
}
.error .title h2 {
  font-size: 16px;
}
.error ul {
  margin: 40px 40px 40px 100px;
  height: 100px;
  font-family: Arial;
}
.error ul.ok {
  background: url(/static/forum/eok.gif) no-repeat left top;
}
.error ul.err {
  background: url(/static/forum/e.gif) no-repeat left top;
}
.error ul li {
  padding-left: 50px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 32px;
}
.error ul li a {
  color: #105cb6;
  font-family: Arial;
}
input.ypost {
  background: #777;
  color: #fff;
  height: 30px;
  border: 0px solid #000;
  cursor: pointer;
  margin-top: 3px;
  font-family: "Microsoft YaHei";
}
.placeholder {
  color: #aaa;
}
noscript h3 {
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #ddd;
  width: 380px;
  padding: 2px;
  margin: 3px auto;
  text-align: center;
}
.shake {
  color: #ff3300;
}
.mini {
  width: 1200px;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.mini ul {
  margin: 12px auto;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  height: 36px;
  line-height: 36px;
}
.mini li {
  width: 140px;
  float: left;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#gg_class16 {
  width: 1198px;
  float: left;
  background: #fbfbfb;
  padding: 6px 0 6px 0;
  border: 1px solid #eee;
}
#gg_class16 li {
  float: left;
  width: 133px;
  text-align: center;
  padding: 4px 0 4px 0;
}
#gg_class16 li a {
  color: #333;
  font-size: 12px;
}
#gg_class29 {
  width: 1198px;
  float: left;
  background: #fbfbfb;
  padding: 6px 0 6px 0;
  border: 1px solid #eee;
}
#gg_class29 li {
  float: left;
  width: 133px;
  text-align: center;
  padding: 4px 0 4px 0;
}
#gg_class29 li a {
  color: #333;
  font-size: 12px;
}
#gg_class30 {
  width: 1198px;
  float: left;
  background: #fbfbfb;
  padding: 6px 0 6px 0;
  border: 1px solid #eee;
}
#gg_class30 li {
  float: left;
  width: 133px;
  text-align: center;
  padding: 4px 0 4px 0;
}
#gg_class30 li a {
  color: #333;
  font-size: 12px;
}
#gg_class40 {
  width: 1198px;
  float: left;
  background: #fbfbfb;
  padding: 6px 0 6px 0;
  border: 1px solid #eee;
}
#gg_class40 li {
  float: left;
  width: 148px;
  text-align: center;
  padding: 4px 0 4px 0;
}
#gg_class40 li a {
  color: #333;
  font-size: 12px;
}

/* 热门推荐上面的全新走势 */
.qxzs {
  display: flex;
  height: 42px;
  margin-top: 12px;
  border: 1px solid #dbdbdb;
}
.qxzs > span {
  display: block;
  width: 42px;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #ffb53b;
}
.qxzs .right {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.qxzs .right a {
  font-size: 14px;
  color: #181818;
  margin-right: 24px;
}
.qxzs .right a::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 13px;
  margin-left: 2px;
  background: url(/static/images/icon_vip2.png) no-repeat right center/20px 13px;
}

/*footer上面的热门推荐*/
.hotRecommand {
  border: 1px solid #dbdbdb;
  height: 100px;
}
.hotRecommand .title {
  width: 20px;
  padding: 11px 10px;
  height: 78px;
  text-align: center;
  background: #eee;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.hotRecommand .hotList {
  float: left;
  width: 190px;
  border-right: 1px solid #dbdbdb;
}
.hotRecommand .hotList li {
  padding: 0px 30px;
  height: 26px;
  overflow: hidden;
}
.hotRecommand .hotList.noBorder {
  border-right: none;
}
.hotRecommand .hotList li a {
  color: #333;
  line-height: 26px;
}
.clearfix:before {
  content: "";
  width: 100%;
  height: 0;
  display: table;
  clear: both;
}
.clearfix:after {
  content: "";
  width: 100%;
  height: 0;
  display: table;
  clear: both;
}
.navright {
  float: right; /*background-image:url(/static/images/hot.gif);*/
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #d0d0d0;
}
.navright a {
  line-height: 30px;
  color: #1c53a3;
  font-size: 13px;
}
.gonggao {
  font-size: 16px;
  text-align: center;
  color: #1f75cc;
  padding-top: 10px;
}
.gonggao a {
  color: #c60000;
  text-decoration: underline;
}
/* 8300相关功能二级导航 */
.lotterynav {
  height: 28px;
  background: #eeeeee;
}
.lotterynav .nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.lotterynav .nav a {
  font-size: 14px;
  color: #181818;
  display: block;
  padding: 0 38px;
  position: relative;
}
.lotterynav .nav a.active {
  color: #4580cf;
  font-weight: bold;
}
.lotterynav .nav a:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.place {
  margin-top: 15px;
}
.nplace {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nplace .left {
  font-size: 14px;
  color: #999999;
}
.nplace .left a {
  color: #4580cf;
}
.nplace .left a:last-of-type {
  color: #2a2a2a;
  font-weight: bold;
}
.nplace .right {
  display: flex;
  width: 216px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}
.nplace .right input {
  border: none;
  outline: none;
  display: block;
  width: 164px;
  height: 100%;
  padding-left: 32px;
  font-size: 12px;
  box-sizing: border-box;
  background: url(/static/images/search.png) no-repeat 12px center/16px 16px;
}
.nplace .right .search {
  font-weight: bold;
  font-size: 14px;
  color: #181818;
  flex: 1;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.nplace .right .search::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
