* {
    margin: 0;
    padding: 0;
}

#cover {
    background-color: black;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: none;
    z-index: 22;
    overflow: hidden;
}

#showdiv {
    width:400px;
    margin: 0 auto;
    height:400px;
    display: none;
    position: absolute;
    top:10%;
    left: 14%;
    z-index: 22;
    background: #fff;
    display: block;
    border:3px solid #465263;
}

#showdiv .center-box1 {
    background: #F8F7F7;
    width: 100%;
    height:100px;
    text-align: center;
}

#showdiv .center-box2 {
    text-indent: 50px;
    width: 400px;
    height:276px;
    background-color:#ffffff;
    display: block;
}
#showdiv .center-box2 p{
    font-size: 24px;
    color: black;
    position: absolute;
    top:17%;
    left:31%;
    font-weight: 800;
}
#showdiv .center-box2 span{
    font-size: 17px;
    position: absolute;
    top: 31%;
    left: 3%;
    font-weight:900;
    text-decoration: none;
    color: red;
}
#showdiv .center-box2 a{
    color: #115490;
    font-size: 17px;
    position: absolute;
    top:53%;
    left:26%;
    text-decoration: underline;
    font-weight:900;
}
#showdiv .center-box2 a:hover{
    color:#115490;
}
#showdiv .center-box3 {
    width:50px;
    height:33px;
    text-align: center;
    color:#adadad;
    font-size:26px;
    float: right;
    cursor: pointer;
}
.center{
    width: 100%;
    height: 50px;
    margin-top:25px;
    position: relative;
}
.center input{
    position: absolute;
    top:45px;
    left:20px;
}
.center span{
    position: absolute;
    left:34px;
    top:41px;
    font-size:12px;
}
.center button{
    display: inline-block;
    width:62px;
    height: 30px;
    background-color:#A9A9A9;
    position: absolute;
    top:38px;
    right:41px;
    line-height:26px;
    cursor: pointer;
    color: white;
	border:none
}