.page{
	width:100%;
}

.wrap{
	width:1200px !important;
}

.bg{
	padding:50px 0 100px 0;
	width:100%;
	min-width:1200px;
	background:#f8f8f8;
}

.leftAreaPriv {
	float:left;
	width:280px;
}

.leftAreaPriv .loginArea{
	position:relative;
	width:280px;height:225px;
	background:#fff;
	border:1px solid #ebebeb;
	box-sizing:border-box;
}

/* .leftArea .loginArea .noLogin{
	display:none;
} */
.leftAreaPriv .loginArea.noLoginArea .noLogin{
	display:block;
	padding-top:55px;
	width:278px;height:223px;
	box-sizing:border-box;
}
.leftAreaPriv .loginArea.noLoginArea .noLogin p{
	height:55px;line-height:55px;
	font-size:14px;
	color:#4d4c4c;
	text-align:center;
}
.leftAreaPriv .loginArea.noLoginArea .noLogin .login-btn{
	display:block;
	margin:0 auto;
	width:223px;
	height:40px;line-height:40px;
	background:#ff5500;
	border-radius:5px;
	font-size:18px;
	color:#fff;
	text-align:center;
}

.leftAreaPriv .loginArea .login{
	position:relative;
	display:block;
	padding-top:20px;
	width:278px;height:223px;
	box-sizing:border-box;
}
.leftAreaPriv .loginArea.noLoginArea .login{
	display:none;
}
.leftAreaPriv .loginArea .login .row{
	height:35px;line-height:35px;
}
.leftAreaPriv .loginArea .login .row .rowLeft{
	float:left;
	padding-left:25px;
	width:100px;
	font-size:14px;
	color:#999;
	box-sizing:border-box;
}
.leftAreaPriv .loginArea .login .row .rowRight{
	float:right;
	padding-left:10px;
	width:178px;
	font-size:14px;
	color:#4d4c4c;
	box-sizing:border-box;
}
.leftAreaPriv .loginArea .login .row .rowRight .quit-btn{
	float:right;
	margin-right:20px;
	width:30px;height:35px;
	line-height:35px;
	font-size:14px;
	color:#d93128;
}
.leftAreaPriv .loginArea .login .row .rowRight .improveInfoBtn{
	float:right;
	margin-right:20px;
	width:70px;height:35px;
	line-height:35px;
	font-size:14px;
	color:#999;
}

.leftAreaPriv .loginArea .login .sign-btn{
	position:absolute;
	bottom:-1px;left:-1px;
	width:280px;height:45px;
	line-height:45px;
	background:#d93128;
	font-size:18px;
	color:#fff;
	text-align:center;
}

.leftAreaPriv .giftClassifyArea{
	margin-top:20px;
	width:280px;
	background:#fff;
	border:1px solid #ebebeb;
	box-sizing:border-box;
}
.leftAreaPriv .giftClassifyArea li{
	padding-left:20px;
	width:100%;
	height:50px;line-height:50px;
	border-bottom:1px solid #ebebeb;
	font-size:16px;
	color:#4d4c4c;
	cursor:pointer;
}
.leftAreaPriv .giftClassifyArea li:last-child{
	border-bottom:none;
}
.leftAreaPriv .giftClassifyArea li:hover{
	font-weight:700;
}
.leftAreaPriv .giftClassifyArea li.active{
	font-size:18px;
	font-weight:700;
	color:#d93128;
}
.leftAreaPriv .giftClassifyArea li .icon{
	display:inline-block;
	margin-right:10px;
	width:20px;height:20px;
	background:url('../../images/uhg/benefits/left-icon.png') no-repeat;
	vertical-align:-3px;
}
.leftAreaPriv .giftClassifyArea li .icon1{
	background-position:0 0;
}
.leftAreaPriv .giftClassifyArea li.active .icon1{
	background-position:0 -20px;
}
.leftAreaPriv .giftClassifyArea li .icon2{
	background-position:-20px 0;
}
.leftAreaPriv .giftClassifyArea li.active .icon2{
	background-position:-20px -20px;
}
.leftAreaPriv .giftClassifyArea li .icon3{
	background-position:-40px 0;
}
.leftAreaPriv .giftClassifyArea li.active .icon3{
	background-position:-40px -20px;
}

.rightArea{
	float:right;
	width:900px;
}

.rightArea .growthArea{
	display:none;
	padding:30px 40px 40px;
	width:900px;
	background:#fff;
	border:1px solid #ebebeb;
	box-sizing:border-box;
}
.rightArea .growthArea.active{
	display:block;
}

.growthArea .tableArea{
	width:100%;height:361px;
	border:1px solid #4d4c4c;
	box-sizing:border-box;
}
.growthArea .tableArea .tableHd{
	height:45px;line-height:44px;
	background:#e6e6e6;
	border-bottom:1px solid #4d4c4c;
	font-size:16px;
	color:#4d4c4c;
	font-weight:700;
	text-align:center;
	box-sizing:border-box;
}
.growthArea .tableArea .tableHd .style{
	float:left;
	width:116px;height:44px;
}
.growthArea .tableArea .tableHd .condition{
	float:left;
	width:212px;height:44px;
	border-left:1px solid #4d4c4c;
	border-right:1px solid #4d4c4c;
}
.growthArea .tableArea .tableHd .detail{
	float:left;
	width:486px;height:44px;
}

.growthArea .tableArea .tableBody{
	width:100%;
}
.growthArea .tableArea .tableBody .tab-ul{
	float:left;
	width:116px;
	border-right:1px solid #4d4c4c;
}
.growthArea .tableArea .tableBody .tab-ul li{
	height:45px;line-height:44px;
	border-bottom:1px solid #4d4c4c;
	font-size:16px;
	color:#4d4c4c;
	text-align:center;
	box-sizing:border-box;
	cursor:pointer;
}
.growthArea .tableArea .tableBody .tab-ul li:hover{
	font-weight:700;
}
.growthArea .tableArea .tableBody .tab-ul li.active{
	color:#d93129;
	font-weight:700;
}

.growthArea .tableArea .tableBody .tab-ul a{
	display:inline-block;
	width:116px;height:44px;
	line-height:44px;
	font-size:16px;
	color:#4d4c4c;
	text-align:center;
	box-sizing:border-box;
}

.growthArea .tableArea .tableBody .giftContent{
	float:left;
	width:699px;height:314px;
}
.growthArea .tableArea .tableBody .giftContent .giftLeft{
	display:flex;
	float:left;
	width:213px;height:314px;
	border-right:1px solid #4d4c4c;
	box-sizing:border-box;
	align-items:center;
}
.growthArea .tableArea .tableBody .giftContent .giftLeft p{
	width:100%;
	line-height:30px;
	font-size:16px;
	color:#4d4c4c;
	text-align:center;
}

.growthArea .tableArea .tableBody .giftContent .giftRight{
	display:flex;
	float:left;
	width:486px;height:314px;
	box-sizing:border-box;
	align-items:center;
}
.growthArea .tableArea .tableBody .giftContent .giftRight li{
	float:left;
	width:50%;
	line-height:30px;
	font-size:16px;
	color:#4d4c4c;
	text-align:center;
}

.remind{
	margin-top:35px;
}
.remind p{
	line-height:20px;
	font-size:12px;
	color:#4d4c4c;
}
.remind p.remindHd{
	font-size:14px;
	color:#d93128;
}

.receiveInfoArea{
	margin:30px auto 0;
	width:fit-content;
}
.receiveInfoArea .row{
	margin-bottom:20px;
	height:38px;
}
.receiveInfoArea .row .rowLeft{
	float:left;
	width:75px;height:38px;
	line-height:38px;
	font-size:14px;
	color:#4c4c4c;
}
.receiveInfoArea .row .rowRight{
	float:left;
	width:340px;height:38px;
}
.receiveInfoArea .row .rowRight select{
	padding:0 10px;
	width:100%;height:100%;
	line-height:36px;
	border:1px solid #4d4c4c;
	font-size:14px;
	color:#999;
	outline:none;
	box-sizing:border-box;
}
.receiveInfoArea .receiveBtn{
	display:block;
	margin:0 auto;
	width:160px;height:35px;
	line-height:35px;
	background:#d93128;
	border-radius:5px;
	font-size:16px;
	color:#fff;
	font-weight:700;
	text-align:center;
	cursor:pointer;
	transition:all 0.3s ease;
	border:none;
	outline:none;
}

.receiveInfoArea .receiveBtn:hover{
	background:#b92920;
}

.rightArea .birthdayGiftArea{
	display:none;
	padding:30px 40px 40px;
	width:900px;
	background:#fff;
	border:1px solid #ebebeb;
	box-sizing:border-box;
}
.rightArea .birthdayGiftArea.active{
	display:block;
}
.rightArea .birthdayGiftArea .tit{
	line-height:40px;
	font-size:16px;
	color:#4d4c4c;
}









