body{
    background: url("/public/hxw/images/head.jpg")no-repeat center top;
    background-size: 100%;
}
.but{
    margin-top: 9.8rem;
}
.btn{
    background: url("/public/hxw/images/btn.png")no-repeat center top;
    height: 1.22rem;
    width: 4.64rem;
    display: block;
    margin:  0 auto;
    border: none;
    background-size: 100%;
    outline: none;
    animation: pulse 1s infinite;
}
.con input:active{
    background: url("../images/btn3.png")no-repeat center;
    height: 1.22rem;
    width: 4.64rem;
    display: block;
    margin:  0 auto;
    border: none;
    background-size: 100%;
    outline: none;
}

}
.text{
    width: 100%;
    position: absolute;
    bottom:5%;
    text-align: center;
    font-size: 0.3rem;
    font-weight: 500;
    margin-top: 0.34rem;
    display: block;
    text-decoration: underline;
}
.text a{
    color: #042a28;
}
.share_pic{
    position: absolute;
    top:-1px;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border:0;
} 