/*--------------------------------- Common Element --------------------------*/
* {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
body {
  background: #fff;
  letter-spacing: 1px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  font-family: \5FAE\8F6F\96C5\9ED1;
}
button {
  cursor: pointer;
} /*按钮-鼠标点击显示小手*/

.mainbox {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}
.lf {
  float: left;
}
.rf {
  float: right;
}
.bor-bottom {
  background: url(../images/xx.png) repeat-x left bottom;
}
.img-dq {
  vertical-align: bottom !important;
  vertical-align: middle;
}
.f12 {
  font-size: 12px;
}
.f18 {
  font-size: 18px;
}
.f-666 {
  color: #666;
}
img {
  border: none;
}
.f-wh {
  font-weight: 700;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}

.layui-layer-shade {
  background-color: #4c4c4c !important;
  opacity: 0.96 !important;
}

/*--------------------------------- 链接 ------------------------------*/
a {
  font-size: 14px;
  text-decoration: none;
  color: #fff6e8;
  /* blr: expression(this.onFocus=this.blur()); */
  outline: none;
}
a:hover {
  text-decoration: underline;
  color: #fff6e8;
  /* blr: expression(this.onFocus=this.blur()); */
  outline: none;
}

/*------------------------------------------------------------------ 关于我们 ---------------------------------------------------------------*/
/*--------------------------------- top ------------------------------*/
.top {
  width: 100%;
  background: #38a4d2;
  overflow: hidden;
}
.top_pf {
  position: relative;
  z-index: 9999;
  height: 0;
}
.navys {
  padding-bottom: 24px;
  background: url(../images/nav.png) repeat-x bottom center;
  background-size: 100% 100%;
  height: 68px;
}
.navys .lfnr {
  float: left;
  padding: 0 5% 0 0;
  overflow: hidden;
}
.navys .lfnr img {
  height: 68px;
  width: auto;
}
.nav {
  float: left;
  width: 39%;
}
.nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 68px;
}
.tcys {
  box-shadow: #542326 10px 13px 10px;
  -moz-box-shadow: #542326 10px 13px 10px;
  -webkit-box-shadow: #542326 10px 13px 10px;
  position: relative;
  height: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.tcys_sj {
  box-shadow: #542326 10px 13px 10px;
  -moz-box-shadow: #542326 10px 13px 10px;
  -webkit-box-shadow: #542326 10px 13px 10px;
  position: relative;
  height: 0;
  top: 0;
  z-index: 99999;
  opacity: 0;
}
.nav ul li img {
  width: 100%;
  height: auto;
  border-top: 24px solid #793134;
  border-right: 17px solid #793134;
  border-left: 17px solid #793134;
  border-bottom: 15px solid #793134;
  box-sizing: border-box;
  overflow: hidden;
}
.nav ul li a {
  width: 100%;
  text-decoration: none;
  height: 68px;
  display: block;
  font-size: 18px;
  color: #fff6e8;
  overflow: hidden;
  line-height: 68px;
  display: grid;
  align-items: center;
}
.nav ul li a:hover {
  background: #155883;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  overflow: hidden;
}
.nav ul li:hover .tcys {
  display: block;
  animation: logo_cx 0.5s linear alternate;
  /* Firefox: */
  -moz-animation: logo_cx 0.5s linear normal;
  /* Safari and Chrome: */
  -webkit-animation: logo_cx 0.5s linear normal;
  /* Opera: */
  -o-animation: logo_cx 0.5s linear normal;
}
@keyframes logo_cx {
  0% {
    top: -10px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-moz-keyframes logo_cx /* Firefox */ {
  0% {
    top: -10px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-webkit-keyframes logo_cx /* Safari and Chrome */ {
  0% {
    top: -10px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-o-keyframes logo_cx /* Opera */ {
  0% {
    top: -10px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
.nav ul .on a {
  background: #155883;
}
.nav ul li a.hover {
  background: #6a2c2f;
  overflow: hidden;
}
.navys .rf {
  line-height: 68px;
  font-size: 20px;
  color: #5c272a;
  letter-spacing: 4px;
  padding-right: 3%;
  overflow: hidden;
}

/*--------------------------------- 简介内容 ------------------------------*/
.jjnr {
  width: 66%;
  margin: 0 auto;
  padding-top: 8.5%;
  overflow: hidden;
}
.jjnr .lfnr {
  width: 22.4%;
  min-width: 230px;
  padding-top: 6%;
  float: left;
  overflow: hidden;
}
.jjnr .lfnr img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
foot .jjbt {
  line-height: 42px;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 52px;
  overflow: hidden;
}
.jjnr {
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
}
.jjnr p {
  padding-bottom: 49px;
  overflow: hidden;
}
.jtys {
  padding-top: 6%;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
  .jjnr {
    width: 85%;
    margin: 0 auto;
    padding-top: 6%;
    overflow: hidden;
  }
  .jjnr .rfnr {
    float: right;
    width: 62%;
    color: #f7ead7;
    overflow: hidden;
  }
  .jjbt {
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .jjnr p {
    padding-bottom: 30px;
    overflow: hidden;
  }
}
.jtys img {
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
}
.ljcys {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .ljcys {
    width: 100%;
    height: 58px;
    overflow: hidden;
  }
}
.bzsfz {
  background: #fff;
  overflow: hidden;
}
.bzsfz .btys {
  width: 100%;
  padding-top: 9%;
  overflow: hidden;
}
.bzsfz .btys img {
  width: 17.8%;
  height: auto;
  max-width: 260px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.bzsnr {
  background: url(../images/ssys.png) no-repeat right 78%;
  padding-bottom: 44px;
}
.bzsnr ul {
  width: 60%;
  margin: 0 auto;
  padding-top: 5.6%;
  overflow: hidden;
}
.bzsnr ul li {
  overflow: hidden;
}
.bzsnr ul li .lfnr {
  float: left;
  width: 25.1%;
  background: url(../images/sxys.png) repeat-y 90.5% top;
  overflow: hidden;
}
.bzsnr ul li .lfnr img {
  float: right;
  width: 85%;
  max-width: 346px;
  height: auto;
  overflow: hidden;
}
.bzsnr ul li .rfnr {
  float: right;
  width: 71%;
  min-height: 150px;
  overflow: hidden;
}
.fz_bt {
  color: #000000;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 12px;
  overflow: hidden;
}
.fz_nr {
  font-size: 20px;
  color: #595757;
  line-height: 44px;
  overflow: hidden;
}
.bzsnr ul li:last-child .lfnr {
  background: none;
}
@media screen and (max-width: 1440px) {
  .fz_bt {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 12px;
    overflow: hidden;
  }
  .bzsnr ul li .lfnr img {
    width: 100%;
  }
  .fz_nr {
    font-size: 18px;
    color: #595757;
    line-height: 28px;
  }
  .bzsfz .btys img {
    min-width: 260px;
  }
  .bzsnr ul {
    width: 70%;
  }
}
.fwbj {
  height: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .fwbj {
    height: 50px;
    overflow: hidden;
  }
}
.wmdgs {
  width: 66%;
  margin: 4% auto 0 auto;
  padding-bottom: 6%;
  font-size: 22px;
  line-height: 44px;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .wmdgs {
    width: 78%;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    overflow: hidden;
  }
}
@media screen and (max-width: 1260px) {
  .wmdgs {
    width: 78%;
    font-size: 1.2rem;
    line-height: 40px;
    color: #000;
    overflow: hidden;
  }
}

/*--------------------------------- foot ------------------------------*/
.foot {
  background: #38a4d2;
  padding: 2% 02%;
  overflow: hidden;
}
.foot .nr {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
.foot .lfnr {
  float: left;
  width: 74%;
  overflow: hidden;
}
.foot .lfnr ul {
  overflow: hidden;
}
.foot .lfnr ul li {
  float: left;
  padding-right: 3%;
  overflow: hidden;
}
.foot .lfnr ul li a {
  color: #fff6e8;
  line-height: 40px;
  font-size: 20px;
  overflow: hidden;
}
.foot .rfnr {
  float: right;
  overflow: hidden;
}
.foot-wz {
  color: #c3948b;
  line-height: 30px;
  padding-top: 3.5%;
  font-size: 16px;
  overflow: hidden;
}
.foot .rfnr {
  border-left: 1px solid #fff6e8;
  padding-left: 53px;
  overflow: hidden;
}
.foot .rfnr .rf {
  font-size: 16px;
  color: #fff6e8;
  line-height: 18px;
  margin-left: 15px;
  background: url(../images/jtyc.png) no-repeat center 4px;
  padding-top: 22px;
  overflow: hidden;
}
.wxh {
  float: right;
  overflow: hidden;
}
.wxh img {
  width: 112px;
  height: 112px;
}
@media screen and (max-width: 1740px) {
  .foot .lfnr ul li a {
    color: #fff6e8;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1440px) {
  .foot .nr {
    width: 90%;
  }
  .foot .lfnr {
    float: left;
    width: 67%;
    padding-left: 4%;
    overflow: hidden;
  }
  .foot .lfnr ul li a {
    color: #fff6e8;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
  }
  .foot-wz {
    color: #ccc;
    line-height: 24px;
    padding-top: 2.5%;
    font-size: 16px;
    overflow: hidden;
  }
  .wxh img {
    width: 96px;
    height: 96px;
  }
  .foot .rfnr .rf {
    font-size: 14px;
    line-height: 16px;
    margin-left: 15px;
    background: url(../images/jtyc.png) no-repeat center 4px;
    background-size: 55% auto;
    padding-top: 18px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1260px) {
  .foot .lfnr ul li a {
    color: #fff6e8;
    line-height: 28px;
    font-size: 13px;
    overflow: hidden;
  }
  .pf_dbtj {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-bottom: 0;
  }
}

/*------------------------------------------------------------------ 松鼠同人 ---------------------------------------------------------------*/
.bjysb {
  background: #f7f2ea;
  overflow: hidden;
}
.tr_ban {
  width: 100%;
}
.tr_ban img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tr_nva {
  border-bottom: 2px solid #c7c3bd;
  width: 100%;
  background: #fff;
  padding-top: 5px;
  line-height: 54px;
  overflow: hidden;
}
.tr_nva ul {
  width: 52%;
  margin: 0 auto;
  overflow: hidden;
}
.tr_nva ul li {
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.tr_nva ul li a {
  font-size: 18px;
  color: #595757;
  text-decoration: none;
  overflow: hidden;
}
.tr_nva ul li .menu {
  color: #963c3f;
  overflow: hidden;
}
.tr_nva ul li a:hover {
  color: #963c3f;
  overflow: hidden;
}
.tr_nva ul li a.hover {
  color: #963c3f;
  overflow: hidden;
}
.tr_nva ul .on a {
  font-size: 18px;
  color: #963c3f;
  text-decoration: none;
  overflow: hidden;
}
.trle {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
.trle li {
  cursor: pointer;
  float: left;
  background: #fff;
  width: 18%;
  min-width: 270px;
  margin: 80px 1% 0 1%;
  padding-bottom: 11px;
  box-shadow: #e1dcd5 0px 2px 3px;
  -moz-box-shadow: #e1dcd5 0px 2px 3px;
  -webkit-box-shadow: #e1dcd5 0px 2px 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 16px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.trle li img {
  height: auto;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 289px;
  overflow: hidden;
}
.dbsj {
  padding-top: 19px;
  overflow: hidden;
}
.dbsj .ysa {
  float: right;
  background: url(../images/hy.png) no-repeat center left;
  padding-left: 25px;
  margin: 0 20px 0 10px;
  color: #c9caca;
  font-size: 18px;
  overflow: hidden;
}
.dbsj .ysb {
  float: right;
  background: url(../images/xx.png) no-repeat center left;
  padding-left: 25px;
  margin: 0 20px 0 10px;
  color: #c9caca;
  font-size: 18px;
  overflow: hidden;
}
.dbsj .ysc {
  float: right;
  background: url(../images/lt.png) no-repeat center left;
  padding-left: 25px;
  margin: 0 20px 0 10px;
  color: #c9caca;
  font-size: 18px;
  overflow: hidden;
}
.trle .zz {
  text-align: right;
  font-size: 18px;
  color: #595757;
  padding: 10px 20px 0 0;
  line-height: 32px;
  overflow: hidden;
}

.sxys {
  color: #a58f8b;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 57px;
  padding: 166px 0 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .sxys {
    padding: 100px 0 140px 0;
  }
}
.sxys img {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.Rotation {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -webkit-animation: rotation 2s linear infinite;
  -o-animation: rotation 2s linear infinite;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*---------------------------漂浮样式------------------------------*/
.pfys {
  position: fixed;
  right: 80px;
  bottom: 50px;
  z-index: 99;
  opacity: 0;
  padding-bottom: 24rem;
}
.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.hddb {
  width: 141px;
  height: 121px;
  text-align: center;
  background: url(../images/hddb.png) repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.hddb img {
  display: block;
  margin: 15px auto 0 auto;
  overflow: hidden;
}
.hddb a {
  font-size: 24px;
  color: #fff;
  line-height: 45px;
  text-decoration: none;
  overflow: hidden;
}

.pfdb {
  width: 141px;
  height: 62px;
  background: #963c3f;
  margin-top: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: #bcbcbc 2px 2px 3px;
  -moz-box-shadow: #bcbcbc 2px 2px 3px;
  -webkit-box-shadow: #bcbcbc 2px 2px 3px;
}
.pfdb a {
  width: 100%;
  display: block;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 62px;
}

/*------------------------------------------------------------------ 汉家江湖 ---------------------------------------------------------------*/
.bj_hsys {
  background: #dfe0e4;
}
.banner_a {
  width: 100%;
  overflow: hidden;
}
.xz_nav {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.xz_nav ul {
  padding: 0 10%;
  overflow: hidden;
}
.xz_nav ul li {
  float: left;
  width: 21.5%;
  margin: 0 1.7%;
  overflow: hidden;
}
.xz_nav ul li img {
  width: 100%;
  height: auto;
  max-width: 289px;
  display: block;
  overflow: hidden;
}
.sy_sp {
  height: 112px;
  margin-top: 200px;
  overflow: hidden;
}
.sy_sp img,
.tcpd img {
  display: block;
  width: 90%;
  max-width: 1244px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.sp_nr {
  width: 67.5%;
  max-width: 1295px;
  margin: 162px auto 0 auto;
  overflow: hidden;
}
.sp_nr img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.yxts {
  background: url(../images/ts_bj.jpg) no-repeat top center;
  background-size: 100% 100%;
  margin-top: 15px;
  min-height: 1100px;
  overflow: hidden;
}
.yxts ul li img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.yxts .hd {
  position: relative;
  z-index: 22;
  float: right;
  left: 0;
  height: 0;
  line-height: 0;
  top: 500px;
}
.yxts .hd ul {
  text-align: center;
}
.yxts .hd ul li {
  cursor: pointer;
  zoom: 1;
  width: 19px;
  height: 19px;
  background: url(../images/hd_a.png) no-repeat top center;
  margin: 0 87px 38px 0;
  z-index: 9999;
  color: #fff;
  font-size: 0px;
  overflow: hidden;
}
.yxts .hd ul .on {
  background: url(../images/hd_b.png) no-repeat top center;
}
.tcpd {
  height: 112px;
  margin-top: 170px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .yxts {
    min-height: 900px;
  }
}
@media screen and (max-width: 1400px) {
  .yxts {
    min-height: 800px;
  }
}
@media screen and (max-width: 1140px) {
  .yxts {
    min-height: 650px;
  }
}
@media screen and (max-width: 830px) {
  .yxts {
    min-height: 500px;
  }
}
@media screen and (max-width: 1440px) {
  .sy_sp {
    margin-top: 100px;
  }
  .tcpd {
    margin-top: 100px;
  }
  .yxts .hd {
    top: 200px;
  }
  .yxts .hd ul li {
    margin: 0 40px 38px 0;
  }
  .sp_nr {
    margin: 100px auto 0 auto;
    overflow: hidden;
  }
}

/*---弹幕---*/
.pc {
  height: 803px;
  background: url(../images/tzm.png) no-repeat right bottom;
  background-size: 38.8% auto;
}
.pcb .boxDom {
  width: 100%;
  top: 25%;
}

/* 弹幕 */
.boxDom {
  width: 100%;
  top: 30%;
  height: 580px;
  position: relative;
  overflow: hidden;
}
.dm-string {
  width: 500px;
  height: 60px;
  position: absolute;
  color: #000;
  font-size: 1.6em;
  line-height: 2.2em;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .pc {
    background-size: 455px auto;
  }
  .boxDom {
    width: 100%;
    height: 450px;
    margin-top: -300px;
    position: relative;
    overflow: hidden;
  }
}

.pccc {
  height: 800px;
  background: url(../images/s5.jpg) no-repeat right bottom;
  background-size: 100% auto;
  overflow: hidden;
}
.bf_wzjhx {
  color: #444;
  display: block;
  font-size: 62px;
  height: 0;
  left: 20%;
  line-height: 70px;
  margin: 0;
  position: relative;
  top: 22%;
}
.boxDomb {
  margin-top: 0;
}
@media screen and (max-width: 1650px) {
  .pccc {
    height: 700px;
  }

  .bf_wzjhx {
    left: 10%;
    top: 18%;
  }
}
@media screen and (max-width: 1440px) {
  .pccc {
    background: url(../images/s5.jpg) no-repeat right bottom;
    background-size: 1440px auto;
    height: 600px;
  }
  .bf_wzjhx {
    font-size: 45px;
    left: 10%;
  }
}

/*------------------------------------------------------首页内容-------------------------------------------------------*/
.banner {
  background: #38a4d2;
  width: 100%;
  padding: 8% 0 1.5%;
  overflow: hidden;
}
.banner img {
  width: 20.5%;
  height: auto;
  max-width: 336px;
  display: block;
  margin: 0 auto;
  margin: 0 auto;
  overflow: hidden;
}
.zplbb .btys {
  width: 100%;
  padding-top: 5.5%;
  overflow: hidden;
}
.zplbb .btys img,
.sqfx .btys img {
  width: 17.8%;
  height: auto;
  max-width: 240px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.btys_sy {
  width: 583px;
  margin: 0 auto;
  padding-top: 46px;
  overflow: hidden;
}
.btys_sy li {
  float: left;
  height: 44px;
  text-align: center;
  margin: 0 50px;
  overflow: hidden;
}
.btys_sy li a {
  color: #636363;
  display: block;
  width: 93px;
  height: 32px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
  line-height: 32px;
  overflow: hidden;
}
.btys_sy li a:hover {
  background: #963c3f;
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  overflow: hidden;
}
.btys_sy .on a {
  background: #963c3f;
  color: #fff;
  overflow: hidden;
}
.zplb {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 4%;
  overflow: hidden;
}
.zplb li {
  float: left;
  width: 23.3%;
  margin: 4% 5% 0;
  text-align: center;
  overflow: hidden;
}
.zplb li img {
  width: 100%;
  height: auto;
  -moz-border-radius: 5px;
  max-width: 245px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.zplb li .qh_shang:hover .shang img {
  filter: grayscale(100%);
  border-radius: 15px;
}
.zplb li .pft {
  position: relative;
  z-index: 9999;
  height: 0;
  display: none;
}
.zplb li .pft img {
  width: 100%;
  height: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.zplb li .qh_shang:hover .pft {
  display: block;
  animation: qh_pfys 0.3s linear alternate;
  /* Firefox: */
  -moz-animation: qh_pfys 0.3s linear alternate;
  /* Safari and Chrome: */
  -webkit-animation: qh_pfys 0.3s linear alternate;
  /* Opera: */
  -o-animation: qh_pfys 0.3s linear alternate;
  border-radius: 15px;
}
@keyframes qh_pfys {
  0% {
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes qh_pfys /* Firefox */ {
  0% {
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes qh_pfys /* Safari and Chrome */ {
  0% {
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-o-keyframes qh_pfys /* Opera */ {
  0% {
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

.zplbb {
  padding-top: 19px;
  background: #fff;
  width: 100%;
  box-shadow: 0 8px 16px #ede9e1;
  -moz-shadow: 0 8px 16px #ede9e1;
  -webkit-shadow: 0 8px 16px #ede9e1;
  overflow: hidden;
}
.zplb .bt {
  overflow: hidden;
}
.zplb {
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  .zplb {
    width: 70%;
  }
}
.zplb .bt a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  line-height: 70px;
  overflow: hidden;
}
.zplb .bt a:hover {
  color: #595757;
  text-decoration: none;
  overflow: hidden;
}
.zplb .nr {
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.zplb ul {
  overflow: hidden;
}

/*-------------------首页翻页效果----------------------------*/
.fy_sy {
  text-align: center;
  padding-top: 5%;
  overflow: hidden;
}
.fy_sy a {
  font-size: 20px;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 13px;
  line-height: 32px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #636363;
  overflow: hidden;
}
.fy_sy li {
  font-size: 20px;
  display: inline-block;
  width: 33px !important;
  height: 33px;
  margin: 0 13px;
  line-height: 32px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #636363;
  overflow: hidden;
  padding-top: 0 !important;
  cursor: pointer;
}
.ui-pager-disabled {
  display: none !important;
}
@media screen and (max-width: 1440px) {
  .fy_sy a {
    font-size: 20px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 0 5px;
    line-height: 32px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #636363;
    overflow: hidden;
  }
}
@media screen and (max-width: 1280px) {
  .fy_sy a {
    font-size: 20px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 0 2px;
    line-height: 32px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #636363;
    overflow: hidden;
  }
}
.fy_sy .ljb a:hover {
  background: #a04f52;
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  text-decoration: none;
  overflow: hidden;
}
.fy_sy .ljb a.hover {
  background: #a04f52;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.fy_sy li:hover {
  background: #a04f52;
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  text-decoration: none;
  overflow: hidden;
}
.fy_sy li.hover {
  background: #a04f52;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.fy_sy .focus {
  background: #a04f52;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.fy_sy .ljb span {
  font-size: 25px;
  line-height: 20px;
}
.fy_sy img {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/*---------------------------首页社区分享----------------------------*/
.sqfx {
  width: 100%;
  background: #fff;
  margin-top: 3%;
  overflow: hidden;
}
.sqfx .btys {
  width: 100%;
  padding-top: 8%;
  overflow: hidden;
}
.sq_tblj {
  width: 58%;
  margin: 7.5% auto 10%;
  overflow: hidden;
}
.sq_tblj li {
  float: left;
  text-align: center;
}
.sq_tblj li img {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: auto;
}
.sq_tblj li a {
  color: #000;
  font-size: 20px;
  line-height: 74px;
}
.sq_tblj li a:hover {
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
.sq_tblj li:hover .shang_xtb {
  height: 64px;
}
.sq_tblj li:hover .shang_xtb img {
  filter: alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  animation: hd_blok 0.5s linear alternate;
  /* Firefox: */
  -moz-animation: hd_blokb 0.5s linear normal;
  /* Safari and Chrome: */
  -webkit-animation: hd_blokb 0.5s linear normal;
  /* Opera: */
  -o-animation: hd_blokb 0.5s linear normal;
}
@keyframes hd_blokb {
  0% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes hd_blokb /* Firefox */ {
  0% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes hd_blokb /* Safari and Chrome */ {
  0% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-o-keyframes hd_blokb /* Opera */ {
  0% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
}

.sq_tblj li .shang_xt {
  position: relative;
  height: 0;
  z-index: 99999;
  display: none;
}
.sq_tblj li:hover .shang_xt {
  display: block;
  animation: hd_blok 0.5s linear alternate;
  /* Firefox: */
  -moz-animation: hd_blok 0.5s linear normal;
  /* Safari and Chrome: */
  -webkit-animation: hd_blok 0.5s linear normal;
  /* Opera: */
  -o-animation: hd_blok 0.5s linear normal;
}
@keyframes hd_blok {
  0% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes hd_blok /* Firefox */ {
  0% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes hd_blok /* Safari and Chrome */ {
  0% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-o-keyframes hd_blok /* Opera */ {
  0% {
    top: 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

.zplbc {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 4%;
  overflow: hidden;
}
.zplbc ul {
  width: 100%;
  margin: 0 auto 3% auto;
  overflow: hidden;
}
.zplbc ul li {
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
}
.zplbc ul li .lfnr {
  float: left;
  width: 27%;
  overflow: hidden;
}
.zplbc ul li .lfnr img {
  width: 100%;
  max-width: 218px;
  height: auto;
  overflow: hidden;
}
.zplbc ul li .rfnr {
  float: right;
  width: 70%;
  overflow: hidden;
}
.zplbc ul li .rfnr .c_btys {
  overflow: hidden;
}
.zplbc ul li .rfnr .c_btys a {
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
.zplbc ul li .rfnr .c_btys a:hover {
  color: #595757;
  text-decoration: none;
}
.zplbc ul li .rfnr .c_nrys {
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .zplbc ul li {
    padding-top: 30px;
  }
  .zplbc {
    width: 70%;
  }
}
.zplbd {
  width: 64%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4%;
  overflow: hidden;
}
.zplbd li {
  float: left;
  width: 31.3%;
  margin: 0 1%;
  padding-top: 17px;
  overflow: hidden;
}
.zplbd li img {
  width: 100%;
  max-width: 384px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  overflow: hidden;
}
.zplbd li .pft {
  position: relative;
  z-index: 9999;
  height: 0;
  display: none;
}
.zplbd li .pft img {
  width: 100%;
  height: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.zplbd li .qh_shang:hover .pft {
  display: block;
  animation: qh_pfys 0.3s linear alternate;
  /* Firefox: */
  -moz-animation: qh_pfys 0.3s linear alternate;
  /* Safari and Chrome: */
  -webkit-animation: qh_pfys 0.3s linear alternate;
  /* Opera: */
  -o-animation: qh_pfys 0.3s linear alternate;
  border-radius: 15px;
}
.zplbd li .qh_shang:hover .shang img {
  filter: grayscale(100%);
  border-radius: 15px;
}
.zplbd ul {
  padding-top: 2%;
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}
.zplbd .bt a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  line-height: 60px;
  overflow: hidden;
}
.zplbd .bt a:hover {
  color: #595757;
  text-decoration: none;
  overflow: hidden;
}
.zsmy {
  font-size: 25px;
  color: #a99697;
  text-align: center;
  line-height: 60px;
  padding: 19% 0 14% 0;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .zplbd {
    width: 70%;
  }
}
.tyys {
  box-shadow: 0 8px 16px #ede9e1;
  -moz-shadow: 0 8px 16px #ede9e1;
  -webkit-shadow: 0 8px 16px #ede9e1;
}

/*-------------------------------------------------------------------江湖x游戏页面----------------------------------------------------------------------*/
.jhx_bj {
  width: 100%;
  overflow: hidden text_align= "center";
}
.jhx_bj .imgys {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.jhx_bj .xzys {
  width: 1200px;
  margin: 30px;
  min-width: 600px;
  position: relative;
  height: 0;
  top: -100px;
  z-index: 1000;
}

.jhx_bj .xzys li {
  float: inherit;
  width: 28%;
  margin: 0 2%;
  overflow: hidden;
}
.jhx_bj .xzys li img {
  width: 100%;
  max-width: 204px;
  height: auto;
  overflow: hidden;
}
.ewm_x {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.ewm_x img {
  margin: 0 auto;
  display: block;
  width: 205px;
  height: 205px;
  overflow: hidden;
}
.dyx {
  font-size: 36px;
  line-height: 64px;
  padding-top: 15px;
}
.gzy {
  font-size: 30px;
  line-height: 46px;
}
.ewm_x p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 18px;
}
.ew_tp {
  width: 69%;
  margin: 0 auto;
  overflow: hidden;
}
.ew_tp img {
  width: 100%;
  max-width: 1320px;
  height: auto;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .ew_tp {
    width: 80%;
  }
}

.gcl {
  width: 100%;
  padding-top: 5%;
  overflow: hidden;
}
.gcl .cltp {
  width: 100%;
  overflow: hidden;
}
.gcl .cltp img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.clpf {
  width: 370;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  height: 0;
  float: right;
  right: 20%;
}
.cppfnr .bt {
  color: #444;
  font-size: 62px;
  line-height: 62px;
  margin: 0;
  padding-top: 20px;
}
.cppfnr p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-top: 18px;
}
.wxtl {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 999;
  color: #444;
  display: block;
  font-size: 62px;
  margin: 0;
  padding-top: 25px;
}
.wxtl .wz {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1650px) {
  .cppfnr .bt {
    top: 0;
    font-size: 45px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1360px) {
  .cppfnr .bt {
    font-size: 45px;
    line-height: 46px;
    padding: 0;
    position: relative;
  }
}

/*-----------------------------------------------------详情页面----------------------------------------------------------*/
.xqy {
  width: 100%;
  min-height: 700px;
  overflow: hidden;
}
.btys_xq {
  width: 70%;
  font-size: 26px;
  padding-bottom: 17px;
  letter-spacing: 2px;
  background: url(../images/bt_bj.png) no-repeat left bottom;
  margin: 60px auto 0 auto;
  line-height: 46px;
  padding: 30px 0 40px 0;
  overflow: hidden;
}
.xqy_nr {
  width: 70%;
  margin: 0 auto;
  line-height: 40px;
  font-size: 18px;
  padding: 40px 0 12em 0;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .xqy_nr,
  .btys_xq {
    width: 84%;
  }
}

.mod18Box {
  margin: 0px auto;
  width: 100%;
  /*background: #4c4c4c;*/
}
.mod18 {
  width: 98%;
  height: 63em;
  margin: 0px auto;
  position: relative;
  /*background: #4c4c4c;*/
}
.mod18 .btn {
  position: absolute;
  width: 1.6em;
  height: 3.5em;
  top: 13.8em;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold;
}
.mod18 .prev {
  left: 0;
  background: url(../images/prevBtn.png) no-repeat;
}
.mod18 #prevTop,
.mod18 #nextTop {
  top: 5.6em;
  width: 2em;
  margin-left: 0.6em;
}
.mod18 #prevTop {
  background: url(../images/prevBtnTop.png) 0 0 no-repeat;
}
.mod18 #nextTop {
  background: url(../images/nextBtnTop.png) 0 0 no-repeat;
}
.mod18 .next {
  right: 0;
  background: url(../images/nextBtn.png) no-repeat;
}
.mod18 li {
  float: left;
}
.mod18 .cf li {
  position: relative;
  color: #fff;
}
/*.mod18 .cf a {
	display:block;
	width:120em;
	height:48em;
	position:absolute;
	color:#fff;
}*/
.mod18 .cf a img {
  width: 100%;
}
.mod18 .cf li span {
  display: block;
  width: 122.3em;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  line-height: 22px;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");
}
.mod18 .picBox {
  height: 48em;
  position: relative;
  overflow: hidden;
}
.mod18 .picBox ul {
  height: 48em;
  position: absolute;
}
.mod18 .picBox li {
  width: 120em;
  height: 48em;
}
.mod18 .listBox {
  width: 85%;
  height: 13.3em;
  margin: 0 auto;
  position: relative;
  padding: 6px 0 0px;
  overflow: hidden;
  margin-top: 0.7em;
}
.mod18 .listBox ul {
  height: 13em;
  position: absolute;
}
.mod18 .listBox li {
  width: 15em;
  height: 13em;
  cursor: pointer;
  position: relative;
}
.mod18 .listBox li i {
  display: none;
}
.mod18 .listBox li a {
  display: block;
  width: 13em;
  height: 13em;
}
.mod18 .listBox li img {
  width: 13em;
  height: 13em;
  border-radius: 0.7em;
}
.mod18 .listBox .on img {
  width: 13em;
  height: 13em;
}
.mod18 .listBox .on i {
  display: block;
}

.mod18 .listBox_sj {
  width: 85%;
  height: 13.3em;
  margin: 0 auto;
  position: relative;
  padding: 6px 0 0px;
  overflow: hidden;
  margin-top: 0.7em;
}
.mod18 .listBox_sj ul {
  height: 13em;
  position: absolute;
}
.mod18 .listBox_sj li {
  width: 12em;
  height: 13em;
  cursor: pointer;
  position: relative;
}
.mod18 .listBox_sj li i {
  display: none;
}
.mod18 .listBox_sj li img {
  width: 10em;
  height: 10em;
  padding-top: 1.5em;
  border-radius: 0.7em;
}
.mod18 .listBox_sj .on img {
  width: 10em;
  height: 10em;
}
.mod18 .listBox_sj .on i {
  display: block;
}

/*-------------------兼容iapd---------------------*/
@media screen and (max-width: 1360px) {
  .nav {
    width: 50%;
  }
  .nav a {
    font-size: 1.5rem;
  }
  .navys .rf {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-right: 4rem;
  }
  .navys .lfnr {
    padding: 0 2% 0 5%;
  }
}
@media screen and (max-width: 926px) {
  .nav {
    width: 65%;
  }
  .nav a {
    font-size: 1.2rem;
  }
  .navys .rf {
    display: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 700px) {
  .nav {
    width: 55%;
    display: inline-block;
  }
  .nav a {
    font-size: 1.1rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 1242px) {
  .zplb .bt a {
    line-height: 1.5rem;
    font-size: 1.2rem;
  }
  .zplb .bt {
    padding: 1.3rem 0 0;
    min-height: 3.3rem;
  }
  .zplb .nr {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1020px) {
  .foot .lfnr {
    width: 67%;
  }
}
.nav_jz {
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
}
.nav {
  min-width: 705px;
}
@media screen and (max-width: 1577px) {
  .nav {
    min-width: 500px;
  }
}
@media screen and (max-width: 1280px) {
  .nav_jz {
    width: 100%;
  }
  .banner img {
    width: 24.5%;
  }
  .nav {
    min-width: 400px;
  }
}

@media screen and (max-width: 1280px) {
  .tr_nva ul {
    width: 80%;
  }
}
.trle {
  padding-bottom: 5rem;
}

/*-----------------------------------------------------金庸武侠----------------------------------------------------------*/
.jy_banner {
  width: 100%;
  overflow: hidden;
}
.jy_banner img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.jy_banner .xzys {
  width: 15%;
  height: 0;
  left: 16%;
  max-width: 250px;
  position: relative;
}
.jy_banner .xzys img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.jy_banner .xzys li {
  padding-bottom: 15px;
}
.jy_banner .xzys li:first-child {
  padding-top: 120%;
}
@media screen and (max-width: 1770px) {
  .jy_banner .xzys li:first-child {
    padding-top: 100%;
  }
  .jy_banner .xzys li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .jy_banner .xzys li:first-child {
    padding-top: 90%;
  }
  .jy_banner .xzys li {
    padding-bottom: 5px;
  }
}
.jy_bj {
  width: 100%;
  background: url(../images/jy_bj.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 15%;
}
.jy_bj .bd {
  width: 88%;
  background: url(../images/jzys.png) no-repeat right top;
  padding-bottom: 4%;
  background-size: 100% auto;
  margin-left: 12%;
  overflow: hidden;
}
.jy_bj .bd .nr {
  width: 91%;
  margin: 6.2% 0 0 5.6%;
  overflow: hidden;
}
.jy_bj .bd img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.jy_bj .hd {
  width: 88%;
  text-align: center;
  padding-left: 12%;
  overflow: hidden;
  position: relative;
  z-index: 99999;
  top: -65px;
}
.jy_bj .hd li {
  display: inline-block;
  width: 14px;
  margin: 0 1rem;
  height: 14px;
  font-size: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #d6c7b4;
  overflow: hidden;
}
.jy_bj .hd .on {
  background: #d6c7b4;
}
@media screen and (max-width: 1280px) {
  .jy_bj .hd {
    top: -40px;
  }
  .jy_bj .hd li {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem;
  }
}
.jy_bj .hd li img {
  width: 91%;
  height: auto;
  overflow: hidden;
}
.jy_btdb {
  text-align: center;
  font-size: 25px;
  line-height: 37px;
  padding: 8% 0 6.5%;
}
.jy_btdb .bt {
  font-size: 30px;
  font-weight: 700;
  line-height: 4rem;
  overflow: hidden;
}
.dbj_ys {
  background: url(../images/jy_bjb.html) repeat-y top center;
}
@media screen and (max-width: 1760px) {
  .jy_btdb .bt {
    font-size: 22px;
    font-weight: 700;
  }
  .jy_btdb {
    font-size: 18px;
    padding: 6% 0 6.5%;
  }
  .sq_tblj {
    width: 60%;
  }
}
@media screen and (max-width: 1260px) {
  .jy_btdb .bt {
    font-size: 20px;
    font-weight: 700;
  }
  .jy_btdb {
    font-size: 18px;
    padding: 6% 0 6.5%;
  }
  .sq_tblj {
    width: 76%;
  }
}

@media screen and (max-width: 1280px) {
  .xz_nav {
    width: 100%;
  }
}

/*--------------------------------------------------------汉家江湖游戏页面修改----------------------------------------------------------*/
.yxtsb {
  background: url(../images/ts_bj.jpg) no-repeat top center;
  background-size: 100% 100%;
  margin-top: 15px;
  padding-bottom: 80px;
  overflow: hidden;
}
.bj_5c272a {
  width: 100%;
  background: #5c272a;
}
.mar_top3 {
  margin-top: 3%;
}

.tb-btn a {
  display: block;
  margin: 2rem 0;
}
.tb-btn {
  right: -15%;
  top: 35%;
  z-index: 2147483647;
}
@media (max-width: 1280px) {
  .tb-btn a {
    display: block;
    margin: 1rem 0;
  }
  .tb-btn {
    right: -15%;
    top: 27%;
    z-index: 2147483647;
  }
}
.yxtsb .nr {
  width: 70%;
  margin: 0 auto;
}
.yxtsb .nr .box {
  width: 960px;
  overflow: hidden;
}
.yxtsb .nr .bannera {
  float: left;
  width: 100%;
  max-width: 1300px;
  margin-right: 10px;
}
.yxtsb .nr .code {
  float: left;
  width: calc(100% - 970px);
}
.yxtsb .nr pre {
  padding: 2px;
  border: 1px solid #23241f;
}
.yxtsb .nr pre .hljs {
  font: 14px/1.4 "Consolas";
}
@media (max-width: 1580px) {
  .yxtsb .nr .code {
    width: 960px;
    margin-top: 5px;
  }
}
.adaptive .scale {
  position: absolute;
  top: 35px;
  left: 600px;
}
.adaptive .scale span {
  float: left;
  line-height: 24px;
  font-size: 14px;
}
.adaptive .scale a {
  float: left;
  width: 40px;
  line-height: 24px;
  margin-left: 10px;
  background: #333;
  cursor: pointer;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fff;
  text-align: center;
}
.adaptive .widescreen {
  position: absolute;
  top: 35px;
  left: 880px;
  width: 80px;
  line-height: 24px;
  background: #333;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.adaptive .scale a:hover,
.adaptive .widescreen:hover {
  background: #09c;
}

/*--------------------------------------------------------金庸武侠游戏banner----------------------------------------------------------*/
.jy_wxban {
  background: url(../images/jy_bj.jpg) no-repeat top center;
  background-size: 100% auto;
  overflow: hidden;
}
.jywx_b {
  width: 88%;
  background: url(../images/jzys.png) no-repeat right top;
  padding: 6% 0 6% 5%;
  background-size: 100% auto;
  margin-left: 12%;
  margin-top: 15%;
  overflow: hidden;
}
.jywx_b img {
  width: 100%;
  height: auto;
  margin-bottom: 4.5%;
}
.tb-btnb {
  padding-top: 5%;
  z-index: 2147483647;
}
@media (max-width: 1280px) {
  .jywx_b img {
    width: 100%;
    height: auto;
    margin-bottom: 5.2%;
  }
}
@media (max-width: 1280px) {
  .tb-btnb a {
    display: block;
    margin: 1rem 0;
  }
}
.jywx_b .nr {
  width: 100%;
  margin: 0 auto;
}
.jywx_b .nr .box {
  width: 960px;
  overflow: hidden;
}
.jywx_b .nr .bannera {
  float: left;
  width: 93%;
  margin-right: 10px;
}
.jywx_b .nr .code {
  float: left;
  width: calc(100% - 970px);
}
.jywx_b .nr pre {
  padding: 2px;
  border: 1px solid #23241f;
}
.jywx_b .nr pre .hljs {
  font: 14px/1.4 "Consolas";
}

.bj_i {
  background: url(../images/fy_a.png) no-repeat top center;
  background-size: 100% 100%;
  height: 33px;
  width: 33px;
  display: inline-block;
  overflow: hidden;
}
.bj_ib {
  background: url(../images/fy_b.png) no-repeat top center;
  background-size: 100% 100%;
  height: 33px;
  line-height: 33px;
  width: 33px;
  display: inline-block;
  overflow: hidden;
}

/*---------------------------------手机端游戏-----------------------------------------*/
/*--游戏---*/
.zplb_sj {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 4%;
  overflow: hidden;
}
.zplb_sj li {
  float: left;
  width: 23.3%;
  margin: 4% 5% 0;
  text-align: center;
  overflow: hidden;
}
.zplb_sj li img {
  width: 100%;
  height: auto;
  -moz-border-radius: 15px;
  max-width: 245px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.zplb_sj li .pft {
  position: relative;
  z-index: 9999;
  height: 0;
  display: none;
}
.zplb_sj li .pft img {
  width: 100%;
  height: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.zplb_sj li .qh_shang:hover .pft {
  display: none;
  border-radius: 15px;
}

.zplb_sj .bt {
  overflow: hidden;
}
.zplb_sj {
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  .zplb_sj {
    width: 70%;
  }
}
.zplb_sj .bt a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  line-height: 70px;
  overflow: hidden;
}
.zplb_sj .bt a:hover {
  color: #595757;
  text-decoration: none;
  overflow: hidden;
}
.zplb_sj .nr {
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.zplb_sj ul {
  overflow: hidden;
}

/*--插画---*/
.zplbd_sj {
  width: 64%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4%;
  overflow: hidden;
}
.zplbd_sj li {
  float: left;
  width: 31.3%;
  margin: 0 1%;
  padding-top: 17px;
  overflow: hidden;
}
.zplbd_sj li img {
  width: 100%;
  max-width: 384px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  overflow: hidden;
}
.zplbd_sj li .pft {
  position: relative;
  z-index: 9999;
  height: 0;
  display: none;
}
.zplbd_sj li .pft img {
  width: 100%;
  height: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.zplbd_sj li .qh_shang:hover .pft {
  display: none;
  border-radius: 15px;
}
.zplbd_sj li .qh_shang:hover .shang img {
  filter: grayscale(0%);
  border-radius: 15px;
}
.zplbd_sj ul {
  padding-top: 2%;
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}
.zplbd_sj .bt a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  line-height: 60px;
  overflow: hidden;
}
.zplbd_sj .bt a:hover {
  color: #595757;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .zplbd_sj {
    width: 70%;
  }
}

/*--首页社区---*/
.sq_tblj_sj {
  width: 65%;
  margin: 7.5% auto 10%;
  overflow: hidden;
}
.sq_tblj_sj li {
  float: left;
  text-align: center;
}
.sq_tblj_sj li img {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: auto;
}
.sq_tblj_sj li a {
  color: #000;
  font-size: 20px;
  line-height: 74px;
}
.sq_tblj_sj li a:hover {
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
.sq_tblj_sj li:hover .shang_xtb {
  height: 64px;
}
.sq_tblj_sj li .shang_xt {
  display: none;
}
.sq_tblj_sj li:hover .shang_xt {
  display: none;
}
.imgRoundRadius {
  border-radius: 55px !important;
}
@media all and (orientation: landscape) {
  .yxtsb .nr .bannera {
    width: 100%;
  }
  .tb-btn {
    position: relative;
    float: right;
    top: 30%;
    z-index: 2147483647;
  }
}

@media all and (orientation: portrait) {
  .yxtsb .nr .bannera {
    width: 100%;
  }
  .tb-btn {
    position: relative;
    float: right;
    top: 30%;
    z-index: 2147483647;
  }
}

/*--关于我们---*/
.fz_bt_sj {
  color: #000000;
  font-size: 1.8em;
  line-height: 40px;
  padding-bottom: 12px;
  overflow: hidden;
}
.jjnr .rf_sj {
  float: right;
  width: 59%;
  font-size: 0.8em;
  color: #f7ead7;
  overflow: hidden;
}
.fz_nr_sj {
  font-size: 1.6em;
}
.wmdgs_sj {
  font-size: 0.6em;
}

/* 瀑布流 */
.grid-item {
  width: 160px;
}
