﻿.page_content {
    background-color: #fff;
    margin: 20px auto;
}

.y-nav {
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
}

.y-nav ul {
    font-size: 0;
    list-style-type: none;
    list-style: none;
    padding-inline-start: 0;
    position: relative;
    height: 54px;
}

.y-nav li {
    position: absolute;
    width: 196px;
    display: inline-block;
    font-size: 15px;
    line-height: 54px;
    height: 54px;
    vertical-align: top;
    background: url(/images/webs/r-nav-c.png) no-repeat;
}

.y-nav li:first-child {
    background: url(/images/webs/r-nav-f.png) no-repeat;
}

.y-nav li:last-child {
    background: url(/images/webs/r-nav-l.png) no-repeat;
}

.y-nav li.checked {
    color: #fff;
    background: url(/images/webs/r-nav-cc.png) no-repeat;
}

.y-nav li:first-child.checked {
    background: url(/images/webs/r-nav-cf.png) no-repeat;
}

.y-nav li:last-child.checked {
    background: url(/images/webs/r-nav-cl.png) no-repeat;
}

.f-panel-body {
    background-color: #fff;
}

button, input, select, textarea {
    font: inherit;
    padding: 0;
    outline: none;
    margin: 0;
}

.f-panel-body .f-field {
    margin-bottom: 20px;
}

.f-panel-body input {
    width: 100%;
    height: 52px;
    background-color: #f3f6ff;
    border: none;
    border-radius: 2px;
    display: block;
    text-indent: 25px;
}

.f-field-checkbox-icon-wrap {
}

.f-fieldlabel-text {
    line-height: 52px;
}

.f-field-body-checkboxlabel {
    line-height: 52px;
}

.upload.f-btn {
    background-color: #f3f6ff;
    border-color: transparent;
}

.f-field-body.f-field-label {
    text-align: left;
}

.next_btn {
    width: 180px;
    height: 50px;
    background-color: #2a2948;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    border: none;
}

.next_btn.f-state-default {
    background-color: #2a2948;
}

.next_btn .f-btn-text {
    line-height: 42px;
    color: #fff;
}

.next_btn.pre {
    background-color: #aeb6cf;
}

.code_btn {
    margin-top: 8px;
    width: 110px;
    height: 36px;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    border: 1px solid #2a2948;
    position: absolute;
    right: 28px;
    z-index: 999;
}

.code_btn.f-state-default {
    background-color: transparent;
}

.code_btn .f-btn-text {
    line-height: 26px;
    color: #2a2948;
}

.y-rule {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.y-rule .rcontent {
    width: 820px;
    height: 66%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px 20px 100px 20px;
    color: #555;
}

.y-rule .rcontent2 {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.y-rule .rcontent .rbtn {
    border-top: 1px solid #ddd;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    padding: 34px 0 0 0;
}

.y-rule .rcontent .rbtn a {
    text-decoration: none;
    position: relative;
    background-color: #2a2948;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 4px;
    margin: 0;
}

.y-success {
    width: 100%;
    text-align: center;
    padding: 80px 0 0 0;
}

.y-success .title1 {
    width: 248px;
    font-size: 0;
    display: flex;
    margin: 0 auto;
}

.y-success .title1 .f-icon {
    width: 43px;
    height: 43px;
    font-size: 43px;
    display: inline-block;
    line-height: 43px;
}

.y-success .title1 .text {
    height: 43px;
    font-size: 22px;
    display: inline-block;
    line-height: 43px;
    text-indent: 6px;
}

.y-success .scontent {
    margin: 30px 0;
    color: grey;
}

.y-success .sbtn {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    height: 87px;
}

.y-success .sbtn a {
    text-decoration: none;
    background-color: #2a2948;
    color: #fff;
    font-size: 16px;
    padding: 15px 50px;
    border-radius: 50px;
    margin: 0;
}

.y-success .sbtn a:hover {
    cursor: pointer;
}

.upload.f-btn {
    background-color: #f3f6ff;
    border-color: transparent;
}
