@charset "UTF-8";
.m_table{
	display: none;
}

.download-wrap{
	background: #f5f5f5;
	padding: 2.25rem 0 2rem;
}

.download-wrap .title-big{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	text-align: center;
}

.download-wrap .view{
	background: #fff;
}

.download-wrap .down_selectbox{
	padding: 1.5rem 0 1.5rem 2.75rem;
	box-sizing:border-box;
}


.download-wrap .select_itembox{
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 0.6rem;
	position: relative;

}

.download-wrap .select_itembox .span{
	font-size: 0.45rem;
	color: #666;
	display: inline-block;
	width: 3.45rem;
	text-align: center;
}


.download-wrap .select_item{
	width: 12.25rem;
	position: relative;
}

.download-wrap .select_itembox:first-child{
	z-index: 5;
}
.download-wrap .select_itembox:nth-child(2){
	z-index: 4;
}
.download-wrap .select_itembox:nth-child(3){
	z-index: 3;
}
.download-wrap .select_itembox:nth-child(4){
	z-index: 2;
}
.download-wrap .select_itembox:last-child{
	margin-bottom: 0;
}

.download-wrap .select_item .select_up{
	width: 100%;
	height: 1.6rem;
	box-sizing:border-box;
	padding: 0 0.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
}

.download-wrap .select_item .select_up span{
	display: inline-block;
	width: 80%;
	font-size: 0.4rem;
}

.download-wrap .select_item .select_option{
	position: absolute;
	width: 100%;
	left: 0;
	top: 1.6rem;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	display: none;
	background: #f5f5f5;
}

.download-wrap .select_item .select_option dd{
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	box-sizing:border-box;
	padding: 0 0.75rem;
	cursor: pointer;
	border-bottom: 1px solid #d1d1d1;
	font-size: 0.4rem;
	background: #f5f5f5;
	transition:all 0.3s ease 0s;
}
.download-wrap .select_item .select_option dd:hover{
	color: #3d4899;
}
.download-wrap .select_item .select_option dd:last-child{
	border-bottom: none;
}




.download-wrap table{
	width: 100%; 
	text-align: center;
}


.download-wrap table th{
	height: 1.35rem;
	line-height: 1.35rem;
	font-size: 0.4rem;
	color: #fff;
	background: #3d4899;
	border: 1px solid rgba(255,255,255,0.2);
	text-align: center;
}

.download-wrap table td{
	height: 1.35rem;
	line-height: 1.6;
	font-size: 16px;color: #666;
	font-size: 13px;
	text-align: center;
	padding: 10px 0
}
.download-wrap table tr td:nth-child(2){
	padding: 10px 5px;
}

.download-wrap table tr:nth-child(2n) td{
	background: #edf2f7;
}
.download-wrap table td a{
	color: #666;
}

.download-wrap table td i{
	width: 0.45rem;
	height: 0.45rem;
	display: inline-block;
	background: url('../../web/download/down_icon.png')no-repeat center center;
	background-size: contain;
	margin-right: 4px;
	transform: translateY(3px);
}
.download-wrap table td a:hover{
	color: #3d4899;
}
.download-wrap table td a:hover i{
	background: url('../../web/download/down_icona.png')no-repeat center center;
	background-size: contain;
}

.download-wrap table .pl{
	text-decoration: underline;
}


.download-wrap table th.choose{
	text-align: left;
	padding-left: 0.45rem;
	position: relative;
}
.download-wrap table th.choose:before{
	content: '';
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	transform:translateY(-50%);
	right: 0.425rem; 
}
.download-wrap table th.choose.cur:before{
	background: #fff;
}
.download-wrap table .choose{
	cursor: pointer;
}
.download-wrap table td.choose{
	position: relative;
}

.download-wrap table td.choose:before{
	content: '';
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 1px solid #6a6a6a;
	top: 50;
	left: 50%;
	transform:translate(-50%,-50%);
}
.download-wrap table td.choose.cur:before{
	background: #3d4899;
	border: 1px solid #3d4899;
}

.down-cover-box{
	position: fixed;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
	visibility: hidden;
	left: 0;
	top: 0;
	opacity: 0;
	transition:all 0.3s ease 0s;
}

.down-cover-box.show{
	z-index: 100;
	opacity: 1;
	visibility: visible;
}


.downlogin-box{
	width: 600px;
	background: #fff;
	box-sizing:border-box;
	border-radius: 4px;
	padding: 1rem 0 1.5rem;
	margin: 0 auto;
}


table{
	width: 100%;
	border: 1px solid #dae0e6;
}


.downlogin-box .form_title{
	font-size: 1rem;
	letter-spacing: 0.5rem;
	margin-bottom: 0.6rem;
	text-align: center;
}


.downlogin-box .downform_box{
	width: 520px;
	margin-left: 50%;
	transform:translateX(-50%); 

}

.downlogin-box .downform_box .sub_btn{
	width: 100%;
	height: 1.25rem;
	background: #3d4899;
	text-align: center;
	line-height: 1.25rem;
	color: #fff;
	margin-top:0.5rem;
	font-size: 0.6rem;
}

.downlogin-box .downform_box .form_item{
	height: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 0.4rem;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing:border-box;
}
.downlogin-box.wrong .downform_box .form_item{
	border: 1px solid #f01b25;
}
.downlogin-box.wrong .downform_box .form_item.code>div{
	border: 1px solid #f01b25;
}
.downlogin-box .downform_box .form_item.code{
	border: none;
	justify-content: space-between;
}
.downlogin-box .downform_box .form_item.code>div{
	border: 1px solid #ddd;
	box-sizing:border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.downlogin-box .downform_box .form_item.code>div:first-child{
	width: calc(100% - 3.75rem);
}
.downlogin-box .downform_box .form_item.code>div:last-child{
	width: 3.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}
.downlogin-box .downform_box .form_item .icon{
	width: 1.45rem;
	position: relative;
	text-align: center;
}
.downlogin-box .downform_box .form_item .icon:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #ddd;
	right: 0;
	top: 50%;
	transform:translateY(-50%); 
}

.downlogin-box .downform_box .form_item input{
	width: 80%;
	padding-left: 0.6rem;
	color: #333;
	font-size: 0.4rem;
}

.downlogin-box .downform_box .captcha{
	transform: translateX(384px);
	position: absolute;
}

.downlogin-box .downform_box .captcha_ok{
	color: transparent!important;
	padding-left: 0!important;
	width: 20px;
	height: 20px;
	background: none;
	position: absolute;
	right: 1.5rem;
}

.downlogin-box .downform_box .captcha_no{
	color: transparent!important;
	padding-left: 0!important;
	width: 20px;
	height: 20px;
	background: none;
	position: absolute;
	right: 3.8rem;
}

.downlogin-box .downform_box .captcha_ok:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background: url('../../web/download/form_gou.png')no-repeat center center;
	background-size: contain;
}

.downlogin-box .downform_box .captcha_no:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background: url('../../web/download/form_cha.png')no-repeat center center;
	background-size: contain;
}
@media(max-width: 1440px){
	.downlogin-box .downform_box .captcha {
		transform: scale(0.8)translateX(490px);
	}
	.pagination a {
		line-height: 33px!important;
	}
}
@media(max-width: 1366px){
	.downlogin-box .downform_box .captcha {
		transform: scale(0.75)translateX(535px);
	}
	.pagination a {
		line-height: 33px!important;
	}
}
@media(max-width: 767px){
	.downlogin-box .downform_box .captcha {
		transform: translateX(199px)scale(0.7);
		position: absolute;
	}


	.downlogin-box .downform_box .captcha_ok {
		right: 0.75rem;
	}
	.downlogin-box .downform_box .captcha_no {
		right: 2.3rem;
	}
}

.downlogin-box .downform_box .form_item input::-webkit-input-placeholder{
	color:#666;
}
.downlogin-box .downform_box .form_item input::-moz-placeholder{   
	color:#666;
}
.downlogin-box .downform_box .form_item input:-moz-placeholder{   
	color:#666;
}
.downlogin-box .downform_box .form_item input:-ms-input-placeholder{
	color:#666;
}

.downlogin-box .downform_box .form_item:last-child{
	margin-bottom: 0;
}



.downlogin-box .close_btn{
	position: absolute;
	cursor: pointer;
	right: 0.5rem;
	top: 0.5rem;
}

.downlogin-box .bot_text{
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-top: 0.6rem;
}

.downlogin-box .bot_text span{
	color: #3d4899;
	cursor: pointer;
	text-decoration: underline;
}


.downlogin-box.zccg{
	height: 9rem;
	text-align: center;
	padding:2rem 0 0;
	font-size: 0.75rem; 
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	z-index: -1;
	opacity: 0;
	visibility: hidden; 
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.downlogin-box.zccg.show{
	z-index: 100;
	visibility: visible;
	opacity: 1;
}

.downlogin-box.zccg img{
	margin-bottom: 0.9rem;
}

.ajax_box{
	overflow-x:scroll; 
	width: 100%;
}

.m_text{
	display: none;
}

.dowmload_main .null_text{
	display: block;
	width: 100%;
	padding: 0.2rem 0.3rem;
	box-sizing:border-box;
	font-size: 0.4rem;
}
@media(max-width: 767px){
	.dowmload_main .null_text {
		padding: 0.1rem 0.3rem;
		font-size: 0.28rem;
	}
}
@media(max-width: 1024px){

	.m_text{
		display: block;
		background: #fff;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.choose{
		display: none;
	}
	.operation{
		display: none;
	}

	.downlogin-box {
		width: 720px;
	}

}


@media(max-width: 767px){
	.download-wrap {
		padding: 1rem 0 1rem;
	}
	.m_text {
		height: 50px;
		line-height: 50px;
		font-size: 0.28rem;
	}

	.download-wrap .title-big {
		font-size: 0.48rem;
		margin-bottom: 0.5rem;
	}
	.download-wrap .view {
		width: 96%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0;
	}
	.download-wrap .down_selectbox {
		padding: 0.5rem 0.3rem .5rem 0.3rem;
	}
	.download-wrap .select_itembox {
		margin-bottom: 0.3rem;
		justify-content: space-between;
	}
	.download-wrap .select_itembox .span {
		font-size: 0.28rem;
		width: auto;
		text-align: center;
	}
	.download-wrap .select_item {
		width: 63%;
		position: relative;
	}
	.download-wrap .select_item .select_up {
		width: 100%;
		height: 0.8rem;
		padding: 0 0.2rem;
		border-radius: 2px;
	}
	.download-wrap .select_item .select_option {
		top: 0.8rem;
		border-radius: 2px;
	}
	.download-wrap .select_item .select_option dd {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.2rem;
		font-size: 0.28rem;
	}

	.download-wrap table{
		width: 1000px; 
		text-align: center;
	}
	.download-wrap table th {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.3rem;
	}
	.download-wrap table td {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}


	.downlogin-box {
		width: 96%;
		border-radius: 2px;
		padding: 0.75rem 0;
	}
	.downlogin-box .form_title {
		font-size: 0.42rem;
		letter-spacing: 0.1rem;
		margin-bottom: 0.3rem;
	}
	.downlogin-box .downform_box {
		width: 92%;
	}
	.downlogin-box .downform_box .form_item {
		height: 0.8rem;
		line-height: 0.8rem;
		margin-bottom: 0.2rem;
	}
	.downlogin-box .downform_box .form_item .icon {
		width: 1rem;
	}
	.downlogin-box .downform_box .form_item .icon img{
		width: 30%;
	}
	.downlogin-box .downform_box .form_item input {
		width: 80%;
		padding-left: 0.2rem;
		font-size: 0.28rem;
	}
	.downlogin-box .downform_box .form_item.code>div:last-child {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.downlogin-box .downform_box .form_item.code input{
		width: 50%;
	}
	.downlogin-box .downform_box .sub_btn {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-top: 0.3rem;
		font-size: 0.3rem;
	}
	.downlogin-box .downform_box .form_item.code>div:first-child {
		width: calc(100% - 2.2rem);
	}

	.downlogin-box.zccg {
		height: 6rem;
		padding: 1rem 0 0;
		font-size: 0.4rem;
	}
	.downlogin-box.zccg img {
		margin-bottom: 0.9rem;
		width: 2rem;
	}
	.downlogin-box .close_btn {
		right: 0.3rem;
		top: 0.3rem;
		width: 0.4rem!important;
	}
	.download-wrap .select_item .select_up span {
		font-size: 0.28rem;
	}
	.forgetpass{
		font-size: .26rem;
	}
	.download-wrap table{
		display: none;
	}



	.m_table{
		box-sizing:border-box;
		margin-left: 0.3rem;
		width: calc(100% - 0.6rem);
		border: 1px solid #ebeef5;
		display: block;
	}

	.m_table .title_t{
		width: 100%;
		padding: 15px 6px;
		height: auto!important;
		line-height: 18px!important;
		background: none!important;
		font-weight: 600!important;
		font-size: 14px;
		display: flex;
		align-items: center;
		box-sizing:border-box;
		justify-content: space-between;
		border-bottom: 1px solid #eee;
	}
	.m_table .item_num img{
		transition:all 0.3s ease 0s;
	}
	.m_table .item_num.cur img{
		transform:rotate(180deg); 
	}
	.m_table .title_t span{
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 90%;
	}
	.m_table .item_box{
		box-sizing:border-box;
		padding: 0 15px;
		display: none;
	}
	.m_table .item{
		box-sizing:border-box;
		border-bottom: 1px solid #eee;
		padding: 14px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.m_table .item span:first-child{
		display: inline-block;
		width: 80px;
		color: #333;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
	}
	.m_table .item span:last-child{
		font-size: 14px;
		line-height: 20px;
		color: #333;
		width: calc(100% - 80px);
	}
}




.pagination a {
	line-height: 43px!important;
}

#search_now{
	width: 2.5rem;
	height:1rem;
	border: 1px solid #d1d1d1;
	text-align: center;
	line-height: 1rem;
	cursor: pointer;
	font-size: 0.4rem;
	margin-left: 3.45rem;

	background: #3d4899;
	border: 1px solid #3d4899;
	color: #fff;
}

@media(max-width: 767px){
	#search_now{
		width: 1.6rem;
		height: 0.7rem;
		text-align: center;
		line-height: 0.7rem;
		cursor: pointer;
		font-size: 14px;
		margin-left: 100%;
		transform: translateX(-100%);
	}

	.pagination a {
		line-height: 28px!important;
	}
}




.form-wrong-tip{
	display: flex;
	align-items: center;
	color: #555;
	font-size: 16px;
	display: none;margin: 5px 0;
	color: #c72e34;
}

.form-wrong-tip img{
	margin-right: 10px;
}

@media(max-width: 767px){
	.form-wrong-tip{
		font-size: 14px;
	}
	.form-wrong-tip img{
		margin-right: 5px;
		width: 18px;
	}
}


.pagination a:hover, .pagination a.active{
	background:#3d4899!important; 
	border: 1px solid #3d4899!important; 
	
}
.page a[rel=next]:hover{

	background-image: url(../img/page-next2.png)!important;
	background-repeat:no-repeat!important;
	background-position: center center!important;
}


@media(max-width: 1440px){
	.pagination a {
    line-height: 33px!important;
}
}
@media(max-width: 767px){
	.pagination a {
    line-height: 27px!important;
}
}