
/* banSlide */

.banSlide {
	position: relative;
	width: 100%;
	height: 400px;
}

.banSlide .hd ul {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 9;
}

.banSlide .hd li {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../img/slide_point.png) no-repeat;
}

.banSlide .hd li.on {
	background: url(../img/slide_point_on.png) no-repeat;
} 

.banSlide .focusBox {
	position: relative;
}

.focusBox li a {
	position: absolute;
	top: 0;
	left: 0;
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
}

.focusBox .prev, .focusBox .next {
	position: absolute;
	display: block;
	width: 65px;
	height: 90px;
	margin-top: 155px;
	z-index: 9;
}

.focusBox .prev {
	left: 3%;
	background: url(../img/arrow_left.png) no-repeat;
}

.focusBox .next {
	right: 3%;
	background: url(../img/arrow_right.png) no-repeat;
}


.banSlide .loginBox {
	position: absolute;
	top: 12px;
	left: 50%;
	width: 300px;
	height: 376px;
	margin-left: -600px;
	background: url(../img/login_box_bg.png);
	z-index: 9;
}

.loginBox .loginBd {
	border-bottom: 1px solid #847b78;
	padding: 20px 12px;
} 

.loginBox .inputGroup {
	margin-bottom: 30px;
}

.loginBox .inputGroup label {
	font-size: 20px;
	color: #ffffff;
}

.loginBox .inputGroup input {
	display: block;
	width: 260px;
	height: 44px;
	border-radius: 5px;
	padding-left: 10px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 44px;
	border: none;
}

.loginBox .btm input {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.loginBox .btm label {
	font-size: 14px;
	color: #ffffff;
	margin-left: 5px;
	margin-right: 10px;
}

.loginBox .btm a {
	font-size: 14px;
	color: #d97606;
}

.loginBox .loginFt .btnGroup{
	padding-top: 25px;
	padding-left: 15px;
}

.loginBox .btnGroup a {
	display: block;
	float: left;
	width: 84px;
	height: 35px;
	margin-left: 32px;
	font-size: 19px;
	line-height: 35px;
	text-align: center;
}

.loginBox .btnGroup .loginBtn {
	background: url(../img/login_box_btn.png) no-repeat 84px 35px;
	background-position: 0 0 ;
	color: #ffffff;
}

.loginBox .btnGroup .regBtn {
	background: url(../img/login_box_btn.png) no-repeat 84px 35px;
	background-position: 0 -39px ;
	color: #ff5800;
}

.loginBox .errorTip {
	position: absolute;
	top: 25px;
	right: 15px;
	color: #f35709;
}

/* mainContainer */

.mainContainer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.cmnTitle {
	font-size: 25px;
	line-height: 28px;
	color: #020200;
}

/* mainLeft */

.mainLeft {
	position: relative;
	float: left;
	width: 228px;
	margin-right: 20px;
}

.mainLeft .recommendPic {
	position: relative;
	margin-top: 32px;
	margin-bottom: 40px;
}

.btMask{
	position: absolute;
	display: none;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #333333;
	-webkit-opacity: .8;  
    -moz-opacity: .8;   
    -khtml-opacity: .8;  
    opacity: .8;  
    filter:alpha(opacity=80);  
}

/* hotGift */

.hotGift .hotGiftTitle {
	margin-bottom: 14px;
}

.hotGift .hotGiftTitle h2 {
	float: left;
}

.more{
	float: right;
	font-size: 14px;
	line-height: 28px;
}

.more:hover {
	color: #f15a24;
}

.hotGiftList {
	margin-bottom: 32px;
	border: 1px solid #c4c4c4;
}

.hotGiftList .giftListItem {
	width: 228px;
	height: 74px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dashedborder {
	border-bottom: 1px dashed #c4c4c4;
}

.hotGiftList .giftListItem img {
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	float: left;
}

.hotGiftList .giftListItem .itemInfo {
	float: left;
	width: 128px;
	margin-left: 10px;
	display: inline;
}

.giftListItem .itemInfo h3 {
	margin-top: 8px;
	text-align: center;
	color: #020200;
}

.giftListItem .itemInfo a {
	display: block;
	width: 88px;
	height: 30px;
	margin: 10px auto 0 auto;
	text-align: center;
	line-height: 30px;
	color: #616565;
	background: url(../img/idx_btn_icon.png) no-repeat 0 0;
}

.giftListItem .itemInfo a:hover {
	color: #ffffff;
	background-position: -127px 0;
} 

.activityList ul {
	margin-top: -2px;
}

.activityList li {
	margin-top: 16px;
}

.activityList li a {
	display: block;
	width: 227px;
	height: 74px;
	border: 2px solid transparent;
}

.activityList li a:hover{
	border: 2px solid #FF2020;
}

/* mainRight */

.mainRight {
	position: relative;
	float: right;
	width: 952px;
}

.mainRight .openServInfo {
	margin-top: 32px;
}

.openServInfo .osHd h2{
	float: left;
}

.openServInfo .osHd .more {
	margin-right: 10px;
}

.openServInfo .openServCon {
	overflow: hidden;
	margin-top: 16px;
	height: 162px;
	border: 1px solid #c4c4c4;
}

.openServCon .calendar {
	float: left;
	width: 144px;
	height: 156px;
	margin-left: 20px;
	margin-right: 30px;	
	background: url(../img/calendar.png) no-repeat;
}

.openServCon .calendar span {
	display: block;
	text-align: center;
}

.openServCon .calendar .calendarYM {
	padding-top: 30px;
	font-size: 16px;
	color: #ffffff;
}

.openServCon .calendar .calendarD {
	padding-top: 19px;
	font-size: 48px;
	line-height: 32px;
	color: #070707;
}

.openServCon .calendar .calendarW {
	padding-top: 15px;
	font-size: 14px;
	color: #070707;
}

.servList .servItem{
	padding-top: 16px;
	padding-bottom: 6px;
	margin-right: 5px;
	line-height: 24px;
	border-bottom: 1px dashed #c4c4c4;
}

.servList .servItem .servItemName {
	display: inline-block;
	float: left;
	width: 180px;
	text-align: left;
}

.servList .servItem .servItemName span{
	font-size: 16px;
	color: #5a5a5a;
}

.servList .servItem .servItemName b {
	font-weight: normal;
	font-size: 10px;
	color: #969694;
}

.servList .servItem i {
	display: inline-block;
	width: 30px;
	height: 14px;
	vertical-align: middle;
	text-indent: -9999px;
}

.servList .servItem .hot {
	background: url(../img/hot_new_icon.png) no-repeat -7px 0px;
}


.servList .servItem .new {
	background: url(../img/hot_new_icon.png) no-repeat -7px -22px;
}

.servList .servItem .servItemNum {
	display: inline-block;
	float: left;
	width: 160px;
	text-align: left;
	font-size: 14px;
	color: #ff9000;
}

.servList .servItem .servItemStatus {
	display: inline-block;
	float: left;
	width: 120px;
	text-align: center;
	color: #5a5a5a;
}

.servList .servItem .stOn {
	color: #ff9000;
}

.servList .servItem a {
	display: inline-block;
	width: 115px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	margin-left: 20px;
	text-align: center;
}

.servList .servItem .enterBtn {
	color: #ffffff;
	background: url(../img/idx_btn_icon.png) no-repeat 0 -31px;
}

.servList .servItem .enterBtn:hover {
	background-position: -127px -31px;
}

.servList .servItem .getBtn {
	color: #616565;
	background: url(../img/idx_btn_icon.png) no-repeat 0 -59px;
}

.servList .servItem .getBtn:hover {
	color: #f35709;
	background-position: -127px -59px;
}

.mainRight .hotGame {
	overflow: hidden;
	margin-top: 40px;
	margin-right: -25px;
}

.hotGame .hotGameHd h2 {
	float: left;
}

.hotGame .hotGameHd .more {
	margin-right: 35px;
}

.hotGame .hotGameList {
	margin-top: 16px;
}

.hotGameList .hotGameItem {
	display: block;
	float: left;
	position: relative;
	margin-right: 25px;
}

.hotGameList .hotGameItem .corIcon {
	position: absolute;
	right: 0;
	top: 0;
	width: 63px;
	height: 63px;
	background: url(../img/cor_icon.png) no-repeat;
	z-index: 9;
}

.mainRight .recGame {
	margin-top: 30px;
}

.recGameHd h2 {
	float: left;
}

.recGameHd .more {
	margin-right: 10px;
}

.recGame .recGameList {
	margin-top: 16px;
	margin-left: -13px;
	overflow: hidden;
}

.recGame .recGameList .recGameItem {
	float: left;
	width: 226px;
	height: 264px;
	margin-left: 13px;
	border: 1px solid #c4c4c4;
}
.recGame .recGameList .recGameItem:hover{
	border-color: #ff9000;
}

.recGameItem .recItemInfo {
	padding: 5px;
}

.recItemInfo .infoHd b {
	float: left;
	font-size: 16px;
	color: #020200;
}

.recItemInfo .infoHd span {
	float: right;
	color: #838383;
}

.recItemInfo .infoFt {
	padding-top: 6px;
	overflow: hidden;
}

.recItemInfo .infoFt .link {
	float: left;
	padding-left: 8px;
	margin-top: 5px;
	font-size: 14px;
	color: #838383;
}

.recItemInfo .infoFt .link:hover {
	color: #f15a24;
}

.recItemInfo .infoFt .line {
	margin-left: -8px;
	padding-right: 10px;
	border-right: 1px solid #c4c4c4;
}

.recItemInfo .infoFt .btn {
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img/idx_btn_icon.png) no-repeat 0 -89px;
}

.recItemInfo .infoFt .btn:hover {
	background-position: -127px -89px; 
} 

.advertisingPic {
	float: left;
	margin-top: 32px;
	margin-bottom: 32px;
}

/* servCenter */

.servCenter {
	float: left;
}

.servCenter .servCenterCon {
	width: 226px;
	margin-top: 16px;
	padding: 4px 5px 20px 5px;
	border: 1px solid #c4c4c4;
}

.servCenter .servCenterCon .servItem{
	height: 50px;
	padding-left: 64px;
	margin-top: 16px;
}

.servCenter .servCenterCon .servEmail {
	background: url(../img/idx_btn_icon.png) no-repeat 0 -184px;
}

.servCenter .servCenterCon .servQQ {
	background: url(../img/idx_btn_icon.png) no-repeat 0 -238px;
}

.servCenter .servCenterCon .servTel {
	background: url(../img/idx_btn_icon.png) no-repeat 0 -293px;
}

.servCenter .servCenterCon p {
	font-size: 16px;
	line-height: 22px;
}

/* news */

.news {
	float: left;
	overflow: hidden;
	width: 704px;
	margin-left: 20px;
}

.news .newsHd {
	margin-bottom: 16px;
}

.news h2 {
	float: left;
}

.news .newsCon {
	overflow: hidden;
	height: 222px;
	border: 1px solid #c4c4c4;
}

.news .newsPic {
	float: left;
	width: 254px;
}

.news .newsPic a {
	display: block;
	margin: 16px 6px 16px 12px;
}

.news .newsList {
	float: left;
	width: 440px;
	padding-top: 12px;
}

.newsList .newsListItem {
	padding: 8px 5px 5px 5px;
	border-bottom: 1px dashed #c4c4c4;
	font-size: 14px;
	color: #020200;
}

.newsList .newsListItem a {
	display: inline-block;
	width: 438px;
}

.newsList .newsListItem a:hover {
	color: #f15a24;
}

.newsList .newsListItem .newsTitle {
	float: left;
	width: 326px;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}

.newsList .newsListItem .newsTime{
	margin-right: 15px;
	float: right;
}

/* fastEnter */

.fastEnter {
	float: left;
	margin-left: 20px;
}

.fastEnter .btnGroup {
	overflow: hidden;
	margin-top: 15px;
	width: 216px;
	border: 1px solid #c4c4c4;
}

.fastEnter .btnGroup li {
	float: left;
}

.fastEnter .btnGroup a {
	display: block;
	width: 86px;
	height: 50px;
	margin: 3px 10px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #898989;
	background: url(../img/idx_btn_icon.png) no-repeat 0px -127px;
}

.fastEnter .btnGroup a:hover {
	color: #FF5959;
	background-position: -127px -127px;
}


/* susFrame */

.susClose {
	position: absolute;
	display: block;
	top: 8px;
	right: 8px;
	width: 12px;
	height: 12px;
	background: url(../img/close.png) no-repeat;
}

.susFrame {
	position: fixed;
	top: 10%;
	right: 50%;
	margin-right: -841px; 
	width: 240px;
	height: 318px;
	border: 1px solid #c4c4c4;
	text-align: center;
	color: #000000;
	z-index: 99;
	background: url(../img/sus_bg.png);
	_position: absolute;
}

.susFrame h3 {
	font-size: 16px;
}

.susHd {
	margin-top: 24px;
	margin-bottom: 5px;
	line-height: 26px;
	overflow: hidden;
}

.susHd i {
	display: block;
	float: left;
	margin-left: 10px;
	width: 28px;
	height: 26px;
	background: url(../img/wechat_icon.png) no-repeat;
}

.qrCode {
	margin-bottom: 15px;
}

.susFt {
	margin-top: 12px;
	margin-left: -16px;
}

.susFt a {
	margin-left: 16px;
}

/* subreg */

.subreg{
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 50%;
    margin-right: -841px;
    width: 240px;
    height: 420px;
    border: 1px solid #c4c4c4;
    background: url(../img/sus_bg.png);
    _position: absolute;
}

.subreg p.ks_tl {
	padding: 15px 0 10px 15px;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    color: #000000;
}

/* registerBox */
.registerBox {
    position: relative;
    padding: 15px 10px 0 10px;
}

.registerBox .errorTip {
    height: 24px;
    color: #e80000;
}

.formlist li {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 6px;
    vertical-align: top;
}

.inputxt01,.inputxt02 {
    line-height: 23px;
    height: 23px;
    padding: 5px 5px 5px 25px;
    color: #7f7f7f;
    border: none;
    background: #ffffff;
}

.inputxt01 {
    width: 188px;
}

.inputxt02 {
	float: left;
    width: 101px;
    margin-right: 6px;
}

.valfocus, .passtxt {
    color: #7f7f7f;
}

.passval {
    display: none;
}

.ico-admin {
    background: url(../img/reg_input_bg.png) no-repeat 0 0;
}

.ico-psw {
    background: url(../img/reg_input_bg.png) no-repeat 0 -36px;
}

.agreement {
    margin: 5px 0 10px 41px;
    vertical-align: middle;
    color: #6a6b6d;
}

.agreement input,.agreement label {
    vertical-align: middle;
}

.agreement input {
    margin-right: 3px;
    *margin: 0 0 0 -5px;
}

.agreement a {
    color: #6a6b6d;
}

.regBtn {
    display: block;
    width: 219px;
    height: 59px;
    cursor: pointer;
    font-size: 24px;
    line-height: 59px;
    text-align: center;
    color: #ffffff;
    border: none;
    background: url(../img/reg_btn_02.png) no-repeat 0 0;
}

.regBtn:hover {
	background-position: -219px 0;
}

.sbBtn {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	width: 104px;
	height: 52px;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #ffffff;
	background: url(../img/reg_btn_01.png) no-repeat 0 0;
}

.sb_newgift {
	margin-right: -10px;
}

.sbBtn:hover {
	background-position: -104px 0;
	color: #ffffff;
}

@media screen and (max-width:1720px){
	.susFrame { top: 85px; right: 5px;margin-right:0;}
	.subreg {top: 450px; right: 5px;margin-right:0;}
}


