body {
    font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
    margin: 0;
    padding: 0;
    font-style: normal !important;
    font-variant: normal !important;
    color: #222;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

html {
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
    outline: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input[type="text"]:disabled {
    background-color: #999;
}

input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: #000;
}

.loginfr a {
    text-decoration: none;
    outline: none;
}

.loginfr {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.loginfr .bg-logo {
    position: absolute;
    left: 150px;
    top: 60px;
    width: 315px;
    height: 65px;
}

.loginfr .bg-logo img {
    width: 100%;
    height: 100%;
}

/* .loginfr::after {
    content: '';
    position: absolute;
    right: 300px;
    top:22%;
    background: url('../login/债券柜台业务查询系统.png') no-repeat;
    width: 80px;
    height: 100%;
} */
.loginfr .system-font {
    position: absolute;
    left: 70%;
    top: 30%;
    width: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    transform: translateX(-20%);
}

.loginfr .system-font p {
    font-weight: 100;
    border-bottom: 1px solid rgb(176, 168, 162);
    color: rgb(176, 168, 162);
    font-size: 32px;
    margin: 0;
    letter-spacing: 6px;
    padding: 16px 0;
}

.loginfr .system-font p:last-child {
    border-bottom: 0;

}

.loginfr .login_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loginfr .login_bg img {
    width: 100%;
    height: 100%;
}

.lgnfr {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 35px 40px 60px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 380px;
}

.lgnfr.pwd {
    padding: 35px 60px 60px 60px;
}


.lgnfr.register {
    width: 540px;
}

.lgnfr .title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.lgnfr ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px;
    padding: 0;
}

.lgnfr ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    flex: 1;
}

.lgnfr ul li::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 10px;
    width: 20px;
    height: 2px;
    background: #666;
}

.lgnfr ul li:last-child:after {
    display: none;
}

.lgnfr ul li p {
    color: #fff;
    background: #8b6825;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 6px;
}

.lgnfr ul li:nth-child(2) p,
.lgnfr ul li:nth-child(3) p {
    background: #666;
}

.lgnfr ul li label {
    color: #222;
    font-size: 15px;
}

.lgnfr ul li:nth-child(2) label,
.lgnfr ul li:nth-child(3) label {
    color: #666;
}

.lgnfr .item {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 10px; */
    margin-top: 0;
}

.lgnfr .item span {
    color: red;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;
    font-size: 16px;
    display: inline-block;
}

.lgnfr.pwd .item span {
    display: block;
}

.lgnfr .p1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lgnfr .p1 img {
    display: block;
    margin: 0;
    padding: 0px;
    height: 55px;
}

.lgnfr .p1 label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lgnfr h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.lgnfr .p1 label span {
    font-family: "华文行楷";
    color: #8b6826;
    font-size: 25px;
    margin: 0;
}

.lgnfr .p1 label em {
    color: #8b6826;
    font-size: 14px;
}

.lgnfr .p2 {
    position: relative;
}

.lgnfr .p2 #smsCodeBtn {
    background: #fff;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.lgnfr .progress-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.lgnfr .progress-box .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

.lgnfr .progress-box .items:last-child {
    margin-right: 0;
    justify-content: flex-end;
}

.lgnfr .progress-box .items:last-child .progress {
    margin-right: 0;
}

.lgnfr .progress-box .items .progress {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10px;
}


.lgnfr .progress-box .items span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: #b1b1b1;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 5px;
}

.lgnfr .progress-box .items p {
    color: #333;
    white-space: nowrap;
}

.lgnfr .progress-box .items .pwd-arrow {
    position: relative;
    width: 25px;
    height: 2px;
    background: #b1b1b1;
}

.lgnfr .progress-box .items .pwd-arrow::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 16px solid #b1b1b1;
    clip-path: polygon(0 0, 100% 0, 66% 50%, 0 14%);
}

.lgnfr .progress-box .items.on span,
.lgnfr .progress-box .items.on .pwd-arrow {
    background: #8b6826;
}

.lgnfr .progress-box .items.on p {
    color: #8b6825;
}

.lgnfr .progress-box .items.on .pwd-arrow::after {
    border-left: 16px solid #8b6825;
}

.lgnfr .p2 a {
    color: #a28651;
    text-decoration: none;
    outline: none;
    margin: 10px 0 2px;
    display: block;
    padding: 0 20px;
}

.lgnfr .p2 input.lgn_txt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 2px solid #f2f2f2;
    color: #222;
    padding: 0px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lgnfr input::-moz-placeholder,
.lgnfr input::-moz-placeholder,
.lgnfr input::-ms-input-placeholder,
.lgnfr input::-webkit-input-placeholder {
    color: #222;
}

.lgnfr .p2 input.lgn_txt1 {
    width: calc(100% - 160px);
    height: 35px;
    border: 2px solid #f2f2f2;
    color: #222;
    padding: 0px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lgnfr .p2 a.yzm {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 35px;
    z-index: 999;
    padding-right: 34px;
    background: url("../images/lgn_01.jpg") right center no-repeat;
    background-size: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-flow: row-reverse;
    margin: 0;
    padding: 0;
}

.lgnfr .p2 a.yzm.refresh-box {
    flex-flow: row;
}

.lgnfr .p2 a.yzm #img_code {
    display: block;
    width: 120px;
    height: 35px;
}

.lgnfr.pwd .p2 a.yzm #img_code {
    width: 120px;
}

.lgnfr.pwd .p2 input.lgn_txt1 {
    width: calc(100% - 180px);
}

.lgnfr .p2 a.yzm .refresh {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.lgnfr .p2 a.yzm_dx {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #f2f2f2;
    color: #8b6825;
    padding: 0px 20px;
    border-radius: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lgnfr .p2 select {
    width: 100%;
    height: 35px;
    border: 2px solid #f2f2f2;
    color: #222;
    padding: 0px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lgnfr .p2 textarea {
    width: 100%;
    height: 120px;
    overflow: hidden;
    color: #222;
    border: 2px solid #f2f2f2;
    padding: 10px 20px;
    border-radius: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lgnfr .p2 textarea::-moz-placeholder {
    color: #666;
}

.lgnfr .p2 textarea::-moz-placeholder {
    color: #666;
}

.lgnfr .p2 textarea::-ms-input-placeholder {
    color: #666;
}

.lgnfr .p2 textarea::-webkit-input-placeholder {
    color: #666;
}


.lgnfr .p3 {
    margin: 0px auto;
    padding: 0px;
    margin-top: 20px;
}

.lgnfr .p3 .lgn_btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0px;
    background: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: #8b6825;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-right: 20px;
}

.lgnfr .p3 .lgn_btn:last-child {
    margin-right: 0;
}

.lgnfr .p4 {
    text-align: center;
    margin: 10px auto 10px;
}

.lgnfr .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lgnfr .p4 a {
    display: inline-block;
}

.lgnfr .p4 a.a1 {
    color: #a7a7a7
}

.lgnfr .p4 a.a2 {
    color: #a7a7a7;
    background: url("../images/t_10.svg") right 8.5 no-repeat;
    background-size: 7px;
    padding-right: 16px;
}

.lgnfr .p5 {
    padding: 0;
}

.lgnfr .p5 .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    padding: 0;
}

.lgnfr .p5 input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 2px solid #f2f2f2;
    color: #222;
    padding: 0px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex: 0 0 19%;
}

.lgnfr .p5 .flex input:nth-child(1),
.lgnfr .p5 .flex input:nth-child(2) {
    flex: 0 0 16%;
}

.lgnfr .p5 .flex .tel {
    flex: 0 0 41%;
}

.lgnfr .p5 .flex input:nth-child(4) {
    flex: 0 0 27%;
}

.lgnfr .p5 .flex input:nth-child(5) {
    flex: 0 0 22%;
}

.lgnfr .btn2 a {
    color: #a7a7a7;
    font-size: 12px;
}

.lgnfr .btn2 span {
    color: #a28651;
    font-size: 12px;
}

.lgnfr .ipv6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    background: url("../../../images/client/ipv6.png") no-repeat;
    height: 16px;
    width: 92px;
}

.lgnfr .account {
    color: #a7a7a7;
    font-size: 12px;

    margin: 0 auto;
    padding-bottom: 20px;
}

.lgnfr a.refresh {
    background: url('../../../images/client/refresh.jpg') no-repeat;
    display: inline-block;
    background-position: right;
    height: 30px;
}

.lgnfr .refresh img {
    width: 80px;
    height: 28px;
    margin-right: 20px;
}

.el-radio-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 35px 20px;
}

.el-radio-group .button_inner {
    color: #909090;
    border-color: #fff;
    font-size: 14px;
    position: relative;
    padding: 10px 0px;
    font-family: SC-Heavy;
}

.el-radio-group .button_inner.active {
    color: #896832;
    border-color: #fff;
    font-weight: 600;
}

.el-radio-group .button_inner.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #896832;
    width: 60px;
    height: 2px;
}

.getcode_btn {
    flex: 1;
    height: 35px;
    line-height: 35px;
    border: 0px;
    background: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: #8b6825;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: 0 !important;
}
.getcode_btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
}