.H5gameHtml .ConBlock {
  padding-top: 0;
}
.H5gameHtml #bannerBox {
  height: 360px;
}
.H5gameHtml #bannerBox .B-Image {
  height: 100%;
}
.H5gameHtml #bannerBox .B-Image img {
  height: 100%;
}
.H5gameHtml .DivBox {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.H5gameHtml .h5Home {
  padding: 40px 16px;
  overflow: hidden;
}
.H5gameHtml .h5Home .h5NavBox {
  float: left;
  width: 16%;
  padding-right: 16px;
}
.H5gameHtml .h5Home .h5NavBox .wxcbtn {
  color: #666;
  height: auto;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  background-color: transparent;
}
.H5gameHtml .h5Home .h5NavBox .wxcbtn:hover {
  color: #404040;
  background-color: #e0e0e0;
}
.H5gameHtml .h5Home .h5NavBox .CurClass, .H5gameHtml .h5Home .h5NavBox .CurClass:hover {
  color: #fff;
  background-color: #3ec282;
}
.H5gameHtml .h5gameBox {
  float: left;
  width: 84%;
  border-left: 1px solid #f0f0f0;
}
.H5gameHtml .h5gameBox .h5classBox {
  position: relative;
  margin-bottom: 20px;
  padding-left: 100px;
}
.H5gameHtml .h5gameBox .h5classBox .classtype {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #999;
  white-space: nowrap;
  line-height: 34px;
}
.H5gameHtml .h5gameBox .h5classBox dl {
  width: 80%;
  overflow: hidden;
}
.H5gameHtml .h5gameBox .h5classBox dl dd {
  float: left;
  padding: 10px;
}
.H5gameHtml .h5gameBox .h5classBox dl dd .wxcbtn {
  color: #666;
  width: auto;
  padding: 0 15px;
  background-color: #f0f0f0;
}
.H5gameHtml .h5gameBox .h5classBox dl dd .wxcbtn:hover {
  color: #404040;
  background-color: #e0e0e0;
}
.H5gameHtml .h5gameBox .h5classBox dl dd .wxcbtn.CurClass, .H5gameHtml .h5gameBox .h5classBox dl dd .wxcbtn.CurClass:hover {
  color: #fff;
  background-color: #3ec282;
}
.H5gameHtml .h5gameBox .h5HomeCon {
  overflow: hidden;
}
.H5gameHtml .h5gameBox .h5HomeCon dd {
  width: 33.33%;
  float: left;
  padding: 10px;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition-duration: 0.1s;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv .h5icon {
  width: 114px;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv .h5icon img {
  display: block;
  width: 114px;
  height: 114px;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv .h5text {
  color: #999;
  line-height: 20px;
  text-align: left;
  padding-left: 20px;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv .h5text > div {
  display: block;
  color: #404040;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
  margin-bottom: 2px;
  text-overflow: ellipsis;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv .h5text p {
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv .h5text .h5type {
  float: left;
  color: #666;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
  background-color: #f0f0f0;
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv:hover {
  border-color: #3ec282;
  transform: translateY(-10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}
.H5gameHtml .h5gameBox .h5HomeCon dd .wxTableDiv:hover h1 {
  color: #1f995c;
}
.H5gameHtml .page {
  overflow: hidden;
  padding: 20px 10px 0 20px;
}
.H5gameHtml .page li {
  float: left;
  color: #666;
  padding: 0 5px;
  height: 34px;
  min-width: 40px;
  line-height: 34px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.H5gameHtml .page li a {
  width: 100%;
  display: inline-block;
  color: inherit;
  line-height: inherit;
}
.H5gameHtml .page li:hover {
  background-color: #f0f0f0;
}
.H5gameHtml .page li.thisclass {
  color: #fff;
  background: #3ec282;
  border-color: #3ec282;
}
.H5gameHtml .page li.thisclass:hover {
  background: #3ec282;
}
.H5gameHtml .page li .pageJump {
  padding-left: 0;
  padding-right: 0;
}
.H5gameHtml .page li input {
  color: #666;
  width: 34px;
  height: 34px;
  background: #fff;
  text-align: center;
  line-height: inherit;
  border: 1px solid #e0e0e0;
}
.H5gameHtml .page li .tiao {
  color: #fff;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-align: center;
  background: #db4d4d;
  border: 1px solid #3ec282;
}
.H5gameHtml .page li select {
  width: 48px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/select.png);
}
.H5gameHtml .h5backPage {
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}
.H5gameHtml .h5backPage .DivBox {
  padding: 20px 10px;
}
.H5gameHtml .h5detailsCon {
  padding: 40px 0;
  background-color: #f7f8fa;
}
.H5gameHtml .h5detailsCon .DivBox {
  overflow: hidden;
}
.H5gameHtml .h5detailsCon .h5con {
  float: left;
  width: 70%;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.H5gameHtml .h5detailsCon .h5con .h5dTitle {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.H5gameHtml .h5detailsCon .h5con .gameText {
  padding: 16px 0;
}
.H5gameHtml .h5detailsCon .h5list {
  float: right;
  width: 30%;
  padding-left: 16px;
  margin-bottom: 16px;
}
.H5gameHtml .h5detailsCon .h5list .listTitle {
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.H5gameHtml .h5detailsCon .h5list dl {
  padding: 10px 16px 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.H5gameHtml .h5detailsCon .h5list dl dd {
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 16px;
  transition-duration: 0.1s;
}
.H5gameHtml .h5detailsCon .h5list dl dd .gameIcon {
  width: 68px;
}
.H5gameHtml .h5detailsCon .h5list dl dd .gameIcon img {
  width: 52px;
  height: 52px;
}
.H5gameHtml .h5detailsCon .h5list dl dd .gameTitle {
  text-align: left;
}
.H5gameHtml .h5detailsCon .h5list dl dd .gameTitle > div {
  display: block;
  color: #666;
  padding: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.H5gameHtml .h5detailsCon .h5list dl dd .gameTitle p {
  color: #999;
  padding: 0;
  font-size: 12px;
  background-color: transparent;
}
.H5gameHtml .h5detailsCon .h5list dl dd:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}
.H5gameHtml .h5detailsCon .h5list dl dd:hover .gameTitle b {
  color: #404040;
}
.H5gameHtml .h5detailsCon .h5list dl dd:hover .gameTitle p {
  color: #666;
}
.H5gameHtml .h5detailsCon .h5Tips {
  color: #db4d4d;
}
.H5gameHtml .h5detailsCon .h5dContent {
  padding-top: 20px;
}
.H5gameHtml .h5detailsCon .h5dContent > div {
  vertical-align: top;
}
.H5gameHtml .h5detailsCon .gameIcon {
  width: 108px;
}
.H5gameHtml .h5detailsCon .gameIcon img {
  display: block;
  width: 88px;
  height: 88px;
}
.H5gameHtml .h5detailsCon .gameTitle {
  padding-right: 20px;
}
.H5gameHtml .h5detailsCon .gameTitle h1 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.H5gameHtml .h5detailsCon .gameTitle p {
  color: #666;
  float: left;
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.H5gameHtml .h5detailsCon .gameText h3 {
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  padding-left: 8px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  border-left: 2px solid #b33636;
}
.H5gameHtml .h5detailsCon .gameText p {
  color: #666;
  line-height: 1.5;
}
.H5gameHtml .h5detailsCon .gameQR {
  color: #999;
  width: 140px;
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
  border: 1px solid #f0f0f0;
}
.H5gameHtml .h5detailsCon .gameQR img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.H5gameHtml .h5detailsCon .jietu .floatDiv {
  width: 268px;
  height: 476px;
  padding: 10px;
}
.H5gameHtml .h5detailsCon .jietu .floatDiv img {
  width: 100%;
  height: 100%;
  display: block;
}

.dpi1200 .H5gameHtml .h5gameBox .h5HomeCon dd {
  width: 50%;
}

.dpiMB .H5gameHtml .h5Home {
  padding-top: 0;
  display: block;
}
.dpiMB .H5gameHtml .h5Home > div {
  display: block;
}
.dpiMB .H5gameHtml .h5Home .h5NavBox {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.dpiMB .H5gameHtml .h5Home .h5NavBox dd {
  width: 25%;
  float: left;
  padding: 10px;
}
.dpiMB .H5gameHtml .h5Home .h5NavBox dd .wxcbtn {
  margin: 0;
  width: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.dpiMB .H5gameHtml .h5Home .h5gameBox {
  width: 100%;
  border: none;
}
.dpiMB .H5gameHtml .h5Home .h5gameBox .h5classBox {
  padding: 0;
  overflow: hidden;
}
.dpiMB .H5gameHtml .h5Home .h5gameBox .h5classBox .classtype {
  position: static;
  font-size: 12px;
}
.dpiMB .H5gameHtml .h5Home .h5gameBox .h5classBox dl {
  width: 100%;
}
.dpiMB .H5gameHtml .h5Home .h5gameBox .h5classBox dl dd {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.dpiMB .H5gameHtml .h5Home .h5gameBox .h5classBox dl dd .wxcbtn {
  height: auto;
  font-size: 12px;
  line-height: 30px;
}
.dpiMB .H5gameHtml .h5Home .h5HomeCon dd {
  width: 100%;
  padding: 0;
}
.dpiMB .H5gameHtml .h5Home .page {
  padding-left: 10px;
}
.dpiMB .H5gameHtml .h5detailsCon {
  padding: 0;
}
.dpiMB .H5gameHtml .h5detailsCon .h5con {
  float: none;
  width: 100%;
  border: none;
  margin-bottom: 16px;
}
.dpiMB .H5gameHtml .h5detailsCon .h5con .h5dTitle {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-right: 150px;
}
.dpiMB .H5gameHtml .h5detailsCon .h5con .h5dTitle > * {
  display: block;
}
.dpiMB .H5gameHtml .h5detailsCon .h5con .h5dTitle h1 {
  font-size: 16px;
  line-height: 1.5;
}
.dpiMB .H5gameHtml .h5detailsCon .h5con .h5dTitle .gameQR {
  position: absolute;
  top: 0;
  right: 0;
}
.dpiMB .H5gameHtml .h5detailsCon .h5list {
  float: none;
  width: 100%;
  padding: 0;
}
.dpiMB .H5gameHtml .h5detailsCon .h5list > * {
  border: none;
  border-radius: 0;
}
