/* ========== 思源黑体字体定义 ========== */
@font-face {
    font-family: 'Source Han Sans SC';
    src: url('https://static.dhorde.com/static/index/fonts/SourceHanSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Sans SC';
    src: url('https://static.dhorde.com/static/index/fonts/SourceHanSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Sans SC';
    src: url('https://static.dhorde.com/static/index/fonts/SourceHanSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 基础样式 */
/*body,*/
/*dl,*/
/*dd,*/
/*ul,*/
/*ol,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*pre,*/
/*form,*/
/*input,*/
/*textarea,*/
/*p,*/
/*hr,*/
/*thead,*/
/*tbody,*/
/*tfoot,*/
/*th,*/
/*td*/
body{
  margin: 0;
  padding: 0;
  font-family: "Source Han Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
  z-index: 1;
}

.none {
  display: none;
}



a {
  text-decoration: none !important;
}

/* 个人中心 论坛 问答  联系我们 */
.dw_right {
  width: 72px;
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  right: 10px;
  z-index: 1000;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.dw_right .son {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffffff;
  color: #274267;
  text-decoration: none !important;
}

.dw_right .son:hover {
  background-color: #274267;
  color: #FFFFFF;
  text-decoration: none !important;
}

.dw_right .son:nth-child(1) .img_1 {
  width: 38px;
  height: 38px;
  background: url('../img/common/l_11.png') no-repeat;
  background-size: 38px 38px;
  margin-top: 4px;
}

.dw_right .son:nth-child(1):hover .img_1 {
  width: 38px;
  height: 38px;
  background: url('../img/common/l_1.png') no-repeat;
  background-size: 38px 38px;
  margin-top: 4px;
}

.dw_right .son:nth-child(2) .img_1 {
  width: 38px;
  height: 38px;
  background: url('../img/common/l_22.png') no-repeat;
  background-size: 38px 38px;
}

.dw_right .son:nth-child(2):hover .img_1 {
  background: url('../img/common/l_2.png') no-repeat;
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}

.dw_right .son:nth-child(3) .img_1 {
  width: 38px;
  height: 38px;
  background: url('../img/common/l_33.png') no-repeat;
  background-size: 38px 38px;

}

.dw_right .son:nth-child(3):hover .img_1 {
  width: 38px;
  height: 38px;
  background: url('../img/common/l_3.png') no-repeat;
  background-size: 38px 38px;
}

.dw_right .son:nth-child(4) .img_1 {
  width: 38px;
  height: 38px;
  background: url('../img/common/l_44.png') no-repeat;
  background-size: 38px 38px;
}

.dw_right .son:nth-child(4):hover .img_1 {
  width: 38px;
  height: 38px;
  background: url('../img/common/l_4.png') no-repeat;
  background-size: 38px 38px;
}

/* 个人中心图标 - 使用类选择器确保优先级 */
.dw_right .person .img_1 {
  width: 38px !important;
  height: 38px !important;
  background: url('https://static.dhorde.com/static/assets/img/common/l_11.png') no-repeat !important;
  background-size: 38px 38px !important;
  margin-top: 4px;
  display: block;
}

.dw_right .person:hover .img_1 {
  width: 38px !important;
  height: 38px !important;
  background: url('https://static.dhorde.com/static/assets/img/common/l_1.png') no-repeat !important;
  background-size: 38px 38px !important;
  margin-top: 4px;
}

/* 联系我们图标 - 使用类选择器确保优先级 */
.dw_right .talkus .img_1 {
  width: 38px !important;
  height: 38px !important;
  background: url('https://static.dhorde.com/static/assets/img/common/l_44.png') no-repeat !important;
  background-size: 38px 38px !important;
  display: block;
}

.dw_right .talkus:hover .img_1 {
  width: 38px !important;
  height: 38px !important;
  background: url('https://static.dhorde.com/static/assets/img/common/l_4.png') no-repeat !important;
  background-size: 38px 38px !important;
}

/* toast样式 */

#toast {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #353535;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.offcanvas-start {
  width: 100% !important;
  border-right: none;
}


/* 预设些响应式全局css */
/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .ip-hide {
    display: none !important;
  }

  .ip-show {
    display: block !important;
  }

  /* 100% */
  .w1280 {
    width: 100%;
    margin: 0 auto;
  }

}


/* PC */
@media screen and (min-width:993px) {
  .pc-hide {
    display: none !important;
  }

  .pc-show {
    display: block !important;
  }

  .w1280 {
    width: 1280px;
    margin: 0 auto;
  }
}





.cf14 {
  font-size: 14px;
}

.cf16 {
  font-size: 16px;
}

.cf18 {
  font-size: 18px;
}

.cf30 {
  font-size: 30px;
}

.login-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1112;
  background: rgba(0, 0, 0, 0.65);
}
.login-dialog .login>.right {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
}
.login-dialog .close_login_dialog {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 17px;
  cursor: pointer;
}
.moreNews{
  BORDER-RIGHT: #FFE400 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: #FFE400 1px solid;
  PADDING-LEFT: 2px; FONT-SIZE: 12px;
  FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
  BORDER-LEFT: #FFE400 1px solid;
  CURSOR: hand;
  COLOR: black;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: #FFE400 1px solid
}
.w1200 {
  max-width: 1200px;
  min-width: 375px;
  height: auto;
  margin: 0 auto;
}
.content_2 img{
  max-width: 1140px;
}