.payment {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #409eff;
    padding: 0 24px;
    margin-top: 40px;
}

.payment .payment-center {
    /* width: 1200px; */
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment .payment-center .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff
}

.payment .payment-center .item .triangle-down {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #409eff
}

.el-divider--vertical {
    height: 31px;
    margin: 12px 0
}

.payment-mode {
    margin: 40px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment-mode .mode-l,
.payment-mode .mode-r {
    width: 590px;
    height: 400px;
    border: 1px solid #ddd;
    flex: 1;
}

.payment-mode .mode-l .title,
.payment-mode .mode-r .title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #409eff;
    color: #fff
}

.payment-mode .mode-l .sub-title,
.payment-mode .mode-r .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    color: #000
}

.payment-mode .mode-l .sub-title .title-item,
.payment-mode .mode-r .sub-title .title-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer
}

.payment-mode .mode-l .sub-title .close-color,
.payment-mode .mode-r .sub-title .close-color {
    border-right: 0
}

.payment-mode .mode-l .sub-title .active-color,
.payment-mode .mode-r .sub-title .active-color {
    background-color: #409eff;
    color: #fff
}

.payment-mode .mode-l .content,
.payment-mode .mode-r .content {
    /* padding: 40px 80px 0 80px */
    padding: 40px;
}

.payment-mode .mode-l .content .count,
.payment-mode .mode-r .content .count {
    position: relative;
    padding-right: 85px
}

.payment-mode .mode-l .content .count:after,
.payment-mode .mode-r .content .count:after {
    content: "（单位：块）";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.payment-mode .mode-l .content .el-button,
.payment-mode .mode-r .content .el-button {
    width: 100%
}

.payment-mode .mode-l .content .mark,
.payment-mode .mode-r .content .mark {
    /* width: 510px;
    margin: 26px 0 0 -40px;
    white-space: nowrap; */
    font-size: 14px;
    color: #f56c6c;
    width: 100%;
    margin-top: 26px;
}

.payment-mode .mode-l .content .contact,
.payment-mode .mode-r .content .contact {
    position: relative;
    margin-top: 30px;
    padding-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.payment-mode .mode-l .content .contact img,
.payment-mode .mode-r .content .contact img {
    width: 28px;
    cursor: pointer
}

.payment-mode .mode-l .content .contact:after,
.payment-mode .mode-r .content .contact:after {
    content: "客服联系方式：";
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.payment-mode .mode-l .active-dom,
.payment-mode .mode-r .active-dom {
    position: relative;
    height: calc(100% - 50px);
    /* padding: 40px 80px 0; */
    text-align: center;
    padding: 40px;
}

.payment-mode .mode-l .active-dom .vue-qr,
.payment-mode .mode-r .active-dom .vue-qr {
    border: 1px solid #d2d2d2
}

.dropdown-dom {
    padding: 20px
}


.mode-r {
    width: 100%;
    height: 100%;
    border: 1px solid #eee
}

.mode-r .title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #409eff;
    color: #fff
}

.mode-r .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    color: #000
}

.mode-r .sub-title .title-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer
}

.mode-r .sub-title .close-color {
    border-right: 0
}

.mode-r .sub-title .active-color {
    background-color: #409eff;
    color: #fff
}

.mode-r .content {
    /* padding: 40px 80px 0 80px; */
    padding: 40px;
}

.mode-r .content .count {
    position: relative;
    padding-right: 85px
}

.mode-r .content .count:after {
    content: "（单位：块）";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mode-r .content .el-button {
    width: 100%
}

.mode-r .content .mark {
    /* width: 510px;
    margin: 26px 0 0 -40px;
    white-space: nowrap; */
    font-size: 14px;
    color: #f56c6c;
    width: 100%;
    margin-top: 26px;
}

.mode-r .content .contact {
    position: relative;
    margin-top: 30px;
    padding-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mode-r .content .contact img {
    width: 28px;
    cursor: pointer
}

.mode-r .content .contact:after {
    content: "客服联系方式：";
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mode-r .active-dom {
    position: relative;
    height: calc(100% - 50px);
    /* padding: 40px 80px 0; */
    text-align: center;
    padding: 40px;
}

.mode-r .active-dom .vue-qr {
    border: 1px solid #d2d2d2
}

.header-dialog .payment-mode {
    margin: 0;
}

.index-center .el-descriptions__header {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    justify-content: center;
    margin: 0;
}

.index-center .el-descriptions__body {
    padding: 20px;
}

.processing-method{
    flex: 1;
    height: 60px;
     background-color: #fff; 
    /*background: linear-gradient(180deg, #89b3f7, #e4f3ff);*/
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    
}
.left-method-radius{
    border-top-left-radius: 10px;
}
.right-method-radius{
    border-top-right-radius: 10px;
    /* border-top-left-radius: 10px;   首页加入其他项时删除这个样式 */
}
.active-processing-method{
    /* background-color: #A47E52; */
    /* background-color: #1871ff; */
    /*background: linear-gradient(180deg, #1769ee, #abd4f1);*/
    background: #3e85ff;
    color: #fff
}
.smt-form{
    padding: 30px;
}
.smt-form button{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    /* background-color: #FF9A00;
    border: 1px solid #FF9A00; */
    background-color: #23a3ff;
    border: 1px solid #23a3ff;
}
/* 鼠标悬停时的按钮样式 */
.smt-form button:hover {
    /* background-color: #f8a62df7;
    border: 1px solid #f8a62df7; */
    background-color: #6fc1fb;
    border: 1px solid #6fc1fb;
    color: white;
  }
.smt-form button:focus{
    /* background-color: #FF9A00;
    border: 1px solid #FF9A00; */
    background-color: #23a3ff;
    border: 1px solid #23a3ff;
    color: white;
}
.mark{
    font-size: 14px;
    color: #f56c6c;
    width: 100%;
    margin-top: 26px;
}

.count{
    position: relative;
    padding-right: 85px
}

.count:after{
    content: "（单位：块）";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-login-entry {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: #00AEEC;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer; /* 可点击 */
}

.active-dom a{
    color: #f60;
}
.active-dom a:hover{
    text-decoration: none;
}

.register-dom{
    
    
}

.register-dom a{
    color: #f60;
}
.register-dom a:hover{
    text-decoration: none;
}
.v-form-title{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
    margin: 20px 0 0 0;
    background: #ecf8ff;
    /* padding: 7px 0 7px 7px; */
    border-radius: 12px;
    padding-left: 28px;
    box-sizing: border-box; /* 让 width: 100% 包含 padding，不会额外增加 div 的宽度，从而避免溢出 */
    /* animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both; */
    
}
.v-form-title:before {
    content: " ";
    padding-right: 5px;
    height: 10px;
    border-left: 5px solid #50bfff;
}


/* .v-form-title:nth-child(1) { animation-delay: 0.1s; }
.v-form-title:nth-child(2) { animation-delay: 0.2s; }
.v-form-title:nth-child(3) { animation-delay: 0.3s; }
.v-form-title:nth-child(4) { animation-delay: 0.4s; }
.v-form-title:nth-child(5) { animation-delay: 0.5s; }
.v-form-title:nth-child(6) { animation-delay: 0.6s; }
.v-form-title:nth-child(7) { animation-delay: 0.7s; }
.v-form-title:nth-child(8) { animation-delay: 0.8s; }
.v-form-title:nth-child(9) { animation-delay: 0.9s; }
.v-form-title:nth-child(10) { animation-delay: 1.0s; } */

.load-animation {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
  }
  .load-animation:nth-child(1) { animation-delay: 0.1s; }
  .load-animation:nth-child(2) { animation-delay: 0.2s; }
  .load-animation:nth-child(3) { animation-delay: 0.3s; }
  .load-animation:nth-child(4) { animation-delay: 0.4s; }
  .load-animation:nth-child(5) { animation-delay: 0.5s; }
  .load-animation:nth-child(6) { animation-delay: 0.6s; }
  .load-animation:nth-child(7) { animation-delay: 0.7s; }
  .load-animation:nth-child(8) { animation-delay: 0.8s; }
  .load-animation:nth-child(9) { animation-delay: 0.9s; }
  .load-animation:nth-child(10) { animation-delay: 1.0s; }


.v-hjdd-form-title{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    /* margin: 20px 0 0 0; */
    background: #ecf8ff;
    padding: 0 0 0 7px;
}
.v-hjdd-form-title:before {
    content: " ";
    padding-right: 5px;
    height: 10px;
    border-left: 5px solid #50bfff;
}


