input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #acb9d4;
    font-size: 1rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #acb9d4;
    font-size: 1rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #acb9d4;
    font-size: 1rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #acb9d4;
    font-size: 1rem;
}

html {
    background: #343E83;
}

.up_to {
    width: 60px !important;
    padding: 15px 5px;
    background: #F5F6FA;
    border-radius: 6px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -38px;
    display: none;
}

.up_to p {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 12px !important;
    color: #343E83;
    text-align: center;
}

.up_to img {
    width: 30px;
    margin: 0 15px;
    float: left;
}

.section {
    width: 100%;
    float: left;
    background: url("../images/baoming.jpg");
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: -80px;
}

/*表单样式表*/
.forinput {
    width: 1000px !important;
    display: table;
    margin: 0 auto;
    margin-top: 200px;
    background: #ffffff;
    border-radius: 4px;
    padding: 30px 0;
}

.forbox {
    position: absolute;
    z-index: 80;
    font-size: 16px;
    color: #acb9d4;
    display: none;
}

#idn1 {
    top: 53px;
    left: 166px;
}

#idn7 {
    top: 53px;
    left: 612px;
}

#idn5 {
    top: 140px;
    left: 166px;
}

#idn2 {
    top: 140px;
    left: 612px;
}

#idn3 {
    top: 227px;
    left: 166px;
}

#idn4 {
    top: 227px;
    left: 612px;
}

#idn6 {
    top: 314px;
    left: 166px;
}

#idn8 {
    top: 314px;
    left: 612px;
}

.info {
    width: 1000px;
    float: left;
    padding: 10px 0;
    background-color: #ffffff;
    position: relative;
}

.info div {
    width: 395px;
    margin-top: 25px;
    margin-bottom: 20px;
    float: left;
}

.info div:first-child {
    margin-left: 85px;
    margin-right: 50px;
}

.info div:nth-child(3) {
    margin-left: 85px;
    margin-right: 50px;
}

.info div:nth-child(5) {
    margin-left: 85px;
    margin-right: 50px;
}

.info div:nth-child(7) {
    margin-left: 85px;
}

#G7box {
    width: 395px;
    margin-left: 50px;
}

#G_7 {
    width: 280px;
    max-width: 280px;
    max-height: 40px;
    min-width: 280px;
    min-height: 40px;
    float: left;
    height: 40px;
    background: #ffffff;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #343E83;
    border: none;
    border-radius: 2px;
    outline: none;
    box-shadow: 0 0 0 1px #acb9d4;
}

#ps {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #343E83;
    text-align: right;
    float: left;
}

.info p {
    width: 70px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #343E83;
    text-align: right;
    float: left;
}

.info input {
    width: 280px;
    float: left;
    height: 40px;
    background: #ffffff;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
    border: none;
    border-radius: 2px;
    outline: none;
    box-shadow: 0 0 0 1px #acb9d4;
}

.forinput .p2 {
    width: 1000px;
    line-height: 30px;
    float: left;
    color: #acb9d4;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.forinput #Button1 {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background: #E74A30;
    font-size: 16px;
    color: #ffffff;
    display: table;
    margin: 20px 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;
}
