/*css reset*/

*{margin:0;padding:0;border:0; /* font-family: "微软雅黑","Microsoft YaHei", Helvetica, Arial; */}
body,div,table,p,ul,li,span,b,a,h1,tr,td,th,form,dl,dt,dd,input{margin:0; padding:0;}
body{
overflow:Scroll;
    overflow-x:hidden;

}
img{border:0;}
ul,li{list-style:none;}
a{text-decoration:none;}
body,html{margin:0px;}
.center{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.last{
    margin-right: 0;
}
a.last{
    margin-right: 0;
}
label{
    cursor: pointer;
}
/*select*/.divInput{
              margin: 200px;
          }
ul li{
    list-style: none;
}

.input{
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #cccccc;
    position: relative;
}
.input input{
    border: none;
    outline: none;
    width: 90%;
}
.input img{
    position: absolute;
    right: 34px;
    top: 48%;
}
.list{
    width: 150px;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.list ul li{
    width: 100%;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    padding-left: 10px;
}
.list ul li:hover{
    background-color: #cccccc;
}
.shadow{
    z-index: 200;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    background: rgba(0,0,0,.45);
    display: none;
}