.index_pox {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
}

.my_img_box {
    padding: 10px 0;
    /* background: #78a6ca; */
    overflow: hidden;
    background-image: url('../images/my1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.my_xin {
    width: 44px;
    height: 44px;
    float: right;
    position: relative;
}

.my_xin img {
    width: 23px;
    height: 23px;
    margin: auto;
}

.my_img_box p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 28px;
}

.my_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto 10px;
    overflow: hidden;
    display: block;
    clear: both;
}

.my_img img {
    width: 100%;
    height: 100%;
}

.my_form {
    padding: 0 15px;
    background: #fff;
    margin-top: 10px;
}

.my_form a {
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.mya_left {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 23px;
    display: flex;
    align-items: center;
}

.mya_left img {
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 15px;
}

.mya_right {
    float: right;
}

.mya_right p {
    font-size: 14px;
    float: left;
    line-height: 23px;
    width: 60px;
    height: 23px;
    color: #ed444b;
}

.mya_right img {
    width: 8px;
    height: 15px;
    margin-top: 4px;
    float: left;
}

.tuilogin {
    width: 100%;
    height: 44px;
    background: #fff;
    margin: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.tuilogin a {
    display: block;
    width: 100%;
    line-height: 44px;
    color: #ed444b;
    font-size: 16px;
    text-align: center;
}