@charset "utf-8";
.buynr{
    clear: both;
    overflow: hidden;
}
.buynr .buy{
margin: 0px auto 0  38px !important;
border: 1px #ff5858 dashed;
background: #fafafa;
color: #333;
text-align: center;
padding:10px;
font-size: 16px;
width: 90%;
display: block;
}
.buy li{list-style: none;}
.buy li span{
	color: #f60;
    padding-left: 10px;
    font-weight: bold;
}
.buy .buybtn{
	border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    position: relative;
    text-transform: none;
    overflow: visible;
    margin: 10px 10px;
    color: #ffffff;
    background: #20a0ff;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
    background: linear-gradient(90deg,#20a0ff,#20b8ff);
    -webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}


#mytable .ul div li.gm{ border:0;}
#mytable .buybtn.gm a{ background:url(./wsregv_4.gif) no-repeat center; line-height:900px; overflow:hidden; height:50px;}
#mytable .ul div li.mf{ border:0;}
#mytable .buybtn.mf a{ background:url(./wsregv_3.gif) no-repeat center; line-height:900px; overflow:hidden; height:50px;}


#mytable .buybtn.mf a.smf{ display:none;     border: 1.8px dashed #a81ffd;padding:5px ; background:none; }

#mytable .ul li.buybtn.mf { border:0;}
#mytable .buybtn.mf a.smf { color:#999; line-height:50px;width:665px;}

#mytable .buynr li.buybtn2 a{ display:block;}
#mytable .buynr li.buybtn2:nth-child(2){ width:200px; height:50px; background:url(./gm.gif) no-repeat center; line-height:800px; overflow:hidden; border:0; }
/*#mytable .buynr li.buybtn2:nth-child(3){ width:50px; height:50px; background:url(./gwc.gif) no-repeat center; line-height:800px; overflow:hidden; border:0; }*/

/*xin*/
/* 未收藏状态 */
/* 未收藏状态 */
#mytable .buynr li.buybtn2:nth-child(3) {
    width: 50px;
    height: 50px;
    background: url(./gwc.gif) no-repeat center;
    line-height: 800px;
    overflow: hidden;
    border: 0;
}

/* 已收藏状态 */
#mytable .buynr li.buybtn2.favorite-added {
    background: url(./collected-icon.gif) no-repeat center; /* 使用已收藏的图标 */
}


