#pay_popup div,
#pay_popup span {}

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

.pay_bg {
  z-index: 100001;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000000;
}

.pay_main {
  z-index: 100002;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 380px;
  padding-bottom: 58px;
  background: #ffffff;
}

.pc_pay>.pay_main {
  display: block;
  top: 50%;
  width: 420px;
  height: 465px;
  margin: 0 auto;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.to_pay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  height: 48px;
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #d23338;
}

.to_pay:hover {
  opacity: 0.7;
}

.pay_tips {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.pay_tips>div {
  width: 100%;
  color: #101010;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}

.pay_tips>div>span {
  color: #d23338;
  font-weight: 600;
  margin: 0 5px;
}

.pay_tips svg {
  margin-bottom: -4px;
}

.pay_tips .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.pay_tab {
  width: 100%;
  color: #101010;
}

.pay_tab>div {
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

.pay_tab>div::after {
  display: block;
  content: '';
  clear: both;
}

.pay_tab>div>.choose {
  float: left;
  width: 20px;
  height: 20px;
  margin: 10px 5px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.pay_tab>div>span {
  float: left;
  font-size: 14px;
  line-height: 40px;
}

.pay_tab>.checked>.choose {
  position: relative;
  background: #d23338;
  border: 1px solid #d23338;
}

.pay_tab>.checked>span {
  color: #d23338;
}

.pay_tab>.checked>span:nth-child(3) {
  font-weight: 600;
}

.pay_tab>.checked>.choose::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '\2713\fe0e';
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.pay_duration {
  width: 100%;
  padding: 10px;
  display: none;
}

.pay_duration::after {
  clear: both;
  content: '';
  display: block;
}

.pay_duration>div {
  cursor: pointer;
  float: left;
  width: 90px;
  border-radius: 8px;
  padding: 8px;
  margin-right: 8px;
  border: 1px solid #e6e6e6;
}

.pay_duration>div>span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pay_duration>div>span:first-child {
  font-size: 14px;
  color: #999999;
  margin-bottom: 8px;
}

.pay_duration>div>span:last-child {
  color: #d23338;
  font-size: 16px;
  font-weight: 600;
}

.pay_duration>.checked {
  background: #d23338 !important;
}

.pay_duration>.checked>span {
  color: #ffffff !important;
}

.pay_method {
  width: 100%;
  padding: 0 10px 10px 10px;
  font-size: 0;
}

.pay_method::after {
  content: '';
  display: block;
  clear: both;
}

.pay_method div {
  display: inline-block;
  width: 68px;
  margin-top: 10px;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.pay_method div img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: block;
  margin: 8px auto;
}

.pay_method div span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 8px;
}

.pay_method>.checked {
  position: relative;
  border: 1px solid #ff787c;
  background: #ffdada;
}

.pay_method>.checked::before {
  z-index: 1;
  content: '';
  right: -11px;
  bottom: -4px;
  position: absolute;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-bottom: 16px solid #d23338;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.pay_method>.checked::after {
  z-index: 2;
  content: '\2713\fe0e';
  width: 10px;
  height: 17px;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 18px;
}

#pcwx,
#pczfb,
#ewm,
#issuccessful {
  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;
}

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

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

#ewm>div>span,
#issuccessful>div:nth-child(2) span {
  box-sizing: border-box;
  width: 50%;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

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

#ewm {
  max-width: 300px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#ewm>span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
}

#ewm>div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e6e6e6;
}

#content_info {
  z-index: 100003;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#brank {
  z-index: 100003;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#pczfb,
#pcwx {
  max-width: 300px;
}

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

#cans {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

#cans canvas {
  display: block;
  margin: 0 auto;
}

#pczfb>div:nth-child(3)>span,
#pcwx>div:nth-child(3)>span {
  box-sizing: border-box;
  width: 50%;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}

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

.to_down {
  z-index: 3;
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  background: #ffffff;
}

.to_down>.code {
  width: 100%;
}

.to_down>.code::after {
  content: '';
  display: block;
  clear: both;
}

.to_down>.code>div {
  width: 50%;
  float: left;
}

.to_down>.code>div>.img>img {
  display: block;
  margin: 0 auto;
}

.to_down>.code>div>div {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.to_down .code-txt {
  margin: 20px 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background: #ffeaeb;
}

.to_down .code-txt>h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.to_down .code-txt>div {
  font-size: 16px;
  line-height: 30px;
}

#wx-cans img,
#wx-cans canvas,
#zfb-cans img,
#zfb-cans canvas {
  display: block;
  margin: 0 auto;
}