/*
 * 列表页
 * 独立样式文件
 * 
 * */

.title{
	min-height: 30px;
	line-height: 30px;
}
.title .icon{
	width: 22px;
	height: 22px;
	position: relative;
	top:3px
}
.title .fr .time{
	padding: 5px 10px;
}


/*小时热度榜列表样式*/
.hour .th{
	padding: 20px 0;
	border-bottom: 1px solid #F4F7F8;
}
.hour .th li{
	float: left;
}
.hour .th .th-1{
	width: 28px;
}
.hour .th .th-2{
	padding-left: 106px;
	width: 587px;
}
.hour .th .th-3{
	width: 209px;
}
.hour .th .th-4{
	width: 187px;
	margin-right: 10px;
}

/*小时热度榜列表内容*/
.hour .list li{
	height: 78px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hour .list li:hover{
	background: #FAFAFA;
}
.hour .list .number{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	margin-top: 25px;
}
.hour .list .num-1{
	background-image: linear-gradient(-180deg, #FBD249 0%, #F5A623 100%);
	color: #FFFFFF;
}
.hour .list .num-2{
	background-image: linear-gradient(-180deg, #BEC7D0 0%, #8A96A3 100%);
	color: #FFFFFF;
}
.hour .list .num-3{
	background-image: linear-gradient(-180deg, #DCB6B6 0%, #B67F7F 100%);
	color: #FFFFFF;
}
.hour .list .num-4{
	background: rgba(153,165,160,0.14);
	color: #99A5A0;
}

.hour .list .info{
	width: 693px;
}
.hour .list .info div{
	width: 587px;
}
.hour .list .info div .title1{
	height: 52px;
}
.hour .list .price{
	width: 209px;
}

.hour .list .score{
	width: 187px;
	margin-right: 10px;
}
.hour .list .score .icon{
	width: 20px;
	height: 20px;
	position: relative;
	top:4px
}
.hour .list .score a{
	padding: 4px 7px;
	font-size: 14px;
}

.hour .list .score .sytj{
	border: 1px solid #E91E63;
	color: #E91E63;
}
.hour .list li:hover .score .sytj{
	background: #E91E63;
	color: #FFFFFF;
}
.hour .list .score .rmtj{
	border: 1px solid #59B932;
	color: #59B932;
}
.hour .list li:hover .score .rmtj{
	background: #59B932;
	color: #FFFFFF;
}
.hour .list .score .qwhj{
	border: 1px solid #F0F0F0;
	color: #999999;
}
.hour .list li:hover .score .qwhj{
	border: 1px solid #33CC99;
	background: #33CC99;
	color: #FFFFFF;
}

.hour .hour-page{
	text-align: center;
	padding-bottom: 38px;
}
.hour .hour-page a{
	display: inline-block;
	width: 136px;
	height: 57px;
	border: 1px solid #E5E8EB;
	color: #99A5A0;
}
.hour .hour-page a:hover{
	border: 1px solid #33CC99;
	color: #33CC99;
}
.hour .hour-page a .time .icon{
	width: 12px;
	height: 12px;
	fill: #99A5A0;
	position: relative;
	top:2px
}

.hour .hour-page a:hover .time .icon{
	fill: #33CC99;
}


/*目录分类样式*/
.category-nav{
	width: 1170px;
}
.category-nav li{
	float: left;
	width: 117px;
	height: 65px;
	text-align: center;
	padding-top: 25px;
	color: #999999;
	cursor: pointer;
}

.category-nav .active{
	width: 115px;
	height: 63px;
	border: 1px solid #F4F7F8;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
	font-weight: bold;
	color: #222222;
}

.fixed{
	position: fixed;  
    top: 54px;
    z-index: 998;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    margin-top: 0;
}
/*固定在header下(关注页)*/
.fixed1{
	position: fixed;  
	top: 54px;
}
/*固定在header+buy button下(detail详情页)*/
.fixed2{
	position: fixed;  
	top: 107px;
}
.category-list{
	padding-top: 40px;
}

.category-list .box-title{
	float: left;
	width: 112px;
}
.category-list .box-title .icon{
	width: 12px;
	height: 12px;
	fill: #33CC99;
	position: relative;
	top:2px
}
.category-list .list{
	float: left;
	width: 1064px;
	font-size: 14px;
	border-bottom: 1px solid #F4F7F8;
}

.category-list .list a{
	float: left;
	display: inline-block;
	width: 152px;
	color: #666666;
	height: 40px;
}

.category-list .list a:hover{
	color: #33CC99;
}

/*商场分类*/
.mall-tab{
	width: 200px;
	font-size: 14px;
	height: 30px;
	border:1px solid #ECF1F3;
}
.mall-tab .tab-1{
	display: inline-block;
	width: 55px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #ECF1F3;
	text-align: center;
}
.mall-tab .tab-2{
	display: inline-block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.mall-tab .active{
	color: #33CC99;
	font-weight: bold;
}

.mall-hot{
	padding: 20px 24px;
}
.mall-hot .hot-list a{
	display: inline-block;
	width: 128px;
	text-align: center;
	line-height: 30px;
	color: #999999;
	float: left;
}
.mall-hot .hot-list a:hover{
	color: #33CC99;
}
.mall-hot .hot-list a .pic{
	height: 40px;
	display:flex;
	/*主轴居中对齐*/
    justify-content: center;
    /*侧轴居中对齐*/    
    align-items: center; 
}
.mall-hot .hot-list a img{
	max-width: 90px;
	max-height: 40px;
}

.mall-all .title{
	padding: 20px 24px;
	border-bottom: 1px solid #F4F7F8;
	height: 78px;
}
.mall-all .title .title-box{
	height: 24px;
	margin-top: 26px;
}
.mall-all .title .title-box a{
	display: inline-block;
	width: 40px;
	height: 24px;
	float: left;
	text-align: center;
	line-height: 24px;
}
.mall-all .title .title-box .active{
	background: #33CC99;
	color: #ffffff;
	border-radius: 3px;
}

.mall-all .list-box{
	padding: 0px 24px 40px 24px;
}

.mall-all .list-box .list{
	margin-top: 40px;
}

.mall-all .list-box .list a{
	float: left;
	display: inline-block;
	width: 144px;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-mall{
	position: fixed;
	top:150px;
	background: #FFFFFF;
	border: 1px solid #ECF1F3;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04);
	border-radius: 5px;
	width: 22px;
	text-align: center;
	padding:10px;
}

.sidebar-mall a{
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #999999;
}

.sidebar-mall .active{
	border-radius: 100px;
	background: #F0F0F0;
	color: #101010;
	font-weight: bold;
}


/*品牌导航*/
.brand-search{
	width: 252px;
	height: 26px;
	padding: 6px 14px 0 14px;
}
.brand-hot{
	padding: 20px 24px;
}
.brand-hot .hot-list a{
	display: inline-block;
	width: 144px;
	text-align: center;
	line-height: 30px;
	color: #999999;
	float: left;
	margin-top: 20px;
}
.brand-hot .hot-list a:hover{
	color: #33CC99;
}
.brand-hot .hot-list a .pic{
	height: 40px;
	display:flex;
	/*主轴居中对齐*/
    justify-content: center;
    /*侧轴居中对齐*/    
    align-items: center; 
}
.brand-hot .hot-list a img{
	max-width: 90px;
	max-height: 40px;
}
.brand-more{
	background: #EAF9F4;
	color: #33CC99 !important;
	width: 80px !important;
	height: 24px !important;
	text-align: center;
	line-height: 24px;
}
.brand-more:hover{
	background: #33cc99;
	color: #FFFFFF !important;
}

/*品牌详情*/
.bd-logo{
	width: 180px;
	height: 215px;
	padding: 35px 45px 0 45px;
}
.bd-logo .m-logo{
	width: 180px;
	height: 80px;
	display:flex;
	/*主轴居中对齐*/
    justify-content: center;
    /*侧轴居中对齐*/    
    align-items: center;
}
.bd-logo .m-logo img{
	max-width: 180px;
	max-height: 80px;
}
.bd-logo .m-button a{
	display: inline-block;
	width: 136px;
	height: 38px;
	background-image: linear-gradient(-180deg, #FEFEFE 1%, #F5F5F5 100%);
	border: 1px solid #ECF1F3;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
}
.bd-logo .m-button a:hover{
	color: #222222;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
}
.bd-logo .m-button a img{
	max-width: 16px;
	max-height: 16px;
	position: relative;
	top:-2px
}
.bd-info{
	width: 883px;
	height: 192px;
	padding: 40px 15px 20px 30px;
}
.bd-info .bd-title{
	height: 30px;
	line-height: 30px;
}
.bd-info .bd-title span{
	display: inline-block;
	width: 66px;
	height: 30px;
	line-height: 30px;
}
.bd-info .bd-content{
	font-size: 13px;
	color: #666666;
	text-align: justify;
	line-height: 26px;
	height: 102px;
	overflow: hidden;
}
.bd-info .bd-rank{
	font-size: 13px;
	color: #666666;
	text-align: justify;
	line-height: 26px;
	height: 30px;
	overflow: hidden;
}
.bd-info .bd-button{
	width: 90px;
	position: relative
}
.bd-info .bd-button a{
	display:inline-block;
}
.bd-info .bd-button a.button{
	border: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

/*搜索*/
.l-search{
	width: 240px;
	margin-right: 14px;
	padding: 15px;
}
.l-search .title .icon{
	width: 18px;
	height: 18px;
}
.l-search .layui-form-item{
	margin-bottom: 0;
}
.l-search .layui-form-checkbox[lay-skin=primary] i{
	border:none;
	background: #E7ECE9;
	font-weight: bold;
}
.l-search .layui-form-checkbox i{
	color: #E7ECE9;
}
.l-search .layui-form-checked[lay-skin=primary] i{
	background: #33CC99;
	color: #ffffff;
}
.l-search .layui-form-checkbox[lay-skin=primary] span{
	color: #222222;
	width: 176px;
}

.l-search .select{
	width: 130px;
	font-size: 14px;
	color: #666;
}
.l-search .select .layui-input{
	border:none;
	background-color: #F5F5F5;
	color: #222222;
}
.l-search .select .layui-form-select dl dd.layui-this{
	background: #F6F7F8;
	font-weight: bold;
	color: #222222;
}
.l-search .child-cheack .layui-form-checkbox[lay-skin=primary] i{
	width: 13px;
	height: 13px;
	line-height: 13px;
	top:2px
}
.l-search .child-cheack .layui-form-checkbox[lay-skin=primary] span{
	font-size: 12px;
}
.l-search .check-more .icon{
	background: url(../images/ie8/a_16@2x.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	position: relative;
	top:2px;
}
.l-search .price li{
	margin-top: 10px;
	font-size: 14px;
}
.l-search .start{
	margin-top: 10px;
}
.l-search .start .input-1{
	width: 50px;
	padding: 5px 5px;
	font-size: 13px;
	margin-right: 10px;
}
.l-search .start input::-webkit-input-placeholder{
	color:#ccc;
}
.l-search .start input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#ccc;
}
.l-search .start input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ccc;
}
.l-search .start input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
.l-search .start .btn-10{
	width: 60px;
	height: 26px;
}

.l-search .input .input-1{
	width: 190px;
	padding: 8px 5px;
	font-size: 12px;
	margin-right: 10px;
}
.l-search .input input::-webkit-input-placeholder{
	color:#ccc;
}
.l-search .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#ccc;
}
.l-search .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ccc;
}
.l-search .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
.l-search .treeNav ul{
	/*background: url(../images/ie8/s_1@2x.png) left no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;*/
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 8px;
}
/*.l-search .treeNav .active{
	background: url(../images/ie8/s_2@2x.png) left no-repeat;
	background-position: 0px 5px;
}*/
.l-search .treeNav em{
	background: url(../images/ie8/s_1@2x.png) left no-repeat;
	background-position: 0px 5px;
	cursor: pointer;
	width: 15px;
	height: 16px;
}
.l-search .treeNav .active{
	background: url(../images/ie8/s_2@2x.png) left no-repeat;
	background-position: 0px 5px;
	cursor: pointer;
	width: 15px;
	height: 16px;
}
.l-search .treeNav ul li{
	padding-left: 15px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.l-search .searchBox{
	position: relative;
}
.l-search .searchBox .ssjg{
	position: absolute;
	top: 35px;
	background: #FFFFFF;
	border:1px solid #ededed;
	z-index: 9;
	border-radius: 3px;
	width: 200px;
}
.l-search .searchBox .searchBtn{
	position: absolute;
	top: 8px;
	right: 25px;
	background: url(../images/ie8/Shape3@2x.png) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.l-search .searchBox .ssjg li{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	cursor: pointer;
}
.l-search .searchBox .ssjg li:hover{
	background: #F9F9F9;
	color: #33CC99;
}

/*右边列表*/
.r-list{
	width: 916px;
}
/*右边列表第一栏*/
.r-list .r-list-top{
	width: 916px;
	padding-bottom: 18px;
}

/*第一栏标题*/
.r-list .r-list-top .top-title{
	width: 888px;
	height: 30px;
	padding: 12px 14px;
	border-bottom: 1px solid #ECF1F3;
}
.r-list .r-list-top .top-title li{
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}
.r-list .r-list-top .top-title li.active{
	background: #33CC99;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	behavior: url(css/pie.htc);
}
.r-list .r-list-top .top-title a{
	float: left;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	margin-right: 20px;
}
.r-list .r-list-top .top-title a.active{
	color: #33CC99;
	border-bottom: 2px solid #33CC99;
}

/*第一栏更多行*/
.r-list .r-list-top .top-more{
	height: 20px;
	line-height: 20px;
	padding: 24px 16px 0px 16px;
}
.r-list .r-list-top .top-more a{
	color: #999;
}
.r-list .r-list-top .top-more a:hover{
	color: #33CC99;
}

/*第一栏列表*/
.r-list .r-list-top .top-list{
	margin: 20px 10px 0px 10px;
}
.r-list .r-list-top .top-list li{
	width:212px;
	height: 344px;
	margin-left: 6px;
	margin-right: 6px;
}
.r-list .r-list-top .top-list li .img img{
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	behavior: url(css/pie.htc);
	width: 212px;
	height: 212px;
}
.r-list .r-list-top .top-list li .info{
	width: 186px;
	padding: 12px;
	border: 1px solid #ECF1F3;
	border-top: none;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	position:relative;
	behavior: url(css/pie.htc);
	height: 107px;
}
.r-list .r-list-top .top-list li .info .title{
	line-height: 21px;
	margin-bottom: 5px;
    overflow: hidden;
	height: 42px;
}
.r-list .r-list-top .top-list li .info .sales{
	margin-top: 5px;
	height: 20px;
}
.r-list .r-list-top .top-list li .info .sales .coupons{
	display: inline-block;
	/*width: 30px;*/
	width: 40px;
	height: 18px;
	background:url(../images/ie8/a_122@2x.png) no-repeat;
	/*background-size: 30px;*/
	background-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
.r-list .r-list-top .top-list li .info .sales .xl{
	background: url(../images/ie8/a_34@2x.png) right no-repeat;
	padding-right: 25px;
}
.r-list .r-list-top .top-list li .info .sales .tb{
	background: url(../images/ie8/a_123@2x.png) right no-repeat;
	padding-right: 25px;
}
.r-list .r-list-top .top-list li .info .price{
	margin-top: 5px;
	height: 30px;
}
.r-list .r-list-top .top-list li .info .price .n-price{
	margin-top: 7px;
	height: 30px;
}
.r-list .r-list-top .top-list li .info .price .y-price{
	line-height: 15px;
	margin-left: 10px;
}
.r-list .r-list-top .top-list li .info .price .btn-6{
	padding: 2px 5px;
}

/*右边列表带分页*/
.r-list .r-list-box .title-tab{
	width: 886px;
	padding: 15px 15px 0px 15px;
	height: 40px;
	border-bottom: 1px solid #ECF1F3;
}
/*切换tab菜单*/
.r-list .r-list-box .title-tab .tabNav{
	width: 600px;
	height: 38px;
	line-height: 38px;
}
.r-list .r-list-box .title-tab .tabNav a{
	float: left;
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
}
.r-list .r-list-box .title-tab .tabNav .active{
	color: #33CC99;
	border-bottom: 2px solid #33CC99;
}

/*切换tab菜单旁操作按钮*/
.r-list .r-list-box .operation{
	width: 286px;
}
.r-list .r-list-box .operation .selectTime{
	width: 110px;
}
.r-list .r-list-box .operation .z-new{
	width: 52px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ECF1F3;
	text-align: center;
	cursor: pointer;
	color: #999999;
}
.r-list .r-list-box .operation .z-active{
	font-weight: bold;
	color: #000000;
}
.r-list .r-list-box .operation .arr{
	width: 28px;
	height: 28px;
	border: 1px solid #ECF1F3;
	background: url(../images/svg_sprite/icon_sprite_arr.png) no-repeat;
	margin-left: 10px;
	cursor: pointer;
}
.r-list .r-list-box .operation .arr-1{
	background-position: -28px 0;
}
.r-list .r-list-box .operation .arr-2{
	background-position: 0 -28px;
}
.r-list .r-list-box .operation .btn-5{
	width: 80px;
	height: 30px;
	line-height: 30px;
}
/*属性值title*/
.r-list .r-list-box .attribute{
	background: #FAFAFA;
	height: 42px;
	line-height: 42px;
	padding:0 16px;
	color: #999999;
}
.r-list .r-list-box .attribute li{
	float: left;
}

/*瀑布流排列样式*/
.r-list .r-list-box .list-box .item .cross{
	float: left;
	width: 207px;
	margin-left: 16px;
	margin-top: 16px;
	position: relative;
	border: 1px solid #ECF1F3;
}
.r-list .r-list-box .list-box .item .cross .img{
	width: 207px;
	height: 207px;
}
.r-list .r-list-box .list-box .item .cross .img img{
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	behavior: url(css/pie.htc);
	width: 207px;
	height: 207px;
}
.r-list .r-list-box .list-box .item .cross .user{
	position: absolute;
	margin-top: -24px;
	color: #ffffff;
	width: 207px;
	height:20px;
	line-height: 20px;
}
.r-list .r-list-box .list-box .item .cross .user img{
	width: 24px;
	height: 24px;
}

.r-list .r-list-box .list-box .item .cross .user span{
	width:72px;
	height:20px;
	background-color: rgba(0,0,0,.35);
	border-radius:14px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	color: #FFFFFF;
	/*font-size: 8px;*/
}
.r-list .r-list-box .list-box .item .cross .info{
	width: 183px;
	padding: 12px;
	height: 97px;
}
.r-list .r-list-box .list-box .item .cross .info .title{
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	height: 40px;
}
.r-list .r-list-box .list-box .item .cross .info .title a{
	font-weight: bold;
	color: #333;
}
.r-list .r-list-box .list-box .item .cross .info .price{
	line-height: 20px;
    overflow: hidden;
	height: 20px;
}
.r-list .r-list-box .list-box .item .cross .info .content span{
	display: inline-block;
	padding-left: 16px;
	line-height: 20px;
	height: 20px;
}
.r-list .r-list-box .list-box .item .cross .info .content .attr1{
	display: inline-block;
	width: 80px;
}
.r-list .r-list-box .list-box .item .cross .info .content .attr2{
	margin-right: 10px;	
}

.r-list .r-list-box .list-box .item .cross .infoBox{
	width: 207px;
	height: 175px;
	position: absolute;
	background-color: #fff;
	left: 0;
	z-index: 99;
	bottom: 0;
	display: none;
}
.r-list .r-list-box .list-box .item .cross .not-comments{
	height: 121px;
}
.r-list .r-list-box .list-box .item .cross .not-comments .caozuo{
	margin-top: 20px;
}
.r-list .r-list-box .list-box .item .cross .infoBox .comments{
	padding: 12px;
	font-size: 14px;
	height: 50px;
	overflow:hidden;
	border-bottom: 1px solid #F4F7F8;
}
.r-list .r-list-box .list-box .item .cross .infoBox .comments span{
	font-size: 30px;
	font-family:"宋体";
	color: #DBDBDB;
}
.r-list .r-list-box .list-box .item .cross .infoBox .comments .sy{
	position: absolute;
	margin-top: 8px;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo{
	padding: 12px 12px 0px 12px;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz1{
	text-align: center;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz1 span{
	margin-right: 20px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 14px;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz2 {
	margin-top: 20px;
	position: relative;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz2 a{
	width: 87px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
	/*margin-right: 2px;*/
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz2 .btn-more{
	background-position: 100% 50%;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz2 .moreUrl{
	position: absolute;
	width: 86px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 8px 0px rgba(0,0,0,0.06);
	border:1px solid rgba(236,241,243,1);
	z-index: 99;
	left: 93px;
	top:40px;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz2 .moreUrl a{
	text-align: center;
}
.r-list .r-list-box .list-box .item .cross .infoBox .caozuo .cz2 .moreUrl a:hover{
	background:rgba(51,204,153,0.04);
	color: #33CC99;
	font-weight: bold;
}
/*横向排列样式*/
.r-list .r-list-box .list-box .item .vertical{
	padding: 16px;
	width: 884px;
	height: 75px;
}
.r-list .r-list-box .list-box .item .vertical .img{
	width: 75px;
	height: 75px;
}
.r-list .r-list-box .list-box .item .vertical .img img{
	width: 75px;
	height: 75px;
}
.r-list .r-list-box .list-box .item .vertical .info{
	width: 310px;
	margin-left: 15px;
	height: 75px;
	display:flex;   
    align-items: center;
}
.r-list .r-list-box .list-box .item .vertical .info .infoTitle{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.r-list .r-list-box .list-box .item .vertical .info .infoTitle a{
	font-weight: bold;
	color: #333;
}
.r-list .r-list-box .list-box .item .vertical .info .infoMember a{
	color:#5C917C;
}
.r-list .r-list-box .list-box .item .vertical .info .infoMember span{
	color:#999;
	margin-left: 10px;
}
.r-list .r-list-box .list-box .item .vertical .price{
	height: 75px;
	display:flex;   
    align-items: center;
}

.r-list .r-list-box .list-box .item .vertical .score .icon{
	width: 14px;
	height: 14px;
	position: relative;
	top:2px
}
.r-list .r-list-box .list-box .item .vertical .score a{
	padding: 4px 7px;
	font-size: 14px;
}

.r-list .r-list-box .list-box .item .vertical .score .sytj{
	border: 1px solid #E91E63;
	color: #E91E63;
}
.r-list .r-list-box .list-box .item .vertical:hover .score .sytj{
	background: #E91E63;
	color: #FFFFFF;
}
.r-list .r-list-box .list-box .item .vertical .score .rmyh{
	border: 1px solid #59B932;
	color: #59B932;
}
.r-list .r-list-box .list-box .item .vertical:hover .score .rmyh{
	background: #59B932;
	color: #FFFFFF;
}
.r-list .r-list-box .list-box .item .vertical .score .qwhj{
	border: 1px solid #F0F0F0;
	color: #999999;
}
.r-list .r-list-box .list-box .item .vertical:hover .score .qwhj{
	border: 1px solid #33CC99;
	background: #33CC99;
	color: #FFFFFF;
}
.r-list .r-list-box .list-box .item .vertical .comments .icon{
	width: 14px;
	height: 14px;
	margin-right: 3px;
	fill: #acb8b3;
	position: relative;
	top: 2px;
}

/*没有优惠*/
.r-list .noDiscount{
	padding: 14px 16px;
	height: 36px;
	line-height: 36px;
}
.r-list .noDiscount .btn-7{
	height: 36px;
	line-height: 36px;
	width: 158px;
	font-size: 13px;
}

/*热门品牌榜页面样式*/
.brandHot .item{
	padding: 24px 16px;
	width: 1168px;
}
/*品牌基础信息*/
.brandHot .item .basis .logo{
	width: 126px;
	height: 72px;
}
.brandHot .item .basis .logo img{
	max-width: 126px;
	max-height: 56px;
}
.brandHot .item .basis .info{
	margin-left: 35px;
	width: 865px;
	margin-right: 15px;
	height: 72px;
}
.brandHot .item .basis .info .mall{
	display: inline-block;
	background:linear-gradient(180deg,rgba(254,254,254,1),rgba(245,245,245,1));
	border-radius:3px;
	border:1px solid #ECF1F3;
	font-weight: normal;
	color: #99A5A0;
	font-size: 13px;
	padding: 3px 6px;
	margin-left: 15px;
	
}
.brandHot .item .basis .info .mall img{
	position: relative;
	top:-1px;
	margin-right: 2px;
	
}
.brandHot .item .basis .other{
	width: 127px;
	height: 72px;
}
.brandHot .item .basis .other .btn-11{
	width: 125px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
}
.brandHot .item .basis .other .btn-11:hover{
	color: #33CC99;
	border: 1px solid #33CC99;
	font-weight: normal;
}
.brandHot .item .basis .other .btn-1{
	width: 127px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 13px;
}
.brandHot .item:hover .basis .other .btn-1{
	background: #33CC99;
	color: #FFFFFF;
}

.brandHot .item .list-box li{
	float: left;
	width: 215.6px;
	border: 1px solid #ECF1F3;
	margin: 0 8px;
}
.brandHot .item .list-box li .img img{
	width: 215.6px;
	height: 215.6px;
}
.brandHot .item .list-box li .info{
	padding: 12px;
}
.brandHot .item .list-box li .info .title{
	line-height: 21px;
	margin-bottom: 5px;
    overflow: hidden;
	height: 42px;
}
.brandHot .item .list-box li .info .sales{
	margin-top: 5px;
	height: 20px;
}
.brandHot .item .list-box li .info .sales .coupons{
	display: inline-block;
	width: 30px;
	height: 18px;
	background:url(../images/ie8/a_122@2x.png) no-repeat;
	background-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
.brandHot .item .list-box li .info .sales .xl{
	background: url(../images/ie8/a_34@2x.png) right no-repeat;
	padding-right: 25px;
}
.brandHot .item .list-box li .info .sales .tb{
	background: url(../images/ie8/a_123@2x.png) right no-repeat;
	padding-right: 25px;
}
.brandHot .item .list-box li .info .price{
	margin-top: 5px;
	height: 30px;
}
.brandHot .item .list-box li .info .price .n-price{
	margin-top: 7px;
	height: 30px;
}
.brandHot .item .list-box li .info .price .y-price{
	line-height: 15px;
	margin-left: 10px;
}
.brandHot .item .list-box li .info .price .btn-6{
	padding: 2px 5px;
}
.brandHot .item .list-box .gd a{
	display: inline-block;
	width: 144px;
	height: 32px;
	line-height: 32px;
}
.brandHot .item .list-box .gd a i{
	position: relative;
	top:4px
}

/*优惠券汇总页面样式*/
.coupons-all .title-tab{
	width: 1152px;
	height: 52px;
	background:#FAFAFA;
	border-radius:3px 3px 0px 0px;
	padding: 0 24px;
	border-bottom: 1px solid #ECF1F3;
}
.coupons-all .title-tab .tabNav{
	width: 600px;
	height: 52px;
	line-height: 52px;
}
.coupons-all .title-tab .tabNav a{
	float: left;
	text-align: center;
	font-size: 14px;
	margin-right: 30px;
}
.coupons-all .title-tab .tabNav .active{
	color: #33CC99;
	border-bottom: 2px solid #33CC99;
}
.coupons-all .title-tab .news{
	margin-top: 11px;
}
.coupons-all .title-tab .news span{
	display: inline-block;
	width: 58px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
}
.coupons-all .title-tab .news .active{
	color: #222222;
	font-weight: bold;
}

.coupons-all .operation{
	padding: 25px;
}
/*优惠券列表*/
.coupons-all .list-box li{
	float: left;
	width:209px;
	height:262px;
	background:#FFFFFF;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.04);
	border-radius:5px;
	border:1px solid #ECF1F3;
	margin-left: 24px;
	margin-top: 24px;
	position: relative;
	cursor: pointer;
}
.coupons-all .list-box li:hover{
	box-shadow:0px 3px 6px 0px rgba(0,0,0,0.1);
}
.coupons-all .list-box li:after{
	content:'';
	display: block;
	background: #FFFFFF;
	border:1px solid #ECF1F3;
	width:12px;
	height:24px;
	border-radius:0 50px 50px 0;
	position: absolute;
	left: -1px;
	top:80px;
	z-index: 1;
}
.coupons-all .list-box li:before{
	content:'';
	display: block;
	background: #FFFFFF;
	border:1px solid #ECF1F3;
	width:12px;
	height:24px;
	border-radius:50px 0 0 50px;
	position: absolute;
	right: -1px;
	top:80px;
	z-index: 1;
}
.coupons-all .list-box li .left-x{
	width: 5px;
	background: #FFFFFF;
	height: 24px;
	position: absolute;
	top:81px;
	left: -5px;
	z-index: 2;
}
.coupons-all .list-box li .right-x{
	width: 5px;
	background: #FFFFFF;
	height: 24px;
	position: absolute;
	top:81px;
	right: -5px;
	z-index: 2;
}
.coupons-all .list-box li .logo{
	height: 67px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ECF1F3;
	text-align: center;
	position: relative;
}
.coupons-all .list-box li .logo .img{
	height: 40px;
}
.coupons-all .list-box li .logo .img img{
	max-width: 180px;
	max-height: 40px;
}
.coupons-all .list-box li .logo .name{
	width: 180px;
	margin: 0px auto;
	margin-top: 5px;
	height: 22px;
	line-height: 22px;
}
.coupons-all .list-box li .logo span{
	display: inline-block;
	background: url(../images/svg/a_5.svg) no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 12px;
	top: 12px;
}
/*优惠券列表红色默认样式*/
.coupons-all .list-box li:hover{
	color: #222222;
}
.coupons-all .list-box li .price{
	margin-top: 11px;
	color: #EB3C3C;
	font-size: 20px;
	font-weight: bold;
}
.coupons-all .list-box li .instructions{
	line-height:20px;
	height: 40px;
	overflow: hidden;
	width: 190px;
	margin: 0px auto;
	margin-top: 5px;
}
.coupons-all .list-box li .button span{
	display: inline-block;
	width: 163px;
	height: 32px;
	border-radius:15px;
	border:1px solid rgba(235,60,60,0.3);
	color: #EB3C3C;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
}
.coupons-all .list-box li:hover .button span{
	border:1px solid #EB3C3C;
}
.coupons-all .list-box li .button span:active{
	border:1px solid #EB3C3C;
	background: #EB3C3C;
	color: #FFFFFF;
}
.coupons-all .list-box li .overdue{
	height: 20px;
	line-height: 20px;	
}
/*优惠券列表蓝色样式*/
.coupons-all .list-box .blue .price{
	color: #00A2FF;
}
.coupons-all .list-box .blue .button a{
	border:1px solid rgba(0,162,255,0.3);
	color: #00A2FF;
}
.coupons-all .list-box .blue:hover .button a{
	border:1px solid #00A2FF;
}
.coupons-all .list-box .blue .button a:active{
	border:1px solid #00A2FF;
	background: #00A2FF;
	color: #FFFFFF;
}

/*优惠券详情页样式*/
.couponsDetails .cd-l-info{
	width: 842px;
	padding: 24px;
}
/*优惠券详情-基础信息样式*/
.couponsDetails .cd-l-info .coupons{
	width: 300px;
	height:220px;
	background:#FFFFFF;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.04);
	border-radius:5px;
	border:1px solid #ECF1F3;
	position: relative;
}
.couponsDetails .cd-l-info .coupons:after{
	content:'';
	display: block;
	background: #FFFFFF;
	border:1px solid #ECF1F3;
	width:12px;
	height:24px;
	border-radius:0 50px 50px 0;
	position: absolute;
	left: -1px;
	bottom:80px;
	z-index: 1;
}
.couponsDetails .cd-l-info .coupons:before{
	content:'';
	display: block;
	background: #FFFFFF;
	border:1px solid #ECF1F3;
	width:12px;
	height:24px;
	border-radius:50px 0 0 50px;
	position: absolute;
	right: -1px;
	bottom:80px;
	z-index: 1;
}
.couponsDetails .cd-l-info .coupons .left-x{
	width: 5px;
	background: #FFFFFF;
	height: 24px;
	position: absolute;
	bottom:81px;
	left: -5px;
	z-index: 2;
}
.couponsDetails .cd-l-info .coupons .right-x{
	width: 5px;
	background: #FFFFFF;
	height: 24px;
	position: absolute;
	bottom:81px;
	right: -5px;
	z-index: 2;
}
.couponsDetails .cd-l-info .coupons .logo{
	text-align: center;
	height: 128px;
}
.couponsDetails .cd-l-info .coupons .logo .img img{
	max-width: 180px;
	max-height: 80px;
}
.couponsDetails .cd-l-info .coupons .price{
	border-top: 1px dashed #ECF1F3;
	height: 92px;
	line-height: 30px;
}
.couponsDetails .cd-l-info .info{
	width: 510px;
	margin-left: 30px;
}
.couponsDetails .cd-l-info .info .content{
	line-height:28px;
}
.couponsDetails .cd-l-info .info .button .btn-3{
	display: inline-block;
	width: 84px;
	height: 32px;
	line-height: 32px;
}
.couponsDetails .cd-l-info .info .button .btn-2{
	display: inline-block;
	width: 96px;
	height: 30px;
	line-height: 30px;
}
/*优惠券详情-使用条件样式*/
.couponsDetails .cd-l-conditions{
	background: #F7F8F9;
	padding: 10px;
	border-left: 3px solid #D2D6DA;
	margin: 0 24px;
}
.couponsDetails .cd-l-conditions .info{
	line-height: 30px;
}
.couponsDetails .cd-l-conditions .info p{
	position: relative;
	padding-left: 15px;
}
.couponsDetails .cd-l-conditions .info p:before{
	content:'';
	display: block;
	width: 4px;
	height: 4px;
	background: #666666;
	position: absolute;
	left: 0;
	border-radius: 100px;
	bottom:13px;
}
/*优惠券详情-相关优惠精选*/
.couponsDetails .cd-l-title{
	margin: 15px 24px 5px 24px;
}
.couponsDetails .cd-l-list{
	width: 854px;
	padding: 0px 18px 18px 18px;
}
.couponsDetails .cd-l-list li{
	float: left;
	width: 199.5px;
	height: 320px;
	border:1px solid #ECF1F3;
	border-radius: 3px;
	margin: 6px;
}
.couponsDetails .cd-l-list li{
	float: left;
	width: 199.5px;
	height: 320px;
	border:1px solid #ECF1F3;
	margin: 6px;
}
.couponsDetails .cd-l-list li .img img{
	width: 199.5px;
	height: 199.5px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	behavior: url(css/pie.htc);
}
.couponsDetails .cd-l-list li .info{
	padding: 12px 12px 6px 12px;
}
.couponsDetails .cd-l-list li .info .title{
	height: 42px;
	line-height:21px;
	overflow: hidden;
}
.couponsDetails .cd-l-list li .info .price{
	height:17px;
	line-height: 17px;
}
.couponsDetails .cd-l-list li .info .content{
	
}
.couponsDetails .cd-l-list li .info .content span{
	display: inline-block;
	padding-left: 18px;
	line-height: 20px;
	height: 20px;
}
.couponsDetails .cd-l-list li .info .content .attr1{
	display: inline-block;
	width: 70px;
}
.couponsDetails .cd-l-list li .info .content .attr2{
	margin-right: 5px;	
}

.couponsDetails .cd-l-list li .infoBox{
	width: 100%;
	height: 170px;
	position: absolute;
	background-color: #fff;
	left: 0;
	z-index: 99;
	bottom: 0;
	display: none;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	behavior: url(css/pie.htc);
}
.couponsDetails .cd-l-list li .not-comments{
	height: 120px;
}
.couponsDetails .cd-l-list li .not-comments .caozuo{
	margin-top: 20px;
}
.couponsDetails .cd-l-list li .infoBox .comments{
	padding: 12px;
	font-size: 12px;
	height: 50px;
	overflow:hidden;
	border-bottom: 1px solid #F4F7F8;
}
.couponsDetails .cd-l-list li .infoBox .comments span{
	font-size: 30px;
	font-family:"宋体";
	color: #DBDBDB;
}
.couponsDetails .cd-l-list li .infoBox .comments .sy{
	position: absolute;
	margin-top: 8px;
}
.couponsDetails .cd-l-list li .infoBox .caozuo{
	padding: 12px 12px 0px 12px;
}
.couponsDetails .cd-l-list li .infoBox .caozuo .cz1{
	text-align: center;
}
.couponsDetails .cd-l-list li .infoBox .caozuo .cz1 span{
	margin-right: 20px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 14px;
}
.couponsDetails .cd-l-list li .infoBox .caozuo .cz2 {
	margin-top: 20px;
}
.couponsDetails .cd-l-list li .infoBox .caozuo .cz2 a{
	width: 173px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
}

/*热门优惠*/
.mbox-r .title{
	padding: 16px 17px 10px 17px;	
}
.mbox-r .rmyhlist li{
	padding: 0px 18px 20px 18px;
}
.mbox-r .rmyhlist li .info{
	width: 183px;
	margin-left: 14px;
}
.mbox-r .rmyhlist li .info span{
	display: inline-block;
	height: 20px;	
	padding-left: 18px;
	line-height: 20px;
}
.mbox-r .rmyhlist li .info .title1{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.mbox-r .rmyhlist li .info .title1 a span{
	padding-left: 0px;
	color: #EB3C3C;
}

/*热门商场*/
.mbox-r .rmsclist{
	padding:0 13px;
}
.mbox-r .rmsclist a{
	float: left;
	display: inline-block;
	width: 90px;
	text-align: center;
	margin-bottom: 30px;
}
.mbox-r .rmsclist a div{
	width: 90px;
	height: 30px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.mbox-r .rmsclist a img{
	max-width: 90px;
	max-height: 30px;
}
/*搜索+关注*/
.search-gz{
	display: inline-block;
	width: 66px;
	height: 30px;
}

/*领取优惠券页面样式*/
.cr-first{
	padding: 33px 24px 50px 24px;
}
.cr-first .cr-title{
	width: 602px;
	font-size: 36px;
	line-height: 69px;
	height: 69px;
	overflow: hidden;
}
.cr-first .cr-search{
	width: 550px;
	
}
.cr-first .cr-search .i-placeholder{
	position: relative;
}
.cr-first .cr-search .i-placeholder .input-1{
	width: 462px;
	padding-right: 73px;
}
.cr-first .cr-search .i-placeholder .cr-s-button{
	position: absolute;
	top:8px;
	right: 10px;
	cursor: pointer;
	border:0;
	background: url(../images/ie8/a_6@2x.png) no-repeat;
	background-position: 0 3px;
	color: #33CC99;
	padding-left: 20px;
	font-size: 14px;
	z-index: 9;
}
.cr-first .cr-search .hotWords{
	color: #999999;
	padding-left: 10px;
	padding-top: 15px;
}
.cr-first .cr-search .hotWords a{
	color: #999999;
}
.cr-first .cr-search .hotWords a:hover{
	color: #33CC99;
}

.cr-send{
	padding: 0 24px;
}
.cr-send .cr-tab li{
	float: left;
	margin-right: 20px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	height: 44px;
	line-height: 34px;
}
.cr-send .cr-tab .active{
	color: #33CC99;
	border-bottom: 2px solid #33CC99;
}
.cr-send .btn-3{
	/*width: 146px;*/
	height: 36px;
	line-height: 36px;
}

.cr-list{
	margin-top: 16px;
}
.cr-list .list-box li .img img{
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	behavior: url(css/pie.htc);
	width: 288.75px;
	height: 288.75px;
	
}
.cr-list .list-box li .info{
	width: 264.75px;
	padding: 12px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	position:relative;
	behavior: url(css/pie.htc);
	height: 107px;
	background: #FFFFFF;
}
.cr-list .list-box li:hover .info{
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.06);
}
.cr-list .list-box li .info .title{
	line-height: 21px;
	margin-bottom: 5px;
    overflow: hidden;
	height: 42px;
}
.cr-list .list-box li .info .sales{
	margin-top: 5px;
	height: 20px;
}
.cr-list .list-box li .info .sales .coupons{
	display: inline-block;
	width: 38px;
	height: 18px;
	background:url(../images/ie8/a_122@2x.png) no-repeat;
	background-size: 38px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
.cr-list .list-box li .info .sales .xl{
	background: url(../images/ie8/a_34@2x.png) right no-repeat;
	padding-right: 25px;
}
.cr-list .list-box li .info .sales .tb{
	background: url(../images/ie8/a_123@2x.png) right no-repeat;
	padding-right: 25px;
}

.cr-list .list-box li .info .price{
	margin-top: 5px;
	height: 30px;
}
.cr-list .list-box li .info .price .n-price{
	margin-top: 7px;
	height: 30px;
}
.cr-list .list-box li .info .price .y-price{
	line-height: 15px;
	margin-left: 10px;
}
.cr-list .list-box li .info .price .btn{
	display: inline-block;
	width: 71px;
	height: 24px;
	font-size: 14px;
	border:1px solid #D8DDDB;
	color: #99A5A0;
	text-align: center;
	line-height: 24px;
	border-radius: 50px;
}
.cr-list .list-box li:hover .info .price .btn{
	border-color: #33CC99;
	background: #33CC99;
	color: #FFFFFF;
}

/*用户排名页面样式*/
.urBox .urTab{
	width: 1152px;
	padding: 0 24px;
	height: 52px;
	background:linear-gradient(180deg,rgba(255,255,255,1),rgba(250,250,250,1));
	border-radius:5px 5px 0px 0px;
	border-bottom:1px solid #ECF1F3;
	font-size: 14px;
}
.urBox .urTab .tabBox li{
	float: left;
	margin-right: 20px;
	height: 50px;
	line-height:50px;
	cursor: pointer;
}
.urBox .urTab .tabBox .active{
	color: #33CC99;
	border-bottom: 2px solid #33CC99;
}
.urBox .urTab .selected{
	margin-top: 10px;
}
.urBox .urTab .selected li{
	float: left;
	border: 1px solid #ECF1F3;
	background: #ffffff;
	color: #999999;
	width: 58px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 4px;
	cursor: pointer;
}
.urBox .urTab .selected .active{
	color: #222222;
	font-weight: bold;
}
.urlist ul{
	padding: 18px;
}
.urlist .my{
	background: #EFFBF7;
	border-left: 3px solid #DBECE6;
}
.urlist .my:hover{
	background: #EFFBF7;
}
.urlist ul li{
	float: left;
	height: 54px;
}
.urlist ul:hover{
	background: #FAFAFA;
}
.urlist ul .ur-1{
	width: 60px;
	height: 54px;
}
.urlist ul .ur-1 span{
	display: inline-block;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background-color: #F0F2F1;
	color: #99A5A0;
	font-size: 16px;
}
.urlist ul .ur-1 .No1{
	background:linear-gradient(180deg,rgba(251,210,73,1),rgba(245,166,35,1));
	color: #FFFFFF;
}
.urlist ul .ur-1 .No2{
	background:linear-gradient(180deg,rgba(190,199,208,1),rgba(138,150,163,1));
	color: #FFFFFF;
}
.urlist ul .ur-1 .No3{
	background:linear-gradient(180deg,rgba(220,182,182,1),rgba(182,127,127,1));
	color: #FFFFFF;
}
.urlist ul .ur-2{
	width: 54px;
	height: 54px;
}
.urlist ul .ur-2 img{
	width: 54px;
	height: 54px;
}
.urlist ul .ur-3{
	width: 450px;
	margin-left: 15px;
	height: 54px;
}
.urlist ul .ur-3 .name span{
	display: inline-block;
	padding: 0px 8px;
	/*border:1px solid #33CC99;
	color: #33CC99;
	margin-left: 10px;*/
}
.urlist ul .ur-4{
	width: 515px;
	height: 54px;
}
.urlist ul .ur-5{
	float: right;
	width: 70px;
}
.urlist ul .ur-5{
	width: 70px;
	height: 54px;
}
.urlist ul .ur-5 span{
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #D8DDDB;
	color: #99A5A0;
	cursor: pointer;
}
.urlist ul:hover .ur-5 span{
	border: 1px solid #33CC99;
	background: #33CC99;
	color: #FFFFFF;	
}

/*积分抽奖&积分兑换页面样式*/
.title .tabSub{
	color: #999999;
	cursor: pointer;
}
.title .active{
	color: #222222;
	border-bottom: 2px solid #33CC99;
}
.integralMall .listBox{
	width: 904px;
}
.integralMall .listBox .list li{
	float: left;
	width: 212px;
	min-height: 380px;
	margin-right: 14px;
	margin-bottom: 14px;
	background: #FFFFFF;
}
.integralMall .listBox .list li .photo{
	width: 212px;
	height: 212px;
	position: relative;
}
.integralMall .listBox .list li .photo img{
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	behavior: url(css/pie.htc);
	width: 212px;
	height: 212px;
}
.integralMall .listBox .list li .photo span{
	display: inline-block;
	width:58px;
	height:24px;
	background:rgba(0,0,0,0.8);
	border-radius:14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 10px;
	bottom:10px;
	z-index: 9;
}
.integralMall .listBox .list li:hover .photo span{
	background:#33CC99;
}
.integralMall .listBox .list li .content{
	padding: 12px;
}
.integralMall .listBox .list li .content .c-title{
	height: 42px;
	line-height: 21px;
	overflow: hidden;
}
.integralMall .listBox .list li .content .button{
	display: inline-block;
	width: 188px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F2F6F5;
	color: #5C917C;
	font-size: 14px;
}
.integralMall .listBox .list li .content .button:hover{
	background: #33CC99;
	color: #FFFFFF;
}
.integralMall .listBox .list li .content .button-1{
	display: inline-block;
	width: 188px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F5A623;
	color: #FFFFFF;
	font-size: 14px;
}
.integralMall .listBox .list li .content .button-2{
	display: inline-block;
	width: 188px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F7F7F7;
	color: #CCCCCC;
	font-size: 14px;
}
.integralMall .listBox .list li .content .info{
	line-height: 20px;
}

.integralMall .rightBox{
	width: 296px;
}
.integralMall .rightBox .title-1{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #F4F7F8;
	font-size: 16px;
	text-align: center;
}
.integralMall .rightBox .myWealth li{
	float: left;
	width: 50%;
	text-align: center;
}

.integralMall .rightBox .myWealth-btn{
	padding: 10px 18px 18px 18px;
}
.integralMall .rightBox .myWealth-btn a{
	display: inline-block;
	width: 256px;
	border: 1px solid #33CC99;
	height: 40px;
	line-height: 40px;
}

.integralMall .rightBox .title-2{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.integralMall .rightBox .list{
	padding: 18px;
}
.integralMall .rightBox .list li{
	margin-top: 20px;
}

/*积分抽奖详情页面样式*/
.integralMall .infoBox{
	width: 890px;
	margin-right: 14px;
}
.integralMall .infoBox .info{
	padding: 24px;
}
.integralMall .infoBox .info .pic{
	width: 300px;
	height: 300px;
}
.integralMall .infoBox .info .pic img{
	width: 300px;
	height: 300px;
}
.integralMall .infoBox .info .content{
	margin-left: 30px;
	width: 512px;
}
.integralMall .infoBox .info .content .cysl input,.integralMall .infoBox .info .content .cysl label{
	float: left;
}
.integralMall .infoBox .info .content .cysl .button{
	width: 35px;
	height: 35px;
	border:1px solid #EEEEEE;
	background: #FAFAFA;
	color: #99A5A0;
	font-size: 20px;
	cursor: pointer;
}
.integralMall .infoBox .info .content .cysl .input{
	width: 70px;
	height: 33px;
	border:0;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	background: #FFFFFF;
	color: #999999;
	font-size: 14px;
	text-align: center;
}

.integralMall .infoBox .info .content .but .btn-3{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
}
.integralMall .infoBox .info .content .but .btn{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #F7F7F7;
	color: #CCCCCC;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
}

/*抽奖规则样式*/
.integralMall .infoBox .drawRule{
	background: #F7F8F9;
	padding: 10px;
	border-left: 3px solid #D2D6DA;
	margin: 0 24px;
}
.integralMall .infoBox .drawRule .info1{
	line-height: 30px;
}
/*.integralMall .infoBox .drawRule .info p{
	position: relative;
	padding-left: 15px;
}
.integralMall .infoBox .drawRule .info p:before{
	content:'';
	display: block;
	width: 4px;
	height: 4px;
	background: #666666;
	position: absolute;
	left: 0;
	border-radius: 100px;
	bottom:13px;
}*/

.integralMall .infoBox .drawRecord .dr-title{
	font-size: 16px;
	padding: 0 24px 13px 24px;
}
.integralMall .infoBox .drawRecord .jl{
	width: 310px;
}
.integralMall .infoBox .drawRecord .sj{
	width: 260px;
	text-align: center;
}
.integralMall .infoBox .drawRecord .zjhm{
	width: 172px;
	text-align: center;
}
.integralMall .infoBox .drawRecord .zt{
	width: 100px;
	text-align: right;
}
.integralMall .infoBox .drawRecord .dr-tab{
	background:#FAFAFA;
	border-top: 1px solid #ECF1F3;
	height: 42px;
	line-height: 42px;
	padding: 0 24px;
	font-size: 13px;
	color: #999999;
}
.integralMall .infoBox .drawRecord .dr-tab li{
	float: left;
}
.integralMall .infoBox .drawRecord .dr-list li{
	padding: 0 24px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
}
.integralMall .infoBox .drawRecord .dr-list .zj{
	color: #33CC99;
}
.integralMall .infoBox .drawRecord .dr-list li:hover{
	background-color: #FAFAFA;
}
.integralMall .infoBox .drawRecord .dr-list li dt{
	float: left;
}

/*圈子全部页面样式*/
.circleAll .articlesHot{
	position:relative;
	width: 904px;	
}

.circleAll .articlesHot a{
	transition:none;
}

.circleAll .articlesHot a.abtn {
	display:block;
	height:22px;
	width:24px;
	position:absolute;
	overflow:hidden;
	background:url(../images/i_atop_btn.png) no-repeat;
	text-indent:-999em;
	outline:none;
	top:5px;
}
.circleAll .articlesHot a.aleft {
	right:44px;
	background-position:0 -32px;
}
.circleAll .articlesHot a.agrayleft {
	cursor:default;
	background-position:0 0;
}
.circleAll .articlesHot a.aright {
	right:14px;
	background-position:-34px 0;
}
.circleAll .articlesHot a.agrayright {
	cursor:default;
	background-position:-34px -32px;
}
.circleAll .articlesHot .scrollcontainer {
	width:903px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.circleAll .articlesHot .scrollcontainer .hot-box {
	width:20000px;
	position:absolute;
	left:0px;
	top:0px;
}
.circleAll .articlesHot .scrollcontainer .hot-list {
	width:903px;
	height: 300px;
	float:left;
}
.circleAll .articlesHot .scrollcontainer .hot-list li{
	width:287px;
	height: 300px;
	float:left;
	margin-right: 14px;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .img{
	position: relative;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .img img{
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	behavior: url(css/pie.htc);
	width: 287px;
	height: 180px;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .img span{
	position: absolute;
	bottom: 8px;
	/*left: 10px;*/
	right: 6px;
	display: inline-block;
	width:72px;
	height:24px;
	/*background:rgba(0,0,0,0.8);*/
	background-color: rgba(0,0,0,.35);
	border-radius:14px;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	color: #FFFFFF;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .content{
	padding: 14px;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .content .c-title{
	font-size: 14px;
	height: 42px;
	line-height: 21px;
	overflow: hidden;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .content .c-user{
	height: 22px;
	line-height: 22px;
	margin-top: 20px;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .content .c-user .zan{
	display: inline-block;
	background: url(../images/ie8/e_14@2x.png) left no-repeat;
	padding-left: 24px;
	height: 20px;
}
.circleAll .articlesHot .scrollcontainer .hot-list li .content .c-user .zan:hover{
	background: url(../images/ie8/e_14_s@2x.png) left no-repeat;
}

.circleAll .tabBox{
	width: 862px;
	margin: 14px 14px 0 0;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	behavior: url(css/pie.htc);
	background: #FFFFFF;
	height: 41px;
	padding: 11px 14px 0 14px;
	border-bottom: 1px solid #ECF1F3;
}
.circleAll .tabBox .tabNav{
	display: -webkit-flex;
    display: flex;
    width: 400px;
	margin-top: 5px;
}
.circleAll .tabBox .tabNav li{
	font-size: 16px;
	margin-right: 30px;
	height: 34px;
	cursor: pointer;
}
.circleAll .tabBox .tabNav .active{
	border-bottom: 2px solid #33CC99;
	color: #33CC99;
}

.circleAll .tabBox .select-2 {
	min-width: 90px;
}

.circleAll .tabBox .hotNew span{
	display: inline-block;
	width:60px;
	height: 30px;
	border:1px solid #ECF1F3;
	line-height: 30px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
}
.circleAll .tabBox .hotNew .active{
	font-weight: bold;
	color: #222222;
}

.circleAll .operation{
	background: #FAFAFA;
	width: 860px;
	margin-right: 14px;
	height: 38px;
	padding: 15px 15px 0 15px;
}
.circleAll .listBox{
	margin-right: 14px;
}

/*全部列表样式*/
.circleAll .listBox .listItem .item{
	width: 862px;
	height: 180px;
	padding: 14px;
}
.circleAll .listBox .listItem .item .img{
	width: 288px;
	height: 180px;
	position: relative;
}
.circleAll .listBox .listItem .item .img img{
	width: 288px;
	height: 180px;
}
.circleAll .listBox .listItem .item .img i{
	position: absolute;
	width: 42px;
	height: 34px;
	display: inline-block;
	left: 10px;
	top: 0;
	z-index: 9;
	font-style:normal;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 6px;
}
.circleAll .listBox .listItem .item .img .jh{
	background: url(../images/ie8/a_81@2x.png) no-repeat;
}
.circleAll .listBox .listItem .item .img .zt{
	background: url(../images/ie8/a_91@2x.png) no-repeat;
}
.circleAll .listBox .listItem .item .img span{
	position: absolute;
	min-width: 80px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	/*background:rgba(0,0,0,0.8);*/
	background-color: rgba(0,0,0,.35);
	border-radius:14px;
	bottom:8px;
	/*left: 6px;*/
	right: 6px;
	color: #FFFFFF;
	z-index: 9;
}
.circleAll .listBox .listItem .item .content{
	width: 554px;
	margin-left: 20px;
}
.circleAll .listBox .listItem .item .info{
	height: 22px;
	position: relative;
}
.circleAll .listBox .listItem .item .content .info .op{
	position: absolute;
	right: 0;
	bottom: 0px;
}
.circleAll .listBox .listItem .item .content .info .op .ic .icon{
	fill: #ACB8B3;
	width: 20px;
	height: 20px;
	position: relative;
	top:5px;
}
.circleAll .listBox .listItem .item .content .info .op .ic:hover{
	color: #33CC99;
}
.circleAll .listBox .listItem .item .content .info .op .ic:hover .icon{
	fill: #33CC99;
}

/*话题列表样式*/
.circleAll .listBox .topic{
	float: left;
	width: 278px;
	height: 333px;
	background: #FFFFFF;
	margin-left: 14px;
	margin-top: 14px;
}
.circleAll .listBox .topic .pic{
	width: 278px;
	height: 174px;
}
.circleAll .listBox .topic .pic img{
	width: 278px;
	height: 174px;
	border-radius: 3px 3px 0px 0px;
}
.circleAll .listBox .topic .content{
	width: 277px;
	height: 157px;
	border: 1px solid #ECF1F3;
	border-radius: 0px 0px 5px 5px;
}
.circleAll .listBox .topic .content .info{
	width: 249px;
	height: 55px;
	border-bottom: 1px solid #F4F7F8;
	padding: 14px;
}
.circleAll .listBox .topic .content .info .btn-11{
	position: absolute;
	display: inline-block;
	width: 66px;
	height: 30px;
	line-height: 30px;
	top: -7px;
	right: 0;
	cursor: pointer;
}
.circleAll .listBox .topic .content .info .btn-11:hover{
	border: 1px solid #33CC99;
	background: #33CC99;
	color: #FFFFFF;
	font-weight: normal;
}
.circleAll .listBox .topic .content ul{
	width: 249px;
	height: 45px;
	padding: 14px;
}
.circleAll .listBox .topic .content li{
	width: 249px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
}
.circleAll .listBox .topic .content li:before{
	content: '·';
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top:2px;
}
/*作者列表样式*/
.circleAll .listBox .author{
	width: 890px;
	height: 150px;
}
.circleAll .listBox .author .user{
	width: 862px;
	height: 62px;
	padding: 14px;
	border-bottom: 1px solid #F4F7F8;
}
.circleAll .listBox .author .user .pic{
	width: 58px;
	height: 62px;
}
.circleAll .listBox .author .user .pic img{
	width: 58px;
	height: 58px;
}
.circleAll .listBox .author .user .info{
	width: 450px;
	height: 62px;
	margin-left: 10px;
}
.circleAll .listBox .author .user .info .name .btn-11{
	display: inline-block;
	min-width: 40px;
	padding: 0 5px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}
.circleAll .listBox .author .user .info .name .btn-11:hover{
	color: #FFFFFF;
	background: #33CC99;
	border: 1px solid #33CC99;
	font-weight: normal;
}
.circleAll .listBox .author .user .list{
	width: 334px;
	height: 62px;
}
.circleAll .listBox .author .user .list li{
	width: 334px;
	height: 24px;
	margin-top: 7px;
}

.circleAll .listBox .author .op{
	padding: 14px;
	height: 32px;
	line-height: 32px;
	position: relative;
}
.circleAll .listBox .author .op .opl{
	position: absolute;
	left: 14px;
	top:11px
}
.circleAll .listBox .author .op .opl .icon{
	fill: #99A5A0;
	width: 24px;
	height: 24px;
	position: relative;
	top:7px;
}
.circleAll .listBox .author .op .opl a:hover .icon{
	fill: #33CC99;
}

/*圈子右边*/
.circleAll .mbox-r .yjzg{
	margin-top: 43px;
	background-image: url(../images/circle_r_bg.png);
	background-repeat: no-repeat;
}
.circleAll .mbox-r .yjzg .yj{
	padding: 14px;
}
.circleAll .mbox-r .yjzg .yj li{
	font-size: 13px;
	line-height:30px;
}
.circleAll .mbox-r .yjzg .cy{
	border-top: 1px solid #F4F7F8;
	padding: 14px;
}
.circleAll .mbox-r .yjzg .cy li:before{
	content: '·';
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top:2px;
}
.circleAll .mbox-r .yjzg .cy .btn-3{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.circleAll .mbox-r .ad img{
	width: 100%;
}

.circleAll .mbox-r .topicHot{
	padding: 14px;
}

.circleAll .mbox-r .topicHot .item{
	margin-top: 18px;
	height: 55px;
}
.circleAll .mbox-r .topicHot .item .img{
	width: 88px;
	height: 55px;
}
.circleAll .mbox-r .topicHot .item .img img{
	width: 88px;
	height: 55px;
}
.circleAll .mbox-r .topicHot .item .content{
	margin-left: 10px;
	width: 110px;
	height: 55px;
}
.circleAll .mbox-r .topicHot .item .button{
	width: 60px;
	position: relative;
}
.circleAll .mbox-r .topicHot .item .button .btn-11{
	min-width: 45px;
	position: absolute;
	top:5px;
	left: 0;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	padding: 0 5px;
}
.circleAll .mbox-r .topicHot .item .button .btn-11:hover{
	color: #FFFFFF;
	background: #33CC99;
	border: 1px solid #33CC99;
	font-weight: normal;
}

/*人气作者*/
.circleAll .mbox-r .popularAuthor{
	padding: 14px;
}
.circleAll .mbox-r .popularAuthor .item .content{
	width: 195x;
	height: 58px;
	margin-left: 15px;
}
.circleAll .mbox-r .popularAuthor .item .content .badge{
	margin-left: 5px;
	background-color: #F1F5F4;
	color: #33CC99;
	padding: 3px 8px;
}

/*圈子话题详情*/
.circleAll .tabBox .btn-11{
	display: inline-block;
	min-width: 60px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 14px;
	bottom: 8px;
	font-size: 14px;
	cursor: pointer;
	color: #33CC99;
	padding: 0 5px;
}
.circleAll .tabBox .btn-11:hover{
	color: #FFFFFF;
	border: 1px solid #33CC99;
	background-color: #33CC99;
	font-weight: normal;
}

/*圈子详情*/
.circleDetails .mbox-l .item{
	border-top-color: #F5A623;
}
.circleDetails .mbox-l .item .titleUser{
	
}
.circleDetails .mbox-l .item .btn-6{
	padding: 2px 10px;
}
.circleDetails .mbox-l .item .btn-6:hover{
	color: #33CC99;
	background: none;
	border: 1px solid #33CC99;
}
.circleDetails .mbox-l .item .c-content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.circleDetails .mbox-l .item .c-content p{
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}
.circleDetails .mbox-l .item .c-content a{
	color: #33CC99;
}
.circleDetails .mbox-l .item .caiding .button{
	background-image: linear-gradient(-180deg, #FAFBFA 0%, #F5F6F6 100%);
	border: 1px solid #ECEFEE;
	border-radius: 5px;
	width: 128px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #33CC99;
}
.circleDetails .mbox-l .item .caiding .button:hover{
	color: #FFFFFF;
	background-image: linear-gradient(-180deg, #33CC99 0%, #26B485 100%);
	border-color: #FFFFFF;
}
.circleDetails .mbox-l .item .caiding .button .icon-1{
	width: 24px;
	height: 24px;
	fill: #33CC99;
	position: relative;
	top:5px
}
.circleDetails .mbox-l .item .caiding .button:hover .icon-1{
	fill: #FFFFFF;
}
.circleDetails .mbox-l .item .op{
	position: absolute;
	bottom:20px;
	right: 24px;
}
.circleDetails .mbox-l .item .op .op1{
	color: #99A5A0;
	cursor: pointer;
}
.circleDetails .mbox-l .item .op .op1 .icon{
	fill: #99A5A0;
	width: 24px;
	height: 24px;
	position: relative;
	top:8px;
}
.circleDetails .mbox-l .item .op .op1:hover{
	color: #33CC99;
}
.circleDetails .mbox-l .item .op .op1:hover .icon{
	fill: #33CC99;
}
.circleDetails .mbox-l .item .op .op2 .jb,.circleDetails .mbox-l .item .op .op2 .shareButton{
	color: #99A5A0;
	cursor: pointer;
}
.circleDetails .mbox-l .item .op .op2 .icon{
	fill: #99A5A0;
	width: 24px;
	height: 24px;
	position: relative;
	top:8px;
}
.circleDetails .mbox-l .item .op .op2:hover .jb,.circleDetails .mbox-l .item .op .op2:hover .shareButton{
	color: #33CC99;
}
.circleDetails .mbox-l .item .op .op2:hover .icon{
	fill: #33CC99;
}

.circleDetails .mbox-l .item .op .op2 .shareBox{
	left: -130px;
	bottom: 42px;
	top:initial;
	z-index: 9999;
}
.circleDetails .mbox-l .item .sxp{
	padding: 24px;
}

.circleDetails .mbox-l .blr .btn-11{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	min-width: 50px;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
}
.circleDetails .mbox-l .blr .btn-11:hover{
	background: #33CC99;
	color: #FFFFFF;
	border-color: #33CC99;
}

.circleDetails .mbox-l .jrgz .btn-7:hover{
	background: #AD6161;
	color: #FFFFFF;
}

.circleDetails .mbox-r .topicHot{
	padding: 14px;
}

.circleDetails .mbox-r .topicHot .item{
	margin-top: 18px;
	height: 55px;
}
.circleDetails .mbox-r .topicHot .item .img{
	width: 88px;
	height: 55px;
}
.circleDetails .mbox-r .topicHot .item .img img{
	width: 88px;
	height: 55px;
}
.circleDetails .mbox-r .topicHot .item .content{
	margin-left: 10px;
	width: 110px;
	height: 55px;
}
.circleDetails .mbox-r .topicHot .item .button{
	width: 60px;
	position: relative;
}
.circleDetails .mbox-r .topicHot .item .button .btn-11{
	min-width: 45px;
	position: absolute;
	top:5px;
	left: 0;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	padding: 0 5px;
}
.circleDetails .mbox-r .topicHot .item .button .btn-11:hover{
	color: #FFFFFF;
	background: #33CC99;
	border: 1px solid #33CC99;
	font-weight: normal;
}
.circleDetails .mbox-r .lvbt{
	display: inline-block;
	font-size: 12px!important; 
	width: 40px;
	text-align: center;
}

.circleDetails .mbox-r .userInfo .button span{
	display: inline-block;
	width: 126px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
}
.circleDetails .mbox-r .userInfo .button .btn-3{
	border: 1px solid #33CC99;
}

.addressBox .box{
	width: 500px;
	margin-top: 30px;
}
.addressBox .box button{
	width: 120px;
	height: 40px;
	border: none;
	background: #33CC99;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 50px;
}

/*我的关注页面*/
.mygz li{
	margin-top: 15px;
	position: relative;
}
.mygz li .sx{
	padding: 2px 5px;
	color: #FFFFFF;
	margin-left: 5px;
	border-radius: 3px;
	font-size:10px;
	display:inline-block;
	-webkit-transform:scale(0.8);
	width: 38px;
	text-align: center;
}
.mygz li .pp{
	background-color: #16A9FF;
}
.mygz li .lb{
	background-color: #F7A15A;
}
.mygz li .yc{
	background-color: #2FC57C;
}
.mygz li .sc{
	background-color: #F83476;
}
.mygz li .ss{
	background-color: #8F54D1;
}

.mygz li .ts{
	position: absolute;
	background: url(../images/ie8/wdgz_2.png) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
	right: 30px;
	top:3px;
	cursor: pointer;
}
.mygz li .ts:hover{
	background: url(../images/ie8/wdgz_1.png) no-repeat;
	background-size: 17px;
}
.mygz li .active{
	background: url(../images/ie8/wdgz_1.png) no-repeat;
	background-size: 17px;
}

.mygz li .del{
	position: absolute;
	background: url(../images/ie8/wdgz_3.png) no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px;
	right: 0px;
	top:2px;
	cursor: pointer;
}
.mygz li .del:hover{
	background: url(../images/ie8/wdgz_4.png) no-repeat;
	background-size: 18px;
}

.mygzsm{
	margin-top: 10px;
}
.mygzsm li{
	margin-top: 10px;
	line-height: 20px;
	padding-left: 25px;
	position: relative;
}
.mygzsm li:before{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/ie8/wdgz_2.png) no-repeat;
	background-size: 16px;
	position: absolute;
	left: 0;
	top:3px;
}
.mygzsm li.active:before{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/ie8/wdgz_1.png) no-repeat;
	background-size: 16px;
	position: absolute;
	left: 0;
	top:3px;
}

/*搜券菜单*/
.main-container {
	width: 1200px;
	margin: 0 auto;
	font-size: 12px/1.5;
}
div.cat-wrap {
	/*width: 1198px;*/
	border: 1px solid #eee;
	margin-top: 16px;
}
.cat-wrap .cat-list{background:#f9f9f9;display:block;border-bottom:#eee 1px solid}
.cat-wrap .cat-list .cat-lit-title{float:left;width:100px;line-height:50px;color:#999;text-align:center}
.cat-wrap .cat-list ul{background:#fff;list-style:none;float:left;padding:10px 0 10px 30px;line-height:30px;width:1068px}
.cat-wrap .cat-list ul li{list-style:none;float:left;margin-right:29px}
.cat-wrap .cat-list ul a {
	color: #4C4C4C;
}
.cat-wrap .cat-list ul a .active, .cat-wrap .cat-list ul a:hover {
	color: #33CC99;
}
.tag-wrap {
	background-color: #f9f9f9;
	height: 38px;
	line-height: 38px;
}
.tag-wrap .fixed-wrap {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
	max-width: 1108px;
}
.tag-wrap .fixed-wrap .tag-fixed {
	float: left;
	border-right: #eee 1px solid;
	width: 100px;
	text-align: center;
	position: relative;
}
.tag-wrap .fixed-wrap .active, .tag-wrap .fixed-wrap .tag-fixed:focus, .tag-wrap .fixed-wrap .tag-fixed:hover {
	border-bottom: 2px #33CC99 solid;
	color: #33CC99;
	background: #fff;
	line-height: 36px;
	height: 37px;
}