.mainBody{
  margin-top:16px;
}
.sma_wid_title {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.sma_wid_title h3 {
  font-size: 18px;
  line-height: normal;
  color: #666;
  font-weight: bold;
  margin-bottom: 16px;
}
.sma_wid_title h3 i {
  float: left;
  width: 6px;
  height: 20px;
  margin-right: 10px;
  background: #e86505;
  border-radius: 6px;
  margin-top: 3px;
}
/*热门专题*/
.jjssbox {
  width: 1300px;
  margin: auto;
  margin-top: 0px;
  position: relative;
}
.jjss .jjss-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.jjss .jjss-list ul {
  position: relative;
  width: 10000px;
}
.jjss .jjss-list ul li {
  position: relative;
  float: left;
  width: 236px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-right: 30px;
}
.jjss .jjss-list ul li:hover {
  border: 1px solid #a461ff;
}
.jjss .jjss-list ul li:hover button {
  border: 1px solid #a461ff;
  background-color: #a461ff;
  color: #fff;
}
.jjss .jjss-list ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
.jjss .jjss-list ul li a:hover span {
  color: #f95d4d;
}
.jjss .jjss-list ul li a img {
  width: 100%;
  height: 120px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
}
.jjss .jjss-list ul li a span {
  width: 100%;
	padding:0 10px;
	box-sizing: border-box;
  margin-top: 4px;
  display: block;
  text-align: center;
  color: #404040;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jjss .jjss-list ul li a button {
  overflow: hidden;
  width: 100%;
  display: block;
  border: 1px solid #bc8efb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  background-color: #bc8efb;
  color: #fff;
  font-size: 16px;
  height: 42px;
  margin-top: 16px;
  line-height: 42px;
}
.jjss .jjss-prev-btn {
  position: absolute;
  height: 74px;
  display: none;
  width: 38px;
  left: 0;
  top: 73px;
  background: url(../images/qh2.png);
  cursor: pointer;
}
.jjss .jjss-next-btn {
  position: absolute;
  height: 74px;
  display: none;
  width: 38px;
  right: 0;
  top: 73px;
  background: url(../images/qh4.png);
  cursor: pointer;
}
.jjss .jjssbox:hover .jjss-prev-btn {
  display: block;
}
.jjss .jjssbox:hover .jjss-next-btn {



  display: block;
}
.jjss .jjss-prev-btn:hover {
  background: url(../images/qh3.png);
}
.jjss .jjss-next-btn:hover {
  background: url(../images/qh1.png);
}
.comm_undmore_tit {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ededed;
  z-index: 2;
  margin-top: 20px;
}
.comm_undmore_tit h2 {
  display: inline-block;
  padding-right: 6px;
  color: #666;
  font-size: 18px;
  position: relative;
  height: 36px;
  font-weight: bold;
}
.comm_undmore_tit h2::after {
  z-index: 3;
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background-color: #f76341;
  border-radius: 3px;
  width: 40px;
  margin-left: -20px;
  left: 50%;
  bottom: -2px;
}
.com_part_more {
  display: block;
  float: right;
  width: 22px;
  height: 20px;
  margin: 6px 0 0 15px;
  background: url(../images/azicon.png) no-repeat -100px -270px;
}
.com_part_more:hover {
  background-position: -70px -270px;
}
.com_tit_menu {
  position: absolute;
  right: 200px;
  top: 0px;
}
.com_tit_menu li {
  float: left;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
  cursor: pointer;
}
.com_tit_menu li a, .com_tit_menu li span {
  display: block;
  border-radius: 13px;
  text-decoration: none;
  background: #ebf1ff;
  padding: 0 14px;
  color: #6191ff;
}
.com_tit_menu li.current a, .com_tit_menu li.current span {
  background: #6191ff;
  color: #FFFFFF;
}
/*游戏合集*/
.mbhj_list {
  margin-right: -40px;
  overflow: hidden;
  zoom: 1;
}
.mbhj_list li {
  width: 300px;
	box-sizing: border-box;
  float: left;
  border: 1px solid #ddd;
	border-radius: 4px;
  display: inline;
	cursor: pointer;
  margin: 20px 33px 0 0;
}
.mbhj_list dl {
  width: 100%;
  text-align: left;
  background: #fff;
  position: relative;
}
.mbhj_list dt img {
  width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
  height: 148px;
  display: block;
  border-radius: 3px;
}
.mbhj_list dl dd {
  width: 100%;
  padding: 0 12px 50px;
  position: relative;
	box-sizing: border-box;
}
.mbhj_list dl h3 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 17px;
  text-align: left;
	position: relative;
  font-weight: normal;
}
.mbhj_list dl h3 a{
	float: left;
	max-width: 70%;
  font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mbhj_list dl span.rj_num {  
  padding:0 10px;
  display: block;
  text-align: center;
  color: #6191ff;
	letter-spacing: 1px;
	border-radius: 20px;
	border:2px #ebf1ff solid;
  font-family: "Impact";
  font-size: 12px;
  background: #fff;
  position: absolute;
  right: 0px;
	line-height: 24px;
  top: 6px;
}
.mbhj_list dl p.text {
  height: 63px;
	color:#666;
  line-height: 24px;
	font-size: 13px;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mbhj_list dl a.enterzt {
  background: #6edcd4;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.mbhj_list li.hover {
  border-color: #16bfb3;
}
.mbhj_list li.hover a.enterzt {
  background: #16bfb3;
	border: 1px solid #16bfb3;
}
.mbhj_con .mbhj_list dt {
  width: 100%;
  height: 125px;
  overflow: hidden;
}
.mbhj_con .mbhj_list dt img {
  border-radius: 0;
  height: 125px;
  transition: all 0.5s ease 0s;
}
.mbhj_con .mbhj_list dt a:hover img {
  transform: scale(1.1, 1.1);
}
.mbhj_con .mbhj_list li a.enterzt {
  background: #81a7ff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #81a7ff;
}
.mbhj_con .mbhj_list li:hover a.enterzt {
  background: #6191ff;
}
.mbhj_con .mbhj_list li:hover {
  border-color: #6191ff;
}
.mbhj_con .mbhj_list dl p.text {
  height: 48px;


}
.mbhj_con .mbhj_list .pic {
  margin-left: -15px;
}
.mbhj_con .mbhj_list .pic img {
  width: 68px;
  height: 68px;
  display: inline-block;
  margin: 12px 0 0 22px;
  border-radius: 10px;
}
.mbhj_con .pic a:hover img ,.azhj_con .pic a:hover img{
  transform: rotateY(360deg);
  transition: transform 0.5s;
}
.pchj_con .mbhj_list .pic img {
    width: 68px;
    height: 90px;
    border-radius: 4px;object-fit:cover;transition:all .5s ease 0s
}
.pchj_con .mbhj_list .pic img:hover{ 
	transform: rotateY(0deg);
	opacity:0.7;
	filter: alpha(opacity=70);
}