.op-payment-widget-container{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
@media (min-width: 768px){

    .op-payment-widget-container{
        width: 100%;
        height: 700px;
    }
}

.lgpay-iframe-head{
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 0 14px;
}
.boxradio{
	    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    padding: 40px 10px;
    margin-top: 10px;
}
.boxradio input{min-width:18px;}
.lgpay-iframe-head > div{
    padding: 15px 0;
}

.lgpay-iframe-head > div:first-child{
    border-bottom: 1px solid #ccc;
}

.lgpay-iframe-head > div:nth-child(2){
    display: flex;
    align-items: center;
}

.lgpay-iframe-head span{
    display: inline-block;
    min-width: 80px;
}
.lgpay-iframe-head a{
    color:#888;
    text-align: right;
    flex:1;
    cursor: pointer;
}

.lgpay-iframe-head a:hover{
    color:#000
}


/*加载动画*/
.ajaxloading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

.ajaxloading svg {
    width: 60px;
    height: 60px;
    fill: #000;
    -webkit-animation: rotate 0.7s linear infinite;
    animation: rotate 0.7s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    z-index: 1000;
}
#iframeContainer {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 1001;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods li label img{
    height: 55px;
}
.payment-title-name{
    display: none;
}
.payment_method_lgpay table td{
    text-align: left;
}