
@charset "utf-8";


/*好礼礼品信息展示*/
/*礼品*/
#gift_choose_page{ width:100%; max-height:60%; position:fixed; _position:absolute;_left:0;_bottom:0; left:0px; bottom:0px; background-color:#fff;  z-index:10000; overflow-y:auto; display:none;}
.gift_goods_box{ width:96%; padding:10px 2%; background-color:#fff; font-size:12px;}
.gift_goods_box .gift_img{ width:30%; max-width:90px; float:left;}
.gift_goods_box .gift_img img{ width:80px; height:80px;}
.gift_goods_box .gift_name{ width:63%; float:left; margin:15px 0px 15px 1%;}
.gift_goods_box .gift_name .name{ line-height:20px;}
.gift_goods_box .gift_name .price{ font-size:14px; color:#535353; font-family:Arial; padding-top:10px;}
.gift_goods_box .gift_name .over{ padding-left:15px; color:#ff2837;}
.gift_goods_box .gift_close{ display:block; width:6%; margin-top:15px; float:right; text-align:right; cursor:pointer;}
.gift_goods_box .gift_close img{ width:16px;}
.gift_goods_box .gang_fg1{ width:100%; height:1px; border-bottom:solid 1px #d7d7d7; margin:10px 0px;}
.gift_goods_box .att_name{ width:65px;float:left; margin-top:12px; color:#535353;}
.gift_goods_box .att_value{ width:80%; float:left; font-family:Arial; font-size:12px;}
.gift_goods_box .att_value a{border: #e3e3e3 1px solid;  text-align: center; background-color:#fff; margin:5px 3px;padding:6px 10px;display: block; color: #535353; text-decoration: none;float:left;}
.gift_goods_box .att_value a:hover {border:#cd0000 1px solid;}
.gift_goods_box .att_value a:focus {outline-style:none;}
.gift_goods_box .att_value .cattsel {border:#cd0000 1px solid; background: url("../images/tcxz.gif") no-repeat bottom right;}
.gift_goods_box .att_value .cattsel a:hover {border: #cd0000 1px solid; background: url("../images/tcxz.gif") no-repeat bottom right;}
.gift_goods_box .gift_sm{ margin-top:10px;}
.gift_goods_box .choose_action{ display:block; width:100%; margin:20px auto 10px; padding:10px 0px; text-align:center; font-size:16px; color:#fff; background-color:#cd0000; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;}
.gift_goods_box .not_choose{ display:block; width:100%; margin:20px auto 10px; padding:10px 0px; text-align:center; font-size:16px; color:#fff; background-color:#b5b5b5; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; cursor:default;}






