body{
  padding-bottom: 1.2rem;
}

.bg-white {
  background: #fff;
  margin: 0 .2rem;
  border-radius: .2rem;
}
.gdDetailBox {
  padding-top: .26rem;
  font-size: .28rem;
  line-height: .48rem;
  color: #999;
  position: relative
}

.gdDetailBox .imgBox {
  width: 1.4rem;
  height: 1.4rem;
  background: #7D7D7D;
  border-radius: .32rem;
  margin: 0 auto
}

.gdDetailBox .imgInfo h1 {
  margin-top: .26rem;
  margin-bottom: .3rem;
  font-weight: bold;
  font-size: .36rem;
  line-height: .4rem;
  color: #333333;
  text-align: center
}

.gdDetailBox .imgInfo p {
  margin-top: .04rem;
  display: grid;
  grid-template-columns: repeat(2, 3.2rem);
  justify-content: center
}

.gdDetailBox .imgInfo p span {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gdDetailBox .imgInfo p span i {
  font-style: normal;
  color: #666
}

#downAddress{
  padding: 0 .3rem;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
#downAddress li {
  float: left;
  width: 50%;
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

#downAddress li a {
  display: block;
  width: 97%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  background: #ffb929;
  color: #fff;
  border-radius: 4px;
}

/*#downAddress li a:hover { background-color: #43a80c }*/
#downAddress li.m-down-last {
  width: 100%;
  margin-bottom: 10px;
  float: inherit
}

#downAddress li.m-down-last a {
  width: 100%;
}


#g-down-gameprevimg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  zoom:1; z-index: 12;
  padding-bottom: .2rem;
}

#g-down-gameprevimg .g-previmg-ul {
  width: 100%;
  height: auto;
  white-space: nowrap;
  display: block;
  overflow-x: auto;
  overflow-y: hidden
}

#g-down-gameprevimg .g-previmg-ul li {
  width: auto;
  height: auto;
  white-space: nowrap;
  margin: 0 10px 0 0;
  display: inline-block;
  overflow: hidden;
}

#g-down-gameprevimg .g-previmg-ul li img {
  width: auto;
  max-width: 300px;
  height: auto;
  max-height: 360px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.u-videotop {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  white-space: nowrap;
  margin: 0 10px 0 0;
  display: inline-block;
  border-radius: 4px;
}

.u-videotop video {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 360px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.u-video-play {
  width: 100%;
  height: 100%;
  background: url(../images/play-img.png) no-repeat center center;
  background-size: 60px;
  border: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}

.u-video-again {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.u-video-again i {
  width: 24px;
  height: 24px;
  background: url(../images/video-again-icon.png) no-repeat;
  background-size: 24px;
  display: inline-block;
  overflow: hidden;
  padding-right: 6px;
}


.cont .intro {
  padding: 4px 10px 10px 10px;
  line-height: 28px;
  /* text-align: justify; */
  clear: both;
  position: relative;
  background: #fff;
  font-size: .28rem;
  line-height: .52rem;
}

.intro p {
  margin-bottom: .2rem;
  text-indent: 2em;
  word-break: break-all;
}
.intro p img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.intro .introTit {
  margin: 0;
  color: #23C268;
  font: 18px "\5FAE\8F6F\96C5\9ED1";
  height: 35px;
  line-height: 35px;
}
.intro h3 {
  margin: .2rem 0;
  color: #ff8f00;
  height: auto;
  line-height: normal;
  padding: .12rem 0;
  font-weight: bold;
  background: #f5f5f5;
  border: 1px solid #eee;
  padding-left: 8px;
  font-size: .3rem;
}

.m-soft-other {
  width: 100%;
  height: auto;
  padding: 0 .15rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}

.m-soft-other li {
  width: 100%;
  height: auto;
  font-size: .3rem;
  font-weight: normal;
  color: #999;
  margin: 0 0 .26rem 0;
  display: block;
  overflow: hidden;
  flex: 1
}

.m-soft-other li a {
  color: #00b0f0;
  text-decoration: underline
}


.keyword-relate .tabsWrap>ul {
  font-size: .24rem;
  color: #666666;
  display: flex;
  overflow: auto;
  padding: 0 .2rem 0 0;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.keyword-relate .tabsWrap>ul::-webkit-scrollbar {
  display: none
}

.keyword-relate .tabsWrap>ul li {
  flex-shrink: 0;
  margin: 0 .1rem
}

.keyword-relate .tabsWrap>ul li a {
  display: block;
  height: .54rem;
  line-height: .51rem;
  padding: 0 .3rem;
  border-radius: .27rem;
  border: 1px solid rgba(216,216,216,0.5)
}

.keyword-relate .tabsWrap>ul li.current a {
  background: #3399ff;
  border-color: #3399ff;
  color: #fff;
}

.keyword-relate .tabsWrap .tabsCont {
  margin-top: .25rem
}

.keyword-relate .tabsWrap .tabsCont .tabInfo {
  background: #FFFFFF;
  border-radius: .2rem;
  border: .02rem solid #EEEEEE;
  padding: .2rem .2rem 0;
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a {
  display: block;
  align-items: center;
  padding-bottom: .26rem;
  border-bottom: 1px solid #ecf0f1;
  position: relative
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a::after {
  content: "";
  display: block;
  width: .14rem;
  height: .14rem;
  background: #3399ff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -0.07rem;
  bottom: 0;
  margin-bottom: -0.07rem
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .imgBox {
  width: 100%;
  height: auto;
  border-radius: .1rem;
  flex-shrink: 0
}
.keyword-relate .tabsWrap .tabsCont .tabInfo>a .imgBox img{
  height: 3.2rem;
  width: 100%;
  border-radius: .2rem;
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox {
  padding-left: 0;
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox p {
  margin-top: .1rem;
  font-size: .22rem;
  color: #5C5C5C;
  line-height: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox p.title {
  margin-top: 0;
  font-weight: bold;
  font-size: .32rem;
  line-height: .28rem;
  color: #000000;
  line-height: normal;
  margin-top: .2rem;
  text-align: center;
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox p.time {
  margin-top: .18rem;
  color: #bdbdbd;
  line-height: .25rem;
}
.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox p.desc{
  margin-top: .1rem;
  font-size: .18rem;
  color: #5C5C5C;
  line-height: .32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify
}

.keyword-relate .tabsWrap .tabsCont .tabInfo .multiColumnList {
  grid-template-columns: repeat(4, 1.28rem);
  color: #333
}

.keyword-relate .tabsWrap .tabsCont .tabInfo .multiColumnList li a {
  margin-top: .3rem;
  display: block
}

.keyword-relate .tabsWrap .tabsCont .tabInfo .multiColumnList li a .imgBox {
  margin: 0 auto;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: .3rem;
  border: .08rem solid #EEEEEE
}

.keyword-relate .tabsWrap .tabsCont .tabInfo .multiColumnList li a p {
  display: block;
  margin: .13rem auto 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.keyword-relate .tabsWrap .tabsCont .tabInfo:nth-child(1){
  display: block;
}


.g-previmg-show {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: block;
  overflow: hidden;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 9999;
}

.g-previmg-show .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: content-box;
  position: relative;
  zoom: 1;
  z-index: 10
}

.g-previmg-show .swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30px 52px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-previmg-show .swiper-wrapper .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  overflow: hidden
}

.g-previmg-show .m-btn-box {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100
}

.g-previmg-show .m-btn-box .f-previmgswiper-pagination {
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
}

.g-previmg-show .m-btn-box .f-previmgswiper-pagination span {
  margin: 0 5px;
}

.g-previmg-show .m-btn-box .f-previmgswiper-pagination .swiper-pagination-bullet-active {
  background: #fff
}

.g-previmg-show .m-btn-box .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: none;
  display: block;
  overflow: hidden;
  outline: none
}

.g-previmg-show .m-btn-box .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
  display: block;
  overflow: hidden;
  margin: 13px 0 0 19px;
  border-radius: 4px;
}

.g-previmg-show .m-btn-box .swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
  display: block;
  overflow: hidden;
  outline: none
}

.g-previmg-show .m-btn-box .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  transform: rotate(45deg);
  display: block;
  overflow: hidden;
  margin: 13px 0 0 10px;
  border-radius: 4px;
}

.g-previmg-show .m-btn-box .swiper-button-disabled:after {
  opacity: .2
}

.g-previmg-show .u-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.g-previmg-show .u-close:before {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: rotate(45deg)
}

.g-previmg-show .u-close:after {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: rotate(-45deg)
}

.wjly{
  display: block;
  overflow: hidden;
  padding-bottom: .3rem;
}


.down-four{
  display: inline-block;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
}
.down-four li{
  width: 1.5rem;
  height: auto;
  padding-bottom: .2rem;
  background: #fff;
  border-radius: .2rem;
  margin: 0px 0 .2rem;
  display: inline-block;
}

.keyText {
  border: 1px #ffad05 dashed;
  background: #fffefc;
  padding: 10px 5px 10px 5px;
  margin: 10px 10px 10px 10px;
  position: relative;
  border-radius: 15px;
}

.keyText b {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: #ececec;
  top: -20px;
  left: 0px;
  text-indent: -999999px
}

.keyText p {
  height: auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: bolder;
  color: #f00 !important;
  text-indent: 0px;
  display: block;
  overflow: hidden;
  padding-left: 6px;
}

.keyText p span {
  text-wrap: inherit !important;
}