@CHARSET "UTF-8";
.recommend_bg{
	background-color:black;
    display: none;
    height: 100%;
    left: 0;
    opacity:0.6;
    position:fixed;
    top: 0;
    width:100%;
    z-index: 2007;
    margin: 0;
    padding: 0;
}
.recommend_float{
	display: none;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width:100%;
    max-width:640px;
    z-index: 30000;
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    color: #5c5b5d;
    font-family: "微软雅黑";
}

.recommend_float_box {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width:100%;
    max-width:600px;
}

.recommend_close {
    cursor: pointer;
    font-size:30px;
    height: 20px;
    line-height:16px;
    position:absolute;
    text-align:center;
    width:20px;
    top:0px;
    right:6px;
}
.recommend_content{
    border-bottom: 2px solid #ccc;
    height: auto;
    margin: 20px auto auto;
    overflow: hidden;
    width:100%;
    text-align:center;
    position:relative;
}


.recommend_pro {
    cursor: pointer;
    top:140px;
    position:absolute;
    z-index:30001;
}
.recommend_content .left {
    float: left;
}
.recommend_content .img {
    border: 0 none;
}
.recommend_img_li{
    height: 320px;
    overflow: hidden;
    width:100%;
}
.recommend_txt {
    height: auto;
    margin: 10px auto 20px;
    overflow: hidden;
    width:100%;
    box-sizing:border-box;
    padding:0px 25px;
}
.recommend_txt p.goods_title {
    font-size: 14px;
    font-weight: 600;
}
.recommend_txt p {
    line-height: 25px;
}
.recommend_txt p.goods_title span {
    font-size: 12px;
    font-weight: 100;
    margin-left: 3px;
}
.recommend_txt p {
    line-height: 22px;
}

.recommend_txt .recommend_goods_price{
    color: #c00;
    font-size: 18px;
    font-weight: 600;
    height: 30px;
    margin-top:10px;
}
.recommend_txt .recommend_goods_price del {
    color: #555;
    font-size: 14px;
    font-weight: 100;
    margin-left: 5px;
}

.recommend_goods_price font {
    font-size: 12px;
    font-weight: 100;
    margin-left: 5px;
}

.recommend_txt .recommend_goods_price span.recommend_buy {
    background: #c00 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    padding: 3px 10px;
    cursor:pointer;
}

 .fetitle{
         display:inline-block;
         padding:4px 10px;
         width:230px;
         font-size:12px;
         color:#111;
 }
.fetitlee{
         display:inline-block;
         padding:4px 10px;
         width:230px;
         font-size:14px;
         color:#444;
 }
 
.txk{
float:right;
display:inline-block;
background:#ff3b72;
color:#fff;
line-height:12px;
font-size:12px;
height:15px;
padding:1px;
border-radius:3px;
margin-top:0.12rem;
}
.tck{
display:inline-block;
background:#fff;
margin:1px;padding:0px 1px;
color:#ff5da6;height:13px;
font-size:12px;
}

.pay-sel label{
   padding:10px 0px;
 }
 .pay-sel span{
   cursor:pointer;
 }