body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	/*background: #EEEEEE;*/
	background: #fafafa;
	/*background-color: #000;*/
	position: relative;
	min-width: 1200px;
}
form{
	margin:0;
	padding:0
}
img {
	border: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:focus,
a:active,
a:link,
a:visited,
input,
textarea {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}


/**/

.address_nav {
	font-size: 14px;
}

.address_nav,
.address_nav a {
	color: #333333;
}

.address_nav a:hover {
	color: #007AB3;
}


/**/

._blank {
	clear: both;
}


/**/

.search input {
	border: 1px solid #761C19;
	padding: 5px;
	float: left;
}

.search input[type=text] {
	width: 180px;
	border-radius: 3px 0 0 3px;
}

.search input[type=submit] {
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	width: 50px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	border: 0;
	border-right: 0;
	background: #761C19;
}


/**/

.left {
	float: left;
}

.right {
	float: right;
}

.fl-t{
	min-width: 1200px;
	max-width: 100%;
	clear: both;
}

.fl-t:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.container {
	max-width: 1536px;
	margin: 0 auto;
	padding: 15px;
}

.container:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.title {
	/*font-size: 20px;*/
	font-size: 18px;
	border-left: 3px solid;
	padding-left: 10px;
	position: relative;
}

.title> a {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.title> a:hover {
	color: #F13D6D;
}

.title_left0 {
	/*border-color: #F13D6D;
	color: #F13D6D;*/
	border-color: #ff7800;
	color: #ff7800;
}

.title_left1 {
	border-color: #00AAEF;
	color: #00AAEF;
}

.title_left2 {
	border-color: #A6E1EC;
	color: #A6E1EC;
}

.title_left3 {
	/*border-color: #D32727;
	color: #D32727;*/
	border-color: #ff7800;
	color: #ff7800
}

.title_left4 {
	border-color: #D0E9C6;
	color: #D0E9C6;
}

.title_left5 {
	border-color: #E4B9B9;
	color: #E4B9B9;
}

.title_left6 {
	border-color: #D32727;
	color: #D32727;
	font-size: 16px;
	font-weight: normal;
}


/**/

.mask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-ms-filter: alpha(opacity=70);
}


/**/


/*导航*/

.header {
	background: #FFFFFF;
}

.header_con {
	height: 100px;
	padding: 0;
}

.brand_logo {
	float: left;
	height: 100px;
	width: 200px;
	background: url(../img/damai_heng_logo.png) no-repeat center;
}

.header_nav {
	float: right;
	margin: 50px 10px 0 0;
}

.header_nav li {
	text-align: center;
	float: left;
	width: 120px;
}

.header_nav li> a {
	display: block;
	margin: 0 5px;
	color: #333333;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
}

.header_nav li> a:hover {
	border-color: #F13D6D
}

.header_nav li.active a {
	color: #F13D6D;
	border-color: #F13D6D
}
.hreadSearch{
	float: right;
	margin-top:45px;
}
.hreadSearch select,.hreadSearch input[type=submit]{
	float: left;
	height: 30px;
	line-height: 30px;
	border: 1px solid #F13D6D;
	border-radius: 3px 0 0 3px;
}
.hreadSearch select:focus{
	outline: none;
	
}
.hreadSearch select{
	padding:0 10px;
	text-align: center;
	cursor: pointer;
}
.hreadSearch input[type=text]{
	float: left;
	height: 28px;
	border: 1px solid #F13D6D;
	border-right: none;
	border-left: none;
	padding: 0 3px ;
}
.hreadSearch input[type=submit]{
	width: 70px;
	text-align: center;
	border-radius: 0 3px 3px 0;
	color: #FFFFFF;
	background: #F13D6D url(../img/search_icon.png) no-repeat;
	background-position:10% 6px;
	padding-left: 10px;
	cursor: pointer;
}
.search_result{
	margin-left: 15px;
	display: block;
	font-size: 16px;
}
.search_result b{
	color: #F13D6D;
	font-weight: normal;
	margin: 0 2px;
}
/*广告位置*/

.ad {
	background: #FFFFFF;
	margin-top: 20px;
}

.ad li {
	width: 25%;
	float: left;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.ad li img {
	width: 280px;
	height: 200px;
	margin: 0 5px;
}

.ad li .mask {
	width: 280px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: alpha(opacity=0);
	transition: opacity .5s;
}

.ad:hover .mask {
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-ms-filter: alpha(opacity=70);
}

.ad li:hover .mask {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: alpha(opacity=0);
}

.ad ul {
	margin-top: 10px;
}


/*分页*/

.page {
	text-align: right;
	background: #FFFFFF;
}

.page_code {
	padding: 10px;
}

.pagination {
	float: right;
}

.page_code li {
	float: left;
}

.page_code a,
.page_code span {
	padding: 2px 10px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	color: #333;
	font-size: 12px;
}

.page_code span {
	background: #00AAEF;
	color: #FFFFFF;
}

.page_code a:hover {
	color: #FFFFFF;
	background: #00AAEF;
	/*border-color: #00AAEF;*/
}

.page_code li.active a {
	color: #FFFFFF;
	background: #00AAEF;
	/*border-color: #00AAEF;*/
}


/**/

.power {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #979797;
}

.power span {
	display: inline-block;
	width: 100px;
	background: #EEEEEE;
	height: 10px;
	margin: 0 10px;
	position: relative;
}

.power span i {
	display: block;
	width: 100%;
	height: 10px;
	background: #ff7800;
}

.power b {
	font-weight: normal;
	font-size: 14px;
}


/*轮播*/

.banner {
	height: 400px;
	position: relative;
	overflow: hidden;
}

.banner_pic {
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 1;
}

.banner_pic li {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: alpha(opacity=0);
	z-index: 1;
	transition: opacity 1s;
}

.banner_pic li.active {
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: alpha(opacity=1);
	z-index: 2;
}

.banner_pic li img {
	width: 100%;
	height: 400px;
}

.banner_btn {
	display: block;
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: alpha(opacity=0);
	background: url(../img/bannerBtn.png) no-repeat center;
	z-index: 3;
	transition: opacity .3s;
}

.banner_btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: alpha(opacity=100);
}

.banner_btn_pre {
	left: 0;
	background-position: 0 0;
}

.banner_btn_next {
	right: 0;
	background-position: 100% 0;
}

.banner_disc {
	position: absolute;
	bottom: 10%;
	z-index: 3;
	left: 50%;
	color: #F0AD4E;
	height: 10px;
	text-align: center;
}

.banner_disc> span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background: url(../img/disc.png) no-repeat;
	cursor: pointer;
}

.banner_disc> span.active {
	width: 29px;
	background-position: -10px 0;
}


/*排行榜*/

.m_r {
	padding: 15px;
	background: #FFFFFF;
}

.m_r_con {
	margin-top: 10px;
}

.event {
	width: 100%;
	margin-top: 10px;
	height: 113px;
	overflow: hidden;
	cursor: pointer;
}

.event:hover img {
	transform: scale(1);
}

.event img {
	width: 100%;
	height: 113px;
	transform: scale(1.1);
	transition: transform .3s;
}

.m_r_con li {
	min-height: 35px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 5px;
	margin-top: 10px;
}

.m_r_con img {
	width: 60px;
	height: 60px;
}

.m_r_con li.active .show1 {
	display: none;
}

.m_r_con li.active .show2 {
	display: block;
}

.show1 {
	height: 26px;
}

.show1 p {
	font-size: 16px;
	color: #333333;
	width: 157px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.show1 p:hover {
	color: #F13D6D;
}

.show1 span {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #999999
}

.show2 {
	display: none;
	height: 60px;
	margin-bottom: 5px;
}

.show2 img {
	float: left;
}

.show2_con {
	float: right;
	width: 280px;
	position: relative;
	height: 60px;
}

.show2_con p {
	width: 160px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.show2_con> a> p {
	font-size: 20px;
	color: #333333;
}

.show2_con> p {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

.m_r_c_btn {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 0;
	display: block;
	width: 80px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	background: #F13D6D;
	border-radius: 5px;
	color: #FFFFFF;
	border: 1px solid;
}

.m_r_c_btn:hover {
	background: #FFFFFF;
	color: #F13D6D;
	border-color: #F13D6D;
}


/*右侧游戏*/

.game_detial {
	width: 100%;
	height: 150px;
}

.game_detial> a>img {
	float: left;
	width: 128px;
	height: 128px;
}

.g_d_con {
	float: right;
	width: 200px;
}

.g_d_con h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	padding: 10px 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.g_d_con h3:hover {
	color: #F13D6D;
}

.g_d_con span {
	margin-right: 10px;
	font-size: 14px;
}

.g_d_btn {
	display: block;
	width: 90px;
	float: left;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #F13D6D;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid;
	margin: 20px 10px 0 0;
}

.g_d_btn:hover {
	color: #F13D6D;
	background: #FFFFFF;
}


/*底部*/

.footer {
	color: #333333;
	text-align: center;
}

.footer .container a {
	color: #333333;
}


/*友情链接*/

.link {
	background: #FFFFFF;
	margin-top: 20px;
}

.link_con {
	margin-top: 10px;
}

.link_con a {
	display: inline-block;
	color: #777777;
	margin: 5px 10px;
}

.link_con a:hover {
	color: #F0AD4E;
}


/*兼容*/

#mm {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
}

#zm {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-filter: alpha(opacity=80);
}

#browser_list {
	width: 1000px;
	position: absolute;
	padding: 50px 20px;
	background: #FFFFFF;
	z-index: 9999;
	top:50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -198px;
}

.browser {
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 16px;
	margin: 0 10px;
}

.browser img {
	width: 100%;
	margin: 0 auto;
}

.browser_logo {
	text-align: center;
}

.browser_word {
	width: 750px;
	margin: 0 auto;
}

/* custom */
body{
    background: #000
}
.title{
    color: #fff !important;
    border-bottom: 1px solid #333 !important;
}
.TOP10, .m_l, .m_r, .mrtj, .link, .game-sx, .lb-box, .qunbu-gift, .gift-rm, .gift-zx, .dh-box, .qunbu-news, .xw-rm, .gl-rm, .hd-rm, .wenzhang-game, .wenzhang-left, .yx-lb-lb, .game-xq-app, .game-xq-jieshao, .game-xq-libao, .game-xq-jietu, .game-xq-zixun, .gift, .yx-js, .gift-xq-nr, .detial_instr, .kaifu-box, .right .m_r_con li, .news-lb li{
    border-bottom: 1px solid #2e2e2e !important;
}
.line{
    background: #2e2e2e !important;
 }
.TOP10, .m_l, .m_r, .mrtj, .flexslider, .link, .gameList, .gameList_deital, .lb-box, .detial_instr, .gift-rm, .gift-zx, .qunbu-gift, .qunbu-gift, .dh-box, .xw-rm, .gl-rm, .hd-rm, .qunbu-news, .game-xq-jieshao, .game-xq-libao, .game-xq-zixun, .game-xq-jietu, .kaifu-box{
    background: #111 !important;
}
 
.gameList_deital{
     border: 1px solid #2e2e2e !important;
}
.title-i i{
    background: #A74AF4 !important;
    background: linear-gradient(to right,#29B8E3, #A74AF4, #FB01FF) !important;
}
.title> a, .hd-bt a, .gameList_word span, .news-xx .iconfont, .wz-name, .xgzx li:hover a, .detial_con .left> h2, .service-c li a:hover, .search_result b{
    color: #A74AF4 !important;
}
.title> a:hover, .hb li span{
    color: #FB01FF !important;
}
.hb li a, .lb-sx span, .news-nr h3 a, .gameList_word h3, .show2_con a p.game-name, .xgzx li a, .game-xq-jieshao .bt h1, .xw-box-nav li,.gameList_select li> span, .search_result{
    color: #fff !important;
}
#flexslider1 .flex-direction-nav .flex-prev{
    background: #A74AF4 url(../images/jt-left.png) no-repeat 8px center !important;
}
#flexslider1 .flex-direction-nav .flex-next{
    background: #A74AF4 url(../images/jt-right.png) no-repeat 12px center !important;
}
.TOP10_con li img, .m_l_con a img, .m_r_con img, .gameList_deital img, .pay-box, .account-box, .game-box{
    border-radius: 10px !important;
}
.g_s_type a.active, .g_s_type a:hover, .dh-box ul .news-active, .dh-box ul li:hover{
    background-color: #A74AF4 !important;
    box-shadow: 0px 2px 10px 0px rgb(167 74 244 / 50%) !important;
    margin-bottom: 5px;
}
.right .xiazai-btn{
    color: #A74AF4 !important;
    border: 1px solid #A74AF4 !important;
}
.right .m_r_con li:hover .xiazai-btn{
    color: #fff !important;
    background: linear-gradient(to right,#29B8E3, #A74AF4, #FB01FF) !important;
}
.xiazai-btn, .detial_instr ul li:hover p{
    color: #A74AF4 !important;
}
.xiazai-btn:hover, .g_w_btn:nth-last-child(2), .hz_regist_btn, .dl-box .zhdl{
    color: #fff !important;
    background: linear-gradient(to right,#29B8E3, #A74AF4, #FB01FF) !important;
}
.remen .show1 .num.so-hot.num1, .remen .show2 .num.so-hot.num1{
    background: #29B8E3 !important;
}
.zuixin .show1 .num.so-hot.num1, .zuixin .show2 .num.so-hot.num1{
    background: #A74AF4 !important;
}
.zong .show1 .num.so-hot.num1, .zong .show2 .num.so-hot.num1{
    background: #FB01FF !important;
}
.ht{
    background: #A74AF4 !important;
}
.flex-control-paging li a{
    background: rgba(255,255,255, 0.3) !important;
}
.flex-control-paging li a.flex-active{
    background: #A74AF4 !important;
}
.qunbu-news .page span div .current, .qunbu-news .page span div a:hover{
    background: #A74AF4 !important;
    border: 1px solid #A74AF4 !important;
}
.head-nav-2 li.on-tou2, .head-nav-2 li:hover, .hreadSearch input[type=submit]{
    background: #A74AF4 !important;
}
.top a, .header .head-nav-2 li a{
    color: #fff;
}
.top .content ul li a{
    color: #000;
}
.top a:hover, .sy:hover i{
    color: #A74AF4 !important;
}
.header{
    background: #111 !important;
}
.top{
    background: #000 !important;
    border-bottom: 1px solid #222 !important;
}
.footer{
    border-top: 2px solid #A74AF4 !important;
    color: #fff;
}
.footer .container a{
    color: #fff;
}