.model-content {
    padding: 1.5rem;
    color: rgba(0, 0, 0, 0.9);
}
.main-content.pay-model h3{color:#333}
.layui-layer-dialog .layui-layer-content{color:#333}
.mb-2{margin-bottom:20px}
.mr-2{margin-right:20px !important;}
.hidden, .myhidden{display: none !important;}

nav .logo{max-width:40%}


.recharge .pricing-table .pricing-box{padding: 30px;border: 1px solid #fff;transition: all 0.5s ease;cursor: pointer;}
.recharge .pricing-table .pricing-box:hover{border: 1px solid rgb(10, 137, 116);}
.recharge .pricing-table .pricing-box:hover .price-number h3, .recharge .pricing-table .pricing-box:hover .price-fetures ul li{color:rgb(10, 137, 116);}
.recharge .pricing-table .pricing-box .price-fetures ul li{margin-bottom: 35px}
.recharge .pricing-table .pricing-box.active{
    border: 1px solid rgb(10, 137, 116);
}
.recharge .pricing-table .pricing-box.active .price-number h3, .recharge .pricing-table .pricing-box.active .price-fetures ul li{color:rgb(10, 137, 116);}
.recharge .pricing-table .pricing-box .price-fetures{margin-bottom: 0;}

.cookie-content .notice .icon{display:inline-block;}
.cookie-content .notice .icon img{max-width: 80px;}

.ai-images .cookie-content .notice .icon img{max-width: 100px;}

.btn.action-btn{margin-right:5px}
.ghost-image-title p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
}

.image-list img{max-width:100px}
.image-list div{display:inline-block; position: relative;}
.image-list div .close-img{
    position: absolute;
    top: -12px;
    right: -9px;
    background: linear-gradient(94deg, #43A5FE 21.18%, #0064C1 104.4%);
    color: #fff;
    padding: 0 9px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.param-nano-image{max-width:60px}
