﻿.serch_cons h1 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
}

.serch_cons h2 {
    font-size: 14px;
    color: #555555;
    margin: 20px 0 20px;
}

.ser_table {
    border: 1px solid #dadada;
}

.ser_table>ul>li {
    border-bottom: 1px solid #dadada;
    font-size: 0;
}

.ser_table>ul>li:last-child {
    border-bottom: none;
}

.ser_tit {
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    width: 200px;
}

.ser_dest {
    width: 998px;
    border-left: 1px solid #dadada;
    padding: 0 18px 25px;
}

.ser_dest>ul>li {
    float: left;
    width: 25%;
    padding-top: 25px;
}

.ser_table>ul>li>* {
    display: inline-block;
    vertical-align: middle;
}

.ser_dest>ul>li input {
    float: left;
}

.ser_dest>ul>li p {
    font-size: 12px;
    color: #333333;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 215px;
}

.ser_data_list h3 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin: 30px 0 22px;
}

.serd-tits {
    margin-bottom: 12px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.serd-tits>ul>li {
    float: left;
    width: 18%;
    margin-left: 2%;
}

.ser_data_tab {
    border: 1px solid #dadada;
}

.ser_data_tab>ul>li {
    border-bottom: 1px solid #dadada;
}

.ser_data_tab>ul>li:last-child {
    border-bottom: none;
}

.ser_names {
    width: 260px;
    padding: 20px 25px;
}

.ser_speck {
    width: 938px;
    padding: 20px 0;
}

.ser_speck p {
    font-size: 14px;
    color: #626262;
    line-height: 24px;
}

.ser_speck_tit {
    margin-bottom: 10px;
}

.ser_speck_tit>p {
    width: 33.33%;
    float: left;
    color: #000000;
    font-size: 14px;
}

.ser_speck_tit>p.weld {
    font-size: 16px;
    font-weight: bold;
}

.ser_speck_tit>p em {
    font-weight: bold;
    color: #0054a6;
}

.ser_p em {
    color: #0054a6;
}

.null_text{
	padding: 20px 0 20px 0;
}
.null_text>p{
	padding-bottom: 10px;
}
.null_text>p:last-child{
	padding-bottom: 0;
}
.form_main{
	display: flex;
	flex-wrap: wrap;
}
.form_main>div{
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.form_main>div:last-child{
	width: 100%;
}
.lab_input:last-child .lab_tt{
	/* height: 200px; */
	width: 100%;
}
.form_main>div:nth-child(2n+2){
	display: flex;
	justify-content: flex-end;
}
.form_main>div label{
	    width: 134px;
	    display: inline-block;
	    text-align: right;
	    margin-right: 24px;
}
.form_main>div label i{
	color: red;
	font-weight: bold;
}
.lab_tt{
	width: 360px;
	display: flex;
}
.lab_tt input{
	background: #fff;
	width: 100%;
	    padding: 8px;
	    border: 1px solid #dedede;
}
.lab_tt select{
	border: 1px solid #dedede;
}
.form_main>div textarea{
	width: 100%;
	background: #fff;
	border: 1px solid #dedede;
}
.form_main>div:last-child label{
	width: 154px;
}
.submit{
	display: flex;
	justify-content: center;
}
.submit button{
	    background: #fe7e02;
	    padding: 8px;
	    padding-left: 36px;
	    padding-right: 36px;
		color: #fff;
		border: 0;
}

/* 手机端 */
/* 手机端 */
@media screen and (max-width: 768px) {
    .serch_cons h1 {
        font-size: .26rem;
    }
    .serch_cons h2 {
        font-size: .14rem;
        margin: .2rem 0;
    }
    .ser_tit {
        font-size: .14rem;
        width: 2rem;
    }
    .ser_dest {
        width: calc(100% - 2rem);
        padding: 0 .18rem .25rem;
    }
    .ser_dest>ul>li {
        width: 100%;
        padding-top: .25rem;
    }
    .ser_dest>ul>li p {
        font-size: .12rem;
        margin-left: .1rem;
        width: 3rem;
    }
    .ser_data_list h3 {
        font-size: .18rem;
        margin: .3rem 0 .22rem;
    }
    .serd-tits {
        margin-bottom: .12rem;
        font-size: .14rem;
    }
    .ser_names {
        width: 2rem;
        padding: .2rem .25rem;
    }
    .ser_speck {
        width: calc(100% - 2rem);
        padding: .2rem 0;
    }
    .ser_speck_tit {
        margin-bottom: .1rem;
    }
    .ser_speck_tit>p.weld {
        font-size: .16rem;
    }
    .ser_speck_tit>p {
        width: 100%;
        float: none;
    }
    .ser_speck p{
        line-height: 21px;
    }
    .ser_speck p {
        font-size: .14rem;
    }
}