@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

fieldset, img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.text_overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tz_loding {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 400;
}
.tz_loding .loader--spinningDisc {
  position: absolute;
  z-index: 800;
  border: solid 0.5em #9b59b6;
  border-right-color: transparent;
  border-left-color: transparent;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #3498db;
  background-clip: content-box;
  -webkit-animation: spinDisc 1.5s linear infinite;
  animation: spinDisc 1.5s linear infinite;
}
@-webkit-keyframes spinDisc {
  50% {
    border-top-color: #3498db;
    border-bottom-color: #3498db;
    background-color: #2ecc71;
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinDisc {
  50% {
    border-top-color: #3498db;
    border-bottom-color: #3498db;
    background-color: #2ecc71;
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.tz_confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
}

.tz_confirm .tz_confirm_box {
  width: 500px;
  height: 300px;
  background-color: #fff;
  border-radius: 8px;
}

.tz_confirm .tz_confirm_top {
  font-size: 28px;
  padding: 50px 50px;
  padding-top: 80px;
  height: 206px;
  text-align: center;
  line-height: 40px;
}

.tz_confirm .tz_confirm_bottom {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 53px;
}

.tz_confirm .tz_confirm_yes, .tz_confirm .tz_confirm_no {
  font-size: 22px;
  width: 168px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  margin: auto;
  color: #666;
  background: #eeeeee;
  border-radius: 10px;
  cursor: pointer;
}

.tz_confirm .tz_confirm_no {
  color: #ffffff;
  background: #2fc7d7;
}

.tz_toast {
  z-index: 600;
  position: fixed;
  bottom: 10%;
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 24px;
}
.tz_toast .msg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
}

.full {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

html, body {
  width: 100%;
  font-family: "Microsoft YaHei";
  background-color: #f5f5f5;
}

.header {
  background-color: #fff;
}
.header .content {
  height: 80px;
}
.header .content .logo .logo_icon {
  float: left;
  margin-top: 12px;
  margin-right: 18px;
  width: 166px;
}
.header .content .logo .text_box {
  float: left;
  color: #616161;
  padding-top: 28px;
  padding-left: 10px;
}
.header .content .logo .text_box a {
  color: #616161;
  font-size: 14px;
}
.header .content .search .search_box {
  margin-top: 20px;
  position: relative;
}
.header .content .search .search_box input:focus {
  outline: none;
}
.header .content .search .search_box input {
  width: 312px;
  height: 41px;
  border: none;
  background-color: #f2f2f2;
  color: #999;
  font-size: 14px;
  padding: 0 20px;
  padding-right: 46px;
  line-height: 36px;
  margin-left: 38px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.header .content .search .search_box .search_btn {
  width: 61px;
  height: 41px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.header .content .search a {
  margin-top: 28px;
  margin-left: 54px;
  color: #fff;
}
.header .content .search a.active, .header .content .search a:hover {
  color: #ffc700;
}
.header .content .login {
  position: relative;
  z-index: 100;
  margin-left: 20px;
  font-size: 16px;
  color: #2ec7d7;
  line-height: 80px;
}
.header .content .login a {
  color: #2ec7d7;
}
.header .content .login div {
  width: 200px;
  height: 130px;
  text-align: center;
  position: relative;
  top: 8px;
}
.header .content .login div .user_name {
  display: inline-block;
  max-width: 170px;
  height: 20px;
  line-height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
  margin-right: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  cursor: pointer;
}
.header .content .login div .triangle-down {
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/down.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: super;
  cursor: pointer;
}
.header .content .login div .list {
  width: 163px;
  height: 0px;
  opacity: 0;
  position: absolute;
  top: 51px;
  right: 0px;
  background: #ffffff;
}
.header .content .login div .list li {
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
}
.header .content .login div .list li a {
  color: #000000;
}
.header .content .login div .list li a:hover {
  color: #2ec7d7;
}
.header .content .login div .list li:hover {
  color: #2ec7d7;
}

body > .nav {
  background-image: url("../images/home/top_banner.png");
}

.nav {
  background-color: #324462;
}
.nav .content {
  height: 56px;
  padding-left: 246px;
}
.nav .content ul {
  font-size: 0;
}
.nav .content ul li {
  display: inline-block;
}
.nav .content ul li a {
  position: relative;
  display: inline-block;
  width: 138px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.nav .content ul li a.active, .nav .content ul li a:hover {
  background-color: #2ec7d7;
}
.nav .content ul li a.active::after, .nav .content ul li a:hover::after {
  bottom: -10px;
  right: -12px;
  transform: rotate(-20deg);
}
.nav .content ul li a:after {
  transition: 0.5s;
  content: '';
  display: block;
  width: 47px;
  height: 35px;
  background-image: url("../images/home/nav_icon.png");
  position: absolute;
  bottom: -10px;
  right: -50px;
  transform: rotate(20deg);
}

.goTop_box {
  position: fixed;
  bottom: 140px;
  right: 40px;
}
.goTop_box .qq_kefu {
  display: block;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-image: url("../images/home/QQ.png");
}
.goTop_box .qq_kefu:hover {
  background-image: url("../images/home/QQ_hover.png");
}
.goTop_box .goTop {
  margin-top: 10px;
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: none;
  background-image: url("../images/home/go_top.png");
}
.goTop_box .goTop:hover {
  background-image: url("../images/home/go_top_hover.png");
}

.fixed_box {
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 135px;
  background-image: url("../images/home/bottom_banner.png");
  background-size: cover;
}
.fixed_box .content {
  position: relative;
  width: 810px;
  height: 100px;
  margin: auto;
}
.fixed_box .content .logo_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 25px;
}
.fixed_box .content .and_btn, .fixed_box .content .ios_btn {
  cursor: pointer;
  width: 117px;
  height: 42px;
  position: absolute;
  top: 48px;
}
.fixed_box .content .and_btn {
  right: 186px;
}
.fixed_box .content .ios_btn {
  right: 52px;
}
.fixed_box .content .close_2 {
  cursor: pointer;
  position: absolute;
  right: -200px;
  top: 20px;
  width: 44px;
}
.fixed_box .content .down_qrcode_2 {
  display: block;
  text-align: center;
  position: absolute;
  width: 147px;
  height: 161px;
  top: -50px;
  right: -110px;
}
.fixed_box .content .ios_tishi {
  display: none;
  position: absolute;
  width: 186px;
  height: 86px;
  top: -30px;
  right: 20px;
}

.footer {
  background-color: #324462;
  color: #cccccc;
  font-size: 11px;
}
.footer a {
  color: #cccccc;
}
.footer .content {
  position: relative;
  height: 375px;
}
.footer .content .left {
  width: 50%;
  padding-left: 214px;
}
.footer .content .left .logo {
  margin-top: 50px;
}
.footer .content .left .link_box {
  margin-top: 30px;
}
.footer .content .left .msg_box {
  margin-top: 20px;
  line-height: 20px;
}
.footer .content .left .gongsi_box {
  margin-top: 20px;
}
.footer .content .left .beian_box {
  margin-top: -2px;
}
.footer .content .left .beian_box .wenwangwen img {
  width: 30px;
  vertical-align: middle;
}
.footer .content .right {
  width: 50%;
  padding-left: 100px;
  font-size: 12px;
}
.footer .content .right .we_link_title {
  margin-top: 68px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #cccccc;
}
.footer .content .right .game_link_title {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #cccccc;
}
.footer .content .right .we_link_box {
  line-height: 20px;
}
.footer .content .right .game_link_box {
  line-height: 20px;
}
.footer .content .right .jianguan_box {
  margin-top: 20px;
}
.footer .content .right .jianguan_box img {
  height: 30px;
}

.home .banner {
  background-position: center;
  padding: 15px 0;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.home .banner .content {
  position: relative;
}
.home .banner .content .img:hover .msg_box {
  height: 50px;
}
.home .banner .content .msg_box {
  transition: height 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home .banner .content .left_img {
  position: relative;
}
.home .banner .content .left_img .img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.home .banner .content .left_img .img img {
  transition: transform 0.6s;
}
.home .banner .content .left_img .img {
  overflow: hidden;
}
.home .banner .content .left_img .img, .home .banner .content .left_img img {
  display: block;
  width: 256px;
  height: 160px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
}
.home .banner .content .left_img .msg_box {
  line-height: 50px;
  padding-left: 10px;
}
.home .banner .content .right_img {
  position: relative;
}
.home .banner .content .right_img .img {
  display: block;
  width: 940px;
  height: 324px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.home .banner .content .right_img .img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.home .banner .content .right_img .img img {
  width: 664px;
  height: 324px;
  transition: transform 0.6s;
}
.home .banner .content .right_img .msg_box {
  width: 664px;
  line-height: 50px;
  padding-left: 20px;
}
.home .banner .content .right_img .information {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 277px;
  height: 324px;
  background-color: #fff;
}
.home .banner .content .right_img .information li.active::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/home/left_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 26px;
  left: -13px;
  top: 42px;
}
.home .banner .content .right_img .information li.active {
  position: relative;
  background-color: #d6f4f7;
  border-right: 4px solid #2ec7d7;
}
.home .banner .content .right_img .information .gameItem {
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 277px;
  height: 108px;
}
.home .banner .content .right_img .information .gameItem .icon {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin-left: 15px;
  margin-top: 13px;
}
.home .banner .content .right_img .information .gameItem .info {
  float: right;
  width: 172px;
  height: 108px;
  font-size: 18px;
  color: #000000;
}
.home .banner .content .right_img .information .gameItem .info .gameName {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 22px;
  display: inline-block;
}
.home .banner .content .right_img .information .gameItem .info .discount {
  position: relative;
  top: -8px;
  padding: 2px 10px;
  width: 50px;
  height: 22px;
  line-height: 22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.home .banner .content .right_img .information .gameItem .info .gameShortIntroduction {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 12px;
}
.home .promotegame .content {
  height: 180px;
  overflow: hidden;
  background-color: #fff;
}
.home .promotegame .content .promote {
  position: relative;
}
.home .promotegame .content .promote img {
  display: block;
}
.home .promotegame .content .promote_list {
  position: relative;
  width: 1140px;
}
.home .promotegame .content .promote_list li {
  display: inline-block;
}
.home .promotegame .content .promote_list .gameItem:hover .gameIcon, .home .promotegame .content .promote_list .gameItem:hover .discount {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.home .promotegame .content .promote_list .gameItem {
  margin: auto;
  margin-top: 25px;
  position: relative;
  display: block;
  width: 137px;
}
.home .promotegame .content .promote_list .gameItem .gameIcon {
  cursor: pointer;
  display: block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: auto;
  transition: transform 0.6s;
}
.home .promotegame .content .promote_list .gameItem .gameName {
  cursor: pointer;
  margin-top: 11px;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 0 4px;
}
.home .promotegame .content .promote_list .gameItem .discount {
  transition: transform 0.6s;
  position: absolute;
  width: 53px;
  height: 25px;
  left: 16px;
  line-height: 25px;
  -webkit-border-radius: 6px 13px 13px 6px;
  -moz-border-radius: 6px 13px 13px 6px;
  border-radius: 6px 13px 13px 6px;
  top: 3px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.home .promotegame .content .promote_list .gameItem:hover .gameName {
  color: #2ec7d7;
}
.home .news {
  margin-top: 15px;
  height: 725px;
}
.home .news .top {
  border-bottom: 2px solid #ececec;
  padding-top: 10px;
  margin: auto;
}
.home .news .top .label img {
  position: relative;
  vertical-align: middle;
  height: 42px;
  top: 2px;
  margin-right: 11px;
}
.home .news .top .label img:nth-of-type(2) {
  margin-bottom: -1px;
}
.home .news .top .more {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.home .news .top .more:hover {
  color: #2ec7d7;
}
.home .news .rush_gift {
  width: 254px;
  height: 725px;
  margin-right: 16px;
  background-color: #fff;
}
.home .news .rush_gift .gift {
  background-color: #fff;
  padding: 0 12px;
}
.home .news .rush_gift .gift .center {
  padding-top: 15px;
}
.home .news .rush_gift .gift .gameItem {
  padding: 13px 6px;
  position: relative;
}
.home .news .rush_gift .gift .gameItem .gameIcon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  float: left;
}
.home .news .rush_gift .gift .gameItem .info {
  float: left;
  margin-left: 18px;
}
.home .news .rush_gift .gift .gameItem .info .gameName {
  font-size: 18px;
  color: #000;
  margin-top: 6px;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .news .rush_gift .gift .gameItem .info .btn {
  cursor: pointer;
  margin-top: 6px;
  width: 88px;
  height: 36px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #000;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
}
.home .news .rush_gift .gift .gameItem .info .btn .text1 {
  display: inline-block;
}
.home .news .rush_gift .gift .gameItem .info .btn .text2 {
  display: none;
}
.home .news .rush_gift .gift .gameItem .info .btn:hover {
  color: #fff;
  background-color: #ff456f;
  border-color: #ff456f;
}
.home .news .rush_gift .gift .gameItem .info .btn:hover .text1 {
  display: none;
}
.home .news .rush_gift .gift .gameItem .info .btn:hover .text2 {
  display: inline-block;
}
.home .news .rush_gift .gift .gameItem .gift_icon {
  position: absolute;
  width: 30px;
  left: 56px;
  top: 63px;
}
.home .news .zixun_gonglue {
  width: 526px;
  margin-left: -1px;
}
.home .news .zixun_gonglue .gonglue .center li:hover label {
  background-image: url("../images/home/label_gonglue_2.png") !important;
}
.home .news .zixun_gonglue .gonglue .center li {
  padding: 7px 7px !important;
  height: 48px !important;
}
.home .news .zixun_gonglue .gonglue .center label {
  width: 14px !important;
  height: 14px !important;
  background-image: url("../images/home/label_gonglue_1.png") !important;
  background-size: cover !important;
}
.home .news .zixun_gonglue .gonglue .center a {
  width: 408px !important;
}
.home .news .zixun_gonglue .zixun .top img, .home .news .zixun_gonglue .gonglue .top img {
  margin-right: 20px;
  cursor: pointer;
}
.home .news .zixun_gonglue .zixun .center, .home .news .zixun_gonglue .gonglue .center {
  padding-top: 20px;
}
.home .news .zixun_gonglue .zixun .center .cover, .home .news .zixun_gonglue .gonglue .center .cover {
  width: 464px;
  height: 262px;
  margin-left: 20px;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 25px;
}
.home .news .zixun_gonglue .zixun .center li:nth-child(1) a, .home .news .zixun_gonglue .zixun .center li:nth-child(2) a, .home .news .zixun_gonglue .gonglue .center li:nth-child(1) a, .home .news .zixun_gonglue .gonglue .center li:nth-child(2) a {
  font-size: 18px;
  font-weight: bold;
}
.home .news .zixun_gonglue .zixun .center li, .home .news .zixun_gonglue .gonglue .center li {
  padding: 7px;
  height: 47px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.home .news .zixun_gonglue .zixun .center li label, .home .news .zixun_gonglue .gonglue .center li label {
  display: inline-block;
  width: 52px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  background-size: cover;
}
.home .news .zixun_gonglue .zixun .center li label.red, .home .news .zixun_gonglue .gonglue .center li label.red {
  background-image: url("../images/home/red.png");
}
.home .news .zixun_gonglue .zixun .center li a, .home .news .zixun_gonglue .gonglue .center li a {
  color: #000000;
  font-size: 16px;
  width: 370px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .news .zixun_gonglue .zixun .center li a:hover, .home .news .zixun_gonglue .gonglue .center li a:hover {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}
.home .news .zixun_gonglue .zixun .center li a:nth-child(1), .home .news .zixun_gonglue .gonglue .center li a:nth-child(1) {
  display: none;
}
.home .news .zixun_gonglue .zixun .center li span, .home .news .zixun_gonglue .gonglue .center li span {
  margin-left: 10px;
  color: #999999;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.home .news .zixun_gonglue .zixun {
  display: block;
  height: 725px;
  background-color: #fff;
  padding: 0 12px;
  overflow: hidden;
}
.home .news .zixun_gonglue .gonglue {
  display: none;
  height: 725px;
  background-color: #fff;
  padding: 0 12px;
  overflow: hidden;
}
.home .news .discount {
  background-color: #fff;
  width: 390px;
  height: 725px;
  padding: 0 12px;
}
.home .news .discount .center {
  padding-top: 10px;
}
.home .news .discount .gameItem:hover .icon {
  border: 2px solid #2fc6d9;
}
.home .news .discount .gameItem {
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 108px;
}
.home .news .discount .gameItem .icon {
  border: 2px solid #fff;
  float: left;
  width: 82px;
  height: 82px;
  border-radius: 12px;
  margin-left: 8px;
  margin-top: 13px;
}
.home .news .discount .gameItem .info {
  float: left;
  margin-left: 10px;
  width: 172px;
  height: 108px;
  font-size: 15px;
  color: #000000;
}
.home .news .discount .gameItem .info .gameName {
  font-size: 18px;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 16px;
  display: inline-block;
}
.home .news .discount .gameItem .info .discount {
  position: relative;
  top: -7px;
  padding: 2px 10px;
  width: 50px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.home .news .discount .gameItem .info .discount_msg {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}
.home .news .discount .gameItem .info .discount_time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
  font-size: 14px;
  color: #ff1138;
}
.home .news .discount .gameItem .downBtn, .home .news .discount .gameItem .downApp {
  float: right;
  width: 68px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #2fc6d9;
  border-radius: 4px;
  font-size: 13px;
  color: #2fc6d9;
  line-height: 35px;
  text-align: center;
  margin-top: 35px;
  margin-right: 8px;
}
.home .news .discount .gameItem .downBtn:hover, .home .news .discount .gameItem .downApp:hover {
  border: 1px solid #2fc6d9;
  background-color: #2fc6d9;
  color: #fff;
}
.home .hotGame_server {
  margin-top: 15px;
}
.home .hotGame_server .content .hotGame {
  background-color: #fff;
  width: 795px;
  height: 725px;
}
.home .hotGame_server .content .hotGame .top {
  border-bottom: 2px solid #ececec;
  padding-top: 10px;
  width: 765px;
  margin: auto;
}
.home .hotGame_server .content .hotGame .top .label img {
  position: relative;
  vertical-align: middle;
  top: 2px;
  margin-right: 11px;
}
.home .hotGame_server .content .hotGame .top .more {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.home .hotGame_server .content .hotGame .top .more:hover {
  color: #2ec7d7;
}
.home .hotGame_server .content .hotGame .center {
  padding: 22px;
  padding-top: 10px;
}
.home .hotGame_server .content .hotGame .center .gameItem:hover {
  background-color: #f2f2f2;
}
.home .hotGame_server .content .hotGame .center .gameItem {
  cursor: pointer;
  float: left;
  text-align: center;
  width: 150px;
  height: 216px;
  position: relative;
}
.home .hotGame_server .content .hotGame .center .gameItem .gameInfo {
  width: 100%;
}
.home .hotGame_server .content .hotGame .center .gameItem .gameIcon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  cursor: pointer;
}
.home .hotGame_server .content .hotGame .center .gameItem .gameName {
  font-size: 18px;
  margin-top: 8px;
  cursor: pointer;
  padding: 0 10px;
}
.home .hotGame_server .content .hotGame .center .gameItem .downBtn {
  display: block;
  margin: auto;
  margin-top: 8px;
  width: 90px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #2fc6d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  color: #2fc6d9;
  line-height: 34px;
  text-align: center;
}
.home .hotGame_server .content .hotGame .center .gameItem .downBtn:hover {
  border: 1px solid #2fc6d9;
  background-color: #2fc6d9;
  color: #fff;
}
.home .hotGame_server .content .hotGame .center .gameItem .discount {
  position: absolute;
  width: 60px;
  height: 26px;
  left: 24px;
  line-height: 27px;
  -webkit-border-radius: 6px 15px 15px 6px;
  -moz-border-radius: 6px 15px 15px 6px;
  border-radius: 6px 15px 15px 6px;
  top: 22px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.home .hotGame_server .content .server {
  width: 390px;
  background-color: #fff;
  height: 725px;
  padding: 0 15px;
}
.home .hotGame_server .content .server .top {
  border-bottom: 2px solid #ececec;
  padding-top: 10px;
  margin: auto;
}
.home .hotGame_server .content .server .top .label img {
  position: relative;
  vertical-align: middle;
  top: 2px;
  margin-right: 11px;
}
.home .hotGame_server .content .server .top .more {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.home .hotGame_server .content .server .top .more:hover {
  color: #2ec7d7;
}
.home .hotGame_server .content .server .center {
  padding-top: 16px;
}
.home .hotGame_server .content .server .center .serverList {
  position: relative;
}
.home .hotGame_server .content .server .center .serverList .line {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 13px;
  z-index: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.home .hotGame_server .content .server .center .serverList .line div {
  width: 2px;
  height: 100%;
  background-color: #f7f7f7;
}
.home .hotGame_server .content .server .center .serverList .serverItem:hover .label div {
  width: 20px;
  height: 20px;
  background-image: url("../images/home/time_icon.png");
  background-color: transparent;
  background-size: cover;
}
.home .hotGame_server .content .server .center .serverList .serverItem:hover .gameName {
  color: #59ad3b;
}
.home .hotGame_server .content .server .center .serverList .serverItem:hover .serverName {
  color: #59ad3b;
}
.home .hotGame_server .content .server .center .serverList .serverItem {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 9.5px 0;
}
.home .hotGame_server .content .server .center .serverList .serverItem .label {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.home .hotGame_server .content .server .center .serverList .serverItem .label div {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e0e0e0;
}
.home .hotGame_server .content .server .center .serverList .serverItem .time {
  font-size: 18px;
  color: #59ad3b;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
}
.home .hotGame_server .content .server .center .serverList .serverItem .gameName {
  font-size: 18px;
  color: #000;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.home .hotGame_server .content .server .center .serverList .serverItem .serverName {
  font-size: 18px;
  color: #999;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.home .gamerank {
  margin-top: 15px;
  margin-bottom: 50px;
}
.home .gamerank .top .label {
  font-size: 21px;
  font-weight: bold;
}
.home .gamerank .top .label img {
  vertical-align: text-bottom;
  margin-right: 11px;
}
.home .gamerank .center {
  margin-top: 15px;
}
.home .gamerank .center .gamerankIcon {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.home .gamerank .center .gamerankItem_1 {
  margin-right: 15px;
}
.home .gamerank .center .gamerankItem_1 .sid {
  color: #721aa5;
}
.home .gamerank .center .gamerankItem_2 {
  margin-right: 15px;
}
.home .gamerank .center .gamerankItem_2 .sid {
  color: #d94e00;
}
.home .gamerank .center .gamerankItem_3 .sid {
  color: #f31732;
}
.home .gamerank .center .gamerankItem {
  float: left;
  width: 390px;
  height: 738px;
  background-color: #fff;
  padding-bottom: 20px;
}
.home .gamerank .center .gamerankItem .gameItem:nth-child(2) .gameIcon {
  border: 3px solid #ffd05c;
}
.home .gamerank .center .gamerankItem .gameItem:nth-child(3) .gameIcon {
  border: 3px solid #a6a8c0;
}
.home .gamerank .center .gamerankItem .gameItem:nth-child(4) .gameIcon {
  border: 3px solid #a9755f;
}
.home .gamerank .center .gamerankItem .gameItem {
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.home .gamerank .center .gamerankItem .gameItem .sid {
  float: left;
  width: 54px;
  text-align: center;
}
.home .gamerank .center .gamerankItem .gameItem .sid img {
  display: inline-block;
  position: relative;
  top: 4px;
}
.home .gamerank .center .gamerankItem .gameItem .small {
  float: left;
}
.home .gamerank .center .gamerankItem .gameItem .small .gameIcon {
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
.home .gamerank .center .gamerankItem .gameItem .small .gameName {
  float: left;
  font-size: 18px;
  margin-left: 22px;
  margin-top: 16px;
  cursor: pointer;
}
.home .gamerank .center .gamerankItem .gameItem .big {
  display: none;
}
.home .gamerank .center .gamerankItem .gameItem .big .gameIcon {
  float: left;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 5px;
  cursor: pointer;
}
.home .gamerank .center .gamerankItem .gameItem .big .gameInfo {
  float: left;
  margin-left: 15px;
}
.home .gamerank .center .gamerankItem .gameItem .big .gameInfo .gameInfo_top {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.home .gamerank .center .gamerankItem .gameItem .big .gameInfo .gameInfo_top .gameName {
  font-size: 18px;
  cursor: pointer;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .gamerank .center .gamerankItem .gameItem .big .gameInfo .gameInfo_top .discount {
  margin-left: 5px;
  text-align: center;
  width: 50px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.home .gamerank .center .gamerankItem .gameItem .big .gameInfo .gameInfo_btm {
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}
.home .gamerank .center .gamerankItem .gameItem .big .downBtn {
  float: right;
  font-size: 16px;
  margin-top: 28px;
  width: 105px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #2ec7d7;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-right: 26px;
}
.home .gamerank .center .gamerankItem .gameItem.active {
  height: 90px;
}
.home .gamerank .center .gamerankItem .gameItem.active .small {
  display: none;
}
.home .gamerank .center .gamerankItem .gameItem.active .big {
  display: block;
}

.newServer .newServerWrap {
  background-color: #fff;
  margin-bottom: 50px;
}
.newServer .newServerWrap .top {
  width: 1168px;
  height: 70px;
  margin: auto;
  border-bottom: 2px solid #ececec;
}
.newServer .newServerWrap .top .item {
  cursor: pointer;
  float: left;
  width: 196px;
  height: 70px;
  position: relative;
  margin-right: 20px;
  top: 0px;
  text-align: center;
  padding-top: 25px;
}
.newServer .newServerWrap .top .item .title {
  font-size: 22px;
  color: #d3d3d3;
  vertical-align: bottom;
  font-weight: bold;
}
.newServer .newServerWrap .top .item .time {
  font-size: 16px;
  color: #d3d3d3;
  vertical-align: bottom;
  font-weight: bold;
}
.newServer .newServerWrap .top .item.active {
  border-bottom: 2px solid #2ec7d7;
}
.newServer .newServerWrap .top .item.active .title {
  color: #2b3a53;
}
.newServer .newServerWrap .top .item.active .time {
  color: #2ec7d7;
}
.newServer .newServerWrap .content {
  width: 1107px;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 20px;
  border-left: 2px solid #f7f7f7;
}
.newServer .newServerWrap .content .gameItem:hover {
  background-color: #fafafa;
}
.newServer .newServerWrap .content .gameItem {
  display: block;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
}
.newServer .newServerWrap .content .gameItem .gameIcon {
  float: left;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
  cursor: pointer;
}
.newServer .newServerWrap .content .gameItem .gameInfo {
  float: left;
  margin-left: 19px;
}
.newServer .newServerWrap .content .gameItem .gameInfo .gameInfo_top {
  margin-top: 13px;
}
.newServer .newServerWrap .content .gameItem .gameInfo .gameInfo_top .gameName {
  font-size: 20px;
  cursor: pointer;
}
.newServer .newServerWrap .content .gameItem .gameInfo .gameInfo_top .discount {
  position: absolute;
  left: 28px;
  top: 24px;
  width: 53px;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 6px 13px 13px 6px;
  -moz-border-radius: 6px 13px 13px 6px;
  border-radius: 6px 13px 13px 6px;
  font-size: 13px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
  text-align: center;
}
.newServer .newServerWrap .content .gameItem .gameInfo .gameInfo_btm {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 20px;
  color: #999;
}
.newServer .newServerWrap .content .gameItem .gameInfo .gameInfo_btm span:first-child {
  margin-right: 15px;
}
.newServer .newServerWrap .content .gameItem .gameInfo .gameShortIntroduction {
  font-size: 14px;
  color: #999;
}
.newServer .newServerWrap .content .gameItem .downBtn:hover, .newServer .newServerWrap .content .gameItem .giftBtn:hover {
  background-color: #2ec7d7;
  color: #fff;
}
.newServer .newServerWrap .content .gameItem .downBtn, .newServer .newServerWrap .content .gameItem .giftBtn {
  float: right;
  font-size: 14px;
  margin-top: 28px;
  width: 128px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 14px;
  border: solid 1px #2ec7d7;
  color: #2ec7d7;
  background-color: #fff;
}
.newServer .newServerWrap .content .gameItem .downApp, .newServer .newServerWrap .content .gameItem .giftBtn {
  float: right;
  font-size: 14px;
  margin-top: 28px;
  width: 128px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 14px;
  border: solid 1px #2ec7d7;
  color: #2ec7d7;
  background-color: #fff;
}
.newServer .newServerWrap .content .gameItem .giftBtn.disabled {
  color: #b3b3b3;
  background-color: #fafafa;
  background-color: #fafafa;
  border-color: #fafafa;
  border: 1px solid #e6e6e6;
}
.newServer .newServerWrap .content .timeItem {
  position: relative;
  left: -12px;
  top: -12px;
  margin-top: 22px;
}
.newServer .newServerWrap .content .timeItem .big {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: rgba(255, 69, 111, 0.2);
  padding-top: 6px;
}
.newServer .newServerWrap .content .timeItem .small {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ff456f;
  margin-left: 6px;
}
.newServer .newServerWrap .content .timeItem .time {
  float: left;
  margin-left: 10px;
  font-size: 20px;
  color: #ff456f;
}
.newServer .newServerWrap .tomorrow {
  display: none;
}

.login .login_form {
  width: 800px;
  height: 471px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 75px auto;
}
.login .login_form .form_top {
  width: 704px;
  margin: auto;
  height: 70px;
  border-bottom: 1px solid #ececec;
}
.login .login_form .form_top h2 {
  width: 113px;
  height: 45px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #324462;
  border-bottom: 2px solid #2ec7d7;
  margin-top: 25px;
  text-align: center;
  float: left;
}
.login .login_form .form_top p {
  float: right;
  width: 200px;
  height: 30px;
  margin-top: 35px;
}
.login .login_form .form_top p span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #969696;
}
.login .login_form .form_top p a {
  font-family: MicrosoftYaHei;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
}
.login .login_form .content {
  width: 500px;
  height: 300px;
  margin: 76px 0px 76px 230px;
  text-align: left;
}
.login .login_form .content .name_bg {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/name.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
  left: -326px;
}
.login .login_form .content .password_bg {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/pwd.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
  left: -326px;
}
.login .login_form .content .text {
  width: 326px;
  height: 44px;
  border-radius: 2px;
  border: solid 1px #f1f1f1;
  background-size: 25px 25px;
  text-indent: 45px;
  margin-bottom: 20px;
  outline: none;
  float: left;
  margin-right: 5px;
}
.login .login_form .content .name_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 40px;
  margin-top: -34px;
}
.login .login_form .content .name_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.login .login_form .content .name_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.login .login_form .content .password_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 44px;
  margin-top: -34px;
}
.login .login_form .content .password_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.login .login_form .content .password_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.login .login_form .content .name {
  -webkit-appearance: none;
  outline: none;
  background-color: #fafafa;
}
.login .login_form .content .password {
  background-color: #fafafa;
}
.login .login_form .content .forget_pwd {
  margin-bottom: 50px;
  margin-left: 269px;
}
.login .login_form .content .forget_pwd a {
  display: block;
  width: 56px;
  height: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
}
.login .login_form .content .login-button {
  width: 326px;
  height: 56px;
  background-color: #2ec7d7;
  border-radius: 28px;
  border: none;
  color: #ffffff;
  outline: none;
  cursor: pointer;
}

.register .register_form {
  width: 800px;
  height: 471px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 75px auto;
}
.register .register_form .form_top {
  width: 704px;
  margin: auto;
  height: 70px;
  border-bottom: 1px solid #ececec;
}
.register .register_form .form_top h2 {
  width: 113px;
  height: 45px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #324462;
  border-bottom: 2px solid #2ec7d7;
  margin-top: 25px;
  text-align: center;
  float: left;
}
.register .register_form .form_top p {
  float: right;
  width: 200px;
  height: 30px;
  margin-top: 35px;
}
.register .register_form .form_top p span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #969696;
}
.register .register_form .form_top p a {
  font-family: MicrosoftYaHei;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
}
.register .register_form .content > div {
  position: relative;
}
.register .register_form .content {
  width: 500px;
  height: 300px;
  margin: 46px 0px 76px 236px;
  text-align: left;
}
.register .register_form .content .name_bg {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/name.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
  left: -320px;
}
.register .register_form .content .code_bg {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/code.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
  left: -320px;
}
.register .register_form .content .password_bg {
  width: 28px;
  height: 28px;
  display: block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/pwd.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 28px;
  left: 6px;
}
.register .register_form .content .text {
  width: 326px;
  height: 44px;
  border-radius: 2px;
  border: solid 1px #f1f1f1;
  background-size: 25px 25px;
  text-indent: 45px;
  margin-bottom: 20px;
  outline: none;
  float: left;
  background-color: #fafafa;
}
.register .register_form .content .name_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 40px;
  margin-left: 5px;
  margin-top: -30px;
}
.register .register_form .content .name_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.register .register_form .content .name_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.register .register_form .content .password_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 44px;
  margin-left: 5px;
}
.register .register_form .content .password_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.register .register_form .content .password_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.register .register_form .content .code_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 44px;
  margin-left: 5px;
  margin-top: -30px;
}
.register .register_form .content .code_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.register .register_form .content .code_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.register .register_form .content .v_code {
  height: 44px;
}
.register .register_form .content .v_code .code {
  width: 220px;
  background-color: #fafafa;
  float: left;
}
.register .register_form .content .v_code .sendbtn {
  float: left;
  width: 106px;
  height: 44px;
  background-color: #2ec7d7;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
}
.register .register_form .content .password {
  background-color: #fafafa;
}
.register .register_form .content .nvarchar {
  width: 326px;
  height: 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #969696;
  text-align: left;
}
.register .register_form .content .nvarchar a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
}
.register .register_form .content .register_button {
  width: 326px;
  height: 56px;
  background-color: #2ec7d7;
  border-radius: 28px;
  border: none;
  color: #ffffff;
  outline: none;
  margin-top: 24px;
  cursor: pointer;
}
.register .register_time {
  width: 800px;
  height: 471px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 75px auto;
  overflow: hidden;
}
.register .register_time .content {
  width: 500px;
  margin: 150px auto;
}
.register .register_time .content .left img {
  width: 112px;
  height: 112px;
}
.register .register_time .content .right {
  width: 360px;
  height: 80px;
  line-height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 20px;
}
.register .register_time .content .right p {
  width: 360px;
  font-size: 22px;
  height: 40px;
}
.register .register_time .content .right p span {
  color: #2ec7d7;
}
.register .register_time .content .right p a {
  width: 97px;
  height: 19px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
  margin-top: 10px;
}

.forget .forget_form {
  width: 800px;
  height: 471px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 75px auto;
}
.forget .forget_form .form_top {
  width: 704px;
  margin: auto;
  height: 70px;
  border-bottom: 1px solid #ececec;
}
.forget .forget_form .form_top h4 {
  width: 113px;
  height: 45px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #324462;
  border-bottom: 2px solid #2ec7d7;
  margin-top: 25px;
  text-align: center;
  float: left;
}
.forget .forget_form .form_top p {
  float: right;
  height: 30px;
  margin-top: 35px;
}
.forget .forget_form .form_top p span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #969696;
}
.forget .forget_form .form_top p a {
  font-family: MicrosoftYaHei;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
}
.forget .forget_form .content > div {
  position: relative;
}
.forget .forget_form .content {
  width: 500px;
  height: 300px;
  margin: 46px 0px 76px 236px;
  text-align: left;
}
.forget .forget_form .content .name_bg {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/name.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
  left: -320px;
}
.forget .forget_form .content .code_bg {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/code.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
  left: -320px;
}
.forget .forget_form .content .password_bg {
  width: 28px;
  height: 28px;
  display: block;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/pwd.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 26px;
  left: 6px;
}
.forget .forget_form .content .text {
  width: 326px;
  height: 44px;
  border-radius: 2px;
  border: solid 1px #f1f1f1;
  background-color: #fafafa;
  background-size: 25px 25px;
  text-indent: 45px;
  margin-bottom: 20px;
  outline: none;
  float: left;
}
.forget .forget_form .content .name_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 40px;
  margin-left: 5px;
  margin-top: -30px;
}
.forget .forget_form .content .name_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.forget .forget_form .content .name_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.forget .forget_form .content .password_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 44px;
  margin-left: 5px;
}
.forget .forget_form .content .password_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.forget .forget_form .content .password_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.forget .forget_form .content .code_hint {
  width: 165px;
  height: 44px;
  float: left;
  line-height: 44px;
  margin-left: 5px;
  margin-top: -30px;
}
.forget .forget_form .content .code_hint b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://tg-cdn.52tzgame.com/images/official/v1.1.0/pc/images/login/x.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.forget .forget_form .content .code_hint span {
  width: 96px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ea1f05;
}
.forget .forget_form .content .v_code {
  height: 44px;
}
.forget .forget_form .content .v_code .code {
  width: 220px;
  background-color: #fafafa;
  float: left;
}
.forget .forget_form .content .v_code .sendbtn {
  float: left;
  width: 106px;
  height: 44px;
  background-color: #2ec7d7;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
}
.forget .forget_form .content .password {
  background-color: #fafafa;
}
.forget .forget_form .content .nvarchar {
  width: 326px;
  height: 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #969696;
  text-align: left;
}
.forget .forget_form .content .nvarchar span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
}
.forget .forget_form .content .forget_button {
  width: 326px;
  height: 56px;
  background-color: #2ec7d7;
  border-radius: 28px;
  border: none;
  color: #ffffff;
  outline: none;
  margin-top: 24px;
  cursor: pointer;
}

.user .nav {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #324462;
  margin: 0 auto;
  text-align: center;
  min-width: 1200px;
  z-index: -2;
}
.user .nav h6 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
}
.user .nav div {
  float: right;
  width: 180px;
  text-align: center;
  position: relative;
  right: 136px;
}
.user .nav div .user_name {
  width: 150px;
  height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 8px;
}
.user .nav div .triangle-downList {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-bottom: 0px;
  cursor: pointer;
}
.user .nav div .userLIst {
  width: 120px;
  height: 80px;
  position: absolute;
  top: 50px;
  left: 60px;
  display: none;
}
.user .nav div .userLIst li {
  line-height: 40px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.user .content_center {
  width: 1200px;
  height: 693px;
  background-color: #fafafa;
  margin: 20px auto 50px;
}
.user .content_center .left {
  width: 232px;
  height: 126px;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.user .content_center .left h4 {
  width: 232px;
  height: 66px;
  line-height: 66px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2ec7d7;
  border-left: 4px solid #2ec7d7;
}
.user .content_center .left h5 {
  width: 232px;
  height: 60px;
  line-height: 60px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #324462;
}
.user .content_center .right {
  width: 968px;
  height: 693px;
  background-color: #ffffff;
}
.user .content_center .right h3 {
  width: 870px;
  height: 65px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin: 35px 0 62px 50px;
  border-bottom: 2px solid #f5f5f5;
}
.user .content_center .right p {
  width: 880px;
  margin-left: 81px;
}
.user .content_center .right p span {
  color: #4d4d4d;
  font-size: 20px;
}
.user .content_center .right p .text {
  display: inline-block;
  width: 90px;
  height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #969696;
  margin-bottom: 60px;
}
.user .content_center .right p .img {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  vertical-align: middle;
}

.search .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.search .breadcrumb .location {
  vertical-align: top;
}
.search .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.search .classification {
  width: 1200px;
  margin: 15px auto;
  min-height: 145px;
  background-color: #fff;
}
.search .classification .item {
  min-height: 72px;
}
.search .classification .item .content {
  display: inline-block;
  min-height: 32px;
  margin: 8px 35px 20px 35px;
  vertical-align: middle;
}
.search .classification .item .content .title {
  margin: auto 20px auto 0px;
  display: inline-block;
}
.search .classification .item .content .tag {
  height: 32px;
  margin: 20px 18px 0px 18px;
  display: inline-block;
}
.search .classification .item .content .tag:hover {
  background-color: #ff4b75;
  border-radius: 16px;
  color: #fff;
  padding: 5px 18px;
  margin: 12px 0px 0px 0px;
}
.search .classification .item .content .active {
  background-color: #ff4b75;
  border-radius: 16px;
  color: #fff;
  padding: 5px 18px;
  margin: 12px 0px 0px 0px;
}
.search .classification .item:first-child {
  border-bottom: 1px solid #ececec;
}
.search .list {
  width: 1200px;
  margin: 15px auto 20px auto;
  padding: 10px 22px;
  padding-bottom: 20px;
  background-color: #fff;
}
.search .list .row .item {
  display: inline-block;
  width: 156px;
  margin-right: 16px;
  margin-left: 16px;
  text-align: center;
  position: relative;
}
.search .list .row .item .discount {
  position: absolute;
  width: 50px;
  height: 25px;
  left: 23px;
  line-height: 25px;
  border-radius: 6px 13px 13px 6px;
  top: 23px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.search .list .row .item .img {
  width: 100px;
  height: 100px;
  margin: 20px auto 8px auto;
}
.search .list .row .item .title {
  font-size: 18px;
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px auto;
}
.search .list .row .item .tip {
  font-size: 14px;
  color: #999999;
  margin: 7px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .list .row .item button {
  margin-top: 2px;
  width: 88px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #2ec7d7;
  color: #2ec7d7;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 20px;
}
.search .list .row .item:last-child {
  margin-right: 0px;
}
.search .list .row .item:hover {
  background-color: #f7f7f7;
}
.search .list .row .item:hover button {
  color: #fff;
  background-color: #2ec7d7;
}
.search .list .row button:hover {
  cursor: pointer;
}
.search .pagination {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.search .pagination div {
  margin: 0px auto;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  color: #999999;
  padding: 12px 10px;
  margin-right: 2px;
}
.search .pagination div:hover {
  border: solid 1px #2ec7d7;
  color: #2ec7d7;
}
.search .pagination .page_number {
  width: 50px;
}
.search .pagination .page_number:hover {
  color: #fff;
}
.search .pagination .page_more {
  width: 50px;
  cursor: default;
}
.search .pagination .page_more:hover {
  border: 1px solid #ececec;
  color: #999999;
}
.search .pagination .active {
  color: #fff;
  background-color: #2ec7d7;
}

.mobilegame .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.mobilegame .breadcrumb .location {
  vertical-align: top;
}
.mobilegame .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.mobilegame .main {
  width: 1200px;
  margin: 15px auto 60px auto;
  position: relative;
}
.mobilegame .main .new {
  width: 815px;
  min-height: 700px;
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 30px;
}
.mobilegame .main .new .nav {
  margin: 0px 16px;
  background-color: #fff;
  height: 44px;
  font-size: 22px;
  color: #cccccc;
  font-weight: bold;
}
.mobilegame .main .new .nav a {
  color: #cccccc;
}
.mobilegame .main .new .nav .item {
  display: inline-block;
  border-bottom: 2px solid #ececec;
  margin-right: -7px;
  width: 196px;
  text-align: center;
  height: 44px;
  line-height: 42px;
}
.mobilegame .main .new .nav .item:hover {
  color: #2b3a53;
  border-bottom: 2px solid #2ec7d7;
}
.mobilegame .main .new .nav .active {
  color: #2b3a53;
  border-bottom: 2px solid #2ec7d7;
}
.mobilegame .main .new .eachnew {
  margin: 30px 30px;
  margin-bottom: 0px;
  height: 133px;
}
.mobilegame .main .new .eachnew img {
  width: 238px;
  height: 133px;
  float: left;
  margin-right: 20px;
}
.mobilegame .main .new .eachnew .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobilegame .main .new .eachnew .text {
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.mobilegame .main .notice {
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 298px;
  padding: 21px 16px 28px 16px;
  background-color: #ffffff;
}
.mobilegame .main .notice .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.mobilegame .main .notice .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.mobilegame .main .notice .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.mobilegame .main .notice ul {
  margin: 26px 2px 0px 10px;
}
.mobilegame .main .notice ul a:hover {
  color: #2ec7d7;
}
.mobilegame .main .notice ul a:hover li::before {
  background-color: #2ec7d7;
}
.mobilegame .main .notice ul li {
  position: relative;
  text-indent: 9px;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 326px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobilegame .main .notice ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}
.mobilegame .main .strategy {
  position: absolute;
  top: 313px;
  right: 0;
}
.mobilegame .main .pagination {
  width: 800px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.mobilegame .main .pagination div {
  margin: 0px auto;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  color: #999999;
  padding: 12px 10px;
  margin-right: 2px;
}
.mobilegame .main .pagination div:hover {
  border: solid 1px #2ec7d7;
  color: #2ec7d7;
}
.mobilegame .main .pagination .page_number {
  width: 50px;
}
.mobilegame .main .pagination .page_more {
  width: 50px;
  cursor: default;
}
.mobilegame .main .pagination .page_more:hover {
  border: 1px solid #ececec;
  color: #999999;
}
.mobilegame .main .pagination .active {
  color: #fff;
  background-color: #2ec7d7;
}

.game_detail .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.game_detail .breadcrumb .location {
  vertical-align: top;
}
.game_detail .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.game_detail .name_head {
  width: 1200px;
  background-color: #ffffff;
  height: 419px;
  margin: 0px auto;
  padding: 15px;
  position: relative;
}
.game_detail .name_head .carousel {
  width: 815px;
  height: 389px;
  overflow: hidden;
  position: relative;
  float: left;
}
.game_detail .name_head .carousel .img_box {
  width: 3000px;
  height: 389px;
  position: absolute;
  left: 0px;
}
.game_detail .name_head .carousel .img_box img {
  float: left;
  width: 240px;
  height: 389px;
  margin-right: 14px;
}
.game_detail .name_head .carousel .left {
  position: absolute;
  z-index: 10;
  top: 178px;
  width: 40px;
  height: 33px;
  text-align: center;
  background-image: url(https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/left.png);
  left: 0px;
}
.game_detail .name_head .carousel .left img {
  margin: 10px 10px 0px 0px;
}
.game_detail .name_head .carousel .left:hover {
  background-image: url(https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/left_hover.png);
}
.game_detail .name_head .carousel .right {
  position: absolute;
  z-index: 10;
  top: 178px;
  width: 40px;
  height: 33px;
  text-align: center;
  background-image: url(https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/right.png);
  right: 0px;
}
.game_detail .name_head .carousel .right img {
  margin: 10px 0px 0px 10px;
}
.game_detail .name_head .carousel .right:hover {
  background-image: url(https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/right_hover.png);
}
.game_detail .main {
  width: 1200px;
  margin: 15px auto 62px auto;
  position: relative;
}
.game_detail .main .noData {
  text-align: center;
  margin-top: 80px;
  color: #999;
}
.game_detail .main .notes {
  width: 815px;
  height: 265px;
  background-color: #ffffff;
  padding: 21px 15px;
}
.game_detail .main .notes .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}
.game_detail .main .notes .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.game_detail .main .notes .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.game_detail .main .notes .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.game_detail .main .notes .title .more:hover {
  color: #2ec7d7;
}
.game_detail .main .notes .item {
  border-bottom: 1px solid #ececec;
  height: 46px;
  padding: 15px 5px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 390px;
}
.game_detail .main .notes .item a {
  display: inline-block;
}
.game_detail .main .notes .item a:hover {
  color: #2ec7d7;
}
.game_detail .main .notes .item a:hover .spot {
  background-color: #2ec7d7;
}
.game_detail .main .notes .item .first {
  margin-right: 26px;
}
.game_detail .main .notes .item .text {
  width: 366px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-left: 6px;
}
.game_detail .main .notes .item .spot {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000000;
  top: 23px;
}
.game_detail .main .notes .item:nth-child(2n+1) {
  margin-left: -5px;
}
.game_detail .main .strategy {
  width: 815px;
  height: 389px;
  background-color: #ffffff;
  padding: 21px 15px;
  margin: 15px 0px;
}
.game_detail .main .strategy .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.game_detail .main .strategy .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.game_detail .main .strategy .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.game_detail .main .strategy .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.game_detail .main .strategy .title .more:hover {
  color: #2ec7d7;
}
.game_detail .main .strategy .item {
  margin-top: 25px;
}
.game_detail .main .strategy .item .item_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game_detail .main .strategy .item .item_title:hover {
  color: #2ec7d7;
}
.game_detail .main .strategy .item .item_text {
  position: relative;
  margin: 10px 10px 0px 10px;
  padding-right: 55px;
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.game_detail .main .strategy .item .item_text a {
  color: #2ec7d7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.game_detail .main .strategy .item .item_text a:hover {
  color: #ff4b75;
}
.game_detail .main .trade {
  width: 815px;
  height: 404px;
  background-color: #ffffff;
  padding: 21px 15px;
  margin: 15px 0px;
}
.game_detail .main .trade .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
  margin-bottom: 28px;
}
.game_detail .main .trade .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.game_detail .main .trade .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.game_detail .main .trade .contain {
  padding: 0px 5px;
}
.game_detail .main .trade .contain .item {
  cursor: pointer;
  display: inline-block;
  width: 180px;
  height: 138px;
  border: solid 1px #ececec;
  margin-right: 13px;
  margin-bottom: 20px;
  position: relative;
}
.game_detail .main .trade .contain .item .img {
  width: 178px;
  height: 100px;
  background-size: contain;
  background-position: center center;
}
.game_detail .main .trade .contain .item .price {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 24px;
  background-color: #ff4b75;
  border-radius: 12px 0px 0px 12px;
  right: 0px;
  top: 76px;
}
.game_detail .main .trade .contain .item .depict {
  font-size: 14px;
  width: 164px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0px 0px 7px;
}
.game_detail .main .trade .contain .item .depict:hover {
  color: #2ec7d7;
}
.game_detail .main .trade .contain .item:nth-child(4n+4) {
  margin-right: 0px;
}
.game_detail .main .trade .contain .item:hover {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.18);
}
.game_detail .main .time {
  position: absolute;
  right: 0;
  top: 0;
  width: 370px;
  height: 265px;
  background-color: #ffffff;
  padding: 21px 15px;
}
.game_detail .main .time .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.game_detail .main .time .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.game_detail .main .time .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.game_detail .main .time .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.game_detail .main .time .title .more:hover {
  color: #2ec7d7;
}
.game_detail .main .time .hope {
  width: 340px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.game_detail .main .time .serverList {
  position: relative;
  margin-top: 5px;
}
.game_detail .main .time .serverList .line {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 13px;
  z-index: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.game_detail .main .time .serverList .line div {
  width: 2px;
  height: 100%;
  background-color: #f7f7f7;
  margin-left: -8px;
}
.game_detail .main .time .serverList .serverItem:hover .text {
  color: #2EC7D7;
}
.game_detail .main .time .serverList .serverItem:hover .serverName {
  color: #2EC7D7;
}
.game_detail .main .time .serverList .serverItem:hover .label div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.game_detail .main .time .serverList .serverItem {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 9.5px 0;
  margin-left: -8.5px;
}
.game_detail .main .time .serverList .serverItem .label {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.game_detail .main .time .serverList .serverItem .label div {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #2EC7D7;
}
.game_detail .main .time .serverList .serverItem .date {
  font-size: 18px;
  color: #2EC7D7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
}
.game_detail .main .time .serverList .serverItem .time_text {
  font-size: 18px;
  color: #2EC7D7;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
}
.game_detail .main .time .serverList .serverItem .text {
  font-size: 18px;
  color: #000000;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.game_detail .main .time .serverList .serverItem .serverName {
  font-size: 18px;
  color: #000000;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.game_detail .main .time .giftList .giftItem {
  display: block;
  padding: 17px 0;
  width: 339px;
  margin: auto;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
.game_detail .main .time .giftList .giftItem .label {
  width: 50px;
  height: 22px;
  background: #ffe156;
  border-radius: 11px 0px 11px 11px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #381800;
  position: absolute;
  right: 0;
  top: 18px;
}
.game_detail .main .time .giftList .giftItem .gift_tit {
  width: 270px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.game_detail .main .time .giftList .giftItem .gift_content {
  font-size: 14px;
  color: #333333;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  height: 45px;
  line-height: 25px;
}
.game_detail .main .time .giftList .giftItem .icon {
  vertical-align: middle;
  position: relative;
  top: 4px;
}
.game_detail .main .time .giftList .giftItem .num {
  font-size: 16px;
  color: #FF4B75;
  vertical-align: middle;
  position: relative;
  top: 6px;
  margin-left: 4px;
}
.game_detail .main .time .giftList .giftItem .btn {
  width: 88px;
  height: 36px;
  border: 1px solid #ff4b75;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FF4B75;
}
.game_detail .main .time .giftList .giftItem .btn:hover {
  background-color: #FF4B75;
  color: #fff;
}
.game_detail .main .gift {
  height: 808px;
  top: 280px;
}
.game_detail .main .gift .hope {
  height: 730px;
  line-height: 730px;
}
.game_detail .tpfd {
  display: none;
  background-color: #fff;
  z-index: 201;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.game_detail .tpfd .tp {
  display: block;
  width: 455px;
}
.game_detail .tpfd .close {
  position: absolute;
  right: -40px;
  top: 0;
  cursor: pointer;
}
.game_detail .tpfd .fd_left, .game_detail .tpfd .fd_right {
  position: absolute;
  width: 25px;
  height: 41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.game_detail .tpfd .fd_left {
  background-image: url("https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/fd_left.png");
  left: -65px;
}
.game_detail .tpfd .fd_right {
  background-image: url("https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/fd_right.png");
  right: -65px;
}
.game_detail .tpfd .fd_left:hover {
  background-image: url("https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/fd_left_hover.png");
}
.game_detail .tpfd .fd_right:hover {
  background-image: url("https://tg-cdn.52tzgame.com/images/wwwimg/pc/images//detail/fd_right_hover.png");
}
.game_detail .mencen {
  display: none;
  top: 0;
  left: 0;
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.game_notice .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.game_notice .breadcrumb .location {
  vertical-align: top;
}
.game_notice .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.game_notice .main {
  width: 1200px;
  min-height: 730px;
  margin: 0px auto 60px auto;
  position: relative;
}
.game_notice .main .notice {
  width: 815px;
  background-color: #fff;
  padding: 30px 15px;
}
.game_notice .main .notice .item {
  margin-top: 22px;
}
.game_notice .main .notice .item .item_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game_notice .main .notice .item .item_title:hover {
  color: #2ec7d7;
}
.game_notice .main .notice .item .item_text {
  position: relative;
  padding-right: 55px;
  margin: 10px 10px 0px 10px;
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.game_notice .main .notice .item .item_text a {
  color: #2ec7d7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.game_notice .main .notice .item .item_text a:hover {
  color: #ff4b75;
}
.game_notice .main .notice .item:first-child {
  margin-top: 0px;
}
.game_notice .main .intro {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 419px;
  width: 370px;
  background-color: #fff;
  padding: 15px 32px;
  margin-right: 0;
}
.game_notice .main .strategy {
  position: absolute;
  top: 434px;
  right: 0;
  width: 370px;
  height: 298px;
  padding: 21px 16px 28px 16px;
  background-color: #ffffff;
}
.game_notice .main .strategy .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.game_notice .main .strategy .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.game_notice .main .strategy .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.game_notice .main .strategy .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.game_notice .main .strategy .title .more:hover {
  color: #2ec7d7;
}
.game_notice .main .strategy ul {
  margin: 26px 2px 0px 10px;
}
.game_notice .main .strategy ul a:hover {
  color: #2ec7d7;
}
.game_notice .main .strategy ul a:hover li::before {
  background-color: #2ec7d7;
}
.game_notice .main .strategy ul li {
  position: relative;
  text-indent: 9px;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 326px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game_notice .main .strategy ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}

.article_game .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.article_game .breadcrumb .location {
  vertical-align: top;
}
.article_game .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.article_game .main {
  width: 1200px;
  min-height: 1111px;
  margin: 0px auto 60px auto;
  position: relative;
}
.article_game .main .article_box {
  width: 815px;
  background-color: #fff;
  padding: 30px;
}
.article_game .main .article_box .article_title {
  margin: 10px 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.article_game .main .article_box .article_contain table {
  max-width: 100% !important;
  width: 100% !important;
}
.article_game .main .article_box .article_contain p {
  margin-top: 29px;
  font-size: 14px;
  line-height: 1.5;
}
.article_game .main .article_box .article_contain p img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
}
.article_game .main .intro {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 419px;
  width: 370px;
  background-color: #fff;
  padding: 15px 32px;
  margin-right: 0;
}
.article_game .main .gift {
  position: absolute;
  top: 434px;
  right: 0;
  width: 370px;
  height: 228px;
  padding: 21px 16px 28px 16px;
  background-color: #ffffff;
}
.article_game .main .gift .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.article_game .main .gift .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.article_game .main .gift .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.article_game .main .gift .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.article_game .main .gift .title .more:hover {
  color: #2ec7d7;
}
.article_game .main .gift .giftList .giftItem {
  display: block;
  padding: 30px 0;
  width: 339px;
  margin: auto;
  position: relative;
}
.article_game .main .gift .giftList .giftItem .label {
  width: 50px;
  height: 22px;
  background: #ffe156;
  border-radius: 11px 0px 11px 11px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #381800;
  position: absolute;
  right: 0;
  top: 30px;
}
.article_game .main .gift .giftList .giftItem .gift_tit {
  width: 270px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.article_game .main .gift .giftList .giftItem .gift_content {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.article_game .main .gift .giftList .giftItem .icon {
  vertical-align: middle;
  position: relative;
  top: 4px;
}
.article_game .main .gift .giftList .giftItem .num {
  font-size: 16px;
  color: #FF4B75;
  vertical-align: middle;
  position: relative;
  top: 6px;
  margin-left: 2px;
}
.article_game .main .gift .giftList .giftItem .btn {
  width: 88px;
  height: 36px;
  border: 1px solid #ff4b75;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FF4B75;
}
.article_game .main .gift .giftList .giftItem .btn:hover {
  background-color: #FF4B75;
  color: #fff;
}
.article_game .main .gift .content_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 26px;
}
.article_game .main .gift .content_text {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
  margin: 10px 4px;
}
.article_game .main .gift .remain {
  font-size: 16px;
  color: #ff4b75;
  height: 36px;
  line-height: 36px;
  margin: 0px 4px;
}
.article_game .main .gift .icon {
  margin-right: 8px;
  vertical-align: sub;
}
.article_game .main .gift .btn {
  float: right;
  width: 88px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #ff4b75;
  background-color: #fff;
  color: #ff4b75;
  line-height: 36px;
  cursor: pointer;
}
.article_game .main .gift .btn:hover {
  background-color: #ff4b75;
  color: #fff;
}
.article_game .main .news {
  position: absolute;
  top: 677px;
  right: 0;
  width: 370px;
  height: 434px;
  padding: 21px 16px 28px 16px;
  background-color: #ffffff;
}
.article_game .main .news .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.article_game .main .news .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.article_game .main .news .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.article_game .main .news .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.article_game .main .news .title .more:hover {
  color: #2ec7d7;
}
.article_game .main .news ul {
  margin: 26px 2px 0px 10px;
}
.article_game .main .news ul a:hover {
  color: #2ec7d7;
}
.article_game .main .news ul a:hover li::before {
  background-color: #2ec7d7;
}
.article_game .main .news ul li {
  position: relative;
  text-indent: 9px;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 326px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_game .main .news ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}

.article_detail .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.article_detail .breadcrumb .location {
  vertical-align: top;
}
.article_detail .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.article_detail .main {
  width: 1200px;
  min-height: 1111px;
  margin: 0px auto 60px auto;
  position: relative;
}
.article_detail .main .article_box {
  width: 815px;
  background-color: #fff;
  padding: 30px;
}
.article_detail .main .article_box .article_title {
  margin: 10px 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.article_detail .main .article_box .article_contain p {
  margin-top: 29px;
  font-size: 14px;
  line-height: 1.5;
}
.article_detail .main .article_box .article_contain p img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
}
.article_detail .main .news {
  position: absolute;
  top: 0px;
  right: 0;
  width: 370px;
  height: 298px;
  padding: 21px 16px 28px 16px;
  background-color: #ffffff;
}
.article_detail .main .news .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.article_detail .main .news .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.article_detail .main .news .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.article_detail .main .news .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.article_detail .main .news .title .more:hover {
  color: #2ec7d7;
}
.article_detail .main .news ul {
  margin: 26px 2px 0px 10px;
}
.article_detail .main .news ul a:hover {
  color: #2ec7d7;
}
.article_detail .main .news ul a:hover li::before {
  background-color: #2ec7d7;
}
.article_detail .main .news ul li {
  position: relative;
  text-indent: 9px;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 326px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_detail .main .news ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}
.article_detail .main .strategy {
  position: absolute;
  top: 313px;
  right: 0;
  width: 370px;
  height: 298px;
  padding: 21px 16px 28px 16px;
  background-color: #ffffff;
}
.article_detail .main .strategy .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.article_detail .main .strategy .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.article_detail .main .strategy .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.article_detail .main .strategy .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.article_detail .main .strategy .title .more:hover {
  color: #2ec7d7;
}
.article_detail .main .strategy ul {
  margin: 26px 2px 0px 10px;
}
.article_detail .main .strategy ul a:hover {
  color: #2ec7d7;
}
.article_detail .main .strategy ul a:hover li::before {
  background-color: #2ec7d7;
}
.article_detail .main .strategy ul li {
  position: relative;
  text-indent: 9px;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 326px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_detail .main .strategy ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}

.about .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.about .breadcrumb .location {
  vertical-align: top;
}
.about .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.about .main {
  width: 1200px;
  margin: 70px auto 30px auto;
  position: relative;
}
.about .main .block {
  margin-bottom: 60px;
}
.about .main .block .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #2ec7d7;
  width: 96px;
  margin-bottom: 30px;
}
.about .main .block .text {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}
.about .main .info {
  padding-top: 60px;
  border-top: 2px solid #e2e2e2;
}
.about .main .info .item {
  vertical-align: top;
  width: 338px;
  display: inline-block;
  margin-bottom: 50px;
}
.about .main .info .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about .main .info .item .col {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  color: #666666;
  margin-right: 65px;
}
.about .main .info .item .col .row {
  margin-bottom: 14px;
}
.about .main .info .transport {
  width: 522px;
}
.about .main .info .address {
  width: 400px;
}

.search_game {
  min-height: 600px;
}
.search_game .search_res {
  background-color: #fff;
  width: 1200px;
  margin: auto;
  margin-bottom: 50px;
}
.search_game .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.search_game .breadcrumb .location {
  vertical-align: top;
}
.search_game .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.search_game .tit {
  padding-left: 20px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.search_game .tit span {
  font-weight: normal;
}
.search_game .re_list .gameItem:hover {
  background-color: #f2f2f2;
}
.search_game .re_list .gameItem {
  cursor: pointer;
  padding: 16px 18px;
}
.search_game .re_list .gameItem .gameIcon {
  float: left;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
  cursor: pointer;
}
.search_game .re_list .gameItem .gameInfo {
  float: left;
  margin-left: 16px;
}
.search_game .re_list .gameItem .gameInfo .gameInfo_top {
  margin-top: 3px;
}
.search_game .re_list .gameItem .gameInfo .gameInfo_top .gameName {
  font-size: 18px;
  cursor: pointer;
}
.search_game .re_list .gameItem .gameInfo .gameInfo_top .discount {
  margin-left: 5px;
  padding: 2px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.search_game .re_list .gameItem .gameInfo .gameInfo_btm {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #999;
}
.search_game .re_list .gameItem .gameInfo .gameShortIntroduction {
  font-size: 14px;
  color: #999;
}
.search_game .re_list .gameItem .downBtn:hover, .search_game .re_list .gameItem .downApp:hover {
  background-color: #2ec7d7;
  color: #fff;
}
.search_game .re_list .gameItem .downBtn, .search_game .re_list .gameItem .downApp {
  float: right;
  font-size: 16px;
  margin-top: 28px;
  width: 105px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-right: 4px;
  border: solid 1px #2ec7d7;
  color: #2ec7d7;
  background-color: #fff;
}

.gift_list .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.gift_list .breadcrumb .location {
  vertical-align: top;
}
.gift_list .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.gift_list .name_head {
  width: 1200px;
  background-color: #ffffff;
  min-height: 160px;
  margin: 0px auto;
  padding: 15px;
  position: relative;
  display: inline-block;
  left: 50%;
  margin-left: -600px;
}
.gift_list .name_head .img {
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-top: 15px;
  border-radius: 20px;
}
.gift_list .name_head .gift_header_right {
  width: 1020px;
  margin-left: 23px;
  margin-top: 18px;
}
.gift_list .name_head .gift_header_right .title {
  width: 1020px;
  height: 30px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
.gift_list .name_head .gift_header_right .title .gift_num {
  width: 100px;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #010000;
}
.gift_list .name_head .gift_header_right .title .gift_num .num {
  color: #FF456F;
}
.gift_list .name_head .gift_header_right .title .text {
  width: 280px;
  height: 45px;
  margin-top: -18px;
  margin-right: -34px;
}
.gift_list .name_head .gift_header_right .title .text .game_list {
  display: inline-block;
  width: 96px;
  height: 18px;
  background: url("../images/gift/game_ioic.png") center no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}
.gift_list .name_head .gift_header_right .title .text .game_list:hover {
  background: url("../images/gift/game_ioic_acit.png") center no-repeat;
  background-size: 100% 100%;
}
.gift_list .name_head .gift_header_right .title .text .download {
  display: inline-block;
  width: 96px;
  height: 18px;
  background: url("../images/gift/download.png") center no-repeat;
  background-size: 100% 100%;
}
.gift_list .name_head .gift_header_right .title .text .download:hover {
  width: 96px;
  height: 18px;
  background: url("../images/gift/download_acit.png") center no-repeat;
  background-size: 100% 100%;
}
.gift_list .name_head .gift_header_right .type {
  width: 600px;
  height: 23px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 9px;
}
.gift_list .name_head .gift_header_right .introduce {
  width: 1011px;
  line-height: 25px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.gift_list .main {
  width: 1200px;
  margin: 15px auto 62px auto;
  position: relative;
}
.gift_list .main .noData {
  text-align: center;
  margin-top: 80px;
  color: #999;
}
.gift_list .main .notes {
  width: 1200px;
  min-height: 750px;
  background-color: #ffffff;
  padding: 21px 15px;
  display: inline-block;
}
.gift_list .main .notes .title {
  height: 34px;
  font-size: 22px;
  position: relative;
}
.gift_list .main .notes .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift_list .main .notes .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift_list .main .notes .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift_list .main .notes .title .more:hover {
  color: #2ec7d7;
}
.gift_list .main .notes .gift_nav {
  width: 1186px;
  min-height: 750px;
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 30px;
}
.gift_list .main .notes .gift_nav .gifts_nav {
  background-color: #fff;
  height: 44px;
  font-size: 22px;
  color: #cccccc;
}
.gift_list .main .notes .gift_nav .gifts_nav a {
  color: #cccccc;
}
.gift_list .main .notes .gift_nav .gifts_nav .item {
  display: inline-block;
  margin-right: -7px;
  width: 390px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #b0b4bf;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.gift_list .main .notes .gift_nav .gifts_nav .active {
  background: #ced3e0;
}
.gift_list .main .notes .gift_nav .all_gift {
  width: 1186px;
  margin-top: 40px;
  margin-left: 5px;
}
.gift_list .main .notes .gift_nav .all_gift .all {
  width: 1186px;
  display: none;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap {
  display: block;
  width: 373px;
  height: 190px;
  background: #fcfcfc;
  border: 1px solid #ececec;
  margin: 0px 20px 30px 0px;
  float: left;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .recharge {
  width: 125px;
  height: 26px;
  line-height: 26px;
  background: url("../images/gift/recharge.png") center no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #381800;
  text-align: center;
  margin-top: -2px;
  margin-right: -2px;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .recharge span {
  color: red;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap h5 {
  width: 230px;
  font-family: Microsoft YaHei;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .title {
  width: 316px;
  -webkit-box-orient: vertical;
  height: 50px;
  line-height: 25px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  border: none;
  margin-bottom: 24px;
  margin-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .text {
  margin-left: 30px;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .text img {
  width: 22px;
  height: 20px;
  margin-right: 6px;
  margin-top: 2px;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .text .surplus {
  background: #fcfcfc;
  font-size: 18px;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .text .surplus .sign {
  color: #FF456F;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap .text .button {
  width: 88px;
  height: 38px;
  background: white;
  border: 1px solid #ff456f;
  border-radius: 4px;
  color: #FF456F;
  margin-right: 20px;
  text-align: center;
  line-height: 38px;
  margin-top: -8px;
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap:hover {
  background: white;
  border: 1px solid #ececec;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.gift_list .main .notes .gift_nav .all_gift .all .tempWrap:hover .button {
  background: #FF456F;
  color: #ffffff;
}
.gift_list .main .notes .gift_nav .all_gift .show {
  display: block;
}

.gift_all .main {
  width: 1200px;
  margin: 15px auto 62px auto;
  position: relative;
}
.gift_all .main .noData {
  text-align: center;
  margin-top: 80px;
  color: #999;
}
.gift_all .main .notes {
  width: 1200px;
  min-height: 750px;
  background-color: #ffffff;
  padding: 21px 15px 0px 15px;
}
.gift_all .main .notes .title {
  height: 34px;
  font-size: 22px;
  position: relative;
}
.gift_all .main .notes .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift_all .main .notes .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift_all .main .notes .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift_all .main .notes .title .more:hover {
  color: #2ec7d7;
}
.gift_all .main .notes .list {
  width: 1180px;
  margin: 0px auto 0px auto;
  padding: 10px 0px;
  background-color: #fff;
  margin-left: 5px;
}
.gift_all .main .notes .list .row .item {
  display: inline-block;
  width: 275px;
  height: 140px;
  margin-right: 16px;
  text-align: center;
  position: relative;
  background: #fafafa;
  border: 1px solid #ececec;
  margin-bottom: 15px;
}
.gift_all .main .notes .list .row .item .discount {
  position: absolute;
  width: 50px;
  height: 25px;
  left: 23px;
  line-height: 25px;
  border-radius: 6px 13px 13px 6px;
  top: 23px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.gift_all .main .notes .list .row .item .img {
  width: 80px;
  height: 80px;
  margin: 30px auto 0px 20px;
  border-radius: 12px;
}
.gift_all .main .notes .list .row .item .gift_item {
  text-align: left;
  margin-left: 10px;
  margin-top: 30px;
}
.gift_all .main .notes .list .row .item .title {
  width: 80px;
  height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.gift_all .main .notes .list .row .item .tip {
  width: 140px;
  height: 18px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  color: #999999;
  margin: 7px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.gift_all .main .notes .list .row .item button {
  width: 68px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #999;
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
}
.gift_all .main .notes .list .row .item:last-child {
  margin-right: 0px;
}
.gift_all .main .notes .list .row .item:hover {
  background: white;
  border: 1px solid #ececec;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.gift_all .main .notes .list .row .item:hover button {
  color: #fff;
  background-color: #FF456F;
}
.gift_all .main .notes .list .row button:hover {
  cursor: pointer;
}
.gift_all .main .pagination {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.gift_all .main .pagination div {
  margin: 0px auto;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  color: #999999;
  padding: 12px 10px;
  margin-right: 2px;
}
.gift_all .main .pagination div:hover {
  border: solid 1px #2ec7d7;
  color: #2ec7d7;
}
.gift_all .main .pagination .page_number {
  width: 50px;
}
.gift_all .main .pagination .page_number:hover {
  color: #fff;
}
.gift_all .main .pagination .page_more {
  width: 50px;
  cursor: default;
}
.gift_all .main .pagination .page_more:hover {
  border: 1px solid #ececec;
  color: #999999;
}
.gift_all .main .pagination .active {
  color: #fff;
  background-color: #2ec7d7;
}

.gift_detail .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.gift_detail .breadcrumb .location {
  vertical-align: top;
}
.gift_detail .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.gift_detail .name_head {
  width: 1200px;
  background-color: #ffffff;
  height: 160px;
  margin: 0px auto;
  padding: 15px;
  position: relative;
}
.gift_detail .name_head .img {
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-top: 15px;
  border-radius: 20px;
}
.gift_detail .name_head .gift_header_right {
  width: 1020px;
  height: 126px;
  margin-left: 23px;
  margin-top: 18px;
}
.gift_detail .name_head .gift_header_right .title {
  width: 1020px;
  height: 30px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
}
.gift_detail .name_head .gift_header_right .title .gift_num {
  width: 100px;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #010000;
}
.gift_detail .name_head .gift_header_right .title .gift_num .num {
  color: #FF456F;
}
.gift_detail .name_head .gift_header_right .title .text {
  width: 280px;
  height: 45px;
  margin-top: -18px;
  margin-right: -34px;
}
.gift_detail .name_head .gift_header_right .title .text .game_list {
  display: inline-block;
  width: 96px;
  height: 18px;
  background: url("../images/gift/game_ioic.png") center no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}
.gift_detail .name_head .gift_header_right .title .text .game_list:hover {
  background: url("../images/gift/game_ioic_acit.png") center no-repeat;
  background-size: 100% 100%;
}
.gift_detail .name_head .gift_header_right .title .text .download {
  display: inline-block;
  width: 96px;
  height: 18px;
  background: url("../images/gift/download.png") center no-repeat;
  background-size: 100% 100%;
}
.gift_detail .name_head .gift_header_right .title .text .download:hover {
  width: 96px;
  height: 18px;
  background: url("../images/gift/download_acit.png") center no-repeat;
  background-size: 100% 100%;
}
.gift_detail .name_head .gift_header_right .surplus {
  width: 500px;
  height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.gift_detail .name_head .gift_header_right .surplus img {
  width: 19px;
  height: 19px;
}
.gift_detail .name_head .gift_header_right .surplus .num {
  width: 450px;
  height: 30px;
}
.gift_detail .name_head .gift_header_right .surplus .num .amount {
  width: 64px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  margin-left: 8px;
  margin-right: 10px;
}
.gift_detail .name_head .gift_header_right .surplus .num .progress {
  overflow: hidden;
  height: 14px;
  background: #d4cccf;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 207px;
  position: absolute;
  top: 82px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.gift_detail .name_head .gift_header_right .surplus .num .progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #FF456FFF;
  border-radius: 7px;
  background-image: -moz-linear-gradient(top, #FF456FFF, #FF456FFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF456FFF), to(#FF456FFF));
  background-image: -webkit-linear-gradient(top, #FF456FFF, #FF456FFF);
  background-image: -o-linear-gradient(top, #FF456FFF, #FF456FFF);
  background-image: linear-gradient(to bottom, #FF456FFF, #FF456FFF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.gift_detail .name_head .gift_header_right .surplus .num .progress b {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
  left: 0px;
  text-align: center;
}
.gift_detail .name_head .gift_header_right .surplus .num .download {
  width: 112px;
  height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #ff456f;
  margin-left: 240px;
}
.gift_detail .name_head .gift_header_right .introduce {
  width: 1011px;
  height: 40px;
  line-height: 25px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.gift_detail .main {
  width: 1200px;
  margin: 15px auto 62px auto;
  position: relative;
}
.gift_detail .main .noData {
  text-align: center;
  margin-top: 80px;
  color: #999;
}
.gift_detail .main .notes {
  width: 884px;
  min-height: 235px;
  background-color: #ffffff;
  padding: 21px 15px;
}
.gift_detail .main .notes .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}
.gift_detail .main .notes .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift_detail .main .notes .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift_detail .main .notes .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift_detail .main .notes .title .more:hover {
  color: #2ec7d7;
}
.gift_detail .main .notes .gift_content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  margin-top: 20px;
  width: 92%;
  text-indent: -5em;
  margin-left: 5em;
  word-break: normal;
  line-height: 30px;
}
.gift_detail .main .notes .validity {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gift_detail .main .notes .method {
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  margin-top: 15px;
  width: 92%;
  text-indent: -5em;
  margin-left: 5em;
  word-break: normal;
  margin-bottom: 19px;
}
.gift_detail .main .strategy {
  width: 884px;
  height: 315px;
}
.gift_detail .main .strategy .game_notice {
  width: 434px;
  height: 315px;
  background-color: #ffffff;
  padding: 21px 15px;
  margin: 15px 0px;
}
.gift_detail .main .strategy .game_notice .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}
.gift_detail .main .strategy .game_notice .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift_detail .main .strategy .game_notice .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift_detail .main .strategy .game_notice .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift_detail .main .strategy .game_notice .title .more:hover {
  color: #2ec7d7;
}
.gift_detail .main .strategy .game_notice .noData {
  text-align: center;
  margin-top: 115px;
  color: #999;
}
.gift_detail .main .strategy .game_notice .item {
  border-bottom: 1px solid #ececec;
  height: 46px;
  padding: 15px 5px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 390px;
}
.gift_detail .main .strategy .game_notice .item a {
  display: inline-block;
}
.gift_detail .main .strategy .game_notice .item a:hover {
  color: #2ec7d7;
}
.gift_detail .main .strategy .game_notice .item a:hover .spot {
  background-color: #2ec7d7;
}
.gift_detail .main .strategy .game_notice .item .first {
  margin-right: 26px;
}
.gift_detail .main .strategy .game_notice .item .text {
  width: 366px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-left: 16px;
}
.gift_detail .main .strategy .game_notice .item .spot {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000000;
  top: 23px;
}
.gift_detail .main .strategy .game_notice .item:last-child {
  border: none;
}
.gift_detail .main .strategy .game_strategy {
  width: 434px;
  height: 315px;
  background-color: #ffffff;
  padding: 21px 15px;
  margin: 15px 0px;
}
.gift_detail .main .strategy .game_strategy .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}
.gift_detail .main .strategy .game_strategy .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift_detail .main .strategy .game_strategy .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift_detail .main .strategy .game_strategy .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift_detail .main .strategy .game_strategy .title .more:hover {
  color: #2ec7d7;
}
.gift_detail .main .strategy .game_strategy .noData {
  text-align: center;
  margin-top: 115px;
  color: #999;
}
.gift_detail .main .strategy .game_strategy .item {
  border-bottom: 1px solid #ececec;
  height: 46px;
  padding: 15px 5px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 390px;
}
.gift_detail .main .strategy .game_strategy .item a {
  display: inline-block;
}
.gift_detail .main .strategy .game_strategy .item a:hover {
  color: #2ec7d7;
}
.gift_detail .main .strategy .game_strategy .item a:hover .spot {
  background-color: #2ec7d7;
}
.gift_detail .main .strategy .game_strategy .item .first {
  margin-right: 26px;
}
.gift_detail .main .strategy .game_strategy .item .text {
  width: 366px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-left: 16px;
}
.gift_detail .main .strategy .game_strategy .item .spot {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000000;
  top: 23px;
}
.gift_detail .main .strategy .game_strategy .item:last-child {
  border: none;
}
.gift_detail .main .more_gift {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 500px;
  background-color: #ffffff;
  padding: 21px 15px;
}
.gift_detail .main .more_gift .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.gift_detail .main .more_gift .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift_detail .main .more_gift .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift_detail .main .more_gift .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift_detail .main .more_gift .title .more:hover {
  color: #2ec7d7;
}
.gift_detail .main .more_gift .noData {
  text-align: center;
  margin-top: 200px;
  color: #999;
}
.gift_detail .main .more_gift .hope {
  width: 300px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.gift_detail .main .more_gift .universal_item {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 287px;
}
.gift_detail .main .more_gift .universal_item a {
  display: inline-block;
}
.gift_detail .main .more_gift .universal_item a:hover {
  color: #FFB016FF;
}
.gift_detail .main .more_gift .universal_item a:hover .text {
  color: #FFB016FF;
}
.gift_detail .main .more_gift .universal_item .text {
  width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-align: left;
}
.gift_detail .main .more_gift .universal_item img {
  width: 30px;
  height: 30px;
}
.gift_detail .main .more_gift .charge_item {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 287px;
}
.gift_detail .main .more_gift .charge_item a {
  display: inline-block;
}
.gift_detail .main .more_gift .charge_item a:hover {
  color: #F6822CFF;
}
.gift_detail .main .more_gift .charge_item a:hover .text {
  color: #F6822CFF;
}
.gift_detail .main .more_gift .charge_item .text {
  width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-align: left;
}
.gift_detail .main .more_gift .charge_item img {
  width: 30px;
  height: 30px;
}
.gift_detail .main .more_gift .universal_item:not(:first-child) {
  margin-top: 15px;
}
.gift_detail .main .more_gift .charge_item:not(:first-child) {
  margin-top: 15px;
}

.gift .breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.gift .breadcrumb .location {
  vertical-align: top;
}
.gift .breadcrumb .location .cur_location {
  color: #2ec7d7;
}
.gift .name_head {
  width: 1200px;
  background-color: #ffffff;
  height: 411px;
  margin: 0px auto;
  padding: 15px 10px 15px 15px;
  position: relative;
}
.gift .name_head .banner {
  width: 780px;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
  background: white;
  float: left;
}
.gift .name_head .banner .swiper-slide {
  display: inline-block;
  width: 100%;
  height: 380px;
}
.gift .name_head .banner .swiper-slide img {
  width: 779px;
  height: 380px;
}
.gift .name_head .banner .msg_box {
  transition: height 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.9%;
  height: 76px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  padding-right: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gift .name_head .banner .msg_box .ioic {
  width: 52px;
  height: 52px;
  margin-top: 12px;
  border-radius: 12px;
  margin-left: 5px;
  margin-right: 20px;
}
.gift .name_head .banner .msg_box p {
  width: 538px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  margin-top: 25px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gift .name_head .banner .msg_box .gift_button {
  width: 118px;
  height: 36px;
  background: #fea22a;
  border-radius: 4px;
  margin-top: 20px;
  line-height: 36px;
}
.gift .name_head .banner .msg_box .gift_button img {
  width: 19px;
  height: 19px;
  margin-top: 8.5px;
  margin-left: 15px;
  margin-right: 7px;
}
.gift .name_head .banner .msg_box .gift_button .button {
  width: 56px;
  height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: none;
  border: none;
  vertical-align: text-bottom;
}
.gift .name_head .banner .swiper-slide:hover .msg_box {
  height: 76px;
}
.gift .name_head .banner .swiper-pagination {
  width: 27%;
  margin-top: -110px;
  margin-left: -107px;
}
.gift .name_head .banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
  margin: 0 6px;
}
.gift .name_head .banner .swiper-pagination-bullet-active {
  background: #000000;
}
.gift .name_head .server {
  width: 390px;
  background-color: #fff;
  height: 396px;
  padding: 0 0px 0px 15px;
}
.gift .name_head .server .top {
  margin: auto;
}
.gift .name_head .server .top .label {
  width: 262px;
  margin-left: 59px;
  margin-top: -9px;
}
.gift .name_head .server .top .label li {
  width: 31%;
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #cccccc;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.gift .name_head .server .top .label .active {
  font-weight: bold;
  color: black;
  border-bottom: 2px solid #72CC62;
}
.gift .name_head .server .center {
  height: 345px;
  padding-top: 20px;
}
.gift .name_head .server .center .todayList {
  height: 333px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.gift .name_head .server .center .todayList .line {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 14px;
  z-index: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.gift .name_head .server .center .todayList .line div {
  width: 2px;
  height: 160%;
  background-color: #f7f7f7;
}
.gift .name_head .server .center .todayList .serverItem:hover .label div {
  width: 20px;
  height: 20px;
  background-image: url("../images/home/time_icon.png");
  background-color: transparent;
  background-size: cover;
}
.gift .name_head .server .center .todayList .serverItem:hover .gameName {
  color: #59ad3b;
}
.gift .name_head .server .center .todayList .serverItem:hover .serverName {
  color: #59ad3b;
}
.gift .name_head .server .center .todayList .serverItem {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 9.5px 0;
}
.gift .name_head .server .center .todayList .serverItem .label {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.gift .name_head .server .center .todayList .serverItem .label div {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e0e0e0;
}
.gift .name_head .server .center .todayList .serverItem .time {
  font-size: 18px;
  color: #59ad3b;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
}
.gift .name_head .server .center .todayList .serverItem .gameName {
  font-size: 18px;
  color: #000;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.gift .name_head .server .center .todayList .serverItem .serverName {
  font-size: 18px;
  color: #999;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.gift .name_head .server .center .todayList::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.gift .name_head .server .center .todayList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #cccccc;
  border-radius: 3px;
}
.gift .name_head .server .center .todayList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 3px;
  background: whitesmoke;
}
.gift .name_head .server .center .tomorrowList {
  height: 333px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.gift .name_head .server .center .tomorrowList .line {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 13px;
  z-index: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.gift .name_head .server .center .tomorrowList .line div {
  width: 2px;
  height: 100%;
  background-color: #f7f7f7;
}
.gift .name_head .server .center .tomorrowList .serverItem:hover .label div {
  width: 20px;
  height: 20px;
  background-image: url("../images/home/time_icon.png");
  background-color: transparent;
  background-size: cover;
}
.gift .name_head .server .center .tomorrowList .serverItem:hover .gameName {
  color: #59ad3b;
}
.gift .name_head .server .center .tomorrowList .serverItem:hover .serverName {
  color: #59ad3b;
}
.gift .name_head .server .center .tomorrowList .serverItem {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 9.5px 0;
}
.gift .name_head .server .center .tomorrowList .serverItem .label {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.gift .name_head .server .center .tomorrowList .serverItem .label div {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e0e0e0;
}
.gift .name_head .server .center .tomorrowList .serverItem .time {
  font-size: 18px;
  color: #59ad3b;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
}
.gift .name_head .server .center .tomorrowList .serverItem .gameName {
  font-size: 18px;
  color: #000;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.gift .name_head .server .center .tomorrowList .serverItem .serverName {
  font-size: 18px;
  color: #999;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.gift .name_head .server .center .tomorrowList::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.gift .name_head .server .center .tomorrowList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #cccccc;
  border-radius: 3px;
}
.gift .name_head .server .center .tomorrowList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 3px;
  background: whitesmoke;
}
.gift .name_head .server .center .exhibit {
  display: block;
}
.gift .main {
  width: 1200px;
  margin: 15px auto 62px auto;
  position: relative;
}
.gift .main .noData {
  text-align: center;
  margin-top: 80px;
  color: #999;
}
.gift .main .notes {
  width: 794px;
  height: 727px;
  background: white;
  padding: 21px 15px;
}
.gift .main .notes .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
  margin-bottom: 18px;
}
.gift .main .notes .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift .main .notes .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift .main .notes .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift .main .notes .title .more:hover {
  color: #2ec7d7;
}
.gift .main .notes .new_list {
  width: 777px;
  margin: 0px auto 20px 5px;
}
.gift .main .notes .new_list .row .item {
  display: inline-block;
  width: 238px;
  height: 151px;
  margin-right: 15px;
  text-align: center;
  position: relative;
  background: #fafafa;
  margin-bottom: 10px;
}
.gift .main .notes .new_list .row .item .img {
  width: 80px;
  height: 80px;
  margin: 20px auto 15px 15px;
}
.gift .main .notes .new_list .row .item .gift_item {
  text-align: left;
  margin-left: 10px;
  margin-top: 30px;
}
.gift .main .notes .new_list .row .item .text {
  width: 100px;
  height: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  border: none;
}
.gift .main .notes .new_list .row .item .introduce {
  width: 124px;
  height: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 7px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.gift .main .notes .new_list .row .item .progress_bi {
  overflow: hidden;
  height: 14px;
  background: #d4cccf;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 211px;
  margin-left: 15px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.gift .main .notes .new_list .row .item .progress_bi .bi {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #FF456FFF;
  border-radius: 7px;
  background-image: -moz-linear-gradient(top, #FF456FFF, #FF456FFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF456FFF), to(#FF456FFF));
  background-image: -webkit-linear-gradient(top, #FF456FFF, #FF456FFF);
  background-image: -o-linear-gradient(top, #FF456FFF, #FF456FFF);
  background-image: linear-gradient(to bottom, #FF456FFF, #FF456FFF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.gift .main .notes .new_list .row .item .progress_bi b {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
  left: 6px;
  text-align: center;
}
.gift .main .notes .new_list .row .item .msg_box {
  transition: height 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 151px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gift .main .notes .new_list .row .item:hover .msg_box {
  height: 151px;
}
.gift .main .new_travel {
  width: 390px;
  height: 727px;
  background: white;
  padding: 21px 15px;
}
.gift .main .new_travel .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
}
.gift .main .new_travel .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift .main .new_travel .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift .main .new_travel .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift .main .new_travel .title .more:hover {
  color: #2ec7d7;
}
.gift .main .new_travel .gamerankItem_4 {
  margin-right: 20px;
}
.gift .main .new_travel .gamerankItem_4 .sid {
  color: #F31732;
}
.gift .main .new_travel .gamerankItem {
  float: left;
  width: 372px;
  height: 655px;
  background-color: #fff;
  padding-bottom: 20px;
}
.gift .main .new_travel .gamerankItem .gameItem:nth-child(1) .gameIcon {
  border: 3px solid #ffd05c;
  border-radius: 40px;
}
.gift .main .new_travel .gamerankItem .gameItem:nth-child(2) .gameIcon {
  border: 3px solid #a6a8c0;
}
.gift .main .new_travel .gamerankItem .gameItem:nth-child(3) .gameIcon {
  border: 3px solid #a9755f;
}
.gift .main .new_travel .gamerankItem .gameItem {
  height: 62px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.gift .main .new_travel .gamerankItem .gameItem .sid {
  float: left;
  width: 54px;
  text-align: center;
  margin-left: -13px;
}
.gift .main .new_travel .gamerankItem .gameItem .sid img {
  display: inline-block;
  position: relative;
  top: 4px;
}
.gift .main .new_travel .gamerankItem .gameItem .small {
  float: left;
}
.gift .main .new_travel .gamerankItem .gameItem .small .gameIcon {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
.gift .main .new_travel .gamerankItem .gameItem .small .gameName {
  float: left;
  font-size: 18px;
  margin-left: 22px;
  margin-top: 16px;
  cursor: pointer;
}
.gift .main .new_travel .gamerankItem .gameItem .big {
  display: none;
}
.gift .main .new_travel .gamerankItem .gameItem .big .gameIcon {
  float: left;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 5px;
  cursor: pointer;
}
.gift .main .new_travel .gamerankItem .gameItem .big .gameInfo {
  float: left;
  margin-left: 15px;
}
.gift .main .new_travel .gamerankItem .gameItem .big .gameInfo .gameInfo_top {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.gift .main .new_travel .gamerankItem .gameItem .big .gameInfo .gameInfo_top .gameName {
  font-size: 18px;
  cursor: pointer;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gift .main .new_travel .gamerankItem .gameItem .big .gameInfo .gameInfo_top .discount {
  margin-left: 5px;
  text-align: center;
  width: 50px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff2fb7), to(#b20cf0));
  background: -webkit-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: -moz-linear-gradient(top left, #ff2fb7, #b20cf0);
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.gift .main .new_travel .gamerankItem .gameItem .big .gameInfo .gameInfo_btm {
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}
.gift .main .new_travel .gamerankItem .gameItem .big .downBtn {
  float: right;
  font-size: 16px;
  margin-top: 28px;
  width: 105px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #2ec7d7;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-right: 26px;
}
.gift .main .new_travel .gamerankItem .gameItem.active {
  height: 80px;
}
.gift .main .new_travel .gamerankItem .gameItem.active .small {
  display: none;
}
.gift .main .new_travel .gamerankItem .gameItem.active .big {
  display: block;
}
.gift .main .clear {
  clear: both;
}
.gift .main .new_travel_package {
  width: 1200px;
  min-height: 580px;
  background-color: #ffffff;
  padding: 21px 15px;
  margin-top: 20px;
}
.gift .main .new_travel_package .title {
  height: 34px;
  border-bottom: 2px solid #ececec;
  font-size: 22px;
  position: relative;
}
.gift .main .new_travel_package .title .box {
  position: absolute;
  width: 8px;
  height: 24px;
  background-color: #2ec7d7;
}
.gift .main .new_travel_package .title .word {
  font-weight: bold;
  margin-left: 20px;
  line-height: 22px;
  color: #2b3a53;
}
.gift .main .new_travel_package .title .more {
  position: absolute;
  font-size: 14px;
  color: #000000;
  bottom: 5px;
  right: 0px;
}
.gift .main .new_travel_package .title .more:hover {
  color: #2ec7d7;
}
.gift .main .new_travel_package .package_list {
  width: 1181px;
  margin: 30px auto 0px 5px;
  background-color: #fff;
}
.gift .main .new_travel_package .package_list .row .item {
  display: inline-block;
  width: 373px;
  margin-right: 17px;
  text-align: center;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.gift .main .new_travel_package .package_list .row .item .discount {
  position: absolute;
  width: 50px;
  height: 25px;
  left: 23px;
  line-height: 25px;
  border-radius: 6px 13px 13px 6px;
  top: 23px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to bottom right, #ff2fb7, #b20cf0);
}
.gift .main .new_travel_package .package_list .row .item .img {
  width: 100px;
  height: 100px;
  margin: 20px 12px 20px 20px;
}
.gift .main .new_travel_package .package_list .row .item .gift_item {
  text-align: left;
  margin-top: 37px;
}
.gift .main .new_travel_package .package_list .row .item .title {
  width: 134px;
  height: 44px;
  line-height: 22px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  max-width: 108px;
  border: none;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gift .main .new_travel_package .package_list .row .item .tip {
  width: 134px;
  height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  color: #999999;
  margin: 7px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.gift .main .new_travel_package .package_list .row .item .tip .num {
  color: #FF456F;
}
.gift .main .new_travel_package .package_list .row .item .button {
  margin-top: 55px;
  width: 88px;
  height: 41px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #999;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
}
.gift .main .new_travel_package .package_list .row .item:last-child {
  margin-right: 0px;
}
.gift .main .new_travel_package .package_list .row .item:hover {
  background: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.gift .main .new_travel_package .package_list .row .item:hover button {
  color: #fff;
  background-color: #FF456F;
}
.gift .main .new_travel_package .package_list .row button:hover {
  cursor: pointer;
}

.jzjh .msg_box h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.jzjh .msg_box p {
  color: #000000;
  text-indent: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.jzjh .msg_box a.custody {
  position: absolute;
  left: 100px;
  top: 516px;
  font-size: 18px;
  color: #0a89e4;
}
.jzjh .msg_box a.custody:hover {
  text-decoration: underline;
}
.jzjh .msg_box .msg_content {
  position: relative;
}

.error {
  background-color: #fff;
}
.error .content {
  position: relative;
}
.error .error_img {
  width: 100%;
}
.error .backBtn {
  position: absolute;
  width: 200px;
  height: 60px;
  margin: auto;
  left: 0;
  right: 0;
  top: 340px;
}

.noData, .hope {
  text-align: center;
  margin-top: 80px;
  color: #999;
}

.breadcrumb {
  width: 1200px;
  height: 16px;
  margin: 15px auto;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.breadcrumb .location {
  vertical-align: top;
}
.breadcrumb .location a {
  color: #000000;
  vertical-align: super;
}
.breadcrumb .location a:hover {
  color: #2ec7d7;
}
.breadcrumb .location .cur_location {
  color: #2ec7d7;
  vertical-align: super;
}

.intro {
  margin-right: 17px;
  float: right;
  top: 0px;
  right: 0px;
  height: 389px;
  width: 306px;
}
.intro .game {
  width: 100px;
  height: 100px;
  float: left;
}
.intro .title {
  display: inline-block;
  max-width: 195px;
  vertical-align: top;
  margin: 10px 0px 0px 10px;
  font-size: 19px;
  height: 50px;
}
.intro .tag_list {
  display: inline-block;
  max-width: 195px;
  margin: 4px 0px 0px 10px;
}
.intro .tag_list .tag {
  display: inline-block;
  padding: 5px 9px;
  background-color: #fafafa;
  border-radius: 13px;
  border: solid 1px #dddddd;
  font-size: 11px;
}
.intro .discount {
  margin-top: 22px;
  position: relative;
}
.intro .discount_text {
  position: absolute;
  top: 10px;
  left: 80px;
  font-size: 13px;
  color: #ffffff;
}
.intro .block {
  position: absolute;
  top: 4px;
  left: 204px;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
}
.intro .discount_text2 {
  position: absolute;
  top: 10px;
  left: 205px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  width: 100px;
}
.intro .discount_text_center {
  position: absolute;
  top: 7px;
  left: 136px;
  font-size: 18px;
  color: #ffffff;
}
.intro .discount_text_small {
  position: absolute;
  top: 3px;
  left: 71px;
  font-size: 13px;
  color: #ffffff;
  width: 134px;
  text-align: center;
}
.intro .discount_text_line {
  position: absolute;
  top: 19px;
  left: 70px;
  font-size: 10px;
  color: #ffaef3;
  text-decoration: line-through;
  text-align: center;
  width: 135px;
}
.intro .yellow {
  color: #ffea7e;
}
.intro .tip {
  width: 307px;
  margin: 16px auto;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.intro .btn {
  cursor: pointer;
  width: 306px;
  height: 52px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.intro .btn .logo {
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 4px 0px 0px 4px;
}
.intro .btn .illustration {
  display: inline-block;
  width: 254px;
  height: 52px;
  text-align: center;
  color: #ffffff;
  line-height: 52px;
}
.intro .green {
  margin-top: 23px;
  background-color: #9cd965;
}
.intro .green .dark {
  background-color: #82be4c;
}
.intro .blue {
  position: relative;
  background-color: #69cef3;
}
.intro .blue .dark {
  background-color: #5bb1d1;
}
.intro .blue .qr_box {
  position: absolute;
  padding-top: 10px;
  width: 119px;
  height: 128px;
  background-image: url("https://tg-cdn.52tzgame.com/images/wwwimg/pc/images/home/down_qrcode_bg_2.png");
  top: -135px;
  right: 82px;
  z-index: 10;
  display: none;
  text-align: center;
}
.intro .orange {
  display: block;
  background-color: #d8d8d8;
  margin-bottom: 0px;
}
.intro .orange .dark {
  background-color: #c3c2c1;
}
.intro .orange.active {
  display: block;
  background-color: #FFBB73;
  margin-bottom: 0px;
}
.intro .orange.active .dark {
  background-color: #FF9524;
}

/*# sourceMappingURL=style.css.map */
