.y-top {
    display: block;
    background: #F9F4E6;
    padding: 20px;
    width: auto;
    height: auto;
    margin: 20px 0;
}

.y-top1 .input-box {
    width: 27.5%;
}

.y-top1 .input-box, .y-top1 .select {
    display: inline-block;
    width: auto;
    background: #fff;
    margin-right: 1%;
}
.y-top .input-box, .y-top .select {
    background: #fff;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
	width:28%;
}
.select {
    position: relative;
	
}
.input-box {
    height: 25px;
    line-height: 25px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    background: #fff;
    display: table-cell;
    width: 1000px;
}
.select input {
    box-sizing: border-box;
    color: #333;
    font: 14px "\5FAE\8F6F\96C5\9ED1";
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 5px;
    border: none;
    vertical-align: top;
    width: 100%;
}
.care {
    position: absolute;
    top: 11px;
    right: 5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: red;
}

.select-up{display:none;position:absolute;top:32px;left:0;right:0;cursor:pointer;font-size:14px;line-height:24px;padding:0;background:rgba(255,255,255,.5);z-index:100}
.select-up a{display:block;color:#333;padding:4px 10px}
.select-up a:hover{background:rgba(255,255,255,.5)}

.y-top .select-up a {
    margin: 2px 0;
    font-size: 14px;
    background: #fdc11c;
    border-radius: 2px;
}
.select-up a {
    display: block;
    color: #333;
    padding: 4px 10px;
}
#sfz_div input {
    width: 260px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    /* background: url(../Images/sfz_bg.jpg) center right no-repeat; */
    padding-left: 5px;
    border: none;
}

.key_normal {
    border: 1px solid #dddddd;
    height: 18px;
    width: 500px;
}
#mdz_div input {
    width: 260px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    /* background: url(../Images/sfz_bg.jpg) center right no-repeat; */
    padding-left: 5px;
    border: none;
}
.form-top .form-btn, .y-top .form-btn {
    padding: 3px 10px;
}

.y-top .form-btn {
    float: right;
    margin: 0;
}
.form-btn {
    font: 20px "\5FAE\8F6F\96C5\9ED1";
    padding: 3px 41px;
    margin-top: 5px;
    background: #fec110;
    color: #333;
    border-radius: 5px;
    display: inline-block;
    border: none;
    cursor: pointer;
}