@charset"utf-8";
* {
    margin: 0;
    padding: 0
}

body,
html {
    width: 100%;
    height: 100%;
    background: #3382de;
    overflow: auto
}

.theader {
    width: 100%;
    height: 10%;
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around
}

.theader_left {
    width: 1.8rem;
    height: 100%;
    margin-left: 2.16rem;
    display: flex;
    flex-direction: row;
    align-items: center
}

.theader_leftimg {
    width: 0.54rem;
    height: 0.48rem
}

.theader_leftimg1 {
    width: 1.22rem;
    height: 0.48rem
}

.theader_right {
    width: 3.84rem;
    height: 0.48rem;
    margin-left: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center
}

.theader_rightp {
    /*width: 0.72rem;*/
    width: auto;
    height: auto;
    font-size: 0.2rem;
    display: flex;
    flex-direction: column;
}

.tbody {
    width: 100%;
    height: 84%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow: auto;
}

.tbody_f {
    display: flex;
    flex-direction: column;
    align-items: center
}
.tbody_left {
    width: 3.94rem;
    /*height: 3.26rem;*/
    /*height:3.84rem;*/
    height: auto;
    margin-right: 2rem;
}

.tbody_lefttop {
    width: 3.28rem;
    height: 0.58rem;
    border-bottom: 1px solid #cacaca;
    line-height: 0.58rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.tbody_lefttops {
    width: 50%;
    text-align: center;
    color: #aaaaaa;
    font-size: 0.22rem
}

.tbody_lefttopshover {
    color: black
}

.tbody_leftcenternp {
    width: 3.08rem;
    height: 0.44rem;
    border: 1px solid #cacaca;
    margin-top: 0.38rem;
    margin-bottom: 0.24rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem
}

.tbody_leftcenternpass {
    margin-top: 0
}

.tbody_leftcenternptxt {
    width: 1.5rem;
    margin-right: 0.08rem;
    text-align: right;
    color: #c4afaa
}

.tbody_leftcenternpimg {
    width: 0.42rem;
    height: 0.42rem
}

.names {
    /*width: 1.7rem;*/
    width: 2.52rem;
    height: 0.44rem;
    padding-left: 0.08rem;
    font-size: 0.18rem;
    border: 0;
    outline: none
}

.password {
    width: 2.52rem
}

.names:hover {
    border: none
}

.names:active {
    border: none
}

.tbody_leftcenterts {
    height: 0.2rem;
    margin-top: 0;
    border: none;
    justify-content: flex-start;
    font-size: 0.1rem;
    margin-bottom: 0.16rem
}

.tbody_leftcentertspan {
    margin-left: 0.04rem;
    color: #5C5C5C
}

.checkbox {
    outline: none
}

.tbody_leftcenterbtn {
    width: 3.08rem;
    height: 0.4rem;
    background: #2cc64d;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.18rem
}

.tbody_leftcenterb {
    width: 3.08rem;
    height: 0.22rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 0.12rem
}

.tbody_leftcenterbl {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center
}

.tbody_leftcenterbimg {
    width: 0.22rem;
    height: 0.22rem
}

.tbody_leftcenterbr {
    color: #285586;
    cursor: pointer
}

.tbody_right {
    width: 2.98rem;
    height: 4.06rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: column
}

.tbody_righttop {
    width: 2.98rem;
    height: 0.6rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: white
}

.tbody_rightcenter {
    width: 2.86rem;
    height: 2.86rem;
    background: white;
    margin-left: 0.12rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.tbody_rightcenterimg {
    width: 2.48rem;
    height: 2.48rem
}

.tbody_rightbotm {
    width: 2.86rem;
    height: 0.48rem;
    margin-top: 0.12rem;
    text-align: center;
    font-size: 0.14rem;
    margin-left: 0.12rem
}

.tfooter {
    width: 100%;
    height: 6%;
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.tfooter_p {
    width: auto;
    height: auto;
    padding: 0 6px;
    border-right: 2px solid #5c5c5c;
    height: 0.20rem;
    line-height: 0.20rem;
    font-size: 0.1rem;
    color: #5C5C5C
}

.tfooter_p:last-child {
    border-right: none
}

.code_input{
    width: 1.2rem;
}
