/*用户信息*/
.user_info_container {
    height: 6.93rem;
    width: 100%;
    background: url("../../../images/newHome/img_dwgrbg@2x.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 0 .3rem;
    padding-top: .85rem;
}

.user_info_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user_photo > img {
    min-width: 1.12rem;
    max-width: 1.12rem;
    min-height: 1.12rem;
    max-height: 1.12rem;
    border-radius: 50%;
}

.user_info {
    padding: 0.1rem 0;
}

.user_info .user_level {
    width: 1.84rem;
    height: .4rem;
    background: url("../../../images/newHome/icon_sfrzbg@2x.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: .2rem;
}

.user_info .user_level > i {
    display: block;
    width: .2rem;
    height: .2rem;
    background: url("../../../images/newHome/icon_sfyrz@2x.png") no-repeat;
    background-size: contain;
    margin-right: 0.1rem;
}

.user_info .user_level > span {
    font-size: .22rem;
    color: #FDFEFF;
}

.data_statistics ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data_statistics li {
    flex-grow: 1;
}

.data_statistics li > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.data_statistics li > a > p {
    font-size: .26rem;
    color: rgba(253, 254, 255, 1);
}

.lyt_card {
    width: 6.9rem;
    height: 2.86rem;
    background: url("../../../images/newHome/img_huiyuank@2x.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.lyt_card .card_info {
    font-size: .24rem;
    position: absolute;
    top: .2rem;
    right: .3rem;
    color:rgba(251,234,181,1);
    letter-spacing: 1px;
}

.user_info_container .control {
    position: absolute;
    top: .5rem;
    right: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user_info_container .control > a {
    display: block;
    width: .34rem;
    height: .34rem;
}

.user_info_container .control > a.setting_btn {
    background: url("../../../images/newHome/icon_shezhi@2x.png") no-repeat;
    background-size: contain;
    margin-right: .3rem;
}

.user_info_container .control > a.message_btn {
    background: url("../../../images/newHome/icon_grxx@2x.png") no-repeat;
    background-size: contain;

}

/*可滑动容器*/
.slide_container {
    padding: .3rem;
    background: #F5F5F5;
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: transform 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.slide_container.slide_down {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

/*公用功能容器*/
.menu_btn_box {
    border-radius: 18px;
    width: 6.9rem;
    height: auto;
    background: #fff;
}

.menu_btn_box .menu_title {
    font-size: .32rem;
    color: rgba(32, 32, 32, 1);
    padding: .3rem;
    border-bottom: 0.01rem solid #F5F5F5;
}

/*我的订单*/
.my_order_list ,
.my_tool_list{
    padding: .3rem;
}

.my_order_list ul,
.my_tool_list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.my_order_list ul > li{
    flex-grow: 1;
    width: 20%;
}

.my_order_list ul > li > a,
.my_tool_list ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.my_order_list li > a img ,
.my_tool_list li > a img {
    width: .64rem;
    height: .64rem;
    margin-bottom: .3rem;
}

.my_order_list li > a span ,
.my_tool_list li > a span {
    font-size: .22rem;
    color: rgba(76, 76, 76, 1);
}
/*我的工具*/
.my_tool_list ul > li{
    width: 25%;
    margin-bottom: .4rem;
}

/*我的健康*/
#health_box{
    min-height: 3rem;
}
#health_box .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    background: #fff;
}

.my_health{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my_health .identification{
    padding: .05rem .1rem;
    background:rgba(247,170,68,1);
    border-radius: 2px;
}
.small_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.small_box>div{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.small_box  .my_health_bl{
    padding-right: .2rem;
}
.small_box  .my_health_sj {
    padding-left: .3rem;
    position: relative;
}
.small_box  .my_health_sj:before{
    content: "";
    height:100%;
    width: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
}

.small_box>div img{
    width: .64rem;
    height: .64rem;
}












/*挂号导航条*/
.record_tabs {
    width: 100%;
    height: .88rem;
    background: #FFF;
    position: relative;
}

.record_tabs > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.record_tabs li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
    color: #808080;
    font-size: .28rem;
    text-align: center;
}

.record_tabs li.active {
    color: #4E94DA;
}

.record_tabs .move_border {
    width: 25%;
    border-bottom: 1px solid #4E94DA;
    position: absolute;
    bottom: 0;
}

.iframe_box {
    width: 100%;
}


/*未使用*/
.record_list{
    background: #fff;
    width: 100%;
    font-size: 0;
    line-height: 1;
    min-height: 85vh;
}
.record_list ul {
    padding: 0 .3rem;
}

.record_list li {
    padding: .3rem 0;
    border-bottom: 0.01rem solid #ebebeb;
}

.record_list li > div, .doctor_info {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.record_list .doc_photo {
    width: 1.18rem;
    height: 1.18rem;
    border-radius: 100%;
}

.record_list .doc_photo > img {
    width: 100%;
    height: 100%;
}

.record_list .doctor_info_detail {
    height: 1.18rem;
    padding: 0.1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.record_list .quit_btn,
.record_list .used_btn {
    width: 1.4rem;
    height: .6rem;
}

/*退号按钮*/
.record_list .quit_btn > a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #4e94da;
}

/*已使用按钮*/
.record_list .used_btn > a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    background: #DDD;
}

/*就诊人列表*/
.personnel_container {
    margin-top: .2rem;
}

.personnel_container .form_box {
    background: #fff;
}

.personnel_list ul {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
}

.personnel_list ul > li {
    padding: .3rem 0;
    border-bottom: 0.01rem solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personnel_default {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*添加就诊人*/
.personnel_container form {
    padding: 0 0.3rem;
    width: 100%;
    height: auto;
}

.personnel_container .from_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #ebebeb;
    height:.88rem;
}

.personnel_container .from_group > input {
    width: 3.5rem;
    text-align: right;
}
.personnel_container .from_group select{
    font-size: .28rem;
    text-align: right;
    height: 100%;
    outline: none;
    background: transparent;
    border: 0;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    direction: rtl;
}
.personnel_container .from_group select>option{
    font-size: .28rem;
    text-align: right;
    height:100%;
    direction: ltr;
}

.personnel_container .form_btn,
.next_step_btn,
.accomplish_btn {
    margin: 0 auto;
    margin-top: 1.6rem;
    width: 6.9rem;
    height: 1rem;
    background: #999;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personnel_container .submit_btn{
    pointer-events: none;
}
.personnel_container .form_btn.active,
.next_step_btn.active,
.accomplish_btn.active {
    background: #4e94da;
    pointer-events: auto;
}

#del_btn {
    background: #FFF;
    border: .01rem solid #ccc;
}

#save_btn {
    display: none;
}

/*身份认证*/
.status_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 1.9rem;
    padding: .3rem;
}

.status_tab > p {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.status_tab > p b {
    display: block;
    width: .88rem;
    height: .88rem;
    margin-bottom: .1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.status_tab > p b.icon_card {
    background-image: url("../../../images/icon/icon_id@2x.png")
}

.status_tab > p b.icon_lyt_card {
    background-image: url("../../../images/icon/icon_card_disabled@2x.png")
}

.status_tab > p b.icon_success {
    background-image: url("../../../images/icon/icon_done@2x.png")
}

.status_tab > p span {
    color: #282828;
}

.status_tab > p.active span {
    color: #4e94da;
}

.status_tab > i.icon {
    display: block;
    width: 1.2rem;
    height: .2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../../images/icon/jiantou_default@2x.png");
}

.status_tab > i.icon_arrow1 {
    background-image: url("../../../images/icon/jiantou_default@2x.png");
}

.success_box {
    margin-top: 1.9rem;
    text-align: center;
}
.marked_words{
    width: 6.9rem;
    margin: 0 auto;
    margin-top: .3rem;
}
















