body{
    background: url(../images/profeta.png) no-repeat;
    background-size:100% 940px;
    background-repeat: no-repeat;
}
#sy{
    position: fixed;
    width:800px;
    height:60px;
    left:65%;
    top:27%;
    margin-left: -200px;
    margin-top: -150px;
}
img{
    width: 200px;
    height: 118px;
    position: relative;
    margin-bottom: 1px;
    z-index: -2;
    transform: translate(125%,25%);
}
input{
    background-color: #778899;
    padding: 0px 20px 0px 40px;/*设置input内边距*/
    height: 38px;
    /*设置input样式好看*/
    font-size: 18px;
    color: #FFFFFF;
    border: 0px;
    border-radius: 10px;
    outline: none;
    margin: 2px 0px 2px 0px;
    width: 330px;
}
select{
    background-color: #778899;
    padding: 0px 20px 0px 40px;/*设置input内边距*/
    height: 38px;
    /*设置input样式好看*/
    font-size: 18px;
    color: #FFFFFF;
    border: 0px;
    border-radius: 10px;
    outline: none;
    margin: 2px 0px 2px 0px;
    width: 390px;
}
p{
    color: white;
    margin: 2px 0px 2px 0px;
}
label{
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
    text-align: right;
    width: 150px;
    vertical-align: top;
    padding-top:11px;
}
span{
    color: #CD0000;
    font-size: 15px;
    width: 300px;
}
#re{
    margin-top: 38px;
    background-color: #CDCD00;
    width: 390px;
    text-align: center;
}
#jump{
    margin: 42px 1px 1px 350px;
    font-size: 13px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input::-webkit-input-placeholder{
    color:#FFFFFF;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#FFFFFF;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#FFFFFF;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#FFFFFF;
}



