.userInfo_right {
    padding: 0;
}
.header_search {
    width: calc(100% - 30px);
    background-color: #fff;
    border-bottom: 15px solid rgb(245, 246, 250);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sel .is-focus .el-input__inner, .sel .el-input__inner:focus {
    border-color: #ff6300 !important;
}

.selected {
    color: #ff6300 !important;
}


.center_header_ul {
    clear: both;
}

.coupon_center_box {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-flow: column;
}


.nullbox {
    /* background-color: #fff; */
}

.center_header_ul .center_header_li {
    float: left;
    /* margin-right: 15px; */
    margin: 8px 15px;
    cursor: pointer;
    font-size: 16px;
}

.center_header_li:hover {
    color: #ff6300;
}

.box_pagination {
    text-align: center;
    padding: 15px;
}

.gw_list {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.coupon_item {
    display: flex;
    height: 70px;
    width: 560px;
    /* border: 1px solid #ff6300; */
    border-radius: 7px;
    padding: 7px;
    margin: 0px 0 15px 15px;
    float: left;
    box-shadow: 0px 0  2px 1px #e1e1e1;
}

.coupon_left {
    font-size: 80px;
    color: #ff6300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}


.coupon_right {
    width: 100%;
    border-left: 1px solid #e1e1e1;
    margin: 7px;
    padding-left: 7px;
    overflow: hidden;
}
.coupon_right_desc {
    height: 15px;
    align-items: center;
    margin: 8px 0;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.coupon_right_title {
    font-size: 17px;
    color: #666;
}

.coupon_right_price {
    font-size: 18px;
}

.goodscate {
    font-size: 12px;
    color: #999;
}

.pos_btn_get {
    width: 240px;
    margin: 7px 0 7px 7px;
    padding-left: 7px;
    border-left: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.pos_btn_get button {
    border: 0;
    background: transparent !important;
    cursor: pointer;
    color: #ff6300;
    font-size: 25px;
}

.endDate {
    color: #999;
}

.yyong_btn {
    color: #ddd !important;
    cursor: not-allowed !important;
}

.my_gwq_list {
     margin-top: 15px;
}

.my_gwq_list .coupon_item {
    width: 455px !important;
    height: 95px;
    position: relative;
}

.posi_abs {
    position: absolute;
    right: 15px;
    bottom: 7px;
}

.box_coupon_cotainer {
    display: flex;
    flex-flow: column;
}