html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 1025px) {
  .m-show {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .m-show {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .m-flex-show {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .m-flex-show {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .pc-show {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc-show {
    display: block;
  }
}

@media screen and (max-width: 1025px) {
  .pc-flex-show {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc-flex-show {
    display: flex;
  }
}

.pay-content {
  max-width: 6.0417rem;
  width: 92%;
  background-image: linear-gradient(to bottom, #f2f8fe, #fff);
  padding-bottom: 1.0417rem;
  border-radius: 2rem 2rem 0 0;
}

.pc-price-tip {
  padding-right: 0.33rem;
}

.price-list {
  font-size: 0.125rem;
  color: #182756;
  font-weight: 800;
  border: 0.0052rem solid #719ec9;
  margin-top: 0.2604rem;
  width: 5.57rem;
  background-color: #fffdf6;
}
.price-list dt {
  width: 100%;
  background-color: #719ec9;
  color: #fff;
  font-weight: 800;
}
.price-list dd {
  border-top: 1px solid #719ec9;
  font-size: 0.1042rem;
  position: relative;
}
.price-list dd label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.price-list dd b {
  font-weight: normal;
}
.price-list dt,
.price-list dd {
  text-align: center;
  padding: 0.1042rem 0;
  position: relative;
}
.price-list dt::after, .price-list dt::before,
.price-list dd::after,
.price-list dd::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.7552rem;
  background-color: #719ec9;
}
.price-list dt::after,
.price-list dd::after {
  left: 2.3188rem;
}
.price-list dt > div,
.price-list dd > div {
  width: 0.7552rem;
}
.price-list dt > div input,
.price-list dd > div input {
  appearance: none;
  width: 0.1458rem;
  height: 0.1458rem;
  cursor: pointer;
  border: 1px solid #719ec9;
  border-radius: 50%;
}
.price-list dt > div input:checked,
.price-list dd > div input:checked {
  background-color: #719ec9;
}
.price-list dt > p,
.price-list dd > p {
  flex: 0 0 1.1719rem;
}
.price-list dt > section,
.price-list dd > section {
  flex: 1 1 2.7188rem;
}
.price-list dt > section b,
.price-list dd > section b {
  display: block;
  writing-mode: vertical-lr;
  background-color: #e67102;
  color: #fff;
  font-size: 0.0729rem;
  padding: 0.0156rem 0.0104rem;
  margin: 0 0.0208rem;
}
.price-list dt > section span,
.price-list dd > section span {
  margin-right: 0.0521rem;
}
.price-list dt > section span + .icon,
.price-list dd > section span + .icon {
  margin-right: 0;
}
.price-list dt > section .icon,
.price-list dd > section .icon {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 0.08rem;
}
.price-list dt > section .icon-coupon1,
.price-list dd > section .icon-coupon1 {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../images/common/coupon1.png);
}
.price-list dt > section .icon-coupon2,
.price-list dd > section .icon-coupon2 {
  width: 0.34rem;
  height: 0.26rem;
  background-image: url(../images/common/coupon2.png);
}
.price-list dt > section .icon-coupon3,
.price-list dd > section .icon-coupon3 {
  width: 0.38rem;
  height: 0.3rem;
  background-image: url(../images/common/coupon3.png);
}

.pay-1 {
  width: 100%;
  height: 5.23rem;
  background: url(../images/pc/pay_bg1.png) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.pay-1 .user-info {
  font-size: 18px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}
.pay-1 .user-info .user-name {
  margin-right: 10px;
  color: #fadd82;
  font-weight: 700;
}
.pay-1 .user-info .logout {
  color: inherit;
  display: block;
  background-color: #dd621f;
  padding: 4px 15px;
  color: #fff;
  border-radius: 20px;
}

.pay-2 {
  width: 100%;
  height: 3.29rem;
  background: url(../images/pc/pay_bg2.png) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.pay-2-content {
  width: 5.57rem;
  height: 2.27rem;
  margin-top: 0.6rem;
  margin-left: 0.5rem;
  background: url(../images/pc/pay2_bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0 0.4rem;
}
.pay-2-content .pay-item {
  margin-bottom: 0.25rem;
  width: 100%;
}
.pay-2-content .pay-item .pay-type {
  margin-left: 0.1042rem;
  width: 236px;
  height: 98px;
  cursor: pointer;
}
.pay-2-content .pay-item .pay-type + .pay-type {
  margin-left: 0.1042rem;
}
.pay-2-content .pay-item .pay-type img {
  width: 100%;
  height: 100%;
}
.pay-2-content .pay-item label {
  display: block;
  flex: 0 0 0.8rem;
  text-align: right;
  color: #5569de;
  font-size: 0.15rem;
  font-weight: 700;
}
.pay-2-content .pay-item select {
  width: 100%;
  border: none;
  outline: none;
  appearance: none;
  position: relative;
  background: none;
  font-size: 0.09rem;
  color: #8c9396;
  padding-left: 0.1rem;
}
.pay-2-content .pay-item .role-name {
  padding-left: 0.1rem;
}
.pay-2-content .pay-item .item-select,
.pay-2-content .pay-item .role-name {
  position: relative;
  flex: 0 0 2.72rem;
  width: 2.72rem;
  height: 0.28rem;
  flex: 0 0 2.72rem;
  font-size: 0.09rem;
  line-height: 0.28rem;
  color: #8c9396;
  background: url(../images/pc/pay_input_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.pay-2-content .pay-item .item-select::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: url(../images/common/icon_select.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.1rem;
  right: 0.08rem;
  z-index: 2;
}
.pay-2-content .pay-item p {
  font-size: 0.09rem;
  color: #be640e;
  line-height: 0.28rem;
  padding-top: 0.02rem;
}
.pay-2-content .pay-item .pay2-question {
  margin-left: 0.05rem;
  color: #8c9396;
}
.pay-2-content .pay-item .pay2-question div {
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/pc/icon_question.png) center center no-repeat;
  background-size: 100% 100%;
}
.pay-2-content .pay-item .pay2-question a {
  color: #8c9396;
  display: block;
  margin-left: 0.01rem;
}

.pay-3 {
  width: 100%;
  height: 1.51rem;
  padding-top: 0.81rem;
  background: url(../images/pc/pay_bg3.png) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -1px;
}
.pay-3 .pay-type {
  margin: 0 0.22rem;
  position: relative;
  cursor: pointer;
}
.pay-3 .pay-type img {
  width: 100%;
  height: 100%;
}
.pay-3 .pay-type.checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/pay_checked.png) center center no-repeat;
  background-size: 100% 97%;
}

.pay-4 {
  width: 100%;
  min-height: 6.83rem;
  height: auto;
  background: url(../images/pc/pay_bg4.png) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -2px;
  align-items: flex-start;
  padding-top: 0.96rem;
  padding-left: 0.7rem;
  padding-bottom: 0.2rem;
}
.pay-4 .pay4-tips {
  font-size: 0.13rem;
  font-weight: 700;
  color: #313183;
}
.pay-4 .pay4-content {
  width: 5.58rem;
}

.pay-footer {
  font-size: 0.09rem;
  font-weight: 700;
  color: #313183;
  width: 100%;
  margin-top: 0.2083rem;
}
.pay-footer p {
  margin-top: 0.1042rem;
  flex-wrap: wrap;
}
.pay-footer p a {
  color: #dd621f;
}
.pay-footer .footer-checked {
  margin-top: 0.1042rem;
}
.pay-footer .footer-checked input {
  width: 0.1042rem;
  height: 0.1042rem;
  display: block;
  margin-right: 0.0521rem;
}
.pay-footer .footer-checked p {
  margin-top: 0;
}
.pay-footer .pay-submit-btn {
  width: 1.85rem;
  height: 0.53rem;
  cursor: pointer;
  background: url(../images/pc/pay_btn.png) center center no-repeat;
  background-size: 100%;
  font-size: 0;
  margin: 0.34rem auto 0;
}

@media screen and (min-width: 1025px) {
  .pay-login {
    height: 5.9rem;
    width: 100%;
    background: url(../images/pc/login_bg.png) left top no-repeat;
    background-size: 100%;
    position: relative;
  }
  .pay-form {
    background: url(../images/pc/pay_bg.jpg) left top no-repeat;
    background-size: 100%;
  }
  .pay-form .login-wrapper {
    padding-bottom: 0;
    height: auto;
  }
  .login-wrapper {
    width: 100%;
    height: 5.625rem;
    position: relative;
  }
  .login-wrapper .login-btns {
    width: 2.0781rem;
    height: 0.5938rem;
    background: url(../images/pc/login_btn.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    cursor: pointer;
  }
  .footer {
    width: 100%;
    background-color: #434343;
    padding: 0.2rem 0.28rem;
    font-size: 0.08rem;
    color: #d5d5d5;
  }
  .footer-logo img {
    width: 0.96rem;
    height: 0.2rem;
  }
  .footer-logo img + img {
    width: 0.96rem;
    height: 0.28rem;
    margin-left: 0.17rem;
  }
  .footer-content img {
    display: block;
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.11rem;
  }
  .footer-protocol nav {
    margin-bottom: 0.11rem;
  }
  .footer-protocol nav a {
    display: block;
    flex: 0 0 auto;
    color: inherit;
    text-decoration: none;
    margin: 0 0.06rem;
  }
  .footer-protocol nav i {
    display: block;
    width: 1px;
    height: 0.06rem;
    margin-top: 0.01rem;
    flex: 0 0 auto;
    background-color: #d5d5d5;
  }
  .toast {
    color: #67c23a;
    background-color: #f0f9eb;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.1rem 0.3rem;
    z-index: 101;
    font-size: 0.1rem;
    border-radius: 0.1rem;
    display: none;
  }
  .toast.error {
    color: #f56c6c;
    background-color: #fdf0f0;
  }
  .toast.warning {
    color: #e6a23c;
    background-color: #fcf6ec;
  }
}
@media screen and (max-width: 1025px) {
  .pay-login {
    width: 100%;
    background: url(../images/m/login_bg.png) left top no-repeat;
    background-size: 100%;
    background-color: #1f222e;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .pay-form {
    background: url(../images/m/pay_bg.png) left top no-repeat;
    background-size: 100%;
  }
  .m-login-header {
    width: 100%;
    height: 1.71rem;
    background-color: rgba(255, 255, 255, 0.9);
    position: sticky;
    top: 0;
    box-shadow: 0 0 0.4rem 0 #999;
    padding: 0 0.27rem;
    overflow: visible;
    z-index: 9;
    flex: 0 0 auto;
  }
  .m-login-header-content h1 {
    font-size: 0.35rem;
    font-weight: 700;
    color: #000;
  }
  .m-login-header-content p {
    font-size: 0.32rem;
    font-weight: 700;
    color: #646464;
  }
  .m-login-header .header-icons a {
    display: block;
    height: 0.79rem;
    width: 0.79rem;
    margin-left: 0.41rem;
  }
  .m-header {
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 0.3rem 0.01rem #999;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .m-header-content {
    width: 100%;
    height: 1.28rem;
    padding: 0 0.32rem;
  }
  .m-header-content .pay-icon {
    width: 0.55rem;
    height: 0.55rem;
    background: url(../images/m/pay-icon.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .m-header-content p {
    font-size: 0.4rem;
    font-weight: 700;
    color: #313131;
    margin-left: 0.1rem;
    position: relative;
  }
  .m-header-content .header-arrow {
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: 0.1rem;
    position: relative;
  }
  .m-header-content .header-arrow::after, .m-header-content .header-arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #313131;
    border-radius: 1rem;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .m-header-content .header-arrow::after {
    transform: rotate(45deg);
  }
  .m-header-content .header-arrow::before {
    transform: rotate(-45deg);
    left: 6px;
  }
  .m-header-other {
    width: 100%;
    padding: 0.52rem 0;
    display: none;
  }
  .m-header-other a {
    display: block;
    width: 3.23rem;
    height: 1.36rem;
  }
  .m-header-other a img {
    width: 100%;
    height: 100%;
  }
  .login-wrapper {
    width: 100%;
    padding-top: 14rem;
    font-size: 0.64rem;
    color: #2c3f7b;
    position: relative;
    z-index: 3;
    flex: 1 0 auto;
    margin-bottom: 0.3rem;
  }
  .login-wrapper .login-btns {
    width: 5.32rem;
    height: 1.52rem;
    background: url(../images/pc/login_btn.png) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .footer {
    width: 100%;
    background-color: #434343;
    font-size: 0.2rem;
    color: #d5d5d5;
    padding: 0.32rem;
    z-index: 4;
    flex: 0 0 auto;
  }
  .footer.m-footer {
    margin-top: 0;
  }
  .footer-logo img {
    width: 1.65rem;
    height: 0.35rem;
  }
  .footer-logo img + img {
    width: 2.05rem;
    height: 0.6rem;
    margin-left: 0.49rem;
  }
  .footer-content {
    width: 100%;
    padding: 0.32rem 0;
  }
  .footer-content img {
    display: block;
    width: 0.84rem;
    height: 0.84rem;
    margin-right: 0.32rem;
  }
  .footer-content p {
    margin-bottom: 0.08rem;
  }
  .footer-protocol nav a {
    display: block;
    flex: 0 0 auto;
    color: inherit;
    text-decoration: none;
    margin: 0 0.06rem;
  }
  .footer-protocol nav i {
    display: block;
    width: 1px;
    height: 0.06rem;
    margin-top: 0.01rem;
    flex: 0 0 auto;
    background-color: #d5d5d5;
  }
  .toast {
    color: #67c23a;
    background-color: #f0f9eb;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.3rem;
    z-index: 101;
    font-size: 0.32rem;
    border-radius: 0.2rem;
    max-width: 92%;
    display: none;
  }
  .toast.error {
    color: #f56c6c;
    background-color: #fdf0f0;
  }
  .toast.warning {
    color: #e6a23c;
    background-color: #fcf6ec;
  }
  .pay-1 {
    background-image: url(../images/m/pay_bg1.png);
    width: 100%;
    height: 12.48rem;
  }
  .pay-1 .user-info {
    font-size: 0.24rem;
    bottom: 1.23rem;
  }
  .pay-1 .user-info .logout {
    padding: 5px 12px;
  }
  .pay-2 {
    width: 100%;
    height: 8.09rem;
    padding: 0 0.15rem;
    background-image: url(../images/m/pay_bg2.png);
  }
  .pay-2-content {
    width: 100%;
    height: 5.36rem;
    background: url(../images/pc/pay2_bg.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 0 0.68rem;
    margin: 0;
    margin-top: 2.21rem;
  }
  .pay-2-content .pay-item {
    margin-top: 0.35rem;
    width: 100%;
  }
  .pay-2-content .pay-item label {
    flex: 0 0 2rem;
    font-size: 0.37rem;
  }
  .pay-2-content .pay-item select {
    width: 100%;
    font-size: 0.32rem;
    appearance: none;
    padding-left: 0.2rem;
    height: 0.72rem;
  }
  .pay-2-content .pay-item .role-name {
    width: auto;
    height: 0.72rem;
    flex: 1 1 2.72rem;
    font-size: 0.32rem;
    line-height: 0.72rem;
    padding-left: 0.2rem;
    outline: none;
  }
  .pay-2-content .pay-item .item-select {
    position: relative;
    flex: 1 1 2.72rem;
    line-height: 0.72rem;
    height: 0.72rem;
  }
  .pay-2-content .pay-item .item-select::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.3rem;
    right: 0.2rem;
  }
  .pay-2-content .pay-item p {
    font-size: 0.32rem;
    line-height: 0.72rem;
  }
  .pay-3 {
    width: 100%;
    height: 4.32rem;
    background-image: url(../images/m/pay_bg3.png);
    padding: 2.51rem 0.15rem 0;
    justify-content: space-between;
  }
  .pay-3 .pay-type {
    margin: 0;
    width: 4.49rem;
    height: 1.32rem;
  }
  .pay-4 {
    width: 100%;
    padding: 2.53rem 0.15rem 0.8rem;
    background-image: url(../images/m/pay_bg4.png);
  }
  .pay-4 .pay4-tips {
    font-size: 0.32rem;
    font-weight: 700;
    color: #313183;
  }
  .pay-4 .pay4-content {
    width: 100%;
  }
  .pay-4 .pay4-content .price-list {
    font-size: 0.32rem;
    color: #fff;
    border: 0.0052rem solid #719ec9;
    width: 100%;
  }
  .pay-4 .pay4-content .price-list dt {
    width: 100%;
    background-color: #719ec9;
    color: #fff;
    font-weight: 800;
  }
  .pay-4 .pay4-content .price-list dd {
    border-top: 1px solid #719ec9;
    font-size: 0.32rem;
    color: #182756;
  }
  .pay-4 .pay4-content .price-list dd b {
    font-weight: normal;
  }
  .pay-4 .pay4-content .price-list dt,
  .pay-4 .pay4-content .price-list dd {
    text-align: center;
    padding: 0.22rem 0;
    position: relative;
  }
  .pay-4 .pay4-content .price-list dt::after, .pay-4 .pay4-content .price-list dt::before,
  .pay-4 .pay4-content .price-list dd::after,
  .pay-4 .pay4-content .price-list dd::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 1rem;
    background-color: #719ec9;
  }
  .pay-4 .pay4-content .price-list dt::after,
  .pay-4 .pay4-content .price-list dd::after {
    left: 4.1719rem;
  }
  .pay-4 .pay4-content .price-list dt > div,
  .pay-4 .pay4-content .price-list dd > div {
    flex: 0 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pay-4 .pay4-content .price-list dt > div input,
  .pay-4 .pay4-content .price-list dd > div input {
    width: 0.37rem;
    height: 0.37rem;
  }
  .pay-4 .pay4-content .price-list dt > p,
  .pay-4 .pay4-content .price-list dd > p {
    flex: 0 0 3.1719rem;
  }
  .pay-4 .pay4-content .price-list dt > section,
  .pay-4 .pay4-content .price-list dd > section {
    flex: 1 1 auto;
  }
  .pay-4 .pay4-content .price-list dt > section b,
  .pay-4 .pay4-content .price-list dd > section b {
    display: block;
    writing-mode: vertical-lr;
    background-color: #e67102;
    color: #fff;
    font-size: 0.32rem;
    padding: 2px 0;
    margin: 0 2px;
  }
  .pay-4 .pay4-content .price-list dt > section span,
  .pay-4 .pay4-content .price-list dd > section span {
    margin-right: 0.08rem;
  }
  .pay-4 .pay4-content .price-list dt > section span + .icon,
  .pay-4 .pay4-content .price-list dd > section span + .icon {
    margin-right: 0;
  }
  .pay-4 .pay4-content .price-list dt > section .icon,
  .pay-4 .pay4-content .price-list dd > section .icon {
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0.08rem;
  }
  .pay-4 .pay4-content .price-list dt > section .icon-coupon1,
  .pay-4 .pay4-content .price-list dd > section .icon-coupon1 {
    width: 0.65rem;
    height: 0.64rem;
    background-image: url(../images/common/coupon1.png);
  }
  .pay-4 .pay4-content .price-list dt > section .icon-coupon2,
  .pay-4 .pay4-content .price-list dd > section .icon-coupon2 {
    width: 0.87rem;
    height: 0.64rem;
    background-image: url(../images/common/coupon2.png);
  }
  .pay-4 .pay4-content .price-list dt > section .icon-coupon3,
  .pay-4 .pay4-content .price-list dd > section .icon-coupon3 {
    width: 0.96rem;
    height: 0.75rem;
    background-image: url(../images/common/coupon3.png);
  }
  .pay-footer {
    font-size: 0.32rem;
  }
  .pay-footer p {
    margin-top: 0.1042rem;
  }
  .pay-footer .footer-checked {
    margin-top: 0.1042rem;
  }
  .pay-footer .footer-checked input {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    margin-right: 0.0521rem;
  }
  .pay-footer .footer-checked p {
    margin-top: 0;
  }
  .pay-footer .pay-submit-btn {
    width: 4.75rem;
    height: 1.36rem;
  }
  .to-top {
    width: 0.76rem;
    height: 0.57rem;
    background: url(../images/common/to-top.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}
.pc-header {
  width: 8rem;
  height: 0.83rem;
  background-color: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
  margin: 0 auto;
  padding-left: 0.8rem;
  font-size: 0.13rem;
  font-family: "Microsoft JhengHei";
  color: #595757;
  text-align: right;
  box-shadow: 0 0 0.1rem 0rem #999;
}
@media screen and (max-width: 1025px) {
  .pc-header {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc-header {
    display: flex;
  }
}
.pc-header .pc-game-img {
  width: 0.86rem;
  height: 0.83rem;
}

.pay-dialog,
.logout-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 4vw;
  font-size: 20px;
  color: #959595;
  display: none;
}
.pay-dialog-container,
.logout-dialog-container {
  background-color: #fff;
  border-radius: 8px;
  max-width: 92vw;
  width: 540px;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pay-dialog-container.status-paying .paying,
.logout-dialog-container.status-paying .paying {
  display: flex;
}
.pay-dialog-container.status-paying .pay-success,
.logout-dialog-container.status-paying .pay-success {
  display: none;
}
.pay-dialog-container.status-success .paying,
.logout-dialog-container.status-success .paying {
  display: none;
}
.pay-dialog-container.status-success .pay-success,
.logout-dialog-container.status-success .pay-success {
  display: flex;
}
.pay-dialog-container header,
.logout-dialog-container header {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
}
.pay-dialog-container .logout-wrapper > section,
.logout-dialog-container .logout-wrapper > section {
  padding: 20px;
}
.pay-dialog-container .logout-wrapper > footer button,
.logout-dialog-container .logout-wrapper > footer button {
  flex: 1 1 auto;
}
.pay-dialog-container .logout-wrapper > footer button + button,
.logout-dialog-container .logout-wrapper > footer button + button {
  margin-left: 10px;
}
.pay-dialog-container .pay-loading,
.logout-dialog-container .pay-loading {
  width: 76px;
  height: 76px;
  background: url(../images/common/icon_loading.png) center center no-repeat;
  background-size: contain;
  animation: loading 1.6s linear infinite;
  margin: 30px 0;
}
.pay-dialog-container .pay-success-content .icon-coupon,
.logout-dialog-container .pay-success-content .icon-coupon {
  margin-top: 20px;
}
.pay-dialog-container .pay-success-content .icon-coupon img,
.logout-dialog-container .pay-success-content .icon-coupon img {
  width: 120px;
  height: 90px;
}
.pay-dialog-container .pay-success-content .coupon-content,
.logout-dialog-container .pay-success-content .coupon-content {
  width: 100%;
  padding: 20px 0;
}
.pay-dialog-container .pay-success-content .coupon-content b,
.logout-dialog-container .pay-success-content .coupon-content b {
  color: #333;
}
.pay-dialog-container footer button,
.logout-dialog-container footer button {
  width: 160px;
  height: 48px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  font-family: microsoft yahei;
  cursor: pointer;
}
.pay-dialog-container footer button.cancel,
.logout-dialog-container footer button.cancel {
  background-color: #f0f0f0;
  color: #666;
}
.pay-dialog-container footer button.submit,
.logout-dialog-container footer button.submit {
  background-color: #51a1f9;
  color: #fff;
}
.pay-dialog .dialog-close,
.pay-dialog .logout-close,
.logout-dialog .dialog-close,
.logout-dialog .logout-close {
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../images/common/dialog_close.png) center center no-repeat;
  background-size: 100% 100%;
  top: 9px;
  right: 9px;
  cursor: pointer;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pay-open {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

/*# sourceMappingURL=pay.min.css.map */
