body{padding: 0;margin: 0;width: 100%;background-color: #f9f9f9;color: #000}

.con{
    padding: 0;
    width: 100%;
    overflow:hidden;
    background-color: #CEE0F8;

    /*position:fixed;*/
    /*z-index:9999;*/
}


/*http://cdn.leefund.cn/pics/ysxheadbg.png*/
.header-div{
    width:100%;
    pointer-events: auto;
    /*background: url("http://cdn.leefund.cn/pics/ysxrepologo.png") center no-repeat;*/
    background-size: cover;
    background-position-y: top;
    overflow: hidden;
}
.header-cont{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    /*background-color: rgba(0,0,0,0.6);*/
    background-color: #CEE0F8;
}
.con img{
    width: 100%;
    /*height: 54px;*/
}

.repo-div{
    width: 100%;
    padding: 10px;

}

.repo-cont-div{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 0.3em;
    overflow: hidden;
    background-color: #EDF3FF;
}

.repo-cont-header{
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #CEE0F8;
}
.repo-cont-header h3{
    width: 95%;
    margin: 0;
    text-align: center;
    color: #3B78F5;
}
.repo-cont-header p{
    width: 100%;
    margin: 0;
    text-align: center;
    color: #3B78F5;
    font-size: 1.2em;
}

.repo-cont-batch-div{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.repo-cont-batch-div p{
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    color: #4A76CD;
    font-size: 1.1em;
}
.repo-cont-batch-e{
    font-size: 0.8em !important;
}

.repo-cont-list-div{
    width: 100%;
}



.li{
    width: 99%;
    margin-left: 1%;
    overflow: hidden;
    border-top: 1px solid #C7C7C7;
    display: flex;
}
.line-bottom{
    border-bottom: 1px solid #C7C7C7;
}
.li p{
    width: 49%;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    margin: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

.left{
    text-align: right;
    padding-right: 5px;
}
.left span{
    font-size: 0.8em;
}
.right{
    font-weight: bold;
    /*color: #0000F0;*/
}
.repo-state-div{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;

}
.repo-state-div p{
    width: 100%;
    font-size: 1.1em;
    color: #4239b5;
    margin: 0 !important;
}
.repo-state-div p a{
    color: #4239b5;
}
.tag{
    text-indent: 2em;
}

.repo-footer-div, .repo-cont-btndiv{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    color: #4239b5;
}
.repo-footer-div p{margin: 0 !important;}
.repo-footer-div p a{color: #4239b5;}

.repo-cont-btndiv ul{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.repo-cont-btndiv ul li{
    width: 50%;
    float: left;
    text-align: center !important;
    list-style: none;
    padding: 6px;
}

.repo-cont-btndiv ul li a button{
    border: 1px solid #4239b5;
    border-radius: 0.3em;
    background-color: #fff;
    font-size: 1.2em;
    color: #4239b5;
}


.repo-img-div{
    width: 100%;
    height: 100%;
    background-color: black;
    padding: 20px;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}


.search-div{
    width: 100%;
    padding: 10px;

}

.search-cont-div{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 0.3em;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.form-group{
    margin-bottom: 30px;
}
.search-cont-list-div{
    padding-bottom: 50px;
}

/* 核心样式控制：默认隐藏结果展示区，显示搜索区 */
.repo-show-div {
    display: none;
}
.search-div {
    display: block;
}

/* 可选：添加一个简单的淡入动画 */
.fade-in {
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
