div.search select {
	font-size:1em;
	font-family:仿宋,serif;
	width:50%;
	height:40px;
	display:block;
	margin-left:10%;
	opacity:0.8;
	padding:0.2em;
	color:#000000;
	border-radius:10px;
}
.soft-list a:hover {
	color:#ff0000;
	text-decoration:underline;
}
.soft-list #loginTip,#nodataTip{
	line-height: 25px; 
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}
.soft-list #loginTip a,#nodataTip a,.notices a{
	color: #E60039;
}
.soft-list #loginTip a:hover,#nodataTip a:hover,.notices a:hover{
	text-decoration:unset;
}
.soft-list .notices{
	background: #ececec;
    padding: 4px 5px;
    font-size: 12px;
}
.soft-list .notices span{
	color: #cb1329;
    font-size: 20px;
    width: 10px;
    float: left;
    line-height: 56px;
}
.lx-page4 .baohan .baohan-list .item {
	color:#4e83fd
}
.lx-page4 .baohan .baohan-list .versionActive {
	color:#cb1329
}
.softVersion-list li:hover {
	background-color:#d9001b;
	color:white;
}
.softVersion-list li {
	background-color:#f2f2f2;
	padding:10px 0;
	text-align:center;
	color:black;
	font-size:16px;
	cursor:pointer;
}
@media (min-width:1024px) {
	.soft-list {
	width:77.5%;
}
}@media (min-width:1366px) {
	.soft-list {
	width:77.5%;
}
}.soft-list {
	}.mess_div_new {
	background:rgba(196,196,196,0.5);
	position:fixed !important;
	z-index:1005;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.mess_div_new #d_content {
	padding:8px 10px 20px 10px;
	position:fixed;
	margin-top:8%;
	margin-left:25%;
	z-index:100;
	background:#fff;
	line-height:30px;
	color:#000;
	width:45%;
	/* height:73%;
	*/
        font-size:16px;
	border-radius:3px;
	border:1px solid darkgrey;
	box-sizing:border-box;
}
.d_content_head {
	display:flex;
	justify-content:space-between;
}
.d_content_main {
	padding:0 20px;
	box-sizing:border-box;
	margin-top:20px;
}
.d_content_main_form {
	margin-top:30px;
	display:flex;
	justify-content:space-between;
}
.d_content_main_form div input {
	line-height:30px;
	border:1px solid #e5e6e7;
	outline:none;
	padding:0 20px;
	width:200px
}
.d_content_main_line {
	height:1px;
	background-color:#f5f5f5;
	margin-top:30px;
}
.d_content_bottom {
	width:300px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}
.d_content_bottom button {
	width:90px;
	height:30px;
	border-radius:3px;
}
.cancelButton {
	background-color:#f2f2f2;
	border:1px solid #e9e9e9;
}
.submitButton {
	border:none;
	background-color:#0099ff;
	color:white;
}
@media screen and (max-width:1440px) {
	.mess_div_new #d_content {
	top:16%;
	width:80%;
	margin-left:10%;
}
/* .d_content_main_form {
	flex-direction:column;
	justify-content:center;
}
*/
        .d_content_main_form div {
	margin-bottom:20px;
}
}@media screen and (max-width:1280px) {
	.d_content_head>img {
	width:30%;
}
.mess_div_new #d_content {
	top:16%;
	width:80%;
	margin-left:10%;
}
/* .d_content_main_form {
	flex-direction:column;
	justify-content:center;
}
*/
        .d_content_main_form div {
	margin-bottom:20px;
}
}@media screen and (max-width:768px) {
	.d_content_head>img {
		width:30%;
	}
	.mess_div_new #d_content {
		top:16%;
		width:80%;
		margin-left:10%;
	}
	.d_content_main_form {
		display:block;
	}
	.d_content_main_form div {
		margin-bottom:20px;
	}
}

#d_content {
    width: 80% !important;
    margin-left: 10% !important;
}

.d_content_main_content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}

.d_content_main_title {
    font-weight: 700;
    text-align: center;
}

.leftBox,
.rightBox {
    text-align: right;
}

.input_group {
    width: 100%;
}

.leftBox input,
.leftBox select,
.leftBox textarea,
.rightBox input,
.rightBox select {
    height: 42px;
    line-height: 42px;
    width: 300px;
    margin: 15px 2px;
    padding: 0 10px;
}

.area {
    width: 1200px;
    margin: 15px auto;
    text-align: right;
}

.area div textarea {
    height: 120px;
    width: 91%;
    padding: 15px 22px;
}

.error {
    border: 2px solid red;
}

.required {
    color: red;
    margin-right: 5px;
    font-size: 20px;
}

.message_version {
    margin: 0 auto;
    line-height: 50px;
    width: 1200px;
    text-align: center;
    background-color: #d6d2d2;
}

.d_content_bottom button,
.submitButton {
    height: 50px;
    line-height: 50px;
    width: 100px;
}

.submitButton {
    background-color: #E60039;
}

/* 移动端--弹窗*/
@media screen and (max-width:1200px) {
    #d_content {
        position: relative;
        padding: 8px 10px 0 10px !important;
    }

    .d_content_main_content {
        display: block;
        width: 90%;
    }

    .d_content_main {
        width: 90%;
        padding: 0;
    }

    .d_content_main_title {
        width: 90%;
        margin: 10px auto;
        text-align: left;
    }

    .d_content_main_content .leftBox,
    .d_content_main_content .rightBox {
        text-align: left;
    }

    .leftBox input,
    .leftBox select,
    .leftBox textarea,
    .rightBox input,
    .rightBox select {
        width: 110%;
        margin: 2px 2px 12px 2px;
    }

    .area {
        width: 90%;
        text-align: left;
    }

    .area div textarea {
        height: 220px;
        width: 110%;
    }

    .message_version {
        width: 90%;
    }

    .d_content_bottom {
        position: sticky;
        bottom: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 60px;
        background-color: #fff;
    }

    .d_content_bottom button,
    .submitButton {
        height: 35px;
        line-height: 35px;
    }
}
/* 提示消息css及列表样式 */
.soft-list #loginTip, #nodataTip{
    text-align: center;
    font-size: 14px;
}
.handleSearch{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.input_group{
    width: auto;
}
.input_group label{
    font-weight: 700;
}
.input_group select,
.input_group input{
    width: 200px;
    height: 44px;
    line-height: 44px;
    padding-left: 7px;
    border: 1px solid #d0d4db;
    border-radius: 6px;
}
.soft-pageList{
    margin: 20px 0;
    overflow-x: auto;
}
.soft-pageList thead tr td{
    height: 60px;
    font-size: 16px;
    padding: 16px 5px;
    background-color: #F1F3F5 !important;
}
.table-container td:first-child{
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     left: 0;
     background-color: #fff;
     z-index: 1; 
}
.table-container tbody td:first-child{
    box-shadow: inset -0.5px 0px 0px 0px #ccc; 
}
.table-container tbody tr td{
    padding: 10px 5px;
	word-wrap: break-word;
}
.table-container tbody tr:hover{
    background-color: #f7f9fa;
    cursor: pointer;
}
.table-container tbody tr:hover td:first-child {
    background-color: #f7f9fa;
    cursor: pointer;
}
.soft-list{
    width: 100%;
}
.notices{
    padding: 12px 10px;
    background-color: #FAFBFC;
}
.article-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fcfafa;
    padding: 16px;
}
.search-box {
    position: relative;
}
.search-box input {
    width: 100%;
    padding: 10px 40px 10px 14px;
    font-size: 14px;
    border: 1px solid #d0d4db;
    border-radius: 6px;
    outline: none;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
}

.search-box input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,.15);
}

/* 确保文本不会遮住图标: 增大右侧内边距 */
.search-box input.long-padding {
    padding-right: 80px;
}

.search-box .icon-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
}

.search-box .icon-btn:hover svg {
    /* fill: #2563eb; */
}

.search-box .icon-btn:focus {
    /* outline: 2px solid #3b82f6; */
}

.search-box .icon-btn svg {
    width: 18px;
    height: 18px;
    fill: #6b7280;
    transition: fill .15s;
}

/* 清除按钮（X）单独定位到搜索按钮左侧 */
.search-box #clearBtn {
    right: 44px; /* 与搜索按钮间隔一些距离 */
}

.search-box input::placeholder {
    color: #9ca3af;
}

@media screen and (max-width:1200px) {
/* 移动端筛选及列表样式 */
#list-form .handleSearch{
    flex-wrap: wrap;
}
#list-form .input_group{
    width: 100%;
    margin: 5px 10px 5px 10px;
}
.searchBtn{
    justify-content: center;
}
.table-container td:first-child{
    width: 160px !important;
}
#loginTip,#nodataTip{
    margin: 0 20px;
    text-align: center;
    font-size: 14px;
}
.notices{
    margin: 0 20px;
}
.input_group select,
.input_group input{
    width: 100%;
}
}