[v-cloak] {
    display: none;
}
body {
    
}

.eGift_info {
    margin-left: 30px;
    float: left;
    width: 950px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
}
.eGift_nav_flex {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.eGift_nav_flex>span {
    color:#000;
    font-size: 20px;
    font-weight: 400;
}
.eGift_nav_flex>p {
    color:#336437;
    border:1px solid #336437;
    padding:5px 20px;
    font-size: 18px;
    cursor: pointer;
}
.eGift_tab_flex {
    display: flex;
    align-items: center;
}

.eGift_tab_flex>span {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    border: 1px solid #F0F0F0;
    cursor: pointer;
}
.eGift_tab_flex>span:nth-child(1) {
    margin-right: 40px;
}
.eGift_tab_flex>span.active {
    background: #336437;
    border: 1px solid #336437;
    color: #fff;
}

.eGift_card_list {
    margin-top:30px;
}
.eGift_item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E8E7E7;
}
.eGift_item:last-child {
    border:0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.eGift_item > img {
    width: 300px;
    height: 218px;
}
.eGift_item_info {
    margin-left: 20px;
}
.eGift_type >span {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.eGift_type > i {
    font-weight: 600;
    font-size: 20px;
    color: #FE5354;
}
.eGift_intro {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.eGift_msg {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.eGift_time {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.eGift_empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    text-align: center;
}
.empty_title {
    margin-top: 15px;
    font-size: 14px;
    color:#666;
}
.empty_btn {
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 30px auto 0;
    font-size: 18px;
    color: #fff;
    background: #336437;
    cursor: pointer;
}

/* 选择礼品卡 */
.gift_card_flex {
    display: flex;
    width: 1200px;
    margin: 20px auto 0;
    margin-bottom: 50px;
}
.gift_card_left {
    width: 390px;
    margin-right: 30px;
}
.gift_card_left>img {
    display: block;
    width: 100%;
    height: auto;
}
.gift_to_friends {
    width: calc(1200px - 390px - 30px);
    background: #fff;
    padding: 30px;
}
.gifts_card_list {
    margin-bottom: 30px;
    border-bottom: 1px solid #E8E7E7;  
}
.gifts_card_list:last-child {
    margin-bottom: 0;
    border:0;
}
.card_title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px; 
}
.gifts_card_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gifts_card_info {
    width: 345px;
    margin-bottom: 30px;
    cursor: pointer;
}
.gifts_card_info > img {
    width: 100%;
    height: 209px;
    display: block;
    margin-bottom: 10px;
}
.gifts_card_info > div {
    color: #000;
    font-size: 18px;
}