/* <![CDATA[ */
.invite-wrap{
  border-top: 1px solid #eee;
}
.invite-wrap .content-wrap{
  padding: 60px 0;
  text-align: center;
}
.invite-wrap h1{
font-size:24px;
font-weight:300;
}
.invite-wrap h1 span {
    font-size: 50px;
    font-weight: 800;
    display: block;
}
.invite-wrap a{
	display:inline-block;
	padding:10px 50px;
	color:#fff;
	background:#f0483e;
	text-transform:uppercase;
	font-weight:600;
	font-size:20px; 
	transition:ease 0.5s;
	overflow:hidden;
}
.invite-wrap a:hover{
	transform:scale(0.95);
}
.features-item.bottom-image .image-part { display: flex; margin: 40px auto 0;}
@media only screen and (max-width:767px){
	.invite-wrap h1{font-size:20px;font-weight:300;
}
	.invite-wrap a{padding:10px 20px; font-size: 16px;}
	.invite-wrap h1 span {font-size: 30px;    font-weight: 600;
}
}
/* ]]> */

/*背景渐变*/
.main-container-wrapper:before {
    background: #ffe7d7;
    background: -moz-linear-gradient(top, #ffe7d7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffe7d7 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffe7d7 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe7d7', endColorstr='#ffffff', GradientType=0);
}

/*导航选中底部阴影*/
.product-header .product-menu li:first-child>a{
		 
		 box-shadow: 0 -2px 0 #000 inset;
		}
.product-nav-links .menu li:first-child>a{
		 
		 box-shadow: 0 -2px 0 #000 inset;
		}