/* 弹窗页面 */
.pop_cont{
    background-color: #6d6b74;
    width: 500px;
    height: 320px;
    
}
.i_cont{
    padding: 10px 20px 9px 20px;
}
.pop-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-bottom:10px ;
    border-bottom:1px solid rgb(170, 165, 187) ;
}
.pop_t img{
    width:18px;
    height: 18px; 
    margin-top: -5px;
}
.more1{
    text-align: center;
    margin-right: 15px;
}
.more1:hover a{
    color: #cecece;
    border:1px solid #c4c4c4;
}

.more1 a{
    border:1px solid #fdfbfb;
    border-radius: 30px;
    padding: 6px 15px;
    color: #fdfbfb;
    font-size: 10px;
}
.i_cont .items{
    text-align: center;
    margin-top: 30px;
     
}
.i_cont .items a img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
/* 增加s */
.i_cont .items a p{
    color: #ffffff;
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}
/* 增加e */
.h3{
    color: #fdeee1;
    margin-left: 10px;
    font-weight: 550;
}
.pop_t{
    position:relative;
}
.h3::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    display: inline-block;
    background-color: #fdeee1;
    width: 8px;
    height: 8px;
    border-radius: 10px;
}
/* 辅助弹窗滚动条 */
.pop_cont .layui-row{
    height: 254px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    overflow-x: hidden; /* 隐藏水平滚动条 */
    overflow-y: auto; /* 垂直方向内容超出时显示滚动条 */
     /* 显示 Firefox 的滚动条 */
     scrollbar-width: auto;
    /* 显示 IE 10+ 的滚动条 */
    -ms-overflow-style: auto;
    /* background-color: #fcf5de; */
}
.pop_cont .layui-row::-webkit-scrollbar{         
    display: block;
    width: 3px;
}


.pop_cont .layui-row::-webkit-scrollbar-thumb {
    background-color: #9694a0;
    border-radius: 4px;
}
.chooseBtnBg{
    background-color: rgb(150, 148, 160);
    border: 1px solid #bcbcbe;
    width:94%;
    overflow: hidden;
    margin:5px;
}
.chooseBtnBg:hover {
    background-color: rgba(150, 148, 160, 0.8);
    border: 1px solid #c8c8d6;
}
.chooseBtn{
    border: none !important;
    background: none !important;
}
.chooseBtnBg a{
    width: 145px;
    text-align: left;
}
/* 官方s */
.popAct{
    position: relative;
}
.popAct::after {
    content: "官";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 550;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dd08ff;
    color: rgb(255, 255, 255);
    padding: 2px 8px;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    color: #fffb00;
}
/* 官方e */
/* 推荐s */
.popRecom{
    position: relative;
}
.popRecom::after {
    content: "荐";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 550;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(121, 116, 134);
    color: rgb(255, 255, 255);
    padding: 2px 8px;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* 推荐e */
/* layer.msg */
.layui-layer-msg{
    background-color: #6d6b74;
    border: 1px solid #aaa5bb;
}
.layui-layer-msg .layui-layer-content{
    color: #fff;
}
/* 登录e */
.layer-helper-login{
    border-radius: 12px;
}
.layer-helper-login iframe{
    border-radius: 10px;
}
/* 版本列表 */
.pop_ver{
    background-color: #6d6b74;
    padding: 15px;
}
.ver-title{
    font-weight: bold;
    font-size: 16px;
}
.ver-time{
    font-size: 10px;
    
}
.ver-selected{
    position: absolute;
    right: 10px;
    top: 10px;
}
.layer-helper-verlist .layui-colla-title, .layer-helper-verlist .layui-colla-content{
    background:none;
    color: #fff;
    border-color: #aaa5bb;
}
.layer-helper-verlist .layui-collapse, .layer-helper-verlist .layui-colla-item, .layer-helper-verlist .layui-colla-content{
    border-color: #aaa5bb;
}