*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
table {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table td,
table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
table th {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.control-label{
    padding-left: 0 !important;
}

button{
	font-size: 12px;
	padding: 5px 10px;
	margin: 10px 0 !important;
	background: #d90505;
	color: #fff !important;
	border: none;
}
.dibu{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #eee;
    width: 100%;
    padding: 10px 0;
}
.dibu a{
    color: #333;
}
.hot-search-input{
    width: 90%;
    margin: 20px auto;
    
}
.hot-search-input input:first-child {
    line-height: 30px;
    color: #999;
    height: 30px;
    padding: 0px 20px;
    width: 70%;
    border: 1px solid #ddd;
    background: #fff;
    border-right: none;
    
    float: left;
    /* margin-top: -0.65px; */
}
.sousuo{
    line-height: 30px;
    color: #999;
    height: 30px;
     border: 1px solid #ddd;
     width: 80px;
}
.biaoti{
        text-align: center;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
}

.lb{
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #eee;
    padding: 20px 10px;
    padding-bottom: 0px;
}
.lb .pi-title{
    font-size: 16px;
    font-weight: bold;
}

.lb.hidden {
    display: none;
}
.yiyi p{
    margin: 0 !important;
}
.jiage{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px){
    .control-label{
        width: 146px;
        text-align: right;
        margin-left: 0 !important;
    }
    
    .yzm{
        display: flex;
       justify-content: space-between;
    }
    .yzml{
        width: 44% !important;
    }
    .yanzm{
        width: 40%;
        padding: 0 !important;
    }
    .button{
        width: 60px;
        font-size: 12px !important;
        padding: 5px 5px;
    }
}