input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #acb9d4;
    font-size: 0.85rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #acb9d4;
    font-size: 0.85rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #acb9d4;
    font-size: 0.85rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #acb9d4;
    font-size: 0.85rem;
}

html {
    background: #001966;
}

.information_main {
    width: 90%;
    height: auto;
    float: left;
    margin: 0 5%;
    margin-top: 60px !important;
    margin-bottom: 20px !important;
}

/*表单样式表*/
.forinput {
    width: 100% !important;
    display: table;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 0;
    box-shadow: 0 0 10px #001451;
}

.for_p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #001966;
    font-family: "Microsoft Yahei";
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: -10px;
}

.forbox {
    position: absolute;
    z-index: 80;
    font-size: 0.85rem;
    color: #CF0A33;
    display: none;
}

#idn1 {
    top: 43px;
    left: 5px;
}

#idn7 {
    top: 105px;
    left: 5px;
}

#idn5 {
    top: 167px;
    left: 5px;
}

#idn2 {
    top: 229px;
    left: 5px;
}

#idn3 {
    top: 291px;
    left: 5px;
}

#idn4 {
    top: 353px;
    left: 5px;
}

#idn6 {
    top: 415px;
    left: 5px;
}

#idn8 {
    top: 496px;
    left: 5px;
}

.info {
    width: 100%;
    float: left;
    padding: 10px 0;
    position: relative;
}

.info div {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10%;
    float: left;
}

#G7box {
    width: 80%;
    margin-left: 10%;
}

#G_7 {
    width: 92%;
    max-width: 92%;
    min-width: 92%;
    min-height: 40px;
    max-height: 100px;
    float: left;
    height: 40px;
    background: #ffffff;
    padding: 5px 4%;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #343E83;
    border-radius: 2px;
    outline: none;
    border: 1px #acb9d4 solid;
}

#ps {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #343E83;
    text-align: right;
    float: left;
}

.info input {
    width: 92%;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    padding: 0 4%;
    font-size: 0.85rem;
    color: #333333;
    border-radius: 2px;
    outline: none;
    border: 1px #acb9d4 solid;
}

.forinput .p2 {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #acb9d4;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.forinput #Button1 {
    width: 140px;
    height: 30px;
    line-height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background: #CF0A33;
    font-size: 1rem;
    color: #ffffff;
    display: table;
    margin: 10px auto;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.forinput #Button1:hover {
    background: #197bff;
}
