:root {
  --color-main: #ff9f4b;
  --color-main-hover: #fdb678;
  --color-main-active: #ff7700;
  --color-gray-3: #333;
  --color-gray-6: #666;
  --color-gray-9: #999;
  --color-gray-b: #bbb;
  --color-gray-c: #ccc;
  --color-gray-d: #ddd;
  --color-gray-e: #eee;
  --bs-link-color: #ff9f4b;
  --bs-link-hover-color: #ff7700;
  --bs-font-sans-serif: "Microsoft YaHei", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

.flip-container:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipper,
.front,
.back {
  width: 100%;
  height: 100%;
}

.flipper {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.vertical.flip-container {
  position: relative;
}

.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

@-webkit-keyframes icoBig {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  30% {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }

  45% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes icoBig {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }

  30% {
    -moz-transform: scale(0.93);
    transform: scale(0.93);
  }

  45% {
    -moz-transform: scale(1.04);
    transform: scale(1.04);
  }

  60% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes icoBig {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }

  30% {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    transform: scale(0.93);
  }

  45% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
  }

  60% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes icoBig2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes icoBig2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes icoBig2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

html:first-child #opera {
  display: block;
}

html > body #ie7 {
  *display: block;
}

body #ie6 {
  _display: block;
}

body:empty #firefox12 {
  display: block;
}

@-moz-document url-prefix() {
  .prize_copy_btn {
    position: relative;
    top: -20px;
  }
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
pre,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a,
input,
button {
  padding: 0;
  margin: 0;
  outline: 0;
}

ul,
li {
  list-style: none;
}

a,
button {
  cursor: pointer;
}

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

a {
  color: #35353c;
}

a:hover {
  text-decoration: none;
}

em,
i,
strong {
  font-style: normal;
  font-weight: 400;
}

.hidden {
  display: none;
}

.block-a {
  display: block;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}

.cls {
  *zoom: 1;
}

.cls:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}

.cls {
  clear: both;
}

.body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #313131;
  font: 14px/1.5 "Microsoft Yahei", SimSun;
  background: #eee url(../img/body-bg.jpg) center bottom no-repeat;
  _overflow-x: visible;
  _width: 100%;
}

body {
}

.sq-dialog-masking {
  position: fixed !important;
  _position: absolute !important;
}

.r-cover {
  position: fixed !important;
  _position: absolute !important;
}

.wrap {
  position: relative;
  width: 1200px;
  margin: auto;
  z-index: 2;
  padding-bottom: 118px;
}

.index-body .wrap {
  padding: 0;
}

.index-body .wrap1 {
  height: 695px;
}

.index-body .wrap5 {
  padding-bottom: 122px;
}

.header {
  position: relative;
  height: 695px;
}

.side {
  position: relative;
  float: left;
  width: 288px;
  z-index: 2;
}

.side .jietu {
  float: left;
}

.main {
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.h1 {
  position: absolute;
  line-height: 0;
  font-size: 0;
}

.logo {
  position: absolute;
  top: 0;
  left: 36px;
  width: 317px;
  height: 167px;
  background: url(http://c.05youxi.com/website/g85/logo.png) no-repeat;
  z-index: 3;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-moz-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.logo:hover {
  -webkit-animation: linear swing 1s 1;
  -moz-animation: linear swing 1s 1;
  animation: linear swing 1s 1;
}

.nav-top {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  padding-left: 85px;
  width: 2000px;
  height: 104px;
  background: url(../img/nav_e.png) no-repeat top center;
  z-index: 2;
}

.nav-top ul {
  width: 850px;
  padding-left: 80px;
  margin: auto;
}

.nav-top li {
  width: 150px;
  float: left;
  font-size: 17px;
  text-align: center;
  height: 100%;
  _display: inline;
}

.nav-top a {
  display: block;
  height: 70px;
  color: #fff;
  padding-top: 34px;
  line-height: 28px;
  text-decoration: none;
}

.nav-top a span {
  display: block;
  font-size: 10px;
  font-style: normal;
  color: #f3dca9;
  line-height: 20px;
}

.nav-top a:hover {
  color: #ff000d;
}

.tips18 {
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 2;
  font-size: 12px;
  color: #eee;
}

.qqgroup a {
  position: absolute;
  top: 575px;
  left: 190px;
  display: block;
  z-index: 1;
}

.kv-top {
  position: absolute;
  width: 2000px;
  height: 866px;
  left: 50%;
  z-index: 1;
  margin-left: -1000px;
}

.kv-top-img {
  position: relative;
  overflow: hidden;
  width: 2000px;
  height: 866px;
  clear: both;
}

.kv-top-img li {
  overflow: hidden;
  width: 2000px;
  height: 866px;
  display: none;
  background-size: 100%, contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.kv-top-img li img {
  width: 2000px;
  height: 866px;
}

.kv-top-img a {
  height: 866px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kv-top-num {
  position: absolute;
  top: 668px;
  right: 50%;
  margin-right: -600px;
  z-index: 2;
}

.kv-top-num li {
  float: left;
  margin-left: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  background: #7a7f90;
  cursor: pointer;
}

.kv-top-num li:hover,
.kv-top-num li.focus {
  width: 35px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #c1a465;
}

.side-top {
  width: 386px;
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
}

.start {
  position: relative;
  display: block;
  width: 386px;
  height: 172px;
  background: url(../img/start.png) no-repeat;
  background-position: center;
  background-size: 386px 172px;
}

.start span,
.start span:after {
  display: block;
  width: 245px;
  height: 92px;
  margin: 0 auto;
  background: url(../img/xiao_active.png) no-repeat;
  content: "";
  cursor: pointer;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -55px;
  margin-left: -122px;
}

.start:hover span {
  -moz-animation: linear icoBig 1.6s infinite;
  animation: linear icoBig 1.6s infinite;
  -webkit-animation: linear icoBig 1.6s infinite;
}

.start:hover span:after {
  opacity: 0.6;
  -moz-animation: linear icoBig2 1.6s infinite;
  animation: linear icoBig2 1.6s infinite;
  -webkit-animation: linear icoBig2 1.6s infinite;
}

@-webkit-keyframes icoBig {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  30% {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }

  45% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes icoBig {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }

  30% {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    transform: scale(0.93);
  }

  45% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
  }

  60% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes icoBig2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes icoBig2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.side-btns {
  background-repeat: no-repeat;
}

.side-btns a {
  float: left;
  display: block;
  width: 193px;
  height: 50px;
  line-height: 50px;
}

.side-btns span {
  font-size: 20px;
  color: #35353c;
}

.mark {
  display: block;
  float: left;
  width: 31px;
  height: 31px;
  margin: 9px 10px 0 53px;
  _display: inline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.m1 {
  margin: 9px 10px 0 35px;
  background-repeat: no-repeat;
}

.m2 {
  background-repeat: no-repeat;
}

.side-btns a:hover .mark {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.login {
  color: #35353c;
  width: 386px;
  height: 214px;
  background: #fefefe;
  padding-top: 5px;
  /* display: ; */
}
.login .active {
	display: none;
}
.login a:hover .main {
	display: none;
}
.login a:hover .active {
	display: inline-block;
}
.login img {
  width: calc(50% - 3px);
  height: calc(107px - 4px);
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}

.login a {
  color: #35353c;
}

.login a:hover {
  color: #ba060f;
}

.login label {
  color: #35353c;
  font-size: 12px;
}

.log {
  position: relative;
}

.log li {
  position: absolute;
}

.log .text {
  width: 180px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-family: "Microsoft Yahei";
  color: #34343c;
  background: #dcdcdc;
}

.log .user {
  left: 30px;
  top: 32px;
}

.log .psw {
  left: 30px;
  top: 80px;
}

.login-label {
  display: none;
}

.log .remember {
  left: 28px;
  top: 120px;
  color: #35353c;
}

.log .reg-btn {
  left: 242px;
  top: 118px;
}

.log .gift-btn {
  left: 242px;
  top: 156px;
}

.reg-btn a,
.gift-btn a {
  width: 114px;
  height: 26px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #393941;
  background-repeat: no-repeat;
}

.reg-btn a:hover,
.gift-btn a:hover {
  color: #ba060f;
  background-repeat: no-repeat;
}

.log .psw-btn {
  left: 148px;
  top: 120px;
}

.log .log-btn {
  left: 242px;
  top: 32px;
}

.log-btn a {
  width: 114px;
  height: 72px;
  display: block;
  text-indent: -9999em;
  background-repeat: no-repeat;
}

.log-btn a:hover {
  background-repeat: no-repeat;
}

.loged {
  width: 80%;
  margin: auto;
}

.loged li {
  line-height: 28px;
}

.loged .loged-highlight {
  color: #ba060f;
  padding: 0 10px 0 0;
}

.loged-usercenter a {
  margin-left: 12px;
}

.loged .loged-panel {
  padding: 20px 0 0;
}

h3 {
  height: 50px;
  color: #515158;
  font-size: 15px;
  line-height: 50px;
  overflow: hidden;
  font-weight: 400;
}
.kefus{
height: auto;
font-size:initial;
line-height: normal;
}
.recom-server {
  float: left;
  width: 386px;
  margin-right: 20px;
  overflow: hidden;
}

/* h3 em {
	padding-left: 15px;
	background: url(../img/tit-deco.png) left center no-repeat;
	color: #515158;
	font-size: 28px;
	margin-right: 6px
} */

.recom-server-con {
  height: 382px;
  background: #fefefe;
  padding: 15px 0 0 0;
}

.s-fastin {
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 34px;
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
}

.select1,
.select2 {
  display: inline-block;
  position: relative;
  *display: inline;
  *margin-right: 4px;
  *z-index: 2;
}

.choice-tab {
  height: 78px;
  height: 20px;
  position: relative;
  z-index: 9;
  font-size: 14px;
  padding: 30px 0 0 30px;
}

.option-dom {
  background: #fff;
  font-size: 12px;
  overflow: hidden;
  width: 180px;
  border: 1px solid #a2a2a2;
  padding: 1px;
}

.option-dom li {
  height: 16px;
  color: #000;
  cursor: pointer;
  float: left;
  line-height: 16px;
  width: 56px;
  _width: 55px;
  padding: 2px;
  text-align: center;
  overflow: hidden;
}

.option-dom li.focus {
  background: #ea9200;
  color: #fff;
}

.select-type {
  z-index: 2;
  position: relative;
  margin-top: 24px;
  padding-left: 30px;
}

#btnFast {
  width: 114px;
  height: 68px;
  display: inline-block;
  position: absolute;
  top: -44px;
  left: 240px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 26px;
  text-indent: -9999px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

#btnFast:hover {
  background-repeat: no-repeat;
}

.choice-list {
  margin: 0 32px 15px;
  height: 295px;
  overflow: hidden;
}

.choice-list li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px;
  border-bottom: 1px dashed #f4f4f4;
}

.choice-list li a {
  position: relative;
  float: left;
  display: block;
  width: 286px;
}

.choice-list li i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.choice-list li span {
  margin-right: 20px;
}

.choice-list li .icon {
  position: absolute;
  display: none;
  width: 36px;
  height: 16px;
  margin-right: 0;
  right: 0;
  top: 7px;
}

.choice-list li:nth-child(1) .icon {
  display: inline-block;
  width: 36px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: url(../img/new.png) no-repeat;
}

.choice-list li:nth-child(2) .icon {
  display: inline-block;
  background: url(../img/hot.png) no-repeat;
}

.choice-list li a:hover {
  color: #d0b776;
}

.all-server {
  width: 326px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: auto;
  color: #eee;
  background-repeat: no-repeat;
}

.all-server:hover {
  color: #cea861;
}

.ziliao {
  float: left;
  width: 793px;
  overflow: hidden;
  margin-bottom: 30px;
}

.ziliao-main ul {
  margin-right: -3px;
  *display: inline;
  zoom: 1;
  overflow: hidden;
}

.ziliao-main li {
  float: left;
  width: 195px;
  height: 158px;
  margin: 0 4px 4px 0;
  background-repeat: no-repeat;
}

.ziliao-main li:hover {
  background-repeat: no-repeat;
}

.ziliao-main li:hover .txt {
  color: #fff;
}

.ziliao-main li .pic {
  display: block;
  width: 91px;
  height: 87px;
  margin: 20px auto 0;
}

.ziliao-main li .txt {
  display: block;
  width: 180px;
  height: 28px;
  line-height: 28px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 16px;
  color: #515158;
}

/* .ziliao-con {
	height: 300px;
	position: relative;
	padding-top: 18px;
	background: url(../img/z-bg_0a242ad.jpg) center bottom no-repeat
} */

.zl-tab {
  position: relative;
  height: 51px;
  left: 22px;
  margin-bottom: 11px;
  z-index: 2;
}

.zl-tab li {
  position: absolute;
  z-index: 2;
}

/* 
.zl-tab a {
	width: 50px;
	height: 50px;
	color: #dbc583;
	background: url(../img/yuan_bf6e23c.png) no-repeat;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	transition: 1.5s
}

.zl-tab a:hover,
.zl-on a {
	background: url(../img/yuan-h_c7b86eb.png) no-repeat;
	color: #ba060f;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg)
}

#zl-li2 {
	left: 96px
}

#zl-li3 {
	left: 192px
}

.zl-con {
	height: 216px;
	overflow: hidden
}

.zl-con li {
	display: none;
	z-index: 2
}

.zl-con a {
	width: 80px;
	height: 36px;
	line-height: 36px;
	padding-left: 14px;
	float: left;
	color: #a4aab3;
	overflow: hidden
}

.zl-con i {
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	padding-left: 5px;
	background-repeat: no-repeat;
}

.zl-con a:hover {
	color: #ba060f
}

.media-qr {
	width: 387px;
	margin-right: 20px;
	float: left
}
 */
.media {
  width: 387px;
}

.support-wrap {
  padding: 20px 30px;
  height: 104px;
  background: #fefefe;
}

.support-pic {
  width: 327px;
  height: 104px;
}

.media-con {
  height: 144px;
  background: #fefefe;
}

.media-wrap {
  overflow: hidden;
  height: 50px;
  padding: 48px 0 0 38px;
  width: 312px;
}

.media-scroll ul {
  width: 400px;
  height: 50px;
}

.media-scroll li {
  width: 150px;
  height: 50px;
  float: left;
  margin-right: 12px;
}

.media-wrap2 {
  width: 150px;
  height: 50px;
  padding: 10px 28px 10px 29px;
  background: #3d342d;
  margin-left: -2888px;
}

.qrCode {
  width: 87px;
  padding: 18px 0 0 22px;
  float: left;
}

.qrCode .code {
  width: 87px;
  height: 87px;
}

.qr {
  line-height: 24px;
  text-align: center;
  color: #35353c;
}

.kv {
  position: relative;
  overflow: hidden;
  float: left;
  width: 794px;
  height: 386px;
}

/* 
.kv-num {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.kv-num li {
	float: left;
	overflow: hidden;
	width: 25%;
	height: 36px;
	line-height: 40px;
	background: #e3e2e2;
	border-bottom: 4px solid #e3e2e2;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	font-size: 14px;
	text-align: center;
	color: #515158
}

.kv-num li:hover,
.kv-num li.focus {
	background: #f7f6f6;
	border-bottom: 4px solid #cea861;
	color: #ab8e66
}


.huodong {
	position: relative;
	float: left;
	width: 288px;
	height: 320px;
	overflow: hidden;
	background: url(../img/right-bg_fa9b311.jpg);
	margin-top: 65px
}
 */
.huodong p {
  position: relative;
  display: block;
  height: 165px;
  text-align: center;
  color: #dbc583;
  font-size: 18px;
}

.huodong p:hover span {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.huodong a {
  display: block;
  width: 104px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 20px;
  top: 100px;
  background: #9a8543;
}

.huodong a:hover {
  background: #c01000;
}

.huodong i {
  position: absolute;
  top: 46px;
  left: 37px;
  display: block;
  width: 76px;
  height: 76px;
  text-indent: -9999px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.huodong em {
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 24px;
}

.huodong span {
  position: absolute;
  left: 20px;
  top: 75px;
  color: #7e7e7e;
  font-size: 12px;
}

#news {
  /* min-height: 861px; */
  /* float: left; */
  overflow: hidden;
  /* width: 794px */
}

.news-con {
  height: 382px;
  background: #fff;
  /* width: 734px; */
  padding: 0 30px;
}

.news-de {
  float: right;
  /* height: 1082px; */
  background: #fff;
}

.more {
  float: right;
  display: block;
  width: 79px;
  height: 22px;
  margin: 13px 0 0;
  text-indent: -9999em;
  background-repeat: no-repeat;
}

.more:hover {
  background-repeat: no-repeat;
}

.news-tab {
  line-height: 56px;
  padding-top: 12px;
  border-bottom: 1px solid #cfcfd3;
}

.news-tab ul {
  margin-right: -1px;
  *display: inline;
  zoom: 1;
}

.news-tab li {
  float: left;
  display: inline;
  position: relative;
}

.news-tab li a {
  display: block;
  width: 147px;
  text-align: center;
  height: 56px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 56px;
  font-size: 20px;
}

.news-tab li.current a,
.news-tab li a {
  color: #ab8e66;
}

.line {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 38px;
  z-index: 3;
  width: 0;
  height: 13px;
  background: url(../img/new-cur.png) no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  _display: none;
}

.news-tab li:hover .line,
.news-tab li.current .line {
  width: 71px;
}

.headline {
  height: 72px;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #d9d9d9;
}

.headline-title {
  color: #ab8e66;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: 700;
  font-size: 24px;
  height: 73px;
  line-height: 73px;
  text-align: center;
}

.headline-title:hover {
  color: #ba060f;
}

.headline i {
  display: inline-block;
  width: 7px;
  height: 7px;
  padding: 10px 0 0 6px;
  background-repeat: no-repeat;
}

.headline-sum {
  font-size: 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 12px;
  color: #656571;
}

.news-list {
  /* height: 216px; */
  padding: 10px;
  overflow: hidden;
}

.news-de .news-list {
  height: 1082px;
  overflow: visible;
}

.news-list li {
  line-height: 35px;
  overflow: hidden;
  border-bottom: 1px dashed #cfcfd3;
  height: 35px;
  color: #35353c;
}

.news-list li:last-child {
  border: 0;
}

.news-list li a {
  color: #35353c;
}

.news-list li a:hover {
  color: #ba060f;
}

.a-link {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.a-link:hover {
  padding-left: 5px;
}

.news-list .n-type {
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.news-list .a-link {
  width: 488px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.time {
  float: right;
}

.huodong2 {
  width: 292px;
  float: left;
  overflow: hidden;
  height: 316px;
  margin-top: 65px;
  background: url(../img/hd-bg_1226b7b.jpg);
}

.huodong2-i {
  position: relative;
  width: 146px;
  height: 159px;
  display: block;
  line-height: 236px;
  color: #313131;
  font-size: 18px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.huodong2-i:hover {
  color: #ba060f;
}

.huodong2-0 span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 27px solid #a02d36;
  border-right: 27px solid transparent;
}

.huodong2-0 em {
  position: absolute;
  top: -109px;
  left: 1px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
}

.huodong2-i i {
  display: block;
  position: absolute;
  top: 22px;
  left: 43px;
  width: 66px;
  height: 76px;
}

/* 
.huodong2-0 i {
	background: url(../img/d-icon_961c844.png) no-repeat
}

.huodong2-1 i {
	background: url(../img/v-icon_53fec46.png) no-repeat
}

.huodong2-2 i {
	background: url(../img/f-icon_a9183e5.png) no-repeat
}

.huodong2-3 i {
	background: url(../img/p-icon_81ae3df.png) no-repeat
}

.huodong2-0:hover i {
	background: url(../img/d-icon-h_f05f82a.png) no-repeat
}

.huodong2-1:hover i {
	background: url(../img/v-icon-h_3d4f7e7.png) no-repeat
}

.huodong2-2:hover i {
	background: url(../img/f-icon-h_67c656b.png) no-repeat
}

.huodong2-3:hover i {
	background: url(../img/p-icon-h_e53303d.png) no-repeat
}
 */
.huodong2-i i,
.huodong-1 i,
.huodong-2 i {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.huodong2-i:hover i,
.huodong-1:hover i,
.huodong-2:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.huodong2-0:hover em {
  color: #fff;
}

.role {
  position: relative;
  width: 912px;
  overflow: hidden;
  float: left;
  _display: inline;
}

.role-con {
  background: #fff;
  height: 318px;
  position: relative;
}

.role-nav {
  position: absolute;
  left: 23px;
  top: 24px;
  z-index: 2;
}

.role-nav li {
  font-size: 18px;
  display: inline;
  float: left;
  text-align: center;
  position: relative;
}

.role-nav li a {
  line-height: 37px;
  width: 95px;
  height: 37px;
  background: #f0d78a;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  color: #313131;
  font-size: 20px;
}

.role-nav li a:hover,
.role-nav li.cur a {
  background: #e9e5d5;
}

.role-detail {
  position: relative;
  display: none;
}

.r-desc {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: -300px;
  width: 400px;
  height: 238px;
  line-height: 24px;
}

.r-desc em {
  font-weight: 700;
}

.difficulty {
  padding-top: 20px;
  line-height: 28px;
}

.difficulty strong {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  display: block;
}

.curElem .r-desc {
  left: 19px;
}

.star {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
}

.star2 {
  background-repeat: no-repeat;
}

.role-detail .r-per {
  position: absolute;
  bottom: -318px;
  _bottom: 0;
  right: 0;
  width: 343px;
  height: 358px;
}

.role-detail .r-per img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* .role-detail .img-loading {
	background: url(//img1.37wanimg.com/www/css/images/common/loading-16x16.gif) no-repeat center center
}
 */
.curElem .r-per {
  right: 0;
}

.readmore {
  position: absolute;
  bottom: 30px;
  width: 116px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #7d90ab;
  border: 1px solid #7d90ab;
  display: block;
  font-size: 18px;
}

.readmore:hover {
  color: #fff;
  background: #bfb99e;
  border: 1px solid #bfb99e;
}

.service {
  position: relative;
  line-height: 34px;
  width: 367px;
  float: left;
}

.service-con {
  height: 144px;
  background: #fefefe;
}

/* 
.service-con ul {
	float: left;
	width: 180px;
	padding: 20px 18px 26px 38px;
	background: url(../img/line_9ab1ff8.png) right center no-repeat
}
 */
.service-con li {
  line-height: 22px;
  color: #35353c;
}

.service-con .kf {
  width: 180px;
  margin-top: 5px;
}

.service-con li p {
  width: 82px;
  height: 27px;
  float: left;
  padding-right: 5px;
}

.service-con .service-3 {
  width: 136px;
}

.service-btn {
  width: 82px;
  height: 27px;
  line-height: 27px;
  display: block;
  color: #fefefe;
  text-align: center;
  background-repeat: no-repeat;
}

.service-btn:hover {
  background-repeat: no-repeat;
}

/* 
.links {
	float: left;
	width: 618px;
	background: url(../img/bottom-bg_0432003.jpg) -288px -95px no-repeat;
	line-height: 30px;
	padding: 13px 0 14px
}

.links-con {
	height: 90px;
	overflow: hidden;
	padding: 0 20px
}

.links a {
	white-space: nowrap;
	margin-right: 6px;
	display: inline-block
} */

.jietu {
  float: right;
  width: 387px;
}

.screenshots {
  position: relative;
  overflow: hidden;
  float: left;
  width: 387px;
  height: 319px;
}

.shot-num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.shot-num li {
  float: left;
  overflow: hidden;
  width: 25%;
  height: 4px;
  background: #35353c;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.shot-num li:hover,
.shot-num li.focus {
  background: #f3c258;
}

.friend-link {
  float: left;
  width: 386px;
  margin-right: 20px;
  overflow: hidden;
}

.friend {
  padding: 36px 15px 38px 30px;
  background: #fefefe;
}

.friend-con {
  width: 340px;
  height: 70px;
  overflow: hidden;
}

.friend-con a {
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 18px;
  font-size: 14px;
  color: #35353c;
}

.friend-con a:hover {
  color: #d0b776;
}

.index-body .wrap3 {
  padding-bottom: 90px;
}

.wrap6 {
  height: 667px;
}

.juese {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
  height: 667px;
  background: url(../img/juese-bg.jpg) no-repeat top center;
  z-index: 2;
}

.juese-con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hero {
  position: absolute;
  left: 0;
  top: -60px;
  width: 1200px;
  height: 727px;
  overflow: hidden;
}

.hero-cont li {
  width: 1200px;
  height: 727px;
  position: relative;
}

.hero-l {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero-r {
  position: absolute;
  right: 0;
  top: 60px;
  width: 387px;
}

.hero-r .hd {
  margin-top: 28px;
  height: 50px;
}

.hero-r .hd i {
  width: 10px;
  height: 50px;
  background: #cea861;
  float: right;
  overflow: hidden;
}

.hero-r .hd .tit {
  float: right;
  width: 174px;
  margin-right: 20px;
  text-align: right;
}

.hero-r .hd .tit h3 {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 32px;
  font-weight: 700;
  color: #515158;
}

.hero-r .hd .tit p {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  font-size: 14px;
  color: #515158;
}

.hero-r .bd {
  width: 318px;
  padding: 32px 36px 0 33px;
  height: 493px;
  background: url(../img/hero-bg.png) no-repeat;
  margin-top: 18px;
}

.hero-r .bd li {
  width: 318px;
  height: auto;
  margin-bottom: 16px;
  line-height: 16px;
  color: #393941;
}

.hero-r .bd li span {
  font-weight: 700;
}

.hero-r .bd li .star {
  display: inline-block;
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
}

.hero-r .bd li .half {
  background-repeat: no-repeat;
}

.hero-r .bd .record {
  position: absolute;
  left: 42px;
  bottom: 32px;
  width: 299px;
  height: 253px;
}

.hero-r .bd .record1 {
  background: url(../img/record.png) no-repeat;
}

/* 
.hero-r .bd .record2 {
	background: url(../img/record2.png) no-repeat
}

.hero-r .bd .record3 {
	background: url(../img/record3.png) no-repeat
}

.hero-r .bd .record4 {
	background: url(../img/record4.png) no-repeat
}
 */
.hero-ctrl {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 796px;
  height: 72px;
}

.hero-ctrl li {
  float: left;
  width: 194px;
  height: 72px;
  margin-right: 5px;
  cursor: pointer;
}

.hero-ctrl .c1 {
  background-repeat: no-repeat;
}

.hero-ctrl .c2 {
  background-repeat: no-repeat;
}

.hero-ctrl .c3 {
  background-repeat: no-repeat;
}

.hero-ctrl .c4 {
  background: url(../img/hero-ctrl.png) no-repeat;
}

.hero-ctrl .c1.focus {
  background-repeat: no-repeat;
}

.hero-ctrl .c2.focus {
  background-repeat: no-repeat;
}

.hero-ctrl .c3.focus {
  background-repeat: no-repeat;
}

.hero-ctrl .c4.focus {
  background: url(../img/hero-ctrl-h.png) no-repeat;
}

.hero-ctrl .coming {
  background-repeat: no-repeat;
}

.hero-ctrl .coming:hover {
  background-repeat: no-repeat;
}

.c-main {
  width: 794px;
  float: right;
  background: #fff;
  z-index: 3;
}

.article strong {
  font-weight: 700;
}

.article-top {
  position: relative;
  height: 30px;
  width: 750px;
  margin: 22px auto 0;
  border-bottom: 1px solid #e9e9e9;
}

.article-top span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #ad8f5d;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.bread-nav {
  position: absolute;
  right: 0;
  bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
  color: #616161;
}

.bread-nav a {
  color: #616161;
  cursor: pointer;
}

.bread-nav a:hover {
  color: #c01000;
}

.article-main {
  min-height: 1000px;
  padding: 42px 60px;
  _height: 1176px;
  background: #fff;
}

.wx-body .article-main {
  padding: 17px 30px;
}

.article-main h3 {
  color: #1b1f25;
}

.article-list {
  margin: 0 auto;
}

.article-list li {
  height: 47px;
  line-height: 47px;
  border-bottom: 1px dashed #efefef;
  overflow: hidden;
}

.article-list a {
  display: inline-block;
  vertical-align: top;
  width: 580px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.article-list a:hover {
  color: #c01000;
}

.article-title {
  text-align: center;
  font-size: 12px;
}

.article-title h1 {
  font-size: 24px;
  color: #ba060f;
  font-weight: 400;
}

.article-detail {
  border-bottom: 1px dashed #777064;
  text-align: center;
  padding: 4px 0 20px;
  color: #9c9c9c;
}

.article-content {
  padding: 18px 0;
}

.article-content a {
  color: #ba060f;
}

.article-content a:hover {
  color: #ffc34b;
}

.article-relation {
  overflow: hidden;
  line-height: 30px;
}

.article-relation dt {
  border-bottom: 1px solid #5e5d5c;
  margin: 0 0 12px;
  color: #1b1f25;
}

.article-relation dd {
  display: inline;
  float: left;
  overflow: hidden;
  width: 47%;
  height: 30px;
  margin: 0 0 0 2%;
  font-size: 12px;
}

.article-relation dd span {
  float: right;
}

.pageNum {
  text-align: center;
  margin: 0 auto;
  padding: 7px 0;
  padding-right: 7px;
}

.pageNum a,
.pageNum .current {
  height: 24px;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  margin: 2px;
  color: #fff;
  padding: 0 9px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #cea861;
}

.pageNum a:hover {
  background: #ba060f;
  color: #fff;
}

.pageNum .current {
  background: #ba060f;
}

.card-content a {
  color: #fff;
}

.sq-dialog-content {
  text-align: center;
}

.a-service {
  height: 357px;
  overflow: hidden;
}

.a-service-con {
  height: 267px;
  padding-top: 5px;
  background: url(../img/c-bg_8f2ad13.jpg);
}

.a-service-con li {
  padding: 9px 0 0 32px;
}

.a-service .c-qrCode {
  position: absolute;
  bottom: 23px;
  left: 32px;
  width: 221px;
  height: 87px;
  font-weight: 700;
  line-height: 22px;
  background: #20252b;
  color: #fff;
}

.a-service .c-qrCode .code {
  position: absolute;
  top: 0;
  left: 0;
}

.a-service .c-qr {
  padding: 13px 0 0 117px;
}

.s-body {
  color: #acacac;
  width: 100%;
  /*height: 1100px;*/
  min-width: 1471px;
  background: url(../img/background.jpg) top center no-repeat;
  background-size: cover;
}

.s-wrap a {
  color: #c01000;
}

.s-wrap {
  width: 1100px;
  margin: 0 auto;
}

.s-header {
  position: relative;
  height: 180px;
}

.s-content {
  position: relative;
  margin: 0 0 0 372px;
  /* background-color: #fff; */
  padding-left: 10px;
  width: 615px;
  height: 744px;
}

.s-logo {
  left: 0;
  background: url(https://c.05youxi.com/website/g85/logo.png) no-repeat;
  text-indent: -9999em;
}

.s-nav {
  position: absolute;
  left: 372px;
  top: 15px;
  /* padding: 33px 0 0 372px; */
  width: 705px;
  height: 74px;
}

.s-nav a {
  float: left;
  width: 201px;
  height: 74px;
  /* background-size: 100%; */
  /* display: block; */
  /* transform: scale(0.5); */
  margin-right: 10px;
  text-indent: -9999em;
}

#s-nav1 {
  background: url("https://c.05youxi.com/website/common/yxgw.jpg") center center
    no-repeat;
  background-size: contain;
}

#s-nav1:hover {
  background: url("https://c.05youxi.com/website/common/yxgw_d.jpg") center
    center no-repeat;
  background-size: contain;
}

#s-nav2 {
  background: url("https://c.05youxi.com/website/common/scby.jpg") center center
    no-repeat;
  background-size: contain;
}

#s-nav2:hover {
  background: url("https://c.05youxi.com/website/common/scby_d.jpg") center
    center no-repeat;
  background-size: contain;
}

#s-nav3 {
  background: url("https://c.05youxi.com/website/common/lbhd.jpg") center center
    no-repeat;
  background-size: contain;
}

#s-nav3:hover {
  background: url("https://c.05youxi.com/website/common/lbhd_d.jpg") center
    center no-repeat;
  background-size: contain;
}

.s-list {
  width: 490px;
  height: 110px;
  position: absolute;
  top: 90px;
  left: 440px;
  transform: scale(0.4);
  background: url("https://c.05youxi.com/website/common/slist.jpg") top center
    no-repeat;
}

.s-loginframe {
  position: absolute;
  top: 172px;
  left: 361px;
  width: 686px;
  height: 90px;
}

.s-text {
  width: 182px;
  height: 30px;
  padding: 0 6px 0 30px;
  font-family: "Microsoft Yahei";
  line-height: 30px;
  color: #333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.s-body .log {
  color: #14171b;
}

.s-remember label {
  color: #14171b;
}

.s-user {
  top: 18px;
  left: 16px;
}

.s-user #username {
  background: #dfdfdf url(../img/s-images/user_d4674f8.png) 9px 7px no-repeat;
}

.s-psw {
  top: 18px;
  left: 247px;
}

.s-psw #password {
  background: #dfdfdf url(../img/s-images/lock_edd89b1.png) 9px 7px no-repeat;
}

.s-log-btn {
  top: 18px;
  left: 480px;
}

.s-log-btn a {
  display: block;
  width: 190px;
  height: 53px;
  background: #cea861;
  font-size: 26px;
  color: #fff;
  line-height: 53px;
  text-align: center;
}

.s-log-btn a:hover {
  background: #c01000;
}

.s-remember {
  top: 60px;
  left: 13px;
}

.s-psw-btn {
  top: 60px;
  left: 112px;
}

.s-reg-btn {
  top: 60px;
  left: 182px;
}

.s-loged {
  width: 616px;
  color: #14171b;
  padding: 8px 0 0 21px;
}

.s-loged li {
  line-height: 24px;
  float: left;
  width: 295px;
}

.s-loged .s-loged-highlight {
  color: #ba060f;
}

.s-name {
  color: #14171b;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.s-server-list .s-name {
  position: absolute;
  font-weight: 700;
  top: 5px;
}

.rec-server {
  height: 48px;
}

.s-server-list {
  position: relative;
}

.s-server-list li {
  float: left;
  margin: 0 10px 10px 1px;
  text-align: center;
}

.s-server-list li a {
  display: block;
  width: 194px;
  height: 32px;
  background: #35353c;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}

.s-server-list li a:hover {
  font-size: 15px;
  background: #ba060f;
}

.s-content .rec-server li a {
  background: #35353c;
}

.s-content .rec-server li a:hover {
  background: #ba060f;
}

.s-server-list span {
  color: #cea861;
}

.s-body .type-choose {
  height: 32px;
  color: #14171b;
  position: relative;
  font-size: 14px;
  margin-bottom: 14px;
  z-index: 1;
}

.s-body .select-dom {
  width: 120px;
  height: 27px;
  color: #fff;
  border: 0;
  padding-right: 5px;
  text-align: center;
}

#selFastType {
  margin-right: 10px;
}

.s-body .select-con {
  color: #000;
  height: 27px;
  line-height: 27px;
  width: 101px;
}

.s-body .select-btn {
  top: 11px;
  right: 8px;
}

.s-body .s-fastin {
  height: 27px;
  line-height: 27px;
  border: 0;
}

.s-body #select-dom-xz {
  width: 75px;
}

.s-body #select-dom-xz .select-con {
  width: 75px;
}

.s-body .option-bg {
  display: none;
  z-index: 2;
  top: 28px;
  left: 0;
  *top: 30px;
}

.s-body .option-dom {
  border: 0;
}

.s-body .type-option-dom {
  width: 99px;
  padding: 1px;
  font-size: 12px;
  border: 0;
  z-index: 1;
}

.s-body .type-option-dom li {
  width: 95px;
  padding: 2px;
  line-height: 22px;
  height: 22px;
}

.s-body .type-option-dom li:hover {
  background: #ea9200;
  color: #fff;
}

#all-xz-server {
  overflow-y: auto;
  overflow-x: hidden;
  height: 640px;
  width: 686px;
}

.s-body #btnFast {
  position: relative;
  left: 0;
  top: 0;
  width: 71px;
  height: 27px;
  line-height: 27px;
  background: #cfa962;
  margin-left: 10px;
  text-indent: 0;
}

.s-body #btnFast:hover {
  color: #fff;
  background: #b80815;
}

.sp-pager {
  overflow: hidden;
  margin: 0 0 6px;
}

#nameList {
  *padding-bottom: 8px;
}

.sp-pager li,
#nameList a {
  line-height: 28px;
  width: 84px;
  height: 28px;
  margin: 0 10px 8px 0;
  cursor: pointer;
  background: #bfb99e;
  color: #fff;
  text-align: center;
  float: left;
  display: block;
}

.sp-pager li.hover,
#nameList a.hover {
  color: #14171b;
  background: #e9e5d5;
}

.sp-pager li a {
  color: #fff;
}

.three {
  top: 156px;
  left: 28px;
}

.sq-third-link {
  display: inline-block;
  *display: inline;
  font-size: 12px;
}

.sq-third-link a:hover{
  opacity: 0.7;
}

.three-icon {
  background: url(../img/three.png) no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-indent: -9999em;
  vertical-align: middle;
  margin: 0 5px;
}

.three-mobile {
  background: url(../icons/svg/three-mobile.png) no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-indent: -9999em;
  vertical-align: middle;
  margin: 0 5px;
}

.three-wx {
  background-position: -39px 0;
}

.three-wb {
  background-position: -78px 0;
}

.s-body .three-icon {
  margin: 0 6px;
}

.three-wrap {
  top: 55px;
  left: 248px;
}

.swiper {
  position: relative;
  overflow: hidden;
  float: left;
  width: 794px;
  height: 386px;
}

.swiper-container {
  width: 500px;
  height: 500px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
}

.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.w1200 {
  display: block;
}

.newfishT {
  font-size: 14px;
}

.ziliao-main li {
  background-position: 0px 0px;
}

.ziliao-main li:hover {
  background-position: -205px 0px;
}

.hero-ctrl .coming:hover {
  background-position: 0px -168px;
}

.hero-ctrl .c2.focus {
  background-position: -204px -168px;
}

.log-btn a {
  background-position: 0px -250px;
}

.log-btn a:hover {
  background-position: -124px -250px;
}

.hero-ctrl .c2 {
  background-position: -410px 0px;
}

.hero-ctrl .coming {
  background-position: -410px -82px;
}

.hero-ctrl .c1.focus {
  background-position: -410px -164px;
}

.hero-ctrl .c3 {
  background-position: -410px -246px;
}

.hero-ctrl .c1 {
  background-position: 0px -332px;
}

.hero-ctrl .c3.focus {
  background-position: -204px -332px;
}

#btnFast {
  background-position: -248px -250px;
}

#btnFast:hover {
  background-position: -408px -332px;
}

.side-btns {
  background-position: 0px -414px;
}

.all-server {
  background-position: 0px -474px;
}

.m1 {
  background-position: -532px -332px;
}

.m2 {
  background-position: -573px -332px;
}

.service-btn {
  background-position: -396px -414px;
}

.service-btn:hover {
  background-position: -488px -414px;
}

.reg-btn a,
.gift-btn a {
  background-position: -336px -474px;
}

.reg-btn a:hover,
.gift-btn a:hover {
  background-position: -460px -474px;
}

.star2 {
  background-position: -372px -250px;
}

.more:hover {
  background-position: 0px -524px;
}

.more {
  background-position: -89px -524px;
}

.hero-r .bd li .half {
  background-position: -372px -283px;
}

.star {
  background-position: -532px -373px;
}

.hero-r .bd li .star {
  background-position: -532px -373px;
}

.headline i {
  background-position: -559px -373px;
}

.choice-list li i {
  background-position: -582px -373px;
}

.zl-con i {
  background-position: -372px -309px;
}

.ziliao-main li,
.ziliao-main li:hover,
.hero-ctrl .coming:hover,
.hero-ctrl .c2.focus,
.log-btn a,
.log-btn a:hover,
.hero-ctrl .c2,
.hero-ctrl .coming,
.hero-ctrl .c1.focus,
.hero-ctrl .c3,
.hero-ctrl .c1,
.hero-ctrl .c3.focus,
#btnFast,
#btnFast:hover,
.side-btns,
.all-server,
.m1,
.m2,
.service-btn,
.service-btn:hover,
.reg-btn a,
.gift-btn a,
.reg-btn a:hover,
.gift-btn a:hover,
.star2,
.more:hover,
.more,
.hero-r .bd li .half,
.star,
.hero-r .bd li .star {
  background-size: 614px 546px;
  background-image: url(../img/tianshi_main.png);
}

.headline i,
.choice-list li i,
.zl-con i {
  background-size: 614px 546px;
  background-image: url(../img/tianshi_main.png);
}

.p-gamesite-tip16 {
  display: block;
  position: absolute;
  left: 0;
  top: 570px;
  width: 79px;
  height: 102px;
  background: url(../img/vpjjf.png) no-repeat;
  z-index: 2;
}

.s-gamesite-tip {
  display: block;
  position: absolute;
  right: -80px;
  top: 20px;
  width: 79px;
  height: 102px;
  background: url(../img/vpjjf.png) no-repeat;
  z-index: 2;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #safari {
    display: block;
  }

  .container {
    margin: 0 auto;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 10000),
  not all and (-webkit-min-device-pixel-ratio: 0) {
  head ~ body #opera {
    display: block;
  }
}

.login-after {
  padding: 12px 0 0 30px;
  display: none;
}

.login-after-1 {
  margin-top:20px;
  margin-bottom: 5px;
  color: #333;
  font-size: 13px;
}

.login-after-5 {
  text-align: right;
  margin-right: 50px;
  margin-top: 10px;
}

.login-after-5 a {
  margin-left: 10px;
}

.login-after-2 li {
  margin-top: 5px;
}

.login-after-hong {
  color: #ba060f;
  font-weight: bold;
}

#volist-notice .title {
  position: relative;
  width: 750px;
  font-weight: 500;
  padding-left: 1em;
  margin-bottom: 3rem;
  font-size: calc(1.375rem + 1.5vw);
}

#vo-notice .top {
  position: relative;
  height: 30px;
  width: 750px;
  margin: 22px auto 0;
  border-bottom: 1px solid #e9e9e9;
}

#vo-notice .top span {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -6px;
  color: #fff;
  background-color: #ad8f5d;
}

#vo-notice .nav {
  position: absolute;
  right: 0;
  bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
  color: #616161;
}

#vo-notice a {
  cursor: pointer;
}

#vo-notice .main {
  padding: 42px 60px;
  min-height: 1000px;
}

#vo-notice h1 {
  font-size: 24px;
  color: #ba060f;
  font-weight: 400;
  text-align: center;
}

#vo-notice .detail {
  margin-bottom: 18px;
  border-bottom: 1px dashed #777064;
  text-align: center;
  padding: 4px 0 20px;
  color: #9c9c9c;
}

.wrap-left {
  float: left;
  width: 288px;
}

.notice-box {
  margin-left: 1rem;
  height: 48px;
  line-height: 48px;
  font-size: 1rem;
}

.notice-box li a {
  color: #616161;
}

.notice-box li span {
  color: #616161;
}

.notice-box li a:hover {
  color: #ff7700;
}

.notice-box li {
  border-bottom: 1px solid #eee;
}

.title-001 {
  padding-left: 1em;
  position: relative;
}

.title-001:before {
  content: " ";
  width: 0.5em;
  height: 0.5em;
  top: 0;
  bottom: 0;
  left: 0.25em;
  margin: auto;
  position: absolute;
  background-color: var(--color-main);
  border-radius: 0.2em;
  animation: title-001-anim linear 2s infinite;
}

.game-website-new-list {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.game-website-new-list .list-item.btn-link {
  --bs-btn-padding-y: 1rem;
  --bs-btn-border-radius: 0;
  --bs-btn-border-width: 0;
  --bs-btn-hover-bg: var(--color-gray-e);
  --bs-link-color: var(--color-gray-3);
  --bs-link-hover-color: var(--color-main-active);
  border-bottom: 1px solid var(--color-gray-d);
}

@keyframes title-001-anim {
  0% {
    transform: translate(0.15em) rotate(45deg) scale(1);
  }

  25% {
    transform: translateY(0.15em) rotate(135deg) scale(1.25);
  }

  50% {
    transform: translate(-0.15em) rotate(225deg) scale(1.5);
  }

  75% {
    transform: translateY(-0.15em) rotate(315deg) scale(1.25);
  }

  to {
    transform: translate(0.15em) rotate(405deg) scale(1);
  }
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
} /*  */

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: none;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
.game-website-new-list {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.game-website-new-list .list-item {
  --bs-btn-padding-y: 1rem;
  --bs-btn-border-radius: 0;
  --bs-btn-border-width: 0;
  --bs-btn-hover-bg: var(--color-gray-e);
  --bs-link-color: var(--color-gray-3);
  --bs-link-hover-color: var(--color-main-active);
  border-bottom: 1px solid var(--color-gray-d);
}

.list-box a:hover {
  color:#ba060f;
}
