.wrapper.testimonial
{
	min-width: 980px;
}

.testimonial .contentWrapper
{
	overflow: hidden;
	background-color: #CCC;
}

.testimonial .mainContentWrapper
{
	position: relative;
	background-color: transparent;
	z-index: 0;
}


/**********realUserWrapper**********/
.realUserWrapper
{
	position: relative;
	width: 100%;

	background: url('../images/testimonial/realUserBg.jpg') no-repeat top center;
	background-color: #e6e4df;

	padding-bottom: 40px;
}

.realUserWrapper .titleStyle
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}

/**********realUserWrapper**********/
.customerWrapper
{
	position: relative;
	width: 100%;

	background: url('../images/testimonial/realUserBg.jpg') no-repeat top center;
	background-color: #e6e4df;

	padding-bottom: 40px;
}

.customerWrapper .titleStyle
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}

/*** btnRealUserWrapper ***/

.realUserWrapper .btnRealUserWrapper,
.customerWrapper .btnRealUserWrapper
{
	position: absolute;
	width: 50%;
	height: 40px;
	top: 40px;
	right: 0px;
	text-align: right;
}

.realUserWrapper span.joinNum,
.customerWrapper span.joinNum
{
	font-size: 16px;
	line-height: 1.5em;
}

.realUserWrapper span.joinNum span,
.customerWrapper span.joinNum span
{
	font-size: 32px;
	/*line-height: 1.5em;*/
}

.realUserWrapper .btnRealUserWrapper .btnStyle,
.customerWrapper .btnRealUserWrapper .btnStyle
{
	margin: 0px 0px 0px 20px;
}

/**********realUserWrapper**********/
.kolWrapper
{
	position: relative;
	width: 100%;

	background: url('../images/testimonial/kolBg.jpg') no-repeat top center;
	background-color: #e8e8e8;

	padding-bottom: 20px;
}

.kolWrapper .titleStyle
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}



.testimonialGuide
{
	position: relative;
	width: 100%;
	text-align: center;
}

.innerProtoContent
{
	/*padding-bottom: 10px;*/
}

.testimonialGuide .rowItem
{
	position: relative;
	width: 100%;
}


/*** realUserItem ****/

.testimonialGuide .rowItem .realUserItem
{
	position: relative;
	width: 231px;
	height: 110px;
	background-color: #dfd7c2;
	margin: 5px 6px 6px;
	text-align: left;

	opacity:0;
	filter: alpha(opacity=0);
}

.testimonialGuide .rowItem .realUserItem .itemContent
{
	position: relative;
	width: 100px;
	padding-top: 20px;
}

.testimonialGuide .rowItem .realUserItem .itemImg
{
	position: relative;
	width: 110px;
	height: 110px;
	background-color: #000;
	margin-right: 10px;
}

.testimonialGuide .rowItem .realUserItem .enlargeImg
{
	position: absolute;
	width: 223px;
	height: 223px;
	bottom: 0px;
	left: 0px;
	border: 4px solid #775858;

	display: none;
}

.testimonialGuide .rowItem.firstRow .realUserItem .enlargeImg
{
	top: 0px;
	bottom: auto;
}

.testimonialGuide .rowItem .realUserItem .enlargeImg .closeItem
{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}

/*** customerItem ****/

.testimonialGuide .rowItem .customerItem
{
	position: relative;
	width: 109px;
	height: 109px;
	background-color: #dfd7c2;
	margin: 5px 6px 6px;
	text-align: left;

	opacity:0;
	filter: alpha(opacity=0);
}

.testimonialGuide .rowItem .customerItem .itemContent
{
	position: relative;
	width: 100px;
	padding-top: 20px;
}

.testimonialGuide .rowItem .customerItem .itemImg
{
	position: relative;
	width: 110px;
	height: 110px;
	background-color: #000;
	/*margin-right: 10px;*/
}

.testimonialGuide .rowItem .customerItem .enlargeImg
{
	position: absolute;
	width: 110px;
	height: 110px;
	bottom: 0px;
	left: 0px;
	/*border: 4px solid #775858;*/

	display: none;
}

.testimonialGuide .rowItem.firstRow .customerItem .enlargeImg
{
	top: 0px;
	bottom: auto;
}

/*.testimonialGuide .rowItem .customerItem .enlargeImg .closeItem
{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}
*/
.testimonialGuide .rowItem .customerItem .enlargeImg .closeItem
{
	position: absolute;
	display: block;
	width: 102px; height: 102px;
	top: 0px; left: 0px;
	background: transparent;
}

/*** kolItem ****/

.testimonialGuide .rowItem .kolItem
{
	position: relative;
	width: 312px;
	margin: 5px 6px 6px;
	text-align: left;

	opacity:0;
	filter: alpha(opacity=0);
}

.testimonialGuide .rowItem .kolItem .itemContent
{
	position: relative;
	width: 100px;
	padding-top: 20px;
}

.testimonialGuide .rowItem .kolItem .itemImg
{
	position: relative;
	height: 170px;
	margin-right: 10px;
}

.testimonialGuide .rowItem .kolItem .itemImg>img
{
	position: relative;
	display: block;
	width: 312px;
	height: 170px;
}

.testimonialGuide .rowItem .kolItem .enlargeImg
{
	position: absolute;
	width: 312px; height: 170px;
	top: 0px; left: 0px;
	opacity: 0.7;
	display: none;
}

.testimonialGuide .kolItem .sliderBorder
{
	position: absolute;
	width: 100%; height: 100%;
	top: 0px;
	left: 0px;
	border: 0px solid #b5a477;

	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.testimonialGuide .kolItem:hover .sliderBorder,
.testimonialGuide .kolItem.selected .sliderBorder
{
	width: 302px; height: 160px;
	border: 5px solid #b5a477;
}

.testimonialGuide .rowItem .kolItem .enlargeImg .closeItem
{
	position: absolute;
	display: block;
	width: 302px; height: 160px;
	top: 5px; left: 5px;
	/*background-color: #CCC;*/
}

.kolItem .kolName
{
	width: 100%;
}

/****** expandWrapper ******/

.testimonialGuide .expandWrapper
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	margin: 20px 0px;

	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);

	display: none;
}

.expandWrapper .expandWrapperArrowTrack
{
	position: absolute;
	width: 960px;
	height: 20px;
	top: -20px;
	left: 50%;
	margin-left: -480px;
}

.expandWrapper .expandWrapperArrow
{
	position: absolute;
	width: 50px;
	height: 20px;
	top: 0px;
	left: 50%;
	margin-left: -25px;
	background: url('../images/testimonial/sliderArrow.png');
}


/*** expandWrapperContent ***/
.expandWrapper .expandWrapperContent
{
	position: relative;
	width: 860px;
	/*height: 250px;*/
	/*background-color: #CCCCCC;*/
	margin: 0px auto;
	padding: 40px 0px;
}


/*** btnLoadMore ***/

.testimonial .btnLoadMore
{
	position: relative;
	display: block;
	width: 100px;
	margin: 0px auto;
	text-decoration: none;
}

.testimonial .btnImg
{
	position: relative;
	display: block;
	width: 60px;
	height: 30px;
	margin: 0px auto;
	overflow: hidden;
}

.testimonial .btnLoadMore span.text
{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	padding: 5px 0px;
	color: #49282e;
}

.testimonial .btnLoadMore:hover img.move
{
	top: -100%;
}

.testimonial .btnLoadMore:hover span.text
{
	color: #b5a477;
}

/*** closeItem ***/

.testimonial .realUserItem .closeItem
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url('../images/common/popClose.png');

	-webkit-transform : rotate(0deg);
	-ms-transform : rotate(0deg);
	-moz-transform : rotate(0deg);
	-o-transform : rotate(0deg);
	transform : rotate(0deg);

	opacity:1;
	filter: alpha(opacity=100);

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.testimonial .realUserItem .closeItem:hover
{
	-webkit-transform : rotate(90deg);
	-ms-transform : rotate(90deg);
	-moz-transform : rotate(90deg);
	-o-transform : rotate(90deg);
	transform : rotate(90deg);

	opacity:0.8;
	filter: alpha(opacity=80);
}


/********** guideWrapper **********/

.kolWrapper .leftGuideWrapper
{
	position: relative;
	width: 350px;
	height: 350px;
	float: left;
}

.kolWrapper .rightGuideWrapper
{
	position: relative;
	width: 425px;
	height: 350px;
	float: right;
}

.kolWrapper .rightGuideWrapper h1
{
	font-size: 22px;
	line-height: 1.5em;
}

.kolWrapper .rightGuideWrapper p
{
	font-size: 16px;
	line-height: 1.5em;
}

.kolWrapper .guidePhoto
{
	position: absolute;
	display: block;
	overflow: hidden;
	/*background-color: #000;*/
}

.kolWrapper .guide1 .photo1
{
	width: 350px;
	height: 350px;
	top: 0;
	left: 0;
}

.kolWrapper .guide1 .photo2,
.kolWrapper .guide1 .photo3
{
	display: none;
}

.kolWrapper .guide2 .photo1
{
	width: 350px;
	height: 170px;
	top: 0;
	left: 0;
}

.kolWrapper .guide2 .photo2
{
	width: 350px;
	height: 170px;
	bottom: 0;
	left: 0;
}

.kolWrapper .guide2 .photo3
{
	display: none;
}

.kolWrapper .guide3 .photo1
{
	width: 350px;
	height: 170px;
	top: 0;
	left: 0;
}

.kolWrapper .guide3 .photo2,
.kolWrapper .guide3 .photo3
{
	width: 170px;
	height: 170px;
	bottom: 0px;
}

.kolWrapper .guide3 .photo2
{
	left: 0px;
}

.kolWrapper .guide3 .photo3
{
	right: 0px;
}

.kolWrapper .scrollWrapper
{
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;

	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 1em;
}

.kolWrapper .scrollWrapper p
{
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 1em;
}

.kolWrapper .weiboIcon
{
	position: absolute;
	width: 80px;
	height: 30px;
	background: url('../images/button/btnWeiboShare.png');
	bottom: 0px;
	left: 0px;
}

/********** guideWrapper **********/

.realUserWrapper .leftGuideWrapper,
.customerWrapper .leftGuideWrapper
{
	position: relative;
	width: 425px;
	height: 170px;
	float: left;
}

.realUserWrapper .leftGuideWrapper h1,
.customerWrapper .leftGuideWrapper h1
{
	font-size: 22px;
	line-height: 1.5em;
}

.realUserWrapper .leftGuideWrapper p,
.customerWrapper .leftGuideWrapper p
{
	font-size: 16px;
	line-height: 1.5em;
}

.realUserWrapper .leftGuideWrapper p span,
.customerWrapper .leftGuideWrapper p span
{
	font-size: 12px;
	line-height: 1.5em;
}

.realUserWrapper .scrollWrapper,
.customerWrapper .scrollWrapper
{
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;

	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 1em;
}

.realUserWrapper .scrollWrapper p,
.customerWrapper .scrollWrapper p
{
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 1em;
}


.realUserWrapper .rightGuideWrapper,
.customerWrapper .rightGuideWrapper
{
	position: relative;
	width: 390px;
	height: 170px;
	float: right;
}

.realUserWrapper .rightGuideWrapper .guidePhoto p,
.customerWrapper .rightGuideWrapper .guidePhoto p
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

.realUserWrapper .rightGuideWrapper .guidePhoto,
.customerWrapper .rightGuideWrapper .guidePhoto
{
	position: absolute;
	top: 0;
	width: 190px;
	height: 170px;
}

.realUserWrapper .rightGuideWrapper .guidePhoto.photo1,
.customerWrapper .rightGuideWrapper .guidePhoto.photo1
{
	left: 0;
}

.realUserWrapper .rightGuideWrapper .guidePhoto.photo2,
.customerWrapper .rightGuideWrapper .guidePhoto.photo2
{
	right: 0;
}

.realUserWrapper .rightGuideWrapper .guidePhoto.photo1 .photoImg,
.customerWrapper .rightGuideWrapper .guidePhoto.photo1 .photoImg
{
	position: relative;
	width: 190px;
	height: 125px;
}

.realUserWrapper .photoImg>img,
.customerWrapper .photoImg>img
{
	display: block;
	width: 100%;
}

.realUserWrapper .rightGuideWrapper .guidePhoto.photo2 .photoImg,
.customerWrapper .rightGuideWrapper .guidePhoto.photo2 .photoImg
{
	position: relative;
	width: 190px;
	height: 125px;
}

.realUserWrapper .weiboIcon,
.customerWrapper .weiboIcon
{
	position: absolute;
	width: 80px;
	height: 30px;
	background: url('../images/button/btnWeiboShare.png');
	bottom: 0px;
	left: 0px;
}