em{
    font-style: normal;
}

/*表单头部*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;

}

table th,
table td {
  padding: 0;
  margin: 0;
}
button:focus {
  outline: none;
}
.search_box{
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.search_box1{
    max-width:864px ;
    height: 54px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
}
.search_inp{
    width: 747px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
    border: 1px solid #E1E1E1;
    padding-left:21px;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.search_btn{
    width: 107px;
    height: 100%;
    background: #722F8B;
    border-radius: 0px 10px 10px 0px;

    padding:0;
    margin: 0 ;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}




.table_header{
    width: 100%;
    height: 71px;
    background: #722F8B;

    border: 1px solid #404040;
    background: #722F8B;
}
.table_header td{
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 20px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
}
.xinhao{
    width: 40%;
}
.huoqi{
    width: 30%;
}
/*.num{*/
/*    width: 15%;*/
/*}*/

.price{
    width: 15%;
}


table tr td:nth-of-type(1){
    padding-left: 26px;
}
.search_list{
    display: flex;
    height:130px;
    align-items: center;
}
.search_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.search_tit p:nth-of-type(1){
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
.kucun{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 11px;
}
table,tbody{
    width: 100%;
}
/* 选择父元素下的奇数位置元素 */
table tbody:nth-of-type(2) tr:nth-child(odd) {
  background-color: #232529;
}

/* 选择父元素下的偶数位置元素 */
table tbody:nth-of-type(2) tr:nth-child(even) {
  background-color: #31343A;
}
table tbody:nth-of-type(2) tr{
    width: 100%;
    height: 130px;
}
.search_img{
    width: 108px;
    height: 89px;
}
.number{
    width: 163px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    display: flex;
}
.number div{
    width: 42px;
    height: 100%;
    background: #63666D;

    border: 1px solid #949292;
    cursor: pointer;
}
.number div:nth-of-type(1){
    border-radius: 4px 0px 0px 4px;
}
.number div:nth-of-type(2){
    border-radius: 0px 4px 4px 0px;
}
.number_inp{
    outline: none;
    border: none;
    width: 79px;
    height: 100%;
    background: #54575E;
    color: #fff;
    text-align: center;
    border: 1px solid #949292;
    border-left: none;
    border-right: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
    }
.dashed{
    cursor:none;
}


/*立即询价*/
.select_price{
    width: 126px;
    height: 45px;
    background: #722F8B;
border-radius: 23px 23px 23px 23px;
color: #fff;
}
button{
   margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  outline: none;
}




/* 分页器样式*/


	/*多行溢出*/
.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}



/* 页码 */
.page_box{
    display: flex;
    justify-content: center;
    height: 130px;
    background: #232529;
}
.page {
	width: fit-content;
	margin: 0 auto;
	/* margin-top: 0.5rem; */
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: rgba(154, 154, 154, 1);
}
.item{
     width: 32px;
    height: 32px;
    background: #fff;
}
.page .list .item {

    line-height: 32px;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #DEDEDE;
	text-align: center;
	color: #7D7D7D;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	border-radius: 2px 2px 2px 2px;
}

.page .list .item:hover {
	background: #630C88;
	color: #fff;
	border: 1px solid #722F8B;
}

.page .list .active {
	background: #630C88;
	color: #fff;
	border: 1px solid #722F8B;
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(230, 230, 230, 1);
	cursor: pointer;
	overflow: hidden;
	border-radius: 2px;
}

.page .btn img {
	height: 11px;
	object-fit: contain;
}
.next_turn,.prev_turn{
    transform: rotate(180deg);
}
/*.page .prev::after {*/
/*	content: '<';*/
/*}*/

/*.page .next::after {*/
/*	content: '>';*/
/*}*/

/*.page .prev::after,*/
/*.page .next::after {*/
/*	position: absolute;*/
/*	font-size:16px;*/
/*	font-family: '宋体';*/
/*	color: rgba(154, 154, 154, 1);*/
/*	font-weight: bold;*/
/*}*/

/*.page .btn:hover {*/
/*	background: #722F8B;*/
/*}*/

.page .disable {
	opacity: 0.5;
}

.page .btn:hover img {
	filter: brightness(0) invert(1);
}

.page .total {
	margin-right: 23px;
	font-size:14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.page .to_page {
    font-size:14px;
	color: rgba(154, 154, 154, 1);
	margin-left: 8px;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei,
	Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	/* line-height: 0.24rem; */
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.page .to_page input {
    width: 60px;
    height: 32px;
	border: 1px solid rgba(230, 230, 230, 1);
	outline: none;
	font-size: 14px;
	color: #FFFFFF;
	background: transparent;
	box-sizing: border-box;
	padding-left: 20px;
}

.to_input {
	position: relative;
	background: #fff;

}

.page .to_page .icon {
	display: inline-block;
	background-image: url(portal-saas/new2024040920311750708/cms/image/023f6882-9047-470a-994b-6cc4f4069b4b.png_186xaf.png);
	background-repeat: no-repeat;
    background-position: center center;
	position: absolute;
	top: 50%;
	right: 0;
    transform: translateY(-50%);
    margin-top: 0;
}
.page .list .bor{
	border: 0;
}

.page_btn{
    width: 72px;
    height: 32px;
    line-height: 32px;
    background: #722F8B;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    box-sizing: border-box;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

/*询价表单*/
.tell_pricebox{
    height: 783px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    padding-left: 216px;
    padding-right: 210px;
    padding-top: 55px;
}
.price_info{
    border-bottom: 1px solid #D7D7D7;
}
.price_info input{
    outline: none;
    border: 0;
    height: 32px;
    font-size: 16px;
}
.price_info+.price_info{
    margin-top: 31px;
}
.price_info em:nth-of-type(1){
    color: #C6232A;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.price_info em:nth-of-type(2){
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #98A1A6;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


/*上传文件按钮*/
label{
    margin: 0;
}
.file_box{
    display: flex;
    align-items: center;

    margin-top: 40px;
}
.custom-file-upload {
    cursor: pointer;
    /* 自定义样式 */
    color: white;
    outline: none;
    transition: background-color 0.3s;
    width: 198px;
    height: 46px;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #CCCCCC;



    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #722F8B;
    /*text-align: center;*/
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* 隐藏原生input */

.custom-file-upload input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    user-select: none;
}
.upload_img{
    width: 18px;
    height: 17px;
    margin-right: 6px;

}
.upload_img img{
    display: block;
}
.download{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: right;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    margin-left: 19px;
}
.file_name{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 22px;
}
.submit_box p{
     font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.submit_btn{
    font-size: 20px;
    color:#fff;
    font-weight:600;
    margin: 0 auto;

    margin-top:36px ;
    margin-bottom: 36px;
}
.sub_img{
    width: 26px;
    height: 24px;
    margin-left: 100px;
}
.sub_img img{
    width: 100%;
    height: 100%;
}
.submit_btn{
    width: 300px;
    height: 60px;
    background:#630C88 ;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*询价成功弹窗*/
.fixed_box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    /*display: none;*/
}
.success_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 701px;
    height: 416px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    /*margin: 0 auto;*/
    /*margin-top: 50%;*/
    /*transform: translateY(-50%);*/
}
.success_info{
    margin-top: 12px;
    margin-bottom: 38px;
}
.success_info_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success_info_box p:nth-of-type(1){
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.success_info_box p:nth-of-type(2){
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    text-align: center;
    font-style: normal;
    text-transform: none;

    margin-top: 20px;
    margin-bottom: 52px;
}
.close_btn{
    width: 385px;
    height: 52px;
    background: #722F8B;
    border-radius: 26px 26px 26px 26px;

    /*按钮文字样式*/
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;

}
.close_icon{
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    margin-right: 20px;
}
.close_icon img{
    cursor: pointer;
}



/*动态分页样式*/
.page_box1{
    margin-top: 62px;
}


.ht-page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-box .num {
	width: 32px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 1px 1px 1px 1px;
	border: 1px solid #E5E5E5;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	margin: 0 4px;
	box-sizing: border-box;
}
.page-box .num a {
	text-decoration: none;
	color: #4D4D4D;
}

.page-box #pageInput {
	width: 79px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 1px 1px 1px 1px;
	opacity: 1;
	border: 1px solid #B3B3B3;
	margin: 0 10px;
	text-align: center;
}

.page-box #pagebtn {
	display: none;
}

.page-box .total_page {
	margin: 0 10px;
}

.page-box .num.current,
.page-box .num:hover {
	background: #7AA9D9;
	color: #fff;
}

.page-box .num.current a,
.page-box .num:hover a {
	color: #fff;
}


.page_a{
   margin: 0 4px;
}
.total{
    margin-right: 20px;
}
.total_page{
    margin-right:0;
    margin-left: 20px;
}
.jump_box{
    display: flex;
    align-items: center;
}
/*跳转页数输入框*/
#pageInput{
        width: 60px;
    height: 32px;
   padding-left: 12px;

}

.pageInp_after{
    position: relative;
    display: inline-block;
    margin: 0 8px ;
}
.pageInp_after::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('portal-saas/new2024040920311750708/cms/image/023f6882-9047-470a-994b-6cc4f4069b4b.png_186xaf.png');
    position: absolute;
    top: 8px;
    right: 8px;
}
#pagebtn{
    width: 72px;
    height: 32px;
    background: #722F8B;
    border-radius: 2px 2px 2px 2px;

    margin-left: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    line-height: unset;
}

