*{
	padding:0px;
	margin:0px;
	
}
body{
font-size: 14px;
color: #000;
background: #fff;
}
a {
	color:#000;
    text-decoration: none;
}
ul li{
    display: block;
    list-style-type: disc;
}

.item{
	max-width: 750px;
	margin:0px auto;
	width:100%;
}
.block{
	height: 50px;
    display: inline-block;
    width: 100%;	
}


.h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-indent: 2%;
    background: #fff;
    margin: 10px 0px;
}
.h2:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: purple;
    margin-right: 8px;
}


/*头部*/
.top {
    font-weight: 700;
    padding: 6px 16px;
    text-align: center;
    background-color: #009688;
}
.bolk {
    font-size: 20px;
    float: left;
    color: #fff;
}
.zhu {
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.h1 {
    color: #666;
    font-size: 15px;
    line-height: 32px;
    padding: 2%;
}

/*订单查询*/
.click_show_titleName {
    line-height: 30px;
    text-align: center;
}
#txtkey {
    width: 77%;
    float: left;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 5px;
    text-indent: 4px;
    outline: 0;
    font-size: 16px;
}
#btnQuery {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    background: #009688;
    border: 0;
    color: #eee;
    cursor: pointer;
    width: 20%;
}

/*底部航行*/
.navbottom {
    max-width: 720px;
    width: 100%;
    height: 45px;
    border: none;
    position: fixed;
    bottom: 0px;
    font-size: 1rem;
    background: white;
    letter-spacing: 2px;
}
.navbota {
    color: black;
    text-decoration: none;
    float: left;
    text-align: center;
    width: 30%;
}