@charset 'utf-8';
/*
 * @author lk
 * 搜券通
*/
body{
    background-color:#f5f5f5;
    min-width:1120px;
}
/* 分类 */
.sq_fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    background-color:#fff;
}
.sq_fixed ul{
    /*width:1120px;*/
    margin:0  auto;
}
.sq_fixed .souquan_type{
    float:none;
    border-bottom:1px solid #e7e6eb;
}
.sq_fixed .goods_selector{
    border-top:1px solid #e7e6eb;
}
#selector_fixed.sq_fixed{
    box-shadow:0 1px 2px rgba(0,0,0,.2);
    top:0;
}
#souquan_items_box.sq_fixed{
    top:32px;
}
.souquan_top{
    height:52px;
}
.selector_box{
    margin-top:10px;
    height:36px;
    background:#fff;
}
.souquan_type_box{
    font-size:14px;
	background-color:#fff;
}
.souquan_type_box{
    color:#46454d;
}
.souquan_type_box ul li{
    float:left;
    margin-right:30px;
    cursor:pointer;
}
.grid_auto{
	width:1120px;
	overflow:hidden;
}
.goods_list{
    margin-top:5px;
    width:850px;
    float: left;
}
.goods_list li:hover .combtn_red{
    display:block;
}
.goods_list li:hover .quan_mall{
    display:none;
}
.souquan_type{
    float:left;
    line-height:52px;
}
.souquan_type_box li:hover,.container .active,.goods_selector li:hover{
    color:#f54e54;
}
.souquan_items{
    display:none;
    line-height:41px;
    border-top:1px solid #e7e6eb;
}
.souquan_number{
    margin:5px 5px 0 0;
    position:relative;
    padding:0 12px 0 8px;
    line-height:26px;
    background-color:#fff4f2;
    color:#ff666b;
    font-size:12px;
}
.souquan_number:before{
    position:absolute;
    left: -13px;
    top: 0;
    content:'';
    height:0;
    border-right: 13px solid #fff4f2;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.souquan_circle{
    display:inline-block;
    margin-right:4px;
    width:2px;
    height:2px;
    vertical-align:middle;
    background-color:#ff666b;
    border-radius:50%;
}
/* 列表 */
.search_result{
    margin:16px 0 16px;
    color:#757380;
    line-height:20px;
}
.search_result i{
    display:inline-block;
    vertical-align:1px;
}
.search_result .search_info{
    margin:0 8px;
    color:red;
}
.goods_selector{
    padding-left: 0px;
    margin-right: 0px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}
.goods_selector li{
    float:left;
    margin-right:10px;
    cursor:pointer;    
}
.goods_selector span{
    margin-right:10px;
    cursor:pointer;    
}
.quan_mall{
    margin-top:8px;
}
.quan_mall i,.quan_mall span{
    display:inline-block;
    vertical-align:middle;
}
.quan_mall i{
    width:15px;
    height:15px;
    margin-right:4px;
    background-size:80px auto;
    background-image:url("/static/52dgo/img/sqt_ico.png");
    background-repeat:no-repeat;
}
.mall_tb{
    color:#ff4400;
}
.mall_tm{
    color:#c40000;
}
.quan_item_img{
    position:relative;
}
.quan_item_img .top_icon{
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    width:40px;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#fff;
    background-color:#f51848;
    border-bottom-right-radius:5px; 
}

.quan_item_img img{
    width:100%;
    height:265px;
    vertical-align:middle;
}
.quan_item_con{
    padding:0 10px 11px 10px;    
}
.quan_item_con .quan_item_tit{
    padding:5px 0 2px 0;
    font-size:14px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.quan_item_con .quan_item_tit a{
    color:#333;
}
.quan_item_con .quan_item_tit a:hover{
    color:#3366cc;
}
.quan_item_con .quan_item_price{
    color:#f24f60;
    height:30px;
}
.quan_item_con .quan_item_price .pir{
    font-size:12px;
}
.quan_item_con .quan_item_price .num{
    margin-left:3px;
    line-height:30px;
    font-size:26px;
    font-family:arial;
    position:relative;
    top:1px;
}
.quan_item_con .quan_item_price .pri_font{
    padding:0 12px 0 3px;
}
.quan_item_con .quan_item_price .list{
    margin-top:10px; 
    color:#a6a4b2;  
}
.quan_item_price .pri_font{
    color:#a6a4b2;
}
.item_btn_box{
    padding-top:10px;
}
.item_btn_box .combtn_red{
    display:none;
    width:80px;
    line-height:32px;
    height:32px;
    font-size:14px;
}
.item_btn_box .item_coupon{
    float:left;
    width:119px;
    height:30px;
    line-height:30px;
    width:95px;
    border:1px dotted #FF0059;
    color:#fd214f;
    text-align:center;    
}
.item_coupon:hover{
    background-color:#fff2f3;
}
.item_btn_box .item_coupon .quan{
    float:left;
    display:inline-block;
    width:30px;
    text-align:center;
    border-right:1px dotted #FF0059;
}
.item_btn_box .item_btn{
    float:right;
    width:110px;
    height:32px;
    line-height:32px;
    background-color:#f95c68;
    text-align:center;
    color:#fff;
    font-size:14px;
}
.item_btn_box .item_btn .arr_right{
    position:relative;
    top:-4px;
    width:0;
    height:0;
    border-width:4px;
    border-style:dashed dashed dashed solid;
    border-color:transparent transparent transparent #fff;
    font-size:0;
    line-height:0;
}
.item_btn_box .quan_number{
    height:18px;
    margin-top:7px;
    color:#f54e54;
    border:1px solid #f54e54;
    border-radius:2px;
    line-height:18px;
}
.quan_number .quan_tip{
    display:inline-block;
    width:20px;
    text-align:center;
    background-color:#f54e54;
    color:#fff;
}
.quan_number .quan_price{
    padding:0 5px;
}

.miaoquan_foot{
    padding:50px 0 100px 0;
    text-align:center; 
}
.miaoquan_foot .foot_t1{
    font-size:30px;
    font-weight:700;
    color:#757380;
}
.miaoquan_foot .foot_t2{
    padding-bottom:30px;
    font-size:16px;
    color:#a6a4b2
}
.miaoquan_foot .qquan_btn{
    display:block;
    margin:0 auto;
    width:165px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    font-size:14px;
    background-color:#5599ff;
    border-radius:4px;
}
.no_list{
    margin:117px;
    text-align:center;
    font-size:16px;
    color:#333;
}
.no_data{
    display:none;
    text-align:center;
    color:#b0afb3;
    font-size:14px;
    line-height:80px;
}
.souquan #site_loading2{
    padding-bottom:250px;
}
/* 帮助说明 
.sq_help_box{
    background-color:#fff;
    padding-bottom:250px;
}
.sq_help_box img{
    margin:0 auto;
}
.sq_help_box .help_img5{
    margin:78px 0 0 148px;
}
*/
.sq_search{
    margin:6px 0 0 310px;
}

/* 列表 */
.goods_list .timer{
    color:#f54e54;
}
.goods_list img{
    margin-right:5px;
    width:265px;
    height:265px;
}
.goods_list li{
    padding: 16px 8px 16px 8px;
    margin: 0px 0 10px 0px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    overflow: hidden;
}
.goods_list li:nth-child(10) .goods_info,.goods_list li:nth-child(11) .goods_info{
    background:none;
}
.goods_list a{
    display:block;
    position:relative;
}
.goods_info{
    padding-right:10px;
    margin-top:0px;
    padding-bottom:10px;
    overflow:hidden;
    position: relative;
    height: 265px;
}
.goods_title{
	margin-left: 13px;
    margin-bottom: 13px;
    padding-top: 13px;

    line-height: 35px;
    overflow: hidden;
    color: #333;
    font-size:20px;
}
.goods_title_text{
	margin-left: 13px;
	margin-top:13px;
    color: #333;
    font-size:24px;
}
.goods_price{
    margin-top:6px;
    font-size:12px;
    margin-left: 13px;
}
.goods_price span{
    font-size:24px;
    margin-left: 15px;
}
span.goods_price_tip{
    margin-left:2px;
    font-size:12px;
    vertical-align:text-top;
    color:#a6a4b2;
}

.goods_box{
    margin-top:1px;
    color:#757380;
    font-size:11px;
}
.goods_box p{
    line-height:14px;
}
.goods_num{
    margin-top: 40px;
    margin-right: 20px;
    float: right;
    font-size: 15px;
}
.goods_button{
    margin-top:1px;
    color:#757380;
    font-size:11px;
    position: absolute;
    left: 25px;
    bottom: 15px;
}
.goods_button a{
    color: #fff;
    margin-left: 15px;
}
.goods_btn{
    width: 125px;
    margin-top: 0px;
    line-height: 40px;
    font-size: 18px;
}
.goods_list .icon_tip{
    width:30px;
    height:15px;
    position:absolute;
    left:0;
    top:0;
}
.goods_list .icon_top{
    width:36px;
    background-position: 0 -150px;
}
.goods_text{
	font-size:10px;
	padding:0 6px;
	margin-bottom:-14px;
	margin-left:2px;
	position: relative;
	line-height:26px;
	color:#f54e54;
	border:1px solid #f54e54;
	border-radius: 4px;
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.copyright_box{
    display:none;
    height:33px;
    margin-top:20px;
}

.copyright p{
    margin-top:5px;
}
body .ano_color{
    color:#f54e54;
}
body .ano_bg{
    background-color:#f54e54;
}
body .ano_bgfx{
    background-color:#67c643;
}
.icons_tb,.icons_tm{
	width:28px;
	height:28px;
}
.icons_tb{
	background-position:0 -224px; 
}
.icons_tm{
	background-position:0 -186px; 
}
.goods_list .icons{
	display:inline-block;
    vertical-align:text-bottom;
	background-image:url("/static/52dgo/img/sqt_ico.png");
	background-size:160px auto;
	background-repeat: no-repeat; 
}
.goods_detail {
    font-size: 16px;
    line-height: 28px;
    margin: 10px;
    word-break: break-all;
    word-wrap: break-word;
    height: 60px;
}
.goods_description {
    font-size: 16px;
    line-height: 28px;
    margin: 10px;
    word-break: break-all;
    word-wrap: break-word;
}
.goods_type {
   font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    word-break: break-all;
    word-wrap: break-word;
    border-left: 3px solid #FF2E54;
    padding: 2px 0 0 10px;
}
.hot_area {
    float: left;
    width: 250px;
    margin: 5px 0px 0px 18px;
    background: #fff;
    border: 1px solid #f1f1f1;
}
.hot_area .tit {
    padding: 8px 10px;
    font-size: 18px;
    height: 44px;
    line-height: 26px;
    box-sizing: border-box;
    margin: 5px 0;
}
.hot_area .tit span {
    border-left: 3px solid #FF2E54;
    padding: 2px 0 0 10px;
}
.hot_area .rec-list {
    border-top: 1px solid #ececec;
    display: block;
    padding: 16px 0;
    margin: 0 20px;
}
.hot_area div.fl {
    position: relative;
    z-index: 0;
}
.hot_area img {
    width: 74px;
    height: 74px;
    border-radius: 2px;
}
.hot_area .content {
    height: 74px;
    display: inline-block;
    width: 120px;
    margin-left: 10px;
}
.hot_area .content p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    font-size: 14px;
    display: block;
    line-height: 17px;
    color: #777;
    font-family: microsoft yahei;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hot_area .content .coupon {
    margin: 0 0 8px;
    font-size: 12px;
    color: #999;
    display: block;
}
.hot_area .content .coupon i {
    font-size: 16px;
    font-family: Arial;
    color: #fc4d52;
    line-height: 21px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.hot_area .content .received {
    color: #666;
    font-size: 12px;
}
.hot_area div.fl .tabs {
    position: absolute;
    font-size: 15px;
    left: 5px;
    top: 0;
    z-index: 0;
    z-index: 50;
    display: block;
    color: #fff;
    background: url("/static/52dgo/img/tag03.png");
    width: 18px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    background-size: 100% 100%;
}
.hot_area div.fl .tabs.i1 {
    background: url("/static/52dgo/img/tag01.png");
}
.hot_area div.fl .tabs.i2 {
    background: url("/static/52dgo/img/tag02.png");
}
.hot_area div.fl .tabs.i3 {
    background: url("/static/52dgo/img/tag03.png");
}
.hot_area .content .received i {
    color: #fc4d52;
}
.type_line {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #e7e6eb;
}