body{
    background: #ac1b0f;
}
.con{
    width: 100%;
    background: url(../images/99_bg.png);
    background-position:center top;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.con_99{
    width: 1200px;
    padding-top:980px ;
  margin:auto;
}
.con_99 img{
    display: block;
    margin: auto;
}
.db{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.from{
    width: 49%;
    height: 420px;
    margin-right: 2%;float: left;
    border: 1px solid #fff;
    background: #41146a;
    border-radius: 10px;
    padding-top: 30px;
    box-sizing: border-box;
}
.from h3{
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.from input{
    display: block;
    margin: auto;
    height: 60px;
    width: 90%;
    font-size: 30px;padding: 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.from button{
    width: 322px;
    height: 60px;
    border: none;
    border-radius: 5px;
    background: #fe7f02;
    margin:auto;
    font-size: 36px;
    color: #fff;
    display: block;
}
.right{
    width: 48%;
    height: 420px;
    background: #41146a;
    border-radius: 10px;
    border: 1px solid #fff;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}
.right h4{
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}
.right div{
    font-size: 23px;
    color: #fff;
    margin-bottom: 20px;
}