/* ͷ����ʽ Star */
.headerView {
    width: 7.5rem;
    height: .88rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.headerView .back,
.headerView .help,
.headerView .home {
    width: 1rem;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.headerView .back {
    left: 0;
    background-image: url(/nself/static/images/cjkd/arr_black.png);
    background-size: .22rem .38rem;
}
.headerView .home {
    right: 0;
    background-image: url(/nself/static/images/cjkd/home.png);
    background-size: .48rem;
}
.headerView .help {
    right: 0;
    /* background-image: url(../images/help2@42.png);
    background-size: .42rem .42rem; */
}
.headerView .title {
    margin: 0 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .34rem;
    color: #333;
}
/* ͷ����ʽ End */
.hr {
    height: 1.2rem;
}
.hr2 {
    height: 1.5rem;
}
.section_group {
    margin: 0 auto .3rem;
    padding: .4rem .3rem;
    width: 6.7rem;
    min-height: 3.26rem;
    border-radius: .15rem;
    background-color: #fff;
}
.section_group2 {
    padding: 0;
}
.section_verify .title {
    margin-bottom: .4rem;
    font-size: .36rem;
    color: #000;
}
.section_verify .col {
    margin-bottom: .2rem;
    padding-top: .2rem;
    display: flex;
    align-items: center;
    position: relative;
}
.section_verify .col .ico_triangle {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: .56rem;
    right: 0;
}
.section_verify .col:last-child {
    margin-bottom: 0;
}
.section_verify .flex_column {
    flex-direction: column;
    align-items: flex-start;
}
.section_verify .col .tip {
    font-size: .2rem;
    color: #e02020;
    position: absolute;
    bottom: -.3rem;
    left: 0;
}
.section_verify .col .lab {
    width: 100%;
    font-size: .22rem;
    color: #000;
}
.section_verify .col .inp_txt {
    padding: .15rem 0;
    width: 100%;
    flex: 1;
    border-bottom: 1px solid #ddd;
    font-size: .28rem;
    color: #000;
    background: transparent;
    position: relative;
    z-index: 2;
}
.section_verify .inp_graphic_code {
    margin-right: .3rem;
}
.section_verify .form_btn {
    display: block;
    margin-top: .7rem;
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    background: linear-gradient(to right, #2f9cff, #0480ff);
    border-radius: .1rem;
    font-size: .32rem;
    color: #fff;
    text-align: center;
}
.inp_txt::placeholder {
    font-size: .28rem;
    color: #999;
}
.section_group .top_bg {
    width: 5.78rem;
    height: 2.54rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.section_group .g_head {
    margin-bottom: .2rem;
    padding-bottom: .28rem;
    border-bottom: 1px solid #e6e6e6;
}
.section_group .g_head .head_l {
    padding-left: .2rem;
    font-size: .30rem;
    color: #000;
    position: relative;
}
.section_group .g_head .head_l::after {
    content: '';
    width: .1rem;
    height: .3rem;
    border-radius: .16rem;
    background: linear-gradient(#0378ff, #018fff);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
table {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}
table .txt {
    padding: .1rem .05rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #000;
}
thead {
    background: #e4f1ff;
}
thead .txt {
    margin: 0 auto;
    width: .7rem;
    color: #027fff;
}
table td:nth-child(1),
table td:nth-child(2),
table td:nth-child(3) {width:6%;}
table td:nth-child(4) {width:10%;}
table td:nth-child(5),
table td:nth-child(6),
table td:nth-child(7) {width:25%;}
table td .txt.size {
    transform: scale(.9);
}
.section_user {
    margin-bottom: .4rem;
    padding: 0 .4rem;
    position: relative;
    display: flex;
}
.section_user .top_bg {
    width: 3rem;
    height: 2.14rem;
    position: absolute;
    top: 0;
    right: .4rem;
    z-index: -1;
}
.section_user dt {
    margin-bottom: .4rem;
    width: 2.9rem;
    height: .76rem;
    line-height: .9rem;
    background: #32a4ff;
    border-radius: .1rem;
    font-size: .42rem;
    color: #fff;
    text-align: center;
}
.section_user dd {
    margin-bottom: .3rem;
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: rgba(255,255,255,.7);
}
.section_user dd .lab {
    margin-right: .35rem;
}
.g_body {
    margin-top: .4rem;
}
.g_body .tabs {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.g_body .tabs .name {
    font-size: .3rem;
    color: #000;
    position: relative;
}
.g_body .tabs .name.active {
    color: #027fff;
}
.g_body .tabs .name.active:after {
    content: '';
    width: 100%;
    height: .04rem;
    background: linear-gradient(to right, #0192ff, #0376ff);
    border-radius: .02rem;
    position: absolute;
    bottom: -.15rem;
    left: 50%;
    transform: translateX(-50%);
}
.g_body .cons {
    margin-top: .5rem;
}
.g_body .cons_group {
    display: none;
}
.g_body .cons_group .item {
    margin-bottom: .15rem;
    height: .88rem;
    border: 1px solid #ddd;
    border-radius: .08rem;
    font-size: .26rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g_body .cons_group .item:last-child {
    margin-bottom: 0;
}
.g_body .cons_group .item.active {
    background: #e7f3ff;
    border-color: #027fff;
    color: #027fff;
}
.section_succ {
    padding: 2rem .4rem .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section_succ .ico_succ {
    width: 5.7rem;
    height: 4.84rem;
}
.section_succ dl {
    padding-top: .35rem;
    text-align: center;
}
.section_succ dt {
    margin-bottom: .3rem;
    font-size: .42rem;
    color: #fff;
}
.section_succ dd {
    font-size: .28rem;
    color: rgba(255,255,255,.7);
}
.section_footer {
    padding: 0 .4rem .5rem;
}
.section_footer .btn {
    display: block;
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    background-color: #fff;
    border-radius: .1rem;
    font-size: .32rem;
    color: #027fff;
    text-align: center;
}
.mobileSelect .content {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}
.mobileSelect .content .btnBar .ensure {
    color: #027fff;
}