/*频道模板css*/
.m_t_40 {
	margin-top:40px;
}
.m_t_60 {
	margin-top:60px;
}
.wid {
	max-width:1160px;
	margin:0 auto;
}
.con_tl {
	padding-bottom:30px;
	min-height:230px;
}


@media screen and (max-width:799px) {
/*频道模板css*/
.banner{
        display:none;

}
	.m_t_40 {
	margin-top:40px;
}
.m_t_60 {
	margin-top:60px;
}
.wid {
	width:90%;
	margin:0 auto;
}
.con_tl {
	padding-bottom:30px;
	min-height:230px;
        overflow-x:auto;
}
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 固定版心 */
.content {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    /* background-color: aquamarine; */
}

.form-top {
    display: flex;
    justify-content: space-between;
}



.select {
    margin-left: 20px;
    padding: 10px 60px;
    border: 1px solid #ccc;
    padding-right: 70px;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background: url('./aside/_下拉箭头小.png') 110px center no-repeat;
    background-size: 12px;
}

.input {
    margin-left: 20px;
    padding: 10px 4px;
    border: 1px solid #ccc;
}

.form-bottom {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 20px;
}

/* .form-bottom-item {
    text-align: right;
    width: 205px;
} */
.form-bottom-wordName {
    margin-left: 41px;
}

.form-bottom-VIN {
    margin-left: 78px;
}

.form-button {
    text-align: right;
}

.form-button button {
    width: 172px;
    height: 41px;
    text-align: center;
    background-color: #d42426;
    letter-spacing: 10px;
    color: #fff;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    /* border: 1px solid ; */
    background-color: #ccc;
    margin-top: 20px;
    margin-bottom: 40px;
}


.tab {
    display: flex;
}

.tab li {
    position: relative;
    margin-right: 66px;
    letter-spacing: 2px;
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
}

.tab li:last-child {
    margin-right: 0;
}

.mask {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 1px;
    right: -25px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    transition: all .3s;
}

.tab .active {
    color: #d42426
}


.masked {
    transform: rotate(225deg);
    top: 7px;
    border-right: 2px solid #d42426;
    border-bottom: 2px solid #d42426;
}

.tab-child {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.tab-child li {
    letter-spacing: 2px;
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
}

/* 查询结果 */
.search {
    margin-top: 80px;
    font-size: 14px;
    font-weight: 800;
}

.search-title {
    display: flex;
    margin-top: 50px;
    padding-left: 25px;
}

.search-time {
    display: flex;
    padding-left: 25px;
    margin-top: 20px;
}