body{
  background-color: #f6f6f6;
  padding-bottom: 56px;
  box-sizing: border-box;
}
.content{
  width: 690px;
  margin: 90px auto 0; 
  padding-top: 205px;
  max-width: 90%;
  background: url(../image/successBg.png) no-repeat top center;
  background-size: 100% auto;

}
.content .messageBox{
  box-sizing: border-box;
  border: 1px solid #089eb4;
  width: 100%;
  background-color: #def0f5;
  padding:32px 85px 10px;
  min-height: 176px;
  
}
.content .messageBox h2{
  font-size: 36px;
  color: #1e1919;
  margin-bottom: 15px;
text-align: center;
}
.content .messageBox p{
  font-size: 16px;
  color: #292323;
  line-height: 28px;
text-align: center;
}
.content button{
  width: 120px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  background-color: #28a7e1;
  display: block;
  margin: 75px auto 0;
  color: #fff;
  cursor: pointer;
  margin-bottom: 75px;
}
@media screen and (max-width: 750px) { 
  .content .messageBox {
    box-sizing: border-box;
    border: 1px solid #089eb4;
    width: 100%;
    background-color: #def0f5;
    padding: 32px 20px 10px;
    min-height: 176px;
}
.content {
  width: 100%;
  margin: 30px auto 0;
  padding-top: 117px;
  max-width: 90%;
  background: url(../image/successBg.png) no-repeat top center;
  background-size: 100% auto;
}
.content .messageBox h2 {
  font-size: 20px;
  color: #1e1919;
  margin-bottom: 15px;
  text-align: center;
}
}