/*导购小助手*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	/* overflow-y: scroll; */
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


.fancybox-inner{padding-top: 25px;}
.fancybox-opened .fancybox-skin{
    /* box-shadow: none; */
}
.sg-container{
    width: 1032px;
    height: 466px;
    background-color:#fff;
    position: relative;
}
.sg-container .sg-title {
    height: 77px;
    line-height: 77px;
    background-color: #E7EAEE;
    position: relative;
    padding-left: 45px;
}
.sg-container .sg-title .shop-people{position: absolute;left: 315px;bottom: 0px;}
.sg-container .sg-title h2{
    color: #777777;
    font-size: 25px;
    text-align: center;
}
.sg-container .sg-title a.btn-close{
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center center no-repeat;
    overflow: hidden;
    text-indent: -99em;
    position: absolute; cursor:pointer;
    right: 22px;
    top: 22px;
}
.sg-container .sg-topic {
    padding: 30px 0 0 0px;
    height: 150px;
    color: #333;
}
.sg-container .sg-topic p{
    width: 925px;
    height: 290px;
    margin: 0px auto;
}
.sg-container .sg-topic p.options-2 a.option{
}
.sg-container .sg-topic p.options-3 a.option{
}
.sg-container .sg-topic h5{
    font-size: 20px;
    color: #777777;
    margin-bottom: 35px;
    margin-left: 50px;
    line-height: 24px;
    padding-left: 35px;
    background:url(../images/question_bg.png) left center no-repeat;
}
.sg-container .sg-topic a.option{
    position: relative;
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #262626;
    background-position: center top;
    background-repeat: no-repeat;
}
.sg-container .sg-topic a.option span.answer-img{display: block;background-position: center top;background-repeat: no-repeat;}
.sg-container .sg-topic a.option span.answer-txt{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    opacity: 0.8;
    bottom: 40px;
}
.sg-container .sg-topic a.option.selected span.answer-txt{color: #fff;opacity: 1;}
.sg-container .sg-topic a.option span.check-radio{
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 20px;
    background: url(../images/check_radio.png) center top no-repeat;
}
.sg-container .sg-topic a.option.selected span.check-radio{background-position: center -50px;}
.sg-container .buttons-set{
    padding-left: 5px;
    position: absolute;
    bottom: 25px;
}
.sg-container .sg-btn-back {
    font-size: 18px;
    color: #262626;
    display: inline-block;
    height: 30px;
    line-height: 32px;
    padding-left: 38px;
    margin-left: 50px;
    color: #101010;
    background: url(../images/sg_btn_back.png) no-repeat left center;
}
.sg-container .sg-btn-back.disable {
    color: #ddd;
    cursor: default;
}

.sg-final-loading {
    background: #f9f9f9;
    padding: 30px 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    font-size: 18px;
    color: #ef606b;
}
em{
    color:#f73d51;
}
/*type-1*/
.sg-container .sg-topic .type-1 a.option{
    width: 304px;
    height: 498px;
    background-image: url(../images/type_1.jpg);
    margin-right: 6px;
}
.sg-container .sg-topic .type-1 a.option.last{margin-right: 0px;}
.sg-container .sg-topic .type-1 a.option span.answer-txt{bottom: 240px;} 
.sg-container .sg-topic .type-1 a.option.selected{background-position: center -498px;}

.sg-container .sg-topic .type-1-img a.option{
    width: 304px;
    height: 498px;
    background-image: url(../images/type_1.jpg);
    margin-right: 6px;
}
.sg-container .sg-topic .type-1-img a.option.last{margin-right: 0px;}
.sg-container .sg-topic .type-1-img a.option.selected{background-position: center -498px;}
.sg-container .sg-topic .type-1-img a.option span.answer-txt{bottom: 100px;}
.sg-container .sg-topic .type-1-img a.option span.answer-img{margin-top: 100px;}

/*type-2*/
.sg-container .sg-topic .type-2 a.option{
    width: 460px;
    height: 248px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-image: url(../images/type_2.jpg);
}
.sg-container .sg-topic .type-2 a.option.answer-1-2,
.sg-container .sg-topic .type-2 a.option.answer-1-4{margin-right: 0px;}
.sg-container .sg-topic .type-2 a.option.answer-1-3,
.sg-container .sg-topic .type-2 a.option.answer-1-4{margin-bottom: 0px;}
.sg-container .sg-topic .type-2 a.option.selected{background-position: center -248px;}
.sg-container .sg-topic .type-2 a.option span.answer-txt{left: 85px;text-align: left;bottom: 0px;top: 90px;}

.sg-container .sg-topic .type-2-img a.option{
    width: 460px;
    height: 248px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-image: url(../images/type_2.jpg);
}
.sg-container .sg-topic .type-2-img a.option.answer-1-2,
.sg-container .sg-topic .type-2-img a.option.answer-1-4{margin-right: 0px;}
.sg-container .sg-topic .type-2-img a.option.answer-1-3,
.sg-container .sg-topic .type-2-img a.option.answer-1-4{margin-bottom: 0px;}
.sg-container .sg-topic .type-2-img a.option.selected{background-position: center -248px;}
.sg-container .sg-topic .type-2-img a.option span.answer-txt{bottom: 20px;}
.sg-container .sg-topic .type-2-img a.option span.answer-img{margin-top: 40px;}

/*type-3*/
.sg-container .sg-topic .type-3-img a.option{
    width: 460px;
    height: 290px;
    background-image: url(../images/type_3.jpg);
}
.sg-container .sg-topic .type-3-img a.option.selected{background-position: center -498px;}
.sg-container .sg-topic .type-3-img a.option .answer-img{margin-top: 20px;}

.sg-container .sg-topic .type-3 a.option{
    width: 460px;
    height: 498px;
    background-image: url(../images/type_3.jpg);
}
.sg-container .sg-topic .type-3 a.option.selected{background-position: center -498px;}
.sg-container .sg-topic .type-3 a.option span.answer-txt{bottom: 240px;} 

/*type-4*/
.sg-container .sg-topic .type-4 a.option{
    width: 306px;
    height: 248px;
    background-image: url(../images/type_4.jpg);
}
.sg-container .sg-topic .type-4 a.option.selected{background-position: center -248px;}
.sg-container .sg-topic .type-4 a.option span.answer-txt{bottom: 0px;top: 100px;}
.sg-container .sg-topic .type-4 a.option.answer-item-1,
.sg-container .sg-topic .type-4 a.option.answer-item-2,
.sg-container .sg-topic .type-4 a.option.answer-item-3,
.sg-container .sg-topic .type-4 a.option.answer-item-4,
.sg-container .sg-topic .type-4 a.option.answer-item-5{margin: 0px 2px 2px 0px;}
.sg-container .sg-topic .type-4 a.option.answer-item-3{margin-right: 0px;}
.sg-container .sg-topic .type-4 a.option.answer-item-4,
.sg-container .sg-topic .type-4 a.option.answer-item-5{margin-bottom: 0px;}

.sg-container .sg-topic .type-4-img a.option{
    width: 216px;
    height: 248px;
    background-image: url(../images/type_4.jpg);
}
.sg-container .sg-topic .type-4-img a.option.selected{background-position: center -248px;}
.sg-container .sg-topic .type-4-img a.option span.answer-txt{bottom: 25px;} 
.sg-container .sg-topic .type-4-img a.option.answer-item-1,
.sg-container .sg-topic .type-4-img a.option.answer-item-2,
.sg-container .sg-topic .type-4-img a.option.answer-item-3,
.sg-container .sg-topic .type-4-img a.option.answer-item-4,
.sg-container .sg-topic .type-4-img a.option.answer-item-5{margin: 0px 12px 2px 0px;}
.sg-container .sg-topic .type-4-img a.option.answer-item-3{margin-right: 0px;}
.sg-container .sg-topic .type-4-img a.option.answer-item-4,
.sg-container .sg-topic .type-4-img a.option.answer-item-5{margin-bottom: 0px;}

/*选择产品*/
#chose-product a.option .answer-img,#choose-one a.option .answer-img{height: 115px;margin-top: 55px; background-size:60%}
#chose-product .answer-1-1 .answer-img{background-image:url(../images/yyj.png);}
#chose-product .answer-1-2 .answer-img{background-image:url(../images/rqz.png);}
#chose-product .answer-1-3 .answer-img{background-image:url(../images/xdg.png);}
#chose-product .answer-1-4 .answer-img{background-image:url(../images/rqrsq.png);}
#chose-product .answer-1-5 .answer-img{background-image:url(../images/drsq.png);}
/*油烟机*/

#chose-product a.option .answer-img {
    height: 115px;
    margin-top: 45px;
}


#show_product   {background:none !important;}
#show_product .sg-topic{
    padding: 10px;
    color: #333;
    background: #fff;
    border-radius: 8px;
}
#show_product .sg-topic,#show_product .sg-topic img{ text-align:center; width:700px; height:420px}
#show_product .sg-container .sg-topic p{
    line-height: 20px;
    margin: 0px auto;
}
#show_product a.btn-close{
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center center no-repeat;
    overflow: hidden;
    text-indent: -99em;
    position: absolute; cursor:pointer;
    right: 22px;
    top: 22px;
}
a.big-prev,a.big-next{
    width: 53px;position: absolute;
    height: 53px;
    background: url('../images/fancybox_overlay.png') repeat;
    overflow: hidden;
    text-indent: -99em; border-radius: 60px;
    cursor:pointer;
}
#show_product .sg-text{right: 10px;bottom: 10px; color:#555;text-align:center;width: 700px;position: absolute; height:20px; font-size:14px;}
a.big-next{right: -80px;top: 45%; background: url('../images/next.png') repeat;}
a.big-prev{left: -80px;top: 45%;background: url('../images/prev.png') repeat;}