@charset "utf-8";
/* CSS Document */

.gift_filter{ margin: 20px auto 0; padding: 20px 60px; border: 1px solid #eddbc4; border-radius: 1px; box-shadow: inset 0 0 0 1px #fff;}
.gift_filter a{ font-size:18px; color:#999; padding-left:12px; padding-right:12px;}
.gift_filter a:hover{ color:#ff9933; border:1px solid #eddbc4;}
.gift_filter a.focus{ background:#ff9933; color:#fff; padding:5px 10px;}
.gift_filter .ps{ color:#ff9933; margin-top:15px;}
.gift_list{ margin:0 auto; border:1px solid #eddbc4; box-shadow:0 0 3px 1px #e8eaed; padding:20px; margin-top:15px;}
.gift_list .gift_img{ float:left; width:218px;padding-left:30px;}
.gift_list .gift_cont{ float:left; width:420px; margin-left:60px; line-height:24px; color:#484848;}
.gift_list .gift_cont select{color:#6c6c6c; }
.gift_list .gift_cont h3{ font-size:20px; color:#484848;}
.gift_list .gift_btn{ float:left; width:160px; margin-left:30px;}
.gift_list .gift_btn a{ width: 160px; float: left; text-align: center; height: 44px; font-family: "Microsoft YaHei"; line-height: 44px; color: #fff; background-color: #ff9933; border-radius: 3px; margin: 32px 0 0 45px; font-size: 18px;}
.gift_list .gift_btn a:hover{ background:#ffbf1f;}

.gift_list label{ color: #3c3c3c; font-weight:bold; font-size:14px;}


.styled-select {
    width: 130px;
    height: 29px;
    overflow: hidden;
    background: url("../images/new_arrow.png") no-repeat right #ff9933;
}
.styled-select select {
    background: transparent;
    width: 130px;
    padding: 5px;
    border: 1px solid #ff9933;
    font-size: 14px;
    height: 29px;
    -webkit-appearance: none; /*for chrome*/
}

