
.gift-shade {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 600;
    background: rgba(0, 0, 0, .5);
}

.gift-shade-middle {
    width: 100%;
    height: 100%;
    position: relative;
}

.gift-shade-box {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fff;
    max-height: 70%;
    overflow: hidden;
    padding-top: 5px;
    animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
}

.gift-shade-inner-box {
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
}

.gift-shade-product-head {
    width: 92%;
    margin: 0px auto;
    height: 5.34vw;
    line-height: 5.34vw;
}

.close-gift-shade {
    display: block;
    width: 5.34vw;
    height: 5.34vw;
    float: right;
    background: url(../../../img/wechat/good/icon_close.png) no-repeat;
    background-size: 100% 100%;
}

.gift-shade-product-info {
    width: 96vw;
    margin: 0px auto;
    overflow-y: auto;
    padding-bottom: 13.3vw;
    max-height: 62vw;
}

.gift-shade-product-info-box {
    padding: 8px 0px;
    display: flex;
    flex-wrap: wrap;
}

.gift-shade-product-item {
    width: calc(24vw - 5.34vw - 2px);
    margin: 0.54vw;
    padding: 2.13vw;
    text-align: center;
    border-radius: 2.67vw;
    border: 1px solid #fff;
}

.gift-shade-product-item.on {
    background-color: #eee;
    border: 1px solid #e65512;
}

.gift-shade-product-item-img {
    height: 12vw;
    margin: 10px 10px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5%;
    z-index: 8;
}

.gift-shade-product-item-title {
    margin-top: 2.67vw;
    /* margin-bottom: 2.67vw; */
    word-wrap: break-word;
    font-size: 3.73vw;
    color: #333;
}

.gift-shade-product-item-tip {
    margin-top: 1.33vw;
    font-size: 3.2vw;
    color: #999;
}

.gift-shade-product-bottom {
    width: 92%;
    height: 13.3vw;
    margin: 0px auto;
    position: absolute;
    right: 4%;
    bottom: 0px;
    background: #fff;
    display: flex;
    align-items: center;
    font-size: 3.73vw;
}

.gift-shade-product-bottom img {
    width: 5.34vw;
}

.gift-point-icon {
    width: 5.34vw;
    height: 5.34vw;
    background: url(/img/wechat/contest/icon_point.png) center center no-repeat orangered;
    background-size: 100% 100%;
    border-radius: 2.67vw;
}

.gift-shade-product-bottom-right-btn {
    display: block;
    width: 20vw;
    height: 8vw;
    line-height: 8vw;
    background: #ff6813;
    color: #fff;
    text-align: center;
    font-size: 3.73vw;
    border-radius: 5.34vw;
    -moz-border-radius: 5.34vw;
    -webkit-border-radius: 5.34vw;
    margin-left: auto;
}

.colore65512 {
    color: #e65512 !important;
}

.pl2 {
    padding-left: 2px
}

.pl10 {
    padding-left: 10px
}
