.has-btn{
  position:relative;
  width:100%;
}
.has-btn button {
  position:absolute;
  width: 110px;
  height: 38px;
  background: linear-gradient(87deg, #635CFF, #9A50FF);
  border-radius: 19px;
  border:none;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 34px;
  right:50px;
}

.pay-wrapper{
  position:absolute;
  width:725px;
  height:255px;
  top:560px;
  left:50%;
  transform: translateX(-50%);
  background:url(../images/pay_bg.png) left top no-repeat;
  background-size: 100%;
}
.dialog-header {
  width:100%; 
  padding:20px 0;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-header h2{
  font-size: 24px;
  font-weight:normal;
  flex: 0 0 auto;
  color:#2A234E;
  margin:0 30px;
}
.dialog-header .icon {
  flex: 0 0 auto;
  width:20px;
  height:12px;
  overflow:hidden;
}


.pay-wrapper .pay-main{
  width:100%;
  margin-top:10px;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0 160px;
  box-sizing: border-box;
}
.pay-wrapper .pay-main article {
  flex: 0 0 auto;
  font-size:14px;
}
.pay-wrapper .pay-main aside {
  flex: 0 0 auto;
  margin-left:160px;
}
.pay-wrapper .pay-main aside p {
  font-size:36px;
}
.pay-wrapper .pay-main aside button {
  margin-top:12px;
  -webkit-appearance: none;
  background-color:#58E2E5;
  padding:0 30px;
  border-radius:17px;
  font-size:16px;
  line-height: 32px;
  border: 1px solid #2FCFD8;
}
.pay-wrapper .pay-main article  dl dt {
  color:#58E2E5;
  font-size:15px;
  font-weight: bold;
  margin-top:7px;
}
.pay-wrapper .pay-main article  dl dd {
  line-height:22px;
  display:flex;
  justify-content:flex-start;
  align-items: center;
}
.pay-wrapper .pay-main article  dl dd::before{
  content:'';
  display:block;
  width:4px;
  height:4px;
  background-color:#000;
  border-radius:50%;
  font-size:0;
  line-height:0;
  overflow:hidden;
  margin-right:10px;
}
.dialog-wrapper {
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  background-color:rgba(0,0,0,.4);
  z-index:99;
  display:flex;
  align-items: center;
  justify-content: center;
  display:none;
}
.dialog-wrapper .dialog {
  padding:0 30px;
  background-size: 100% 100%;
  background-color:#fff;
  border-radius:10px;
  box-shadow: 0 0 20px 0px #e1e1e1;
  border:1px solid #DEF1F3;
  padding-bottom:20px;
  position:relative;
}
.dialog-wrapper .dialog .dialog-close{
  position:absolute;
  top:20px;
  right:20px;
  width:24px;
  height:24px;
  background:url(../images/icon_close.png) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.login {
  width:295px;
  overflow:hidden;
}
.form-item {
  width:100%;
  display: flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:20px;
  overflow:hidden;
}
.form-item label {
  display: block;
  flex: 0 0 auto;
  font-size:14px; 
  margin-right:10px;
}
.form-item input {
  display:block;
  width:auto;
  width:100px;
  flex:1 1 auto;
  border:none;
  line-height:16px;
  padding:10px 8px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color:#f5f5f5;
}
.form-item button {
  margin-left:10px;
  flex:0 0 auto;
  background-color:#e1e1e1;
  border-radius: 4px;
  padding:8px 10px;
  color:#000;
}
.login-footer{
  width:100%;
  display:flex;
  justify-content: center;
  margin-top:20px;
}
.login-footer button {
  margin:0 auto;
}
.pay-channle{
  width:560px;
  display: flex;
  align-items:center;
  justify-content:space-around;
  padding:30px 60px;
}
.pay-channle > section {
  text-align:center;
}
.pay-channle > section p {
  font-weight:400;
  font-size: 16px;
  color: #2A234E;
  line-height: 34px;
  margin-top:16px;
}
.pay-channle > section img {
  display:block;
  width:100px;
  height:100px;
  overflow:hidden;
  border-radius:50%;
}
.pay-channle > section + section {
  margin-left:30px;
}
.footer-text{
  font-size: 14px;
  font-weight: 400;
  color: #8C93AB;
  line-height: 34px;
  text-align:center;
}
.toast-text{
  position:fixed;
  padding:20px 40px;
  left:50%;
  transform: translateX(-50%);
  border-radius:5px;
  border:1px solid rgb(204, 255, 177);
  z-index:999;
  top:80px;
  min-width:10%;
  text-align:center;
  background:rgba(240,249,235);
  color:#67C23A;
  display:none;
}
.toast-text.error{
  background:rgba(254,240,240);
  border-color:rgba(254,240,240);
  color:#F56C6C;
}
.order-dialog .order-list {
  width:1200px;
  display: flex;
  align-items:center;
  justify-content:space-around;
  margin-top:30px;
  padding-bottom:40px;
}
.order-dialog .order-list .list-item{
  flex: 0 0 248px;
  width: 248px;
  height: 290px;
  background-color: #F4F6FE;
  border-radius: 14px;
  display: flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  color: #FF4557;
  line-height: 34px;
}
.order-dialog .order-list .list-item>section{
  margin-top:45px;
}
.order-dialog .order-list .list-item p {
  font-size: 20px;
  color: #2A234E;
  line-height: 34px;
  
}
.order-dialog .order-list .list-item small{
  font-size: 20px;
  font-weight: 500;
  
}
.order-dialog .order-list .list-item strong{
  font-size: 36px;
  font-weight: 800;
}
.order-dialog .order-list .list-item strong{
  font-size: 36px;
  font-weight: 800;
}
.order-dialog .order-list .list-item span{
  font-size: 18px;
  font-weight: 400;
  color: #635F76;
}
.order-dialog .order-list .list-item button,
.btn{
  display:block;
  width: 160px;
  height: 40px;
  background: linear-gradient(87deg, #635CFF, #9A50FF);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  margin-top:40px;
}

.icon-hor{
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #2B91EF, #6A43FF, #EA10EA);
  border-radius: 1px;
}