.bbox{
  padding: 0;
}
.gdDetailBox {
  background: linear-gradient(to bottom, #6fffac, #ffffff);
  background: linear-gradient(to bottom, #c8ffdf 0%, #fff 69%);
  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
}

.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: #2ecc71;
  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%;
}

.boxLinkList {
  color: #8F8F8F;
  display: flex;
  align-items: flex-end;
  text-align: center;
  padding-bottom: .2rem;
  margin: .48rem .26rem 0;
}

.boxLinkList li {
  flex: 1
}

.boxLinkList li.active {
  font-size: .32rem;
  line-height: .36rem;
  font-weight: bold;
  color: #333;
  position: relative
}

.boxLinkList li.active::after {
  content: "";
  display: block;
  width: .4rem;
  height: .08rem;
  background: linear-gradient(90deg, #47FFA3 0%, #99FFCC 100%);
  border-radius: .04rem;
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: -0.2rem
}

.gdBriefBox {
  margin-top: .26rem
}

.gdBriefBox .swBoxOfVideo {
  overflow: hidden;
  margin: 0 -0.26rem;
  padding: 0 .26rem
}

.gdBriefBox .swBoxOfVideo .swiper-slide {
  border-radius: .16rem;
  margin-right: .26rem;
  width: auto;
  height: 3.84rem;
  overflow: hidden;
  background: rgba(0,0,0,0.1)
}

.gdBriefBox .swBoxOfVideo .swiper-slide.imgBox {
  max-width: 5.12rem
}

.gdBriefBox .swBoxOfVideo .swiper-slide>img {
  object-fit: contain
}

.gdBriefBox .swBoxOfVideo .swiper-slide>video {
  background: #000;
  object-fit: contain;
  display: block;
  width: 6.98rem;
  height: 100%
}

.gdBriefBox .swBoxOfVideo .swiper-slide:last-child {
  margin-right: 0
}



#g-down-gameprevimg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0;
  background: #fff;
  padding: 15px 15px 0 15px ;
  box-sizing: border-box;
  position: relative;
  zoom:1; z-index: 12;
}

#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;
}


.down-main .boxCont {
  line-height: .5rem;
  word-wrap: break-word;
  font-size: .28rem;
  color: #666;
}

.down-main .boxCont p {
  margin-top: .12rem
}

.down-main .boxCont img {
  max-width: 100%;
  height: auto;
  max-height: 6.6rem;
  display: block;
  margin: .16rem auto 0
}

.down-main .boxCont h3 {
  margin-top: .3rem;
  font-size: .3rem;
  line-height: .38rem;
  display: block;
  align-items: center;
  color: #00d56b;
  font-weight: bold;
  margin-bottom: 3px;
  background: #daffec;
  padding: .12rem;
}

.down-main .boxCont h3::before {
  /* content: ''; */
  display: block;
  width: .08rem;
  height: .08rem;
  background: #47FFA3;
  border-radius: .04rem;
  margin-right: .1rem;
  flex-shrink: 0
}

.msgList {
  line-height: .32rem;
  margin-top: .4rem;
  width: 100%;
  background: #f0fff7;
  border-radius: .16rem;
  padding: .42rem .14rem .42rem .24rem
}

.msgList li {
  margin-top: .5rem;
  display: flex;
  justify-content: space-between;
  font-size: .28rem;
  color: #333;
}

.msgList li:first-child {
  margin-top: 0
}

.msgList li span{
  display: block;
}
.msgList li span:nth-child(1){
  color: #888;
  flex: 1;
}
.msgList li span:nth-child(2){
  flex: 3;
  text-align: right;
}

.msgList li span.authBtn {
  color: #47FFA3
}


.keyword-relate .tabsWrap>ul {
  font-size: .24rem;
  color: #666666;
  display: flex;
  overflow: auto;
  margin: .26rem 0 0;
  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: #47ffa3;
  border-color: #47ffa3;
  color: #000;
}

.keyword-relate .tabsWrap .tabsCont {
  margin-top: .25rem
}

.keyword-relate .tabsWrap .tabsCont .tabInfo {
  background: #FFFFFF;
  border-radius: .2rem;
  border: .02rem solid #EEEEEE;
  padding: .2rem .2rem .3rem
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a {
  display: flex;
  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: #47ffa3;
  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: 3.35rem;
  height: 1.82rem;
  border-radius: .1rem;
  flex-shrink: 0
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox {
  padding-left: .2rem
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox p {
  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>a .txtBox p.title {
  margin-top: 0;
  font-weight: bold;
  font-size: .24rem;
  line-height: .28rem;
  color: #000000
}

.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox p.time {
  margin-top: .08rem;
  color: #bdbdbd;
  line-height: .22rem
}
.keyword-relate .tabsWrap .tabsCont .tabInfo>a .txtBox .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)
}

.label-key{
  display: flex;
  margin: .2rem 0.32rem 0;
}
.label-key dt{
  display: block;
  height: 30px;
  line-height: 30px;
}
.label-key dd{
  display: block;
  flex: 1;
}

.label-key dd a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 1px 10px 2px 0;
  padding: 0 15px;
  height: 30px;
  font-size: 14px;
  color: #FAA834;
  background: #FFF3EB;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}

.label-key dd a:hover {
  background-color: #FAA834;
  color: #FFF3EB;
}

.label-key dd a:nth-of-type(4n+2) {
  color: #3483FA;
  background: #EBF3FF;
}

.label-key dd a:nth-of-type(4n+3) {
  color: #FF6E66;
  background: #FFECEB;
}

.label-key dd a:nth-of-type(4n+4) {
  color: #68BA8A;
  background: #EBFFF3;
}

.label-key dd a:nth-of-type(4n+2):hover {
  background: #3483FA;
  color: #EBF3FF;
}

.label-key dd a:nth-of-type(4n+3):hover {
  background: #FF6E66;
  color: #FFECEB;
}

.label-key dd a:nth-of-type(4n+4):hover {
  background: #68BA8A;
  color: #EBFFF3;
}

.keyText {
  border-radius: 10px;
  border: 1px solid #55ffaa;
  clear: both;
  color: #666;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin: .2rem 0px 10px 0px;
  padding: .2rem;
  background: #f0fff7;
}
.keyText::before{
  content:"ÌØ±ðËµÃ÷";
  font-size: 25px;
  color: #1cd777;
  line-height: normal;
}

.keyText b {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
}

.keyText p {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-top: 8px;
}