.my_pay .tab_wrap {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.29rem;
    color: #FF6A00;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: .0714rem solid #E4E6F0;

}

.my_pay .tab_wrap .item_tab {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.29rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 1.43rem;
    position: relative;
    cursor: pointer;
}

.my_pay .tab_wrap .item_tab.active {
    color: #FF6A00;
}

.my_pay .tab_wrap .item_tab.active::after {
    position: absolute;
    display: block;
    content: "";
    background: #FF6A00;
    width: 1.71rem;
    height: 0.29rem;
    left: 50%;
    bottom: -1rem;
    border-radius: 7.14rem 7.14rem 7.14rem 7.14rem;
    transform: translateX(-50%);
}

.my_pay .connent_wrap .item_type {
    display: flex;
    align-items: center;
    padding-top: 1.43rem;

}

.my_pay .connent_wrap .item_type .item_type_text {
    width: 4.57rem;
    height: 1.71rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 1.43rem;
    cursor: pointer;
}

.my_pay .connent_wrap .item_type .item_type_text.active {
    color: #FF6A00;
    font-weight: 500;
}


.my_pay .connent_wrap .ul_wrap {
    margin-top: 1.43rem;

}

.my_pay .connent_wrap .ul_wrap .item_list {
    padding: 1.14rem 0;
    width: 71.07rem;
    background: #FAFAFA;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    padding: 1.43rem;
    margin-bottom: 0.71rem;
}

.my_pay .connent_wrap .ul_wrap .item_list>p {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.my_pay .connent_wrap .ul_wrap .item_list>p.no_pay {
    color: #205BE6;
}

.my_pay .connent_wrap .ul_wrap .item_list .name {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.29rem;

}

.my_pay .connent_wrap .ul_wrap .item_list .num {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.29rem;
}


.my_pay .connent_wrap .ul_wrap .item_list .pay {
    display: block;
    width: 100%;
    height: 2.07rem;
    line-height: 2.07rem;
    background: #E6F4FE;
    border-radius: 0.71rem;
    border: 0.07rem solid #E4E6F0;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #205BE6;
    text-align: center !important;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.page_wrap{
    margin-top: 3.5714rem;

}
.mian_my .comm_right{
    padding-bottom: 3.5714rem;

}