.coupon_box {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px 34px;
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  height: max-content;
  border-radius: 10px;
  border: 1px solid #e2e7ef;
}

.coupon_box .coupon_box-title {
  position: absolute;
  top: -11px;
  left: 30px;
  padding: 0 8px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #3d6eec;
  background-color: #fff;
}

.coupon_box .coupon_box-tool {
  box-sizing: border-box;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
}

.coupon_box .coupon_box-tool .coupon_box-tool-btns {
  display: flex;
  width: max-content;
  height: 30px;
}

.coupon_box .coupon_box-tool .coupon_box-tool-btns .coupon_box-tool-btns-item {
  box-sizing: border-box;
  padding: 0 33px;
  margin-right: 20px;
  border-radius: 2px;

  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  line-height: 30px;
  color: #122b4d;
  background: #eef0f4;
  cursor: pointer;
}

.coupon_box .coupon_box-tool .coupon_box-tool-btns .coupon_box-tool-btns-item.active {
  color: #ffffff;
  background: #3d6eec;
}

.coupon_box .coupon_box-tool .coupon_box-tool-search {
  display: flex;
  width: max-content;
  line-height: 44px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.coupon_box .coupon_box-tool .coupon_box-tool-search .input-con {
  box-sizing: border-box;
  position: relative;
  width: 358px;
  height: 44px;
  background: #f7f8fa;
  border: 1px solid #e2e7ef;
  overflow: hidden;
}

.coupon_box .coupon_box-tool .coupon_box-tool-search .input-con input {
  position: absolute;
  left: 21px;
  top: 0;
  height: 100%;
  width: 100%;
  color: #122b4d;
  border: none;
  outline: none;
  background: transparent;
}

.coupon_box .coupon_box-tool .coupon_box-tool-search .search-btn {
  box-sizing: border-box;
  padding: 0 32px;
  height: 44px;
  background: #3d6eec;
  cursor: pointer;
}

.coupon_box .coupon_box-con {
  height: max-content;
  background: #f5f6fa;
}

.coupon_box .coupon_box-con .coupon_box-con-panel {
  position: relative;
  box-sizing: border-box;
  padding: 39px 47px;
  width: 100%;
  height: max-content;
  min-height: 556px;
  display: grid;
  grid-template-columns: repeat(2, 550px);
  grid-template-rows: 160px;
  gap: 45px 136px;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .no-list {
  position: absolute;
  box-sizing: border-box;
  top: 206px;
  left: 0;
  width: 100%;
  text-align: center;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .no-list img {
  width: 110px;
  height: 110px;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .no-list p {
  margin: 0;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #cad3df;
}

.coupon_box .coupon_box-con .noew-time {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #969ba9;
  text-align: center;
  line-height: 106px;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item {
  position: relative;
  box-sizing: border-box;
  padding: 35px 26px 0 46px;
  border-radius: 6px;
  width: 550px;
  height: 160px;
  background: url("../img/user_center/user_coupon/card-bg.png") no-repeat;
  background-size: 100% 100%;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-icon {
  box-sizing: border-box;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  left: 0;
  width: max-content;
  height: 22px;
  background: #ec625d;
  border-radius: 2px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #f5f7fa;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head {
  padding-bottom: 20px;
  position: relative;
  display: flex;
  height: 60px;
  border-bottom: solid 1px #f5f7fa;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 120px;
  height: 100%;
  border-right: solid 1px #f5f7fa;
  text-align: center;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-left .title {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #122b4d;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-left .price {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #3d6eec;
  line-height: 1;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-left .price i {
  font-size: 34px;
  font-style: normal;
  line-height: 1;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-right {
  box-sizing: border-box;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  width: max-content;
  height: 100%;
  text-align: left;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-right .title {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #122b4d;
  max-width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-right .dec {
  padding-top: 16px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #959baa;
  max-width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-right .dec.active {
  color: #ec625d;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-head .cb-panel-item-head-right .btn {
  box-sizing: border-box;
  padding: 0 18px;
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 30px;
  background: #3d6eec;
  border-radius: 2px;
  font-size: 14px;
  font-family: Arial;
  color: #ffffff;
  cursor: pointer;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-bottom {
  padding-top: 10px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  text-align: left;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-bottom span {
  padding-right: 5px;
  color: #ec625d;
}

.coupon_box .coupon_box-con .coupon_box-con-panel .cb-panel-item .cb-panel-item-bottom p {
  display: inline-block;
  margin: 0;
  width: 455px;
  color: #969ba9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coupon_box .coupon_box-con .coupon_box-con-panel.used .cb-panel-item {
  background-image: url("../img/user_center/user_coupon/card-bg-used.png");
}
.coupon_box .coupon_box-con .coupon_box-con-panel.used .cb-panel-item span,
.coupon_box .coupon_box-con .coupon_box-con-panel.used .cb-panel-item p,
.coupon_box .coupon_box-con .coupon_box-con-panel.used .cb-panel-item div {
  color: #cad3df !important;
}

.coupon_box .coupon_box-con .coupon_box-con-panel.used .cb-panel-item .cb-panel-item-head .cb-panel-item-head-right .btn {
  display: block;
  top: 0;
  right: 0;
  width: 99px;
  height: 60px;
  background: rgba(202, 211, 223, 0.1);
  border-radius: 2px;
  text-align: center;
  color: #cad3df;
  cursor: auto;
}

.coupon_box .coupon_box-con .coupon_box-con-panel.used .cb-panel-item .cb-panel-item-head .cb-panel-item-head-right .btn img {
  display: block;
  margin: 8px auto 0;
  width: 26px;
  height: 26px;
}
