.game{
	padding-bottom: 30px;
	/*padding-right: 98px;*/
	position: relative;
}
/*tab切换*/
.tabWrap{
	border-bottom: 1px solid #eee;
	margin: 5px 0 0 0;
}
.tabWrap .tab{
	display: inline-block;
	padding: 15px 12px;
	margin-right: 25px;
	color: #666;
}
.tabWrap .tab.active,.tabWrap .tab:hover{
	border-bottom: 2px solid #078ce0;
	text-decoration: none;
}
.tabWrap .tab.active{
	color: #333;
	font-weight: bold;
}

/*搜索样式*/
.searchWrap{
	margin-top: 20px;
	padding: 20px 10px 0 10px;
	border: 1px solid #eee;
}
.blueBtn{
	display: inline-block;
    vertical-align: middle;
	color: #fff;
	background: #1e9ff8;
	border-radius: 3px;
	border: 1px solid #1e9ff8;
	padding: 7px;
	text-decoration: none;
	margin: 0 20px 20px 0;
}
.blueBtn:hover{
	background: #1090e9;
}
.searchWrap .line{
	display: inline-block;
	height: 35px;
    border-left: 1px solid #eee;
    margin: 0 20px 20px 0;
    vertical-align: middle;
}
.searchWrap .lightBtn{
    display: inline-block;
	border: 1px solid #cdcdcd;
    color: #333;
    background: #f8f8f8;
    padding: 7px 10px;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
.searchWrap .lightBtn .icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/search.png);
    margin-right: 6px;
    vertical-align: middle;
}
.searchWrap .chooseBox{
    display: inline-block;
    vertical-align: top;
    line-height: 33px;
}
.searchWrap .choose{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.searchWrap .item{
    display: inline-block;
    height: 33px;
    margin: 0 20px 20px 0;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}
.searchWrap .item em{
	display: inline-block;
    height: 33px;
    line-height: 33px;
    border-right: 1px solid #cdcdcd;
	padding: 0 10px;
	background: #f7f7f7;
	vertical-align: top;
}
.searchWrap .item [type=text]{
    width: 150px;
    height: 33px;
    border: none;
    margin-left: -4px;
    padding: 0 10px;
}
.searchWrap .item #dRange, .searchWrap .item #datepicker{
	width: 178px;
}
.searchWrap .item .select{
    width: 117px;
    height: 33px;
    border: none;
    margin-left: -4px;
    padding: 0 8px;
    vertical-align: top;
}
.searchWrap .item .width_auto{
	width: auto;
}
.searchWrap .item .bl{
	border-left: 1px solid #cdcdcd;
}
.searchWrap .item .br{
	border-right: 1px solid #cdcdcd;
}
.searchWrap .item .ml_4{
	margin-left: -4px;
}
.searchWrap .item .ml_0{
	margin-left: 0;
}
.searchWrap .item .bg{
	background: #f7f7f7;
}

/*列表样式*/
.list{
	border-bottom: 1px solid #eee;
	padding: 20px 160px 20px 120px;
	position: relative;
}
.list .ml{
	margin-left: 30px;
}
.list .imgUrl{
	position: absolute;
	left: 0;
	top: 20px;
	display: block;
	width: 100px;
	height: 100px;
}
.list img{
	width: 100%;
	height: 100%;
	border-radius: 17px;
}
.list .speedUpIcon{
	position: absolute;
    right: -23px;
    top: -5px;
    color: #fff;
    font-size: 12px;
    border-color: transparent transparent #ff6600 transparent;
    border-style: solid;
    border-width: 0 35px 35px 35px;
    height: 0;
    width: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list .speedUpIcon span{
	position: absolute;
    left: -18px;
    top: 12px;
    width: 37px;
}
.list .content p{
	font-size: 14px;
	color: #666;
	line-height: 34px;
}
.list .hasDownload p{
	line-height: 26px;
}
.list .content .title{
	font-size: 18px;
	color: #333;
}
.list .content .uptime{
	margin-left: 30px;
}
.list .content span{
	margin-right: 30px;
}
.list .content em{
	color: #005ef9;
}
.list .content .speed{
	margin: 0 25px;
	color: #f00;
	font-size: 18px;
}
.list .content .hotGame{
	border: 1px solid #E15500;
	border-radius: 4px;
	padding: 5px;
	color: #E15500;
	margin-left: 20px;
}
.list .pfIcon{
	display: inline-block;
	width: 15px;
	height: 18px;
	vertical-align: text-top;
}
.list .ios{
	background: url(../images/ios.png);
}
.list .android{
	background: url(../images/android.png);
}
.list .h5{
	background: url(../images/html5.png);
}
.list .btns{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list .btn{
	display: block;
	margin: 10px 0;
	border-radius: 3px;
	width: 138px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-align: center;
}
.list .downApp{
	display: none;
	border: 1px solid #cdcdcd;
    color: #E15500;
    background: #eee;
    padding: 5px 10px;
    border-radius: 3px;
	margin-left: 70px;
}
.list:hover .downApp{display:inline-block;}
.list .undo{
	background: #ccc;
	border: 1px solid #ccc;
}
.list .get{
	background: #ff9933;
	border: 1px solid #ff9933;
}
.list .get:hover{
	background: #ff6600;
	border: 1px solid #ff6600;
}
.list .apply,.list .add{
	background: #1e9ff8;
	border: 1px solid #1e9ff8;
}
.list .apply:hover,.list .add:hover{
	background: #1090e9;
	border: 1px solid #1090e9;
}
.list .copy{
	background: #05cedb;
	border: 1px solid #05cedb;
}
.list .copy:hover{
	background: #11bec9;
	border: 1px solid #11bec9;
}
.list .update{
	background: #fff;
	border: 1px solid #1e9ff8;
	color: #1e9ff8;
}
.list .update:hover{
	background: #e5f4ff;
}
.list .btns p{
	text-align: center;
	color: #1372f3;
	line-height: 34px;
	cursor: pointer;
}
.list .btns .icon{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/code.png);
	vertical-align: sub;
	margin-right: 10px;
}
.list .btns .collecteBtn{
	cursor: default;
}
.list .btns .collecteIcon{
	display: inline-block;
	width: 25px;
	height: 25px;
    color: #ccc;
    font-size: 16px;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: color 1.5s;
    -moz-transition: color 1.5s;
    -ms-transition: color 1.5s;
    -o-transition: color 1.5s;
    transition: color 1.5s;
}
.list .btns .collecteIcon.active{
	color: #1372f3;
}

/*分页样式*/
.pageWrap{
	padding: 20px 10px;
}
.pageWrap .pageSize{
	float: left;
	color: #333;
	font-size: 12px;
	line-height: 40px;
}
.pageWrap .pageSize span{
	margin-left: 15px;
}
.pageWrap .pageSize select{
	width: 64px;
	height: 28px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	margin-left: 7px;
}
.pageWrap .pages{
	float: right;
	border: 1px solid #eee;
}
.pageWrap .pages .page{
	display: block;
	float: left;
	line-height: 38px;
	width: 38px;
	text-align: center;
	box-sizing: border-box;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.pageWrap .pages .page:last-child{
	width: 68px;
}
.pageWrap .pages .page:hover{
	background: #f6f6f6;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.pageWrap .pages .active,.pageWrap .pages .active:hover{
	background: #078ce0;
	color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

/*二维码弹窗*/
.codeTip{
	/*display: none;*/
	width: 236px;
	height: 236px;
	padding-right: 38px;
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -137px;
}
.codeTip .closeBtn{
	position: absolute;
	right: 0;
	top: 0;
	background: #eee;
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
    line-height: 38px;
    font-size: 20px;
    cursor: pointer;
}
.codeTip canvas{
	background: #fff;
	padding: 20px;
	width: 196px;
	height: 196px;
	box-shadow: 0 0 10px #ccc;
}

/*游戏截图*/
.imgWrap .title,.descWrap .title{
	border-left: 4px solid #1c99eb;
	font-size: 16px;
	color: #333;
	margin: 20px 0;
	padding-left: 10px;
}
.imgWrap .imgList{
	width: 100%;
	overflow-x: auto; 
}
.imgWrap .imgList img{
	width: 286px;
	height: 476px;
	margin-right: 18px;
	float: left;
}

/*弹窗*/
.tipWrap{
	display: none;
	position: fixed;
	left: 50%;
	top: 25%;
	margin-left: -203px;
	width: 406px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.tipWrap.show{
	display: block;
}
.tipWrap .title{
	text-align: center;
	line-height: 42px;
	background: #f7f7f7;
}
.tipWrap .noTitle{
	height: 20px;
}
.tipWrap .content{
	padding: 12px 30px;
}
.tipWrap .content p{
	margin-bottom: 20px;
}
.tipWrap .content .p5{
	padding: 0 5px;
}
.tipWrap .content .money{
	color: #ff701a;
}
.tipWrap .content .item-l{
	display: inline-block;
	width: 84px;
	text-align: right;
}
.tipWrap .content input{
	width: 250px;
	height: 36px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	padding: 0 5px;
}
.tipWrap .error,.tipWrap .tip{
	font-size: 12px;
	color: #f00;
	margin-top: -20px;
	padding: 2px 0 2px 85px;
}
.tipWrap .tip{
	color: #999;
	padding-bottom: 10px;
}
.tipWrap .btns{
	padding: 15px 0;
	border-top: 1px solid #eee;
	text-align: center;
}
.tipWrap .btns button{
	width: 68px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	font-size: 12px;
}
.tipWrap .btns button:hover{
	background: #f4f4f4;
}
.tipWrap .btns button.sure{
	border: 1px solid #1e9ff8;
	background: #1e9ff8;
	color: #fff;
	margin-right: 10px;
}
.tipWrap .btns button.sure:hover{
	border: 1px solid #1090e9;
	background: #1090e9;
}

.giftListTips{
	width: 80%;
	margin: 20px auto;
    margin-bottom: 10px;
    padding: 12px 0;
    font-size: 14px;
    color: #f00;
    text-align: center;
    border: 1px solid #eee;
    background: #F2F2F2;
}

/*vip登记表*/
.vipTable{
	border: 1px solid #eee;
	border-top: none;
}
.vipTable .theader{
	background: #f5f5f5;
    color: #828186;
    font-size: 18px;
    font-weight: bold;
}
.vipTable .theader .item{
	border-right: 1px solid #eee;
}
.vipTable .item{
	float: left;
	width: 33.33%;
	height: 60px;
	line-height: 60px;
	text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.vipTable .at3{
	border-right: none;
}
.vipTable .atb{
	border-bottom: none;
}
.vipTable .addl{
	border-left: 1px solid #eee;
}
.vipTable .addr{
	border-right: 1px solid #eee;
}
.vipTable .gameList, .vipTable .vipList{
	float: left;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.vipTable .gameList{
	width: 33.33%;
}
.vipTable .vipList{
	width: 66.66%;
}
.vipTable .gameList .item{
	width: 100%;
	background: #f5f5f5;
	cursor: pointer;
}
.vipTable .vipList .item{
	width: 50%;
}
.vipTable .active{
	background: #fff!important;
    border-bottom: 1px solid #eee!important;
    border-top: 1px solid #eee;
    border-left: 3px solid #1693e9;
}
.vipTable .icon{
	display: inline-block;
    width: 15px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.vipTable .ios{
	background: url(../images/ios.png);
}
.vipTable .android{
	background: url(../images/android.png);
}

/*游戏脚本库*/
.scriptList{
	border-bottom: 1px solid #eee;
}
.scriptList li{
	float: left;
	width: 33.33%;
	padding: 15px 35px;
	box-sizing: border-box;
}
.scriptList .top-wrap{
	position: relative;
	height: 84px;
	padding-left: 104px;
	font-size: 16px;
    color: #000;
}
.scriptList .thumb img{
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
    height: 84px;
    border-radius: 14px;
}
.scriptList .top-wrap h2 a{
	font-size: 16px;
    color: #000;
}
.scriptList .top-wrap h2 a:hover{
	color: #1e9ff8;
}
.scriptList .top-wrap .info, .scriptList .top-wrap h2{
	margin-bottom: 10px;
}
.scriptList .top-wrap .icon-ios, .scriptList .top-wrap .icon-android, .scriptList .top-wrap .icon-pc{
	display: inline-block;
    width: 15px;
    height: 18px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.scriptList .top-wrap .icon-ios{
	background: url(../images/ios.png);
}
.scriptList .top-wrap .icon-android{
	background: url(../images/android.png);
}
.scriptList .top-wrap .icon-pc, .scriptCon .item .platform.pc{
	width: 19px;
	height: 19px;
	background: url(../images/pc.png);
}
.scriptList .script-desc{
	font-size: 14px;
    color: #999;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

/*脚本详情*/
.scriptHeader .con{
	float: left;
	padding: 20px 35px;
	width: 325px;
}
.scriptHeader .info{
	height: 84px;
	color: #000;
	font-size: 16px;
	padding-left: 104px;
	position: relative;
}
.scriptHeader .info p{
	padding: 3px 0 4px 0;
}
.scriptHeader .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
	height: 84px;
	border-radius: 14px;
}
.scriptHeader .title{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scriptHeader .num{
	color: #ff5633;
	font-size: 14px;
}
.scriptHeader .time{
	font-size: 14px;
	color: #999;
}
.scriptHeader .desc{
	padding-top: 12px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scriptHeader .down{
	float: right;
    width: 212px;
    height: 83px;
    border: 1px solid #bfbfbf;
    padding: 20px 15px 10px 15px;
    margin: 20px 35px;
    position: relative;
}
.scriptHeader .dtitle{
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 85%;
	font-size: 16px;
	color: #000;
    text-align: center;
    background: #fff;
}
.scriptHeader .ios, .scriptHeader .android{
	display: inline-block;
    width: 66px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
}
.scriptHeader .ios{
	margin-right: 7px;
	background: #33b1fe;
}
.scriptHeader .android{
	margin-left: 7px;
	background: #9aca27;
}
.scriptHeader .ios::before, .scriptHeader .android::before{
	content: " ";
	display: block;
	width: 20px;
	height: 22px;
	position: absolute;
	left: 15px;
	top: 5px;
}
.scriptHeader .ios::before{
	background: url(../images/ios_white.png);
}
.scriptHeader .android::before{
	background: url(../images/android_white.png);
}
.scriptHeader .ddesc{
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.scriptHeader .steps{
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	padding: 15px 29px 0 9px;
	color: #fff;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scriptHeader .steps .item{
	float: left;
	width: 24.8%;
	height: 72px;
	line-height: 72px;
	padding: 0 25px;
	margin: 0 1px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scriptHeader .steps .item1{
	background: #a4d7ff;
}
.scriptHeader .steps .item2{
	background: #76c3fe;
}
.scriptHeader .steps .item3{
	background: #49affe;
}
.scriptHeader .steps .item4{
	background: #1b9bfe;
}
.scriptHeader .steps .index{
	font-size: 32px;
	margin-right: 5px;
}
.scriptCon{
	padding: 0 30px 100px 10px;
    border-bottom: 1px solid #eee;
}
.scriptCon .list{
	background: #fbfbfb;
	border: 1px solid #eee;
	margin-top: 15px; 
	padding: 15px 18px 30px 18px;
}
.scriptCon .list .title{
	color: #000;
	font-size: 22px;
}
.scriptCon .list .type{
	padding: 1px 2px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
}
.scriptCon .list .new{
	padding: 1px 2px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-left: 5px;
	background: #ff5633;
}
.scriptCon .list .fee{
	background: #9bd841;
}
.scriptCon .list .charge{
	background: #e43e45;
}
.scriptCon .list .try{
	background: #f3b93e;
}
.scriptCon .list .tutorial{
	float: right;
	margin-right: 20px;
	font-size: 20px;
	color: #33b1fe;
}
.scriptCon .item{
	padding: 30px 20px 00;
	font-size: 18px;
}
.scriptCon .item .item-l{
	float: left;
	display: inline-block;
	width: 10%;
	padding-right: 5px;
	color: #000;
	text-align: right;
}
.scriptCon .item .item-r{
	float: left;
	width: 89%;
	display: inline-block;
	color: #999;
	line-height: 28px;
}
.scriptCon .item .platform{
	display: inline-block;
	width: 15px;
    height: 18px;
    margin-top: 3px;
    margin-right: 5px;
}
.scriptCon .item span{
	float: left;
	color: #999;
}
