html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

main {
    display: block
}

* {
    font-family: -apple-system, BlinkMacSystemFont, SF Pro SC, SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto, Hiragino Sans GB, arial, microsoft yahei ui, Microsoft YaHei, SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    box-sizing: border-box;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

body {
    min-height: 100%;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cl {
    clear: both;
}
.fl{
    float:left;
}
.fr{
    float:right;
}


a {
    text-decoration: none
}

h1 {
    font-size: 38px;
    line-height: 58px
}

h1,
h2 {
    font-family: PingFangSC-Medium;
    color: #191c3d
}

h2 {
    font-size: 30px;
    line-height: 48px
}

h3 {
    font-size: 26px;
    line-height: 42px;
    font-family: PingFangSC-Medium;
    color: #191c3d
}

p {
    color: rgba(25, 28, 61, .8)
}

p,
section span {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    font-family: PingFangSC-Regular
}

section span {
    color: rgba(25, 28, 61, .5)
}
.content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 750px;
}

.container {
    margin: 0 auto 0;
    width: 1080px;
    max-width: 94%;
}

header{
    position: absolute;
    width:100%;
    top:0;
    left:0;
    height:60px;
    padding-top:16px;
    border-bottom:1px solid #E8EBF3;
}
header .logo{
    height:29px;
    width:auto;
}

.r_content {
    width:364px;
    max-width: 94%;
    margin:0 auto;
    align-self: center;
}
.r_content h1{
    font-size: 20px;
    font-weight: bold;
    color:#000;
    line-height: 20px;
    margin-bottom:29px;
}
.r_content h1 small{
    display: block;
    width:18px;
    height:4px;
    background-color:#3296FA;
    margin-bottom:9px;
}

.r_content form li{
    width:100%;
    height:54px;
    background-color:#FAFAFC;
    margin-bottom:30px;
    position: relative;
}
.r_content form li i{
    position: absolute;
    height:100%;
    line-height: 55px;
    top:0;
    left:22px;
}
.r_content form li input{
    width:100%;
    height:100%;
    border:2px solid #E6E6EB;
    background:none;
    padding-left:66px;
    padding-right:22px;
    font-size: 14px;
    color:#333333;
}
.r_content form li input::placeholder{
    color:#A6AFBE;
}
.r_content form li input:focus{
    outline: none;
    border:2px solid #3296FA;
}
.r_content form .paystyle{
    display: flex;
    align-items: center;
    margin-bottom:30px;
    color:#000;
    font-size: 14px;
}
.r_content form .paystyle input{
    margin-right:5px;
}
.r_content form .paystyle input:first-child{
    margin-left:20px;
}
.r_content form .paystyle span{
    margin-right:30px;
    color:#666
}
.r_content form li small{
    position: absolute;
    width:54px;
    text-align: center;
    height:50px;
    line-height: 50px;
    top:2px;
    right:2px;
    font-size: 14px;
    color:#666666;
    border-left:2px solid #E6E6EB;
    background-color:#FAFAFC;
}
.r_content form .submit{
    width:100%;
    height:54px;
    text-align: center;
    font-size: 18px;
    background-color:#3296FA;
}

.r_content form .submit input{
    width:100%;
    height:100%;
    border:none;
    background:none;
    color:#fff;
}
.r_content form .submit input:focus{
    outline: none;
}
.r_content .error{
    border:1px solid #F25643;
    background-color:#FEF0F0;
    width:100%;
    height:32px;
    line-height: 30px;
    color:#F25643;
    font-size: 12px;
    padding:0 22px;
    margin-bottom:30px;
    display: none;
}
.submitSub{
    display: none;
    cursor: pointer;
}

footer{
    padding-bottom:2%;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align: center;
    font-size: 12px;
    color:#C1C1C1
}


/* success */
.r_success{
    width:538px;
    max-width: 94%;
    margin:0 auto;
    align-self: center;
    text-align: center;
}

.r_success img{
    width:430px;
    height:auto;
    display: block;
    margin:0 auto 21px;
    max-width: 100%;
}
.r_success h2{
    font-weight: bold;
    color:#000;
    font-size: 22px;
    line-height: 22px;
    text-align: center;;
    margin-bottom:14px;
}
.r_success p{
    font-size: 14px;
    color:#000;
    line-height: 24px;
}
.r_success p .color{
    color:#3296FA;
    font-weight: bold;
}
.r_success .returnStart{
    display: block;
    margin:63px auto 0;
    width:364px;
    max-width:100%;
    height:54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    background-color:#3296FA;
    color:#fff;
    cursor: pointer;
}
.r_success .returnStart:focus{
    outline: none;
}

@media (max-width:768px){
    .content{
        min-height: auto;
    }
    .r_content,
    .r_success{
        align-self:flex-start;
        margin-top:90px;
    }
    .r_content .error{
        margin-bottom:15px;
    }
    .r_content form li{
        margin-bottom:15px;
    }
    footer{
        position: static;
        margin-top:20px;
        padding-bottom:5%;
    }
    .r_success .returnStart{
        margin-top:30px;
        margin-bottom:50px;
    }
}


