@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
dl,
dd,
menu,
ol,
ul,
caption,
th,
td,
li,
ul,
form,
fieldset,
legend,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
menu,
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}
a:hover {
  text-decoration: none;
}
body,
input,
button,
textarea,
select,
option,
optgroup {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑", arial, tahoma, sans-serif;
}
body {
  position: relative;
  font-size: 14px;
  background-color: #fff;
  font-family: "Microsoft YaHei", "simHei", "Arial";
  min-height: 100%;
  line-height: 1.7;
  min-width: 1200px;
}
img,
input {
  border: 0 none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
button {
  outline: 0;
  cursor: pointer;
}
textarea,
input {
  border: 1px solid #ffd598;
  color: #000000;
  background: 0;
  padding: 8px;
  outline: 0;
  font-size: 14px;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #fff;
}
.clear {
  clear: both;
}
.btn {
  cursor: pointer;
}
/******************** 变量&函数 ********************/
.container {
  max-width: 100%;
  background: url("//cdn-img.dsyx.com/a/202606/15/142/container.jpg") center 0 no-repeat;
  position: relative;
  overflow: hidden;
  height: 2045px;
  box-sizing: border-box;
}
.container .mask {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.container .pop {
  color: #000;
  width: 300px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.container .pop .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.container .pop .content {
  border-top: 1px solid #eee;
  margin: 0 auto;
  padding: 21px;
}
.container .pop .content span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 5px 0;
}
.container .pop .content .gift_code,
.container .pop .content .gift_name {
  text-align: start;
}
.container .pop .confirm {
  width: 100%;
  height: 55px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}
.container .pop .confirm span {
  display: inline-block;
  height: 35px;
  width: 120px;
  background: #2d8cdb;
  border-radius: 20px;
}
.container .pop .confirm span:hover {
  background: #45aaff;
}
/******************** 视频弹窗 ********************/
.video-mask {
  background-color: #000000;
  border-top: 1px solid #000000;
  position: absolute;
  height: 100%;
  z-index: 998;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  display: none;
}
.video-pop {
  display: none;
  visibility: visible;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  margin-top: -254px;
  margin-left: -409px;
  padding: 2px;
  outline: none;
  border: 1px solid #e0ad44;
}
.video-pop__close {
  width: 30px;
  height: 30px;
  background: url("//cdn-img.dsyx.com/a/202606/15/142/video-close.png");
  position: absolute;
  background-size: 60px 30px;
  background-repeat: no-repeat;
  top: 0px;
  right: -40px;
  cursor: pointer;
}
.video-pop__close:hover {
  background-position-x: -31px;
}
.video-pop__container {
  width: 810px;
  height: 500px;
  border: 1px solid #e0ad44;
  text-align: center;
  clear: both;
  background: #000;
}
/******************** 导航栏 ********************/
.nav {
  height: 88px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.nav__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-300%);
  width: 178px;
}
.nav__container {
  position: absolute;
  left: 50%;
  transform: translateX(-38%);
  width: 820px;
}
.nav__item {
  box-sizing: border-box;
  padding: 15px 20px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1;
  color: #fff8d0;
  text-align: center;
  float: left;
  margin-right: 90px;
}
.nav__item .en {
  font-size: 10px;
}
.nav__item:hover {
  color: #ffd479;
}
/******************** 主体部分 ********************/
.main {
  width: 1202px;
  height: 1334px;
  margin: 0 auto;
  background: url("//cdn-img.dsyx.com/a/202606/17/181/frame.png");
  margin-top: 547px;
  position: relative;
  z-index: 1;
}
.row-one {
  width: 100%;
  height: 331px;
}
.row-one > * {
  float: left;
}
.row-one .start {
  width: 293px;
  margin-left: 3px;
  margin-right: 6px;
  position: relative;
}
.row-one .start .start__game {
  width: 313px;
  height: 123px;
  margin-left: -9px;
  margin-top: -8px;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -38px -37px;
}
.row-one .start .start__game:hover,
.row-one .start .start__game.active {
  background-position: -389px -37px;
}
.row-one .start .start__misc {
  width: 300px;
  padding: 2px 0;
  box-sizing: border-box;
  padding-left: 2px;
}
.row-one .start .start__misc-item {
  width: 146px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #4f1e04;
  float: left;
  text-align: center;
  cursor: pointer;
}
.row-one .start .start__misc-item--download {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -41px -736px;
}
.row-one .start .start__misc-item--download:hover,
.row-one .start .start__misc-item--download.active {
  background-position: -222px -736px;
}
.row-one .start .start__misc-item--register {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -41px -834px;
}
.row-one .start .start__misc-item--register:hover,
.row-one .start .start__misc-item--register.active {
  background-position: -222px -834px;
}
.row-one .start .hot_server,
.row-one .start .new_server {
  width: 10px;
  height: 17px;
  background: url(//cdn-img.dsyx.com/a/202108/16/611a16c46cc71.png) -10px 5px no-repeat;
}
.row-one .start .new_server {
  background-position: 0px 5px;
}
.row-one .start .start__login {
  width: 100%;
  overflow: hidden;
}
.row-one .start .start__login .login {
  width: 100%;
  font-size: 12px;
  color: #ffe8af;
  padding-left: 9px;
  box-sizing: border-box;
}
.row-one .start .start__login .login span {
  cursor: pointer;
}
.row-one .start .start__login .login__tip {
  display: inline-block;
  overflow: hidden;
}
.row-one .start .start__login .login__username {
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #c39d46;
  display: inline-block;
  overflow: hidden;
}
.row-one .start .start__login .login__logout {
  display: none;
  float: right;
  margin-right: 12px;
}
.row-one .start .start__login .login__logout:hover {
  color: #ff0000;
}
.row-one .start .start__login .choose {
  font-size: 12px;
}
.row-one .start .start__login .choose #quickEnterForm {
  cursor: pointer;
  color: #ff1f18;
}
.row-one .start .start__login .choose .server_list {
  width: 100%;
  margin-top: 2px;
}
.row-one .start .start__login .choose .server_list .server_item {
  position: relative;
  margin-bottom: 5px;
  float: left;
  width: 80px;
  font-size: 12px;
  text-align: justify;
  border-radius: 5px;
  margin-right: 11px;
}
.row-one .start .start__login .choose .server_list .server_item span,
.row-one .start .start__login .choose .server_list .server_item a {
  float: left;
  color: #ffd598;
  max-width: 68px;
  margin-right: 1px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.row-one .start .start__login .choose .server_list .server_item:first-child span {
  color: #64b833;
}
.row-one .start .start__login .choose .server_list .server_item:last-of-type a {
  color: #bc8637;
}
.row-one .start .start__login .choose .server_list .server_item:hover span,
.row-one .start .start__login .choose .server_list .server_item:hover a {
  color: #ff0000;
}
.row-one .start .start__login .choose .server_list .server_item:nth-child(3n) {
  margin-right: 0;
}
.row-one .start .start__login .choose .server-fastin {
  width: 60px;
  height: 20px;
  color: #fff;
  line-height: 16px;
  margin-right: 5px;
  margin-left: 27px;
  padding: 0 0 0 3px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #000;
}
.row-one .start .start__login .choose .btn-fastin {
  height: 22px;
  line-height: 16px;
  width: 90px;
  font-size: 12px;
  text-align: center;
  background-color: #dd0700;
  color: #fff;
  border: none;
}
.row-one .start .start__login .choose .btn-fastin:hover {
  opacity: 0.6;
}
.row-one .start .recommend {
  height: 20px;
}
.row-one .start .recommend__tips {
  float: left;
  font-size: 12px;
  color: #ff1f18;
}
.row-one .start .recommend__server {
  display: inline-block;
  padding-left: 14px;
}
.row-one .start .recommend__server:hover {
  color: #fe2a09;
}
.row-one .banners {
  position: relative;
  width: 469px;
  height: 327px;
  margin-left: 7px;
}
.row-one .banners .banner {
  display: none;
  height: 100%;
  width: 100%;
}
.row-one .banners .switch-dots {
  position: absolute;
  height: 15px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.row-one .banners .switch-dots .switch-dot {
  float: left;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.row-one .banners .switch-dots .switch-dot.active,
.row-one .banners .switch-dots .switch-dot:hover {
  background-color: #ff6a00;
}
.row-one .notice {
  height: 100%;
  width: 410px;
  overflow: hidden;
  margin-left: 12px;
}
.row-one .notice .tabs {
  margin-left: 2px;
  padding-top: 6px;
  height: 33px;
}
.row-one .notice .tabs .tab {
  float: left;
  width: 76px;
  height: 33px;
  margin-right: 7px;
  line-height: 33px;
  text-align: center;
  color: #ffd369;
  font-size: 19px;
  cursor: pointer;
}
.row-one .notice .tabs .tab:hover,
.row-one .notice .tabs .tab.active {
  color: #ffffff;
  background: url("https://cdn-img.dsyx.com/a/202606/17/181/tab.png");
}
.row-one .notice .tabs .tab:nth-child(5) {
  margin-right: 0;
}
.row-one .notice .more_wrap {
  text-align: right;
  color: #ffd598;
}
.row-one .notice .more {
  color: #ff1f18;
  text-align: right;
  padding-right: 22px;
  cursor: pointer;
}
.row-one .notice .more:hover {
  color: #ffd598;
}
.row-one .notice .text {
  width: 100%;
  height: 252px;
  font-size: 16px;
}
.row-one .notice .text .item {
  width: 96%;
  display: block;
  padding: 8px 0;
  margin: 0 auto;
  border-bottom: 1px dashed #ffd57988;
  color: #ffd479;
}
.row-one .notice .text .item:hover {
  color: #ffcc00;
}
.row-one .notice .text .item span.title {
  float: left;
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.row-one .notice .text .item span.date {
  float: right;
  width: 50px;
}
.row-one .newsWrap {
  margin-top: 6px;
}
.row-two {
  position: relative;
  height: 429px;
  width: 100%;
  margin-top: 10px;
  margin-left: 1px;
}
.row-two > * {
  float: left;
}
.row-two .panel {
  height: 423px;
  width: 391px;
}
.row-two .panel__option {
  width: 100%;
  height: 283px;
  padding: 16px 0 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.row-two .panel__option-item {
  float: left;
  height: 60px;
  width: 170px;
  color: #ffe6af;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  margin-right: 14px;
  margin-bottom: 38px;
  cursor: pointer;
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -39px -208px;
}
.row-two .panel__option-item:hover,
.row-two .panel__option-item.active {
  background-position: -266px -208px;
}
.row-two .panel__option-item:nth-child(2n) {
  margin-right: 0px;
}
.row-two .panel__welfare {
  width: 101%;
  height: 120px;
  margin-top: 16px;
}
.row-two .panel__welfare-item {
  height: 120px;
  width: 128px;
  float: left;
  margin-right: 3px;
  background: url("//cdn-img.dsyx.com/a/202606/15/142/block.png");
  cursor: pointer;
}
.row-two .panel__welfare-item .content {
  height: 120px;
  width: 128px;
  margin: 0 auto;
  margin-top: 9px;
}
.row-two .panel__welfare-item .gift {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -272px -407px;
}
.row-two .panel__welfare-item .gift:hover,
.row-two .panel__welfare-item .gift.active {
  background-position: -272px -554px;
}
.row-two .panel__welfare-item .vip {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -434px -407px;
}
.row-two .panel__welfare-item .vip:hover,
.row-two .panel__welfare-item .vip.active {
  background-position: -434px -554px;
}
.row-two .panel__welfare-item .svip {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -596px -407px;
}
.row-two .panel__welfare-item .svip:hover,
.row-two .panel__welfare-item .svip.active {
  background-position: -596px -554px;
}
.row-two .roles {
  margin-left: 13px;
  margin-top: -1px;
  height: 427px;
  width: 795px;
  position: relative;
}
.row-two .roles .buttons {
  position: absolute;
  width: 78px;
  top: 59px;
  left: 688px;
}
.row-two .roles .buttons span {
  display: block;
  width: 84px;
  height: 82px;
  margin-bottom: 16px;
  cursor: pointer;
}
.row-two .roles .buttons .btn01 {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -40px -396px;
}
.row-two .roles .buttons .btn01:hover,
.row-two .roles .buttons .btn01.active {
  background-position: -120px -396px;
}
.row-two .roles .buttons .btn02 {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -40px -497px;
}
.row-two .roles .buttons .btn02:hover,
.row-two .roles .buttons .btn02.active {
  background-position: -120px -497px;
}
.row-two .roles .buttons .btn03 {
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -40px -598px;
}
.row-two .roles .buttons .btn03:hover,
.row-two .roles .buttons .btn03.active {
  background-position: -120px -598px;
}
.row-two .roles .imgshow {
  float: right;
  padding-left: 3px;
}
.row-two .roles .imgshow .img {
  width: 795px;
  height: 430px;
  background-repeat: no-repeat;
  display: none;
}
.row-two .roles .imgshow .img.img1 {
  display: block;
  background: url("//cdn-img.dsyx.com/a/202606/17/181/role-warrior.png") no-repeat;
}
.row-two .roles .imgshow .img.img2 {
  background: url("//cdn-img.dsyx.com/a/202606/17/181/role-wizard.png") no-repeat;
}
.row-two .roles .imgshow .img.img3 {
  background: url("//cdn-img.dsyx.com/a/202606/17/181/role-taoist.png") no-repeat;
}
.row-three {
  height: 168px;
  width: 100%;
  margin-top: 100px;
}
.row-three .how_to_play,
.row-three .system_info {
  width: 585px;
  max-height: 169px;
  box-sizing: border-box;
  padding: 72px 0 0 182px;
  float: left;
}
.row-three .how_to_play ul,
.row-three .system_info ul {
  width: 420px;
  max-height: 100px;
}
.row-three .how_to_play ul li,
.row-three .system_info ul li {
  float: left;
  width: 125px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #ffe8af;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.row-three .how_to_play ul li:hover,
.row-three .system_info ul li:hover {
  color: #ff1800;
}
.row-three .system_info {
  margin-left: 16px;
}
.row-four {
  height: 215px;
  width: 100%;
  margin-top: 80px;
}
.row-four > * {
  float: left;
}
.row-four .screen_shots {
  height: 206px;
  width: 604px;
  left: 5px;
  top: 4px;
  position: relative;
}
.row-four .screen_shots .screen_shot {
  display: none;
  height: 100%;
  width: 100%;
  background: url("//cdn-img.dsyx.com/a/202606/15/142/game-01.jpg") no-repeat;
}
.row-four .friendly_links {
  width: 275px;
  height: 210px;
  margin-left: 12px;
  padding: 35px;
  padding-top: 60px;
  box-sizing: border-box;
}
.row-four .friendly_links .friendly_link {
  float: left;
  font-size: 16px;
  height: 30px;
  width: 100px;
  text-align: center;
  line-height: 30px;
  color: #ffe8af;
}
.row-four .friendly_links .friendly_link:hover {
  color: #ff1800;
}
.row-four .service {
  height: 200px;
  width: 290px;
  margin-left: 12px;
  color: #060618;
}
.row-four .service > * {
  float: left;
}
.row-four .service .contact {
  margin-top: 60px;
  margin-left: 60px;
}
.row-four .service .contact a {
  display: block;
  margin-left: 20px;
}
.row-four .service .contact .btn {
  height: 47px;
  width: 135px;
  background-image: url("//cdn-img.dsyx.com/a/202606/17/181/sprite.png");
  background-position: -39px -308px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 47px;
  color: #fff;
}
.row-four .service .contact .btn:hover,
.row-four .service .contact .btn.active {
  background-position: -235px -308px;
}
.row-four .service .phone {
  white-space: nowrap;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #ffe8af;
}
.row-four .service .qrcode {
  text-align: center;
  margin-left: 12px;
  margin-top: 24px;
  width: 108px;
}
.row-four .service .qrcode .code {
  width: 108px;
  height: 108px;
  background: #fff;
  margin-bottom: 10px;
}
.row-four .service .qrcode .code img {
  width: 108px;
  height: 108px;
}
.row-four .service .qrcode .tips {
  width: 94px;
  height: 33px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffe8af;
  line-height: 19px;
}
.contentDetail {
  width: 1040px;
  height: 1340px;
  margin: 0 auto;
  margin-top: 561px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.contentDetail .breadcrumb {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffd479;
  background-color: #151414;
}
.contentDetail .breadcrumb .strip {
  width: 10px;
  height: 40px;
  background: #ffd479;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  font-size: 36px;
}
.contentDetail .breadcrumb .tit {
  float: left;
  font-size: 36px;
  padding-left: 10px;
}
.contentDetail .breadcrumb .pos {
  float: right;
  font-size: 16px;
  padding-right: 40px;
}
.contentDetail .breadcrumb .pos a {
  color: #ffd479;
}
.contentDetail .breadcrumb .pos a:hover {
  text-decoration: underline;
}
.contentDetail .tit2 {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffd479;
}
.contentDetail .date {
  color: #565656;
  text-align: center;
}
.contentDetail .line {
  width: 880px;
  margin: 50px auto;
  border-bottom: 1px solid #888888;
}
.contentDetail .cdtext {
  width: 880px;
  height: 1010px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  padding-bottom: 10px;
  color: #434348;
}
.contentDetail .cdtext img {
  max-width: 100%;
}
.contentDetail .filter {
  margin-top: 15px;
  margin-left: 95px;
}
.contentDetail .filter .news-search-form {
  display: inline-block;
  vertical-align: middle;
}
.contentDetail .filter .news-search-input {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  border: 2px solid #ffd479;
  background: #fff;
  color: #333;
  font-size: 14px;
  width: 160px;
  box-sizing: border-box;
  outline: none;
  vertical-align: top;
}
.contentDetail .filter .news-search-input:focus {
  border-color: #f5a030;
}
.contentDetail .filter .news-search-input::-webkit-input-placeholder {
  color: #999;
}
.contentDetail .filter .news-search-input::placeholder {
  color: #999;
}
.contentDetail .filter .news-search-btn {
  height: 36px;
  padding: 0 12px;
  background: #ef9011;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  vertical-align: top;
}
.contentDetail .filter .news-search-btn:hover {
  background: #f5a030;
}
.contentDetail .filter__title {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  user-select: none;
}
.contentDetail .filter__box {
  display: inline-block;
  width: 200px;
  height: 36px;
  border: 2px solid #ffd479;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.contentDetail .filter__box-pointer {
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 26px;
  font-family: "微软雅黑";
  color: #ffd479;
  transform: rotate(90deg);
  z-index: 1;
}
.contentDetail .filter__box-selected {
  display: inline-block;
  width: 196px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-indent: 10px;
  position: relative;
  z-index: 2;
}
.contentDetail .filter__box-menu {
  width: 200px;
  position: absolute;
  top: 36px;
  left: -2px;
  border: 2px solid #ffd479;
  display: none;
  background: #fff;
  box-sizing: border-box;
}
.contentDetail .filter__box-item {
  cursor: pointer;
  line-height: 36px;
  text-indent: 10px;
}
.contentDetail .filter__box-item:hover {
  background: #f6e9ca;
}
.contentDetail .lists {
  width: 886px;
  margin: 30px auto 0;
}
.contentDetail .lists .item {
  width: 96%;
  color: #434348;
  display: block;
  padding: 20px 0 6px;
  margin: 0 auto;
  border-bottom: 1px dashed #ffd479;
}
.contentDetail .lists .item span.title {
  float: left;
  max-width: 800px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
.contentDetail .lists .item span.date {
  float: right;
  width: 50px;
  margin-right: 30px;
}
.contentDetail .lists .item:hover {
  color: #ff0000;
}
.contentDetail .pages {
  height: 38px;
  line-height: 35px;
  text-align: center;
  padding-top: 5px;
}
.contentDetail .pages span {
  color: #616161;
  padding: 0px 5px;
  cursor: pointer;
}
.contentDetail .pages span:hover {
  color: #ff0000;
}
.pages a {
  color: #616161;
}
.pages a:hover {
  text-decoration: underline;
  color: #ff0000;
}
/**
* 网页公共文件
*/
/**
* 全局变量定义
*/
.inline-block {
  display: inline-block;
}
.lt-ie8 .inline-block {
  display: inline;
  zoom: 1;
}
.client_menu {
  display: none;
  text-align: right;
  padding-right: 40px;
}
.client_menu a {
  padding: 10px 20px;
  font-size: 18px;
  color: #14181a;
}
.client_menu a:hover,
.client_menu a.active {
  color: #ed8001;
  border-bottom: 2px solid #ed8001;
}
/**
*公用初始化样式文件
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
dl,
dd,
menu,
ol,
ul,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
menu,
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}
a:hover {
  text-decoration: none;
  color: #3a9ff6;
}
body,
input,
button,
textarea,
select,
option,
optgroup {
  font: 14px/1.5 'Microsoft YaHei', '微软雅黑', arial, tahoma, sans-serif;
  color: #212b31;
}
img,
input {
  border: 0 none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.clb {
  clear: both;
}
.fl,
.fr {
  display: block;
  _display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none;
}
.web_show {
  display: block;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.wheader {
  height: 58px;
  line-height: 58px;
  padding: 10px 0;
  background: #fefefe url('//cdn-www.dsyx.com/static/images/common/header_bg.png') repeat-x left bottom;
}
.wheader .logo {
  float: left;
  width: 185px;
  height: 58px;
}
.wheader .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.wheader .logo a img {
  vertical-align: top;
}
.wheader .menus {
  float: right;
}
.wheader .menus a {
  padding: 5px 30px;
  font-size: 18px;
  color: #3c3c3c;
  box-sizing: border-box;
  min-width: 88px;
  text-align: center;
}
.wheader .menus a.hoticon {
  position: relative;
}
.wheader .menus a.hoticon img {
  position: absolute;
  left: 0;
  top: -14px;
}
.wheader .menus a:hover {
  color: #1ea6ff !important;
}
.wheader .menus a.active {
  color: #fffefe !important;
  background: #1ea6ff;
  border-radius: 20px;
}
.footer {
  width: 100%;
  padding: 35px 0px;
  text-align: right;
  color: #171313;
  font-size: 12px;
  background-color: #efefef;
}
.footer .content {
  width: 886px;
  margin: 0 auto;
}
.footer .content .logo {
  width: 133px;
  height: 85px;
  margin-top: 13px;
}
.footer .content .text p {
  padding: 5px;
}
.footer .content .text .links span {
  padding: 0px 20px;
}
.footer .content .text a {
  color: #171313;
}
.footer .content .text a:hover {
  color: #6d6d6d;
}
/**
*公共头部
*/
.common_top {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  background-color: #efefef;
}
.common_top .w1200 {
  position: relative;
}
.common_top .toollist {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 88px;
  overflow: hidden;
}
.common_top .toollist a {
  display: block;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #212c32;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.common_top .toollist a.favorite {
  margin-right: 4px;
  background-image: url('//cdn-www.dsyx.com/static/images/top/icon_01.png');
  background-position: left top;
}
.common_top .toollist a.favorite img {
  vertical-align: middle;
}
.common_top .toollist a.favorite:hover {
  color: #2b9ad7;
}
.common_top .toollist a.tl2 {
  width: 86px;
  background-image: url('//cdn-www.dsyx.com/static/images/top/toolbar_bg.png');
}
.common_top .toollist a.tl2:hover {
  color: #fff;
  background-position: left bottom;
}
.common_top .tlnormal {
  height: 23px;
}
.common_top .tlactive {
  height: 46px;
}
.common_top .tlogo {
  float: left;
  display: block;
  width: 195px;
  height: 41px;
  background-image: url('//cdn-www.dsyx.com/static/images/top/tlogo.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.common_top .ctl {
  float: left;
  height: 100%;
  margin-left: 100px;
}
.common_top .ctl a {
  float: left;
  display: block;
  color: #212c32;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}
.common_top .ctl a.viplink {
  margin-right: 25px;
  background-image: url('//cdn-www.dsyx.com/static/images/top/icon_02.png');
}
.common_top .ctl a.download {
  margin-right: 25px;
  background-image: url('//cdn-www.dsyx.com/static/images/top/icon_03.png');
}
.common_top .ctl a:hover {
  color: #2b9ad7;
}
.common_top .ctr {
  float: right;
  height: 100%;
}
.common_top .ctr a {
  float: left;
  display: block;
  color: #212c32;
  background-repeat: no-repeat;
}
.common_top .ctr a.mr10 {
  margin-right: 10px;
}
.common_top .ctr a.vipicon {
  margin: 13px 4px 0px 4px;
}
.common_top .ctr a.spcicon {
  width: 20px;
  height: 16px;
  background: url('//cdn-www.dsyx.com/static/images/top/icon_svip_s.png') no-repeat 0 0;
  background-size: cover;
  margin: 13px 4px 0px 4px;
}
.common_top .ctr a.spcicon.gray {
  background-image: url('//cdn-www.dsyx.com/static/images/top/icon_svip_s_gray.png');
}
.common_top .ctr a:hover {
  color: #2b9ad7;
}
.common_top .ctr a.top_allgame {
  width: 105px;
  margin-left: 12px;
  text-align: center;
  background-image: url('//cdn-www.dsyx.com/static/images/top/allgame_btn.png');
  background-position: left top;
}
.common_top .ctr a.top_allgame img {
  vertical-align: middle;
}
.common_top .ctr a.top_allgame:hover,
.common_top .ctr a.top_allgame.active {
  color: #ff7200;
  background-position: left bottom;
}
.allgame_wrap {
  display: none;
  z-index: 99;
  width: 765px;
  height: 264px;
  position: absolute;
  top: 41px;
  padding: 2px 0px 0px 3px;
  background: url('//cdn-www.dsyx.com/static/images/top/allgame_bg.png') no-repeat left top;
  overflow: hidden;
}
.allgame_wrap .imgbox {
  float: left;
  width: 434px;
  height: 260px;
}
.allgame_wrap .imgbox img {
  width: 100%;
  height: 100%;
}
.allgame_wrap .gamebox {
  float: left;
  width: 300px;
  padding-left: 23px;
}
.allgame_wrap .gamebox .title {
  font-size: 14px;
  padding: 14px 0px;
  text-align: center;
}
.allgame_wrap .gamebox .imgbox2 {
  float: left;
  width: 70px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  margin-right: 36px;
  margin-bottom: 10px;
}
.allgame_wrap .gamebox .imgbox2 img {
  width: 100%;
  height: 38px;
}
.allgame_wrap .gamebox a {
  font-size: 14px;
  color: #212c32;
}
.allgame_wrap .gamebox a:hover {
  color: #ff9700;
}
.allgame_wrap .gamebox a.alink {
  float: left;
  display: block;
  width: 80px;
  text-align: center;
  margin: 4px 20px 4px 0px;
}
.allgame_wrap .gamebox a.more {
  color: #ff7200;
}
/**
*VIP等级图标
*/
.vipicon {
  float: left;
  display: block;
  width: 48px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center -6px;
}
.vipicon0 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip0.png');
}
.vipicon1 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip1.gif');
}
.vipicon2 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip2.gif');
}
.vipicon3 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip3.gif');
}
.vipicon4 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip4.gif');
}
.vipicon5 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip5.gif');
}
.vipicon6 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip6.gif');
}
.vipicon7 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip7.gif');
}
.vipicon8 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip8.gif');
}
.vipicon9 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip9.gif');
}
.vipicon10 {
  background-image: url('//cdn-www.dsyx.com/static/images/vip/vip10.gif');
}
.vipicon10 {
  width: 57px !important;
}
.vip_info {
  height: 21px;
  line-height: 21px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0px;
}
.vip_info .progress_bg {
  float: left;
  height: 8px;
  margin-top: 2px;
  margin-left: 8px;
  padding: 2px 0px;
}
.vip_info .progress_bg .progress_bar {
  height: 100%;
  margin-left: 2px;
}
.vip_web_info {
  width: 236px;
  margin-bottom: 10px;
  background-color: #eee;
}
.vip_web_info .vipicon {
  margin-left: 10px;
}
.vip_web_info .progress_bg {
  width: 164px;
  background: url('//cdn-www.dsyx.com/static/images/vip/progress_windex.png') no-repeat 0 -20px;
}
.vip_web_info .progress_bg .progress_bar {
  max-width: 97%;
  background: url('//cdn-www.dsyx.com/static/images/vip/progress_windex.png') no-repeat 0 -61px;
}
.vip_icenter_info {
  display: none;
  position: absolute;
  left: 250px;
  top: 5px;
}
.vip_icenter_info .progress_bg {
  width: 104px;
  background: url('//cdn-www.dsyx.com/static/images/vip/progress_icenter.png') no-repeat 0 -16px;
}
.vip_icenter_info .progress_bg .progress_bar {
  background: url('//cdn-www.dsyx.com/static/images/vip/progress_icenter.png') no-repeat 0 -50px;
}
.vip_icenter_info .score {
  float: left;
  padding-left: 10px;
}
.infoDialog {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.infoDialog .mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.infoDialog .formBox {
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
  z-index: 11;
}
.infoDialog .formBox .button {
  width: 302px;
  height: 46px;
}
.infoDialog .formBox .button button {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  outline: 0;
}
.infoDialog .formBox .button button:hover {
  opacity: 0.8;
}
.infoDialog .formBox .content {
  width: 302px;
  font-size: 12px;
}
.infoDialog .formBox .input {
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  text-align: left;
}
.infoDialog .formBox .input input {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #000;
  text-indent: 6px;
  width: 90%;
}
.infoDialog .formBox .error {
  color: red;
  padding: 10px 0 0;
  height: 20px;
  text-align: center;
}
.infoDialog .formBox .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-image: url(//cdn-img.dsyx.com/a/202104/21/60800fda442a3.png);
  background-size: cover;
}
.infoDialog .formBox.gameBox {
  width: 580px;
  height: 300px;
  margin-left: -290px;
  top: 30px;
  background-image: url('//cdn-img.dsyx.com/a/202111/25/619f431481478.png');
}
.infoDialog .formBox.payBox {
  width: 460px;
  height: 310px;
  margin-left: -230px;
  margin-top: -155px;
  background-image: url(//cdn-img.dsyx.com/a/202104/07/606d1c8252350.png);
  background-color: transparent;
}
.infoDialog .gameBox .pay {
  display: none;
}
.infoDialog .gameBox .content {
  width: 260px;
  margin-left: 271px;
  margin-top: 20px;
  text-align: left;
}
.infoDialog .gameBox .content .success {
  text-align: center;
  padding-top: 100px;
  font-size: 24px;
  color: green;
}
.infoDialog .gameBox .input {
  width: 260px;
  height: 38px;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 4px;
}
.infoDialog .gameBox .input input {
  width: 250px;
  height: 36px;
  line-height: 36px;
  text-indent: 4px;
  color: #000;
}
.infoDialog .gameBox .title {
  font-size: 22px;
  color: #3a3d40;
  font-weight: 400;
}
.infoDialog .gameBox .desc {
  color: #ff6a00;
  font-size: 12px;
}
.infoDialog .gameBox .mt1 {
  margin-top: 16px;
}
.infoDialog .gameBox .mt2 {
  margin-top: 10px;
}
.infoDialog .gameBox .button {
  width: 260px;
  height: 38px;
  line-height: 38px;
  margin-top: 22px;
}
.infoDialog .gameBox .button button {
  background-color: #ff6a00;
}
.infoDialog .payBox .game {
  display: none;
}
.infoDialog .payBox .content {
  margin-left: 76px;
  margin-top: 16px;
}
.infoDialog .payBox .content .success {
  text-align: center;
  color: green;
}
.infoDialog .payBox .desc {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.infoDialog .payBox .tips {
  width: 380px;
  margin: 0 auto;
  font-size: 12px;
  color: #9da4ac;
  padding-top: 10px;
}
.infoDialog .payBox .tips span {
  color: red;
}
.infoDialog .payBox .mt1 {
  margin-top: 26px;
}
.infoDialog .payBox .mt2 {
  margin-top: 28px;
}
.infoDialog .payBox .button {
  margin-top: 30px;
}
.infoDialog .payBox .button button {
  background-color: #00bbff;
}
.infoDialog .iframeDialog {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 580px;
  height: 300px;
  margin-left: -290px;
  z-index: 10;
  border: 0;
}
.infoDialog.gameboxWrap .formBox.gameBox {
  top: 0;
}
.infoDialog.payBoxWrap .mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.infoDialog .payBox.mobile_game .pay {
  display: none;
}
.infoDialog .payBox.mobile_game .game {
  display: block;
}
.infoDialog.gameboxWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.infoDialog.gameboxWrap .iframeDialog {
  width: 400px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin-top: -380px;
  margin-left: -200px;
}
.infoDialog.gameboxWrap .mask.maskForce {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
.infoDialog.gameboxWrap .formBox .close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-image: url(//cdn-img.dsyx.com/a/202109/02/6130b93531d10.png);
  background-size: cover;
}
.infoDialog.gameboxWrap .formBox .close:hover {
  background-position: -26px 0;
}
.infoDialog.gameboxWrap .formBox.gameBox {
  width: 460px;
  height: 400px;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -200px;
  background-image: url('//cdn-img.dsyx.com/a/202111/25/619f431481478.png');
}
.infoDialog.gameboxWrap .formBox.gameBox .content {
  width: 311px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 149px;
}
.infoDialog.gameboxWrap .formBox.gameBox .desc {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.infoDialog.gameboxWrap .formBox.gameBox .input {
  width: 309px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 0px;
  margin-bottom: 7px;
  padding-left: 0;
}
.infoDialog.gameboxWrap .formBox.gameBox .input input {
  width: 309px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-indent: 10px;
  color: #666;
}
.infoDialog.gameboxWrap .formBox.gameBox .error {
  margin-top: 0px;
  padding: 0;
}
.infoDialog.gameboxWrap .formBox.gameBox .button {
  width: 311px;
  height: 40px;
  margin-top: 10px;
  opacity: 1;
  border-radius: 0;
}
.infoDialog.gameboxWrap .formBox.gameBox .button button {
  border-radius: 0;
  font-size: 16px;
  background-color: #00c86a;
}
.infoDialog.gameboxWrap .formBox.gameBox .button button:hover {
  background-color: #1edb82;
  opacity: 1;
}
.infoDialog.gameboxWrap.gameStyle01 .iframeDialog {
  width: 899px;
  height: 494px;
  margin-top: -247px;
  margin-left: -510px;
}
.infoDialog.gameboxWrap.gameStyle01 .mask.maskForce {
  background-color: #000;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox .close {
  width: 43px;
  height: 43px;
  right: 100px;
  top: 70px;
  background-image: url(//cdn-img.dsyx.com/a/202109/15/6141a0cba047d.png);
}
.infoDialog.gameboxWrap.gameStyle01 .formBox .close:hover {
  background-position: -43px 0;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox {
  width: 899px;
  height: 494px;
  margin-top: -247px;
  margin-left: -510px;
  background-image: url('//cdn-img.dsyx.com/a/202109/15/6141933d7a836.png');
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .content {
  width: 248px;
  height: 250px;
  margin-left: 420px;
  margin-right: auto;
  margin-top: 220px;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .content .success {
  color: #fff;
  padding-top: 30px;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .error {
  text-align: left;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .input {
  width: 248px;
  height: 35px;
  background-color: #8f6c6a;
  border: 0;
  opacity: 1;
  border-radius: 0px;
  margin-bottom: 10px;
  padding-left: 0;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .input.mt2 {
  margin-top: 24px;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .input input {
  width: 248px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-indent: 10px;
  color: #000;
  background-color: #fff;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .button {
  width: 187px;
  height: 83px;
  border-radius: 0;
  margin-top: -4px;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .button button {
  border-radius: 0;
  background-image: url(//cdn-img.dsyx.com/a/202109/15/614199f38f58d.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
}
.infoDialog.gameboxWrap.gameStyle01 .formBox.gameBox .button button:hover {
  background-position: right top;
}
.infoDialog.gameboxWrap.gameStyle02 .iframeDialog {
  width: 1202px;
  height: 677px;
  margin-top: -338px;
  margin-left: -601px;
}
.infoDialog.gameboxWrap.gameStyle02 .mask.maskForce {
  background-color: #000;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox .close {
  width: 12px;
  height: 12px;
  right: 285px;
  top: 167px;
  background-image: url(//cdn-img.dsyx.com/a/202110/12/61652397901e3.png);
}
.infoDialog.gameboxWrap.gameStyle02 .formBox .close:hover {
  background-position: -12px 0;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox {
  width: 1202px;
  height: 677px;
  margin-top: -338px;
  margin-left: -601px;
  background-image: url('//cdn-img.dsyx.com/a/202110/12/6164fe265e6dd.png');
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .content {
  width: 260px;
  height: 250px;
  margin-left: 484px;
  margin-right: auto;
  margin-top: 222px;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .content .success {
  width: 380px;
  height: 140px;
  margin-left: -80px;
  color: #fff;
  background-color: #000;
  padding-top: 30px;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .error {
  text-align: left;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .input {
  width: 260px;
  height: 38px;
  border: 0;
  opacity: 1;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
  padding-left: 0;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .input.mt2 {
  margin-top: 12px;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .input input {
  width: 260px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-indent: 10px;
  color: #000;
  background-color: #fff;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .button {
  width: 186px;
  height: 83px;
  border-radius: 0;
  margin-top: -4px;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .button button {
  border-radius: 0;
  background-image: url(//cdn-img.dsyx.com/a/202110/12/61650197b8ee3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
}
.infoDialog.gameboxWrap.gameStyle02 .formBox.gameBox .button button:hover {
  background-position: right top;
}
.infoDialog.gameboxWrap.gameStyle03 .iframeDialog {
  width: 1000px;
  height: 600px;
  margin-top: -300px;
  margin-left: -500px;
}
.infoDialog.gameboxWrap.gameStyle03 .mask.maskForce {
  background-color: #000;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox .close {
  width: 12px;
  height: 12px;
  right: 196px;
  top: 117px;
  background-image: url(//cdn-img.dsyx.com/a/202110/12/6164fc5b90330.png);
}
.infoDialog.gameboxWrap.gameStyle03 .formBox .close:hover {
  background-position: -12px 0;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox {
  width: 1000px;
  height: 600px;
  margin-top: -300px;
  margin-left: -500px;
  background-image: url('//cdn-img.dsyx.com/a/202110/12/616524e7c29ba.png');
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .content {
  width: 260px;
  height: 250px;
  margin-left: 380px;
  margin-right: auto;
  margin-top: 362px;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .content .success {
  width: 380px;
  height: 140px;
  margin-left: -80px;
  background-color: #fff;
  padding-top: 30px;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .error {
  text-align: left;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .input {
  width: 260px;
  height: 38px;
  border: 0;
  opacity: 1;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
  padding-left: 0;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .input.mt2 {
  margin-top: 12px;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .input input {
  width: 260px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-indent: 10px;
  color: #000;
  background-color: #fff;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .button {
  width: 190px;
  height: 87px;
  border-radius: 0;
  margin-left: 20px;
  margin-top: 0;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .button button {
  border-radius: 0;
  background-image: url(//cdn-img.dsyx.com/a/202110/12/6165280e8cf7b.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
}
.infoDialog.gameboxWrap.gameStyle03 .formBox.gameBox .button button:hover {
  background-position: right top;
}
.infoDialog.gameboxWrap.gameStyle04 .iframeDialog {
  width: 997px;
  height: 596px;
  margin-top: -298px;
  margin-left: -498px;
}
.infoDialog.gameboxWrap.gameStyle04 .mask.maskForce {
  background-color: #000;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox .close {
  width: 24px;
  height: 25px;
  right: 94px;
  top: 95px;
  background-image: url(//cdn-img.dsyx.com/a/202110/12/61652c113f24b.png);
}
.infoDialog.gameboxWrap.gameStyle04 .formBox .close:hover {
  background-position: -24px 0;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox {
  width: 997px;
  height: 596px;
  margin-top: -298px;
  margin-left: -498px;
  background-image: url('//cdn-img.dsyx.com/a/202110/12/61652c27bcf1e.png');
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .content {
  width: 260px;
  height: 250px;
  margin-left: 357px;
  margin-right: auto;
  margin-top: 260px;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .content .success {
  width: 352px;
  height: 140px;
  margin-left: -36px;
  background-color: #fff;
  padding-top: 30px;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .error {
  text-align: left;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .input {
  width: 279px;
  height: 38px;
  border: 0;
  opacity: 1;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
  padding-left: 0;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .input.mt2 {
  margin-top: 24px;
  margin-bottom: 0;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .input input {
  width: 279px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-indent: 10px;
  color: #000;
  background-color: #fff;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .button {
  width: 279px;
  height: 40px;
  border-radius: 0;
  margin-top: 5px;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .button button {
  border-radius: 0;
  background-image: url(//cdn-img.dsyx.com/a/202110/12/61652c4a3b6ca.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
}
.infoDialog.gameboxWrap.gameStyle04 .formBox.gameBox .button button:hover {
  background-position: right top;
}
.infoDialog.gameboxWrap.gameStyle05 .iframeDialog {
  width: 1200px;
  height: 640px;
  margin-top: -320px;
  margin-left: -600px;
}
.infoDialog.gameboxWrap.gameStyle05 .mask.maskForce {
  background-color: #000;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox .close {
  width: 24px;
  height: 25px;
  right: 94px;
  top: 95px;
  background-image: url(//cdn-img.dsyx.com/a/202110/12/61652c113f24b.png);
}
.infoDialog.gameboxWrap.gameStyle05 .formBox .close:hover {
  background-position: -24px 0;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox {
  width: 1200px;
  height: 640px;
  margin-top: -320px;
  margin-left: -600px;
  background-image: url('//cdn-img.dsyx.com/a/202509/05/7effbe8148b57335da87f9313a6f2322.png');
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .content {
  width: 260px;
  height: 250px;
  margin-left: 590px;
  margin-right: auto;
  margin-top: 325px;
  position: relative;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .content .success {
  width: 352px;
  height: 140px;
  margin-left: -36px;
  background-color: #fff;
  padding-top: 30px;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .error {
  text-align: left;
  position: absolute;
  left: 20px;
  top: -20px;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .input {
  width: 279px;
  height: 24px;
  border: 0;
  opacity: 1;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
  padding-left: 0;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .input.mt2 {
  margin-top: 15px;
  margin-bottom: 0;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .input input {
  width: 279px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-indent: 10px;
  color: #000;
  background-color: #fff;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .button {
  width: 270px;
  height: 40px;
  border-radius: 0;
  margin-top: 14px;
}
.infoDialog.gameboxWrap.gameStyle05 .formBox.gameBox .button button {
  background-color: transparent;
  margin-left: 43px;
}
.infoDialog .formBox.pay_scan {
  width: 644px;
  height: 435px;
  background-size: cover;
  margin-left: -322px;
  margin-top: -217px;
}
.infoDialog .formBox.pay_scan .content {
  width: 424px;
  margin-left: 117px;
  margin-top: 4px;
  font-size: 24px;
}
.infoDialog .formBox.pay_scan .close {
  top: 15px;
  right: 21px;
  width: 29px;
  height: 29px;
}
.infoDialog .formBox.pay_scan .input {
  height: 50px;
  line-height: 50px;
}
.infoDialog .formBox.pay_scan .input input {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.infoDialog .formBox.pay_scan .button {
  width: 424px;
  height: 64px;
  margin: 30px auto 0;
}
.infoDialog .formBox.pay_scan .button button {
  font-size: 24px;
}
.infoDialog .formBox.pay_scan .desc {
  height: 84px;
  line-height: 59px;
  font-size: 24px;
}
.infoDialog .formBox.pay_scan .tips {
  width: 470px;
  font-size: 20px;
}
.infoDialog .formBox.pay_scan .error {
  height: 30px;
}
.infoDialog .formBox.pay_scan .mt1 {
  margin-top: 0;
}
.infoDialog .formBox.pay_scan .mt2 {
  margin-top: 30px;
}
.infoDialog .formBox.h5pay_index,
.infoDialog .formBox.client_pay_scan,
.infoDialog .formBox.mobile_game {
  width: 8.587rem;
  height: 5.8rem;
  background-size: cover;
  margin-left: -4.293rem;
  margin-top: -2.893rem;
}
.infoDialog .formBox.h5pay_index .content,
.infoDialog .formBox.client_pay_scan .content,
.infoDialog .formBox.mobile_game .content {
  width: 5.653rem;
  margin-left: 1.56rem;
  margin-top: 0.053rem;
  font-size: 0.32rem;
}
.infoDialog .formBox.h5pay_index .content .success,
.infoDialog .formBox.client_pay_scan .content .success,
.infoDialog .formBox.mobile_game .content .success {
  padding-top: 1.7rem;
  font-size: 0.5rem;
}
.infoDialog .formBox.h5pay_index .close,
.infoDialog .formBox.client_pay_scan .close,
.infoDialog .formBox.mobile_game .close {
  top: 0.2rem;
  right: 0.28rem;
  width: 0.387rem;
  height: 0.387rem;
}
.infoDialog .formBox.h5pay_index .input,
.infoDialog .formBox.client_pay_scan .input,
.infoDialog .formBox.mobile_game .input {
  height: 0.667rem;
  line-height: 0.667rem;
  padding-left: 0.533rem;
}
.infoDialog .formBox.h5pay_index .input input,
.infoDialog .formBox.client_pay_scan .input input,
.infoDialog .formBox.mobile_game .input input {
  height: 0.667rem;
  line-height: 0.667rem;
  font-size: 0.32rem;
  text-indent: 0.08rem;
}
.infoDialog .formBox.h5pay_index .button,
.infoDialog .formBox.client_pay_scan .button,
.infoDialog .formBox.mobile_game .button {
  width: 5.653rem;
  height: 0.853rem;
  margin: 0.278rem auto 0;
}
.infoDialog .formBox.h5pay_index .button button,
.infoDialog .formBox.client_pay_scan .button button,
.infoDialog .formBox.mobile_game .button button {
  font-size: 0.32rem;
}
.infoDialog .formBox.h5pay_index .desc,
.infoDialog .formBox.client_pay_scan .desc,
.infoDialog .formBox.mobile_game .desc {
  height: 1.12rem;
  line-height: 0.787rem;
  font-size: 0.32rem;
}
.infoDialog .formBox.h5pay_index .tips,
.infoDialog .formBox.client_pay_scan .tips,
.infoDialog .formBox.mobile_game .tips {
  width: 7.267rem;
  font-size: 0.267rem;
  padding-top: 0.074rem;
}
.infoDialog .formBox.h5pay_index .error,
.infoDialog .formBox.client_pay_scan .error,
.infoDialog .formBox.mobile_game .error {
  height: 0.4rem;
  padding: 0.267rem 0 0;
}
.infoDialog .formBox.h5pay_index .mt1,
.infoDialog .formBox.client_pay_scan .mt1,
.infoDialog .formBox.mobile_game .mt1 {
  margin-top: 0;
}
.infoDialog .formBox.h5pay_index .mt2,
.infoDialog .formBox.client_pay_scan .mt2,
.infoDialog .formBox.mobile_game .mt2 {
  margin-top: 0.4rem;
}
/* 移动端注册登录样式 */
body {
  background-color: #eee;
}
.loginWrap,
.captchaWarp {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.loginWrap .loginMask,
.captchaWarp .loginMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
}
.loginWrap .loginBox,
.captchaWarp .loginBox {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -190px;
  z-index: 91;
}
.loginWrap .alertBox,
.captchaWarp .alertBox {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.loginWrap .alertBox p,
.captchaWarp .alertBox p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(185, 38, 38, 0.9);
  opacity: 0.9;
  color: #fff;
  font-size: 14px;
}
.loginWrap .fl,
.captchaWarp .fl {
  float: left;
}
.loginWrap .fr,
.captchaWarp .fr {
  float: right;
}
.loginWrap .clear,
.captchaWarp .clear {
  clear: both;
}
.validationWarp.loginBox {
  width: 300px;
  height: 260px;
  border-radius: 0;
}
.validationWarp.loginBox .boxHeader {
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
.validationWarp.loginBox .boxHeader .text {
  display: block;
}
.validationWarp.loginBox .boxHeader .close {
  height: 17px;
  width: 17px;
  background-image: url(//cdn-img.dsyx.com/a/202111/25/619f31c8d5911.png);
}
.validationWarp.loginBox .formGroup {
  padding: 28px 57px;
}
.validationWarp.loginBox .formGroup .input {
  width: 180px;
  margin-bottom: 20px;
}
.validationWarp.loginBox .formGroup .input.captcha .image {
  width: 130px;
}
.validationWarp.loginBox .formGroup .buttons {
  width: 100%;
}
.validationWarp.loginBox .formGroup .buttons .button {
  width: 180px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background-color: #ff0000;
}
.validationWarp.loginBox .formGroup .buttons .button:hover {
  background-color: #ff823c;
}
.validationWarp.loginBox .formGroup.boxValid {
  padding: 28px 35px;
}
.validationWarp.loginBox .formGroup.boxValid .input {
  width: 230px;
}
.validationWarp.loginBox .formGroup.boxValid .input input {
  height: 45px;
  line-height: 45px;
}
.validationWarp.loginBox .formGroup.boxValid .input.captcha .image {
  width: 180px;
  height: 45px;
}
.validationWarp.loginBox .formGroup.boxValid .input.captcha .change {
  height: 45px;
  line-height: 45px;
}
.validationWarp.loginBox .formGroup.boxValid .buttons .button {
  width: 230px;
}
.loginBox {
  width: 460px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto;
  font-size: 14px;
}
.loginBox button {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.loginBox .boxHeader {
  height: 30px;
  padding: 6px 10px;
  box-sizing: border-box;
}
.loginBox .boxHeader .text {
  display: none;
}
.loginBox .boxHeader .close {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-image: url('//cdn-img.dsyx.com/a/202103/03/603f40b97104c.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.loginBox .boxTabs {
  width: 290px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 0 47px;
}
.loginBox .boxTabs .tab {
  width: 80px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.loginBox .boxTabs .tab.active {
  font-weight: bold;
  border-bottom: 3px solid #1791f0;
}
.loginBox .formGroup {
  padding: 28px 85px 0;
}
.loginBox .formGroup .input {
  width: 290px;
  background-color: #f1f1f2;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.loginBox .formGroup .input input {
  font-size: 16px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 0;
  background-color: transparent;
  text-indent: 10px;
  outline: 0;
}
.loginBox .formGroup .input.smscode {
  display: none;
  position: relative;
}
.loginBox .formGroup .input.smscode .sendBtn {
  position: absolute;
  height: 22px;
  line-height: 22px;
  top: 7px;
  right: 10px;
  font-size: 12px;
  color: #ff0000;
  cursor: pointer;
}
.loginBox .formGroup .input.captcha {
  position: relative;
}
.loginBox .formGroup .input.captcha .image {
  width: 120px;
  height: 36px;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.loginBox .formGroup .input.captcha .image img {
  width: 100%;
  height: 100%;
}
.loginBox .formGroup .input.captcha .change {
  position: absolute;
  height: 36px;
  line-height: 36px;
  top: 0;
  right: 5px;
  font-size: 14px;
  color: #1791f0;
  cursor: pointer;
}
.loginBox .formGroup .guideWrap {
  line-height: 30px;
  text-align: center;
  color: #ff0000;
  cursor: pointer;
  font-weight: bold;
  margin-top: -15px;
}
.loginBox .formGroup .guideWrap .switchTips {
  color: #ff0000;
}
.loginBox .formGroup .title {
  color: #000;
}
.loginBox .formGroup .error {
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.loginBox .formGroup .error span {
  color: red;
  font-size: 14px;
}
.loginBox .formGroup .agree .checkbox {
  background-image: url(//cdn-img.dsyx.com/a/202112/07/61af041d654c5.png);
  padding: 2px 4px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
.loginBox .formGroup .agree .checkbox.selected {
  background-image: url(//cdn-img.dsyx.com/a/202111/25/619ef8a3d2bce.png);
}
.loginBox .formGroup .agree a {
  color: #452610;
}
.loginBox .formGroup .login_options {
  margin-top: 15px;
}
.loginBox .formGroup .login_options .option_login {
  width: 290px;
  height: 36px;
  line-height: 36px;
  background-color: #ff0000;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.loginBox .formGroup .login_options .option_login:hover {
  background-color: #ff823c;
}
.loginBox .formGroup .login_options .option_register {
  color: #3c3c3c;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}
.loginBox .formGroup .login_options .option_register .option_register_button {
  color: #1791f0;
  font-size: 14px;
}
.loginBox .formGroup .forget {
  text-align: center;
  font-size: 14px;
}
.loginBox .formGroup .forget .auto_login {
  float: left;
  background: url(https://cdn-img.dsyx.com/a/202112/07/61af041d654c5.png) left center no-repeat;
  box-sizing: border-box;
  padding-left: 20px;
}
.loginBox .formGroup .forget .auto_login.selected {
  background-image: url(https://cdn-img.dsyx.com/a/202111/25/619ef8a3d2bce.png);
}
.loginBox .formGroup .forget .forget_link {
  float: right;
}
.loginBox .formGroup .forget a,
.loginBox .formGroup .forget div {
  cursor: pointer;
  color: #3c3c3c;
  text-decoration: none;
}
.loginBox .boxForm {
  display: block;
}
.loginBox .boxValid {
  display: none;
}
.loginBox .boxFooter {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.loginBox .boxFooter .title {
  position: relative;
  padding-top: 8px;
  height: 25px;
  box-sizing: border-box;
  width: 200px;
  margin: 0 auto;
}
.loginBox .boxFooter .title .top_line {
  background-color: #3c3c3c;
  height: 1px;
  width: 36px;
}
.loginBox .boxFooter .title .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #3c3c3c;
}
.loginBox .boxFooter .login_ways {
  width: 85px;
  margin: 0 auto 20px;
}
.loginBox .boxFooter .login_ways .third {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.loginBox .boxFooter .login_ways .third.weixin {
  background-image: url(//cdn-img.dsyx.com/a/202103/03/603f4126ccb36.png);
}
.loginBox .boxFooter .login_ways .third.qq {
  background-image: url(//cdn-img.dsyx.com/a/202103/03/603f4127f3ea3.png);
  margin-right: 0;
}
.loginBox .boxFooter .login_ways .third.weibo {
  background-image: url(//cdn-img.dsyx.com/a/202103/03/603f4129863c9.png);
  margin-right: 0;
}
.loginBox .formGroup .input.smscode .sendBtn {
  height: 40px;
  line-height: 40px;
}
.loginBox .formGroup .input input::-webkit-input-placeholder {
  color: #000;
  font-size: inherit;
}
.contentDetail .cdtext {
  height: auto;
  max-height: 900px;
}
.tags {
  width: 880px;
  margin: 0 auto;
  margin-top: 20px;
}
.tags a {
  background-color: #424344;
  font-size: 12px;
  padding: 4px;
  border-radius: 999rem;
  padding-right: 16px;
  display: block;
  line-height: 1.4;
  margin-right: 16px;
  color: #d1c8ad;
  margin-bottom: 8px;
  text-decoration: none;
  font-style: italic;
  float: left;
}
.tags a::before {
  content: "#";
  color: #ffd479;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 6px;
  font-weight: 700;
}
.tags a:hover {
  color: #ffd479;
}
.server__tab {
  margin-top: 5px;
}
.server__tab-item {
  width: 60px;
  height: 21px;
  text-align: center;
  color: #ffe8af;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  margin-right: 11px;
  margin-bottom: 7px;
  line-height: 21px;
  background-image: url("//cdn-img.dsyx.com/a/202501/09/178/tab-default.png");
  background-repeat: no-repeat;
}
.server__tab-item:last-child {
  margin-right: 0px;
}
.server__tab-item--active {
  background: url("//cdn-img.dsyx.com/a/202501/09/178/tab-active.png");
}
.server__list {
  width: 100%;
  margin-top: 10px;
}
.server__list-item {
  position: relative;
  margin-bottom: 5px;
  float: left;
  width: 80px;
  font-size: 12px;
  text-align: justify;
  border-radius: 5px;
  margin-right: 11px;
  cursor: pointer;
}
.server__list-item span {
  float: left;
  color: #ffe8af;
  max-width: 68px;
  margin-right: 1px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.server__list-item:last-of-type a {
  color: #ffe8af;
}
.server__list-item:first-child span {
  color: #00cc18;
}
.server__list-item:hover a,
.server__list-item:hover span {
  color: #ff0000;
}
.msb {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 766px;
  transform: translate(-50%);
}
.msb .swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 4px !important;
  background: #fff !important;
}
.msb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #fff !important;
  opacity: 1 !important;
  transition: all 0.3s linear;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.msb .swiper-slide {
  visibility: hidden;
  transition: opacity 1.25s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.msb .swiper-slide-active {
  visibility: visible;
  opacity: 1;
}
.msb__container {
  width: 730px;
  height: 289px;
  margin-left: 6px;
  overflow: hidden;
}
.msb .swiper-pagination {
  white-space: nowrap;
  position: absolute;
  transform: translateX(50%);
  left: 50%;
  top: 600px;
  margin-left: 510px;
}
.msb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.msb__item {
  width: 100%;
  height: 100%;
}
