* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
}

.center {
    margin: 0 auto;
    width: 500px;
}

.input {
    margin: 0;
    padding: 0;
    /*border:none;*/
    width: 140px;
    height: 24px;
    float: left;
    /*behavior(js/pie.htc);*/
}

.input1_ul {
    /*behavior(js/pie.htc);*/
}

.select_list {
    display: none;
    position: absolute;
    z-index: 100;
}

.select_list li {
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 4px 0 6px;
    cursor: pointer;
    list-style: none;
    position: relative;
    color: #000;
}

.select_list li:hover {
    /*background-color: #000; onmouseover掩盖了hover*/
    border-bottom: 1px solid #bbb;
}

.input_wrap {
    position: relative;
}
#piaochuang{
    width: 302px;
    height: 147px;
    position: absolute;
    z-index: 999;
}
#piaochuang .box{
    position: relative;
}
#piaochuang p{
    font-size: 14px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 40%;
}
#piaochuang .close{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}