.mainContent {
     margin-bottom: 0; 
}
.smal_banner {
  width: 100%;
  overflow: hidden;
  height: 100px;
  margin-top: 20px;
}
.smal_banner a {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.smal_banner img {
  width: 100%;
  height: 100px;
  transition: all 0.4s ease;
}
.smal_banner img:hover {
  transform: scale(1.06);
  transition: all 0.4s ease;
}

.d_conten {
  margin-top: 10px;
  overflow: hidden;
}
.d_conten .d_right {
  width: 410px;
}
/*排行*/
.sy_topsecList {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}
.sy_topsecList li {
  padding: 14.6px 0px;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}
.sy_topsecList li:hover {
  background-color: #f9f9f9;
}
.sy_topsecList li .tps_info {
  width: 300px
}
.sy_topsecList li a.tps_tit {
  font-size: 16px;
  font-weight: bold;
  display: block;
  max-width: 280px;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_topsecList li .pm {
  height: 96px;
  line-height: 96px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 22px;
  margin-right: 10px;
  background-color: #bbbbbb;
}
.sy_topsecList li img {
  width: 66px;
  height: 66px;
  border-radius: 10px;
}
.sy_topsecList li .l_text {
  height: 66px;
  margin-left: 16px;
}
.sy_topsecList li .l_text span.app_starBox {
  display: block;
  margin-top: 4px;
}
.sy_topsecList li .l_text p {
  display: block;
  margin-top: 16px;
  color: #a8a8a8;
}
.sy_topsecList li .l_text p a {
  color: #a8a8a8;
}
.sy_topsecList li .l_text p a:hover {
  color: #358ff0;
}
.sy_topsecList li .l_text p {
  display: block;
  margin-top: 16px;
}
.sy_topsecList li a.tps_btn {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 15px;
  background-color: #fff;
  margin-top: 30px;
  border: 1px solid #00be6e;
  color: #00be6e;
}
.sy_topsecList li a.tps_btn:hover {
  color: #ffffff;
  background-color: #00be6e;
}
.sy_topsecList li .nbone {
  background-color: #ff4800;
}
.sy_topsecList li .nbtwo {
  background-color: #ff6d34;
}
.sy_topsecList li .nbthr {
  background-color: #ffa07b;
}
/*  */
.d_conten .d_left {
  width: 850px;
}
.c_strateop {
  padding:  0 0px 12px 0;
  border-bottom: 1px dashed #f0f0f0;
  overflow: hidden;
  margin-left: -32px;
}
.c_strateop li {
  float: left;
	margin-top: 20px;
  margin-left: 32px;
}
.c_strateop li .axgl_img {
	width: 188px;
  height: 124px;
	display: block;
  border-radius: 5px;
	overflow: hidden;
}
.c_strateop li img {
  width: 188px;
  height: 124px;
  transition: all 0.4s ease;
}
.c_strateop li img:hover {
  transform: scale(1.06);
  transition: all 0.4s ease;
}
.c_strateop li p {
  margin-top: 10px;
	line-height: 24px;
  text-align: center;
}
.c_strateopBot {
  overflow: hidden;
  margin-left: -40px;
}
.c_strateopBot li {
  width: 405px;
  float: left;
  padding: 16px 0px;
  margin-left: 40px;
  border-bottom: 1px dashed #f0f0f0;
}
.c_strateopBot li .axgl_img {
	 width: 120px;
  height: 78px;
	float: left;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
.c_strateopBot li img {
  width: 120px;
  height: 78px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.c_strateopBot li img:hover {
  transform: scale(1.06);
  transition: all 0.4s ease;
}
.c_strateopBot li div {
  width: 266px;
  margin-top: 0px;
}
.c_strateopBot li div a {
  font-size: 16px;
  padding: 3px 0px;
  width: 256px;
  margin-top: 0;
  background-color: inherit;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c_strateopBot li div .b_time {
  color: #777777;
  display: block;
  font-size: 12px;
  margin-top: 12px;
}
.c_strateopBot li div .b_time .b_type {
  color: #f8785a;
  margin-left: 30px;
}
/*  */
ul.zthj_boximg {
  margin: 20px 0px;
}
ul.zthj_boximg li {
  height: 450px;
  float: left;
  margin-right: 4px;
}
ul.zthj_boximg li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.zthj_boximg li a:hover img, ul.zthj_boximg li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.zthj_boximg li .img_bit {
  width: 265px;
  height: 450px;
  overflow: hidden;
  display: block;
}
ul.zthj_boximg li .img_top {
  width: 250px;
  height: 290px;
  overflow: hidden;
  display: block;
}
ul.zthj_boximg li .img_bot {
  width: 250px;
  height: 155px;
  overflow: hidden;
  display: block;
}
ul.zthj_boximg li .mt5 {
  margin-top: 5px;
}
ul.zthj_boximg .mr0 {
  margin-right: 0px;
}
ul.zthj_boximg li a:hover p {
  display: block;
}
ul.zthj_boximg li p {
  display: none;
  text-align: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(5, 2, 3, 0.6);
  filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#66000000, endcolorstr=#66000000);
  position: relative;
  top: -29px;
  padding: 5px 0px;
  color: #ffffff;
}
/*  */

.syfz_recomItem {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  height: 166px;
}
.syfz_recomItem .sy_recList {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.syfz_recomItem ul.sy_recList li {
  width: 166px;
  margin-right: 23px;
  overflow: hidden;
  height: 166px;
  position: relative;
  border-radius: 20px;
  float: left;
}
.syfz_recomItem ul.sy_recList li:nth-child(7n) {
  margin-right: 0;
}
.syfz_recomItem ul.sy_recList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.syfz_recomItem ul.sy_recList li text_:hover {
  color: #ffa200;
}
.syfz_recomItem ul.sy_recList li img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.4s ease;
}
.syfz_recomItem ul.sy_recList li:hover img{
  transform: scale(1.06);
  transition: all 0.4s ease;
}
.syfz_recomItem ul.sy_recList li .num {
  background: url("/images/icon.png") no-repeat center;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 44px;
  width: 44px;
}
.syfz_recomItem ul.sy_recList li .num1 {
  background-position:-337px -893px;
}
.syfz_recomItem ul.sy_recList li .num2 {
  background-position: -391px -893px;
}
.syfz_recomItem ul.sy_recList li .num3 {
  background-position: -449px -893px;
}
.syfz_recomItem ul.sy_recList li .text_ {
  color: #fff;
  background: url(/images/ico_line1.png) repeat-x left;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
}
.syfz_recomItem ul.sy_recList li .text_ a, .syfz_recomItem ul.sy_recList li .text_ span {
  display: block;
  height: 30px;
	box-sizing: border-box;
  line-height: 30px;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.syfz_recomItem ul.sy_recList li .text_ a {
	color: #fff;
  font-size: 16px;
}
.syfz_recomItem ul.sy_recList li .text_ a:hover{
	font-weight: bold;
}
.syfz_recomItem .next, .syfz_recomItem .prev {
  position: absolute;
  background: url("/images/ico_newimg.png") no-repeat center;
  height: 67px;
  width: 43px;
  top: 50%;
  margin-top: -33px;
  z-index: 1;
  display: none;
}
.syfz_recomItem .prev {
  left: 15px;
  background-position: 0 -126px;
}
.syfz_recomItem .next {
  right: 15px;
  background-position: -60px -126px;
}

/*最新游戏*/
.sy_gmList {
  margin-left: -22px;
  overflow: hidden;
}
.sy_gmList li {
  width: 150px;
  height: 198px;
  margin-left: 22px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  float: left;
  margin-top: 26px;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.sy_gmList li:nth-child(5n) {
  margin-right: 0;
}
.sy_gmList li img {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  text-align: center;
  border-radius: 20px;
}
.sy_gmList li .sy_text {
  color: #000;
  width: 100%;
  text-align: center;
}
.sy_gmList li .sy_text span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-top: 4px;
}
.sy_gmList li>p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 8px;
	margin-bottom: 4px;
  font-size: 16px;
	display: block;
	padding: 0 12px;
	box-sizing: border-box;
    background: none;
    color: #333333;
}
.sy_gmList li .sy_text span.type {
	max-width:60px;
	white-space: normal;
  color: #999;
  margin-right: 6px;
}
.sy_gmList li .sy_text span.size {
  color: #fff;
  background-color: #7fdbf6;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
}
ul.sy_gmList li .two_a {
	display: block;
  display: none;
  width: 100%;
  padding: 7px 0px;
  background-color: #f5f5f5;
  color: #999999;
  overflow: hidden;
	position: absolute;
	bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.sy_gmList li:hover .two_a {
  color: #ffffff;
	display: block;
  background-color: #358ff0;
}
ul.sy_gmList li:hover .sy_text {
	display: none;
}
ul.sy_gmList li:hover {
  border: 1px solid #358ff0;
}
ul.sy_gmList li .two_a:hover {
  background-color: #2b71c2;
  color: #ffffff;
}
/*经典游戏专区*/
ul.c_classic {
  overflow: hidden;
  margin-left: -32px;
}
ul.c_classic li {
  display: block;
  float: left;
  width: 262px;
	box-sizing: border-box;
  height: 243px;
  border: 1px solid #f6f7fb;
  border-radius: 4px;
  margin: 26px 0 0 32px;
}
ul.c_classic li .clasic_img {
  display: block;
  width: 260px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 150px;
  overflow: hidden;
}
ul.c_classic li .clasic_img img {
  display: block;
  width: 260px;
  height: 150px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.c_classic li .clasic_img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.c_classic li .infor {
  height: 53px;
  background: #fafbfd;
  border-bottom: 1px solid #f6f7fb;
  padding: 0 13px;
}
ul.c_classic li .infor .name {
  float: left;
  display: block;
  line-height: 53px;
  overflow: hidden;
  width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #434343;
  font-weight: bold;
}
ul.c_classic li .infor .name:hover {
  color: #ffa200;
}
ul.c_classic li .infor .btn {
  margin-top: 13px;
  width: 87px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #eee;
  border-radius: 20px;
  color: #434343;
  display: block;
  float: right;
}
ul.c_classic li .infor .btn:hover {
  background: #ffa200;
  color: #fff;
}
ul.c_classic li .tab_box {
  height: 37px;
  line-height: 37px;
  text-align: center;
}
ul.c_classic li .tab_box .tab {
  background: #fff;
  width: 129px;
  float: left;
  border-right: 1px solid #f6f7fb;
  color: #00be6e;
}
ul.c_classic li .tab_box .tab:hover {
  color: #fff;
  background: #00be6e;
  border-color: #00be6e;
}
ul.c_classic li .tab_box .tab:hover .ico1 {
  background-position: -59px -800px;
}
ul.c_classic li .tab_box .tab:hover .ico2 {
  background-position: 0 -800px;
}
ul.c_classic li .tab_box .tab i {
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icon.png") no-repeat center;
  margin: -4px 8px 0 0;
}
ul.c_classic li .tab_box .tab .ico1 {
  height: 16px;
  width: 18px;
  background-position: -120px -799px;
}
ul.c_classic li .tab_box .tab .ico2 {
  height: 16px;
  width: 16px;
  background-position: -96px -800px;
}
ul.c_classic li .tab_box .tab + .tab {
  border: none;
  color: #ff7044;
}
ul.c_classic li .tab_box .tab + .tab:hover {
  background: #ff7044;
  color: #fff
}
/**/
.callbacks_container {
  position: relative;
  float: left;
  width: 380px;
  height: 190px;
  margin-top: 20px;margin-bottom: 26px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 380px;
}
.callbacks li {
  position: absolute;
  width: 380px;
  left: 0;
  top: 0;
}
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  width: 380px;
	height: 190px;
}
.callbacks .caption {
  width: 380px;
  display: block;
  height: 35px;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/bg2.png) repeat-x 0px -215px;
}
.callbacks .caption a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
}
.callbacks .caption a:hover {
  text-decoration: underline;
}
.callbacks_nav {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 27px;
  width: 27px;
  background: transparent url("../images/arrow.png") no-repeat left top;
}
.callbacks_nav:hover {
  background: transparent url("../images/arrow_hover.png") no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.h_imgs .com_titOne{
	margin-top: 20px
}<!--0.00020718574523926-->