*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
a {
    text-decoration: none;
    color: #262628
}
a:hover{
    text-decoration: underline;
}
body{
    /* background: url("../images/bg.jpg") center top no-repeat;
    height: 2136px;
    min-width: 1400px; */
    min-width: 1400px;
    position: relative;
}
.wrap-con {
    background: url(../images/bg.jpg) center top no-repeat;
    height: 2136px;
    position: relative;
}
.header{
    height: 1018px;
}
.header h1{
    display: none;
}
.main{
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.people-list{
    overflow: hidden;
    width: 1500px;
}
.p1{
    padding-left: 50px;
}
.people-list li{
    margin-right: 40px;
    float: left;
    margin-bottom: 20px;
}
.people-list img{
    cursor: pointer;
}
.wish-alert{
    background: url("../images/bg_wish.png");
    width: 505px;
    height: 220px;
    padding: 70px 50px 70px 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -310px;
    z-index: 9;
    display: none;
}
.avater {
    height: 230px;
    margin-right: 30px;
    float: left;
}
.wish-alert p {
    color: #cf0a13;
    font-size: 22px;
    line-height: 38px;
}
.close_sub {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 45px;
    z-index: 10;
}
.alert-opacity {
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}