﻿/* -------------------------------------------------------------
                Member Index Game List Style
      
      Author:hezhuan
      Create Date:14.12.29	  Last Mondify Date:14.12.29
      ===================================================

-------------------------------------------------------------  */

body {
	font-size:12px;
	font-family:'宋体',Arial,sans-serif
}
.hide{
	display: none;
}
#banner {
	position:relative; 
	width:100%; 
	height:427px; 
	z-index:1; 
	border-top: 1px solid #d9d9d9;
	overflow:hidden;
}
.cycle_iframe{
	width:100%; 
	height:427px; 	
}
.login_warp{
	position: relative;
	z-index: 1;
	margin: -390px auto 39px;
	width: 960px;
	height: 351px;
}
.login_box{
	position: relative;
	overflow: hidden;
	width:300px;
	height: 350px;
	background-color: #fff;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.login_box .login_iframe{
	margin-left: -189px;
	width: 490px;
	height:350px;
}
.code_login{
	position: absolute;
	bottom: 0;
	left: 303px;
	overflow: hidden;
	width: 169px;
	height:274px;
	background: url(//i0.cy.com/source/img/member/image/code_bg.png) no-repeat scroll 0 0;
}
.code_iframe{
	width: 169px;
	height:274px;
	margin:-8px 0 0 -9px;
}

/*换行文字垂直居中*/
.vc-font2 {
  overflow: hidden; }
  .vc-font2 .vc-inner {
    display: inline-block;
    vertical-align: middle; }
  .vc-font2 .vc-fix {
    display: inline-block;
    width: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    visibility: hidden; }

/*=----- Install -----=*/
.install {
  margin-top: 14px;
  margin-right: 3px;
  text-align: right; }
  .install a {
    display: block;
    height: 32px;
    line-height: 32px;
    background-color: #902bc3;
    color: #fff;
    text-align: center;
    border-radius: 3px; }
    .install a:hover {
      background-color: #b14fe3;
      text-decoration: none; }
.close_btn{
	display: block;
	position: absolute;
	bottom: 105px;
	left: 475px;
	width: 25px;
	height: 40px;
	background: url(//i0.cy.com/source/img/member/image/close_btn.png) no-repeat scroll 0 0;
}
.open_btn{
	display: none;
	position: absolute;
	bottom: 0;
	left: 303px;
	width: 50px;
	height: 50px;
	background: url(//i0.cy.com/source/img/member/image/open_btn.png) no-repeat scroll 0 0;
}
.open_btn:hover{
	background-position: 0 -50px;
}

#content{
	margin: 0 auto;
	width:100%;
	height: 157px;
}
#main{
	width:100%;
	height:157px;
	background-color: #fff;
}
.aq_service{
	margin: 0 auto;
	width: 960px;
}
.service_item{
	float:left;
	width: 320px;
	height:117px;
	padding:40px 0 0;
}
.service_item .icon{
	float: left;
	_display:inline;
	margin-right: 17px;
	width: 80px;
	height:80px;
	background-image: url(//i0.cy.com/source/img/member/image/service_icon.png);
	background-repeat: no-repeat;
	vertical-align: top;
}
.service_item .base_icon{
	background-position: 0 0;
}
.service_item .upgrade_icon{
	margin-left: 30px;
	background-position: 0 -80px;
}
.service_item .check_icon{
	margin-left: 30px;
	background-position: 0 -160px;
}
.service_item h2{
	margin-bottom: 13px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	font-family: '\5FAE\8F6F\96C5\9ED1','Microsoft Yahei';
	color:#333;
}
.service_item p a{
 	color: #666;
}
.service_item p a:hover{
	color: #4aa7f8;
	text-decoration: none;
}
.service_item p span{
	margin:0 2px 0 7px;
	color: #eaeaea;
}
.ser_base,.ser_upgrade{
	background: url(//i0.cy.com/source/img/member/image/ser_bg.png) no-repeat scroll right center;
}
