/***********common start*************/
body{
	background-color: #171717;
	font-family: Arial,"微軟正黑體";
}

.clear{
	clear:both;
}

.hidden{
	display:none;
}

/***********common end*************/

/***********header start*************/
#header{
	background-color: #203c5f;
}

#header .cont-1{
	height:85px;
	width: 996px;
    margin: 0 auto;
}

#header .cont-1 .left{
	float:left;
}

#header .cont-1 .left .logo-img{
	position:relative;
	width: 320px;
    top: 5px;
    left: 5px;
}

#header .cont-1 .right{
	float:right;
	margin-right: 10px;
}

#not-login{
	position:relative;
	/*top:28px;*/
}

#not-login .login-input{
	background-color: #1a2e4b;
    padding: 0px 5px;
    height: 35px;
    width: 115px;
    color: #fff;
    border-radius: 3px !important;
    box-sizing: border-box;
    text-indent: 5px;
    border: 0px;
    margin-left: 5px;
    font-size: 14px;
	font-family: Arial,"微軟正黑體";
}

#not-login .login-btn{
	background-color: #2b73b8;
    color: #fff;
    width: 60px;
    height: 34px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 3px !important;
    box-sizing: border-box;
    text-indent: 2px;
    border: 0px;
    margin-left: 5px;
    font-size: 15px;
    font-family: Arial,"微軟正黑體";
}

#not-login .login-input::-webkit-input-placeholder{color:rgba(134,186,236,.5);opacity:1;}
#not-login .login-input:-moz-placeholder{color:rgba(134,186,236,.5);opacity:1;}
#not-login .login-input::-moz-placeholder{color:rgba(134,186,236,.5);opacity:1;}
#not-login .login-input:-ms-input-placeholder{color:rgba(134,186,236,.5);opacity:1;}

#not-login .remember-ckbox{
	position: relative;
	top:2px;
}

#not-login .remember-txt{
	color:#FFF;
	font-size: 14px;
}

#header #not-login .chang-lang-div{
	margin: 10px 0;
    text-align: right;
}

#is-login{
	position:relative;
	top:12px;
}

/*#header .cont-1 .cus-lev-txt, #header .cont-1 .cus-userid, */#header .cont-1 .transfer-div{
	float:left;
	/*position: relative;
    top: 3px;*/
}

/*#header .cont-1 .cus-lev-txt{
	color:orange;
}

#header .cont-1 .cus-userid{
    margin-left: 10px;
}

#header .cont-1 .cus-userid > a{
	color: #FFF;
    font-weight: bold;
	text-decoration:underline;
}*/

#is-login .credits-info-area{
	float:left; 
	font-size:14px;
	background-color: #ebf1f8;
	border-radius: 5px;
	padding: 8px 8px;
	position:relative;
}

#is-login .credits-table td{
	padding-bottom:6px;
}

#is-login .credits-table .last-tr td{
	padding-bottom:0px;
}

#is-login .customer-userid{
	font-size:16px; 
	color:orange; 
	font-weight:bold; 
	text-decoration:underline;
}

#is-login .color-txt-1{
	color: #203c5f;
}

#is-login .color-txt-2{
	color: #078e00;
}

#is-login .color-txt-3{
	color: #222;
}

#is-login .pd-l-5{
	padding-left:5px;
}

#is-login .pd-l-10{
	padding-left:10px;
}

#is-login .pd-t-10{
	padding-top:10px;
}

#is-login .btn-area{
	float:left; 
	margin-left:10px;
	position:relative;
}

#is-login .transfer-div{
	background-color: #e1174e;
    color: #fff;
    /*width: 70px;*/
    height: 24px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 3px !important;
    box-sizing: border-box;
    text-indent: 5px;
    border: 0px;
    /*margin-left: 10px;*/
    top: 0px;
	font-size: 14px;
	padding-right: 8px
}

#is-login .transfer-div > img{
	width:20px;
	position:relative;
	top:2px;
}

#is-login .transfer-div > font{
	position:relative;
	top:-2px;
	margin-left:5px;
}

#is-login .logout-btn{
	background-color: #2b73b8;
    color: #fff;
    width: 60px;
    height: 24px;
    line-height: 22px;
    cursor: pointer;
	border-radius: 3px !important;
	box-sizing: border-box;
    text-indent: 5px;
    border: 0px;
	margin-left:10px;
	
}

#header #is-login .chang-lang-div{
	margin: 3px 0;
    text-align: right;
}

#header .line{
	border-bottom: 1px solid #2f4f76;
}

#header .top-menu{
	height: 64px;
	width: 996px;
    margin: 0 auto;
	position:relative;
}

#header .top-menu .menu-list{
	list-style: none;
    margin: 0;
    padding: 0;
}

#header .top-menu .menu-list > li{
	float: left;
}

#header .top-menu .menu-list > li.top-menu-line{
	position: relative;
	width: 1px;
    margin-top:0px;
    height: 62px;
}

#header .top-menu .menu-list > li.top-menu-line:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #2f4f76;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

#header .top-menu .menu-list > li > a{
	line-height: 63px;
    height: 60px;
	margin-top:0px;
    color: #fff;
    width: 141px;
	/*width: 120px;*/
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 17px;
}

#header .top-menu .menu-list > li > a:hover, #header .top-menu .menu-list > li > a.active{
	border-bottom: 4px solid #0383fe;
}

#header .top-menu .menu-list .top-menu-hover-div{
	position: absolute;
    width: 996px;
    z-index: 10;
    left: 0;
    right: 0;
    top: 64px;
    margin: 0 auto;
    display: none;
}

#header .top-menu .menu-list .top-menu-hover-div .game{
	float:left;
	width:332px;
}

#header .top-menu .menu-list .top-menu-hover-div .game.clips4{
	width:249px;
}

/***********header end*************/

/***********footer start*************/
#footer{
	text-align:center;
	padding:20px 0px;
}

#footer .text{
	color: #646464;
}
/***********footer end*************/

/***********new_home_area start*************/
#new-home-area{
	overflow:hidden;
}

#new-home-area .content{
	width: 996px;
    margin: 0 auto;
	position:relative;
}

#new-home-area .cont-l, #new-home-area .cont-r{
	position: absolute;
    max-width: 480px;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

#new-home-area .cont-l{
	background: url(/templates/new_images/bk-l.jpg) no-repeat right top;
    background-size: 480px 100%;
    left: -480px;
}

#new-home-area .cont-r{
	background: url(/templates/new_images/bk-r.jpg) no-repeat left top;
    background-size: 480px 100%;
    right: -480px;
}

#new-home-area .cont-c{
	padding: 8px;
	background-color: #162230;
	box-sizing: border-box;
}

#new-home-area .banner-area{
	position:relative;
	margin-bottom: 8px;
}

#new-home-area .banner-area .marquee-area{
	position: absolute;
    width: 100%;
    height: 45px;
    clear: both;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
}

#new-home-area .banner-area .marquee-area .announcement-img{
	background: url(../new_images/announcement.svg) no-repeat center;
    background-size: 21px 21px;
    width: 45px;
    height: 45px;
    opacity: .3;
    float: left;
}

#new-home-area .banner-area .marquee-area .news{
	font-size:22px;
	float:left;
	width: 935px;
    height: 45px;
    color: #fff;
    white-space: nowrap;
	line-height: 45px;
    font-weight: bold;
}

#new-home-area .pic-menu .top{
	margin-bottom: 8px;
}

#new-home-area .pic-menu .top-1, #new-home-area .pic-menu .top-2, #new-home-area .pic-menu .bottom-1, #new-home-area .pic-menu .bottom-2, #new-home-area .pic-menu .bottom-3{
	float:left;
}

#new-home-area .pic-menu .top-1 > a, #new-home-area .pic-menu .top-2 > a{
	display:block;
	width:484px;
	height:300px;
	border: 1px solid #29394d;
	position:relative;
}

#new-home-area .pic-menu .top-1 .title, #new-home-area .pic-menu .top-2 .title{
	position: absolute;
    top: 10px;
    left: 15px;
    color: #F1EDE8;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    /* width: 100%; */
    background-color: rgba(0,0,0,.7);
    /* padding-left: 15px; */
    /* padding-top: 10px; */
    padding: 10px 15px;
    border-radius: 20px;
}

#new-home-area .pic-menu .top-1 .title .small-txt, #new-home-area .pic-menu .top-2 .title .small-txt{
	font-size: 16px;
    position: relative;
    top: -10px;
	font-family:'Raleway', 微軟正黑體, Arial, sans-serif;
	font-weight:900;
	letter-spacing: 2px;
}

#new-home-area .pic-menu .top-2{
	margin-left:8px;
}

#new-home-area .pic-menu .top-1, #new-home-area .pic-menu .top-2{
	width:486px;
}

#new-home-area .pic-menu .bottom-1 > a, #new-home-area .pic-menu .bottom-2 > a, #new-home-area .pic-menu .bottom-3 > a{
	display:block;
	width:319px;
	height:230px;
	border: 1px solid #29394d;
	position:relative;
}

#new-home-area .pic-menu .bottom-1 .title, #new-home-area .pic-menu .bottom-2 .title, #new-home-area .pic-menu .bottom-3 .title{
	position: absolute;
    top: 10px;
    left: 15px;
    color: #F1EDE8;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    /* width: 100%; */
    background-color: rgba(0,0,0,.7);
    /* padding-left: 15px; */
    /* padding-top: 10px; */
    padding: 10px 15px;
    border-radius: 20px;
}

#new-home-area .pic-menu .bottom-1 .title .small-txt, #new-home-area .pic-menu .bottom-2 .title .small-txt, #new-home-area .pic-menu .bottom-3 .title .small-txt{
	font-size: 16px;
    position: relative;
    top: -10px;
	font-family:'Raleway', 微軟正黑體, Arial, sans-serif;
	font-weight:900;
	letter-spacing: 2px;
}

#new-home-area .pic-menu .bottom-2, #new-home-area .pic-menu .bottom-3{
	margin-left:8px;
}

/***********new_home_area end*************/


/***********new_home_area 2 start*************/
#new-home-area-2 .game-a{
	display:block; 
	position:relative;
}

#new-home-area-2 .m-t-60{
	margin-top:60px;
}

#new-home-area-2 .m-t-30{
	margin-top:30px;
}

#new-home-area-2 .game-a .img-div{
	height: 350px; 
	background-repeat: no-repeat; 
	background-position: top center;
}

#new-home-area-2 .game-a .text{
	top: 36%; 
	left: 10%;
	color:#FFF;
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,.7);
    padding: 15px 40px;
}

#new-home-area-2 .game-a .text .title{
	color: #e5bf65; 
	font-size:36px;
}

#new-home-area-2 .game-a .text .enter-btn{
	margin-left: 20px;
    background-color: #FFF;
    color: #c39321;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
/***********new_home_area 2 end*************/