.kv_pos1 {
    position: absolute;
    top: .52rem;
    left: .25rem;
    width: 3.85rem;
}
.kv_t1 {
    position: absolute;
    top: 0.62rem;
    left: 0.45rem;
    font-size: .28rem;
    color: var(--white);
}
.kv_t2 {
    position: absolute;
    top: 1.3rem;
    left: 0.25rem;
    font-size: 0.55rem;
    font-weight: bold;
    color: #0b7bf4;
}
.kv_t3 {
    position: absolute;
    top: 1.95rem;
    left: 0.25rem;
    font-size: 0.55rem;
    font-weight: bold;
    color: #1b2255;
}
.kv_t4 {
    position: absolute;
    top: 2.65rem;
    left: 0.25rem;
    font-size: 0.22rem;
    color: #1b2255;
}
.title1 {
    margin: .98rem 0 .57rem 0;
}
.big-title {
    text-align: center;
}
.big-title h2 {
    font-size: 0.46rem;
    color: #1b2255;
    font-weight: bold;
}
.big-title h3 {
    margin-top: .1rem;
    font-size: 0.28rem;
    color: #888888;
    font-weight: normal;
}
.servers {
    background: linear-gradient(to right, #fff, #fbfcfd);
}
.servers-ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    width: 93.6%;
    /*background: #f7f9fd;*/

}
.servers li {
    /*width: 45.6%;*/
    padding-top: .52rem;
    margin-top: .2rem;
    width: 3.42rem;
    /*width: 50%;*/
    height: 3.93rem;
    background: linear-gradient(to bottom, #f7f9fd, #fff);
    border: 2px solid #fff;
    border-bottom: none;
    box-shadow: 1px 2px 19px 1px #eef5fc;
    border-radius: .1rem;
}

.servers h3 {
    margin-top: .3rem;
    font-size: 0.3rem;
    font-weight: normal;
    color: #1b2255;
    text-align: center;
    justify-content: center;
}
.servers p {
    margin: .2rem auto 0;
    width: 80%;
    font-size: 0.24rem;
    color: #666666;
    text-align: left;
    line-height: 1.4;
}
.process {
    margin: 1.37rem 0 0 0;
    padding-top: 1rem;
    height: 5.83rem;
    background: url(images/ddqxz_bg@3x.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.process-ul {
    margin: .97rem auto 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 87%;
}
.process-num {
    font-size: .4rem;
    font-family: Arial;
}
.process-icon {
    margin: .18rem 0;
    display: block;
    width: 1.2rem;
}
.process-t {
    font-size: .24rem;
}
.ps {
    padding: .1rem 0;
    font-size: .12rem;
    /*line-height: .24rem;*/
    line-height: 1.5;
    color: var(--grey-9);
    background: #333333;
}
.ps p {
    margin: 0 auto;
    width: 95%;
}

.advantage-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 93.6%;
}
.advantage-ul > li {
    margin-top: .29rem;
    width: 3.41rem;
    border-radius: .15rem;
    overflow: hidden;
}
.advantage-img {
    padding: 2.03rem 0 0 .4rem;
    width: 100%;
    /*width: 3.41rem;*/
    height: 2.6rem;
}
.advantage-img-1 {
    background: url(images/advantage1.jpg) no-repeat center;
    background-size: cover;
}
.advantage-img-2 {
    background: url(images/advantage2.jpg) no-repeat center;
    background-size: cover;
}
.advantage-img-3 {
    background: url(images/advantage3.jpg) no-repeat center;
    background-size: cover;
}
.advantage-img-4 {
    background: url(images/advantage4.jpg) no-repeat center;
    background-size: cover;
}
.advantage-h3 {
    color: #fff;
    font-size: .3rem;
    font-weight: normal;
}
.advantage-list {
    padding: .33rem 0 .33rem .36rem;
    font-size: .24rem;
    line-height: 1.6;
    color: #666666;
    background: #f7fafe;
}
.form-box {
    margin-top: 1.4rem;
    padding: 1rem 0 1.38rem 0;
    background: url(images/form_bg.jpg) no-repeat center;
    background-size: cover;
}
.form {
    /*padding: 0 5%;*/
    margin: .55rem auto .6rem;
    padding: 0 .3rem .6rem .3rem;
    width: 93.8%;
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
}
.form li  {
    display: flex;
    align-items: center;
    height: 1.07rem;
}
.form li + li {
    border-top: 1px solid #ededed;
}
.form li:last-child {
    border-top: none;
}
.form span {
    width: 1.72rem;
    font-size: .3rem;
}
.form-text {
    flex: 1;
    /*margin: .2rem auto;*/
    display: block;
    /*width: 100%;*/
    /*height: 1.07rem;*/
    height: 100%;
    border: none;
    outline: none;

    /*background: var(--grey-f3);*/
    /*color: var(--ok-blue);*/
}
.radio-custom {
    margin-right: .1rem;
    display: flex;
}
label {
    display: flex;
    align-items: center;
    font-size: .28rem;
    cursor: pointer;
    text-align: left;
    /*font-size: 1.125rem;*/
    color: var(--grey-3);
    font-weight: normal;
    padding-left: .1rem;
}
.radio-box {
    display: flex;
}
.submit-icon {
    margin-right: .18rem;
    width: .31rem;
}
.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: .84rem;
    line-height: .84rem;
    font-size: .32rem;
    text-align: center;
    background-color: #0d74f2;
    color: var(--white);
    font-weight: normal;
    border: none;
    /*padding: 15px;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: .1rem;
}
.line {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.42rem;
    height: .82rem;
    border: 1px solid #fff;
    border-radius: .1rem;
    font-size: .32rem;
    color: #fff;
}
.line-icon {
    width: .37rem;
}
.bank {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.3rem;
}
.bank li {
    width: 25%;
}
.bank img {
    width: 100%;
}
.footer {
    padding: .1rem 0 1rem 0;
    margin: 0 auto;
    /*width: 93.8%;*/
    background: #0d74f2;
    color: #fff;
}
.aboutUs {
    /*padding: .33rem 0 .33rem .36rem;*/
    font-size: .28rem;
    line-height: 1.6;
    width: 93.8%;
    color: #fff;
}
.contact {
    margin: 0 auto;
    width: 93.8%;
}
.contact li {
    font-size: .28rem;
    line-height: 1.6;
    color: #fff;
}
.qr {
    display: block;
    margin: .3rem auto;
    width: 2rem;

}
