.gift-tip {
    width: 960px;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #999;
    margin-bottom: 20px;
}
.gift-tip .icon {
    font-size: 18px;
    margin-right: 8px;
}
.gift-tip .gift-raiders {
    color: #66be8c;
    margin-left: 20px;
}
.gift-tip .gift-raiders:hover {
    color: #2d9d5e;
}
a.addbtn-red{
  margin: 0 0 0 20px;
  line-height: 32px;
  padding: 0 10px;
  display: block;
  color: #fff;
  background: #66be8c;
  border-radius: 3px;
  text-align: center;
  border: none;
}
a:hover.addbtn-red {
  background: #58b781;
}
a.addbtn-red .icon{
  font-size: 12px;
  vertical-align: 3%;
}
.rg-filter {
    float: right;
    width: 208px;
    *width: 216px;
    line-height: 34px;
}
.rg-sort {
    overflow: hidden;
    line-height: 34px;
}
.rg-sort a {
    display: inline-block;
    *zoom: 1;
    *color: #333;
    margin-left: 10px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.rg-sort a.cur {
    color: #fff;
    background: #66be8c;
    border-color: #66be8c
}
.rg-list {
    margin-top: 25px;
}
.rg-list li {
    padding: 0 20px;
    overflow: hidden;
}
.rg-list .hd {
    line-height: 45px;
    font-weight: bold;
    background: #eee;
}
.rg-c1 {
    width: 142px;
}
.rg-c2 {
    width: 234px;
}
.rg-c3 {
    width: 166px;
}
.rg-c4 {
    width: 202px;
}
.rg-c5 {
    width: 174px;
}
.rg-r2 {
    padding: 8px 0;
    line-height: 26px;
}
.rg-list .it {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e8e8e8;
}
.rg-list .act-lh {
    line-height: 28px;
    padding: 7px 0;
}
.rg-list .act a {
    display: inline-block;
    *zoom: 1;
    *color: #333;
    width: 74px;
    margin-left: 10px;
}
.rg-list .act a.share, .rg-list .act a.del {
    width: 68px;
}
/*.rg-list .act a:first-child {
    margin-right: 10px;
}*/
.rg-list .act .icon {
    font-size: 20px;
    color: #999;
}
.rg-list .act .icon:hover {
    font-weight: normal;
}
.rg-list .act a:hover {
    font-weight: bold;
    color: #66be8c;
}
.rg-list a.del:hover {
    color: #f5694b
}

.rg-list .name {
    float: left;
    max-width: 5em;
    color: #66be8c;
}
.rg-page {
    margin-top: 30px;
    text-align: right;
}
.pagination {
     margin: 0;
}
#dia .dialog-btn span {
    width: auto;
    padding: 0 15px;
    white-space: nowrap;
}


.share-lay {
    z-index: 3333;
    display: none;
}
.share-main {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 4444;
    width: 300px;
    margin: -150px 0 0 -150px;
    background: #fff;
}
.share-hd {
    padding: 0 15px;
    line-height: 36px;
    background: #f5694b;
    color: #fff;
}
.share-ct {
    text-align: center;
    padding: 20px 15px;
}
.share-ct p {
    margin-top: 10px;
    line-height: 30px;
}
