/* header */
.header{
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9;
	border-bottom: 1px solid #f6eaef;
}

#theme-blue .header{
	border-bottom: 1px solid #F2F2F2;
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
}
#theme-blue::before {
	content: '';
	display: block;
	width: 100%;
	height: 55px;
}
.header_c{
	margin: auto;
	width: 980px;
	height: 54px;
	position: relative;
}
.h_logo{
	display: block;
	width: 99px;
	height: 100%;
	float: left;
	background-image: url(../images/logo.jpg);
	background-size: 99px 24px;
	background-position: center;
	background-repeat: no-repeat;
}
.h_nav{
	float: left;
	font-size: 14px;
	padding: 0 20px;
}
.h_nav_i{
	text-align: center;
	line-height: 54px;
	float: left;
	padding: 0 11px;
	position: relative;
	display: block;
}
.h_nav_7 .h_nav_i{
	padding: 0 7px;
}
.h_nav_7 .h_nav_i_more{
	padding: 0 10px;
}
.h_nav_i:hover{
	color: #ff69a6;
}
#theme-blue .h_nav_i:hover{
	color: #0090eb;
}
.h_nav_i:hover .icon_jt_full{
	background-position: -13px -4px;
}
.h_nav_i:hover .h_more{
	display: block;
}
.h_more{
	white-space:nowrap;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	top: 50px;
	left: -368px;
	padding: 20px 0 10px;
	border: 1px solid #f6eaef;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
	line-height: 0px;
	display: none;
	font-size: 0;
	width: 978px;
}
.h_nav_7 .h_more{
	left: -371px;
}
.h_more_jt,.h_history_jt{
	position: absolute;
	display: block;
	width: 13px;
	height: 7px;
	top: -7px;
	background-image: url(../images/sanjiao_fen.png);
}
.h_more_jt{
	left: 390px;
}
.h_history_jt{
	right: 35px;
}
.h_more_columns{
	text-align: left;
	position: relative;
	overflow: hidden;
	float: left;
}
.h_more_tit{
	font-size: 14px;
	line-height: 14px;
	padding: 0 20px 6px;
	color: #333;
}
.h_more_tit_c1{
	color: #ff6701;
}
.h_more_tit_c2{
	color: #ff5fc8;
}
.h_more_tit_c3{
	color: #0090eb;
}
.h_more_tit_c4{
	color: #14b820;
}
.h_more_list{
	overflow: hidden;
	padding: 0 10px;
}
.h_more_list_c{
	float: left;
}
.h_more_list a{
	display:block;
	font-size: 14px;
	margin: 9px 10px;
	line-height: 19px;
}
.h_more_list a:hover{
	color: #ff69a6;
}
#theme-blue .h_more_list a:hover{
	color: #0090eb;
}
.h_more_fgline{
	position: absolute;
	top: -10px;
	right: 0;
	display: block;
	width: 0px;
	height:100%;
	border-right:1px dotted #e5e5e5;
}

.h_search{
	width: 238px;
	height: 26px;
	border: solid 1px #ff69a6;
	float: left;
	margin: 13px;
	font-size: 12px;
	position: relative;
	margin-right: 20px;
	position: relative;
}
#theme-blue .h_search{
	border: solid 1px #2da4ff;
}
.h_search_btn{
	display: block;
	width: 52px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	background-color: #ff69a6;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
#theme-blue .h_search_btn{
	background-color: #2da4ff;
}
.h_search_inp{
	position: absolute;
	left: 30px;
	top: 0;
	width: 126px;
	float: left;
	height: 26px;
	line-height: 26px;
	border: none!important;
	border-width: 0;
	color: #cccccc;
}
.search_con{
	position: absolute;
	left: -1px;
	top: 27px;
	width: 208px;
	padding: 8px 15px;
	background-color: #fff;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
	border: solid 1px #f6eaef;
	z-index: 2;
	line-height: 14px;
	font-size: 14px;
	display: none;
}
#theme-blue .search_con{
	border: solid 1px #f2f2f2;
}
.search_his{
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 7px;
	display: none;
}
.search_his .searchHisItem {cursor: pointer;display: inline-block;width: 194px;}
.search_hot{
	padding-top: 7px;
}
.search_con p{
	position: relative;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.search_con .search_con_tit{
	color: #b3b3b3;
}
.search_hot p a{
	display: inline-block;
	width: 95px;
	height: 30px;
	overflow: hidden;
}
.search_con p a:hover{
	color: #ff69a6;
}
#theme-blue .search_con p a:hover{
	color: #0090eb;
}
.search_hot p .search_hot_l{
	padding-right: 15px;
}
.search_clearhis{
	position: absolute;
	right: 0;
	color: #FF69A6;
	padding-left: 20px;
	cursor: pointer;
}
#theme-blue .search_clearhis{
	color: #0090eb;
}
.search_lx p{
	cursor: pointer;
}
.search_lx .searchGameItem:hover .search_lx_title{
	color: #ff69a6;
}
#theme-blue .search_lx .searchGameItem:hover .search_lx_title{
	color: #0090eb;
}
.search_lx p .search_lx_right{
	position: absolute;
	right: 0;
	color: #b3b3b3;
	font-size: 12px;
	display: inline-block;
	height: 30px;
}


.search_lx p .search_lx_title{
	display: inline-block;
	height: 30px;
}
.search_lx_zt{
	display: inline-block;
	height: 30px;
	font-size: 12px;
	color: #b3b3b3;
	padding-left: 7px;
	margin-left: 5px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.search_lx p .search_lx_title i{
	font-style:normal;
	color: #ff69a6;
}
#theme-blue .search_lx p .search_lx_title i{
	font-style:normal;
	color: #0090eb;
}


.h_site{
	font-size: 12px;
	float: right;
}
.h_site .login_no>div, .h_history,.login_already{
	line-height: 54px;
	height: 54px;
	position: relative;
	float: left;
	padding: 0 10px 0 20px;
	cursor: pointer;
}
.login_already span{
	display: inline-block;
	height: 54px;
	max-width: 84px;
	overflow: hidden;
}
.h_site .login_no> .h_reg{
	padding: 0 10px 0 ;
}
.h_site>.h_reg{
	padding: 0 10px 0 11px;
}
.h_site>.h_history{
	padding: 0 20px 0 31px;
}
.h_site .login_no>div:hover span,.h_history:hover span{
	color: #ff69a6;
}
.h_history:hover .icon_jt_full{
	background-position: -13px -4px;
}
.h_site .login_no{
	float: left;
	/* display: none; */
}
.login_already{
	float: left;
}
.h_history:hover .history_con{
	display: block!important;
	overflow: hidden;
}
.history_con{
	position: absolute;
	right: 0;
	top: 50px;
	width: 300px;
	background-color: #ffffff;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
	border: solid 1px #f6eaef;
	line-height: normal;
	opacity: 0;
}
#theme-blue .history_con{
	border: 1px solid #f2f2f2;
}
.history_con .swiper-game-his2{
	overflow: hidden;
	height: 331px;
}
.history_con .w_tabs_i{
	font-size: 14px;
}
.history_con .w_tabs_i {
	padding: 1px 22px 1px;
	text-align: center;
	font-size: 14px;
	float: left;
	border-top: 1px solid #fbdbe8;
	background-image: url(../images/gray_line.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
}
.history_con .w_tabs_i_only {
    background-image: none;
}
#theme-blue .history_con .w_tabs_i {
    border-top: 1px solid #dceaf6;
}
.history_con .w_tabs_ied {
	border-top: 2px solid #ff69a6;
	padding: 0 22px 1px;
	font-weight: 600;
	background-color: #fff;
}
.history_con .w_tabs_i:hover {
    border-top: 2px solid #ff69a6;
    padding: 0 22px;
}
#theme-blue .history_con .w_tabs_i:hover {
    border-top: 2px solid #71befd;
    padding: 0 22px;
}
#theme-blue .history_con .w_tabs_ied {
	border-top: 2px solid #71befd;
	padding: 0 22px;
}
.history_con .game_item{
	margin:3px 1px 3px 2px;
}
.history_con .w_head{
	height: 35px;
	line-height: 35px;
	width: 100%;
	position: relative;
	overflow: hidden;
	top: 0;
}
.history_con .w_tabs{
	height: 100%;
	overflow: hidden;
	float: left;
	background-image: url(../images/gray_bg.jpg);
}
.history_con .w_tabs_i_history{
	padding: 2px 22px 0;
	text-align: center;
	font-size: 16px;
	float: left;
	background-image: none;
	background-position: top top;
	cursor: pointer;
	background-color: #fff;
}


.history_con .w_lr{
	float: right;
	position: relative;
	width: 40px;
}
.history_con .w_lr{
	width: 40px;
	height: 35px;
	padding: 0;
	margin-right: 22px;
}
.history_con .swiper-wrapper .game_list{
	overflow: hidden;
	padding: 0 8px 10px;
	width: 284px!important;
}
.history_con .game_item{
	text-align: center;
	float: left;
	margin: 5px;
	width: 84px;
	overflow: hidden;
}
.history_con .game_item>a{
	display: block;
}
.history_con .game_item .pic{
	font-size: 0;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.history_con .game_item .pic img{
	width: 76px;
	height: 77px;
	margin-top: -2px;
	margin-left: -2px;
}
.history_con .game_item .pic70 img{
	width: 70px;
	height: 70px;
	margin-top: 0;
	margin-left: 0;
}
.history_con .game_item p{
	font-size: 12px;
	color: #3f3f3f;
	height: 13px;
	padding: 2px 0 6px;
	width: 100%;
	overflow:hidden;
}


/* footere */
.footer{
	background: #fff;
	border-top: 1px solid #f6eaef;
	width: 100%;
}
#theme-blue .footer{
	border-top: 1px solid #f2f2f2;
}
.f_con{
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto;
	width: 980px;
}
.f_con_fl1{
	width: 100%;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	font-size: 0;
}
.f_game{
	width: 848px;
	overflow: hidden;
	float: left;
}
.f_game_columns{
	float: left;
	overflow: hidden;
	border-right: 1px dotted #e5e5e5;
	padding: 0px 19px;
}
.f_game_columns1{
	padding-left:0px;
}
.f_game_columns5{
	border-right: none;
}
.f_game_tit{
	font-size: 12px;
	color: #3f3f3f;
}
.f_game_list{
	float: left;
	padding: 5px 0;
}
.f_game_list_l{
	padding-right: 20px;
}
.f_game_list a{
	font-size: 12px;
	color: #a2a2a2;
	display: block;
	margin: 5px 0;
}
.f_game_list a:hover{
	color: #ff69a6;
}
#theme-blue .f_game_list a:hover{
	color: #0090eb;
}
.f_wechat{
	float: right;
}
.f_wechat_tit{
	font-size: 12px;
	padding-bottom: 10px;
}
.f_wechat_code{
	width: 120px;
}
.f_wechat_code img{
	width: 100%;
}
.f_wechat_code p{
	padding: 5px 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.f_con_fl2{
	padding-right: 100px;
	padding-top: 15px;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 20px;
}
.f_con_fl2 p{
	padding: 1px 0;
}
.f_con_fl2 a,.f_con_fl2 span{
	margin: 0 5px;
	color: #666;
	display: inline-block;
	position: relative;
}
.f_con_fl2 a:hover{
	color: #ff69a6;
}
#theme-blue .f_con_fl2 a:hover{
	color: #0090eb;
}
.f_p4,.f_p5{
	color: #999999;
}
.f_con_fl2 .p2_jing{
	padding-left: 18px;
}
.f_con_fl2 .p2_wen{
	padding-left: 23px;
}
.foot_cat{
	background-image: url(../images/mao.jpg);
	display: block;
	width: 183px;
	height: 55px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.icon_jian {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/jian_icon.png);
}

.goMobile{
	position: fixed;background-color: #fff;z-index: 2;
	width: 100%;padding: 30px 0;text-align: center;
	bottom: 0;left: 50%;transform: translateX(-50%);
	box-shadow: 0px -1px 10px 0px  rgba(0, 0, 0, 0.15);
}
.goMobile .btn_gom,.goMobile .btn_hidem{
	line-height: 90px; font-size: 40px;
	display: inline-block;
	border-radius: 39px;margin:0 2.6%;
}
.goMobile .btn_gom{ width: 53%;background-color: #ff8c1d;color: #fff; }
.goMobile .btn_hidem{
	width: 30%;background-color: #f2f2f2;
}
.login_unames-out{
	width: 124px;
	text-align: center;
}
#iconUsercenter{
	right: 6px;
}
.login_unames{
	width: 84px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#userBox-main{
	position: relative;
	top: -21px;
	line-height: normal;
	border: 1px solid rgb(242, 242, 242);
	box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 20%);
	display: none;
}
.userBox-out{
	height: 31px;
}
.userBox-list{
	width: 124px;
	background: white;
	height: 32px;
}
.userBox-list a{
	line-height: 30px;
	width: 85px;
	height: 100%;
	margin: 0;
	position: absolute;
	left: 43px;
}
.userBox-side{
	display: inline-block;
	float: left;
	width: 2px;
	height: 31px;
}
.userBox-side.check{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/sideCheck.png);
}
.userBox-text.check{
	text-decoration: underline;
	color: #30a3ff;
}
.userBox-img{
	width: 21px;
	height: 21px;
	display: inline-block;
	position: relative;
	left: 7px;
	top: 4px;
}
.userBox-user{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/user.png);
}
.userBox-collect{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/collect.png);
}
.userBox-star{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/star.png);
}
.userBox-logout{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/logout.png);
}
.userBox-user.check{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/userCheck.png);
}
.userBox-collect.check{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/collectCheck.png);
}
.userBox-star.check{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/starCheck.png);
}
.userBox-logout.check{
	background: url(//www.7k7kjs.cn/static/qike/common/images/images-user/logoutCheck.png);
}
.userBox-Line{
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
}
