html,
body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}
a {
  text-decoration: none;
}
.page_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
  min-width: 1220px;
}
.page_main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: url("../images/sgbanner1.jpg") center top no-repeat;
  background-size: 1920px auto;
  background-color: #f8f3fc;
  padding-bottom: 45px;
}
.page_foot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #2b2f42;
  padding: 30px 0 30px;
  text-align: center;
}
.page_foot > h3 {
  color: #99aecf;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 50px;
}
.page_foot > p {
  color: #99aecf;
  font-size: 13px;
  line-height:25px;
  margin: 0;
}
.head_main {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    padding: 0 18%;	  
}
.head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.head_nav > li > a {
  display: block;
  padding: 0 26px;
  line-height: 50px;
  font-size: 18px;
  color: #333560;
  font-weight: bold;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.head_nav > li > a.active,
.head_nav > li > a:hover {
  color: #cb4242;
}
.page_content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.content_banner {
  padding: 0 0 50px;
}
.content_banner > img {
  max-width: 100%;
}
.content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.content_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.content_left > a {
  display: block;
  width: 290px;
  height: 100px;
  line-height: 100px;
  color: #fffdee;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.content_left > a:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.3) inset;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.content_left > a ~ a {
  margin-top: 20px;
}
.content_left > a.cl_a {
  background: -webkit-gradient(linear, left bottom, left top, from(#bb850f), to(#dfb14e));
  background: linear-gradient(0deg, #cb4242, #f33e3e);
}
.content_left > a.cl_b {
  background: -webkit-gradient(linear, left bottom, left top, from(#bb850f), to(#dfb14e));
  background: linear-gradient(0deg, #cb4242, #f33e3e);
}
.content_left > a.cl_c {
  background: -webkit-gradient(linear, left bottom, left top, from(#bb850f), to(#dfb14e));
  background: linear-gradient(0deg, #cb4242, #f33e3e);
}
.content_swiper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 598px;
  height: 340px;
  margin-left: 10px;
}
.content_swiper > img {
  width: 100%;
  height: 100%;
}
.content_right {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
  width: 291.14px;
}
.content_right .cr_tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.content_right .cr_tab > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #cb4242;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.content_right .cr_list {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 15px;
  margin: 0;
  list-style: none;
  overflow: hidden;
  background: #fff;
}
.content_right .cr_list.active {
  display: block;
}
.content_right .cr_list > li > a {
  padding: 10px 0;
  color: #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  border-bottom:1px dashed #000
}
.content_right .cr_list > li > a:hover {
  color: #c30c38;
}
.content_right .cr_list > li > a > .cont {
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_foot {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.content_foot > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.content_foot > li ~ li {
  margin-left: 13px;
}
.content_foot > li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content_foot > li img {
  display: block;
  max-width: 100%;
}
.content_foot > li p {
  margin: 0;
  height: 58px;
  line-height: 58px;
  text-align: center;
  padding: 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2b2f42;
  color: #f5c826;
  font-size: 24px;
}
.mask {
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: fade_in 500ms linear;
          animation: fade_in 500ms linear;
}
.modal_wrap {
  display: none;
  position: fixed;
  z-index: 9;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 590px;
  height: 546px;
}
.modal_wrap img {
  max-width: 100%;
}
.modal_wrap i {
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: -80px;
  width: 54px;
  height: 54px;
  background: url("../images/close.png") center no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  cursor: pointer;
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.qr_code {
  max-width: 290px;
  background-color: #afa0c8;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  margin-top: 20px;
}
.qr_code.fixed {
  position: fixed;
  right: 0;
  top: 35%;
  padding: 25px;
}
.qr_code img {
  width: 170px;
  margin: 10px 0;
}
.qr_code p {
  margin: 0;
}
.content_inset {
  margin-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 40px 6px 6px;
  border-bottom: 1px solid #e2e2e2;
}
.content_title h3 {
  font-size: 20px;
  color: #1a1a19;
  margin: 0;
}
.content_title h3 small {
  color: #b7b5b5;
  padding-left: 10px;
}
.down_tab {
  padding: 0;
  margin: 18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  background: #d4d2d2;
}
.down_tab > a {
  line-height: 28px;
  padding: 0 28px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.down_list {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.down_list > a {
  display: block;
  float: left;
  text-align: center;
  width: 226px;
  margin-bottom: 50px;
  color: #999999;
}
.down_list > a:nth-child(3n-1) {
  margin: 0 85px;
}
.down_list > a:hover {
  color: #c30c38;
}
.down_list > a img {
  display: block;
  width: 226px;
  height: 166px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
}
.down_list > a p {
  font-size: 12px;
  line-height: 24px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game_item {
  padding: 10px 20px;
  -webkit-transition: 500ms;
  transition: 500ms;
  border: 3px #fff solid;
  background-color: #ccc8c8;
  border-radius:8px;
}
.game_item:hover {
  background: #fafafa;
}
.game_item .gi_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.game_item .gi_head > h3 {
  font-size: 20px;
  margin: 0;
}
.game_item .gi_head > a {
  padding: 0 10px;
  line-height: 31px;
  background-color: #a07fe2;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
}
.game_item .gi_cont {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.game_item .gi_cont > img {
  width: 128px;
  height: 39px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.game_item .gi_cont h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.game_item .gi_cont p {
  margin: 0;
  color: #757372;
  line-height: 22px;
  font-size: 12px;
}
.game_item .gi_cont a {
  float: right;
  line-height: 21px;
  background-color: #3a3a3a;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
}
.content_rich {
  padding: 30px;
}
.content_rich h3 {
  text-align: center;
  color: #666666;
  margin: 0 0 20px;
  font-size: 1.4em;
  font-weight: 300;
}
.content_rich h4 {
  font-size: 14px;
  color: #ff0000;
}
.content_rich p {
  font-size: 13px;
  line-height: 32px;
  color: #666666;
  font-family: 宋体;
}
.content_rich p span{
  font-size: 13px;
  color: #0897c1;
  font-weight: bold;
}
.content_rich p a{
  color: red;
}
.content_rich .pic {
  text-align: center;
}
.content_rich .pic img {
  max-width: 90%;
}
.content_rich .pic > p {
  text-indent: 0;
}
.page_wrap.inset .head_wrap {
  background: url("../images/head_bg.png") center top no-repeat;
  background-size: 1920px auto;
}
.page_wrap.inset .page_main {
  background: #fff;
}
.t_con {
  float: left;
  margin-left: 5%;
  width: 80%;
  height: 90%;
  display: none;
}
.t_con_active {
  display: block;
}
.t_con ul {
  width: 100%;
  height: 100%;
}
.t_con ul li {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  border-bottom: 1px dashed #8c8b8c;
  color: #8c8b8c;
  list-style: none;
}
.t_con ul li span {
  position: absolute;
  right: 0px;
}
.t_con ul li a {
  color: #8c8b8c;
  color: #ff0000;
  padding-left: 60px;
}
.djs {
  margin-left:12px;
  color:#151414;
  font-size:14px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 1px;
  padding: 0 3px;		
}
.recharge {
  width:120px;
  height:30px;
}
.tab p {
  font-size:16px;
  color:#cb4242;
  font-weight:700;
  margin-bottom:0px
}
.tab a {
  font-size:13px;
  color:#333;
  line-height: 30px;
}
.menpai{
  margin:2rem 4rem;
  line-height:20px
}
.yuandian span{
  color:#cb4242;
  font-size:18px;
}