.small-nav-alone {
  position: relative;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.small-nav-alone.black {
  background-color: #28292B;
}
.small-nav-alone.white {
  color: #333;
  background-color: #fff;
}
.small-nav-alone.white .fr-li a {
  color: #333;
}
.small-nav-alone.absolue {
  position: absolute;
  top: 0;
  width: 1190px;
  left: 50%;
  margin-left: -595px;
}
.small-nav-alone .hello-text {
  font-size: 12px;
}
.small-nav-alone .fr-li {
  margin-left: 30px;
}
.small-nav-alone .fr-li a {
  color: #fff;
}
.small-nav-alone .fr-li.top-nav-dynamic {
  margin-left: 0;
}
.small-nav-alone .fr-li.top-nav-dynamic div {
  margin-left: 30px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.small-nav-alone .fr-li.user-order-li {
  position: relative;
}
.small-nav-alone .fr-li.user-order-li .user-order-a {
  height: 36px;
}
.small-nav-alone .fr-li.user-order-li i {
  font-size: 24px;
}
.small-nav-alone .fr-li.user-order-li:hover .user-order-drop {
  display: block;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.qrcode-li {
  position: relative;
}
.small-nav-alone .fr-li.qrcode-li:hover .head-qrcode-div {
  display: block;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div {
  display: none;
  position: absolute;
  height: 168px;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div img {
  display: block;
  height: 98px;
  width: 98px;
  margin: 16px auto 0;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t {
  height: 17px;
  text-align: center;
  color: #000000;
  line-height: 17px;
  margin-top: 2px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t.desc {
  color: #606266;
}
body {
  background: #f5f7fa;
}
.coupon-wrp .sec-1 {
  position: relative;
}
.coupon-wrp .sec-1 img {
  width: 100%;
}
.coupon-wrp .sec-1 .bn-search {
  width: 664px;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 65, 146, 0) 97%);
  border-image: linear-gradient(180deg, #ffffff, #0075c1) 1 1;
  border-radius: 37px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 6px 5px 9px 0px #ffffff inset;
  backdrop-filter: blur(8px);
  position: absolute;
  z-index: 2;
  margin-left: 50%;
  left: -332px;
  bottom: -36px;
}
.coupon-wrp .sec-1 .bn-search .search-div {
  width: 632px;
  height: 44px;
  background: #ffffff;
  border-radius: 23px;
  margin: 14px auto 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.coupon-wrp .sec-1 .bn-search .search-div input {
  height: 44px;
  border: none;
  color: #000;
  width: 500px;
  padding: 0 16px;
  line-height: 44px;
  font-size: 14px;
}
.coupon-wrp .sec-1 .bn-search .search-div .search-btn {
  width: 96px;
  height: 46px;
  background: #09c867;
  border-radius: 22px;
  text-align: center;
  line-height: 46px;
  position: relative;
  right: -1px;
  top: -1px;
}
.coupon-wrp .filter-section {
  padding: 0 15px;
  background-color: #fff;
  margin-top: 52px;
}
.coupon-wrp .filter-section .filter-item {
  font-size: 12px;
  border-bottom: 1px solid #f2f3f5;
  padding-bottom: 10px;
}
.coupon-wrp .filter-section .filter-item .text {
  color: #303133;
  display: block;
  width: 62px;
  padding-top: 14px;
}
.coupon-wrp .filter-section .filter-item .text.auto {
  width: auto;
}
.coupon-wrp .filter-section .filter-item .text.auto b {
  color: #09c867;
}
.coupon-wrp .filter-section .filter-item .datas {
  width: 1030px;
  max-height: 69px;
  overflow: hidden;
  margin-left: 5px;
}
.coupon-wrp .filter-section .filter-item .datas .datas-wrapper {
  width: 1030px;
}
.coupon-wrp .filter-section .filter-item .datas .data {
  display: block;
  padding: 0px 10px;
  height: 24px;
  color: #303133;
  margin: 10px 12px 0 0;
  border: 2px solid #fff;
  line-height: 22px;
}
.coupon-wrp .filter-section .filter-item .datas .data:hover {
  background: rgba(9, 200, 103, 0.05);
  border: 2px solid #09c867;
  border-radius: 2px;
  position: relative;
}
.coupon-wrp .filter-section .filter-item .datas .data.filter-all {
  margin-left: 0;
}
.coupon-wrp .filter-section .filter-item .datas .data.active {
  background: rgba(9, 200, 103, 0.05);
  border: 2px solid #09c867;
  border-radius: 2px;
  position: relative;
}
.coupon-wrp .filter-section .filter-item .datas .data.active .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  background-image: url("../../images/checked-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.coupon-wrp .filter-section .filter-item .up-or-down {
  display: none;
}
.coupon-wrp .filter-section .filter-item .up-or-down,
.coupon-wrp .filter-section .filter-item .to-coupon {
  margin: 13px 10px 0 0;
  color: #606266;
  cursor: pointer;
}
.coupon-wrp .filter-section .filter-item .up-or-down i,
.coupon-wrp .filter-section .filter-item .to-coupon i {
  font-weight: 600;
  margin-left: 2px;
}
.coupon-wrp .coupon-list {
  background: #fff;
  margin-top: 16px;
  padding: 32px 12px;
}
.coupon-wrp .coupon-list .coupon-item .t {
  padding-bottom: 24px;
  border-bottom: 1px solid #ebeef5;
}
.coupon-wrp .coupon-list .coupon-item .t.t1 p {
  background-image: url("../../images/activity/coupon/2.png");
}
.coupon-wrp .coupon-list .coupon-item .t.t2 p {
  background-image: url("../../images/activity/coupon/3.png");
}
.coupon-wrp .coupon-list .coupon-item .t p {
  width: 234px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.coupon-wrp .coupon-list .coupon-item .itms {
  padding-top: 8px;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm {
  margin-top: 16px;
  width: 372px;
  height: 100px;
  background: #ffffff;
  border: 1px solid rgba(255, 100, 53, 0.5);
  margin-left: 24px;
  border-radius: 4px;
  position: relative;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .circle {
  display: block;
  position: absolute;
  left: 100px;
  height: 8px;
  width: 16px;
  border: 1px solid rgba(255, 100, 53, 0.5);
  background: #fff;
  z-index: 2;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .circle.top {
  top: -1px;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #fff;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .circle.bottom {
  bottom: -1px;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #fff;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm:nth-child(3n + 1) {
  margin-left: 0;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm.yhq-itm {
  background: #f5f7fa;
  border: 1px solid #fff;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm.yhq-itm .left::after {
  border-right: 1px dashed #dcdfe6;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm.yhq-itm .circle {
  border: 1px solid #f5f7fa;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm.yhq-itm .circle.top {
  border-top: 1px solid #fff;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm.yhq-itm .circle.bottom {
  border-bottom: 1px solid #fff;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .left {
  width: 110px;
  height: 100%;
  color: #FF6435;
  text-align: center;
  line-height: 98px;
  padding: 0 5px;
  position: relative;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .left::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  border-right: 1px dashed #ff6435;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .left b {
  font-size: 36px;
  font-weight: 600;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .center {
  width: 210px;
  padding: 0 5px 0 24px;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .center .c-t {
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  padding-top: 16px;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .center .c-desc {
  color: #666666;
  line-height: 17px;
  margin-top: 4px;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .center .c-btm {
  color: #666666;
  margin-top: 10px;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .center .c-btm b {
  line-height: 17px;
  cursor: pointer;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .center .c-btm b i {
  font-size: 20px;
  margin-left: 4px;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .lq-btn {
  width: 37px;
  height: 92px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  margin: 3px 4px 0 0;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .lq-btn.lq {
  background: #ff6435;
  padding: 22px 10px 0;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .lq-btn.ylq {
  background: #dcdfe6;
  padding: 8px 10px 0;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .rl-div {
  color: #666;
  line-height: 20px;
  background: #f9f9f9;
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.coupon-wrp .coupon-list .coupon-item .itms .itm .rl-div .rl-div-w {
  padding: 12px;
}
.footer {
  margin-top: 44px;
}
