.pay_popup_box,
.pay_popup_box a,
.pay_popup_box i,
.pay_popup_box b,
.pay_popup_box p,
.pay_popup_box svg,
.pay_popup_box div,
.pay_popup_box span,
.pay_popup_box button,
.pay_popup_box iframe {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

.pay_popup_box {
  display: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.pay_bg {
  z-index: 100001;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000000;
}

#brank,
#content_info {
  display: none;
  z-index: 100002;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#pay_popup {
  z-index: 100003;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 769px;
  height: auto;
  padding: 12px 12px 55px 12px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
}

/********************************* pay_title_box *********************************/
.pay_title_box {
  position: relative;
  width: 100%;
}

.pay_title_box .pay_close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_title_box .pay_title0 {
  display: flex;
  flex-direction: column;
}

.pay_title_box .pay_title0 div:first-child {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
}

.pay_title_box .pay_title0 div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pay_title_box .pay_title0 div:last-child span {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.pay_title_box .pay_title0 div:last-child a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #dba21c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pay_title_box .pay_title0 div:last-child a svg path {
  fill: #d59845;
}

.pay_title_box .pay_title1 {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

/********************************* pay_type_box *********************************/
.pay_type_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pay_type_box div {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 8px;
  background: #fff8ed;
  border-radius: 5px;
  border: 1px solid #fff8ed;
}

.pay_type_box div.sel {
  border: 1px solid #ff1b1b;
}

.pay_type_box div.sel::before {
  z-index: 1;
  content: '';
  position: absolute;
  right: -13px;
  bottom: -4px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ff0000;
}

.pay_type_box div.sel::after {
  z-index: 2;
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20t%3D%221746693838210%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%225676%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M404.352%20685.354667L789.632%20213.333333%20853.333333%20267.52%20409.941333%20810.666667%20170.666667%20566.4l58.581333-59.818667z%22%20fill%3D%22%23ffffff%22%20p-id%3D%225677%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
}

.pay_type_box div:last-child {
  margin-bottom: 0;
}

.pay_type_box div span:first-child {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}

.pay_type_box div span:nth-child(2) {
  display: inline-block;
  width: 100%;
  color: #d59845;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}

.pay_type_box div span:nth-child(2) b {
  display: inline;
  color: #ff1b1b;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.pay_type_box div span:last-child {
  position: absolute;
  top: 16px;
  right: 10px;
  color: #ff1b1b;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}

/********************************* pay_time_box *********************************/
.pay_popup_box .pay_time_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 10px 0;
}

.pay_time_box>div {
  position: relative;
  cursor: pointer;
  width: 30%;
  padding: 16px 0;
  text-align: center;
  background: #f2f4f5;
  border: 2px solid #f2f4f5;
  border-radius: 8px 24px 8px 8px;
}

.pay_time_box>div.sel {
  background: #feffcf;
  border: 2px solid #ffdc47;
  background-image: -webkit-gradient(linear, left top, right top, from(#feffcf), to(#fff4cb));
  background-image: linear-gradient(to right top, #feffcf, #fff4cb);
}

.pay_time_box>div>.tj {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 0;
  width: auto;
  height: 20px;
  padding: 0 6px;
  color: #5d3700;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 10px;
  background-image: linear-gradient(to right top, #eeb86e, #f5d4a6);
}

.pay_time_box>div>.tj b {
  padding-left: 2px;
  color: #ff1b1b;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.pay_time_box>div>span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.pay_time_box>div>span:first-of-type {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.pay_time_box>div>span:nth-of-type(2) {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.pay_time_box>div>span:nth-of-type(2) b {
  margin-right: 2px;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.pay_time_box>div>span:nth-of-type(3) {
  width: auto;
  padding: 0 10px;
  color: #ff1b1b;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  background: #e6e6e6;
}

.pay_time_box>div.sel>span:nth-of-type(3) {
  color: #ffffff;
  background: #ff1b1b;
}

.pay_time_box>div>span:last-of-type {
  margin-bottom: 0;
  color: #8c6d24;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: line-through;
}

/********************************* pay_method_box *********************************/
.pay_popup_box .pay_method_box {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.pay_method_box .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pay_method_box .title_box span:first-child {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}

.pay_method_box .title_box span.vip_information {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.pay_method_box .title_box span.vip_information .vip_information_check {
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  font-style: normal;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.pay_method_box .title_box span.vip_information .vip_information_check.sel {
  background: #dfac3b;
  border: 1px solid #dfac3b;
}

.pay_method_box .title_box span.vip_information .vip_information_check.sel::after {
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20t%3D%221746693838210%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%225676%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M404.352%20685.354667L789.632%20213.333333%20853.333333%20267.52%20409.941333%20810.666667%20170.666667%20566.4l58.581333-59.818667z%22%20fill%3D%22%23ffffff%22%20p-id%3D%225677%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_method_box .title_box span.vip_information>a {
  display: inline-block;
  color: #dba21d;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

#coupon_box .pay_method_check,
.pay_method_box .pay_method_check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #dddddd;
  border-radius: 50%;
}

#coupon_box .pay_method_check::after,
.pay_method_box .pay_method_check::after {
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20t%3D%221746693838210%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%225676%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M404.352%20685.354667L789.632%20213.333333%20853.333333%20267.52%20409.941333%20810.666667%20170.666667%20566.4l58.581333-59.818667z%22%20fill%3D%22%23ffffff%22%20p-id%3D%225677%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_method_box .pay_method_check.sel {
  background: #f44336;
}

#coupon_box .pay_method_check.sel {
  background: #ff2121;
}

.pay_method_box .pay_method {
  width: 100%;
  height: auto;
  padding: 15px 0 10px 0;
}

.pay_method_box .pay_method .nbye {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 8px;
  border: 1px solid #f47533;
}

.pay_method_box .pay_method .nbye span:first-child {
  position: relative;
  padding-left: 20px;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pay_method_box .pay_method .nbye span:first-child::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffe770;
}

.pay_method_box .pay_method .nbye span:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 68px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.pay_method_box .pay_method_tips {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.pay_method_box .other_method {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.pay_method_box .other_method>div {
  cursor: pointer;
  margin-right: 3.5%;
  margin-bottom: 5px;
  width: 31%;
  padding: 8px 3%;
  border-radius: 8px;
  border: 1px solid #f2f3f5;
}

.pay_method_box .other_method>div:nth-child(3n) {
  margin-right: 0;
}

.pay_method_box .other_method>div.sel {
  border: 1px solid #ef3232;
}

.pay_method_box .other_method>div>div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pay_method_box .other_method>div>div:first-child img {
  width: 30px;
  height: 30px;
}

.pay_method_box .other_method>div>div:last-child {
  margin-top: 8px;
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
}

/********************************* pay_coupon_box *********************************/
.pay_popup_box .pay_coupon_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.pay_coupon_box span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_coupon_box span:first-child {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.pay_coupon_box span:first-child svg {
  margin-right: 5px;
}

.pay_coupon_box span:last-child {
  cursor: pointer;
  min-width: 30%;
  justify-content: flex-end;
}

.pay_coupon_box span:last-child b {
  color: #ff2121;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.pay_coupon_box span:last-child svg path {
  fill: #777777;
}

/********************************* pay_btn_box *********************************/
.pay_btn_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5px 0;
  background: #ffffff;
  border-top: 1px solid #efefef;
}

.pay_btn_box>div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0 8px 12px;
}

.pay_btn_box>div:first-child span {
  width: 100%;
}

.pay_btn_box>div:first-child span.pay_money {
  color: #ff2121;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.pay_btn_box>div:first-child span.pay_money b {
  color: #ff2121;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.pay_btn_box>div:first-child .pay_relief {
  margin-top: 4px;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 12px;
}

.pay_btn_box>div:first-child .pay_relief a {
  color: #333333;
  font-size: 12px;
  line-height: 12px;
}

.pay_btn_box>div:last-child {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_btn span {
  cursor: pointer;
  width: 126px;
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  background: #ee3232;
  border-radius: 22px;
}

/********************************* coupon_box *********************************/
#coupon_box {
  display: none;
  z-index: 100004;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 769px;
  height: auto;
  padding: 12px 12px 40px 12px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
}

#coupon_box .coupon_title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

#coupon_box .coupon_list {
  width: 100%;
  max-height: 480px;
  padding: 10px 0;
  overflow-y: auto;
}

#coupon_box .coupon_other {
  display: flex;
}

#coupon_box .coupon_other>span {
  flex: 1;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

#coupon_box .coupon_other>a {
  flex: 1;
  color: #ff2121;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

#coupon_box .coupon_back {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f47533;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px -2px 16px 0px rgba(158, 158, 158, 0.15);
}

/********************************* coupon_item *********************************/
#coupon_box .coupon_list .coupon_item {
  cursor: pointer;
  width: 300px;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

.coupon-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  background: url('/public/images/ydniu/mobile/coupons_bg.png') no-repeat center center;
  background-size: 100% 100%;
}

.coupon-list .coupon-left {
  margin: 1px 0 1px 1px;
  width: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 18px;
  color: rgba(156, 119, 119, 1);
  font-size: 12px;
  font-weight: 400;
  font-weight: normal;
  font-family: PingFangSC, PingFang SC;
  background: url('/public/images/ydniu/mobile/coupons_l_bg.png') no-repeat center center;
  background-size: 100% 100%;
}

.coupon-list .coupon-left div {
  color: #9c7777;
  font-size: 12px;
  line-height: 18px;
}

.coupon-list .coupon-left div:first-child {
  color: #ff2121;
}

.coupon-list .coupon-left .money,
.coupon-list .coupon-left .tiyan span {
  display: inline-block;
  padding-right: 5px;
  color: #ff2121;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  font-family: DINAlternate, DINAlternate;
}

.coupon-list .coupon-left .tiyan {
  color: #ff2121;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
}

.coupon-list .coupon-type {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 20px;
  border-radius: 6px 0px 6px 0px;
}

.coupon-type1 {
  background: linear-gradient(180deg, rgba(255, 105, 33, 1) 0%, rgba(255, 33, 33, 1) 100%);
}

.coupon-type2 {
  background: linear-gradient(180deg, rgba(255, 227, 33, 1) 0%, rgba(255, 176, 33, 1) 100%);
}

.coupon-type3 {
  background: linear-gradient(180deg, rgba(152, 203, 255, 1) 0%, rgba(59, 150, 255, 1) 100%);
}

.coupon-type4 {
  background: linear-gradient(180deg, rgba(152, 203, 255, 1) 0%, rgba(59, 150, 255, 1) 100%);
}

.coupon-list .coupon-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 16px;
}

.coupon-desc {
  flex: 1;
}

.coupon-desc .coupon-name {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.coupon-desc .coupon-time {
  width: 100%;
  color: #f47533;
  font-size: 12px;
  line-height: 20px;
}

.coupon-desc .coupon-rule {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 20px;
}

.coupon-choose {
  cursor: pointer;
  width: 52px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupon_item .coupon-tips {
  display: none;
  margin: 10px 20px;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

/********************************* issuccessful & ewm *********************************/
#ewm,
#tips,
#issuccessful {
  display: none;
  z-index: 100003;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border: 1px solid #e6e6e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#issuccessful>div {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

#issuccessful>div:nth-child(1) {
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

#issuccessful>div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#issuccessful>div:nth-child(2) span {
  cursor: pointer;
  display: block;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}

#issuccessful>div:nth-child(2)>span:nth-child(1) {
  border-right: 1px solid #e6e6e6;
}

#ewm {
  max-width: 300px;
}

#ewm>span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

#ewm>#ewm-cans {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ewm>div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ewm>div:nth-child(3)>span {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

#ewm>div:nth-child(3)>span:nth-child(1) {
  border-right: 1px solid #e6e6e6;
}

#tips {
  padding: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}