wz/* 主体内容 */

*{
	font-family: "微软雅黑";
}

body{
	overflow-x: hidden;
}

.wz-wrapper{
	width: 1160px;
	margin: auto;
}

/*全局通用*/
.wz-clear{
	zoom:1;
}

.wz-clear:after{ ;
	content: '\20';
	overflow: visible;
	display: block;
	height: 0px;
	width: 100%;
	clear: both;
}

.wz-left{
	float: left;
}

.wz-right{
	float: right;
}

.wz-text-center{
	text-align: center;
}

.wz-text-left{
	text-align: left;
}

.wz-text-right{
	text-align: right;
}

.wz-text-justify{
	text-align: justify;
}

.wz-inline-block,
.wz-icon{
	display: inline-block;
	*zoom:1;
	*display: inline;
}

.wz-block{
	display: block;
	width: 100%;
}

.wz-position{
	position: relative;
}

.f12{
	font-size: 12px;
}

/* 通用头部 */

.wz-header{
	width: 100%;
	height: 90px;
	background-color: #fff;
	position: relative;
}

.wz-header .wz-home-link{
	display: block;
	width: 207px;
	height: 62px;
	padding-top: 14px;
	cursor: pointer;
}

.wz-header .wz-item{
	position: relative;
}

.wz-header .wz-item>a{
	display: block;
	width: 92px;
	height: 90px;
	font-size: 14px;
	line-height: 90px;
	color: #000;
	text-align: center;
	transition: all .3s;
}

.wz-header .wz-item>a:hover{
	color: #ff2146;
	cursor: pointer;
}

.wz-header .wz-item>a:hover +.wz-line{
	opacity: 1;
	filter: alpha(opacity=100);
}

.wz-header .wz-line{
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	height: 4px;
	background-color: #ff2146;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
}

.wz-header .wz-shade{
	width: 100%;
	height: 4px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_header_shade.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: -4px;
	left: 0;
}

/* 通用底部 */

.wz-footer-info{
	
}

.wz-footer-info .wz-top{
		
}

.wz-footer-info .wz-we{
	
}

.wz-footer-info .wz-title{
	font-size: 27px;
	line-height: 29px;
	color: #ff2146;
}

.wz-footer-info .wz-foot-nav{
	width: 544px;
	padding-top: 54px;
}

.wz-footer-info .wz-link{
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin-right: 80px;
	margin-bottom: 28px;
	cursor: pointer;
}

.wz-footer-info .wz-link.fmgb-n{
	margin-bottom: 0px;
}

.wz-footer-info .wz-code{
	
}

.wz-footer-info .wz-code-box{
	
}

.wz-footer-info .wz-wechat{
	width: 98px;
}

.wz-footer-info .wz-client{
	margin-left: 26px;
	width: 98px;
}

.wz-footer-info .wz-label{
	padding-top: 3px;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}

.wz-footer-info .wz-bottom{
	padding-bottom: 29px;
}

.wz-footer-info .wz-list{
	
}

.wz-footer-info .wz-list.fpdt-t{
	padding-top: 104px;
	padding-bottom: 18px;
}

.wz-footer-info .wz-item{
	padding-right: 20px;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}


/*** 首页 ***/

/* banner */


.wz-home .wz-banner{
	width: 100%;
    min-width: 1160px;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.wz-home .wz-banner a{
	display: block;
	cursor: pointer;
	width: 100%;
	height: 650px;
}

.wz-home .wz-banner #lb-container{
	width: 1920px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -960px;
    overflow: hidden;
}

/* 注册登录 */

.wz-home .wz-register{
	width: 100%;
	height: 500px;
	background-color: #f2f2f2;
}

.wz-home .wz-register .wz-content{
	width: 100%;
	height: 410px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_register_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0px;
	top: -102px;
}

.wz-home .wz-register .wz-video{
	width: 687px;
	height: 370px;
	padding-top: 20px;
	padding-left: 20px;
}

.wz-register .my-player-dimensions{
	width: 687px;
	height: 370px;
}

.wz-home .wz-register .wz-signup{
	width: 450px;
	position: relative;
}

.wz-home .wz-register .wz-title{
	width: 222px;
	height: 38px;
	margin: auto;
	padding-top: 43px;
}

.wz-home .wz-register .wz-form{
	padding-top: 23px;
	width: 322px;
	margin: auto;
}

.wz-home .wz-register .wz-label{
	display: block;
	width: 100%;
	height: 60px;
}

.wz-home .wz-register .wz-subtitle{
	width: 72px;
	font-size: 14px;
	line-height: 60px;
	color: #000;
}

.wz-home .wz-register .wz-input{
	display: block;
}

.wz-home .wz-register .wz-man{
	cursor: pointer;
}

.wz-home .wz-register .wz-woman{
	margin-left: 20px;
	cursor: pointer;
}

.wz-home .wz-register .wz-check{
	width: 20px;
	height: 20px;
	margin-top: 20px;
	margin-left: 14px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_register_check.png);
	background-repeat: no-repeat;
}

.wz-home .wz-register .wz-option{
	font-size: 14px;
	line-height: 60px;
	color: #000;
	padding-left: 7px;
}

.wz-home .wz-register .wz-check.checked{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_register_checked.png);
}

.wz-home .wz-register .wz-text{
	display: block;
	width: 250px;
	height: 44px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_input_bg.png);
	margin-top: 8px;
	font-size: 14px;
	line-height: 44px;
	color: #000;
	text-indent: 20px;
	cursor: pointer;
}

.wz-home .wz-register .wz-bir-icon{
	display: block;
	width: 30px;
	height: 27px;
	position: absolute;
	top: 17px;
	right: 10px;
}

.wz-home .wz-register .wz-signup-btn{
	display: block;
	width: 320px;
	height: 44px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_submit_btn.png);
	margin: auto;
	margin-top: 21px;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.wz-home .wz-register .wz-hint{
	margin-top: 20px;
	height: 22px;
	font-size: 14px;
	vertical-align: bottom;
	color: #666666;
	text-align: center;
}

.wz-home .wz-register .wz-num{
	font-size: 20px;
	line-height: 22px;
	color: #ff2146;
	text-align: center;
}

.wz-home .wz-register .wz-login-btn{
	width: 84px;
	height: 37px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_login_btn.png);
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: block;
}

.wz-home .wz-register .wz-advantage{
	width: 100%;
	padding-top: 308px;
}

.wz-home .wz-register .wz-list{
	margin-top: 15px;
	
}

.wz-home .wz-register .wz-item{
	padding-right: 48px;
	width: 254px;
}
.wz-home .wz-register .wz-item.pdr-n{
	padding-right: 0px;
}

.wz-home .wz-register .wz-item img{
	padding-top: 37px;
	display: block;
	margin: auto;
	width: 130px;
	height: 21px;
}

.wz-home .wz-register .wz-item p{
	padding-top: 16px;
	text-align: center;
	font-size: 14px;
	line-height: 27px;
	color: #777777;
}

/*城市选择弹窗*/

.wz-home .wz-register .wz-Cpopup{
	width: 420px;
    min-height: 222px;
    border: 1px solid #b3bfeb;
    position: absolute;
    top: 70px;
    left: -108px;
    background-color: #fff;
    display: none;
}

.wz-home .wz-register .wz-Cpopup.on{
	display: block;
}

.wz-home .wz-register .wz-Cplist{
	margin-left: 23px;
}

.wz-home .wz-register .wz-Cptit{
	line-height: 45px;
    display: block;
    width: 370px;
    height: 45px;
    border-bottom: 1px solid #eee;
    background: #fff;
    text-align: left;
    text-indent: 60px;
    letter-spacing: 0px;
	background: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_R_Hot.png) no-repeat 0px 18px;
	font-size:0;
	*word-spacing:-1px;
}

.wz-home .wz-register .wz-Cptit span{
	cursor: pointer;
    font-size: 14px;
    margin-right: 16px;
}

.wz-home .wz-register .wz-Cpitem{
	width: 60px;
    height: 28px;
    line-height: 28px;
    float: left;
}

.wz-home .wz-register .wz-Cpitem{
	font-size: 14px;
    cursor: pointer;
}

.wz-home .wz-register .wz-Cptit span:hover{
	color: #ff9c00;
}

.wz-home .wz-register .wz-Cpitem:hover{
	color: #ff9c00;
}

.wz-home .wz-register .wz-Cpitem.Fcity{
	margin-left: 60px;
}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

.wz-home .wz-register .{

}

#callback1 span {
    cursor: pointer;
}
#callback1 span:hover {
    color: #ff777b;
}

/* 会员 */

.wz-home .wz-member{
	width: 100%;
	background-color: #fff;
}

.wz-home .wz-member .wz-title{
	width: 1159px;
	height: 106px;
	padding-top: 56px;
	padding-bottom: 12px;
}

.wz-home .wz-member .wz-control{
	height: 60px;
	position: relative;
}

.wz-home .wz-member .wz-control-box{
	width: 240px;
	height: 44px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.wz-home .wz-member .wz-btn{
	display: block;
	width: 110px;
	height: 44px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_member_btnbg.png);
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	color: #333;
	margin-left: 10px;
	cursor: pointer;
}

.wz-home .wz-member .wz-list{
	padding-bottom: 47px;
	height: 768px;
}

.wz-home .wz-member .wz-item{
	padding-right: 9px;
	width: 281px;
	height: 384px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_member_bg.png);
	background-repeat: no-repeat;
}

.wz-home .wz-member .wz-item.pdr-n{
	padding-right: 0px;
}

.wz-home .wz-member .wz-link{
	display: block;
	width: 259px;
	height: 362px;
	margin-top: 9px;
	margin-left: 11px;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
}

.wz-home .wz-member .wz-portrait{
	width: 259px;
	height: 249px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_member_1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.wz-home .wz-member .wz-user-info{
	width: 225px;
	margin: auto;
}

.wz-home .wz-member .wz-subtitle{
	padding-top: 10px;
}

.wz-home .wz-member .wz-id{
	font-size: 16px;
	line-height: 16px;
	color: #333;
}

.wz-home .wz-member .wz-from{
	padding-top: 2px;
	font-size: 14px;
	line-height: 14px;
	color: #a9a9a9;
}

.wz-home .wz-member .wz-middle{
	padding-top: 7px;
}

.wz-home .wz-member .wz-age{
	display: inline-block;
	width: 48px;
	height: 22px;
	margin-right: 6px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_member_woman.png);
	text-indent: 24px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.wz-home .wz-member .wz-astro{
	display: inline-block;
	width: 58px;
	height: 22px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_member_astro.png);
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.wz-home .wz-member .wz-label{
	padding-top: 14px;
}

.wz-home .wz-member .wz-label-box{
	height: 22px;
	padding-right: 6px;
}

.wz-home .wz-member .wz-label-left{
	width: 2px;
	height: 22px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_member_labell.png);
}

.wz-home .wz-member .wz-label-center{
	height: 20px;
	padding: 0 4px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.wz-home .wz-member .wz-label-right{
	width: 2px;
	height: 22px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_member_labelr.png);
}

/* 导航 */

.wz-home .wz-nav{
	width: 100%;
	height: 852px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_nav_bg.jpg);
	background-repeat: no-repeat;
	background-size: 1920px 380px;
	background-color: #f2f2f2;
	background-position: top center;
}

.wz-home .wz-nav-wrapper{
	width: 1259px;
	margin: auto;
}

.wz-home .wz-nav .wz-title{
	width: 1259px;
	height: 36px;
	padding-top: 55px;
	margin: auto;
}

.wz-home .wz-nav .wz-classify{
	padding-top: 110px;
	width: 1170px;
	margin: auto;
}

.wz-home .wz-nav .wz-remould{
	width: 390px;
	height: 518px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_nav_bg1.png);
	cursor: pointer;
}

.wz-home .wz-nav .wz-matching{
	width: 390px;
	height: 617px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_nav_bg2.png);
	cursor: pointer;
}

.wz-home .wz-nav .wz-consult{
	width: 390px;
	height: 518px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_nav_bg3.png);
	cursor: pointer;
}

.wz-home .wz-nav .wz-classify img{
	display: block;
	width: 360px;
	height: 324px;
	margin: auto;
	padding-top: 11px;
}

.wz-home .wz-nav .wz-classify h4{
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-top: 24px;
}

.wz-home .wz-nav .wz-classify p{
	padding-top: 16px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #777777;
}

/* 案例 */

.wz-home .wz-case{
	width: 100%;
	background-color: #fff;
}

.wz-home .wz-case .wz-title{
	width: 1159px;
	height: 110px;
	margin: auto;
	padding-top: 68px;
}

.wz-home .wz-case .wz-list{
	padding-top: 40px;
	padding-bottom: 86px;
}
.wz-list .wz-itdli{
	width: 20%;
	height: auto;
	float: left;
    text-align: center;
}
.wz-itdli p{
	color: #de0c17;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.wz-itdli span{
	color: #3e3e3e;
    font-size: 14px;
}
.wz-home .wz-case .wz-item{
	width: 382px;
	margin-right: 7px;
}

.wz-home .wz-case .wz-item.mgr-n{
	margin-right: 0px;
}

.wz-home .wz-case .wz-little-box{
	display: block;
	width: 382px;
	height: 217px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
}

.wz-home .wz-case .wz-big-box{
	display: block;
	width: 382px;
	height: 386px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
}

.wz-home .wz-case .wz-little-box:hover .wz-popup{
	bottom: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wz-home .wz-case .wz-big-box:hover .wz-popup{
	bottom: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wz-home .wz-case .wz-little-box.bg1{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_1.png);
	margin-bottom: 7px;
}

.wz-home .wz-case .wz-big-box.bg2{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_2.png);
}

.wz-home .wz-case .wz-big-box.bg3{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_3.png);
	margin-bottom: 7px;
}

.wz-home .wz-case .wz-little-box.bg4{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_4.png);
}

.wz-home .wz-case .wz-little-box.bg5{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_5.png);
	margin-bottom: 7px;
}

.wz-home .wz-case .wz-big-box.bg6{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_6.png);
}

.wz-home .wz-case .wz-popup{
	width: 382px;
	height: 218px;
	position: absolute;
	left: 0;
	bottom: -218px;
	transition: all .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.wz-home .wz-case .wz-popup.l-bg{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_lr.png);
}

.wz-home .wz-case .wz-popup.b-bg{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_case_br.png);
}

.wz-home .wz-case .wz-subtitle{
	padding-top: 48px;
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	color: #fff;
}

.wz-home .wz-case .wz-man-service{
	display: block;
	padding-top: 26px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}

.wz-home .wz-case .wz-ladies-service{
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}

.wz-home .wz-case .wz-time{
	display: block;
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}

/* 派对 */

.wz-home .wz-party {
	width: 100%;
	height: 841px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_party_bg.jpg);
	background-repeat: no-repeat;
	background-size: 1920px 380px;
	background-color: #f2f2f2;
	background-position: top center;
}

.wz-home .wz-party .wz-title{
	width: 1159px;
	height: 109px;
	padding-top: 55px;
}

.wz-home .wz-party .wz-subbg{
	width: 1158px;
	height: 544px;
	margin: auto;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_party_subbg.png);
	margin-top: 58px;
}

.wz-home .wz-party .wz-control{
	height: 90px;
	position: relative;
}

.wz-home .wz-party .wz-control-box{
	width: 136px;
	height: 59px;
	position: absolute;
	bottom: 2px;
	right: 55px;
}

.wz-home .wz-party .wz-btn{
	width: 59px;
	height: 59px;
	margin-left: 9px;
	cursor: pointer;
}

.wz-home .wz-party .wz-content{
	display: none;
}

.wz-home .wz-party .wz-content.ptct-show{
	display: block;
}

.wz-home .wz-party .wz-img{
	padding-left: 67px;
}

.wz-home .wz-party .wz-img-item{
	width: 568px;
	height: 277px;
	display: block;
}

.wz-home .wz-party .wz-info{
	width: 399px;
	padding-left: 68px;
}

.wz-home .wz-party .wz-tit-item{
	display: block;
	border-bottom: 1px solid #c5c7ca;
}

.wz-home .wz-party .wz-subtitle h2{
	padding-top: 32px;
	font-size: 28px;
	line-height: 30px;
	color: #000;
}

.wz-home .wz-party .wz-apply{
	padding-top: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}

.wz-home .wz-party .wz-time{
	padding-top: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	padding-top: 16px;
	padding-bottom: 22px;
}

.wz-home .wz-party .wz-button{
	padding-top: 18px;
	padding-bottom: 16px;
}

.wz-home .wz-party .wz-link{
	display: block;
	width: 158px;
	height: 44px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_party_btn.png);
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.wz-home .wz-party .wz-passage{
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.wz-home .wz-party .wz-paging-list{
	position: absolute;
	bottom: 116px;
	left: 511px;
}

.wz-home .wz-party .wz-paging-item{
	width: 12px;
	height: 12px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_party_check.png);
	margin-right: 13px;
	transition: all .1s;
	cursor: pointer;
}

.wz-home .wz-party .wz-paging-item:hover{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_party_checked.png);
}

.wz-home .wz-party .wz-paging-item.ptActive{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_party_checked.png);
}

/* 门店 */

.wz-home .wz-shop{
	width: 100%;
	background-color: #fff;
	padding-bottom: 100px;
}

.wz-home .wz-shop .wz-title{
	width: 1159px;
	height: 35px;
	padding: 50px 0 125px 0;
}

.wz-home .wz-shop .wz-subbg{
	width: 100%;
	height: 562px;
	background-color: #eeeeee;
}

.wz-home .wz-shop .wz-content{
	padding-top: 60px;
	padding-left: 60px;
	height: 320px;
	overflow: hidden;
}

.wz-home .wz-shop .wz-img{
	width: 540px;
	height: 320px;
	overflow: hidden;
}

.wz-home .wz-shop .wz-img img{
	display: none;
}

.wz-home .wz-shop .wz-img .img-show{
	display: block;
}

.wz-home .wz-shop .wz-info{
	padding-left: 39px;
	width: 461px;
}

.wz-home .wz-shop .wz-content-item{
	display: none;
}

.wz-home .wz-shop .wz-content-item.c-show{
	display: block;
}

.wz-home .wz-shop .wz-details-item{
	display: none;
}

.wz-home .wz-shop .wz-details-item.del-item{
	display: block;
}

.wz-home .wz-shop .wz-info h2{
	padding-top: 25px;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
}

.wz-home .wz-shop .wz-submenu{
	padding-top: 36px;
}

.wz-home .wz-shop .wz-subitem{
	height: 40px;
	margin-right: 11px;
	margin-bottom: 11px;
}

.wz-home .wz-shop .wz-subitem-l{
	width: 3px;
	height: 40px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ck_l.png);
}

.wz-home .wz-shop .wz-subitem-m{
	font-size: 16px;
	line-height: 40px;
	color: #444444;
	text-align: center;
	padding: 0 19px;
	height: 40px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ck_m.png);
	background-repeat: repeat-x;
}

.wz-home .wz-shop .wz-subitem-r{
	width: 3px;
	height: 40px;
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ck_r.png);
}

.wz-home .wz-shop .wz-subitem-box:hover .wz-subitem-l{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ckd_l.png);
}

.wz-home .wz-shop .wz-subitem-box:hover .wz-subitem-m{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ckd_m.png);
	color: #de2d38;
}

.wz-home .wz-shop .wz-subitem-box:hover .wz-subitem-r{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ckd_r.png);
}

.wz-home .wz-shop .wz-subitem-l.l-color{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ckd_l.png);
}

.wz-home .wz-shop .wz-subitem-m.m-color{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ckd_m.png);
	color: #de2d38;
}

.wz-home .wz-shop .wz-subitem-r.r-color{
	background-image: url(http://tuodan120.oss-cn-hangzhou.aliyuncs.com/images/H_sp_ckd_r.png);
}

.wz-home .wz-shop .wz-hot-line{
	padding-top: 40px;
	font-size: 16px;
	line-height: 18px;
	color: #444444;
}

.wz-home .wz-shop .wz-add{
	padding-top: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
}

.wz-home .wz-shop .wz-box{
	padding-top: 35px;
	position: relative;
}

.wz-home .wz-shop .wz-box-wrapper{
	width: 880px;
	height: 119px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.wz-home .wz-shop .wz-list{
	height: 119px;
	position: absolute;
}

.wz-home .wz-shop .wz-item{
	width: 112px;
	margin-right: 14px;
	float: left;
}

.wz-home .wz-shop .wz-item.smgr-n{
	margin-right: 0px;
}

.wz-home .wz-shop .wz-photo{
	display: block;
	width: 90px;
	height: 90px;
	margin: auto;
	overflow: hidden;
	border-radius: 100%;
	overflow: hidden;
}
/*
.wz-home .wz-shop .wz-photo{
	display: block;
	width: 112px;
	height: 66px;
	margin: auto;
	box-sizing: border-box;
	overflow: hidden;
}

.wz-home .wz-shop .wz-photo.pt-act{
	border: 1px solid #dd1717;
}

.wz-home .wz-shop .wz-item:hover .wz-photo{
	border: 1px solid #dd1717;
}

*/
.wz-home .wz-shop .wz-label{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #444444;
	padding-top: 13px;
}

.wz-home .wz-shop .wz-label.lb-act{
	color: #ba1928;
}

.wz-home .wz-shop .wz-item:hover .wz-label{
	color: #ba1928;
}

.wz-home .wz-shop .wz-prev,
.wz-home .wz-shop .wz-next{
	width: 59px;
	height: 68px;
	position: absolute;
	top: 60px;
}

.wz-home .wz-shop .wz-prev{
	left: 59px;
}

.wz-home .wz-shop .wz-next{
	right: 59px;
}

