.caseBox{
    position: relative;
    top: 0px;
}
body{
    background-image: linear-gradient(#5282FE,#f5f5f5 120px);
}
body{
    /* background-color: #f5f5f5; */
}
 .mouseMoveIn{
    cursor: pointer;
}

.topBar{
    position: sticky;
    width: 100%;
    top: 0px;
    height: 44px;
    z-index: 20;
}
.fontColor999{
    color: #999999;
}

.nav {
    /* margin-left: 45%; */
    display: flex;
    /*设置为flex布局*/
    justify-content: center;
    /*水平居中*/
    align-items: center;
    /*垂直居中*/
}

.nav ul {
    list-style: none;
    margin: 0;
}

.nav ul li {
    display: inline-block;
    margin-right: 100px;
    position: relative;
}

.nav .selected>a::before {
    content: "";
    width: 30px;
    height: 5px;
    background-color: #000000;
    position: absolute;
    top: 39px;
    left: 25px;
}

.userLogin {
    display: inline-block;
    /* text-align: center; */
    text-decoration: none;
    color: rgb(194, 190, 190);
    font-size: 20px;
}

.active {
    color: black !important;
    font-weight: 600;
    /* border-bottom: 3px solid #156FFC; */
    padding-bottom: 10px;
}

/* 列表区 */
.container {
    width: 100%;
    /* 高度由子元素撑开 */
    /* height: 80%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.center {
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card {
    width: 100%;
    height: inherit;
    /* padding: 10px 40px 20px 30px; */
    margin-top: 20px;
    background-color: white;
    border-radius: 20px;
}

.card .case {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    border-bottom: 0.5px solid #e2e2e2;
    margin-top: 40px;
    padding-bottom: 20px;
    /* background-color: #000000; */
}

.case .touxiang {
    width: 60px;
    height: 60px;
    border-radius: 20%;
}

.case .touxiang2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 15px;
}

.case .title {
    width: 425px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;

}

.case .title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #191919;
    font-size: 18px;
}
.case .title div span{
    color: #999999;
}
.case .publisher {
    height: 50px;
    /* width: 100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 210px;
}
.publisher span{
    font-size: 18px;
}
.case .download {
    height: 50px;
    display: flex;
    align-items: center;
}

.case .downloadImg {
    width: 60px;
    margin-top: 2px;
    margin-right: 50px;
}

.case .caseMsg {
    display: flex;
    width: 680px;
    margin-left: 40px;
}

.header {
    width: 100%;
    margin-top: 30px;
}

.container .header img {
    width: 100%;
}

.container .download2 {
    position: sticky;
    left: 1600px;
    bottom: 80px;
}

.filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.filter .drop-down {
    width: 100px;
    height: 50px;
    background-color: white;
}

.filter .search {
    width: 475px;
    height: 50px;
    background-color: white;
    position: relative;
    padding: 0px 0px 0px 20px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.search input {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 300px;
    
    border: none;
    outline: none;
    font-size: 16px;
}

.search .searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100px;
    height: 40px;
    background-color: #000000;
    color: white;
    border-radius: 21px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    margin-right: 5px;
}

.search .searchBtn img {
    width: 15px;
    margin-left: 10px;
}

.dropdown {
    width: 150px;
    height: 40px;
    background-color: white;
    border-radius: 10px;
}

.dropdown select {
    width: 95%;
    height: 100%;
    appearance: none;
    -moz-appearance:none;
    -webkit-appearance:none;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    display: inline-block;
    padding-left: 20px;
    background: url("../../public/images/dropdownImg.png") no-repeat right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 20px;

}

select:focus {
    outline: 0px;
}

select::-ms-expand {
    display: none;
}

.centerTopLeft img{
	width: 16px;height: 8.5px;
}


.DropDownBox {
    position: absolute;
    top: 51px;
    width: 152px;
    /* height: 120px; */
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(62,68,77,0.2);
    border-radius: 10px;
    display: none;
}
.DropDownBox ul li{
	font-size: 12px;
}
.centerTopLeft img {
    width: 12px;
    height: 12px;
    margin-left: 20px;
}
.centerTopLeft {
    width: 152px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    justify-content: center;
    /* line-height: 50px; */
    align-items: center;
    position: relative;
}
.centerTopLeft .DropDownBox ul .DropDownLi {
    text-align: center;
    border-radius: 10px;
    /* margin: 30px; */
    line-height: 45px;
}
.addBg{
    background-color: #f5f5f5 ;
}
.loadWin{
    width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* display: none; */
	z-index: 200;
}
.loadWin .winCard{
    width: 16vw;
    /* height: 41vh; */
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 12% auto 0;
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loadWin .winCard .ewm{
    width: 80%;
    margin: 0 auto;
}
.loadWin .winCard .ewm img{
    width: 100%;
    height: 100%;
}
.loadWin .winCard  .closeBtn{
    display: block;
    width: 92%;
    height: 55px;
    background-color: #191919;
    color: white;
    border: none;
    font-size: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
@media screen and (max-width:1780px){
    .topBox{height: 90px !important;}
    .case .touxiang{width: 50px;height: 50px;}
    .case .title{height: 54px;}
    .case .touxiang2{width: 40px;height: 40px;}
    .case .downloadImg{width: 53px;}
    .center,.header,.filter {width: 81%;}
    .case .caseMsg{width: 500px;margin-left: 30px;}
    .card { width: 81%;}
    .filter .search,.centerTopLeft{height: 44px;}
    .case .publisher{margin-left: 34px;}
    .search .searchBtn{width: 90px;height: 34px;}
    .card .case{margin-top: 30px;padding-bottom: 0;}
    .case .title span{font-size: 16px;}
}
@media (max-width: 1480px) {
    .topBox{height: 90px !important;}
    .case .touxiang{width: 50px;height: 50px;}
    .case .title{height: 54px;}
    .case .touxiang2{width: 40px;height: 40px;}
    .case .downloadImg{width: 53px;}
    .center,.header,.filter {width: 81%;}
    .case .caseMsg{width: 500px;margin-left: 30px;}
    .card { width: 81%;}
    .filter .search,.centerTopLeft{height: 44px;}
    .case .publisher{margin-left: 34px;}
    .search .searchBtn{width: 90px;height: 34px;}
    .card .case{margin-top: 30px;padding-bottom: 0;}
    .case .title span{font-size: 16px;}
}
@media (max-width: 820px) {
    .center,
    .header,
    .filter {
        width: 450px;
    }
    .case .caseMsg{
        width: 200px;
    }
    .card {
        width: 380px;
    }
}