.model-content {
    padding: 1.5rem;
    color: rgba(0, 0, 0, 0.9);
}
.in-image{color: rgba(220,53,69, 1) !important}
.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;}
.myhidden{display: none !important;}
.error_info{color: rgba(220,53,69, 1) !important}

header .user-avatar{max-width:40px;border-radius: 50%;}
.lottery-tickets .items .item .text{color: #ffa249;font-size: 25px !important;}

.recharge.pricings-page .item{min-height:auto;}
.recharge .top-up-btn{
    padding: 15px 36px;
    border-radius: 100px;
    background-color: #ffa249;
    color: #070b28;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease-in-out 300ms;
    border: none;
}

.paramet-item label {
  display: table;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
}
.paramet-item .input{
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    background-color: transparent;
}

.paramet-item .select  {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  background-color: transparent;
  cursor: pointer;
}
.paramet-item .select option{
    background-color: black;
    color: white;
}

/* tooltip 样式 start */
.tooltip-box {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    max-width: 260px;        
    line-height: 1.4;
    white-space: normal;    
    word-break: break-word;  
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
}
.tooltip-box::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}
/* tooltip 样式 end */

/* 参数样式 start */
/* cond_video部分 start */
.upload-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
}

.upload-container:hover {
    border-color: #3b82f6;
    background-color: #f0f9ff;
}

.upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-preview {
    font-size: 0.9rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    overflow: hidden;
}

.upload-preview img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    object-fit: contain;
}
.home-boxes .item .icons{width: 120px;height: 120px;}
.home-boxes .item .icons img{max-width:100%;}
/* cond_video部分 end */

/* 参数样式 end*/

.content-list .home-board{padding:0}
.user-profil-page .right{padding:35px 0}
