/* 公用区域 */
* {
  box-sizing: border-box;
  word-break: break-word;
font-family: "Noto Sans SC"; font-weight: 400;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
.m-t-10 {
  margin-top: 10px;
}
.cursor-pointer {
  cursor: pointer;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  min-width: 1340px;
  max-width: 1920px;
  margin: 0 auto;
}

/* 清楚浮动 */
.f-cb:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

/* 公用的头部 */
.dh_header_wrap {
  width: 100%;
  background-color: #000;
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
}
.dh_header {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.dh_header .dh_game_img {
  position: relative;
  top: 15px;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.dh_header .cn-logo {
  width: 234px;
  height: 40px;
  background-image: url("../img/cn_dh_game.png");
}
.dh_header .en-logo {
  width: 270px;
  height: 40px;
  background-image: url("../img/en_dh_game.png");
}
.dh_header .jp-logo {
  width: 270px;
  height: 40px;
  background-image: url("../img/en_dh_game.png");
}
.dh_header .dh_menu {
  font-size: 20px;
  padding: 0;
  margin: 0;
  float: left;
}
.dh_header .dh_menu a {
  cursor: pointer;
  color: #fff;
  font-size:20px;
  margin-left: 130px;
}
.dh_header .dh_menu .home{
	margin-left:90px;
}
.dh_header .dh_menu a:hover {
  color: #4ab4ff;
}

.dh_header .dh_menu .active {
  color: #4ab4ff;
}
/* 除了menu菜单 */
.except-menu-wrap{
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  margin-top:-78px;
}
/* 公用的背景页 */
.common-bc-wrap {
  position: relative;
  font-size: 0;
}
.common-bc-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1000;
  font-size: 0;
  /* 兼容性写法 */
  zoom: 1;
  filter: alpha(opacity=20); /*IE下*/
  -moz-opacity: 0.2; /* 老版Mozilla */
  -khtml-opacity: 0.2; /* 老版Safari */
}
.common-bc-wrap .mask-text {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2000;
  color: #fff;
  font-size: 83px;
}
.common-bc-wrap .mask-text .mask-text-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -120px;
  width: 100%;
  height: 240px;
  text-align: center;
}
.common-bc-wrap .bc-video-wrap {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  object-fit: fill;
}
.common-bc-wrap .bc-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.common-bc-wrap .bc-img {
  width: 100%;
  position: relative;
  height: auto;
  display: none;
}

.common-footer {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  padding: 50px 0;
}
.common-footer .common-footer-wrap {
  width: 1200px;
  margin: 0 auto;
}
.common-footer .one {
  font-size: 0;
  overflow: hidden;
}
.common-footer .one .footer-left {
  float: left;
}
.common-footer .one .footer-left .footer-icon {
}
.common-footer .one .footer-left .footer-icon .wechat-img {
  width: 50px;
  margin-right: 22px;
}
.common-footer .one .footer-left .footer-icon .weibo-img {
  width: 48px;
  margin-right: 22px;
}
.common-footer .one .footer-left .footer-icon .twitter-img {
  width: 43px;
  margin-right: 22px;
}
.common-footer .one .footer-left .agree-wrap {
  font-size: 19px;
  font-weight: 300;
  margin-top: 20px;
  color: #fff;
}
.common-footer .one .footer-left .agree-wrap .footer-text {
  color: #fff;
  margin-right: 6px;
  cursor: pointer;
}
.common-footer .one .footer-left .agree-wrap .footer-text:hover {
  text-decoration: underline;
}
.common-footer .one .footer-right {
  float: right;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #757575;
}
.common-footer .h-line {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-color: #e3fbfe;
  opacity: 0.3;
  /* 兼容性写法 */
  zoom: 1;
  filter: alpha(opacity=30); /*IE下*/
  -moz-opacity: 0.3; /* 老版Mozilla */
  -khtml-opacity: 0.3; /* 老版Safari */
}
.common-footer .two {
  font-size: 0;
  width: 100%;
  overflow: hidden;
}

.common-footer .two .two-footer-left {
  float: left;
}
.common-footer .two .two-footer-left .language {
  font-size: 18px;
  font-weight: 300;
  color: #757575;
}

.common-footer .two .two-footer-left .language .common-lan:hover {
  color: #fff !important;
  cursor: pointer;
}
.common-footer .two .two-footer-left .language .common-lan.active-lan:visited {
  color: #fff !important;
  cursor: pointer;
}
.common-footer .two .two-footer-left .language .common-lan.active-lan:link {
  color: #fff !important;
  cursor: pointer;
}
.common-footer .two .two-footer-left .language .common-lan:visited {
  color: #757575 !important;
  cursor: pointer;
}
.common-footer .two .two-footer-left .language .common-lan:link {
  color: #757575 !important;
  cursor: pointer;
}

.common-footer .two .two-footer-left .language .active-lan {
  color: #fff !important;
}
.common-footer .footer-right .show-a {
  color: #fff !important;
  text-decoration: none;
}
.common-footer .footer-right .show-a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.common-footer .footer-right .show-a:visited {
  color: #fff !important;
}
.common-footer .footer-right .show-a:link {
  color: #fff !important;
}
.common-footer .two-footer-right {
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #757575;
}
/* 联系我们的弹窗 */
#contactUsPop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: none;
}
#contactUsPop .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 1000;
  font-size: 0;
  /* 兼容性写法 */
  zoom: 1;
  filter: alpha(opacity=80); /*IE下*/
  -moz-opacity: 0.8; /* 老版Mozilla */
  -khtml-opacity: 0.8; /* 老版Safari */
}
#contactUsPop .contact-body {
  position: absolute;
  background-color: #fff;
  width: 800px;
  z-index: 1000;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
}
#contactUsPop .contact-body .contact-title-wrap {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #930010;
}
#contactUsPop .contact-body .contact-title-wrap .contact-title {
  padding: 0 20px;
  font-size: 24px;
}
#contactUsPop .contact-body .contact-title-wrap .contact-close {
  width: 60px;
  height: 60px;
  background-color: #d32f2f;
  cursor: pointer;
  text-align: center;
  position: relative;
}
#contactUsPop
  .contact-body
  .contact-title-wrap
  .contact-close
  .contact-close-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 1000;
}
#contactUsPop .contact-body .contact-info {
  padding: 20px;
  overflow: hidden;
  position: relative;
}
#contactUsPop .contact-body .contact-info .contact-info-items-wrap {
  height: 350px;
  overflow-y: auto;
  width: 400px;
  padding: 0 20px 20px 0;
}
#contactUsPop .contact-body .contact-info .contact-info-items {
  width: 100%;
  height: 100%;
  display: table;
}
.contact-info-items-inside {
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
}
#contactUsPop
  .contact-body
  .contact-info
  .contact-info-items
  .contact-info-item {
  margin-bottom: 10px;
  display: table;
}
#contactUsPop
  .contact-body
  .contact-info
  .contact-info-items
  .contact-info-item
  .contact-info-item-left {
  display: table-cell;
  vertical-align: middle;
  width: 146px;
}
#contactUsPop
  .contact-body
  .contact-info
  .contact-info-items
  .contact-info-item
  .contact-info-item-left
  label {
  display: inline-block;
  width: 120px;
  text-align: right;
  vertical-align: middle;
}
#contactUsPop
  .contact-body
  .contact-info
  .contact-info-items
  .contact-info-item
  .contact-info-item-left
  .colon {
  display: inline-block;
  vertical-align: middle;
}
#contactUsPop
  .contact-body
  .contact-info
  .contact-info-items
  .contact-info-item
  .contact-info-item-text {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  word-break: break-all;
  color: blue;
  cursor: pointer;
}
#contactUsPop .contact-body .contact-info .zh-wechat {
  width: 350px;
  height: 350px;
}

.dh_header .dh_menu a,.dh_header .dh_menu a:hover{
  color:#868686;
}
.dh_header .dh_menu .active{
  color:#fff;
}
.li-box{
  font-size:24px;
}
.footer-right a,.footer-right a:focus,.footer-right a:active{color:#757575;text-decoration:none}
