header {
    height: 240px;
    background: #f6f6f6;
}

header .header-left {
    margin-left: 310px;
}

header .header-left-search {
    width: 450px;
    border: 1px solid #9ab5d4;
    border-radius: 4px;
    margin-top: 24px;
}



header .header-left input {
    width: 365px;
    height: 40px;
}

header .header-left .btn {
    flex: 1;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #4175ae;
	width: 85px;
    float: right;
}

header .header-right {
    margin-right: 20px;
}

header .header-right .older-btn {
    height: 50px;
}

header .header-qrcode {
    margin-top: 25px;
}

header .header-qrcode img:nth-of-type(1) {
    margin-right: 20px;
}


.czzb{
	height: 40px;
	background-color: #ff9600;
	border-radius: 19px;
	color: #fff;
	font-weight:600;
	cursor: pointer;
	width: 211px;
	text-align: center;
	line-height: 40px;
}
.czzb a {color: #fff;}