




  /* 主体you边 */

   .m_right{
	min-height:850px;
	margin:0px;
	padding: 0px 40px;
	position: relative;

 }



    #game-cate{
         
         height: 55px;
        width:100%;
        padding:0 15px;
         border-bottom: 2px solid #D2D2D2;
         margin-right:none;
         padding-right: none;
         position: relative;
    }

    #game-cate li{

    	float: left;
    	line-height: 50px;
    	text-align: center;
    	font-size: 14px;
    	position: relative;
    	cursor: pointer;
    	margin-right: 45px;
		height:54px;

    }

    .pack-l .pk-info{

    	margin-left:30px;
    	height: 88px;
    	margin-top: 30px;
    	width: 300px;
    	line-height: 88px;
    	text-align: center;
    }

    .pack-l .pk-info span{	color: #FF6B07; }
    .pack-l .pk-info h1{
    	line-height: 14px;
    	text-align: left;
    	font-size: 14px;
    }

    .pack-l .pk-info h2{
    	line-height: 14px;
    	font-size: 14px;
    	text-align: left;
    	margin-top: 10px;
    }

    .pack-l  .pk-get{
      
            display: block;
            width: 150px;
            line-height: 40px;
            background: #FF8500;
            color:#fff;
            border-radius: 8px;
            font-size: 18px;
            margin-top: 35px;
            text-align: center;
            margin-right: 20px;
    }

    .pack-l  .pk-get:hover{
    	/*color: #1791F0;
        background-image: linear-gradient(to bottom, #FF6B07 0px, #FFC334 100%);*/
        background: #ff7500;
    }


    #game-cate a{font-size:16px;color:#333;text-decoration: none}
	#game-cate .current{
	   border-bottom: 4px solid #FF8601;
		font-size: 18px;
		color: #FF8601;
	}
 #game-cate .current a{color:#FF8601;}
	#pack_list .pack-l{
		
		margin: 0;
		display:block;
		min-height: 740px;
		width: 100%;
        padding: 0;
		padding-top: 18px;
		padding-bottom: 40px;
		position: relative;
		
	}

	#pack_list #game-cate{
		//text-align: center;
		display:block;
		//margin: 5px 0;
	}
	#pack_list ul{
		display: none;
	}

	#pack_list .pack-l li{
		height: 150px;
        padding-top:15px;
	}

	.pack-l li:hover {
		border:1px solid #8DFFF5;
		box-shadow: 0 0 4px 2px #8DFFF5;
	}

    .pack-l li a{


    }
	.pack-l li a img{

		width: 200px;
		height: 120px;
        border-radius: 10px;
		
	}

/* //标红 */
  .reder{
    
    color: #ff7500;
  }


/* 分页 样式
 */

 
    .pages{text-align:center;}
    .pages a,.pages span{font-size:14px;margin:0 6px;padding:4px 8px;border:1px solid #666;border-radius: 7px;padding:0 7px;color:#333}
    .pages span.current{background: #FF7500;color:white}


	


