/* 2023.1.30修改 */
.personalpage .navgroup {
    text-align: center;
    padding: 0;
    background-color: transparent;
  }
  
  .personalpage .navgroup li:nth-child(2n) {
    margin-right: 0;
  }
  
  .personalpage .navgroup li {
    width: calc((100% - 9px)/2);
    height: 46px;
    float: left;
    background: #05B0B9;
    border-radius: 8px;
    margin-right: 9px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  
  .personalpage .navgroup li a {
    font-size: 14px;
    color: #fff;
    line-height: 46px;
  }
  
  /* 个人信息 */
  /*清除浮动*/
  .clearfix {
    +height: 1%;
  }
  
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  
  .flex {
    display: flex;
  }
  
  .flex_1 {
    flex: 1;
  }
  
  .personal_new {
    padding: 22px 15px 0;
    background: #F6F7F9;
  }
  
  .personal_newbox {
    background: #FFFFFF;
    border-radius: 8px;
    padding-left: 18px;
  }
  
  .personaln_img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
  }
  
  .personaln_imgbtn {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    width: 38px;
    height: 38px;
  }
  
  .personaln_list {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #DCDDE1;
    text-decoration: unset;
  }
  
  .personaln_list:nth-last-child(1) {
    border-bottom: none;
  }
  
  .personaln_left {
    font-size: 14px;
    font-weight: 500;
    color: #444B63;
  }
  
  .nick_name {
    /* padding-right: 18px; */
  }
  
  .personaln_right {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #444B63;
    text-align: right;
  }
  
  .personaln_right select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉下拉箭头*/
  }
  
  .personaln_right select::-ms-expand {
    display: none;
  }
  
  .personaln_right .personal_btn {
    font-size: 14px;
    font-weight: 500;
    color: #BDBDBD;
  }
  
  .personaln_right .personal_btn.on {
    color: #05B0B9;
    width: 54px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #05B0B9;
    vertical-align: middle;
    margin-top: 17px;
  }
  
  .plr {
    padding-right: 28px;
    position: relative;
  }
  
  .plr::after {
    position: absolute;
    top: 25px;
    right: 13px;
    width: 13px;
    height: 12px;
    background: url(../images/personalnew_arrow.png);
    background-size: 100% 100%;
    content: '';
  }
  
  .personal_newbox:nth-child(2) .personaln_list {
    border-bottom: none;
  }
  
  .personal_newbox:nth-child(2) {
    margin-top: 9px;
  }
  
  /* 身份证信息认证 */
  .personal_newbox.high {
    height: 70px;
    line-height: 70px;
    margin-bottom: 22px;
  }
  
  .sfz_upbtn {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    display: block;
    margin-top: 17px;
  }
  
  .personal_newbox.high .personaln_left {
    line-height: 70px;
  }
  
  .sfzup_list {
    font-size: 14px;
    margin-bottom: 7px;
  }
  
  .sfz_l {
    color: #888EA4;
  }
  
  .sfz_r {
    color: #444B63;
  }
  
  .ptext_l .personaln_right {
    text-align: left;
  }
  
  .personaln_right input {
    border: none;
  }
  
  .sfz_img {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    height: 215px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .sfz_img img {
    display: block;
    width: 100%;
    min-height: 215px;
  }
  
  .sfz_mask {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.6);
    line-height: 100%;
    font-size: 14px;
    color: #fff;
    display: flex;
  }
  
  .sfz_mask div {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  
  .sfzf_btn {
    width: 100%;
    margin-top: 18px;
    height: 67px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    color: #444B63;
    line-height: 67px;
    text-align: center;
  }
  
  .sfz_newtit {
    font-size: 14px;
    color: #444B63;
    margin: 23px 0 16px;
  }
  
  .sfz_newcont .sfz_bx {
    font-size: 14px;
    color: #05B0B9;
  }
  
  .sfz_newcont .personal_newbox {
    padding-right: 16px;
  }
  
  .sfz_newcont .personaln_right .sfz_newinput {
    font-size: 14px;
    color: #BDBDBD;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    outline: unset;
  }
  
  .sfz_newcont .personaln_left {
    width: 70px;
  }
  
  .sfz_bcbtn {
    margin-top: 57px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    background: rgb(88, 168, 236);
    opacity: 0.5;
    border-radius: 21px;
  }
  
  .sfz_bcbtn.on {
    opacity: 1;
  }
  
  /* 账号密码 */
  .personal_password .personaln_left {
    width: 56px;
  }
  
  .personal_password .personaln_right input {
    padding-left: 26px;
    box-sizing: border-box;
    width: 100%;
  }
  
  .personal_passsword_attention {
    font-size: 14px;
    color: #DB322D;
    margin: 10px 0 16px;
  }
  
  .personal_password .sfz_bcbtn {
    width: 272px;
    font-size: 16px;
    background: #3375CC;
    margin-left: auto;
    margin-right: auto;
  }
  
  .personal_password_csuccess {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1111;
    width: 153px;
    height: 115px;
    background: rgba(51, 51, 51, 0.94);
    border-radius: 3px;
  }
  
  .personal_password_csuccess img.ppsc_icon {
    width: 37px;
    height: 37px;
    display: block;
    margin: 27px auto 8px;
  }
  
  .ppsc_text {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  
  /* 反馈 */
  .personal_feedback .sfz_newtit {
    margin-top: 0;
  }
  
  .pfeedback_cont textarea {
    padding: 17px;
    width: 100%;
    height: 215px;
    background: #fff;
    border-radius: 8px;
    border: none;
    margin-bottom: 22px;
    font-size: 14px;
    color: #8A8A8A;
    line-height: 20px;
    box-sizing: border-box;
  }
  
  
  
  
  /* 物流 */
  .plogistic_tit {
    font-size: 16px;
    color: #444B63;
    margin-bottom: 8px;
    position: relative;
  }
  
  .plogistic_tit input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
  }
  
  .plogistic_txt {
    /* font-size: 14px;
      color: #8A8A8A; */
    font-size: 14px;
    color: #8A8A8A;
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  
  .personal_logistics .personal_newbox {
    padding: 15px 18px 16px 18px;
  }
  
  .plogistic_txtimg {
    /* width: 22px;
      height: 22px;
      margin-top:-4px;
      display: inline-block;
      vertical-align: middle; */
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .copytxt {
    min-width: 20px;
    max-width: 80px;
    border: none;
    display: none;
  }
  
  .logistics_cont {
    padding-top: 10px;
  }
  
  .logistics_top_num {
    font-size: 28rpx;
    color: #666666;
  }
  
  .logistics_btm {
    background: #fff;
    padding: 20px 15px 17px 20px;
  }
  
  
  .logistice_group {
    border-left: 1px solid #d9d9d9;
    padding-left: 46rpx;
  }
  
  .logistice_item {
    position: relative;
    padding: 24rpx 0 30rpx;
  }
  
  .logistice_item:first-child {
    padding-top: 0;
  }
  
  .logistice_item:first-child .logistice_point {
    top: -4rpx;
  }
  
  .logistice_item:first-child .logistice_point1 {
    display: none;
  }
  
  .logistice_item:first-child .logistice_point2 {
    display: block;
  }
  
  .logistice_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .logistice_text {
    position: relative;
    color: #444B63;
    line-height: 20px;
    font-size: 14px;
    padding-left: 18px;
  }
  
  .logistice_textdeta {
    color: #BDBDBD;
    font-size: 12px;
    padding-left: 18px;
    line-height: 19px;
  }
  
  .logistice_time {
    line-height: 22px;
    padding-left: 18px;
    margin-bottom: 20px;
  }
  
  .logistice_time .red {
    color: #F43530;
  }
  
  .logistice_point2 {
    display: none;
  }
  
  .logistice_point1,
  .logistice_point2 {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    top: 0px;
    left: -8px;
  }
  
  .logistice_point .logistice_point3 {
    width: 5px;
    height: 5px;
    background: #DCDDE1;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: -3px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .logistice_point div img {
    width: 17px;
    height: 17px;
  }
  
  /* 账单 */
  .plogistic_tit img {
    width: 12px;
    height: 13px;
  }
  
  .pbill_summery {
    font-size: 14px;
    color: #8A8A8A;
    margin-bottom: 16px;
  }
  
  .personal_bill .personaln_list {
    height: 85px;
    box-sizing: border-box;
    line-height: 20px;
    padding: 20px 17px 0 0;
  }
  
  .personal_bill .personaln_list .pbill_time {
    font-size: 12px;
    color: #BDBDBD;
    margin-top: 8px;
  }
  
  /* 账单详情 */
  .personal_bill_detail .plogistic_tit {
    font-size: 17px;
    text-align: center;
    position: relative;
  }
  
  .personal_bill_detail .plogistic_tit input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
  }
  
  .pbd_price {
    font-size: 26px;
    color: #444B63;
    line-height: 37px;
    text-align: center;
  }
  
  .personal_bill_detail .plogistic_txt {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .personal_bill_detail .personal_newbox {
    margin-bottom: 0;
  }
  
  .personal_bill_detail .personaln_list {
    padding-right: 17px;
  }
  
  .personal_bill_detail .personaln_left {
    color: #BDBDBD;
  }
  
  .personal_bill_detail .personaln_list:nth-last-child(1) {
    border-bottom: 1px solid #DCDDE1;
  }
  
  /* 药品订单 */
  page {
    height: 100%;
    width: 100%;
    background: #fcf7ec;
  }
  
  .orders-switch {
    width: 100%;
    background: #fff;
    padding-top: 7px;
  }
  
  .orders-switch .item {
    display: inline-block;
    height: 82rpx;
    width: 18%;
    padding: 0 15rpx;
    text-align: center;
  }
  
  .orders-switch .item .txt {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    /* width: 170rpx; */
    position: relative;
    padding-bottom: 8px;
  
  }
  
  .orders-switch .item.active .txt {
    color: #58A8EC;
  }
  
  .orders-switch .item.active .txt::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    border-bottom: 2px solid #58A8EC;
  }
  
  .no_order {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #F6F7F9;
  }
  
  .no_order .c {
    margin: 5px auto 0;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #8A8A8A;
    line-height: 22px;
  }
  
  .no_order img {
    display: block;
    width: 114px;
    height: 72px;
    margin: 0 auto;
    padding-top: 76px;
  }
  
  .orders {
    height: auto;
    width: 100%;
    padding-bottom: 30px;
  }
  
  .order {
    background: #F6F7F9;
    border-radius: 8px;
    padding: 13px 15px 0 16px;
  }
  
  .drugorder_box {
    padding: 0 15px 15px;
    background: #fff;
  }
  
  .order .h {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #DCDDE1;
    color: #333;
    font-size: 14px;
  }
  
  .order .h .l {
    float: left;
    color: #8A8A8A;
  }
  
  .order .h .r {
    float: right;
    font-size: 14px;
    color: #05B0B9;
  }
  
  .order .goods {
    display: flex;
    align-items: center;
    padding: 15px 0 0 0;
  }
  
  .order .goods .img {
    height: 75px;
    width: 75px;
    background: #f4f4f4;
  }
  
  .order .goods .img img {
    height: 75px;
    width: 75px;
  }
  
  .order .goods .info {
    flex: 1;
    /* padding-left: 15px; */
  }
  
  .order .goods .name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #444B63;
    line-height: 20px;
    margin-bottom: 5px;
  }
  
  .order .goods .good_aboutl .name {
    font-size: 12px;
    color: #444B63;
  }
  .order .goods .good_aboutl .name i{
    color: #BDBDBD;
    margin-left: 5px;
  }
  .order .goods .number {
    display: block;
    height: 37rpx;
    line-height: 37rpx;
    color: #666;
    font-size: 25rpx;
  }
  
  .order .goods .status {
    width: 105rpx;
    color: #b4282d;
    font-size: 25rpx;
  }
  
  .order .b {
    height: 103rpx;
    line-height: 103rpx;
    margin-left: 31.25rpx;
    padding-right: 31.25rpx;
    border-top: 1px solid #f4f4f4;
    font-size: 30rpx;
    color: #333;
  }
  
  .order .b .l {
    float: left;
  }
  
  .order .b .r {
    float: right;
  }
  
  .order .b .btn {
    margin-top: 19rpx;
    height: 64.5rpx;
    line-height: 64.5rpx;
    text-align: center;
    padding: 0 20rpx;
    border-radius: 5rpx;
    font-size: 28rpx;
    color: #fff;
    background: #b4282d;
  }
  
  .order_cate {
    font-size: 30rpx;
    color: #222222;
  }
  
  .info_price {
    /* font-size: 12px;
    color: #444B63; */
    font-size: 14px;
  font-weight: 400;
  color: #444B63;
  line-height: 20px;
  }
  
  .info_price .fl_box {
    font-size: 12px;
    color: #BDBDBD;
    display: inline-block;
    padding-left: 12px;
  }
  
  .good_aboutl {
    /* padding: 4px 20px */
  }
  
  .good_aboutp {
    justify-content: flex-end;
  }
  
  .gall_pay {
    font-size: 14px;
    color: #444B63;
  }
  
  .gall_paynum {
    font-size: 16px;
  }
  
  .info_btn {
    padding-top: 5px;
  }
  
  .info_btn .btn {
    width: 83px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #BDBDBD;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    color: #8A8A8A;
    border: 1px solid #BDBDBD;
  }
  
  .btn.on {
    color: #05B0B9;
    border: 1px solid #05B0B9;
  }
  
  .more {
    position: relative;
    line-height: 68rpx;
    font-size: 24rpx;
    color: #999;
  }
  
  .apply_billing {
    position: absolute;
    left: 0;
    bottom: -130rpx;
    width: 224rpx;
    height: 110rpx;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    background-color: rgb(255, 255, 255);
    font-size: 28rpx;
    line-height: 110rpx;
    text-align: center;
    box-shadow: 3px 2.598px 10px 0px rgb(220, 220, 220);
  }
  
  .apply_billing::before {
    content: '';
    position: absolute;
    left: 5px;
    top: -48rpx;
    width: 0;
    height: 0;
    border-width: 25rpx;
    border-style: solid;
    z-index: 100;
    border-color: transparent transparent white transparent;
  }
  
  .apply_billing::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 4px;
    top: -54rpx;
    width: 0;
    height: 0;
    border-width: 27rpx;
    border-style: solid;
    border-color: transparent transparent rgb(220, 220, 220) transparent;
  }
  
  .gall_p {
    font-size: 12px;
    color: #BDBDBD;
    line-height: 25px;
  }
  
  .gall_fl {
    margin: 0 10px;
  }