*{
	padding: 0;
	margin: 0;
}
html{
	font-size:62.5%;
}
body{
	background-color: #f2f2f2;
}
.content{
	width: 1000px;
	margin: 0 auto;
}
.currentLocation{
	padding:20px 0px;
}
.currentLocation p{
	color:#666666 !important;
	font-size: 1.4rem;
}
/**left**/
.residualQuantity{
	color: #fe8100;
}
.left{
	width: 620px;
	height: 660px;
	margin-right: 10px;
	display: inline-block;
	background-color: #ffffff;
}
.left h1{
	color: #333333;
	font-size: 2.6rem;
	font-weight: 300;
	text-align: center;
	padding: 30px 0;
}
.beginGamebg{
	width: 580px;
	height: 104px;
	overflow: hidden;
	position: absolute;
    -webkit-filter: blur(15px); /* Chrome, Safari, Opera */
    filter: blur(15px);
    z-index: 1;
}
.beginGamebgCover{
	width: 580px;
	height: 104px;
	position: absolute;
	background-color: #000000;
    -webkit-filter: blur(15px); /* Chrome, Safari, Opera */
    filter: blur(15px);
	opacity: 0.2;
	z-index: 2;	
}
.beginGame{
	width: 580px;
	height: 104px;
	margin: 0 auto;
	line-height: 104px;
	position: relative;
}
.portrait{
	width: 80px;
	border-radius: 10px;
	margin: 12px;
	position: relative;
	z-index: 3;
	border: 2px solid #ffffff;
}
.beginGame span{
	color: #FFFFFF;
	font-size: 2.2rem;
	vertical-align: top;
	position: relative;
	z-index: 3;
}
.beginGame button{
	top:30px;
	right:40px;
	width: 110px;
	height: 40px;
	border: 0px;
	color: #FFFFFF;
	outline: none;
	font-weight: 600;
	font-size: 1.8rem;
	border-radius: 5px;
	vertical-align: top;
	background-color: #ff9615;
	position:absolute;
	z-index: 2;
}
.beginGame button:hover{
	background-color: #fe8100;
}
.novicePack{
	margin: 20px;
}
.robPackage{
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
}
.robPackage>span{
	font-weight: 600;
}
.rob{
	right:10px;
	width: 60px;
	height: 30px;
	color: #ffffff;
	font-weight: 550;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	display: inline-block;
	background-color: #ff9615;
	cursor: pointer;
}
.rob:hover{
	background-color: #fe8100;
}
.novicePack>p{
	font-size: 1.4rem;
	margin-bottom: 20px;
	color:#666666;
}
.activationCode{
	top: 8px;
	right: 10px;
	width: 180px;
	height: 30px;
	font-size: 1.6rem;
	line-height: 30px;
	position: absolute;
	display: none;
	border: 1px solid #CCCCCC;
}
.activationCode input{
	width: 80px;
	border: none;
	font-size: 1.6rem;
	outline: none;
}
.activationCode button{
	width: 40px;
	border: none;
	color: #FFFFFF;
	height: 100%;
	outline: none;
	font-size: 1.6rem;
	float: right;
	display: inline-block;
	background-color: #fe8100;
}
/**right**/
.right{
	width: 360px;
	vertical-align: top;
	display: inline-block;
	background-color: #FFFFFF;
}
.right h3 img {
    top: 4px;
    width: 26px;
    margin: 0 20px;
    position: relative;
    display: inline-block;
}
.right h3{
font-size: 2.0rem;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #cccccc;
}

.packageTop{
	margin-bottom: 10px;
	position: relative;
}
.dotted{
	height: 1px;
	margin-left: 10px;
	width: 340px!important;
}
.package{
	padding-top:20px;
}
.package:hover{
	background-color: #f7f7f7;
}
.packageTop img{
	width: 60px;
	height: 60px;
	margin: 0 10px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
}
.packageTop div{
	vertical-align: top;
	display: inline-block;
}
.packageTop div p:first-child{
	color: #333333;
	font-size: 1.6rem;
	margin-top: 8px;
}
.packageTop div p:last-child{
	color: #333333;
	font-size: 1.4rem;
	margin-top: 6px;
}
.alreadyReceived{
	top:10px;
	right:16px;
	color: #999999;
	width:60px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size: 1.4rem;
	border-radius: 5px;
	vertical-align: top;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #999999;
	position: absolute;
	z-index: 2;
}
.Received{
	top:8px;
	right:14px;
	width:60px;
	height:30px;
	color: #fe8100;
	font-size: 1.4rem;
	border-radius: 5px;
	border: 1px solid #fe8100;
	position:absolute;
	background-color:#ffffff;
	cursor: pointer;
}
.Received:hover{
	cursor: pointer;
	color: #FFFFFF;
	background-color: #fe8100;
}
.pContent{
	width: 346px;
	color: #999999;
	overflow: hidden;
    font-size: 1.4rem;
    padding-left:10px;
    white-space:nowrap;
    padding-bottom: 14px;
    text-overflow: ellipsis;
}
.packageDotted{
	width: 100%;
}
.novicePackColor{
	color:#333333!important;
}
