@font-face {
    font-family: 'fzltdh'; /* 重命名字体名 */
    src: url('../font/方正兰亭大黑简体.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'htstd'; /* 重命名字体名 */
    src: url('../font/htstd.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fzdh'; /* 重命名字体名 */
    src: url('../font/方正大黑_GBK.ttf');
    font-weight: normal;
    font-style: normal;
}
.pay{
    width: 100%;
    height: 100%;
    /* font-family:"黑体" ; */
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999999999;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
.pay-box{
    width: 840px;
    height: 560px;
    margin: 0 auto;
    margin-top: 140px;
    padding-top: 10px;
    position: relative;
    border-radius: 20px;
    background: url(../image/pay-bac-all.png);
    background-size: 100% 100%;
}
.pay-top{
    display: flex;
    line-height: 18px;
    padding: 0px 50px;
    position: relative;
    bottom: 5px;
}
.pay-bac{
    border-radius: 20px;
    padding: 0 20px;
    height: 560px;
}
.pay-top img{
    width: 45px;
    margin-top: 10px;
    position: relative;
    bottom: 5px;
}
.pay-top-text{
    margin-left: 20px;
    position: relative;
    top: 7px;
    font-size: 14px;
    color: #0E1E6A;
}
.pay-vip{
    margin-top: 4px;
}
.pay-close{
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}
.pay-hydj{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 3px;
}
.pay-hydj-left{
    margin-left: 30px;
    width: 45%;
}
.pay-hydj-left div{
    width: 30%;
    border-radius: 10px;
    height: 40px;
    padding-top: 20px;
    font-size: 24px;
    display: inline-block !important;
    text-align: center;
    cursor: pointer;
}
.pay-hydj-right{
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.pay-hydj-right img{
    position: relative;
    left: 140px;
    top: 15px;
}
.active{
    color: darkgoldenrod;
}
.paybox-active{
    color: darkgoldenrod;
    background-color: #F4F4F4;
}
.pay-main-left{
    height: 370px;
    flex-shrink: 0;
    width: 165px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 0 10px;
    background: linear-gradient(to bottom, #E9F3FF, #fff);
}
.pay-main-left>div{
    display: flex;
    margin-top: 20px;
}
.pay-main-left>div img{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.pay-main-left>div>div div:first-child{
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}
.pay-main-left>div>div div:last-child{
    font-size: 12px;
    line-height: 18px;
    color: #747474;
    margin-top: 10px;
}
.pay-main{
    display: flex;
    margin-top: -20px;
}
.pay-main-right-top-box{
    display: inline-block;
    width: 90px;
    line-height: 24px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    margin-left: 20px;
}
.pay-main-right-top-box img{
    width: 120px;
}
.pay-main-right-top-box div:nth-child(1){
    font-family: "fzltdh";
    /* font-weight: bold; */
}
.pay-main-right-top-box div:nth-child(2){
    color: #d00022;
    font-size: 12px;
    font-family: "大黑";
}
.pay-main-right-top-box div:nth-child(2) span{
    font-size: 32px;
    padding-top: 5px;
}
.pay-main-right-top-box div:nth-child(3){
    color: #ccc;
    font-size: 12px;
}
.pay-main-right-top-box div:nth-child(4){
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    color: #4c4c4c;
}
.xslj{
    position: absolute;
    top: -10px;
    left: -5px;
    font-size: 12px;
    padding: 2px 5px;
    color:#5e3500 ;
    background-color: #F2C98D;
    border-radius: 5px;
}
.pay-main-right-top{
    width: 600px;
    display: flex;
    overflow-x: auto;
    /* overflow-x: scroll; */
}
.pay-main-right-bottom{
    position: absolute;
    right: 40px;
    bottom: 10px;
}
.pay-main-right-bottom-top{
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.pay-main-right-bottom-top div img{
    width: 18px;
    position: relative;
    top: 3px;
}
.pay-main-right-bottom-top div{
    width: 270px;
    margin-left: 30px;
    text-align: center;
    line-height: 30px;
    background: url(../image/zfbacb.png);
    background-size: 100% 100%;
}
.pay-main-right-bottom-top{
    display: flex;
}
.ewm{
    display: inline-block; 
    width: 150px;
    overflow: hidden;
    text-align: center;
    line-height: 16px;
    padding: 10px;
    margin-top: 20px;
    margin-left: 50px;
    position: relative;
    top: 20px;
}
.ewm img{
    width: 100px;
    transform: scale(1.6);
}
.pay-main-right-bottom-bottom{
    position: relative;
    bottom: 30px;
}
.ewm-pay{
    display: inline-block;
    line-height: 16px;
    position: relative;
    top: 10px;
    left: 0px;
}
.ewm-pay div:first-child span:first-child{
    font-family: 'fzdh';
    color: #E0272B;
    font-size: 40px;
}

.ewm-pay div:last-child{
    color: #606060;
    margin-top: 4px;
    font-size: 12px;
}
.payinput-left{
    outline: none;
    border: none;
    width: 90px;
    color: #E0272B;
    font-size: 40px;
    font-weight:bloder;
    font-family: 'fzdh';
}
.payinput-right{
    outline: none;
    border: none;
    width: 70px;
    color: #ccc;
    font-size: 12px;
}
.swiper-container{
    width: 560px;
    height: 210px;
    overflow: hidden;
    margin-left: 10px;
}

.swiper-button-prev{
    position: absolute;
    bottom: 20px;
    left: 260px;
    width: 60px;
    height: 40px;
    z-index: 600;
    /* display: none; */
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-prev img{
    position: absolute;
    bottom: 40px;
    left: 260px;
    display: none;
}
.swiper-button-next{
    position: relative;
    bottom: 20px;
    right: 60px;
    width: 60px;
    z-index: 600;
    /* display: none; */
}
.swiper-button-next::after{
    display: none;
}
.swiper-button-next img{
    position: relative;
    bottom: 40px;
    right: 60px;
    display: none;
}
.pay-main-right-top-box-a{
    display: block;
}
.pay-main-right-top-box-b{
    display: none;
}
.swiper-container:hover .swiper-button-prev > img{
    display: block;
}
.swiper-container:hover .swiper-button-next > img{
    display: block;
}
.pay-two-a{
    position: relative;
    top: 12px;
}
.pay-hydj-left-a{
    display: block;
}
.pay-hydj-left-b{
    display: none;
}
.pay-hydj-right img{
    width: 80px;
}
.kjkr-left-img{
    margin-top: 20px;
    width: 100%;
}