.personalCenter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0 4rem;
}

.nav-pills {
    padding: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #F34A4A;
}

#pills-tab_second .nav-link.active,
#pills-tab_second .show>.nav-link {
    background-color: transparent;
    color: #F34A4A;
    border-bottom: 1px solid #F34A4A;
}

#pills-tab_second .nav-link {
    border-radius: 0;
}

.nav-link:hover {
    color: #9a0505;
}

.tab-pane.active {
    display: flex;
}

.tab-pane {
    margin-top: 1rem;
}

.record_f {
    display: none;
    justify-content: flex-start;
    align-items: center;
}

.record_left {
    max-width: 25%;
    padding: 0 1rem;
}

.record_right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.record_right_o {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.record_right_o h3 {
    font-size: 1.5rem;
    color: #333;
    line-height: 3rem;
}

.record_right_o h4 {
    font-size: 1.2rem;
    color: #999;
    line-height: 2.4rem;
}

.record_right_o p {
    font-size: .8rem;
    color: #999;
    line-height: 1.6rem;
}

.record_right_t a {
    padding: .4rem .8rem;
    background: #F34A4A;
    color: #fff;
    border-radius: 100rem;
}


/* 问题反馈 */

.pictext {
    background: #FBFBFB;
    padding: 20px;
}

#exampleFormControlTextarea1 {
    border: none;
    background: transparent;
    resize: none;
    height: 120px;
}

#exampleFormControlTextarea1:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}


/* 上传图片 */

.pic_box {
    margin-top: 10px;
}

.upimg {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: url(../images/camera.png) center center no-repeat #F8F8F8;
    background-size: 50%;
}

.upimg input {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0;
}

#showui {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#showui li {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
}

#showui li img.showimg {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.showdiv {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    /* width: calc(100% - 20px); */
    padding: 10px;
    display: flex;
    justify-content: space-around;
    background: rgba(0, 0, 0, .6);
}

.showdiv img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#showui li:first-child img.left {
    opacity: .6;
    cursor: no-drop;
}

#showui li:last-child img.right {
    opacity: .6;
    cursor: no-drop;
}

.oneright {
    opacity: .6;
    cursor: no-drop !important;
}

#pills-tab li {
    margin: auto .5rem;
}


/* 上传图片 */

.record_sec_tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
}

#exampleFormControlInput1 {
    flex: 1;
}

.record_sec_tel label {
    margin-right: 10px;
}

.record_sec_sumbit {
    background: #F34A4A;
    color: #fff;
    border-radius: 100rem;
    padding: .4rem .8rem;
    text-align: center;
    margin: 3rem auto;
    cursor: pointer;
}


/* 问题反馈 */


/* 常见问题--------------------- */


/* 常见问题 */


/* 绑定信息------------------------ */

.record_four {
    margin-bottom: 1rem;
}

#inputAddress,
#inputCity,
#inputArea,
#inputSchool,
#inputGrade,
#inputSex,
#inputIdentity,
#inputSystem,
#inputAgency {
    background: transparent;
}

.bindInfor_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #E5E5E5;
}

.bindInfor_list li:last-child {
    border-bottom: 1px solid transparent;
}

.bindInfor_list li div {
    color: #333;
    font-size: 20px;
    line-height: 48px;
}

.bindInfor_list li .bindInfor_name {
    flex: 1;
}

.bindInfor_list li .bindInfor_btn {
    width: 100px;
}

.bindInfor_btn a {
    background: #F34A4A;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
    border-radius: 100px;
    line-height: 32px;
}


/* 绑定信息 */

@media screen and (max-width:768px) {
    .record_right_o h3 {
        font-size: 1rem;
        color: #333;
        line-height: 1rem;
    }
    .record_right_o h4 {
        font-size: .8rem;
        color: #F34A4A;
        line-height: 1.4rem;
    }
    .record_right_o p {
        font-size: .6rem;
        color: #999;
        line-height: 1.6rem;
    }
    .record_right_t a {
        padding: .2rem .6rem;
        font-size: .2rem;
    }
    .record_sec_tel {
        flex-direction: column;
        align-items: flex-start;
    }
    #exampleFormControlInput1 {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .record_left {
        max-width: 33.3333333%;
        padding: 0 1rem 0 0;
    }
    .tab-pane {
        margin-top: 0rem;
    }
    .record_sec_sumbit {
        width: 33.3333333333%;
    }
}


/* 预约订单 */


/* 订单列表 */

.experOrder_list {
    padding: 0 32px;
    margin: 20px 0;
}

.experOrder_list_item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 #eee;
}

.experOrder_list_item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.experOrder_list_item_title div {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.experOrder_list_item_content {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 20px 0;
}

.experOrder_list_item_content div {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.experOrder_list_item_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.experOrder_list_item_btn div {
    font-size: 12px;
    color: #fff;
    background: #f76d61;
    border-radius: 100px;
    padding: 6px 20px;
    margin-left: 20px;
    cursor: pointer;
}

.noorder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}