/* 主体开始 */
main{
    padding-top: 0;
    position: relative;
}
.main{
    position: absolute;
    z-index: 1;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
}
.main_bj{
    width: 100%;
    min-width: 1280px;
    height: 880px;
    display: block;
}
.logon{
    width: 900px;
    min-height: 557px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}
.logo{
    width: 228px;
    height: 68px;
    margin: 13px 0 0 13px;
}
/* tab切换开始 */
.tab_type{
    width: 520px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tab_flex{
    width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.tab_flex p{
    font-size: 18px;
    color: #272727;
    transition: 0.3s;
}
.tab_flex .xian{
    width: 1px;
    height: 4px;
    background: transparent;
    border-radius: 2px;
    margin-top: 14px;
    transition: 0.3s;
}
.tab_state p{
    font-weight: bold;
    font-size: 20px;
    color: #AC1D3D;
}
.tab_state .xian{
    width: 37px;
    background: #AC1D3D;
}
.tab_flex:hover p{
    font-weight: bold;
    font-size: 20px;
    color: #AC1D3D;
}
/* tab切换结束 */
.card{
    width: 520px;
    margin: 20px auto 60px;
}
.card_input{
    width: 100%;
    padding: 37px 0 27px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.card_input img{
    width: 20px;
    height: 20px;
    margin-left: 16px;
}
.card_input input{
    width: calc(100% - 20px - 16px - 13px);
    font-size: 16px;
    margin-left: 13px;
}
.card_code input{
    width: calc(100% - 20px - 16px - 13px - 80px - 13px);
}
.card_code span{
    width: 80px;
    margin-left: 12px;
    text-align: center;
    font-size: 16px;
    color: #AC1D3D;
    cursor: pointer;
}
.card_password{
    margin-bottom: 40px;
}
.card_edit{
    margin-bottom: 42px;
}
.card_edit .card_input{
    padding: 27px 0 27px;
}
.guize{
    width: 100%;
    /* height: 36px; */
    line-height: 20px;
    background: #F3F3F3;
    border-radius: 4px;
    margin-top: 18px;
    padding: 14px 18px;
    box-sizing: border-box;
    font-size: 16px;
    color: #767676;
}
.edit_btn{
    width: 520px;
    font-weight: bold;
    font-size: 17px;
    color: #21314C;
    text-decoration: underline;
    margin: 12px auto 0;
    text-align: right;
    cursor: pointer;
    transition: 0.5s;
}
.edit_btn:hover{
    letter-spacing: 6px;
    color: #AC1D3D;
}
.logon_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.logon_btn button{
    width: 400px;
    height: 45px;
    background: #21314C;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #F2F2F6;
    cursor: pointer;
}
.logon_btn a{
    margin-top: 15px;
    font-size: 16px;
    color: #21314C;
    text-decoration: underline;
    transition: 0.3s;
    cursor: pointer;
}
.logon_btn a:hover{
    color: #AC1D3D;
    letter-spacing: 3px;
}
/* 主体结束 */
/* 底部开始 */
footer{
    position: relative;
}
.footer{
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.footer_bj{
    width: 100%;
    min-width: 1280px;
    height: 220px;
    display: block;
}
/* 底部结束 */