.coupon-center-main {
  width: 1200px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}
.coupon-center-main .breadCrumbs {
  height: 57px;
  line-height: 57px;
}
.coupon-center-main .breadCrumbs a {
  color: #333333;
}
.coupon-center-main .breadCrumbs span {
  line-height: 57px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.coupon-center-main .breadCrumbs .positionLink:hover {
  color: #05a4ff;
}
.coupon-center-main .banner a {
  width: 100%;
  display: inline-block;
}
.coupon-center-main .banner a img {
  width: 100%;
  vertical-align: middle;
}
.coupon-center-main .coupon-center-wrapper {
  padding: 30px 30px 0;
  border: 1px solid #e9e9e9;
  margin: 20px 0;
  background: #fff;
}
.coupon-center-main .coupon-center-wrapper .title {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.coupon-center-main .coupon-center-wrapper .title .text {
  margin: 0 10px;
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
.coupon-center-main .coupon-center-wrapper .title .detail {
  position: absolute;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  color: #05a4ff;
  font-size: 14px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 32px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 362px;
  height: 142px;
  margin-bottom: 30px;
  color: #FF665C;
  cursor: pointer;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item:not( :nth-child(3n)) {
  margin-right: 26px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left {
  position: relative;
  width: 310px;
  height: 100%;
  padding: 20px;
  z-index: 10;
  border-radius: 4px;
  background: -webkit-radial-gradient(circle at right top, transparent 10px, #ffffff 0, #ffffff 100%) right top / 100% 50% no-repeat, -webkit-radial-gradient(circle at right bottom, transparent 10px, #ffffff 0, #ffffff 100%) right bottom / 100% 50% no-repeat;
  background: radial-gradient(circle at right top, transparent 10px, #ffffff 0, #ffffff 100%) right top / 100% 50% no-repeat, radial-gradient(circle at right bottom, transparent 10px, #ffffff 0, #ffffff 100%) right bottom / 100% 50% no-repeat;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(68, 68, 68, 0.07));
          filter: drop-shadow(0px 2px 10px rgba(68, 68, 68, 0.07));
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  border: 1px solid #E9E9E9FF;
  border-right: none;
  border-radius: 4px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left::after {
  content: '';
  position: absolute;
  width: 2px;
  top: 10px;
  bottom: 10px;
  right: -2px;
  background: -webkit-radial-gradient(right center, circle, transparent 2px, #ffffff 0) right center / 2px 6px;
  background: radial-gradient(circle at right center, transparent 2px, #ffffff 0) right center / 2px 6px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left.used {
  color: #CCCCCC;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left.used .amount {
  color: #CCCCCC;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left.used .amount .amount-tag {
  background: #FAFAFA;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left.used .time,
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left.used .name,
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left.used .use {
  color: #CCCCCC;
  font-weight: 400;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left .amount {
  color: #FF665C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-size: 32px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left .amount span i {
  width: 14px;
  line-height: 32px;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left .amount .amount-tag {
  font-family: PingFang;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  height: 20px;
  background: #ffebe9;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
  font-weight: 300;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left .time {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 14px;
  margin-top: 10px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left .name {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 14px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left .use {
  height: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 14px;
  margin-top: 10px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .left .received {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 26px;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  position: relative;
  background: -webkit-radial-gradient(circle at left top, transparent 10px, #ff7b73 0, #ff7b73 100%) right top / 100% 50% no-repeat, -webkit-radial-gradient(circle at left bottom, transparent 10px, #ff7b73 0, #ff7b73 100%) right bottom / 100% 50% no-repeat;
  background: radial-gradient(circle at left top, transparent 10px, #ff7b73 0, #ff7b73 100%) right top / 100% 50% no-repeat, radial-gradient(circle at left bottom, transparent 10px, #ff7b73 0, #ff7b73 100%) right bottom / 100% 50% no-repeat;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(68, 68, 68, 0.07));
          filter: drop-shadow(0px 2px 10px rgba(68, 68, 68, 0.07));
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .right.go-use {
  background: -webkit-radial-gradient(left top, circle, transparent 10px, #ff665c 0, #ff665c 100%) right top / 100% 50% no-repeat, -webkit-radial-gradient(circle at left bottom, transparent 10px, #ff665c 0, #ff665c 100%) right bottom / 100% 50% no-repeat;
  background: radial-gradient(circle at left top, transparent 10px, #ff665c 0, #ff665c 100%) right top / 100% 50% no-repeat, radial-gradient(circle at left bottom, transparent 10px, #ff665c 0, #ff665c 100%) right bottom / 100% 50% no-repeat;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .right.used {
  background: -webkit-radial-gradient(circle at left top, transparent 10px, #cccccc 0, #cccccc 100%) right top / 100% 50% no-repeat, -webkit-radial-gradient(left bottom, circle, transparent 10px, #cccccc 0, #cccccc 100%) right bottom / 100% 50% no-repeat;
  background: radial-gradient(circle at left top, transparent 10px, #cccccc 0, #cccccc 100%) right top / 100% 50% no-repeat, radial-gradient(circle at left bottom, transparent 10px, #cccccc 0, #cccccc 100%) right bottom / 100% 50% no-repeat;
}
.coupon-center-main .coupon-center-wrapper .coupon-list .coupon-item .right .btn-text {
  display: inline-block;
  width: 16px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.coupon-center-main .coupon-center-wrapper .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 32px;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item {
  width: 210px;
  height: 287px;
  border: 1px solid #E9E9E9;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
  cursor: pointer;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item:not( :nth-child(5n)) {
  margin-right: 22px;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item:hover {
  z-index: 2;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item:hover .bottom .name span {
  color: #05A4FF;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .top {
  height: 160px;
  background: #0B55E5;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom {
  height: 127px;
  padding: 10px;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom .amount {
  margin-top: 6px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF6A00;
  line-height: 20px;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom .amount span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #858999;
  line-height: 20px;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom .amount span:first-child {
  color: #FF6A00;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom .name {
  margin-top: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom .com-tag {
  margin-top: 14px;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom .com-tag span {
  padding: 2px 4px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  font-size: 12px;
  color: #999999;
}
.coupon-center-main .coupon-center-wrapper .product-list .product-item .bottom .com-tag span:not(:last-child) {
  margin-right: 8px;
}
.coupon-center-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.coupon-center-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 480px;
  height: 260px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.coupon-center-modal .modal-content .header {
  height: 40px;
}
.coupon-center-modal .modal-content .header .icon-close {
  float: right;
  cursor: pointer;
  width: 13px;
  height: 13px;
}
.coupon-center-modal .modal-content .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coupon-center-modal .modal-content .body .icon-succ {
  width: 32px;
  height: 32px;
}
.coupon-center-modal .modal-content .body .success-text {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  margin-top: 10px;
}
.coupon-center-modal .modal-content .body .success-tip {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin: 20px 0;
}
.coupon-center-modal .modal-content .body .success-btn {
  width: 100px;
  height: 36px;
  background-color: #00A4FF;
  outline: none;
  color: #fff;
  border: none;
  cursor: pointer;
}
.coupon-center-modal .modal-content .body .success-btn:hover {
  background-color: #4CBFFF;
}
.coupon-wrapper {
  margin-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.coupon-wrapper > .title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  width: 70px;
}
.coupon-wrapper:hover > .coupon-list-wrapper.coupon-list-wrapper-more:after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-right: 2px solid #FF6A00;
  border-bottom: 2px solid #FF6A00;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: relative;
  top: 4px;
  opacity: 0.8;
}
.coupon-wrapper .coupon-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.coupon-wrapper .coupon-list-wrapper.coupon-list-wrapper-more:after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-right: 2px solid #FF6A00;
  border-bottom: 2px solid #FF6A00;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 4px;
  opacity: 0.8;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.coupon-wrapper .coupon-list-wrapper .coupon-item {
  padding: 0 6px;
  height: 20px;
  line-height: 18px;
  background: #FFF4ED;
  border: 1px solid #FF6A00;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF6A00;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 10px;
  display: none;
}
.coupon-wrapper .coupon-list-wrapper .coupon-item:not(:last-child) {
  margin-right: 12px;
}
.coupon-wrapper .hover-box {
  position: absolute;
  height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #E9E9E9;
  top: 100%;
  left: 72px;
  display: none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.coupon-wrapper .hover-box .inner {
  width: 600px;
  min-height: 233px;
  background: #FFFFFF;
  padding: 20px 20px 0;
  overflow: hidden;
}
.coupon-wrapper .hover-box .inner .title {
  letter-spacing: 1px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
}
.coupon-wrapper .hover-box .inner .coupon-list {
  margin-top: 20px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item {
  width: 270px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 3px;
  float: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item:nth-child(odd) {
  margin-right: 18px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .left {
  padding: 10px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border: 1px solid #EEEEEE;
  border-right: none;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .left .amount {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF665C;
  line-height: 12px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .left .amount span {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FF665C;
  line-height: 16px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .left .desc {
  margin-top: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .left .time {
  margin-top: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .left .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 44px;
  height: 44px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .right {
  width: 94px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: -webkit-linear-gradient(315deg, #ff5d53 0%, #ff7d76 100%);
  background: linear-gradient(135deg, #ff5d53 0%, #ff7d76 100%);
  position: relative;
  cursor: pointer;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .right:before {
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  background: -webkit-radial-gradient(circle at right center, transparent 2px, #ffffff 0) right center / 2px 6px;
  background: radial-gradient(circle at right center, transparent 2px, #ffffff 0) right center / 2px 6px;
}
.coupon-wrapper .hover-box .inner .coupon-list .coupon-card-item .right.has-get {
  cursor: not-allowed;
  background: rgba(255, 110, 101, 0.37);
}
.coupon-wrapper:hover .hover-box {
  display: block;
}
.coupon-choose-wrapper {
  margin: 0 30px 0 0;
}
.coupon-choose-wrapper .title {
  overflow: hidden;
}
.coupon-choose-wrapper .title .block {
  margin-top: 9px;
}
.coupon-choose-wrapper .title h2 {
  float: left;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 23px;
  margin: 8px 30px 0px 10px;
}
.coupon-choose-wrapper .sub-title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  margin: 30px 0 20px;
}
.coupon-choose-wrapper .sub-title span {
  color: #FF7B73;
}
.coupon-choose-wrapper .coupon-choose-list {
  max-height: 265px;
  overflow-x: hidden;
  overflow-y: auto;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item {
  width: 265px;
  height: 118px;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item:not( :nth-child(4n)) {
  margin-right: 22px;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item.select .top {
  border: 2px solid #FF7B73;
  background: #FF7B73;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item.select .top:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item.select .bottom {
  border: 2px solid #FF7B73;
  border-top: none;
  color: #FF7B73;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item.select .bottom .select-icon {
  display: block;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .top {
  height: 86px;
  background: #D1D1D1;
  padding: 20px 16px;
  position: relative;
  border: 2px solid #D1D1D1;
  border-top: none;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .top .amount {
  font-size: 26px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .top .amount span:first-child {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .top .amount span:nth-child(3) {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  opacity: .8;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .top .time {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  opacity: .8;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .top:before {
  content: '';
  position: absolute;
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-radial-gradient(top center, circle, #ffffff 2px, transparent 0) top center / 6px 6px;
  background: radial-gradient(circle at top center, #ffffff 2px, transparent 0) top center / 6px 6px;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .bottom {
  height: 30px;
  background: #FFFFFF;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D1D1D1;
  line-height: 30px;
  padding: 0 16px;
  border: 1px solid #E8E8E8;
  border-top: none;
  position: relative;
}
.coupon-choose-wrapper .coupon-choose-list .coupon-choose-item .bottom .select-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  display: none;
}
.order-detail-wrapper {
  border-top: 1px solid #eee;
  width: 1150px;
  height: 130px;
  padding: 30px 10px 4px 0;
  margin-top: 20px;
}
.order-detail-wrapper .agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-detail-wrapper .agreement input {
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
}
.order-detail-wrapper .agreement input[type="checkbox"] {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 12px;
  position: relative;
  border-radius: 3px;
}
.order-detail-wrapper .agreement input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.order-detail-wrapper .agreement input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
}
.order-detail-wrapper .agreement .errorMsg {
  margin-left: 20px;
  color: #f00;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
  display: none;
}
.order-detail-wrapper .agreement span {
  margin-left: 3px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.order-detail-wrapper .agreement span s {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #05a4ff;
  line-height: 20px;
  cursor: pointer;
}
.order-detail-wrapper .order-detail .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-detail-wrapper .order-detail .item .title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.order-detail-wrapper .order-detail .item .price {
  min-width: 68px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  text-align: right;
}
