.person_current_title {
    margin-bottom: 10px;
}

.person_pages_content_current {
    display: flex;

}

.person_left_navs {
    width: 200px;
    height: 740px;
    padding-top: 18px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
}

.person_navs_item {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding-left: 44px;
    margin-bottom: 50px;
    cursor: pointer;
}

.nav_icon_item {
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.navs_icons_1 {
    width: 20px;
    height: 19px;
    background-image: url("../images/images_11.png");
}

.person_navs_item.actives_navs {
    background-image: linear-gradient(0deg,
            #e13909 0%,
            #f16d20 100%);
    color: #fff;
}

.actives_navs .navs_icons_1 {
    background-image: url("../images/images_21.png");

}


.navs_icons_2 {
    width: 19px;
    height: 21px;
    background-image: url("../images/images_17.png");
}

.actives_navs .navs_icons_2 {
    background-image: url("../images/images_47.png");
}

.navs_icons_3 {
    width: 19px;
    height: 21px;
    background-image: url("../images/images_15.png");
}

.actives_navs .navs_icons_3 {
    background-image: url("../images/images_46.png");
}

.navs_icons_4 {
    width: 21px;
    height: 14px;
    background-image: url("../images/images_14.png");
}

.actives_navs .navs_icons_4 {
    background-image: url("../images/images_63.png");
}

.navs_icons_5 {
    width: 23px;
    height: 19px;
    background-image: url("../images/images_18.png");
}

.actives_navs .navs_icons_5 {
    background-image: url("../images/images_12.png");
}

.navs_icons_6 {
    width: 19px;
    height: 19px;
    background-image: url("../images/images_19.png");
}

.actives_navs .navs_icons_6 {
    background-image: url("../images/images_62.png");
}

.navs_icons_7 {
    width: 21px;
    height: 20px;
    background-image: url("../images/images_22.png");
}

.actives_navs .navs_icons_7 {
    background-image: url("../images/images_64.png");
}


.person_right_contents {
    height: 740px;
    overflow: hidden;
    margin-left: 32px;
}

.person_right_all_tabs {
    width: 965px;
    /* transform: translateY(-2220px); */
}

.person_right_item_tab {
    width: 100%;
    height: 740px;
    position: relative;
}

.person_right_userinfos {
    height: 270px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 25px 38px;
    margin-bottom: 25px;
}

.person_username {
    display: flex;
    align-items: center;
}

.user_avatar {
    width: 65px;
    height: 65px;
    margin-right: 12px;
}

.user_name {
    font-size: 18px;
}

.edit_userinfo {
    margin-left: 25px;
    color: #ec5b15;
}

.user_wallet {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.user_coupons,
.user_balance {
    padding: 18px 0;
    width: 48%;
    height: 120px;
    background-color: #f5f5f5;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    margin:2px;
}

.user_balance_nums,
.user_coupons_nums {
    font-size: 30px;
}

.user_sfes {
    height: 270px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 50px 36px;
}

.user_safe_types {
    margin-top: 40px;
    display: flex;
}

.user_sfes_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.user_sfes_item_image {
    width: 64px;
    height: 64px;
}

.user_sfes_item_names {
    margin-top: 20px;
    font-size: 18px;
}

/* 订单 */
.orders_contents {
    width: 100%;
    height: calc(740px - 32px);
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    padding: 50px 25px 0;

}

.orders_contents::-webkit-scrollbar {
    display: none;
}

.order_status {
    margin-top: 40px;
    display: flex;
}

.order_status_item {
    width: 33.3%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
    cursor: pointer;
}

.actives_order_status {
    border-color: #000;
    border-color: #ec5b15;
    color: #ec5b15;
}

.order_lists_content {
    margin-top: 30px;
}

.order_items_title_infos {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
}

.order_goods_name {
    width: 430px;
    text-align: left;
}

.order_goods_price {
    width: 160px;
}

.order_goods_status {
    width: 150px;
}

.order_goods_edits {
    width: 165px;
}

.lists_contents {
    margin-top: 30px;
    height: 460px;
    overflow: auto;
    scrollbar-width: none;
}

.lists_item {
    margin-bottom: 20px;
}

.item_lists_title {
    margin-bottom: 10px;
}

.order_id_copy {
    color: #e75113;
    margin-left: 20px;
    cursor: pointer;
}

.goods_infos {
    display: flex;
    align-items: center;
}

.order_goods_images {
    width: 88px;
    height: 88px;
    margin-right: 15px;
}

.oder_goods_skus {
    color: #666;
    font-size: 14px;
    margin-top: 6px;
}

.order_goods_names {
    width: 330px;
}

.order_goods_price {
    width: 160px;
    text-align: center;
}

.order_goods_statuss {
    width: 150px;
    text-align: center;
}

.order_goods_edit {
    width: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order_pays {
    padding: 5px 12px;
    border-radius: 6px;
    background-color: #ec5b15;
    border-radius: 4px;
    color: #fff;
    margin-top: 6px;
}

.pages_numbers {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.pages_jumps {
    display: flex;
    align-items: center;
}

.pages_middle {
    margin: 0 10px;
}

.pages_left,
.pages_right {
    width: 24px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

/* 号箱 */
.accounts_boxs {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.accounts_boxs_none_img {
    width: 240px;
    height: 222px;
}

.accounts_boxs_none_text {
    margin-top: 50px;
    color: #666;
    font-size: 14px;
}

/* 优惠券 */
.coupons {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
}

.coupons_status {
    display: flex;
    align-items: center;
    padding: 30px 32px;
}

.coupons_status_item {
    text-align: center;
    width: 33.3%;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
    cursor: pointer;
}

.coupons_status_item.coupons_actives {
    border-color: #ec5b15;
    color: #ec5b15;
}

.coupons_lists_content {
    margin-top: 50px;
}

.none_coupons {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.none_coupons_img {
    width: 240px;
    height: 222px;
}

.coupons_none_text {
    margin-top: 50px;
    color: #666;
    font-size: 14px;
}

/* 鲸币 */
.wallet_coins {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 40px 30px;
}

.coins_box {
    display: flex;
    justify-content: space-between;
}

.wallet_coins_items {
    width: 265px;
    height: 120px;
    background-color: #f5f5f5;
    border-radius: 8px;
    text-align: center;
    line-height: 1.5;
    padding: 20px 0;
}

.wallet_coins_nums {
    font-size: 36px;
}

/* 钱包 */
.my_wallet_box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 25px 32px;
}

.my_wallet_box_title {
    padding-bottom: 10px;
    color: #e9612a;
    border-bottom: 2px solid #e9612a;
}

/* 信息设置 */
.user_setting {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 25px 32px;
}

.user_setting_titles {
    padding-bottom: 10px;
    color: #e9612a;
    border-bottom: 2px solid #e9612a;
}

.userinfo_box_content {
    margin-top: 45px;
}

.userinfo_content_items {
    display: flex;
    align-items: center;
    padding: 18px 0;
}

.userinfo_item_left {
    width: 210px;
    color: #666;
}

.userinfo_item_middle {
    width: 260px;

}

.userinfo_item_right {
    width: 110px;
    display: flex;
    justify-content: flex-end;
}

.user_item_inputs {
    padding: 12px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #666;
}

.user_color_orange {
    color: #e9632c;
    padding-left: 15px;
    cursor: pointer;
}

.user_uid {
    padding-left: 15px;
}

.confirm_btn {
    padding: 8px 20px;
    border: solid 1px #e9612a;
    border-radius: 3px;
    color: #e9612a;
    cursor: pointer;
}

.user_edit_user_message {
    cursor: pointer;
}

/* 设置的弹框和遮罩 */
.popup_dialog_box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.transform_setting_box {
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.popup_user_item_info {
    width: 600px;
    height: 400px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 20px;
}

.mobile_password_email {
    width: 100%;
    height: 1200px;
    transform: translateY(-800px);

}

.close_popup_icons {
    display: flex;
    justify-content: flex-end;
    padding: 15px 10px;
}

.popup_close_btn {
    padding: 5px 20px;
    border: 1px solid #666;
    border-radius: 50px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.bind_titles {
    /* margin-top: 10px; */
    font-size: 20px;
}

.mobile_bind {
    margin-top: 20px;
}

.mobile_nums,
.code_nums {
    display: flex;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 45px;
}

.mobile_nums_type,
.code_notices {
    width: 100px;
    background-color: #eee;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.type_lists {
    width: 13px;
    height: 8px;
    margin-left: 6px;
}

.mobiel_nums_input,
.code_nums_input {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px1;
}

.mobiel_nums_input input,
.code_nums_input input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.send_message {
    width: 105px;
    border-left: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #409eff;
    cursor: pointer;
    height: 100%;
    background-color: #f5f7fa;
}

.cofirm_cancle {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
}

.confirm_mobile_button {
    width: 100px;
    background-color: #409eff;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.bind_emails {
    /* margin-top: 10px;   */
}

.bind_infos {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.bind_infos .bind_lefts {
    width: 100px;
}

.bind_rights {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 45px;
    width: 460px;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    padding: 0 0 0 20px;
    flex: 1;
    /* background-color: red; */
}

.code_input {
    flex: 1;
    padding-right: 20px;
}

.bind_rights input {
    flex: 1;
}

.code_input input {
    width: 100%;
}

.confirm_email_button {
    width: 100px;
    background-color: #409eff;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.edit_password_box {
    display: flex;
    /* margin-top: 20px; */
    justify-content: center;
    text-align: center;

}

.edilt_password_titles {
    margin-bottom: 10px;
    font-size: 20px;
}

.edilt_password_tips {
    color: #666;
    font-size: 16px;
}

.new_password_to,
.new_password {
    margin-top: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px 20px;
    width: 320px;
    text-align: left;
}

.confirm_password_btn {
    width: 270px;
    margin: 30px auto 0;
    background-color: #409eff;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}