.algoCheck{
    display: none;
}
.publicCheck{
    display: none;
}
.sceneCheck{
    display: none;
}
.algo_rule {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
    display: none;
}

.algo_rule>div {
    width: 780px;
    height: 572px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 14px;
}
.close{
    width: 30px;
    cursor: pointer;
    float: right;
    margin-top: 18px;
    margin-right: 20px
}
.up_load2_boxClose{
    width: 30px;
    cursor: pointer;
    float: right;
    margin-top: 18px;
    margin-right: 20px
}
.algo_rule>div h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    padding-left: 34px;
    height: 65px;
    line-height: 65px;
    background: #4A70FF;
    border-radius: 14px 14px 0 0;
}

.algo_rule>div h2 span {
    font-weight: normal;
    color: #C2CFFF;
    line-height: 36px;
    font-size: 18px;
}

.algo_rule>div h2 span img {
    margin: 12px;
    margin-right: 2px;
}

.algo_rule>div textarea {
    outline: 0;
    resize: none;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    height: 440px;
    font-size: 14px;
    line-height: 20px;
}

.algo_rule>div .textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 35px;
    height: 420px;
    font-size: 14px;
    line-height: 25px;
    overflow-y: scroll;
    color: #666;
    font-weight: 400;
}
.tipList{
    color: #666;
}

.algo_rule>div .rule_btn {
    text-align: center;
    padding: 20px 0;
}

.algo_rule>div .rule_btn div {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #4A70FF;
    line-height: 36px;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}


/* .algo_rule>div .rule_btn div:hover{background:#EFEFEF;} */

.algo_bg {
    width: 100%;
    height: 180px;
    background: url(../img/suanf.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    min-width: 1024px;
}

.algo_bg p {
    position: absolute;
    width: 160px;
    height: 48px;
    left: 12.5%;
    line-height: 48px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    top: 106px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}

.tabContqh{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #666666;
    clear: both;
    position: relative;
    /* height: 100px; */
    height: 100px;
    background: #FFFFFF;
    /*box-shadow: -1px 6px 10px 0px rgb(242 242 242);*/
}
.tabContqh h2{
    height: 100px !important;
    width: 1200px !important;
    margin: 0 auto;
    box-shadow:none !important;
}

.alg_listSech {
    /* height: 52px; */
    /* margin-top: 10px; */
    width: 380px;
    height: 40px;
    position: absolute;
    top: 130px;
    left: 0;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(0, 0, 0, 0.03);

}

.alg_listSech i {
	width: 30px;
	height: 100%;
	background: url(../img/icon/search.png) no-repeat center;
    background-size: 20px 20px;
    cursor: pointer;
    float: left;
    position: absolute;
    right: 5px;
}

.alg_listSech input {
    width: 120px;
    height: 25px;
    line-height: 100%;
    padding-left: 10px;
    float: left;
    margin-top: 6px;
    /* margin-top: 12px; */
    font-size: 14px;
    color: #515151;
    background: none;
}

.alg_listSech:hover input,
.alg_listSech input:focus {
	width: 300px;
}
.alg_listSech:hover{
    border-color: #DE2304 !important;
}
.active-underline {
    text-decoration: underline !important;
    text-decoration-color: #DE2304 !important;
  }
.selfBuildFoo1{
    width: 100%;
     /*height: 326px;*/
    background: #F5F8FF;
    margin-top: 44px;
}
.up_algo2 {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 4;
}

.up_algo2 .up_load2_box {
    width: 450px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 14px;
}

.up_algo2 .up_load2_box h2 {
    height: 65px;
    line-height: 65px;
    color: #FFFFFF;
    font-size: 18px;
    background: #4A70FF;
    border-radius: 14px 14px 0 0;
    padding-left: 35px;
}

.up_algo2 .up_load2_box i {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.up_algo2 .up_load2_box .upload_py {
    padding: 32px 35px;
    overflow: hidden;
}

.up_algo2 .up_load2_box .upload_py div {
    width: 100px;
    height: 40px;
    color: #666;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-right: 20px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.up_algo2 .up_load2_box .upload_py div>input {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
    opacity: 0;
    cursor: pointer;
}

.up_algo2 .up_load2_box .upload_py>input {
    float: left;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    color: #333;
    outline: 0;
    font-size: 12px;
    width: 155px;
}

.up_algo2 .up_load2_box .upload_py span {
    width: 30px;
    height: 26px;
    line-height: 26px;
    color: #333;
}

.up_algo2 .up_load2_box h3 {
    height: 14px;
    line-height: 14px;
    color: #666;
    margin: 20px 0;
}

.up_algo2 .up_load2_box ul {
    height: 200px;
}

.up_algo2 .up_load2_box ul li {
    float: left;
    margin: 8px;
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 2px;
    box-sizing: border-box;
}

.up_algo2 .up_load2_box ul li.on {
    box-shadow: 0 0 5px #D9D9D9;
    border: 1px solid #D9D9D9;
}

.up_algo2 .up_load2_box .upload_sure {
    width: 96px;
    height: 30px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    background: #496FFF;
    cursor: pointer;
}

.mu2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.msgbox {
    width: 324px;
    background: #fff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -60px;
    overflow: hidden;
    text-align: center;
    display: none;
    z-index: 999;
}

.msgbox img {
    display: none;
    width: 36px;
    height: 28px;
    margin: 18px auto;
}

.msgbox img.on {
    display: block;
}

.msgbox span {
    color: #06415E;
    font-size: 14px;
    line-height: 32px;
    margin: 0 20px;
    text-align: center;
    display: inline-block;
    width: 260px;
}

.alg_list_sf,
.alg_list_cj {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.alg_list_cj {
    display: none;
}

.null_data {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.null_data>img {
    margin-bottom: 30px;
}

.null_data>span {
    color: #666;
    font-size: 14px;
}
/* 弹框禁用 */
.disabled {
    background: #D9D9D9!important;
    pointer-events:none;
}



/* 表格 */
.layui-table-header{
    background: #E8EFFF;
    height: 64px;
}
.layui-table thead tr {
    background: none !important;
    color: #000000;
    font-size: 18px;
    opacity: 0.7;
    border-top: 1px solid rgba(227, 224, 224, 0.2);
}

.layui-table img {
    width: 30px;
    cursor: pointer;
}

.emptyBox {
    height: 770px !important;
    text-align: center;
    display: none;
}

.emptyBox img {
    width: 322px;
    margin-top: 100px;
}

.emptyBox p {
    color: #999999;
    font-size: 16px;
    margin-top: 5px;
}
.layui-table-header tr {
    height: 63px;
}
.layui-table-header tr th:first-child div{
    padding-left: 25px !important;
}
.layui-table-body tr td:first-child div{
    padding-left: 25px !important;
}
.layui-table-main tr {
    height: 54px;
}
.layui-table{
    width: 100% !important;
}
/* 原生 select 样式美化 */
.custom-select {
    width: 300px;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    appearance: none; /* 去掉默认下拉箭头 */
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px auto;
    cursor: pointer;
}

/* 悬停效果 */
.custom-select:hover {
    border-color: #DB8074;
}

/* 聚焦时效果 */
.custom-select:focus {
    border-color: #DB8074;
    box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}
/* option 部分样式（仅部分浏览器有效） */
.custom-select option {
    font-size: 14px;
    padding: 8px 12px;
    color: #333;
    background-color: #fff;
}

/* 选中项高亮（部分浏览器支持） */
.custom-select option:checked {
    background-color: #e6f7ff;
    color: #000;
    font-weight: bold;
}

/* 悬停效果（仅 Firefox 支持） */
.custom-select option:hover {
    background-color: #f5f7fa;
}

